From 1d939fdc5985418271acb120b61844c1442ed225 Mon Sep 17 00:00:00 2001 From: SDA USR <1391+sdausr@users.noreply.gitenterprise.xilinx.com> Date: Tue, 18 Oct 2022 14:21:37 +0800 Subject: [PATCH] Squashed 'data_analytics' changes from d4e5e54..d5ac00c (#721) d5ac00c Merge pull request #416 from Zhenhong/next d6a28a4 remove failed sc test ce4de04 set ABI to 0 for acc build d213081 change path of sc lib 797bd87 fix ABI issue and timing issue a49a616 fix url in doc (#415) d67d1f8 Merge pull request #414 from sibow/docs 1f4693b fix typo 7d65ec4 update 59442d0 string APIs documentation f16d775 Merge pull request #413 from sibow/CR-1143010 c50f9f2 decrease frequency 7bedc29 Merge pull request #412 from liyuanz/fix_sc_2 13dcb3c update ffc128d Merge pull request #411 from Zhenhong/next 890bf34 fix auto-generated issue 1bdfbd5 update copyright ca97d5a update url and branch in doc (#410) 338b9a7 Fix CR-140454 (#409) bb219b6 fix sc makefile to add default value in utils.mk (#408) 98d8e91 update Makefile for sc cases (#407) Co-authored-by: sdausr --- .../classification/decision_tree_L1.hpp | 2 +- .../classification/decision_tree_predict.hpp | 2 +- .../classification/decision_tree_train.hpp | 2 +- .../classification/logisticRegression.hpp | 2 +- .../classification/naive_bayes.hpp | 2 +- .../classification/svm_predict.hpp | 2 +- .../clustering/kmeansPredict.hpp | 2 +- .../hw/xf_data_analytics/common/SGD.hpp | 2 +- .../hw/xf_data_analytics/common/enums.hpp | 2 +- .../xf_data_analytics/common/math_helper.hpp | 2 +- .../common/obj_interface.hpp | 2 +- .../common/stream_local_processing.hpp | 2 +- .../xf_data_analytics/common/table_sample.hpp | 2 +- .../hw/xf_data_analytics/common/utils.hpp | 2 +- .../dataframe/csv_parser.hpp | 2 +- .../dataframe/csv_parser_v2.hpp | 2 +- .../xf_data_analytics/dataframe/df_utils.hpp | 2 +- .../dataframe/json_parser.hpp | 2 +- .../dataframe/parser_blocks/converter.hpp | 2 +- .../parser_blocks/csv_line_parser.hpp | 2 +- .../parser_blocks/csv_parse_block.hpp | 2 +- .../parser_blocks/json_line_parser.hpp | 2 +- .../parser_blocks/json_parse_block.hpp | 2 +- .../dataframe/parser_blocks/parse_date.hpp | 2 +- .../dataframe/parser_blocks/parse_double.hpp | 2 +- .../parser_blocks/parse_double_v2.hpp | 2 +- .../dataframe/parser_blocks/parse_key.hpp | 2 +- .../dataframe/parser_blocks/parse_value.hpp | 2 +- .../dataframe/parser_blocks/read_block.hpp | 2 +- .../dataframe/parser_blocks/strtod.hpp | 2 +- .../dataframe/parser_blocks/utils.hpp | 2 +- .../dataframe/read_from_dataframe.hpp | 2 +- .../dataframe/write_to_dataframe.hpp | 2 +- .../dataframe/write_to_parquet.hpp | 2 +- .../regression/decision_tree_L1.hpp | 2 +- .../regression/decision_tree_predict.hpp | 2 +- .../xf_data_analytics/regression/gradient.hpp | 2 +- .../regression/linearRegression.hpp | 2 +- .../xf_data_analytics/text/editDistance.hpp | 2 +- .../hw/xf_data_analytics/text/enums.hpp | 2 +- .../hw/xf_data_analytics/text/regexVM.hpp | 2 +- .../sw/xf_data_analytics/text/xf_re_compile.h | 2 +- data_analytics/L1/src/sw/xf_re_compile.c | 2 +- .../decisiontreePredict/Makefile | 2 +- .../decisiontreePredict/run_hls.tcl | 2 +- .../decisiontreePredict/test.cpp | 2 +- .../decisiontreePredict/test.hpp | 2 +- .../logisticRegressionPredict/Makefile | 2 +- .../logisticRegressionPredict/run_hls.tcl | 2 +- .../logisticRegressionPredict/test.cpp | 2 +- .../naive_bayes/multinomial_predict/Makefile | 2 +- .../naive_bayes/multinomial_predict/dut.cpp | 2 +- .../naive_bayes/multinomial_predict/dut.hpp | 2 +- .../multinomial_predict/run_hls.tcl | 2 +- .../naive_bayes/multinomial_predict/test.cpp | 2 +- .../naive_bayes/multinomial_train/Makefile | 2 +- .../naive_bayes/multinomial_train/dut.cpp | 2 +- .../naive_bayes/multinomial_train/dut.hpp | 2 +- .../naive_bayes/multinomial_train/run_hls.tcl | 2 +- .../naive_bayes/multinomial_train/test.cpp | 2 +- .../tests/classification/svm_predict/Makefile | 2 +- .../classification/svm_predict/run_hls.tcl | 2 +- .../tests/classification/svm_predict/test.cpp | 2 +- .../tests/clustering/kmeans_predict/Makefile | 2 +- .../clustering/kmeans_predict/config.hpp | 2 +- .../clustering/kmeans_predict/run_hls.tcl | 2 +- .../tests/clustering/kmeans_predict/test.cpp | 2 +- .../L1/tests/dataframe/csvParser/Makefile | 2 +- .../L1/tests/dataframe/csvParser/run_hls.tcl | 2 +- .../L1/tests/dataframe/csvParser/test.cpp | 2 +- .../L1/tests/dataframe/jsonParser/Makefile | 2 +- .../L1/tests/dataframe/jsonParser/run_hls.tcl | 2 +- .../L1/tests/dataframe/jsonParser/test.cpp | 2 +- .../dataframe/readFromDataFrame/Makefile | 2 +- .../dataframe/readFromDataFrame/run_hls.tcl | 2 +- .../dataframe/readFromDataFrame/test.cpp | 2 +- .../tests/dataframe/writeToDataFrame/Makefile | 2 +- .../tests/dataframe/writeToDataFrame/dut.cpp | 2 +- .../dataframe/writeToDataFrame/run_hls.tcl | 2 +- .../tests/dataframe/writeToDataFrame/test.cpp | 2 +- .../LASSORegressionPredict/Makefile | 2 +- .../LASSORegressionPredict/run_hls.tcl | 2 +- .../LASSORegressionPredict/test.cpp | 2 +- .../regression/decisiontreePredict/Makefile | 2 +- .../decisiontreePredict/run_hls.tcl | 2 +- .../regression/decisiontreePredict/test.cpp | 2 +- .../regression/decisiontreePredict/test.hpp | 2 +- .../Makefile | 2 +- .../run_hls.tcl | 2 +- .../test.cpp | 2 +- .../ridgeRegressionPredict/Makefile | 2 +- .../ridgeRegressionPredict/run_hls.tcl | 2 +- .../ridgeRegressionPredict/test.cpp | 2 +- .../L1/tests/text/edit_distance/Makefile | 2 +- .../L1/tests/text/edit_distance/run_hls.tcl | 2 +- .../L1/tests/text/edit_distance/test.cpp | 15 + .../L1/tests/text/regex_vm/Makefile | 2 +- .../tests/text/regex_vm/re_compile/makefile | 3 +- .../L1/tests/text/regex_vm/run_hls.tcl | 2 +- .../L1/tests/text/regex_vm/test.cpp | 2 +- .../L1/tests/text/string_equal/Makefile | 2 +- .../L1/tests/text/string_equal/run_hls.tcl | 2 +- .../L1/tests/text/string_in/Makefile | 2 +- .../L1/tests/text/string_in/run_hls.tcl | 2 +- .../L1/tests/text/string_like/Makefile | 2 +- .../L1/tests/text/string_like/run_hls.tcl | 2 +- .../classification/naive_bayes/Makefile | 5 +- .../classification/naive_bayes/README.rst | 2 +- .../naive_bayes/host/test_nb.cpp | 2 +- .../classification/naive_bayes/host/utils.hpp | 2 +- .../kernel/naiveBayesTrain_kernel.cpp | 15 + .../kernel/naiveBayesTrain_kernel.hpp | 15 + .../L2/demos/text/dup_match/Makefile | 5 +- .../L2/demos/text/dup_match/README.rst | 2 +- .../demos/text/dup_match/host/dm/cluster.cpp | 2 +- .../demos/text/dup_match/host/dm/cluster.hpp | 2 +- .../demos/text/dup_match/host/dm/common.cpp | 2 +- .../demos/text/dup_match/host/dm/common.hpp | 2 +- .../dup_match/host/dm/compound_predicate.hpp | 2 +- .../text/dup_match/host/dm/predicate.cpp | 2 +- .../text/dup_match/host/dm/predicate.hpp | 2 +- .../demos/text/dup_match/host/dup_match.cpp | 2 +- .../demos/text/dup_match/host/dup_match.hpp | 2 +- .../text/dup_match/host/ext/distance.hpp | 2 +- .../L2/demos/text/dup_match/host/ext/ext.hpp | 2 +- .../text/dup_match/host/ext/hcluster.cpp | 2 +- .../L2/demos/text/dup_match/host/ext/makefile | 2 +- .../dup_match/host/ext/re_compile/makefile | 2 +- .../L2/demos/text/dup_match/host/main.cpp | 2 +- .../L2/demos/text/dup_match/host/utils.hpp | 2 +- .../dup_match/kernel/predicate_kernel.cpp | 2 +- .../dup_match/kernel/predicate_kernel.hpp | 2 +- .../L2/demos/text/log_analyzer/Makefile | 5 +- .../text/log_analyzer/data/convert_s1.cpp | 2 +- .../text/log_analyzer/data/convert_s1.hpp | 2 +- .../text/log_analyzer/data/convert_s2.cpp | 2 +- .../L2/demos/text/log_analyzer/data/makefile | 2 +- .../text/log_analyzer/host/log_analyzer.cpp | 2 +- .../text/log_analyzer/host/log_analyzer.hpp | 2 +- .../log_analyzer/host/log_analyzer_config.cpp | 2 +- .../log_analyzer/host/log_analyzer_config.hpp | 2 +- .../L2/demos/text/log_analyzer/host/main.cpp | 2 +- .../text/log_analyzer/kernel/WJ_kernel.cpp | 2 +- .../text/log_analyzer/kernel/WJ_kernel.hpp | 2 +- .../text/log_analyzer/kernel/geoip_kernel.cpp | 2 +- .../text/log_analyzer/kernel/geoip_kernel.hpp | 2 +- .../log_analyzer/kernel/re_engine_kernel.cpp | 2 +- .../log_analyzer/kernel/re_engine_kernel.hpp | 2 +- .../text/log_analyzer/kernel/write_json.hpp | 2 +- .../text/log_analyzer/re_compile/makefile | 3 +- .../text/log_analyzer/ref_result/geoip2.hpp | 2 +- .../text/log_analyzer/ref_result/grok.hpp | 2 +- .../ref_result/libmaxminddb/makefile | 2 +- .../text/log_analyzer/ref_result/makefile | 2 +- .../ref_result/rapidjson/makefile | 2 +- .../log_analyzer/ref_result/ref_result.cpp | 2 +- .../log_analyzer/ref_result/ref_result.hpp | 2 +- .../text/log_analyzer/utils_sw/x_utils.hpp | 2 +- .../text/log_analyzer/utils_sw/xclhost.cpp | 2 +- .../text/log_analyzer/utils_sw/xclhost.hpp | 2 +- .../classification/decision_tree_L2.hpp | 2 +- .../classification/decision_tree_quantize.hpp | 2 +- .../classification/svm_train.hpp | 2 +- .../clustering/kmeansTrain.hpp | 2 +- .../dataframe/obj2parquet.hpp | 2 +- .../regression/decision_tree_L2.hpp | 2 +- .../regression/linearRegressionTrain.hpp | 2 +- .../hw/xf_data_analytics/text/geoip.hpp | 2 +- .../hw/xf_data_analytics/text/re_engine.hpp | 2 +- .../text/two_gram_predicate.hpp | 2 +- .../L2/src/classification/decision_tree.cpp | 2 +- .../classification/decision_tree_quantize.cpp | 2 +- data_analytics/L2/src/classification/gbdt.cpp | 2 +- .../L2/src/classification/rf_sps.cpp | 2 +- .../src/classification/rf_trees_quantize.cpp | 2 +- data_analytics/L2/src/classification/svm.cpp | 2 +- .../L2/src/classification/xgboost.cpp | 2 +- .../L2/src/dataframe/obj2parquet.cpp | 15 + .../regression/decision_tree_regression.cpp | 2 +- data_analytics/L2/src/regression/gbdt.cpp | 2 +- data_analytics/L2/src/regression/rf_sps.cpp | 2 +- .../L2/src/regression/rf_trees_quantize.cpp | 2 +- data_analytics/L2/src/regression/xgboost.cpp | 2 +- .../classification/decisiontree/Makefile | 5 +- .../classification/decisiontree/host/host.cpp | 2 +- .../classification/decisiontree/host/host.hpp | 2 +- .../decisiontree/host/utils.hpp | 2 +- .../gradientBoostedDecisionTree/Makefile | 26 +- .../gradientBoostedDecisionTree/conn_u50.cfg | 6 - .../description.json | 13 +- .../gradientBoostedDecisionTree/host/host.cpp | 2 +- .../gradientBoostedDecisionTree/host/host.hpp | 2 +- .../host/utils.hpp | 2 +- .../gradientBoostedDecisionTree/opts.cfg | 5 + .../gradientBoostedDecisionTree/utils.mk | 2 +- .../classification/randomforest/Makefile | 5 +- .../classification/randomforest/host/test.cpp | 2 +- .../classification/randomforest/host/test.hpp | 2 +- .../randomforest/host/utils.hpp | 2 +- .../L2/tests/classification/svm/Makefile | 5 +- .../L2/tests/classification/svm/host/host.cpp | 2 +- .../tests/classification/svm/host/utils.hpp | 2 +- .../classification/xGradientBoost/Makefile | 5 +- .../xGradientBoost/host/host.cpp | 2 +- .../xGradientBoost/host/host.hpp | 2 +- .../xGradientBoost/host/utils.hpp | 2 +- .../L2/tests/clustering/kmeans/Makefile | 5 +- .../L2/tests/clustering/kmeans/host/eval.hpp | 2 +- .../L2/tests/clustering/kmeans/host/iris.hpp | 2 +- .../L2/tests/clustering/kmeans/host/main.cpp | 2 +- .../tests/clustering/kmeans/kernel/config.hpp | 2 +- .../tests/clustering/kmeans/kernel/kernel.cpp | 2 +- .../L2/tests/clustering/kmeans_sc/Makefile | 15 +- .../tests/clustering/kmeans_sc/host/eval.hpp | 2 +- .../tests/clustering/kmeans_sc/host/iris.hpp | 2 +- .../tests/clustering/kmeans_sc/host/main.cpp | 2 +- .../clustering/kmeans_sc/kernel/config.hpp | 2 +- .../kmeans_sc/kernel/kmeans_acc.cpp | 2 +- .../kmeans_sc/kernel/kmeans_acc.hpp | 2 +- .../kmeans_sc/kernel/kmeans_kernel.cpp | 2 +- .../L2/tests/clustering/kmeans_sc/utils.mk | 21 + .../L2/tests/dataframe/writeparquet/Makefile | 5 +- .../writeparquet/arrow_compile/setup.sh | 15 + .../dataframe/writeparquet/host/meta.hpp | 31 +- .../dataframe/writeparquet/host/test.cpp | 2 +- .../writeparquet/host/utils_sw/x_utils.hpp | 2 +- .../writeparquet/host/utils_sw/xclhost.cpp | 2 +- .../writeparquet/host/utils_sw/xclhost.hpp | 2 +- .../L2/tests/geospatial/knn_sc/Makefile | 13 +- .../L2/tests/geospatial/knn_sc/host/types.hpp | 15 + .../L2/tests/geospatial/knn_sc/utils.mk | 23 + .../LASSORegressionSGDTrain/Makefile | 5 +- .../LASSORegressionSGDTrain/host/host.cpp | 2 +- .../LASSORegressionSGDTrain/host/utils.hpp | 2 +- .../LASSORegressionSGDTrain/kernel/kernel.cpp | 2 +- .../L2/tests/regression/decisiontree/Makefile | 5 +- .../regression/decisiontree/host/host.cpp | 2 +- .../regression/decisiontree/host/host.hpp | 2 +- .../regression/decisiontree/host/utils.hpp | 2 +- .../gradientBoostedDecisionTree/Makefile | 33 +- .../description.json | 13 +- .../gradientBoostedDecisionTree/host/host.cpp | 2 +- .../gradientBoostedDecisionTree/host/host.hpp | 2 +- .../host/utils.hpp | 2 +- .../gradientBoostedDecisionTree/utils.mk | 2 +- .../linearRegressionSGDTrain/Makefile | 5 +- .../linearRegressionSGDTrain/host/host.cpp | 2 +- .../linearRegressionSGDTrain/host/utils.hpp | 2 +- .../kernel/kernel.cpp | 2 +- .../L2/tests/regression/randomforest/Makefile | 5 +- .../regression/randomforest/host/test.cpp | 2 +- .../regression/randomforest/host/test.hpp | 2 +- .../regression/randomforest/host/utils.hpp | 2 +- .../ridgeRegressionSGDTrain/Makefile | 5 +- .../ridgeRegressionSGDTrain/host/host.cpp | 2 +- .../ridgeRegressionSGDTrain/host/utils.hpp | 2 +- .../ridgeRegressionSGDTrain/kernel/kernel.cpp | 2 +- .../tests/regression/xGradientBoost/Makefile | 5 +- .../regression/xGradientBoost/host/host.cpp | 2 +- .../regression/xGradientBoost/host/host.hpp | 2 +- .../regression/xGradientBoost/host/utils.hpp | 2 +- data_analytics/L2/tests/text/geoip/Makefile | 5 +- .../L2/tests/text/geoip/host/geoip_sw.hpp | 15 + .../L2/tests/text/geoip/host/main.cpp | 2 +- .../L2/tests/text/geoip/host/utils.hpp | 2 +- .../tests/text/geoip/kernel/geoip_kernel.cpp | 2 +- .../tests/text/geoip/kernel/geoip_kernel.hpp | 2 +- .../L2/tests/text/reEngine/Makefile | 29 +- .../L2/tests/text/reEngine/conn_u200.cfg | 69 +- .../L2/tests/text/reEngine/conn_u250.cfg | 87 +- .../L2/tests/text/reEngine/conn_u50.cfg | 43 +- .../L2/tests/text/reEngine/description.json | 12 +- .../L2/tests/text/reEngine/hls/run_hls.tcl | 15 + .../L2/tests/text/reEngine/host/test.cpp | 15 + .../L2/tests/text/reEngine/host/utils.hpp | 2 +- .../text/reEngine/kernel/re_engine_kernel.cpp | 2 +- .../text/reEngine/kernel/re_engine_kernel.hpp | 2 +- .../L2/tests/text/reEngine/log_data/makefile | 3 +- .../tests/text/reEngine/re_compile/makefile | 3 +- .../L2/tests/text/two_gram_predicate/Makefile | 5 +- .../text/two_gram_predicate/host/index.hpp | 2 +- .../text/two_gram_predicate/host/main.cpp | 2 +- .../text/two_gram_predicate/host/utils.hpp | 2 +- .../kernel/predicate_kernel.cpp | 2 +- .../kernel/predicate_kernel.hpp | 2 +- .../xf_data_analytics/geospatial/common.hpp | 30 +- .../xf_data_analytics/geospatial/relation.hpp | 30 +- .../geospatial/strtree_contains.hpp | 30 +- .../sw/xf_data_analytics/geospatial/utils.hpp | 2 +- .../sw/xf_data_analytics/text/aml_checker.hpp | 30 +- .../sw/xf_data_analytics/text/common.hpp | 2 +- .../sw/xf_data_analytics/text/ocl_helper.hpp | 2 +- .../text/reEngine_config.hpp | 2 +- .../xf_data_analytics/text/regex_engine.hpp | 2 +- .../text/regex_engine_sc.hpp | 2 +- .../L3/src/sw/geospatial/strtree_contains.cpp | 30 +- .../L3/src/sw/geospatial/strtree_contains.py | 1 - data_analytics/L3/src/sw/text/aml_checker.cpp | 30 +- .../L3/src/sw/text/reEngine_config.cpp | 2 +- .../L3/src/sw/text/regex_engine.cpp | 2 +- .../L3/src/sw/text/regex_engine_sc.cpp | 2 +- data_analytics/L3/tests/aml_test/Makefile | 5 +- .../L3/tests/aml_test/docker_license.txt | 3609 ----------------- .../L3/tests/aml_test/host/main.cpp | 30 +- .../L3/tests/aml_test/kernel/fuzzy_kernel.cpp | 30 +- .../L3/tests/contains_test/Makefile | 3 +- .../L3/tests/contains_test/host/demo_start.py | 1 - .../L3/tests/contains_test_sc/Makefile | 304 -- .../L3/tests/contains_test_sc/data/golden.txt | 2 - .../L3/tests/contains_test_sc/data/points.csv | 1001 ----- .../L3/tests/contains_test_sc/data/zones.txt | 263 -- .../tests/contains_test_sc/description.json | 38 - .../L3/tests/contains_test_sc/host/contains.i | 27 - .../tests/contains_test_sc/host/demo_start.py | 45 - .../kernel/strtree_kernel.cpp | 62 - .../kernel/strtree_kernel.hpp | 94 - .../L3/tests/contains_test_sc/utils.mk | 240 -- .../L3/tests/gunzip_csv_sc_test/Makefile | 10 +- .../tests/gunzip_csv_sc_test/preSysLink.tcl | 15 + .../L3/tests/gunzip_csv_sc_test/utils.mk | 21 + data_analytics/L3/tests/re_sc_test/Makefile | 15 +- .../L3/tests/re_sc_test/host/main.cpp | 2 +- .../re_sc_test/kernel/general_config.hpp | 2 +- .../tests/re_sc_test/kernel/re_engine_acc.cpp | 28 +- .../tests/re_sc_test/kernel/re_engine_acc.hpp | 28 +- .../L3/tests/re_sc_test/re_compile/makefile | 3 +- data_analytics/L3/tests/re_sc_test/utils.mk | 21 + data_analytics/L3/tests/re_test/Makefile | 31 +- data_analytics/L3/tests/re_test/conn_u200.cfg | 59 +- data_analytics/L3/tests/re_test/conn_u250.cfg | 87 +- data_analytics/L3/tests/re_test/conn_u50.cfg | 43 +- .../L3/tests/re_test/description.json | 12 +- data_analytics/L3/tests/re_test/host/main.cpp | 2 +- .../tests/re_test/kernel/general_config.hpp | 2 +- .../tests/re_test/kernel/re_engine_kernel.cpp | 2 +- .../L3/tests/re_test/re_compile/makefile | 3 +- data_analytics/README.md | 4 +- data_analytics/docs/Makefile | 2 +- data_analytics/docs/src/benchmark.rst | 8 +- .../docs/src/benchmark/dup_match.rst | 2 +- .../docs/src/benchmark/log_analyzer.rst | 2 +- .../docs/src/benchmark/naive_bayes.rst | 2 +- data_analytics/docs/src/benchmark/result.rst | 2 +- data_analytics/docs/src/benchmark/svm.rst | 2 +- data_analytics/docs/src/conf.py | 2 +- data_analytics/docs/src/design_flows.rst | 2 +- data_analytics/docs/src/guide_L1/hw_guide.rst | 2 +- .../docs/src/guide_L1/internals.rst | 3 +- .../docs/src/guide_L1/internals/csvParser.rst | 2 +- .../docs/src/guide_L1/internals/dt.rst | 4 +- .../src/guide_L1/internals/jsonParser.rst | 2 +- .../src/guide_L1/internals/kMeansPredict.rst | 2 +- .../guide_L1/internals/linearRegression.rst | 2 +- .../guide_L1/internals/logisticRegression.rst | 2 +- .../src/guide_L1/internals/naive_bayes.rst | 2 +- .../guide_L1/internals/readFromDataFrame.rst | 2 +- .../docs/src/guide_L1/internals/regex_vm.rst | 2 +- .../src/guide_L1/internals/stringCompare.rst | 105 + .../src/guide_L1/internals/svm_predict.rst | 2 +- .../guide_L1/internals/writeToDataFrame.rst | 2 +- data_analytics/docs/src/guide_L1/l1_class.rst | 2 +- data_analytics/docs/src/guide_L1/l1_func.rst | 2 +- .../docs/src/guide_L2/internals.rst | 2 +- .../docs/src/guide_L2/internals/DT.rst | 2 +- .../src/guide_L2/internals/GeoSpatialKNN.rst | 2 +- .../docs/src/guide_L2/internals/RF.rst | 2 +- .../docs/src/guide_L2/internals/SGD.rst | 2 +- .../docs/src/guide_L2/internals/geoip.rst | 2 +- .../src/guide_L2/internals/kMeansTrain.rst | 2 +- .../docs/src/guide_L2/internals/reEngine.rst | 2 +- .../docs/src/guide_L2/internals/svm.rst | 2 +- .../guide_L2/internals/twoGramPredicate.rst | 2 +- data_analytics/docs/src/guide_L2/l2_api.rst | 2 +- data_analytics/docs/src/guide_L2/l2_guide.rst | 2 +- data_analytics/docs/src/guide_L3/L3.rst | 2 +- .../docs/src/guide_L3/overlay_class.rst | 2 +- .../docs/src/guide_L3/re_engine/get_start.rst | 2 +- .../docs/src/images/stringEqual.png | Bin 0 -> 16842 bytes data_analytics/docs/src/images/stringIN.png | Bin 0 -> 28330 bytes data_analytics/docs/src/images/stringLIKE.png | Bin 0 -> 21181 bytes data_analytics/docs/src/index.rst | 2 +- data_analytics/docs/src/overview.rst | 2 +- data_analytics/docs/src/release.rst | 2 +- data_analytics/docs/src/requirements.rst | 2 +- data_analytics/ext/arrow/Makefile | 15 + .../make_utility/embedded_run_emulation.pl | 202 - data_analytics/ext/oniguruma/Makefile | 15 + data_analytics/ext/swig/Makefile | 15 + data_analytics/ext/xcl2/xcl2.cpp | 2 +- data_analytics/ext/xcl2/xcl2.hpp | 2 +- 390 files changed, 1157 insertions(+), 6786 deletions(-) delete mode 100644 data_analytics/L2/tests/classification/gradientBoostedDecisionTree/conn_u50.cfg create mode 100644 data_analytics/L2/tests/classification/gradientBoostedDecisionTree/opts.cfg mode change 100755 => 100644 data_analytics/L2/tests/clustering/kmeans_sc/Makefile delete mode 100644 data_analytics/L3/tests/aml_test/docker_license.txt delete mode 100644 data_analytics/L3/tests/contains_test_sc/Makefile delete mode 100644 data_analytics/L3/tests/contains_test_sc/data/golden.txt delete mode 100644 data_analytics/L3/tests/contains_test_sc/data/points.csv delete mode 100644 data_analytics/L3/tests/contains_test_sc/data/zones.txt delete mode 100644 data_analytics/L3/tests/contains_test_sc/description.json delete mode 100644 data_analytics/L3/tests/contains_test_sc/host/contains.i delete mode 100644 data_analytics/L3/tests/contains_test_sc/host/demo_start.py delete mode 100644 data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.cpp delete mode 100644 data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.hpp delete mode 100644 data_analytics/L3/tests/contains_test_sc/utils.mk create mode 100644 data_analytics/docs/src/guide_L1/internals/stringCompare.rst create mode 100755 data_analytics/docs/src/images/stringEqual.png create mode 100755 data_analytics/docs/src/images/stringIN.png create mode 100755 data_analytics/docs/src/images/stringLIKE.png delete mode 100755 data_analytics/ext/make_utility/embedded_run_emulation.pl diff --git a/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_L1.hpp b/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_L1.hpp index 54840daa9f..196fb8ccdf 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_L1.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_L1.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_predict.hpp b/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_predict.hpp index 4f7c059155..ed6a540475 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_predict.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_predict.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_train.hpp b/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_train.hpp index b8d90663c4..cb98daabcc 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_train.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/classification/decision_tree_train.hpp @@ -1,6 +1,6 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/classification/logisticRegression.hpp b/data_analytics/L1/include/hw/xf_data_analytics/classification/logisticRegression.hpp index f3872f4a49..35ef8723b3 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/classification/logisticRegression.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/classification/logisticRegression.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/classification/naive_bayes.hpp b/data_analytics/L1/include/hw/xf_data_analytics/classification/naive_bayes.hpp index 3cd97f7d14..edae5de4d1 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/classification/naive_bayes.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/classification/naive_bayes.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/classification/svm_predict.hpp b/data_analytics/L1/include/hw/xf_data_analytics/classification/svm_predict.hpp index 15eb2da18d..376d537ef6 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/classification/svm_predict.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/classification/svm_predict.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/clustering/kmeansPredict.hpp b/data_analytics/L1/include/hw/xf_data_analytics/clustering/kmeansPredict.hpp index 68cd8a9b02..86b206a72e 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/clustering/kmeansPredict.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/clustering/kmeansPredict.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/SGD.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/SGD.hpp index faac919144..ca37aac23e 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/SGD.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/SGD.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/enums.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/enums.hpp index 558d50b37e..c8e6882c53 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/enums.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/enums.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/math_helper.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/math_helper.hpp index c9342e7113..a202a9d46e 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/math_helper.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/math_helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/obj_interface.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/obj_interface.hpp index 3a0bdae152..e7c8053f58 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/obj_interface.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/obj_interface.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/stream_local_processing.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/stream_local_processing.hpp index f5159caa5c..93f51c500b 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/stream_local_processing.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/stream_local_processing.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/table_sample.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/table_sample.hpp index d4a64350d4..a940610e9a 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/table_sample.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/table_sample.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/common/utils.hpp b/data_analytics/L1/include/hw/xf_data_analytics/common/utils.hpp index 6c61bbb979..6513ca3ec8 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/common/utils.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/common/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser.hpp index 270a1ff94b..f6b221d2a6 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser_v2.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser_v2.hpp index 0a5dd5b121..6cef6080e2 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser_v2.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/csv_parser_v2.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/df_utils.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/df_utils.hpp index 46a935eddd..76dbaf3b7d 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/df_utils.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/df_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2022 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/json_parser.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/json_parser.hpp index 643bf05caf..06ceaa7a95 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/json_parser.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/json_parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/converter.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/converter.hpp index 8f15efd73a..edc6716613 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/converter.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/converter.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_line_parser.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_line_parser.hpp index a359e7134d..7efb2c7378 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_line_parser.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_line_parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_parse_block.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_parse_block.hpp index f2536f3503..17fb4e5441 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_parse_block.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/csv_parse_block.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_line_parser.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_line_parser.hpp index 3e4a722f05..cd3663726f 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_line_parser.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_line_parser.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_parse_block.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_parse_block.hpp index cb337723c0..8bb243b4f5 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_parse_block.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/json_parse_block.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_date.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_date.hpp index 8d958efd10..3d6007108d 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_date.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_date.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double.hpp index c607093d5c..0fbcc4f709 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double_v2.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double_v2.hpp index 0ce43948cf..a8158291f6 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double_v2.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_double_v2.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_key.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_key.hpp index d26641b282..857ebb49f3 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_key.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_key.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_value.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_value.hpp index b26b1f0b9d..5ac351e994 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_value.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/parse_value.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/read_block.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/read_block.hpp index 4f2fb02a72..90298de4e5 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/read_block.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/read_block.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/strtod.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/strtod.hpp index bae4228db1..6de7362180 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/strtod.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/strtod.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/utils.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/utils.hpp index ed01c8fbf9..73cb3736db 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/utils.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/parser_blocks/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/read_from_dataframe.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/read_from_dataframe.hpp index ae0130377d..e44fa8b69e 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/read_from_dataframe.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/read_from_dataframe.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_dataframe.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_dataframe.hpp index 79a5e935a8..c8681e4848 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_dataframe.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_dataframe.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_parquet.hpp b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_parquet.hpp index 0f1bbebe0e..cfd3843b2c 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_parquet.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/dataframe/write_to_parquet.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_L1.hpp b/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_L1.hpp index ce9bbfc061..eeffb6d2bd 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_L1.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_L1.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_predict.hpp b/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_predict.hpp index 7a1d08fdee..2c9c7bdf30 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_predict.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/regression/decision_tree_predict.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/regression/gradient.hpp b/data_analytics/L1/include/hw/xf_data_analytics/regression/gradient.hpp index 0110e37b2d..577a16a04d 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/regression/gradient.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/regression/gradient.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/regression/linearRegression.hpp b/data_analytics/L1/include/hw/xf_data_analytics/regression/linearRegression.hpp index 4b5aba052c..0d212c822b 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/regression/linearRegression.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/regression/linearRegression.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/text/editDistance.hpp b/data_analytics/L1/include/hw/xf_data_analytics/text/editDistance.hpp index 202ee6c9f0..bce04ee464 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/text/editDistance.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/text/editDistance.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/text/enums.hpp b/data_analytics/L1/include/hw/xf_data_analytics/text/enums.hpp index 786b516ae1..3c79a5d361 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/text/enums.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/text/enums.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/hw/xf_data_analytics/text/regexVM.hpp b/data_analytics/L1/include/hw/xf_data_analytics/text/regexVM.hpp index 30aa50c4f4..69b2a6941b 100644 --- a/data_analytics/L1/include/hw/xf_data_analytics/text/regexVM.hpp +++ b/data_analytics/L1/include/hw/xf_data_analytics/text/regexVM.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/include/sw/xf_data_analytics/text/xf_re_compile.h b/data_analytics/L1/include/sw/xf_data_analytics/text/xf_re_compile.h index 0a5461aaf6..dea28571bf 100644 --- a/data_analytics/L1/include/sw/xf_data_analytics/text/xf_re_compile.h +++ b/data_analytics/L1/include/sw/xf_data_analytics/text/xf_re_compile.h @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/src/sw/xf_re_compile.c b/data_analytics/L1/src/sw/xf_re_compile.c index da695e7dfd..a24ba01c84 100644 --- a/data_analytics/L1/src/sw/xf_re_compile.c +++ b/data_analytics/L1/src/sw/xf_re_compile.c @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/decisiontreePredict/Makefile b/data_analytics/L1/tests/classification/decisiontreePredict/Makefile index 35940efbce..761ef4ffb1 100755 --- a/data_analytics/L1/tests/classification/decisiontreePredict/Makefile +++ b/data_analytics/L1/tests/classification/decisiontreePredict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/decisiontreePredict/run_hls.tcl b/data_analytics/L1/tests/classification/decisiontreePredict/run_hls.tcl index 79684f6ccd..96931efc8f 100755 --- a/data_analytics/L1/tests/classification/decisiontreePredict/run_hls.tcl +++ b/data_analytics/L1/tests/classification/decisiontreePredict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/decisiontreePredict/test.cpp b/data_analytics/L1/tests/classification/decisiontreePredict/test.cpp index dd3cd07ec0..5f0cd65681 100644 --- a/data_analytics/L1/tests/classification/decisiontreePredict/test.cpp +++ b/data_analytics/L1/tests/classification/decisiontreePredict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/decisiontreePredict/test.hpp b/data_analytics/L1/tests/classification/decisiontreePredict/test.hpp index c0b14b40dd..f06252fd3c 100644 --- a/data_analytics/L1/tests/classification/decisiontreePredict/test.hpp +++ b/data_analytics/L1/tests/classification/decisiontreePredict/test.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/logisticRegressionPredict/Makefile b/data_analytics/L1/tests/classification/logisticRegressionPredict/Makefile index 37d764a564..740fd0d002 100644 --- a/data_analytics/L1/tests/classification/logisticRegressionPredict/Makefile +++ b/data_analytics/L1/tests/classification/logisticRegressionPredict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/logisticRegressionPredict/run_hls.tcl b/data_analytics/L1/tests/classification/logisticRegressionPredict/run_hls.tcl index d3ae48e55d..ae6f7a37ec 100644 --- a/data_analytics/L1/tests/classification/logisticRegressionPredict/run_hls.tcl +++ b/data_analytics/L1/tests/classification/logisticRegressionPredict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/logisticRegressionPredict/test.cpp b/data_analytics/L1/tests/classification/logisticRegressionPredict/test.cpp index 11e5dee3af..c4db330781 100644 --- a/data_analytics/L1/tests/classification/logisticRegressionPredict/test.cpp +++ b/data_analytics/L1/tests/classification/logisticRegressionPredict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/Makefile b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/Makefile index 463090ec50..8c9edd0174 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/Makefile +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.cpp b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.cpp index 9e08048079..f9bc8573f1 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.cpp +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.hpp b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.hpp index b7a8098153..6b745d9715 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.hpp +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/dut.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/run_hls.tcl b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/run_hls.tcl index 18f263893f..1c0724239d 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/run_hls.tcl +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/test.cpp b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/test.cpp index f3e38ed9fd..a8a31412fa 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/test.cpp +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_predict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/Makefile b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/Makefile index 463090ec50..8c9edd0174 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/Makefile +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.cpp b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.cpp index 63901caf10..356207d9da 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.cpp +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.hpp b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.hpp index e562456add..f1e66bd8b4 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.hpp +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/dut.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/run_hls.tcl b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/run_hls.tcl index 18f263893f..1c0724239d 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/run_hls.tcl +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/test.cpp b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/test.cpp index 819b8f9725..067cc29ff6 100644 --- a/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/test.cpp +++ b/data_analytics/L1/tests/classification/naive_bayes/multinomial_train/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/svm_predict/Makefile b/data_analytics/L1/tests/classification/svm_predict/Makefile index af50fd4de5..3ac8d5c36e 100755 --- a/data_analytics/L1/tests/classification/svm_predict/Makefile +++ b/data_analytics/L1/tests/classification/svm_predict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/svm_predict/run_hls.tcl b/data_analytics/L1/tests/classification/svm_predict/run_hls.tcl index 3d9c6bfd5c..5b227f4207 100755 --- a/data_analytics/L1/tests/classification/svm_predict/run_hls.tcl +++ b/data_analytics/L1/tests/classification/svm_predict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/classification/svm_predict/test.cpp b/data_analytics/L1/tests/classification/svm_predict/test.cpp index 92ab27b042..5882d415c2 100644 --- a/data_analytics/L1/tests/classification/svm_predict/test.cpp +++ b/data_analytics/L1/tests/classification/svm_predict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/clustering/kmeans_predict/Makefile b/data_analytics/L1/tests/clustering/kmeans_predict/Makefile index 425ee60c5f..5c00157f13 100644 --- a/data_analytics/L1/tests/clustering/kmeans_predict/Makefile +++ b/data_analytics/L1/tests/clustering/kmeans_predict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/clustering/kmeans_predict/config.hpp b/data_analytics/L1/tests/clustering/kmeans_predict/config.hpp index e3e31cc5b5..59b735c8da 100644 --- a/data_analytics/L1/tests/clustering/kmeans_predict/config.hpp +++ b/data_analytics/L1/tests/clustering/kmeans_predict/config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/clustering/kmeans_predict/run_hls.tcl b/data_analytics/L1/tests/clustering/kmeans_predict/run_hls.tcl index c3f7c7ddd9..60f33c48ef 100644 --- a/data_analytics/L1/tests/clustering/kmeans_predict/run_hls.tcl +++ b/data_analytics/L1/tests/clustering/kmeans_predict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/clustering/kmeans_predict/test.cpp b/data_analytics/L1/tests/clustering/kmeans_predict/test.cpp index 87f7ad42d1..c0158722ba 100644 --- a/data_analytics/L1/tests/clustering/kmeans_predict/test.cpp +++ b/data_analytics/L1/tests/clustering/kmeans_predict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/csvParser/Makefile b/data_analytics/L1/tests/dataframe/csvParser/Makefile index a5357cc8ea..559434fcab 100644 --- a/data_analytics/L1/tests/dataframe/csvParser/Makefile +++ b/data_analytics/L1/tests/dataframe/csvParser/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/csvParser/run_hls.tcl b/data_analytics/L1/tests/dataframe/csvParser/run_hls.tcl index 26ceb620e7..f0b312cc07 100644 --- a/data_analytics/L1/tests/dataframe/csvParser/run_hls.tcl +++ b/data_analytics/L1/tests/dataframe/csvParser/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/csvParser/test.cpp b/data_analytics/L1/tests/dataframe/csvParser/test.cpp index 7783ba3cce..c13a9e4e41 100644 --- a/data_analytics/L1/tests/dataframe/csvParser/test.cpp +++ b/data_analytics/L1/tests/dataframe/csvParser/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/jsonParser/Makefile b/data_analytics/L1/tests/dataframe/jsonParser/Makefile index 97c7937fa3..b0124b722c 100644 --- a/data_analytics/L1/tests/dataframe/jsonParser/Makefile +++ b/data_analytics/L1/tests/dataframe/jsonParser/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/jsonParser/run_hls.tcl b/data_analytics/L1/tests/dataframe/jsonParser/run_hls.tcl index c94ab2f58b..6b086280d2 100644 --- a/data_analytics/L1/tests/dataframe/jsonParser/run_hls.tcl +++ b/data_analytics/L1/tests/dataframe/jsonParser/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/jsonParser/test.cpp b/data_analytics/L1/tests/dataframe/jsonParser/test.cpp index 8b0f53ec7c..9635810dac 100644 --- a/data_analytics/L1/tests/dataframe/jsonParser/test.cpp +++ b/data_analytics/L1/tests/dataframe/jsonParser/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/readFromDataFrame/Makefile b/data_analytics/L1/tests/dataframe/readFromDataFrame/Makefile index 870837167e..505eb22625 100644 --- a/data_analytics/L1/tests/dataframe/readFromDataFrame/Makefile +++ b/data_analytics/L1/tests/dataframe/readFromDataFrame/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/readFromDataFrame/run_hls.tcl b/data_analytics/L1/tests/dataframe/readFromDataFrame/run_hls.tcl index 21c0430508..b968288165 100644 --- a/data_analytics/L1/tests/dataframe/readFromDataFrame/run_hls.tcl +++ b/data_analytics/L1/tests/dataframe/readFromDataFrame/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/readFromDataFrame/test.cpp b/data_analytics/L1/tests/dataframe/readFromDataFrame/test.cpp index 7f74d20c97..987ff2fcba 100644 --- a/data_analytics/L1/tests/dataframe/readFromDataFrame/test.cpp +++ b/data_analytics/L1/tests/dataframe/readFromDataFrame/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/writeToDataFrame/Makefile b/data_analytics/L1/tests/dataframe/writeToDataFrame/Makefile index 5705de3c08..908c759295 100644 --- a/data_analytics/L1/tests/dataframe/writeToDataFrame/Makefile +++ b/data_analytics/L1/tests/dataframe/writeToDataFrame/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/writeToDataFrame/dut.cpp b/data_analytics/L1/tests/dataframe/writeToDataFrame/dut.cpp index 50569f0ef0..e2de5f38b5 100644 --- a/data_analytics/L1/tests/dataframe/writeToDataFrame/dut.cpp +++ b/data_analytics/L1/tests/dataframe/writeToDataFrame/dut.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/writeToDataFrame/run_hls.tcl b/data_analytics/L1/tests/dataframe/writeToDataFrame/run_hls.tcl index e960eb2dfb..15f48f9e98 100644 --- a/data_analytics/L1/tests/dataframe/writeToDataFrame/run_hls.tcl +++ b/data_analytics/L1/tests/dataframe/writeToDataFrame/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/dataframe/writeToDataFrame/test.cpp b/data_analytics/L1/tests/dataframe/writeToDataFrame/test.cpp index a8f8d11f23..1dc02998fa 100644 --- a/data_analytics/L1/tests/dataframe/writeToDataFrame/test.cpp +++ b/data_analytics/L1/tests/dataframe/writeToDataFrame/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/LASSORegressionPredict/Makefile b/data_analytics/L1/tests/regression/LASSORegressionPredict/Makefile index a96356f7fd..c0684eb456 100644 --- a/data_analytics/L1/tests/regression/LASSORegressionPredict/Makefile +++ b/data_analytics/L1/tests/regression/LASSORegressionPredict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/LASSORegressionPredict/run_hls.tcl b/data_analytics/L1/tests/regression/LASSORegressionPredict/run_hls.tcl index f8cf52b70d..092be4344d 100644 --- a/data_analytics/L1/tests/regression/LASSORegressionPredict/run_hls.tcl +++ b/data_analytics/L1/tests/regression/LASSORegressionPredict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/LASSORegressionPredict/test.cpp b/data_analytics/L1/tests/regression/LASSORegressionPredict/test.cpp index eb66740e60..feae68d707 100644 --- a/data_analytics/L1/tests/regression/LASSORegressionPredict/test.cpp +++ b/data_analytics/L1/tests/regression/LASSORegressionPredict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/decisiontreePredict/Makefile b/data_analytics/L1/tests/regression/decisiontreePredict/Makefile index e2e2e93c60..c69c9047ee 100755 --- a/data_analytics/L1/tests/regression/decisiontreePredict/Makefile +++ b/data_analytics/L1/tests/regression/decisiontreePredict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/decisiontreePredict/run_hls.tcl b/data_analytics/L1/tests/regression/decisiontreePredict/run_hls.tcl index 6b68532737..6f6a7041d8 100755 --- a/data_analytics/L1/tests/regression/decisiontreePredict/run_hls.tcl +++ b/data_analytics/L1/tests/regression/decisiontreePredict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/decisiontreePredict/test.cpp b/data_analytics/L1/tests/regression/decisiontreePredict/test.cpp index 2493706ab8..a6f451fa31 100644 --- a/data_analytics/L1/tests/regression/decisiontreePredict/test.cpp +++ b/data_analytics/L1/tests/regression/decisiontreePredict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/decisiontreePredict/test.hpp b/data_analytics/L1/tests/regression/decisiontreePredict/test.hpp index d26846ae99..2a98018a42 100644 --- a/data_analytics/L1/tests/regression/decisiontreePredict/test.hpp +++ b/data_analytics/L1/tests/regression/decisiontreePredict/test.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/Makefile b/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/Makefile index 42bba665bb..60c83aacd9 100644 --- a/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/Makefile +++ b/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/run_hls.tcl b/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/run_hls.tcl index 56d9d91eeb..6eae696544 100644 --- a/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/run_hls.tcl +++ b/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/test.cpp b/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/test.cpp index 00c0388d3f..b6d8db6a35 100644 --- a/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/test.cpp +++ b/data_analytics/L1/tests/regression/linearLeastSquareRegressionPredict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/ridgeRegressionPredict/Makefile b/data_analytics/L1/tests/regression/ridgeRegressionPredict/Makefile index 4a56246cc4..032ac76b00 100644 --- a/data_analytics/L1/tests/regression/ridgeRegressionPredict/Makefile +++ b/data_analytics/L1/tests/regression/ridgeRegressionPredict/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/ridgeRegressionPredict/run_hls.tcl b/data_analytics/L1/tests/regression/ridgeRegressionPredict/run_hls.tcl index 010bf95eed..ed7019acee 100644 --- a/data_analytics/L1/tests/regression/ridgeRegressionPredict/run_hls.tcl +++ b/data_analytics/L1/tests/regression/ridgeRegressionPredict/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/regression/ridgeRegressionPredict/test.cpp b/data_analytics/L1/tests/regression/ridgeRegressionPredict/test.cpp index db6bd7b581..2e3c3fe52f 100644 --- a/data_analytics/L1/tests/regression/ridgeRegressionPredict/test.cpp +++ b/data_analytics/L1/tests/regression/ridgeRegressionPredict/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/edit_distance/Makefile b/data_analytics/L1/tests/text/edit_distance/Makefile index e390877aa8..5cb36d4869 100644 --- a/data_analytics/L1/tests/text/edit_distance/Makefile +++ b/data_analytics/L1/tests/text/edit_distance/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/edit_distance/run_hls.tcl b/data_analytics/L1/tests/text/edit_distance/run_hls.tcl index 3f8b65bb00..76e145efbd 100755 --- a/data_analytics/L1/tests/text/edit_distance/run_hls.tcl +++ b/data_analytics/L1/tests/text/edit_distance/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/edit_distance/test.cpp b/data_analytics/L1/tests/text/edit_distance/test.cpp index 70d90457c5..f7ae67f4ff 100644 --- a/data_analytics/L1/tests/text/edit_distance/test.cpp +++ b/data_analytics/L1/tests/text/edit_distance/test.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include "xf_data_analytics/text/editDistance.hpp" diff --git a/data_analytics/L1/tests/text/regex_vm/Makefile b/data_analytics/L1/tests/text/regex_vm/Makefile index cd7ceab2c2..d4aba7ce54 100644 --- a/data_analytics/L1/tests/text/regex_vm/Makefile +++ b/data_analytics/L1/tests/text/regex_vm/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/regex_vm/re_compile/makefile b/data_analytics/L1/tests/text/regex_vm/re_compile/makefile index bb66215dd9..f9b3ce462a 100644 --- a/data_analytics/L1/tests/text/regex_vm/re_compile/makefile +++ b/data_analytics/L1/tests/text/regex_vm/re_compile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.1 # MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/L1/tests/text/regex_vm/run_hls.tcl b/data_analytics/L1/tests/text/regex_vm/run_hls.tcl index 4091a20576..0aa7a088f8 100644 --- a/data_analytics/L1/tests/text/regex_vm/run_hls.tcl +++ b/data_analytics/L1/tests/text/regex_vm/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/regex_vm/test.cpp b/data_analytics/L1/tests/text/regex_vm/test.cpp index 47c9c240e4..0c9f1e868a 100644 --- a/data_analytics/L1/tests/text/regex_vm/test.cpp +++ b/data_analytics/L1/tests/text/regex_vm/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/string_equal/Makefile b/data_analytics/L1/tests/text/string_equal/Makefile index b9e00debdc..8a61763490 100644 --- a/data_analytics/L1/tests/text/string_equal/Makefile +++ b/data_analytics/L1/tests/text/string_equal/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/string_equal/run_hls.tcl b/data_analytics/L1/tests/text/string_equal/run_hls.tcl index 2ab5c2f018..c2c351b85a 100644 --- a/data_analytics/L1/tests/text/string_equal/run_hls.tcl +++ b/data_analytics/L1/tests/text/string_equal/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2021 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/string_in/Makefile b/data_analytics/L1/tests/text/string_in/Makefile index fab014ba0c..0c241f3856 100644 --- a/data_analytics/L1/tests/text/string_in/Makefile +++ b/data_analytics/L1/tests/text/string_in/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/string_in/run_hls.tcl b/data_analytics/L1/tests/text/string_in/run_hls.tcl index 22aad3aa24..53a84bbd76 100644 --- a/data_analytics/L1/tests/text/string_in/run_hls.tcl +++ b/data_analytics/L1/tests/text/string_in/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2021 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/string_like/Makefile b/data_analytics/L1/tests/text/string_like/Makefile index 67d42543d3..88fdbc4d5a 100644 --- a/data_analytics/L1/tests/text/string_like/Makefile +++ b/data_analytics/L1/tests/text/string_like/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L1/tests/text/string_like/run_hls.tcl b/data_analytics/L1/tests/text/string_like/run_hls.tcl index 968999a2cc..296cf803df 100644 --- a/data_analytics/L1/tests/text/string_like/run_hls.tcl +++ b/data_analytics/L1/tests/text/string_like/run_hls.tcl @@ -1,5 +1,5 @@ # -# Copyright 2019-2021 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/benchmarks/classification/naive_bayes/Makefile b/data_analytics/L2/benchmarks/classification/naive_bayes/Makefile index ed495d742c..3246de0983 100644 --- a/data_analytics/L2/benchmarks/classification/naive_bayes/Makefile +++ b/data_analytics/L2/benchmarks/classification/naive_bayes/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/benchmarks/classification/naive_bayes/README.rst b/data_analytics/L2/benchmarks/classification/naive_bayes/README.rst index d32aeda692..bbf04a4cb1 100644 --- a/data_analytics/L2/benchmarks/classification/naive_bayes/README.rst +++ b/data_analytics/L2/benchmarks/classification/naive_bayes/README.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/benchmarks/classification/naive_bayes/host/test_nb.cpp b/data_analytics/L2/benchmarks/classification/naive_bayes/host/test_nb.cpp index b00897e050..aafe3c49e6 100644 --- a/data_analytics/L2/benchmarks/classification/naive_bayes/host/test_nb.cpp +++ b/data_analytics/L2/benchmarks/classification/naive_bayes/host/test_nb.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/benchmarks/classification/naive_bayes/host/utils.hpp b/data_analytics/L2/benchmarks/classification/naive_bayes/host/utils.hpp index 2c756cbb33..36744883cb 100644 --- a/data_analytics/L2/benchmarks/classification/naive_bayes/host/utils.hpp +++ b/data_analytics/L2/benchmarks/classification/naive_bayes/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.cpp b/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.cpp index 0df1dc152c..ab1cb5de08 100644 --- a/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.cpp +++ b/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "xf_data_analytics/classification/naive_bayes.hpp" #include "naiveBayesTrain_kernel.hpp" diff --git a/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.hpp b/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.hpp index ab9f69ae5f..5a5a80d82e 100644 --- a/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.hpp +++ b/data_analytics/L2/benchmarks/classification/naive_bayes/kernel/naiveBayesTrain_kernel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef XF_MACHINE_DUT_H #define XF_MACHINE_DUT_H diff --git a/data_analytics/L2/demos/text/dup_match/Makefile b/data_analytics/L2/demos/text/dup_match/Makefile index 80c4d36211..e0a5f1feb8 100644 --- a/data_analytics/L2/demos/text/dup_match/Makefile +++ b/data_analytics/L2/demos/text/dup_match/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/demos/text/dup_match/README.rst b/data_analytics/L2/demos/text/dup_match/README.rst index 189f941925..6afee0eaf7 100644 --- a/data_analytics/L2/demos/text/dup_match/README.rst +++ b/data_analytics/L2/demos/text/dup_match/README.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/cluster.cpp b/data_analytics/L2/demos/text/dup_match/host/dm/cluster.cpp index 5442bc9c45..1b9d445d23 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/cluster.cpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/cluster.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/cluster.hpp b/data_analytics/L2/demos/text/dup_match/host/dm/cluster.hpp index 6a42bf5d55..9da7a2a569 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/cluster.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/cluster.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/common.cpp b/data_analytics/L2/demos/text/dup_match/host/dm/common.cpp index aa0aa3bff5..165392c8bf 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/common.cpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/common.hpp b/data_analytics/L2/demos/text/dup_match/host/dm/common.hpp index e17ba7ae5a..dfb48e3aeb 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/common.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/compound_predicate.hpp b/data_analytics/L2/demos/text/dup_match/host/dm/compound_predicate.hpp index 5097d8ade8..7fad9bff0b 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/compound_predicate.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/compound_predicate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/predicate.cpp b/data_analytics/L2/demos/text/dup_match/host/dm/predicate.cpp index 1df6adae01..bb478d7978 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/predicate.cpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/predicate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dm/predicate.hpp b/data_analytics/L2/demos/text/dup_match/host/dm/predicate.hpp index 2dd2e2556b..e60d95c677 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dm/predicate.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/dm/predicate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dup_match.cpp b/data_analytics/L2/demos/text/dup_match/host/dup_match.cpp index b96e65ef99..b3b015847c 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dup_match.cpp +++ b/data_analytics/L2/demos/text/dup_match/host/dup_match.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/dup_match.hpp b/data_analytics/L2/demos/text/dup_match/host/dup_match.hpp index ac7a7a0c7d..35ade99a98 100644 --- a/data_analytics/L2/demos/text/dup_match/host/dup_match.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/dup_match.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/ext/distance.hpp b/data_analytics/L2/demos/text/dup_match/host/ext/distance.hpp index f8504d6e79..b849e1a525 100644 --- a/data_analytics/L2/demos/text/dup_match/host/ext/distance.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/ext/distance.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/ext/ext.hpp b/data_analytics/L2/demos/text/dup_match/host/ext/ext.hpp index 9e79f557ff..05e7722c9b 100644 --- a/data_analytics/L2/demos/text/dup_match/host/ext/ext.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/ext/ext.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/ext/hcluster.cpp b/data_analytics/L2/demos/text/dup_match/host/ext/hcluster.cpp index 15fb09c550..08e730d793 100644 --- a/data_analytics/L2/demos/text/dup_match/host/ext/hcluster.cpp +++ b/data_analytics/L2/demos/text/dup_match/host/ext/hcluster.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/ext/makefile b/data_analytics/L2/demos/text/dup_match/host/ext/makefile index a88f2ce54d..7fc1cf3a08 100644 --- a/data_analytics/L2/demos/text/dup_match/host/ext/makefile +++ b/data_analytics/L2/demos/text/dup_match/host/ext/makefile @@ -1,5 +1,5 @@ # -# Copyright 2021 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/ext/re_compile/makefile b/data_analytics/L2/demos/text/dup_match/host/ext/re_compile/makefile index 37852c94bd..0586d8d386 100644 --- a/data_analytics/L2/demos/text/dup_match/host/ext/re_compile/makefile +++ b/data_analytics/L2/demos/text/dup_match/host/ext/re_compile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/main.cpp b/data_analytics/L2/demos/text/dup_match/host/main.cpp index 663c8186f3..2c85bf76b6 100644 --- a/data_analytics/L2/demos/text/dup_match/host/main.cpp +++ b/data_analytics/L2/demos/text/dup_match/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/host/utils.hpp b/data_analytics/L2/demos/text/dup_match/host/utils.hpp index 59c730c3a2..a7a5041561 100644 --- a/data_analytics/L2/demos/text/dup_match/host/utils.hpp +++ b/data_analytics/L2/demos/text/dup_match/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.cpp b/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.cpp index a9659db6cb..d192318150 100644 --- a/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.cpp +++ b/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.hpp b/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.hpp index d7f1ae0c24..b7e6d1ae69 100644 --- a/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.hpp +++ b/data_analytics/L2/demos/text/dup_match/kernel/predicate_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/Makefile b/data_analytics/L2/demos/text/log_analyzer/Makefile index 65009c481b..a1d7e9e756 100644 --- a/data_analytics/L2/demos/text/log_analyzer/Makefile +++ b/data_analytics/L2/demos/text/log_analyzer/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.cpp b/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.cpp index 2d224086af..01bf235012 100644 --- a/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.hpp b/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.hpp index 241364175c..8d5287627b 100644 --- a/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/data/convert_s1.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/data/convert_s2.cpp b/data_analytics/L2/demos/text/log_analyzer/data/convert_s2.cpp index 47b595eede..d5da5d626f 100644 --- a/data_analytics/L2/demos/text/log_analyzer/data/convert_s2.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/data/convert_s2.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/data/makefile b/data_analytics/L2/demos/text/log_analyzer/data/makefile index 2389dbc3f4..c79c51f2d0 100644 --- a/data_analytics/L2/demos/text/log_analyzer/data/makefile +++ b/data_analytics/L2/demos/text/log_analyzer/data/makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.cpp b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.cpp index 5bd13164a6..0a45efcd28 100644 --- a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.hpp b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.hpp index ba480c2cdc..b0135b3746 100644 --- a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.cpp b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.cpp index f5a52387c1..fc7d30dbf4 100644 --- a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.hpp b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.hpp index 5a27898fe6..e85ec3cf95 100644 --- a/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/host/log_analyzer_config.hpp @@ -1,6 +1,6 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/host/main.cpp b/data_analytics/L2/demos/text/log_analyzer/host/main.cpp index 9684a82ed4..ccbc07955d 100644 --- a/data_analytics/L2/demos/text/log_analyzer/host/main.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.cpp b/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.cpp index ea959d413e..8a044ce684 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.hpp b/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.hpp index 72d3387a52..c6dc510b42 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/WJ_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.cpp b/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.cpp index 3c5fc656f6..2873587904 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.hpp b/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.hpp index bb07343c3e..8da76fc8e0 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/geoip_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.cpp b/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.cpp index 97d5746d7a..c22753f774 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.hpp b/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.hpp index 7bd2a31a51..ad5f8f7025 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/re_engine_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/kernel/write_json.hpp b/data_analytics/L2/demos/text/log_analyzer/kernel/write_json.hpp index 735ef153ea..b8313a491c 100644 --- a/data_analytics/L2/demos/text/log_analyzer/kernel/write_json.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/kernel/write_json.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/re_compile/makefile b/data_analytics/L2/demos/text/log_analyzer/re_compile/makefile index e74e476a4d..0586d8d386 100644 --- a/data_analytics/L2/demos/text/log_analyzer/re_compile/makefile +++ b/data_analytics/L2/demos/text/log_analyzer/re_compile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.1 # MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/geoip2.hpp b/data_analytics/L2/demos/text/log_analyzer/ref_result/geoip2.hpp index 0f4265bff2..13293cf207 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/geoip2.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/geoip2.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/grok.hpp b/data_analytics/L2/demos/text/log_analyzer/ref_result/grok.hpp index 1a0d897ffe..baaf03f30a 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/grok.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/grok.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/libmaxminddb/makefile b/data_analytics/L2/demos/text/log_analyzer/ref_result/libmaxminddb/makefile index da43232b0d..7a512e096c 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/libmaxminddb/makefile +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/libmaxminddb/makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/makefile b/data_analytics/L2/demos/text/log_analyzer/ref_result/makefile index c8c0541f6d..9a78df717b 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/makefile +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/rapidjson/makefile b/data_analytics/L2/demos/text/log_analyzer/ref_result/rapidjson/makefile index 29d4802e44..832f96271b 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/rapidjson/makefile +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/rapidjson/makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.cpp b/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.cpp index dcd5e03dc3..c989bf9e0a 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.hpp b/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.hpp index 678d256fac..3b2c4d3b6c 100644 --- a/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/ref_result/ref_result.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/utils_sw/x_utils.hpp b/data_analytics/L2/demos/text/log_analyzer/utils_sw/x_utils.hpp index 5d5d5c477c..488e8299e2 100644 --- a/data_analytics/L2/demos/text/log_analyzer/utils_sw/x_utils.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/utils_sw/x_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.cpp b/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.cpp index 1abc500e78..2029bfe44f 100644 --- a/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.cpp +++ b/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.hpp b/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.hpp index 1067f6de55..eb0a8511cf 100644 --- a/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.hpp +++ b/data_analytics/L2/demos/text/log_analyzer/utils_sw/xclhost.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_L2.hpp b/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_L2.hpp index b8bf592cd7..387f6799fe 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_L2.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_L2.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_quantize.hpp b/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_quantize.hpp index 8dabda1745..13cb58b976 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_quantize.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/classification/decision_tree_quantize.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/classification/svm_train.hpp b/data_analytics/L2/include/hw/xf_data_analytics/classification/svm_train.hpp index 4863d26ea2..9707da1c48 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/classification/svm_train.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/classification/svm_train.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/clustering/kmeansTrain.hpp b/data_analytics/L2/include/hw/xf_data_analytics/clustering/kmeansTrain.hpp index 2bf916defd..cf5f6f6ccf 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/clustering/kmeansTrain.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/clustering/kmeansTrain.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/dataframe/obj2parquet.hpp b/data_analytics/L2/include/hw/xf_data_analytics/dataframe/obj2parquet.hpp index 8df32c832c..1fa235deff 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/dataframe/obj2parquet.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/dataframe/obj2parquet.hpp @@ -1,6 +1,6 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/regression/decision_tree_L2.hpp b/data_analytics/L2/include/hw/xf_data_analytics/regression/decision_tree_L2.hpp index 59d78f0321..f4062c49fa 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/regression/decision_tree_L2.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/regression/decision_tree_L2.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/regression/linearRegressionTrain.hpp b/data_analytics/L2/include/hw/xf_data_analytics/regression/linearRegressionTrain.hpp index 4106ca7c88..e8ed480613 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/regression/linearRegressionTrain.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/regression/linearRegressionTrain.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/text/geoip.hpp b/data_analytics/L2/include/hw/xf_data_analytics/text/geoip.hpp index 564c111b10..30075f169a 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/text/geoip.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/text/geoip.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/text/re_engine.hpp b/data_analytics/L2/include/hw/xf_data_analytics/text/re_engine.hpp index cbee6be5e8..da60968ffb 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/text/re_engine.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/text/re_engine.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/include/hw/xf_data_analytics/text/two_gram_predicate.hpp b/data_analytics/L2/include/hw/xf_data_analytics/text/two_gram_predicate.hpp index bbc1957bcd..c3244aab76 100644 --- a/data_analytics/L2/include/hw/xf_data_analytics/text/two_gram_predicate.hpp +++ b/data_analytics/L2/include/hw/xf_data_analytics/text/two_gram_predicate.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/decision_tree.cpp b/data_analytics/L2/src/classification/decision_tree.cpp index e0594337c0..a35a8104c2 100644 --- a/data_analytics/L2/src/classification/decision_tree.cpp +++ b/data_analytics/L2/src/classification/decision_tree.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/decision_tree_quantize.cpp b/data_analytics/L2/src/classification/decision_tree_quantize.cpp index c602c5bced..9fe8d46dfa 100644 --- a/data_analytics/L2/src/classification/decision_tree_quantize.cpp +++ b/data_analytics/L2/src/classification/decision_tree_quantize.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/gbdt.cpp b/data_analytics/L2/src/classification/gbdt.cpp index e0594337c0..a35a8104c2 100644 --- a/data_analytics/L2/src/classification/gbdt.cpp +++ b/data_analytics/L2/src/classification/gbdt.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/rf_sps.cpp b/data_analytics/L2/src/classification/rf_sps.cpp index c21b4a4d3e..5813190e9f 100644 --- a/data_analytics/L2/src/classification/rf_sps.cpp +++ b/data_analytics/L2/src/classification/rf_sps.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/rf_trees_quantize.cpp b/data_analytics/L2/src/classification/rf_trees_quantize.cpp index f2617fcc32..f6c36fc5a8 100644 --- a/data_analytics/L2/src/classification/rf_trees_quantize.cpp +++ b/data_analytics/L2/src/classification/rf_trees_quantize.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/svm.cpp b/data_analytics/L2/src/classification/svm.cpp index f3374a0fd8..30c8dba34d 100644 --- a/data_analytics/L2/src/classification/svm.cpp +++ b/data_analytics/L2/src/classification/svm.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/classification/xgboost.cpp b/data_analytics/L2/src/classification/xgboost.cpp index e0594337c0..a35a8104c2 100644 --- a/data_analytics/L2/src/classification/xgboost.cpp +++ b/data_analytics/L2/src/classification/xgboost.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/dataframe/obj2parquet.cpp b/data_analytics/L2/src/dataframe/obj2parquet.cpp index 7c1c4e67f7..290de104fb 100644 --- a/data_analytics/L2/src/dataframe/obj2parquet.cpp +++ b/data_analytics/L2/src/dataframe/obj2parquet.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include //#include "xf_data_analytics/dataframe/read_from_dataframe.hpp" diff --git a/data_analytics/L2/src/regression/decision_tree_regression.cpp b/data_analytics/L2/src/regression/decision_tree_regression.cpp index 7c6906c64b..4651424c39 100644 --- a/data_analytics/L2/src/regression/decision_tree_regression.cpp +++ b/data_analytics/L2/src/regression/decision_tree_regression.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/regression/gbdt.cpp b/data_analytics/L2/src/regression/gbdt.cpp index 7119aca537..fa892e9129 100644 --- a/data_analytics/L2/src/regression/gbdt.cpp +++ b/data_analytics/L2/src/regression/gbdt.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/regression/rf_sps.cpp b/data_analytics/L2/src/regression/rf_sps.cpp index c21b4a4d3e..5813190e9f 100644 --- a/data_analytics/L2/src/regression/rf_sps.cpp +++ b/data_analytics/L2/src/regression/rf_sps.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/regression/rf_trees_quantize.cpp b/data_analytics/L2/src/regression/rf_trees_quantize.cpp index f2617fcc32..f6c36fc5a8 100644 --- a/data_analytics/L2/src/regression/rf_trees_quantize.cpp +++ b/data_analytics/L2/src/regression/rf_trees_quantize.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/src/regression/xgboost.cpp b/data_analytics/L2/src/regression/xgboost.cpp index 7c6906c64b..4651424c39 100644 --- a/data_analytics/L2/src/regression/xgboost.cpp +++ b/data_analytics/L2/src/regression/xgboost.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/decisiontree/Makefile b/data_analytics/L2/tests/classification/decisiontree/Makefile index 5b5cd535c3..0550915664 100644 --- a/data_analytics/L2/tests/classification/decisiontree/Makefile +++ b/data_analytics/L2/tests/classification/decisiontree/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/classification/decisiontree/host/host.cpp b/data_analytics/L2/tests/classification/decisiontree/host/host.cpp index 64d82e7004..7eb62d3cb2 100644 --- a/data_analytics/L2/tests/classification/decisiontree/host/host.cpp +++ b/data_analytics/L2/tests/classification/decisiontree/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/decisiontree/host/host.hpp b/data_analytics/L2/tests/classification/decisiontree/host/host.hpp index 865177c09e..ce0c1da1b8 100644 --- a/data_analytics/L2/tests/classification/decisiontree/host/host.hpp +++ b/data_analytics/L2/tests/classification/decisiontree/host/host.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/decisiontree/host/utils.hpp b/data_analytics/L2/tests/classification/decisiontree/host/utils.hpp index a767833cbd..b2f61a0297 100644 --- a/data_analytics/L2/tests/classification/decisiontree/host/utils.hpp +++ b/data_analytics/L2/tests/classification/decisiontree/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/Makefile b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/Makefile index 1aeb31247c..74ffa4f1b4 100644 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/Makefile +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help @@ -141,23 +142,28 @@ PKG_HOST_ARGS = $(foreach args,$(HOST_ARGS),$(subst $(dir $(patsubst %/,%,$(args endif ########################## Kernel compiler global settings ########################## -ifneq (,$(shell echo $(XPLATFORM) | awk '/u250/')) -VPP_FLAGS += --config $(CUR_DIR)/conn_u250.cfg -VPP_FLAGS += -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw -I $(XFLIB_DIR)/../utils/L1/include -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw - -else VPP_FLAGS += -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw -I $(XFLIB_DIR)/../utils/L1/include -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw +######################### binary container global settings ########################## +ifneq (,$(shell echo $(XPLATFORM) | awk '/u250/')) +VPP_FLAGS_DecisionTree += --hls.clock 200000000:DecisionTree +ifneq ($(HOST_ARCH_temp), x86) +VPP_LDFLAGS_decision_tree += --clock.defaultFreqHz 150000000 +else +VPP_LDFLAGS_decision_tree += --kernel_frequency 150 endif +VPP_LDFLAGS_decision_tree_temp := --config $(CUR_DIR)/conn_u250.cfg --config $(CUR_DIR)/opts.cfg +VPP_LDFLAGS_decision_tree += $(VPP_LDFLAGS_decision_tree_temp) -######################### binary container global settings ########################## -VPP_FLAGS_DecisionTree += --hls.clock 250000000:DecisionTree +else +VPP_FLAGS_DecisionTree += --hls.clock 200000000:DecisionTree ifneq ($(HOST_ARCH_temp), x86) VPP_LDFLAGS_decision_tree += --clock.defaultFreqHz 150000000 else VPP_LDFLAGS_decision_tree += --kernel_frequency 150 endif +endif ifneq ($(SD_CARD_NEEDED), on) BINARY_CONTAINERS += $(BUILD_DIR)/decision_tree.xclbin else @@ -254,7 +260,9 @@ mkflag: mkdir -p $(BUILD_DIR) rm -rf $(BUILD_DIR)/makefile_args.txt @for var in $(MAKEFLAGS); do echo $$var >> $(BUILD_DIR)/makefile_args.txt; done + all: check_device check_vpp check_platform mkflag $(RUN_DEPS) + run: all #hw_emu ifneq (,$(filter hw_emu, $(TARGET))) diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/conn_u50.cfg b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/conn_u50.cfg deleted file mode 100644 index f0a12ba03c..0000000000 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/conn_u50.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[connectivity] -nk=DecisionTree:1:DecisionTree -slr=DecisionTree:SLR0 -sp=DecisionTree.data:HBM[0] -sp=DecisionTree.configs:HBM[0] -sp=DecisionTree.tree:HBM[0] diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/description.json b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/description.json index b46e5dd029..bc2c61ee34 100644 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/description.json +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/description.json @@ -16,13 +16,12 @@ ] } }, - "v++": { - "compiler": { - "clflags": [ - "--config PROJECT/conn_u250.cfg" - ] + "containers": [ + { + "name": "decision_tree", + "ldclflags": "--config PROJECT/conn_u250.cfg --config PROJECT/opts.cfg" } - } + ] } }, "launch": [ @@ -67,7 +66,7 @@ "accelerators": [ { "location": "LIB_DIR/L2/src/classification/gbdt.cpp", - "frequency": 250.0, + "frequency": 200.0, "name": "DecisionTree", "num_compute_units": 1, "compute_units": [ diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.cpp b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.cpp index f0131a368b..114b12108d 100644 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.cpp +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.hpp b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.hpp index 865177c09e..ce0c1da1b8 100644 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.hpp +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/host.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/utils.hpp b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/utils.hpp index a767833cbd..b2f61a0297 100644 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/utils.hpp +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/opts.cfg b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/opts.cfg new file mode 100644 index 0000000000..37952f9f2f --- /dev/null +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/opts.cfg @@ -0,0 +1,5 @@ +[vivado] +param=project.writeIntermediateCheckpoints=1 +prop=run.impl_1.STEPS.PLACE_DESIGN.ARGS.DIRECTIVE=SSI_SpreadLogic_high +prop=run.impl_1.STEPS.OPT_DESIGN.ARGS.DIRECTIVE=Explore +prop=run.impl_1.STEPS.PHYS_OPT_DESIGN.ARGS.DIRECTIVE=AggressiveExplore diff --git a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/utils.mk b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/utils.mk index ffd1d938e9..49ad0db7ef 100644 --- a/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/utils.mk +++ b/data_analytics/L2/tests/classification/gradientBoostedDecisionTree/utils.mk @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.7 +# vitis makefile-generator v2.0.8 # #+------------------------------------------------------------------------------- # The following parameters are assigned with default values. These parameters can diff --git a/data_analytics/L2/tests/classification/randomforest/Makefile b/data_analytics/L2/tests/classification/randomforest/Makefile index 9e54ebff4b..85900d6574 100644 --- a/data_analytics/L2/tests/classification/randomforest/Makefile +++ b/data_analytics/L2/tests/classification/randomforest/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/classification/randomforest/host/test.cpp b/data_analytics/L2/tests/classification/randomforest/host/test.cpp index f635a9ce16..ca173f35e0 100644 --- a/data_analytics/L2/tests/classification/randomforest/host/test.cpp +++ b/data_analytics/L2/tests/classification/randomforest/host/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/randomforest/host/test.hpp b/data_analytics/L2/tests/classification/randomforest/host/test.hpp index 4b84973b06..fd8d2a9470 100644 --- a/data_analytics/L2/tests/classification/randomforest/host/test.hpp +++ b/data_analytics/L2/tests/classification/randomforest/host/test.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/randomforest/host/utils.hpp b/data_analytics/L2/tests/classification/randomforest/host/utils.hpp index 9b63527de5..6de6192d76 100644 --- a/data_analytics/L2/tests/classification/randomforest/host/utils.hpp +++ b/data_analytics/L2/tests/classification/randomforest/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/svm/Makefile b/data_analytics/L2/tests/classification/svm/Makefile index f5c6b5b1df..7740408891 100644 --- a/data_analytics/L2/tests/classification/svm/Makefile +++ b/data_analytics/L2/tests/classification/svm/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/classification/svm/host/host.cpp b/data_analytics/L2/tests/classification/svm/host/host.cpp index 397605fd1d..08089e1f37 100644 --- a/data_analytics/L2/tests/classification/svm/host/host.cpp +++ b/data_analytics/L2/tests/classification/svm/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/svm/host/utils.hpp b/data_analytics/L2/tests/classification/svm/host/utils.hpp index 3d03c6c986..4146370750 100644 --- a/data_analytics/L2/tests/classification/svm/host/utils.hpp +++ b/data_analytics/L2/tests/classification/svm/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/xGradientBoost/Makefile b/data_analytics/L2/tests/classification/xGradientBoost/Makefile index 188a6c08df..1e6281502c 100644 --- a/data_analytics/L2/tests/classification/xGradientBoost/Makefile +++ b/data_analytics/L2/tests/classification/xGradientBoost/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/classification/xGradientBoost/host/host.cpp b/data_analytics/L2/tests/classification/xGradientBoost/host/host.cpp index ece6e1e63c..845dcb577c 100644 --- a/data_analytics/L2/tests/classification/xGradientBoost/host/host.cpp +++ b/data_analytics/L2/tests/classification/xGradientBoost/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/xGradientBoost/host/host.hpp b/data_analytics/L2/tests/classification/xGradientBoost/host/host.hpp index 865177c09e..ce0c1da1b8 100644 --- a/data_analytics/L2/tests/classification/xGradientBoost/host/host.hpp +++ b/data_analytics/L2/tests/classification/xGradientBoost/host/host.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/classification/xGradientBoost/host/utils.hpp b/data_analytics/L2/tests/classification/xGradientBoost/host/utils.hpp index a767833cbd..b2f61a0297 100644 --- a/data_analytics/L2/tests/classification/xGradientBoost/host/utils.hpp +++ b/data_analytics/L2/tests/classification/xGradientBoost/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans/Makefile b/data_analytics/L2/tests/clustering/kmeans/Makefile index a90e1cc0dd..df141e4c89 100644 --- a/data_analytics/L2/tests/clustering/kmeans/Makefile +++ b/data_analytics/L2/tests/clustering/kmeans/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/clustering/kmeans/host/eval.hpp b/data_analytics/L2/tests/clustering/kmeans/host/eval.hpp index ee1e59e829..7afdb2e2a3 100644 --- a/data_analytics/L2/tests/clustering/kmeans/host/eval.hpp +++ b/data_analytics/L2/tests/clustering/kmeans/host/eval.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans/host/iris.hpp b/data_analytics/L2/tests/clustering/kmeans/host/iris.hpp index 4af73ac190..b2f3893c13 100644 --- a/data_analytics/L2/tests/clustering/kmeans/host/iris.hpp +++ b/data_analytics/L2/tests/clustering/kmeans/host/iris.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans/host/main.cpp b/data_analytics/L2/tests/clustering/kmeans/host/main.cpp index 1ba7acd52d..2eb3178ab4 100644 --- a/data_analytics/L2/tests/clustering/kmeans/host/main.cpp +++ b/data_analytics/L2/tests/clustering/kmeans/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans/kernel/config.hpp b/data_analytics/L2/tests/clustering/kmeans/kernel/config.hpp index 09eb3c18ef..a6369e5cab 100644 --- a/data_analytics/L2/tests/clustering/kmeans/kernel/config.hpp +++ b/data_analytics/L2/tests/clustering/kmeans/kernel/config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans/kernel/kernel.cpp b/data_analytics/L2/tests/clustering/kmeans/kernel/kernel.cpp index 717665c268..9522434cec 100644 --- a/data_analytics/L2/tests/clustering/kmeans/kernel/kernel.cpp +++ b/data_analytics/L2/tests/clustering/kmeans/kernel/kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/Makefile b/data_analytics/L2/tests/clustering/kmeans_sc/Makefile old mode 100755 new mode 100644 index 38e6304d45..325006e17d --- a/data_analytics/L2/tests/clustering/kmeans_sc/Makefile +++ b/data_analytics/L2/tests/clustering/kmeans_sc/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2021 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# sc makefile-generator v1.0.0 +# ############################## Help Section ############################## .PHONY: help @@ -86,9 +87,10 @@ CXXFLAGS += -DXILINX_SC_PFM_EXT=$(XILINX_SC_PFM_EXT) endif ifeq ($(HOST_ARCH), x86) CXXFLAGS += -I $(XILINX_VITIS)/system_compiler/include -I $(XILINX_HLS)/include -LDFLAGS += -L$(XILINX_XRT)/lib -L$(XILINX_VITIS)/system_compiler/lib/x86 -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(XILINX_VITIS)/system_compiler/lib/x86:$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread +LDFLAGS += VPP_FLAGS += -t $(TARGET) --platform $(XPLATFORM) --temp_dir $(TEMP_DIR) --save-temps -g -I $(XILINX_VITIS)/system_compiler/include VPP_LDFLAGS += --optimize 2 -R 2 +LDFLAGS += -L$(XILINX_XRT)/lib -L$(SYS_COMP_LIB) -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(SYS_COMP_LIB):$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread else ifeq ($(HOST_ARCH), aarch64) CXXFLAGS += LDFLAGS += @@ -122,6 +124,13 @@ endif HOST_SRCS += $(CUR_DIR)/host/main.cpp CXXFLAGS += -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw -I $(CUR_DIR)/kernel -I $(CUR_DIR)/host -I $(XFLIB_DIR)/L1/include/sw -I $(XFLIB_DIR)/L3/include/sw -I $(XFLIB_DIR)/ext/xcl2 -I $(XFLIB_DIR)/../utils/L1/include +# workaround for opencv +ifeq (,$(findstring opencv,$(CXXFLAGS))) +CXXFLAGS += $(XRT_CXXFLAGS) +VPP_FLAGS += $(XRT_CXXFLAGS) +VPP_LDFLAGS += $(XRT_CXXFLAGS) +endif + EXE_NAME := host.exe REL_HOST_SRCS := $(shell realpath --relative-to $(CUR_DIR) $(HOST_SRCS)) EXE_OBJS := $(addprefix $(TEMP_DIR)/, $(addsuffix .o,$(basename $(shell realpath --relative-to $(CUR_DIR) $(HOST_SRCS) | sed "s|\.\.\/||g")))) diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/host/eval.hpp b/data_analytics/L2/tests/clustering/kmeans_sc/host/eval.hpp index e70b49fe2f..697ae622a4 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/host/eval.hpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/host/eval.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/host/iris.hpp b/data_analytics/L2/tests/clustering/kmeans_sc/host/iris.hpp index 922d61f054..b2f3893c13 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/host/iris.hpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/host/iris.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/host/main.cpp b/data_analytics/L2/tests/clustering/kmeans_sc/host/main.cpp index a2b2d90325..b49b4ee854 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/host/main.cpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/config.hpp b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/config.hpp index 6791540bff..b2f9b74538 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/config.hpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.cpp b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.cpp index 723bd8c7a4..0d1d47ddfd 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.cpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.hpp b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.hpp index 9c546bd76d..8b809c25ee 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.hpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_acc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_kernel.cpp b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_kernel.cpp index 472d33a4fa..40dfe32fd2 100755 --- a/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_kernel.cpp +++ b/data_analytics/L2/tests/clustering/kmeans_sc/kernel/kmeans_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/clustering/kmeans_sc/utils.mk b/data_analytics/L2/tests/clustering/kmeans_sc/utils.mk index 1937b53d2b..77eb482f00 100644 --- a/data_analytics/L2/tests/clustering/kmeans_sc/utils.mk +++ b/data_analytics/L2/tests/clustering/kmeans_sc/utils.mk @@ -138,6 +138,27 @@ ifneq ($(shell expr $(BINUTILS) \>= $(BINUTILS_REQ)), 1) export PATH := $(XILINX_VIVADO)/tps/lnx64/binutils-$(BINUTILS_INTOOL)/bin:$(PATH) endif +#Check OS and setting env for xrt c++ api +OSDIST = $(shell lsb_release -i |awk -F: '{print tolower($$2)}' | tr -d ' \t' ) +OSREL = $(shell lsb_release -r |awk -F: '{print tolower($$2)}' |tr -d ' \t') +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/x86 +# for centos and redhat +ifneq ($(findstring centos,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +XRT_CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +else ifneq ($(findstring redhat,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +XRT_CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +endif + #Setting VPP VPP := v++ diff --git a/data_analytics/L2/tests/dataframe/writeparquet/Makefile b/data_analytics/L2/tests/dataframe/writeparquet/Makefile index 910bc3e66f..467975781e 100644 --- a/data_analytics/L2/tests/dataframe/writeparquet/Makefile +++ b/data_analytics/L2/tests/dataframe/writeparquet/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/dataframe/writeparquet/arrow_compile/setup.sh b/data_analytics/L2/tests/dataframe/writeparquet/arrow_compile/setup.sh index 6091a1904b..5b038835bc 100755 --- a/data_analytics/L2/tests/dataframe/writeparquet/arrow_compile/setup.sh +++ b/data_analytics/L2/tests/dataframe/writeparquet/arrow_compile/setup.sh @@ -1,3 +1,18 @@ +# +# Copyright 2022 Xilinx, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# set -ex PWD=`pwd` ext=$PWD/arrow_compile diff --git a/data_analytics/L2/tests/dataframe/writeparquet/host/meta.hpp b/data_analytics/L2/tests/dataframe/writeparquet/host/meta.hpp index c61a26ba48..e943180786 100644 --- a/data_analytics/L2/tests/dataframe/writeparquet/host/meta.hpp +++ b/data_analytics/L2/tests/dataframe/writeparquet/host/meta.hpp @@ -1,19 +1,18 @@ -// Licensed to the Apache Software Foundation (ASF) under one -// or more contributor license agreements. See the NOTICE file -// distributed with this work for additional information -// regarding copyright ownership. The ASF licenses this file -// to you under the Apache License, Version 2.0 (the -// "License"); you may not use this file except in compliance -// with the License. You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, -// software distributed under the License is distributed on an -// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -// KIND, either express or implied. See the License for the -// specific language governing permissions and limitations -// under the License. +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include diff --git a/data_analytics/L2/tests/dataframe/writeparquet/host/test.cpp b/data_analytics/L2/tests/dataframe/writeparquet/host/test.cpp index aa633eeafa..261b8c12e8 100644 --- a/data_analytics/L2/tests/dataframe/writeparquet/host/test.cpp +++ b/data_analytics/L2/tests/dataframe/writeparquet/host/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/x_utils.hpp b/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/x_utils.hpp index 5d5d5c477c..488e8299e2 100644 --- a/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/x_utils.hpp +++ b/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/x_utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.cpp b/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.cpp index e57c828cbd..fde15c1bdb 100644 --- a/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.cpp +++ b/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.hpp b/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.hpp index 460ae103a0..fdf55624aa 100644 --- a/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.hpp +++ b/data_analytics/L2/tests/dataframe/writeparquet/host/utils_sw/xclhost.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2018 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/geospatial/knn_sc/Makefile b/data_analytics/L2/tests/geospatial/knn_sc/Makefile index 2233a9655c..64bc77833d 100644 --- a/data_analytics/L2/tests/geospatial/knn_sc/Makefile +++ b/data_analytics/L2/tests/geospatial/knn_sc/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2021 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# sc makefile-generator v1.0.0 +# ############################## Help Section ############################## .PHONY: help @@ -86,7 +87,7 @@ CXXFLAGS += -DXILINX_SC_PFM_EXT=$(XILINX_SC_PFM_EXT) endif ifeq ($(HOST_ARCH), x86) CXXFLAGS += -I $(XILINX_VITIS)/system_compiler/include -I $(XILINX_HLS)/include -LDFLAGS += -L$(XILINX_XRT)/lib -L$(XILINX_VITIS)/system_compiler/lib/x86 -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(XILINX_VITIS)/system_compiler/lib/x86:$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread +LDFLAGS += -L$(XILINX_XRT)/lib -L$(SYS_COMP_LIB) -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(XILINX_VITIS)/system_compiler/lib/x86:$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread VPP_FLAGS += -t $(TARGET) --platform $(XPLATFORM) --temp_dir $(TEMP_DIR) --save-temps -g -I $(XILINX_VITIS)/system_compiler/include VPP_LDFLAGS += --optimize 2 -R 2 else ifeq ($(HOST_ARCH), aarch64) @@ -169,11 +170,11 @@ ACC_OBJS_kernel_knn := $(addprefix $(TEMP_DIR)/, $(addsuffix .o,$(basename $(sh $(ACC_OBJS_kernel_knn): $(TEMP_DIR)/%.o : %.cpp $$(@D)/.f @echo "--> Making $@ from: $?" $(MAKEDEPEND) - $(VPP) $(VPP_FLAGS) $(VPP_FLAGS_kernel_knn) -o $@ -c $(shell find $(ACC_SRCS_kernel_knn) -name $(subst .o,.cpp,$(notdir $@)) ) + $(VPP) -o $@ -c $(shell find $(ACC_SRCS_kernel_knn) -name $(subst .o,.cpp,$(notdir $@)) ) $(VPP_FLAGS) $(VPP_FLAGS_kernel_knn) BINARY_CONTAINERS_DEPS += $(ACC_OBJS_kernel_knn) $(BINARY_CONTAINERS_TMP) : $(BINARY_CONTAINERS_DEPS) @echo "--> Making $@ from: $?" - $(VPP) $(VPP_FLAGS) $(VPP_LDFLAGS) $(VPP_LDFLAGS_kernel_knn) -o $(BINARY_CONTAINERS) -l $^ + $(VPP) -o $(BINARY_CONTAINERS) $(VPP_FLAGS) $(VPP_LDFLAGS) $(VPP_LDFLAGS_kernel_knn) -l $^ EXE_FILE_DEPS += $(BINARY_CONTAINERS_TMP) EXE_FILE_DEPS += $(BINARY_CONTAINERS_DEPS) @@ -269,4 +270,4 @@ cleanall: cleanh cleank -$(RMDIR) $(XFLIB_DIR)/common/data/*.xe2xd* $(XFLIB_DIR)/common/data/*.orig* -$(RMDIR) -clean: cleanh \ No newline at end of file +clean: cleanh diff --git a/data_analytics/L2/tests/geospatial/knn_sc/host/types.hpp b/data_analytics/L2/tests/geospatial/knn_sc/host/types.hpp index 59cbc4a3dc..8ed4cad872 100644 --- a/data_analytics/L2/tests/geospatial/knn_sc/host/types.hpp +++ b/data_analytics/L2/tests/geospatial/knn_sc/host/types.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef TYPES_HPP #define TYPES_HPP #include diff --git a/data_analytics/L2/tests/geospatial/knn_sc/utils.mk b/data_analytics/L2/tests/geospatial/knn_sc/utils.mk index 1937b53d2b..4d7258c6c6 100644 --- a/data_analytics/L2/tests/geospatial/knn_sc/utils.mk +++ b/data_analytics/L2/tests/geospatial/knn_sc/utils.mk @@ -138,6 +138,29 @@ ifneq ($(shell expr $(BINUTILS) \>= $(BINUTILS_REQ)), 1) export PATH := $(XILINX_VIVADO)/tps/lnx64/binutils-$(BINUTILS_INTOOL)/bin:$(PATH) endif +#Check OS and setting env for xrt c++ api +OSDIST = $(shell lsb_release -i |awk -F: '{print tolower($$2)}' | tr -d ' \t' ) +OSREL = $(shell lsb_release -r |awk -F: '{print tolower($$2)}' |tr -d ' \t') +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/x86 +# for centos and redhat +ifneq ($(findstring centos,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +VPP_FLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +else ifneq ($(findstring redhat,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +VPP_FLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +endif + #Setting VPP VPP := v++ diff --git a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/Makefile b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/Makefile index dece37c446..7dcdf2033d 100644 --- a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/Makefile +++ b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/host.cpp b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/host.cpp index 0b310602df..e1d6301876 100644 --- a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/host.cpp +++ b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/utils.hpp b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/utils.hpp index 5c1424cae3..5dc99d3a10 100644 --- a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/utils.hpp +++ b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/kernel/kernel.cpp b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/kernel/kernel.cpp index ce88b841ec..ae0c6d002c 100644 --- a/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/kernel/kernel.cpp +++ b/data_analytics/L2/tests/regression/LASSORegressionSGDTrain/kernel/kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/decisiontree/Makefile b/data_analytics/L2/tests/regression/decisiontree/Makefile index 4a98ec86ee..31bc52ab05 100644 --- a/data_analytics/L2/tests/regression/decisiontree/Makefile +++ b/data_analytics/L2/tests/regression/decisiontree/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/regression/decisiontree/host/host.cpp b/data_analytics/L2/tests/regression/decisiontree/host/host.cpp index 9edbf9b3b4..a720c429a5 100644 --- a/data_analytics/L2/tests/regression/decisiontree/host/host.cpp +++ b/data_analytics/L2/tests/regression/decisiontree/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/decisiontree/host/host.hpp b/data_analytics/L2/tests/regression/decisiontree/host/host.hpp index f31455e166..af574e047e 100644 --- a/data_analytics/L2/tests/regression/decisiontree/host/host.hpp +++ b/data_analytics/L2/tests/regression/decisiontree/host/host.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/decisiontree/host/utils.hpp b/data_analytics/L2/tests/regression/decisiontree/host/utils.hpp index 5c1424cae3..5dc99d3a10 100644 --- a/data_analytics/L2/tests/regression/decisiontree/host/utils.hpp +++ b/data_analytics/L2/tests/regression/decisiontree/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/Makefile b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/Makefile index 46e4bc37c0..fd57c27bcb 100644 --- a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/Makefile +++ b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/Makefile @@ -35,7 +35,7 @@ help:: $(ECHO) " Run the sdk.sh script from the common-image directory to install sysroot using the command : ./sdk.sh -y -d ./ -p " $(ECHO) " Unzip the rootfs file : gunzip ./rootfs.ext4.gz" $(ECHO) " export SYSROOT=< path-to-platform-sysroot >" - $(ECHO) " b. User could also define SYSROOT, K_IMAGE and ROOTFS by themselves: " + $(ECHO) " b.User could also define SYSROOT, K_IMAGE and ROOTFS by themselves: " $(ECHO) " export SYSROOT=< path-to-platform-sysroot >" $(ECHO) " export K_IMAGE=< path-to-Image-files >" $(ECHO) " export ROOTFS=< path-to-rootfs >" @@ -43,7 +43,7 @@ help:: $(ECHO) " make clean " $(ECHO) " Command to remove the generated non-hardware files." $(ECHO) "" - $(ECHO) " make cleanall" + $(ECHO) " make cleanall TARGET=" $(ECHO) " Command to remove all the generated files." $(ECHO) "" @@ -141,23 +141,28 @@ PKG_HOST_ARGS = $(foreach args,$(HOST_ARGS),$(subst $(dir $(patsubst %/,%,$(args endif ########################## Kernel compiler global settings ########################## -ifneq (,$(shell echo $(XPLATFORM) | awk '/u250/')) -VPP_FLAGS += --config $(CUR_DIR)/conn_u250.cfg -VPP_FLAGS += -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw -I $(XFLIB_DIR)/../utils/L1/include -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw - -else VPP_FLAGS += -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw -I $(XFLIB_DIR)/../utils/L1/include -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw +######################### binary container global settings ########################## +ifneq (,$(shell echo $(XPLATFORM) | awk '/u250/')) +VPP_FLAGS_DecisionTree += --hls.clock 200000000:DecisionTree +ifneq ($(HOST_ARCH_temp), x86) +VPP_LDFLAGS_decision_tree += --clock.defaultFreqHz 150000000 +else +VPP_LDFLAGS_decision_tree += --kernel_frequency 150 endif +VPP_LDFLAGS_decision_tree_temp := --config $(CUR_DIR)/conn_u250.cfg +VPP_LDFLAGS_decision_tree += $(VPP_LDFLAGS_decision_tree_temp) -######################### binary container global settings ########################## -VPP_FLAGS_DecisionTree += --hls.clock 250000000:DecisionTree +else +VPP_FLAGS_DecisionTree += --hls.clock 200000000:DecisionTree ifneq ($(HOST_ARCH_temp), x86) VPP_LDFLAGS_decision_tree += --clock.defaultFreqHz 150000000 else VPP_LDFLAGS_decision_tree += --kernel_frequency 150 endif +endif ifneq ($(SD_CARD_NEEDED), on) BINARY_CONTAINERS += $(BUILD_DIR)/decision_tree.xclbin else @@ -207,8 +212,8 @@ endif @echo 'fi' >> $(RUN_SCRIPT) @echo 'echo "INFO: Embedded host run completed."' >> $(RUN_SCRIPT) @echo 'exit $$return_code' >> $(RUN_SCRIPT) -DATA_FILE := $(CUR_DIR)//data/config.txt $(CUR_DIR)//data/train.txt $(CUR_DIR)//data/test.txt -DATA_DIR := +DATA_FILE := $(CUR_DIR)//data/config.txt $(CUR_DIR)//data/train.txt $(CUR_DIR)//data/test.txt $(custom_data_file) +DATA_DIR := $(custom_data_dir) SD_FILES += $(RUN_SCRIPT) SD_FILES += $(EXE_FILE) SD_FILES += $(EMCONFIG) @@ -254,7 +259,9 @@ mkflag: mkdir -p $(BUILD_DIR) rm -rf $(BUILD_DIR)/makefile_args.txt @for var in $(MAKEFLAGS); do echo $$var >> $(BUILD_DIR)/makefile_args.txt; done + all: check_device check_vpp check_platform mkflag $(RUN_DEPS) + run: all #hw_emu ifneq (,$(filter hw_emu, $(TARGET))) @@ -324,11 +331,11 @@ endif ############################## Cleaning Rules ############################## cleanh: -$(RMDIR) $(EXE_FILE) vitis_* TempConfig system_estimate.xtxt *.rpt .run/ - -$(RMDIR) src/*.ll _xocc_* .Xil dltmp* xmltmp* *.log *.jou *.wcfg *.wdb sample_link.ini sample_compile.ini obj* bin* *.csv *.jpg *.jpeg *.png + -$(RMDIR) src/*.ll _xocc_* .Xil dltmp* xmltmp* *.log *.jou *.wcfg *.wdb sample_link.ini sample_compile.ini obj* bin* *.csv *.jpg *.jpeg *.png *.db cleank: -$(RMDIR) $(BUILD_DIR)/*.xclbin _vimage *xclbin.run_summary qemu-memory-_* emulation/ _vimage/ pl*start_simulation. sh *.xclbin - -$(RMDIR) _x_temp.* + -$(RMDIR) _x_temp.* _x* cleanall: cleanh cleank -$(RMDIR) $(BUILD_DIR) emconfig.json *.html $(TEMP_DIR) $(CUR_DIR)/reports *.csv *.run_summary $(CUR_DIR)/*.raw package_* $(BUILD_DIR)/run_script.sh .ipcache *.str diff --git a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/description.json b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/description.json index c826cc44e1..90d8278fec 100644 --- a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/description.json +++ b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/description.json @@ -16,13 +16,12 @@ ] } }, - "v++": { - "compiler": { - "clflags": [ - "--config PROJECT/conn_u250.cfg" - ] + "containers":[ + { + "name":"decision_tree", + "ldclflags": "--config PROJECT/conn_u250.cfg" } - } + ] } }, "launch": [ @@ -67,7 +66,7 @@ "accelerators": [ { "location": "LIB_DIR/L2/src/regression/gbdt.cpp", - "frequency": 250.0, + "frequency": 200.0, "name": "DecisionTree", "num_compute_units": 1, "compute_units": [ diff --git a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.cpp b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.cpp index e909ebbbbf..abb4fc90c2 100644 --- a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.cpp +++ b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.hpp b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.hpp index f31455e166..af574e047e 100644 --- a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.hpp +++ b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/host.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/utils.hpp b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/utils.hpp index 5c1424cae3..5dc99d3a10 100644 --- a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/utils.hpp +++ b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/utils.mk b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/utils.mk index ffd1d938e9..49ad0db7ef 100644 --- a/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/utils.mk +++ b/data_analytics/L2/tests/regression/gradientBoostedDecisionTree/utils.mk @@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.7 +# vitis makefile-generator v2.0.8 # #+------------------------------------------------------------------------------- # The following parameters are assigned with default values. These parameters can diff --git a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/Makefile b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/Makefile index dc52979492..565c82fca1 100644 --- a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/Makefile +++ b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/host.cpp b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/host.cpp index c4c795203d..745edb8b6b 100644 --- a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/host.cpp +++ b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/utils.hpp b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/utils.hpp index 5c1424cae3..5dc99d3a10 100644 --- a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/utils.hpp +++ b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/kernel/kernel.cpp b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/kernel/kernel.cpp index 01b37dea42..ae970a03e3 100644 --- a/data_analytics/L2/tests/regression/linearRegressionSGDTrain/kernel/kernel.cpp +++ b/data_analytics/L2/tests/regression/linearRegressionSGDTrain/kernel/kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/randomforest/Makefile b/data_analytics/L2/tests/regression/randomforest/Makefile index 783cb7a05d..496953a847 100644 --- a/data_analytics/L2/tests/regression/randomforest/Makefile +++ b/data_analytics/L2/tests/regression/randomforest/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/regression/randomforest/host/test.cpp b/data_analytics/L2/tests/regression/randomforest/host/test.cpp index f635a9ce16..ca173f35e0 100644 --- a/data_analytics/L2/tests/regression/randomforest/host/test.cpp +++ b/data_analytics/L2/tests/regression/randomforest/host/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/randomforest/host/test.hpp b/data_analytics/L2/tests/regression/randomforest/host/test.hpp index 4b84973b06..fd8d2a9470 100644 --- a/data_analytics/L2/tests/regression/randomforest/host/test.hpp +++ b/data_analytics/L2/tests/regression/randomforest/host/test.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/randomforest/host/utils.hpp b/data_analytics/L2/tests/regression/randomforest/host/utils.hpp index 9b63527de5..6de6192d76 100644 --- a/data_analytics/L2/tests/regression/randomforest/host/utils.hpp +++ b/data_analytics/L2/tests/regression/randomforest/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/Makefile b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/Makefile index 131b85e681..b20c00d52d 100644 --- a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/Makefile +++ b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/host.cpp b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/host.cpp index abae3329da..88464a7b3f 100644 --- a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/host.cpp +++ b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/utils.hpp b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/utils.hpp index 5c1424cae3..5dc99d3a10 100644 --- a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/utils.hpp +++ b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/kernel/kernel.cpp b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/kernel/kernel.cpp index c04e252862..6b4acacc86 100644 --- a/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/kernel/kernel.cpp +++ b/data_analytics/L2/tests/regression/ridgeRegressionSGDTrain/kernel/kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/xGradientBoost/Makefile b/data_analytics/L2/tests/regression/xGradientBoost/Makefile index 4c435c6f9f..fd7052ef6f 100644 --- a/data_analytics/L2/tests/regression/xGradientBoost/Makefile +++ b/data_analytics/L2/tests/regression/xGradientBoost/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/regression/xGradientBoost/host/host.cpp b/data_analytics/L2/tests/regression/xGradientBoost/host/host.cpp index 148e8cafbd..bcba33180e 100644 --- a/data_analytics/L2/tests/regression/xGradientBoost/host/host.cpp +++ b/data_analytics/L2/tests/regression/xGradientBoost/host/host.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/xGradientBoost/host/host.hpp b/data_analytics/L2/tests/regression/xGradientBoost/host/host.hpp index f31455e166..af574e047e 100644 --- a/data_analytics/L2/tests/regression/xGradientBoost/host/host.hpp +++ b/data_analytics/L2/tests/regression/xGradientBoost/host/host.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/regression/xGradientBoost/host/utils.hpp b/data_analytics/L2/tests/regression/xGradientBoost/host/utils.hpp index 5c1424cae3..5dc99d3a10 100644 --- a/data_analytics/L2/tests/regression/xGradientBoost/host/utils.hpp +++ b/data_analytics/L2/tests/regression/xGradientBoost/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/geoip/Makefile b/data_analytics/L2/tests/text/geoip/Makefile index 5bd5c2e060..d0c0af9cd4 100644 --- a/data_analytics/L2/tests/text/geoip/Makefile +++ b/data_analytics/L2/tests/text/geoip/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/text/geoip/host/geoip_sw.hpp b/data_analytics/L2/tests/text/geoip/host/geoip_sw.hpp index 5f5e8e19b2..9a867a1966 100644 --- a/data_analytics/L2/tests/text/geoip/host/geoip_sw.hpp +++ b/data_analytics/L2/tests/text/geoip/host/geoip_sw.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include "ap_int.h" #include diff --git a/data_analytics/L2/tests/text/geoip/host/main.cpp b/data_analytics/L2/tests/text/geoip/host/main.cpp index 938c6a885e..ce782df577 100644 --- a/data_analytics/L2/tests/text/geoip/host/main.cpp +++ b/data_analytics/L2/tests/text/geoip/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/geoip/host/utils.hpp b/data_analytics/L2/tests/text/geoip/host/utils.hpp index 5cdf77d173..ecb19dcacb 100644 --- a/data_analytics/L2/tests/text/geoip/host/utils.hpp +++ b/data_analytics/L2/tests/text/geoip/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.cpp b/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.cpp index 071091dfc3..4923c6b1de 100644 --- a/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.cpp +++ b/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.hpp b/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.hpp index b59b7c854b..a9931ff839 100644 --- a/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.hpp +++ b/data_analytics/L2/tests/text/geoip/kernel/geoip_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/reEngine/Makefile b/data_analytics/L2/tests/text/reEngine/Makefile index 84567bb63e..dd004ef3d9 100644 --- a/data_analytics/L2/tests/text/reEngine/Makefile +++ b/data_analytics/L2/tests/text/reEngine/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help @@ -193,39 +194,39 @@ endif ifneq (,$(shell echo $(XPLATFORM) | awk '/u200/')) VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif VPP_LDFLAGS_reEngineKernel_temp := --config $(CUR_DIR)/conn_u200.cfg --config $(CUR_DIR)/opts.cfg VPP_LDFLAGS_reEngineKernel += $(VPP_LDFLAGS_reEngineKernel_temp) else ifneq (,$(shell echo $(XPLATFORM) | awk '/u250/')) -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif VPP_LDFLAGS_reEngineKernel_temp := --config $(CUR_DIR)/conn_u250.cfg VPP_LDFLAGS_reEngineKernel += $(VPP_LDFLAGS_reEngineKernel_temp) else ifneq (,$(shell echo $(XPLATFORM) | awk '/u50/')) -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif VPP_LDFLAGS_reEngineKernel_temp := --config $(CUR_DIR)/conn_u50.cfg VPP_LDFLAGS_reEngineKernel += $(VPP_LDFLAGS_reEngineKernel_temp) else -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif endif @@ -409,4 +410,4 @@ cleanall: cleanh cleank -$(RMDIR) $(CUR_DIR)/Work $(CUR_DIR)/*.xpe $(CUR_DIR)/hw.o $(CUR_DIR)/*.xsa $(CUR_DIR)/xnwOut -$(RMDIR) -clean: cleanh \ No newline at end of file +clean: cleanh diff --git a/data_analytics/L2/tests/text/reEngine/conn_u200.cfg b/data_analytics/L2/tests/text/reEngine/conn_u200.cfg index 2f8e295387..73a22383e3 100644 --- a/data_analytics/L2/tests/text/reEngine/conn_u200.cfg +++ b/data_analytics/L2/tests/text/reEngine/conn_u200.cfg @@ -7,61 +7,24 @@ sp=reEngineKernel_2.cfg_buff:DDR[0] sp=reEngineKernel_2.msg_buff:DDR[0] sp=reEngineKernel_2.len_buff:DDR[0] sp=reEngineKernel_2.out_buff:DDR[0] -sp=reEngineKernel_3.cfg_buff:DDR[0] -sp=reEngineKernel_3.msg_buff:DDR[0] -sp=reEngineKernel_3.len_buff:DDR[0] -sp=reEngineKernel_3.out_buff:DDR[0] -sp=reEngineKernel_4.cfg_buff:DDR[0] -sp=reEngineKernel_4.msg_buff:DDR[0] -sp=reEngineKernel_4.len_buff:DDR[0] -sp=reEngineKernel_4.out_buff:DDR[0] -sp=reEngineKernel_5.cfg_buff:DDR[0] -sp=reEngineKernel_5.msg_buff:DDR[0] -sp=reEngineKernel_5.len_buff:DDR[0] -sp=reEngineKernel_5.out_buff:DDR[0] slr=reEngineKernel_1:SLR0 slr=reEngineKernel_2:SLR0 -slr=reEngineKernel_3:SLR0 -slr=reEngineKernel_4:SLR0 -slr=reEngineKernel_5:SLR0 -sp=reEngineKernel_6.cfg_buff:DDR[3] -sp=reEngineKernel_6.msg_buff:DDR[3] -sp=reEngineKernel_6.len_buff:DDR[3] -sp=reEngineKernel_6.out_buff:DDR[3] -sp=reEngineKernel_7.cfg_buff:DDR[3] -sp=reEngineKernel_7.msg_buff:DDR[3] -sp=reEngineKernel_7.len_buff:DDR[3] -sp=reEngineKernel_7.out_buff:DDR[3] -sp=reEngineKernel_8.cfg_buff:DDR[3] -sp=reEngineKernel_8.msg_buff:DDR[3] -sp=reEngineKernel_8.len_buff:DDR[3] -sp=reEngineKernel_8.out_buff:DDR[3] -sp=reEngineKernel_9.cfg_buff:DDR[3] -sp=reEngineKernel_9.msg_buff:DDR[3] -sp=reEngineKernel_9.len_buff:DDR[3] -sp=reEngineKernel_9.out_buff:DDR[3] -sp=reEngineKernel_10.cfg_buff:DDR[3] -sp=reEngineKernel_10.msg_buff:DDR[3] -sp=reEngineKernel_10.len_buff:DDR[3] -sp=reEngineKernel_10.out_buff:DDR[3] +sp=reEngineKernel_3.cfg_buff:DDR[3] +sp=reEngineKernel_3.msg_buff:DDR[3] +sp=reEngineKernel_3.len_buff:DDR[3] +sp=reEngineKernel_3.out_buff:DDR[3] +sp=reEngineKernel_4.cfg_buff:DDR[3] +sp=reEngineKernel_4.msg_buff:DDR[3] +sp=reEngineKernel_4.len_buff:DDR[3] +sp=reEngineKernel_4.out_buff:DDR[3] +slr=reEngineKernel_3:SLR2 +slr=reEngineKernel_4:SLR2 -slr=reEngineKernel_6:SLR2 -slr=reEngineKernel_7:SLR2 -slr=reEngineKernel_8:SLR2 -slr=reEngineKernel_9:SLR2 -slr=reEngineKernel_10:SLR2 +sp=reEngineKernel_5.cfg_buff:DDR[1] +sp=reEngineKernel_5.msg_buff:DDR[1] +sp=reEngineKernel_5.len_buff:DDR[1] +sp=reEngineKernel_5.out_buff:DDR[1] +slr=reEngineKernel_5:SLR1 -sp=reEngineKernel_11.cfg_buff:DDR[1] -sp=reEngineKernel_11.msg_buff:DDR[1] -sp=reEngineKernel_11.len_buff:DDR[1] -sp=reEngineKernel_11.out_buff:DDR[1] -sp=reEngineKernel_12.cfg_buff:DDR[1] -sp=reEngineKernel_12.msg_buff:DDR[1] -sp=reEngineKernel_12.len_buff:DDR[1] -sp=reEngineKernel_12.out_buff:DDR[1] - -slr=reEngineKernel_11:SLR1 -slr=reEngineKernel_12:SLR1 - -nk=reEngineKernel:12:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7.reEngineKernel_8.reEngineKernel_9.reEngineKernel_10.reEngineKernel_11.reEngineKernel_12 +nk=reEngineKernel:5:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5 diff --git a/data_analytics/L2/tests/text/reEngine/conn_u250.cfg b/data_analytics/L2/tests/text/reEngine/conn_u250.cfg index a31b87325e..8d68cb3476 100644 --- a/data_analytics/L2/tests/text/reEngine/conn_u250.cfg +++ b/data_analytics/L2/tests/text/reEngine/conn_u250.cfg @@ -7,70 +7,35 @@ sp=reEngineKernel_2.cfg_buff:DDR[0] sp=reEngineKernel_2.msg_buff:DDR[0] sp=reEngineKernel_2.len_buff:DDR[0] sp=reEngineKernel_2.out_buff:DDR[0] -sp=reEngineKernel_3.cfg_buff:DDR[0] -sp=reEngineKernel_3.msg_buff:DDR[0] -sp=reEngineKernel_3.len_buff:DDR[0] -sp=reEngineKernel_3.out_buff:DDR[0] -sp=reEngineKernel_4.cfg_buff:DDR[0] -sp=reEngineKernel_4.msg_buff:DDR[0] -sp=reEngineKernel_4.len_buff:DDR[0] -sp=reEngineKernel_4.out_buff:DDR[0] slr=reEngineKernel_1:SLR0 slr=reEngineKernel_2:SLR0 -slr=reEngineKernel_3:SLR0 -slr=reEngineKernel_4:SLR0 -sp=reEngineKernel_5.cfg_buff:DDR[1] -sp=reEngineKernel_5.msg_buff:DDR[1] -sp=reEngineKernel_5.len_buff:DDR[1] -sp=reEngineKernel_5.out_buff:DDR[1] -sp=reEngineKernel_6.cfg_buff:DDR[1] -sp=reEngineKernel_6.msg_buff:DDR[1] -sp=reEngineKernel_6.len_buff:DDR[1] -sp=reEngineKernel_6.out_buff:DDR[1] -slr=reEngineKernel_5:SLR1 -slr=reEngineKernel_6:SLR1 +sp=reEngineKernel_3.cfg_buff:DDR[1] +sp=reEngineKernel_3.msg_buff:DDR[1] +sp=reEngineKernel_3.len_buff:DDR[1] +sp=reEngineKernel_3.out_buff:DDR[1] +slr=reEngineKernel_3:SLR1 -sp=reEngineKernel_7.cfg_buff:DDR[2] -sp=reEngineKernel_7.msg_buff:DDR[2] -sp=reEngineKernel_7.len_buff:DDR[2] -sp=reEngineKernel_7.out_buff:DDR[2] -sp=reEngineKernel_8.cfg_buff:DDR[2] -sp=reEngineKernel_8.msg_buff:DDR[2] -sp=reEngineKernel_8.len_buff:DDR[2] -sp=reEngineKernel_8.out_buff:DDR[2] -sp=reEngineKernel_9.cfg_buff:DDR[2] -sp=reEngineKernel_9.msg_buff:DDR[2] -sp=reEngineKernel_9.len_buff:DDR[2] -sp=reEngineKernel_9.out_buff:DDR[2] -sp=reEngineKernel_10.cfg_buff:DDR[2] -sp=reEngineKernel_10.msg_buff:DDR[2] -sp=reEngineKernel_10.len_buff:DDR[2] -sp=reEngineKernel_10.out_buff:DDR[2] -slr=reEngineKernel_7:SLR2 -slr=reEngineKernel_8:SLR2 -slr=reEngineKernel_9:SLR2 -slr=reEngineKernel_10:SLR2 +sp=reEngineKernel_4.cfg_buff:DDR[2] +sp=reEngineKernel_4.msg_buff:DDR[2] +sp=reEngineKernel_4.len_buff:DDR[2] +sp=reEngineKernel_4.out_buff:DDR[2] +sp=reEngineKernel_5.cfg_buff:DDR[2] +sp=reEngineKernel_5.msg_buff:DDR[2] +sp=reEngineKernel_5.len_buff:DDR[2] +sp=reEngineKernel_5.out_buff:DDR[2] +slr=reEngineKernel_4:SLR2 +slr=reEngineKernel_5:SLR2 -sp=reEngineKernel_11.cfg_buff:DDR[3] -sp=reEngineKernel_11.msg_buff:DDR[3] -sp=reEngineKernel_11.len_buff:DDR[3] -sp=reEngineKernel_11.out_buff:DDR[3] -sp=reEngineKernel_12.cfg_buff:DDR[3] -sp=reEngineKernel_12.msg_buff:DDR[3] -sp=reEngineKernel_12.len_buff:DDR[3] -sp=reEngineKernel_12.out_buff:DDR[3] -sp=reEngineKernel_13.cfg_buff:DDR[3] -sp=reEngineKernel_13.msg_buff:DDR[3] -sp=reEngineKernel_13.len_buff:DDR[3] -sp=reEngineKernel_13.out_buff:DDR[3] -sp=reEngineKernel_14.cfg_buff:DDR[3] -sp=reEngineKernel_14.msg_buff:DDR[3] -sp=reEngineKernel_14.len_buff:DDR[3] -sp=reEngineKernel_14.out_buff:DDR[3] -slr=reEngineKernel_11:SLR3 -slr=reEngineKernel_12:SLR3 -slr=reEngineKernel_13:SLR3 -slr=reEngineKernel_14:SLR3 +sp=reEngineKernel_6.cfg_buff:DDR[3] +sp=reEngineKernel_6.msg_buff:DDR[3] +sp=reEngineKernel_6.len_buff:DDR[3] +sp=reEngineKernel_6.out_buff:DDR[3] +sp=reEngineKernel_7.cfg_buff:DDR[3] +sp=reEngineKernel_7.msg_buff:DDR[3] +sp=reEngineKernel_7.len_buff:DDR[3] +sp=reEngineKernel_7.out_buff:DDR[3] +slr=reEngineKernel_6:SLR3 +slr=reEngineKernel_7:SLR3 -nk=reEngineKernel:14:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7.reEngineKernel_8.reEngineKernel_9.reEngineKernel_10.reEngineKernel_11.reEngineKernel_12.reEngineKernel_13.reEngineKernel_14 +nk=reEngineKernel:7:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7 diff --git a/data_analytics/L2/tests/text/reEngine/conn_u50.cfg b/data_analytics/L2/tests/text/reEngine/conn_u50.cfg index 59518c011c..fe26a5558c 100644 --- a/data_analytics/L2/tests/text/reEngine/conn_u50.cfg +++ b/data_analytics/L2/tests/text/reEngine/conn_u50.cfg @@ -7,39 +7,18 @@ sp=reEngineKernel_2.cfg_buff:HBM[1] sp=reEngineKernel_2.msg_buff:HBM[1] sp=reEngineKernel_2.len_buff:HBM[1] sp=reEngineKernel_2.out_buff:HBM[1] -sp=reEngineKernel_3.cfg_buff:HBM[2] -sp=reEngineKernel_3.msg_buff:HBM[2] -sp=reEngineKernel_3.len_buff:HBM[2] -sp=reEngineKernel_3.out_buff:HBM[2] -sp=reEngineKernel_4.cfg_buff:HBM[3] -sp=reEngineKernel_4.msg_buff:HBM[3] -sp=reEngineKernel_4.len_buff:HBM[3] -sp=reEngineKernel_4.out_buff:HBM[3] slr=reEngineKernel_1:SLR0 slr=reEngineKernel_2:SLR0 -slr=reEngineKernel_3:SLR0 -slr=reEngineKernel_4:SLR0 -sp=reEngineKernel_5.cfg_buff:HBM[4] -sp=reEngineKernel_5.msg_buff:HBM[4] -sp=reEngineKernel_5.len_buff:HBM[4] -sp=reEngineKernel_5.out_buff:HBM[4] -sp=reEngineKernel_6.cfg_buff:HBM[5] -sp=reEngineKernel_6.msg_buff:HBM[5] -sp=reEngineKernel_6.len_buff:HBM[5] -sp=reEngineKernel_6.out_buff:HBM[5] -sp=reEngineKernel_7.cfg_buff:HBM[6] -sp=reEngineKernel_7.msg_buff:HBM[6] -sp=reEngineKernel_7.len_buff:HBM[6] -sp=reEngineKernel_7.out_buff:HBM[6] -sp=reEngineKernel_8.cfg_buff:HBM[7] -sp=reEngineKernel_8.msg_buff:HBM[7] -sp=reEngineKernel_8.len_buff:HBM[7] -sp=reEngineKernel_8.out_buff:HBM[7] +sp=reEngineKernel_3.cfg_buff:HBM[4] +sp=reEngineKernel_3.msg_buff:HBM[4] +sp=reEngineKernel_3.len_buff:HBM[4] +sp=reEngineKernel_3.out_buff:HBM[4] +sp=reEngineKernel_4.cfg_buff:HBM[5] +sp=reEngineKernel_4.msg_buff:HBM[5] +sp=reEngineKernel_4.len_buff:HBM[5] +sp=reEngineKernel_4.out_buff:HBM[5] +slr=reEngineKernel_3:SLR1 +slr=reEngineKernel_4:SLR1 -slr=reEngineKernel_5:SLR1 -slr=reEngineKernel_6:SLR1 -slr=reEngineKernel_7:SLR1 -slr=reEngineKernel_8:SLR1 - -nk=reEngineKernel:8:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7.reEngineKernel_8 +nk=reEngineKernel:4:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4 diff --git a/data_analytics/L2/tests/text/reEngine/description.json b/data_analytics/L2/tests/text/reEngine/description.json index eb5c47608b..194f266721 100644 --- a/data_analytics/L2/tests/text/reEngine/description.json +++ b/data_analytics/L2/tests/text/reEngine/description.json @@ -31,11 +31,11 @@ { "name": "reEngineKernel", "location": "PROJECT/kernel/re_engine_kernel.cpp", - "frequency": 250, + "frequency": 150, "num_compute_units": 1 } ], - "frequency": 250, + "frequency": 150, "ldclflags": "--config PROJECT/conn_u200.cfg --config PROJECT/opts.cfg", "name": "reEngineKernel" } @@ -58,11 +58,11 @@ { "name": "reEngineKernel", "location": "PROJECT/kernel/re_engine_kernel.cpp", - "frequency": 250, + "frequency": 150, "num_compute_units": 1 } ], - "frequency": 250, + "frequency": 150, "ldclflags": "--config PROJECT/conn_u250.cfg", "name": "reEngineKernel" } @@ -85,11 +85,11 @@ { "name": "reEngineKernel", "location": "PROJECT/kernel/re_engine_kernel.cpp", - "frequency": 250, + "frequency": 150, "num_compute_units": 1 } ], - "frequency": 250, + "frequency": 150, "ldclflags": "--config PROJECT/conn_u50.cfg", "name": "reEngineKernel" } diff --git a/data_analytics/L2/tests/text/reEngine/hls/run_hls.tcl b/data_analytics/L2/tests/text/reEngine/hls/run_hls.tcl index 246840648a..edbacb7998 100644 --- a/data_analytics/L2/tests/text/reEngine/hls/run_hls.tcl +++ b/data_analytics/L2/tests/text/reEngine/hls/run_hls.tcl @@ -1,3 +1,18 @@ +# +# Copyright 2022 Xilinx, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# if {![info exists ::env(XF_PROJ_ROOT)]} { echo "Please set XF_PROJ_ROOT firstly" } diff --git a/data_analytics/L2/tests/text/reEngine/host/test.cpp b/data_analytics/L2/tests/text/reEngine/host/test.cpp index 782e056c8d..f7fc0b74c6 100644 --- a/data_analytics/L2/tests/text/reEngine/host/test.cpp +++ b/data_analytics/L2/tests/text/reEngine/host/test.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include #include diff --git a/data_analytics/L2/tests/text/reEngine/host/utils.hpp b/data_analytics/L2/tests/text/reEngine/host/utils.hpp index c560d37bad..7b2661b246 100644 --- a/data_analytics/L2/tests/text/reEngine/host/utils.hpp +++ b/data_analytics/L2/tests/text/reEngine/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.cpp b/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.cpp index 97d5746d7a..c22753f774 100644 --- a/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.cpp +++ b/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.hpp b/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.hpp index 7bd2a31a51..ad5f8f7025 100644 --- a/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.hpp +++ b/data_analytics/L2/tests/text/reEngine/kernel/re_engine_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/reEngine/log_data/makefile b/data_analytics/L2/tests/text/reEngine/log_data/makefile index cb074894a2..00259005a1 100644 --- a/data_analytics/L2/tests/text/reEngine/log_data/makefile +++ b/data_analytics/L2/tests/text/reEngine/log_data/makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # -############################## Help Section ############################## MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) CUR_DIR := $(patsubst %/,%,$(dir $(MK_PATH))) diff --git a/data_analytics/L2/tests/text/reEngine/re_compile/makefile b/data_analytics/L2/tests/text/reEngine/re_compile/makefile index 36582ca929..1ea9f9458e 100644 --- a/data_analytics/L2/tests/text/reEngine/re_compile/makefile +++ b/data_analytics/L2/tests/text/reEngine/re_compile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.1 # MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/L2/tests/text/two_gram_predicate/Makefile b/data_analytics/L2/tests/text/two_gram_predicate/Makefile index d21f2f3fb3..4375274a5f 100644 --- a/data_analytics/L2/tests/text/two_gram_predicate/Makefile +++ b/data_analytics/L2/tests/text/two_gram_predicate/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L2/tests/text/two_gram_predicate/host/index.hpp b/data_analytics/L2/tests/text/two_gram_predicate/host/index.hpp index b72e440a46..f3f5400d9e 100644 --- a/data_analytics/L2/tests/text/two_gram_predicate/host/index.hpp +++ b/data_analytics/L2/tests/text/two_gram_predicate/host/index.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/two_gram_predicate/host/main.cpp b/data_analytics/L2/tests/text/two_gram_predicate/host/main.cpp index 76ee4d1f95..425a966f4e 100644 --- a/data_analytics/L2/tests/text/two_gram_predicate/host/main.cpp +++ b/data_analytics/L2/tests/text/two_gram_predicate/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2021 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/two_gram_predicate/host/utils.hpp b/data_analytics/L2/tests/text/two_gram_predicate/host/utils.hpp index 10e93a6ad9..3b2d78477e 100644 --- a/data_analytics/L2/tests/text/two_gram_predicate/host/utils.hpp +++ b/data_analytics/L2/tests/text/two_gram_predicate/host/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.cpp b/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.cpp index abedbac768..f3eacd57bc 100644 --- a/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.cpp +++ b/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.hpp b/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.hpp index d7f1ae0c24..b7e6d1ae69 100644 --- a/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.hpp +++ b/data_analytics/L2/tests/text/two_gram_predicate/kernel/predicate_kernel.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/common.hpp b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/common.hpp index 40f0743bee..83390c444a 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/common.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/common.hpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2022 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef __XF_COMMON_HPP__ #define __XF_COMMON_HPP__ diff --git a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/relation.hpp b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/relation.hpp index e575bbdee4..94d0f9792a 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/relation.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/relation.hpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2022 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef __XF_RELATION_HPP__ #define __XF_RELATION_HPP__ diff --git a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/strtree_contains.hpp b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/strtree_contains.hpp index ff81587b2e..0b719690a6 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/strtree_contains.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/strtree_contains.hpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2022 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef __XF_STRTREE_CONTAINS_HPP__ #define __XF_STRTREE_CONTAINS_HPP__ diff --git a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/utils.hpp b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/utils.hpp index 22b5b8aa83..cdb3ea5281 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/geospatial/utils.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/geospatial/utils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/include/sw/xf_data_analytics/text/aml_checker.hpp b/data_analytics/L3/include/sw/xf_data_analytics/text/aml_checker.hpp index cfa8558c7c..15dd36699f 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/text/aml_checker.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/text/aml_checker.hpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2020 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef _XILINX_AML_CHECKER_HEADER_ #define _XILINX_AML_CHECKER_HEADER_ diff --git a/data_analytics/L3/include/sw/xf_data_analytics/text/common.hpp b/data_analytics/L3/include/sw/xf_data_analytics/text/common.hpp index 5b73f9e396..89fa235780 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/text/common.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/text/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/include/sw/xf_data_analytics/text/ocl_helper.hpp b/data_analytics/L3/include/sw/xf_data_analytics/text/ocl_helper.hpp index 01cb7a9d07..ec19c51479 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/text/ocl_helper.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/text/ocl_helper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/include/sw/xf_data_analytics/text/reEngine_config.hpp b/data_analytics/L3/include/sw/xf_data_analytics/text/reEngine_config.hpp index d497310a39..92c9454f87 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/text/reEngine_config.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/text/reEngine_config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine.hpp b/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine.hpp index bfab1cb856..a1508711fc 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine_sc.hpp b/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine_sc.hpp index 048435b77f..15eaa137d0 100644 --- a/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine_sc.hpp +++ b/data_analytics/L3/include/sw/xf_data_analytics/text/regex_engine_sc.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/src/sw/geospatial/strtree_contains.cpp b/data_analytics/L3/src/sw/geospatial/strtree_contains.cpp index 984c7d94cf..4edc4c9b78 100644 --- a/data_analytics/L3/src/sw/geospatial/strtree_contains.cpp +++ b/data_analytics/L3/src/sw/geospatial/strtree_contains.cpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2022 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include "common.hpp" diff --git a/data_analytics/L3/src/sw/geospatial/strtree_contains.py b/data_analytics/L3/src/sw/geospatial/strtree_contains.py index 505841a9cb..a56667ff3c 100644 --- a/data_analytics/L3/src/sw/geospatial/strtree_contains.py +++ b/data_analytics/L3/src/sw/geospatial/strtree_contains.py @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.4 # import containsModule diff --git a/data_analytics/L3/src/sw/text/aml_checker.cpp b/data_analytics/L3/src/sw/text/aml_checker.cpp index a75768a936..45dd0b0efe 100644 --- a/data_analytics/L3/src/sw/text/aml_checker.cpp +++ b/data_analytics/L3/src/sw/text/aml_checker.cpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2020 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include diff --git a/data_analytics/L3/src/sw/text/reEngine_config.cpp b/data_analytics/L3/src/sw/text/reEngine_config.cpp index 8abdba061b..edbe9db259 100644 --- a/data_analytics/L3/src/sw/text/reEngine_config.cpp +++ b/data_analytics/L3/src/sw/text/reEngine_config.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/src/sw/text/regex_engine.cpp b/data_analytics/L3/src/sw/text/regex_engine.cpp index 9eaff5067c..b6b0c3606c 100644 --- a/data_analytics/L3/src/sw/text/regex_engine.cpp +++ b/data_analytics/L3/src/sw/text/regex_engine.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/src/sw/text/regex_engine_sc.cpp b/data_analytics/L3/src/sw/text/regex_engine_sc.cpp index b116536455..cae971d134 100644 --- a/data_analytics/L3/src/sw/text/regex_engine_sc.cpp +++ b/data_analytics/L3/src/sw/text/regex_engine_sc.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/tests/aml_test/Makefile b/data_analytics/L3/tests/aml_test/Makefile index 42131bf126..6db40cbb72 100644 --- a/data_analytics/L3/tests/aml_test/Makefile +++ b/data_analytics/L3/tests/aml_test/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help diff --git a/data_analytics/L3/tests/aml_test/docker_license.txt b/data_analytics/L3/tests/aml_test/docker_license.txt deleted file mode 100644 index 1969c666cf..0000000000 --- a/data_analytics/L3/tests/aml_test/docker_license.txt +++ /dev/null @@ -1,3609 +0,0 @@ -DESIGN LICENSE AGREEMENT - -CAREFULLY READ THIS DESIGN LICENSE AGREEMENT (“AGREEMENT”). BY CLICKING -THE “ACCEPT” OR “AGREE” BUTTON, OR OTHERWISE ACCESSING, DOWNLOADING, -INSTALLING OR USING THE LICENSED MATERIALS (DEFINED BELOW), YOU AGREE ON -BEHALF OF LICENSEE TO BE BOUND BY THIS AGREEMENT. “LICENSEE” MEANS THE -CORPORATION OR OTHER LEGAL ENTITY TO WHICH XILINX, INC., A DELAWARE -CORPORATION (“XILINX”) HAS ISSUED THE LICENSE DESCRIBED HEREIN. IF LICENSEE -DOES NOT AGREE TO ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT, DO NOT -CLICK THE “ACCEPT” OR “AGREE” BUTTON, AND DO NOT ACCESS, DOWNLOAD, INSTALL -OR USE THE LICENSED MATERIALS. - -The parties agree as follows: -1. Definitions -“Affiliate” means an entity which controls, is controlled by or is under common control with a party hereto; -where “control” means that the controlling party directly or indirectly has the beneficial ownership of more -than fifty percent of the controlled entity’s shares or ownership interest giving the power to direct or cause -the direction of the general management of the controlled entity. An entity shall be an Affiliate only during -the time when such control exists. -“Licensed Materials” means, as applicable, all Xilinx reference designs, application notes, documentation, -software, design files, application program interfaces, and any related characterization, qualification or test -data and information, that are provided by Xilinx to Licensee pursuant to this Agreement. -“Xilinx Device” means accelerator cards or FPGA, PLD, SoC, configurable memory or other -semiconductor devices that Xilinx designs and sells directly or through one or more of Xilinx’s authorized -distributors. -2. License Grants. Subject to the terms and conditions of this Agreement, Xilinx hereby grants -Licensee the following nonexclusive, nontransferable licenses: - 2.1 Use Rights: Licensee may internally reproduce and use the Licensed Materials for the -sole purpose of creating designs that are programmed into a Xilinx Device; and - 2.2. Modification Rights: Subject to Section 4 (Ownership), Licensee may modify, change, -improve and enhance any portion of the Licensed Materials that is provided by Xilinx in source code form, -but only for the sole purpose of creating designs that are programmed into a Xilinx Device. -Licensee may allow any of its Affiliates to exercise the rights granted to Licensee above, and Licensee and -its Affiliates may disclose the Licensed Materials to contractors performing services for Licensee and/or its -Affiliates; provided however, that Licensee shall be liable for any failure of Affiliates or contractors to the -abide by the terms and conditions of this Agreement as if such failure was the failure of Licensee. -3. Restrictions. - 3.1 Licensee shall not use the Licensed Materials for any purpose other than in compliance -with Section 2.1 (Use Rights), or allow use by any person other than in compliance with Section 2.3 -(Distribution Rights). - 3.2 Licensee shall not reproduce the Licensed Materials other than to the extent necessary for -its authorized use or distribution of the Licensed Materials (per Section 2 above), and for archival and -back-up purposes, provided always that Licensee will at all times and in each instance, reproduce all -copyright notices and proprietary legends on each copy in the same manner as such notices and legends -appeared on the original. - 3.3 Licensee shall not distribute or provide Licensed Materials to a third party. - 3.4 Licensee shall not publish or disclose the results of any benchmarking of the Licensed -Materials, or use such results for its own competing development activities. - 3.5 Licensee shall not decrypt, decompile, reverse-engineer, disassemble, or otherwise -reduce to a human-perceivable form, or modify or alter, any portion of the Licensed Materials that are -provided by Xilinx in object code, encrypted or other obfuscated form. - 3.6 Licensee shall not hypothecate, rent, lease, loan, lend, time-share, sublicense or otherwise -transfer the Licensed Materials. -4. Ownership. Licensee acknowledges and agrees that all intellectual property and industrial rights -in and to the Licensed Materials and all copies thereof are and will remain the sole property of Xilinx, or its -licensors (if any). Nothing contained in this Agreement will be construed as conferring by implication, -estoppel or otherwise upon Licensee any license or other right except the licenses and rights expressly -granted to Licensee in Section 2 (License Grants). Licensee understands that portions of the Licensed -Materials and related documentation may have been licensed to Xilinx from third parties and that such third -parties are intended third-party beneficiaries of the provisions of this Agreement. The Licensed Materials -are protected by laws and international treaty provisions covering intellectual property and industrial rights. -All modifications, changes, improvements and enhancements to the Licensed Materials (collectively -“Modifications”) shall be the sole property of Xilinx. Licensee hereby assigns and agrees to assign to -Xilinx Licensee's entire right, title and interest in and to the Modifications and all associated intellectual -property rights, and Licensee shall acquire no greater rights therein than specifically provided for in this -Agreement; provided however that Licensee shall have no obligation to disclose or provide such -Modifications to Xilinx and “Modifications” do not include technology independently developed by -Licensee that is added to or incorporated in the Licensed Materials. Licensee agrees that any Modifications -are made solely at its own risk and that Xilinx accepts no liability whatsoever for any such Modifications. -4.1 Third-Party / Open Source Licenses. Certain files, programs or other materials distributed in -connection with the Licensed Materials may originate from Xilinx or third-party licensors and are licensed -to Licensee (not under the terms and conditions of this Agreement, but rather) pursuant to the terms and -conditions of the applicable licenses that appear in Exhibit A attached hereto or upon installation, -acceptance and/or activation of the Licensed Materials and/or are contained or described in the -corresponding release notes or other documentation or header or source files. Such files, programs or other -materials may be subject to the terms of the GNU General Public License or other open source or free -software licenses. Licensee agrees to carefully review and abide by the terms and conditions of these -licenses to the extent that they govern such files, programs or other materials. Notwithstanding the -foregoing, as between Xilinx and Licensee, to the maximum extent permitted by applicable law and if not -prohibited by any such third-party licenses, all such third-party files, programs or other materials shall be -deemed covered under Sections 6 (Disclaimers) and 7 (Limitation of Liability) and 9.3 (Governing Law) of -this Agreement. -4.2 Xilinx Acceleration Application Store. As described more particularly in the user guide for the -Licensed Materials, Licensee must obtain a license key from Xilinx in order for the Licensed Materials to -execute all of the functions described in the user guide. In order to obtain a license key, access the Xilinx -Acceleration Application Store on www.Xilinx.com and follow the instructions set forth in the user guide. -The license key is stored within a “cred.json” file downloaded from www.Xilinx.com. This “cred.json” file -shall be deemed to be part of the Licensed Materials and Licensee agrees that the “cred.json” file shall be -used strictly in accordance with this Agreement and not distributed to any third party without Xilinx’s -written authorization. -5. Confidentiality. - 5.1 Duties. Except as otherwise expressly permitted in Section 2 (License Grants), Licensee -shall (a) maintain the confidentiality of the Licensed Materials; and (b) not make the Licensed Materials -available in any form to any person other than to its employees and contractors who have a genuine “need -to know” on behalf of Licensee for purposes authorized by this Agreement, and who are bound by -obligations of confidentiality no less protective of Xilinx (and its licensors, if any) than those contained -herein. Licensee represents to Xilinx that it maintains a system of confidentiality consistent with -commonly accepted practices to protect its own confidential business information, including written -agreements with employees and contractors, and that the Licensed Materials will be protected by such a -system to the same extent, but in no event with less than reasonable care. Licensee shall be liable to Xilinx -for any failure of its contractors to comply with the terms and conditions of the Agreement as if such failure -was a failure of the Licensee. Licensee agrees that a breach of this Agreement may result in irreparable and -continuing damage to Xilinx for which there may be no adequate remedy at law, and Xilinx shall be -entitled to seek injunctive relief and/or a decree for specific performance, and such other relief (including -monetary damages) as may be proper. - 5.2 Exceptions. The obligations of confidentiality under this Agreement shall not apply to -information that: (a) is already known to Licensee at the time of disclosure without obligation of -confidentiality; (b) is or becomes publicly known through no wrongful act or omission of Licensee; (c) is -rightfully received by Licensee from a third party without obligation of confidentiality; (d) is approved for -release by written authorization of Xilinx; or (e) was developed by Licensee independently and without the -use or benefit of the Licensed Materials. -6. Disclaimers. - 6.1 TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE -LICENSED MATERIALS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR -REPRESENTATION OF ANY KIND, AND XILINX DISCLAIMS ALL WARRANTIES AND -REPRESENTATIONS, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT -LIMITATION, ANY IMPLIED WARRANTY OF NON-INFRINGEMENT OF THIRD PARTY RIGHTS, -MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. XILINX DOES NOT -WARRANT THAT THE FUNCTIONS CONTAINED IN THE LICENSED MATERIALS WILL MEET -LICENSEE’S REQUIREMENTS, THAT THE LICENSED MATERIALS WILL OPERATE PROPERLY, -WHETHER ALONE OR IN COMBINATION WITH OTHER FUNCTIONALITY, CORES, SOFTWARE -OR PROTOCOLS, OR THAT THE OPERATION OF THE LICENSED MATERIALS WILL BE -UNINTERRUPTED OR ERROR-FREE, OR THAT ALL ERRORS OR DEFECTS IN THE LICENSED -MATERIALS ARE CAPABLE OF BEING CORRECTED. XILINX MAKES NO WARRANTY OR -REPRESENTATION THAT THE LICENSED MATERIALS ARE COMPLETED, TESTED, VERIFIED, -OR WILL WORK ON THEIR OWN WITHOUT REVISIONS. LICENSEE IS SOLELY RESPONSIBLE -FOR VERIFICATION OF ITS DESIGN. XILINX SPECIFICALLY DISCLAIMS ANY OBLIGATIONS -FOR TECHNICAL SUPPORT AND BUG FIXES, AS WELL AS ANY LIABILITY ARISING FROM -LICENSEE’S USE OF THE LICENSED MATERIALS. - 6.2 LICENSEE ACKNOWLEDGES THAT USE OF THE LICENSED MATERIALS IN -COMBINATION WITH OTHER FUNCTIONALITY, CORES, SOFTWARE OR PROTOCOLS MAY -REQUIRE LICENSES FROM THIRD PARTIES AND LICENSEE ACCEPTS SOLE RESPONSIBILITY -FOR OBTAINING SUCH LICENSES. - 6.3 THE LICENSED MATERIALS ARE NOT DESIGNED OR INTENDED TO BE FAIL- -SAFE, OR FOR USE IN ANY APPLICATION REQUIRING FAIL-SAFE PERFORMANCE, SUCH AS -APPLICATIONS RELATED TO LIFE-SUPPORT OR SAFETY DEVICES OR SYSTEMS, CLASS III -MEDICAL DEVICES, NUCLEAR FACILITIES, DEPLOYMENT OF AIRBAGS, CONTROL OF -VEHICLE OR AIRCRAFT (UNLESS THERE IS A FAIL-SAFE OR REDUNDANCY FEATURE -WHICH DOES NOT INCLUDE USE OF SOFTWARE IN THE XILINX DEVICE TO IMPLEMENT -THE REDUNDANCY AND A WARNING SIGNAL UPON FAILURE TO THE OPERATOR), OR ANY -OTHER APPLICATIONS THAT COULD LEAD TO DEATH, PERSONAL INJURY OR SEVERE -PROPERTY OR ENVIRONMENTAL DAMAGE (INDIVIDUALLY AND COLLECTIVELY, -“CRITICAL APPLICATIONS”). LICENSEE AGREES, PRIOR TO USING OR DISTRIBUTING ANY -SYSTEMS THAT INCORPORATE THE LICENSED MATERIALS, TO THOROUGHLY TEST THE -SAME FOR SAFETY PURPOSES. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE -LAW, LICENSEE ASSUMES THE SOLE RISK AND LIABILITY OF ANY USE OF THE LICENSED -MATERIALS IN CRITICAL APPLICATIONS. -7. Limitation of Liability. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE -LAW: (1) IN NO EVENT SHALL XILINX OR ITS LICENSORS BE LIABLE FOR ANY LOSS OF -DATA, LOST PROFITS, GOODWILL, OR COST OF PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES, OR FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL OR INDIRECT DAMAGES -ARISING UNDER, RELATED TO, OR IN CONNECTION WITH THIS AGREEMENT OR THE USE -OR OPERATION OF THE LICENSED MATERIALS, IN WHOLE OR IN PART, HOWEVER CAUSED -AND UNDER ANY THEORY OF LIABILITY; (2) IN NO EVENT SHALL THE ENTIRE LIABILITY -OF XILINX OR ITS LICENSORS ARISING UNDER, RELATED TO, OR IN CONNECTION WITH -THIS AGREEMENT, EXCEED THE AMOUNT OF LICENSE FEES RECEIVED BY XILINX FROM -LICENSEE FOR THE LICENSED MATERIALS; (3) THESE LIMITATIONS AND EXCLUSIONS -SHALL APPLY REGARDLESS OF WHETHER SUCH LOSS WAS REASONABLY FORESEEABLE -OR IF XILINX HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES; AND (4) THESE -LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL -PURPOSE OF ANY LIMITED REMEDIES HEREIN. NOTWITHSTANDING ANY OTHER -PROVISION OF THIS AGREEMENT, NEITHER PARTY EXCLUDES OR LIMITS ITS LIABILITY IN -ANY WAY FOR ANY MATTER THAT CANNOT, AS A MATTER OF APPLICABLE LAW, BE -LIMITED OR EXCLUDED. THE PARTIES AGREE THAT THIS SECTION 7 (LIMITATION OF -LIABILITY) REPRESENTS AN ALLOCATION OF RISK WHICH THE PARTIES CONSIDER -REASONABLE. -8. Term and Termination. - 8.1 Term. This Agreement will commence upon the date that Licensee clicks the “accept” -or “agree” button or otherwise accesses, downloads, installs or uses the Licensed Materials, whichever -occurs first, and will remain effective until terminated in accordance with this Section 8. - 8.2 Termination by Licensee. Licensee may terminate this Agreement at any time for any -or no reason by destroying the Licensed Materials and all copies and derivative works, and providing notice -to Xilinx of same. - 8.3 Termination by Xilinx. Xilinx may terminate this Agreement for material breach by -Licensee, provided that Xilinx has given written notice to Licensee of such breach and Licensee fails to -cure such breach within thirty (30) days thereof; provided, however, in the event of a breach of -confidentiality under Section 5 whereby unauthorized disclosure and/or dissemination by electronic or -other means is likely to cause undue harm to Xilinx, then Xilinx may, at its discretion, immediately -terminate this Agreement and seek other appropriate equitable and legal remedies as deemed necessary to -protect its interests hereunder. - 8.4 Effects of Termination. Upon termination of this Agreement the licenses and rights -granted by Xilinx hereunder will cease, and Licensee shall destroy the Licensed Materials, including all -copies and derivative works in its possession or under its control, and all related documentation and certify -such destruction in writing to Xilinx. Each party’s rights and obligations under the following provisions of -this Agreement shall indefinitely survive the termination of this Agreement: Sections 4 (Ownership); 5 -(Confidentiality); 6 (Disclaimers); 7 (Limitation of Liability), 8.4 (Effects of Termination); and 9 (General). -9. General. - 9.1 Governmental Use. The Licensed Materials are comprised of commercial computer -software developed exclusively at the expense of Xilinx. Accordingly, pursuant to the U.S. government’s -Federal Acquisition Regulations (FAR) Section 12.212 and Defense FAR Supplement (DFARS) Section -227.7202, use, duplication and disclosure of the Licensed Materials by or for the U.S. government is -subject to the restrictions set forth in this Agreement. Manufacturer is Xilinx, Inc., 2100 Logic Drive, San -Jose, CA 95124. - 9.2 Export Compliance. Licensee shall adhere to all applicable import and export laws and -regulations of Licensee’s country and of the United States, without limitation. This Agreement may -involve items and information that are subject to the U.S. government’s International Traffic in Arms -Regulations (ITAR) or Export Administration Regulations (EAR). The importer/exporter of record shall -not export, reexport, resell, transfer, or disclose, directly or indirectly, any products or technical data, to any -proscribed person, entity, or country, or foreign persons thereof, unless properly authorized by the U.S. -government and/or any other applicable or relevant government or regulatory body. - 9.3 Governing Law. (a) Where the Licensee is located in North America, South America or -any other location not covered by (b) or (c) below: This Agreement, and its performance shall be -interpreted by, construed according to, and governed by, the laws of the State of California excluding -conflict of laws rules and principles and the competent courts located in Santa Clara County, California -shall have jurisdiction; (b) Where the Licensee is located in Europe, the Middle East or Africa (EMEA) -region: This Agreement, and its performance shall be interpreted by, construed according to, and governed -by, the laws of Ireland excluding conflict of laws rules and principles and the competent Irish courts shall -have jurisdiction; (c) Where the Licensee is located in the Asia Pacific region, Australia or New Zealand: -This Agreement, and its performance shall be interpreted by, construed according to, and governed by, the -laws of Singapore excluding conflicts of laws rules and principles and the competent Singapore courts shall -have jurisdiction. The parties specifically exclude from application to this Agreement the United Nations -Convention on contracts for the International Sale of Goods. Where the Licensee is an individual, he or she -shall be deemed to be located in his or her usual place of residence. Where the Licensee is a corporation or -any other legal entity, it shall be deemed to be located in the jurisdiction of its incorporation or other -formation. - 9.4 Assignment. Licensee shall not assign this Agreement or transfer any of the rights or -obligations under this Agreement, in whole or in part, by operation of law or otherwise, without the prior -written consent of Xilinx. Any merger, acquisition, reorganization, change of control, or the like, involving -Licensee shall be deemed an assignment in violation of the foregoing. Subject to the foregoing, this -Agreement will be for the benefit of Xilinx and its successors and assigns, and will be binding on -Licensee’s permitted assignees. - 9.5 Waiver; Amendment. No waiver, express or implied, by either party of any right or -remedy for any breach by the other party of any provision of this Agreement will be deemed or construed -to be a waiver of any succeeding breach of such provision or as a waiver of the provision itself or of any -other breach or provision. No waiver of or modification or amendment to this Agreement will be effective -unless reduced to writing and executed by authorized representatives of the parties. - 9.6 Severability. If any provision of this Agreement is found unenforceable, illegal, void or -invalid in whole or in part, then it shall to that extent be deemed not to form part of this Agreement and the -remainder of the Agreement will remain in full force and effect. - 9.7 Notices. Any notices required or permitted by this Agreement shall be in writing and -delivered to the address provided by each party to the other in connection with this Agreement, or to such -other address as either party may specify in writing. Notices to Xilinx shall be addressed to the attention of: -Xilinx, Inc., Attn: General Counsel, Legal Department, 2100 Logic Drive, San Jose, CA 95124. - 9.8 Entire Agreement. This Agreement represents and constitutes the entire agreement -between the parties with respect to the Licensed Materials, and supersedes all prior or contemporaneous -discussions, representations, arrangements, understandings or agreements, written or oral, regarding the -subject matter hereof. No additional terms or modifications proposed by Licensee shall be binding on -Xilinx unless expressly agreed to in writing and signed by Xilinx. -XILINX CONFIDENTIAL -2020.10 - - -Exhibit A -Third-Party / Open Source Licenses - -1. Ubuntu version 18.04 Linux Kernel and Base Operating Systems Installation -<<<<<<<<<>>>>>>>> -See releases.ubuntu.com for the main source code repository. - - -If you cannot access the internet pages for Ubuntu’s main source code repositories and obtain the source -code for the Ubuntu Linux OS, and if you desire to receive such source code from Xilinx, please refer to -the Xilinx website at https://www.xilinx.com/products/design-tools/guest-resources.html. If you cannot -access the internet to obtain a copy thereof, then Xilinx hereby offers (which offer is valid for as long as -required by the applicable license; and we may charge you the cost thereof unless prohibited by the license) -to provide you with a copy of such source code; and to accept such offer send a letter requesting such -source code (please be specific by identifying the particular Xilinx Licensed Materials you are inquiring -about (name and version number), to: Xilinx, Inc., Legal Department, Attention: Software Compliance -Officer, 2100 Logic Drive, San Jose, CA U.S.A. 95124. - - -Ubuntu is a collection of thousands of computer programs and documents created by a range of individuals, -teams and companies. -Each of these programs may come under a different licence. This licence policy describes the process that -we follow in determining which software will be included by default in the Ubuntu operating system. - -Copyright licensing and trademarks are two different areas of law, and we consider them separately in -Ubuntu. The following policy applies only to copyright licences. We evaluate trademarks on a case-by-case -basis. - -Categories of software in Ubuntu -The thousands of software packages available for Ubuntu are organised into four key groups or components: -main, restricted, universe and multiverse. Software is published in one of these components based on -whether or not it meets our free software philosophy, and the level of support we can provide for it. In -addition, software may be published for Ubuntu as a universal Linux snap package, in which case licenses -are determined by the snap publisher and documented in the snap store. - -This policy only addresses the software that you will find in main and restricted, which contain software -that is fully supported by the Ubuntu team and must comply with this policy. - -Ubuntu 'main' component licence policy -All application software included in the Ubuntu main component: - -Must include source code. The main component has a strict and non-negotiable requirement that -application software included in it must come with full source code. -Must allow modification and distribution of modified copies under the same licence. Just having the source -code does not convey the same freedom as having the right to change it. Without the ability to modify -software, the Ubuntu community cannot support software, fix bugs, translate it, or improve it. -Ubuntu 'main' and 'restricted' component licence policy -All application software in both main and restricted must meet the following requirements: -Must allow redistribution. Your right to sell or give away the software alone, or as part of an aggregate -software distribution, is important because: -You, the user, must be able to pass on any software you have received from Ubuntu in either source code or -compiled form. -While Ubuntu will not charge licence fees for this distribution, you might want to charge to print Ubuntu -CDs, or create your own customised versions of Ubuntu which you sell, and should have the freedom to do -so. -Must not require royalty payments or any other fee for redistribution or modification.It's important that you -can exercise your rights to this software without having to pay for the privilege, and that you can pass these -rights on to other people on exactly the same basis. -Must allow these rights to be passed on along with the software. You should be able to have exactly the -same rights to the software as we do. -Must not discriminate against persons, groups or against fields of endeavour. The licence of software -included in Ubuntu can not discriminate against anyone or any group of users and cannot restrict users from -using the software for a particular field of endeavour - a business for example. So we will not distribute -software that is licensed "freely for non-commercial use". -Must not be distributed under a licence specific to Ubuntu. The rights attached to the software must not -depend on the program being part of Ubuntu system. So we will not distribute software for which Ubuntu -has a "special" exemption or right, and we will not put our own software into Ubuntu and then refuse you -the right to pass it on. -Must not contaminate other software licences.The licence must not place restrictions on other software that -is distributed along with it. For example, the licence must not insist that all other programmes distributed -on the same medium be free software. -May require source modifications to be distributed as patches. In some cases, software authors are happy -for us to distribute their software and modifications to their software, as long as the two are distributed -separately, so that people always have a copy of their pristine code. We are happy to respect this preference. -However, the licence must explicitly permit distribution of software built from modified source code. -Documentation, firmware and drivers -Ubuntu contains licensed and copyrighted works that are not application software. For example, the default -Ubuntu installation includes documentation, images, sounds, video clips and firmware. The Ubuntu -community will make decisions on the inclusion of these works on a case-by-case basis, ensuring that these -works do not restrict our ability to make Ubuntu available free of charge, and that you can continue to -redistribute Ubuntu. - -Software installed by default -When you install Ubuntu, you will typically install a complete desktop environment. It is also possible to -install a minimal set of software (just enough to boot your machine) and then manually select the precise -software applications to install. Such a "custom" install is usually favoured by server administrators, who -prefer to keep only the software they absolutely need on the server. - -All of the application software installed by default is free software. In addition, we install some hardware -drivers that are available only in binary format, but such packages are clearly marked in the restricted -component. - - -******************************************************************************/ - -2. Dependent Packages - - -The Licensed Materials contain the following dependent packages. All source code corresponding to these -packages is available for download at the URLs referenced below. Please consult the license and headers -in the following packages for more information as to the applicable license terms and copyright notices -corresponding to such packages. If you cannot access the internet to obtain a copy thereof, then for any -packages licensed under any license that requires Xilinx to make available to recipients of object code -distributed by Xilinx pursuant to such license the corresponding source code, and if you desire to receive -such source code from Xilinx, please refer to the Xilinx website at -https://www.xilinx.com/products/design-tools/guest-resources.html. If you cannot access the internet to -obtain a copy thereof, then Xilinx hereby offers (which offer is valid for as long as required by the -applicable license; and we may charge you the cost thereof unless prohibited by the license) to provide you -with a copy of such source code; and to accept such offer send a letter requesting such source code (please -be specific by identifying the particular Xilinx Licensed Materials you are inquiring about (name and -version number), to: Xilinx, Inc., Legal Department, Attention: Software Compliance Officer, 2100 Logic -Drive, San Jose, CA U.S.A. 95124. - - -Comp Name: dkms version 2.2.0.3-2ubuntu11.8 -<<<<<<<<<>>>>>>>> - -Source: http://linux.dell.com/dkms/ - -Files: debian/HOWTO.Debian -Copyright: © 2008, Dell, Inc. - Mario Limonciello -License: GPL-2+ - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - -Files: debian/* -Copyright: © 2008-2009, David Paleino - © 2005-2008, Matt Domsch - © 2008-2009, Mario Limonciello - © 2008-2009, Giuseppe Iuculano -License: GPL-2+ - -Files: * -Copyright: © 2003-2009, Dell, Inc. -License: GPL-2+ - -On Debian systems, the complete text of the GNU General -Public License v2 can be found in `/usr/share/common-licenses/GPL-2'. - -Comp Name: libboost-dev version 1.58.0.1ubuntu1 -<<<<<<<<<>>>>>>>> - -Homepage: http://www.boost.org/ -Below is the copyright & license for Boost-Defaults for Debian. -The license for Boost itself may be found in file -/usr/share/doc/libboost-doc/HTML/LICENSE_1_0.txt - - -Boost-Defaults for Debian -Copyright (c) 2009-2012 Steven Robbins - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Comp Name: libboost-filesystem-dev version 1.58.0.1ubuntu1 -<<<<<<<<<>>>>>>>> -Homepage: http://boost.org/libs/filesystem/ - -Below is the copyright & license for Boost-Defaults for Debian. -The license for Boost itself may be found in file -/usr/share/doc/libboost-doc/HTML/LICENSE_1_0.txt - - -Boost-Defaults for Debian -Copyright (c) 2009-2012 Steven Robbins - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Comp Name: libboost-program-options-dev version 1.58.0.1ubuntu1 -<<<<<<<<<>>>>>>>> -Homepage: http://www.boost.org/libs/program_options/ - -Below is the copyright & license for Boost-Defaults for Debian. -The license for Boost itself may be found in file -/usr/share/doc/libboost-doc/HTML/LICENSE_1_0.txt - - -Boost-Defaults for Debian -Copyright (c) 2009-2012 Steven Robbins - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Comp Name: libc6 version 2.23-0ubuntu11 -<<<<<<<<<>>>>>>>> -Homepage: https://www.gnu.org/software/libc/libc.html - -This is the Debian prepackaged version of the GNU C Library version 2.23. - -It was put together by the GNU Libc Maintainers -from - -* Most of the GNU C library is under the following copyright: - - Copyright (C) 1991-2015 Free Software Foundation, Inc. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - 02110-1301 USA - - On Debian systems, the complete text of the GNU Library - General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. - -* The utilities associated with GNU C library is under the following - copyright: - - Copyright (C) 1991-2015 Free Software Foundation, Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published - by the Free Software Foundation; version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - - On Debian systems, the complete text of the GNU Library - General Public License can be found in `/usr/share/common-licenses/GPL-2'. - -* All code incorporated from 4.4 BSD is distributed under the following - license: - - Copyright (C) 1991 Regents of the University of California. - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. [This condition was removed.] - 4. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -* The DNS resolver code, taken from BIND 4.9.5, is copyrighted both by - UC Berkeley and by Digital Equipment Corporation. The DEC portions - are under the following license: - - Portions Copyright (C) 1993 by Digital Equipment Corporation. - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies, and - that the name of Digital Equipment Corporation not be used in - advertising or publicity pertaining to distribution of the document or - software without specific, written prior permission. - - THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP. - DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL - DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER -RESULTING - FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, - NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION - WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -* The ISC portions are under the following license: - - Portions Copyright (c) 1996-1999 by Internet Software Consortium. - - Permission to use, copy, modify, and distribute this software for any - purpose with or without fee is hereby granted, provided that the above - copyright notice and this permission notice appear in all copies. - - THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM -DISCLAIMS - ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED -WARRANTIES - OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE - CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL - DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR - PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS - ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS - SOFTWARE. - -* The Sun RPC support (from rpcsrc-4.0) is covered by the following - license: - - Copyright (c) 2010, Oracle America, Inc. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials - provided with the distribution. - * Neither the name of the "Oracle America, Inc." nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS - FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, - INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -* The following CMU license covers some of the support code for Mach, - derived from Mach 3.0: - - Mach Operating System - Copyright (C) 1991,1990,1989 Carnegie Mellon University - All Rights Reserved. - - Permission to use, copy, modify and distribute this software and its - documentation is hereby granted, provided that both the copyright - notice and this permission notice appear in all copies of the - software, derivative works or modified versions, and any portions - thereof, and that both notices appear in supporting documentation. - - CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS'' - CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR - ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - - Carnegie Mellon requests users of this software to return to - - Software Distribution Coordinator - School of Computer Science - Carnegie Mellon University - Pittsburgh PA 15213-3890 - - or Software.Distribution@CS.CMU.EDU any improvements or - extensions that they make and grant Carnegie Mellon the rights to - redistribute these changes. - -* The file if_ppp.h is under the following CMU license: - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY AND - CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. - IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE - GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER - IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -* The following license covers the files from Intel's "Highly Optimized - Mathematical Functions for Itanium" collection: - - Intel License Agreement - - Copyright (c) 2000, Intel Corporation - - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - * The name of Intel Corporation may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -* The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright - (C) by Craig Metz and are distributed under the following license: - - /* The Inner Net License, Version 2.00 - - The author(s) grant permission for redistribution and use in source and - binary forms, with or without modification, of the software and documentation - provided that the following conditions are met: - - 0. If you receive a version of the software that is specifically labelled - as not being for redistribution (check the version message and/or README), - you are not permitted to redistribute that version of the software in any - way or form. - 1. All terms of the all other applicable copyrights and licenses must be - followed. - 2. Redistributions of source code must retain the authors' copyright - notice(s), this list of conditions, and the following disclaimer. - 3. Redistributions in binary form must reproduce the authors' copyright - notice(s), this list of conditions, and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 4. [The copyright holder has authorized the removal of this clause.] - 5. Neither the name(s) of the author(s) nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY - EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE - DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR -ANY - DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES - (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND -ON - ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - If these license terms cause you a real problem, contact the author. */ - -* The file sunrpc/des_impl.c is copyright Eric Young: - - Copyright (C) 1992 Eric Young - Collected from libdes and modified for SECURE RPC by Martin Kuck 1994 - This file is distributed under the terms of the GNU Lesser General - Public License, version 2.1 or later - see the file COPYING.LIB for details. - If you did not receive a copy of the license with this program, please - see to obtain a copy. - -* The libidn code is copyright Simon Josefsson, with portions copyright - The Internet Society, Tom Tromey and Red Hat, Inc.: - - Copyright (C) 2002, 2003, 2004, 2011 Simon Josefsson - - This file is part of GNU Libidn. - - GNU Libidn is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - GNU Libidn is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with GNU Libidn; if not, see . - -* The following notice applies to portions of libidn/nfkc.c: - - This file contains functions from GLIB, including gutf8.c and - gunidecomp.c, all licensed under LGPL and copyright hold by: - - Copyright (C) 1999, 2000 Tom Tromey - Copyright 2000 Red Hat, Inc. - -* The following applies to portions of libidn/punycode.c and - libidn/punycode.h: - - This file is derived from RFC 3492bis written by Adam M. Costello. - - Disclaimer and license: Regarding this entire document or any - portion of it (including the pseudocode and C code), the author - makes no guarantees and is not responsible for any damage resulting - from its use. The author grants irrevocable permission to anyone - to use, modify, and distribute it in any way that does not diminish - the rights of anyone else to use, modify, and distribute it, - provided that redistributed derivative works do not contain - misleading author or version information. Derivative works need - not be licensed under similar terms. - - Copyright (C) The Internet Society (2003). All Rights Reserved. - - This document and translations of it may be copied and furnished to - others, and derivative works that comment on or otherwise explain it - or assist in its implementation may be prepared, copied, published - and distributed, in whole or in part, without restriction of any - kind, provided that the above copyright notice and this paragraph are - included on all such copies and derivative works. However, this - document itself may not be modified in any way, such as by removing - the copyright notice or references to the Internet Society or other - Internet organizations, except as needed for the purpose of - developing Internet standards in which case the procedures for - copyrights defined in the Internet Standards process must be - followed, or as required to translate it into languages other than - English. - - The limited permissions granted above are perpetual and will not be - revoked by the Internet Society or its successors or assigns. - - This document and the information contained herein is provided on an - "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING - TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING - BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION - HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF - MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. - -* The file inet/rcmd.c is under a UCB copyright and the following: - - Copyright (C) 1998 WIDE Project. - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the project nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - * The file posix/runtests.c is copyright Tom Lord: - - Copyright 1995 by Tom Lord - - All Rights Reserved - - Permission to use, copy, modify, and distribute this software and its - documentation for any purpose and without fee is hereby granted, - provided that the above copyright notice appear in all copies and that - both that copyright notice and this permission notice appear in - supporting documentation, and that the name of the copyright holder not be - used in advertising or publicity pertaining to distribution of the - software without specific, written prior permission. - - Tom Lord DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, - INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO - EVENT SHALL TOM LORD BE LIABLE FOR ANY SPECIAL, INDIRECT OR - CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF - USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR - OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. - -* The posix/rxspencer tests are copyright Henry Spencer: - - Copyright 1992, 1993, 1994, 1997 Henry Spencer. All rights reserved. - This software is not subject to any license of the American Telephone - and Telegraph Company or of the Regents of the University of California. - - Permission is granted to anyone to use this software for any purpose on - any computer system, and to alter it and redistribute it, subject - to the following restrictions: - - 1. The author is not responsible for the consequences of use of this - software, no matter how awful, even if they arise from flaws in it. - - 2. The origin of this software must not be misrepresented, either by - explicit claim or by omission. Since few users ever read sources, - credits must appear in the documentation. - - 3. Altered versions must be plainly marked as such, and must not be - misrepresented as being the original software. Since few users - ever read sources, credits must appear in the documentation. - - 4. This notice may not be removed or altered. - -* The file posix/PCRE.tests is copyright University of Cambridge: - - Copyright (c) 1997-2003 University of Cambridge - - Permission is granted to anyone to use this software for any purpose on any - computer system, and to redistribute it freely, subject to the following - restrictions: - - 1. This software is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - 2. The origin of this software must not be misrepresented, either by - explicit claim or by omission. In practice, this means that if you use - PCRE in software that you distribute to others, commercially or - otherwise, you must put a sentence like this - - Regular expression support is provided by the PCRE library package, - which is open source software, written by Philip Hazel, and copyright - by the University of Cambridge, England. - - somewhere reasonably visible in your documentation and in any relevant - files or online help data or similar. A reference to the ftp site for - the source, that is, to - - ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ - - should also be given in the documentation. However, this condition is not - intended to apply to whole chains of software. If package A includes PCRE, - it must acknowledge it, but if package B is software that includes package - A, the condition is not imposed on package B (unless it uses PCRE - independently). - - 3. Altered versions must be plainly marked as such, and must not be - misrepresented as being the original software. - - 4. If PCRE is embedded in any software that is released under the GNU - General Purpose Licence (GPL), or Lesser General Purpose Licence (LGPL), - then the terms of that licence shall supersede any condition above with - which it is incompatible. - -* Files from Sun fdlibm are copyright Sun Microsystems, Inc.: - - Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - - Developed at SunPro, a Sun Microsystems, Inc. business. - Permission to use, copy, modify, and distribute this - software is freely granted, provided that this notice - is preserved. - -* Part of stdio-common/tst-printf.c is copyright C E Chew: - - (C) Copyright C E Chew - - Feel free to copy, use and distribute this software provided: - - 1. you do not pretend that you wrote it - 2. you leave this copyright notice intact. - -* Various long double libm functions are copyright Stephen L. Moshier: - - Copyright 2001 by Stephen L. Moshier - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, see - . */ - -Comp Name: libncurses5-dev version 6.0+20160213-1ubuntu1 -<<<<<<<<<>>>>>>>> -Homepage: https://invisible-island.net/ncurses/ - -This is the Debian prepackaged version of the ncurses -library and terminfo utilities. ncurses/terminfo was originally written -by Pavel Curtis and Zeyd M. Ben-Halim , and is -currently held by the Free Software Foundation. - -This package was put together by Vaidhyanathan G Mayilrangam - and Joel Klecker , using sources -obtained from ftp://ftp.gnu.org/gnu/ncurses/ncurses-5.0.tar.gz. -Current versions of the ncurses sources are found at -ftp://invisible-island.net/ncurses/. - -It is based somewhat on work done by Bruce Perens , -David Engel . Michael Alan Dorman -, Richard Braakman , James Troup -, J.H.M. Dassen (Ray) -, and Galen Hazelwood -over various years. - - -Copyright (c) 1998-2016 Free Software Foundation, Inc. -Copyright © 2001 by Pradeep Padala - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, distribute with modifications, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, -DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR -THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name(s) of the above copyright -holders shall not be used in advertising or otherwise to promote the -sale, use or other dealings in this Software without prior written -authorization. - - -Copyright (C) 1994 X Consortium - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE -X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN -AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- -TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of the X Consortium shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from the X Consor- -tium. - - -Copyright (c) 1980, 1991, 1992, 1993 - The Regents of the University of California. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - - -Copyright 1996-2007 by Thomas E. Dickey - - All Rights Reserved - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name(s) of the above copyright -holders shall not be used in advertising or otherwise to promote the -sale, use or other dealings in this Software without prior written -authorization. - -Comp Name: libprotoc-dev version 2.6.1-1.3 -<<<<<<<<<>>>>>>>> -Homepage: https://github.com/google/protobuf/ - -This package was debianized by Iustin Pop on -Mon, 07 Jul 2008 17:48:21 +0200. - -It was downloaded from http://code.google.com/p/protobuf/ - -Upstream Authors: Google Inc, more specifically: - -Original Protocol Buffers design and implementation: - Sanjay Ghemawat - Jeff Dean - Daniel Dulitz - Craig Silverstein - Paul Haahr - Corey Anderson - (and many others) - -Proto2 C++ and Java primary author: - Kenton Varda - -Proto2 Python primary authors: - Will Robinson - Petar Petrov - -Large code contributions: - Joseph Schorr - Wenbo Zhu - -Large quantity of code reviews: - Scott Bruce - Frank Yellin - Neal Norwitz - Jeffrey Yasskin - Ambrose Feinstein - -Documentation: - Lisa Carey - -Maven packaging: - Gregory Kick - -Copyright: - - Copyright (C) 2008 Google Inc. - -License (new style BSD, with Google Inc. as copyright holder): - - Copyright 2008, Google Inc. - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - Code generated by the Protocol Buffer compiler is owned by the owner - of the input file used when generating it. This code is not - standalone and requires a support library to be linked with it. This - support library is itself covered by the above license. - -The files `python/mox.py' and `python/stubout.py' are licensed under a -different license (Apache License 2.0): - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -On Debian systems, the complete text of the Apache License can be found in -`/usr/share/common-licenses/Apache-2.0'. - -The Debian packaging is: - - Copyright (C) 2008, 2009, 2010 Iustin Pop - -and is licensed under the GPL version 3, -see `/usr/share/common-licenses/GPL-3'. - -Comp Name: libssl-dev version 1.0.2g-1ubuntu4.16 -<<<<<<<<<>>>>>>>> -Homepage: https://www.openssl.org/ - -This package was debianized by Christoph Martin martin@uni-mainz.de on -Fri, 22 Nov 1996 21:29:51 +0100. - -Copyright (c) 1998-2004 The OpenSSL Project -Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson - -The upstream sources were obtained from http://www.openssl.org/ - - - LICENSE ISSUES - ============== - - The OpenSSL toolkit stays under a dual license, i.e. both the conditions of - the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. Actually both licenses are BSD-style - Open Source licenses. In case of any license issues related to OpenSSL - please contact openssl-core@openssl.org. - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2004 The OpenSSL Project. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - - -Comp Name: libudev-dev version 229-4ubuntu21.28 -<<<<<<<<<>>>>>>>> - -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: systemd -Upstream-Contact: systemd-devel@lists.freedesktop.org -Source: http://www.freedesktop.org/wiki/Software/systemd/ - -Files: debian/* -Copyright: 2010-2013 Tollef Fog Heen - 2013-2015 Michael Biebl - 2013 Michael Stapelberg -License: LGPL-2.1+ - -Files: * -Copyright: 2008-2015 Kay Sievers - 2010-2015 Lennart Poettering - 2012-2015 Zbigniew Jędrzejewski-Szmek - 2013-2015 Tom Gundersen - 2013-2015 Daniel Mack - 2010-2015 Harald Hoyer - 2013-2015 David Herrmann - 2013, 2014 Thomas H.P. Andersen - 2013, 2014 Daniel Buch - 2014 Susant Sahani - 2009-2015 Intel Corporation - 2000, 2005 Red Hat, Inc. - 2009 Alan Jenkins - 2010 ProFUSION embedded systems - 2010 Maarten Lankhorst - 1995-2004 Miquel van Smoorenburg - 1999 Tom Tromey - 2011 Michal Schmidt - 2012 B. Poettering - 2012 Holger Hans Peter Freyther - 2012 Dan Walsh - 2012 Roberto Sassu - 2013 David Strauss - 2013 Marius Vollmer - 2013 Jan Janssen - 2013 Simon Peeters -License: LGPL-2.1+ - -Files: src/basic/siphash24.h - src/basic/siphash24.c -Copyright: 2012 Jean-Philippe Aumasson - 2012 Daniel J. Bernstein -License: CC0 - -Files: src/basic/securebits.h -Copyright: Linus Torvalds -License: GPL-2 - -Files: src/basic/ioprio.h -Copyright: Jens Axboe -License: GPL-2 - -Files: src/shared/linux/auto_dev-ioctl.h -Copyright: 2008 Red Hat, Inc. - 2008 Ian Kent -License: GPL-2+ - -Files: src/basic/sparse-endian.h -Copyright: 2012 Josh Triplett -License: Expat - -Files: src/journal/lookup3.c - src/journal/lookup3.h -Copyright: 2006 Bob Jenkins -License: public-domain - You can use this free for any purpose. It's in the public domain. It has no - warranty. - -Files: src/udev/* -Copyright: 2003-2012 Kay Sievers - 2003-2004 Greg Kroah-Hartman - 2004 Chris Friesen - 2004, 2009, 2010 David Zeuthen - 2005, 2006 SUSE Linux Products GmbH - 2003 IBM Corp. - 2007 Hannes Reinecke - 2009 Canonical Ltd. - 2009 Scott James Remnant - 2009 Martin Pitt - 2009 Piter Punk - 2009, 2010 Lennart Poettering - 2009 Filippo Argiolas - 2010 Maxim Levitsky - 2011 ProFUSION embedded systems - 2011 Karel Zak - 2014 Zbigniew Jędrzejewski-Szmek - 2014 David Herrmann - 2014 Carlos Garnacho -License: GPL-2+ - -Files: src/udev/udev-ctrl.c - src/udev/udevadm-hwdb.c - src/udev/udev-builtin.c - src/udev/udev-builtin-net_id.c - src/udev/udev-builtin-net_setup_link.c - src/udev/udev-builtin-hwdb.c - src/udev/udev-builtin-btrfs.c - src/udev/udev-builtin-keyboard.c - src/udev/net/link-config.h - src/udev/net/link-config.c - src/udev/net/ethtool-util.c - src/udev/net/ethtool-util.h -Copyright: 2007-2013 Kay Sievers - 2013 Tom Gundersen -License: LGPL-2.1+ - -Files: src/udev/scsi_id/scsi.h -Copyright: 2003 IBM Corp. -License: GPL-2 - -License: Expat - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to - deal in the Software without restriction, including without limitation the - rights to use, copy, modify, merge, publish, distribute, sublicense, and/or - sell copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS - IN THE SOFTWARE. - -License: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 of the License. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian and systems the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL-2` - -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian systems, the complete text of the GNU General Public License - version 2 can be found in ‘/usr/share/common-licenses/GPL-2’. - -License: LGPL-2.1+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1, or (at your option) - any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian systems, the complete text of the GNU Lesser General Public - License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’. - -License: CC0 - To the extent possible under law, the author(s) have dedicated all copyright - and related and neighboring rights to this software to the public domain - worldwide. This software is distributed without any warranty. - . - You should have received a copy of the CC0 Public Domain Dedication along with - this software. If not, see . - -Comp Name: libxml2-dev version 2.9.3+dfsg1-1ubuntu0.7 -<<<<<<<<<>>>>>>>> -Homepage: http://xmlsoft.org - -This package was debianized by Vincent Renardias on -Sat, 26 Sep 1998 16:50:54 +0200 - -It was downloaded from ftp://xmlsoft.org/libxml2/ - -========================== - -Except where otherwise noted in the source code (trio files, hash.c and list.c) -covered by a similar licence but with different Copyright notices: - - Copyright (C) 1998-2002 Daniel Veillard. All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is fur- -nished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- -NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of Daniel Veillard shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from him. -========================== -trio.c, trio.h: -Copyright (C) 1998 Bjorn Reese and Daniel Stenberg. - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. -========================== -triop.h: -Copyright (C) 2000 Bjorn Reese and Daniel Stenberg. - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. -========================== -hash.c: -Copyright (C) 2000 Bjorn Reese and Daniel Veillard. - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. -========================== -list.c: -Copyright (C) 2000 Gary Pennington and Daniel Veillard. - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. -========================== -triodef.h, trionan.c, trionan.h: -Copyright (C) 2001 Bjorn Reese - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. -========================== -triostr.c, triostr.h: -Copyright (C) 2001 Bjorn Reese and Daniel Stenberg. - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND -CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. - -Comp Name: libyaml-dev version 0.1.6-3 -<<<<<<<<<>>>>>>>> - -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: LibYAML -Upstream-Contact: Kirill Simonov -Source: http://pyyaml.org/wiki/LibYAML - -Files: * -Copyright: 2006, Kirill Simonov -License: Expat - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - “Software”), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - . - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS - BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN - ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - -Files: debian/* -Copyright: 2008, Anders Kaseorg -License: permissive - Copying and distribution of this package, with or without - modification, are permitted in any medium without royalty - provided the copyright notice and this notice are - preserved. - -Comp Name: lsb-release version 9.20160110ubuntu0.2 -<<<<<<<<<>>>>>>>> -Homepage: https://wiki.linuxfoundation.org/lsb/start - -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: LSB implementation package - -Files: * -Copyright: 2002-2010, Chris Lawrence -License: GPL-2 - -Files: init-functions.d/50-ubuntu-logging -Copyright: 2005-2011, Canonical Ltd. -License: GPL-2 - -Files: init-functions -Copyright: 2002-2009, Chris Lawrence -License: BSD-3-clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the author nor the names of other contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS - BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR - BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE - OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -License: GPL-2 - This program is free software; you can redistribute it - and/or modify it under the terms of the GNU General Public - License as published by the Free Software Foundation; - version 2 dated June 1991. - . - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the GNU General Public License for more - details. - . - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA - . - On Debian systems, the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL-2'. - -Comp Name: ocl-icd-opencl-dev version 2.2.8-1 -<<<<<<<<<>>>>>>>> - -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: ocl-icd -Source: https://forge.imag.fr/projects/ocl-icd/ - -Files: * -Copyright: 2012 Brice Videau - 2012 Vincent Danjean -License: BSD-2-Clause - -Files: debian/* -Copyright: 2012 Vincent Danjean -License: BSD-2-Clause - -License: BSD-2-Clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - - -Comp Name: protobuf-compiler version 2.6.1-1.3 -<<<<<<<<<>>>>>>>> -Homepage: https://github.com/google/protobuf/ - -This package was debianized by Iustin Pop on -Mon, 07 Jul 2008 17:48:21 +0200. - -It was downloaded from http://code.google.com/p/protobuf/ - -Upstream Authors: Google Inc, more specifically: - -Original Protocol Buffers design and implementation: - Sanjay Ghemawat - Jeff Dean - Daniel Dulitz - Craig Silverstein - Paul Haahr - Corey Anderson - (and many others) - -Proto2 C++ and Java primary author: - Kenton Varda - -Proto2 Python primary authors: - Will Robinson - Petar Petrov - -Large code contributions: - Joseph Schorr - Wenbo Zhu - -Large quantity of code reviews: - Scott Bruce - Frank Yellin - Neal Norwitz - Jeffrey Yasskin - Ambrose Feinstein - -Documentation: - Lisa Carey - -Maven packaging: - Gregory Kick - -Copyright: - - Copyright (C) 2008 Google Inc. - -License (new style BSD, with Google Inc. as copyright holder): - - Copyright 2008, Google Inc. - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - Code generated by the Protocol Buffer compiler is owned by the owner - of the input file used when generating it. This code is not - standalone and requires a support library to be linked with it. This - support library is itself covered by the above license. - -The files `python/mox.py' and `python/stubout.py' are licensed under a -different license (Apache License 2.0): - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -On Debian systems, the complete text of the Apache License can be found in -`/usr/share/common-licenses/Apache-2.0'. - -The Debian packaging is: - - Copyright (C) 2008, 2009, 2010 Iustin Pop - -and is licensed under the GPL version 3, -see `/usr/share/common-licenses/GPL-3'. - -Comp Name: python version 3.5.2-2ubuntu0~16.04.10 -<<<<<<<<<>>>>>>>> -Homepage: http://www.python.org/ - -This is the Debian GNU/Linux prepackaged version of the Python programming -language. Python was written by Guido van Rossum and others. - -This package was put together by Klee Dienes from -sources from ftp.python.org:/pub/python, based on the Debianization by -the previous maintainers Bernd S. Brentrup and -Bruce Perens. - -Current maintainer is Matthias Klose until the final -2.3 version is released. - - -Copyright notice (as found in LICENSE in the original source). --------------------------------------------------------------- - -A. HISTORY OF THE SOFTWARE -========================== - -Python was created in the early 1990s by Guido van Rossum at Stichting -Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands -as a successor of a language called ABC. Guido remains Python's -principal author, although it includes many contributions from others. - -In 1995, Guido continued his work on Python at the Corporation for -National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) -in Reston, Virginia where he released several versions of the -software. - -In May 2000, Guido and the Python core development team moved to -BeOpen.com to form the BeOpen PythonLabs team. In October of the same -year, the PythonLabs team moved to Digital Creations (now Zope -Corporation, see http://www.zope.com). In 2001, the Python Software -Foundation (PSF, see http://www.python.org/psf/) was formed, a -non-profit organization created specifically to own Python-related -Intellectual Property. Zope Corporation is a sponsoring member of -the PSF. - -All Python releases are Open Source (see http://www.opensource.org for -the Open Source Definition). Historically, most, but not all, Python -releases have also been GPL-compatible; the table below summarizes -the various releases. - - Release Derived Year Owner GPL- - from compatible? (1) - - 0.9.0 thru 1.2 1991-1995 CWI yes - 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes - 1.6 1.5.2 2000 CNRI no - 2.0 1.6 2000 BeOpen.com no - 1.6.1 1.6 2001 CNRI yes (2) - 2.1 2.0+1.6.1 2001 PSF no - 2.0.1 2.0+1.6.1 2001 PSF yes - 2.1.1 2.1+2.0.1 2001 PSF yes - 2.2 2.1.1 2001 PSF yes - 2.1.2 2.1.1 2002 PSF yes - 2.1.3 2.1.2 2002 PSF yes - 2.2.1 2.2 2002 PSF yes - 2.2.2 2.2.1 2002 PSF yes - 2.2.3 2.2.2 2003 PSF yes - 2.3 2.2.2 2002-2003 PSF yes - 2.3.1 2.3 2002-2003 PSF yes - 2.3.2 2.3.1 2002-2003 PSF yes - 2.3.3 2.3.2 2002-2003 PSF yes - 2.3.4 2.3.3 2004 PSF yes - 2.3.5 2.3.4 2005 PSF yes - 2.4 2.3 2004 PSF yes - 2.4.1 2.4 2005 PSF yes - 2.4.2 2.4.1 2005 PSF yes - 2.4.3 2.4.2 2006 PSF yes - 2.4.4 2.4.3 2006 PSF yes - 2.5 2.4 2006 PSF yes - 2.5.1 2.5 2007 PSF yes - 2.5.2 2.5.1 2008 PSF yes - 2.5.3 2.5.2 2008 PSF yes - 2.6 2.5 2008 PSF yes - 2.6.1 2.6 2008 PSF yes - 2.6.2 2.6.1 2009 PSF yes - 2.6.3 2.6.2 2009 PSF yes - 2.6.4 2.6.3 2009 PSF yes - 2.6.5 2.6.4 2010 PSF yes - -Footnotes: - -(1) GPL-compatible doesn't mean that we're distributing Python under - the GPL. All Python licenses, unlike the GPL, let you distribute - a modified version without making your changes open source. The - GPL-compatible licenses make it possible to combine Python with - other software that is released under the GPL; the others don't. - -(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, - because its license has a choice of law clause. According to - CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 - is "not incompatible" with the GPL. - -Thanks to the many outside volunteers who have worked under Guido's -direction to make these releases possible. - - -B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON -=============================================================== - -PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 --------------------------------------------- - -1. This LICENSE AGREEMENT is between the Python Software Foundation -("PSF"), and the Individual or Organization ("Licensee") accessing and -otherwise using this software ("Python") in source or binary form and -its associated documentation. - -2. Subject to the terms and conditions of this License Agreement, PSF hereby -grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, -analyze, test, perform and/or display publicly, prepare derivative works, -distribute, and otherwise use Python alone or in any derivative version, -provided, however, that PSF's License Agreement and PSF's notice of copyright, -i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -Python Software Foundation; All Rights Reserved" are retained in Python alone or -in any derivative version prepared by Licensee. - -3. In the event Licensee prepares a derivative work that is based on -or incorporates Python or any part thereof, and wants to make -the derivative work available to others as provided herein, then -Licensee hereby agrees to include in any such work a brief summary of -the changes made to Python. - -4. PSF is making Python available to Licensee on an "AS IS" -basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON -FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS -A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, -OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. Nothing in this License Agreement shall be deemed to create any -relationship of agency, partnership, or joint venture between PSF and -Licensee. This License Agreement does not grant permission to use PSF -trademarks or trade name in a trademark sense to endorse or promote -products or services of Licensee, or any third party. - -8. By copying, installing or otherwise using Python, Licensee -agrees to be bound by the terms and conditions of this License -Agreement. - - -BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 -------------------------------------------- - -BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 - -1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an -office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the -Individual or Organization ("Licensee") accessing and otherwise using -this software in source or binary form and its associated -documentation ("the Software"). - -2. Subject to the terms and conditions of this BeOpen Python License -Agreement, BeOpen hereby grants Licensee a non-exclusive, -royalty-free, world-wide license to reproduce, analyze, test, perform -and/or display publicly, prepare derivative works, distribute, and -otherwise use the Software alone or in any derivative version, -provided, however, that the BeOpen Python License is retained in the -Software, alone or in any derivative version prepared by Licensee. - -3. BeOpen is making the Software available to Licensee on an "AS IS" -basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE -SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS -AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY -DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -5. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -6. This License Agreement shall be governed by and interpreted in all -respects by the law of the State of California, excluding conflict of -law provisions. Nothing in this License Agreement shall be deemed to -create any relationship of agency, partnership, or joint venture -between BeOpen and Licensee. This License Agreement does not grant -permission to use BeOpen trademarks or trade names in a trademark -sense to endorse or promote products or services of Licensee, or any -third party. As an exception, the "BeOpen Python" logos available at -http://www.pythonlabs.com/logos.html may be used according to the -permissions granted on that web page. - -7. By copying, installing or otherwise using the software, Licensee -agrees to be bound by the terms and conditions of this License -Agreement. - - -CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 ---------------------------------------- - -1. This LICENSE AGREEMENT is between the Corporation for National -Research Initiatives, having an office at 1895 Preston White Drive, -Reston, VA 20191 ("CNRI"), and the Individual or Organization -("Licensee") accessing and otherwise using Python 1.6.1 software in -source or binary form and its associated documentation. - -2. Subject to the terms and conditions of this License Agreement, CNRI -hereby grants Licensee a nonexclusive, royalty-free, world-wide -license to reproduce, analyze, test, perform and/or display publicly, -prepare derivative works, distribute, and otherwise use Python 1.6.1 -alone or in any derivative version, provided, however, that CNRI's -License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) -1995-2001 Corporation for National Research Initiatives; All Rights -Reserved" are retained in Python 1.6.1 alone or in any derivative -version prepared by Licensee. Alternately, in lieu of CNRI's License -Agreement, Licensee may substitute the following text (omitting the -quotes): "Python 1.6.1 is made available subject to the terms and -conditions in CNRI's License Agreement. This Agreement together with -Python 1.6.1 may be located on the Internet using the following -unique, persistent identifier (known as a handle): 1895.22/1013. This -Agreement may also be obtained from a proxy server on the Internet -using the following URL: http://hdl.handle.net/1895.22/1013". - -3. In the event Licensee prepares a derivative work that is based on -or incorporates Python 1.6.1 or any part thereof, and wants to make -the derivative work available to others as provided herein, then -Licensee hereby agrees to include in any such work a brief summary of -the changes made to Python 1.6.1. - -4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" -basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR -IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND -DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS -FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT -INFRINGE ANY THIRD PARTY RIGHTS. - -5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON -1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS -A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, -OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. - -6. This License Agreement will automatically terminate upon a material -breach of its terms and conditions. - -7. This License Agreement shall be governed by the federal -intellectual property law of the United States, including without -limitation the federal copyright law, and, to the extent such -U.S. federal law does not apply, by the law of the Commonwealth of -Virginia, excluding Virginia's conflict of law provisions. -Notwithstanding the foregoing, with regard to derivative works based -on Python 1.6.1 that incorporate non-separable material that was -previously distributed under the GNU General Public License (GPL), the -law of the Commonwealth of Virginia shall govern this License -Agreement only as to issues arising under or with respect to -Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this -License Agreement shall be deemed to create any relationship of -agency, partnership, or joint venture between CNRI and Licensee. This -License Agreement does not grant permission to use CNRI trademarks or -trade name in a trademark sense to endorse or promote products or -services of Licensee, or any third party. - -8. By clicking on the "ACCEPT" button where indicated, or by copying, -installing or otherwise using Python 1.6.1, Licensee agrees to be -bound by the terms and conditions of this License Agreement. - - ACCEPT - - -CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 --------------------------------------------------- - -Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, -The Netherlands. All rights reserved. - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that copyright notice and this permission notice appear in -supporting documentation, and that the name of Stichting Mathematisch -Centrum or CWI not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO -THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE -FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT -OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -dh_python2, pycompile, pyclean and debpython module: -==================================================== -Copyright © 2010,2011 Piotr Ożarowski - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Comp Name: python-pip version 8.1.1-2ubuntu0.4 -<<<<<<<<<>>>>>>>> -Homepage: https://pip.pypa.io/en/stable/ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: http://www.pip-installer.org/ - -Files: * -Copyright: Copyright © 2008-2013 The pip developers: - Alex Grönholm - Alex Morega - Alexandre Conrad - Andrey Bulgakov - Antti Kaihola - Armin Ronacher - Aziz Köksal - Ben Rosser - Brian Rosner - Carl Meyer - Chris McDonough - Christian Oudard - Clay McClure - Cody Soyland - Daniel Holth - Dave Abrahams - David (d1b) - Dmitry Gladkov - Donald Stufft - Francesco - Geoffrey Lehée - Georgi Valkov - Hugo Lopes Tavares - Ian Bicking - Igor Sobreira - Ionel Maries Cristian - Jakub Vysoky - James Cleveland - Jannis Leidel - Jay Graves - John-Scott Atlakson - Jon Parise - Jonas Nockert - Josh Bronson - Kamal Bin Mustafa - Kelsey Hightower - Kenneth Belitzky - Kumar McMillan - Luke Macken - Masklinn - Marc Abramowitz - Marcus Smith - Markus Hametner - Matt Maker - Maxime R. - Miguel Araujo - Nick Stenning - Nowell Strite - Oliver Tonnhofer - Olivier Girardot - Patrick Jenkins - Paul Moore - Paul Nasrat - Paul Oswald - Paul van der Linden - Peter Waller - Phil Whelan - Piet Delport - Przemek Wrzos - Qiangning Hong - Rafael Caricio - Rene Dudfield - Roey Berman - Ronny Pfannschmidt - Rory McCann - Simon Cross - Stavros Korokithakis - Thomas Fenzl - Thomas Johansson - Vinay Sajip - Vitaly Babiy - W Trevor King - Wil Tan - Hsiaoming Yang -License: Expat - -Files: pip/cacert.pem -Copyright: No copyrightable material -License: public-domain - Upstream declares that this bundle is licensed, but it seems unreasonable - to think that CA certificates would be protected by copyright. - Forwarded: https://github.com/pypa/pip/pull/971 - -Files: debian/* -Copyright: Copyright 2009 Jeff Licquia -License: Expat - -License: Expat - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - . - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Comp Name: uuid-dev version 2.27.1-6ubuntu3.10 -<<<<<<<<<>>>>>>>> - -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: util-linux -Upstream-Contact: util-linux@vger.kernel.org -Source: https://www.kernel.org/pub/linux/utils/util-linux/ - -Files: * -Copyright: Michal Luscon - 1986 Gary S. Brown - 1990 Gordon Irlam (gordoni@cs.ua.oz.au) - 1991, 1992 Linus Torvalds - 1991-2004 Miquel van Smoorenburg - 1992 A. V. Le Blanc (LeBlanc@mcc.ac.uk) - 1992-1997 Michael K. Johnson, johnsonm@redhat.com - 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, - 2003, 2004, 2005, 2008 Theodore Ts'o - 1994 Kevin E. Martin (martin@cs.unc.edu) - 1994 Salvatore Valente - 1994,1996 Alessandro Rubini (rubini@ipvvis.unipv.it) - 1994-2005 Jeff Tranter (tranter@pobox.com) - 1995, 1999, 2000 Andries E. Brouwer - 1997-2005 Frodo Looijaard - 1998 Danek Duvall - 1999 Andreas Dilger - 1999-2002 Transmeta Corporation - 1999, 2000, 2002-2009, 2010, 2011, 2012, 2014 Red Hat, Inc. - 2000 Werner Almesberger - 2004-2006 Michael Holzt, kju -at- fqdn.org - 2005 Adrian Bunk - 2007-2014 Karel Zak - 2007, 2011 SuSE LINUX Products GmbH - 2008 Cai Qian - 2008 Hayden A. James (hayden.james@gmail.com) - 2008 James Youngman - 2008 Roy Peled, the.roy.peled -at- gmail.com - 2009 Mikhail Gusarov - 2010, 2011, 2012 Davidlohr Bueso - 2010 Jason Borden A - 2010 Hajime Taira - 2010 Masatake Yamato - 2011 IBM Corp. - 2012 Andy Lutomirski - 2012 Lennart Poettering - 2012 Sami Kerola - 2012 Cody Maloney - 2012 Werner Fink - 2013,2014 Ondrej Oprala -License: GPL-2+ - -Files: schedutils/ionice.c -Copyright: 2005 Jens Axboe -License: GPL-2 - -Files: schedutils/chrt.c - schedutils/taskset.c -Copyright: 2004 Robert Love - 2010 Karel Zak -License: GPL-2 - -Files: disk-utils/raw.c -Copyright: 1999, 2000, Red Hat Software -License: GPL-2 - -Files: sys-utils/nsenter.c -Copyright: 2012-2013 Eric Biederman -License: GPL-2 - -Files: disk-utils/mkfs.minix.c - disk-utils/mkswap.c -Copyright: 1991, 1992 Linus Torvalds -License: GPL-2 - -Files: lib/at.c - lib/blkdev.c - lib/loopdev.c - lib/sysfs.c - lib/ttyutils.c - lib/xgetpass.c - misc-utils/mcookie.c - sys-utils/setsid.c - text-utils/line.c -Copyright: n/a -License: public-domain - -Files: login-utils/vipw.c - misc-utils/cal.c - misc-utils/kill.c - misc-utils/logger.c - misc-utils/look.c - misc-utils/whereis.c - sys-utils/renice.c - term-utils/mesg.c - term-utils/script.c - term-utils/ttymsg.c - term-utils/wall.c - term-utils/write.c - text-utils/col.c - text-utils/colcrt.c - text-utils/colrm.c - text-utils/column.c - text-utils/hexdump.c - text-utils/hexdump.h - text-utils/hexdump-conv.c - text-utils/hexdump-display.c - text-utils/hexdump-parse.c - text-utils/rev.c - text-utils/ul.c -Copyright: 1980, 1983, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994 - The Regents of the University of California - 2014 Sami Kerola - 2014 Karel Zak -License: BSD-4-clause - -Files: text-utils/tailf.c -Copyright: 1996, 2003 Rickard E. Faith (faith@acm.org) -License: MIT - -Files: sys-utils/flock.c -Copyright: 2003-2005 H. Peter Anvin -License: MIT - -Files: text-utils/pg.c -Copyright: 2000-2001 Gunnar Ritter -License: BSD-2-clause - -Files: login-utils/last-deprecated.c -Copyright: 1987 Regents of the University of California -License: BSD-2-clause - -Files: login-utils/login.c -Copyright: 1980, 1987, 1988 The Regents of the University of California. - 2011 Karel Zak -License: BSD-2-clause - -Files: login-utils/logindefs.c -Copyright: 2003, 2004, 2005 Thorsten Kukuk -License: BSD-3-clause - -Files: libuuid/* - libuuid/src/* - libuuid/man/* -Copyright: 1996, 1997, 1998, 1999, 2007 Theodore Ts'o. - 1999 Andreas Dilger (adilger@enel.ucalgary.ca) -License: BSD-3-clause - -Files: lib/procutils.c - include/xalloc.h -Copyright: 2010, 2011 Davidlohr Bueso -License: LGPL-2+ - -Files: */colors.* -Copyright: 2012 Ondrej Oprala - 2012-2014 Karel Zak -License: LGPL-2+ - -Files: login-utils/setpwnam.h - login-utils/setpwnam.c -Copyright: 1994 Martin Schulze - 1994 Salvatore Valente -License: LGPL-2+ - -Files: libfdisk/* - libfdisk/src/* -Copyright: 2007-2013 Karel Zak - 2012 Davidlohr Bueso -License: LGPL-2.1+ - -Files: lib/cpuset.c - */match.* - lib/canonicalize.c - include/at.h -Copyright: 2008-2009, 2010, 2011, 2012 Karel Zak -License: LGPL-2.1+ - -Files: */mbsalign.* -Copyright: 2009-2010 Free Software Foundation, Inc. - 2010-2013 Karel Zak -License: LGPL-2.1+ - -Files: */readutmp.* -Copyright: 1992-2007, 2009-2014 Free Software Foundation, Inc. -License: GPL-3+ - -Files: */timeutils.* -Copyright: 2010 Lennart Poettering -License: LGPL-2.1+ - -Files: include/list.h -Copyright: 2008 Karel Zak - 1999-2008 by Theodore Ts'o -License: LGPL - -Files: libblkid/* - libblkid/src/* - libblkid/samples/* - libblkid/src/partitions/* - libblkid/src/superblocks/* - libblkid/src/topology/* -Copyright: 1999, 2001 Andries Brouwer - 1995, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004 - Theodore Ts'o. - 2001 Andreas Dilger (adilger@turbolinux.com) - 2004-2008 Kay Sievers - 2008-2013 Karel Zak - 2009 Bastian Friedrich - 2009 Corentin Chary - 2009 Mike Hommey - 2009 Red Hat, Inc. - 2009-2010 Andreas Dilger - 2010 Andrew Nayenko - 2010 Jeroen Oortwijn - 2010 Jiro SEKIBA - 2011 Philipp Marek - 2012 Milan Broz - 2013 Alejandro Martinez Ruiz - 2013 Eric Sandeen - 2013 Rolf Fokkens - 2013 Zeeshan Ali (Khattak) -License: LGPL-2.1+ - -Files: include/cpuset.h - lib/randutils.c -Copyright: *unknown* -License: LGPL - -Files: misc-utils/blkid.c -Copyright: 2001 Andreas Dilger -License: LGPL - -Files: libmount/* - libmount/src/* -Copyright: 2008-2012 Karel Zak -License: LGPL-2.1+ - -Files: libmount/python/* -Copyright: 2013, Red Hat, Inc. -License: LGPL-3+ - -Files: libsmartcols/* -Copyright: 2009-2014 Karel Zak - 2014 Ondrej Oprala -License: LGPL - -Files: debian/* -Copyright: Guy Maor - Sean 'Shaleh' Perry - Adrian Bunk - LaMont Jones - 2014 Andreas Henriksson -License: GPL-2+ - - -License: public-domain - The files tagged with this license contains the following paragraphs: - . - No copyright is claimed. This code is in the public domain; do with - it what you wish. - . - Written by Karel Zak - -License: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License, v2, as - published by the Free Software Foundation - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - . - On Debian systems, the complete text of the GNU General Public - License version 2 can be found in `/usr/share/common-licenses/GPL-2'. - -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - . - On Debian systems, the complete text of the GNU General Public - License version 2 can be found in `/usr/share/common-licenses/GPL-2'. - -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General Public - License version 3 can be found in `/usr/share/common-licenses/GPL-3'. - -License: BSD-2-clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -License: BSD-3-clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - . - 1) Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - . - 2) Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - . - 3) Neither the name of the ORGANIZATION nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - -License: BSD-4-clause - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - This product includes software developed by the University of - California, Berkeley and its contributors. - 4. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -License: LGPL - This file may be redistributed under the terms of the - GNU Lesser General Public License. - . - On Debian systems, the complete text of the GNU Lesser General Public - License can be found in ‘/usr/share/common-licenses/LGPL’. - -License: LGPL-2+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see . - . - The complete text of the GNU Lesser General Public License - can be found in /usr/share/common-licenses/LGPL-2 file. - -License: LGPL-2.1+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1, or (at your option) - any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License along - with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - . - On Debian systems, the complete text of the GNU Lesser General Public - License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’. - -License: LGPL-3+ - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU Lesser General - Public License can be found in "/usr/share/common-licenses/LGPL-3". - -License: MIT - Permission is hereby granted, free of charge, to any person - obtaining a copy of this software and associated documentation files - (the "Software"), to deal in the Software without restriction, - including without limitation the rights to use, copy, modify, merge, - publish, distribute, sublicense, and/or sell copies of the Software, - and to permit persons to whom the Software is furnished to do so, - subject to the following conditions: - . - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS - BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN - ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - -******************************************************************************/ -3. db_sorting (Vitis Database Library) - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -Copyright 2019-2020 Xilinx Inc - -******************************************************************************/ -4. Xilinx Runtime (xrt) version 2020.1 - -All userspace code authored by Xilinx is released under the following license: - -Copyright (C) 2016-2020 Xilinx, Inc - -Licensed under the Apache License, Version 2.0 (the "License"). You may -not use this file except in compliance with the License. A copy of the -License is located at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations -under the License. - -All Linux kernel driver code included in "xocl" or "xclmgmt" authored by -Xilinx is released under the terms of GNU General Public License version 2: - -Copyright (C) 2016-2020 Xilinx, Inc. All rights reserved. - -This software is licensed under the terms of the GNU General Public -License version 2, as published by the Free Software Foundation, and -may be copied, distributed, and modified under those terms. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - - -All Linux kernel driver code included in "zocl" authored by Xilinx is -released under the terms of either Apache License, Version 2.0, -or alternatively under the terms of the GNU General Public License -version 2: - -Copyright (C) 2016-2020 Xilinx, Inc. All rights reserved. - -This software is licensed under the terms of the GNU General Public -License version 2, as published by the Free Software Foundation, and -may be copied, distributed, and modified under those terms. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You may use the Linux kernel driver code according to either of these -licenses as is most appropriate for your project on a case-by-case basis. - -The full text for both licenses is included for reference below. - - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - ---------------------------------------------------------------------------- - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES -ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS -XRT userspace code includes software developed by the following (Apache 2.0) - * Copyright (C) 2019 Samsung Semiconductor, Inc - * (C) Copyright 2019 OSR Open Systems Resources, Inc. - * Copyright (C) Michael Preston Microsoft - * Copyright (C) Jeff Baxter Microsoft - -XRT xocl and xclmgmt Linux kernel drivers include software from Linux kernel (GPL 2.0) - * Copyright 2012 Kim Phillips, Freescale Semiconductor. - * Copyright (C) 2006 David Gibson, IBM Corporation. - * Copyright (C) 2006 Peter Korsgaard - * Copyright (C) 2007 Secret Lab Technologies Ltd. - * Copyright (c) 2009-2010 Intel Corporation - * Copyright (C) 2012 David Gibson, IBM Corporation. - * Copyright (C) 2014 David Gibson - * Copyright (c) 2016-2019 The Khronos Group Inc. - * Copyright (C) 2016 Free Electrons - * Copyright (C) 2016 NextThing Co. - * Copyright (C) 2018 embedded brains GmbH - -XRT xocl and xclmgmt Linux kernel drivers include software developed by the following (GPL 2.0) - * Copyright (C) Jan Stephan - - -XRT xclmgmt Linux kernel driver includes software developed by the following (dual Apache 2.0 OR -GPL 2.0) - * Copyright (C) Jan Stephan - - -XRT userspace includes software from Khronos Group Inc. - * Copyright (c) 2008-2019 The Khronos Group Inc. - * Copyright (c) 2008-2015 The Khronos Group Inc. - * Copyright (c) 2016-2019 The Khronos Group Inc. - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and/or associated documentation files (the - "Materials"), to deal in the Materials without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Materials, and to - permit persons to whom the Materials are furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Materials. - - MODIFICATIONS TO THIS FILE MAY MEAN IT NO LONGER ACCURATELY REFLECTS - KHRONOS STANDARDS. THE UNMODIFIED, NORMATIVE VERSIONS OF KHRONOS - SPECIFICATIONS AND HEADER INFORMATION ARE LOCATED AT - https://www.khronos.org/registry/ - - THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. - - - - - - diff --git a/data_analytics/L3/tests/aml_test/host/main.cpp b/data_analytics/L3/tests/aml_test/host/main.cpp index 329d6c3205..fa4a2b821d 100644 --- a/data_analytics/L3/tests/aml_test/host/main.cpp +++ b/data_analytics/L3/tests/aml_test/host/main.cpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2020 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include diff --git a/data_analytics/L3/tests/aml_test/kernel/fuzzy_kernel.cpp b/data_analytics/L3/tests/aml_test/kernel/fuzzy_kernel.cpp index 286664a3e4..e4557337b8 100644 --- a/data_analytics/L3/tests/aml_test/kernel/fuzzy_kernel.cpp +++ b/data_analytics/L3/tests/aml_test/kernel/fuzzy_kernel.cpp @@ -1,18 +1,18 @@ -/** -* Copyright (C) 2020 Xilinx, Inc -* -* Licensed under the Apache License, Version 2.0 (the "License"). You may -* not use this file except in compliance with the License. A copy of the -* License is located at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -* License for the specific language governing permissions and limitations -* under the License. -*/ +/* + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "ap_int.h" #include "hls_stream.h" diff --git a/data_analytics/L3/tests/contains_test/Makefile b/data_analytics/L3/tests/contains_test/Makefile index 47dc63f8a4..5ddc7e0f24 100644 --- a/data_analytics/L3/tests/contains_test/Makefile +++ b/data_analytics/L3/tests/contains_test/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019-2022 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.4 # # ####################################### Help Section ##################################### diff --git a/data_analytics/L3/tests/contains_test/host/demo_start.py b/data_analytics/L3/tests/contains_test/host/demo_start.py index a50d4f9320..0410f0ab8b 100644 --- a/data_analytics/L3/tests/contains_test/host/demo_start.py +++ b/data_analytics/L3/tests/contains_test/host/demo_start.py @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.4 # import os diff --git a/data_analytics/L3/tests/contains_test_sc/Makefile b/data_analytics/L3/tests/contains_test_sc/Makefile deleted file mode 100644 index f267372225..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/Makefile +++ /dev/null @@ -1,304 +0,0 @@ -# Copyright 2019-2022 Xilinx, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# sc makefile-generator v1.0.0 - -############################## Help Section ############################## -.PHONY: help - -help:: - $(ECHO) "Makefile Usage:" - $(ECHO) " make all TARGET= PLATFORM= HOST_ARCH=" - $(ECHO) " Command to generate the design for specified Target and Shell." - $(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH is required for SoC shells" - $(ECHO) "" - $(ECHO) " make run TARGET= PLATFORM= HOST_ARCH=" - $(ECHO) " Command to run application in emulation." - $(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH required for SoC shells" - $(ECHO) "" - $(ECHO) " make host HOST_ARCH=" - $(ECHO) " Command to build host application." - $(ECHO) " By default, HOST_ARCH=x86. HOST_ARCH is required for SoC shells" - $(ECHO) "" - $(ECHO) " make clean " - $(ECHO) " Command to remove the generated non-hardware files." - $(ECHO) "" - $(ECHO) " make cleanall" - $(ECHO) " Command to remove all the generated files." - $(ECHO) "" - -############################## Setting up Project Variables ############################## - -MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) -XF_PROJ_ROOT ?= $(shell bash -c 'export MK_PATH=$(MK_PATH); echo $${MK_PATH%/L3/*}') -CUR_DIR := $(patsubst %/,%,$(dir $(MK_PATH))) -XFLIB_DIR = $(XF_PROJ_ROOT) - -# setting devault value -TARGET ?= sw_emu -HOST_ARCH ?= x86 -PLATFORM_NAME ?= xilinx_u200_gen3x16_xdma_1_202110_1 - -ARROW_PATH := $(CUR_DIR)/ext/arrow -PYTHON_PATH := $(XILINX_VIVADO)/tps/lnx64/python-3.8.3 -NUMPY_PATH := $(PYTHON_PATH)/lib/python3.8/site-packages/numpy/core/include -PY_CMD := $(PYTHON_PATH)/bin/python3.8 - -#setting PLATFORM -ifeq ($(PLATFORM),) -PLATFORM := $(DEVICE) -endif -ifeq ($(PLATFORM),) -PLATFORM := xilinx_u200_gen3x16_xdma_2_202110_1 -endif - -# #################### Checking if PLATFORM in whitelist ############################ -PLATFORM_ALLOWLIST += u200 u200 -PLATFORM_BLOCKLIST += zc - -GCC_INTOOL := 8.3.0 -BINUTILS_INTOOL := 2.37 -include ./utils.mk - -TEMP_DIR := _x_temp.$(TARGET).$(PLATFORM_NAME) -TEMP_REPORT_DIR := $(CUR_DIR)/reports/_x.$(TARGET).$(PLATFORM_NAME) -BUILD_DIR := build_dir.$(TARGET).$(PLATFORM_NAME) -BUILD_REPORT_DIR := $(CUR_DIR)/reports/_build.$(TARGET).$(PLATFORM_NAME) -EMCONFIG := $(BUILD_DIR)/emconfig.json -XCLBIN_DIR := $(CUR_DIR)/$(BUILD_DIR) -export XCL_BINDIR = $(XCLBIN_DIR) - -BINARY_CONTAINERS_DEPS := -RUN_DEPS := - -# set debug switch -ifneq ($(debug),yes) -#CXXFLAGS += -O3 -endif - -# get global setting -ifdef XILINX_SC_PFM_CONFIG -CXXFLAGS += -DXILINX_SC_PFM_CONFIG=$(XILINX_SC_PFM_CONFIG) -endif -ifdef XILINX_SC_PFM_EXT -CXXFLAGS += -DXILINX_SC_PFM_EXT=$(XILINX_SC_PFM_EXT) -endif -ifeq ($(HOST_ARCH), x86) -CXXFLAGS += -I $(XILINX_VITIS)/system_compiler/include -I $(XILINX_HLS)/include -LDFLAGS += -L$(XILINX_XRT)/lib -L$(XILINX_VITIS)/system_compiler/lib/x86 -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(XILINX_VITIS)/system_compiler/lib/x86:$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread -VPP_FLAGS += -t $(TARGET) --platform $(XPLATFORM) --temp_dir $(TEMP_DIR) --save-temps -g -I $(XILINX_VITIS)/system_compiler/include -VPP_LDFLAGS += -else ifeq ($(HOST_ARCH), aarch64) -CXXFLAGS += -LDFLAGS += -VPP_FLAGS += -VPP_LDFLAGS += -endif -CXXFLAGS += $(EXTRA_CXXFLAGS) -VPP_FLAGS += $(EXTRA_VPP_FLAGS) - -ifeq ($(TARGET),sw) - $(error Error: The sw target is not supported anymore. Please use sw_emu instead) -else ifeq ($(TARGET),sw_emu) - LIB_XRT := xrt_swemu - HOST_PREAMBLE := XCL_EMULATION_MODE=sw_emu -else ifeq ($(TARGET),hw_emu) - LIB_XRT := xrt_hwemu - HOST_PREAMBLE := XCL_EMULATION_MODE=hw_emu - ifneq (,$(findstring -g,$(EXTRA_VPPFLAGS) $(CXXFLAGS))) - # for sourcing pre/post xsim scripts - ifneq ($(XILINX_SC_HW_EMU),0) - HOST_PREAMBLE += XILINX_SC_HW_EMU=1 XILINX_SC_BUILD_DIR=$(PWD)/$(BUILD_DIR) - endif - endif -else ifeq ($(TARGET),hw) - LIB_XRT := xrt_core -endif - -########################## Setting up Host Variables ########################## - -#Inclue Required Host Source Files -SO_SRCS += $(XFLIB_DIR)/L3/src/sw/geospatial/strtree_contains.cpp -SO_SRCS += $(BUILD_DIR)/contains_wrap.cpp - -CXXFLAGS += -I $(XFLIB_DIR)/L2/include/hw -I $(CUR_DIR)/host -I $(CUR_DIR)/kernel -I $(XFLIB_DIR)/../utils/L1/include -I $(XFLIB_DIR)/../database/L1/include/hw -I $(XFLIB_DIR)/L1/include/sw -I $(XFLIB_DIR)/L3/include/sw -I $(XFLIB_DIR)/../utils/L1/include -CXXFLAGS += -I$(XFLIB_DIR)/L3/include/sw/xf_data_analytics/geospatial -D_STRTree_Kernel_ -CXXFLAGS += -I$(ARROW_PATH)/cpp/src -CXXFLAGS += -I$(PYTHON_PATH)/include/python3.8 -I$(NUMPY_PATH) -PYFLAGS += -I$(XF_PROJ_ROOT)/L3/include/sw/xf_data_analytics/geospatial -CXXFLAGS += -O3 -std=c++11 -LDFLAGS += -L$(ARROW_PATH)/cpp/release/release -larrow -LDFLAGS += -fopenmp - -LIBRARY_PATH = $(PYTHON_PATH)/lib:$(ARROW_PATH)/cpp/release/release:$(BUILD_DIR) -PYPATH = $(BUILD_DIR):$(XF_PROJ_ROOT)/L3/src/sw/geospatial:$(CUR_DIR)/build:$(PYTHONPATH) - -SO_FILE := $(BUILD_DIR)/_containsModule.so - -PY_ARGS := $(CUR_DIR)/data/points.csv $(CUR_DIR)/data/zones.txt $(CUR_DIR)/data/golden.txt -HOST_ARGS := -point $(CUR_DIR)/data/points.csv -polygon $(CUR_DIR)/data/zones.txt - -MAKEDEPEND = $(CXX) $< -MM -MP -MF $(basename $@).d -MT $@ $(CXXFLAGS) - -HOST_ARGS := -in $(CUR_DIR)/data/points10k.csv -p $(CUR_DIR)/data/golden_points_10k.txt -n $(CUR_DIR)/data/golden_nodes_10k.txt -ifneq ($(HOST_ARCH), x86) -PKG_HOST_ARGS = $(foreach args,$(HOST_ARGS),$(subst $(dir $(patsubst %/,%,$(args))),,$(args))) -endif - -########################## Kernel compiler global settings ########################## -VPP_FLAGS += -I $(XFLIB_DIR)/L2/include/hw -I $(CUR_DIR)/kernel -I $(XFLIB_DIR)/L1/include/hw -I $(XFLIB_DIR)/L2/include/hw -I $(XFLIB_DIR)/../database/L1/include/hw - -######################### binary container global settings ########################## -VPP_FLAGS += --hls.clock 300000000:strtree_acc_STRTree_Kernel -ifneq ($(HOST_ARCH), x86) -VPP_LDFLAGS += --clock.defaultFreqHz 200000000 -else -VPP_LDFLAGS += --kernel_frequency 200 -endif - -ifeq ($(HOST_ARCH), x86) -BINARY_CONTAINERS_TMP := $(BUILD_DIR)/$(TARGET).o -BINARY_CONTAINERS := $(BUILD_DIR)/$(TARGET).xclbin -ifeq ($(TARGET),sw_emu) - BINARY_CONTAINERS_TMP := -endif -else -# placeholder for non_x86 -endif - -.SECONDEXPANSION: -# ################ Setting Rules for Binary Containers (Building Kernels) ################ -ACC_SRCS_STRTree_Kernel += $(CUR_DIR)/kernel/strtree_kernel.cpp -ACC_OBJS_STRTree_Kernel := $(addprefix $(TEMP_DIR)/, $(addsuffix .o,$(basename $(ACC_SRCS_STRTree_Kernel)))) -$(ACC_OBJS_STRTree_Kernel): $(TEMP_DIR)/%.o : %.cpp $$(@D)/.f - @echo "--> Making $@ from: $?" - $(MAKEDEPEND) - $(VPP) $(VPP_FLAGS) $(VPP_FLAGS_STRTree_Kernel) -o $@ -c $< -BINARY_CONTAINERS_DEPS += $(ACC_OBJS_STRTree_Kernel) -$(BINARY_CONTAINERS_TMP) : $(BINARY_CONTAINERS_DEPS) - @echo "--> Making $@ from: $?" - $(VPP) $(VPP_FLAGS) $(VPP_LDFLAGS) -o $(BINARY_CONTAINERS) -l $^ -SO_FILE_DEPS += $(BINARY_CONTAINERS_TMP) -SO_FILE_DEPS += $(BINARY_CONTAINERS_DEPS) - -############################## Setting Rules for Host (Building Host Executable) ############################## -.PHONY: run pre_build - -CXX_PATH := $(patsubst %/,%,$(dir $(CXX))) - -pre_build: - mkdir -p $(CUR_DIR)/ext - make -C $(XF_PROJ_ROOT)/ext/swig DEST_DIR=$(CUR_DIR)/ext - PATH=$(XILINX_VITIS)/tps/lnx64/cmake-3.21.4/bin:${PATH} && make -C $(XF_PROJ_ROOT)/ext/arrow DEST_DIR=$(CUR_DIR)/ext COMPILER_PATH=$(CXX_PATH) - -NUMPY_SRC := $(CUR_DIR)/host/numpy.i - -$(NUMPY_SRC): pre_build - wget https://raw.githubusercontent.com/numpy/numpy/maintenance/1.19.x/tools/swig/numpy.i -P $(CUR_DIR)/host - -$(SO_FILE): $(NUMPY_SRC) $(SO_FILE_DEPS) - $(MAKEDEPEND) - mkdir -p $(BUILD_DIR) - SWIG_LIB=$(CUR_DIR)/ext/swig/install/share/swig/4.0.2 $(CUR_DIR)/ext/swig/install/bin/swig -c++ -python $(PYFLAGS) -o $(BUILD_DIR)/contains_wrap.cpp $(CUR_DIR)/host/contains.i - $(CXX) -fPIC -c $(SO_SRCS) $(CXXFLAGS) $(LDFLAGS) - $(CXX) -o $(SO_FILE) -shared contains_wrap.o strtree_contains.o $(SO_FILE_DEPS) $(CXXFLAGS) $(LDFLAGS) - -ifeq ($(HOST_ARCH), x86) -$(TEMP_DIR)/%.o : %.cpp $$(@D)/.f - @echo "--> Making $@ from: $?" - mkdir -p $(BUILD_DIR) - $(MAKEDEPEND) - $(CXX) -o $@ $(CXXFLAGS) -I . -c $< -else -# place holder for arch64 -endif - -$(EMCONFIG): - emconfigutil --platform $(XPLATFORM) --od $(BUILD_DIR) - -%/.f: - mkdir -p $(dir $@) - touch $@ - -.PRECIOUS: %/.f - -RUN_DEPS += $(SO_FILE) $(EMCONFIG) - -run: check_device $(RUN_DEPS) -#sw_emu -ifneq (,$(filter sw_emu, $(TARGET))) -ifeq ($(HOST_ARCH), x86) - LD_LIBRARY_PATH=$(LIBRARY_PATH):$$LD_LIBRARY_PATH PYTHONPATH=$(PYPATH) \ - $(HOST_PREAMBLE) $(PY_CMD) $(CUR_DIR)/host/demo_start.py $(PY_ARGS) - -else -# place holder for arch64 -endif -endif - -#hw_emu -ifneq (,$(filter hw_emu, $(TARGET))) -ifeq ($(HOST_ARCH), x86) - LD_LIBRARY_PATH=$(LIBRARY_PATH):$$LD_LIBRARY_PATH PYTHONPATH=$(PYPATH) \ - $(HOST_PREAMBLE) $(PY_CMD) $(CUR_DIR)/host/demo_start.py $(PY_ARGS) - -else -# place holder for arch64 -endif -endif - -#hw -ifeq ($(TARGET), hw) -ifeq ($(HOST_ARCH), x86) - LD_LIBRARY_PATH=$(LIBRARY_PATH):$$LD_LIBRARY_PATH PYTHONPATH=$(PYPATH) \ - $(HOST_PREAMBLE) $(PY_CMD) $(CUR_DIR)/host/demo_start.py $(PY_ARGS) - -else -# place holder for arch64 -endif -endif - -############################## Setting Targets ############################## - -.PHONY: all clean cleanall emconfig -emconfig: $(EMCONFIG) -ifeq ($(HOST_ARCH), x86) -all: check_vpp check_platform check_xrt $(SO_FILE) $(BINARY_CONTAINERS) emconfig -else -all: check_vpp check_platform check_sysroot $(SO_FILE) $(BINARY_CONTAINERS) emconfig sd_card -endif - -.PHONY: host xclbin -ifeq ($(HOST_ARCH), x86) -host: check_xrt $(SO_FILE) -else -host: check_sysroot $(SO_FILE) -endif -xclbin: $(BINARY_CONTAINERS_TMP) - -############################## Cleaning Rules ############################## -cleanh: - -$(RMDIR) $(SO_FILE) vitis_* TempConfig system_estimate.xtxt *.rpt .run/ *.o - -$(RMDIR) src/*.ll _xocc_* .Xil dltmp* xmltmp* *.log *.jou *.wcfg *.wdb sample_link.ini sample_compile.ini obj* bin* *.csv *.jpg *.jpeg *.png - -cleank: - -$(RMDIR) $(BUILD_DIR)/*.xclbin _vimage *xclbin.run_summary qemu-memory-_* emulation/ _vimage/ pl*start_simulation. sh *.xclbin - -$(RMDIR) _x_temp.*/_x.* _x_temp.*/.Xil _x_temp.*/profile_summary.* xo_* _x* - -$(RMDIR) _x_temp.*/dltmp* _x_temp.*/kernel_info.dat _x_temp.*/*.log - -$(RMDIR) _x_temp.* - -cleanall: cleanh cleank - -$(RMDIR) $(BUILD_DIR) build_dir.* emconfig.json *.html $(TEMP_DIR) $(CUR_DIR)/reports *.csv *.run_summary $(CUR_DIR)/*.raw package_* $(BUILD_DIR)/run_script.sh .ipcache *.str - -$(RMDIR) $(XFLIB_DIR)/common/data/*.xe2xd* $(XFLIB_DIR)/common/data/*.orig* - -clean: cleanh diff --git a/data_analytics/L3/tests/contains_test_sc/data/golden.txt b/data_analytics/L3/tests/contains_test_sc/data/golden.txt deleted file mode 100644 index 42a802db85..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/data/golden.txt +++ /dev/null @@ -1,2 +0,0 @@ -32,42,42,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,48,48,48,49,49,49,49,50,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,53,53,53,53,53,53,53,53,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,54,58,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,64,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,71,72,72,74,74,76,76,76,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,79,79,79,79,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,94,94,94,94,94,94,94,94,94,94,94,94,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,97,97,97,97,97,97,97,97,97,97,97,100,100,100,100,100,100,102,102,104,104,104,106,106,108,108,108,108,110,116,116,116,118,118,118,118,118,118,125,125,125,125,125,125,125,125,126,128,158,158,158,158,158,158,158,158,179,183,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,187,188,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,197,197,198,198,198,199,199,199,199,199,199,199,199,201,209,224,226,228,230,232,234,234,254,254,254,254,254,254,254,254,254,254,254,254,254,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,256,260 -142,497,731,440,407,199,602,618,668,318,188,579,211,682,951,102,820,157,198,352,402,815,522,921,946,863,761,792,877,377,347,291,691,366,680,548,129,123,709,755,919,54,592,883,182,737,540,977,676,221,215,867,530,488,16,68,205,565,968,367,120,365,81,595,219,690,87,876,523,434,437,333,310,742,609,843,166,42,8,986,223,179,769,763,785,414,994,396,431,726,382,4,711,111,50,696,838,961,39,353,426,793,832,874,797,526,285,452,325,441,267,855,224,260,744,812,716,920,666,466,330,411,480,629,126,481,728,969,415,44,620,266,936,626,741,631,760,821,535,859,100,979,576,74,284,183,697,35,146,580,17,517,32,639,85,787,304,374,30,392,657,545,784,826,339,213,720,96,933,361,472,397,511,913,486,675,828,714,803,718,501,476,966,628,625,112,349,906,885,844,788,764,993,916,725,373,357,293,27,677,450,829,617,782,222,889,261,560,561,393,736,311,623,255,896,117,297,528,327,999,699,226,429,269,315,73,453,292,778,734,249,810,692,474,619,567,564,187,256,847,505,410,974,206,508,542,745,856,596,707,236,316,409,860,218,578,444,765,849,169,952,918,879,59,370,308,536,984,780,439,512,203,590,989,724,31,109,99,605,107,283,225,638,359,819,908,334,207,721,314,231,217,827,322,593,93,454,28,303,988,842,427,663,394,265,983,533,958,539,380,170,114,487,132,898,678,825,462,614,131,436,995,302,230,295,656,362,421,234,268,470,186,104,835,494,824,758,549,850,340,790,941,998,323,811,956,754,55,447,566,641,791,962,544,503,747,586,743,621,326,201,22,636,460,108,288,246,319,702,51,514,348,372,671,776,524,227,360,616,507,706,777,192,774,378,882,498,329,243,713,209,84,238,278,342,489,350,240,997,985,705,57,473,965,861,558,964,866,247,937,992,991,515,601,947,412,168,456,577,155,23,627,588,24,244,385,118,97,191,127,263,637,667,496,335,468,594,103,902,477,661,172,184,271,750,650,836,26,122,171,922,101,455,13,65,891,475,538,10,79,29,871,161,749,854,531,189,613,783,622,905,612,435,710,837,130,72,403,262,766,945,610,518,608,546,672,228,834,404,177,554,88,884,773,60,978,7,48,895,949,897,301,805,43,296,525,275,927,479,338,204,953,430,695,492,78,5,970,445,715,178,214,686,406,235,106,950,495,233,751,929,358,862,91,344,781,80,890,399,254,652,62,485,49,61,197,684,242,972,513,384,309,954,892,241,467,786,693,210,53,251,320,831,95,996,34,239,683,151,491,909,981,915,708,562,140,746,701,771,272,328,869,756,903,290,154,685,33,679,413,465,66,484,20,343,559,105,582,391,648,967,851,658,886,138,264,893,928,852,757,461,971,833,70,405,259,258,957,901,0,229,645,257,939,331,762,306,389,287,145,3,45,36,804,14,556,401,163,12,379,6,164,864,167,368,651,944,911,324,282,1,354,298,443,386,92,76,768,904,543,9,181,490,124,801,363,504,653,317,71,451,959,739,135,69,857,630,98,700,18,148,806,395,195,591,143,281,245,144,848,274,432,888,730,294,607,174,521,635,975,597,21,56,735,759,910,980,960,180,520,934,527,643,655,125,341,425,794,305,924,502,584,90,270,748,537,719,448,483,208,752,923,356,46,550,2,568,253,926,662,321,688,190,83,110,86,75,471,673,670,149,808,41,823,248,799,858,917,237,654,611,115,19,732,160,152,58,840,136,387,894,159,615,134,375,571,307,990,674,388,442,418,575,416,449,417,935,632,775,557,581,948,113,47,802,299,383,865,82,252,364,660,313,459,664,89,900,277,15,955,510,642,371,942,482,845,853,506,273,516,872,398,555,976,408,493,599,717,817,216,175,647,119,424,753,789,116,351,139,694,914,420,649,982,500,899,570,457,286,121,141,128,52,767,640,940,312,173,938,800,633,646,813,196,669,212,659,369,11,381,220,346,912,478,634,598,162,280,870,572,64,332,519,839,727,963,583,193,722,868,400,703,428,574,830,907,603,573,423,552,931,63,822,250,463,624,818,509,925,438,276,176,232,932,345,529,137,585,878,337,458,37,202,689,729,547,698,704,165,665,419,355,300,772,185,681,740,487,544,790,243,660,448,655,125,147,841,569,875,687,289,422,433,534,887,779,881,807,846,795,563,390,814,200,77,600,587,798,446,469,40,606,279,464,973,987,589,738,551,930,644,553,816,153,770,94,133,943,532,25 diff --git a/data_analytics/L3/tests/contains_test_sc/data/points.csv b/data_analytics/L3/tests/contains_test_sc/data/points.csv deleted file mode 100644 index 9ba5ffff73..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/data/points.csv +++ /dev/null @@ -1,1001 +0,0 @@ -VendorID,tpep_pickup_datetime,tpep_dropoff_datetime,passenger_count,trip_distance,pickup_longitude,pickup_latitude,RatecodeID,store_and_fwd_flag,dropoff_longitude,dropoff_latitude,payment_type,fare_amount,extra,mta_tax,tip_amount,tolls_amount,improvement_surcharge,total_amount -2,2016-01-01 00:00:00,2016-01-01 00:00:00,2,1.10,-73.990371704101563,40.734695434570313,1,N,-73.981842041015625,40.732406616210937,2,7.5,0.5,0.5,0,0,0.3,8.8 -2,2016-01-01 00:00:00,2016-01-01 00:00:00,5,4.90,-73.980781555175781,40.729911804199219,1,N,-73.944473266601563,40.716678619384766,1,18,0.5,0.5,0,0,0.3,19.3 -2,2016-01-01 00:00:00,2016-01-01 00:00:00,1,10.54,-73.984550476074219,40.6795654296875,1,N,-73.950271606445313,40.788925170898438,1,33,0.5,0.5,0,0,0.3,34.3 -2,2016-01-01 00:00:00,2016-01-01 00:00:00,1,4.75,-73.99346923828125,40.718990325927734,1,N,-73.962242126464844,40.657333374023437,2,16.5,0,0.5,0,0,0.3,17.3 -2,2016-01-01 00:00:00,2016-01-01 00:00:00,3,1.76,-73.960624694824219,40.781330108642578,1,N,-73.977264404296875,40.758514404296875,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-01 00:00:00,2016-01-01 00:18:30,2,5.52,-73.980117797851563,40.743049621582031,1,N,-73.913490295410156,40.763141632080078,2,19,0.5,0.5,0,0,0.3,20.3 -2,2016-01-01 00:00:00,2016-01-01 00:26:45,2,7.45,-73.994056701660156,40.719989776611328,1,N,-73.966361999511719,40.789871215820313,2,26,0.5,0.5,0,0,0.3,27.3 -1,2016-01-01 00:00:01,2016-01-01 00:11:55,1,1.20,-73.979423522949219,40.744613647460938,1,N,-73.992034912109375,40.753944396972656,2,9,0.5,0.5,0,0,0.3,10.3 -1,2016-01-01 00:00:02,2016-01-01 00:11:14,1,6.00,-73.947151184082031,40.791046142578125,1,N,-73.920768737792969,40.865577697753906,2,18,0.5,0.5,0,0,0.3,19.3 -2,2016-01-01 00:00:02,2016-01-01 00:11:08,1,3.21,-73.998344421386719,40.723896026611328,1,N,-73.995849609375,40.688400268554688,2,11.5,0.5,0.5,0,0,0.3,12.8 -2,2016-01-01 00:00:03,2016-01-01 00:06:19,1,.79,-74.006149291992188,40.744918823242188,1,N,-73.993797302246094,40.741439819335938,2,6,0.5,0.5,0,0,0.3,7.3 -2,2016-01-01 00:00:03,2016-01-01 00:15:49,6,2.43,-73.969329833984375,40.763538360595703,1,N,-73.995689392089844,40.744251251220703,1,12,0.5,0.5,3.99,0,0.3,17.29 -2,2016-01-01 00:00:03,2016-01-01 00:00:11,4,.01,-73.989021301269531,40.721538543701172,1,N,-73.988960266113281,40.721698760986328,2,2.5,0.5,0.5,0,0,0.3,3.8 -1,2016-01-01 00:00:04,2016-01-01 00:14:32,1,3.70,-74.004302978515625,40.742240905761719,1,N,-74.007362365722656,40.706935882568359,1,14,0.5,0.5,3.05,0,0.3,18.35 -1,2016-01-01 00:00:05,2016-01-01 00:14:27,2,2.20,-73.991996765136719,40.718578338623047,1,N,-74.005134582519531,40.739944458007813,1,11,0.5,0.5,1.5,0,0.3,13.8 -2,2016-01-01 00:00:05,2016-01-01 00:07:17,1,.54,-73.985160827636719,40.768951416015625,1,N,-73.990226745605469,40.761730194091797,2,6,0.5,0.5,0,0,0.3,7.3 -2,2016-01-01 00:00:05,2016-01-01 00:07:14,1,1.92,-73.973091125488281,40.795360565185547,1,N,-73.978370666503906,40.773151397705078,2,7.5,0.5,0.5,0,0,0.3,8.8 -1,2016-01-01 00:00:06,2016-01-01 00:04:44,1,1.70,-73.982101440429688,40.774696350097656,1,Y,-73.970939636230469,40.796707153320313,1,7,0.5,0.5,1.65,0,0.3,9.95 -2,2016-01-01 00:00:06,2016-01-01 00:07:14,1,1.38,-73.994842529296875,40.718498229980469,1,N,-73.98980712890625,40.734230041503906,1,7,0.5,0.5,1.66,0,0.3,9.96 -1,2016-01-01 00:00:07,2016-01-01 00:20:35,2,4.90,-73.953033447265625,40.672115325927734,1,N,-73.986572265625,40.710594177246094,1,19,0.5,0.5,4.06,0,0.3,24.36 -1,2016-01-01 00:00:07,2016-01-01 00:09:49,1,1.80,-73.989166259765625,40.726589202880859,1,N,-74.009483337402344,40.715072631835938,2,9,0.5,0.5,0,0,0.3,10.3 -2,2016-01-01 00:00:08,2016-01-01 00:18:51,1,3.09,-73.999069213867188,40.720172882080078,1,N,-73.973388671875,40.756561279296875,2,14.5,0.5,0.5,0,0,0.3,15.8 -2,2016-01-01 00:00:08,2016-01-01 00:04:37,1,.72,-73.997138977050781,40.747219085693359,1,N,-74.004486083984375,40.751796722412109,2,5,0.5,0.5,0,0,0.3,6.3 -2,2016-01-01 00:00:08,2016-01-01 00:03:24,1,.69,-73.997413635253906,40.736675262451172,1,N,-73.985664367675781,40.732681274414063,2,4.5,0.5,0.5,0,0,0.3,5.8 -1,2016-01-01 00:00:09,2016-01-01 00:19:03,3,5.30,-73.99713134765625,40.736961364746094,1,N,-73.928421020507813,40.755580902099609,1,18,0.5,0.5,3.85,0,0.3,23.15 -1,2016-01-01 00:00:09,2016-01-01 00:07:18,2,1.20,-73.963912963867188,40.712173461914062,1,N,-73.951332092285156,40.712200164794922,2,7,0.5,0.5,0,0,0.3,8.3 -2,2016-01-01 00:00:10,2016-01-01 00:06:15,2,.97,-73.999397277832031,40.743900299072266,1,N,-73.988876342773438,40.745319366455078,2,6,0.5,0.5,0,0,0.3,7.3 -2,2016-01-01 00:00:10,2016-01-01 00:02:20,1,.87,-73.95440673828125,40.778068542480469,1,N,-73.948928833007813,40.788581848144531,2,4.5,0.5,0.5,0,0,0.3,5.8 -2,2016-01-01 00:00:12,2016-01-01 00:01:17,1,.13,-73.991653442382813,40.754558563232422,1,N,-73.9906005859375,40.756118774414063,2,3,0.5,0.5,0,0,0.3,4.3 -1,2016-01-01 00:00:14,2016-01-01 00:13:02,1,2.40,-73.995597839355469,40.744239807128906,1,N,-73.985458374023438,40.768711090087891,1,11,0.5,0.5,3.05,0,0.3,15.35 -2,2016-01-01 00:00:14,2016-01-01 00:02:38,2,.44,-73.990272521972656,40.772010803222656,1,N,-73.995040893554687,40.769771575927734,1,4,0.5,0.5,1.06,0,0.3,6.36 -2,2016-01-01 00:00:15,2016-01-01 00:06:31,1,1.56,-73.940109252929687,40.751152038574219,1,N,-73.930023193359375,40.767051696777344,2,7.5,0.5,0.5,0,0,0.3,8.8 -1,2016-01-01 00:00:16,2016-01-01 00:33:00,2,2.90,-73.982154846191406,40.774879455566406,1,N,-73.981361389160156,40.744113922119141,2,20.5,0.5,0.5,0,0,0.3,21.8 -1,2016-01-01 00:00:17,2016-01-01 00:19:14,1,1.20,-74.008064270019531,40.742069244384766,1,N,-74.002288818359375,40.742164611816406,3,12.5,0.5,0.5,0,0,0.3,13.8 -1,2016-01-01 00:00:17,2016-01-01 00:13:59,1,1.50,-74.002677917480469,40.730636596679688,1,N,-73.980422973632813,40.726211547851563,1,10,0.5,0.5,3.35,0,0.3,14.65 -2,2016-01-01 00:00:17,2016-01-01 00:42:23,1,2.32,-73.981658935546875,40.773738861083984,1,N,-73.995964050292969,40.753837585449219,2,19,0.5,0.5,0,0,0.3,20.3 -2,2016-01-01 00:00:17,2016-01-01 00:14:26,5,9.63,-73.981742858886719,40.719158172607422,1,N,-73.938827514648438,40.829181671142578,1,27,0.5,0.5,8.49,0,0.3,36.79 -2,2016-01-01 00:00:18,2016-01-01 00:05:44,5,1.17,-73.963058471679688,40.775016784667969,1,N,-73.951744079589844,40.778800964355469,2,6,0.5,0.5,0,0,0.3,7.3 -1,2016-01-01 00:00:19,2016-01-01 00:19:33,1,3.40,0,0,1,N,0,0,2,14.5,0.5,0.5,0,0,0.3,15.8 -2,2016-01-01 00:00:19,2016-01-01 00:06:31,3,1.32,-73.961257934570313,40.796199798583984,1,N,-73.950050354003906,40.787311553955078,2,6.5,0.5,0.5,0,0,0.3,7.8 -1,2016-01-01 00:00:20,2016-01-01 00:29:05,1,13.00,-73.98223876953125,40.757701873779297,1,N,-73.909309387207031,40.862049102783203,2,36.5,0.5,0.5,0,0,0.3,37.8 -1,2016-01-01 00:00:21,2016-01-01 00:17:30,1,.70,-73.894126892089844,40.636573791503906,1,Y,-73.892501831054687,40.634834289550781,2,11,0.5,0.5,0,0,0.3,12.3 -1,2016-01-01 00:00:21,2016-01-01 00:32:09,1,5.40,-73.946418762207031,40.789138793945313,1,N,-73.915901184082031,40.851547241210937,2,24.5,0.5,0.5,0,0,0.3,25.8 -2,2016-01-01 00:00:22,2016-01-01 00:12:12,1,3.30,-73.975677490234375,40.749099731445313,1,N,-73.973648071289063,40.78369140625,1,12,0.5,0.5,2.66,0,0.3,15.96 -2,2016-01-01 00:00:22,2016-01-01 00:13:37,6,2.94,-73.949691772460938,40.784618377685547,1,N,-73.971031188964844,40.751018524169922,2,12,0.5,0.5,0,0,0.3,13.3 -2,2016-01-01 00:00:22,2016-01-01 00:13:58,2,5.23,-73.981849670410156,40.716880798339844,1,N,-73.969329833984375,40.769378662109375,2,17.5,0.5,0.5,0,0,0.3,18.8 -1,2016-01-01 00:00:26,2016-01-01 00:07:41,1,1.30,-73.96588134765625,40.688564300537109,1,N,-73.962692260742187,40.671928405761719,1,7.5,0.5,0.5,1.75,0,0.3,10.55 -1,2016-01-01 00:00:27,2016-01-01 00:17:41,1,4.70,-73.995864868164063,40.767772674560547,1,N,-74.009605407714844,40.709926605224609,1,17,0.5,0.5,2,0,0.3,20.3 -2,2016-01-01 00:00:27,2016-01-01 00:08:40,1,.83,-73.978767395019531,40.745105743408203,1,N,-73.992210388183594,40.749309539794922,2,7,0.5,0.5,0,0,0.3,8.3 -1,2016-01-01 00:00:28,2016-01-01 00:22:51,1,15.40,-73.97650146484375,40.733562469482422,1,N,-73.854263305664062,40.891788482666016,1,41.5,0.5,0.5,8.55,0,0.3,51.35 -2,2016-01-01 00:00:29,2016-01-01 00:08:45,3,1.64,-73.969375610351562,40.785236358642578,1,N,-73.945564270019531,40.777980804443359,1,8.5,0.5,0.5,0,0,0.3,9.8 -1,2016-01-01 00:00:30,2016-01-01 00:15:47,1,5.10,-73.990585327148438,40.745880126953125,1,N,-73.969886779785156,40.801265716552734,1,17.5,0.5,0.5,2.82,0,0.3,21.62 -2,2016-01-01 00:00:30,2016-01-01 00:18:25,1,1.10,-73.974342346191406,40.756660461425781,1,N,-73.981483459472656,40.753715515136719,2,11.5,0.5,0.5,0,0,0.3,12.8 -2,2016-01-01 00:00:30,2016-01-01 00:03:06,1,.35,-73.992347717285156,40.743438720703125,1,N,-73.996421813964844,40.746063232421875,1,4,0.5,0.5,1.59,0,0.3,6.89 -1,2016-01-01 00:00:31,2016-01-01 00:03:57,1,1.30,-73.933525085449219,40.802928924560547,1,N,-73.945671081542969,40.785984039306641,2,5.5,0.5,0.5,0,0,0.3,6.8 -2,2016-01-01 00:00:32,2016-01-01 00:27:02,5,7.25,-73.972953796386719,40.755718231201172,1,N,-73.978813171386719,40.684551239013672,2,26,0.5,0.5,0,0,0.3,27.3 -2,2016-01-01 00:00:32,2016-01-01 00:13:20,5,3.60,-73.9969482421875,40.720500946044922,1,N,-73.958183288574219,40.721790313720703,1,13.5,0.5,0.5,2.96,0,0.3,17.76 -2,2016-01-01 00:00:32,2016-01-01 00:09:37,6,.32,-73.993759155273438,40.751621246337891,1,N,-73.990867614746094,40.756088256835937,1,7,0.5,0.5,0,0,0.3,8.3 -1,2016-01-01 00:00:34,2016-01-01 00:10:36,1,3.70,-73.978317260742188,40.763179779052734,1,N,-73.921607971191406,40.741374969482422,1,13,0.5,0.5,5.7,0,0.3,20 -2,2016-01-01 00:00:36,2016-01-01 00:10:02,1,1.61,-73.963752746582031,40.771160125732422,1,N,-73.975601196289063,40.752738952636719,2,8.5,0.5,0.5,0,0,0.3,9.8 -1,2016-01-01 00:00:37,2016-01-01 00:06:01,1,1.20,-73.976020812988281,40.744560241699219,1,N,-73.96649169921875,40.753662109375,1,6.5,0.5,0.5,2.3,0,0.3,10.1 -1,2016-01-01 00:00:38,2016-01-01 00:17:25,1,8.80,-73.976791381835938,40.733699798583984,1,N,-73.892143249511719,40.750724792480469,1,26,0.5,0.5,5.45,0,0.3,32.75 -2,2016-01-01 00:00:38,2016-01-01 00:34:04,1,14.04,-73.984283447265625,40.748058319091797,1,N,-73.992088317871094,40.609176635742187,2,42,0.5,0.5,0,0,0.3,43.3 -1,2016-01-01 00:00:39,2016-01-01 00:08:41,1,2.20,-73.969871520996094,40.768508911132813,1,N,-73.949348449707031,40.787765502929688,2,9,0.5,0.5,0,0,0.3,10.3 -1,2016-01-01 00:00:40,2016-01-01 00:14:03,1,4.30,-73.966178894042969,40.762222290039063,1,N,-73.897758483886719,40.743141174316406,2,15.5,0.5,0.5,0,0,0.3,16.8 -1,2016-01-01 00:00:40,2016-01-01 00:11:05,2,1.30,-74.004379272460937,40.742252349853516,1,N,-73.984222412109375,40.738197326660156,1,8.5,0.5,0.5,1,0,0.3,10.8 -2,2016-01-01 00:00:40,2016-01-01 00:07:33,1,1.03,-73.9913330078125,40.723892211914063,1,N,-73.983688354492187,40.721515655517578,2,6.5,0.5,0.5,0,0,0.3,7.8 -2,2016-01-01 00:00:41,2016-01-01 00:00:46,5,.00,0,0,3,N,0,0,2,20,0.5,0,0,0,0.3,20.8 -2,2016-01-01 00:00:44,2016-01-01 00:05:15,1,1.10,-73.974159240722656,40.795730590820313,1,N,-73.962516784667969,40.804931640625,1,6,0.5,0.5,1,0,0.3,8.3 -2,2016-01-01 00:00:45,2016-01-01 00:09:17,6,1.85,-73.99420166015625,40.726470947265625,1,N,-74.014747619628906,40.716201782226563,2,8.5,0.5,0.5,0,0,0.3,9.8 -2,2016-01-01 00:00:47,2016-01-01 00:12:38,1,1.43,-73.989639282226563,40.734397888183594,1,N,-73.978790283203125,40.724113464355469,2,7.5,0.5,0.5,0,0,0.3,8.8 -2,2016-01-01 00:00:47,2016-01-01 00:18:25,1,4.93,-74.001480102539063,40.727439880371094,1,N,-73.956451416015625,40.768150329589844,1,17.5,0.5,0.5,3.76,0,0.3,22.56 -1,2016-01-01 00:00:48,2016-01-01 00:03:38,1,.80,-73.979156494140625,40.740509033203125,1,N,-73.988525390625,40.734645843505859,1,4.5,0.5,0.5,1.45,0,0.3,7.25 -1,2016-01-01 00:00:49,2016-01-01 00:13:15,2,8.70,-73.953926086425781,40.766944885253906,1,N,-73.924461364746094,40.861392974853516,1,25,0.5,0.5,0,0,0.3,26.3 -2,2016-01-01 00:00:49,2016-01-01 00:09:01,1,1.22,-73.982139587402344,40.771686553955078,1,N,-73.974456787109375,40.762485504150391,2,7.5,0.5,0.5,0,0,0.3,8.8 -2,2016-01-01 00:00:50,2016-01-01 00:19:47,2,11.87,-73.78082275390625,40.645183563232422,1,N,-73.890846252441406,40.743007659912109,1,33,0.5,0.5,8.58,0,0.3,42.88 -2,2016-01-01 00:00:50,2016-01-01 00:06:29,6,.72,-73.997398376464844,40.720748901367188,1,N,-73.999183654785156,40.7279052734375,1,5.5,0.5,0.5,1.36,0,0.3,8.16 -1,2016-01-01 00:00:52,2016-01-01 00:29:50,2,3.10,-73.984046936035156,40.755279541015625,1,N,-73.995147705078125,40.720634460449219,1,19.5,0.5,0.5,4.15,0,0.3,24.95 -1,2016-01-01 00:00:52,2016-01-01 00:08:00,3,1.80,-73.983871459960937,40.742408752441406,1,N,-74.002365112304687,40.726348876953125,2,8,0.5,0.5,0,0,0.3,9.3 -2,2016-01-01 00:00:52,2016-01-01 00:11:18,1,2.50,-73.995750427246094,40.744091033935547,1,N,-74.009750366210937,40.712760925292969,2,10.5,0.5,0.5,0,0,0.3,11.8 -1,2016-01-01 00:00:53,2016-01-01 00:22:27,1,4.90,-73.985084533691406,40.747165679931641,1,N,-73.958038330078125,40.717491149902344,1,19,0.5,0.5,1.7,0,0.3,22 -2,2016-01-01 00:00:54,2016-01-01 00:08:43,1,1.53,-73.971000671386719,40.797641754150391,1,N,-73.953697204589844,40.785129547119141,1,8,0.5,0.5,1.86,0,0.3,11.16 -1,2016-01-01 00:00:55,2016-01-01 00:17:14,1,1.10,-73.984153747558594,40.764858245849609,1,N,-73.97802734375,40.762935638427734,2,11,0.5,0.5,0,0,0.3,12.3 -2,2016-01-01 00:00:55,2016-01-01 00:28:34,4,15.64,-73.787139892578125,40.644050598144531,1,N,-73.94842529296875,40.730735778808594,2,44,0.5,0.5,0,0,0.3,45.3 -1,2016-01-01 00:00:56,2016-01-01 00:17:24,1,5.70,-73.987724304199219,40.750568389892578,1,N,-74.035568237304688,40.713573455810547,1,18,0.5,0.5,8,10.5,0.3,37.8 -2,2016-01-01 00:00:57,2016-01-01 00:10:48,6,2.56,-73.979652404785156,40.776119232177734,1,N,-73.964683532714844,40.806755065917969,1,10.5,0.5,0.5,2.36,0,0.3,14.16 -2,2016-01-01 00:01:00,2016-01-01 00:18:06,3,15.25,-73.781806945800781,40.644863128662109,1,N,-73.937973022460938,40.726325988769531,1,40.5,0.5,0.5,0,0,0.3,41.8 -2,2016-01-01 00:01:01,2016-01-01 00:07:49,5,1.65,-73.965278625488281,40.801040649414063,1,N,-73.947479248046875,40.815170288085937,2,7.5,0.5,0.5,0,0,0.3,8.8 -2,2016-01-01 00:01:01,2016-01-01 00:13:08,6,7.85,-73.979629516601563,40.743255615234375,1,N,-73.911872863769531,40.764629364013672,1,22.5,0.5,0.5,5.87,5.54,0.3,35.21 -2,2016-01-01 00:01:03,2016-01-01 00:20:29,2,1.28,-73.984420776367188,40.767238616943359,1,N,-73.978599548339844,40.754261016845703,2,11.5,0.5,0.5,0,0,0.3,12.8 -2,2016-01-01 00:01:06,2016-01-01 00:26:34,1,3.18,-74.010993957519531,40.708873748779297,1,N,-73.988052368164063,40.749320983886719,2,17,0.5,0.5,0,0,0.3,18.3 -2,2016-01-01 00:01:06,2016-01-01 00:04:38,1,.56,-73.980743408203125,40.746910095214844,1,N,-73.990867614746094,40.75115966796875,2,4.5,0.5,0.5,0,0,0.3,5.8 -2,2016-01-01 00:01:07,2016-01-01 00:05:04,2,.94,-73.991973876953125,40.726478576660156,1,N,-74.003082275390625,40.722049713134766,2,5,0.5,0.5,0,0,0.3,6.3 -1,2016-01-01 00:01:08,2016-01-01 00:19:36,1,3.20,-74.00213623046875,40.760639190673828,1,N,-73.972892761230469,40.743450164794922,1,14.5,0.5,0.5,3.15,0,0.3,18.95 -1,2016-01-01 00:01:08,2016-01-01 00:17:13,1,2.70,-73.994972229003906,40.760234832763672,1,N,-74.00152587890625,40.735855102539063,1,13,0.5,0.5,4.25,0,0.3,18.55 -1,2016-01-01 00:01:08,2016-01-01 00:23:22,1,5.00,-74.002265930175781,40.730369567871094,1,N,-73.951683044433594,40.77349853515625,1,19.5,0.5,0.5,4.5,0,0.3,25.3 -1,2016-01-01 00:01:09,2016-01-01 00:06:37,2,1.60,-73.980827331542969,40.779640197753906,1,N,-73.971412658691406,40.798587799072266,1,6.5,0.5,0.5,1.55,0,0.3,9.35 -2,2016-01-01 00:01:09,2016-01-01 00:05:23,1,.58,-73.998077392578125,40.737968444824219,1,N,-74.004127502441406,40.742790222167969,1,5,0.5,0.5,1.26,0,0.3,7.56 -1,2016-01-01 00:01:10,2016-01-01 00:36:55,2,6.00,-73.999443054199219,40.729835510253906,1,N,-73.964179992675781,40.803153991699219,1,25.5,0.5,0.5,5.36,0,0.3,32.16 -2,2016-01-01 00:01:10,2016-01-01 00:08:00,5,2.51,-73.932708740234375,40.752861022949219,1,N,-73.963615417480469,40.757640838623047,2,9.5,0.5,0.5,0,0,0.3,10.8 -2,2016-01-01 00:01:10,2016-01-01 00:24:39,4,1.24,-73.981689453125,40.768390655517578,1,N,-73.979751586914063,40.755538940429688,2,14.5,0.5,0.5,0,0,0.3,15.8 -1,2016-01-01 00:01:11,2016-01-01 00:08:06,1,1.50,-74.003486633300781,40.741569519042969,1,N,-74.002357482910156,40.726341247558594,1,7.5,0.5,0.5,2.2,0,0.3,11 -1,2016-01-01 00:01:11,2016-01-01 00:07:04,2,1.40,-73.977943420410156,40.783676147460938,1,N,-73.955589294433594,40.773441314697266,1,7,0.5,0.5,2.45,0,0.3,10.75 -2,2016-01-01 00:01:11,2016-01-01 00:11:15,1,1.89,-73.992568969726563,40.739616394042969,1,N,-73.995315551757812,40.721817016601563,2,9,0.5,0.5,0,0,0.3,10.3 -2,2016-01-01 00:01:12,2016-01-01 00:18:49,1,2.15,-73.977760314941406,40.752281188964844,1,N,-73.956825256347656,40.768070220947266,1,13,0.5,0.5,2.86,0,0.3,17.16 -1,2016-01-01 00:01:13,2016-01-01 00:22:09,1,2.50,-73.994255065917969,40.73199462890625,1,N,-73.9786376953125,40.751388549804688,2,14.5,0.5,0.5,0,0,0.3,15.8 -2,2016-01-01 00:01:13,2016-01-01 00:09:57,5,1.89,-73.985160827636719,40.744529724121094,1,N,-73.965461730957031,40.762851715087891,1,8.5,0.5,0.5,1,0,0.3,10.8 -1,2016-01-01 00:01:14,2016-01-01 00:05:54,1,.60,-73.982292175292969,40.751331329345703,1,N,-73.991340637207031,40.750339508056641,1,5,0.5,0.5,0,0,0.3,6.3 -1,2016-01-01 00:01:14,2016-01-01 00:38:19,1,24.00,-73.992301940917969,40.749290466308594,5,N,-74.320327758789063,40.720523834228516,1,140,0,0,30.95,14.5,0.3,185.75 -2,2016-01-01 00:01:14,2016-01-01 00:09:01,1,2.34,-73.934318542480469,40.751483917236328,1,N,-73.972511291503906,40.764915466308594,2,9.5,0.5,0.5,0,0,0.3,10.8 -2,2016-01-01 00:01:14,2016-01-01 00:31:34,1,13.64,-73.78192138671875,40.644760131835938,1,N,-73.979248046875,40.661869049072266,2,39,0.5,0.5,0,0,0.3,40.3 -2,2016-01-01 00:01:15,2016-01-01 00:34:37,5,3.44,-73.95953369140625,40.782745361328125,1,N,-73.993759155273438,40.745582580566406,2,21.5,0.5,0.5,0,0,0.3,22.8 -2,2016-01-01 00:01:15,2016-01-01 00:13:15,1,7.04,-73.952644348144531,40.776496887207031,1,N,-74.005638122558594,40.709121704101563,1,20.5,0.5,0.5,5.45,0,0.3,27.25 -1,2016-01-01 00:01:16,2016-01-01 00:03:52,1,.20,-73.995613098144531,40.764671325683594,1,N,-73.992149353027344,40.764148712158203,2,3.5,0.5,0.5,0,0,0.3,4.8 -1,2016-01-01 00:01:16,2016-01-01 00:13:16,1,.90,-73.977432250976563,40.758316040039063,1,N,-73.983444213867188,40.766860961914062,2,8.5,0.5,0.5,0,0,0.3,9.8 -1,2016-01-01 00:01:17,2016-01-01 00:11:08,1,2.00,-73.927742004394531,40.697872161865234,1,N,-73.961212158203125,40.698276519775391,1,9.5,0.5,0.5,2.7,0,0.3,13.5 -1,2016-01-01 00:01:19,2016-01-01 00:03:00,1,.30,-73.966590881347656,40.757587432861328,1,N,-73.965774536132813,40.754348754882813,1,3.5,0.5,0.5,1.2,0,0.3,6 -1,2016-01-01 00:01:19,2016-01-01 00:15:00,1,1.80,-73.954742431640625,40.765506744384766,1,N,-73.981918334960938,40.766231536865234,1,10.5,0.5,0.5,0,0,0.3,11.8 -2,2016-01-01 00:01:19,2016-01-01 00:03:12,2,.37,-73.997695922851562,40.737659454345703,1,N,-73.991241455078125,40.734981536865234,2,3.5,0.5,0.5,0,0,0.3,4.8 -1,2016-01-01 00:01:20,2016-01-01 00:07:24,2,1.00,-73.967552185058594,40.756858825683594,1,N,-73.978309631347656,40.748611450195313,1,6,0.5,0.5,1.45,0,0.3,8.75 -1,2016-01-01 00:01:20,2016-01-01 00:14:39,1,5.10,-73.964698791503906,40.796798706054688,1,N,-74.002204895019531,40.749237060546875,2,17,0.5,0.5,0,0,0.3,18.3 -1,2016-01-01 00:01:20,2016-01-01 00:13:36,1,1.80,-73.970108032226563,40.759799957275391,1,N,-73.989356994628906,40.742988586425781,1,9.5,0.5,0.5,2,0,0.3,12.8 -2,2016-01-01 00:01:21,2016-01-01 00:12:57,1,2.25,-74.001899719238281,40.739406585693359,1,N,-73.974868774414063,40.744388580322266,1,10.5,0.5,0.5,2.36,0,0.3,14.16 -2,2016-01-01 00:01:21,2016-01-01 00:06:40,1,.87,-73.955223083496094,40.804378509521484,1,N,-73.963699340820313,40.798000335693359,2,5.5,0.5,0.5,0,0,0.3,6.8 -2,2016-01-01 00:01:21,2016-01-01 00:27:41,6,8.78,-73.996627807617188,40.724601745605469,1,N,-73.869979858398438,40.755290985107422,2,27,0.5,0.5,0,0,0.3,28.3 -1,2016-01-01 00:01:22,2016-01-01 00:10:04,1,1.60,-74.004669189453125,40.715957641601563,1,N,-73.989860534667969,40.734043121337891,2,8,0.5,0.5,0,0,0.3,9.3 -2,2016-01-01 00:01:22,2016-01-01 00:09:25,1,1.67,-73.948280334472656,40.782630920410156,1,N,-73.938461303710938,40.792289733886719,1,8,0.5,0.5,1.86,0,0.3,11.16 -2,2016-01-01 00:01:23,2016-01-01 00:09:22,1,1.11,-73.998611450195313,40.738170623779297,1,N,-73.994590759277344,40.75054931640625,1,7,0.5,0.5,1.66,0,0.3,9.96 -1,2016-01-01 00:01:24,2016-01-01 00:23:19,2,6.50,-73.972267150878906,40.759864807128906,1,N,-73.876602172851562,40.748664855957031,2,22.5,0.5,0.5,0,0,0.3,23.8 -1,2016-01-01 00:01:24,2016-01-01 00:09:52,1,1.90,-73.959747314453125,40.801292419433594,1,N,-73.950645446777344,40.822933197021484,2,9,0.5,0.5,0,0,0.3,10.3 -2,2016-01-01 00:01:24,2016-01-01 00:21:59,1,2.94,-73.979400634765625,40.739768981933594,1,N,-73.999549865722656,40.742519378662109,1,15,0.5,0.5,0,0,0.3,16.3 -2,2016-01-01 00:01:24,2016-01-01 00:05:58,3,1.89,-73.972930908203125,40.752601623535156,1,N,-73.955856323242188,40.776050567626953,1,7.5,0.5,0.5,1,0,0.3,9.8 -1,2016-01-01 00:01:26,2016-01-01 00:10:01,2,.80,-73.979644775390625,40.760196685791016,1,N,-73.974853515625,40.753742218017578,2,7,0.5,0.5,0,0,0.3,8.3 -1,2016-01-01 00:01:26,2016-01-01 00:19:52,1,5.00,-73.995040893554687,40.760448455810547,1,N,-73.938812255859375,40.799385070800781,2,17.5,0.5,0.5,0,0,0.3,18.8 -2,2016-01-01 00:01:26,2016-01-01 00:13:41,1,3.86,-73.976837158203125,40.764591217041016,1,N,-73.9541015625,40.804759979248047,1,13,0.5,0.5,2.86,0,0.3,17.16 -2,2016-01-01 00:01:26,2016-01-01 00:12:40,1,2.70,-74.000953674316406,40.730838775634766,1,N,-74.017234802246094,40.704917907714844,2,11,0.5,0.5,0,0,0.3,12.3 -1,2016-01-01 00:01:27,2016-01-01 00:35:02,1,3.10,-73.974395751953125,40.763877868652344,1,N,-73.999267578125,40.728160858154297,1,21,0.5,0.5,4.45,0,0.3,26.75 -1,2016-01-01 00:01:27,2016-01-01 00:02:33,1,.10,-73.955177307128906,40.773174285888672,1,N,-73.956230163574219,40.772037506103516,3,3,0.5,0.5,0,0,0.3,4.3 -2,2016-01-01 00:01:27,2016-01-01 00:14:34,1,1.40,-73.9898681640625,40.7293701171875,1,N,-73.983924865722656,40.745647430419922,1,9,0.5,0.5,3.09,0,0.3,13.39 -1,2016-01-01 00:01:29,2016-01-01 00:25:53,1,11.20,-73.969612121582031,40.757713317871094,1,N,-73.902236938476562,40.702812194824219,1,32.5,0.5,0.5,0,0,0.3,33.8 -1,2016-01-01 00:01:29,2016-01-01 00:29:40,1,5.60,-74.002418518066406,40.733234405517578,1,N,-73.924583435058594,40.691917419433594,1,22.5,0.5,0.5,4.75,0,0.3,28.55 -2,2016-01-01 00:01:29,2016-01-01 00:10:45,1,1.52,-73.971771240234375,40.759838104248047,1,N,-73.987518310546875,40.748722076416016,1,8,0.5,0.5,2.79,0,0.3,12.09 -2,2016-01-01 00:01:29,2016-01-01 00:05:08,1,.76,-73.941848754882813,40.829483032226563,1,N,-73.938644409179688,40.839866638183594,2,4.5,0.5,0.5,0,0,0.3,5.8 -2,2016-01-01 00:01:29,2016-01-01 00:12:56,5,2.68,-74.010520935058594,40.718410491943359,1,N,-73.991348266601563,40.745208740234375,1,10,0.5,0.5,2,0,0.3,13.3 -2,2016-01-01 00:01:32,2016-01-01 00:25:32,1,2.70,-74.007087707519531,40.719131469726562,1,N,-73.987579345703125,40.749889373779297,1,16,0.5,0.5,1.5,0,0.3,18.8 -1,2016-01-01 00:01:33,2016-01-01 00:14:43,1,4.30,-73.994468688964844,40.718978881835938,1,N,-73.956626892089844,40.674392700195313,1,15,0.5,0.5,3.25,0,0.3,19.55 -2,2016-01-01 00:01:33,2016-01-01 00:13:25,1,6.29,-73.984992980957031,40.773891448974609,1,N,-73.936492919921875,40.847770690917969,2,19.5,0.5,0.5,0,0,0.3,20.8 -2,2016-01-01 00:01:33,2016-01-01 00:05:39,1,1.22,-73.862693786621094,40.768730163574219,1,N,-73.875297546386719,40.770359039306641,1,6,0.5,0.5,0,0,0.3,7.3 -2,2016-01-01 00:01:33,2016-01-01 00:15:16,5,1.49,-73.998031616210938,40.719669342041016,1,N,-73.983909606933594,40.731800079345703,1,10,0.5,0.5,2.26,0,0.3,13.56 -2,2016-01-01 00:01:33,2016-01-01 00:37:20,5,11.55,-73.794479370117187,40.657150268554687,1,N,-73.887382507324219,40.654159545898438,2,36.5,0.5,0.5,0,0,0.3,37.8 -1,2016-01-01 00:01:34,2016-01-01 00:15:38,1,2.90,0,0,1,N,0,0,2,12,0.5,0.5,0,0,0.3,13.3 -2,2016-01-01 00:01:34,2016-01-01 00:18:12,1,2.67,-74.002845764160156,40.731151580810547,1,N,-73.973526000976563,40.748710632324219,1,12.5,0.5,0.5,1.1,0,0.3,14.9 -2,2016-01-01 00:01:34,2016-01-01 00:19:14,1,4.26,-73.978584289550781,40.762580871582031,1,N,-73.963310241699219,40.798713684082031,1,17,0.5,0.5,3.66,0,0.3,21.96 -1,2016-01-01 00:01:35,2016-01-01 00:09:13,1,1.30,-73.995773315429688,40.759323120117188,1,N,-73.994873046875,40.750301361083984,2,7.5,0.5,0.5,0,0,0.3,8.8 -1,2016-01-01 00:01:35,2016-01-01 00:08:48,1,1.30,-74.005050659179687,40.739955902099609,1,N,-73.989837646484375,40.729434967041016,2,7,0.5,0.5,0,0,0.3,8.3 -2,2016-01-01 00:01:35,2016-01-01 00:08:11,3,1.18,-73.998970031738281,40.734600067138672,1,N,-73.983680725097656,40.725776672363281,2,6.5,0.5,0.5,0,0,0.3,7.8 -2,2016-01-01 00:01:36,2016-01-01 00:20:36,1,3.55,0,0,1,N,0,0,1,15.5,0.5,0.5,3.36,0,0.3,20.16 -2,2016-01-01 00:01:37,2016-01-01 00:26:40,2,4.59,-73.973670959472656,40.784519195556641,1,N,-73.988189697265625,40.731971740722656,2,19,0.5,0.5,0,0,0.3,20.3 -2,2016-01-01 00:01:37,2016-01-01 00:25:25,2,1.53,0,0,1,N,0,0,2,15,0.5,0.5,0,0,0.3,16.3 -2,2016-01-01 00:01:37,2016-01-01 00:03:31,1,.20,-73.973335266113281,40.764072418212891,1,N,-73.974853515625,40.761734008789063,2,3.5,0.5,0.5,0,0,0.3,4.8 -1,2016-01-01 00:01:38,2016-01-01 00:35:31,1,10.10,-73.978492736816406,40.762176513671875,1,N,-73.961082458496094,40.667453765869141,2,33,0.5,0.5,0,0,0.3,34.3 -1,2016-01-01 00:01:38,2016-01-01 00:06:22,1,.70,-73.997833251953125,40.744915008544922,1,N,-73.992012023925781,40.738502502441406,1,5.5,0.5,0.5,1.2,0,0.3,8 -1,2016-01-01 00:01:38,2016-01-01 00:08:32,1,.90,-73.955589294433594,40.764049530029297,1,N,-73.967979431152344,40.762413024902344,2,6.5,0.5,0.5,0,0,0.3,7.8 -1,2016-01-01 00:01:38,2016-01-01 00:45:57,1,7.80,-73.988357543945313,40.720142364501953,1,N,-73.968849182128906,40.790580749511719,1,32.5,0.5,0.5,6.76,0,0.3,40.56 -1,2016-01-01 00:01:38,2016-01-01 00:06:34,1,1.20,-73.99267578125,40.720390319824219,1,N,-74.003372192382813,40.708168029785156,1,6,0.5,0.5,1.45,0,0.3,8.75 -1,2016-01-01 00:01:39,2016-01-01 00:20:55,2,6.20,-74.014839172363281,40.714607238769531,1,N,-73.987525939941406,40.745502471923828,1,21,0.5,0.5,5.55,0,0.3,27.85 -1,2016-01-01 00:01:39,2016-01-01 00:17:04,1,4.00,-73.944168090820313,40.788074493408203,1,N,-73.985527038574219,40.747257232666016,1,14.5,0.5,0.5,1,0,0.3,16.8 -1,2016-01-01 00:01:39,2016-01-01 00:12:30,1,3.30,-73.978569030761719,40.729572296142578,1,N,-73.9554443359375,40.768348693847656,2,12.5,0.5,0.5,0,0,0.3,13.8 -2,2016-01-01 00:01:39,2016-01-01 00:05:47,1,.71,-73.999031066894531,40.734218597412109,1,N,-73.999221801757812,40.729026794433594,2,5,0.5,0.5,0,0,0.3,6.3 -1,2016-01-01 00:01:40,2016-01-01 00:16:59,1,5.70,-73.959922790527344,40.773502349853516,1,N,-73.888465881347656,40.816562652587891,2,18.5,0.5,0.5,0,0,0.3,19.8 -1,2016-01-01 00:01:40,2016-01-01 00:24:33,2,3.60,-73.993942260742188,40.7567138671875,1,N,-74.003631591796875,40.751472473144531,2,16,0.5,0.5,0,0,0.3,17.3 -1,2016-01-01 00:01:41,2016-01-01 00:07:46,1,.90,-74.002578735351563,40.739639282226562,1,N,-74.002197265625,40.745220184326172,2,6,0.5,0.5,0,0,0.3,7.3 -1,2016-01-01 00:01:41,2016-01-01 00:34:07,3,9.60,-73.99676513671875,40.742439270019531,1,N,-73.941566467285156,40.851390838623047,1,32,0.5,0.5,5,0,0.3,38.3 -2,2016-01-01 00:01:41,2016-01-01 00:08:17,1,1.33,-73.976448059082031,40.758377075195312,1,N,-73.976432800292969,40.745105743408203,2,7,0.5,0.5,0,0,0.3,8.3 -2,2016-01-01 00:01:41,2016-01-01 00:08:50,1,1.18,-74.004280090332031,40.721820831298828,1,N,-73.999076843261719,40.734031677246094,2,6.5,0.5,0.5,0,0,0.3,7.8 -1,2016-01-01 00:01:42,2016-01-01 00:16:39,1,6.90,-73.97149658203125,40.756011962890625,1,N,-74.0155029296875,40.7178955078125,1,21.5,0.5,0.5,4.56,0,0.3,27.36 -2,2016-01-29 09:18:19,2016-01-29 09:28:56,1,1.78,-73.949546813964844,40.771762847900391,1,N,-73.963699340820313,40.757251739501953,1,9,0,0.5,2.45,0,0.3,12.25 -1,2016-01-29 09:18:20,2016-01-29 10:20:27,1,7.50,-73.9739990234375,40.742992401123047,1,N,-73.954803466796875,40.692562103271484,2,41,0,0.5,0,0,0.3,41.8 -1,2016-01-29 09:18:20,2016-01-29 09:29:27,1,1.40,-73.987266540527344,40.74432373046875,1,N,-73.979766845703125,40.760555267333984,1,9,0,0.5,1,0,0.3,10.8 -1,2016-01-29 09:18:20,2016-01-29 09:21:35,1,.50,-73.942710876464844,40.794361114501953,1,N,-73.935356140136719,40.796188354492187,2,4.5,0,0.5,0,0,0.3,5.3 -1,2016-01-29 09:18:20,2016-01-29 09:30:41,1,1.00,-74.008773803710937,40.713890075683594,1,N,-73.99676513671875,40.723995208740234,1,9,0,0.5,1,0,0.3,10.8 -1,2016-01-29 09:18:20,2016-01-29 09:23:43,1,.60,-73.997711181640625,40.724002838134766,1,N,-74.005271911621094,40.719131469726562,1,5,0,0.5,1,0,0.3,6.8 -1,2016-01-29 09:18:21,2016-01-29 09:39:13,1,2.70,-73.9652099609375,40.791206359863281,1,N,-73.975845336914063,40.760135650634766,1,15,0,0.5,3.15,0,0.3,18.95 -1,2016-01-29 09:18:21,2016-01-29 09:33:55,1,2.60,-73.982025146484375,40.772476196289063,1,N,-73.954948425292969,40.783359527587891,2,12.5,0,0.5,0,0,0.3,13.3 -1,2016-01-29 09:18:21,2016-01-29 09:27:59,1,1.20,-73.996589660644531,40.742809295654297,1,N,-73.989616394042969,40.757415771484375,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:18:21,2016-01-29 09:28:16,5,1.23,-74.015983581542969,40.715091705322266,1,N,-74.001075744628906,40.721012115478516,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:18:21,2016-01-29 09:23:18,1,.69,-73.975120544433594,40.75225830078125,1,N,-73.983833312988281,40.747150421142578,2,5,0,0.5,0,0,0.3,5.8 -2,2016-01-29 09:18:21,2016-01-29 09:27:30,1,1.61,-73.955718994140625,40.768203735351562,1,N,-73.972061157226562,40.781772613525391,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:18:21,2016-01-29 09:19:57,1,.29,-73.971885681152344,40.781833648681641,1,N,-73.969383239746094,40.785346984863281,1,3.5,0,0.5,1.29,0,0.3,5.59 -2,2016-01-29 09:18:21,2016-01-29 09:54:39,1,4.89,-74.005928039550781,40.745220184326172,1,N,-73.964263916015625,40.807376861572266,1,24.5,0,0.5,1.1,0,0.3,26.4 -2,2016-01-29 09:18:21,2016-01-29 09:40:52,2,7.33,-73.997886657714844,40.682857513427734,1,N,-73.972236633300781,40.749797821044922,1,23.5,0,0.5,6.08,0,0.3,30.38 -1,2016-01-29 09:18:22,2016-01-29 09:25:05,1,.90,-73.996261596679687,40.738037109375,1,N,-73.990272521972656,40.731681823730469,1,6,0,0.5,1,0,0.3,7.8 -1,2016-01-29 09:18:22,2016-01-29 09:28:43,1,.80,-73.991203308105469,40.749736785888672,1,N,-73.989494323730469,40.739948272705078,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:18:22,2016-01-29 09:28:10,1,1.20,-73.957862854003906,40.765365600585938,1,N,-73.97076416015625,40.757892608642578,2,8,0,0.5,0,0,0.3,8.8 -1,2016-01-29 09:18:22,2016-01-29 09:25:30,1,.90,0,0,1,N,0,0,1,6.5,0,0.5,1.45,0,0.3,8.75 -2,2016-01-29 09:18:22,2016-01-29 09:27:28,1,2.60,-74.010635375976563,40.717437744140625,1,N,-74.007949829101563,40.751300811767578,1,10.5,0,0.5,2,0,0.3,13.3 -2,2016-01-29 09:18:22,2016-01-29 09:29:24,6,1.10,-73.967247009277344,40.760688781738281,1,N,-73.980751037597656,40.767665863037109,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:18:22,2016-01-29 09:32:34,1,2.96,-73.977798461914063,40.73419189453125,1,N,-74.001014709472656,40.724208831787109,1,13,0,0.5,2,0,0.3,15.8 -2,2016-01-29 09:18:22,2016-01-29 09:35:21,5,1.40,-73.979217529296875,40.784881591796875,1,N,-73.981887817382812,40.765708923339844,1,11.5,0,0.5,2,0,0.3,14.3 -1,2016-01-29 09:18:23,2016-01-29 09:33:03,1,1.50,-73.980644226074219,40.782444000244141,1,N,-73.983810424804688,40.761360168457031,1,10.5,0,0.5,2.5,0,0.3,13.8 -1,2016-01-29 09:18:23,2016-01-29 09:23:47,1,.60,-73.984260559082031,40.754833221435547,1,N,-73.976951599121094,40.758533477783203,1,5.5,0,0.5,1.25,0,0.3,7.55 -1,2016-01-29 09:18:23,2016-01-29 09:32:05,1,1.80,-73.993362426757813,40.746902465820313,1,N,-73.983062744140625,40.765792846679688,1,10.5,0,0.5,2.8,0,0.3,14.1 -2,2016-01-29 09:18:23,2016-01-29 09:44:52,1,2.96,-73.962234497070312,40.776077270507812,1,N,-73.98980712890625,40.741180419921875,1,17.5,0,0.5,2,0,0.3,20.3 -2,2016-01-29 09:18:23,2016-01-29 09:23:09,5,.89,-73.935699462890625,40.761070251464844,1,N,-73.937744140625,40.753673553466797,1,5.5,0,0.5,1.26,0,0.3,7.56 -2,2016-01-29 09:18:23,2016-01-29 09:19:37,6,.27,-73.977333068847656,40.750141143798828,1,N,-73.980461120605469,40.74761962890625,2,3,0,0.5,0,0,0.3,3.8 -2,2016-01-29 09:18:23,2016-01-29 09:32:15,2,2.01,-73.961036682128906,40.796726226806641,1,N,-73.953399658203125,40.778480529785156,1,10.5,0,0.5,1.11,0,0.3,12.41 -2,2016-01-29 09:18:23,2016-01-29 09:21:34,2,.69,-73.961021423339844,40.76947021484375,1,N,-73.963508605957031,40.77423095703125,1,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:18:24,2016-01-29 09:22:37,1,.78,-73.988258361816406,40.753810882568359,1,N,-73.985549926757813,40.747093200683594,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:18:24,2016-01-29 09:35:43,1,3.92,-73.996025085449219,40.686729431152344,1,N,-74.015823364257813,40.714469909667969,2,15.5,0,0.5,0,0,0.3,16.3 -2,2016-01-29 09:18:24,2016-01-29 09:29:51,1,1.61,-73.990829467773437,40.750526428222656,1,N,-73.989334106445313,40.734081268310547,1,9,0,0.5,1.96,0,0.3,11.76 -1,2016-01-29 09:18:25,2016-01-29 09:40:03,1,4.70,-73.989303588867187,40.740478515625,1,N,-74.008377075195312,40.711029052734375,1,19,0,0.5,3.95,0,0.3,23.75 -1,2016-01-29 09:18:25,2016-01-29 09:29:35,1,2.50,-73.96990966796875,40.784591674804688,1,N,-73.943504333496094,40.801605224609375,2,10.5,0,0.5,0,0,0.3,11.3 -2,2016-01-29 09:18:25,2016-01-29 09:26:04,2,1.07,-73.966850280761719,40.761638641357422,1,N,-73.9534912109375,40.767238616943359,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:18:25,2016-01-29 09:33:39,6,5.41,-73.981109619140625,40.779388427734375,1,N,-73.940017700195313,40.841232299804688,1,18,0,0.5,4.7,0,0.3,23.5 -2,2016-01-29 09:18:25,2016-01-29 09:29:08,6,1.48,-73.985450744628906,40.744510650634766,1,N,-73.971122741699219,40.759269714355469,1,8.5,0,0.5,1,0,0.3,10.3 -2,2016-01-29 09:18:25,2016-01-29 09:29:06,5,2.06,-73.964942932128906,40.795131683349609,1,N,-73.939460754394531,40.804630279541016,2,9.5,0,0.5,0,0,0.3,10.3 -1,2016-01-29 09:18:26,2016-01-29 09:29:41,1,.90,-73.9677734375,40.756008148193359,1,N,-73.979217529296875,40.75299072265625,1,8,0,0.5,1.75,0,0.3,10.55 -1,2016-01-29 09:18:26,2016-01-29 09:31:53,1,1.50,-73.992713928222656,40.755222320556641,1,N,-73.991325378417969,40.738807678222656,1,10,0,0.5,1,0,0.3,11.8 -1,2016-01-29 09:18:26,2016-01-29 09:28:59,1,1.30,-73.956329345703125,40.771434783935547,1,N,-73.970237731933594,40.759201049804688,2,8.5,0,0.5,0,0,0.3,9.3 -2,2016-01-29 09:18:26,2016-01-29 09:25:24,1,.52,-73.968437194824219,40.799446105957031,1,N,-73.966438293457031,40.794395446777344,1,6,0,0.5,1,0,0.3,7.8 -2,2016-01-29 09:18:26,2016-01-29 09:36:30,2,2.36,-73.961051940917969,40.760810852050781,1,N,-73.982963562011719,40.748020172119141,1,13.5,0,0.5,2.86,0,0.3,17.16 -2,2016-01-29 09:18:26,2016-01-29 09:25:02,1,4.48,-73.971900939941406,40.794780731201172,1,N,-73.938720703125,40.848560333251953,1,13.5,0,0.5,2,0,0.3,16.3 -2,2016-01-29 09:18:26,2016-01-29 09:22:00,5,.32,-73.958229064941406,40.778739929199219,1,N,-73.961158752441406,40.774650573730469,1,4,0,0.5,0.96,0,0.3,5.76 -1,2016-01-29 09:18:27,2016-01-29 09:49:13,1,8.60,-73.946052551269531,40.792472839355469,1,N,-73.993171691894531,40.719764709472656,1,28,0,0.5,5.75,0,0.3,34.55 -1,2016-01-29 09:18:27,2016-01-29 09:27:58,1,1.90,-73.956031799316406,40.781097412109375,1,N,-73.938888549804688,40.804958343505859,1,9,0,0.5,1.96,0,0.3,11.76 -1,2016-01-29 09:18:27,2016-01-29 09:32:19,2,1.10,-73.981941223144531,40.752143859863281,1,N,-73.972824096679688,40.758106231689453,1,9.5,0,0.5,2.05,0,0.3,12.35 -2,2016-01-29 09:18:27,2016-01-29 09:48:03,5,3.32,-73.953643798828125,40.766620635986328,1,N,-73.993240356445313,40.747291564941406,1,19,0,0.5,1,0,0.3,20.8 -2,2016-01-29 09:18:27,2016-01-29 09:27:07,1,.60,-73.99176025390625,40.749248504638672,1,N,-73.989311218261719,40.743812561035156,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:18:27,2016-01-29 09:23:41,1,.81,-73.972549438476562,40.74652099609375,1,N,-73.967903137207031,40.755531311035156,1,5.5,0,0.5,1.58,0,0.3,7.88 -2,2016-01-29 09:18:27,2016-01-29 09:27:47,5,.79,-73.989883422851562,40.735252380371094,1,N,-73.981246948242188,40.736366271972656,2,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:18:27,2016-01-29 09:29:06,1,.51,-73.975479125976562,40.749813079833984,1,N,-73.970085144042969,40.756099700927734,1,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:18:28,2016-01-29 09:59:42,1,4.60,-73.995574951171875,40.754817962646484,1,N,-73.948745727539063,40.770698547363281,1,26.5,0,0.5,5.45,0,0.3,32.75 -1,2016-01-29 09:18:28,2016-01-29 09:18:34,1,.00,-73.949928283691406,40.772037506103516,1,N,-73.949920654296875,40.77203369140625,3,2.5,0,0.5,0,0,0.3,3.3 -1,2016-01-29 09:18:28,2016-01-29 09:32:04,1,1.20,-73.984519958496094,40.745746612548828,1,N,-73.972610473632812,40.761558532714844,1,9.5,0,0.5,2.05,0,0.3,12.35 -2,2016-01-29 09:18:28,2016-01-29 09:27:01,1,.77,-73.974624633789063,40.751060485839844,1,N,-73.987213134765625,40.75628662109375,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:18:28,2016-01-29 09:32:44,5,1.43,-73.980941772460938,40.744373321533203,1,N,-73.981346130371094,40.759475708007812,1,10.5,0,0.5,2.26,0,0.3,13.56 -2,2016-01-29 09:18:28,2016-01-29 09:21:05,2,.34,-73.957260131835937,40.770488739013672,1,N,-73.962860107421875,40.768161773681641,2,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:18:28,2016-01-29 09:41:42,1,3.49,-74.016151428222656,40.709911346435547,1,N,-73.991561889648438,40.739921569824219,1,17,0,0.5,1,0,0.3,18.8 -2,2016-01-29 09:18:28,2016-01-29 09:42:10,1,1.77,-73.990310668945313,40.750938415527344,1,N,-73.970596313476563,40.756080627441406,1,15,0,0.5,3.16,0,0.3,18.96 -2,2016-01-29 09:18:28,2016-01-29 09:48:46,1,4.65,-74.005088806152344,40.730998992919922,1,N,-73.961959838867188,40.773281097412109,2,21,0,0.5,0,0,0.3,21.8 -1,2016-01-29 09:18:29,2016-01-29 09:42:24,1,3.20,-73.993980407714844,40.751201629638672,1,N,-73.968490600585938,40.790782928466797,1,17,0,0.5,3.55,0,0.3,21.35 -1,2016-01-29 09:18:29,2016-01-29 09:27:48,1,1.30,-73.9869384765625,40.73944091796875,1,N,-73.975189208984375,40.755901336669922,2,8,0,0.5,0,0,0.3,8.8 -1,2016-01-29 09:18:29,2016-01-29 09:43:48,1,2.00,-73.979873657226562,40.735160827636719,1,N,-73.990791320800781,40.755157470703125,2,15,0,0.5,0,0,0.3,15.8 -1,2016-01-29 09:18:29,2016-01-29 09:38:37,1,1.70,-73.99188232421875,40.74993896484375,1,N,-73.976188659667969,40.740779876708984,1,13.5,0,0.5,1.7,0,0.3,16 -2,2016-01-29 09:18:29,2016-01-29 09:33:10,1,2.89,-73.996551513671875,40.737300872802734,1,N,-74.01409912109375,40.713920593261719,1,13,0,0.5,2.76,0,0.3,16.56 -2,2016-01-29 09:18:29,2016-01-29 09:27:44,1,1.05,-74.008781433105469,40.71905517578125,1,N,-73.998542785644531,40.728591918945313,2,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:18:29,2016-01-29 09:34:49,1,1.43,-73.9952392578125,40.749820709228516,1,N,-73.977333068847656,40.755458831787109,1,11,0,0.5,2.95,0,0.3,14.75 -2,2016-01-29 09:18:29,2016-01-29 09:29:55,1,1.69,-74.000816345214844,40.752349853515625,1,N,-73.990501403808594,40.740100860595703,1,9,0,0.5,1.96,0,0.3,11.76 -1,2016-01-29 09:18:30,2016-01-29 09:23:43,1,.90,-74.016860961914062,40.706317901611328,1,N,-74.010536193847656,40.708808898925781,2,5.5,0,0.5,0,0,0.3,6.3 -1,2016-01-29 09:18:30,2016-01-29 09:39:57,1,1.60,-73.956573486328125,40.767017364501953,1,N,-73.976974487304688,40.762519836425781,1,14,0,0.5,2.95,0,0.3,17.75 -1,2016-01-29 09:18:30,2016-01-29 09:29:58,1,1.20,-73.966964721679688,40.769847869873047,1,N,-73.984306335449219,40.769893646240234,1,8.5,0,0.5,1.5,0,0.3,10.8 -2,2016-01-29 09:18:30,2016-01-29 10:03:31,3,19.22,-74.002754211425781,40.728641510009766,2,N,-73.783500671386719,40.643699645996094,1,52,0,0.5,10.56,0,0.3,63.36 -1,2016-01-29 09:18:31,2016-01-29 09:37:55,1,2.10,-73.982231140136719,40.765132904052734,1,N,-73.954200744628906,40.767181396484375,2,13,0,0.5,0,0,0.3,13.8 -1,2016-01-29 09:18:31,2016-01-29 09:45:17,1,7.00,-74.000205993652344,40.678451538085938,1,N,-73.983047485351563,40.734821319580078,1,25.5,0,0.5,6.35,5.54,0.3,38.19 -1,2016-01-29 09:18:31,2016-01-29 09:51:40,1,15.90,-73.983627319335938,40.747642517089844,2,N,-73.78704833984375,40.64691162109375,1,52,0,0.5,11.65,5.54,0.3,69.99 -2,2016-01-29 09:18:31,2016-01-29 09:40:50,6,6.82,-73.951728820800781,40.769489288330078,1,N,-73.91217041015625,40.758941650390625,1,23.5,0,0.5,5.97,5.54,0.3,35.81 -2,2016-01-29 09:18:31,2016-01-29 09:25:55,1,1.25,-73.955703735351563,40.768482208251953,1,N,-73.959945678710937,40.778812408447266,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:18:31,2016-01-29 09:39:17,1,2.25,-73.988136291503906,40.738006591796875,1,N,-73.982536315917969,40.763240814208984,1,14,0,0.5,2.96,0,0.3,17.76 -1,2016-01-29 09:18:32,2016-01-29 09:48:56,1,5.10,-73.993873596191406,40.735260009765625,1,N,-74.014190673828125,40.708358764648437,1,24,0,0.5,4.95,0,0.3,29.75 -1,2016-01-29 09:18:32,2016-01-29 09:35:38,1,3.00,-73.986419677734375,40.734626770019531,1,N,-74.01580810546875,40.716037750244141,1,14,0,0.5,3.7,0,0.3,18.5 -1,2016-01-29 09:18:32,2016-01-29 09:41:58,1,2.10,-73.955741882324219,40.781909942626953,1,N,-73.962409973144531,40.758342742919922,1,15,0,0.5,3.15,0,0.3,18.95 -1,2016-01-29 09:18:32,2016-01-29 09:55:33,1,3.40,-73.95587158203125,40.779304504394531,1,N,-73.989166259765625,40.741359710693359,1,22.5,0,0.5,5.82,0,0.3,29.12 -2,2016-01-29 09:18:32,2016-01-29 09:37:50,1,5.17,-73.978904724121094,40.740768432617188,1,N,-74.014930725097656,40.71307373046875,1,19.5,0,0.5,4.06,0,0.3,24.36 -1,2016-01-29 09:18:33,2016-01-29 09:20:32,1,.40,-73.999580383300781,40.738510131835938,1,N,-74.002471923828125,40.734035491943359,1,3.5,0,0.5,0.85,0,0.3,5.15 -1,2016-01-29 09:18:33,2016-01-29 09:45:32,1,3.30,-73.985786437988281,40.730953216552734,1,N,-73.966621398925781,40.766292572021484,1,18,0,0.5,3.75,0,0.3,22.55 -1,2016-01-29 09:18:33,2016-01-29 09:37:02,2,1.50,-73.990219116210938,40.756256103515625,1,N,-73.981460571289063,40.745216369628906,1,12.5,0,0.5,1,0,0.3,14.3 -2,2016-01-29 09:18:33,2016-01-29 09:33:36,3,1.57,-73.952651977539063,40.783580780029297,1,N,-73.964553833007813,40.764812469482422,2,10.5,0,0.5,0,0,0.3,11.3 -2,2016-01-29 09:18:33,2016-01-29 09:27:32,5,2.11,-73.949569702148438,40.781150817871094,1,N,-73.97589111328125,40.776458740234375,1,9,0,0.5,1.96,0,0.3,11.76 -2,2016-01-29 09:18:33,2016-01-29 09:40:10,1,10.76,-73.977134704589844,40.751945495605469,1,N,-73.870529174804688,40.773757934570313,1,31.5,0,0.5,5,5.54,0.3,42.84 -2,2016-01-29 09:18:33,2016-01-29 09:43:30,5,3.76,-73.953651428222656,40.766941070556641,1,N,-73.944557189941406,40.808971405029297,1,18,0,0.5,3.76,0,0.3,22.56 -1,2016-01-29 09:18:34,2016-01-29 09:36:11,1,3.70,-74.014328002929688,40.709434509277344,1,N,-73.994804382324219,40.750400543212891,1,15,0,0.5,3.15,0,0.3,18.95 -1,2016-01-29 09:18:34,2016-01-29 09:31:21,1,.90,-73.992774963378906,40.743000030517578,1,N,-73.977058410644531,40.739044189453125,2,9,0,0.5,0,0,0.3,9.8 -1,2016-01-29 09:18:34,2016-01-29 09:27:31,1,1.20,-74.008354187011719,40.736125946044922,1,N,-74.010154724121094,40.719749450683594,1,7.5,0,0.5,1,0,0.3,9.3 -1,2016-01-29 09:18:34,2016-01-29 09:34:43,1,.80,-73.9615478515625,40.757785797119141,1,N,-73.972610473632812,40.758903503417969,1,10.5,0,0.5,1.7,0,0.3,13 -1,2016-01-29 09:18:34,2016-01-29 09:32:33,1,2.30,-74.008827209472656,40.719169616699219,1,N,-73.99072265625,40.694492340087891,2,11.5,0,0.5,0,0,0.3,12.3 -1,2016-01-29 09:18:34,2016-01-29 09:33:12,1,1.50,-73.977371215820313,40.749591827392578,1,N,-73.976058959960937,40.763931274414063,1,10.5,0,0.5,1,0,0.3,12.3 -2,2016-01-29 09:18:34,2016-01-29 09:41:45,3,2.64,-73.950904846191406,40.771568298339844,1,N,-73.980796813964844,40.762340545654297,1,15.5,0,0.5,2,0,0.3,18.3 -2,2016-01-29 09:18:34,2016-01-29 09:26:19,1,.67,-73.984138488769531,40.768180847167969,1,N,-73.973442077636719,40.764427185058594,1,6.5,0,0.5,1.1,0,0.3,8.4 -2,2016-01-29 09:18:34,2016-01-29 09:31:24,1,1.12,-73.990715026855469,40.751117706298828,1,N,-73.972877502441406,40.746421813964844,2,9,0,0.5,0,0,0.3,9.8 -2,2016-01-29 09:18:34,2016-01-29 09:22:20,1,.20,-73.989990234375,40.757305145263672,1,N,-73.987525939941406,40.760303497314453,1,4,0,0.5,1.2,0,0.3,6 -1,2016-01-29 09:18:35,2016-01-29 09:27:51,1,1.00,-73.961715698242188,40.7642822265625,1,N,-73.9703369140625,40.752101898193359,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:18:35,2016-01-29 09:26:01,1,.50,-74.005203247070313,40.718460083007813,1,N,-74.011337280273437,40.714859008789063,1,6.5,0,0.5,2,0,0.3,9.3 -2,2016-01-29 09:18:35,2016-01-29 09:33:11,1,1.98,-73.981391906738281,40.728908538818359,1,N,-73.969383239746094,40.748710632324219,2,12,0,0.5,0,0,0.3,12.8 -2,2016-01-29 09:18:35,2016-01-29 09:29:54,1,1.03,-73.982398986816406,40.751369476318359,1,N,-73.996902465820313,40.751399993896484,1,8,0,0.5,2,0,0.3,10.8 -2,2016-01-29 09:18:36,2016-01-29 09:33:44,1,1.79,-73.982757568359375,40.77191162109375,1,N,-73.991249084472656,40.749168395996094,2,10.5,0,0.5,0,0,0.3,11.3 -2,2016-01-29 09:18:36,2016-01-29 09:33:50,6,1.81,-73.95050048828125,40.779769897460938,1,N,-73.968330383300781,40.761638641357422,1,11,0,0.5,0,0,0.3,11.8 -2,2016-01-29 09:18:36,2016-01-29 09:31:00,2,.62,-73.965896606445313,40.759693145751953,1,N,-73.975990295410156,40.763744354248047,1,8.5,0,0.5,1,0,0.3,10.3 -2,2016-01-29 09:18:36,2016-01-29 09:32:05,1,1.81,-73.995491027832031,40.717090606689453,1,N,-74.013763427734375,40.714790344238281,1,10.5,0,0.5,2,0,0.3,13.3 -1,2016-01-29 09:18:37,2016-01-29 09:28:49,1,.90,-73.995223999023437,40.749744415283203,1,N,-73.9862060546875,40.762218475341797,1,8,0,0.5,1.75,0,0.3,10.55 -1,2016-01-29 09:18:37,2016-01-29 09:56:54,1,10.20,-73.872764587402344,40.773754119873047,1,N,-73.973060607910156,40.761772155761719,1,35,0,0.5,8.25,5.54,0.3,49.59 -1,2016-01-29 09:18:37,2016-01-29 09:32:20,1,1.70,-74.005584716796875,40.738765716552734,1,N,-73.994392395019531,40.719661712646484,1,10,0,0.5,2.15,0,0.3,12.95 -2,2016-01-29 09:18:37,2016-01-29 09:49:44,1,2.72,-73.974586486816406,40.787940979003906,1,N,-73.957023620605469,40.762619018554687,2,19.5,0,0.5,0,0,0.3,20.3 -2,2016-01-29 09:18:37,2016-01-29 09:30:41,1,1.30,-73.965118408203125,40.769161224365234,1,N,-73.976882934570313,40.758628845214844,2,9,0,0.5,0,0,0.3,9.8 -2,2016-01-29 09:18:37,2016-01-29 09:37:56,1,1.31,-73.956771850585938,40.778068542480469,1,N,-73.961051940917969,40.766338348388672,1,12.5,0,0.5,2.66,0,0.3,15.96 -1,2016-01-29 09:18:38,2016-01-29 09:23:06,1,1.00,-74.00994873046875,40.721141815185547,1,N,-74.01556396484375,40.707981109619141,1,5.5,0,0.5,1.25,0,0.3,7.55 -1,2016-01-29 09:18:38,2016-01-29 09:27:30,1,.70,-73.974716186523438,40.750328063964844,1,N,-73.967498779296875,40.760543823242188,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:18:38,2016-01-29 09:26:15,2,.60,-73.979545593261719,40.749332427978516,1,N,-73.986160278320312,40.743412017822266,2,6.5,0,0.5,0,0,0.3,7.3 -1,2016-01-29 09:18:38,2016-01-29 09:31:21,3,1.40,-73.954910278320312,40.765735626220703,1,N,-73.971641540527344,40.757614135742187,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:18:38,2016-01-29 09:28:24,1,1.15,-73.987335205078125,40.724716186523438,1,N,-73.976844787597656,40.739166259765625,1,8.5,0,0.5,1,0,0.3,10.3 -2,2016-01-29 09:18:38,2016-01-29 09:29:00,1,.85,-73.981361389160156,40.764617919921875,1,N,-73.988563537597656,40.758888244628906,2,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:18:38,2016-01-29 09:23:59,1,.94,-74.016250610351563,40.714809417724609,1,N,-74.010093688964844,40.720241546630859,2,5.5,0,0.5,0,0,0.3,6.3 -1,2016-01-29 09:18:39,2016-01-29 09:36:59,1,1.50,-73.978408813476563,40.748237609863281,1,Y,-73.972946166992188,40.764553070068359,1,12,0,0.5,1.92,0,0.3,14.72 -1,2016-01-29 09:18:39,2016-01-29 09:53:16,1,15.20,-73.974411010742188,40.749656677246094,2,N,-73.790817260742188,40.663429260253906,1,52,0,0.5,17.5,5.54,0.3,75.84 -1,2016-01-29 09:18:39,2016-01-29 09:22:05,1,.80,-73.9879150390625,40.754638671875,1,N,-73.986289978027344,40.745880126953125,1,4.5,0,0.5,1.05,0,0.3,6.35 -2,2016-01-29 09:18:39,2016-01-29 09:21:54,2,.71,-73.987098693847656,40.7711181640625,1,N,-73.979751586914063,40.777801513671875,1,4.5,0,0.5,1.06,0,0.3,6.36 -2,2016-01-29 09:18:39,2016-01-29 09:54:47,1,6.31,-74.004600524902344,40.70684814453125,1,N,-73.980201721191406,40.767330169677734,1,27.5,0,0.5,5.66,0,0.3,33.96 -2,2016-01-29 09:18:39,2016-01-29 09:59:56,2,6.75,-73.992462158203125,40.714260101318359,5,N,-73.921058654785156,40.66778564453125,2,22,0,0.5,0,0,0.3,22.8 -2,2016-01-29 09:18:39,2016-01-29 09:45:00,2,8.82,-73.975692749023438,40.765018463134766,1,N,-73.870613098144531,40.773979187011719,1,29,0,0.5,7.45,0,0.3,37.25 -2,2016-01-29 09:18:39,2016-01-29 09:26:14,1,1.02,-73.962226867675781,40.773078918457031,1,N,-73.958076477050781,40.764900207519531,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:18:39,2016-01-29 09:29:13,1,1.16,-73.98260498046875,40.739627838134766,1,N,-73.979484558105469,40.752418518066406,1,8.5,0,0.5,2.32,0,0.3,11.62 -2,2016-01-29 09:18:39,2016-01-29 09:46:46,1,6.84,-73.966934204101563,40.804008483886719,1,N,-74.009124755859375,40.725296020507812,1,25,0,0.5,6.45,0,0.3,32.25 -1,2016-01-29 09:18:40,2016-01-29 09:25:58,2,1.40,-73.960205078125,40.781391143798828,1,N,-73.97998046875,40.782089233398437,2,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:18:40,2016-01-29 09:32:14,1,1.08,-73.974533081054687,40.757999420166016,1,N,-73.964210510253906,40.760818481445313,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:18:40,2016-01-29 09:23:17,1,.73,-73.983619689941406,40.765239715576172,1,N,-73.973365783691406,40.76434326171875,1,5,0,0.5,3.3,0,0.3,9.1 -1,2016-01-29 09:18:41,2016-01-29 09:20:51,1,.60,-73.987617492675781,40.7545166015625,1,N,-73.983207702636719,40.749412536621094,1,4,0,0.5,0.95,0,0.3,5.75 -2,2016-01-29 09:18:41,2016-01-29 09:31:38,1,1.56,-73.95355224609375,40.766941070556641,1,N,-73.968597412109375,40.757488250732422,1,10,0,0.5,1.5,0,0.3,12.3 -2,2016-01-29 09:18:41,2016-01-29 09:27:58,1,.98,-73.954139709472656,40.770511627197266,1,N,-73.966781616210938,40.769821166992187,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:18:41,2016-01-29 09:33:29,4,2.70,-74.000518798828125,40.727180480957031,1,N,-73.975883483886719,40.754173278808594,1,12,0,0.5,2.56,0,0.3,15.36 -1,2016-01-29 09:18:42,2016-01-29 09:45:40,2,3.80,-73.979827880859375,40.785671234130859,1,N,-74.002113342285156,40.742916107177734,2,19,0,0.5,0,0,0.3,19.8 -2,2016-01-29 09:18:42,2016-01-29 09:41:04,2,2.15,-73.994010925292969,40.750118255615234,1,N,-73.96942138671875,40.762870788574219,1,14.5,0,0.5,3.06,0,0.3,18.36 -2,2016-01-29 09:18:42,2016-01-29 09:36:43,1,2.38,-74.002555847167969,40.729007720947266,1,N,-73.978981018066406,40.753105163574219,1,13,0,0.5,3.45,0,0.3,17.25 -2,2016-01-29 09:18:42,2016-01-29 09:31:15,1,1.54,-73.998504638671875,40.681678771972656,1,N,-73.988739013671875,40.692901611328125,1,9.5,0,0.5,2.58,0,0.3,12.88 -2,2016-01-29 09:18:42,2016-01-29 09:26:23,6,1.05,-73.994400024414063,40.755970001220703,1,N,-73.981254577636719,40.759101867675781,1,6.5,0,0.5,1.46,0,0.3,8.76 -2,2016-01-29 09:18:42,2016-01-29 09:33:44,6,1.27,-73.976860046386719,40.755649566650391,1,N,-73.985740661621094,40.767841339111328,1,10.5,0,0.5,2.26,0,0.3,13.56 -2,2016-01-29 09:18:42,2016-01-29 09:33:55,1,1.14,-73.981788635253906,40.728397369384766,1,N,-73.993675231933594,40.722503662109375,2,10.5,0,0.5,0,0,0.3,11.3 -1,2016-01-29 09:18:43,2016-01-29 09:37:43,1,7.70,-73.9443359375,40.780727386474609,1,N,-74.007133483886719,40.703853607177734,1,23.5,0,0.5,2.5,0,0.3,26.8 -1,2016-01-29 09:18:43,2016-01-29 09:22:28,1,.80,-73.993858337402344,40.745693206787109,1,N,-74.004783630371094,40.7447509765625,1,5,0,0.5,1.45,0,0.3,7.25 -1,2016-01-29 09:18:43,2016-01-29 09:25:53,1,1.50,-73.957183837890625,40.766124725341797,1,N,-73.9498291015625,40.78460693359375,1,7.5,0,0.5,1,0,0.3,9.3 -1,2016-01-29 09:18:44,2016-01-29 09:33:05,2,1.10,-74.006637573242188,40.736415863037109,1,N,-73.989677429199219,40.73443603515625,1,10,0,0.5,2.15,0,0.3,12.95 -1,2016-01-29 09:18:44,2016-01-29 09:21:06,1,.50,-73.991584777832031,40.749885559082031,1,N,-73.996780395507813,40.742397308349609,1,4,0,0.5,0.95,0,0.3,5.75 -1,2016-01-29 09:18:44,2016-01-29 09:35:31,1,2.30,-73.948959350585937,40.781532287597656,1,N,-73.970718383789063,40.751499176025391,1,12,0,0.5,2.55,0,0.3,15.35 -2,2016-01-29 09:18:44,2016-01-29 09:37:53,5,3.56,-73.9761962890625,40.715450286865234,1,N,-73.9761962890625,40.715450286865234,2,14.5,0,0.5,0,0,0.3,15.3 -2,2016-01-29 09:18:45,2016-01-29 09:24:11,1,.67,-73.965858459472656,40.762405395507813,1,N,-73.956878662109375,40.762577056884766,1,5.5,0,0.5,1.58,0,0.3,7.88 -2,2016-01-29 09:18:45,2016-01-29 09:25:20,1,1.06,-73.967147827148438,40.803680419921875,1,N,-73.97637939453125,40.790481567382813,1,6.5,0,0.5,1,0,0.3,8.3 -2,2016-01-29 09:18:45,2016-01-29 09:22:01,1,.68,-73.988311767578125,40.753448486328125,1,N,-73.995018005371094,40.744659423828125,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:18:45,2016-01-29 09:31:04,1,1.82,-73.995803833007812,40.73870849609375,1,N,-73.99835205078125,40.755599975585938,1,10,0,0.5,2.16,0,0.3,12.96 -2,2016-01-29 09:18:45,2016-01-29 09:18:47,1,.00,0,0,2,N,0,0,1,52,0,0.5,8,0,0.3,60.8 -2,2016-01-29 09:18:45,2016-01-29 09:37:37,3,1.87,-73.960716247558594,40.775104522705078,1,N,-73.978240966796875,40.755210876464844,1,13,0,0.5,2.76,0,0.3,16.56 -1,2016-01-29 09:18:46,2016-01-29 09:32:16,1,4.70,-73.977188110351562,40.750118255615234,1,N,-74.007644653320312,40.703525543212891,1,15.5,0,0.5,3.25,0,0.3,19.55 -2,2016-01-29 09:18:46,2016-01-29 09:27:10,2,.79,-73.981246948242188,40.779109954833984,1,N,-73.9715576171875,40.782848358154297,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:18:46,2016-01-29 09:20:47,1,.26,-73.978157043457031,40.753303527832031,1,N,-73.98199462890625,40.754936218261719,1,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:18:46,2016-01-29 09:31:00,1,1.74,-74.013374328613281,40.716682434082031,1,N,-73.995010375976563,40.72564697265625,1,10,0,0.5,2.16,0,0.3,12.96 -2,2016-01-29 09:18:46,2016-01-29 09:47:11,1,3.42,-73.993995666503906,40.751155853271484,1,N,-73.953994750976563,40.770530700683594,1,18.5,0,0.5,2,0,0.3,21.3 -1,2016-01-29 09:18:47,2016-01-29 09:26:15,1,1.20,-73.991493225097656,40.727180480957031,1,N,-73.985000610351563,40.741851806640625,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:18:47,2016-01-29 09:26:22,1,.40,-73.981231689453125,40.747089385986328,1,N,-73.984245300292969,40.742805480957031,1,6,0,0.5,0.68,0,0.3,7.48 -1,2016-01-29 09:18:47,2016-01-29 09:31:56,1,1.00,-73.953971862792969,40.772991180419922,1,N,-73.965690612792969,40.765430450439453,1,9.5,0,0.5,1.5,0,0.3,11.8 -2,2016-01-29 09:18:47,2016-01-29 09:38:15,1,2.17,-73.95794677734375,40.760948181152344,1,N,-73.957733154296875,40.784599304199219,1,13.5,0,0.5,2.86,0,0.3,17.16 -1,2016-01-29 09:18:48,2016-01-29 09:20:25,1,.30,-73.974838256835938,40.787921905517578,1,N,-73.970321655273437,40.790763854980469,2,3.5,0,0.5,0,0,0.3,4.3 -1,2016-01-29 09:18:48,2016-01-29 09:30:58,1,1.70,-73.989173889160156,40.747989654541016,1,N,-73.96990966796875,40.762306213378906,1,9.5,0,0.5,2,0,0.3,12.3 -1,2016-01-29 09:18:48,2016-01-29 09:25:10,1,1.00,-73.952987670898437,40.776741027832031,1,N,-73.9617919921875,40.763637542724609,1,6,0,0.5,1,0,0.3,7.8 -1,2016-01-29 09:18:48,2016-01-29 09:32:28,2,1.10,-73.994094848632812,40.751190185546875,1,N,-74.004623413085938,40.741909027099609,1,10,0,0.5,2.7,0,0.3,13.5 -1,2016-01-29 09:18:48,2016-01-29 09:33:01,1,1.10,-73.967315673828125,40.757591247558594,1,N,-73.980224609375,40.753055572509766,1,9.5,0,0.5,0.5,0,0.3,10.8 -2,2016-01-29 09:18:48,2016-01-29 09:21:13,6,.75,-73.971511840820313,40.787269592285156,1,N,-73.970489501953125,40.793869018554687,2,4,0,0.5,0,0,0.3,4.8 -2,2016-01-29 09:18:48,2016-01-29 09:30:20,1,2.83,-73.904159545898437,40.771560668945313,1,N,-73.875068664550781,40.750930786132813,1,11.5,0,0.5,3,0,0.3,15.3 -2,2016-01-29 09:18:48,2016-01-29 09:41:47,1,2.47,-73.980461120605469,40.730060577392578,1,N,-73.973419189453125,40.754283905029297,1,16,0,0.5,2,0,0.3,18.8 -2,2016-01-29 09:18:48,2016-01-29 09:27:31,1,1.60,-74.016326904296875,40.714778900146484,1,N,-74.001121520996094,40.721111297607422,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:18:48,2016-01-29 09:27:38,2,1.89,-73.986923217773437,40.701061248779297,1,N,-74.002799987792969,40.717830657958984,1,9,0,0.5,1,0,0.3,10.8 -1,2016-01-29 09:18:49,2016-01-29 09:42:25,1,2.10,-73.9586181640625,40.777938842773438,1,N,-73.974983215332031,40.752761840820312,1,15.5,0,0.5,2.7,0,0.3,19 -1,2016-01-29 09:18:49,2016-01-29 09:46:10,1,3.20,-73.981613159179688,40.746574401855469,1,N,-73.953865051269531,40.779579162597656,1,18,0,0.5,1.2,0,0.3,20 -1,2016-01-29 09:18:49,2016-01-29 09:22:03,2,.50,-73.984710693359375,40.754104614257813,1,N,-73.979393005371094,40.761604309082031,2,4.5,0,0.5,0,0,0.3,5.3 -1,2016-01-29 09:18:50,2016-01-29 09:41:00,1,2.70,-73.98828125,40.749252319335938,1,N,-73.989463806152344,40.773048400878906,2,15,0,0.5,0,0,0.3,15.8 -1,2016-01-29 09:18:50,2016-01-29 09:27:47,1,1.60,-73.980873107910156,40.781730651855469,1,N,-73.967849731445312,40.801921844482422,3,9,0,0.5,0,0,0.3,9.8 -1,2016-01-29 09:18:50,2016-01-29 09:27:01,1,.90,-73.976615905761719,40.750751495361328,1,N,-73.974899291992187,40.741756439208984,1,7,0,0.5,1.2,0,0.3,9 -1,2016-01-29 09:18:50,2016-01-29 09:30:13,1,2.20,-73.998481750488281,40.725879669189453,1,N,-74.0078125,40.751537322998047,1,10.5,0,0.5,1,0,0.3,12.3 -2,2016-01-29 09:18:50,2016-01-29 09:27:17,2,.85,-73.983428955078125,40.765159606933594,1,N,-73.974128723144531,40.762420654296875,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:18:50,2016-01-29 09:27:13,2,1.27,-73.964302062988281,40.79718017578125,1,N,-73.953514099121094,40.788307189941406,1,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:18:50,2016-01-29 09:38:24,1,2.36,-73.974288940429688,40.791240692138672,1,N,-73.975753784179688,40.763763427734375,1,13.5,0,0.5,2.14,0,0.3,16.44 -2,2016-01-29 09:18:50,2016-01-29 09:43:10,1,3.01,-73.972442626953125,40.795982360839844,1,N,-73.953147888183594,40.769161224365234,2,17,0,0.5,0,0,0.3,17.8 -1,2016-01-29 09:18:51,2016-01-29 09:30:37,1,1.40,-73.981521606445313,40.721073150634766,1,N,-74.003227233886719,40.726963043212891,1,9,0,0.5,2,0,0.3,11.8 -1,2016-01-29 09:18:51,2016-01-29 09:27:26,1,.90,-73.972023010253906,40.762638092041016,1,N,-73.970649719238281,40.754238128662109,1,7,0,0.5,3,0,0.3,10.8 -2,2016-01-29 09:18:51,2016-01-29 09:21:30,1,.32,-73.965286254882813,40.771648406982422,1,N,-73.963470458984375,40.768669128417969,2,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:18:51,2016-01-29 09:37:13,1,1.85,-73.988349914550781,40.769058227539062,1,N,-73.993202209472656,40.747959136962891,2,12.5,0,0.5,0,0,0.3,13.3 -1,2016-01-29 09:18:52,2016-01-29 09:25:36,1,.90,-73.989608764648437,40.748710632324219,1,N,-73.976844787597656,40.748569488525391,1,6.5,0,0.5,1.46,0,0.3,8.76 -1,2016-01-29 09:18:52,2016-01-29 09:23:13,1,.80,-73.961441040039063,40.777828216552734,1,N,-73.972427368164062,40.781227111816406,2,5,0,0.5,0,0,0.3,5.8 -1,2016-01-29 09:18:52,2016-01-29 09:30:26,1,1.50,-73.99029541015625,40.771915435791016,1,N,-73.988655090332031,40.756664276123047,1,9.5,0,0.5,1,0,0.3,11.3 -2,2016-01-29 09:18:52,2016-01-29 09:24:07,2,.71,-73.976966857910156,40.7646484375,1,N,-73.981910705566406,40.772529602050781,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:18:52,2016-01-29 09:35:29,1,1.55,0,0,1,N,0,0,1,11,0,0.5,2.36,0,0.3,14.16 -1,2016-01-29 09:18:53,2016-01-29 09:30:08,1,1.80,-73.97509765625,40.78753662109375,1,N,-73.948677062988281,40.786361694335938,1,9.5,0,0.5,1.8,0,0.3,12.1 -1,2016-01-29 09:18:53,2016-01-29 09:29:17,1,1.30,-73.991340637207031,40.74981689453125,1,N,-73.978652954101563,40.758892059326172,1,8.5,0,0.5,2.3,0,0.3,11.6 -1,2016-01-29 09:18:53,2016-01-29 09:39:56,1,3.80,-73.987060546875,40.722305297851563,1,N,-73.968971252441406,40.759075164794922,1,17.5,0,0.5,2,0,0.3,20.3 -2,2016-01-29 09:18:53,2016-01-29 09:24:05,2,.97,-73.994422912597656,40.756656646728516,1,N,-74.005691528320313,40.750835418701172,1,5.5,0,0.5,1.89,0,0.3,8.19 -2,2016-01-29 09:18:53,2016-01-29 09:46:09,1,4.35,-73.961456298828125,40.760246276855469,1,N,-73.998786926269531,40.738151550292969,1,21,0,0.5,1,0,0.3,22.8 -2,2016-01-29 09:18:53,2016-01-29 09:34:14,1,2.71,-73.960952758789063,40.781089782714844,1,N,-73.960952758789063,40.781089782714844,1,12.5,0,0.5,2.66,0,0.3,15.96 -2,2016-01-29 09:18:53,2016-01-29 09:47:19,1,4.90,-73.98223876953125,40.7647705078125,1,N,-74.014122009277344,40.712669372558594,1,21,0,0.5,4.36,0,0.3,26.16 -2,2016-01-29 09:18:53,2016-01-29 09:49:58,1,3.23,-73.983383178710938,40.738998413085938,1,N,-73.998420715332031,40.757671356201172,2,16.5,0,0.5,0,0,0.3,17.3 -1,2016-01-29 09:18:54,2016-01-29 09:29:45,1,1.00,-73.996879577636719,40.737560272216797,1,N,-73.982742309570313,40.736156463623047,1,8.5,0,0.5,2.75,0,0.3,12.05 -1,2016-01-29 09:18:54,2016-01-29 09:41:32,1,7.80,-73.981590270996094,40.73248291015625,1,N,-73.949752807617188,40.812110900878906,1,26,0,0.5,5.35,0,0.3,32.15 -2,2016-01-29 09:18:54,2016-01-29 09:28:31,1,1.92,-73.978019714355469,40.763908386230469,1,N,-73.966743469238281,40.770591735839844,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:18:54,2016-01-29 10:08:47,2,12.93,-74.000770568847656,40.762310028076172,1,N,-73.865028381347656,40.770580291748047,1,46,0,0.5,10.47,5.54,0.3,62.81 -1,2016-01-29 09:18:55,2016-01-29 09:29:30,1,.60,-73.996627807617188,40.715206146240234,1,N,-73.992767333984375,40.723545074462891,1,7.5,0,0.5,1,0,0.3,9.3 -2,2016-01-29 09:18:55,2016-01-29 09:26:00,5,.68,-73.989852905273438,40.756721496582031,1,N,-73.982696533203125,40.760932922363281,1,6,0,0.5,1.36,0,0.3,8.16 -1,2016-01-29 09:18:56,2016-01-29 09:32:38,1,1.40,-73.994964599609375,40.733192443847656,1,N,-73.976837158203125,40.739227294921875,1,9.5,0,0.5,2.05,0,0.3,12.35 -1,2016-01-29 09:18:56,2016-01-29 09:38:43,2,1.90,-73.989410400390625,40.772724151611328,1,N,-73.979766845703125,40.75457763671875,1,13.5,0,0.5,2,0,0.3,16.3 -2,2016-01-29 09:18:56,2016-01-29 09:20:37,1,.50,-73.957893371582031,40.780517578125,1,N,-73.963485717773438,40.777301788330078,1,3.5,0,0.5,0.86,0,0.3,5.16 -2,2016-01-29 09:18:56,2016-01-29 09:41:07,1,3.87,-73.990531921386719,40.756221771240234,1,N,-74.01129150390625,40.715240478515625,2,17.5,0,0.5,0,0,0.3,18.3 -2,2016-01-29 09:18:56,2016-01-29 09:27:11,1,1.00,-74.004753112792969,40.717178344726562,1,N,-74.007072448730469,40.729351043701172,2,6.5,0,0.5,0,0,0.3,7.3 -1,2016-01-29 09:18:57,2016-01-29 09:29:23,1,.90,-73.965232849121094,40.775123596191406,1,N,-73.966201782226563,40.765018463134766,2,8,0,0.5,0,0,0.3,8.8 -1,2016-01-29 09:18:57,2016-01-29 09:23:46,1,1.10,-73.978240966796875,40.773113250732422,1,N,-73.971488952636719,40.786403656005859,1,6,0,0.5,1.7,0,0.3,8.5 -1,2016-01-29 09:18:57,2016-01-29 09:31:48,1,1.10,-73.961441040039063,40.759956359863281,1,N,-73.971435546875,40.751991271972656,1,9.5,0,0.5,2.55,0,0.3,12.85 -1,2016-01-29 09:18:57,2016-01-29 09:30:24,1,1.20,-73.982315063476563,40.747539520263672,1,N,-73.979393005371094,40.761451721191406,2,9,0,0.5,0,0,0.3,9.8 -2,2016-01-29 09:18:57,2016-01-29 09:32:22,1,1.52,-73.960563659667969,40.766029357910156,1,N,-73.974372863769531,40.746711730957031,2,10,0,0.5,0,0,0.3,10.8 -2,2016-01-29 09:18:57,2016-01-29 09:24:45,1,1.33,-73.990127563476563,40.719329833984375,1,N,-73.980987548828125,40.733951568603516,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:18:57,2016-01-29 09:41:34,6,2.80,-73.970626831054687,40.788330078125,1,N,-73.977447509765625,40.756729125976563,1,15.5,0,0.5,3.26,0,0.3,19.56 -2,2016-01-29 09:18:57,2016-01-29 09:36:37,1,1.46,-73.975837707519531,40.740680694580078,1,N,-73.969192504882813,40.7576904296875,1,12,0,0.5,1,0,0.3,13.8 -1,2016-01-29 09:18:58,2016-01-29 09:30:45,1,.70,-73.975028991699219,40.741847991943359,1,N,-73.973541259765625,40.750091552734375,1,8.5,0,0.5,1.85,0,0.3,11.15 -2,2016-01-29 09:18:58,2016-01-29 09:37:22,1,2.00,-73.990875244140625,40.734626770019531,1,N,-74.011634826660156,40.714996337890625,1,13,0,0.5,2.76,0,0.3,16.56 -2,2016-01-29 09:18:58,2016-01-29 09:32:53,1,.89,-73.98388671875,40.744289398193359,1,N,-73.986618041992188,40.753139495849609,1,9.5,0,0.5,3.09,0,0.3,13.39 -2,2016-01-29 09:18:59,2016-01-29 09:45:19,1,2.75,-73.980430603027344,40.782371520996094,1,N,-73.978141784667969,40.753768920898438,1,17,0,0.5,3.56,0,0.3,21.36 -2,2016-01-29 09:18:59,2016-01-29 09:29:55,1,.45,-73.965766906738281,40.754417419433594,1,N,-73.968009948730469,40.758823394775391,1,8,0,0.5,1.76,0,0.3,10.56 -1,2016-01-29 09:19:00,2016-01-29 09:27:37,1,1.10,-73.95697021484375,40.770603179931641,1,N,-73.969940185546875,40.76275634765625,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:19:00,2016-01-29 09:40:12,1,2.10,-73.95928955078125,40.769149780273437,1,N,-73.979408264160156,40.745418548583984,1,14,0,0.5,2.95,0,0.3,17.75 -2,2016-01-29 09:19:00,2016-01-29 09:51:54,6,4.95,-73.945724487304687,40.781906127929688,1,N,-73.990325927734375,40.740230560302734,2,24,0,0.5,0,0,0.3,24.8 -2,2016-01-29 09:19:00,2016-01-29 09:22:59,1,.37,-73.999443054199219,40.733737945556641,1,N,-73.998329162597656,40.738037109375,1,4.5,0,0.5,0.5,0,0.3,5.8 -2,2016-01-29 09:19:00,2016-01-29 09:25:17,1,.51,-73.985221862792969,40.731868743896484,1,N,-73.993659973144531,40.735126495361328,1,5.5,0,0.5,1.26,0,0.3,7.56 -1,2016-01-29 09:19:01,2016-01-29 09:20:41,1,.50,-73.978431701660156,40.772628784179688,1,N,-73.97406005859375,40.778583526611328,1,3.5,0,0.5,0.85,0,0.3,5.15 -1,2016-01-29 09:19:01,2016-01-29 09:39:47,1,2.40,-73.950027465820312,40.784507751464844,1,N,-73.973381042480469,40.757556915283203,1,14,0,0.5,2,0,0.3,16.8 -1,2016-01-29 09:19:01,2016-01-29 09:30:51,1,1.90,-73.981460571289063,40.764274597167969,1,N,-73.980842590332031,40.745086669921875,1,9.5,0,0.5,1,0,0.3,11.3 -1,2016-01-29 09:19:01,2016-01-29 09:30:59,2,1.30,-73.986137390136719,40.762142181396484,1,N,-73.974143981933594,40.750617980957031,2,9,0,0.5,0,0,0.3,9.8 -2,2016-01-29 09:19:01,2016-01-29 09:31:34,5,1.83,-73.981002807617187,40.76007080078125,1,N,-73.991912841796875,40.737918853759766,1,9.5,0,0.5,1,0,0.3,11.3 -1,2016-01-29 09:19:02,2016-01-29 09:22:07,1,.50,-74.016403198242187,40.714752197265625,1,N,-74.00958251953125,40.718776702880859,1,4,0,0.5,0.95,0,0.3,5.75 -1,2016-01-29 09:19:02,2016-01-29 09:47:13,1,2.30,-73.963623046875,40.758693695068359,1,N,-73.991561889648438,40.749916076660156,1,17.5,0,0.5,4.55,0,0.3,22.85 -1,2016-01-29 09:19:02,2016-01-29 09:32:20,1,1.70,-73.975265502929688,40.751056671142578,1,N,-73.955780029296875,40.765964508056641,2,10,0,0.5,0,0,0.3,10.8 -1,2016-01-29 09:19:02,2016-01-29 09:50:34,1,8.60,-73.870933532714844,40.773757934570313,1,N,-73.982757568359375,40.742805480957031,1,30.5,0,0.5,7.36,5.54,0.3,44.2 -2,2016-01-29 09:19:02,2016-01-29 09:22:25,2,.72,-73.96221923828125,40.767578125,1,N,-73.955558776855469,40.776950836181641,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:19:02,2016-01-29 09:26:00,1,.86,-73.972389221191406,40.756881713867188,1,N,-73.983619689941406,40.762191772460937,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:19:02,2016-01-29 09:19:06,1,.00,-74.005180358886719,40.706001281738281,5,N,-74.005180358886719,40.705986022949219,2,65,0,0.5,0,0,0.3,65.8 -2,2016-01-29 09:19:02,2016-01-29 09:36:21,6,1.72,-73.945953369140625,40.775455474853516,1,N,-73.966453552246094,40.764575958251953,1,12,0,0.5,2.56,0,0.3,15.36 -2,2016-01-29 09:19:02,2016-01-29 09:39:03,2,2.53,-73.99066162109375,40.756080627441406,1,N,-73.958396911621094,40.764652252197266,2,14,0,0.5,0,0,0.3,14.8 -2,2016-01-29 09:19:02,2016-01-29 09:23:48,1,.54,-73.96630859375,40.765422821044922,1,N,-73.970390319824219,40.758312225341797,1,5,0,0.5,1.16,0,0.3,6.96 -2,2016-01-29 09:19:02,2016-01-29 09:38:55,1,2.08,-73.953681945800781,40.766696929931641,1,N,-73.981796264648437,40.763141632080078,1,13.5,0,0.5,2.86,0,0.3,17.16 -2,2016-01-29 09:19:02,2016-01-29 09:26:20,1,.82,-73.979034423828125,40.750995635986328,1,N,-73.985771179199219,40.740734100341797,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:19:02,2016-01-29 09:37:52,1,2.17,-73.9703369140625,40.783821105957031,1,N,-73.975364685058594,40.761039733886719,2,13.5,0,0.5,0,0,0.3,14.3 -1,2016-01-29 09:19:03,2016-01-29 09:22:20,1,.70,-74.008804321289063,40.719463348388672,1,N,-74.007095336914063,40.728633880615234,2,4.5,0,0.5,0,0,0.3,5.3 -1,2016-01-29 09:19:03,2016-01-29 09:25:55,1,2.00,-73.872802734375,40.773834228515625,1,N,-73.906646728515625,40.770034790039063,2,8.5,0,0.5,0,0,0.3,9.3 -1,2016-01-29 09:19:03,2016-01-29 09:29:44,1,1.60,-73.967666625976562,40.802829742431641,1,N,-73.981246948242188,40.781215667724609,1,9,0,0.5,1.95,0,0.3,11.75 -1,2016-01-29 09:19:03,2016-01-29 09:29:34,1,1.70,-74.006233215332031,40.748584747314453,1,N,-74.005035400390625,40.728992462158203,1,9.5,0,0.5,2.05,0,0.3,12.35 -2,2016-01-29 09:19:03,2016-01-29 09:35:13,2,4.76,-73.970069885253906,40.752681732177734,1,N,-74.005950927734375,40.706108093261719,2,17,0,0.5,0,0,0.3,17.8 -2,2016-01-29 09:19:03,2016-01-29 09:35:13,4,4.18,-73.967460632324219,40.803230285644531,1,N,-74.00396728515625,40.7589111328125,2,15.5,0,0.5,0,0,0.3,16.3 -2,2016-01-29 09:19:03,2016-01-29 09:32:41,1,3.68,-73.955596923828125,40.771938323974609,1,N,-73.97467041015625,40.733020782470703,1,14,0,0.5,3.7,0,0.3,18.5 -2,2016-01-29 09:19:03,2016-01-29 09:31:16,1,1.10,-73.961753845214844,40.773651123046875,1,N,-73.96771240234375,40.761856079101562,1,9,0,0.5,1.96,0,0.3,11.76 -1,2016-01-29 09:19:04,2016-01-29 09:37:48,1,2.00,-73.981269836425781,40.781963348388672,1,N,-73.96942138671875,40.762954711914062,1,13,0,0.5,2.75,0,0.3,16.55 -2,2016-01-29 09:19:04,2016-01-29 09:43:01,1,2.69,-73.952278137207031,40.781131744384766,1,N,-73.981376647949219,40.763313293457031,1,16,0,0.5,1.2,0,0.3,18 -2,2016-01-29 09:19:04,2016-01-29 09:35:01,2,3.10,-73.981193542480469,40.759769439697266,1,N,-74.001808166503906,40.724411010742188,1,13,0,0.5,2.76,0,0.3,16.56 -2,2016-01-29 09:19:04,2016-01-29 09:26:12,1,.84,-73.985618591308594,40.727149963378906,1,N,-73.990791320800781,40.734859466552734,1,6.5,0,0.5,1,0,0.3,8.3 -2,2016-01-29 09:19:04,2016-01-29 09:25:42,5,.66,-73.959358215332031,40.771881103515625,1,N,-73.966056823730469,40.764759063720703,1,6,0,0.5,1.7,0,0.3,8.5 -1,2016-01-29 09:19:05,2016-01-29 09:44:49,1,1.50,-73.980056762695312,40.743366241455078,1,N,-73.985252380371094,40.757946014404297,2,15.5,0,0.5,0,0,0.3,16.3 -1,2016-01-29 09:19:05,2016-01-29 09:28:50,1,1.00,-73.983352661132813,40.756008148193359,1,N,-73.969635009765625,40.758563995361328,1,7.5,0,0.5,1.65,0,0.3,9.95 -1,2016-01-29 09:19:05,2016-01-29 09:28:41,1,.90,-73.974838256835938,40.756000518798828,1,N,-73.975387573242187,40.765293121337891,1,7.5,0,0.5,1.65,0,0.3,9.95 -1,2016-01-29 09:19:05,2016-01-29 09:19:05,1,.00,-74.00994873046875,40.703250885009766,1,N,0,0,2,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:19:05,2016-01-29 09:30:19,2,2.38,-73.980728149414063,40.764389038085937,1,N,-74.005363464355469,40.7412109375,1,10,0,0.5,2.7,0,0.3,13.5 -2,2016-01-29 09:19:05,2016-01-29 09:37:03,5,1.91,-73.952743530273438,40.778465270996094,1,N,-73.970787048339844,40.76080322265625,1,12,0,0.5,1.5,0,0.3,14.3 -2,2016-01-29 09:19:05,2016-01-29 09:26:31,1,1.34,-74.001129150390625,40.727451324462891,1,N,-73.98828125,40.737556457519531,1,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:19:05,2016-01-29 09:26:33,5,1.28,-73.946487426757812,40.780670166015625,1,N,-73.959068298339844,40.774711608886719,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:19:06,2016-01-29 09:27:31,1,.50,-73.963600158691406,40.768642425537109,1,N,-73.957481384277344,40.768398284912109,1,6.5,0,0.5,1.8,0,0.3,9.1 -1,2016-01-29 09:19:06,2016-01-29 09:23:09,2,.60,-73.987556457519531,40.754535675048828,1,N,-73.98797607421875,40.748264312744141,2,4.5,0,0.5,0,0,0.3,5.3 -1,2016-01-29 09:19:06,2016-01-29 09:37:10,1,1.30,-74.001129150390625,40.741748809814453,1,N,-73.983901977539062,40.746177673339844,1,12,0,0.5,2,0,0.3,14.8 -1,2016-01-29 09:19:06,2016-01-29 09:28:48,1,1.20,-73.999031066894531,40.734237670898438,1,N,-73.986824035644531,40.746044158935547,1,8,0,0.5,1.75,0,0.3,10.55 -2,2016-01-29 09:19:06,2016-01-29 09:35:36,5,1.07,-73.96185302734375,40.759529113769531,1,N,-73.974082946777344,40.759620666503906,1,11,0,0.5,2.95,0,0.3,14.75 -2,2016-01-29 09:19:06,2016-01-29 09:47:31,1,2.99,-73.960708618164062,40.775630950927734,1,N,-73.992568969726563,40.748260498046875,2,18,0,0.5,0,0,0.3,18.8 -2,2016-01-29 09:19:06,2016-01-29 09:48:52,5,5.02,-73.980659484863281,40.765968322753906,1,N,-74.014511108398438,40.714271545410156,1,22.5,0,0.5,2,0,0.3,25.3 -1,2016-01-29 09:19:07,2016-01-29 09:28:57,1,1.40,-73.996162414550781,40.748573303222656,1,N,-73.983207702636719,40.766292572021484,2,8,0,0.5,0,0,0.3,8.8 -1,2016-01-29 09:19:07,2016-01-29 09:34:56,1,1.50,-73.987220764160156,40.733055114746094,1,N,-73.99249267578125,40.713890075683594,2,11.5,0,0.5,0,0,0.3,12.3 -1,2016-01-29 09:19:07,2016-01-29 09:29:36,1,.70,-73.967933654785156,40.752414703369141,1,N,-73.978363037109375,40.749923706054688,2,8,0,0.5,0,0,0.3,8.8 -1,2016-01-29 09:19:07,2016-01-29 09:27:06,1,.70,-73.948188781738281,40.770511627197266,1,N,-73.959648132324219,40.773773193359375,2,6.5,0,0.5,0,0,0.3,7.3 -1,2016-01-29 09:19:07,2016-01-29 09:28:07,1,.90,-73.989387512207031,40.757709503173828,1,N,-73.978752136230469,40.762615203857422,1,7,0,0.5,1.55,0,0.3,9.35 -2,2016-01-29 09:19:07,2016-01-29 09:24:21,1,.97,-73.9818115234375,40.732357025146484,1,N,-73.987388610839844,40.725345611572266,1,5.5,0,0.5,1.26,0,0.3,7.56 -1,2016-01-29 09:19:08,2016-01-29 09:30:46,1,1.50,-73.954933166503906,40.783027648925781,1,N,-73.968940734863281,40.763664245605469,1,9.5,0,0.5,1.5,0,0.3,11.8 -1,2016-01-29 09:19:08,2016-01-29 09:28:56,2,1.40,-73.98681640625,40.739482879638672,1,N,-73.974502563476563,40.756385803222656,1,8,0,0.5,1,0,0.3,9.8 -1,2016-01-29 09:19:08,2016-01-29 09:39:43,1,2.70,-73.999114990234375,40.739307403564453,1,N,-73.975479125976562,40.764469146728516,1,14,0,0.5,1,0,0.3,15.8 -2,2016-01-29 09:19:08,2016-01-29 09:22:10,1,.67,-73.983314514160156,40.756893157958984,1,N,-73.976768493652344,40.764595031738281,1,4.5,0,0.5,1.59,0,0.3,6.89 -2,2016-01-29 09:19:08,2016-01-29 09:24:05,1,.35,-73.977020263671875,40.751979827880859,1,N,-73.972587585449219,40.753551483154297,1,5,0,0.5,1.16,0,0.3,6.96 -2,2016-01-29 09:19:08,2016-01-29 09:44:19,2,9.80,-73.77667236328125,40.645393371582031,1,N,-73.922119140625,40.673480987548828,2,29.5,0,0.5,0,0,0.3,30.3 -2,2016-01-29 09:19:08,2016-01-29 09:30:21,1,1.13,-73.978248596191406,40.773097991943359,1,N,-73.974594116210938,40.761898040771484,1,8.5,0,0.5,1,0,0.3,10.3 -2,2016-01-29 09:19:08,2016-01-29 09:32:14,1,1.45,-73.996673583984375,40.752822875976563,1,N,-73.983139038085938,40.75628662109375,1,9.5,0,0.5,2.06,0,0.3,12.36 -1,2016-01-29 09:19:09,2016-01-29 09:39:26,1,3.30,-73.95281982421875,40.767322540283203,1,N,-73.987899780273437,40.740802764892578,2,16.5,0,0.5,0,0,0.3,17.3 -1,2016-01-29 09:19:09,2016-01-29 09:34:14,1,1.10,-74.006744384765625,40.743995666503906,1,N,-73.990585327148438,40.742195129394531,1,10.5,0,0.5,2.25,0,0.3,13.55 -2,2016-01-29 09:19:09,2016-01-29 09:45:14,1,3.24,-73.948173522949219,40.774379730224609,1,N,-73.983741760253906,40.756969451904297,1,17.5,0,0.5,4.58,0,0.3,22.88 -2,2016-01-29 09:19:09,2016-01-29 09:27:59,1,1.53,-73.998527526855469,40.740371704101563,1,N,-74.001708984375,40.721420288085937,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:19:09,2016-01-29 09:24:27,2,.83,-73.959419250488281,40.763099670410156,1,N,-73.956787109375,40.774879455566406,2,5.5,0,0.5,0,0,0.3,6.3 -1,2016-01-29 09:19:10,2016-01-29 09:28:51,1,1.00,-73.979240417480469,40.749942779541016,1,N,-73.967552185058594,40.757717132568359,1,7.5,0,0.5,2.05,0,0.3,10.35 -1,2016-01-29 09:19:10,2016-01-29 09:24:44,1,.70,-73.948539733886719,40.78192138671875,1,N,-73.955245971679688,40.772628784179688,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:19:10,2016-01-29 09:32:57,1,.79,-73.944831848144531,40.783130645751953,1,N,-73.950233459472656,40.790130615234375,1,9.5,0,0.5,2,0,0.3,12.3 -2,2016-01-29 09:19:10,2016-01-29 09:57:10,1,4.10,-73.991233825683594,40.770057678222656,1,N,-74.004798889160156,40.722808837890625,1,24,0,0.5,4.96,0,0.3,29.76 -2,2016-01-29 09:19:10,2016-01-29 09:41:56,2,5.82,-74.009124755859375,40.703945159912109,1,N,-73.960311889648437,40.762035369873047,2,21,0,0.5,0,0,0.3,21.8 -2,2016-01-29 09:19:10,2016-01-29 09:36:24,2,3.77,-73.991828918457031,40.726055145263672,1,N,-74.010787963867188,40.701728820800781,1,16,0,0.5,4.2,0,0.3,21 -1,2016-01-29 09:19:11,2016-01-29 09:23:09,1,.50,-73.9844970703125,40.748470306396484,1,N,-73.990455627441406,40.745166778564453,1,4.5,0,0.5,1.55,0,0.3,6.85 -1,2016-01-29 09:19:11,2016-01-29 09:27:42,1,1.50,-73.977500915527344,40.776908874511719,1,N,-73.969955444335937,40.794567108154297,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:19:11,2016-01-29 09:30:32,4,1.43,-73.979827880859375,40.759540557861328,1,N,-73.991462707519531,40.747261047363281,2,8.5,0,0.5,0,0,0.3,9.3 -2,2016-01-29 09:19:11,2016-01-30 09:09:35,4,3.34,-73.974647521972656,40.793605804443359,1,N,-73.974655151367188,40.757575988769531,1,16.5,0,0.5,4.32,0,0.3,21.62 -2,2016-01-29 09:19:11,2016-01-29 09:35:15,1,1.69,-73.994110107421875,40.751171112060547,1,N,-73.975059509277344,40.74176025390625,1,11,0,0.5,2.36,0,0.3,14.16 -2,2016-01-29 09:19:11,2016-01-29 09:30:23,1,1.69,-73.997779846191406,40.724323272705078,1,N,-74.016380310058594,40.716884613037109,1,8.5,0,0.5,1.86,0,0.3,11.16 -2,2016-01-29 09:19:11,2016-01-29 09:29:43,5,1.39,-74.006698608398438,40.731300354003906,1,N,-74.013511657714844,40.714958190917969,1,9,0,0.5,1.96,0,0.3,11.76 -2,2016-01-29 09:19:11,2016-01-29 09:28:01,6,.95,-73.981193542480469,40.741382598876953,1,N,-73.991622924804687,40.738876342773437,1,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:19:11,2016-01-29 09:35:44,2,.75,-73.965072631835938,40.755138397216797,1,N,-73.97576904296875,40.7603759765625,2,10.5,0,0.5,0,0,0.3,11.3 -1,2016-01-29 09:19:12,2016-01-29 09:28:34,1,.80,-73.978195190429688,40.752452850341797,1,N,-73.99005126953125,40.751533508300781,1,7.5,0,0.5,0.5,0,0.3,8.8 -1,2016-01-29 09:19:12,2016-01-29 09:43:09,1,2.10,-73.982856750488281,40.744968414306641,1,N,-74.00830078125,40.737751007080078,1,15.5,0,0.5,3.25,0,0.3,19.55 -1,2016-01-29 09:19:12,2016-01-29 09:36:04,1,1.20,-73.999526977539062,40.738643646240234,1,N,-74.007720947265625,40.751312255859375,1,11.5,0,0.5,2.45,0,0.3,14.75 -2,2016-01-29 09:19:12,2016-01-29 09:35:17,1,2.84,-73.953330993652344,40.811088562011719,1,N,-73.980567932128906,40.783115386962891,1,13,0,0.5,4.14,0,0.3,17.94 -1,2016-01-29 09:19:13,2016-01-29 09:33:35,1,1.70,-73.991317749023437,40.749820709228516,1,N,-73.977622985839844,40.756862640380859,1,10.5,0,0.5,3.35,0,0.3,14.65 -1,2016-01-29 09:19:13,2016-01-29 09:27:27,1,.50,0,0,1,N,0,0,1,6.5,0,0.5,1.25,0,0.3,8.55 -2,2016-01-29 09:19:13,2016-01-29 09:28:26,1,.79,-73.972152709960937,40.759021759033203,1,N,-73.984939575195313,40.760139465332031,1,7,0,0.5,1.56,0,0.3,9.36 -1,2016-01-29 09:19:14,2016-01-29 09:52:42,1,19.10,-73.948646545410156,40.773868560791016,2,N,-73.776321411132813,40.645435333251953,1,52,0,0.5,11.65,5.54,0.3,69.99 -1,2016-01-29 09:19:14,2016-01-29 09:25:26,1,.60,-74.001625061035156,40.709259033203125,1,N,-73.99591064453125,40.716438293457031,2,5.5,0,0.5,0,0,0.3,6.3 -1,2016-01-29 09:19:14,2016-01-29 09:23:07,1,.60,-73.979957580566406,40.754482269287109,1,N,-73.986213684082031,40.746013641357422,1,4.5,0,0.5,1.5,0,0.3,6.8 -2,2016-01-29 09:19:14,2016-01-29 09:23:55,1,.68,-73.997840881347656,40.725967407226563,1,N,-74.005035400390625,40.731803894042969,2,5,0,0.5,0,0,0.3,5.8 -1,2016-01-29 09:19:15,2016-01-29 09:35:16,1,1.70,-73.961204528808594,40.769123077392578,1,N,-73.976104736328125,40.750446319580078,1,11,0,0.5,3,0,0.3,14.8 -1,2016-01-29 09:19:15,2016-01-29 09:21:55,1,.30,-73.977043151855469,40.759117126464844,1,N,-73.982704162597656,40.761699676513672,1,3.5,0,0.5,0.21,0,0.3,4.51 -1,2016-01-29 09:19:15,2016-01-29 09:25:49,1,.80,-73.991287231445313,40.749607086181641,1,N,-73.980697631835938,40.751026153564453,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:19:15,2016-01-29 09:36:13,1,1.87,-73.96075439453125,40.769577026367188,1,N,-73.981689453125,40.758308410644531,1,12,0,0.5,2.56,0,0.3,15.36 -2,2016-01-29 09:19:15,2016-01-29 09:39:39,4,3.81,-73.950180053710938,40.771228790283203,1,N,-73.987846374511719,40.737571716308594,1,17,0,0.5,3.56,0,0.3,21.36 -1,2016-01-29 09:19:16,2016-01-29 09:29:07,1,.40,-73.990226745605469,40.767044067382813,1,N,-73.983955383300781,40.766860961914062,1,7.5,0,0.5,1,0,0.3,9.3 -1,2016-01-29 09:19:16,2016-01-29 09:44:07,1,3.20,-73.979301452636719,40.776607513427734,1,N,-74.007957458496094,40.742012023925781,1,17.5,0,0.5,3.65,0,0.3,21.95 -1,2016-01-29 09:19:16,2016-01-29 10:10:56,3,20.70,-73.917213439941406,40.770740509033203,1,N,-73.917213439941406,40.770740509033203,2,60.5,0,0.5,0,0,0.3,61.3 -1,2016-01-29 09:19:16,2016-01-29 09:26:35,1,1.20,-73.983810424804688,40.738231658935547,1,N,-73.995292663574219,40.725162506103516,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:19:16,2016-01-29 09:24:04,1,.60,-73.990547180175781,40.745899200439453,1,N,-73.992088317871094,40.737918853759766,1,5,0,0.5,1.15,0,0.3,6.95 -2,2016-01-29 09:19:16,2016-01-29 09:42:42,1,4.28,-73.998092651367188,40.732940673828125,1,N,-73.953376770019531,40.7646484375,1,18.5,0,0.5,3.86,0,0.3,23.16 -2,2016-01-29 09:19:16,2016-01-30 08:57:42,6,.81,-73.959617614746094,40.758426666259766,1,N,-73.972007751464844,40.760677337646484,2,10,0,0.5,0,0,0.3,10.8 -1,2016-01-29 09:19:17,2016-01-29 09:43:12,1,2.30,-73.984443664550781,40.774707794189453,1,N,-73.973098754882812,40.753398895263672,1,15.5,0,0.5,3.25,0,0.3,19.55 -1,2016-01-29 09:19:17,2016-01-29 09:29:14,1,1.00,-73.972145080566406,40.7454833984375,1,N,-73.970573425292969,40.756546020507813,1,8,0,0.5,2,0,0.3,10.8 -1,2016-01-29 09:19:17,2016-01-29 09:27:45,1,1.20,-73.969169616699219,40.763912200927734,1,N,-73.952468872070313,40.768646240234375,1,7.5,0,0.5,1.65,0,0.3,9.95 -2,2016-01-29 09:19:17,2016-01-29 09:31:37,1,2.30,-74.005996704101563,40.714210510253906,1,N,-74.006111145019531,40.741279602050781,1,11,0,0.5,2.36,0,0.3,14.16 -2,2016-01-29 09:19:17,2016-01-29 09:49:18,5,3.39,-74.003952026367188,40.721958160400391,1,N,-73.975959777832031,40.761051177978516,1,19.5,0,0.5,4.06,0,0.3,24.36 -2,2016-01-29 09:19:17,2016-01-29 09:23:41,1,.57,-73.970283508300781,40.789138793945313,1,N,-73.966392517089844,40.793331146240234,2,5,0,0.5,0,0,0.3,5.8 -2,2016-01-29 09:19:17,2016-01-29 09:46:10,3,5.65,-73.96795654296875,40.802249908447266,1,N,-74.006622314453125,40.739799499511719,2,22,0,0.5,0,0,0.3,22.8 -1,2016-01-29 09:19:18,2016-01-29 09:30:49,1,.80,-73.991500854492187,40.749202728271484,1,N,-73.988204956054688,40.741180419921875,2,8.5,0,0.5,0,0,0.3,9.3 -1,2016-01-29 09:19:18,2016-01-29 09:50:24,1,6.10,-73.979316711425781,40.749588012695313,1,N,-74.011116027832031,40.708724975585938,1,26.5,0,0.5,5.45,0,0.3,32.75 -1,2016-01-29 09:19:18,2016-01-29 09:31:28,1,1.70,-73.950515747070312,40.779319763183594,1,N,-73.964714050292969,40.758071899414063,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:19:18,2016-01-29 09:46:22,1,3.52,-74.008613586425781,40.714447021484375,1,N,-73.978912353515625,40.757480621337891,1,18.5,0,0.5,0,0,0.3,19.3 -1,2016-01-29 09:19:19,2016-01-29 09:26:13,1,.70,-73.954345703125,40.765998840332031,1,N,-73.963821411132813,40.767837524414063,1,6,0,0.5,1.35,0,0.3,8.15 -1,2016-01-29 09:19:19,2016-01-29 09:33:02,1,1.50,-73.955101013183594,40.773075103759766,1,N,-73.973304748535156,40.764213562011719,2,10,0,0.5,0,0,0.3,10.8 -1,2016-01-29 09:19:19,2016-01-29 09:23:36,1,.80,-73.97491455078125,40.793113708496094,1,N,-73.981597900390625,40.783416748046875,1,5,0,0.5,1,0,0.3,6.8 -1,2016-01-29 09:19:19,2016-01-29 09:29:15,1,1.10,-73.998054504394531,40.745861053466797,1,N,-73.991584777832031,40.735382080078125,2,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:19:19,2016-01-29 09:50:35,1,5.83,-73.99420166015625,40.763240814208984,1,N,-74.007957458496094,40.706935882568359,1,24,0,0.5,4.96,0,0.3,29.76 -2,2016-01-29 09:19:19,2016-01-29 09:27:16,1,1.02,-73.99078369140625,40.756546020507813,1,N,-73.982444763183594,40.751148223876953,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:19:19,2016-01-29 09:30:25,3,2.10,-73.874763488769531,40.773937225341797,1,N,-73.882247924804688,40.754310607910156,1,10,0,0.5,2.16,0,0.3,12.96 -2,2016-01-29 09:19:19,2016-01-29 09:27:05,5,1.21,-73.982078552246094,40.768081665039063,1,N,-73.967010498046875,40.769123077392578,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:19:19,2016-01-29 09:22:19,2,.71,-73.964324951171875,40.773269653320313,1,N,-73.957756042480469,40.779621124267578,1,4.5,0,0.5,1.32,0,0.3,6.62 -1,2016-01-29 09:19:20,2016-01-29 09:42:46,1,6.20,-74.008857727050781,40.704124450683594,1,Y,-73.954132080078125,40.765228271484375,1,22,0,0.5,4.55,0,0.3,27.35 -2,2016-01-29 09:19:20,2016-01-29 09:32:17,1,1.42,-74.002708435058594,40.744617462158203,1,N,-74.006546020507813,40.726566314697266,1,9.5,0,0.5,2,0,0.3,12.3 -2,2016-01-29 09:19:20,2016-01-29 09:51:49,1,3.09,-73.997817993164062,40.756549835205078,1,N,-74.0025634765625,40.724899291992187,1,20.5,0,0.5,0,0,0.3,21.3 -2,2016-01-29 09:19:20,2016-01-29 09:32:37,5,1.69,-73.972999572753906,40.793437957763672,1,N,-73.952583312988281,40.784824371337891,2,10,0,0.5,0,0,0.3,10.8 -2,2016-01-29 09:19:20,2016-01-29 09:35:13,1,2.25,0,0,1,N,0,0,1,12,0,0.5,1.5,0,0.3,14.3 -1,2016-01-29 09:19:21,2016-01-29 09:30:07,1,2.70,-73.960624694824219,40.769824981689453,1,N,-73.93231201171875,40.794979095458984,2,10.5,0,0.5,0,0,0.3,11.3 -2,2016-01-29 09:19:21,2016-01-29 09:29:27,3,1.23,-73.996711730957031,40.723743438720703,1,N,-74.010414123535156,40.720306396484375,1,8,0,0.5,1,0,0.3,9.8 -2,2016-01-29 09:19:21,2016-01-29 09:24:14,2,.59,-73.979942321777344,40.754146575927734,1,N,-73.985626220703125,40.754585266113281,1,5,0,0.5,1.16,0,0.3,6.96 -2,2016-01-29 09:19:21,2016-01-29 09:27:13,5,.92,-73.981956481933594,40.776248931884766,1,N,-73.972808837890625,40.7823486328125,1,7,0,0.5,1.56,0,0.3,9.36 -1,2016-01-29 09:19:22,2016-01-29 09:35:50,1,1.50,-73.971656799316406,40.746444702148438,1,N,-73.972969055175781,40.762260437011719,2,11.5,0,0.5,0,0,0.3,12.3 -1,2016-01-29 09:19:22,2016-01-29 09:44:07,1,13.30,-74.015769958496094,40.711154937744141,1,N,-73.8724365234375,40.7745361328125,1,37.5,0,0.5,7.65,0,0.3,45.95 -1,2016-01-29 09:19:22,2016-01-29 09:37:47,1,2.30,-73.974266052246094,40.791393280029297,1,N,-73.944107055664062,40.776035308837891,1,13,0,0.5,1.5,0,0.3,15.3 -2,2016-01-29 09:19:22,2016-01-29 10:01:30,5,8.76,-73.977409362792969,40.753002166748047,1,N,-73.86187744140625,40.768440246582031,1,35,0,0.5,10.74,0,0.3,46.54 -1,2016-01-29 09:19:23,2016-01-29 09:37:18,1,1.20,-73.978553771972656,40.684585571289063,1,N,-73.992446899414062,40.693939208984375,1,11.5,0,0.5,2.45,0,0.3,14.75 -1,2016-01-29 09:19:23,2016-01-29 09:51:46,1,10.30,-73.985771179199219,40.760078430175781,1,N,-73.861648559570313,40.768291473388672,1,33.5,0,0.5,7.95,5.54,0.3,47.79 -1,2016-01-29 09:19:23,2016-01-29 09:28:06,1,1.30,-73.962181091308594,40.767616271972656,1,N,-73.964820861816406,40.755603790283203,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:19:23,2016-01-29 09:23:32,1,.40,-73.995925903320312,40.759273529052734,1,N,-74.000740051269531,40.758327484130859,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:19:23,2016-01-29 09:46:07,1,2.28,-73.973670959472656,40.743053436279297,1,N,-73.981575012207031,40.766220092773438,1,17,0,0.5,3.56,0,0.3,21.36 -2,2016-01-29 09:19:23,2016-01-29 09:30:20,1,.69,-73.96588134765625,40.754379272460938,1,N,-73.973922729492188,40.752250671386719,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:19:23,2016-01-29 09:29:09,2,2.85,-73.990348815917969,40.718994140625,1,N,-74.010917663574219,40.701778411865234,1,11.5,0,0.5,1.23,0,0.3,13.53 -1,2016-01-29 09:19:24,2016-01-29 09:22:53,1,.70,-73.991386413574219,40.765262603759766,1,N,-73.984474182128906,40.774669647216797,1,4.5,0,0.5,1,0,0.3,6.3 -1,2016-01-29 09:19:24,2016-01-29 09:21:50,1,.70,-73.996566772460938,40.7532958984375,1,N,-74.005393981933594,40.748283386230469,2,4,0,0.5,0,0,0.3,4.8 -1,2016-01-29 09:19:24,2016-01-29 09:46:57,1,4.30,-73.992935180664062,40.731636047363281,1,N,-73.957618713378906,40.768280029296875,1,21,0,0.5,4.35,0,0.3,26.15 -2,2016-01-29 09:19:24,2016-01-29 09:25:47,1,.72,-73.955520629882813,40.779361724853516,1,N,-73.945671081542969,40.78057861328125,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:19:24,2016-01-29 09:21:55,5,.74,-73.956710815429687,40.780059814453125,1,N,-73.956199645996094,40.784290313720703,1,5,0,0.5,1.16,0,0.3,6.96 -2,2016-01-29 09:19:24,2016-01-29 09:23:57,1,.65,-74.006340026855469,40.733230590820313,1,N,-74.001129150390625,40.741600036621094,1,5,0,0.5,1.16,0,0.3,6.96 -2,2016-01-29 09:19:24,2016-01-29 09:43:13,1,2.48,-73.989784240722656,40.756614685058594,1,N,-73.958480834960938,40.764263153076172,1,15.5,0,0.5,1.7,0,0.3,18 -1,2016-01-29 09:19:25,2016-01-29 09:36:12,1,1.90,-73.956291198730469,40.767959594726562,1,N,-73.982421875,40.768646240234375,1,11.5,0,0.5,3.05,0,0.3,15.35 -2,2016-01-29 09:19:25,2016-01-29 09:30:11,5,1.45,-73.958572387695313,40.800460815429688,1,N,-73.953170776367188,40.786090850830078,2,9,0,0.5,0,0,0.3,9.8 -2,2016-01-29 09:19:25,2016-01-29 09:24:15,1,.52,-73.975395202636719,40.756118774414063,1,N,-73.969673156738281,40.762523651123047,1,5,0,0.5,1.45,0,0.3,7.25 -2,2016-01-29 09:19:25,2016-01-29 09:27:57,6,.79,-73.953269958496094,40.767738342285156,1,N,-73.961830139160156,40.761238098144531,1,7,0,0.5,0.8,0,0.3,8.6 -2,2016-01-29 09:19:25,2016-01-29 09:35:13,1,3.07,-73.982879638671875,40.685390472412109,1,N,-74.008758544921875,40.718307495117188,1,13.5,0,0.5,2.86,0,0.3,17.16 -1,2016-01-29 09:19:26,2016-01-29 10:06:03,1,13.00,-73.862831115722656,40.768871307373047,1,N,-73.976310729980469,40.760128021240234,1,44.5,0,0.5,10.15,5.54,0.3,60.99 -1,2016-01-29 09:19:26,2016-01-29 09:36:54,1,2.20,-73.972152709960937,40.759323120117188,1,N,-73.970191955566406,40.784061431884766,1,12.5,0,0.5,2.65,0,0.3,15.95 -1,2016-01-29 09:19:26,2016-01-29 09:27:08,1,1.20,-73.97869873046875,40.764949798583984,1,N,-73.978721618652344,40.751415252685547,1,7,0,0.5,2.3,0,0.3,10.1 -1,2016-01-29 09:19:26,2016-01-29 09:38:27,1,1.90,-73.954856872558594,40.765068054199219,1,N,-73.977775573730469,40.754547119140625,1,13,0,0.5,3.45,0,0.3,17.25 -2,2016-01-29 09:19:26,2016-01-29 09:29:14,1,1.25,-73.963218688964844,40.767448425292969,1,N,-73.956138610839844,40.781356811523437,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:19:26,2016-01-29 09:23:09,1,.51,-73.963653564453125,40.766071319580078,1,N,-73.969139099121094,40.763099670410156,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:19:26,2016-01-29 09:25:33,1,1.02,-73.982383728027344,40.764209747314453,1,N,-73.990547180175781,40.750839233398437,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:19:27,2016-01-29 09:30:01,2,1.57,-73.98236083984375,40.771308898925781,1,N,-73.98052978515625,40.753578186035156,2,8.5,0,0.5,0,0,0.3,9.3 -2,2016-01-29 09:19:27,2016-01-29 09:39:13,1,2.33,-73.994911193847656,40.734310150146484,1,N,-73.978607177734375,40.760219573974609,1,13.5,0,0.5,3.15,0,0.3,17.45 -2,2016-01-29 09:19:27,2016-01-29 09:34:00,1,1.39,-73.961441040039063,40.771568298339844,1,N,-73.976631164550781,40.760662078857422,1,10,0,0.5,3.24,0,0.3,14.04 -2,2016-01-29 09:19:27,2016-01-29 09:28:50,1,1.61,-73.970146179199219,40.78424072265625,1,N,-73.964683532714844,40.768226623535156,1,8.5,0,0.5,2,0,0.3,11.3 -2,2016-01-29 09:19:27,2016-01-29 09:34:09,5,1.69,-73.982337951660156,40.774589538574219,1,N,-73.980079650878906,40.755599975585938,1,10.5,0,0.5,2.26,0,0.3,13.56 -2,2016-01-29 09:19:28,2016-01-29 09:23:57,1,1.02,-73.991409301757812,40.765392303466797,1,N,-73.980827331542969,40.774818420410156,1,5.5,0,0.5,1.89,0,0.3,8.19 -2,2016-01-29 09:19:28,2016-01-29 09:34:48,1,2.14,-73.993698120117187,40.732631683349609,1,N,-74.005043029785156,40.749858856201172,1,11.5,0,0.5,2.46,0,0.3,14.76 -2,2016-01-29 09:19:28,2016-01-29 09:40:40,5,1.90,-73.961036682128906,40.765163421630859,1,N,-73.987625122070313,40.765533447265625,2,13.5,0,0.5,0,0,0.3,14.3 -1,2016-01-29 09:19:29,2016-01-29 09:31:32,1,1.00,-74.007530212402344,40.710075378417969,1,N,-74.004997253417969,40.723297119140625,1,9,0,0.5,2.45,0,0.3,12.25 -1,2016-01-29 09:19:29,2016-01-29 09:26:37,1,.70,-73.957145690917969,40.774658203125,1,N,-73.946502685546875,40.7725830078125,2,6,0,0.5,0,0,0.3,6.8 -1,2016-01-29 09:19:29,2016-01-29 09:25:01,1,.50,-73.988716125488281,40.744617462158203,1,N,-73.987701416015625,40.749980926513672,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:19:29,2016-01-29 09:54:27,1,3.93,-73.982521057128906,40.755771636962891,1,N,-74.007522583007812,40.709278106689453,2,22,0,0.5,0,0,0.3,22.8 -1,2016-01-29 09:19:30,2016-01-29 09:34:00,1,2.00,-73.99737548828125,40.736892700195313,1,N,-73.979827880859375,40.762058258056641,1,11,0,0.5,2.35,0,0.3,14.15 -1,2016-01-29 09:19:30,2016-01-29 09:29:25,2,1.00,-73.9869384765625,40.758556365966797,1,N,-74.001220703125,40.757022857666016,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:19:30,2016-01-29 09:21:47,1,.00,-73.936988830566406,40.764820098876953,1,N,-73.936996459960938,40.7647705078125,1,0,0,0,0,0,0,0 -1,2016-01-29 09:19:31,2016-01-29 09:25:26,1,.80,-74.00933837890625,40.718040466308594,1,N,-74.007164001464844,40.730236053466797,1,6,0,0.5,1.35,0,0.3,8.15 -1,2016-01-29 09:19:31,2016-01-29 09:23:25,1,.60,-73.942031860351563,40.80633544921875,1,N,-73.952621459960937,40.810939788818359,1,4.5,0,0.5,1,0,0.3,6.3 -1,2016-01-29 09:19:31,2016-01-29 09:25:10,1,.70,-74.000656127929687,40.757778167724609,1,N,-73.993461608886719,40.7520751953125,1,5.5,0,0.5,1.25,0,0.3,7.55 -2,2016-01-29 09:19:31,2016-01-29 09:35:44,1,1.40,-73.998908996582031,40.739551544189453,1,N,-73.994865417480469,40.727977752685547,1,11,0,0.5,2.36,0,0.3,14.16 -2,2016-01-29 09:19:31,2016-01-29 09:29:17,5,1.42,-73.968452453613281,40.798980712890625,1,N,-73.949539184570312,40.801921844482422,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:19:31,2016-01-29 09:32:57,4,1.57,-73.957038879394531,40.770359039306641,1,N,-73.9715576171875,40.750080108642578,2,10,0,0.5,0,0,0.3,10.8 -1,2016-01-29 09:19:32,2016-01-29 09:28:58,1,.70,-74.004608154296875,40.725627899169922,1,N,-74.011215209960938,40.729221343994141,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:19:32,2016-01-29 09:38:51,1,1.50,-73.959175109863281,40.763248443603516,1,N,-73.972465515136719,40.74969482421875,2,12.5,0,0.5,0,0,0.3,13.3 -1,2016-01-29 09:19:32,2016-01-29 09:37:21,1,2.30,-73.965057373046875,40.755165100097656,1,N,-73.95947265625,40.781051635742188,1,12.5,0,0.5,1.75,0,0.3,15.05 -2,2016-01-29 09:19:32,2016-01-29 09:47:54,1,9.30,-73.984107971191406,40.755340576171875,1,N,-73.871192932128906,40.774200439453125,1,30,0,0.5,9.08,5.54,0.3,45.42 -2,2016-01-29 09:19:32,2016-01-29 09:28:56,2,1.23,-73.996086120605469,40.733081817626953,1,N,-74.007659912109375,40.725448608398438,1,7.5,0,0.5,1.66,0,0.3,9.96 -1,2016-01-29 09:19:33,2016-01-29 09:46:02,1,2.80,-73.980926513671875,40.782684326171875,1,N,-73.972381591796875,40.7547607421875,1,18,0,0.5,3.75,0,0.3,22.55 -1,2016-01-29 09:19:33,2016-01-29 09:26:11,1,.90,-73.962593078613281,40.767066955566406,1,N,-73.962020874023438,40.776664733886719,1,6.5,0,0.5,2.15,0,0.3,9.45 -1,2016-01-29 09:19:33,2016-01-29 09:25:00,1,.60,0,0,1,N,0,0,1,5,0,0.5,1.15,0,0.3,6.95 -2,2016-01-29 09:19:33,2016-01-29 09:28:08,6,1.21,-73.983650207519531,40.749855041503906,1,N,-73.994194030761719,40.735294342041016,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:19:33,2016-01-29 09:46:43,1,4.53,-73.985748291015625,40.757225036621094,1,N,-74.015983581542969,40.714790344238281,1,20.5,0,0.5,3.2,0,0.3,24.5 -2,2016-01-29 09:19:33,2016-01-29 09:25:00,1,.76,-74.004798889160156,40.721160888671875,1,N,-73.996116638183594,40.726619720458984,1,5.5,0,0.5,1.26,0,0.3,7.56 -2,2016-01-29 09:19:33,2016-01-29 09:32:17,3,1.85,-73.972808837890625,40.746440887451172,1,N,-73.961982727050781,40.767719268798828,1,10,0,0.5,0,0,0.3,10.8 -2,2016-01-29 09:19:33,2016-01-29 09:32:17,2,1.65,-73.946929931640625,40.784294128417969,1,N,-73.969245910644531,40.785327911376953,1,9.5,0,0.5,0,0,0.3,10.3 -1,2016-01-29 09:19:34,2016-01-29 09:25:54,1,.50,-73.978767395019531,40.741207122802734,1,N,-73.98590087890625,40.740863800048828,1,5.5,0,0.5,1.25,0,0.3,7.55 -1,2016-01-29 09:19:34,2016-01-29 09:44:47,1,7.90,-74.015983581542969,40.711616516113281,1,N,-73.962127685546875,40.802097320556641,1,26,0,0.5,5.35,0,0.3,32.15 -1,2016-01-29 09:19:34,2016-01-29 09:30:18,1,.70,-74.005569458007813,40.748252868652344,1,N,-74.007064819335937,40.740898132324219,1,8,0,0.5,1.75,0,0.3,10.55 -1,2016-01-29 09:19:34,2016-01-29 09:30:29,1,.60,-74.001693725585938,40.746555328369141,1,N,-73.990997314453125,40.742145538330078,1,8,0,0.5,1.75,0,0.3,10.55 -2,2016-01-29 09:19:34,2016-01-29 09:45:47,1,1.89,-73.968818664550781,40.752521514892578,1,N,-73.994102478027344,40.745731353759766,1,16,0,0.5,3.36,0,0.3,20.16 -2,2016-01-29 09:19:34,2016-01-29 09:28:51,6,1.02,-73.979057312011719,40.764259338378906,1,N,-73.975570678710937,40.754878997802734,1,7,0,0.5,1,0,0.3,8.8 -2,2016-01-29 09:19:34,2016-01-29 09:36:53,1,1.97,-73.99114990234375,40.749355316162109,1,N,-73.9736328125,40.75830078125,2,12,0,0.5,0,0,0.3,12.8 -2,2016-01-29 09:19:34,2016-01-29 09:22:26,4,.48,-73.95355224609375,40.778701782226563,1,N,-73.949989318847656,40.784263610839844,1,4,0,0.5,1.44,0,0.3,6.24 -2,2016-01-29 09:19:35,2016-01-29 09:31:32,1,2.06,-73.979667663574219,40.783649444580078,1,N,-73.953010559082031,40.786018371582031,1,10,0,0.5,1.2,0,0.3,12 -2,2016-01-29 09:19:35,2016-01-29 09:29:47,2,1.79,-73.9532470703125,40.767364501953125,1,N,-73.971122741699219,40.753608703613281,1,9,0,0.5,1,0,0.3,10.8 -1,2016-01-29 09:19:36,2016-01-29 09:27:04,1,.90,-73.956878662109375,40.783355712890625,1,N,-73.963172912597656,40.771598815917969,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:19:36,2016-01-29 09:34:56,1,2.00,-73.990592956542969,40.745555877685547,1,N,-73.994491577148438,40.765945434570313,2,11,0,0.5,0,0,0.3,11.8 -1,2016-01-29 09:19:36,2016-01-29 09:23:04,1,.70,-74.004531860351563,40.747249603271484,1,N,-73.994941711425781,40.750106811523438,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:19:36,2016-01-29 09:31:48,6,3.98,-73.925933837890625,40.772430419921875,1,N,-73.910667419433594,40.803890228271484,1,14,0,0.5,5.08,5.54,0.3,25.42 -1,2016-01-29 09:19:37,2016-01-29 09:43:25,1,2.40,-73.950859069824219,40.770717620849609,1,N,-73.982711791992188,40.761283874511719,1,16,0,0.5,1,0,0.3,17.8 -1,2016-01-29 09:19:37,2016-01-29 09:43:49,1,3.00,-73.953666687011719,40.775238037109375,1,N,-73.987503051757812,40.753387451171875,2,16.5,0,0.5,0,0,0.3,17.3 -1,2016-01-29 09:19:37,2016-01-29 09:36:49,1,2.00,-73.956474304199219,40.783821105957031,1,N,-73.971969604492187,40.759407043457031,2,12.5,0,0.5,0,0,0.3,13.3 -1,2016-01-29 09:19:37,2016-01-29 09:31:25,2,1.60,-73.993293762207031,40.736797332763672,1,N,-74.007606506347656,40.751575469970703,1,9.5,0,0.5,2,0,0.3,12.3 -2,2016-01-29 09:19:37,2016-01-29 09:35:18,1,1.59,-73.956687927246094,40.775089263916016,1,N,-73.974090576171875,40.762741088867188,2,11,0,0.5,0,0,0.3,11.8 -2,2016-01-29 09:19:37,2016-01-29 09:31:00,1,1.47,-73.950698852539062,40.782341003417969,1,N,-73.960983276367188,40.764957427978516,2,9,0,0.5,0,0,0.3,9.8 -1,2016-01-29 09:19:38,2016-01-29 09:27:17,1,1.30,-73.993980407714844,40.726680755615234,1,N,-73.984260559082031,40.743339538574219,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:19:38,2016-01-29 09:31:28,2,2.00,-73.95599365234375,40.784721374511719,1,N,-73.979774475097656,40.781089782714844,2,9.5,0,0.5,0,0,0.3,10.3 -1,2016-01-29 09:19:38,2016-01-29 09:32:27,1,1.70,-73.988418579101563,40.76397705078125,1,N,-74.007766723632813,40.751827239990234,1,10,0,0.5,2.7,0,0.3,13.5 -2,2016-01-29 09:19:38,2016-01-29 09:47:34,5,2.85,-73.972969055175781,40.760086059570313,1,N,-74.004669189453125,40.741863250732422,1,18,0,0.5,4.7,0,0.3,23.5 -2,2016-01-29 09:19:38,2016-01-29 09:41:33,1,2.65,-73.959419250488281,40.763111114501953,1,N,-73.992393493652344,40.758960723876953,1,15,0,0.5,1,0,0.3,16.8 -2,2016-01-29 09:19:38,2016-01-29 09:26:41,1,.75,-74.008293151855469,40.722221374511719,1,N,-73.99957275390625,40.724430084228516,1,6,0,0.5,1.36,0,0.3,8.16 -1,2016-01-29 09:19:39,2016-01-29 09:25:49,1,.60,-73.996177673339844,40.74853515625,1,N,-73.994400024414063,40.754299163818359,1,5.5,0,0.5,1.25,0,0.3,7.55 -1,2016-01-29 09:19:39,2016-01-29 09:30:30,1,1.60,-73.99603271484375,40.738517761230469,1,N,-73.984901428222656,40.757373809814453,1,9,0,0.5,1.95,0,0.3,11.75 -2,2016-01-29 09:19:39,2016-01-29 09:29:05,2,1.28,-73.981231689453125,40.753120422363281,1,N,-73.992576599121094,40.7369384765625,1,7.5,0,0.5,1.66,0,0.3,9.96 -2,2016-01-29 09:19:39,2016-01-29 09:28:50,1,1.27,-73.98394775390625,40.775508880615234,1,N,-73.97314453125,40.764358520507813,1,7.5,0,0.5,2.49,0,0.3,10.79 -2,2016-01-29 09:19:39,2016-01-29 09:53:52,6,21.91,-73.974418640136719,40.756969451904297,2,N,-73.790481567382812,40.646751403808594,1,52,0,0.5,11.67,5.54,0.3,70.01 -2,2016-01-29 09:19:39,2016-01-29 09:26:09,1,.71,-73.976852416992188,40.756771087646484,1,N,-73.969390869140625,40.763370513916016,1,6,0,0.5,1,0,0.3,7.8 -2,2016-01-29 09:19:39,2016-01-29 09:38:49,1,1.61,-73.988662719726563,40.768821716308594,1,N,-73.982223510742188,40.756591796875,1,9,0,0.5,2.45,0,0.3,12.25 -1,2016-01-29 09:19:40,2016-01-29 09:37:02,1,1.20,-74.009422302246094,40.715595245361328,1,N,-74.00616455078125,40.705471038818359,1,11.5,0,0.5,2,0,0.3,14.3 -1,2016-01-29 09:19:40,2016-01-29 09:39:43,2,.80,-73.992919921875,40.758674621582031,1,N,-73.995834350585938,40.764453887939453,1,12.5,0,0.5,2.65,0,0.3,15.95 -1,2016-01-29 09:19:40,2016-01-29 09:25:00,1,.60,-73.988945007324219,40.736621856689453,1,N,-73.987220764160156,40.743930816650391,1,5.5,0,0.5,1.25,0,0.3,7.55 -2,2016-01-29 09:19:40,2016-01-29 09:36:59,1,1.03,-73.963653564453125,40.760341644287109,1,N,-73.971473693847656,40.758701324462891,1,11,0,0.5,0,0,0.3,11.8 -2,2016-01-29 09:19:40,2016-01-29 09:40:41,2,1.89,-73.964126586914062,40.756481170654297,1,N,-73.978904724121094,40.772270202636719,1,13.5,0,0.5,2.86,0,0.3,17.16 -1,2016-01-29 09:19:41,2016-01-29 09:39:05,1,2.30,-73.995574951171875,40.733238220214844,1,N,-74.001708984375,40.756465911865234,1,13,0,0.5,2.75,0,0.3,16.55 -1,2016-01-29 09:19:41,2016-01-29 09:27:05,1,.60,-73.965965270996094,40.758720397949219,1,N,-73.969467163085937,40.750370025634766,1,6,0,0.5,1,0,0.3,7.8 -1,2016-01-29 09:19:41,2016-01-29 09:35:36,1,2.20,-73.999908447265625,40.743389129638672,1,N,-73.982070922851562,40.770591735839844,1,12,0,0.5,1.2,0,0.3,14 -2,2016-01-29 09:19:41,2016-01-29 09:31:43,6,2.91,-73.9840087890625,40.721668243408203,1,N,-74.007698059082031,40.711799621582031,1,12.5,0,0.5,2.66,0,0.3,15.96 -2,2016-01-29 09:19:41,2016-01-29 09:27:53,2,.80,-73.980598449707031,40.747966766357422,1,N,-73.987800598144531,40.738212585449219,1,7,0,0.5,1.56,0,0.3,9.36 -1,2016-01-29 09:19:42,2016-01-29 09:31:04,1,1.70,-74.000495910644531,40.726222991943359,1,N,-74.006622314453125,40.74432373046875,1,9.5,0,0.5,2.05,0,0.3,12.35 -1,2016-01-29 09:19:42,2016-01-29 09:43:34,1,5.30,-74.016319274902344,40.710006713867188,1,N,-73.985702514648437,40.739837646484375,1,21.5,0,0.5,4.46,0,0.3,26.76 -1,2016-01-29 09:19:42,2016-01-29 09:29:53,1,1.90,-74.004600524902344,40.715644836425781,1,N,-73.98919677734375,40.693447113037109,2,9.5,0,0.5,0,0,0.3,10.3 -1,2016-01-29 09:19:42,2016-01-29 09:58:03,1,16.60,-73.974220275878906,40.750690460205078,2,N,-73.787155151367188,40.647548675537109,1,52,0,0.5,0,5.54,0.3,58.34 -1,2016-01-29 09:19:42,2016-01-29 09:41:34,1,4.10,-73.988128662109375,40.774665832519531,1,N,-74.010879516601562,40.722938537597656,1,17,0,0.5,3.55,0,0.3,21.35 -1,2016-01-29 09:19:42,2016-01-29 09:29:16,1,1.20,-73.987274169921875,40.729072570800781,1,N,-74.000480651855469,40.723880767822266,1,8,0,0.5,1.5,0,0.3,10.3 -2,2016-01-29 09:19:42,2016-01-29 09:23:43,3,.31,-73.97052001953125,40.761802673339844,1,N,-73.975151062011719,40.763481140136719,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:19:42,2016-01-29 09:39:33,1,2.24,-73.980667114257813,40.765213012695313,1,N,-74.005447387695312,40.750942230224609,1,14,0,0.5,3.7,0,0.3,18.5 -1,2016-01-29 09:19:43,2016-01-29 09:25:31,1,.80,-73.997413635253906,40.741485595703125,1,N,-73.988029479980469,40.734748840332031,1,5.5,0,0.5,1.25,0,0.3,7.55 -1,2016-01-29 09:19:43,2016-01-29 09:54:44,1,7.90,-73.998649597167969,40.681396484375,1,N,-73.992835998535156,40.768428802490234,1,29.5,0,0.5,7.55,0,0.3,37.85 -1,2016-01-29 09:19:43,2016-01-29 09:43:18,3,4.90,-73.989601135253906,40.756217956542969,1,N,-74.016624450683594,40.704849243164063,1,19,0,0.5,4,0,0.3,23.8 -1,2016-01-29 09:19:43,2016-01-29 09:27:21,1,.80,-73.983474731445313,40.766750335693359,1,N,-73.993797302246094,40.766899108886719,1,6.5,0,0.5,2.15,0,0.3,9.45 -1,2016-01-29 09:19:43,2016-01-29 09:22:56,1,.70,-74.016288757324219,40.714649200439453,1,N,-74.016593933105469,40.705062866210937,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:19:43,2016-01-29 09:22:00,1,.42,-73.952896118164062,40.782855987548828,1,N,-73.956100463867188,40.777938842773438,1,3.5,0,0.5,0.64,0,0.3,4.94 -2,2016-01-29 09:19:43,2016-01-29 09:31:04,2,2.07,-73.99737548828125,40.738536834716797,1,N,-74.010635375976563,40.713565826416016,1,9.5,0,0.5,2.58,0,0.3,12.88 -2,2016-01-29 09:19:43,2016-01-29 09:46:45,1,3.00,-73.981109619140625,40.784114837646484,1,N,-73.965080261230469,40.755588531494141,2,18,0,0.5,0,0,0.3,18.8 -2,2016-01-29 09:19:43,2016-01-29 09:47:42,1,3.05,-73.969291687011719,40.761043548583984,1,N,-74.004486083984375,40.742210388183594,1,18,0,0.5,2,0,0.3,20.8 -1,2016-01-29 09:19:44,2016-01-29 09:32:57,1,5.90,-73.789909362792969,40.646884918212891,1,N,-73.823760986328125,40.70538330078125,2,18,0,0.5,0,0,0.3,18.8 -1,2016-01-29 09:19:44,2016-01-29 09:28:52,1,.70,-73.992034912109375,40.74896240234375,1,N,-73.990913391113281,40.742031097412109,1,7,0,0.5,0.5,0,0.3,8.3 -1,2016-01-29 09:19:45,2016-01-29 09:25:04,1,.80,-73.971664428710937,40.746517181396484,1,N,-73.963973999023438,40.756950378417969,1,6,0,0.5,2,0,0.3,8.8 -1,2016-01-29 09:19:45,2016-01-29 10:18:31,3,42.00,-73.776763916015625,40.645427703857422,3,N,-74.177665710449219,40.695465087890625,1,126,0,0,0.01,16.04,0.3,142.35 -2,2016-01-29 09:19:45,2016-01-29 09:34:49,3,3.28,-74.002906799316406,40.760345458984375,1,N,-74.013717651367187,40.714923858642578,2,13.5,0,0.5,0,0,0.3,14.3 -1,2016-01-29 09:19:46,2016-01-29 09:50:55,2,2.50,-73.978958129882813,40.777362823486328,1,N,-74.004928588867188,40.751678466796875,1,19.5,0,0.5,4.05,0,0.3,24.35 -1,2016-01-29 09:19:46,2016-01-29 09:28:42,1,2.00,-73.9698486328125,40.794582366943359,1,N,-73.949424743652344,40.812484741210938,1,9,0,0.5,1.5,0,0.3,11.3 -1,2016-01-29 09:19:46,2016-01-29 09:27:53,1,1.90,-73.954414367675781,40.778144836425781,1,N,-73.934959411621094,40.796463012695313,1,8.5,0,0.5,2.3,0,0.3,11.6 -1,2016-01-29 09:19:46,2016-01-29 09:31:12,1,1.10,-73.971481323242187,40.7508544921875,1,N,-73.983741760253906,40.740604400634766,1,8.5,0,0.5,1.5,0,0.3,10.8 -2,2016-01-29 09:19:46,2016-01-29 09:33:01,6,1.51,-73.984992980957031,40.728065490722656,1,N,-73.978797912597656,40.744846343994141,2,10,0,0.5,0,0,0.3,10.8 -2,2016-01-29 09:19:46,2016-01-29 09:43:37,1,2.84,-73.974113464355469,40.791309356689453,1,N,-73.964645385742188,40.764797210693359,2,15.5,0,0.5,0,0,0.3,16.3 -2,2016-01-29 09:19:46,2016-01-29 09:40:00,1,1.99,-74.015098571777344,40.718181610107422,1,N,-73.994285583496094,40.728298187255859,1,13.5,0,0.5,2.86,0,0.3,17.16 -2,2016-01-29 09:19:46,2016-01-29 09:32:18,1,1.68,-73.975189208984375,40.782520294189453,1,N,-73.978187561035156,40.76287841796875,1,9.5,0,0.5,3.09,0,0.3,13.39 -1,2016-01-29 09:19:47,2016-01-29 09:30:24,1,1.70,-74.006660461425781,40.731094360351563,1,N,-74.006698608398438,40.751350402832031,1,9.5,0,0.5,2.06,0,0.3,12.36 -1,2016-01-29 09:19:47,2016-01-29 09:27:30,1,.60,-73.975265502929688,40.735774993896484,1,N,-73.981460571289063,40.739776611328125,2,6.5,0,0.5,0,0,0.3,7.3 -1,2016-01-29 09:19:47,2016-01-29 09:26:46,3,.80,-74.005905151367188,40.739978790283203,1,N,-73.997589111328125,40.736324310302734,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:19:47,2016-01-29 09:37:07,5,4.87,-73.981498718261719,40.743938446044922,1,N,-74.014556884765625,40.703361511230469,1,18.5,0,0.5,3.86,0,0.3,23.16 -2,2016-01-29 09:19:47,2016-01-29 09:59:49,1,8.28,-73.885704040527344,40.773120880126953,1,N,-73.97161865234375,40.757339477539063,1,32,0,0.5,8.2,0,0.3,41 -1,2016-01-29 09:19:48,2016-01-29 09:47:01,1,7.70,-73.999900817871094,40.682769775390625,1,N,-73.977432250976563,40.750400543212891,1,26.5,0,0.5,5.46,0,0.3,32.76 -1,2016-01-29 09:19:48,2016-01-29 09:23:40,1,.60,-73.989524841308594,40.774440765380859,1,N,-73.983451843261719,40.779373168945313,1,4.5,0,0.5,1.05,0,0.3,6.35 -1,2016-01-29 09:19:48,2016-01-29 10:22:54,1,11.70,-73.96807861328125,40.800518035888672,1,N,-74.013999938964844,40.673812866210938,2,47,0,0.5,0,5.54,0.3,53.34 -1,2016-01-29 09:19:48,2016-01-29 09:49:40,1,10.00,-73.975051879882813,40.787967681884766,1,N,-73.865036010742187,40.770565032958984,1,32.5,0,0.5,6,5.54,0.3,44.84 -2,2016-01-29 09:19:48,2016-01-29 09:38:55,1,2.26,-73.953254699707031,40.767280578613281,1,N,-73.979133605957031,40.755245208740234,1,13.5,0,0.5,2.86,0,0.3,17.16 -2,2016-01-29 09:19:48,2016-01-29 09:22:23,1,.44,-73.986152648925781,40.740264892578125,1,N,-73.991920471191406,40.738395690917969,1,4,0,0.5,0.96,0,0.3,5.76 -1,2016-01-29 09:19:49,2016-01-29 09:34:31,1,1.00,-73.965667724609375,40.758296966552734,1,N,-73.978050231933594,40.752273559570312,2,10,0,0.5,0,0,0.3,10.8 -1,2016-01-29 09:19:49,2016-01-29 09:28:00,1,.90,-73.979652404785156,40.7398681640625,1,N,-73.99188232421875,40.737739562988281,1,7,0,0.5,1.56,0,0.3,9.36 -1,2016-01-29 09:19:49,2016-01-29 09:24:27,1,.80,-73.968757629394531,40.786067962646484,1,N,-73.979225158691406,40.781906127929688,1,5,0,0.5,1.15,0,0.3,6.95 -2,2016-01-29 09:19:49,2016-01-29 09:35:49,6,2.03,-73.982101440429688,40.772499084472656,1,N,-73.970550537109375,40.758258819580078,2,12,0,0.5,0,0,0.3,12.8 -2,2016-01-29 09:19:49,2016-01-29 09:54:41,4,6.58,-74.013938903808594,40.713729858398438,1,N,-73.976150512695312,40.755756378173828,1,28,0,0.5,7.2,0,0.3,36 -2,2016-01-29 09:19:49,2016-01-29 09:23:36,2,.60,-73.956954956054688,40.766521453857422,1,N,-73.960586547851563,40.772346496582031,1,4.5,0,0.5,1.06,0,0.3,6.36 -2,2016-01-29 09:19:49,2016-01-29 09:35:17,1,1.56,-73.999931335449219,40.71820068359375,1,N,-74.000679016113281,40.735988616943359,1,11,0,0.5,2.95,0,0.3,14.75 -2,2016-01-29 09:19:49,2016-01-29 09:22:07,1,.41,-74.0059814453125,40.735488891601563,1,N,-74.006446838378906,40.739040374755859,1,3.5,0,0.5,0.86,0,0.3,5.16 -2,2016-01-29 09:19:49,2016-01-29 09:33:14,1,1.36,-73.988227844238281,40.745773315429688,1,N,-73.975112915039063,40.755519866943359,1,10,0,0.5,2.16,0,0.3,12.96 -1,2016-01-29 09:19:50,2016-01-29 09:25:50,1,.70,-73.962661743164063,40.765293121337891,1,N,-73.955215454101563,40.7657470703125,2,5.5,0,0.5,0,0,0.3,6.3 -1,2016-01-29 09:19:50,2016-01-29 09:51:48,1,4.80,-74.015556335449219,40.714256286621094,1,N,-73.982170104980469,40.7606201171875,1,24,0,0.5,3.72,0,0.3,28.52 -2,2016-01-29 09:19:50,2016-01-29 09:41:39,1,1.89,-73.993873596191406,40.751480102539063,1,N,-73.970016479492188,40.757049560546875,2,14,0,0.5,0,0,0.3,14.8 -2,2016-01-29 09:19:50,2016-01-29 09:31:09,1,.89,-73.987998962402344,40.749614715576172,1,N,-73.975425720214844,40.749408721923828,1,8,0,0.5,2.2,0,0.3,11 -2,2016-01-29 09:19:50,2016-01-29 09:32:06,2,1.62,-73.960227966308594,40.770420074462891,1,N,-73.979766845703125,40.760208129882813,1,9.5,0,0.5,2.06,0,0.3,12.36 -2,2016-01-29 09:19:50,2016-01-29 09:30:02,1,.99,-74.000221252441406,40.733039855957031,1,N,-73.991447448730469,40.733310699462891,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:19:50,2016-01-29 09:26:13,3,1.33,-73.955116271972656,40.804786682128906,1,N,-73.952850341796875,40.791885375976563,1,6.5,0,0.5,1.82,0,0.3,9.12 -2,2016-01-29 09:19:50,2016-01-29 09:50:50,3,3.60,-73.976783752441406,40.738761901855469,1,N,-73.955978393554688,40.737266540527344,1,21,0,0.5,5.47,5.54,0.3,32.81 -2,2016-01-29 09:19:50,2016-01-29 09:25:17,2,1.02,-73.960037231445312,40.782299041748047,1,N,-73.975547790527344,40.781749725341797,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:19:50,2016-01-29 09:37:44,1,1.93,0,0,1,N,0,0,1,12,0,0.5,0,0,0.3,12.8 -2,2016-01-29 09:19:51,2016-01-29 09:26:24,1,1.14,-73.991310119628906,40.750156402587891,1,N,-73.9803466796875,40.760147094726563,1,6.5,0,0.5,1.82,0,0.3,9.12 -1,2016-01-29 09:19:52,2016-01-29 09:26:40,1,.40,-73.974273681640625,40.778610229492188,1,N,-73.978652954101563,40.772689819335938,2,6,0,0.5,0,0,0.3,6.8 -1,2016-01-29 09:19:52,2016-01-29 09:28:32,1,.60,-73.985549926757813,40.7442626953125,1,N,-73.991500854492187,40.749065399169922,1,6.5,0,0.5,1.8,0,0.3,9.1 -2,2016-01-29 09:19:52,2016-01-29 09:29:39,2,1.08,-73.955711364746094,40.782524108886719,1,N,-73.956573486328125,40.771110534667969,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:19:52,2016-01-29 09:40:25,1,1.58,-73.967987060546875,40.755546569824219,1,N,-73.987533569335938,40.755638122558594,1,13,0,0.5,0,0,0.3,13.8 -2,2016-01-29 09:19:52,2016-01-29 09:32:48,1,2.42,-73.945930480957031,40.773361206054687,1,N,-73.97515869140625,40.755851745605469,1,11,0,0.5,2.36,0,0.3,14.16 -1,2016-01-29 09:19:53,2016-01-29 09:48:22,1,5.10,-74.009666442871094,40.705726623535156,1,N,-73.972419738769531,40.753856658935547,1,23,0,0.5,2,0,0.3,25.8 -1,2016-01-29 09:19:53,2016-01-29 09:22:56,1,.50,-73.984626770019531,40.779445648193359,1,N,-73.984184265136719,40.773838043212891,1,4,0,0.5,1,0,0.3,5.8 -2,2016-01-29 09:19:53,2016-01-29 09:23:10,1,.43,-73.98870849609375,40.753990173339844,1,N,-73.981880187988281,40.7506103515625,2,4,0,0.5,0,0,0.3,4.8 -2,2016-01-29 09:19:53,2016-01-29 09:27:39,6,1.04,-73.957786560058594,40.765457153320313,1,N,-73.967987060546875,40.762516021728516,2,6.5,0,0.5,0,0,0.3,7.3 -1,2016-01-29 09:19:54,2016-01-29 09:27:11,1,.70,0,0,1,N,0,0,1,6.5,0,0.5,1.46,0,0.3,8.76 -1,2016-01-29 09:19:54,2016-01-29 09:24:28,1,1.00,-73.909858703613281,40.753082275390625,1,N,-73.92987060546875,40.752166748046875,1,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:19:54,2016-01-29 09:32:08,1,1.42,-73.954505920410156,40.777297973632813,1,N,-73.962059020996094,40.760402679443359,1,9.5,0,0.5,1.7,0,0.3,12 -2,2016-01-29 09:19:54,2016-01-29 09:34:19,1,2.25,-73.97650146484375,40.775421142578125,1,N,-73.952827453613281,40.783100128173828,1,12,0,0.5,0.7,0,0.3,13.5 -2,2016-01-29 09:19:54,2016-01-29 09:28:31,1,1.23,-73.964859008789063,40.764968872070313,1,N,-73.959823608398438,40.779338836669922,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:19:54,2016-01-29 09:48:26,2,13.27,-73.944992065429687,40.783199310302734,1,N,-74.013526916503906,40.649021148681641,1,37,0,0.5,8.67,5.54,0.3,52.01 -1,2016-01-29 09:19:55,2016-01-29 09:42:14,1,2.20,-73.988090515136719,40.779373168945313,1,N,-73.970123291015625,40.760177612304688,1,15,0,0.5,3.15,0,0.3,18.95 -1,2016-01-29 09:19:55,2016-01-29 09:58:34,2,5.90,-74.00445556640625,40.721103668212891,1,N,-73.92340087890625,40.704780578613281,1,27,0,0.5,5.55,0,0.3,33.35 -1,2016-01-29 09:19:55,2016-01-29 09:50:21,1,5.50,-73.954216003417969,40.815944671630859,1,N,-73.952590942382812,40.789249420166016,2,22.5,0,0.5,0,0,0.3,23.3 -2,2016-01-29 09:19:55,2016-01-29 10:07:42,1,17.60,-73.978904724121094,40.76190185546875,2,N,-73.776603698730469,40.644866943359375,1,52,0,0.5,7.5,0,0.3,60.3 -2,2016-01-29 09:19:55,2016-01-29 09:38:41,1,2.32,0,0,1,N,0,0,1,13.5,0,0.5,0.02,0,0.3,14.32 -2,2016-01-29 09:19:55,2016-01-29 09:46:49,1,2.66,-73.956512451171875,40.766975402832031,1,N,-73.986808776855469,40.753326416015625,1,17,0,0.5,1.78,0,0.3,19.58 -2,2016-01-29 09:19:55,2016-01-29 09:27:37,1,1.21,-74.007514953613281,40.726150512695312,1,N,-74.004371643066406,40.741661071777344,1,7,0,0.5,2,0,0.3,9.8 -2,2016-01-29 09:19:56,2016-01-29 09:46:04,4,8.54,-73.960807800292969,40.780990600585937,1,N,-73.873008728027344,40.774440765380859,2,29,0,0.5,0,5.54,0.3,35.34 -2,2016-01-29 09:19:56,2016-01-29 09:39:24,1,2.82,-73.964653015136719,40.791770935058594,1,N,-73.981658935546875,40.758720397949219,1,14,0,0.5,2.96,0,0.3,17.76 -2,2016-01-29 09:19:56,2016-01-29 09:38:14,2,1.61,-73.988601684570313,40.758865356445313,1,N,-73.96826171875,40.764629364013672,2,12,0,0.5,0,0,0.3,12.8 -2,2016-01-29 09:19:56,2016-01-29 09:32:07,1,1.50,-74.002037048339844,40.7298583984375,1,N,-73.986068725585937,40.740741729736328,1,9.5,0,0.5,2.06,0,0.3,12.36 -1,2016-01-29 09:19:57,2016-01-29 09:28:28,1,1.40,-73.890205383300781,40.746219635009766,1,N,-73.899993896484375,40.736751556396484,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:19:57,2016-01-29 09:24:49,1,1.00,-73.958152770996094,40.78460693359375,1,N,-73.967300415039063,40.7879638671875,1,6,0,0.5,2,0,0.3,8.8 -1,2016-01-29 09:19:57,2016-01-29 09:28:34,1,.90,-73.964889526367187,40.806804656982422,1,N,-73.961151123046875,40.796688079833984,1,7.5,0,0.5,1.6,0,0.3,9.9 -1,2016-01-29 09:19:57,2016-01-29 09:32:35,1,1.90,-73.99151611328125,40.744773864746094,1,N,-73.97454833984375,40.759567260742187,1,9.5,0,0.5,2.05,0,0.3,12.35 -1,2016-01-29 09:19:57,2016-01-29 09:28:48,1,.80,-73.95367431640625,40.782039642333984,1,N,-73.961738586425781,40.770931243896484,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:19:57,2016-01-29 09:21:46,1,.60,-73.960639953613281,40.769935607910156,1,N,-73.955154418945313,40.777122497558594,1,3.5,0,0.5,0.85,0,0.3,5.15 -2,2016-01-29 09:19:57,2016-01-29 09:38:32,1,2.00,-74.006301879882813,40.733280181884766,1,N,-73.980972290039063,40.738739013671875,2,13,0,0.5,0,0,0.3,13.8 -2,2016-01-29 09:19:57,2016-01-29 09:41:13,1,3.10,-73.979812622070313,40.754730224609375,1,N,-73.988006591796875,40.720020294189453,1,15.5,0,0.5,3.26,0,0.3,19.56 -2,2016-01-29 09:19:57,2016-01-29 09:35:38,2,3.67,-74.007461547851563,40.703762054443359,1,N,-73.993026733398437,40.727928161621094,1,14.5,0,0.5,3.06,0,0.3,18.36 -1,2016-01-29 09:19:58,2016-01-29 09:29:45,1,.90,-73.998428344726563,40.745223999023438,1,N,-73.987602233886719,40.750068664550781,1,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:19:58,2016-01-29 09:24:27,1,.80,-73.9931640625,40.743080139160156,1,N,-74.005226135253906,40.749916076660156,2,5,0,0.5,0,0,0.3,5.8 -1,2016-01-29 09:19:58,2016-01-29 09:25:00,1,.30,-73.981773376464844,40.746231079101563,1,N,-73.975715637207031,40.744705200195313,2,5,0,0.5,0,0,0.3,5.8 -1,2016-01-29 09:19:58,2016-01-29 09:38:06,1,3.90,-73.9830322265625,40.689628601074219,1,N,-73.952796936035156,40.710636138916016,2,16,0,0.5,0,0,0.3,16.8 -1,2016-01-29 09:19:59,2016-01-29 09:39:36,1,1.20,-73.962577819824219,40.757167816162109,1,N,-73.976539611816406,40.753856658935547,2,12.5,0,0.5,0,0,0.3,13.3 -1,2016-01-29 09:19:59,2016-01-29 09:24:20,1,.50,-73.972320556640625,40.755603790283203,1,N,-73.977203369140625,40.757785797119141,1,4.5,0,0.5,1.05,0,0.3,6.35 -2,2016-01-29 09:19:59,2016-01-29 09:26:12,5,.88,-73.93572998046875,40.796199798583984,1,N,-73.949996948242188,40.802200317382812,1,6,0,0.5,1,0,0.3,7.8 -2,2016-01-29 09:19:59,2016-01-29 09:35:22,1,1.26,-74.006370544433594,40.737518310546875,1,N,-73.991127014160156,40.745151519775391,1,10.5,0,0.5,2.26,0,0.3,13.56 -2,2016-01-29 09:19:59,2016-01-29 09:24:48,1,.91,-73.99114990234375,40.7330322265625,1,N,-73.998931884765625,40.722316741943359,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:19:59,2016-01-29 09:34:09,6,1.83,-73.97503662109375,40.752529144287109,1,N,-73.954521179199219,40.767131805419922,2,10.5,0,0.5,0,0,0.3,11.3 -1,2016-01-29 09:20:00,2016-01-29 09:28:17,1,1.30,-74.003273010253906,40.726875305175781,1,N,-73.988166809082031,40.731803894042969,1,7.5,0,0.5,1,0,0.3,9.3 -1,2016-01-29 09:20:00,2016-01-29 09:46:03,1,9.80,-73.953422546386719,40.785179138183594,1,N,-74.009925842285156,40.721508026123047,1,30,0,0.5,6.15,0,0.3,36.95 -1,2016-01-29 09:20:00,2016-01-29 09:26:04,1,.50,-73.978469848632812,40.78582763671875,1,N,-73.981597900390625,40.779319763183594,2,6,0,0.5,0,0,0.3,6.8 -1,2016-01-29 09:20:00,2016-01-29 09:57:12,1,5.10,-73.992111206054687,40.711101531982422,1,N,-73.972610473632812,40.762496948242188,1,26,0,0.5,1.5,0,0.3,28.3 -2,2016-01-29 09:20:00,2016-01-29 09:31:38,1,1.32,-73.975082397460938,40.765239715576172,1,N,-73.99078369140625,40.775478363037109,2,8.5,0,0.5,0,0,0.3,9.3 -1,2016-01-29 09:20:01,2016-01-29 09:29:12,2,1.40,-73.947776794433594,40.775089263916016,1,N,-73.960899353027344,40.757255554199219,1,8,0,0.5,1.75,0,0.3,10.55 -2,2016-01-29 09:20:01,2016-01-29 09:23:27,1,.77,-73.958770751953125,40.772228240966797,1,N,-73.951797485351563,40.782012939453125,1,4.5,0,0.5,1.06,0,0.3,6.36 -2,2016-01-29 09:20:01,2016-01-29 09:27:28,1,.81,-73.978721618652344,40.741046905517578,1,N,-73.975837707519531,40.749786376953125,1,6.5,0,0.5,1.82,0,0.3,9.12 -1,2016-01-29 09:20:02,2016-01-29 09:40:16,1,10.60,-73.973945617675781,40.756927490234375,1,N,-73.872459411621094,40.774528503417969,2,31,0,0.5,0,5.54,0.3,37.34 -1,2016-01-29 09:20:02,2016-01-29 09:28:51,1,.80,-73.9976806640625,40.720848083496094,1,N,-73.997238159179687,40.729778289794922,1,7,0,0.5,1.95,0,0.3,9.75 -1,2016-01-29 09:20:02,2016-01-29 09:25:00,1,.70,-73.972465515136719,40.765251159667969,1,N,-73.979087829589844,40.755916595458984,1,5,0,0.5,3,0,0.3,8.8 -1,2016-01-29 09:20:02,2016-01-29 09:33:05,1,1.90,-73.995773315429688,40.759765625,1,N,-74.008079528808594,40.7384033203125,1,10.5,0,0.5,1,0,0.3,12.3 -1,2016-01-29 09:20:02,2016-01-29 09:36:40,1,1.50,-74.006813049316406,40.735561370849609,1,N,-73.987091064453125,40.740535736083984,1,11.5,0,0.5,3.65,0,0.3,15.95 -1,2016-01-29 09:20:02,2016-01-29 09:29:22,1,1.30,-74.016204833984375,40.715030670166016,1,N,-74.010269165039063,40.703323364257813,1,8,0,0.5,1.32,0,0.3,10.12 -2,2016-01-29 09:20:02,2016-01-29 09:32:32,1,.77,-73.979118347167969,40.744396209716797,1,N,-73.971717834472656,40.753829956054688,1,9,0,0.5,2.94,0,0.3,12.74 -2,2016-01-29 09:20:02,2016-01-29 09:46:48,1,1.97,-73.991294860839844,40.749790191650391,1,N,-73.974533081054687,40.752838134765625,2,16.5,0,0.5,0,0,0.3,17.3 -2,2016-01-29 09:20:02,2016-01-29 09:29:17,1,1.02,-73.991508483886719,40.765220642089844,1,N,-73.99249267578125,40.754951477050781,2,7.5,0,0.5,0,0,0.3,8.3 -2,2016-01-29 09:20:02,2016-01-29 09:26:04,1,.52,-73.986091613769531,40.749080657958984,1,N,-73.976951599121094,40.745159149169922,1,5.5,0,0.5,3,0,0.3,9.3 -2,2016-01-29 09:20:02,2016-01-29 09:34:53,1,1.12,-73.991409301757812,40.749725341796875,1,N,-73.976226806640625,40.74176025390625,2,10,0,0.5,0,0,0.3,10.8 -2,2016-01-29 09:20:02,2016-01-29 09:30:24,5,1.18,-73.965042114257813,40.769248962402344,1,N,-73.959976196289063,40.758171081542969,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:20:02,2016-01-29 09:55:13,6,12.16,-73.872848510742188,40.774070739746094,1,N,-73.988960266113281,40.734882354736328,2,38,0,0.5,0,5.54,0.3,44.34 -2,2016-01-29 09:20:03,2016-01-29 09:24:20,1,1.15,-73.963943481445312,40.773490905761719,1,N,-73.973648071289063,40.779468536376953,1,5.5,0,0.5,1.26,0,0.3,7.56 -2,2016-01-29 09:20:03,2016-01-29 09:34:53,5,1.85,-73.981529235839844,40.747108459472656,1,N,-74.002662658691406,40.739059448242188,1,10.5,0,0.5,1,0,0.3,12.3 -2,2016-01-29 09:20:03,2016-01-29 09:45:52,1,2.04,-73.953887939453125,40.778709411621094,1,N,-73.971458435058594,40.757560729980469,2,16,0,0.5,0,0,0.3,16.8 -1,2016-01-29 09:20:04,2016-01-29 09:22:43,1,.30,-74.000663757324219,40.746963500976563,1,N,-73.994529724121094,40.7445068359375,1,4,0,0.5,0.95,0,0.3,5.75 -2,2016-01-29 09:20:04,2016-01-29 09:34:57,2,2.44,-73.982048034667969,40.776725769042969,1,N,-73.963951110839844,40.807716369628906,1,12.5,0,0.5,2,0,0.3,15.3 -2,2016-01-29 09:20:04,2016-01-29 09:38:15,6,1.94,-73.979240417480469,40.771610260009766,1,N,-73.974441528320312,40.752208709716797,2,12.5,0,0.5,0,0,0.3,13.3 -2,2016-01-29 09:20:04,2016-01-29 09:33:35,5,2.03,-73.986900329589844,40.739589691162109,1,N,-73.989578247070313,40.734390258789063,1,11,0,0.5,0,0,0.3,11.8 -2,2016-01-29 09:20:04,2016-01-29 09:37:30,1,2.07,-73.9874267578125,40.770923614501953,1,N,-73.969413757324219,40.758033752441406,1,12,0,0.5,2.56,0,0.3,15.36 -2,2016-01-29 09:20:04,2016-01-29 09:37:29,1,2.91,-73.950881958007812,40.774795532226563,1,N,-73.981880187988281,40.767959594726562,1,13.5,0,0.5,1.25,0,0.3,15.55 -1,2016-01-29 09:20:05,2016-01-29 09:37:30,2,1.50,-73.969375610351562,40.757228851318359,1,N,-73.974708557128906,40.741840362548828,2,11.5,0,0.5,0,0,0.3,12.3 -1,2016-01-29 09:20:05,2016-01-29 09:30:13,1,.60,-73.978805541992188,40.754123687744141,1,N,-73.972549438476562,40.761936187744141,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:20:05,2016-01-29 10:07:03,1,2.90,-73.979660034179688,40.753009796142578,1,N,-74.003883361816406,40.721092224121094,1,20.5,0,0.5,4.25,0,0.3,25.55 -1,2016-01-29 09:20:05,2016-01-29 09:31:06,1,1.70,-73.97552490234375,40.787082672119141,1,N,-73.96221923828125,40.772071838378906,1,9,0,0.5,1.95,0,0.3,11.75 -2,2016-01-29 09:20:05,2016-01-29 09:25:27,1,.96,-73.946113586425781,40.777412414550781,1,N,-73.954803466796875,40.765365600585938,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:20:05,2016-01-29 09:20:07,1,.00,-74.005149841308594,40.706020355224609,5,N,-74.005134582519531,40.706012725830078,1,65,0,0.5,0,0,0.3,65.8 -2,2016-01-29 09:20:05,2016-01-29 09:25:58,6,.85,-73.9901123046875,40.75653076171875,1,N,-73.981391906738281,40.7635498046875,1,5.5,0,0.5,1.26,0,0.3,7.56 -1,2016-01-29 09:20:06,2016-01-29 09:25:55,1,.70,0,0,1,N,0,0,2,5,0,0.5,0,0,0.3,5.8 -1,2016-01-29 09:20:06,2016-01-29 09:54:46,1,10.90,-73.947952270507813,40.778877258300781,1,N,-73.964187622070313,40.674835205078125,2,34.5,0,0.5,0,0,0.3,35.3 -2,2016-01-29 09:20:06,2016-01-29 09:31:15,1,1.14,-73.982696533203125,40.755985260009766,1,N,-73.991165161132813,40.748973846435547,1,8.5,0,0.5,2.79,0,0.3,12.09 -2,2016-01-29 09:20:06,2016-01-29 09:23:40,1,.54,-74.017066955566406,40.708023071289063,1,N,-74.013946533203125,40.703536987304687,1,4.5,0,0.5,1.06,0,0.3,6.36 -1,2016-01-29 09:20:07,2016-01-29 09:26:26,2,.90,-73.973594665527344,40.761882781982422,1,N,-73.963943481445312,40.773738861083984,2,6,0,0.5,0,0,0.3,6.8 -1,2016-01-29 09:20:07,2016-01-29 09:33:06,1,1.70,-73.995254516601563,40.725208282470703,1,N,-73.983688354492187,40.746768951416016,1,10,0,0.5,2.15,0,0.3,12.95 -1,2016-01-29 09:20:09,2016-01-29 09:39:24,1,2.50,-73.993179321289063,40.767784118652344,1,N,-73.961006164550781,40.774799346923828,1,13.5,0,0.5,2.85,0,0.3,17.15 -1,2016-01-29 09:20:09,2016-01-29 09:30:23,1,1.40,-73.977081298828125,40.780002593994141,1,N,-73.971588134765625,40.766277313232422,1,8.5,0,0.5,1,0,0.3,10.3 -1,2016-01-29 09:20:09,2016-01-29 09:38:12,1,3.80,-73.991264343261719,40.717056274414063,1,Y,-73.970237731933594,40.748584747314453,1,16,0,0.5,3.7,0,0.3,20.5 -1,2016-01-29 09:20:09,2016-01-29 09:37:49,1,2.50,-73.977890014648437,40.748611450195313,1,N,-74.005104064941406,40.728668212890625,1,13,0,0.5,1,0,0.3,14.8 -2,2016-01-29 09:20:09,2016-01-29 09:25:27,3,.00,-74.001373291015625,40.716243743896484,5,N,-74.00140380859375,40.716236114501953,1,30,0,0,0,0,0.3,30.3 -2,2016-01-29 09:20:09,2016-01-29 09:55:37,1,10.03,-73.872909545898438,40.774150848388672,1,N,-73.970413208007813,40.7618408203125,2,34,0,0.5,0,5.54,0.3,40.34 -2,2016-01-29 09:20:09,2016-01-29 09:24:24,1,.86,-73.930679321289063,40.653968811035156,1,N,-73.945060729980469,40.654468536376953,1,5,0,0.5,1.16,0,0.3,6.96 -2,2016-01-29 09:20:09,2016-01-29 09:39:47,1,1.30,0,0,1,N,0,0,1,12.5,0,0.5,2.66,0,0.3,15.96 -1,2016-01-29 09:20:10,2016-01-29 09:30:44,1,1.80,-73.953758239746094,40.767166137695313,1,N,-73.971542358398438,40.755290985107422,1,9,0,0.5,1,0,0.3,10.8 -1,2016-01-29 09:20:10,2016-01-29 09:27:41,1,.40,-73.974884033203125,40.7557373046875,1,N,-73.968925476074219,40.758365631103516,1,6,0,0.5,2,0,0.3,8.8 -2,2016-01-29 09:20:10,2016-01-29 09:40:48,1,1.82,-73.955307006835938,40.782451629638672,1,N,-73.967971801757813,40.761150360107422,1,14,0,0.5,4.44,0,0.3,19.24 -2,2016-01-29 09:20:10,2016-01-29 09:36:42,1,1.17,-73.969367980957031,40.7606201171875,1,N,-73.985572814941406,40.760082244873047,1,11,0,0.5,2.95,0,0.3,14.75 -2,2016-01-29 09:20:10,2016-01-29 09:25:37,1,.52,-73.989616394042969,40.756786346435547,1,N,-73.983253479003906,40.757625579833984,1,5,0,0.5,1.74,0,0.3,7.54 -2,2016-01-29 09:20:10,2016-01-29 09:53:15,5,5.30,-73.970458984375,40.789058685302734,1,N,-73.989486694335938,40.740528106689453,1,23.5,0,0.5,3.08,0,0.3,27.38 -2,2016-01-29 09:20:10,2016-01-29 09:49:03,1,3.09,-73.995697021484375,40.759281158447266,1,N,-73.955337524414063,40.764190673828125,2,18,0,0.5,0,0,0.3,18.8 -2,2016-01-29 09:20:10,2016-01-29 09:27:12,4,.69,-73.972824096679688,40.755916595458984,1,N,-73.979080200195313,40.749408721923828,1,6,0,0.5,1.7,0,0.3,8.5 -2,2016-01-29 09:20:10,2016-01-29 09:47:01,3,4.15,-73.949081420898437,40.770866394042969,1,N,-73.989532470703125,40.744785308837891,1,20,0,0.5,4.16,0,0.3,24.96 -1,2016-01-29 09:20:11,2016-01-29 09:27:18,1,1.00,-73.986312866210938,40.75250244140625,1,N,-73.990951538085938,40.739173889160156,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:20:11,2016-01-29 09:34:24,1,4.99,-73.977737426757813,40.784122467041016,1,N,-73.943557739257813,40.840415954589844,1,17,0,0.5,2,0,0.3,19.8 -2,2016-01-29 09:20:11,2016-01-29 09:25:02,2,.67,-73.981735229492188,40.767791748046875,1,N,-73.972091674804688,40.763824462890625,1,5,0,0.5,1.45,0,0.3,7.25 -2,2016-01-29 09:20:11,2016-01-29 09:42:05,5,2.44,-73.965446472167969,40.768741607666016,1,N,-73.991539001464844,40.749031066894531,2,14.5,0,0.5,0,0,0.3,15.3 -2,2016-01-29 09:20:11,2016-01-29 09:41:07,2,4.17,-74.017105102539063,40.705425262451172,1,N,-73.991935729980469,40.751426696777344,1,17,0,0.5,3.56,0,0.3,21.36 -1,2016-01-29 09:20:12,2016-01-29 09:40:54,1,5.00,-73.978752136230469,40.752517700195312,1,N,-74.000373840332031,40.714351654052734,1,20,0,0.5,6.2,0,0.3,27 -1,2016-01-29 09:20:12,2016-01-29 09:27:29,3,.50,-73.97149658203125,40.751308441162109,1,N,-73.975982666015625,40.744556427001953,1,6,0,0.5,1.36,0,0.3,8.16 -1,2016-01-29 09:20:12,2016-01-29 09:31:08,1,1.80,-73.982131958007813,40.776847839355469,1,N,-73.959625244140625,40.779956817626953,2,9,0,0.5,0,0,0.3,9.8 -2,2016-01-29 09:20:12,2016-01-29 10:07:09,1,16.81,-73.9945068359375,40.755256652832031,2,N,-73.789848327636719,40.64306640625,1,52,0,0.5,5,0,0.3,57.8 -2,2016-01-29 09:20:12,2016-01-29 09:24:23,1,.77,-73.9788818359375,40.777420043945313,1,N,-73.986587524414063,40.776798248291016,1,5,0,0.5,1,0,0.3,6.8 -1,2016-01-29 09:20:13,2016-01-29 09:28:55,1,1.80,-73.953712463378906,40.77862548828125,1,N,-73.977951049804687,40.777057647705078,1,8.5,0,0.5,2.3,0,0.3,11.6 -2,2016-01-29 09:20:13,2016-01-29 09:33:43,5,.95,-73.968856811523438,40.7666015625,1,N,-73.969993591308594,40.758449554443359,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:20:13,2016-01-29 09:45:33,3,3.66,-74.00238037109375,40.729499816894531,1,N,-73.967689514160156,40.770259857177734,1,17.5,0,0.5,2,0,0.3,20.3 -2,2016-01-29 09:20:13,2016-01-29 09:34:00,1,2.04,-73.945869445800781,40.777835845947266,1,N,-73.96826171875,40.762187957763672,2,11,0,0.5,0,0,0.3,11.8 -2,2016-01-29 09:20:13,2016-01-29 09:35:06,1,2.35,-73.989936828613281,40.733650207519531,1,N,-73.969581604003906,40.761638641357422,1,12,0,0.5,2.56,0,0.3,15.36 -2,2016-01-29 09:20:13,2016-01-29 09:25:58,5,.66,-73.973007202148438,40.746616363525391,1,N,-73.973213195800781,40.753036499023438,1,5.5,0,0.5,1.26,0,0.3,7.56 -1,2016-01-29 09:20:14,2016-01-29 09:36:03,1,2.00,-73.978294372558594,40.752338409423828,1,N,-74.004966735839844,40.751686096191406,1,12,0,0.5,2.55,0,0.3,15.35 -1,2016-01-29 09:20:14,2016-01-29 09:29:02,1,.70,-73.999526977539062,40.743751525878906,1,N,-73.98883056640625,40.743545532226562,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:20:14,2016-01-29 09:48:14,1,2.60,-73.976768493652344,40.739200592041016,1,N,-73.951240539550781,40.769943237304688,1,18,0,0.5,3.75,0,0.3,22.55 -1,2016-01-29 09:20:14,2016-01-29 09:35:52,1,2.60,-73.962974548339844,40.793895721435547,1,N,-73.981887817382812,40.762481689453125,2,12,0,0.5,0,0,0.3,12.8 -2,2016-01-29 09:20:14,2016-01-29 09:42:10,1,1.03,-73.962654113769531,40.764690399169922,1,N,-73.972465515136719,40.762271881103516,2,13.5,0,0.5,0,0,0.3,14.3 -2,2016-01-29 09:20:14,2016-01-29 09:33:19,6,1.09,-73.978538513183594,40.763336181640625,1,N,-73.979415893554688,40.754371643066406,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:20:14,2016-01-29 09:43:51,1,9.46,-73.862823486328125,40.768821716308594,1,N,-73.954689025878906,40.765785217285156,1,28,0,0.5,6.87,5.54,0.3,41.21 -2,2016-01-29 09:20:14,2016-01-29 09:29:22,1,.79,-73.989997863769531,40.756038665771484,1,N,-73.983390808105469,40.761722564697266,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:20:14,2016-01-29 09:27:48,1,1.23,-73.9503173828125,40.786708831787109,1,N,-73.953826904296875,40.772659301757813,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:20:15,2016-01-29 09:26:35,1,.60,-73.950813293457031,40.774787902832031,1,N,-73.960853576660156,40.779216766357422,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:20:15,2016-01-29 09:42:50,2,1.57,-73.991096496582031,40.770145416259766,1,N,-73.970054626464844,40.759845733642578,1,14,0,0.5,2.96,0,0.3,17.76 -2,2016-01-29 09:20:15,2016-01-29 09:29:52,4,1.00,-73.986885070800781,40.755313873291016,1,N,-73.975021362304688,40.754276275634766,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:20:16,2016-01-29 09:36:57,1,2.20,-73.955192565917969,40.7689208984375,1,N,-73.981010437011719,40.781864166259766,1,12.5,0,0.5,2.65,0,0.3,15.95 -1,2016-01-29 09:20:16,2016-01-29 09:39:45,1,2.20,-74.00506591796875,40.719135284423828,1,N,-73.988037109375,40.745121002197266,2,13.5,0,0.5,0,0,0.3,14.3 -1,2016-01-29 09:20:16,2016-01-29 09:27:58,1,1.10,-73.958648681640625,40.772617340087891,1,N,-73.944992065429687,40.778911590576172,1,7,0,0.5,1.56,0,0.3,9.36 -1,2016-01-29 09:20:16,2016-01-29 09:42:55,1,5.50,-73.97796630859375,40.753131866455078,1,N,-74.011146545410156,40.701812744140625,1,21.5,0,0.5,5,0,0.3,27.3 -1,2016-01-29 09:20:16,2016-01-29 09:33:35,1,1.30,-73.990531921386719,40.728923797607422,1,N,-74.002151489257813,40.740428924560547,1,9.5,0,0.5,1,0,0.3,11.3 -1,2016-01-29 09:20:16,2016-01-29 09:48:00,1,2.70,-73.985786437988281,40.732803344726563,1,N,-73.990135192871094,40.758228302001953,2,17.5,0,0.5,0,0,0.3,18.3 -2,2016-01-29 09:20:16,2016-01-29 09:48:46,1,4.71,-73.987899780273437,40.770179748535156,1,N,-74.006950378417969,40.716228485107422,1,20.5,0,0.5,4.26,0,0.3,25.56 -2,2016-01-29 09:20:16,2016-01-29 09:36:25,1,2.05,-73.998283386230469,40.745521545410156,1,N,-73.976127624511719,40.762939453125,1,11.5,0,0.5,2.46,0,0.3,14.76 -2,2016-01-29 09:20:16,2016-01-29 09:22:27,5,.45,-73.953201293945313,40.77996826171875,1,N,-73.949150085449219,40.785285949707031,2,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:20:16,2016-01-29 09:30:41,4,1.07,-73.961448669433594,40.770179748535156,1,N,-73.971893310546875,40.759391784667969,1,8,0,0.5,1.76,0,0.3,10.56 -1,2016-01-29 09:20:17,2016-01-29 09:31:56,1,1.90,-73.9940185546875,40.726680755615234,1,N,-73.978103637695313,40.751087188720703,1,9.5,0,0.5,2.06,0,0.3,12.36 -2,2016-01-29 09:20:17,2016-01-29 09:51:03,1,5.32,-74.015121459960938,40.708820343017578,1,N,-73.97332763671875,40.743556976318359,1,23,0,0.5,0,0,0.3,23.8 -1,2016-01-29 09:20:18,2016-01-29 09:40:13,1,2.10,-73.982353210449219,40.768299102783203,1,N,-73.993370056152344,40.743095397949219,2,13,0,0.5,0,0,0.3,13.8 -1,2016-01-29 09:20:18,2016-01-29 09:33:18,1,1.80,-73.959503173828125,40.771308898925781,1,N,-73.966300964355469,40.789897918701172,2,10.5,0,0.5,0,0,0.3,11.3 -1,2016-01-29 09:20:18,2016-01-29 09:23:28,1,.50,-73.996498107910156,40.7530517578125,1,N,-74.004539489746094,40.752349853515625,1,4.5,0,0.5,0.7,0,0.3,6 -2,2016-01-29 09:20:18,2016-01-29 09:31:20,2,.79,-73.981666564941406,40.746650695800781,1,N,-73.974098205566406,40.743278503417969,1,8,0,0.5,1,0,0.3,9.8 -1,2016-01-29 09:20:19,2016-01-29 09:24:47,1,1.10,-73.976142883300781,40.785804748535156,1,N,-73.965187072753906,40.800891876220703,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:20:19,2016-01-29 09:26:47,6,.52,-73.992919921875,40.722900390625,1,N,-73.991966247558594,40.729351043701172,1,5.5,0,0.5,1.26,0,0.3,7.56 -2,2016-01-29 09:20:19,2016-01-29 09:25:14,5,.60,-73.982711791992188,40.76483154296875,1,N,-73.992317199707031,40.768959045410156,2,5,0,0.5,0,0,0.3,5.8 -1,2016-01-29 09:20:20,2016-01-29 09:49:26,1,2.80,-74.004379272460937,40.752189636230469,1,N,-73.97015380859375,40.762977600097656,1,18.5,0,0.5,3.85,0,0.3,23.15 -1,2016-01-29 09:20:20,2016-01-29 09:24:40,2,.30,-73.971466064453125,40.795360565185547,1,N,-73.974296569824219,40.790756225585937,2,4.5,0,0.5,0,0,0.3,5.3 -1,2016-01-29 09:20:20,2016-01-29 09:32:19,1,1.40,-73.957633972167969,40.765899658203125,1,N,-73.976104736328125,40.763832092285156,1,9,0,0.5,1,0,0.3,10.8 -2,2016-01-29 09:20:20,2016-01-29 09:38:53,5,2.71,-74.001350402832031,40.736980438232422,1,N,-73.976631164550781,40.763988494873047,1,13.5,0,0.5,2.86,0,0.3,17.16 -2,2016-01-29 09:20:20,2016-01-29 09:43:03,1,9.39,-73.955039978027344,40.76495361328125,1,N,-73.864524841308594,40.7701416015625,1,28,0,0.5,6.87,5.54,0.3,41.21 -2,2016-01-29 09:20:20,2016-01-29 09:22:28,2,.25,-73.99591064453125,40.744300842285156,1,N,-73.998016357421875,40.740951538085938,2,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:20:20,2016-01-29 09:39:23,1,6.90,-73.958702087402344,40.759010314941406,1,N,-73.958702087402344,40.759010314941406,2,22,0,0.5,0,0,0.3,22.8 -1,2016-01-29 09:20:21,2016-01-29 09:20:33,1,.00,0,0,1,N,0,0,2,2.5,0,0.5,0,0,0.3,3.3 -2,2016-01-29 09:20:21,2016-01-29 09:47:31,1,4.31,-73.945159912109375,40.778789520263672,1,N,-73.986976623535156,40.736648559570313,2,21,0,0.5,0,0,0.3,21.8 -2,2016-01-29 09:20:21,2016-01-29 10:10:36,5,12.80,-73.863067626953125,40.769451141357422,1,N,-73.987350463867188,40.755668640136719,1,46,0,0.5,10.47,5.54,0.3,62.81 -2,2016-01-29 09:20:21,2016-01-29 09:32:59,1,2.01,-73.967620849609375,40.801139831542969,1,N,-73.952903747558594,40.783050537109375,1,10.5,0,0.5,2.26,0,0.3,13.56 -1,2016-01-29 09:20:22,2016-01-29 09:38:27,1,2.30,-73.974311828613281,40.787380218505859,1,N,-73.969764709472656,40.762985229492188,2,13.5,0,0.5,0,0,0.3,14.3 -2,2016-01-29 09:20:22,2016-01-29 09:42:44,1,4.02,-73.956306457519531,40.774696350097656,1,N,-73.985298156738281,40.738765716552734,1,18,0,0.5,2,0,0.3,20.8 -2,2016-01-29 09:20:22,2016-01-29 09:27:21,1,.90,-73.966384887695313,40.770301818847656,1,N,-73.97149658203125,40.760215759277344,1,6.5,0,0.5,1.82,0,0.3,9.12 -2,2016-01-29 09:20:22,2016-01-29 09:31:39,1,1.87,-73.951576232910156,40.764892578125,1,N,-73.950706481933594,40.783187866210937,2,9.5,0,0.5,0,0,0.3,10.3 -1,2016-01-29 09:20:23,2016-01-29 09:44:32,1,10.80,-73.873146057128906,40.774135589599609,1,N,-73.905654907226563,40.678722381591797,1,32,0,0.5,2,0,0.3,34.8 -2,2016-01-29 09:20:23,2016-01-29 09:45:29,1,2.34,-73.991447448730469,40.749820709228516,1,N,-73.971298217773438,40.765300750732422,1,16,0,0.5,3.36,0,0.3,20.16 -2,2016-01-29 09:20:23,2016-01-29 09:27:39,1,2.13,-74.013908386230469,40.712848663330078,1,N,-74.007598876953125,40.74285888671875,1,8.5,0,0.5,1.86,0,0.3,11.16 -2,2016-01-29 09:20:23,2016-01-29 09:28:12,1,.86,-73.976829528808594,40.743618011474609,1,N,-73.988960266113281,40.742923736572266,1,6.5,0,0.5,1.82,0,0.3,9.12 -2,2016-01-29 09:20:23,2016-01-29 09:37:03,1,2.79,-73.948143005371094,40.774528503417969,1,N,-73.977577209472656,40.754531860351563,1,13,0,0.5,2.76,0,0.3,16.56 -1,2016-01-29 09:20:24,2016-01-29 09:31:21,1,1.30,-73.98748779296875,40.729297637939453,1,N,-74.006645202636719,40.736339569091797,1,8.5,0,0.5,3,0,0.3,12.3 -1,2016-01-29 09:20:24,2016-01-29 09:47:55,1,8.70,-73.870964050292969,40.773941040039063,1,N,-73.981498718261719,40.739906311035156,1,29,0,0.5,8.8,5.54,0.3,44.14 -2,2016-01-29 09:20:24,2016-01-29 09:48:45,1,4.79,-74.009956359863281,40.720928192138672,1,N,-73.975196838378906,40.763511657714844,1,20.5,0,0.5,4.26,0,0.3,25.56 -1,2016-01-29 09:20:25,2016-01-29 09:29:30,1,1.50,-73.953758239746094,40.778926849365234,1,N,-73.966262817382813,40.792430877685547,1,8,0,0.5,1.76,0,0.3,10.56 -1,2016-01-29 09:20:25,2016-01-29 09:24:44,1,.60,-73.985031127929688,40.747482299804688,1,N,-73.991142272949219,40.739082336425781,1,4.5,0,0.5,1,0,0.3,6.3 -1,2016-01-29 09:20:25,2016-01-29 09:28:27,1,.40,-74.007164001464844,40.743415832519531,1,N,-74.001228332519531,40.74102783203125,1,6.5,0,0.5,1.45,0,0.3,8.75 -1,2016-01-29 09:20:25,2016-01-29 09:39:51,1,1.50,-73.983917236328125,40.740348815917969,1,N,-74.006622314453125,40.74151611328125,1,12.5,0,0.5,2,0,0.3,15.3 -2,2016-01-29 09:20:25,2016-01-29 09:27:14,6,1.01,-73.988067626953125,40.731956481933594,1,N,-73.979240417480469,40.744335174560547,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:20:25,2016-01-29 09:29:47,2,1.26,-73.977005004882812,40.763916015625,1,N,-73.985572814941406,40.755191802978516,1,8,0,0.5,2.64,0,0.3,11.44 -2,2016-01-29 09:20:25,2016-01-29 09:28:04,1,4.45,-73.975013732910156,40.745800018310547,1,N,-74.009872436523438,40.702159881591797,1,13.5,0,0.5,2.86,0,0.3,17.16 -1,2016-01-29 09:20:26,2016-01-29 09:23:33,1,.60,-73.951744079589844,40.769527435302734,1,N,-73.960052490234375,40.773723602294922,2,4,0,0.5,0,0,0.3,4.8 -2,2016-01-29 09:20:26,2016-01-29 09:40:16,1,2.97,-73.978340148925781,40.748008728027344,1,N,-74.007110595703125,40.723190307617187,1,14.5,0,0.5,2,0,0.3,17.3 -2,2016-01-29 09:20:26,2016-01-29 09:33:15,5,1.78,-73.980003356933594,40.760383605957031,1,N,-73.975616455078125,40.780372619628906,1,10,0,0.5,1,0,0.3,11.8 -2,2016-01-29 09:20:26,2016-01-29 09:34:23,2,2.25,-73.972412109375,40.759048461914063,1,N,-73.95440673828125,40.787120819091797,1,11,0,0.5,3.54,0,0.3,15.34 -2,2016-01-29 09:20:26,2016-01-29 09:37:26,2,2.43,-73.984214782714844,40.767314910888672,1,N,-73.958206176757813,40.764511108398438,2,12.5,0,0.5,0,0,0.3,13.3 -1,2016-01-29 09:20:27,2016-01-29 09:30:39,1,1.50,-73.984771728515625,40.736965179443359,1,N,-73.999313354492187,40.721817016601563,1,8.5,0,0.5,2,0,0.3,11.3 -1,2016-01-29 09:20:27,2016-01-29 09:26:12,1,.50,-73.998512268066406,40.739883422851562,1,N,-73.992462158203125,40.74188232421875,1,5.5,0,0.5,1,0,0.3,7.3 -1,2016-01-29 09:20:27,2016-01-29 09:41:54,1,2.70,-74.0057373046875,40.738288879394531,1,N,-73.97698974609375,40.764129638671875,1,15,0,0.5,3.15,0,0.3,18.95 -2,2016-01-29 09:20:27,2016-01-29 09:39:52,1,2.70,-73.997962951660156,40.722549438476563,1,N,-74.004768371582031,40.749698638916016,1,14,0,0.5,2.96,0,0.3,17.76 -2,2016-01-29 09:20:27,2016-01-29 09:42:59,5,2.54,-74.004020690917969,40.747951507568359,1,N,-73.974472045898438,40.763069152832031,2,15.5,0,0.5,0,0,0.3,16.3 -2,2016-01-29 09:20:27,2016-01-29 09:37:39,1,1.60,-73.955528259277344,40.776771545410156,1,N,-73.9732666015625,40.763851165771484,1,11.5,0,0.5,2.46,0,0.3,14.76 -2,2016-01-29 09:20:28,2016-01-29 09:24:35,1,.98,-73.962539672851562,40.767051696777344,1,N,-73.953712463378906,40.779071807861328,1,5.5,0,0.5,1.26,0,0.3,7.56 -2,2016-01-29 09:20:28,2016-01-29 09:24:15,2,.60,-73.988655090332031,40.753326416015625,1,N,-73.981719970703125,40.757572174072266,2,4.5,0,0.5,0,0,0.3,5.3 -1,2016-01-29 09:20:29,2016-01-29 09:46:40,1,5.30,-74.004158020019531,40.731342315673828,1,N,-73.987846374511719,40.675003051757813,1,22,0,0.5,5.65,5.54,0.3,33.99 -1,2016-01-29 09:20:29,2016-01-29 09:23:29,1,.60,-74.010505676269531,40.712245941162109,1,N,-74.004158020019531,40.717742919921875,2,4,0,0.5,0,0,0.3,4.8 -1,2016-01-29 09:20:29,2016-01-29 09:34:26,1,1.80,-73.983512878417969,40.725959777832031,1,N,-73.974281311035156,40.744270324707031,1,11,0,0.5,2.36,0,0.3,14.16 -1,2016-01-29 09:20:29,2016-01-29 09:33:33,1,1.70,-73.959846496582031,40.762508392333984,1,N,-73.976058959960937,40.757476806640625,1,10,0,0.5,1.5,0,0.3,12.3 -2,2016-01-29 09:20:29,2016-01-29 09:29:18,5,1.19,-73.9794921875,40.776641845703125,1,N,-73.974052429199219,40.788738250732422,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:20:30,2016-01-29 09:29:57,1,.50,-73.965774536132813,40.758487701416016,1,N,-73.9730224609375,40.757686614990234,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:20:30,2016-01-29 09:37:24,1,2.10,-74.000534057617188,40.732433319091797,1,N,-73.97802734375,40.751293182373047,1,11.5,0,0.5,1,0,0.3,13.3 -2,2016-01-29 09:20:30,2016-01-29 09:35:57,1,1.32,-73.957687377929688,40.777030944824219,1,N,-73.954063415527344,40.763980865478516,2,10.5,0,0.5,0,0,0.3,11.3 -2,2016-01-29 09:20:30,2016-01-29 09:29:48,2,3.38,-74.01788330078125,40.709487915039063,1,N,-73.989639282226563,40.702426910400391,1,12,0,0.5,2.56,0,0.3,15.36 -2,2016-01-29 09:20:30,2016-01-29 09:31:39,3,1.00,-73.964286804199219,40.770217895507813,1,N,-73.978927612304688,40.772296905517578,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:20:30,2016-01-29 09:43:38,1,9.47,-73.936019897460938,40.801231384277344,1,N,-74.016403198242187,40.705337524414063,1,28.5,0,0.5,2.7,0,0.3,32 -1,2016-01-29 09:20:31,2016-01-29 09:43:23,1,7.70,-73.956962585449219,40.782768249511719,1,N,-74.0040283203125,40.707496643066406,1,24,0,0.5,4.95,0,0.3,29.75 -1,2016-01-29 09:20:31,2016-01-29 09:28:20,1,1.30,-73.969886779785156,40.789535522460938,1,N,-73.97802734375,40.773445129394531,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:20:31,2016-01-29 09:28:20,1,.90,-74.001976013183594,40.740653991699219,1,N,-73.990242004394531,40.744312286376953,2,6.5,0,0.5,0,0,0.3,7.3 -1,2016-01-29 09:20:31,2016-01-29 09:31:08,1,1.30,-73.989494323730469,40.688819885253906,1,N,-73.990798950195313,40.702930450439453,1,8.5,0,0.5,1.7,0,0.3,11 -1,2016-01-29 09:20:31,2016-01-29 09:52:36,1,4.90,-74.003990173339844,40.707344055175781,1,N,-73.986991882324219,40.750846862792969,1,23.5,0,0.5,3,0,0.3,27.3 -2,2016-01-29 09:20:31,2016-01-29 09:43:14,1,2.01,-73.953140258789063,40.771518707275391,1,N,-73.978736877441406,40.766960144042969,1,14.5,0,0.5,3.06,0,0.3,18.36 -2,2016-01-29 09:20:31,2016-01-29 09:25:12,1,.78,-73.994361877441406,40.678985595703125,1,N,-73.999481201171875,40.674938201904297,1,5,0,0.5,1.16,0,0.3,6.96 -1,2016-01-29 09:20:32,2016-01-29 10:01:13,4,16.50,-73.979019165039063,40.749629974365234,2,N,-73.776351928710937,40.645221710205078,1,52,0,0.5,11.65,5.54,0.3,69.99 -1,2016-01-29 09:20:32,2016-01-29 09:39:31,1,1.30,-73.987632751464844,40.732597351074219,1,N,-74.007644653320312,40.743106842041016,1,12,0,0.5,1,0,0.3,13.8 -2,2016-01-29 09:20:32,2016-01-29 09:29:50,1,1.06,-73.979728698730469,40.746498107910156,1,N,-73.990684509277344,40.736644744873047,1,7.5,0,0.5,1.66,0,0.3,9.96 -1,2016-01-29 09:20:33,2016-01-29 09:38:28,1,1.80,-73.986579895019531,40.760475158691406,1,N,-74.005683898925781,40.745071411132812,1,12.5,0,0.5,2.65,0,0.3,15.95 -1,2016-01-29 09:20:33,2016-01-29 09:29:15,1,.90,-73.965621948242188,40.768409729003906,1,N,-73.952003479003906,40.766647338867188,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:20:33,2016-01-29 09:25:11,1,.80,-73.956062316894531,40.772926330566406,1,N,-73.952484130859375,40.780906677246094,1,5,0,0.5,1.25,0,0.3,7.05 -1,2016-01-29 09:20:33,2016-01-29 09:48:04,1,3.20,-73.983070373535156,40.781494140625,1,N,-73.987762451171875,40.743820190429688,1,18.5,0,0.5,2,0,0.3,21.3 -2,2016-01-29 09:20:33,2016-01-29 09:59:34,1,4.78,-74.011650085449219,40.714340209960938,1,N,-73.984870910644531,40.760120391845703,1,26.5,0,0.5,6.82,0,0.3,34.12 -2,2016-01-29 09:20:33,2016-01-29 09:31:51,1,1.41,-73.986488342285156,40.762191772460937,1,N,-73.9813232421875,40.780708312988281,1,9,0,0.5,1.96,0,0.3,11.76 -2,2016-01-29 09:20:34,2016-01-29 09:31:15,2,2.32,-73.956802368164062,40.783748626708984,1,N,-73.960868835449219,40.806869506835937,2,10,0,0.5,0,0,0.3,10.8 -2,2016-01-29 09:20:34,2016-01-29 09:29:13,1,1.00,-74.003982543945313,40.753166198730469,1,N,-74.007827758789063,40.740528106689453,1,7.5,0,0.5,1,0,0.3,9.3 -2,2016-01-29 09:20:34,2016-01-29 09:30:04,1,1.40,-73.974861145019531,40.758682250976563,1,N,-73.961784362792969,40.776081085205078,2,8,0,0.5,0,0,0.3,8.8 -2,2016-01-29 09:20:34,2016-01-29 09:30:33,1,1.42,-73.989982604980469,40.738990783691406,1,N,-74.005767822265625,40.750080108642578,1,8,0,0.5,1.76,0,0.3,10.56 -2,2016-01-29 09:20:34,2016-01-29 09:30:16,1,1.57,-73.975624084472656,40.757858276367188,1,N,-73.9822998046875,40.774948120117188,1,8.5,0,0.5,2.32,0,0.3,11.62 -2,2016-01-29 09:20:34,2016-01-29 09:49:00,1,6.50,-73.975578308105469,40.755119323730469,1,N,-74.015365600585937,40.713226318359375,1,26,0,0.5,5.36,0,0.3,32.16 -1,2016-01-29 09:20:35,2016-01-29 09:50:51,1,5.20,-73.988784790039063,40.769313812255859,1,N,-74.015167236328125,40.704723358154297,1,23,0,0.5,3,0,0.3,26.8 -1,2016-01-29 09:20:35,2016-01-29 09:42:04,1,3.90,-73.997062683105469,40.762744903564453,1,N,-73.960823059082031,40.77557373046875,1,17.5,0,0.5,2,0,0.3,20.3 -1,2016-01-29 09:20:35,2016-01-29 09:31:43,1,1.50,-73.982688903808594,40.724224090576172,1,N,-73.991920471191406,40.737766265869141,1,9,0,0.5,1.96,0,0.3,11.76 -1,2016-01-29 09:20:35,2016-01-29 09:27:09,1,3.00,-73.975326538085938,40.741073608398437,1,N,-73.98992919921875,40.712985992431641,2,10.5,0,0.5,0,0,0.3,11.3 -1,2016-01-29 09:20:35,2016-01-29 09:35:00,2,1.90,-73.979362487792969,40.784885406494141,1,N,-73.9586181640625,40.772529602050781,1,10.5,0,0.5,2.8,0,0.3,14.1 -2,2016-01-29 09:20:35,2016-01-29 09:32:55,6,1.43,-73.999710083007812,40.733310699462891,1,N,-73.983306884765625,40.743099212646484,1,9.5,0,0.5,3.09,0,0.3,13.39 -2,2016-01-29 09:20:35,2016-01-29 09:38:25,1,3.51,-73.9908447265625,40.766059875488281,1,N,-73.958816528320312,40.809986114501953,1,14.5,0,0.5,3.06,0,0.3,18.36 -1,2016-01-29 09:20:36,2016-01-29 09:30:04,1,.90,-73.97869873046875,40.747657775878906,1,N,-73.991470336914063,40.748664855957031,1,7.5,0,0.5,1.65,0,0.3,9.95 -1,2016-01-29 09:20:36,2016-01-29 09:35:21,1,1.20,-73.985015869140625,40.744590759277344,1,N,-73.969474792480469,40.749252319335938,1,10.5,0,0.5,1,0,0.3,12.3 -1,2016-01-29 09:20:36,2016-01-29 09:37:39,1,2.20,-73.9783935546875,40.783191680908203,1,N,-73.954597473144531,40.767505645751953,1,12.5,0,0.5,2.65,0,0.3,15.95 -2,2016-01-29 09:20:36,2016-01-29 09:29:12,2,.65,-73.95989990234375,40.773536682128906,1,N,-73.964286804199219,40.765495300292969,2,6.5,0,0.5,0,0,0.3,7.3 -2,2016-01-29 09:20:36,2016-01-29 09:27:46,1,.40,-73.979179382324219,40.750389099121094,1,N,-73.986053466796875,40.753250122070313,2,6,0,0.5,0,0,0.3,6.8 -2,2016-01-29 09:20:36,2016-01-29 09:32:44,1,1.79,-73.979751586914063,40.739688873291016,1,N,-74.000251770019531,40.727230072021484,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:20:36,2016-01-29 09:29:34,1,1.21,-73.987136840820313,40.766246795654297,1,N,-73.997856140136719,40.751251220703125,2,7.5,0,0.5,0,0,0.3,8.3 -1,2016-01-29 09:20:37,2016-01-29 09:45:08,1,11.20,-73.972412109375,40.755340576171875,1,N,-73.865280151367188,40.770664215087891,1,33.5,0,0.5,10.29,0,0.3,44.59 -1,2016-01-29 09:20:37,2016-01-29 09:27:18,2,.70,-73.9832763671875,40.734165191650391,1,N,-73.980216979980469,40.742782592773437,1,6,0,0.5,1.2,0,0.3,8 -1,2016-01-29 09:20:37,2016-01-29 09:31:40,1,1.00,-73.997802734375,40.756435394287109,1,N,-73.986953735351563,40.767524719238281,1,8,0,0.5,1.75,0,0.3,10.55 -2,2016-01-29 09:20:37,2016-01-29 09:32:18,1,.95,-74.001136779785156,40.727642059326172,1,N,-73.995521545410156,40.739067077636719,1,8.5,0,0.5,2.32,0,0.3,11.62 -2,2016-01-29 09:20:37,2016-01-29 09:28:30,1,1.01,-74.009757995605469,40.713409423828125,1,N,-73.999259948730469,40.725090026855469,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:20:37,2016-01-29 09:30:22,1,2.14,-73.953453063964844,40.791248321533203,1,N,-73.977279663085938,40.774410247802734,2,9.5,0,0.5,0,0,0.3,10.3 -2,2016-01-29 09:20:37,2016-01-29 09:29:51,1,.69,-73.980911254882812,40.753200531005859,1,N,-73.990242004394531,40.751110076904297,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:20:38,2016-01-29 09:29:35,1,.90,-73.965972900390625,40.765213012695313,1,N,-73.977378845214844,40.758140563964844,1,7,0,0.5,1.55,0,0.3,9.35 -2,2016-01-29 09:20:38,2016-01-29 09:28:39,1,.65,-74.00457763671875,40.752140045166016,1,N,-73.994499206542969,40.74774169921875,1,6.5,0,0.5,1.46,0,0.3,8.76 -2,2016-01-29 09:20:38,2016-01-29 09:57:02,3,3.23,-73.996650695800781,40.753017425537109,1,N,-73.961578369140625,40.765277862548828,2,22,0,0.5,0,0,0.3,22.8 -2,2016-01-29 09:20:38,2016-01-29 09:41:12,1,8.35,-73.953941345214844,40.774738311767578,1,N,-74.014572143554687,40.714076995849609,1,25,0,0.5,5.16,0,0.3,30.96 -2,2016-01-29 09:20:38,2016-01-29 09:27:37,1,1.04,-73.987968444824219,40.728168487548828,1,N,-73.997093200683594,40.720661163330078,1,6.5,0,0.5,1.82,0,0.3,9.12 -1,2016-01-29 09:20:39,2016-01-29 09:26:46,3,1.60,-73.965538024902344,40.795387268066406,1,N,-73.962493896484375,40.811683654785156,1,6.5,0,0.5,1.45,0,0.3,8.75 -1,2016-01-29 09:20:39,2016-01-29 09:24:02,2,.70,-73.950302124023437,40.783660888671875,1,N,-73.955863952636719,40.777946472167969,1,4.5,0,0.5,1.55,0,0.3,6.85 -1,2016-01-29 09:20:39,2016-01-29 09:22:42,1,.20,-73.983406066894531,40.743114471435547,1,N,-73.978904724121094,40.7412109375,2,3.5,0,0.5,0,0,0.3,4.3 -2,2016-01-29 09:20:39,2016-01-29 09:28:52,1,1.31,-73.991073608398438,40.733543395996094,1,N,-74.005599975585938,40.726737976074219,2,7,0,0.5,0,0,0.3,7.8 -2,2016-01-29 09:20:39,2016-01-29 09:24:58,1,.48,-73.981979370117187,40.737491607666016,1,N,-73.983604431152344,40.731731414794922,1,4.5,0,0.5,1.06,0,0.3,6.36 -2,2016-01-29 09:20:39,2016-01-29 09:37:41,1,2.49,-73.989311218261719,40.758075714111328,1,N,-73.997085571289063,40.729820251464844,2,12.5,0,0.5,0,0,0.3,13.3 -2,2016-01-29 09:20:39,2016-01-29 09:27:52,1,1.31,-73.954948425292969,40.769363403320313,1,N,-73.949188232421875,40.78448486328125,2,7,0,0.5,0,0,0.3,7.8 -1,2016-01-29 09:20:40,2016-01-29 09:42:14,1,2.30,-74.004875183105469,40.723583221435547,1,N,-73.978225708007813,40.737342834472656,1,14.5,0,0.5,3.8,0,0.3,19.1 -1,2016-01-29 09:20:40,2016-01-29 09:36:08,1,.90,-73.965835571289063,40.754390716552734,1,N,-73.971878051757812,40.763118743896484,1,10,0,0.5,2.15,0,0.3,12.95 -1,2016-01-29 09:20:40,2016-01-29 09:22:34,1,.50,-73.967277526855469,40.793514251708984,1,N,-73.973335266113281,40.792751312255859,1,3.5,0,0.5,1,0,0.3,5.3 -1,2016-01-29 09:20:40,2016-01-29 09:28:00,1,.60,-73.979087829589844,40.744571685791016,1,N,-73.974899291992187,40.752124786376953,1,6,0,0.5,1.35,0,0.3,8.15 -1,2016-01-29 09:20:40,2016-01-29 09:26:21,1,.70,-73.983642578125,40.770336151123047,1,N,-73.979530334472656,40.762653350830078,2,5.5,0,0.5,0,0,0.3,6.3 -2,2016-01-29 09:20:40,2016-01-29 09:35:00,1,.64,-74.009590148925781,40.712902069091797,1,N,-74.00408935546875,40.707393646240234,1,9.5,0,0.5,0.52,0,0.3,10.82 -2,2016-01-29 09:20:40,2016-01-29 09:34:33,1,1.38,-74.006591796875,40.731620788574219,1,N,-73.996978759765625,40.72528076171875,1,10,0,0.5,2.16,0,0.3,12.96 -2,2016-01-29 09:20:40,2016-01-29 09:33:21,2,1.21,-73.970573425292969,40.758838653564453,1,N,-73.9822998046875,40.742549896240234,2,9,0,0.5,0,0,0.3,9.8 -1,2016-01-29 09:20:41,2016-01-29 09:27:53,1,.60,-73.990409851074219,40.756332397460937,1,N,-73.980575561523438,40.755012512207031,1,6,0,0.5,2,0,0.3,8.8 -1,2016-01-29 09:20:41,2016-01-29 09:24:08,1,.40,-73.966415405273437,40.773281097412109,1,N,-73.961067199707031,40.769870758056641,2,4.5,0,0.5,0,0,0.3,5.3 -2,2016-01-29 09:20:41,2016-01-29 09:50:29,1,2.83,-73.994087219238281,40.751277923583984,1,N,-73.984687805175781,40.732192993164063,2,18.5,0,0.5,0,0,0.3,19.3 -2,2016-01-29 09:20:41,2016-01-29 09:55:25,1,3.17,-73.941429138183594,40.791973114013672,1,N,-73.974578857421875,40.761310577392578,1,22,0,0.5,2,0,0.3,24.8 -2,2016-01-29 09:20:41,2016-01-29 09:31:59,4,1.23,-73.989021301269531,40.758190155029297,1,N,-73.979843139648438,40.772808074951172,1,9,0,0.5,1.96,0,0.3,11.76 -2,2016-01-29 09:20:41,2016-01-29 09:29:53,1,.93,-73.987739562988281,40.755058288574219,1,N,-73.982093811035156,40.746261596679687,1,7,0,0.5,1.56,0,0.3,9.36 -2,2016-01-29 09:20:41,2016-01-29 09:44:18,1,4.06,-73.912559509277344,40.745979309082031,1,N,-73.973060607910156,40.755119323730469,1,19,0,0.5,3.96,0,0.3,23.76 -2,2016-01-29 09:20:41,2016-01-29 09:31:28,2,2.23,-73.976692199707031,40.765373229980469,1,N,-73.954048156738281,40.787368774414062,2,9.5,0,0.5,0,0,0.3,10.3 -1,2016-01-29 09:20:42,2016-01-29 09:48:29,1,3.70,-73.996253967285156,40.732379913330078,1,N,-73.967193603515625,40.772380828857422,1,19,0,0.5,3.95,0,0.3,23.75 -1,2016-01-29 09:20:42,2016-01-29 09:37:33,4,.70,-74.001708984375,40.756206512451172,1,N,-73.991462707519531,40.755321502685547,1,11,0,0.5,2.35,0,0.3,14.15 -1,2016-01-29 09:20:42,2016-01-29 09:28:50,1,1.10,-73.952194213867188,40.778110504150391,1,N,-73.954208374023437,40.765609741210938,1,7,0,0.5,1.55,0,0.3,9.35 -1,2016-01-29 09:20:42,2016-01-29 09:36:20,1,1.60,-73.978195190429688,40.773075103759766,1,N,-73.993515014648437,40.761268615722656,1,10.5,0,0.5,2.8,0,0.3,14.1 -1,2016-01-29 09:20:42,2016-01-29 09:23:29,1,.30,-73.965751647949219,40.752735137939453,1,N,-73.969924926757813,40.754711151123047,2,4,0,0.5,0,0,0.3,4.8 -2,2016-01-29 09:20:42,2016-01-29 09:28:33,1,.88,-74.002372741699219,40.730381011962891,1,N,-73.991622924804687,40.735260009765625,1,6.5,0,0.5,1.82,0,0.3,9.12 -2,2016-01-29 09:20:42,2016-01-29 09:41:06,1,2.77,-73.994003295898437,40.751247406005859,1,N,-73.964385986328125,40.773235321044922,2,14.5,0,0.5,0,0,0.3,15.3 -1,2016-01-29 09:20:43,2016-01-29 09:30:11,1,.80,-73.977943420410156,40.755569458007812,1,N,-73.970970153808594,40.748287200927734,1,7,0,0.5,1,0,0.3,8.8 -1,2016-01-29 09:20:43,2016-01-29 09:36:24,1,2.90,-73.954124450683594,40.766216278076172,1,N,-73.937896728515625,40.801166534423828,1,13,0,0.5,1.5,0,0.3,15.3 diff --git a/data_analytics/L3/tests/contains_test_sc/data/zones.txt b/data_analytics/L3/tests/contains_test_sc/data/zones.txt deleted file mode 100644 index 1c4c84b72b..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/data/zones.txt +++ /dev/null @@ -1,263 +0,0 @@ --73.80584847647403, 40.68290932546763, -73.80569084187874, 40.6829540951024, -73.805584917384, 40.682984178031745, -73.80519208513219, 40.68309574768153, -73.80432350431632, 40.68334147822188, -73.80344526934506, 40.683591545117864, -73.80256429248021, 40.68384212831249, -73.80168571350819, 40.68409164538885, -73.80077393772213, 40.6843496162729, -73.7998611804766, 40.68460983042033, -73.79951282470485, 40.684707937690504, -73.79943000556956, 40.684731050095834, -73.79935330467515, 40.68475334823727, -73.79898208480108, 40.684858420948004, -73.79857367404867, 40.684976033692806, -73.79810429772563, 40.68510905483325, -73.79768649518897, 40.68522769075025, -73.79722521981574, 40.68535914214362, -73.79634769309648, 40.68560811965364, -73.79546939850104, 40.68585653889551, -73.79457785141193, 40.68610616689104, -73.79402605136853, 40.68626576236347, -73.79396353746262, 40.68628628127509, -73.79390841279695, 40.68630437298814, -73.79384965258754, 40.68620927408924, -73.79325349202313, 40.685437071801715, -73.79280097961784, 40.684841637081334, -73.79276986289753, 40.684797601631196, -73.79274952588896, 40.68474194371274, -73.79272053476559, 40.68464737149755, -73.79262613662668, 40.684370859959614, -73.79258952112392, 40.68424265138525, -73.79257450383184, 40.684165787754026, -73.79256939019218, 40.68402995994906, -73.79256880529525, 40.68347757760083, -73.79258158773978, 40.68338905105564, -73.79258728533082, 40.683291109444895, -73.79267049238929, 40.682711967017894, -73.79267114801007, 40.6826163765643, -73.79267323632772, 40.682516538252685, -73.7926634059556, 40.68247975965178, -73.79258924146549, 40.68221037332763, -73.79257645674534, 40.682163941257244, -73.79250922684338, 40.68191973230827, -73.79248894892065, 40.681847719244914, -73.79228664806953, 40.68114567341629, -73.7922722935453, 40.681093715602216, -73.79209251655757, 40.68047597138, -73.79200373286038, 40.68016674183466, -73.79186822208915, 40.679746492116095, -73.79172164051505, 40.67934095553185, -73.79145856089157, 40.678649110688795, -73.79120613550434, 40.67798265207778, -73.79112836722517, 40.67777292366923, -73.7910009297928, 40.6774361851985, -73.79095228889163, 40.67732442819892, -73.7906625630751, 40.67667004847018, -73.79055864023384, 40.676445293743335, -73.7903435582257, 40.67603934143171, -73.79000155907968, 40.67536766206461, -73.78993020834571, 40.67526456304565, -73.78988966059933, 40.675201374438196, -73.78968640911525, 40.67488674049299, -73.78953794518769, 40.67467937249565, -73.78944939130344, 40.67455568108049, -73.78935404755045, 40.6744360880262, -73.78918018667727, 40.6742654925131, -73.78866170092837, 40.67380116643448, -73.78829926012739, 40.673494001703986, -73.78807161679482, 40.67324965216751, -73.78806328800647, 40.67323584719744, -73.7880545313161, 40.67318586223859, -73.78805368718798, 40.67316342068239, -73.78808541550268, 40.67300930779096, -73.78831982761227, 40.67197748388628, -73.78847620069264, 40.67132618917798, -73.78883106688913, 40.669823168760296, -73.78893158386613, 40.669413748066425, -73.78915781341654, 40.66833778435487, -73.78925058598655, 40.667884853191566, -73.78931805483715, 40.66740378482547, -73.78938047445023, 40.66695817046347, -73.78940998379878, 40.66684084371921, -73.79002830390763, 40.66687281039827, -73.79039543831496, 40.66688738391469, -73.79129928099276, 40.66696971722892, -73.79217436068967, 40.66703950669329, -73.7925926767698, 40.667068350609576, -73.79306203701597, 40.66708689015333, -73.79323040925959, 40.66707343388609, -73.79348327798789, 40.66703107927153, -73.79393372290124, 40.66700107848813, -73.79437879960413, 40.66697102042019, -73.79471090798963, 40.666957994111854, -73.79711092170295, 40.666945879599076, -73.79730398835365, 40.666942591750534, -73.79737169386559, 40.66694111980995, -73.79761163374181, 40.66685495286075, -73.79787832669916, 40.66677300091763, -73.79807192365806, 40.66671350957295, -73.79828221316336, 40.666649685964224, -73.7984436911045, 40.66660640823234, -73.79856032065183, 40.66658212922819, -73.79873740882219, 40.66655456004108, -73.79886760792945, 40.66654037676074, -73.79904101463663, 40.666529982556604, -73.79938110986652, 40.66651729261564, -73.8001066166934, 40.666647481837195, -73.80036020093748, 40.66667620296061, -73.80102136138615, 40.66672931464185, -73.80132611235607, 40.666745884083305, -73.80145255901486, 40.666750696831684, -73.80166295700822, 40.66675870696691, -73.80161844561461, 40.66694305992074, -73.80159911474169, 40.66702322131916, -73.80158130360186, 40.66709937622846, -73.80154733231963, 40.66724487646615, -73.80150319813325, 40.66742545504511, -73.80139536250243, 40.66798904992266, -73.80136118899146, 40.66826133726484, -73.80134597189058, 40.66844156586011, -73.80134190306815, 40.66848977076183, -73.80129694652776, 40.669022149531145, -73.80129079694206, 40.6690946954333, -73.80128468978485, 40.66916728643372, -73.80121978412018, 40.670171866684605, -73.80121935857248, 40.67018568169232, -73.80121822726812, 40.6702243929946, -73.80121223817194, 40.67092436314782, -73.80122926878312, 40.67167571512511, -73.80126524955186, 40.6723028085423, -73.80128545270061, 40.67253470958191, -73.80132086708008, 40.672821033537275, -73.80136454131723, 40.673057959441415, -73.80145896240288, 40.673387184084795, -73.80146959195955, 40.67346419846386, -73.80155310363337, 40.673779373225905, -73.80164250661444, 40.674054257220604, -73.8017160124163, 40.67423936008282, -73.80173525504156, 40.674287813157804, -73.80177519533676, 40.67439182868627, -73.80183075167791, 40.674540877148665, -73.80203672891716, 40.674976625513025, -73.80249325969577, 40.67592178963928, -73.80285083551946, 40.67667965307906, -73.80312143512464, 40.677194643903064, -73.80327189112613, 40.677545248255754, -73.80330822371342, 40.67762991573368, -73.80331827762407, 40.6776507996973, -73.80336888441246, 40.67775440510986, -73.8038491470362, 40.67874003002431, -73.80404687773328, 40.67914794530535, -73.80458384380944, 40.680227485623476, -73.80482023963245, 40.680766403847215, -73.8050064927558, 40.68115535642537, -73.80513176422397, 40.681416329389215, -73.80516012997616, 40.68147542158405, -73.8057976013656, 40.6828033920363, -73.80584847647403, 40.68290932546763, -73.80584847647403, 40.68290932546763 --73.93739763139821, 40.679729588275954, -73.93487210527965, 40.67959277519837, -73.93471501077339, 40.67958383411275, -73.93443838606603, 40.67956808711644, -73.93435066101907, 40.67956309507336, -73.93420242342671, 40.67955459869245, -73.93289696575471, 40.6794844925301, -73.93134958236465, 40.6794003496338, -73.92938923515918, 40.67929199935824, -73.92905726988552, 40.679276119899335, -73.92927522083835, 40.67906393251271, -73.92981086264632, 40.6785496010153, -73.9299162378886, 40.6784484176684, -73.93003091338949, 40.67831908528428, -73.93011961554808, 40.678196823163546, -73.93020074808553, 40.678039888360665, -73.93025485251282, 40.67787634174655, -73.93027296138924, 40.67777694848827, -73.93030499575673, 40.67748269764239, -73.93030816910436, 40.67744662313641, -73.9303151274777, 40.677367517116046, -73.9303201945079, 40.67730992685264, -73.93038289206629, 40.676597111760266, -73.93045708507424, 40.67581843264466, -73.92785077580537, 40.67567307406088, -73.92768791054156, 40.675662550153724, -73.92776143502489, 40.67488708618823, -73.9272571678428, 40.67485958911936, -73.92628392645825, 40.674806516458275, -73.92539450082472, 40.67475800512686, -73.92519444643524, 40.67474709426064, -73.92499590557256, 40.67473556087665, -73.92500388962807, 40.67464372793371, -73.92501329766397, 40.67454562562957, -73.9250199470774, 40.67447627497853, -73.92502397909558, 40.674434213637, -73.92504366846238, 40.67423224538912, -73.9250815128953, 40.67384402456397, -73.92516154634102, 40.67295328592662, -73.92519686914471, 40.67258704854932, -73.92524558207923, 40.6720617284701, -73.92526128897303, 40.67190732007058, -73.92532871396227, 40.67116840346016, -73.92538679402934, 40.670558607433215, -73.92541004082084, 40.67031454582953, -73.9254134683092, 40.670278541831024, -73.92549120263696, 40.66943399756073, -73.92555518760847, 40.66878031580581, -73.92559795042257, 40.6684961127361, -73.9256418554769, 40.66820433884136, -73.9256998740012, 40.667572709394335, -73.92576529595257, 40.666867692588404, -73.92577807005932, 40.66673224519993, -73.92579432554844, 40.66656509828428, -73.9258006477287, 40.666500363357656, -73.92580501148247, 40.666455822141884, -73.92580861627395, 40.66640251751379, -73.92581229228496, 40.666341528826905, -73.92580534649716, 40.666268402436295, -73.92578205094931, 40.66615602910805, -73.92575637660978, 40.66607397281684, -73.92565359709707, 40.66582957118339, -73.92602554726346, 40.66567063031804, -73.92604863716885, 40.665660433309746, -73.92610236084033, 40.66563681217282, -73.92623620003705, 40.66557804933568, -73.92637969898313, 40.665514581024, -73.92647483471599, 40.6654718007096, -73.92725289260541, 40.66513477917993, -73.92739349599681, 40.66507440104375, -73.92749974046598, 40.66502553669972, -73.92784978657258, 40.66487482755048, -73.92808420246617, 40.66477307731674, -73.92822871382923, 40.66470954969463, -73.92854354840529, 40.664573376004384, -73.92881282437388, 40.66445655237837, -73.9289306648951, 40.664405038263226, -73.92905234928453, 40.664350689771524, -73.92916753446099, 40.66429924311535, -73.92923526948421, 40.6642689905331, -73.92940352054195, 40.66419953262614, -73.92974676250941, 40.66404807599646, -73.9298736452706, 40.66399045643215, -73.93053963444189, 40.663700838396316, -73.93065207024118, 40.663638007864876, -73.93144208873309, 40.66356439502889, -73.93160747341739, 40.66355653111005, -73.93194277830581, 40.663535696613124, -73.9324067688877, 40.66350686819902, -73.93307133463446, 40.66350044616916, -73.93315202338152, 40.6634925343232, -73.93397249039442, 40.66339789924564, -73.93421837673273, 40.663381385067225, -73.93449221713763, 40.66336539957993, -73.93455211654687, 40.66336177307596, -73.93726377206231, 40.663191495994326, -73.93718620179804, 40.66348783341165, -73.93715846738361, 40.6637522837036, -73.93992612101545, 40.663903576732416, -73.94152515007842, 40.66399442348249, -73.94269628479358, 40.66405481882284, -73.94265097098832, 40.66452491614208, -73.94261322410748, 40.664946751327825, -73.94257103039425, 40.66539441556544, -73.94252842842164, 40.66583760489587, -73.94322743715378, 40.66587458588262, -73.94488082655327, 40.665964632008276, -73.94496652668809, 40.665969298088946, -73.9453013521542, 40.66598753023629, -73.94806707582579, 40.666138582264104, -73.94803106931028, 40.66652486664671, -73.94802389156341, 40.66659671917403, -73.94801984345742, 40.66664829349538, -73.94801887475931, 40.666659080338164, -73.94801637573318, 40.66668657196067, -73.94799387133587, 40.66693407399519, -73.94799125542829, 40.66695976723315, -73.94798406671346, 40.66703040405288, -73.94795254762178, 40.66735420180253, -73.94794618756654, 40.66741611389331, -73.9479403564198, 40.66748221272093, -73.94793054784435, 40.66758491931876, -73.94789835150068, 40.66792115645142, -73.94783045099581, 40.66866502554874, -73.94782029076454, 40.66876629924297, -73.94781547048463, 40.668814345873734, -73.94780452947855, 40.668923393362675, -73.9477376090092, 40.66963646422727, -73.94773123674078, 40.66970437371808, -73.94770409291267, 40.66999417522023, -73.947656786572, 40.670499201556325, -73.94764759267626, 40.670596676378075, -73.94764128607933, 40.670663558397905, -73.94763210050202, 40.670760925158476, -73.94756374636272, 40.67148764332663, -73.94748049924962, 40.672379330805924, -73.94739574400525, 40.67327136504002, -73.94731223338506, 40.67416156803925, -73.94728668763123, 40.67444656757453, -73.94722949239392, 40.67505239439285, -73.94714602348702, 40.67594404693052, -73.94437626832915, 40.67579358893099, -73.94321904804578, 40.675729491416675, -73.94160931957906, 40.6756428702582, -73.94153520351492, 40.67642047863195, -73.94146280003146, 40.67719896305739, -73.94139830478248, 40.677913766087656, -73.9413932629523, 40.67796966657602, -73.94138394856108, 40.67804865048357, -73.94138108370586, 40.67807292600136, -73.94137326893022, 40.67816422791176, -73.94129291648787, 40.67901125699338, -73.94127654296565, 40.67918386378741, -73.94124626504855, 40.67952015271777, -73.94122890353472, 40.67971296113389, -73.94120863912504, 40.67993803439666, -73.9409490042748, 40.67992377417047, -73.9405761847785, 40.67990329544028, -73.94032793703632, 40.67988965744575, -73.94013578851335, 40.67987908285037, -73.93843612622358, 40.679785533858, -73.93739763139821, 40.679729588275954, -73.93739763139821, 40.679729588275954 --73.90294132545446, 40.67083977492522, -73.9022265233686, 40.6683302212299, -73.90205780107163, 40.66835431510303, -73.90192264429362, 40.66837473982998, -73.90152807218266, 40.66684072813308, -73.90072246643909, 40.66377834534075, -73.90091625241038, 40.66373312547915, -73.89953138715406, 40.65896953236623, -73.89946353346481, 40.65868240080248, -73.89982259740326, 40.65729095290361, -73.90004455743978, 40.657281176374326, -73.90030374175572, 40.65726235267097, -73.90044831085872, 40.65725177253525, -73.90113435161976, 40.656557407072505, -73.9012017183272, 40.65649650082812, -73.90127968858809, 40.65643832230735, -73.90131080040294, 40.65641799731178, -73.9021106808755, 40.6559124108239, -73.90216539199174, 40.655877862193385, -73.9023103978928, 40.655791220582344, -73.90245345403835, 40.65569537474616, -73.90253641902464, 40.655642187572106, -73.90271351766535, 40.65552943512045, -73.9027976832349, 40.655478922409245, -73.90290488831388, 40.65541619105455, -73.9029426691332, 40.655399992013706, -73.90299671133833, 40.65537682046085, -73.90317307234157, 40.65530120131862, -73.90341890130071, 40.655253490564114, -73.90344722668776, 40.65524911351611, -73.90346842160005, 40.65524586873115, -73.90348962945049, 40.65524266987958, -73.90389671780217, 40.65518194754539, -73.90393700211298, 40.65517595313316, -73.90395793776482, 40.655172890846565, -73.90414221067024, 40.655146110089014, -73.90432243930184, 40.65511949947205, -73.90486692027973, 40.65503774285897, -73.90505643525282, 40.65501182136475, -73.90530255796953, 40.65497203768521, -73.90533481890148, 40.654967168127925, -73.90551426540313, 40.654940267734865, -73.90567158515196, 40.65491672855986, -73.90676205354126, 40.65475509859651, -73.90685969866058, 40.654740625346, -73.90691626998697, 40.65473224049749, -73.90719691667103, 40.65468932438564, -73.90737471289319, 40.65466277906527, -73.90746096424711, 40.654649840515944, -73.90751099786574, 40.65464230380539, -73.9075972315141, 40.65462930480496, -73.90762876122419, 40.65462454838265, -73.90785611468006, 40.65458921163194, -73.90800960309876, 40.65456812910549, -73.90806473571422, 40.654560184695626, -73.90808955709902, 40.65455660516427, -73.90813919515206, 40.654549430773, -73.90829700054269, 40.65452650344884, -73.90843228839857, 40.654506730507165, -73.90856808724523, 40.65448676059926, -73.90859342906018, 40.65448301747871, -73.90877059580693, 40.65445684321542, -73.90894531221088, 40.654429120550795, -73.90972665398876, 40.65431299875857, -73.91048354463673, 40.65419761897222, -73.91067850051488, 40.65417926220083, -73.91088756887167, 40.65415957876523, -73.91183580019235, 40.654129343423044, -73.91232823982953, 40.65413446736644, -73.91286160435448, 40.654140014640525, -73.91334757224853, 40.65415470181779, -73.91344093540182, 40.654157952746175, -73.91348560461918, 40.65415950912951, -73.91352394944393, 40.65416084461642, -73.91659123802565, 40.65427116295539, -73.91686625272186, 40.65428539752777, -73.91706157344882, 40.65429191690326, -73.91757588377236, 40.65431386211684, -73.91786866539961, 40.65432162059546, -73.91827736977456, 40.65433560498347, -73.91876457132715, 40.65434819895719, -73.91915317854772, 40.65435837485819, -73.91953392130553, 40.65436984969477, -73.92004278521456, 40.65438625899334, -73.92020998589297, 40.654392300509784, -73.92037478996264, 40.654398255475385, -73.92043589183592, 40.65440046350349, -73.92082762827168, 40.65441461709886, -73.9213788275421, 40.654432255412466, -73.92172994020751, 40.65438200647129, -73.92177652882496, 40.65442388971303, -73.92198739197187, 40.65461346216849, -73.92201734669452, 40.654640199032094, -73.92207223737198, 40.654689190161754, -73.92277609391103, 40.65531740833336, -73.9228882843131, 40.65542109532465, -73.92297991613354, 40.65550126673984, -73.92305924526816, 40.655573000109676, -73.92313300880846, 40.65563965799144, -73.92323716961415, 40.65573375956873, -73.92330597900762, 40.65580153877777, -73.92343834555895, 40.65591157921911, -73.92347825042047, 40.65594762826545, -73.92350592630116, 40.655972564887406, -73.9235985480437, 40.656052819309565, -73.92369078475944, 40.6561370113627, -73.92383499863043, 40.65626748203179, -73.92407694016535, 40.65648376971766, -73.92410246486132, 40.656507297265904, -73.92432234288427, 40.65670651497305, -73.92458827741518, 40.6569456256519, -73.92465429328315, 40.65700680592361, -73.92478961511736, 40.65712799332834, -73.92481520225557, 40.65715111552446, -73.92484968190348, 40.65718227073464, -73.92486740665542, 40.65719827729872, -73.92490288103676, 40.65723027242446, -73.92519311185903, 40.657487660034285, -73.92526305440904, 40.6575490100019, -73.9253228992226, 40.65760156162307, -73.92540699633868, 40.65767964779532, -73.92551634541738, 40.65777771112074, -73.92599069780431, 40.65820254984877, -73.92623942235139, 40.65841838883533, -73.92641191332733, 40.65858641421238, -73.92659994015415, 40.6587570562383, -73.92701149290563, 40.65911763294867, -73.92723517895402, 40.659319331058256, -73.9272793892144, 40.659359195181466, -73.92738082942229, 40.659450662629716, -73.92759453652288, 40.65964226524085, -73.92769372430449, 40.65973103214286, -73.92806593069753, 40.66006385518178, -73.92819257873822, 40.660176853713864, -73.92828977721598, 40.660267395573115, -73.92836167091204, 40.66033190836488, -73.92848519109046, 40.660442640723524, -73.92878688413634, 40.66071271365774, -73.92882287171065, 40.6607449158962, -73.92905189487419, 40.66094986009298, -73.92925703412794, 40.66113531096655, -73.92943248724886, 40.66129377278841, -73.9294541235302, 40.66131659164357, -73.93001893196141, 40.66181962392721, -73.93023244085502, 40.662009453740716, -73.93046273122734, 40.66221636979383, -73.9305117169176, 40.662260772347906, -73.93079352090987, 40.66251219264714, -73.93093926655027, 40.662642765079916, -73.93095746689578, 40.66265909966759, -73.93099352954547, 40.6626916308525, -73.9310776316177, 40.66278785193093, -73.93116380906854, 40.66290380090218, -73.9315375385737, 40.66323619563521, -73.93088210256744, 40.66350945801406, -73.93069525091936, 40.663613876635445, -73.93065207024118, 40.663638007864876, -73.93053963444189, 40.663700838396316, -73.9298736452706, 40.66399045643215, -73.92974676250941, 40.66404807599646, -73.92940352054195, 40.66419953262614, -73.92923526948421, 40.6642689905331, -73.92916753446099, 40.66429924311535, -73.92905234928453, 40.664350689771524, -73.9289306648951, 40.664405038263226, -73.92881282437388, 40.66445655237837, -73.92854354840529, 40.664573376004384, -73.92822871382923, 40.66470954969463, -73.92808420246617, 40.66477307731674, -73.92784978657258, 40.66487482755048, -73.92749974046598, 40.66502553669972, -73.92739349599681, 40.66507440104375, -73.92725289260541, 40.66513477917993, -73.92647483471599, 40.6654718007096, -73.92637969898313, 40.665514581024, -73.92623620003705, 40.66557804933568, -73.92610236084033, 40.66563681217282, -73.92604863716885, 40.665660433309746, -73.92602554726346, 40.66567063031804, -73.92565359709707, 40.66582957118339, -73.92546269282569, 40.66591643661171, -73.92520422178693, 40.66603070014191, -73.92511008304726, 40.66607200050469, -73.92455737703945, 40.666312543649816, -73.92445253520945, 40.66635869113664, -73.92431490957478, 40.66641545025831, -73.92424490231858, 40.666444264820605, -73.92413704856544, 40.666492968402366, -73.92407757020169, 40.66651852993708, -73.92401788117262, 40.6665441903586, -73.9227668897507, 40.66709075942595, -73.92273827090969, 40.66710326458663, -73.9224613838888, 40.667223775365414, -73.9222169934141, 40.66733225494636, -73.9221595903528, 40.667354711911635, -73.92201772177057, 40.6674168360879, -73.9218717073037, 40.66748036748155, -73.92182344259298, 40.66750153464212, -73.92166886432277, 40.6675700353092, -73.92119392752214, 40.66777690167599, -73.92101988634369, 40.66785238154297, -73.92089387477397, 40.66790568025377, -73.92032440106159, 40.66815545780837, -73.92012726024404, 40.66824117990091, -73.92004830651203, 40.66827550945896, -73.91996136442305, 40.66831331480001, -73.919230625035, 40.66863105272871, -73.9191641966316, 40.66865993784805, -73.91907530204752, 40.66869880015328, -73.91872942096121, 40.6688500096044, -73.9183819006182, 40.66900193456227, -73.91826844316263, 40.66904973444504, -73.91764236409102, 40.66932120593357, -73.91748265359837, 40.66939190895978, -73.9173642013495, 40.66944275801619, -73.91734835908593, 40.66944970402143, -73.91731421670717, 40.669464745118105, -73.91719560511265, 40.66951703741313, -73.91713589089908, 40.66954344346959, -73.91658459688308, 40.66978723164815, -73.91650233488446, 40.66982360774523, -73.91618774699768, 40.6699566211188, -73.91503850126347, 40.67046122055872, -73.91487246260839, 40.670531909879166, -73.91476188081661, 40.67057898801393, -73.9147013944067, 40.670604739358765, -73.91403856909025, 40.67089652461719, -73.9135826593361, 40.671086219805055, -73.91338583771461, 40.67117599549592, -73.91335782646725, 40.67118877073273, -73.91325923317446, 40.67123374203805, -73.91312436410671, 40.67129295454335, -73.91308575024955, 40.671309907304035, -73.91291449051592, 40.671385095130375, -73.91286817387542, 40.671405428826695, -73.91233604590846, 40.67163179515541, -73.91221776236105, 40.671686844442135, -73.91212447686057, 40.67172815912741, -73.91149370078514, 40.67200490385851, -73.91133533439002, 40.67207614238276, -73.91109866463803, 40.67218260331226, -73.91092146705293, 40.67225486050505, -73.91078533312559, 40.67230429418755, -73.91072637159964, 40.67231951399206, -73.91070244116166, 40.67232329829806, -73.91066972605871, 40.672333676558225, -73.9106330024399, 40.67234776812352, -73.91055463438431, 40.67238347300248, -73.90960251600904, 40.672797298315004, -73.90925034402125, 40.67294917938632, -73.90919291213872, 40.67297474833625, -73.90851234759285, 40.67327175212181, -73.90841884723447, 40.67331379214441, -73.90824169202627, 40.67339135377761, -73.90803933615022, 40.67347968227323, -73.9078771160365, 40.673566495470915, -73.90746799583897, 40.67376114768053, -73.90739964434862, 40.673786887054206, -73.90717020189255, 40.673888234380996, -73.90709388178684, 40.67392172418368, -73.90707308103653, 40.673930804392555, -73.90695648177136, 40.67398487166207, -73.90685117134554, 40.67402481886526, -73.90658201725542, 40.674141400198934, -73.90641648418921, 40.67421309799314, -73.90629661776563, 40.67426501600698, -73.9060942682663, 40.67435266029199, -73.90593834879704, 40.67442019315531, -73.90582603303858, 40.67446914424944, -73.90524077700789, 40.674724213790476, -73.90463937532716, 40.674990764750206, -73.90437310592563, 40.67510859591701, -73.90438872012629, 40.675171036223915, -73.90362476178827, 40.675451170525626, -73.90347422611788, 40.67550636749375, -73.90346767117835, 40.67548100528215, -73.90341762720017, 40.674453857886505, -73.90325835651184, 40.67339604784428, -73.90341265569063, 40.67337360966296, -73.90361711974103, 40.67334377775339, -73.9032578178435, 40.672108904307585, -73.90294132545446, 40.67083977492522, -73.90294132545446, 40.67083977492522 --73.9579731604349, 40.670656958000805, -73.95575834093435, 40.67019238733234, -73.95553728398251, 40.67015086939135, -73.95526963696669, 40.67012459575795, -73.95505288016153, 40.67010331584317, -73.95327019433563, 40.67000688615267, -73.95223603637751, 40.66994984693021, -73.95064389084399, 40.669863435002384, -73.95050159150358, 40.669855710478025, -73.95036473471299, 40.66984823576768, -73.94799616460126, 40.669718847997984, -73.94781616960749, 40.66970901571057, -73.94773123674078, 40.66970437371808, -73.9477376090092, 40.66963646422727, -73.94780452947855, 40.668923393362675, -73.94781547048463, 40.668814345873734, -73.94782029076454, 40.66876629924297, -73.94783045099581, 40.66866502554874, -73.94789835150068, 40.66792115645142, -73.94793054784435, 40.66758491931876, -73.9479403564198, 40.66748221272093, -73.94794618756654, 40.66741611389331, -73.94795254762178, 40.66735420180253, -73.94798406671346, 40.66703040405288, -73.94799125542829, 40.66695976723315, -73.94799387133587, 40.66693407399519, -73.94801637573318, 40.66668657196067, -73.94801887475931, 40.666659080338164, -73.94801984345742, 40.66664829349538, -73.94802389156341, 40.66659671917403, -73.94803106931028, 40.66652486664671, -73.94806707582579, 40.666138582264104, -73.9453013521542, 40.66598753023629, -73.94496652668809, 40.665969298088946, -73.94488082655327, 40.665964632008276, -73.94322743715378, 40.66587458588262, -73.94252842842164, 40.66583760489587, -73.94257103039425, 40.66539441556544, -73.94261322410748, 40.664946751327825, -73.94265097098832, 40.66452491614208, -73.94269628479358, 40.66405481882284, -73.94279925077913, 40.66294746913874, -73.9428098167696, 40.66284837076408, -73.94284801546699, 40.662845952050915, -73.94280856891307, 40.66244178518697, -73.9427806394664, 40.66217015482799, -73.94276742796595, 40.66206000428645, -73.94268818984204, 40.66132018242268, -73.94262263533074, 40.660720447127765, -73.94262071148106, 40.660701071553326, -73.942611673762, 40.66061002481517, -73.94275186427039, 40.66060106969384, -73.94323195137929, 40.660570396491, -73.94541268832641, 40.6604367680737, -73.94556603195468, 40.660426897236974, -73.94573534372644, 40.66041617823913, -73.94598230450049, 40.66040057145759, -73.94602457327922, 40.66039790415781, -73.94608822082503, 40.66039512529453, -73.94617602210265, 40.66038832608773, -73.94619581838302, 40.660387099840285, -73.94655038786516, 40.66036541500747, -73.94664491561048, 40.66036105356502, -73.94673171157183, 40.660354351624036, -73.9469870593405, 40.66033888344765, -73.94718007135856, 40.66032719528257, -73.94725649379869, 40.660327003419475, -73.94735075284518, 40.66031686085766, -73.94767622913761, 40.660297014299054, -73.94760090503947, 40.6595854574878, -73.94752253525213, 40.658875436360354, -73.94746284629885, 40.65831305618515, -73.94743289890987, 40.65803089166578, -73.94741736901797, 40.65788298277727, -73.94735403305604, 40.657279781280934, -73.94727629258371, 40.656547764053705, -73.94726946866142, 40.656487956690135, -73.94726366638865, 40.656437117142715, -73.94731643181358, 40.65643408766983, -73.94741270724073, 40.65642855842697, -73.95015965821253, 40.65625991429262, -73.95224592955198, 40.65613205966948, -73.95286034210311, 40.6560925318784, -73.9528888141446, 40.65609069928486, -73.95304782971957, 40.65608046869464, -73.9530820485946, 40.65607835833825, -73.9563885126572, 40.65587425521683, -73.95809630276973, 40.655770354450155, -73.95931545765357, 40.655693433230546, -73.95964034318064, 40.65567263408147, -73.95967951626416, 40.65567012187003, -73.95986102900035, 40.65563446995021, -73.96004485666005, 40.656374843574824, -73.96007276818254, 40.65648556192079, -73.96009107163962, 40.65657188102092, -73.96009695795324, 40.656595445989346, -73.96010094218869, 40.6566122843366, -73.96010949068489, 40.65664690227197, -73.96011711925601, 40.656677545906405, -73.9601362491035, 40.656762308290205, -73.96031988505665, 40.65673400640474, -73.96098325864583, 40.6566361382319, -73.96103140497466, 40.656629035066786, -73.96122918985408, 40.6565998540155, -73.9615159265731, 40.655018837850555, -73.96154272378149, 40.655008506175726, -73.96164670155534, 40.654968416554084, -73.96190027968625, 40.65487064433885, -73.96192075873772, 40.65502878642565, -73.9622612437601, 40.657110145575196, -73.9622698023534, 40.65716245670636, -73.9622882040122, 40.65727494810324, -73.96231006431898, 40.657408568555276, -73.96280249055665, 40.6604184573248, -73.96281267172121, 40.66048897466244, -73.96281674748536, 40.660517215277444, -73.96282978997621, 40.66060754490078, -73.96285018949638, 40.66072875831008, -73.96286131038728, 40.66079588279816, -73.96287342483556, 40.66086899333839, -73.96307465173005, 40.66208356928782, -73.9630795143361, 40.66217760726797, -73.96306943746576, 40.662265896958324, -73.96304303046035, 40.66236537752103, -73.96300423376387, 40.66245637302992, -73.96296107593297, 40.66252992502037, -73.96290210204825, 40.66260860573787, -73.96284079690132, 40.662675100785485, -73.9627333799887, 40.66277588693875, -73.96255068807397, 40.662929518719665, -73.96238231330358, 40.66306512115241, -73.96246890623591, 40.66318729546024, -73.96209791185743, 40.663213019536755, -73.96207002116863, 40.663214937448465, -73.9619584336857, 40.66322239469667, -73.96125198956732, 40.66326746207685, -73.96095595260039, 40.66328474104123, -73.96110878027764, 40.664061597889216, -73.96125111932608, 40.66476554965112, -73.9615066433369, 40.66611567011758, -73.96155843911232, 40.66638933981594, -73.9615746779205, 40.66647513829114, -73.96161627318318, 40.66669490596796, -73.96179284669284, 40.66759035843321, -73.96180658799247, 40.667680915259574, -73.96198297190504, 40.668592306391034, -73.9619965679449, 40.6686625574083, -73.96201201128068, 40.668734974773464, -73.9621102028225, 40.669195384961526, -73.96219446166945, 40.6696407149316, -73.96236980206164, 40.67055459573696, -73.96252147866032, 40.67135516022179, -73.96262134450141, 40.671629007010736, -73.96133768853053, 40.67135175716977, -73.96124729814838, 40.6713427639286, -73.96053322111582, 40.67119320042268, -73.96009789679427, 40.67110202076207, -73.95916338814405, 40.670906277400334, -73.95809262897832, 40.67068198368098, -73.9579731604349, 40.670656958000805, -73.9579731604349, 40.670656958000805 --73.97208109564265, 40.65059658630125, -73.97191668737507, 40.65005505607577, -73.97155930342521, 40.6488225135292, -73.9713963089564, 40.64825747388261, -73.9711989385403, 40.64829796323215, -73.97115649390818, 40.64831451851938, -73.97083770534007, 40.64843944709782, -73.9706934382129, 40.64849645912426, -73.97026966351082, 40.64866469223761, -73.96985074569294, 40.64883090609942, -73.9696717350005, 40.64889762431479, -73.96952560656435, 40.648958817287635, -73.9687936676853, 40.64924795103631, -73.96867914984662, 40.64929288905623, -73.968659958501, 40.64930036803037, -73.96862729569469, 40.64931314467467, -73.9681232194582, 40.64951048238017, -73.96806243663094, 40.649534513840415, -73.96790947815997, 40.64959905908852, -73.9678884886477, 40.64948058743454, -73.96754583871586, 40.64768260040889, -73.96741486283479, 40.647006232142296, -73.96739901237825, 40.646920863957256, -73.96736121175252, 40.64671729386456, -73.96734166594908, 40.64661200336244, -73.96733881119474, 40.64659663791489, -73.96731881855841, 40.64648894649967, -73.96725043679275, 40.64613603477166, -73.96723078539375, 40.646034616441, -73.9671845192285, 40.645795838105734, -73.967135209744, 40.64554134483595, -73.9668674569448, 40.644098778478075, -73.96653995730074, 40.642398030594016, -73.96617396792793, 40.6404309426798, -73.96611875191404, 40.640143895137335, -73.96606341885956, 40.63985547243269, -73.96602864007639, 40.63967419226867, -73.96597116671131, 40.63937463035692, -73.96593318508538, 40.63917664818712, -73.96579196001012, 40.638440516863604, -73.96492546545757, 40.638850254802904, -73.96451268730169, 40.636687252149834, -73.96538172073515, 40.63627885976947, -73.96625439934913, 40.63586648878629, -73.96712225962368, 40.63545424396431, -73.96739062349215, 40.635327784851924, -73.96762735754221, 40.63523830683239, -73.96783960115951, 40.635158086017746, -73.96838662658298, 40.6348981768126, -73.96857052929529, 40.63481079943081, -73.96899921205902, 40.634607114826295, -73.9698686905463, 40.634194355279426, -73.97001862185756, 40.63412314809743, -73.97011126336584, 40.634079147635525, -73.97027619632426, 40.634000816406285, -73.97087567245143, 40.633719194659825, -73.97179749331576, 40.63328345969353, -73.97190427368025, 40.633229771663686, -73.97198756071307, 40.63319081300953, -73.97216146256356, 40.63311129707151, -73.97241913344861, 40.6329912560154, -73.97310008588755, 40.632666148880126, -73.97319612831645, 40.6326202763438, -73.97329611853864, 40.63257151487752, -73.97431882903203, 40.63209025638254, -73.97517145569033, 40.631688263610215, -73.97604935058439, 40.63127558690457, -73.97704807519797, 40.63080185533481, -73.97716511356703, 40.63074633729998, -73.97727381018524, 40.630695073352214, -73.97750536064014, 40.6305858642628, -73.97795051742895, 40.630376229411496, -73.97797631702143, 40.63036408544781, -73.9781299442612, 40.63029469732635, -73.97815151723486, 40.63043355523038, -73.97822050269959, 40.6307951872213, -73.97831133531494, 40.63127454097858, -73.97837154185679, 40.631576413624344, -73.97838130471553, 40.63162536679315, -73.97851578534633, 40.63229963514414, -73.9786513667268, 40.63304433400292, -73.97869607111173, 40.633284944821575, -73.97870462957042, 40.63332402173653, -73.97877002058046, 40.63367061124657, -73.97877517770128, 40.633704447405535, -73.9787817114016, 40.633747306119666, -73.97878855644973, 40.63378127316443, -73.97890379976072, 40.63435320506357, -73.97909146951369, 40.634455246544306, -73.97928323463378, 40.634572037157014, -73.97938576844277, 40.63463377626222, -73.97942323153957, 40.63465633287076, -73.98072617335018, 40.635440852200276, -73.98084988183122, 40.63551533678523, -73.9809563056571, 40.635579615495026, -73.98110913713947, 40.635671923188404, -73.98297018300016, 40.63679593180696, -73.98305202705815, 40.6368453607718, -73.98314072871102, 40.636898978996896, -73.9851701064878, 40.63812566165669, -73.98525169140073, 40.63817497464894, -73.98533543945442, 40.63822548014572, -73.98700002790576, 40.6392293291407, -73.98709214245353, 40.63928487900266, -73.98737415474726, 40.63945494443326, -73.98745552071716, 40.639504010889276, -73.98754037611275, 40.639555144355704, -73.98828956758344, 40.64000659721098, -73.98852445001823, 40.64014831387848, -73.98966135603015, 40.64083590453914, -73.99192812114914, 40.642204590264235, -73.99121276547794, 40.64268557938673, -73.99049634058163, 40.643164124442244, -73.9897789025964, 40.643644573117925, -73.98915705467562, 40.64405415646971, -73.98905871487808, 40.64411892772787, -73.98899680336918, 40.64415904710725, -73.98883504186338, 40.64426387613847, -73.98873187759598, 40.6443307286451, -73.98856218751524, 40.64444069396916, -73.98841289796493, 40.64452753939663, -73.98834986356755, 40.644561924714175, -73.98828876224367, 40.64459525388625, -73.98772377444986, 40.64481580747989, -73.98753096688748, 40.644891072746866, -73.98559144699745, 40.64564816193542, -73.98528412709406, 40.64576762175538, -73.98319466291035, 40.646578647123036, -73.9830734000063, 40.64662481600083, -73.98296434333928, 40.64666848582122, -73.98230939237193, 40.64692709131208, -73.9820937101863, 40.647009454415034, -73.98180533716892, 40.647127478749034, -73.981328873036, 40.64718135690783, -73.9802911504525, 40.647296848962604, -73.98036334684234, 40.64769343133999, -73.98039521856006, 40.647839763710934, -73.98040199943901, 40.64787450684182, -73.98047182407937, 40.64823931485375, -73.98048958042462, 40.64833436481088, -73.98052652751248, 40.64853218599535, -73.98054146152394, 40.64861213738386, -73.98059384948144, 40.648892608861665, -73.98071174081547, 40.64952376907699, -73.98110911538764, 40.65159141417318, -73.98129697207753, 40.65263718952959, -73.98145293216831, 40.65341602260979, -73.98154587928687, 40.653871325532585, -73.98166686083968, 40.65452213148575, -73.98167788707939, 40.65458144399875, -73.98176344116153, 40.65504166593159, -73.98179567733928, 40.655245778622145, -73.98175295639082, 40.65532360533784, -73.98135759497924, 40.655704653328115, -73.98130653563855, 40.65575385198895, -73.98122206348529, 40.65583504864851, -73.98065288399368, 40.65638053789361, -73.98006968251033, 40.65693996456273, -73.98002330273069, 40.65698480945919, -73.97992015800243, 40.657084541747324, -73.97951266210409, 40.65747855674961, -73.97927616544723, 40.6573357833733, -73.97730806744757, 40.65614907643638, -73.97721329616576, 40.656242461115745, -73.97665656406271, 40.656911492948275, -73.97615408528085, 40.657514330005085, -73.97565260659759, 40.658115713405486, -73.9751573793049, 40.658722481920165, -73.97502848383348, 40.658659058537324, -73.97475793371028, 40.65852845068139, -73.97467933769863, 40.65848491233607, -73.97453696832223, 40.65838553410575, -73.97448234254692, 40.6583391318826, -73.97441568589741, 40.658272263616325, -73.97436285564802, 40.65820956508423, -73.97431601219027, 40.65814425276377, -73.97429277761768, 40.65810163602254, -73.97424874745617, 40.658020878639576, -73.97421783181989, 40.65793494800905, -73.97410843246546, 40.6575681258487, -73.97404458149998, 40.65734693732984, -73.97396622881587, 40.657075511057606, -73.97381880403549, 40.65656273140035, -73.97377206925648, 40.65639972719517, -73.97374147178, 40.6562930215676, -73.97358131843502, 40.65574336968666, -73.97355493535252, 40.6556436205624, -73.97351492569865, 40.65551198008669, -73.97349553640913, 40.655446096498245, -73.97346561417321, 40.65534438430785, -73.97332919880577, 40.654877567048544, -73.9732893485745, 40.65473983452157, -73.97326627944092, 40.65464894717704, -73.97322907629089, 40.65452744616095, -73.97305103507901, 40.653912186588464, -73.97304402053759, 40.65386964721544, -73.97273618016942, 40.65282059996661, -73.97271055115293, 40.65273325902113, -73.97268287835868, 40.65263895838603, -73.97253562026049, 40.65213094689895, -73.9725116463573, 40.65204824035973, -73.97249117370731, 40.65198796203709, -73.97241366352517, 40.65175973796142, -73.97239037395742, 40.65167546825929, -73.97232900829643, 40.65144456805298, -73.9723656790621, 40.65143599764027, -73.97238370613985, 40.651431004098626, -73.97240149930188, 40.6514255431294, -73.97241903371429, 40.65141962463257, -73.97243629518748, 40.65141325130633, -73.97245326243358, 40.65140643575299, -73.97246991298606, 40.65139918156933, -73.97248622792257, 40.65139149955725, -73.9725021918694, 40.65138339691721, -73.97251778235673, 40.65137488535085, -73.97253298282826, 40.651365972958985, -73.9725477708145, 40.65135667054258, -73.97256213921618, 40.65134699070738, -73.97257606320052, 40.6513369415522, -73.97258952975592, 40.651326536582, -73.97260251995968, 40.651315788399586, -73.97261502198378, 40.65130470780851, -73.9726270204518, 40.651293309213536, -73.97263850235277, 40.65128160521905, -73.9726494523103, 40.65126961022974, -73.97265985731318, 40.65125733775048, -73.97266970908028, 40.651244799486136, -73.97267899223276, 40.65123201614516, -73.97268769494359, 40.65121899672996, -73.97269581365828, 40.651205760150724, -73.97270333063665, 40.65119231901066, -73.97271024469002, 40.651178689518886, -73.97271653925803, 40.651164890582386, -73.97272221551826, 40.65115093480892, -73.97272726282249, 40.6511368402063, -73.97273167525353, 40.65112262118148, -73.97273544807454, 40.651108296644324, -73.97273857654959, 40.651093883703574, -73.97274105830843, 40.65107939676702, -73.97274288861485, 40.65106485384389, -73.97274406627979, 40.651050272043854, -73.97274459129716, 40.651035667576146, -73.97274446011254, 40.651021059350825, -73.97274223620823, 40.65099189286426, -73.97273892277109, 40.650964177753444, -73.97273634497186, 40.650950401926735, -73.97273315350562, 40.65093669979688, -73.97272935900763, 40.65092308667517, -73.97272496028884, 40.65090957967102, -73.97271996562019, 40.650896193194725, -73.97271437617766, 40.65088294345579, -73.97270820259615, 40.65086984666587, -73.97270145078276, 40.650856914533044, -73.97269412900663, 40.65084416597007, -73.97268624435749, 40.65083161178473, -73.97267780865249, 40.65081926818897, -73.97266882425096, 40.65080714869108, -73.97265931006409, 40.65079526950467, -73.97264927672893, 40.65078364053784, -73.97263872660454, 40.65077227619937, -73.97262768096654, 40.6507611927034, -73.9726161492701, 40.650750399057266, -73.97260414333357, 40.65073990787086, -73.97259167733918, 40.65072973355576, -73.97257876901843, 40.650719885121156, -73.97256543018987, 40.65071037427641, -73.97255167385379, 40.65070121453234, -73.97253752247127, 40.65069241399874, -73.9725229854969, 40.650683982583445, -73.97250808184363, 40.65067593109705, -73.97249283160735, 40.650668268549374, -73.97247724660802, 40.65066100304779, -73.9724451562518, 40.65064769742207, -73.97240972586843, 40.65063421178318, -73.97239159007962, 40.650628146047815, -73.97237320226492, 40.65062254041349, -73.97235457897415, 40.65061740118771, -73.97233574266923, 40.650612733778814, -73.97231671463011, 40.650608542694485, -73.9722975161363, 40.650604833342754, -73.97227816728522, 40.650601610231114, -73.97223909890465, 40.650596633553036, -73.97221942430134, 40.65059488449997, -73.97219968564558, 40.65059363251374, -73.97217990303591, 40.65059287940018, -73.97216010011986, 40.650592622463456, -73.97214029462984, 40.65059286711093, -73.97212051139603, 40.65059360974659, -73.97208109564265, 40.65059658630125, -73.97208109564265, 40.65059658630125 --73.96190027968625, 40.65487064433885, -73.96164670155534, 40.654968416554084, -73.96154272378149, 40.655008506175726, -73.9615159265731, 40.655018837850555, -73.96122918985408, 40.6565998540155, -73.96103140497466, 40.656629035066786, -73.96098325864583, 40.6566361382319, -73.96031988505665, 40.65673400640474, -73.9601362491035, 40.656762308290205, -73.96011711925601, 40.656677545906405, -73.96010949068489, 40.65664690227197, -73.96010094218869, 40.6566122843366, -73.96009695795324, 40.656595445989346, -73.96009107163962, 40.65657188102092, -73.96007276818254, 40.65648556192079, -73.96004485666005, 40.656374843574824, -73.95986102900035, 40.65563446995021, -73.95967951626416, 40.65567012187003, -73.95964034318064, 40.65567263408147, -73.95931545765357, 40.655693433230546, -73.95809630276973, 40.655770354450155, -73.9563885126572, 40.65587425521683, -73.9530820485946, 40.65607835833825, -73.95304782971957, 40.65608046869464, -73.9528888141446, 40.65609069928486, -73.95286034210311, 40.6560925318784, -73.95224592955198, 40.65613205966948, -73.95015965821253, 40.65625991429262, -73.94741270724073, 40.65642855842697, -73.94731643181358, 40.65643408766983, -73.94726366638865, 40.656437117142715, -73.94725375466514, 40.65634350025083, -73.9472161867172, 40.65600795756833, -73.94719559320859, 40.65585881078164, -73.94718453817347, 40.6557787380302, -73.94715895991568, 40.655593467401715, -73.9470387036332, 40.654462557039295, -73.94703256736484, 40.6543383981015, -73.94702586905201, 40.654202861767786, -73.94698895202762, 40.65386058966174, -73.94687329758216, 40.65279510360973, -73.9468514144464, 40.6525824246062, -73.9468380072846, 40.652452099129746, -73.94677645017576, 40.651853789368474, -73.94667413610355, 40.65094780691842, -73.94647881286443, 40.649100435632825, -73.94632785710067, 40.64769861469301, -73.94626367521765, 40.64707340553494, -73.9462597145701, 40.64700590265675, -73.94623199464046, 40.646752414593344, -73.94611326279653, 40.645682006840715, -73.94609375347254, 40.645506124704426, -73.94607216564306, 40.6453114955, -73.94598812644612, 40.644533478571994, -73.94586879031235, 40.64342343279848, -73.94562474459993, 40.64112567900161, -73.94552181539203, 40.64016393671766, -73.94551882253734, 40.64013598049823, -73.94537271335281, 40.638786643221515, -73.94685315704147, 40.63869463848125, -73.94694942382436, 40.6386886548609, -73.94703987304209, 40.638683033190944, -73.94714780562119, 40.63867632445599, -73.94826499206965, 40.63860687930974, -73.94923294872211, 40.63854735778505, -73.9501676818678, 40.63849006051419, -73.95115717200926, 40.63842764686014, -73.95129131160414, 40.638419137123, -73.95213259061693, 40.63842296100224, -73.95225860203391, 40.638424018367466, -73.95293455685474, 40.63842694364693, -73.95307105652638, 40.63842572249947, -73.95360004946517, 40.6384220280191, -73.95366379018347, 40.63848424895334, -73.95374260511078, 40.638565801049964, -73.95393579017599, 40.638474194080345, -73.95432839698931, 40.63828376038218, -73.95438036141819, 40.6382585547759, -73.95472895156588, 40.63808946884597, -73.9548312996333, 40.63804029213805, -73.95494651011498, 40.637987694805396, -73.9556961071006, 40.63762477258339, -73.95656604115338, 40.637205716611355, -73.95667225883636, 40.63715509258882, -73.95681591442923, 40.6370866234427, -73.9574332725404, 40.6367923812434, -73.9583996002738, 40.636326624485996, -73.95859264667541, 40.63623388937936, -73.95952517192163, 40.63578591602522, -73.96040877877462, 40.635359976472664, -73.96126843303398, 40.634947950377494, -73.96131139033902, 40.63492563376642, -73.96220340282797, 40.63449902403881, -73.96233524141202, 40.634435514962185, -73.96258859572464, 40.63431346836456, -73.96270346302741, 40.63425813275717, -73.9630107247353, 40.634110114617435, -73.96310481722637, 40.63406478839811, -73.96310109516237, 40.63419696270774, -73.96314322942237, 40.634440805292606, -73.96315665535178, 40.63451760316672, -73.96334864758158, 40.63551776031969, -73.96421566621044, 40.63509971979424, -73.96451268730169, 40.636687252149834, -73.96492546545757, 40.638850254802904, -73.96579196001012, 40.638440516863604, -73.96593318508538, 40.63917664818712, -73.96597116671131, 40.63937463035692, -73.96602864007639, 40.63967419226867, -73.96606341885956, 40.63985547243269, -73.96611875191404, 40.640143895137335, -73.96617396792793, 40.6404309426798, -73.96653995730074, 40.642398030594016, -73.9668674569448, 40.644098778478075, -73.967135209744, 40.64554134483595, -73.9671845192285, 40.645795838105734, -73.96723078539375, 40.646034616441, -73.96725043679275, 40.64613603477166, -73.96731881855841, 40.64648894649967, -73.96733881119474, 40.64659663791489, -73.96734166594908, 40.64661200336244, -73.96736121175252, 40.64671729386456, -73.96739901237825, 40.646920863957256, -73.96741486283479, 40.647006232142296, -73.96754583871586, 40.64768260040889, -73.9678884886477, 40.64948058743454, -73.96790947815997, 40.64959905908852, -73.96806243663094, 40.649534513840415, -73.9681232194582, 40.64951048238017, -73.96862729569469, 40.64931314467467, -73.968659958501, 40.64930036803037, -73.96867914984662, 40.64929288905623, -73.9687936676853, 40.64924795103631, -73.96952560656435, 40.648958817287635, -73.9696717350005, 40.64889762431479, -73.96985074569294, 40.64883090609942, -73.97026966351082, 40.64866469223761, -73.9706934382129, 40.64849645912426, -73.97083770534007, 40.64843944709782, -73.97115649390818, 40.64831451851938, -73.9711989385403, 40.64829796323215, -73.9713963089564, 40.64825747388261, -73.97155930342521, 40.6488225135292, -73.97191668737507, 40.65005505607577, -73.97208109564265, 40.65059658630125, -73.97204322637079, 40.65060242416247, -73.97202451429153, 40.650606087420236, -73.972005979355, 40.650610242400624, -73.97198764402766, 40.65061488370612, -73.9719695331401, 40.650620006840214, -73.97195166442981, 40.650625605503826, -73.97193406154706, 40.650631670697514, -73.97191674341087, 40.65063819792358, -73.97189973248935, 40.650645178182366, -73.97188305243276, 40.65065260247466, -73.97186671743248, 40.65066046269936, -73.97185074995693, 40.65066874895653, -73.97183517011037, 40.650677450444924, -73.97181999563115, 40.65068655906448, -73.97180524307693, 40.650696063112576, -73.97179093255323, 40.65070594908662, -73.97177707943413, 40.650716207985404, -73.97176370264333, 40.65072682540539, -73.97175081400951, 40.65073778874244, -73.97173843481949, 40.6507490871957, -73.97172657572169, 40.65076070365814, -73.97171525090857, 40.650772628227735, -73.97170447694027, 40.65078484379891, -73.97169426446423, 40.65079733596607, -73.97168462412782, 40.650810090323766, -73.97167557130899, 40.65082308976606, -73.97166711665446, 40.65083632168852, -73.9716592684485, 40.650849768082935, -73.97165203615678, 40.650863413642945, -73.97164542924516, 40.65087724216177, -73.97163945363302, 40.650891236531024, -73.9716341187864, 40.650905380543904, -73.97162943062504, 40.65091965619158, -73.97162539388559, 40.650934047266034, -73.97162201448751, 40.650948536658895, -73.97161929716854, 40.6509631054605, -73.97161724311886, 40.65097773656146, -73.97161585470967, 40.650992415554036, -73.97161513667957, 40.651007121727574, -73.9716150866724, 40.65102183617061, -73.97161570705944, 40.65103654447545, -73.9716169943025, 40.651051226829765, -73.97162157056903, 40.65108044704903, -73.97148221225287, 40.65113468406443, -73.97026835230888, 40.65160710150218, -73.96729814187152, 40.65276545118178, -73.96711950207127, 40.65283511559865, -73.96638294481588, 40.65312234598902, -73.96621320913637, 40.65318909122068, -73.96608918748626, 40.6532354763862, -73.96602064983048, 40.653262121374866, -73.96589893072642, 40.65330944085159, -73.96446389460924, 40.653867316300726, -73.96430257601341, 40.653929925233, -73.9642615937849, 40.653945844456366, -73.96423553651665, 40.65395600499693, -73.96414422417932, 40.65399395137709, -73.96402874038392, 40.654037582296716, -73.96400981075189, 40.654045201053954, -73.96208302778324, 40.65479417067995, -73.96190027968625, 40.65487064433885, -73.96190027968625, 40.65487064433885 --73.98905871487808, 40.64411892772787, -73.98915705467562, 40.64405415646971, -73.9897789025964, 40.643644573117925, -73.99049634058163, 40.643164124442244, -73.99121276547794, 40.64268557938673, -73.99192812114914, 40.642204590264235, -73.98966135603015, 40.64083590453914, -73.98852445001823, 40.64014831387848, -73.98828956758344, 40.64000659721098, -73.98754037611275, 40.639555144355704, -73.98745552071716, 40.639504010889276, -73.98737415474726, 40.63945494443326, -73.98709214245353, 40.63928487900266, -73.98700002790576, 40.6392293291407, -73.98533543945442, 40.63822548014572, -73.98525169140073, 40.63817497464894, -73.9851701064878, 40.63812566165669, -73.98314072871102, 40.636898978996896, -73.98305202705815, 40.6368453607718, -73.98297018300016, 40.63679593180696, -73.98110913713947, 40.635671923188404, -73.9809563056571, 40.635579615495026, -73.98084988183122, 40.63551533678523, -73.98095278835325, 40.63541617161625, -73.98108387453892, 40.63528985494223, -73.9813494826107, 40.635033906887664, -73.98143157539064, 40.634954799670616, -73.98152649904418, 40.63486366352195, -73.98195008981773, 40.63445698074088, -73.98201468099802, 40.63439496670913, -73.98209981192987, 40.63431336054442, -73.98253195925342, 40.63389909185565, -73.98259780970184, 40.63383596464238, -73.98268099548629, 40.63375606783414, -73.98317912441537, 40.63327869552168, -73.98324574957856, 40.63321347433942, -73.98376279110366, 40.632716568162124, -73.98397783321003, 40.632509588761096, -73.98400555206888, 40.63248290663201, -73.9843446378055, 40.63215652856514, -73.98492795453868, 40.631596805868405, -73.98550970355494, 40.63103737535271, -73.98609354106509, 40.63047686239098, -73.98667492461904, 40.629915477146405, -73.98702940336698, 40.629575222155324, -73.98706669903855, 40.62953942259968, -73.98725890800979, 40.62935492489969, -73.98784190966555, 40.62879633808637, -73.98829161027054, 40.6283649539029, -73.98833891976994, 40.628319233924245, -73.98842784583267, 40.628230663291134, -73.98900840194993, 40.62767574077021, -73.9895906309184, 40.62711679911905, -73.98998649427804, 40.626737741556504, -73.99003528728261, 40.62669101782221, -73.99017480744992, 40.62655741880201, -73.99031237798063, 40.62642453896181, -73.9905635023841, 40.626182664904, -73.99069955945592, 40.62605161522803, -73.99075597816547, 40.625997276104464, -73.99083193146463, 40.62592446434662, -73.99133983503388, 40.62543708831457, -73.9915254684269, 40.62525830211027, -73.99185872778358, 40.624937333145596, -73.99194434883772, 40.624854871356746, -73.99204058653417, 40.62476252162882, -73.99248350250569, 40.624337503285204, -73.99254972771864, 40.62427395249287, -73.9926159362763, 40.62421024767195, -73.99300566044835, 40.62383524955616, -73.9930535296568, 40.6237891890545, -73.99313073913841, 40.62371489628271, -73.99321218704117, 40.62363635775649, -73.99364180654503, 40.62322207732057, -73.99371105540015, 40.623155299455405, -73.99378689586297, 40.623082611790615, -73.99421277780162, 40.62267442011388, -73.99429349859058, 40.62259705145284, -73.99436905074997, 40.62252254883731, -73.99457971110316, 40.622314810747085, -73.99481855713476, 40.62208925044332, -73.9949198252753, 40.62199361340738, -73.99502919173482, 40.62188865174429, -73.99547994697906, 40.62145605049417, -73.99554647731938, 40.62139220169744, -73.99561144510253, 40.621329279437546, -73.99570842201716, 40.62123535522577, -73.9957742061822, 40.62117164404754, -73.99619494294186, 40.62076415346756, -73.99633555852219, 40.62063464069096, -73.99639306825452, 40.62058167299946, -73.9964640549142, 40.6205124404947, -73.99664300238395, 40.62033791419709, -73.99670934381437, 40.620273210120565, -73.99680361590316, 40.62018236737867, -73.997043827391, 40.619950886020476, -73.99717885565286, 40.61982076420638, -73.99719306023943, 40.61980681729304, -73.99725446304701, 40.619742745843624, -73.99728485062714, 40.61971103743822, -73.99742138721373, 40.619791628159426, -73.99792382853792, 40.62009537217562, -73.99798832529915, 40.620134361354886, -73.99853583346456, 40.62046534600862, -73.9985954253198, 40.62050137117054, -73.99866484149211, 40.62054333354697, -73.99949149721971, 40.62104305244175, -74.0016012651715, 40.62231627365212, -74.00163843812564, 40.62233870688845, -74.0016937939989, 40.6223721108842, -74.00288441041988, 40.623096679946826, -74.00389216488085, 40.62370126576731, -74.00558511021742, 40.62472415975745, -74.00561890076965, 40.62474457380002, -74.00609560163322, 40.62503259073924, -74.00630421440073, 40.62515897647285, -74.00829967790803, 40.62636118520013, -74.00840122626009, 40.6264246401601, -74.00969005287315, 40.62720310657576, -74.00974563549191, 40.62723667685698, -74.0105002953795, 40.627692484127174, -74.01214162190817, 40.628684018012926, -74.01270270497136, 40.62902344068179, -74.01212108435554, 40.62958240374239, -74.0118491597404, 40.62984321174035, -74.01157090074014, 40.63010849620776, -74.01152132139013, 40.630155761350395, -74.01097026305447, 40.63068154391887, -74.01073642307307, 40.63090783230614, -74.01070190835758, 40.630941233087654, -74.01032985513937, 40.631301268657246, -74.00970416905312, 40.631904531554156, -74.00911935878551, 40.63246359478839, -74.00853704173997, 40.63302784812287, -74.00896405623753, 40.633286569011624, -74.01074219071877, 40.63435622977298, -74.01043508016001, 40.634649708403444, -74.01039145570437, 40.63469139558026, -74.01016057410038, 40.63491202626964, -74.00796078833228, 40.63358358724693, -74.00745291698392, 40.63407116234765, -74.0073563644697, 40.63416330697892, -74.00675121865264, 40.63474447517569, -74.00641750309181, 40.635064183943804, -74.00630516030397, 40.635171810285186, -74.00616926307293, 40.63530318446747, -74.00558612073432, 40.6358659170573, -74.00500346475896, 40.636424919386016, -74.00476574039168, 40.636653172295205, -74.00472910743969, 40.636688346273104, -74.00442048345114, 40.63698467067354, -74.00411049861648, 40.63728315552974, -74.0038379262658, 40.63754561304458, -74.0032527194867, 40.63810394190076, -74.00267214649534, 40.638666693685884, -74.00209075025879, 40.63922494082731, -74.0018132150252, 40.63949713178449, -74.00150770705096, 40.639784644756915, -74.00120528903531, 40.64007636499926, -74.00117070806276, 40.64010972326392, -74.00113011471137, 40.64014888091649, -74.00092540947898, 40.640345587504775, -74.0006607868775, 40.64059898532402, -74.00034121654957, 40.6409049999957, -73.99975690150906, 40.64146683277892, -73.99960357558152, 40.64161410132613, -73.99931040466905, 40.64189568482595, -73.99917563972375, 40.64202512264266, -73.99859327464694, 40.64258487826569, -73.99801021287485, 40.6431466831739, -73.99772509503279, 40.64341991311898, -73.99769168102573, 40.64345193307869, -73.99742681391515, 40.64370575201085, -73.99729743754429, 40.643829548676415, -73.99684437811995, 40.644265517582646, -73.99626530306094, 40.64482622582315, -73.99568244345964, 40.645385244300826, -73.99509642326849, 40.645945688777104, -73.99478600264824, 40.64624579883331, -73.9946869804535, 40.64634152925946, -73.99462319582123, 40.646403194660614, -73.99437658216237, 40.646641608481346, -73.99392737410513, 40.647066205916296, -73.99387225579785, 40.64703306483734, -73.99383503267673, 40.647010683179005, -73.98905871487808, 40.64411892772787, -73.98905871487808, 40.64411892772787 --73.9583996002738, 40.636326624485996, -73.9574332725404, 40.6367923812434, -73.95681591442923, 40.6370866234427, -73.95667225883636, 40.63715509258882, -73.95656604115338, 40.637205716611355, -73.9556961071006, 40.63762477258339, -73.95494651011498, 40.637987694805396, -73.9548312996333, 40.63804029213805, -73.95472895156588, 40.63808946884597, -73.95438036141819, 40.6382585547759, -73.95432839698931, 40.63828376038218, -73.95393579017599, 40.638474194080345, -73.95374260511078, 40.638565801049964, -73.95366379018347, 40.63848424895334, -73.95360004946517, 40.6384220280191, -73.95307105652638, 40.63842572249947, -73.95293455685474, 40.63842694364693, -73.95225860203391, 40.638424018367466, -73.95213259061693, 40.63842296100224, -73.95129131160414, 40.638419137123, -73.95115717200926, 40.63842764686014, -73.9501676818678, 40.63849006051419, -73.94923294872211, 40.63854735778505, -73.94826499206965, 40.63860687930974, -73.94714780562119, 40.63867632445599, -73.94703987304209, 40.638683033190944, -73.94694942382436, 40.6386886548609, -73.94685315704147, 40.63869463848125, -73.94537271335281, 40.638786643221515, -73.94325037323895, 40.63891603394188, -73.9425029040044, 40.63896409883256, -73.9415326815945, 40.63902420462679, -73.94084796712495, 40.63906699199846, -73.9407815096306, 40.63907114340471, -73.94059708722901, 40.63908266767699, -73.93966410266918, 40.63914101011891, -73.9387312424996, 40.639199853850975, -73.93863532956685, 40.63830653931848, -73.93860943478033, 40.638065382737715, -73.93848019934956, 40.636861668269646, -73.93751241146582, 40.63692085623495, -73.93654250772737, 40.63697936490156, -73.93616591687169, 40.637002742853525, -73.93607321583808, 40.637005987254035, -73.93598162595809, 40.63701417244604, -73.93596100536288, 40.63701544330301, -73.93575632902791, 40.63702812911046, -73.93560658322494, 40.63703758634946, -73.93553740109793, 40.63640093281798, -73.93552957548611, 40.63632892922478, -73.93535984998569, 40.634766995935, -73.93439440268993, 40.63482648045664, -73.93438403357833, 40.634732778209205, -73.93433623183016, 40.634243075530115, -73.93433158191911, 40.634183932166984, -73.93426787501946, 40.63367901327391, -73.9342478620689, 40.63346887283109, -73.93423980473686, 40.63333269617802, -73.93423598303261, 40.63326811143976, -73.93414601527407, 40.63249150868151, -73.93406666081525, 40.631739692371326, -73.93406142624964, 40.63169009415348, -73.93396665726564, 40.63079223429302, -73.93393878728797, 40.63052817150044, -73.93389495221754, 40.63015104736696, -73.93388068487567, 40.630029030443666, -73.93374299211365, 40.62870827492311, -73.93373880208036, 40.62867018862185, -73.93373520434761, 40.628637915517565, -73.9337310280863, 40.628600252468026, -73.9337291491011, 40.6285832684803, -73.93366120708865, 40.62796842993581, -73.93364557518512, 40.62781106765873, -73.93358822147702, 40.62727557634766, -73.93358201609861, 40.62721763870765, -73.93349505644967, 40.62640571196377, -73.93345249253706, 40.626034392080605, -73.93344820577497, 40.625703686178205, -73.93374983171168, 40.625392586577426, -73.93425625047088, 40.62495402136497, -73.93431982202858, 40.62489373184977, -73.93443510187865, 40.62480479653336, -73.93486018287904, 40.624431971533575, -73.93541082379276, 40.62395498483559, -73.93546405909368, 40.62387392467708, -73.93552605047834, 40.62377108311561, -73.935610816, 40.62357043075101, -73.93575951438211, 40.623222899564894, -73.9357782321617, 40.62317915553774, -73.9358827134666, 40.622934963004745, -73.93591519518232, 40.62287616632611, -73.93595747787482, 40.622821105053816, -73.93599936404246, 40.62277892819135, -73.93604737005428, 40.62274014787898, -73.93625610389755, 40.62260208884988, -73.93646676101986, 40.62247882065118, -73.9366361029782, 40.622401191992275, -73.93679641609367, 40.622327700514205, -73.93750854702556, 40.62209403914699, -73.93822860526137, 40.62185799845011, -73.93911907779481, 40.62156511810998, -73.93934980875196, 40.62148514867362, -73.93957628425366, 40.621389884798006, -73.93982911101452, 40.62126224344753, -73.93999036177163, 40.621162881448434, -73.94007911286171, 40.621106286800526, -73.94019230120638, 40.62103410778366, -73.94035041016254, 40.62091825331039, -73.9404909706968, 40.62079346897906, -73.94063740049444, 40.6206463924164, -73.9408424329647, 40.62041016277784, -73.94094193038401, 40.620396835801536, -73.941088250482, 40.6203746166887, -73.94122287492651, 40.62034347085305, -73.9413516496887, 40.620307862497405, -73.94148044267673, 40.62024996071804, -73.94159170165167, 40.62016975119475, -73.94172642666562, 40.62002266728977, -73.94171374443174, 40.61995810073365, -73.94163320999915, 40.61954815186614, -73.94163043271843, 40.619461741892806, -73.94221758425053, 40.618812427179044, -73.94233884414487, 40.61867832668133, -73.94241655620829, 40.618592386612875, -73.94251642558561, 40.61847846488437, -73.94319348786564, 40.61767826906251, -73.94326849731061, 40.617597938220264, -73.94346961667787, 40.61738468499344, -73.94395779753181, 40.61681598932651, -73.94406078052518, 40.61671723072762, -73.94412375673997, 40.616660681625426, -73.9446759929489, 40.61616478779287, -73.94482770494135, 40.61604589468126, -73.94500895993974, 40.61589642030365, -73.9457369090654, 40.615363093161456, -73.94657366021686, 40.614788818484705, -73.94672735845285, 40.61467979078522, -73.94741420278335, 40.614225587017884, -73.94752003078933, 40.61416097796382, -73.94783722723226, 40.61418388391597, -73.9479200484405, 40.61417974125073, -73.94797179053987, 40.61417624004222, -73.94825487040059, 40.61414586536972, -73.94834517477635, 40.614136175854604, -73.94838475311494, 40.61413181620001, -73.9484487520691, 40.61412476682346, -73.94930527360992, 40.61403041923833, -73.95026514770497, 40.613924034947246, -73.95003326866592, 40.61269012665923, -73.94996964645642, 40.612351060822995, -73.94996295778252, 40.612315413477006, -73.94995344516089, 40.6122652899214, -73.94978379634331, 40.611371434075274, -73.95070860234375, 40.61126883994891, -73.9507016677257, 40.611231424813134, -73.95163234482943, 40.61112322362873, -73.95227818178905, 40.61104545979844, -73.9524599632093, 40.61102355700088, -73.95257124445386, 40.61100317104227, -73.95259427309216, 40.61112178731682, -73.95293024910971, 40.61104324593595, -73.95305508272313, 40.611017461029014, -73.95311473062878, 40.61100413064239, -73.95319557448819, 40.610989498599054, -73.9535988874863, 40.61094954839334, -73.95360698132922, 40.61099260558928, -73.95382704489437, 40.6121632053686, -73.95383631047261, 40.61221249732255, -73.95392641221514, 40.61269175307526, -73.95408290612548, 40.61350676308318, -73.95432341058397, 40.61477799939629, -73.95434268190684, 40.61487985418279, -73.95458660040453, 40.616169079024026, -73.95464933777735, 40.61648324060815, -73.95466421016843, 40.61655771144816, -73.95472879615691, 40.6168811184523, -73.95503698245452, 40.61855748770991, -73.95522475467534, 40.61955424916133, -73.95549069614005, 40.62094977656105, -73.95550251499648, 40.62101254561261, -73.9558369969526, 40.62278883579451, -73.95585321992907, 40.62287498759845, -73.95594075878044, 40.62333984543246, -73.95632508502722, 40.62536960781857, -73.95633510243019, 40.62542250186807, -73.95639326371573, 40.625729657108394, -73.95652370570191, 40.6264167267186, -73.95684696520695, 40.62811956499283, -73.95707261956699, 40.62931545682659, -73.9570826861612, 40.62936905681413, -73.9571419234246, 40.629684485019844, -73.95714933740165, 40.62972395755902, -73.95715718640763, 40.62976518627295, -73.95717482226327, 40.62985782209322, -73.9572993242446, 40.63051178610429, -73.95732377857371, 40.63064079551031, -73.95734387314391, 40.630746822033416, -73.95775249552176, 40.632902657932014, -73.95782291441972, 40.633279182802546, -73.95804301079066, 40.634444100262236, -73.95805273393779, 40.634495564878435, -73.95817539495457, 40.63514954494633, -73.95819812869976, 40.63528881939238, -73.95822291113576, 40.63540910803191, -73.95823849119502, 40.635480319535915, -73.95825138499151, 40.63554496978052, -73.95837263453812, 40.63618441377236, -73.9583996002738, 40.636326624485996, -73.9583996002738, 40.636326624485996 --73.96451268730169, 40.636687252149834, -73.96421566621044, 40.63509971979424, -73.96334864758158, 40.63551776031969, -73.96315665535178, 40.63451760316672, -73.96314322942237, 40.634440805292606, -73.96310109516237, 40.63419696270774, -73.96310481722637, 40.63406478839811, -73.9630107247353, 40.634110114617435, -73.96270346302741, 40.63425813275717, -73.96258859572464, 40.63431346836456, -73.96233524141202, 40.634435514962185, -73.96220340282797, 40.63449902403881, -73.96131139033902, 40.63492563376642, -73.96126843303398, 40.634947950377494, -73.96040877877462, 40.635359976472664, -73.95952517192163, 40.63578591602522, -73.95859264667541, 40.63623388937936, -73.9583996002738, 40.636326624485996, -73.95837263453812, 40.63618441377236, -73.95825138499151, 40.63554496978052, -73.95823849119502, 40.635480319535915, -73.95822291113576, 40.63540910803191, -73.95819812869976, 40.63528881939238, -73.95817539495457, 40.63514954494633, -73.95805273393779, 40.634495564878435, -73.95804301079066, 40.634444100262236, -73.95782291441972, 40.633279182802546, -73.95775249552176, 40.632902657932014, -73.95734387314391, 40.630746822033416, -73.95732377857371, 40.63064079551031, -73.9572993242446, 40.63051178610429, -73.95717482226327, 40.62985782209322, -73.95715718640763, 40.62976518627295, -73.95714933740165, 40.62972395755902, -73.9571419234246, 40.629684485019844, -73.9570826861612, 40.62936905681413, -73.95707261956699, 40.62931545682659, -73.95684696520695, 40.62811956499283, -73.95652370570191, 40.6264167267186, -73.95639326371573, 40.625729657108394, -73.95633510243019, 40.62542250186807, -73.95632508502722, 40.62536960781857, -73.95594075878044, 40.62333984543246, -73.95585321992907, 40.62287498759845, -73.9558369969526, 40.62278883579451, -73.95550251499648, 40.62101254561261, -73.95549069614005, 40.62094977656105, -73.95522475467534, 40.61955424916133, -73.95503698245452, 40.61855748770991, -73.95472879615691, 40.6168811184523, -73.95466421016843, 40.61655771144816, -73.95464933777735, 40.61648324060815, -73.95458660040453, 40.616169079024026, -73.95434268190684, 40.61487985418279, -73.95432341058397, 40.61477799939629, -73.95408290612548, 40.61350676308318, -73.95392641221514, 40.61269175307526, -73.95383631047261, 40.61221249732255, -73.95382704489437, 40.6121632053686, -73.95360698132922, 40.61099260558928, -73.9535988874863, 40.61094954839334, -73.95479551752442, 40.61082044920496, -73.95574066639388, 40.6107145140751, -73.95670470344594, 40.61061156351822, -73.957668008213, 40.610503401393316, -73.95778401875171, 40.61048781911292, -73.9578225738972, 40.61048264086046, -73.95795610212411, 40.61046878392849, -73.95813226509222, 40.610450503708975, -73.95859277820877, 40.61040271776264, -73.95952069462967, 40.61030173242875, -73.96044360733903, 40.61020118814267, -73.9612828442521, 40.61010859681663, -73.9613726841829, 40.61009855741263, -73.96237947071477, 40.609986056007436, -73.9633709197063, 40.60987834607934, -73.96429649919862, 40.60977610664182, -73.96522376899449, 40.609674084491985, -73.96539618849275, 40.60965496082536, -73.96629835054867, 40.609554892785596, -73.96634567116968, 40.60954915141797, -73.96653241295009, 40.60952649209061, -73.96676383999649, 40.60949841074262, -73.96739461144799, 40.60943444816119, -73.96766733034882, 40.609404027239385, -73.96794478337532, 40.6093743129997, -73.96904085918675, 40.609252876456424, -73.96996968511021, 40.609150167161204, -73.97028727644961, 40.60911502399997, -73.97089537370945, 40.609049400095046, -73.97191330093081, 40.60893560229463, -73.97260724105949, 40.608860416832876, -73.97285248449072, 40.608832169826194, -73.97288835269197, 40.60882753160125, -73.97299433957052, 40.60881382449968, -73.97318830608462, 40.609812026829964, -73.97320594311851, 40.60990279900039, -73.9734837355411, 40.61137074745709, -73.97355689208818, 40.61136264611081, -73.97451543879768, 40.611256483149944, -73.97452828260643, 40.61132324974533, -73.97453378289279, 40.6113518398135, -73.97458407227985, 40.61161325606225, -73.97476976822412, 40.61259915158494, -73.97477657761519, 40.61263816185564, -73.97478707532488, 40.6126982217166, -73.974812420025, 40.61280716331804, -73.97481583009453, 40.61282970951291, -73.9748356923465, 40.61293126473253, -73.97484064845573, 40.61295276035664, -73.97489294786622, 40.613186049089876, -73.97492825308117, 40.61343087786823, -73.97493141317617, 40.613445875835865, -73.97497264751412, 40.61366778582451, -73.97501462262753, 40.61389397162828, -73.97509424875675, 40.61431449351035, -73.97510297023175, 40.61436056245279, -73.9751219983121, 40.61446104850776, -73.97514660492956, 40.61459100621486, -73.97517176596207, 40.61472387361797, -73.9754164052624, 40.615974468795216, -73.97548096564199, 40.6163116078722, -73.9753603279409, 40.61632241894479, -73.97451636285982, 40.616413447799005, -73.97444327542689, 40.61642133094177, -73.97460728099475, 40.61728287030722, -73.97461627860132, 40.617330122617794, -73.97504083506306, 40.6195602594804, -73.97516381724549, 40.620188352338545, -73.97517725481363, 40.62025697760216, -73.97522969484977, 40.62052480639757, -73.97529585886444, 40.62091303318762, -73.97535472712399, 40.621259534549644, -73.97550570681966, 40.62202361059363, -73.97552245271878, 40.6221125216285, -73.9755482575506, 40.62224954488312, -73.97568348311769, 40.62296756735984, -73.97569122227789, 40.623008659733586, -73.97580131967757, 40.623593229518455, -73.97586557536015, 40.62358616403665, -73.97672411147126, 40.62349272839104, -73.97683464323528, 40.623480727871744, -73.97691708364644, 40.62391547775388, -73.97694382101129, 40.624052435117896, -73.97697693645691, 40.62423566427422, -73.97707692160799, 40.624762701011534, -73.97710955249767, 40.6249479723986, -73.97705849998732, 40.62499881818981, -73.97700463353924, 40.62505246851507, -73.97690242544579, 40.625170805171216, -73.9765504542296, 40.62557324563777, -73.9765171739751, 40.625611298420395, -73.9764095210248, 40.6257343549455, -73.9763347814368, 40.62581368259625, -73.97630371644586, 40.625846655939185, -73.97624916168944, 40.62590455891971, -73.97626025938189, 40.62598205005081, -73.97627173896794, 40.62610576764763, -73.9763339805127, 40.626422511333836, -73.97644969709341, 40.62700794143781, -73.9764963153478, 40.62721359728405, -73.97653037290937, 40.62736384696413, -73.97657775518789, 40.62757287537193, -73.9766239962618, 40.62755847286461, -73.97665782449198, 40.62754793825319, -73.97672151038854, 40.627538245363354, -73.97678761084242, 40.6275390673946, -73.97696391978748, 40.627641455932235, -73.97698237553432, 40.62765218031634, -73.9770008347582, 40.62766312172344, -73.97710233712111, 40.62772454842553, -73.97732211795845, 40.627860403872184, -73.97736212879722, 40.62788515803962, -73.97752403277241, 40.62797730486821, -73.97774785837808, 40.62817092052245, -73.9777777058083, 40.62819277830655, -73.97796797689607, 40.62830912514923, -73.97802844607399, 40.62834610035276, -73.97818361645245, 40.628440982540425, -73.97899184789314, 40.62892563335, -73.97928493223154, 40.62910321856971, -73.97986147155478, 40.62944997691934, -73.97981300614343, 40.62948930401583, -73.97978572848332, 40.629505678773775, -73.97947864000606, 40.62965318711152, -73.97936177549194, 40.629709323493664, -73.9792847331385, 40.62974464422491, -73.9790362043097, 40.629858993077114, -73.97855189498085, 40.63008858486042, -73.97845919929864, 40.63013342871205, -73.97833645485495, 40.63019397189127, -73.97831878851403, 40.630202724312475, -73.97818543790052, 40.630266897124756, -73.9781299442612, 40.63029469732635, -73.97797631702143, 40.63036408544781, -73.97795051742895, 40.630376229411496, -73.97750536064014, 40.6305858642628, -73.97727381018524, 40.630695073352214, -73.97716511356703, 40.63074633729998, -73.97704807519797, 40.63080185533481, -73.97604935058439, 40.63127558690457, -73.97517145569033, 40.631688263610215, -73.97431882903203, 40.63209025638254, -73.97329611853864, 40.63257151487752, -73.97319612831645, 40.6326202763438, -73.97310008588755, 40.632666148880126, -73.97241913344861, 40.6329912560154, -73.97216146256356, 40.63311129707151, -73.97198756071307, 40.63319081300953, -73.97190427368025, 40.633229771663686, -73.97179749331576, 40.63328345969353, -73.97087567245143, 40.633719194659825, -73.97027619632426, 40.634000816406285, -73.97011126336584, 40.634079147635525, -73.97001862185756, 40.63412314809743, -73.9698686905463, 40.634194355279426, -73.96899921205902, 40.634607114826295, -73.96857052929529, 40.63481079943081, -73.96838662658298, 40.6348981768126, -73.96783960115951, 40.635158086017746, -73.96762735754221, 40.63523830683239, -73.96739062349215, 40.635327784851924, -73.96712225962368, 40.63545424396431, -73.96625439934913, 40.63586648878629, -73.96538172073515, 40.63627885976947, -73.96451268730169, 40.636687252149834, -73.96451268730169, 40.636687252149834 --73.98108387453892, 40.63528985494223, -73.98095278835325, 40.63541617161625, -73.98084988183122, 40.63551533678523, -73.98072617335018, 40.635440852200276, -73.97942323153957, 40.63465633287076, -73.97938576844277, 40.63463377626222, -73.97928323463378, 40.634572037157014, -73.97909146951369, 40.634455246544306, -73.97890379976072, 40.63435320506357, -73.97878855644973, 40.63378127316443, -73.9787817114016, 40.633747306119666, -73.97877517770128, 40.633704447405535, -73.97877002058046, 40.63367061124657, -73.97870462957042, 40.63332402173653, -73.97869607111173, 40.633284944821575, -73.9786513667268, 40.63304433400292, -73.97851578534633, 40.63229963514414, -73.97838130471553, 40.63162536679315, -73.97837154185679, 40.631576413624344, -73.97831133531494, 40.63127454097858, -73.97822050269959, 40.6307951872213, -73.97815151723486, 40.63043355523038, -73.9781299442612, 40.63029469732635, -73.97818543790052, 40.630266897124756, -73.97831878851403, 40.630202724312475, -73.97833645485495, 40.63019397189127, -73.97845919929864, 40.63013342871205, -73.97855189498085, 40.63008858486042, -73.9790362043097, 40.629858993077114, -73.9792847331385, 40.62974464422491, -73.97936177549194, 40.629709323493664, -73.97947864000606, 40.62965318711152, -73.97978572848332, 40.629505678773775, -73.97981300614343, 40.62948930401583, -73.97986147155478, 40.62944997691934, -73.97928493223154, 40.62910321856971, -73.97899184789314, 40.62892563335, -73.97818361645245, 40.628440982540425, -73.97802844607399, 40.62834610035276, -73.97796797689607, 40.62830912514923, -73.9777777058083, 40.62819277830655, -73.97774785837808, 40.62817092052245, -73.97752403277241, 40.62797730486821, -73.97736212879722, 40.62788515803962, -73.97732211795845, 40.627860403872184, -73.97710233712111, 40.62772454842553, -73.9770008347582, 40.62766312172344, -73.97698237553432, 40.62765218031634, -73.97696391978748, 40.627641455932235, -73.97678761084242, 40.6275390673946, -73.97672151038854, 40.627538245363354, -73.97665782449198, 40.62754793825319, -73.9766239962618, 40.62755847286461, -73.97657775518789, 40.62757287537193, -73.97653037290937, 40.62736384696413, -73.9764963153478, 40.62721359728405, -73.97644969709341, 40.62700794143781, -73.9763339805127, 40.626422511333836, -73.97627173896794, 40.62610576764763, -73.97626025938189, 40.62598205005081, -73.97624916168944, 40.62590455891971, -73.97630371644586, 40.625846655939185, -73.9763347814368, 40.62581368259625, -73.9764095210248, 40.6257343549455, -73.9765171739751, 40.625611298420395, -73.9765504542296, 40.62557324563777, -73.97690242544579, 40.625170805171216, -73.97700463353924, 40.62505246851507, -73.97705849998732, 40.62499881818981, -73.97710955249767, 40.6249479723986, -73.97707692160799, 40.624762701011534, -73.97697693645691, 40.62423566427422, -73.97694382101129, 40.624052435117896, -73.97691708364644, 40.62391547775388, -73.97683464323528, 40.623480727871744, -73.97672411147126, 40.62349272839104, -73.97586557536015, 40.62358616403665, -73.97580131967757, 40.623593229518455, -73.97569122227789, 40.623008659733586, -73.97568348311769, 40.62296756735984, -73.9755482575506, 40.62224954488312, -73.97552245271878, 40.6221125216285, -73.97550570681966, 40.62202361059363, -73.97535472712399, 40.621259534549644, -73.97529585886444, 40.62091303318762, -73.97522969484977, 40.62052480639757, -73.97517725481363, 40.62025697760216, -73.97516381724549, 40.620188352338545, -73.97504083506306, 40.6195602594804, -73.97461627860132, 40.617330122617794, -73.97460728099475, 40.61728287030722, -73.97444327542689, 40.61642133094177, -73.97451636285982, 40.616413447799005, -73.9753603279409, 40.61632241894479, -73.97548096564199, 40.6163116078722, -73.9754164052624, 40.615974468795216, -73.97517176596207, 40.61472387361797, -73.97514660492956, 40.61459100621486, -73.9751219983121, 40.61446104850776, -73.97510297023175, 40.61436056245279, -73.97509424875675, 40.61431449351035, -73.97501462262753, 40.61389397162828, -73.97497264751412, 40.61366778582451, -73.97493141317617, 40.613445875835865, -73.97492825308117, 40.61343087786823, -73.97489294786622, 40.613186049089876, -73.97484064845573, 40.61295276035664, -73.9748356923465, 40.61293126473253, -73.97481583009453, 40.61282970951291, -73.974812420025, 40.61280716331804, -73.97478707532488, 40.6126982217166, -73.97477657761519, 40.61263816185564, -73.97476976822412, 40.61259915158494, -73.97458407227985, 40.61161325606225, -73.97453378289279, 40.6113518398135, -73.97452828260643, 40.61132324974533, -73.97451543879768, 40.611256483149944, -73.97355689208818, 40.61136264611081, -73.9734837355411, 40.61137074745709, -73.97320594311851, 40.60990279900039, -73.97318830608462, 40.609812026829964, -73.97299433957052, 40.60881382449968, -73.97308916124206, 40.608803596103044, -73.97313817615907, 40.60879830889985, -73.97317075500384, 40.608795971551025, -73.9740309789183, 40.6087019907845, -73.97415032784481, 40.60868883855536, -73.97425054701665, 40.60867779544228, -73.97499505556618, 40.60859574760846, -73.97591937365146, 40.60849480109978, -73.97630926446533, 40.60845180567592, -73.9764304345874, 40.608438442533405, -73.97684702859179, 40.60839249794781, -73.97777375595652, 40.608288824639885, -73.97869929224153, 40.60818734991647, -73.97929144195037, 40.60812379035512, -73.97969735425494, 40.60807704465586, -73.98069478394625, 40.607968184063516, -73.98088011076044, 40.607948176635865, -73.98096342927215, 40.607939180747316, -73.98101334219736, 40.60793360757056, -73.98122295606771, 40.60791020503101, -73.98162368155873, 40.60786546524699, -73.98254766539674, 40.607763736855134, -73.98305147646508, 40.607708563449805, -73.98313821046219, 40.60769906489763, -73.98347677684458, 40.60766198376157, -73.98440295183993, 40.607559199765774, -73.9853315779044, 40.607457380281666, -73.98568030010867, 40.607419094455004, -73.98573729239953, 40.607412837513024, -73.98625770443839, 40.60735569978032, -73.98725486862213, 40.60724387173669, -73.9874382656221, 40.60722318353152, -73.98806626579028, 40.607155467287704, -73.98829533415397, 40.60713137577439, -73.98842267658578, 40.60711883449967, -73.9882953152307, 40.60723931049507, -73.98817080839282, 40.60736480795029, -73.98803876551455, 40.60749395700077, -73.98796509313935, 40.607565219291864, -73.9879020212126, 40.607626357186675, -73.98758398081303, 40.60792773414915, -73.98755183369816, 40.6079579836942, -73.98737795255227, 40.608127800395906, -73.98733916874312, 40.60816797379989, -73.98829505069894, 40.60874811273955, -73.98880165405834, 40.609053005945235, -73.98890837893818, 40.60911723698207, -73.98956702926596, 40.60951362984912, -73.99176641047627, 40.61084569484747, -73.99330867565132, 40.61177548141806, -73.99336694420063, 40.61181060872477, -73.99396747397772, 40.61217263512235, -73.99484127198414, 40.61270087113923, -73.99598267133759, 40.61338787021308, -73.99729863770537, 40.6141852164849, -73.9980062657535, 40.61461083786079, -73.99807778592285, 40.61465385606438, -73.9983730776122, 40.614831464064764, -73.99904164390347, 40.61523605041554, -73.99915743447914, 40.61530612265436, -73.99988105604544, 40.61574401475982, -73.99990646662046, 40.615759392977864, -73.99994343446062, 40.61578176284034, -74.000018566121, 40.61582711758503, -74.00082401210616, 40.616313316629636, -74.00019753683573, 40.61691589478102, -73.99999534159429, 40.61710803995972, -73.99972747620077, 40.61736727073277, -73.99971330102538, 40.61738112070663, -73.99962024933923, 40.61747073665424, -73.99952873974105, 40.61753953789696, -73.99949319822652, 40.61756979163857, -73.99946459009061, 40.617594143389084, -73.99942565803333, 40.61762728506359, -73.99932361830064, 40.61772141503365, -73.99926553898308, 40.617778016903536, -73.99919047628863, 40.61785116749348, -73.99902697120928, 40.618028713776766, -73.9984567062818, 40.61859503774343, -73.99787125190421, 40.61915384192294, -73.99744667219272, 40.619562940646425, -73.99728485062714, 40.61971103743822, -73.99725446304701, 40.619742745843624, -73.99719306023943, 40.61980681729304, -73.99717885565286, 40.61982076420638, -73.997043827391, 40.619950886020476, -73.99680361590316, 40.62018236737867, -73.99670934381437, 40.620273210120565, -73.99664300238395, 40.62033791419709, -73.9964640549142, 40.6205124404947, -73.99639306825452, 40.62058167299946, -73.99633555852219, 40.62063464069096, -73.99619494294186, 40.62076415346756, -73.9957742061822, 40.62117164404754, -73.99570842201716, 40.62123535522577, -73.99561144510253, 40.621329279437546, -73.99554647731938, 40.62139220169744, -73.99547994697906, 40.62145605049417, -73.99502919173482, 40.62188865174429, -73.9949198252753, 40.62199361340738, -73.99481855713476, 40.62208925044332, -73.99457971110316, 40.622314810747085, -73.99436905074997, 40.62252254883731, -73.99429349859058, 40.62259705145284, -73.99421277780162, 40.62267442011388, -73.99378689586297, 40.623082611790615, -73.99371105540015, 40.623155299455405, -73.99364180654503, 40.62322207732057, -73.99321218704117, 40.62363635775649, -73.99313073913841, 40.62371489628271, -73.9930535296568, 40.6237891890545, -73.99300566044835, 40.62383524955616, -73.9926159362763, 40.62421024767195, -73.99254972771864, 40.62427395249287, -73.99248350250569, 40.624337503285204, -73.99204058653417, 40.62476252162882, -73.99194434883772, 40.624854871356746, -73.99185872778358, 40.624937333145596, -73.9915254684269, 40.62525830211027, -73.99133983503388, 40.62543708831457, -73.99083193146463, 40.62592446434662, -73.99075597816547, 40.625997276104464, -73.99069955945592, 40.62605161522803, -73.9905635023841, 40.626182664904, -73.99031237798063, 40.62642453896181, -73.99017480744992, 40.62655741880201, -73.99003528728261, 40.62669101782221, -73.98998649427804, 40.626737741556504, -73.9895906309184, 40.62711679911905, -73.98900840194993, 40.62767574077021, -73.98842784583267, 40.628230663291134, -73.98833891976994, 40.628319233924245, -73.98829161027054, 40.6283649539029, -73.98784190966555, 40.62879633808637, -73.98725890800979, 40.62935492489969, -73.98706669903855, 40.62953942259968, -73.98702940336698, 40.629575222155324, -73.98667492461904, 40.629915477146405, -73.98609354106509, 40.63047686239098, -73.98550970355494, 40.63103737535271, -73.98492795453868, 40.631596805868405, -73.9843446378055, 40.63215652856514, -73.98400555206888, 40.63248290663201, -73.98397783321003, 40.632509588761096, -73.98376279110366, 40.632716568162124, -73.98324574957856, 40.63321347433942, -73.98317912441537, 40.63327869552168, -73.98268099548629, 40.63375606783414, -73.98259780970184, 40.63383596464238, -73.98253195925342, 40.63389909185565, -73.98209981192987, 40.63431336054442, -73.98201468099802, 40.63439496670913, -73.98195008981773, 40.63445698074088, -73.98152649904418, 40.63486366352195, -73.98143157539064, 40.634954799670616, -73.9813494826107, 40.635033906887664, -73.98108387453892, 40.63528985494223, -73.98108387453892, 40.63528985494223 --73.88191900199833, 40.9066656544013, -73.87842278587031, 40.9057113432949, -73.87797300582429, 40.90557166486756, -73.87790261636164, 40.905551904082486, -73.87790527034198, 40.905529225512375, -73.87792945264083, 40.90532262164712, -73.8779696523669, 40.90497920803001, -73.8780251593969, 40.90469810240179, -73.87814182388703, 40.90407631198071, -73.87815552224849, 40.90400330711641, -73.87825689453743, 40.90346300134658, -73.87836600832584, 40.90282073549676, -73.8783902672821, 40.90267793890198, -73.8784864454422, 40.90211180414739, -73.87869516631815, 40.900835177682715, -73.87887640415599, 40.89974160189941, -73.87893077772601, 40.89947558739571, -73.8789930605898, 40.89922133606874, -73.87912316348103, 40.89876960292289, -73.87914256122683, 40.89870682884017, -73.87929969524548, 40.89820137562064, -73.8793191277722, 40.89813887078317, -73.87959900399636, 40.89723858641768, -73.87970917633093, 40.896954004880655, -73.87973035159692, 40.896825151347926, -73.87985540565258, 40.8961431642149, -73.87993477234926, 40.89569862779561, -73.88008788713304, 40.89528253950081, -73.88010836796948, 40.89519521011129, -73.88028567724915, 40.893975131233404, -73.88038144273342, 40.89335462226078, -73.88040217663405, 40.89315313670371, -73.88040222382654, 40.89288287583224, -73.88036798483698, 40.892625369916644, -73.88034084870267, 40.892508635254295, -73.88030185079327, 40.892383440827814, -73.88020057703544, 40.89213837845595, -73.88011377996335, 40.89196887186544, -73.87974034012625, 40.891304383264924, -73.87967168375802, 40.89118220313592, -73.87960410280917, 40.89106193851764, -73.87926322112466, 40.89045530511092, -73.87914317796812, 40.89022881261616, -73.87832402643755, 40.88837071010443, -73.87813900802772, 40.88793443638384, -73.878116969481, 40.88787970676377, -73.87811316443883, 40.887865326480075, -73.87806476467607, 40.887641451351215, -73.87801876616875, 40.88737137386705, -73.8780150247383, 40.887284202818414, -73.87801420609357, 40.88721367854983, -73.8780197430834, 40.887089220952234, -73.87815669129223, 40.88688117850539, -73.87822781131304, 40.886773134834684, -73.87837440191576, 40.88655044236857, -73.87925567882951, 40.885357866129894, -73.87936282486825, 40.885217936255714, -73.87943838741924, 40.88511162989023, -73.87948528133649, 40.885049134647275, -73.87951218417031, 40.88501319638796, -73.87975231736115, 40.88468321935559, -73.87983759113867, 40.884573115577695, -73.87991234776607, 40.88447862334127, -73.87997381529776, 40.88439535261228, -73.8804650110216, 40.883729364194565, -73.88114018013364, 40.88281518724055, -73.88124421989248, 40.882709324099366, -73.88132630846981, 40.882754350050305, -73.88144490239642, 40.882819396157906, -73.88208622446322, 40.88313191345754, -73.88254300494145, 40.88335294272988, -73.8825647661351, 40.883360362375086, -73.88258862871677, 40.88336636768769, -73.88265548915867, 40.883378552638014, -73.88270352968316, 40.88338332272428, -73.88275857568877, 40.88338445293416, -73.88280742458406, 40.883381611980866, -73.88283466793678, 40.8833786067993, -73.88285839802535, 40.88337497941098, -73.88315210969839, 40.883298371033774, -73.88319087615892, 40.88328452476275, -73.88361481199865, 40.88318179682808, -73.88378209146174, 40.88315379184787, -73.88386602699497, 40.88314667964174, -73.88395047256945, 40.88314575693551, -73.88403432853778, 40.88315091276361, -73.8841174882248, 40.88316209839396, -73.884238466171, 40.883190067359884, -73.884315734431, 40.883215942887794, -73.88437458493925, 40.88324051041682, -73.88516494850965, 40.883631304044904, -73.88550410404609, 40.883782345593836, -73.886696486101, 40.88429395880379, -73.88679791132087, 40.88434353017437, -73.88684482332096, 40.884363618312186, -73.88687705625716, 40.884380056779214, -73.88695040673353, 40.884392672428966, -73.88707069674278, 40.88439947089827, -73.88718538614329, 40.88438550214265, -73.88723284312339, 40.88437397726228, -73.8872972496123, 40.88435732443266, -73.88742773134796, 40.884320138294115, -73.88746579453749, 40.884305926107515, -73.88754457253698, 40.88426636885926, -73.88762176637464, 40.88426406946093, -73.88764926771982, 40.88426715788974, -73.88767671875664, 40.88427193377549, -73.88771485072665, 40.884280877594016, -73.88776310981024, 40.884291724972165, -73.88780395961777, 40.88429953048723, -73.88822326272845, 40.88437955566559, -73.8887938296485, 40.88448689825012, -73.88889641152878, 40.884503608322, -73.88984700691674, 40.884685438959224, -73.89080543089513, 40.88486753120456, -73.89176617513678, 40.88504953571182, -73.89219293048811, 40.88513262859894, -73.89228378618432, 40.885149669589666, -73.89273473450285, 40.88523359798661, -73.89284794650885, 40.8852478659974, -73.89441962106017, 40.885623264847965, -73.89470019242387, 40.88546707601797, -73.89509161985161, 40.88565523613603, -73.89516134457251, 40.88566881218996, -73.8954251452061, 40.88571936258478, -73.89552364748091, 40.885739307516246, -73.89570998218588, 40.88578046167483, -73.89586099886783, 40.885811110113174, -73.8959961822113, 40.88583220883592, -73.89631060485917, 40.88588809856847, -73.89638685159069, 40.885902198420084, -73.8964298792495, 40.88591015501526, -73.89650396954589, 40.88592385664037, -73.89657694011525, 40.88593735010265, -73.89662970166343, 40.88594710551191, -73.89669780180166, 40.885959698551645, -73.89677138452086, 40.88597330589996, -73.8968880911207, 40.8859948868207, -73.89731277055088, 40.88607341594334, -73.8973833500879, 40.88608646643001, -73.897832391526, 40.88617569146216, -73.89876774170213, 40.88635064266461, -73.89881146953596, 40.88636045668834, -73.89892570890352, 40.88638319861247, -73.89907879452211, 40.88640737465179, -73.899840088434, 40.88653663714317, -73.89951165348383, 40.88713175322584, -73.89937649281417, 40.88738951492664, -73.89883891095089, 40.88845847137783, -73.89878880248662, 40.888557144134715, -73.8984715273665, 40.889211032548786, -73.89838769828532, 40.88939060842601, -73.8981326636255, 40.88989160847579, -73.89809563342166, 40.889964407083234, -73.89795839877596, 40.890244851104775, -73.89794608594676, 40.890273085756334, -73.89793284360756, 40.8903031187551, -73.89790785455402, 40.890363607497754, -73.89787854322893, 40.890432985607575, -73.89784119023051, 40.89051701289796, -73.89788263849675, 40.8905370790771, -73.89790102389644, 40.89054011737059, -73.89810552663018, 40.890557045306416, -73.89813975971974, 40.89055820472911, -73.8982186484212, 40.890559403525536, -73.89827671574572, 40.89054815901926, -73.89833628033868, 40.89053239806564, -73.89838542584802, 40.89051549780015, -73.89844681371545, 40.890493842014, -73.89856295171782, 40.89039047652045, -73.89863149134226, 40.89034453001411, -73.89912677112609, 40.8900934348121, -73.89944829830421, 40.88990763085676, -73.89958657840286, 40.8898212649719, -73.89960756991047, 40.889803567973274, -73.89962740778827, 40.889781319812776, -73.89979901988795, 40.88961237117961, -73.89996581838604, 40.88951670415766, -73.89999108918401, 40.88950331241794, -73.90003570079293, 40.889480061795375, -73.90009280960034, 40.8894504501349, -73.90019344129199, 40.88938366891069, -73.90067476195635, 40.889006389679615, -73.90069963183257, 40.88898791059371, -73.90073050756905, 40.88897062711007, -73.90075946473979, 40.88895642163056, -73.90081986018482, 40.88893357688431, -73.90088252251894, 40.888915925354496, -73.90096120880327, 40.88890118350334, -73.90102946973691, 40.888894430776375, -73.9010916523948, 40.888894462464904, -73.90112168499296, 40.88889747330638, -73.90118096542045, 40.888906989080155, -73.90124723260011, 40.88892359132206, -73.9013105463233, 40.888945849654334, -73.90167938393907, 40.889107284761614, -73.90172007914876, 40.88912163354232, -73.90175753099439, 40.889133073680114, -73.90180900717067, 40.88914365586722, -73.90188746405029, 40.88915173510488, -73.90192678267256, 40.889152560946115, -73.90196663933163, 40.88915142957458, -73.90244426325701, 40.88910691979756, -73.90255166372636, 40.889096910668826, -73.90259152173422, 40.88909644814372, -73.90265726831001, 40.88910348597544, -73.90268911964048, 40.88911005666294, -73.90271144625413, 40.88911501734968, -73.90286153610697, 40.88916367904443, -73.9028883428094, 40.889213646149535, -73.90290034032716, 40.88925023397894, -73.90291046560071, 40.889298075404916, -73.90291638812757, 40.889353138793304, -73.90291784518848, 40.88937756119519, -73.90291813623801, 40.889464270122446, -73.90290176015826, 40.88996384856921, -73.90289090164534, 40.89004747835183, -73.9028722553931, 40.89011570867641, -73.90283188138521, 40.89020574578123, -73.90277148968862, 40.89029953814566, -73.90242652686706, 40.89071602875032, -73.9024003315999, 40.89075537043344, -73.90239171663892, 40.8907740608325, -73.90238119168195, 40.890810217235625, -73.90237755450096, 40.89083944842517, -73.90237089237147, 40.890910065175426, -73.90236331809679, 40.891070101172154, -73.9024278303547, 40.89106891125015, -73.90246570479425, 40.89106894325852, -73.90250357835941, 40.891072807720306, -73.90256631612804, 40.891080860606955, -73.90269551032414, 40.89109875867755, -73.9027656681756, 40.89110430535569, -73.90286620313195, 40.89110441160963, -73.90296179394124, 40.8910976762329, -73.9030382439825, 40.891087275932996, -73.90312203436702, 40.89106795703076, -73.90319943696794, 40.891043865540475, -73.90327315010623, 40.891015027148654, -73.90334856377882, 40.890978722406636, -73.90343206007955, 40.890927254797106, -73.90350381693023, 40.890869343344065, -73.90388584301476, 40.89048184902744, -73.90402183196056, 40.890365885075035, -73.90411774077978, 40.890302389592215, -73.90423310318128, 40.89023848694222, -73.90433019194211, 40.89019254362743, -73.90443245653853, 40.8901564963515, -73.90440019126478, 40.88992077740061, -73.90438293012512, 40.889845497802945, -73.90435939976076, 40.889773027025385, -73.90438878727258, 40.88969032194185, -73.90441087308176, 40.88963356460476, -73.90483372295516, 40.8885872405471, -73.90489438684693, 40.888444380721225, -73.90490100764289, 40.88843047096624, -73.90490919442705, 40.888411781820814, -73.90533515927578, 40.88735429674204, -73.90626252045978, 40.887570035643826, -73.90687162313527, 40.88771259658241, -73.90713456235501, 40.88777357953304, -73.90720617932084, 40.88778732902072, -73.90738914993236, 40.88781832482221, -73.90759709455332, 40.888199108011584, -73.90798846125266, 40.888896877623615, -73.90802041206337, 40.888950204648, -73.90805268301476, 40.889005455355814, -73.90832086676521, 40.889136438128176, -73.90857686758143, 40.88926147102041, -73.90860833981023, 40.889277574117216, -73.90871032644866, 40.889329751526695, -73.90875890918842, 40.889354606427396, -73.90880478369758, 40.889378076021714, -73.90883837498488, 40.88939526221303, -73.9088891289418, 40.889421228171734, -73.90893882880043, 40.88944665388543, -73.90898138331042, 40.889468425175174, -73.909040347399, 40.88949438943623, -73.90910873947423, 40.88946880107729, -73.90916259360206, 40.889455225424406, -73.90922171841696, 40.88944868938694, -73.90924124285141, 40.88944847511634, -73.90947084169225, 40.88946523065741, -73.90971257686276, 40.88948128024956, -73.90985799648844, 40.889495675608075, -73.91147025151834, 40.88962806204663, -73.9129032987479, 40.88974806678324, -73.91526275026564, 40.8899412446201, -73.91529165635497, 40.889942667892655, -73.91532359305405, 40.88993940455251, -73.91536356700001, 40.88991717026289, -73.9153764294989, 40.88990149683563, -73.91538516542914, 40.889885491704725, -73.91543225688031, 40.889777168976835, -73.9154627871962, 40.88967607490519, -73.91562869865066, 40.88857973692032, -73.91563742551776, 40.88852206808034, -73.91573865465382, 40.88778888444124, -73.91577119731453, 40.887570621381876, -73.91579509279443, 40.88742774429051, -73.91580830910229, 40.887356161688615, -73.91591363839565, 40.887378467866995, -73.91628591092794, 40.88746983613452, -73.91659630852149, 40.887554152725144, -73.91665873284812, 40.88756484876317, -73.91684541938066, 40.88760485242437, -73.91677938945777, 40.88714549482233, -73.91676570888063, 40.887060892394516, -73.9167426361229, 40.88701096451121, -73.91672194522705, 40.88698437173733, -73.91670543261544, 40.886967842205735, -73.9166770615969, 40.886945702187816, -73.9166558649703, 40.88693260642308, -73.91661333258733, 40.88691329899767, -73.91657493222262, 40.88690214394249, -73.91591442909336, 40.886753339285896, -73.91540875521846, 40.88664678446956, -73.91422383808592, 40.88642962220938, -73.91417342634651, 40.88641813505286, -73.9139789453109, 40.886373814223155, -73.91409597569105, 40.886290166067546, -73.91414592143572, 40.886254468332645, -73.91505217609476, 40.88557175981212, -73.91540579766584, 40.885304600287505, -73.91544051852338, 40.88527765886353, -73.91545323065041, 40.88522649713535, -73.9157492386312, 40.88499240161197, -73.91578897810211, 40.88495517118493, -73.91582036013706, 40.88491951950503, -73.91587161993398, 40.88485930803113, -73.91591682258507, 40.8848609636464, -73.91598547206895, 40.88486335490154, -73.91608678577539, 40.88486977072932, -73.9161354456202, 40.88487354671653, -73.9163058627313, 40.88491108292652, -73.91641325416545, 40.884938942556474, -73.91643519196268, 40.88494520331511, -73.91742049760343, 40.88519151203821, -73.91813728758854, 40.88539137142145, -73.9185343333736, 40.88551105773278, -73.91863167785542, 40.885535218910064, -73.91876150779085, 40.88556937125781, -73.91871530551428, 40.88567254076453, -73.91865938679966, 40.88582601627405, -73.91864053242915, 40.88592725096038, -73.91863117462655, 40.886060759460484, -73.91863862021556, 40.88630982298899, -73.91867340979603, 40.8866052997222, -73.91871696753701, 40.88714687554389, -73.91872194724152, 40.887967139844186, -73.91871302360238, 40.888094822462506, -73.91869227206875, 40.888232334554324, -73.91865491234458, 40.888386073397214, -73.918368008224, 40.889187870508145, -73.91834850026646, 40.88924238202096, -73.91830327009534, 40.88936878541383, -73.91826636793678, 40.8894888327521, -73.91815156320251, 40.88984908973839, -73.91809184818945, 40.88999702958213, -73.91795299468646, 40.89032010353147, -73.91786720969763, 40.89049728508958, -73.91770766017395, 40.890773815903856, -73.91752438081977, 40.89105776033747, -73.9172495964684, 40.89146416164448, -73.9171692186294, 40.891596053013174, -73.91697388380365, 40.891962221997666, -73.91689261210638, 40.89213236513265, -73.91687307116257, 40.8921954642716, -73.91684536228522, 40.89228817538226, -73.91669038234114, 40.892645142932736, -73.9164948192806, 40.89314215315843, -73.91648720512515, 40.893161501775865, -73.91821298783918, 40.89278065258262, -73.92035486517395, 40.88720069757858, -73.92037598403351, 40.8871456618355, -73.92064636495635, 40.88723725907588, -73.92059298010278, 40.88735116626054, -73.92054473765717, 40.88745409733261, -73.92043559052244, 40.88763223552613, -73.92036192093767, 40.88778264781913, -73.92021961147778, 40.88814108881558, -73.92014754487512, 40.888309453251686, -73.92002500972471, 40.88864229783682, -73.91985287318992, 40.889016389710505, -73.91978733898704, 40.8891977398332, -73.91965367735484, 40.88957471264282, -73.9195789900746, 40.88975784102012, -73.91951671388505, 40.889961809830936, -73.91930707668054, 40.89056565783878, -73.91908083889228, 40.89113694391937, -73.91899914206756, 40.89133889520495, -73.9188805461965, 40.89160534837804, -73.91880510680062, 40.8918653275757, -73.91869913569148, 40.8921283306532, -73.9185974604396, 40.89239822626263, -73.91855768029387, 40.892541854403355, -73.91843492864874, 40.89286034406443, -73.91829001015613, 40.8932050012921, -73.91823351032335, 40.89338311684636, -73.91813746655248, 40.89368880845546, -73.91800315044637, 40.89400808451857, -73.91792916987691, 40.89418393716816, -73.91789437271105, 40.894259139831064, -73.91788384120403, 40.89428584612417, -73.91787586043823, 40.89431015984159, -73.91786988310623, 40.89433420663928, -73.91786633648991, 40.89435696477126, -73.9178651786989, 40.89437872506452, -73.91786640122405, 40.89439965320231, -73.91787156057775, 40.89443544934483, -73.9178790065908, 40.89447418899749, -73.9179030105751, 40.894571359379505, -73.917913129465, 40.89460109698219, -73.91793737617284, 40.894656494037164, -73.91794612628742, 40.8946789934671, -73.91795284702344, 40.894702581040455, -73.91795588324489, 40.89472413810302, -73.91795507420692, 40.894740255305365, -73.91795072135199, 40.89475667885515, -73.91794281513376, 40.894773449267014, -73.91793131628674, 40.89479064935695, -73.91791644696345, 40.89480808027466, -73.91789781961691, 40.89482629644188, -73.9178752167652, 40.89484555253919, -73.91784607363331, 40.8948680457229, -73.9177414027372, 40.89494128145018, -73.91770108379723, 40.89497199346148, -73.91761280652977, 40.89504727225081, -73.91749703161582, 40.8953334050321, -73.91742519090786, 40.895570796167206, -73.91741010469639, 40.89562977972647, -73.91739466900556, 40.895682531679356, -73.91737823079377, 40.89573125054193, -73.91736051374957, 40.895776738447964, -73.91734764994425, 40.89580533133149, -73.9173336045335, 40.895832678897605, -73.91731805255317, 40.8958595796429, -73.91730104870784, 40.895885939055134, -73.91728265481791, 40.89591166622904, -73.91716557017826, 40.896113233189986, -73.917034096542, 40.89639608812943, -73.9169909735814, 40.896547316915374, -73.9167913941484, 40.89708474624306, -73.91676092552075, 40.897144005867474, -73.91674165256917, 40.89718609951995, -73.91672725654206, 40.89722480636318, -73.91671774624676, 40.89726068290478, -73.91670848400575, 40.89730599940199, -73.91670474082079, 40.897334600587186, -73.91670461670068, 40.89736072805143, -73.91670847751006, 40.89738410470959, -73.91672693864346, 40.897421717751946, -73.91673076526814, 40.897435446595125, -73.91673169040105, 40.897469015517814, -73.9167299188722, 40.89748301497059, -73.91672131721808, 40.89750781350737, -73.9167039353803, 40.89753034729383, -73.916619038268, 40.897719056334815, -73.91651540373434, 40.89800846281865, -73.91639674761669, 40.89830543409044, -73.91621285566558, 40.89870138503834, -73.9161794629922, 40.898877184825544, -73.9160592450048, 40.89917744854064, -73.91597690185287, 40.89939023875393, -73.91589821592127, 40.89956916886414, -73.91586103299984, 40.89965372603258, -73.91577983702437, 40.89990148361506, -73.91569770482116, 40.900143037912486, -73.9156200977922, 40.900356105039556, -73.91559269652849, 40.90043522943558, -73.91555569089142, 40.900542095208564, -73.91554490733473, 40.90057323685709, -73.91543039422609, 40.90086793180497, -73.91539284331009, 40.90096457212489, -73.91528506107093, 40.90123638064377, -73.91520868832728, 40.90146879885154, -73.91520884176529, 40.90151225540583, -73.91521044076852, 40.90154265961026, -73.91521399743611, 40.90156978659116, -73.91521966362706, 40.90159367878273, -73.9152279336633, 40.90161571969051, -73.91523874081068, 40.90163519428095, -73.91525217504918, 40.90165227371135, -73.91526830511314, 40.90166703727382, -73.91528437577504, 40.90167813041901, -73.91530409715509, 40.90168915150008, -73.91537949764313, 40.90172347469505, -73.9154074033449, 40.90173817843154, -73.91543208295025, 40.90175596485502, -73.91544900122672, 40.90177530972941, -73.91545328821508, 40.9017956520925, -73.9154476549536, 40.901809233563355, -73.91537681410676, 40.90198925947019, -73.91521740413958, 40.902321084168406, -73.91514344525612, 40.902563603881724, -73.9151256524908, 40.90261464731597, -73.91511310256725, 40.90265495093359, -73.91510358125535, 40.9026916575442, -73.91509689985261, 40.90272569901032, -73.91508386059475, 40.90281270133596, -73.91507789509475, 40.90287625667148, -73.91507757026552, 40.902932632998834, -73.91496610642724, 40.903194474565026, -73.9148129434453, 40.90356083226647, -73.91469419598018, 40.90386076491197, -73.91460724367194, 40.904074429432846, -73.91443462793627, 40.904122527012916, -73.91433746177724, 40.90414449428751, -73.91431477128395, 40.904151141926214, -73.91429530445645, 40.904158569971045, -73.91427486765183, 40.90416992249877, -73.91425561664994, 40.904185763011355, -73.9142407653069, 40.90420159958501, -73.91419895817558, 40.904251432781315, -73.9141588740267, 40.904294121908926, -73.91412313521633, 40.904334731436855, -73.91410845952758, 40.90435327317528, -73.91409489793878, 40.904373003478014, -73.91408243381677, 40.904393935840375, -73.91407105406914, 40.90441609906839, -73.91406075394207, 40.90443949856175, -73.91405149179481, 40.9044642126318, -73.91403597061718, 40.904517930205714, -73.91402383313232, 40.904576249064256, -73.91400256792971, 40.904704849234534, -73.91399152105369, 40.90476137603809, -73.91397558456157, 40.90483143976147, -73.91396177857662, 40.90487665893968, -73.9139542803716, 40.90489376253077, -73.91394376005871, 40.90491204890449, -73.91389527478447, 40.90497941391499, -73.91387778975643, 40.90500880704937, -73.91385273202978, 40.90506419868119, -73.91380285994403, 40.90518673611384, -73.91378014451527, 40.90523607552926, -73.91376264131718, 40.905268404206, -73.913717480368, 40.90534465128372, -73.91369765228715, 40.905384090227436, -73.91367378608287, 40.90544298918814, -73.91364806602365, 40.90551552277086, -73.91363848464137, 40.905548196833834, -73.91362121522562, 40.90561970117447, -73.91361287560143, 40.905647570286014, -73.91359617452855, 40.90569177870668, -73.91357459725592, 40.90574000233002, -73.91354919608007, 40.90579076424867, -73.91350252607903, 40.9058788082327, -73.9134035607542, 40.90609065099763, -73.91328617546104, 40.906390720853985, -73.91316439483138, 40.90675921225522, -73.9131204722396, 40.906901023260495, -73.91307239837184, 40.907034132456715, -73.91303317791876, 40.90717685374776, -73.91297567387342, 40.90730075916378, -73.91295587001767, 40.90736713682456, -73.91294006387506, 40.907504003677175, -73.9129581376753, 40.907598626514094, -73.91300309364748, 40.90766266580191, -73.91306164667692, 40.90772786882851, -73.91310525337616, 40.90777642686214, -73.91311582954681, 40.907823067213755, -73.9130775882141, 40.90787845413029, -73.91300580649433, 40.907912350964004, -73.9128531490381, 40.90795812713769, -73.91279525770652, 40.90799107440896, -73.91273940201496, 40.908043811294014, -73.91267271609046, 40.908163896056365, -73.91261759489221, 40.90829063148963, -73.91257077910129, 40.90843038155324, -73.91253080123472, 40.90856906790182, -73.91248684989382, 40.90870193230382, -73.91244717706171, 40.908829556420955, -73.91240717445561, 40.90895871829527, -73.91238061932115, 40.909096288256826, -73.91237110034342, 40.90920859369858, -73.91233278151803, 40.90926856285075, -73.91229524090846, 40.909397150236316, -73.91224832575048, 40.909526552622786, -73.9122125914472, 40.909657777059785, -73.9121857322237, 40.90977703902219, -73.91216206260212, 40.90989334081556, -73.91212983596718, 40.91002412755052, -73.9120989420783, 40.910158565842835, -73.91206668764588, 40.91028325806906, -73.91202741035258, 40.91040934788413, -73.91200911494934, 40.91053899076793, -73.91196197919822, 40.91067080973667, -73.91193869780852, 40.91079367177293, -73.91193044552854, 40.91090597630755, -73.91189496576673, 40.911033082902144, -73.91184170658747, 40.91117148416327, -73.91182254615146, 40.91121639998457, -73.91180615180383, 40.91132894771684, -73.91177474807719, 40.91143876452147, -73.91173442600032, 40.911561420774255, -73.91170558857974, 40.91169783525154, -73.91169302921313, 40.91175757802724, -73.91166018962868, 40.91185787199798, -73.91165092429247, 40.9119960303514, -73.91162155205139, 40.91212821752545, -73.91157518041672, 40.912254383657064, -73.91155688103917, 40.91233245582629, -73.91154334493147, 40.91241239833936, -73.91152990748135, 40.91249310543427, -73.91151154235222, 40.91260798653695, -73.91150777381243, 40.912694303833206, -73.91152444716707, 40.91277937341683, -73.91157242119007, 40.91291496868887, -73.91161301317733, 40.91305429258465, -73.91163693356918, 40.91315803197721, -73.91165770220975, 40.91329324979088, -73.91168070256896, 40.913356093991425, -73.9116732892888, 40.91343584848384, -73.91162566605904, 40.91352427266095, -73.91157358708747, 40.913616810406936, -73.91154852743264, 40.91368760418752, -73.91152652948556, 40.913770558610146, -73.91148517501469, 40.91382295115438, -73.91142632003363, 40.913843379373354, -73.91139431192661, 40.91386116814343, -73.91128457784356, 40.913968401480936, -73.91122557518271, 40.91406990974309, -73.9112355832678, 40.914135486900605, -73.91123497295477, 40.9141853848144, -73.91118241250042, 40.914287446395754, -73.91110646629653, 40.91439558260848, -73.9110148673594, 40.9144967910103, -73.91092493587531, 40.91456616230105, -73.91088990810037, 40.91458789991241, -73.91078950665916, 40.914650208644886, -73.9107253858241, 40.91470980067703, -73.91066882672014, 40.91479912341489, -73.910614997016, 40.91492687447942, -73.91056388638619, 40.91505127783108, -73.91053085886848, 40.91512557437678, -73.91051970309007, 40.91516693384665, -73.90557114667736, 40.91375928745704, -73.90550590697966, 40.91374070937894, -73.90428598551675, 40.91339367922845, -73.90285399241687, 40.91277866003752, -73.90249969334961, 40.912785341953516, -73.9006199896905, 40.91239866638716, -73.89663620043007, 40.911472137910195, -73.89533591936316, 40.910952576101096, -73.89527244711394, 40.91092773637696, -73.89297098883034, 40.91002666726626, -73.89184466029072, 40.91012733803372, -73.88615088991033, 40.907977197259754, -73.88508483887743, 40.907661733951656, -73.88499053285538, 40.90763480836161, -73.88476599319651, 40.9075706727014, -73.8840496598033, 40.907740931155836, -73.88275700488457, 40.90732967818782, -73.88191900199833, 40.9066656544013, -73.88191900199833, 40.9066656544013 --73.87790261636164, 40.905551904082486, -73.87790087158542, 40.90556679893473, -73.87786014175519, 40.9059147566689, -73.87644078649222, 40.905499137528, -73.8756171806418, 40.905254450883035, -73.87480047750952, 40.90501051323178, -73.87457592584855, 40.904941873281366, -73.87421578306193, 40.90484215724178, -73.8740940879789, 40.904816417543515, -73.87385543002081, 40.904752483840404, -73.87312212870015, 40.90453626301837, -73.87292207528272, 40.904481619566354, -73.8720938343508, 40.90422820663896, -73.87093249882975, 40.903890323280045, -73.8706739193986, 40.90381270577303, -73.86854664832389, 40.90317334510204, -73.86804325631512, 40.903030199917765, -73.86788504693855, 40.902984149228274, -73.86729591573359, 40.902433622683056, -73.86557699715217, 40.90211167676337, -73.86509698284391, 40.9017786589887, -73.863848593152, 40.90141740859481, -73.86275323383279, 40.9015098745605, -73.86156437552422, 40.901061813956424, -73.86063898527782, 40.90135966144081, -73.86025878023698, 40.90118339128219, -73.86016059352757, 40.90113788707704, -73.85959499215714, 40.900875658480835, -73.85946798675668, 40.90144566099943, -73.85905498383788, 40.90154066470819, -73.85935900145813, 40.90193466329468, -73.85884999452715, 40.90234566698966, -73.85846399785713, 40.902180655235625, -73.85730800071187, 40.902887677457514, -73.85719799052848, 40.90387666201724, -73.85672098528362, 40.90456665580976, -73.85656105834775, 40.90502083780161, -73.85654471811448, 40.90506731128209, -73.85630899125691, 40.90573666742386, -73.85609498783647, 40.90603067176403, -73.85604700238905, 40.90600967840124, -73.85555598420314, 40.90636566929508, -73.85525298835114, 40.90629265592323, -73.8549429950891, 40.90656665594792, -73.85432100506429, 40.90775766367804, -73.85477998839748, 40.90797165553734, -73.85438900616772, 40.90862267541611, -73.85355752527346, 40.90949261351526, -73.8535036000295, 40.909549063032706, -73.85330900721989, 40.909752676348354, -73.85306100327713, 40.909696674231306, -73.85133600225923, 40.910137659590454, -73.85150759692687, 40.90956208538147, -73.85177300776925, 40.909211655790195, -73.85307499008782, 40.908355675303625, -73.85365340020894, 40.90732030285268, -73.8525869904356, 40.90687566610045, -73.85145181547122, 40.90674863153515, -73.85123287401733, 40.90644325226381, -73.8511876529475, 40.90637717862701, -73.8504680128798, 40.90743365436802, -73.84859511141158, 40.90685693556238, -73.84715401900668, 40.9060846711595, -73.84483506842783, 40.90527182770368, -73.84481927376062, 40.905230551700825, -73.84463568238053, 40.90475077721908, -73.84493380618116, 40.904684043316195, -73.84497149568969, 40.904679678856546, -73.8450405939526, 40.90467903592248, -73.8450839341239, 40.90468280948119, -73.8451322725194, 40.9046894928889, -73.84561958155963, 40.90477591752973, -73.84543330001418, 40.904278192233036, -73.84604746632776, 40.90413339912931, -73.84605106444097, 40.90408080754583, -73.84607101419745, 40.903789242946104, -73.84607597504878, 40.903734482107794, -73.84609546371476, 40.90348203480881, -73.84609511367644, 40.903462524449324, -73.84609037651674, 40.903440693096194, -73.84598515656428, 40.90316285781977, -73.84606491815076, 40.90314530119408, -73.84617479374185, 40.90312343169872, -73.84620453965663, 40.903122799566006, -73.84657768844478, 40.90315277249231, -73.84680224735746, 40.90155189941779, -73.8469369812862, 40.90151972371375, -73.84702184006284, 40.90170545037801, -73.84707550733718, 40.90179066589671, -73.84717954685324, 40.90189694647639, -73.84725392241977, 40.90196081541703, -73.84731522213254, 40.90200439170689, -73.84739252344373, 40.90205017279135, -73.8476190369737, 40.90216082275842, -73.84809828847737, 40.902376169435755, -73.84955009019595, 40.90304464952588, -73.8502084853726, 40.902211294199226, -73.85066317637825, 40.90163576137091, -73.85109423003762, 40.901078913687684, -73.85131709026966, 40.90080316455354, -73.85165854184078, 40.90036903888428, -73.85176407454104, 40.90023486263541, -73.85217317263043, 40.899714721487044, -73.85223212135215, 40.899639770358434, -73.8523349082769, 40.89968759065341, -73.8525952194889, 40.89980869814336, -73.85285808587663, 40.899932894260495, -73.8528953057624, 40.89994783300962, -73.85300365972218, 40.899991319462046, -73.85315289579721, 40.89980875509637, -73.853215558304, 40.899732099071876, -73.85389305792224, 40.898929835842374, -73.8539435863371, 40.89887000312324, -73.85429881761179, 40.89844934470221, -73.85437045481572, 40.89847743657443, -73.85443134221946, 40.8985013122841, -73.85538661970577, 40.898875909772045, -73.85619317250425, 40.899187664717445, -73.85699712317272, 40.89950327025476, -73.8578028827071, 40.89981567927444, -73.8586268196056, 40.90013525475153, -73.85872506817104, 40.900173360165724, -73.85915052325986, 40.9003045196264, -73.86150558970681, 40.89713141191905, -73.86149150038243, 40.897115134955634, -73.86147653460388, 40.897097464788686, -73.86145873479474, 40.89707359678152, -73.86144144717906, 40.89704256062407, -73.86143402591819, 40.89700986230505, -73.86143133438446, 40.8969831272724, -73.86142931884376, 40.89694294250428, -73.8614350005395, 40.896907241485856, -73.86144365425218, 40.896868468877194, -73.86144784406963, 40.896836827255164, -73.86144841981077, 40.89680315070122, -73.86144946391583, 40.896771369329954, -73.86145104006901, 40.896743951447796, -73.8614569523288, 40.89671832173007, -73.86146852946882, 40.896683259023696, -73.86147933414287, 40.89665327322513, -73.86149299560424, 40.89662425077021, -73.86151480088908, 40.896591533487154, -73.8615337782162, 40.89656336836251, -73.86154996908073, 40.896534650596855, -73.86156505412187, 40.89649956417164, -73.86158296830732, 40.896460473977285, -73.86160391268227, 40.89642511992393, -73.86163387641133, 40.89638332740214, -73.86164562535653, 40.89636941547941, -73.86165943952402, 40.89635305671047, -73.86168367517372, 40.89631855754473, -73.86170551288564, 40.89628784294203, -73.86172857615836, 40.8962601212151, -73.86176517994072, 40.89622604926749, -73.86178812161569, 40.89620370778223, -73.86181143332529, 40.896177468534546, -73.86183540888715, 40.896145850577525, -73.86186221058858, 40.89611165610685, -73.86188009956012, 40.896085136608356, -73.86188593761662, 40.8960676966907, -73.86189762339497, 40.896018450523435, -73.86189882742956, 40.895984979124144, -73.8619064393773, 40.89595907766581, -73.86193575926104, 40.89593111754768, -73.8619609225014, 40.89590295974787, -73.8619836181969, 40.89587669181247, -73.86201052673317, 40.8958429647855, -73.86203947243835, 40.89580427220909, -73.86205212647485, 40.89577214720838, -73.86205988827928, 40.89574490149344, -73.86206236564789, 40.89571767737875, -73.8620669389676, 40.89567546989091, -73.86207146585981, 40.895638477057844, -73.86207470588639, 40.89561029303562, -73.86208028881624, 40.89556992464334, -73.86208525982757, 40.89552763568463, -73.8620861640159, 40.89549335528632, -73.86207587871813, 40.89546427713074, -73.86207085196007, 40.895445360031054, -73.86206208762171, 40.895416474594164, -73.86205613867517, 40.89538847229493, -73.86205277730316, 40.89535276042986, -73.86204848553295, 40.895312490095925, -73.8620479063152, 40.89527823583882, -73.86205061358669, 40.89524543979288, -73.86206060782364, 40.89520488576732, -73.86206999085202, 40.89518151227255, -73.86208716979229, 40.89513042574589, -73.86209921860292, 40.895093086202344, -73.86211440379539, 40.89506090838428, -73.8621328182839, 40.89502513968282, -73.86214950937277, 40.89499867453709, -73.86216862968286, 40.894970452740715, -73.86219326593216, 40.894931245299674, -73.86258838851435, 40.89506014264501, -73.86329273425677, 40.895289833678035, -73.86355915395936, 40.8953767116352, -73.86401637399557, 40.89552274165116, -73.86491631543993, 40.89574918611669, -73.86512020360747, 40.89579265951996, -73.86520128470767, 40.89580573562247, -73.86531097979118, 40.89582342402438, -73.86691693329819, 40.89608238143082, -73.86953233788945, 40.896499008368686, -73.87006980676962, 40.89659042936815, -73.87037333764296, 40.89662482514031, -73.87039687796553, 40.89662817886314, -73.8704867229185, 40.89663990315609, -73.87059066909742, 40.89663485994686, -73.87068791076143, 40.89662165073946, -73.87113878497055, 40.89653062060137, -73.87241033325812, 40.89624097817925, -73.87322332379209, 40.896054545050404, -73.87331181493411, 40.89603425071207, -73.87440429186663, 40.89578371564944, -73.87459457825923, 40.895749885982006, -73.87480617429519, 40.89572538382614, -73.87572386806852, 40.8956222946385, -73.87672647351053, 40.89550430929146, -73.8771197333739, 40.895468359775236, -73.879590859268, 40.89527667866456, -73.87973318573601, 40.895258785810995, -73.8798365866231, 40.89524460549203, -73.88010836796948, 40.89519521011129, -73.88008788713304, 40.89528253950081, -73.87993477234926, 40.89569862779561, -73.87985540565258, 40.8961431642149, -73.87973035159692, 40.896825151347926, -73.87970917633093, 40.896954004880655, -73.87959900399636, 40.89723858641768, -73.8793191277722, 40.89813887078317, -73.87929969524548, 40.89820137562064, -73.87914256122683, 40.89870682884017, -73.87912316348103, 40.89876960292289, -73.8789930605898, 40.89922133606874, -73.87893077772601, 40.89947558739571, -73.87887640415599, 40.89974160189941, -73.87869516631815, 40.900835177682715, -73.8784864454422, 40.90211180414739, -73.8783902672821, 40.90267793890198, -73.87836600832584, 40.90282073549676, -73.87825689453743, 40.90346300134658, -73.87815552224849, 40.90400330711641, -73.87814182388703, 40.90407631198071, -73.8780251593969, 40.90469810240179, -73.8779696523669, 40.90497920803001, -73.87792945264083, 40.90532262164712, -73.87790527034198, 40.905529225512375, -73.87790261636164, 40.905551904082486, -73.87790261636164, 40.905551904082486 --73.84463568238053, 40.90475077721908, -73.84443608005485, 40.90423067065075, -73.84443429405982, 40.904226012740935, -73.84332029024635, 40.90396860492283, -73.84240255602862, 40.90423394420896, -73.8413810422205, 40.90420405128336, -73.84136502664082, 40.90415390112077, -73.84126173817322, 40.90383098415961, -73.841209045909, 40.90369280171559, -73.84116907651439, 40.903588019504156, -73.84115856284542, 40.903560466426676, -73.84113838615782, 40.90350153077833, -73.8411195642622, 40.90342100787661, -73.8411058789869, 40.903363347234986, -73.84106673744853, 40.90321279179504, -73.8410036766385, 40.90280723571883, -73.84088256149474, 40.90197754876554, -73.84084508708229, 40.901786552938596, -73.8408041354838, 40.9016778313868, -73.84074406077502, 40.901557810272244, -73.84070877625804, 40.90149473756801, -73.84069932628967, 40.90147816101275, -73.84065870928842, 40.90141371039628, -73.8406062288827, 40.90132905271677, -73.84059456597171, 40.90131181664366, -73.84039264876495, 40.90102886648853, -73.84020670524406, 40.900788321194675, -73.8400447356204, 40.90057464776002, -73.8400236440778, 40.90055144095432, -73.83934767415091, 40.899664149494406, -73.83927334305358, 40.89955320892579, -73.8392187509525, 40.89944847943001, -73.83918724147783, 40.89936638423863, -73.83916401502293, 40.899277216460604, -73.83915044234644, 40.89918339851461, -73.83914779350104, 40.899101498399205, -73.83915135068484, 40.89905521301425, -73.8391593569212, 40.89898837575037, -73.83916302203576, 40.89897006588818, -73.83916971938822, 40.8989453523975, -73.83923603683957, 40.89873531023791, -73.83937361210666, 40.89848366572754, -73.83951857972261, 40.89820451518934, -73.8395829193394, 40.89806039008434, -73.83959890247047, 40.89801512418323, -73.83960274792015, 40.897999713216926, -73.83963492914066, 40.89789235973709, -73.83974629654766, 40.89786576907021, -73.83973955084149, 40.897757105338385, -73.83973202141594, 40.89769195827427, -73.83971347249697, 40.897581316893245, -73.83970297039384, 40.897541738583385, -73.8396681112218, 40.89741038498942, -73.83964687073502, 40.89733034465303, -73.83956450568414, 40.89711497816504, -73.8393519693177, 40.89663942523391, -73.83905037717949, 40.89581825028025, -73.83897455471411, 40.89559502128037, -73.83888663021992, 40.89535245900975, -73.83839410281686, 40.894061855072906, -73.83822919150296, 40.893997224026066, -73.83818664361038, 40.89398201731635, -73.83732200375478, 40.89367265662387, -73.83665044501232, 40.89357149317381, -73.83658763079717, 40.89356204551769, -73.8363129890456, 40.893520674378664, -73.83582721802834, 40.8932653927734, -73.83522248399726, 40.89331212903455, -73.83362478617764, 40.892587362769106, -73.83267581782522, 40.892610333969174, -73.83189800821619, 40.89208065436553, -73.83183095096578, 40.892061089074765, -73.83098406596257, 40.89182056319107, -73.83008008484369, 40.89176683043004, -73.82829901520168, 40.89106565856941, -73.82729245272304, 40.890920523903574, -73.8272240430695, 40.890929646115815, -73.82722453412839, 40.890890460367025, -73.82722526737693, 40.89083205318907, -73.82723635797986, 40.89072182859079, -73.82729426711074, 40.890438653602715, -73.82732662978346, 40.890331645835204, -73.82740200522005, 40.89013155061076, -73.82784160499932, 40.889065792753335, -73.82787214696968, 40.88900557500418, -73.82788280136245, 40.88898630245799, -73.82789381373655, 40.88896716911953, -73.82792313085781, 40.888916656780694, -73.82796842847502, 40.888863519919596, -73.82798305121455, 40.88884910870462, -73.82800924660515, 40.888815916162635, -73.82813464349148, 40.888578505804546, -73.8279014949662, 40.8884100968969, -73.82787577429363, 40.8883965521376, -73.82786082121463, 40.8883887217141, -73.82782131495948, 40.88836922397321, -73.82775387715479, 40.888340902089276, -73.82761638583622, 40.88829092690645, -73.82756040513244, 40.888273808771714, -73.82749187968831, 40.88825911308285, -73.82728308765039, 40.888225182958394, -73.82549661752522, 40.887946260685695, -73.82499487028545, 40.887867916854695, -73.82496452103055, 40.88786226170035, -73.82493763038599, 40.88785534029555, -73.82489932334285, 40.88783508876128, -73.82488761203935, 40.887824252539545, -73.82468621415504, 40.88762145242519, -73.82461245192138, 40.88754717712576, -73.82456601578124, 40.88749510520989, -73.8245267989911, 40.88745102076771, -73.82449768377137, 40.88741847881119, -73.82446400228257, 40.887380709777155, -73.82472505317557, 40.887222947568986, -73.82506559606585, 40.88704293265967, -73.82549948520737, 40.88685378828461, -73.82552767997007, 40.886843357336396, -73.82635284221195, 40.8865381081501, -73.82665753081113, 40.88637854229072, -73.82672510726262, 40.88635318337184, -73.82691733896458, 40.88628397036129, -73.82768670401363, 40.88601319406028, -73.82789640669385, 40.88595125712544, -73.82831127489412, 40.88582872069208, -73.82864083231634, 40.88568245166105, -73.82939422124676, 40.885363076948956, -73.82953326904055, 40.88530302355891, -73.82968453276277, 40.88524072780341, -73.8301321610311, 40.88505184019796, -73.83029375846846, 40.88498662416126, -73.83037052767881, 40.88495564317051, -73.83050940927896, 40.88489959462821, -73.83065357949424, 40.88485263419654, -73.83087286843889, 40.88479218001329, -73.83108485596024, 40.88474637827057, -73.83130253066594, 40.884711112953845, -73.83222076320642, 40.8845644310096, -73.83233697654484, 40.88454888907372, -73.83247491070264, 40.88452504633615, -73.8328528862764, 40.88445347156034, -73.83303057843253, 40.88440887815756, -73.83316246004433, 40.88436788145595, -73.83331377382571, 40.884313223453574, -73.83345990580001, 40.88424961413128, -73.83361798841578, 40.88418532127207, -73.83382738854658, 40.88408467555843, -73.83387252461561, 40.88406449036373, -73.83405282256038, 40.883983930952354, -73.83420029903918, 40.88392013892438, -73.83424001152686, 40.883900866093136, -73.83434541760693, 40.883849708529176, -73.8344718150862, 40.883783229458885, -73.8344882573807, 40.8837723004049, -73.8345487248563, 40.88373924014271, -73.83495328180635, 40.88346355418873, -73.83529832994148, 40.88320461832607, -73.83562545583351, 40.88293041694264, -73.83596970654693, 40.88260923168649, -73.8360951458458, 40.88249714425155, -73.83621825203464, 40.882392802067336, -73.83632947164102, 40.88231408789385, -73.83643806571234, 40.88224245763317, -73.83649924722879, 40.88220273194241, -73.83664155459086, 40.882119354650726, -73.83673450088611, 40.882060811266136, -73.83675155581807, 40.882051799893155, -73.83686175828016, 40.881994012909, -73.8369874316165, 40.881938779843914, -73.83712541742952, 40.88187448889868, -73.83718129039099, 40.88185252738649, -73.83720341636956, 40.881843897703334, -73.83726702266266, 40.88181948332195, -73.837827889595, 40.881607832314444, -73.83874272685912, 40.88126565716359, -73.83965169438069, 40.88092565208296, -73.84046211977011, 40.88062256055293, -73.8412778404779, 40.880317240098606, -73.84148638684056, 40.88020492155549, -73.84201454667232, 40.87987194639253, -73.8427378437748, 40.87942459458649, -73.8432411314641, 40.879108607221504, -73.84360032654438, 40.87925942838875, -73.8447733295725, 40.8797556187657, -73.84492596811933, 40.879824293489634, -73.84495875809439, 40.87983814563106, -73.84578252530625, 40.88018610208509, -73.8458372523767, 40.88021081525923, -73.84614052085375, 40.88033476783496, -73.84619313710722, 40.880359660824446, -73.84634290019501, 40.88042424161461, -73.84698179802427, 40.880691955518444, -73.84751989178885, 40.880920287660246, -73.84758313803883, 40.88094737593802, -73.84764844079028, 40.880975346672535, -73.8479709153604, 40.88111268300579, -73.84831804110111, 40.88125821915966, -73.84871668864648, 40.88140896269484, -73.84876648679344, 40.881457730850045, -73.84915644865124, 40.881614014785306, -73.84952397045762, 40.881769825101266, -73.85011188740192, 40.88201945074521, -73.85065122063456, 40.882191487525425, -73.85263287433953, 40.882825525207785, -73.8532428896431, 40.88302004869619, -73.85588386083417, 40.88386140806031, -73.85874695615625, 40.884772884558636, -73.85877428326883, 40.88478150414445, -73.85898122707864, 40.884846770547284, -73.86108354072304, 40.88551491143139, -73.86121578500463, 40.8855577761183, -73.86134814435879, 40.88559902531754, -73.86136973770212, 40.885605930975856, -73.86141395834275, 40.88562008120454, -73.8615705543249, 40.88567022183956, -73.86163944539136, 40.88569227992809, -73.86170400780277, 40.88571446426001, -73.86184283385869, 40.885757081274015, -73.86287977007181, 40.88608815897686, -73.86303154017175, 40.88613661608346, -73.86450492222139, 40.886607018891915, -73.86538048713584, 40.88688316912361, -73.86526335147305, 40.88709685573192, -73.86460021317444, 40.88829940455685, -73.86382588145781, 40.88970704354918, -73.86336587910994, 40.89053600269661, -73.86331800118276, 40.89062228463027, -73.86304438636255, 40.891115342982445, -73.86275064469761, 40.891643427234605, -73.86265231890172, 40.89182227827601, -73.86174761995002, 40.89338938002565, -73.86170155923261, 40.89347801999544, -73.8616513694132, 40.89360969821408, -73.86160694620476, 40.89372674502604, -73.86152141220477, 40.893954146553924, -73.86143054556565, 40.894204473374984, -73.86139837687755, 40.894303073048405, -73.8613788897967, 40.89445019979995, -73.86135927009795, 40.89466200646061, -73.86156611034635, 40.894727456146015, -73.86164898838912, 40.894753683091544, -73.86175831113962, 40.89478934812058, -73.86189248180492, 40.89483311742942, -73.86219326593216, 40.894931245299674, -73.86216862968286, 40.894970452740715, -73.86214950937277, 40.89499867453709, -73.8621328182839, 40.89502513968282, -73.86211440379539, 40.89506090838428, -73.86209921860292, 40.895093086202344, -73.86208716979229, 40.89513042574589, -73.86206999085202, 40.89518151227255, -73.86206060782364, 40.89520488576732, -73.86205061358669, 40.89524543979288, -73.8620479063152, 40.89527823583882, -73.86204848553295, 40.895312490095925, -73.86205277730316, 40.89535276042986, -73.86205613867517, 40.89538847229493, -73.86206208762171, 40.895416474594164, -73.86207085196007, 40.895445360031054, -73.86207587871813, 40.89546427713074, -73.8620861640159, 40.89549335528632, -73.86208525982757, 40.89552763568463, -73.86208028881624, 40.89556992464334, -73.86207470588639, 40.89561029303562, -73.86207146585981, 40.895638477057844, -73.8620669389676, 40.89567546989091, -73.86206236564789, 40.89571767737875, -73.86205988827928, 40.89574490149344, -73.86205212647485, 40.89577214720838, -73.86203947243835, 40.89580427220909, -73.86201052673317, 40.8958429647855, -73.8619836181969, 40.89587669181247, -73.8619609225014, 40.89590295974787, -73.86193575926104, 40.89593111754768, -73.8619064393773, 40.89595907766581, -73.86189882742956, 40.895984979124144, -73.86189762339497, 40.896018450523435, -73.86188593761662, 40.8960676966907, -73.86188009956012, 40.896085136608356, -73.86186221058858, 40.89611165610685, -73.86183540888715, 40.896145850577525, -73.86181143332529, 40.896177468534546, -73.86178812161569, 40.89620370778223, -73.86176517994072, 40.89622604926749, -73.86172857615836, 40.8962601212151, -73.86170551288564, 40.89628784294203, -73.86168367517372, 40.89631855754473, -73.86165943952402, 40.89635305671047, -73.86164562535653, 40.89636941547941, -73.86163387641133, 40.89638332740214, -73.86160391268227, 40.89642511992393, -73.86158296830732, 40.896460473977285, -73.86156505412187, 40.89649956417164, -73.86154996908073, 40.896534650596855, -73.8615337782162, 40.89656336836251, -73.86151480088908, 40.896591533487154, -73.86149299560424, 40.89662425077021, -73.86147933414287, 40.89665327322513, -73.86146852946882, 40.896683259023696, -73.8614569523288, 40.89671832173007, -73.86145104006901, 40.896743951447796, -73.86144946391583, 40.896771369329954, -73.86144841981077, 40.89680315070122, -73.86144784406963, 40.896836827255164, -73.86144365425218, 40.896868468877194, -73.8614350005395, 40.896907241485856, -73.86142931884376, 40.89694294250428, -73.86143133438446, 40.8969831272724, -73.86143402591819, 40.89700986230505, -73.86144144717906, 40.89704256062407, -73.86145873479474, 40.89707359678152, -73.86147653460388, 40.897097464788686, -73.86149150038243, 40.897115134955634, -73.86150558970681, 40.89713141191905, -73.85915052325986, 40.9003045196264, -73.85872506817104, 40.900173360165724, -73.8586268196056, 40.90013525475153, -73.8578028827071, 40.89981567927444, -73.85699712317272, 40.89950327025476, -73.85619317250425, 40.899187664717445, -73.85538661970577, 40.898875909772045, -73.85443134221946, 40.8985013122841, -73.85437045481572, 40.89847743657443, -73.85429881761179, 40.89844934470221, -73.8539435863371, 40.89887000312324, -73.85389305792224, 40.898929835842374, -73.853215558304, 40.899732099071876, -73.85315289579721, 40.89980875509637, -73.85300365972218, 40.899991319462046, -73.8528953057624, 40.89994783300962, -73.85285808587663, 40.899932894260495, -73.8525952194889, 40.89980869814336, -73.8523349082769, 40.89968759065341, -73.85223212135215, 40.899639770358434, -73.85217317263043, 40.899714721487044, -73.85176407454104, 40.90023486263541, -73.85165854184078, 40.90036903888428, -73.85131709026966, 40.90080316455354, -73.85109423003762, 40.901078913687684, -73.85066317637825, 40.90163576137091, -73.8502084853726, 40.902211294199226, -73.84955009019595, 40.90304464952588, -73.84809828847737, 40.902376169435755, -73.8476190369737, 40.90216082275842, -73.84739252344373, 40.90205017279135, -73.84731522213254, 40.90200439170689, -73.84725392241977, 40.90196081541703, -73.84717954685324, 40.90189694647639, -73.84707550733718, 40.90179066589671, -73.84702184006284, 40.90170545037801, -73.8469369812862, 40.90151972371375, -73.84680224735746, 40.90155189941779, -73.84657768844478, 40.90315277249231, -73.84620453965663, 40.903122799566006, -73.84617479374185, 40.90312343169872, -73.84606491815076, 40.90314530119408, -73.84598515656428, 40.90316285781977, -73.84609037651674, 40.903440693096194, -73.84609511367644, 40.903462524449324, -73.84609546371476, 40.90348203480881, -73.84607597504878, 40.903734482107794, -73.84607101419745, 40.903789242946104, -73.84605106444097, 40.90408080754583, -73.84604746632776, 40.90413339912931, -73.84543330001418, 40.904278192233036, -73.84561958155963, 40.90477591752973, -73.8451322725194, 40.9046894928889, -73.8450839341239, 40.90468280948119, -73.8450405939526, 40.90467903592248, -73.84497149568969, 40.904679678856546, -73.84493380618116, 40.904684043316195, -73.84463568238053, 40.90475077721908, -73.84463568238053, 40.90475077721908 --73.88010836796948, 40.89519521011129, -73.8798365866231, 40.89524460549203, -73.87973318573601, 40.895258785810995, -73.879590859268, 40.89527667866456, -73.8771197333739, 40.895468359775236, -73.87672647351053, 40.89550430929146, -73.87572386806852, 40.8956222946385, -73.87480617429519, 40.89572538382614, -73.87459457825923, 40.895749885982006, -73.87440429186663, 40.89578371564944, -73.87331181493411, 40.89603425071207, -73.87322332379209, 40.896054545050404, -73.87241033325812, 40.89624097817925, -73.87113878497055, 40.89653062060137, -73.87068791076143, 40.89662165073946, -73.87059066909742, 40.89663485994686, -73.8704867229185, 40.89663990315609, -73.87039687796553, 40.89662817886314, -73.87037333764296, 40.89662482514031, -73.87006980676962, 40.89659042936815, -73.86953233788945, 40.896499008368686, -73.86691693329819, 40.89608238143082, -73.86531097979118, 40.89582342402438, -73.86520128470767, 40.89580573562247, -73.86512020360747, 40.89579265951996, -73.86491631543993, 40.89574918611669, -73.86401637399557, 40.89552274165116, -73.86355915395936, 40.8953767116352, -73.86329273425677, 40.895289833678035, -73.86258838851435, 40.89506014264501, -73.86219326593216, 40.894931245299674, -73.86189248180492, 40.89483311742942, -73.86175831113962, 40.89478934812058, -73.86164898838912, 40.894753683091544, -73.86156611034635, 40.894727456146015, -73.86135927009795, 40.89466200646061, -73.8613788897967, 40.89445019979995, -73.86139837687755, 40.894303073048405, -73.86143054556565, 40.894204473374984, -73.86152141220477, 40.893954146553924, -73.86160694620476, 40.89372674502604, -73.8616513694132, 40.89360969821408, -73.86170155923261, 40.89347801999544, -73.86174761995002, 40.89338938002565, -73.86265231890172, 40.89182227827601, -73.86275064469761, 40.891643427234605, -73.86304438636255, 40.891115342982445, -73.86331800118276, 40.89062228463027, -73.86336587910994, 40.89053600269661, -73.86382588145781, 40.88970704354918, -73.86460021317444, 40.88829940455685, -73.86526335147305, 40.88709685573192, -73.86538048713584, 40.88688316912361, -73.86450492222139, 40.886607018891915, -73.86303154017175, 40.88613661608346, -73.86287977007181, 40.88608815897686, -73.86184283385869, 40.885757081274015, -73.86170400780277, 40.88571446426001, -73.86163944539136, 40.88569227992809, -73.8615705543249, 40.88567022183956, -73.86141395834275, 40.88562008120454, -73.86136973770212, 40.885605930975856, -73.86134814435879, 40.88559902531754, -73.86121578500463, 40.8855577761183, -73.86108354072304, 40.88551491143139, -73.85898122707864, 40.884846770547284, -73.85877428326883, 40.88478150414445, -73.85874695615625, 40.884772884558636, -73.85588386083417, 40.88386140806031, -73.85627615970918, 40.88315397178889, -73.85631728905305, 40.88308201551076, -73.85641936076968, 40.88289288526013, -73.85646080879697, 40.8828160576863, -73.85650521101503, 40.882738142378535, -73.85661674947438, 40.882537003102556, -73.8566660316882, 40.88244788091944, -73.85705653526546, 40.881744922230936, -73.85744510386516, 40.88104082783738, -73.85779356232538, 40.88041746721768, -73.85783417024761, 40.88033478941504, -73.85789427878345, 40.88022629070325, -73.85817040849079, 40.87972917646071, -73.85822193424843, 40.87963641655665, -73.85827563231486, 40.87953914334797, -73.85854443350722, 40.87905221628363, -73.858573680096, 40.878999541149994, -73.85861625406997, 40.87892484018575, -73.85864907126799, 40.87886284124862, -73.85887202260433, 40.87845965844356, -73.85892377594583, 40.87836606913567, -73.85897510812975, 40.87827464316192, -73.85922758854721, 40.87781804722377, -73.85927789460523, 40.877727300624834, -73.8593256810889, 40.87764027445102, -73.85953110768838, 40.87726617091614, -73.85969097499456, 40.8769614626892, -73.8597514135363, 40.876860111429934, -73.85981683115693, 40.87675252579991, -73.85991415093021, 40.87657516037942, -73.86001909211747, 40.87638390327386, -73.8600771794715, 40.876278038435196, -73.86012856361442, 40.87618577002366, -73.8603147130809, 40.875851508975764, -73.86032927409167, 40.8758261994547, -73.86035145489649, 40.875785121690065, -73.86044040397208, 40.87562385631214, -73.8605121945628, 40.875493697317786, -73.86058240412711, 40.87536719144992, -73.86067698023295, 40.87519678551153, -73.86070751342216, 40.87514503255754, -73.86107388898803, 40.87447119985474, -73.86122391507304, 40.874485918757976, -73.86128727384903, 40.87407836971057, -73.86130512705466, 40.87367270196859, -73.86130799559727, 40.8735765611028, -73.86131420049618, 40.87336871407415, -73.86132099190483, 40.87312307871675, -73.8613449800099, 40.87252462173404, -73.86136421194622, 40.8718186045245, -73.86137922989593, 40.871336205200365, -73.86143383184964, 40.86960315618869, -73.86149094039477, 40.86788632744744, -73.86149824665, 40.86778190459478, -73.86150246266389, 40.86755112127352, -73.86153297224493, 40.866507233227196, -73.86153536878125, 40.866440933911164, -73.86153603578032, 40.86638435961398, -73.86154238724016, 40.86615331135071, -73.8615461346772, 40.866042065680304, -73.86156237586262, 40.86554914417284, -73.86164503741692, 40.86310548131386, -73.8617078077548, 40.86124160619252, -73.86171942129806, 40.86089678967121, -73.8617221302658, 40.86075819023003, -73.86172796029845, 40.86044135761392, -73.8617374477401, 40.86001630382679, -73.86175615668222, 40.85964487360599, -73.86175799728953, 40.859211294648254, -73.86177224015877, 40.85869562100764, -73.86179069061482, 40.85798258712915, -73.86179102437214, 40.85738593801209, -73.86198057923868, 40.857381031228684, -73.86731075705275, 40.85724291146046, -73.86749175768811, 40.857239122204945, -73.86754190806917, 40.8572380730891, -73.86761389983347, 40.8572365663524, -73.86758752071906, 40.85782978079349, -73.86766612394676, 40.85782712447978, -73.86771884634226, 40.85782534343567, -73.86777474156892, 40.85782345434287, -73.86835254890796, 40.85785079306159, -73.86841474689615, 40.85777266353677, -73.86850555865504, 40.857658585655, -73.86871011001409, 40.857400655798706, -73.86884813194723, 40.85723814528835, -73.86921865280152, 40.857175943908395, -73.86933424023212, 40.857156193823634, -73.86941451624638, 40.85714196419602, -73.86958977320775, 40.85710944487061, -73.86969960698956, 40.85708791664915, -73.87024075068364, 40.85697095026292, -73.87040139757241, 40.856970052042854, -73.87051512140587, 40.85697449669098, -73.87064873177451, 40.85698652045005, -73.87070984659934, 40.85699522466801, -73.87076493762156, 40.85700457406199, -73.87082486509298, 40.85701887074247, -73.87088350797099, 40.85703325420228, -73.87095889185181, 40.85705720246878, -73.87106095538827, 40.85709509310027, -73.871139454238, 40.857134156778464, -73.87120068808572, 40.85716724347794, -73.87129745138876, 40.857237741082976, -73.87138113413832, 40.85730465267484, -73.87151971418538, 40.85742133248224, -73.87163790426749, 40.857524076843426, -73.87182558759527, 40.85771160483392, -73.87187264117958, 40.857759384945204, -73.8719280492333, 40.85782069518963, -73.87201167790036, 40.85791703701589, -73.87207697471426, 40.85800579342722, -73.87214697667719, 40.85810689354676, -73.87219915864934, 40.858200002734385, -73.87224611624636, 40.8582986900586, -73.87227636133802, 40.85837031350556, -73.8722998043748, 40.85843277502051, -73.87232475860733, 40.85853223308597, -73.87233825757474, 40.8585942936738, -73.872345474467, 40.85865555037395, -73.8723485396053, 40.858696120896774, -73.87235156810524, 40.8587557826938, -73.87234547474033, 40.85890010488717, -73.87233903633484, 40.858976393683236, -73.87233708476714, 40.858999526944146, -73.87232702171201, 40.85906781896755, -73.8723191997405, 40.85911599919762, -73.87230995275118, 40.85916076498804, -73.87226884650964, 40.85953321756058, -73.87223355916295, 40.859657824470005, -73.87212790655849, 40.860046296339405, -73.87206952320994, 40.86032585209279, -73.87191354827728, 40.86093838029573, -73.87184219811269, 40.861289344829345, -73.87179072821462, 40.86159862065629, -73.871774447587, 40.8617199716145, -73.87176947038827, 40.861757058199004, -73.87173879468874, 40.861985682120654, -73.87170402935548, 40.862342054093446, -73.87167572393066, 40.86287570470215, -73.87166399086934, 40.86346268722872, -73.87167396554342, 40.86352510681727, -73.87203176001098, 40.86428497962566, -73.87209244693773, 40.86458449057279, -73.87210804542751, 40.86468036145539, -73.87212835832571, 40.86478702183063, -73.87216126783851, 40.864908073384655, -73.87217519304515, 40.864947064732206, -73.87221022314107, 40.86503500579043, -73.87228315584032, 40.86517293088461, -73.87235979164, 40.86530240802433, -73.87242224157612, 40.86540389029547, -73.87244248436735, 40.865436785969955, -73.87247476597518, 40.865489247289794, -73.87264749303026, 40.8657559705359, -73.87275560513527, 40.865896030474794, -73.87290626188602, 40.86607904552918, -73.8730412159672, 40.86622897981083, -73.87318453095371, 40.8663782333438, -73.87321874801026, 40.86640780611651, -73.87333915769977, 40.866520796764405, -73.87337562809405, 40.86655501849151, -73.87365197369382, 40.86672186073201, -73.87369914940206, 40.86673249583711, -73.87376280155229, 40.866750460928, -73.87400386189007, 40.86681104551993, -73.8743025354829, 40.866889983133035, -73.87442492350198, 40.86692287441202, -73.87450726250187, 40.86694500258019, -73.87465642486596, 40.866985089727834, -73.87469185153329, 40.86699519208037, -73.87471944926534, 40.867003456126746, -73.8747734825077, 40.86701797574635, -73.87481043620389, 40.86702914319812, -73.87485205442255, 40.8670419834044, -73.87488672989913, 40.86705481606805, -73.87491447208227, 40.86706387715777, -73.87495112499556, 40.867080476893776, -73.87500163183157, 40.867111389604695, -73.87505410550972, 40.86714983071739, -73.87509567787929, 40.867185251469586, -73.87514612492917, 40.86723797661754, -73.87522823759768, 40.86733365153228, -73.87528210701096, 40.86741611899621, -73.87534438622102, 40.86751403081476, -73.87542442944269, 40.86765411100257, -73.87548514984691, 40.86778400105102, -73.87551822767651, 40.86785214438163, -73.87553895892665, 40.867900336642236, -73.875570569629, 40.86796208849875, -73.87565904413205, 40.86809652432846, -73.87569365655962, 40.86814473151586, -73.87576521978129, 40.868244852089816, -73.87581466020674, 40.868302486220465, -73.87585019889629, 40.86834391366864, -73.87594192629874, 40.86842090513338, -73.87608334949897, 40.86854932463626, -73.87620263337521, 40.86864921791541, -73.87629976670215, 40.868730946963005, -73.87636454367046, 40.868773772531775, -73.8764966784358, 40.86883933099604, -73.87659728767436, 40.868887377095845, -73.87668597105838, 40.86892374992414, -73.87679344084901, 40.86895496042673, -73.87690261895344, 40.86898358104238, -73.87705188554432, 40.869014174924274, -73.87721056856161, 40.86904025637477, -73.87734368529846, 40.86904558026472, -73.8774383934002, 40.869046315740526, -73.87750241744074, 40.869044453074736, -73.87761167229455, 40.86903290766537, -73.87769009848837, 40.86902254874286, -73.87775327208045, 40.86900965944269, -73.87781645635637, 40.86899158780203, -73.877889121986, 40.86896775942554, -73.87795308211287, 40.86894508883049, -73.87801038844754, 40.86892124503198, -73.8781358588451, 40.86886106551924, -73.87824094251023, 40.86880612501993, -73.8783861687767, 40.86872205988149, -73.87844944143117, 40.86867421419975, -73.87852119312777, 40.86861855215517, -73.8785810694017, 40.86856033638886, -73.87869564387027, 40.86843866747361, -73.8789282479207, 40.86817201023865, -73.87906807721721, 40.868041544444104, -73.87954813351871, 40.867718506012196, -73.87973986686747, 40.868056090664226, -73.87978224921818, 40.868130714280305, -73.87980077113802, 40.86816459288635, -73.87996719259216, 40.86846900103885, -73.8802585022111, 40.86898678171672, -73.88037515029502, 40.869194117037196, -73.88045559711453, 40.86933709907679, -73.88047524830927, 40.86937202510514, -73.88055700978165, 40.86952234111596, -73.88069570649661, 40.869834507768, -73.8807193672079, 40.869892718247755, -73.88072603237121, 40.869910093775594, -73.88086053274698, 40.87031352405917, -73.88089763809548, 40.87044228820306, -73.88091055082477, 40.87048711077538, -73.88086014531343, 40.870970046936726, -73.88085406377533, 40.871127381326644, -73.88088863759893, 40.87146435483122, -73.88093592744863, 40.87167545575888, -73.88111033469231, 40.87219680889662, -73.88127374839509, 40.87258558763877, -73.88162765852714, 40.87339133851238, -73.88178174034543, 40.87377233295359, -73.88201618417135, 40.87442057261345, -73.88257369974397, 40.87627046173569, -73.88273843523177, 40.87631516018421, -73.88295737995799, 40.876393077469864, -73.88319913402096, 40.876497389124296, -73.88326994862348, 40.87669895221522, -73.88337580511616, 40.87691349608963, -73.8834822700715, 40.87710617211798, -73.8836416711914, 40.8774394117849, -73.8836804567371, 40.877494021360825, -73.88378677653021, 40.87764793002946, -73.88392010900314, 40.87787553919437, -73.88406468381379, 40.87816687171312, -73.88411160674188, 40.87826347996321, -73.88416462333228, 40.878443722620595, -73.88420045888765, 40.87857079130994, -73.88422867317676, 40.878721697258555, -73.88438572649089, 40.878632162504246, -73.8846266444244, 40.878476334641135, -73.88465896753344, 40.87846071737061, -73.88477074648016, 40.87839471610848, -73.88480469568053, 40.87845532491992, -73.8849050687675, 40.87863452219589, -73.88498866749273, 40.878783769546985, -73.88504843261464, 40.87887351767755, -73.88527559933259, 40.87912483033169, -73.88532324345101, 40.87917753640644, -73.88565554685528, 40.87888892120046, -73.88566649282886, 40.878955016143124, -73.88577334355092, 40.87960014041617, -73.88578592782461, 40.87967612161338, -73.88581128470682, 40.87978341099422, -73.8858942228484, 40.88025737012993, -73.88591733253433, 40.88044792173599, -73.88593590750337, 40.880480978983364, -73.88677228023116, 40.881969549123475, -73.88690614305044, 40.88222988066756, -73.88699696716638, 40.88243827933733, -73.8870114992673, 40.88247162329738, -73.88706490067352, 40.88265334344912, -73.88709607962845, 40.88282535799466, -73.88710569776246, 40.88292282622454, -73.88712083304432, 40.883076192181655, -73.88711729310361, 40.88330789034786, -73.88710270877135, 40.883458876954606, -73.88703025326878, 40.88388862201049, -73.88706516500959, 40.88420126922088, -73.88707069674278, 40.88439947089827, -73.88695040673353, 40.884392672428966, -73.88687705625716, 40.884380056779214, -73.88684482332096, 40.884363618312186, -73.88679791132087, 40.88434353017437, -73.886696486101, 40.88429395880379, -73.88550410404609, 40.883782345593836, -73.88516494850965, 40.883631304044904, -73.88437458493925, 40.88324051041682, -73.884315734431, 40.883215942887794, -73.884238466171, 40.883190067359884, -73.8841174882248, 40.88316209839396, -73.88403432853778, 40.88315091276361, -73.88395047256945, 40.88314575693551, -73.88386602699497, 40.88314667964174, -73.88378209146174, 40.88315379184787, -73.88361481199865, 40.88318179682808, -73.88319087615892, 40.88328452476275, -73.88315210969839, 40.883298371033774, -73.88285839802535, 40.88337497941098, -73.88283466793678, 40.8833786067993, -73.88280742458406, 40.883381611980866, -73.88275857568877, 40.88338445293416, -73.88270352968316, 40.88338332272428, -73.88265548915867, 40.883378552638014, -73.88258862871677, 40.88336636768769, -73.8825647661351, 40.883360362375086, -73.88254300494145, 40.88335294272988, -73.88208622446322, 40.88313191345754, -73.88144490239642, 40.882819396157906, -73.88132630846981, 40.882754350050305, -73.88124421989248, 40.882709324099366, -73.88114018013364, 40.88281518724055, -73.8804650110216, 40.883729364194565, -73.87997381529776, 40.88439535261228, -73.87991234776607, 40.88447862334127, -73.87983759113867, 40.884573115577695, -73.87975231736115, 40.88468321935559, -73.87951218417031, 40.88501319638796, -73.87948528133649, 40.885049134647275, -73.87943838741924, 40.88511162989023, -73.87936282486825, 40.885217936255714, -73.87925567882951, 40.885357866129894, -73.87837440191576, 40.88655044236857, -73.87822781131304, 40.886773134834684, -73.87815669129223, 40.88688117850539, -73.8780197430834, 40.887089220952234, -73.87801420609357, 40.88721367854983, -73.8780150247383, 40.887284202818414, -73.87801876616875, 40.88737137386705, -73.87806476467607, 40.887641451351215, -73.87811316443883, 40.887865326480075, -73.878116969481, 40.88787970676377, -73.87813900802772, 40.88793443638384, -73.87832402643755, 40.88837071010443, -73.87914317796812, 40.89022881261616, -73.87926322112466, 40.89045530511092, -73.87960410280917, 40.89106193851764, -73.87967168375802, 40.89118220313592, -73.87974034012625, 40.891304383264924, -73.88011377996335, 40.89196887186544, -73.88020057703544, 40.89213837845595, -73.88030185079327, 40.892383440827814, -73.88034084870267, 40.892508635254295, -73.88036798483698, 40.892625369916644, -73.88040222382654, 40.89288287583224, -73.88040217663405, 40.89315313670371, -73.88038144273342, 40.89335462226078, -73.88028567724915, 40.893975131233404, -73.88010836796948, 40.89519521011129, -73.88010836796948, 40.89519521011129 --73.92064636495635, 40.88723725907588, -73.92037598403351, 40.8871456618355, -73.92035486517395, 40.88720069757858, -73.91821298783918, 40.89278065258262, -73.91648720512515, 40.893161501775865, -73.9164948192806, 40.89314215315843, -73.91669038234114, 40.892645142932736, -73.91684536228522, 40.89228817538226, -73.91687307116257, 40.8921954642716, -73.91689261210638, 40.89213236513265, -73.91697388380365, 40.891962221997666, -73.9171692186294, 40.891596053013174, -73.9172495964684, 40.89146416164448, -73.91752438081977, 40.89105776033747, -73.91770766017395, 40.890773815903856, -73.91786720969763, 40.89049728508958, -73.91795299468646, 40.89032010353147, -73.91809184818945, 40.88999702958213, -73.91815156320251, 40.88984908973839, -73.91826636793678, 40.8894888327521, -73.91830327009534, 40.88936878541383, -73.91834850026646, 40.88924238202096, -73.918368008224, 40.889187870508145, -73.91865491234458, 40.888386073397214, -73.91869227206875, 40.888232334554324, -73.91871302360238, 40.888094822462506, -73.91872194724152, 40.887967139844186, -73.91871696753701, 40.88714687554389, -73.91867340979603, 40.8866052997222, -73.91863862021556, 40.88630982298899, -73.91863117462655, 40.886060759460484, -73.91864053242915, 40.88592725096038, -73.91865938679966, 40.88582601627405, -73.91871530551428, 40.88567254076453, -73.91876150779085, 40.88556937125781, -73.91863167785542, 40.885535218910064, -73.9185343333736, 40.88551105773278, -73.91813728758854, 40.88539137142145, -73.91742049760343, 40.88519151203821, -73.91643519196268, 40.88494520331511, -73.91641325416545, 40.884938942556474, -73.9163058627313, 40.88491108292652, -73.9161354456202, 40.88487354671653, -73.91608678577539, 40.88486977072932, -73.91598547206895, 40.88486335490154, -73.91591682258507, 40.8848609636464, -73.91587161993398, 40.88485930803113, -73.91582036013706, 40.88491951950503, -73.91578897810211, 40.88495517118493, -73.9157492386312, 40.88499240161197, -73.91545323065041, 40.88522649713535, -73.91544051852338, 40.88527765886353, -73.91540579766584, 40.885304600287505, -73.91505217609476, 40.88557175981212, -73.91414592143572, 40.886254468332645, -73.91409597569105, 40.886290166067546, -73.9139789453109, 40.886373814223155, -73.91417342634651, 40.88641813505286, -73.91422383808592, 40.88642962220938, -73.91540875521846, 40.88664678446956, -73.91591442909336, 40.886753339285896, -73.91657493222262, 40.88690214394249, -73.91661333258733, 40.88691329899767, -73.9166558649703, 40.88693260642308, -73.9166770615969, 40.886945702187816, -73.91670543261544, 40.886967842205735, -73.91672194522705, 40.88698437173733, -73.9167426361229, 40.88701096451121, -73.91676570888063, 40.887060892394516, -73.91677938945777, 40.88714549482233, -73.91684541938066, 40.88760485242437, -73.91665873284812, 40.88756484876317, -73.91659630852149, 40.887554152725144, -73.91628591092794, 40.88746983613452, -73.91591363839565, 40.887378467866995, -73.91580830910229, 40.887356161688615, -73.91579509279443, 40.88742774429051, -73.91577119731453, 40.887570621381876, -73.91573865465382, 40.88778888444124, -73.91563742551776, 40.88852206808034, -73.91562869865066, 40.88857973692032, -73.9154627871962, 40.88967607490519, -73.91543225688031, 40.889777168976835, -73.91538516542914, 40.889885491704725, -73.9153764294989, 40.88990149683563, -73.91536356700001, 40.88991717026289, -73.91532359305405, 40.88993940455251, -73.91529165635497, 40.889942667892655, -73.91526275026564, 40.8899412446201, -73.9129032987479, 40.88974806678324, -73.91147025151834, 40.88962806204663, -73.90985799648844, 40.889495675608075, -73.90971257686276, 40.88948128024956, -73.90947084169225, 40.88946523065741, -73.90924124285141, 40.88944847511634, -73.90922171841696, 40.88944868938694, -73.90916259360206, 40.889455225424406, -73.90910873947423, 40.88946880107729, -73.909040347399, 40.88949438943623, -73.90898138331042, 40.889468425175174, -73.90893882880043, 40.88944665388543, -73.9088891289418, 40.889421228171734, -73.90883837498488, 40.88939526221303, -73.90880478369758, 40.889378076021714, -73.90875890918842, 40.889354606427396, -73.90871032644866, 40.889329751526695, -73.90860833981023, 40.889277574117216, -73.90857686758143, 40.88926147102041, -73.90832086676521, 40.889136438128176, -73.90805268301476, 40.889005455355814, -73.90802041206337, 40.888950204648, -73.90798846125266, 40.888896877623615, -73.90759709455332, 40.888199108011584, -73.90738914993236, 40.88781832482221, -73.90720617932084, 40.88778732902072, -73.90713456235501, 40.88777357953304, -73.90687162313527, 40.88771259658241, -73.90626252045978, 40.887570035643826, -73.90533515927578, 40.88735429674204, -73.90490919442705, 40.888411781820814, -73.90490100764289, 40.88843047096624, -73.90489438684693, 40.888444380721225, -73.90483372295516, 40.8885872405471, -73.90441087308176, 40.88963356460476, -73.90438878727258, 40.88969032194185, -73.90435939976076, 40.889773027025385, -73.90438293012512, 40.889845497802945, -73.90440019126478, 40.88992077740061, -73.90443245653853, 40.8901564963515, -73.90433019194211, 40.89019254362743, -73.90423310318128, 40.89023848694222, -73.90411774077978, 40.890302389592215, -73.90402183196056, 40.890365885075035, -73.90388584301476, 40.89048184902744, -73.90350381693023, 40.890869343344065, -73.90343206007955, 40.890927254797106, -73.90334856377882, 40.890978722406636, -73.90327315010623, 40.891015027148654, -73.90319943696794, 40.891043865540475, -73.90312203436702, 40.89106795703076, -73.9030382439825, 40.891087275932996, -73.90296179394124, 40.8910976762329, -73.90286620313195, 40.89110441160963, -73.9027656681756, 40.89110430535569, -73.90269551032414, 40.89109875867755, -73.90256631612804, 40.891080860606955, -73.90250357835941, 40.891072807720306, -73.90246570479425, 40.89106894325852, -73.9024278303547, 40.89106891125015, -73.90236331809679, 40.891070101172154, -73.90237089237147, 40.890910065175426, -73.90237755450096, 40.89083944842517, -73.90238119168195, 40.890810217235625, -73.90239171663892, 40.8907740608325, -73.9024003315999, 40.89075537043344, -73.90242652686706, 40.89071602875032, -73.90277148968862, 40.89029953814566, -73.90283188138521, 40.89020574578123, -73.9028722553931, 40.89011570867641, -73.90289090164534, 40.89004747835183, -73.90290176015826, 40.88996384856921, -73.90291813623801, 40.889464270122446, -73.90291784518848, 40.88937756119519, -73.90291638812757, 40.889353138793304, -73.90291046560071, 40.889298075404916, -73.90290034032716, 40.88925023397894, -73.9028883428094, 40.889213646149535, -73.90286153610697, 40.88916367904443, -73.90271144625413, 40.88911501734968, -73.90268911964048, 40.88911005666294, -73.90265726831001, 40.88910348597544, -73.90259152173422, 40.88909644814372, -73.90255166372636, 40.889096910668826, -73.90244426325701, 40.88910691979756, -73.90196663933163, 40.88915142957458, -73.90192678267256, 40.889152560946115, -73.90188746405029, 40.88915173510488, -73.90180900717067, 40.88914365586722, -73.90175753099439, 40.889133073680114, -73.90172007914876, 40.88912163354232, -73.90167938393907, 40.889107284761614, -73.9013105463233, 40.888945849654334, -73.90124723260011, 40.88892359132206, -73.90118096542045, 40.888906989080155, -73.90112168499296, 40.88889747330638, -73.9010916523948, 40.888894462464904, -73.90102946973691, 40.888894430776375, -73.90096120880327, 40.88890118350334, -73.90088252251894, 40.888915925354496, -73.90081986018482, 40.88893357688431, -73.90075946473979, 40.88895642163056, -73.90073050756905, 40.88897062711007, -73.90069963183257, 40.88898791059371, -73.90067476195635, 40.889006389679615, -73.90019344129199, 40.88938366891069, -73.90009280960034, 40.8894504501349, -73.90003570079293, 40.889480061795375, -73.89999108918401, 40.88950331241794, -73.89996581838604, 40.88951670415766, -73.89979901988795, 40.88961237117961, -73.89962740778827, 40.889781319812776, -73.89960756991047, 40.889803567973274, -73.89958657840286, 40.8898212649719, -73.89944829830421, 40.88990763085676, -73.89912677112609, 40.8900934348121, -73.89863149134226, 40.89034453001411, -73.89856295171782, 40.89039047652045, -73.89844681371545, 40.890493842014, -73.89838542584802, 40.89051549780015, -73.89833628033868, 40.89053239806564, -73.89827671574572, 40.89054815901926, -73.8982186484212, 40.890559403525536, -73.89813975971974, 40.89055820472911, -73.89810552663018, 40.890557045306416, -73.89790102389644, 40.89054011737059, -73.89788263849675, 40.8905370790771, -73.89784119023051, 40.89051701289796, -73.89787854322893, 40.890432985607575, -73.89790785455402, 40.890363607497754, -73.89793284360756, 40.8903031187551, -73.89794608594676, 40.890273085756334, -73.89795839877596, 40.890244851104775, -73.89809563342166, 40.889964407083234, -73.8981326636255, 40.88989160847579, -73.89838769828532, 40.88939060842601, -73.8984715273665, 40.889211032548786, -73.89878880248662, 40.888557144134715, -73.89883891095089, 40.88845847137783, -73.89937649281417, 40.88738951492664, -73.89951165348383, 40.88713175322584, -73.899840088434, 40.88653663714317, -73.89907879452211, 40.88640737465179, -73.89892570890352, 40.88638319861247, -73.89881146953596, 40.88636045668834, -73.89876774170213, 40.88635064266461, -73.897832391526, 40.88617569146216, -73.8973833500879, 40.88608646643001, -73.89731277055088, 40.88607341594334, -73.8968880911207, 40.8859948868207, -73.89677138452086, 40.88597330589996, -73.89669780180166, 40.885959698551645, -73.89662970166343, 40.88594710551191, -73.89657694011525, 40.88593735010265, -73.89650396954589, 40.88592385664037, -73.8964298792495, 40.88591015501526, -73.89638685159069, 40.885902198420084, -73.89631060485917, 40.88588809856847, -73.8959961822113, 40.88583220883592, -73.89586099886783, 40.885811110113174, -73.89570998218588, 40.88578046167483, -73.89552364748091, 40.885739307516246, -73.8954251452061, 40.88571936258478, -73.89516134457251, 40.88566881218996, -73.89509161985161, 40.88565523613603, -73.89470019242387, 40.88546707601797, -73.89441962106017, 40.885623264847965, -73.89284794650885, 40.8852478659974, -73.89273473450285, 40.88523359798661, -73.89228378618432, 40.885149669589666, -73.89219293048811, 40.88513262859894, -73.89176617513678, 40.88504953571182, -73.89080543089513, 40.88486753120456, -73.88984700691674, 40.884685438959224, -73.88889641152878, 40.884503608322, -73.8887938296485, 40.88448689825012, -73.88822326272845, 40.88437955566559, -73.88780395961777, 40.88429953048723, -73.88776310981024, 40.884291724972165, -73.88771485072665, 40.884280877594016, -73.88767671875664, 40.88427193377549, -73.88764926771982, 40.88426715788974, -73.88762176637464, 40.88426406946093, -73.88754457253698, 40.88426636885926, -73.88746579453749, 40.884305926107515, -73.88742773134796, 40.884320138294115, -73.8872972496123, 40.88435732443266, -73.88723284312339, 40.88437397726228, -73.88718538614329, 40.88438550214265, -73.88707069674278, 40.88439947089827, -73.88706516500959, 40.88420126922088, -73.88703025326878, 40.88388862201049, -73.88710270877135, 40.883458876954606, -73.88711729310361, 40.88330789034786, -73.88712083304432, 40.883076192181655, -73.88710569776246, 40.88292282622454, -73.88709607962845, 40.88282535799466, -73.88706490067352, 40.88265334344912, -73.8870114992673, 40.88247162329738, -73.88720636207675, 40.88247853693394, -73.88734127799816, 40.882488700132384, -73.88744876091822, 40.882488804997074, -73.88757734063014, 40.88247613348977, -73.88769328037081, 40.88246025191046, -73.88778604046233, 40.88244274661433, -73.88789357153375, 40.88241565909991, -73.88803273647719, 40.882374206089295, -73.88815924637017, 40.88233913951053, -73.88836486959427, 40.882267232067456, -73.88844553801889, 40.88216699218674, -73.88898468133507, 40.88213538084771, -73.88904344199344, 40.88210760689474, -73.88911044658792, 40.88214783752384, -73.88910111167837, 40.88217264057955, -73.88915736310557, 40.88218391918893, -73.88917787067864, 40.88216066398895, -73.88919804565354, 40.88216326235456, -73.88922394408841, 40.882167298885314, -73.88925013534467, 40.88217005339746, -73.8892765055314, 40.8821715194781, -73.88930294432599, 40.88217168531493, -73.88932934138181, 40.88217055350365, -73.88966622834837, 40.88215553354693, -73.8898122116132, 40.88213972538126, -73.8899734412287, 40.88208709893763, -73.88998374246955, 40.882112662783726, -73.8908121246431, 40.881998378878635, -73.89085409556294, 40.8819925888229, -73.89201494991715, 40.88183242602876, -73.89255058899424, 40.88174781278802, -73.89254333647487, 40.881716819369075, -73.89250745645413, 40.88172082014049, -73.89251020156712, 40.88167773168055, -73.89255060903461, 40.88166934254653, -73.89254886398314, 40.88165232351364, -73.89267332989793, 40.881634598870455, -73.89269761949697, 40.88173200374894, -73.89465441620602, 40.88145609884568, -73.8954623714023, 40.882479132259306, -73.89548563925285, 40.88246700486032, -73.89561922467787, 40.882397388427634, -73.89598416337476, 40.882189444231436, -73.89609989625924, 40.88210995891943, -73.89620948811667, 40.88201808807077, -73.89630782139446, 40.88191480773521, -73.896376321621, 40.881821024085426, -73.8964369707925, 40.88172502625489, -73.8965004110608, 40.881578251519024, -73.89652644317762, 40.88149576861863, -73.89657172944355, 40.8812489514346, -73.89662901773295, 40.88068981363832, -73.89668480986465, 40.88026753410254, -73.89671772019416, 40.88009717872571, -73.89676114623141, 40.87996614262228, -73.89681899772786, 40.87984429716587, -73.89692732094962, 40.879671546279674, -73.89717130647207, 40.87933526612937, -73.89727555662978, 40.87920293686302, -73.89731074563153, 40.87915826887412, -73.89746613918008, 40.878961018345315, -73.8975248346827, 40.878901347434855, -73.89759909903796, 40.8788379370764, -73.89767418932198, 40.87878355839269, -73.89773831299239, 40.878745775836215, -73.89775593647717, 40.87873373482108, -73.89777461695346, 40.878720204432334, -73.89784392581397, 40.87866957825124, -73.897984953998, 40.87856135091516, -73.89807749944076, 40.87848506231995, -73.89815387344711, 40.87841852066683, -73.89824698088022, 40.87831740328161, -73.89832524410294, 40.87822082740999, -73.89843963957584, 40.878066091064554, -73.89852773752114, 40.87793286844957, -73.89881438208059, 40.87744100532181, -73.8989491097523, 40.877254096535204, -73.89907080730393, 40.8770981043495, -73.89918585672423, 40.87696894526764, -73.89934593185691, 40.87681623166194, -73.89948979726425, 40.8766876710111, -73.89957907403614, 40.87660788985217, -73.8996706239714, 40.87652947303782, -73.89971431945209, 40.87649204531208, -73.89979767856575, 40.87642064328327, -73.90005436205865, 40.87618405551853, -73.9005614698382, 40.87576991696397, -73.9005887667071, 40.87574912119544, -73.90068047203623, 40.87567627412334, -73.90076529138678, 40.87558530953829, -73.90094354376923, 40.875395167914895, -73.90109260729878, 40.87520850209589, -73.90122357307766, 40.87501425738909, -73.90132460744084, 40.87483412100242, -73.90140062291736, 40.874669931507746, -73.90148264913829, 40.87445528462418, -73.9016553311066, 40.87394692792651, -73.90174774235156, 40.87367487183216, -73.9018376137803, 40.87341029925153, -73.90187388747782, 40.873303316046474, -73.9021127686399, 40.872598751539996, -73.90214589568858, 40.87250206445398, -73.90217621522855, 40.87240098869665, -73.90218441533989, 40.872373225477695, -73.9021891510165, 40.87235707742649, -73.90220036247842, 40.87231843975578, -73.902226847529, 40.87222318779447, -73.90226161716627, 40.87206520309264, -73.90229971141653, 40.871810575335196, -73.90233030545596, 40.87144390508997, -73.90237564137155, 40.87120937871774, -73.90244639232402, 40.87098958419268, -73.90251224507186, 40.87083754186619, -73.90258808341369, 40.87069197523953, -73.90264973486565, 40.87058460613938, -73.90269312224657, 40.87052449457393, -73.90277822087036, 40.87040571076251, -73.90286723525698, 40.87029567933328, -73.9030673106432, 40.87008702957267, -73.90327397896444, 40.86991026589955, -73.90374052818423, 40.86957052509471, -73.90384168387061, 40.86967421880744, -73.9038748220778, 40.86971395258255, -73.90452912113466, 40.869384141438395, -73.90470446409095, 40.869303739423586, -73.90507959178711, 40.86914566607311, -73.90538700555346, 40.86899265618136, -73.9064416641274, 40.868414641109666, -73.90665932157734, 40.86827336222059, -73.90689911566277, 40.868081718404014, -73.90704850240122, 40.867940541256615, -73.90719718055772, 40.867772010078276, -73.90733309514079, 40.86758510927688, -73.90744399937172, 40.867400644786436, -73.90752677404389, 40.86723037187008, -73.90758386367129, 40.867078912958654, -73.90772426202098, 40.86655341769925, -73.90778069454032, 40.86639605813975, -73.90785211555675, 40.86623081142436, -73.90792824107338, 40.86608062730213, -73.90803244644151, 40.86590128244136, -73.90805262423174, 40.86587221180571, -73.90848813258359, 40.865345131304736, -73.9084583362914, 40.86590606862216, -73.90847240902254, 40.866414529533756, -73.9084657144051, 40.86655400825374, -73.90842254646566, 40.8668773379854, -73.90835274177462, 40.86716307360767, -73.9079905367168, 40.868246011926054, -73.90792632037594, 40.86838537985451, -73.90762499227705, 40.86909768802062, -73.90759275269042, 40.86917389671693, -73.90689548164475, 40.87067723662823, -73.90685208987017, 40.87078292800996, -73.90581681406974, 40.873000841429146, -73.90571388574313, 40.87313759381221, -73.90584855585301, 40.87318595103732, -73.90589795347326, 40.8731976013269, -73.90598471894926, 40.87321806630973, -73.90614757418246, 40.87326345382032, -73.90669984538076, 40.87339645264944, -73.9067913648405, 40.87341440670432, -73.90681375964813, 40.87341880026371, -73.90689162237072, 40.87343341590554, -73.90717319002788, 40.87348718127851, -73.90717936665474, 40.87348836138415, -73.90721246467332, 40.873874228369495, -73.90721888914136, 40.87394947023783, -73.90741998895713, 40.87629365375332, -73.90743898555259, 40.87640565187275, -73.90818601316201, 40.877392659219026, -73.90871001206852, 40.877602667931654, -73.90928099447278, 40.87803565393656, -73.90963499213602, 40.87880967382522, -73.91049962918366, 40.87898347351679, -73.91160499693869, 40.879205659848715, -73.9117922336354, 40.87894603408244, -73.91239901224594, 40.87810465835155, -73.91508700313297, 40.87649565790937, -73.91531810221252, 40.87590503831416, -73.91532326303329, 40.87589183284323, -73.9154350040594, 40.8756062826935, -73.91544105058519, 40.87559062943872, -73.91548882696539, 40.87560368459149, -73.91558233692291, 40.87562603920875, -73.91571844867752, 40.87565482193736, -73.91579094552878, 40.87567120250825, -73.91582294756525, 40.875677428416495, -73.91585581456525, 40.875681690081734, -73.91588565081929, 40.875682855451885, -73.91592843152134, 40.87568100730696, -73.91603500539499, 40.87567264552284, -73.91617918204206, 40.875666739574314, -73.91622524939991, 40.875666375009146, -73.91627327099818, 40.87566857193077, -73.91632335004535, 40.87567333761549, -73.91637569295095, 40.87568068841884, -73.91639459972833, 40.87568633376931, -73.91641195675348, 40.87569700812002, -73.9164285655911, 40.87571303532727, -73.9164597659936, 40.875752105776854, -73.91647449385668, 40.87576770028195, -73.91649257259756, 40.87578090281236, -73.91651209736703, 40.87578854317145, -73.91656328118593, 40.875799785860444, -73.91658380689765, 40.87580297491861, -73.91660258561643, 40.87580482548601, -73.91663699354069, 40.875804556786775, -73.91666681242597, 40.87579881069731, -73.91672237128199, 40.87577993515277, -73.9167697375629, 40.87575982810903, -73.9168018393147, 40.875733875780725, -73.91681713651656, 40.87572306474351, -73.91683476367747, 40.87571795727315, -73.91685362012949, 40.87572024639342, -73.91687179166793, 40.875729493087746, -73.91691461626974, 40.875765618186136, -73.91692933891832, 40.875776928107605, -73.91694534204657, 40.87578601204199, -73.91700155336841, 40.87579749588346, -73.9170390364459, 40.87580090957021, -73.91707384578471, 40.87580124435619, -73.91710615577833, 40.87579849586668, -73.91725089280727, 40.87577713660853, -73.91739298800108, 40.87575939704036, -73.91740911106466, 40.87575220017409, -73.9174231399461, 40.87573663177156, -73.91742950431308, 40.87572355673778, -73.91743219527027, 40.8757051409828, -73.91742461338126, 40.87569078358084, -73.9174064539463, 40.87568606553616, -73.91733164339648, 40.8756915634793, -73.91731254182922, 40.87569176140924, -73.91731324792286, 40.87567727576524, -73.91733587067749, 40.87566648161405, -73.91735761796335, 40.87566232072638, -73.91738993143788, 40.87565957125943, -73.91742327269688, 40.875661264625954, -73.91748960627908, 40.87567529304755, -73.91751809336698, 40.87567862810756, -73.91754522378791, 40.87567677087809, -73.91760948920438, 40.87566240806892, -73.91763917857004, 40.87565958371918, -73.91768971600382, 40.87566213573861, -73.9177130136166, 40.875664846612864, -73.91773496711409, 40.87566850834007, -73.91775555276921, 40.87567312180458, -73.91777476110173, 40.87567867889595, -73.9177925743192, 40.875685177801195, -73.91780898056533, 40.87569261310966, -73.91783314699943, 40.8757065185442, -73.91788168430311, 40.875739806311245, -73.91790393524789, 40.87575336728195, -73.91795804499179, 40.87578080040594, -73.91798238192717, 40.87579117961941, -73.91800588470257, 40.87579976986602, -73.91802462664003, 40.87580165529496, -73.91804706637404, 40.875795876592456, -73.91807991453402, 40.87578189102349, -73.91810196635683, 40.875775120597744, -73.91812249487164, 40.87577512345784, -73.9181548373134, 40.87578451957867, -73.91822632452936, 40.87581408644904, -73.91824376814712, 40.875820211320054, -73.91833915705807, 40.87584277844847, -73.91842938509846, 40.875861743500515, -73.91848102127896, 40.87587106401703, -73.91860199385741, 40.87588980931622, -73.9186595321584, 40.87590107266606, -73.91870533551908, 40.87591298597797, -73.9187546302829, 40.87592881164822, -73.91880692820827, 40.875948121596984, -73.91889035086903, 40.875981324517106, -73.91903839493035, 40.87604110200326, -73.91914185971964, 40.876086266472775, -73.91925636831378, 40.87614029127268, -73.91937976298058, 40.876201078526755, -73.91949217139094, 40.87625766441258, -73.91952833594219, 40.87627748325902, -73.91955994133758, 40.876296335394315, -73.91958376831587, 40.87631281741993, -73.91963767882463, 40.87635586317257, -73.91966366267997, 40.8763742746279, -73.91976180333069, 40.876433792209646, -73.9197922208743, 40.876453999589486, -73.91986256467219, 40.87650426145878, -73.91989533970803, 40.87652632635347, -73.91992495553808, 40.87654047195805, -73.91998121167492, 40.87655806238563, -73.92000024085608, 40.87656498141919, -73.92001682599455, 40.876573008156754, -73.92005653610838, 40.876606314998696, -73.92009071847184, 40.876643029047074, -73.92013758898494, 40.87669655316703, -73.92018745500017, 40.876757111247976, -73.92019973896998, 40.876774595508635, -73.92021087803587, 40.87679510371473, -73.92023896603548, 40.87686362593534, -73.92024998791184, 40.876886906658164, -73.92026271054837, 40.876907632970635, -73.92027718446236, 40.87692522949561, -73.92039539021339, 40.87704824567557, -73.92056961192569, 40.87722896753013, -73.92087116535171, 40.87749477802104, -73.92120965059385, 40.87781386056092, -73.92148826975293, 40.878060167197496, -73.92153084233331, 40.878096096788475, -73.92155975782208, 40.878120496244556, -73.92164416124666, 40.87819172541258, -73.92206945467399, 40.87855062621399, -73.9220945358175, 40.87856516620894, -73.92212077492255, 40.878578668717836, -73.92215909577949, 40.87859564714728, -73.92219887755401, 40.87861021774492, -73.92223734185295, 40.87862225256893, -73.92227938093167, 40.878634155614854, -73.92238273580442, 40.87865991067466, -73.92241008405155, 40.87866446481929, -73.92247966105059, 40.87867093475172, -73.92249832594383, 40.87867457895319, -73.92252251853033, 40.87868308409177, -73.92254655923263, 40.878697726845594, -73.92259495559111, 40.87873980757508, -73.92261510961747, 40.87875451164224, -73.92264566677102, 40.878772628322466, -73.92267991660259, 40.87879125984587, -73.92276891920572, 40.87883506151577, -73.92279957289131, 40.878848785642056, -73.92283098613692, 40.87886127119729, -73.92286296564788, 40.8788724406099, -73.92289533234833, 40.87888223162607, -73.92292788817652, 40.87889058468113, -73.92296050621695, 40.878897472675504, -73.92299304057875, 40.87890286219382, -73.92302536434006, 40.87890673153978, -73.9230470338993, 40.878906780209135, -73.923070872063, 40.87890284566327, -73.92309319675964, 40.878896528314826, -73.92314396848032, 40.878879344817996, -73.92316770947455, 40.87887324361476, -73.92318780900939, 40.878870562735685, -73.9232064316147, 40.87887084167283, -73.92324495729008, 40.87887624501199, -73.9233329617045, 40.878893057074706, -73.92337541983629, 40.87889785245206, -73.92341310491233, 40.87889867619857, -73.92350352593061, 40.87889707296693, -73.92352751057034, 40.87889779214265, -73.92354906669195, 40.8788995047432, -73.92359071293701, 40.878904655196045, -73.9236351429935, 40.87891142925363, -73.9237398180081, 40.87893105795402, -73.9237740503103, 40.878939446997, -73.92385596633189, 40.87896350626399, -73.92387878784167, 40.87896879277167, -73.9238997866353, 40.87897236084356, -73.92393623501542, 40.87897467030839, -73.92401728965984, 40.87897187005636, -73.92405285778806, 40.87897309291703, -73.92407723453431, 40.87897643805764, -73.92413716140494, 40.87898847375766, -73.92416500877847, 40.87899251723775, -73.92420814249394, 40.878995923300536, -73.92425635898749, 40.87899809091103, -73.92441339478034, 40.87900020105284, -73.92449540665801, 40.879000714885464, -73.92455831458687, 40.87899852641768, -73.9246143472971, 40.87899320873387, -73.9246647009404, 40.878984528498044, -73.92468427095694, 40.878974830415245, -73.92469420272747, 40.87896295766696, -73.9247133352492, 40.878920516672686, -73.92472106622868, 40.87890655155461, -73.92473208610693, 40.87889450661909, -73.92477742136968, 40.87887832290171, -73.92481130658675, 40.878872696225294, -73.92484625217632, 40.87887045155955, -73.924870220074, 40.87887129201111, -73.92488970620357, 40.87887278239434, -73.92490995213859, 40.87887802469902, -73.92493620006589, 40.878888531551276, -73.92495170275471, 40.87889799945219, -73.92496474325273, 40.87890993578703, -73.92497197308263, 40.878922639160166, -73.92497097001093, 40.87893680497528, -73.92496144970603, 40.878956274526296, -73.92495001068872, 40.878976004870594, -73.92493658400959, 40.87899611662805, -73.9249210294312, 40.879016822221764, -73.92488361352623, 40.87906015363943, -73.92482988319138, 40.879115144735636, -73.92473606870938, 40.8792059049444, -73.92469723962672, 40.87924499318297, -73.92455611305353, 40.879392318890865, -73.92432356869479, 40.879636004188704, -73.92425902040812, 40.87970495267614, -73.9242085372618, 40.87976218421952, -73.92419055075077, 40.87978754183308, -73.92417617323376, 40.87981712509987, -73.9241642267387, 40.879853932770125, -73.92414560198227, 40.87993536599688, -73.92413539101662, 40.879970238756584, -73.92412812802037, 40.87998871828286, -73.92411988109079, 40.880005457420395, -73.92411049086515, 40.880020791045546, -73.92409984800747, 40.88003488117378, -73.92407073255991, 40.88006767397461, -73.92404220043856, 40.88009559371521, -73.9240132361206, 40.88011963656678, -73.92398346674453, 40.88014009043937, -73.92396709463732, 40.88014792559941, -73.92393156438058, 40.88015971747903, -73.92391156286583, 40.8801687001611, -73.92389829526755, 40.880180983963704, -73.92388358570236, 40.88020713881851, -73.92385647058448, 40.88026669175987, -73.92384480541209, 40.880288651447245, -73.92378410749782, 40.88038936868693, -73.92369980545683, 40.880522074503105, -73.92365178916764, 40.88060497581076, -73.92360043904434, 40.88070425565097, -73.92349749491662, 40.880915363383124, -73.92342337108768, 40.88106369197765, -73.92339998747535, 40.88111730496493, -73.92335925699527, 40.88121814867875, -73.92328606991235, 40.881402378414, -73.92327792326245, 40.88141927423872, -73.92326705963677, 40.88143720651792, -73.92320797021013, 40.881516004850724, -73.9231955245233, 40.8815353894562, -73.92318622811914, 40.88155335248647, -73.92317281325391, 40.881585942985836, -73.92315820856943, 40.88162554388257, -73.92313653328642, 40.88168099133995, -73.9230687155003, 40.88181964545321, -73.92305666487525, 40.88184922111628, -73.92303028554768, 40.88192378995597, -73.92302147245881, 40.88194437190989, -73.92301220773336, 40.881962551963326, -73.92293795819788, 40.88209353495738, -73.92287283876009, 40.88220970108841, -73.92282570025311, 40.882300034332566, -73.92277148779807, 40.882414989336176, -73.92268446908179, 40.88260977750828, -73.92263101877111, 40.882734130430016, -73.92262624818358, 40.88274822615308, -73.92262288955405, 40.88276430839586, -73.92261532170454, 40.88283409014433, -73.92261120040646, 40.882849966564166, -73.92260540833685, 40.88286399136321, -73.92259175025691, 40.882884890605254, -73.92255171137283, 40.88292987367357, -73.92253666696341, 40.88295120061028, -73.92250548645445, 40.88300819489595, -73.92248313546469, 40.88305312948175, -73.9224629603439, 40.88309916501887, -73.92243685892504, 40.88316436793125, -73.9224296518866, 40.88318807920552, -73.92241961075051, 40.883242964323564, -73.92241301778438, 40.883267111844795, -73.92240029842219, 40.883297871122295, -73.9223829097823, 40.88333106307464, -73.9223629254545, 40.88336395611765, -73.92230616270518, 40.88345155148123, -73.92229065609573, 40.88347834852912, -73.92227824651007, 40.88350284601654, -73.9222604264098, 40.88354572779535, -73.92222569687607, 40.88364610505405, -73.92220790323827, 40.88369064553781, -73.92214045945673, 40.8838368165711, -73.92206550029607, 40.88398993964601, -73.92196712401395, 40.884244250717664, -73.92185056871931, 40.884519655889136, -73.92170842778769, 40.884808191579495, -73.9214824151734, 40.88531330636157, -73.92133774906995, 40.88568651436394, -73.92123754856436, 40.885857687002556, -73.92114992421077, 40.88606732160414, -73.92102616421535, 40.88640516154411, -73.92094219325281, 40.88655073788385, -73.92074245531745, 40.88703223940105, -73.9206880846392, 40.887148246790815, -73.92064636495635, 40.88723725907588, -73.92064636495635, 40.88723725907588 --73.8272240430695, 40.890929646115815, -73.82511480853182, 40.89062809885165, -73.8236640023711, 40.8897256523097, -73.82317401554799, 40.8901136583029, -73.82303500707124, 40.890956663047355, -73.82194766085344, 40.89069195511, -73.82189398381517, 40.890678885477826, -73.81617200759555, 40.889285667020914, -73.81538709355017, 40.889394198129494, -73.81533814437836, 40.88916650185135, -73.81531240173193, 40.88891908688315, -73.81529828751003, 40.8887140332247, -73.81528254083847, 40.888520441049835, -73.8152662008006, 40.88830342623673, -73.81524906687918, 40.887982725306465, -73.81524950464056, 40.887825208222736, -73.81526202402938, 40.88750455472518, -73.81526432068625, 40.887440265385855, -73.81527726292153, 40.88734059941649, -73.81530546918526, 40.88713449501342, -73.8153200767044, 40.887027751163686, -73.81533620899478, 40.88684877982885, -73.81534556071969, 40.88677296651941, -73.81534721168299, 40.88676211378095, -73.81535023880346, 40.886743228191825, -73.8153655951038, 40.88665007208602, -73.81547652996986, 40.88663412535303, -73.815523353836, 40.88662878556623, -73.81599294872804, 40.88656365726164, -73.81645903817642, 40.88647642350341, -73.81673138032345, 40.88641632275956, -73.81722658571253, 40.88628623019038, -73.81728146698603, 40.88627181112473, -73.81866452293528, 40.88590846086168, -73.81920320239777, 40.88576693697907, -73.81987978883042, 40.88558917592743, -73.81989026853448, 40.88558642328085, -73.81989745103735, 40.88558449303673, -73.8198976649236, 40.885584815745155, -73.81992062547982, 40.8856246162123, -73.81993733314455, 40.88566001343987, -73.81997957424217, 40.885750399158084, -73.81999460704509, 40.88578256281401, -73.82001024356464, 40.88581525329405, -73.82002280596632, 40.885850076736325, -73.82004387317016, 40.88589682418918, -73.82006427117344, 40.885950157662535, -73.82006715026417, 40.88597449603177, -73.82006218444444, 40.885990349481936, -73.82005112620223, 40.886004297906865, -73.82002984456491, 40.886025350547285, -73.81999174803572, 40.88607421463958, -73.81998378567658, 40.88608850827045, -73.81997526964795, 40.88610877217143, -73.81996210577573, 40.88614750863149, -73.81995883566113, 40.8861632926827, -73.81995747182795, 40.886177937888846, -73.81995749180726, 40.88621349637959, -73.81995750952345, 40.88624419493432, -73.81995522490676, 40.8862768142398, -73.81995651097726, 40.88629219747662, -73.81996110945772, 40.88630772725672, -73.81996855438474, 40.88632459149677, -73.82000237681194, 40.886383228175546, -73.82001082481445, 40.88639949425201, -73.82002624880613, 40.88641914353173, -73.82003805168743, 40.886429955180255, -73.82008483305856, 40.886465555951084, -73.82010221887964, 40.88648065631314, -73.82013342705581, 40.88651491987951, -73.82014563737937, 40.88652689017886, -73.82016703809681, 40.886545641060465, -73.82018229681742, 40.8865575503697, -73.82022186190024, 40.88658522275394, -73.82026549823088, 40.88661721209852, -73.82029433182367, 40.8866397952993, -73.82031294827225, 40.886657934889726, -73.82032326734712, 40.88667340242112, -73.82032912397766, 40.88669277112168, -73.82033786936233, 40.88671056126109, -73.82035588922037, 40.88673345358996, -73.82037906490227, 40.88676238990801, -73.82039683123949, 40.88678646237495, -73.82041250202688, 40.88680926369203, -73.82042182095884, 40.88682690253463, -73.82045275464343, 40.88690229265492, -73.82047772570705, 40.886963730342245, -73.82049355150993, 40.88698583491118, -73.82050634315463, 40.88699657510861, -73.82052227288055, 40.88700700231206, -73.8205539859516, 40.88702362779502, -73.82058483551118, 40.88703575309102, -73.82061756523586, 40.88704543467598, -73.82064439507234, 40.88705085858368, -73.82069646768707, 40.88705403086036, -73.82072053745803, 40.88705731540671, -73.82075480961679, 40.88706483727776, -73.82077850227985, 40.88703635562676, -73.82081076600954, 40.886954366797674, -73.82112200535703, 40.887036888479145, -73.82141907985407, 40.88711565488353, -73.82171224872572, 40.887194496432805, -73.82202525265947, 40.88728088779201, -73.82204404720505, 40.887277508424795, -73.82208662449935, 40.88727919493792, -73.82213106784585, 40.88728324719016, -73.82215882014539, 40.88728767442659, -73.82219063606459, 40.88729577290051, -73.8222449832672, 40.88731325672831, -73.82228884595433, 40.88732902426831, -73.82237257443785, 40.88735591383574, -73.82239365845614, 40.88736118981869, -73.8224512737955, 40.88737191231472, -73.82248096384929, 40.887382540509606, -73.8224945389649, 40.88739374454082, -73.82249632590103, 40.887407970488525, -73.82250738167737, 40.88742328317016, -73.8225263872629, 40.88743641718823, -73.82257961173627, 40.8874549590052, -73.82266360734874, 40.88747611176551, -73.82275106121882, 40.88750149756371, -73.8228014274766, 40.887512885018445, -73.82285100847646, 40.88752196149571, -73.82291954946514, 40.88753282659324, -73.82297030441143, 40.88754130329456, -73.82299999141146, 40.887548235750174, -73.82303687385442, 40.88756001394706, -73.82308485381066, 40.88757817468778, -73.82314315954098, 40.887603351619525, -73.82319690608803, 40.88762915097891, -73.82326054081084, 40.88766322832686, -73.82332175652078, 40.887695846749075, -73.82334653575789, 40.887711359551375, -73.8233741707116, 40.88773325487045, -73.82339073509841, 40.887749779846985, -73.82340399112566, 40.887766840051924, -73.82343438011176, 40.8877494287925, -73.82357092074335, 40.88784484160612, -73.82358918011728, 40.887857601505345, -73.82362291207244, 40.88788117288437, -73.82385942398948, 40.887739132771856, -73.82397160116534, 40.8876724652238, -73.82394196225654, 40.88765089927101, -73.82392187218343, 40.887636282530906, -73.82385037272988, 40.88758425943842, -73.8238911082903, 40.887550726212694, -73.82388882027723, 40.8875333829359, -73.82388194153204, 40.88751601914715, -73.82386376076911, 40.88747897776966, -73.8238536502642, 40.88746235645196, -73.8238407089201, 40.88744786947066, -73.82382547740096, 40.88743746090192, -73.82380337625784, 40.88743088332435, -73.82377413801693, 40.88741758171217, -73.82375668590058, 40.887410968900504, -73.82373352056659, 40.88740523614277, -73.82371622518956, 40.88739858304236, -73.82366895155901, 40.88736910001283, -73.82365334853043, 40.88736188398217, -73.8236459378752, 40.88734914877208, -73.8236363736654, 40.88732521811225, -73.82362693358512, 40.8872983322413, -73.82361410109573, 40.88727907281672, -73.82358935652074, 40.88725724230333, -73.82356374176719, 40.88724228837773, -73.82354766533534, 40.88723597029542, -73.82352932182154, 40.88723038984599, -73.82344160415506, 40.8872082982158, -73.82337379562824, 40.88719337244898, -73.82330263840947, 40.887173640116586, -73.82326521838976, 40.88715793415438, -73.82321011289707, 40.88714444510834, -73.82311886616878, 40.887127440083724, -73.82307967366958, 40.887119254918105, -73.8229997963041, 40.887100549995665, -73.82290383954131, 40.88707624903193, -73.82286117154732, 40.88706500310525, -73.8228358110559, 40.88706247703582, -73.82278199254314, 40.88706434307259, -73.82270929249599, 40.88706664743699, -73.82264278015292, 40.887067670864965, -73.82261199979631, 40.887069930613855, -73.82254478053261, 40.88707929951788, -73.82251663347984, 40.88708097977386, -73.82249147330162, 40.88707631437843, -73.82244015576066, 40.88705117577934, -73.82242155176499, 40.887045439868885, -73.8224032462771, 40.88704433472163, -73.82237946052652, 40.887046187344325, -73.82236063366562, 40.887045705425884, -73.82233909380876, 40.88703876823579, -73.82232177286355, 40.88703244626573, -73.82230167009479, 40.88702366978381, -73.82226992359907, 40.88700740042279, -73.82224930913097, 40.886999628087864, -73.82221666985433, 40.88699642071017, -73.82215726827064, 40.88699355750034, -73.82212603659586, 40.88699154991426, -73.82210733452322, 40.88698922574924, -73.82208076421605, 40.88698255810793, -73.82203367657202, 40.88696553563835, -73.82201457591792, 40.88695963320662, -73.82196975509716, 40.88694951824448, -73.82192686531015, 40.88693744138012, -73.82188024805791, 40.886921137262014, -73.82186083521239, 40.886909093898225, -73.82183248279031, 40.88687762582221, -73.82181884166269, 40.88686634056597, -73.82179618337094, 40.886853071119944, -73.82174063110477, 40.88682365015492, -73.82171480671389, 40.886807443815435, -73.82166511013655, 40.88677182209589, -73.8216338483795, 40.886747018486204, -73.82158874499673, 40.886708301651225, -73.82155833110126, 40.886684153985726, -73.82154519108636, 40.88667142869108, -73.82153321111518, 40.886653548095936, -73.82151496575568, 40.88661418298228, -73.8214881547122, 40.88656468223663, -73.82147490073562, 40.88654094469404, -73.82146388203766, 40.88652654866422, -73.82140288768849, 40.8864657137089, -73.82137587391738, 40.886439166052476, -73.8213526518227, 40.88641634327225, -73.8213384686363, 40.88640240428234, -73.8212831529893, 40.88635491697587, -73.8212575329136, 40.88632990768096, -73.82123677198418, 40.88630700584329, -73.82121289090828, 40.88627115105627, -73.8211889872476, 40.88624105574836, -73.82115131525859, 40.88619810174925, -73.82113175144045, 40.886179235031406, -73.82108267331945, 40.88613939342817, -73.82106360784277, 40.886119659400855, -73.82105192865062, 40.88610340910265, -73.8210290711697, 40.88606599711866, -73.82101793879461, 40.886049817902794, -73.82096369513589, 40.88598117154001, -73.82090961266736, 40.88590866861178, -73.82081469779006, 40.88577827294953, -73.82078554828195, 40.88573562741687, -73.82076132552848, 40.88569420248437, -73.8207213831687, 40.88561383134648, -73.82071271483778, 40.88559388288285, -73.82069864341116, 40.885561497492276, -73.82067933966931, 40.885516270218396, -73.82066156211741, 40.885470492412644, -73.8206488525973, 40.88543776694591, -73.82061507625873, 40.88534530729369, -73.82060291503299, 40.88531167408096, -73.8205871464406, 40.885268065057645, -73.82056983045761, 40.88521837353213, -73.82055955158413, 40.88518235964878, -73.820553317173, 40.885149562291616, -73.82055120224416, 40.88511943948433, -73.82055243795752, 40.88508187124928, -73.82055874692155, 40.88499736936676, -73.8205594101584, 40.88495957331781, -73.82055679097127, 40.884867467340044, -73.8205509939565, 40.88480758578427, -73.82052509548394, 40.88467549976215, -73.82049710678126, 40.884487499180096, -73.82045599920507, 40.88426871120294, -73.82044581119311, 40.88420703983816, -73.82044392116134, 40.88418593125884, -73.82044365356695, 40.8841668359933, -73.82044659287921, 40.88411047091361, -73.82045293416579, 40.884037740252126, -73.8204668622659, 40.88390203675088, -73.8204689573659, 40.88383622243341, -73.82047523923916, 40.88380524730899, -73.8204827334271, 40.883783600425105, -73.82058247826161, 40.883366753864294, -73.82056256434093, 40.88336587284546, -73.82054492175739, 40.88335824709628, -73.82053259158153, 40.88333592373224, -73.82052891747226, 40.883319503920305, -73.82052749999889, 40.88330178551133, -73.82052834955111, 40.88328287477914, -73.82053441407676, 40.88323129433922, -73.82054178766326, 40.88319451635829, -73.82056037783387, 40.88312710769885, -73.82057557605756, 40.88308335409107, -73.82058411191937, 40.88304453830748, -73.82060033672235, 40.88295362231893, -73.82063975527515, 40.882765288829454, -73.82067394306831, 40.882640512663194, -73.8206794918212, 40.882610296394226, -73.82068912228371, 40.88254039114004, -73.82069592718577, 40.88250764825004, -73.82071463400735, 40.88243997049295, -73.82073443238359, 40.882376676203805, -73.82075986434792, 40.88230667121546, -73.82076717262869, 40.882275108741446, -73.8207740267276, 40.88223069379149, -73.82077469891824, 40.88221592772643, -73.82077255080961, 40.88218094582014, -73.82077460554507, 40.8821638613433, -73.82078382820592, 40.882134701641775, -73.82081034868325, 40.88206532687055, -73.8208589903125, 40.88191592670602, -73.82086564796411, 40.881890663030845, -73.82087829660817, 40.88183039406086, -73.82088722001716, 40.881800858381304, -73.82089484057131, 40.88178325845443, -73.82092093004637, 40.881731085916314, -73.82093759123578, 40.88168842141006, -73.82095320988437, 40.8816429754759, -73.82095828098659, 40.88162042970855, -73.8209629652286, 40.88157147651622, -73.82096680456348, 40.881550335400455, -73.8209767438327, 40.881519793641786, -73.82099811719756, 40.88146975332921, -73.82101134809476, 40.88143684208406, -73.82101968228747, 40.88141238693515, -73.82103396517275, 40.881352726506286, -73.82104729878178, 40.88128296292292, -73.8210508554518, 40.88125706498462, -73.82105723691467, 40.88119154182581, -73.82106369438787, 40.881156402167825, -73.82108149519348, 40.88109313532489, -73.82110758251044, 40.881013389775426, -73.82115489469555, 40.880875157959906, -73.82119175337498, 40.88076413710034, -73.82120304920326, 40.880734664498796, -73.82123617564646, 40.88066142684562, -73.82124951150813, 40.8806273216834, -73.8212537830325, 40.88060776968595, -73.82125753465354, 40.880562712343455, -73.82126297427679, 40.88054291632115, -73.82127030281636, 40.88052616507432, -73.8212837061738, 40.88050577445402, -73.82130002383008, 40.88049316856639, -73.82133971363044, 40.88047414235555, -73.82138365781987, 40.880465762889195, -73.82140390560934, 40.88045996175852, -73.82141631494238, 40.880448308826786, -73.82142278870604, 40.880432626028, -73.82142278465146, 40.88040454068093, -73.82141519706121, 40.88036227621132, -73.8214024520034, 40.88033108067116, -73.8214046329652, 40.88031374153471, -73.82141602382387, 40.88029962148872, -73.82145195865442, 40.88027211853143, -73.82146349222471, 40.88026139984723, -73.8214847114637, 40.880237543605915, -73.82149582049885, 40.880221883280306, -73.82150209738577, 40.88020704302938, -73.82150301954657, 40.880193229158074, -73.82150020721204, 40.880175740919945, -73.82148004265767, 40.88005027705704, -73.82146337424918, 40.87995762430118, -73.82145708008328, 40.87991528529013, -73.82145823804444, 40.87989539888714, -73.82146657409412, 40.879874095413086, -73.82147912707266, 40.87985441123659, -73.82151422388156, 40.87980795797698, -73.82152196322804, 40.87979545855488, -73.82157042010665, 40.879669918899445, -73.82159112417824, 40.87962750636796, -73.82164795585979, 40.879529769607345, -73.82166029531207, 40.87950383838934, -73.82166925534408, 40.8794798650137, -73.82167326098237, 40.879463384153425, -73.82167536158133, 40.87944500662149, -73.82167406614855, 40.87936533747342, -73.82167538414372, 40.87934679934538, -73.8216783705654, 40.87933034842687, -73.82169130422183, 40.879275714140476, -73.82169726080322, 40.87925904538932, -73.82170441935999, 40.87924453426508, -73.82171618442706, 40.87922306047272, -73.82172894595868, 40.87920738016264, -73.82174518854124, 40.879199172081336, -73.8217987397238, 40.87918756193242, -73.8218384822632, 40.87917905964161, -73.82185960143909, 40.87917333001359, -73.82185508081655, 40.87915798500908, -73.82183491603783, 40.879143154347, -73.82180987808123, 40.87911925633901, -73.82176826623798, 40.879082009097765, -73.82175299293547, 40.87906677985458, -73.82174131324244, 40.87904801813921, -73.82173762450421, 40.87902508419379, -73.82174031405361, 40.879001643219425, -73.82175432511053, 40.878940716169666, -73.82175553277068, 40.878923936523734, -73.82175402978129, 40.87890926433777, -73.82175015540751, 40.87889450474375, -73.8217443083912, 40.87887828961407, -73.82171461474715, 40.878811173532036, -73.82170638446063, 40.878782056115185, -73.82169994390848, 40.878736332844824, -73.82169718649818, 40.87869350133107, -73.82169808275728, 40.878653046449095, -73.82170263686866, 40.878614733177784, -73.8217091039269, 40.87858464702684, -73.82171839763915, 40.8785534288249, -73.82173058030902, 40.87852084904281, -73.82174583235603, 40.878486430699155, -73.82176569174602, 40.87843409073325, -73.82177770422743, 40.87841231565005, -73.8217900916031, 40.87839983509119, -73.82181030430824, 40.87839182583485, -73.82183801899573, 40.878392072133046, -73.82186146887291, 40.87839575801308, -73.82188674497617, 40.87840240841505, -73.82191537550639, 40.87841242101057, -73.82194346704928, 40.878429217951826, -73.82196595285953, 40.87843627915683, -73.82198794766961, 40.87843574667707, -73.82201198674463, 40.87842941279397, -73.82202897700094, 40.8784219154103, -73.82204576573784, 40.87841213767529, -73.82206153426391, 40.87840055198396, -73.82207502017545, 40.87838807488926, -73.82209072933173, 40.878367636395254, -73.8221029643482, 40.87834290261431, -73.8221117995671, 40.878315354066075, -73.82212391778671, 40.878263761217376, -73.82213076008321, 40.878232133982394, -73.82214646416506, 40.87814394087815, -73.82215316409165, 40.87811718506742, -73.82216100427188, 40.878093481870025, -73.82221561467288, 40.877955589476926, -73.82226696628933, 40.87781975235522, -73.82227865729168, 40.87779564355556, -73.8222945252773, 40.87776985727185, -73.82231270684301, 40.87774445995732, -73.82236434295001, 40.87767696224357, -73.82237849743198, 40.87765617642785, -73.82238985825974, 40.87763706212113, -73.82243221569315, 40.87755351238496, -73.8224485240373, 40.87752360431748, -73.82249477767286, 40.877448834917004, -73.82251117912072, 40.87742047222274, -73.82257148580578, 40.87730147346509, -73.82263910768255, 40.87717927297072, -73.82265370503633, 40.87714849687294, -73.82266662583963, 40.87711601447141, -73.82267790473388, 40.87708173757204, -73.82268759432176, 40.87704551587435, -73.82271351733347, 40.87691172499531, -73.82273750886309, 40.876825983947185, -73.82274397555337, 40.87679890986534, -73.82274592158981, 40.87678407549333, -73.82274607108077, 40.8767676066754, -73.82273872785576, 40.876702052387, -73.82273874008501, 40.87667388059976, -73.82274389870298, 40.876628373293975, -73.82274988928032, 40.87659520396827, -73.82275825546037, 40.87656584736016, -73.82276929044365, 40.87653979424254, -73.82282565935867, 40.87643377074109, -73.82288440759913, 40.876329206052695, -73.82290076766262, 40.876304188552204, -73.8229239351489, 40.87627333371713, -73.82294139022136, 40.87625008645184, -73.8229565700641, 40.87622586856793, -73.82297277092195, 40.87619334433361, -73.82300614514155, 40.87611858827322, -73.82302355018336, 40.876085140175014, -73.82303806367239, 40.87606655021675, -73.82306788061977, 40.87597769872534, -73.8230877884966, 40.87591894710083, -73.8230957454515, 40.87590107107712, -73.82310453856383, 40.87588550518919, -73.82313977979925, 40.87583706064596, -73.82316673515025, 40.875803480380554, -73.82317184213201, 40.87578528301197, -73.82316516549074, 40.87576471821082, -73.82314705278002, 40.87573110310145, -73.82314216827282, 40.87571382873187, -73.82313989187114, 40.87567093853512, -73.82314151706008, 40.87563663508087, -73.82314726727772, 40.87560630370326, -73.82315735168308, 40.87557936030466, -73.8231663673756, 40.87556305094806, -73.82319276919016, 40.87552299530795, -73.82320343841067, 40.87550409056959, -73.823249323573, 40.87540954913202, -73.82331956262925, 40.87526646715805, -73.82332734373283, 40.87525310590143, -73.82333766410024, 40.87523910828339, -73.82336977450228, 40.87520434901369, -73.823428247435, 40.875148669379925, -73.82345014903792, 40.875126083492816, -73.82346327063227, 40.875104810591694, -73.8234810939718, 40.875063759325705, -73.82349498426167, 40.87502551426998, -73.82350755777858, 40.87498053784042, -73.82351461313654, 40.87494469293901, -73.82352655703596, 40.87486114307516, -73.82353346701416, 40.874823745505594, -73.82354118535345, 40.87479644906206, -73.8235659247707, 40.874726371169885, -73.82357097657389, 40.87470564782283, -73.82357342299152, 40.87468679080923, -73.82357726914678, 40.87457319452763, -73.82358319384177, 40.87448057022175, -73.8235828428086, 40.874455486547575, -73.82357861810944, 40.874400567333, -73.82357782585208, 40.87437634565298, -73.82358176729053, 40.87428182368176, -73.82359212471863, 40.87419162666308, -73.82359374199189, 40.874156628003554, -73.82359038970137, 40.874110479988715, -73.8235786031968, 40.87402971866513, -73.82356400787302, 40.87394569777459, -73.82355971541595, 40.873911860715026, -73.82355964583715, 40.8738897986114, -73.82356316255205, 40.8738677104737, -73.82357014984366, 40.87384628499925, -73.8235804079349, 40.873826147722454, -73.82360243003666, 40.87381027603712, -73.82361013488574, 40.87379740090613, -73.82358885100487, 40.87377648331425, -73.82357182663526, 40.8737548770524, -73.82356291881597, 40.873740498821725, -73.82355626171871, 40.87372690655716, -73.82355041103425, 40.87370716157846, -73.82355169707222, 40.87368478007192, -73.82355670063087, 40.87366790354001, -73.82356701017956, 40.87364267137158, -73.82360648185674, 40.87355248553149, -73.82365040290678, 40.87346153835822, -73.82365853620632, 40.87343649375894, -73.82366343233653, 40.87340821865817, -73.8236653782827, 40.873376752215854, -73.82366518439592, 40.87332863604968, -73.82366368813425, 40.87330997381416, -73.82365688081089, 40.87326804561279, -73.82365595449143, 40.87324918974209, -73.82365801442594, 40.87321947312485, -73.82366724864312, 40.873145197727325, -73.82366984594239, 40.87311101550096, -73.82366996480896, 40.872970460027354, -73.82367156222527, 40.872940685970775, -73.82367822651628, 40.87286833459064, -73.82367894300569, 40.872830768149235, -73.82367495988494, 40.87280151775468, -73.82365873300775, 40.872741858918715, -73.82365389722989, 40.872716084011365, -73.82364820426831, 40.87266059883161, -73.82364817193796, 40.87264147868044, -73.82364987602215, 40.87262426661939, -73.82365564194271, 40.87259543273934, -73.82367273300675, 40.87252692076818, -73.8236824655277, 40.872475842741935, -73.82368620566791, 40.872436558280384, -73.82368378428615, 40.87242141104183, -73.82367543062608, 40.87240568743036, -73.8236633845765, 40.872391110803214, -73.82362751891934, 40.87235423495928, -73.82361326038964, 40.872332532069805, -73.82359448017519, 40.872290546834854, -73.82358637530734, 40.87226557106262, -73.82358396302267, 40.872242534642865, -73.82358802665603, 40.872222183478705, -73.82359743844131, 40.87220705162521, -73.82362689695313, 40.87217592079003, -73.82363483421075, 40.87216077497341, -73.82364090230722, 40.87213339314335, -73.82364332232011, 40.872109241198274, -73.82364257503417, 40.87208416681337, -73.82363717547426, 40.872029452894424, -73.82363675728841, 40.87200732181334, -73.8236394326824, 40.871988411109854, -73.8236529965037, 40.87194282382106, -73.82365647467604, 40.87192179909269, -73.82366087641319, 40.87180301587796, -73.82366188388826, 40.871695534927284, -73.82366392637398, 40.871677299523064, -73.82367334409876, 40.87163260368237, -73.82367368416891, 40.87160904107879, -73.82366156634987, 40.87152898610505, -73.82365085337109, 40.87146940591768, -73.82364740896041, 40.87144058407087, -73.82364622696636, 40.87139021785397, -73.82364675804051, 40.871372914847974, -73.82364797006336, 40.87133323570363, -73.82364940948827, 40.87128608824152, -73.82365011920002, 40.87118264102166, -73.82364888972643, 40.87114391626632, -73.82364187111223, 40.87105739905451, -73.8236401403573, 40.87101893287326, -73.82364170630346, 40.870979989967815, -73.82365149107632, 40.87088363716538, -73.82365431428538, 40.870790184106404, -73.82365359524519, 40.87074909544114, -73.82365144162762, 40.87071039178277, -73.82364847366034, 40.870682194699775, -73.82364361609032, 40.87065127614877, -73.8236158443824, 40.87051990080569, -73.82360683729543, 40.87046126872535, -73.8235903502313, 40.87028305811195, -73.82358830501761, 40.87024912090981, -73.82358519750036, 40.8701470041627, -73.82358199505028, 40.870114654555834, -73.82357695287324, 40.870085830257, -73.82356810616243, 40.87006157102973, -73.8235517854383, 40.87003622608854, -73.82353284988848, 40.87001414412508, -73.82347609703658, 40.869954919420806, -73.82340306654761, 40.869870280452865, -73.82334755128008, 40.869808786540794, -73.8233026169554, 40.86976218130259, -73.82326546938545, 40.86972843706969, -73.8232286851509, 40.869700823919686, -73.82321017399003, 40.86968918733963, -73.82319141017103, 40.869678887597665, -73.82315574698896, 40.86966287175639, -73.8230730983155, 40.869631181976885, -73.8230390709253, 40.86961519742309, -73.8229622445398, 40.86957187675346, -73.82293004076017, 40.86955310344476, -73.82291374537012, 40.86954199160069, -73.82290095363383, 40.86953017374412, -73.82289081521438, 40.869513122706266, -73.8228886066887, 40.86949655209396, -73.82289908338086, 40.86944092867168, -73.82289766780549, 40.86942192615117, -73.82289019597867, 40.86940802191709, -73.82287204482151, 40.869403347526024, -73.82285747950516, 40.869411641196564, -73.82283879421072, 40.869428018545996, -73.82281954408366, 40.869437338782106, -73.82278924640592, 40.86944315264937, -73.82276666844746, 40.86944373390944, -73.82274273103586, 40.86944165572957, -73.82271772842394, 40.86943689424775, -73.82269289024946, 40.869429633251755, -73.82266926669988, 40.869420179621805, -73.82264808304787, 40.86940901880513, -73.8226337350174, 40.869399435344825, -73.82261909592033, 40.869387794715166, -73.82257028622294, 40.869341913527535, -73.82254887805841, 40.869324218388556, -73.82237689430607, 40.86919775274784, -73.82229648569779, 40.869141830055284, -73.82227781968422, 40.86912611476415, -73.82223872983796, 40.86908664278608, -73.82221688230932, 40.869070070719715, -73.82219070544065, 40.869057349679416, -73.8221373507281, 40.86903893976934, -73.8221167993038, 40.869030529926576, -73.82204425848953, 40.868995762701495, -73.82199092481885, 40.868968196568275, -73.821916457668, 40.86892635743998, -73.82183244527556, 40.868876470249525, -73.8216584977245, 40.86876841732479, -73.82149719496923, 40.86866290056729, -73.82147214163878, 40.86864712753705, -73.82139878390775, 40.86860189673913, -73.8213730217146, 40.86858683938048, -73.821358561868, 40.86857838930424, -73.82125601420987, 40.86851845683619, -73.82119666490942, 40.86848377434202, -73.82110864074004, 40.86843032436497, -73.82105450562813, 40.86839629463163, -73.82102183111274, 40.86837389467944, -73.82099404775842, 40.86835179586553, -73.82097166433223, 40.8683300404054, -73.82095728630739, 40.868312828631296, -73.82092677437896, 40.86827103003565, -73.82091188810097, 40.8682527116644, -73.82088368911988, 40.868221124608624, -73.82086433270024, 40.86820123694086, -73.82084512307772, 40.86818410409863, -73.82082595314917, 40.86816985288491, -73.8208033396428, 40.868160889404486, -73.82074753974823, 40.86815403825066, -73.82073017116439, 40.86814966730142, -73.8207044685095, 40.86813728614258, -73.82068730789479, 40.868126617478154, -73.82067352923185, 40.868115486712334, -73.82066306861965, 40.86810383611565, -73.82065292286025, 40.86808452193109, -73.82064001238446, 40.86803341972867, -73.82062943957231, 40.86801147994757, -73.82059734507354, 40.867969871507, -73.8205624757078, 40.867932355974865, -73.82052443537337, 40.867896701316646, -73.82048006055548, 40.867858039057204, -73.82046128381772, 40.86784452409444, -73.82041308783921, 40.86781569732656, -73.82039272412275, 40.86779905698074, -73.82037980110852, 40.867778601128215, -73.82036793505748, 40.86773661078286, -73.82036108026102, 40.86772070104683, -73.82034656644187, 40.867698976623714, -73.82030546317954, 40.86764635097614, -73.82029580066319, 40.86763088170599, -73.82028894448311, 40.867616372226365, -73.82028039227953, 40.86759036173802, -73.82026649659772, 40.867533939655644, -73.82025915112267, 40.86750955733128, -73.82022480010572, 40.867416484919794, -73.82020995181108, 40.867364955512166, -73.82019592053578, 40.86730651520765, -73.82017136315824, 40.867201955166976, -73.82015615080024, 40.867132001140064, -73.82014663253857, 40.867080340452574, -73.82013702618693, 40.8670239763626, -73.82013028657644, 40.86699096466748, -73.82010911895739, 40.86691643946153, -73.82005704916637, 40.8667050166594, -73.820039700208, 40.866625610427214, -73.8200121594518, 40.86648622189994, -73.8200053042959, 40.86644992682385, -73.8199859984027, 40.866347685578326, -73.81996429929228, 40.86621593060291, -73.81995981262646, 40.86617932944889, -73.81995690611326, 40.86613872537594, -73.81995353525741, 40.8659813494034, -73.81994913507575, 40.865914566623744, -73.81994126667166, 40.86585430699133, -73.81991855950434, 40.86571250094173, -73.8199107909835, 40.86564209562768, -73.81990938909978, 40.86560130029232, -73.81991036326392, 40.86550438195433, -73.81990713611313, 40.86545605386231, -73.81990226938005, 40.865427987863164, -73.81988747923178, 40.865363567054196, -73.81988306588393, 40.865332778676255, -73.81987863085932, 40.86525963296107, -73.819877591284, 40.86519193871585, -73.81988444501474, 40.865063581695274, -73.81988295895988, 40.86503329045374, -73.81987467525728, 40.8649643863437, -73.81987413272685, 40.86493258735111, -73.81987736930186, 40.86491041510602, -73.81989134097135, 40.86485918545787, -73.81989536579538, 40.86483589603223, -73.81989836623671, 40.86474936981137, -73.81990044881465, 40.864721450629474, -73.81992024033404, 40.864567916242805, -73.81992830617898, 40.86449474590478, -73.81993208007121, 40.86444189745826, -73.81993170444011, 40.86440408524269, -73.81992585418541, 40.864331878321984, -73.819924540364, 40.86430237257431, -73.81992562049423, 40.8642539143198, -73.81993031680108, 40.864211723725035, -73.81993627712072, 40.8641819492759, -73.81994483764504, 40.8641494756089, -73.81997146538367, 40.86406926176756, -73.81997935218764, 40.86404729037737, -73.81998800388877, 40.86402406219345, -73.82000015134737, 40.86398673056366, -73.82001034371818, 40.863949955988176, -73.82001857983565, 40.86391373216234, -73.82003597564932, 40.86382170566406, -73.82005239284112, 40.86372267091192, -73.820067203815, 40.863628074874654, -73.82007341527648, 40.863570318036096, -73.82008577290436, 40.86337151149663, -73.82009265361415, 40.86324699416064, -73.8200916777026, 40.86323198774948, -73.82008749297174, 40.86321667467022, -73.82008010296022, 40.863201063032456, -73.82006950645751, 40.86318516273913, -73.8200557354303, 40.86316899635145, -73.82003876621724, 40.86315254221962, -73.82001859647302, 40.86313579133358, -73.81999509838735, 40.86311863723432, -73.81998105317051, 40.86311000392167, -73.81996415359382, 40.86310157596805, -73.81988844590136, 40.863070025256754, -73.81987253237196, 40.86306146465557, -73.8197160853317, 40.86293943874078, -73.81966046935742, 40.86289835064683, -73.81961563006953, 40.86286791958226, -73.81958639203069, 40.86285489688501, -73.81956772298294, 40.862849929396475, -73.81951127486492, 40.8628375593057, -73.81949458304524, 40.86283216896572, -73.81946994767509, 40.862818962534995, -73.81942381663131, 40.86276676989587, -73.81940441913312, 40.86275008764636, -73.81937824378147, 40.86273486438573, -73.81934751109162, 40.86272018778614, -73.81931199524549, 40.86270579004426, -73.8192594358349, 40.862686705550665, -73.81921749963415, 40.86267272905765, -73.81916981082612, 40.86265874353371, -73.81905849390287, 40.86262960560833, -73.81902070399339, 40.86261971207113, -73.81897727814267, 40.86260834457954, -73.8189258565604, 40.862593116723104, -73.8189045548911, 40.8625858154235, -73.81888778706042, 40.862580067380854, -73.81885204614476, 40.862565190982444, -73.81883322913376, 40.86255493815702, -73.81880793739992, 40.862538497788414, -73.81878780304464, 40.86252156484091, -73.81874874456405, 40.86247189720821, -73.81873156403184, 40.86244568842394, -73.8187219757746, 40.86242557978962, -73.81871602261832, 40.86240907252895, -73.81871282604973, 40.86238296765673, -73.8187139546252, 40.862367088359264, -73.81871711240876, 40.86234954994237, -73.81872275109906, 40.86232781733112, -73.81873748509058, 40.86227292489569, -73.8187483881053, 40.8622432122914, -73.81875536079468, 40.86222944212008, -73.81877212254432, 40.8622060466605, -73.81883452206473, 40.862150856266254, -73.81892194490405, 40.86207773129811, -73.81905188491683, 40.86196916115866, -73.81909768549482, 40.861932795481074, -73.81922683018178, 40.86183428689077, -73.81936857339267, 40.861718241892035, -73.81940025192566, 40.86163559392175, -73.8194026125893, 40.861591793195366, -73.81940742953448, 40.861509597543275, -73.8194127102132, 40.861454052669856, -73.81942145982951, 40.86143708398962, -73.81944338120024, 40.86142396751433, -73.81947251842904, 40.86141533506804, -73.81953056192998, 40.861404058963004, -73.81955016389745, 40.86139945569082, -73.81962781959966, 40.861378040053886, -73.81967993709898, 40.86136466366753, -73.81970480102088, 40.8613598830913, -73.81976611260579, 40.86135148814532, -73.81979640031756, 40.861344150520615, -73.81981329122144, 40.86133765824019, -73.81983085570103, 40.861329021137166, -73.81989541261203, 40.86128944535834, -73.81992485815064, 40.861274663820595, -73.82003465865341, 40.86123187987706, -73.82021197815773, 40.861154014342034, -73.82027872102894, 40.86112350700553, -73.82037689478085, 40.86107686943008, -73.82041081042244, 40.86105947069391, -73.82043509651375, 40.86104372287151, -73.82045293617811, 40.861027553487666, -73.82046786786262, 40.86100028641742, -73.8204655728357, 40.86097742296062, -73.82045128890306, 40.86095191681431, -73.82043964966624, 40.86093793567461, -73.82040440206224, 40.86090396919201, -73.82037728691614, 40.860885132816605, -73.82030920872202, 40.86085026152243, -73.82028515102328, 40.86083242042777, -73.82027241884236, 40.86081910753441, -73.8202616008158, 40.860805423917384, -73.82025318982494, 40.86079200339087, -73.82024421554665, 40.86076713763491, -73.82024446851743, 40.86075077699219, -73.82025066857642, 40.860736577790234, -73.82026644045068, 40.86071573526206, -73.82028554293214, 40.860693535475384, -73.82034378166898, 40.86063385062225, -73.82036347868234, 40.8606154707342, -73.82041262689789, 40.86057390489736, -73.82043383532088, 40.86055450349041, -73.820449475757, 40.860536618848116, -73.82046222595915, 40.86051644876018, -73.82047198586122, 40.86049415516048, -73.82047863854746, 40.86046999090603, -73.82048211128404, 40.860444099062335, -73.8204822825533, 40.86041711969039, -73.82047914127617, 40.86038964349565, -73.82047278250225, 40.860362490073335, -73.82046600313302, 40.860343076624744, -73.82045705774782, 40.860323317618196, -73.82044587560051, 40.86030305895889, -73.8204323032828, 40.86028201224999, -73.82039915959176, 40.860238578561855, -73.82034267443562, 40.86017350661873, -73.82029710121627, 40.86012291894725, -73.82024946837441, 40.86007302142733, -73.8201998397901, 40.86002387719035, -73.82014828287669, 40.85997555837819, -73.82012771352585, 40.85996131024524, -73.82009668756336, 40.85994672432871, -73.82005958190356, 40.85993299429491, -73.81996887343252, 40.85990299067508, -73.81994838561286, 40.85989501186248, -73.8199263254947, 40.85988337459466, -73.81991660922986, 40.85987068320349, -73.81993040247227, 40.859854286961, -73.81995749418417, 40.85984258502321, -73.81999034068446, 40.85983481910348, -73.82002704033218, 40.85983069357068, -73.82010303410719, 40.85982705343273, -73.8201345775078, 40.85982439933433, -73.82016628576393, 40.859819115147054, -73.82019304948479, 40.8598111379782, -73.82021956744998, 40.85980017618966, -73.82025413501096, 40.85978314411218, -73.820286483454, 40.859763909566205, -73.82045385966391, 40.85973916619241, -73.82052191358382, 40.85972858053441, -73.82054232248878, 40.8597275704112, -73.82056053352899, 40.85972879278783, -73.82058065597649, 40.859735485021126, -73.8205981798172, 40.859748314565906, -73.8206225675996, 40.859771185360316, -73.82063565866493, 40.85978067438604, -73.82074489512874, 40.859839580545994, -73.8207616074059, 40.85985078161565, -73.82077809510523, 40.85986477836173, -73.82083062653878, 40.85992087685597, -73.820854300071, 40.859942128307175, -73.82087946052945, 40.85995957027931, -73.82091022623372, 40.85997793494592, -73.8209395347677, 40.85999303486034, -73.82096475776213, 40.86000356383377, -73.82098344573046, 40.86000873464037, -73.82100211196239, 40.860006999537255, -73.82100227200084, 40.859969571736876, -73.82099518396912, 40.85994140865924, -73.82098476429077, 40.85991060106967, -73.82096941389514, 40.85987239999275, -73.82096288748077, 40.85985943989007, -73.8209397771022, 40.85982064955145, -73.82093358659185, 40.85980187459088, -73.82093446823632, 40.85978454599041, -73.82094843376916, 40.859759563702426, -73.82096615950206, 40.8597379586897, -73.82098054424499, 40.8597233462138, -73.82101747585476, 40.85969336039602, -73.82103077748788, 40.85967882817833, -73.82104077604502, 40.85965896712688, -73.82104444753023, 40.85963581216653, -73.82104161274393, 40.85961028602423, -73.82103468088556, 40.859589767466375, -73.82102745833375, 40.85957590219281, -73.82098710979413, 40.859534490802766, -73.82097502717801, 40.85951960222996, -73.8209444908514, 40.85947206019102, -73.82092700688139, 40.85944090124409, -73.82091443272888, 40.859411677868884, -73.82090717383107, 40.85938445913384, -73.82089837654685, 40.859344938188784, -73.82089736958362, 40.859324680056154, -73.82090323066664, 40.85930941140564, -73.82092554908768, 40.85929867166035, -73.82098548101852, 40.85928961476493, -73.82107612302731, 40.85927981573599, -73.8211001496945, 40.85928393042212, -73.82113526411736, 40.85930107890604, -73.82117701708164, 40.859329628893406, -73.82119450374776, 40.85934040696997, -73.82121324403776, 40.85934943552935, -73.82123109353469, 40.859354960691746, -73.82125371527037, 40.85935712180259, -73.82128049637285, 40.859354475321354, -73.8213075522115, 40.8593484560161, -73.82137199477717, 40.859330537859975, -73.8214025875767, 40.859325339854244, -73.82142402154074, 40.85932593043589, -73.82144144647714, 40.85933144230172, -73.82145487280555, 40.859341529680776, -73.82146289649683, 40.859354329084674, -73.8214659698521, 40.85937587090934, -73.82146020610686, 40.85940220048268, -73.82145406374923, 40.85941669700413, -73.82144598614484, 40.859431486792104, -73.82142523179394, 40.859452084944145, -73.82141086640198, 40.859461316165394, -73.82137357382071, 40.859482736971074, -73.82135703641568, 40.85949474013929, -73.82134575550586, 40.85950854792634, -73.82134263760261, 40.85952302841348, -73.82134706370259, 40.859555800570625, -73.82135671340282, 40.85959026653665, -73.82137129435094, 40.85962576309535, -73.82139124727908, 40.85966335620921, -73.82142687533144, 40.85972652234098, -73.82144886699163, 40.85975931897711, -73.82148698100838, 40.85980927691762, -73.82154786251238, 40.85988894037204, -73.82166382230069, 40.860042604021615, -73.82167805797775, 40.86006762908421, -73.82168303816992, 40.86008182313148, -73.82168668747342, 40.860097390172825, -73.82169020372118, 40.86013073361992, -73.82169072305926, 40.860188745013694, -73.82168947443535, 40.860235964880786, -73.82168407780331, 40.86028462992984, -73.82167454157684, 40.86033469514854, -73.82166087540121, 40.86038609841682, -73.82165166713273, 40.86041337088882, -73.821640731358, 40.86043997342495, -73.8216281421018, 40.86046572333935, -73.8216139685364, 40.86049047846075, -73.8215983024011, 40.86051408494629, -73.82158119964103, 40.860536468141, -73.82156272336374, 40.86055753629179, -73.82154294254002, 40.860577222868244, -73.82152798675543, 40.86058891963663, -73.82150878039734, 40.8606000515225, -73.82148880669308, 40.86060939654255, -73.82144007366756, 40.860629975715185, -73.82141758856804, 40.86064125559518, -73.82139906567181, 40.86065359517971, -73.82138526063206, 40.86066694971532, -73.82137383510451, 40.86068197924614, -73.82136454028193, 40.86069681756844, -73.82135798846102, 40.86071047779126, -73.8213534832729, 40.860733168613386, -73.821360373222, 40.86074905855461, -73.82138326792801, 40.860760607688924, -73.82140037075303, 40.86076518795178, -73.82141901892174, 40.86076804616208, -73.8214387453106, 40.860769110457284, -73.82145910406038, 40.860768340525325, -73.82147930876079, 40.86076575045735, -73.82149864277959, 40.86076142919397, -73.82151643556531, 40.860755531483456, -73.8215473984229, 40.86074173251396, -73.82161418173091, 40.860707705344666, -73.82164479262822, 40.86069466131746, -73.82173477706426, 40.860665809047994, -73.82177313818835, 40.86065127313959, -73.82180235484306, 40.86063754704547, -73.82182782564357, 40.860623899805745, -73.82185024307554, 40.860609957887455, -73.82186984951403, 40.86059556678197, -73.8219056350458, 40.86056529165812, -73.82193971603688, 40.860533288549995, -73.82202816980124, 40.86044249335513, -73.82204113351884, 40.86042744812183, -73.82206935939253, 40.8603894350658, -73.82208434583505, 40.860373319560566, -73.82210462831843, 40.86035933287763, -73.82212122255974, 40.860353603418645, -73.82214277446987, 40.860351462856045, -73.82221467725164, 40.860360510155125, -73.82234248520939, 40.860369693932846, -73.82236223983152, 40.86036858612742, -73.8223833962365, 40.860363539023616, -73.82240608566016, 40.8603547077072, -73.82243684780227, 40.860339537640996, -73.82245595622611, 40.86032901688377, -73.82247614000438, 40.86031642664659, -73.82254969344024, 40.860264711083374, -73.82258214228791, 40.860244135218046, -73.82261778853268, 40.86022631256061, -73.82269782779643, 40.860193942235995, -73.82273129989127, 40.86017835482527, -73.82274944729686, 40.86016791268654, -73.82276587734252, 40.86015655300707, -73.82277953008972, 40.86014501346342, -73.82279005957724, 40.860133600592896, -73.8227995023137, 40.86011740714172, -73.82280145912878, 40.860102345817694, -73.82279486912572, 40.86008684543428, -73.82277788384671, 40.86007067532645, -73.82276167355421, 40.86006189224131, -73.82274149526638, 40.86005467171474, -73.82271781018588, 40.8600490801892, -73.82268990969266, 40.860044874341156, -73.82265773112634, 40.860041978429955, -73.82261576533772, 40.860039898617075, -73.82256655286218, 40.860039086343335, -73.8225194240549, 40.86004059061762, -73.82247445244923, 40.860044410655206, -73.82243169024682, 40.86005053933496, -73.82238479969047, 40.860060088915944, -73.82234560865419, 40.86007112533948, -73.82231211116108, 40.86008421913738, -73.822283918883, 40.86009955161583, -73.82227526584934, 40.86011311770557, -73.82227691247219, 40.86013339932031, -73.82228547206594, 40.86016501076668, -73.82228579979743, 40.86017951729585, -73.82224375746482, 40.860190515974594, -73.82221211443319, 40.86019091926628, -73.82212432727076, 40.860187465646476, -73.82207172700531, 40.86018498202882, -73.82204114402117, 40.86018239457366, -73.82201327220208, 40.8601781057611, -73.82198898251593, 40.86017196925617, -73.82196645643339, 40.860160990820916, -73.82195421084383, 40.86015014531013, -73.82193977772874, 40.860128381559235, -73.82193302372465, 40.860111304111925, -73.82192773384261, 40.86009093492434, -73.82191847935509, 40.86002611673751, -73.82191484081872, 40.859990564201404, -73.82191751157697, 40.85996585702328, -73.82192390745256, 40.85995189666269, -73.82193843734709, 40.85993971201857, -73.82195890753398, 40.859935763433995, -73.82198424712313, 40.85994488039296, -73.82203248567917, 40.85998339861341, -73.8220499305715, 40.859995276895305, -73.82206901253272, 40.86000261291627, -73.82210025215525, 40.859999127558496, -73.8221389106028, 40.85998278559903, -73.82216277326415, 40.85996718263813, -73.82218367604113, 40.859948714247636, -73.82219998477534, 40.85992950937531, -73.82223689738106, 40.85987851466199, -73.82224924492088, 40.85986497047537, -73.82226205346225, 40.85985378448553, -73.82228205124702, 40.85984062848595, -73.82232992995719, 40.859815426315684, -73.82234978291258, 40.85980319758804, -73.82238035701555, 40.859782403673805, -73.82239522681394, 40.8597694711864, -73.82240359939348, 40.85975652689524, -73.8224026740123, 40.859739743902104, -73.82238789294284, 40.85972966985726, -73.82236771143594, 40.85972948030118, -73.8223362876423, 40.859736250442495, -73.82227120562813, 40.85975684261234, -73.82224863072888, 40.8597628330271, -73.82221415976478, 40.85977365245555, -73.82215806604806, 40.85979942003146, -73.8221374631559, 40.859807773653586, -73.82211667864439, 40.859813964910785, -73.82209693986646, 40.85981719065559, -73.82207398941115, 40.859817688356436, -73.82204870953399, 40.85981508116558, -73.8220241031301, 40.85981033724012, -73.82196100748308, 40.8597955294565, -73.82194259404878, 40.859792361025484, -73.82190960101782, 40.859790274091104, -73.82189133819053, 40.85979154440936, -73.8218309658287, 40.859800629010124, -73.82180900444851, 40.85980293637357, -73.8217876217333, 40.85980307984391, -73.82176858622346, 40.859800572285806, -73.8217496780007, 40.8597952688936, -73.82173136103874, 40.85978752968047, -73.82171361994952, 40.85977734381709, -73.82169641682208, 40.859764695936676, -73.82167981788636, 40.85974965728066, -73.82166361126716, 40.8597320681348, -73.82164767158454, 40.85971180133599, -73.82163144089868, 40.85968815633944, -73.82159218710744, 40.859634636137756, -73.82158376786529, 40.85962115175796, -73.82157372005251, 40.85959621600333, -73.82157314900832, 40.859578737470365, -73.82157928267601, 40.85956305498162, -73.82158924074731, 40.85955070212247, -73.8216021098762, 40.85953994043064, -73.82161677507659, 40.859531688484154, -73.821732975362, 40.85950474706396, -73.82183980399607, 40.85947623050301, -73.82186022291245, 40.859449748844234, -73.82187942113202, 40.85942999557473, -73.8218995394221, 40.85941478220225, -73.82192090318829, 40.859403950741935, -73.82194446785076, 40.859396818293604, -73.82196926826681, 40.859393271705756, -73.82199293265617, 40.8593936323958, -73.82201404497306, 40.85939786306085, -73.82203627748116, 40.85940631965815, -73.82208916946956, 40.85943208866647, -73.82211468084492, 40.85944209915089, -73.82214444592256, 40.85945192348166, -73.8221618703515, 40.859455885490846, -73.82218071906256, 40.859455919945255, -73.82220190604886, 40.85944465412344, -73.82221061280914, 40.859432259660686, -73.82221629552782, 40.85941616491812, -73.82222103155893, 40.85939038842702, -73.82222231297575, 40.85937423647463, -73.82221787832476, 40.85935604240335, -73.82219856305578, 40.859343760543915, -73.82217260997025, 40.85934281735213, -73.8221547750715, 40.8593459983152, -73.82210875407097, 40.85935742575031, -73.82208417113782, 40.85935993083425, -73.82203022106582, 40.85936126680306, -73.82200515019842, 40.85935951269058, -73.82198714223063, 40.85935334805418, -73.82197796457258, 40.859335170068256, -73.82197981915746, 40.859298543614, -73.82197693672872, 40.85926321556398, -73.82197157888437, 40.859245658507156, -73.82195996141186, 40.859235058897994, -73.82193429944287, 40.859234819386025, -73.82187585044433, 40.859250449053725, -73.82185628382094, 40.859254995144624, -73.82183773734705, 40.85925727266699, -73.82181738292473, 40.85925527365881, -73.82175421269002, 40.85922248551913, -73.82173629380179, 40.85921541148394, -73.82167306381339, 40.85920493740123, -73.82159031757021, 40.85919659879017, -73.82153373378951, 40.859193811603205, -73.82140802447238, 40.85919370983441, -73.82135517204901, 40.85919046998518, -73.82133337063881, 40.8591836294065, -73.82131403657286, 40.85916959411113, -73.82128765383088, 40.85914495990827, -73.82127440561499, 40.85913526179778, -73.82125564741747, 40.85912761997805, -73.82112348993736, 40.85911683527648, -73.82108012721496, 40.85911269871543, -73.82095266408776, 40.85909798234527, -73.82091322493876, 40.859094690168384, -73.82080172522627, 40.85908778406382, -73.82074719187302, 40.85908117618593, -73.82069760669997, 40.859072819112086, -73.82064704704815, 40.8590642984135, -73.82060698743211, 40.85905844146624, -73.82053888455278, 40.85904875071694, -73.82050246096749, 40.859046123150826, -73.82046938666376, 40.859048374248374, -73.82044185621638, 40.85905623772706, -73.82041936650788, 40.85906672317389, -73.82039605985234, 40.85907931269518, -73.8203419615562, 40.859113637173024, -73.82026742201894, 40.85916536961472, -73.82021691099037, 40.859179660070104, -73.82019957316543, 40.85918716566882, -73.82020629162456, 40.85920271413021, -73.82024718729751, 40.85923364402051, -73.82031706555098, 40.85929656219299, -73.82031415997741, 40.85932763545132, -73.82031030816441, 40.859342379513045, -73.82029993955753, 40.85935471541427, -73.8202768430908, 40.85935926384399, -73.82025093252956, 40.85935839232548, -73.82019785452052, 40.85934468247371, -73.82016719459506, 40.859332558189465, -73.8201449670721, 40.85932630204197, -73.82010797425745, 40.85932052624437, -73.82009059016599, 40.85932889442594, -73.82008677706442, 40.85937973026398, -73.82008438873689, 40.85939537078884, -73.82007525973235, 40.85940937721472, -73.82005061089458, 40.859412971358125, -73.82001891407499, 40.859401826053286, -73.81998191835633, 40.859381337070516, -73.81996160046069, 40.85937373763162, -73.81991035720937, 40.859361822489845, -73.81986235610421, 40.859352297790956, -73.81981662747746, 40.85934496751832, -73.8197727314754, 40.85933976615213, -73.81975201514223, 40.85933915387256, -73.81972934532449, 40.85934118688432, -73.81970487924183, 40.859345620498104, -73.81963371386557, 40.859361710921625, -73.81961116127518, 40.8593646851077, -73.81959078672479, 40.85936530880872, -73.81957204207595, 40.859363649606145, -73.81955153436581, 40.85935958332913, -73.81948768695247, 40.85934025704651, -73.81946574817601, 40.85933470000171, -73.8194453364444, 40.85933154695494, -73.81942642869957, 40.85933098967573, -73.81935936746447, 40.859334252539746, -73.81930498369391, 40.85933848433897, -73.81925608836173, 40.85934425104482, -73.8192114913665, 40.85935173179837, -73.81907443926495, 40.85937962312261, -73.81899429420916, 40.85939217814596, -73.81895684421771, 40.85940143948042, -73.8188883317218, 40.85942409369222, -73.81886013717916, 40.859432231301625, -73.81883205765544, 40.85943645824753, -73.81877698297193, 40.85943783055103, -73.81875488033229, 40.85943975080027, -73.81872377199127, 40.859446449315065, -73.81869218628293, 40.85945770626295, -73.81866021580339, 40.85947348847073, -73.8186279864392, 40.85949373310159, -73.8186073578114, 40.859514438104114, -73.8186001075063, 40.85952746042777, -73.81859482319337, 40.8595424011888, -73.81859154211068, 40.859558653514284, -73.81858990915975, 40.85957725871546, -73.81859117811528, 40.85962948384911, -73.81856167339623, 40.85969698336555, -73.81855837863613, 40.85971215687867, -73.81855703580887, 40.85973875170083, -73.81855751469344, 40.85976841826462, -73.81856511447097, 40.859866859400896, -73.81857004473959, 40.85990388728243, -73.81857980120425, 40.85994044639211, -73.81859418549405, 40.85997577910301, -73.8186129171481, 40.860009219508854, -73.81862757123756, 40.86002652658998, -73.81866589419647, 40.860059163026605, -73.81868041413954, 40.860074348330784, -73.81871309567441, 40.8601150145777, -73.81872892985054, 40.86013975616078, -73.81873747058698, 40.860163307539366, -73.81873759302168, 40.860184967265766, -73.81872687701832, 40.860224082210046, -73.81869386046098, 40.86031368061238, -73.81864150692844, 40.860488216329955, -73.81863478398992, 40.86051527995311, -73.81862928793579, 40.860545644006386, -73.81861698887249, 40.86064894801688, -73.81861084860807, 40.86068806473778, -73.81859353420626, 40.86077199848148, -73.81858512876605, 40.860801887900124, -73.81857567804511, 40.860828422242584, -73.81856430961001, 40.86085358392036, -73.81855127637724, 40.86087639989887, -73.81853641629556, 40.86089714277181, -73.81851963054184, 40.860915951058765, -73.8185069264423, 40.86092724125366, -73.81849205038168, 40.860937750005405, -73.81847495008122, 40.86094751054899, -73.81845552455177, 40.86095658575908, -73.81843397557866, 40.86096492012146, -73.8184096868349, 40.86097278821548, -73.81834912225045, 40.860988280393535, -73.81822638075624, 40.86101505411553, -73.81818028069168, 40.86102349382753, -73.81813791645124, 40.861029885387694, -73.81807797197337, 40.861038042994, -73.81804199752588, 40.86104039598233, -73.81800998484144, 40.86103832568901, -73.8179829292011, 40.861031343819825, -73.8179327875273, 40.86101139985642, -73.81780540502237, 40.86095838402701, -73.81771663757898, 40.860922396137944, -73.81766478030347, 40.86090356865841, -73.81764473759081, 40.86089762165139, -73.81762332601751, 40.86089258557591, -73.81757535551375, 40.86088502485104, -73.81752570478905, 40.860880759950795, -73.81741996756368, 40.86087529688291, -73.81731554945188, 40.86086933873513, -73.81729745269253, 40.86086873556638, -73.81726980885107, 40.860867814709685, -73.81722299968919, 40.86086625565511, -73.81718816539882, 40.86086635265015, -73.81715203883067, 40.86086797482101, -73.81711452271395, 40.86087112561429, -73.81707543790388, 40.86087582095344, -73.81705543675501, 40.86087936329368, -73.81703570890224, 40.8608844486065, -73.81701682288373, 40.860890929212566, -73.81699925002945, 40.860898639268804, -73.81698346894487, 40.86090735531252, -73.81696965191598, 40.860916966857296, -73.8169486623778, 40.860938309435795, -73.81693208346158, 40.86096540144562, -73.8169191875997, 40.86099583922175, -73.81690990085418, 40.86102976942812, -73.81690409260527, 40.86106767902441, -73.81690413643985, 40.86108880733525, -73.81691026385317, 40.861139610204155, -73.81690783686477, 40.86116512179031, -73.81689906393838, 40.86118516722548, -73.816884732881, 40.861202671655775, -73.81686746284187, 40.861214521733395, -73.81684857731693, 40.86121992172224, -73.81681680113834, 40.861221105851044, -73.8167468979405, 40.86121720737818, -73.81671619528794, 40.86121748819, -73.81661737856048, 40.861227886739414, -73.8165833750293, 40.861230314445024, -73.81655863085324, 40.861230318330435, -73.81653522071386, 40.861228285618225, -73.81651366753904, 40.86122426666783, -73.81649425584348, 40.86121831506183, -73.81647259277231, 40.86120899203181, -73.81641392857853, 40.86118031528934, -73.81647999558878, 40.86108504299356, -73.81652931696804, 40.861011381051256, -73.81704687051868, 40.860269413180724, -73.81717066830937, 40.86010227278678, -73.817254826399, 40.86001182201793, -73.8173532497202, 40.8599211299259, -73.81759946232113, 40.85969890427954, -73.81773697785921, 40.85958460511702, -73.81790754690708, 40.859446129319295, -73.81803930123267, 40.85936936041664, -73.81810587255332, 40.859313688904585, -73.81836988709618, 40.85909951484829, -73.81860134007432, 40.858934237046604, -73.81881734405917, 40.8587923293056, -73.81925469746342, 40.85854286125028, -73.81959816997473, 40.85836486092513, -73.82002962383181, 40.85816068716641, -73.82011475887391, 40.85812063366687, -73.82046904877065, 40.85797626298646, -73.82053169597084, 40.857946403776204, -73.82088821235916, 40.85780519599849, -73.82126265895492, 40.85767228952124, -73.8212947825984, 40.85766163062827, -73.82132337374634, 40.8576507186203, -73.82144444408037, 40.85760925648525, -73.82155137736699, 40.857575567920236, -73.82164355555291, 40.85754088031313, -73.82191713902895, 40.85745751841592, -73.82208859036619, 40.857409551660425, -73.82242006819027, 40.85731154037453, -73.82272510641229, 40.85722285533556, -73.8231852406917, 40.85710987247323, -73.82365418471058, 40.85701506957663, -73.82391337417319, 40.856968679474335, -73.82432059045342, 40.85689625413011, -73.82473267545888, 40.85684818406009, -73.82513242542795, 40.8568000938232, -73.82557846333495, 40.856752071289954, -73.82561571563569, 40.85674717309386, -73.82593181950473, 40.85673145960071, -73.82623052707436, 40.85669206310583, -73.8263414000976, 40.856678746974566, -73.82655543929465, 40.85665304292057, -73.82657877948759, 40.85682649573025, -73.82662585562105, 40.85716003860772, -73.82662978542153, 40.85718167343798, -73.82663587172766, 40.857214103008296, -73.826644336391, 40.85725730423868, -73.8266756193058, 40.85740728230445, -73.82673705025864, 40.857674109385734, -73.82684344719381, 40.85807685216581, -73.82694709368353, 40.858416739944985, -73.82697329596925, 40.85849410720174, -73.82710562163105, 40.85878590561777, -73.8271430946171, 40.858868530583145, -73.82734033031163, 40.85936014875372, -73.8273587101448, 40.85940601219818, -73.82738945843677, 40.859482400109165, -73.82740816946391, 40.8595994776423, -73.82743286054212, 40.8597280336795, -73.82745383424314, 40.85980963790585, -73.82746960970346, 40.859842692439415, -73.8275065127684, 40.85992001161998, -73.82753210909904, 40.85996945356935, -73.8276297656, 40.86014996531962, -73.8277195531967, 40.86027959644996, -73.8278141209485, 40.86039642694627, -73.82787615889525, 40.86046684161671, -73.82790768864098, 40.86050108662496, -73.82792362191174, 40.86051776498417, -73.82819348636355, 40.86076002842134, -73.8282681103085, 40.86082318744425, -73.82841352053433, 40.86094625876575, -73.82849361976972, 40.861014051608265, -73.82873904895904, 40.861221773279865, -73.82895957853476, 40.86142225177689, -73.82910818544346, 40.86155734490521, -73.82927484336282, 40.86180363112894, -73.82947692631683, 40.86205652053561, -73.8295045819738, 40.86209518978783, -73.82955372131138, 40.86216403652451, -73.82959253428977, 40.86221815936133, -73.82962292374974, 40.86226065160564, -73.82976973567108, 40.862491225713434, -73.82990322497348, 40.862728298640846, -73.8300595544673, 40.86305149921826, -73.8305187767315, 40.863651236377045, -73.83053986313995, 40.863725957689525, -73.83058376046733, 40.86383546514818, -73.83069512987986, 40.86406526106348, -73.83111317446972, 40.86479351821515, -73.83168084365083, 40.86578240505537, -73.83174385516666, 40.86588606600706, -73.83182542005696, 40.86600932523174, -73.83209275649733, 40.86646814899836, -73.83315960439104, 40.868319440946394, -73.83324190969857, 40.868464242609704, -73.83330518864744, 40.86859759310559, -73.8333564888591, 40.868719794403326, -73.83340293649302, 40.869068289983645, -73.83348422666336, 40.86948263102411, -73.83349889499067, 40.86955584853551, -73.8335278835074, 40.86975941014327, -73.83358258141868, 40.87017636013561, -73.83399439199594, 40.87112756727403, -73.8341391908463, 40.87148666573315, -73.83421037269811, 40.87167900369332, -73.83430822795476, 40.87194340828149, -73.83457615940806, 40.87271358981802, -73.83472279189222, 40.87333369336194, -73.834840055086, 40.87388266187512, -73.83492536354109, 40.87407113661075, -73.83495128380301, 40.874131657758625, -73.83498248934112, 40.87421600710399, -73.83514649250206, 40.874831623316666, -73.83519735983343, 40.87499680338153, -73.83525716030289, 40.87516063733311, -73.8353312529255, 40.87533260054802, -73.83540716784603, 40.87547976683633, -73.83562417381192, 40.875823690188035, -73.83582393540102, 40.87598864248541, -73.83598388284368, 40.87624638367785, -73.8361073504176, 40.87644225876569, -73.83623761726112, 40.87666627373715, -73.83662904512413, 40.87738015890927, -73.83665889009558, 40.87746494435832, -73.83674644020003, 40.87771368599694, -73.83746180613467, 40.87898351668623, -73.8375374197795, 40.8791192367295, -73.83761093807938, 40.87925125726576, -73.83775737526707, 40.87950944867162, -73.83784720386876, 40.879667829460566, -73.83814920311514, 40.880200289838356, -73.83874272685912, 40.88126565716359, -73.837827889595, 40.881607832314444, -73.83726702266266, 40.88181948332195, -73.83720341636956, 40.881843897703334, -73.83718129039099, 40.88185252738649, -73.83712541742952, 40.88187448889868, -73.8369874316165, 40.881938779843914, -73.83686175828016, 40.881994012909, -73.83675155581807, 40.882051799893155, -73.83673450088611, 40.882060811266136, -73.83664155459086, 40.882119354650726, -73.83649924722879, 40.88220273194241, -73.83643806571234, 40.88224245763317, -73.83632947164102, 40.88231408789385, -73.83621825203464, 40.882392802067336, -73.8360951458458, 40.88249714425155, -73.83596970654693, 40.88260923168649, -73.83562545583351, 40.88293041694264, -73.83529832994148, 40.88320461832607, -73.83495328180635, 40.88346355418873, -73.8345487248563, 40.88373924014271, -73.8344882573807, 40.8837723004049, -73.8344718150862, 40.883783229458885, -73.83434541760693, 40.883849708529176, -73.83424001152686, 40.883900866093136, -73.83420029903918, 40.88392013892438, -73.83405282256038, 40.883983930952354, -73.83387252461561, 40.88406449036373, -73.83382738854658, 40.88408467555843, -73.83361798841578, 40.88418532127207, -73.83345990580001, 40.88424961413128, -73.83331377382571, 40.884313223453574, -73.83316246004433, 40.88436788145595, -73.83303057843253, 40.88440887815756, -73.8328528862764, 40.88445347156034, -73.83247491070264, 40.88452504633615, -73.83233697654484, 40.88454888907372, -73.83222076320642, 40.8845644310096, -73.83130253066594, 40.884711112953845, -73.83108485596024, 40.88474637827057, -73.83087286843889, 40.88479218001329, -73.83065357949424, 40.88485263419654, -73.83050940927896, 40.88489959462821, -73.83037052767881, 40.88495564317051, -73.83029375846846, 40.88498662416126, -73.8301321610311, 40.88505184019796, -73.82968453276277, 40.88524072780341, -73.82953326904055, 40.88530302355891, -73.82939422124676, 40.885363076948956, -73.82864083231634, 40.88568245166105, -73.82831127489412, 40.88582872069208, -73.82789640669385, 40.88595125712544, -73.82768670401363, 40.88601319406028, -73.82691733896458, 40.88628397036129, -73.82672510726262, 40.88635318337184, -73.82665753081113, 40.88637854229072, -73.82635284221195, 40.8865381081501, -73.82552767997007, 40.886843357336396, -73.82549948520737, 40.88685378828461, -73.82506559606585, 40.88704293265967, -73.82472505317557, 40.887222947568986, -73.82446400228257, 40.887380709777155, -73.82449768377137, 40.88741847881119, -73.8245267989911, 40.88745102076771, -73.82456601578124, 40.88749510520989, -73.82461245192138, 40.88754717712576, -73.82468621415504, 40.88762145242519, -73.82488761203935, 40.887824252539545, -73.82489932334285, 40.88783508876128, -73.82493763038599, 40.88785534029555, -73.82496452103055, 40.88786226170035, -73.82499487028545, 40.887867916854695, -73.82549661752522, 40.887946260685695, -73.82728308765039, 40.888225182958394, -73.82749187968831, 40.88825911308285, -73.82756040513244, 40.888273808771714, -73.82761638583622, 40.88829092690645, -73.82775387715479, 40.888340902089276, -73.82782131495948, 40.88836922397321, -73.82786082121463, 40.8883887217141, -73.82787577429363, 40.8883965521376, -73.8279014949662, 40.8884100968969, -73.82813464349148, 40.888578505804546, -73.82800924660515, 40.888815916162635, -73.82798305121455, 40.88884910870462, -73.82796842847502, 40.888863519919596, -73.82792313085781, 40.888916656780694, -73.82789381373655, 40.88896716911953, -73.82788280136245, 40.88898630245799, -73.82787214696968, 40.88900557500418, -73.82784160499932, 40.889065792753335, -73.82740200522005, 40.89013155061076, -73.82732662978346, 40.890331645835204, -73.82729426711074, 40.890438653602715, -73.82723635797986, 40.89072182859079, -73.82722526737693, 40.89083205318907, -73.82722453412839, 40.890890460367025, -73.8272240430695, 40.890929646115815, -73.8272240430695, 40.890929646115815 --73.81538709355017, 40.889394198129494, -73.81526599667065, 40.8893606746507, -73.81454767675564, 40.88911141152469, -73.81432953859434, 40.88903574048116, -73.81364681888415, 40.888819718247106, -73.80917398446819, 40.887779658228354, -73.80539599477974, 40.886459657503586, -73.80494899770508, 40.88672966713344, -73.80490901684499, 40.88621667708693, -73.80394198680095, 40.88641665781259, -73.79877835046662, 40.884507559979426, -73.79716400287208, 40.88445665627157, -73.79640845613785, 40.884835030510395, -73.79440353333688, 40.883196503428294, -73.79389564922263, 40.88323760990862, -73.7938491193656, 40.88324093245835, -73.79308099904016, 40.88329565929412, -73.79301155268277, 40.88330073059146, -73.79303183131063, 40.883279621678426, -73.7930475285528, 40.883268159588404, -73.79306578875928, 40.883257405373136, -73.79308064142968, 40.88324892418332, -73.7930964338564, 40.88324118397752, -73.79312430435944, 40.88322171944278, -73.79314635632065, 40.88320111886218, -73.79315944107596, 40.88318006456994, -73.79316621117944, 40.88316555722039, -73.79317566163725, 40.883138813428154, -73.79317425923735, 40.883112873234246, -73.7931526546284, 40.88310372517193, -73.79313583904025, 40.883097503273, -73.79312311773238, 40.883079926341885, -73.7931263514448, 40.88305229343346, -73.7931362288142, 40.88302752698214, -73.79314686544315, 40.88300240439658, -73.79315894936967, 40.88297810745051, -73.79317055867728, 40.882954579570544, -73.7931766395585, 40.88294116958118, -73.79318511512871, 40.88292534787081, -73.79319602218222, 40.88290634638783, -73.79320687604469, 40.88288193827321, -73.79321889645018, 40.88285401763926, -73.79322660054783, 40.88283026303727, -73.79323182469459, 40.88281306315306, -73.79323696749589, 40.88279912829555, -73.79324546334777, 40.88277677447022, -73.79325715118537, 40.88275162764242, -73.79326493225288, 40.882726005561324, -73.79328105867128, 40.88270352762597, -73.79331908448822, 40.88270982710976, -73.79335486082323, 40.882718015381194, -73.793378769847, 40.882722077068095, -73.79340929914153, 40.88273003620987, -73.79342733484405, 40.88273533725216, -73.79345318528033, 40.88274272880432, -73.79346587506225, 40.88273265072888, -73.7934908948922, 40.88271065603219, -73.79351673179676, 40.88270521287749, -73.79353071794148, 40.88268572340303, -73.7935382813838, 40.882672452020074, -73.79354757908527, 40.882659678107174, -73.79356017333129, 40.88264444004886, -73.79357795682844, 40.882623969524154, -73.79360012083822, 40.882602709897746, -73.7936127732042, 40.88259205632658, -73.7936242728456, 40.88258085049418, -73.79363679919899, 40.882564158016294, -73.79364766432423, 40.882547901105006, -73.79367267475301, 40.8825174246463, -73.79369205339428, 40.88249599613356, -73.79370731699528, 40.88247200647577, -73.7937147011463, 40.882457994558486, -73.79373072644529, 40.882433239042314, -73.79373919168894, 40.88242068244461, -73.79374741434381, 40.88240447753203, -73.79375488984941, 40.882383959742555, -73.79375872968009, 40.88237043585702, -73.79375975687773, 40.88235446301837, -73.79375973482165, 40.88232676844077, -73.79375107946413, 40.8823072943078, -73.79375374514215, 40.88228674090811, -73.79376644449442, 40.882262060486795, -73.79377253021437, 40.882247031394094, -73.79377839770669, 40.882232357604266, -73.79378873382005, 40.882211050691915, -73.79379738547802, 40.88218543012834, -73.79379338156282, 40.88215890807644, -73.7937882138753, 40.88213425245967, -73.79378475064739, 40.88211969977259, -73.79379643622515, 40.882106654555415, -73.79380590807891, 40.882084358260514, -73.79381892327739, 40.88206187468961, -73.79384895460511, 40.882056631658, -73.79385824516075, 40.88203463579819, -73.79387676907436, 40.88200870418165, -73.79388773743341, 40.88199316061809, -73.793899004301, 40.88197470810645, -73.79390948406113, 40.881953731017916, -73.7939206372133, 40.881926028477665, -73.79392621854487, 40.88191064188179, -73.79393280638992, 40.88189704005099, -73.79393704614282, 40.88187083528534, -73.79393412689001, 40.88185570726032, -73.79392303159652, 40.881830682670106, -73.79391381071429, 40.881806869881984, -73.79391725095398, 40.881782145894014, -73.79392940666654, 40.88175749329773, -73.79394824042157, 40.881736447374976, -73.79396187232385, 40.881725492948725, -73.79397742603234, 40.88171270315276, -73.79399214038393, 40.881701998289614, -73.7940081978112, 40.881689756885905, -73.79402610422835, 40.88167658767404, -73.79404273450604, 40.88166632386134, -73.79407116469366, 40.88165278891274, -73.79408745942253, 40.881645132311206, -73.79410570854871, 40.881638523761275, -73.79412358978506, 40.8816330923919, -73.7941415026944, 40.88162892626346, -73.79417484267795, 40.88161836265556, -73.79420723950007, 40.881608540259826, -73.79422451115335, 40.881601105100174, -73.79424124687456, 40.881592407397285, -73.79425740675296, 40.88158230840499, -73.79427501332914, 40.88157207421427, -73.79429117252377, 40.88156180952598, -73.79430498212088, 40.88155206383207, -73.79432684484213, 40.88153365897689, -73.79434643051773, 40.88151494659532, -73.79436374635455, 40.88149359713611, -73.79438045320616, 40.881470818413604, -73.79438989524563, 40.88145730268475, -73.79440421249248, 40.88143531663443, -73.79441347816771, 40.88142089559786, -73.79442670920919, 40.8813994839228, -73.7944449442514, 40.881373222119265, -73.79445760940254, 40.88135869727385, -73.7944700907289, 40.88134491410268, -73.79448122806154, 40.88133335094404, -73.79449077657613, 40.8813214562767, -73.7944995689072, 40.881308160001545, -73.79450742047011, 40.88129560315325, -73.7945160669439, 40.881282664111296, -73.79452846207961, 40.88126182634847, -73.79453779956816, 40.881247953827305, -73.79456244415643, 40.88123037602561, -73.79457787991055, 40.881219975836146, -73.79458706952333, 40.88119559073755, -73.79458715457694, 40.881168062035506, -73.79458565232994, 40.881151617330595, -73.7945840713484, 40.8811364637869, -73.79458207402028, 40.88111513574851, -73.7945825526088, 40.88110116551114, -73.79458726228359, 40.881086736350944, -73.7945763182041, 40.88107071608038, -73.79456974080261, 40.881057200637784, -73.79457160931489, 40.881038045156245, -73.7945885357886, 40.88102553236937, -73.7946408538816, 40.88103412068719, -73.79467069591489, 40.88102584335689, -73.79468017689926, 40.88101197107902, -73.79468845831161, 40.880988902672016, -73.79470028071529, 40.880967157978816, -73.79470155198221, 40.88094122435102, -73.79470419519606, 40.88091630621378, -73.79469964624408, 40.88090213612879, -73.79469462747132, 40.8808883479157, -73.7946933381612, 40.88087209809581, -73.79469465298779, 40.88085664804024, -73.79469838305488, 40.88083208933037, -73.79470589605405, 40.880811187932515, -73.79472786596054, 40.88079292096499, -73.79473431514037, 40.88076573225841, -73.79473997415539, 40.88074814856491, -73.79476554003145, 40.88074835881999, -73.79478137445902, 40.88073905520695, -73.79479226324638, 40.880725323197346, -73.79479946435254, 40.88071243559247, -73.79482296325119, 40.88069079449056, -73.7948433004842, 40.8806748559649, -73.79487014560473, 40.88065920455225, -73.7949009129796, 40.880649734758215, -73.79491652144242, 40.88064251625804, -73.7949506851258, 40.880633958377864, -73.79498422864104, 40.88062721207075, -73.79500249504711, 40.880625268843815, -73.79502096875899, 40.88062727732881, -73.7950393268015, 40.88063101544525, -73.79507469944843, 40.88064131591958, -73.79509077152082, 40.88064765688516, -73.7951083257037, 40.880654686652406, -73.79512540819671, 40.88066155169065, -73.79514252841258, 40.8806692668551, -73.79516206335735, 40.88067764546082, -73.79518348252854, 40.88068597157673, -73.79520588041288, 40.880693945533075, -73.79523950663511, 40.88070734414255, -73.79526889969718, 40.88072150335033, -73.79530024073118, 40.880736873561595, -73.79533050718445, 40.88074944313823, -73.79535646995565, 40.88076178535661, -73.79537377080501, 40.880768650745004, -73.79538940794403, 40.88077562304099, -73.79540558331698, 40.88078388578947, -73.79542091931624, 40.88079426049594, -73.79544501957622, 40.88081272001773, -73.79545966797467, 40.880823696828024, -73.79548104745787, 40.88084495204156, -73.7954937739499, 40.880857435562014, -73.79551645725353, 40.88087795107606, -73.79552972494754, 40.880890764229896, -73.79554984344625, 40.88091042513152, -73.7955649601052, 40.880921925041356, -73.79558573774194, 40.88093906123204, -73.79561189978033, 40.88095724972079, -73.79563557696989, 40.88097211279964, -73.79566842395101, 40.8809689039829, -73.79567438715364, 40.88094646354471, -73.79568158582336, 40.880921966775134, -73.79568818375175, 40.880892966495715, -73.79569181045761, 40.88087798697524, -73.795694311255, 40.8808641580877, -73.79569944722233, 40.88084026099295, -73.79570180892692, 40.88081339457669, -73.79570485378038, 40.88079934693245, -73.7957067750044, 40.88078570882274, -73.7957105102607, 40.880759338305424, -73.79571304393707, 40.88073480626094, -73.79570961612733, 40.88072058327026, -73.79570155558363, 40.880695838867595, -73.79569835256142, 40.88066676630705, -73.79569388861074, 40.880636840551816, -73.79569111941203, 40.88062025854397, -73.79568744151126, 40.880604800538876, -73.79568231061639, 40.88057995146088, -73.79567576114002, 40.880558064281566, -73.79567056234812, 40.88054334288485, -73.79566264439167, 40.88051969822836, -73.79565334741098, 40.88049695432025, -73.79564677280241, 40.88048286353022, -73.79562594283405, 40.88045924913667, -73.79559489034405, 40.880432241601135, -73.79558396881906, 40.88042080405415, -73.79556287065327, 40.88040224001806, -73.79553638064284, 40.8803850666868, -73.79550532304009, 40.880370930710946, -73.79547884299157, 40.88036248402528, -73.79546056690496, 40.88035526123032, -73.79543144842022, 40.880345987711095, -73.79540327068786, 40.88033635925843, -73.79537720543357, 40.880322287027774, -73.79536212225229, 40.88031152915428, -73.79534943148491, 40.88029904478064, -73.79533256910187, 40.88027889704814, -73.79532273778604, 40.880265979204026, -73.79531265409375, 40.880251798425455, -73.79529632014128, 40.88022495468587, -73.7952814961194, 40.8802009393575, -73.79527379817252, 40.88018758675485, -73.79526657233593, 40.88017349298596, -73.79525988599217, 40.880160663560126, -73.7952531685346, 40.88014599527949, -73.79524763021888, 40.880132152137605, -73.79523860113348, 40.880108778326885, -73.79523391135616, 40.88009370211885, -73.79522429803718, 40.88006818680722, -73.79521750493114, 40.88004303219202, -73.79521378768922, 40.88002845207719, -73.79520660322638, 40.88000170650263, -73.79519712224672, 40.879968286027314, -73.7951907282091, 40.879942228026955, -73.79518513559951, 40.879915208825196, -73.79517945200523, 40.87989346272719, -73.79517664239427, 40.879866558323414, -73.79517361896197, 40.87983858555962, -73.79517059443482, 40.879822907174734, -73.79516572148759, 40.879796439447674, -73.7951613588487, 40.87977955203182, -73.79515735164597, 40.87976551979778, -73.79515464721628, 40.87975184556922, -73.79515313639435, 40.879737763736486, -73.79515260309259, 40.87972294073501, -73.79515257875266, 40.87970735141987, -73.79515274371605, 40.87968923656806, -73.7951534798639, 40.879673264093704, -73.79515739762931, 40.87965740622559, -73.79516077269562, 40.87964171218363, -73.7951638949662, 40.879626046508534, -73.795167156402, 40.87961180565452, -73.79517070072399, 40.879588153387346, -73.79517168847484, 40.879572922461904, -73.79517422500955, 40.87955906573046, -73.79517550122755, 40.87954416489599, -73.79517845093727, 40.87952597304118, -73.79518111344949, 40.87950742318233, -73.79518417770639, 40.87948632294981, -73.79518843981313, 40.87945303671876, -73.79519618077879, 40.87942889662835, -73.79520150154569, 40.87941551219075, -73.79521244760365, 40.879383473290474, -73.79521819354143, 40.879361471022165, -73.79522167315756, 40.87934687576021, -73.79521826666172, 40.87932579015887, -73.79521635890079, 40.879311541931514, -73.79523190850466, 40.879287881246505, -73.79524535859234, 40.87927679036853, -73.79526810117775, 40.879254351796995, -73.79528580360743, 40.87923624013753, -73.7953058303279, 40.87921500519784, -73.79532107805639, 40.87919496663416, -73.79532838759523, 40.87917066278018, -73.79532817897093, 40.87914439603333, -73.79533335171548, 40.879120499012565, -73.795346766729, 40.879097274865345, -73.79536669429442, 40.879072772763045, -73.79539152232464, 40.87905385157411, -73.79540674339302, 40.87904361297831, -73.79543538810901, 40.87903007716945, -73.79544967214872, 40.879018602336004, -73.79544856041669, 40.879003585604075, -73.79545295971079, 40.87898427069805, -73.79546066876703, 40.8789700683335, -73.79546747261706, 40.87895701518972, -73.79547424575726, 40.87894160270868, -73.79548004021477, 40.87892692779473, -73.79548409879578, 40.878912306535206, -73.79548881330574, 40.87888462033523, -73.79549037557749, 40.87885885019375, -73.79549082535812, 40.87884144993169, -73.79548842480814, 40.87882269928731, -73.79548716545528, 40.87880861700181, -73.79548461307992, 40.878792555850374, -73.7954893745682, 40.878761165119215, -73.7955021625747, 40.87874194792037, -73.79551739413041, 40.87871592644825, -73.79552506352499, 40.8786910739189, -73.79552413163815, 40.878665024707765, -73.79551865015878, 40.87863619482839, -73.7955174276681, 40.878622470102364, -73.79551413642581, 40.87859938112207, -73.79551010189785, 40.878582659987096, -73.79550182887462, 40.87855574680489, -73.79550107907184, 40.87854108910834, -73.7955006906519, 40.87851501204366, -73.7955078182638, 40.87848963807159, -73.79551787229576, 40.878465941493175, -73.79552095258646, 40.8784519218258, -73.79552302198537, 40.87843754287297, -73.79553460480102, 40.878410911604526, -73.79556051099732, 40.878394682049965, -73.79559223008806, 40.87838052040399, -73.79562069195897, 40.87836808282152, -73.79563594563776, 40.878358365635734, -73.79564745095354, 40.8783449642114, -73.79566470253779, 40.87832018266722, -73.79567378489449, 40.87830650320136, -73.79568257658272, 40.87829282322022, -73.79569569923159, 40.87827160210114, -73.7957025741395, 40.878258165459265, -73.7957107890564, 40.87823257187801, -73.79571896389172, 40.87820766529865, -73.79572237266346, 40.87819290420339, -73.79572874881778, 40.87816571439973, -73.79573486931072, 40.878150685255264, -73.79574306312486, 40.87813195246426, -73.79574966025717, 40.87811508446223, -73.79575818806364, 40.878093444580166, -73.79576578501805, 40.87806894849799, -73.7957762252829, 40.8780376488446, -73.79578322530625, 40.87801861407485, -73.79579426948834, 40.87800197275796, -73.79580639976572, 40.877973174950604, -73.79581123024343, 40.87795517820682, -73.79581805379529, 40.87793449432591, -73.79582456399704, 40.87791076533467, -73.79583165610038, 40.87788607564948, -73.79583466712235, 40.87787024316421, -73.79583854191942, 40.877845109248284, -73.79584347104048, 40.877818163610996, -73.79584630249343, 40.87780285399209, -73.79584946120235, 40.87778683176417, -73.79585341724064, 40.87777039672129, -73.79585791544564, 40.87775396443822, -73.7958622355116, 40.87773681775153, -73.79586644423912, 40.87772038405548, -73.79587007064026, 40.87770504792668, -73.79587824048659, 40.87768288511712, -73.79588648688268, 40.87765781296011, -73.7958935387892, 40.877634607205955, -73.79589983811347, 40.87762081113811, -73.79591179733117, 40.877600164248065, -73.79591788104491, 40.87758549162141, -73.79593054510984, 40.8775593845057, -73.79594190422118, 40.877546009806586, -73.79595474655189, 40.877532940293236, -73.79597429649539, 40.877512966875855, -73.79599254954995, 40.87749266068285, -73.79600964402047, 40.87747257215857, -73.79602604842277, 40.877451961929005, -73.79603904389083, 40.87743652979175, -73.79605769802345, 40.87741424952311, -73.79607425902805, 40.87739092188528, -73.79608420908394, 40.87737702419892, -73.79609239059788, 40.877363012626695, -73.79610665051662, 40.87733487680561, -73.79611395904327, 40.87732196228693, -73.79612254561717, 40.877304686252266, -73.7961312803749, 40.87728628486655, -73.79613866444969, 40.87727194320341, -73.79614766091588, 40.87725137389929, -73.79616162517121, 40.87722524113837, -73.79616999807052, 40.877207224519935, -73.79617822159996, 40.877190330547755, -73.7961865487972, 40.87717522242929, -73.79619472560984, 40.877161568335495, -73.79620156480446, 40.87714848819244, -73.79620906026867, 40.87713340471766, -73.79622219293162, 40.87710801248401, -73.79623788683713, 40.87709620955961, -73.79625336335945, 40.877083720976586, -73.79626074648546, 40.87707083449498, -73.79627693445867, 40.87705033280571, -73.79628905253463, 40.877037783359356, -73.7963093298783, 40.877016904374635, -73.79632266926859, 40.877006498444985, -73.79634560981815, 40.87698954938896, -73.79636132661133, 40.87696986990384, -73.79637380462925, 40.876957156293905, -73.7963965646713, 40.876941030857346, -73.79641135777689, 40.8769281556375, -73.79642462298892, 40.87691794226992, -73.79643886618356, 40.87690759195042, -73.79645437286455, 40.876898013776355, -73.79647031086557, 40.87688821574088, -73.796492954745, 40.876874367419006, -73.79652011728598, 40.87686019748055, -73.79654451141599, 40.876841960545704, -73.79657100055935, 40.87682375521381, -73.79657118499316, 40.87681000505954, -73.79654522818282, 40.87679692111013, -73.7965431542353, 40.87677759474341, -73.79656775573612, 40.87677338419842, -73.79659438519359, 40.87677988134491, -73.79661283814764, 40.87677631911177, -73.79663933379129, 40.8767676103411, -73.79666930878551, 40.87675665646998, -73.79668487995177, 40.87674924585742, -73.7967002006862, 40.876741093698456, -73.79671224054267, 40.876730025375146, -73.79673204104841, 40.87671098607663, -73.79674578312537, 40.876699207559966, -73.7967609691051, 40.87668817178717, -73.79677571682683, 40.87667807084955, -73.79680420130957, 40.8766575349078, -73.79681967243127, 40.8766471335741, -73.79683449797331, 40.87663563070324, -73.79684715045792, 40.8766247849647, -73.79685973025205, 40.87661443166476, -73.79688797208665, 40.87660224011443, -73.79692208687939, 40.87659766172753, -73.79694056002148, 40.87659912060882, -73.79697213135796, 40.876610046868265, -73.79699843781593, 40.87661547087018, -73.79701944106485, 40.87661784188306, -73.79704829806239, 40.87661709570079, -73.79706839128781, 40.87659772727988, -73.79707721698114, 40.87658478745151, -73.79708438050139, 40.876571872615116, -73.7970906787037, 40.876557941404826, -73.79709484809956, 40.8765422207799, -73.79709713479997, 40.87652803488141, -73.79709623790247, 40.87650160212658, -73.7970947378039, 40.876483895858726, -73.79709241467225, 40.87646259248767, -73.79708977112861, 40.87644093195924, -73.79708205173043, 40.87641091946725, -73.79707685839577, 40.876394414261846, -73.79706961081733, 40.87637579289478, -73.79706401454357, 40.87636148327495, -73.79705422877869, 40.87633333296204, -73.79704654573992, 40.87631473784218, -73.79704141490181, 40.87630147180688, -73.79703585600546, 40.87628696954638, -73.79702876824025, 40.8762626393515, -73.79702552493154, 40.876235762128424, -73.79702701608068, 40.87622102733341, -73.79703063878694, 40.876206787054265, -73.79704611810746, 40.87618277119726, -73.79705653095229, 40.876171043518724, -73.79706831718538, 40.876159837836916, -73.79707995886059, 40.876148961479075, -73.79709355422226, 40.876136607249116, -73.79710631806029, 40.876124992658816, -73.79712724595274, 40.876104964734054, -73.79714571122322, 40.87608485143269, -73.79716739733426, 40.87606476990343, -73.79718460722856, 40.876041608031905, -73.79719553380104, 40.87602751925843, -73.7972077190982, 40.87600486993701, -73.7972100103023, 40.875976357248106, -73.79720770047719, 40.87595107373534, -73.79720641586943, 40.87593389013002, -73.79720540899744, 40.87592016489404, -73.79720491212784, 40.87590531494177, -73.79720485280822, 40.8758893680611, -73.79720454051761, 40.87587273456253, -73.79720346344169, 40.87585791150578, -73.79720079768848, 40.8758431396866, -73.79718342654303, 40.87582389720596, -73.7971710514546, 40.87579132274483, -73.79716602507025, 40.87576754367702, -73.79716702670704, 40.875747592380804, -73.79716993448781, 40.875730855581885, -73.7971758304617, 40.87570641043754, -73.79718299554645, 40.875692945396516, -73.79720056489876, 40.87567014074702, -73.79722647951228, 40.87565105627456, -73.79724115597791, 40.87564010328732, -73.79725442634674, 40.875628461654564, -73.79727147086324, 40.875612023436716, -73.79728844645048, 40.875594843992, -73.79730397126785, 40.87557878670861, -73.79731424318992, 40.87556615196486, -73.79732430896851, 40.87554992120156, -73.79733651905391, 40.875529605077965, -73.79734564300111, 40.87551449737079, -73.79735476269371, 40.87550117352606, -73.79736409314246, 40.87548837323534, -73.79738018963911, 40.87547429352085, -73.79739356269312, 40.87545307263938, -73.79740065978325, 40.875438538583346, -73.79741222720953, 40.875414982260565, -73.79743160130693, 40.875393580104635, -73.79744129822636, 40.87538080566444, -73.7974511796594, 40.875365096850345, -73.7974619323465, 40.87534883936498, -73.79747120085507, 40.87533299169837, -73.7974795566143, 40.875320407606075, -73.79748993178958, 40.8753085141307, -73.79750332775993, 40.87529182184065, -73.79751397689495, 40.87527410987717, -73.79752255179342, 40.875260071874685, -73.79753239377325, 40.87524600907992, -73.79754031759742, 40.87523345304093, -73.79755600838271, 40.8752099840804, -73.79756617451301, 40.8751969934344, -73.79757709298487, 40.87517302353146, -73.797562743823, 40.87515952162731, -73.79755700638171, 40.87513157115721, -73.7975580821001, 40.875111014856124, -73.79756983404259, 40.87509890316827, -73.79758495800013, 40.87510768606178, -73.79760811839527, 40.87510237506985, -73.79763662926734, 40.875084555743236, -73.79765465609442, 40.87506647309423, -73.79767753588155, 40.8750453787069, -73.79769164034, 40.87503286140792, -73.7977043703458, 40.87502017510722, -73.79771590682974, 40.87500790003799, -73.79773556750389, 40.87498737630997, -73.79774620267112, 40.87497421987914, -73.79775600453128, 40.874961226776605, -73.79776468476241, 40.87493632002476, -73.79777872977266, 40.87491993230441, -73.79781029177545, 40.87490991292321, -73.79782777055078, 40.874905443796294, -73.79784911957736, 40.87489770906529, -73.7978602119655, 40.87487969888258, -73.79785478426169, 40.874862996990394, -73.79784338889677, 40.87484643232453, -73.79783049504913, 40.874829137436436, -73.79782540001729, 40.874809153839024, -73.79782586247633, 40.87478971486875, -73.79783100873136, 40.87477646416745, -73.79784525123198, 40.87475753470098, -73.79785863471389, 40.8747441039217, -73.79787749557639, 40.87472517533674, -73.79789237686549, 40.874707620230566, -73.79790008083638, 40.87469436590097, -73.79791080254995, 40.874664027353894, -73.79792658199187, 40.87462379046952, -73.79793483437957, 40.87461120165948, -73.79795020506334, 40.87459654968217, -73.79797133223234, 40.874578630896885, -73.79798655503922, 40.87456930415452, -73.79800639350977, 40.87456203770623, -73.79802692427427, 40.87455806555861, -73.79806708458709, 40.874532802349506, -73.79808257660933, 40.874523884888056, -73.79809898433062, 40.87451618558878, -73.79812006608998, 40.87451320132579, -73.79816024978096, 40.87451695191766, -73.79818738314286, 40.874521732347205, -73.79822329958859, 40.87453057853224, -73.79827667800376, 40.87453967405001, -73.79832602369426, 40.874543822406736, -73.79835030629535, 40.8745447049971, -73.79837396857383, 40.87454437263785, -73.79839695716167, 40.87454164559401, -73.7984214741449, 40.87453526162347, -73.79843932347418, 40.874527868259136, -73.7984756754332, 40.874488147190526, -73.79850913576746, 40.87444741971647, -73.79852022663371, 40.87443609200407, -73.79853455151718, 40.87442512202812, -73.79855273700089, 40.87441561668311, -73.79857314255842, 40.87440987295569, -73.79859231012699, 40.874408260313814, -73.79861436697364, 40.874409589209236, -73.79863391887562, 40.874413080308855, -73.79867316460921, 40.874430393168744, -73.79869366531832, 40.87444494213151, -73.79873055827517, 40.87447725663527, -73.79877777540962, 40.87451559900043, -73.79880048100364, 40.87453111171089, -73.79883187502713, 40.87454983810367, -73.79887739684003, 40.87457450983309, -73.79889981101874, 40.87456400955781, -73.79891455622771, 40.874554868262415, -73.79892954994793, 40.874546714335324, -73.79894527074117, 40.87453782237054, -73.79896879057897, 40.87451985804455, -73.79899324655868, 40.87450420059896, -73.79900824481992, 40.87449453744804, -73.79902428458894, 40.874475873909105, -73.7990341255285, 40.87446161917876, -73.79904620069279, 40.87445077129037, -73.79906794355176, 40.87444726842267, -73.79908904986998, 40.874450268683, -73.7991111734141, 40.87445269619745, -73.79913012103805, 40.87445281112397, -73.7991491044991, 40.87445284416516, -73.79916913644941, 40.874440774639524, -73.7991721409891, 40.87442716625828, -73.79917291090084, 40.87441185206184, -73.79918928408729, 40.87439000404642, -73.79919721423951, 40.87437442946049, -73.79920983366164, 40.87436286931366, -73.79924030453556, 40.87435416686078, -73.79927509222635, 40.87434160160176, -73.79930331156646, 40.87432460440321, -73.79932058012163, 40.87430558726611, -73.79933153646385, 40.874293968383505, -73.79934288958161, 40.8742817747765, -73.79935572274405, 40.87427131268277, -73.79937072545393, 40.87426014027075, -73.79938598387923, 40.87424874858166, -73.79940250343023, 40.874238512610646, -73.79942499944067, 40.87422441581762, -73.79943884478124, 40.874214257138014, -73.79945145737469, 40.87420415034379, -73.799473789454, 40.87418500510848, -73.79949554025944, 40.87416624156711, -73.79951515605292, 40.87414892770369, -73.79953282139232, 40.874130872046756, -73.79955190268716, 40.87410944020742, -73.79957240027609, 40.87408727332318, -73.79958999998195, 40.87406658000759, -73.79960978233817, 40.87404161044953, -73.79961843038227, 40.87402790109521, -73.7996356059216, 40.87400347720564, -73.79964533248092, 40.87399089443401, -73.7996517741909, 40.87397789713622, -73.79965709936106, 40.873963002367816, -73.79967531398157, 40.87394176170786, -73.79968884792575, 40.873926250844036, -73.7997030087733, 40.87390662402549, -73.7997144256033, 40.873885837113775, -73.79972396104374, 40.87386540713188, -73.79973050303703, 40.87384194990912, -73.7997349042959, 40.873821456086176, -73.79973615178409, 40.87380350787891, -73.79973379812391, 40.87378066826275, -73.79972844204072, 40.873758179129574, -73.79972138220849, 40.8737373349363, -73.7997214984439, 40.87372237619418, -73.79972457578037, 40.87370857611899, -73.79973501282004, 40.87368852950815, -73.79974258389369, 40.873672760654564, -73.79974884686162, 40.87365882923218, -73.79976303402547, 40.87362965095094, -73.79977151293453, 40.873612593268, -73.79978463092239, 40.87359060354357, -73.79979374522715, 40.87357763698808, -73.79980344439427, 40.87355048062036, -73.79979886806187, 40.873533784795605, -73.79977504191241, 40.87352089796495, -73.79975536051299, 40.87350099269637, -73.7997552369248, 40.87348136719684, -73.7997711959166, 40.87345392183005, -73.79978421872875, 40.87343989137357, -73.79979984862969, 40.87342402573682, -73.79981819272092, 40.87340857723072, -73.79983685225662, 40.873395133760184, -73.79985729395439, 40.87337960694152, -73.79987553230009, 40.873363416238846, -73.79988992642794, 40.87334938994932, -73.79990222115605, 40.87333760764158, -73.79991831337499, 40.87331277030483, -73.79992164943287, 40.8732859045577, -73.79992914056449, 40.87326000773781, -73.79993602684601, 40.873242728461506, -73.79994719300294, 40.8732208172781, -73.79995984860003, 40.87319632787021, -73.7999750379926, 40.87317148896, -73.79998455363919, 40.87315797288468, -73.79999446208343, 40.87314520039383, -73.80000480358633, 40.87313319587037, -73.80001514508014, 40.87312119314695, -73.80002548547054, 40.87310916160501, -73.80003575462825, 40.873097541462734, -73.80004652688491, 40.87308627878543, -73.80006933710571, 40.87306416894568, -73.80008137515348, 40.87305329386792, -73.80009417115996, 40.87304244621611, -73.80010563025586, 40.873031186524024, -73.8001156066324, 40.87302066356509, -73.80015842123002, 40.872971360228796, -73.80017751227577, 40.87294729526551, -73.80018651788683, 40.872934520293995, -73.80021320407793, 40.8728984460286, -73.80023390066074, 40.8728694698594, -73.80025059595884, 40.872848750560564, -73.80026722322818, 40.87282618963873, -73.80028142371403, 40.87280507970693, -73.80029472153807, 40.8727843257059, -73.80030598658344, 40.872765762680665, -73.8003139898014, 40.872749802730766, -73.80032006288785, 40.87272634646, -73.80031699111993, 40.87270161097714, -73.80031630948514, 40.87268722896607, -73.80031874125, 40.8726726578364, -73.80032341700792, 40.872656663312135, -73.80033300425768, 40.872642957327535, -73.80034999267137, 40.87263244738049, -73.80038224013857, 40.872622402365955, -73.80040118029127, 40.872612581961214, -73.8004196507882, 40.87260311643477, -73.80043965459676, 40.87258830284289, -73.80045602576138, 40.87256684004844, -73.80046980441693, 40.87254197071628, -73.80047960320535, 40.872517448394106, -73.80048911731899, 40.87249251675617, -73.80049546623694, 40.87247317709385, -73.80049999844383, 40.87245677169013, -73.8005022151775, 40.872441102486476, -73.80050070821693, 40.872425016221705, -73.8004955500471, 40.87240886871466, -73.80048719866596, 40.87239658419355, -73.80047776010325, 40.872384876807416, -73.80046912092145, 40.872372043388715, -73.80046247990987, 40.87235589421656, -73.8004538189785, 40.872326592589665, -73.80045180211548, 40.87231163015475, -73.80045299044133, 40.87228920909676, -73.80045557456245, 40.872271290203145, -73.80047266359415, 40.8722517214775, -73.80048341577401, 40.87223521876937, -73.80049294959595, 40.872215170523795, -73.80050302446578, 40.87219548160795, -73.80051646725349, 40.872173794021386, -73.80052909063977, 40.872160696596424, -73.80054673069002, 40.87213775287316, -73.8005621689607, 40.872114422633466, -73.80057218761682, 40.872088941659335, -73.80057086172206, 40.87207378861552, -73.80055747710936, 40.87205117667972, -73.80055524103412, 40.87203731246539, -73.80055628785962, 40.87201340715245, -73.80056208496353, 40.8719858045308, -73.80057011966036, 40.87197116293366, -73.80057778763927, 40.87195855040774, -73.80059592682882, 40.87193805147009, -73.80060713577345, 40.87192585748551, -73.80061741078323, 40.8719117951693, -73.8006267129478, 40.871896576742536, -73.80063482500405, 40.87188026036202, -73.80064166928314, 40.87186501157339, -73.80064931490939, 40.871847184263316, -73.80065565486296, 40.87183119439934, -73.80066033059518, 40.871815557354, -73.8006627331399, 40.871797639041176, -73.80066549197241, 40.87178235527846, -73.8006717605551, 40.871765239676996, -73.80068006432315, 40.871745903378795, -73.800690427249, 40.8717262419574, -73.8007015540949, 40.871706196444386, -73.80071484919279, 40.8716854432872, -73.80072944347388, 40.87166619979307, -73.80074548353231, 40.87164586289643, -73.80075946105173, 40.8716269758282, -73.80076867081534, 40.87160654338947, -73.80077303495804, 40.871586403348175, -73.80077427525853, 40.87157035064322, -73.80077254836999, 40.87155519690806, -73.8007712551619, 40.87154020871136, -73.80077203589205, 40.871521545591165, -73.80077945383276, 40.87150723069216, -73.80079585462333, 40.87150069983181, -73.80082650007644, 40.871506077330274, -73.80084463949852, 40.8715095944362, -73.80087154977892, 40.87150612716138, -73.80088777527432, 40.87149712503936, -73.8008994523176, 40.87148663285997, -73.80091205702233, 40.87146623508254, -73.8009210362745, 40.87145065947973, -73.80092892117268, 40.871437664595256, -73.80094044062486, 40.87141838785412, -73.80096509685129, 40.87140742368705, -73.80099836628992, 40.87140567107882, -73.80102205177238, 40.871405134707516, -73.80104031751237, 40.87140330038506, -73.80107536535257, 40.871399105988885, -73.80111147714342, 40.87140249014361, -73.8011293610435, 40.87140735119694, -73.80116047521388, 40.87141346961788, -73.80118521764712, 40.87140936819107, -73.80120814361248, 40.87139702954391, -73.80123457887868, 40.87138299500959, -73.80125597755152, 40.871373617236735, -73.80127469563409, 40.871353393837474, -73.80128041238723, 40.8713394595854, -73.80130511534709, 40.8713136211225, -73.80132112845114, 40.871302614982184, -73.80133663018421, 40.87129322524035, -73.80135357864343, 40.87128480241232, -73.80138078583397, 40.87127919506373, -73.80140099973718, 40.87127843291969, -73.80142570827653, 40.87127413957854, -73.80144947704908, 40.87126992655977, -73.80147418308928, 40.87126607084233, -73.80149249022489, 40.87126267146692, -73.80151880382456, 40.871253194040975, -73.80153532288082, 40.871242764154616, -73.80155227352505, 40.871232801462234, -73.8015842556988, 40.87121477010385, -73.80159902309721, 40.87119742142863, -73.80161455488864, 40.871166404618116, -73.80163146380877, 40.87115133065757, -73.80164790217496, 40.87113890602954, -73.80167586265513, 40.87112292535379, -73.80170327514962, 40.87110930391551, -73.8017271307803, 40.87109940799253, -73.80174949977298, 40.871091980456825, -73.80176988144682, 40.87108306909632, -73.80178933084312, 40.87107291975733, -73.80180904812443, 40.87105686905955, -73.80183464938786, 40.871031222929346, -73.8018479562798, 40.87101908645503, -73.8018683674892, 40.871000648837466, -73.80187816558102, 40.87098845320608, -73.80188398151144, 40.87095431748678, -73.80189789016518, 40.87093370121885, -73.80192599031847, 40.87094365935488, -73.80194654797637, 40.87094932090519, -73.80195949880155, 40.87092329463915, -73.80195278794601, 40.87090582891174, -73.80192904931695, 40.87088802959206, -73.80191425593063, 40.87087831491964, -73.80190348590611, 40.87086396872481, -73.80192375837564, 40.8708435011529, -73.80193626825593, 40.87083169287955, -73.80194860113444, 40.870819170212, -73.80197402323972, 40.870805436333505, -73.80200156898206, 40.87080715761254, -73.80203077871677, 40.87082134182883, -73.80204608231296, 40.87082982278893, -73.80206320630975, 40.87083449059009, -73.80208553607177, 40.87082824436558, -73.80209147267936, 40.87081450315445, -73.80208658685198, 40.87079086229807, -73.802075777324, 40.870765867749306, -73.80209061346986, 40.870750055365114, -73.80211072260224, 40.87074816820445, -73.80213392645929, 40.87073917967438, -73.8021435074273, 40.87072736635634, -73.8021434700365, 40.87070285583662, -73.80213930459422, 40.870681493558116, -73.80213038686827, 40.87065260493399, -73.80211056758989, 40.87063044859334, -73.80209552045731, 40.87062070649386, -73.80208068195185, 40.870612611747624, -73.80206270221689, 40.87060333106808, -73.80204566174966, 40.87059413484214, -73.8020301421421, 40.870573358210926, -73.8020244366449, 40.87055888384049, -73.80202688331443, 40.870538357750526, -73.80204654015814, 40.87053098043377, -73.80207264645034, 40.87053044890048, -73.80209718507456, 40.8705349105952, -73.80211557778448, 40.870538154187514, -73.80213890194074, 40.870524990287166, -73.80212707550636, 40.87050249195955, -73.8021096231047, 40.87048503303421, -73.80209626857348, 40.87046579726202, -73.80209320851633, 40.87044929592455, -73.80208799000563, 40.870429031336265, -73.80208233953789, 40.87040802490298, -73.80208216583694, 40.87039344926217, -73.80209545346632, 40.870374972369945, -73.8021145203365, 40.87037130044955, -73.80213520080463, 40.87037111619191, -73.80215490475032, 40.87037180913526, -73.80217597433118, 40.870375604806014, -73.80219462106322, 40.870379178400974, -73.80221475460571, 40.870381409208186, -73.80223645037984, 40.87038086917779, -73.8022566669351, 40.87037911995094, -73.80228946836122, 40.870376596249535, -73.80230607848776, 40.87035936049891, -73.80232632790656, 40.870334582166294, -73.80234476241888, 40.870312573332356, -73.80236509964361, 40.87029416341363, -73.80237984362938, 40.870284555214596, -73.80239606617134, 40.87027637772387, -73.80242289239652, 40.87026547189004, -73.80246119839593, 40.87026040467335, -73.80248581989943, 40.870260501749, -73.80249588899386, 40.87024245874092, -73.80249424417967, 40.87022431373874, -73.8024970513537, 40.87020417276442, -73.8025196571994, 40.87017717601931, -73.80253494512924, 40.87016693568624, -73.80255981758701, 40.87015641278764, -73.80259601071285, 40.8701561721435, -73.80262351602032, 40.87014705219728, -73.80263601221755, 40.87012777785482, -73.80264799735582, 40.87010962825037, -73.80265589207013, 40.870093558086445, -73.80266516219189, 40.87007650243569, -73.80267464198076, 40.87006194420352, -73.80267943638609, 40.870042490995424, -73.80268367396505, 40.87002759511923, -73.80268832331122, 40.869996260587314, -73.80268898318528, 40.86998056075845, -73.80269128842076, 40.86995964990125, -73.80269337991318, 40.86993761306498, -73.80269526183643, 40.86991184423638, -73.80269722073814, 40.86988571804446, -73.80270260931411, 40.869861106938984, -73.80270691532802, 40.86984752859648, -73.80271057255203, 40.869833921229386, -73.80271957655829, 40.869808985824015, -73.80272572756127, 40.86978328012327, -73.80272775721856, 40.86976928546342, -73.80272870868002, 40.869741262915355, -73.80272839068759, 40.86972649522283, -73.80272575333348, 40.86970102033123, -73.8027187436124, 40.86967550914868, -73.80271111717609, 40.86965035620703, -73.80270493733599, 40.86963700667046, -73.80269300176175, 40.86961329975194, -73.80267898097088, 40.86958673381003, -73.80267338385313, 40.869572094864644, -73.8026745001646, 40.86954928824092, -73.80268127670665, 40.86951985017595, -73.80268147790366, 40.86950041792735, -73.8026807809891, 40.869479830614125, -73.80268004603285, 40.86945927115103, -73.80268148622312, 40.86943685049064, -73.80268619730779, 40.869409082005, -73.80268555042565, 40.86939521964285, -73.8026745313192, 40.869380489481, -73.80264307478618, 40.869368495176225, -73.80261612230585, 40.86936172511086, -73.80259840018881, 40.86935126530988, -73.80261521085673, 40.86934028736637, -73.80264554760082, 40.869351071304955, -73.80265829011651, 40.869333883816196, -73.80267934400378, 40.86931808198626, -73.80267837596695, 40.869303314981885, -73.80266850159857, 40.869280187898134, -73.80265562686672, 40.86925719255685, -73.80265003755646, 40.869239534276794, -73.80264676688992, 40.86922042566913, -73.80264987686402, 40.86919655267069, -73.8026624422213, 40.869165502721, -73.8026744104843, 40.86914098661131, -73.80268663145462, 40.86911685364111, -73.80269826795544, 40.86909420187819, -73.80270736425238, 40.869074511087554, -73.80271540876345, 40.86905668341465, -73.80272542002413, 40.86903326165184, -73.8027335746673, 40.869014693962306, -73.80273944085263, 40.868999799965074, -73.80274559960083, 40.8689834521747, -73.80275153467275, 40.86896932731387, -73.80276357970885, 40.86894330030161, -73.80277143931038, 40.8689262143129, -73.80278685369015, 40.86889802557516, -73.8027984312536, 40.86888322328031, -73.80281699148225, 40.86886703445401, -73.80285492160155, 40.868841627975705, -73.80287212674673, 40.86883117295277, -73.80289186771503, 40.86881962456038, -73.80291058872378, 40.86880960975961, -73.80292775045679, 40.86880178949073, -73.80296622439592, 40.86878818754004, -73.8029905449388, 40.868780378584916, -73.8030143130791, 40.868775643858264, -73.80304143373597, 40.8687744276643, -73.80308148607317, 40.86877699218211, -73.80310356985194, 40.86878024191757, -73.80312802631077, 40.86878742003647, -73.80315290542532, 40.86879808467167, -73.80318207137789, 40.86881482232047, -73.80319830465925, 40.86882731100134, -73.80321312907645, 40.868839275892974, -73.80324423669552, 40.86887091996225, -73.80326142178508, 40.86889208378574, -73.8032860092096, 40.86891636151666, -73.80330271422537, 40.86892819272781, -73.8033180154929, 40.86893776941609, -73.80335400220952, 40.86894653129182, -73.80339337584036, 40.868946790188154, -73.80341731375488, 40.868933189434145, -73.80343609319544, 40.86891623276336, -73.8034546232116, 40.8688981761652, -73.8034714824591, 40.86888231391634, -73.80348776264691, 40.8688657077739, -73.80350513506323, 40.86884839210114, -73.80352706798536, 40.86882924358728, -73.80355355303092, 40.8688102946235, -73.80357511998538, 40.86880459611071, -73.80359634973931, 40.86880221532912, -73.8036165219508, 40.86880285479138, -73.80363466420846, 40.86880601487192, -73.8036645036231, 40.86881446362495, -73.80369862735755, 40.86882945272045, -73.8037149027266, 40.86883977301783, -73.8037328353474, 40.868852071808774, -73.80375611484308, 40.86886619237853, -73.80377888043408, 40.86888322155584, -73.80380166076297, 40.86890691888901, -73.80381582367772, 40.86892280781805, -73.80382897683893, 40.86893718400491, -73.8038486368975, 40.86895261672122, -73.80387137033546, 40.86896769536197, -73.80388981082923, 40.868979556452224, -73.80390778592968, 40.868990346065026, -73.80392385473247, 40.86899712525123, -73.80394271671841, 40.86900121851413, -73.80396233790972, 40.86900490334039, -73.8039847015646, 40.86898608505164, -73.80399678093906, 40.86897279451337, -73.80400872440931, 40.868956511411724, -73.80401719052412, 40.86894241779973, -73.80402977389805, 40.8689179016936, -73.80403778239592, 40.8688996893579, -73.80404384944941, 40.868877715075485, -73.80404732798613, 40.86886223974256, -73.80404774547796, 40.86884374256686, -73.80404414390733, 40.86882649925339, -73.80404155603962, 40.86880862731755, -73.80404055107572, 40.86879421505447, -73.80405001972903, 40.86877079225503, -73.80406436790835, 40.868760853587276, -73.80409169995097, 40.868749481768624, -73.80412593409278, 40.86873949400791, -73.80415469947215, 40.86873161130827, -73.80417648089819, 40.8687259661761, -73.80421279007115, 40.8687114263273, -73.80424033233017, 40.86870156405289, -73.80426902431526, 40.86870732183717, -73.80429001077569, 40.868726323573284, -73.80430828322493, 40.86873442386204, -73.8043361318221, 40.868744214398646, -73.80435675425036, 40.86875108409134, -73.80437756539162, 40.868756307102295, -73.80440947526381, 40.86876138413256, -73.80443702663351, 40.868761731593004, -73.8044623593186, 40.86875376015391, -73.80447004590124, 40.868734039820524, -73.80447347960155, 40.86870997461544, -73.80449660881115, 40.868701009795565, -73.80451328412767, 40.86871089301945, -73.8045249662222, 40.86872172590481, -73.80453896491599, 40.86873259152872, -73.80455322825335, 40.86875108745888, -73.80453977082182, 40.86877763364943, -73.80453049579532, 40.86879658317776, -73.80452599288827, 40.868815954114645, -73.80453186910604, 40.868833420085366, -73.80456020635732, 40.86884971744224, -73.80458178097106, 40.8688526895815, -73.80460737636707, 40.86885462755762, -73.80463394795737, 40.8688549742124, -73.80465610972902, 40.86885553311569, -73.8047001135623, 40.86886776602823, -73.80472986419667, 40.868881457913695, -73.80475814207666, 40.86889295100227, -73.80478865906458, 40.86890461266162, -73.80481464496926, 40.86890849811371, -73.80483807720275, 40.86890744184931, -73.80486248146892, 40.86889529587751, -73.80489655771856, 40.86890191267374, -73.80491262007283, 40.868910916824355, -73.80493017911834, 40.86892771635111, -73.80492719993971, 40.86894489268108, -73.80492289381411, 40.86895827930301, -73.80491779297725, 40.868972049090814, -73.80491153215186, 40.868986174412115, -73.80490986469424, 40.869012327251305, -73.80493234558482, 40.86903918097467, -73.80495658513539, 40.869059341616, -73.8049728247471, 40.8690702100736, -73.80499152022259, 40.86908135822943, -73.80500978774421, 40.86909039220697, -73.80502614811334, 40.869096897082336, -73.8050539965052, 40.869106440709785, -73.80508905067178, 40.86911253771664, -73.80511464407277, 40.86911398120711, -73.80514075233717, 40.86911298252966, -73.80516833936126, 40.86911335779059, -73.80519741137138, 40.86911217229974, -73.80522016616304, 40.869108339501196, -73.80524058699427, 40.86909824704897, -73.8052635887729, 40.869083794269486, -73.80528775410615, 40.86906695354605, -73.80530330233495, 40.869054683578064, -73.80531707339992, 40.8690432885883, -73.8053324184185, 40.869026682409974, -73.80534526639173, 40.86900927598342, -73.80536004549798, 40.8689874243879, -73.80537530441656, 40.86896294056429, -73.80539044298553, 40.86894147498106, -73.80540279784933, 40.86892069177595, -73.80540805862157, 40.86890209200329, -73.80540341480555, 40.868882953243116, -73.80538654649192, 40.868864781704765, -73.80536182868153, 40.868847915242696, -73.80534283679754, 40.86883874412438, -73.80531600568506, 40.86882777500426, -73.80529925957948, 40.86880474551064, -73.80530190159271, 40.86877952631757, -73.80531131774349, 40.868761728693514, -73.80532765642529, 40.86875050192335, -73.80534498898264, 40.86874622321439, -73.80536668789304, 40.868744420113295, -73.80538639468202, 40.868743987797494, -73.80541402889041, 40.86875210369947, -73.80543574400646, 40.868769897996444, -73.80543956898465, 40.86879685793966, -73.80546314113494, 40.86882297139585, -73.80548027701248, 40.868835242457294, -73.80549825469525, 40.86884441274395, -73.8055143602023, 40.86885206974914, -73.80556128343174, 40.868867161809554, -73.80559167476648, 40.868872345813706, -73.80562261421107, 40.86887588283478, -73.80564104837859, 40.86887742490918, -73.8056599891466, 40.86887893901817, -73.80567990830652, 40.868880536716325, -73.80570025620159, 40.86888317880185, -73.80572453912197, 40.868887336731625, -73.80574882576451, 40.86889143973259, -73.80577141311836, 40.86889534806364, -73.80579258958163, 40.86889941790511, -73.80581426650127, 40.868904751973545, -73.80583539866433, 40.86891140163892, -73.80585226499286, 40.868916891494926, -73.80588164177156, 40.86892383057325, -73.80590660368577, 40.868930680273635, -73.8059275470547, 40.86894065061484, -73.80594532994296, 40.8689548164273, -73.805955227999, 40.86898280141815, -73.8059532934383, 40.86900184714874, -73.80594463205975, 40.86902079782127, -73.80594995134746, 40.8690434775244, -73.80597628066761, 40.869066714840464, -73.80599692747406, 40.86907833166792, -73.80601375290483, 40.86908566113409, -73.80603808926142, 40.869097558806196, -73.80604839363308, 40.86910948871956, -73.8060387546118, 40.869129729059416, -73.80601165842444, 40.86914733133036, -73.80599323341197, 40.86915482035335, -73.80596929780363, 40.86916737797542, -73.80595041901321, 40.86918117956979, -73.80593577320873, 40.869195207999816, -73.80590658720075, 40.86920943169167, -73.80587298476058, 40.86921393165035, -73.80584963554918, 40.869223087279266, -73.80582074433597, 40.869237091725594, -73.80580600237853, 40.869245849404486, -73.80578007393804, 40.86925999570124, -73.80574965492943, 40.86927558962609, -73.80572944855388, 40.86928658842289, -73.80570928359364, 40.86929599611861, -73.80569352632139, 40.869305521993184, -73.80568001066173, 40.86931598364841, -73.8056702314016, 40.86933342409489, -73.80567188208023, 40.86935066316942, -73.8056772160587, 40.869368292956146, -73.8056839337448, 40.869383702661416, -73.80569151618064, 40.869399524446116, -73.80569844102594, 40.86941792592969, -73.80570314977236, 40.86944005531521, -73.80570735311944, 40.86947357505803, -73.80571165357493, 40.869499438090884, -73.80572019279204, 40.86952234384432, -73.80573313764904, 40.869546078261614, -73.80574094663655, 40.86955907468398, -73.80574922746328, 40.86957135691032, -73.80575931485247, 40.86958326036896, -73.80577229768399, 40.8695952209287, -73.8057870535709, 40.86960649739663, -73.805801846196, 40.86961656906788, -73.80582898155993, 40.869635196358175, -73.80585823350869, 40.869647213098446, -73.80588319622436, 40.8696546931474, -73.80591062258917, 40.86966020075753, -73.8059519476953, 40.869673169787944, -73.80597916724089, 40.86968817450991, -73.80599345680974, 40.86969788691521, -73.80600738031926, 40.869709466321105, -73.80601782846315, 40.86972175217125, -73.8060262540818, 40.86973403462069, -73.80603514722074, 40.86974667625062, -73.80604436329963, 40.86976044223505, -73.80605477265567, 40.86977423723901, -73.80606695515367, 40.86978691231003, -73.80607921790303, 40.869798103505886, -73.80609448227523, 40.86980792739642, -73.80611080080585, 40.869815859324184, -73.8061276338219, 40.8698222828915, -73.80616039347558, 40.86983353642867, -73.80619206458475, 40.869846682760695, -73.80620889204499, 40.869854204004966, -73.80623958562583, 40.86986778632073, -73.80626832251801, 40.86988279172055, -73.80630550278622, 40.86990360594371, -73.80632711032796, 40.86992148273284, -73.80635354316071, 40.86994518568581, -73.80636954578044, 40.869962229111884, -73.80638082299568, 40.869976220047995, -73.80638783563833, 40.86998940599311, -73.80639293028358, 40.870002945314035, -73.80639628418803, 40.8700182935015, -73.80639955909784, 40.870035920698186, -73.80640328022882, 40.87004981520901, -73.80641268459337, 40.87007310596889, -73.80644032820872, 40.87009085598755, -73.80646923065255, 40.87009875314081, -73.80649967371036, 40.87011206211767, -73.80651769103868, 40.870120819884306, -73.80653324556168, 40.87013004087375, -73.80655227945972, 40.87013759368182, -73.80657525811569, 40.87014416526074, -73.80660971122394, 40.87014466064445, -73.80663852722715, 40.87014517628837, -73.80666836217978, 40.870144072749014, -73.80670256731358, 40.87015560320253, -73.8067274109708, 40.87016659568233, -73.80674767368569, 40.87017420634658, -73.80676835413634, 40.870174818192964, -73.80678459135046, 40.87016139565307, -73.80680882594015, 40.87014562541368, -73.80683775586604, 40.87013101745793, -73.80687021455539, 40.87012223347105, -73.80689453623029, 40.87011445251249, -73.80691627798556, 40.870110289005446, -73.80694951138685, 40.87012148727981, -73.80697960583103, 40.87012947094536, -73.8070152450304, 40.8701328794782, -73.80703741208184, 40.870132998492664, -73.80706347742252, 40.870133838109865, -73.80708915397311, 40.87013171265596, -73.8071178024146, 40.87012742378243, -73.80715191294067, 40.870122925210964, -73.80717856902716, 40.87011967486038, -73.80720678615496, 40.87011439830628, -73.80723602380267, 40.87010695416809, -73.80727479735306, 40.87010207793967, -73.80729899774906, 40.870098468666576, -73.80732861822482, 40.87009563565635, -73.80736014636338, 40.870095606349146, -73.80740049434486, 40.87009677049668, -73.80743655303127, 40.870092550642795, -73.80746507763303, 40.870081855385905, -73.80749676008413, 40.87006621809438, -73.80752272627943, 40.87005171488267, -73.80754916697876, 40.87003597608279, -73.80758186842378, 40.87001786141646, -73.80759842697273, 40.87000523623209, -73.80761207184435, 40.86998859900411, -73.80762767546359, 40.869968999724165, -73.80764400260223, 40.869949018039094, -73.80766348228869, 40.86992797092291, -73.80767398425499, 40.86990905110797, -73.80768319697799, 40.86988636779382, -73.80769136668957, 40.86986255712724, -73.80769851184711, 40.86984190187298, -73.80771248264445, 40.86982493469585, -73.80769732185692, 40.869815715421645, -73.80767003573452, 40.86982439750224, -73.80765529642589, 40.8698326889665, -73.80764436317142, 40.86984938655051, -73.80763998152011, 40.86986444625657, -73.80763288002282, 40.86988230375541, -73.80762175794672, 40.869902349046754, -73.80761027636017, 40.869922009228056, -73.80760035930989, 40.86993719837906, -73.80758683405062, 40.86995103708022, -73.8075569660773, 40.8699639957615, -73.80753764464171, 40.86996887751512, -73.80751984595459, 40.86997266320688, -73.80750200804141, 40.869976475845164, -73.80748124486726, 40.86997987207614, -73.80744170537855, 40.86998710638133, -73.8074209042302, 40.86999091496276, -73.80739967305006, 40.86999329554508, -73.80737602426417, 40.869994051204614, -73.80734945181986, 40.86999301900681, -73.80732728955942, 40.869992900060204, -73.80730164778943, 40.869994915765275, -73.80727101497567, 40.87000979564294, -73.80723860989072, 40.870025496500915, -73.80721081129606, 40.870035769684286, -73.80719318493912, 40.870041476360136, -73.80716840078496, 40.870048406545614, -73.80715013629919, 40.87004999600576, -73.80711907111206, 40.87005115074221, -73.80709919436757, 40.87004870240071, -73.80707003458514, 40.870042396142026, -73.80703984538657, 40.870028649201124, -73.80702301825843, 40.87002137481354, -73.80701188554058, 40.87000741209737, -73.80699712140346, 40.86998702370839, -73.80697949653012, 40.86996769761374, -73.8069604852491, 40.86995276269114, -73.80694089859267, 40.869937029868424, -73.80692136874096, 40.86991358443459, -73.80691374660846, 40.869899465494235, -73.8068975659418, 40.8698681202524, -73.80688981490377, 40.869847741783715, -73.80687835011912, 40.86983622152974, -73.80685406352876, 40.86983236640289, -73.80683351064282, 40.86982585477007, -73.80681489860324, 40.869822557532736, -73.80678137050155, 40.869813636066276, -73.80676191420953, 40.86980287233876, -73.8067412358684, 40.86978892152557, -73.80672091587735, 40.86976473453034, -73.80671933647497, 40.869735528070244, -73.80672307002172, 40.8697202728069, -73.80672955201032, 40.86969157421814, -73.80672365936917, 40.86966606605288, -73.80671625160998, 40.86965249495613, -73.80670956285033, 40.86963969318179, -73.8067010103414, 40.869621645627994, -73.80669140075774, 40.86960609516447, -73.80668085997183, 40.86958810010864, -73.80667154885727, 40.86956944795272, -73.80666360659147, 40.86955326903606, -73.80665387879291, 40.869529016928894, -73.8066501883517, 40.869504967642015, -73.80665352853133, 40.86947527505314, -73.80665969610865, 40.869455166622195, -73.8066584093359, 40.869438338796115, -73.80665546044776, 40.86942035645731, -73.80665163231846, 40.869405721570416, -73.80665598144374, 40.869390083730735, -73.8066622429051, 40.869375217213516, -73.80666952073747, 40.8693596130958, -73.80667674033573, 40.869339148931275, -73.80668290901386, 40.86931865509043, -73.80668832295396, 40.86929703707277, -73.80668999114975, 40.869283041737894, -73.80669137421452, 40.869267563717514, -73.80669141825562, 40.869252413934, -73.80669004509932, 40.86922735097447, -73.8066880710448, 40.86919721274248, -73.80668873211845, 40.869180772688615, -73.80668521807408, 40.86915847875344, -73.80668515736393, 40.86914223019535, -73.80668154750924, 40.86912759567434, -73.80667404139336, 40.86910993347884, -73.80666563167354, 40.86909298475859, -73.80665688689709, 40.86907867121295, -73.80664998885734, 40.86906361875648, -73.80664487061891, 40.869045961460394, -73.80663922217043, 40.86902421414664, -73.80662955734095, 40.8690024051722, -73.80661555057809, 40.86898275640179, -73.8066018058933, 40.86897211027593, -73.80657687916454, 40.868964960921694, -73.80654559747583, 40.86895467080199, -73.8065288083462, 40.86894627169094, -73.8065120627713, 40.86893595100298, -73.80649506367035, 40.868925520027545, -73.80647755607343, 40.868915362846494, -73.80646204702744, 40.86890243640341, -73.80645700608298, 40.868883105215474, -73.80646425793567, 40.868863383121024, -73.80647643743102, 40.86884037529466, -73.80649063509183, 40.86881926548414, -73.80650667626546, 40.86879892598135, -73.80652629441796, 40.86877881309397, -73.80654129266289, 40.8687691498585, -73.80657685775958, 40.86874843065179, -73.8065646957973, 40.868728320313224, -73.80654888883474, 40.868705677085146, -73.80654355516876, 40.868687471023236, -73.80653936858543, 40.86867170991596, -73.80653521579106, 40.868658198291435, -73.80651733522163, 40.86864008105135, -73.80649995850781, 40.86863511092019, -73.8064696923299, 40.86862402644795, -73.80643975598777, 40.86861088489923, -73.80642419642517, 40.86860270665408, -73.8063953156554, 40.86858759028699, -73.80638005001543, 40.86857787539097, -73.80636873201288, 40.86856575200058, -73.80635206259412, 40.86855416892801, -73.80633102955532, 40.868538350724435, -73.80631257155812, 40.86851976692918, -73.80629837791508, 40.868501627927856, -73.80628862376835, 40.868486926347536, -73.80627046386918, 40.86846537862954, -73.80624168201129, 40.868453802219435, -73.80621705760223, 40.86845411656297, -73.80619388027091, 40.868454874572315, -73.80615743543711, 40.86845470349572, -73.80613899922778, 40.86845349107978, -73.80610102071624, 40.868445963099184, -73.80607321282892, 40.868435183417006, -73.8060383270065, 40.8684214850463, -73.80600183220442, 40.86841283211225, -73.80596843807899, 40.86840868593473, -73.80594978712968, 40.86840667799392, -73.80592020355303, 40.86839710554853, -73.80590341765956, 40.86838848573047, -73.80588811129492, 40.868379758538886, -73.80586903677396, 40.868374128998276, -73.80583886795004, 40.868378936388005, -73.80582166523159, 40.868388760613115, -73.80580285719944, 40.86839180233748, -73.80578001737148, 40.86837529661888, -73.80576327398195, 40.868364316665065, -73.80574338998177, 40.86835154754911, -73.80572583768573, 40.86834460042755, -73.80569037074739, 40.86834429487562, -73.80564204060283, 40.86835247458577, -73.80560988045706, 40.868358788684965, -73.80557411454411, 40.86836133715006, -73.80555360797477, 40.86836352410745, -73.80552643507922, 40.86835793399222, -73.80549637598533, 40.868337792474414, -73.8054788889926, 40.868321102112894, -73.80546281345113, 40.868304058434276, -73.80544843767525, 40.868287044633924, -73.80543512451918, 40.86827700332426, -73.80540825170468, 40.86826779101175, -73.80538262695323, 40.86827757395396, -73.80536943739423, 40.86829906984061, -73.80534920513874, 40.868318989692895, -73.80533961835741, 40.86833269700345, -73.80532971446705, 40.868344510045674, -73.80531485432897, 40.8683568090946, -73.80527808049204, 40.86837016886306, -73.80525490191654, 40.868370952795885, -73.80523417953914, 40.86837270169374, -73.80520421507522, 40.86836968669741, -73.80519782588023, 40.868353975851164, -73.80521138205438, 40.8683421960004, -73.80521656838134, 40.8683243110987, -73.80520005916021, 40.868307127975726, -73.80517280097203, 40.86829382402724, -73.8051551718633, 40.86828882715251, -73.80512346712952, 40.86828707258545, -73.80508842440506, 40.86829016961986, -73.80506969417652, 40.868290137980445, -73.80504058436054, 40.868292202254004, -73.8050229996382, 40.8682963445172, -73.80499346559964, 40.86830675111123, -73.80496300251518, 40.86831400080686, -73.80494140858313, 40.86831605074398, -73.80493310896163, 40.868298552780715, -73.80491361717723, 40.86830013981192, -73.80488980072008, 40.868297189157275, -73.80487364484097, 40.8682829178722, -73.80485747657185, 40.86825953179392, -73.80484858498147, 40.86824650646256, -73.80484045908695, 40.86823126091421, -73.80483316666708, 40.86821535581452, -73.8048250028239, 40.86820010930029, -73.80480884138915, 40.86817521580436, -73.80478638662534, 40.86813957870687, -73.80476968038774, 40.86811561629168, -73.80475990296007, 40.868095645768, -73.80474869717914, 40.868070074473735, -73.80474187152835, 40.868055598336326, -73.80473511699564, 40.86804073780916, -73.80472692097543, 40.86802474922837, -73.80471883086365, 40.86800985942524, -73.80470653010339, 40.86798837450272, -73.80469618472698, 40.8679646983917, -73.80468979432351, 40.86794945306773, -73.80468336587728, 40.86793423739519, -73.80467935754041, 40.86792015053209, -73.80467059447842, 40.86788843391055, -73.80466655751643, 40.867871575286884, -73.80466084070622, 40.867848317631186, -73.80465724140026, 40.867831075238314, -73.80465219070837, 40.86781446073189, -73.80464853973557, 40.867789368670365, -73.80464576443062, 40.86777388362951, -73.80464255707336, 40.86775768466818, -73.80463957540717, 40.867740168670295, -73.80463476873248, 40.86771438757656, -73.80462848437405, 40.86768728566166, -73.80462341924023, 40.86766348070758, -73.80462021507047, 40.86764700800135, -73.8046175219192, 40.867627789662386, -73.80460963965768, 40.867603952922636, -73.80460461772647, 40.86757715660898, -73.8046044776532, 40.86755135459958, -73.80460455942482, 40.86753604008544, -73.80460264830022, 40.86752236739385, -73.80459680278757, 40.86750619187831, -73.80459424742378, 40.867489335759814, -73.8045960722673, 40.867471414573956, -73.80459964234596, 40.867450149217795, -73.80460092503255, 40.86743184530536, -73.80460230698736, 40.86741730111156, -73.80460959156778, 40.86739908840641, -73.80461987173175, 40.867370229763566, -73.80461827352231, 40.867348161422136, -73.80461382792724, 40.86732303829557, -73.80460682131783, 40.86730801434309, -73.80459869847834, 40.86729219066467, -73.80458504197355, 40.86727517797096, -73.80457123170972, 40.86726285927563, -73.80454350323744, 40.86724952736382, -73.80451230447038, 40.86723602477628, -73.80449573074019, 40.86722883328929, -73.80447966846208, 40.86721955712892, -73.8044668275316, 40.86719749494781, -73.80445631145237, 40.86718353392175, -73.80444087550524, 40.86717022281576, -73.80441281481193, 40.867159362157494, -73.80439572729395, 40.86715425352177, -73.80436792295978, 40.867142543223416, -73.8043622464, 40.867118160003834, -73.80435980360896, 40.867100562065026, -73.80435626611235, 40.86708573578287, -73.80435305431182, 40.867071485466774, -73.80435126067319, 40.86705539785157, -73.80434849712087, 40.86703554904086, -73.80434653281507, 40.867014575070755, -73.80434206590837, 40.86698423985268, -73.8043465186803, 40.86695850145819, -73.80432972067369, 40.86694129070114, -73.80430395088123, 40.86695049774572, -73.80427612597624, 40.866969992112395, -73.80426203017277, 40.866980974906404, -73.80424630466018, 40.866992722152474, -73.80423137611952, 40.867004115054456, -73.80421219444001, 40.86702217067651, -73.80419888713912, 40.86703526735305, -73.80418615200894, 40.86705023171727, -73.8041744310597, 40.86706519870174, -73.80416499480911, 40.86707731320435, -73.80415653114297, 40.86709066663184, -73.80414737849381, 40.86710475819254, -73.80413945472816, 40.86711885273887, -73.80412339348621, 40.867146299462256, -73.80411156711895, 40.86715959314856, -73.80409681114381, 40.86717359144687, -73.80407944928714, 40.867188329124566, -73.8040640519992, 40.867199362813246, -73.80403664003178, 40.8672139195291, -73.8040216424212, 40.867223362722925, -73.8040026154481, 40.867239195259664, -73.80397767295574, 40.86726185247228, -73.8039575512451, 40.86728045305264, -73.80394540531084, 40.86729187856001, -73.8039335065823, 40.86730555481358, -73.80391717242728, 40.86732775748372, -73.80390700501256, 40.86734201299088, -73.80389567830036, 40.86735840789491, -73.80388380483052, 40.86737477395326, -73.80387414738436, 40.86738905733888, -73.80386352991026, 40.86740910313578, -73.8038373030999, 40.86741391580259, -73.80382355898898, 40.867403737597876, -73.80381144622878, 40.8673910371879, -73.80379762641614, 40.867369934092416, -73.8037683803775, 40.86735637969417, -73.80374747911395, 40.867345282514016, -73.80372510034988, 40.86733281226923, -73.80370373228531, 40.86732072644818, -73.80368474187958, 40.86731127950555, -73.80365172488418, 40.867301370153584, -73.8036318895676, 40.86729686275967, -73.8036035710073, 40.86728698840425, -73.80360540162006, 40.867267202325515, -73.80362162765763, 40.867257540656034, -73.80363331392721, 40.86724312386908, -73.80360682407984, 40.86723901577005, -73.80358669416553, 40.867236264725214, -73.80355554236091, 40.86723102486582, -73.80353638815058, 40.867228054852916, -73.80350336549031, 40.867219682587105, -73.80348501721487, 40.867214134030796, -73.80345746292231, 40.86720335504671, -73.80342915027047, 40.86719150408004, -73.80340138130506, 40.867179518058556, -73.80337103396643, 40.867171808571996, -73.80333573868248, 40.86717504241866, -73.80330061431101, 40.867181048257834, -73.80326722321712, 40.86718777023053, -73.80324671338971, 40.86719075370713, -73.80320971717774, 40.8671939566997, -73.80317661816983, 40.867187753493404, -73.80316076544416, 40.867181083528074, -73.80313287044264, 40.867163606931896, -73.80312028252365, 40.86715279847043, -73.8030972452935, 40.86713041797415, -73.80307348398689, 40.86710861165135, -73.80306068203359, 40.867097584899085, -73.80303766284037, 40.86708154297925, -73.80300515275532, 40.867071166951845, -73.8029749395378, 40.867067465676264, -73.80294247693836, 40.86706548859412, -73.80292412393801, 40.867060763889675, -73.80290219538603, 40.86704255722343, -73.80287698989538, 40.8670081766344, -73.80288264911682, 40.86698900133587, -73.80289651930424, 40.86696937270802, -73.80291267460088, 40.866947168974534, -73.8029321552537, 40.866924804327084, -73.80295369630234, 40.866903241030045, -73.80295999569451, 40.86688818386671, -73.80295747376701, 40.86687300177977, -73.80295231210125, 40.86685797817386, -73.80294523912659, 40.866840674861734, -73.8029385903903, 40.866827516334475, -73.80292722878703, 40.866806801839836, -73.80290700888888, 40.866784837640104, -73.80290036463897, 40.8667701698947, -73.80290422408184, 40.866749096886394, -73.80292782132017, 40.866728139534466, -73.8029356569872, 40.86670701928641, -73.80293837266146, 40.86668163457194, -73.80293740851482, 40.86666554834963, -73.80293467664039, 40.86664756627555, -73.80293310585745, 40.86662884598044, -73.80293117882567, 40.866608257457855, -73.80292935188224, 40.86658991943389, -73.80292838440336, 40.86657495881966, -73.80292741907452, 40.866558872594936, -73.80292427865214, 40.86653265663027, -73.80292324443604, 40.86651580036762, -73.80292444614516, 40.86650095511896, -73.8029228981869, 40.86648654281276, -73.80292395456435, 40.86645909764095, -73.80293872913434, 40.86642204244145, -73.80294547889436, 40.86640629897194, -73.80295449936708, 40.86638883043626, -73.80296014688565, 40.866373579453295, -73.80296512318493, 40.866353470073456, -73.8029700638987, 40.86633335973209, -73.80297448494447, 40.86631769332849, -73.8029808944609, 40.86630227975596, -73.80298553520045, 40.8662853260243, -73.80298812718281, 40.86626444445301, -73.80299093241705, 40.866233240012576, -73.80300087857174, 40.86620759479052, -73.8030090538514, 40.8661819177286, -73.80300811856412, 40.86616769827332, -73.80300724123572, 40.86614672703258, -73.80300342972266, 40.86612761840147, -73.80300119667116, 40.86611262861126, -73.8029993653311, 40.866095772788114, -73.8029978601084, 40.86607894453646, -73.80299479674456, 40.866063952427865, -73.80299277825712, 40.866036997273824, -73.80299388180781, 40.865994016901865, -73.80298525841732, 40.86597596983783, -73.80297858526876, 40.865958666307, -73.80297193775063, 40.86594512417219, -73.80296760651413, 40.86593048739266, -73.80295947738881, 40.86591617280691, -73.80294699682814, 40.86590605068152, -73.8029306405015, 40.865898915168856, -73.802912375555, 40.865889002880316, -73.80291279874689, 40.86586828239469, -73.80291517941747, 40.865845860622166, -73.80292967521375, 40.865834386104815, -73.8029140086675, 40.86582584880211, -73.80289608298376, 40.86582354174053, -73.802865225845, 40.86581717568076, -73.80283301515023, 40.865804056315476, -73.80281452951827, 40.86579537730736, -73.80278625943664, 40.865782211534025, -73.80275396507533, 40.86577331620894, -73.80273429843956, 40.86577289897914, -73.80271166264994, 40.86576174461216, -73.80268444647194, 40.865746794040604, -73.80266240082649, 40.86573143988039, -73.80263183387241, 40.86571245026438, -73.80261856914262, 40.86569919845423, -73.80260946069356, 40.8656863652773, -73.80259951850135, 40.86567388816832, -73.80258866981622, 40.86566269901141, -73.80256302657934, 40.865652937032394, -73.80253315016928, 40.86564588728753, -73.80250928318578, 40.86563514229807, -73.80247901354318, 40.86563868614843, -73.80244552440658, 40.86562913223311, -73.80243194968178, 40.86561044540431, -73.8024208928637, 40.86559626174081, -73.80240428063206, 40.86558986591877, -73.80237143368323, 40.86558415637919, -73.80235472453037, 40.865598400549594, -73.8023494426054, 40.865623917734375, -73.80234560701884, 40.865649298720705, -73.80233870485118, 40.86567239801124, -73.80233294922242, 40.865686879760915, -73.80230965415205, 40.865702813670595, -73.80227474141262, 40.86571087808397, -73.80225440376694, 40.865717127761954, -73.80223660374811, 40.86572124311834, -73.80221948839672, 40.86572607193428, -73.8021996987744, 40.8657303198489, -73.80217376047227, 40.8657236603712, -73.8021567633183, 40.86571268035216, -73.80214191918891, 40.86569527991616, -73.80213262890136, 40.865682995689426, -73.80211719197325, 40.865671084530206, -73.80208456249233, 40.865675996579135, -73.80207007532216, 40.86568453540338, -73.80204656851521, 40.86569945404291, -73.8020366694214, 40.8657219430436, -73.80203719246043, 40.865739894338134, -73.80204991782726, 40.86575259599014, -73.80204880021809, 40.865775788031726, -73.802041847886, 40.86579139332808, -73.80203522628268, 40.86580587357709, -73.80202632364144, 40.86581996540214, -73.80201356218869, 40.86583213075767, -73.80199407812235, 40.86584329583621, -73.80196819150055, 40.865854724573204, -73.80194065351928, 40.86586343278666, -73.80192285802306, 40.865866010062994, -73.8019030265823, 40.86587193186854, -73.80188081782819, 40.86588748394697, -73.80188503303467, 40.86590475450609, -73.80189019553617, 40.86591939185351, -73.80190732079069, 40.865947499478715, -73.80191487482945, 40.865972819858555, -73.8019027956835, 40.86599881882189, -73.8018934300105, 40.86601104402314, -73.80187586595899, 40.86603267068544, -73.80186086891997, 40.86604230630666, -73.80184315997134, 40.866052046228205, -73.80183199134666, 40.866063855903036, -73.80181525144727, 40.8660875415943, -73.80181190203504, 40.8661073259415, -73.80181091134345, 40.86612412110642, -73.80180399356198, 40.86614123657111, -73.80179677719168, 40.866159832830775, -73.80178644993946, 40.86618026345012, -73.80178026107093, 40.86619438783237, -73.80176949070402, 40.86622936512753, -73.8017683565131, 40.86624654455503, -73.801763686706, 40.86627274803613, -73.80175918856831, 40.86628951015956, -73.8017486042081, 40.866311423442625, -73.80174004100229, 40.86633336631171, -73.80175041881645, 40.86635726247256, -73.80175905636386, 40.86637006699164, -73.8017658501054, 40.866383830067264, -73.80177060845877, 40.8663999489332, -73.80176431501457, 40.866413333831034, -73.80174965419393, 40.866455384102366, -73.80173930410255, 40.866471121316245, -73.80171982490789, 40.866492906751105, -73.80171667477107, 40.86650670857205, -73.80170874385139, 40.86652305326935, -73.80170006269225, 40.86653640614496, -73.80169076382448, 40.86655085295573, -73.80167478969594, 40.86657305863268, -73.80165393402903, 40.86659539189048, -73.80164113882827, 40.86660607313572, -73.80162808167202, 40.86662026764645, -73.80161964871834, 40.86663510315129, -73.80160074480591, 40.86665766037517, -73.80158930299686, 40.86668703544034, -73.80158225414746, 40.866711067338734, -73.80156930923972, 40.866736130965954, -73.80155513768959, 40.86676004075364, -73.8015455169772, 40.866773006591075, -73.80153524746191, 40.866785559787154, -73.80150980119774, 40.86680747449847, -73.80149628539144, 40.866817139634094, -73.80147508639864, 40.86683403780313, -73.8014566926978, 40.86685492006633, -73.80144489809139, 40.86688204598243, -73.80144825722873, 40.86690752215922, -73.80144073575251, 40.86693210163413, -73.80143039032451, 40.86695774783344, -73.80141961972119, 40.86698078457677, -73.8014134340643, 40.86699378242849, -73.80140317212053, 40.867015696232414, -73.80139384180315, 40.86704062918514, -73.80138184248928, 40.86706399248912, -73.80137344611279, 40.867078855953174, -73.8013633811738, 40.86709516903662, -73.80135339325683, 40.86711071323224, -73.80134336729114, 40.86712628617719, -73.80133297965165, 40.867142215993546, -73.8013220521389, 40.867157401974076, -73.8013101783937, 40.86717445394311, -73.80129598379399, 40.86719331190175, -73.80128200965154, 40.867211431835436, -73.8012710498912, 40.8672254930419, -73.80125395557978, 40.86724733923414, -73.80123793878943, 40.867271410592714, -73.80122936772223, 40.867284377310334, -73.80122061401522, 40.86729772822242, -73.80120658529324, 40.86732218751104, -73.80119949449374, 40.867335185592246, -73.8011857217387, 40.867358930329125, -73.8011775446562, 40.86737302423607, -73.80116937200471, 40.86738563504102, -73.8011533963572, 40.86740822334924, -73.8011400978108, 40.86743046147527, -73.80112578900558, 40.86745137863892, -73.80111775768113, 40.86746511619813, -73.80109917279884, 40.867489539704906, -73.8010879602226, 40.867502831438166, -73.8010779443063, 40.86751579745437, -73.80106802968675, 40.86753098425569, -73.80105764397999, 40.86754543184114, -73.80104935886786, 40.867559141042626, -73.80103814178742, 40.86757432739658, -73.80102046495216, 40.86759773670195, -73.80101032978861, 40.86761328151332, -73.80100142684012, 40.8676281152598, -73.80099158457445, 40.867643688489764, -73.800979519114, 40.8676637036095, -73.80096246029893, 40.86768590641288, -73.80094765444022, 40.8677040239697, -73.80093832068663, 40.86771773135397, -73.80092469568858, 40.86773961049555, -73.80091136761953, 40.86776017182865, -73.80090221530138, 40.86777349591368, -73.80089339025744, 40.86778646216718, -73.80088362018276, 40.867801678917644, -73.80087370547086, 40.867816867502476, -73.80085910312067, 40.86783910154391, -73.8008426202896, 40.86786223913239, -73.80083292363017, 40.86787630337648, -73.80082279565133, 40.86788981667509, -73.80081473081063, 40.86790242854052, -73.80080698712345, 40.86791633046311, -73.80079599302267, 40.86794178277684, -73.80079453556513, 40.867957094913805, -73.80079030523926, 40.867981351344675, -73.80078165914792, 40.86800702652967, -73.80077641280973, 40.868020795886885, -73.80076788254654, 40.86804383643363, -73.80076187201915, 40.868059277583164, -73.80075032383219, 40.86808752946265, -73.80074245882841, 40.86810667383037, -73.8007357958739, 40.86812211475231, -73.80073000397758, 40.86813624066003, -73.80072342188573, 40.86814923778791, -73.80071687299974, 40.86816223677375, -73.80070743249055, 40.86817630144899, -73.80069712233954, 40.86818962261671, -73.80068703162996, 40.86820294506306, -73.80067762424417, 40.868217035907215, -73.80066491766166, 40.86823479955761, -73.80065329399609, 40.86825259299252, -73.8006416369264, 40.86826926075469, -73.80062482387295, 40.86829407175306, -73.80061534026659, 40.86830983737371, -73.8006041919107, 40.868325764906764, -73.80058964300294, 40.86834237273643, -73.80057502739619, 40.8683578818498, -73.80056067441792, 40.86836927527044, -73.80053017395548, 40.868388023003234, -73.8005102195626, 40.86839905014016, -73.80048229992988, 40.86841396082703, -73.80045580137498, 40.86843677667426, -73.80044009358562, 40.86845374177677, -73.80041649414873, 40.868474175426805, -73.80040354925036, 40.868486723891706, -73.80038219851568, 40.86850529650728, -73.800361921175, 40.86852746573625, -73.80034893945432, 40.8685396287211, -73.80033075816205, 40.86856218608077, -73.80031590791117, 40.86858271859449, -73.80029848577, 40.86860527816312, -73.80027834855349, 40.86862895774309, -73.80026467789723, 40.868642602634615, -73.80024756417407, 40.86865843786205, -73.80023244068425, 40.868673562443036, -73.80021987965684, 40.86869058429066, -73.80021054353666, 40.868705772917814, -73.80019372550072, 40.86873096745243, -73.80018186589541, 40.86874351867184, -73.80016069743934, 40.86876099206185, -73.80014735733215, 40.86877238718466, -73.80013607482188, 40.86878513120334, -73.80012656220697, 40.868798646405445, -73.80011795276728, 40.86881161297121, -73.80010875897791, 40.86882718814705, -73.80009658677277, 40.868847038196215, -73.80007992870328, 40.86886792414135, -73.80005466262402, 40.86888945432835, -73.80004038587936, 40.86889988609123, -73.80002806205594, 40.868910185262564, -73.80001284306921, 40.86893296742435, -73.80000732360864, 40.86895346113818, -73.80000225789071, 40.86896665355658, -73.79999635608829, 40.86898135464903, -73.79998955280432, 40.86899564355466, -73.79997614934616, 40.86901584895141, -73.7999644733434, 40.86902727395201, -73.79995108625236, 40.869042428520174, -73.7999476428926, 40.86905732567654, -73.79994579347078, 40.86907115671333, -73.79993660769873, 40.86909587007127, -73.79993160797669, 40.86911038091949, -73.79992213562107, 40.86913492988993, -73.79991713992085, 40.86914889054442, -73.79989723497788, 40.869167027036376, -73.79987882263877, 40.86918189823175, -73.79986830026701, 40.86919428604687, -73.7998597632219, 40.86920799562319, -73.79985126446046, 40.86922041396129, -73.79984446217078, 40.86923395995452, -73.79983879226069, 40.86925593740749, -73.79981951509548, 40.86928145629918, -73.7998022751717, 40.869303658611805, -73.79978755752737, 40.86932849923418, -73.79978036580752, 40.869351213346576, -73.7997739203226, 40.86937862211215, -73.79976672118222, 40.86940300932279, -73.79975437668712, 40.869417370543005, -73.79973127797653, 40.869431273658456, -73.7997162806594, 40.86944024983706, -73.79969957882636, 40.86946415499566, -73.7996972856185, 40.86948037245875, -73.79970136558812, 40.86950659013018, -73.79970175472755, 40.86953335159488, -73.7996818757455, 40.86955541333377, -73.79967471439709, 40.86956802578439, -73.79966945643115, 40.869585143993575, -73.79966341559785, 40.86960972591291, -73.79965786984006, 40.86962629432238, -73.79964365511599, 40.86965228932709, -73.79962808830565, 40.86967111947764, -73.79960369666148, 40.86968968576541, -73.7995737874697, 40.86970442708483, -73.7995556928951, 40.86970982921723, -73.79952882851839, 40.86972150333896, -73.79951480191849, 40.869733472608246, -73.79949554873194, 40.869750951903015, -73.7994780976782, 40.869770710767156, -73.79946070200675, 40.86979609599188, -73.7994510437842, 40.86980941817822, -73.7994465583077, 40.86983468896261, -73.7994482073294, 40.869851160005744, -73.79944788981499, 40.86987226695999, -73.79944116772583, 40.86989574998426, -73.79943356989706, 40.86990910276469, -73.7994164003589, 40.86993146992983, -73.79939287599954, 40.8699507247545, -73.79936313339155, 40.86995816602913, -73.799347708233, 40.86996538365724, -73.79932722549525, 40.86998302557522, -73.79930951266455, 40.870006158097254, -73.79930177230692, 40.87001877131792, -73.79929500943582, 40.87003176984726, -73.79927724787407, 40.87005767669175, -73.79926497465074, 40.87007546705135, -73.79925237517118, 40.870092875033876, -73.79924304305182, 40.87010581416051, -73.79922754551227, 40.870125987908665, -73.79921770404162, 40.87013985905544, -73.79920938534448, 40.87015227945885, -73.79920146196774, 40.87016656366505, -73.7991911936712, 40.8701901773775, -73.7991845449535, 40.87021289239472, -73.79918058582595, 40.870242555776855, -73.7991767064075, 40.87025800144791, -73.79917279236761, 40.870272733869825, -73.79916829965764, 40.870288178473224, -73.79916163849028, 40.87031500961053, -73.79915844976593, 40.870328783371036, -73.79915316510478, 40.87035506850454, -73.79915109558364, 40.87036983115062, -73.79914880740115, 40.870385115700685, -73.799142941001, 40.87041194821985, -73.7991365053234, 40.87043559651274, -73.79913245054917, 40.87044939487892, -73.79912180359517, 40.87047934918112, -73.79911174558859, 40.87050518656307, -73.79909934391772, 40.87052893432725, -73.79908329328887, 40.87055190671761, -73.79907305939008, 40.870564103155566, -73.79905753111476, 40.87058183379457, -73.79904062243259, 40.87060178623965, -73.799026941943, 40.870617681290156, -73.7990090151279, 40.87063930506919, -73.79899896095348, 40.870652079027984, -73.79898272547216, 40.87067653238934, -73.79897328128683, 40.87069078871573, -73.79895923485456, 40.87070882448751, -73.79895044404432, 40.87072198425208, -73.79894180144962, 40.87074615007202, -73.79893404909615, 40.87076307119343, -73.79892713909013, 40.870776426037715, -73.79891083517182, 40.870799562751785, -73.79889309187696, 40.87081970462428, -73.79888466519547, 40.87083248050867, -73.79887003014557, 40.87085449721334, -73.79885811689249, 40.87087241872617, -73.79881806765944, 40.870927276143505, -73.79878316922117, 40.87096955276747, -73.7987689503142, 40.870983786342876, -73.798754656319, 40.870995782966645, -73.79868830726228, 40.871043261773664, -73.79865865736998, 40.87106769168543, -73.79862873981693, 40.87108727017913, -73.79861368307283, 40.87110002816986, -73.7986048805548, 40.8711146637912, -73.79859992970847, 40.87113639119485, -73.79860141659681, 40.871153459889385, -73.798605926286, 40.87116733081402, -73.79860823669884, 40.87118784081996, -73.79860618115684, 40.87120263949834, -73.79859534893293, 40.87122157952373, -73.79857239444694, 40.87124005985002, -73.79855194119328, 40.871252470728585, -73.79851160053015, 40.87127180587267, -73.79848929398774, 40.87128549580281, -73.79846656608275, 40.87130200082712, -73.79845493397684, 40.87131320602835, -73.79843890634952, 40.87137306786694, -73.7984335957587, 40.87139526288938, -73.79842180973696, 40.871419275496706, -73.79839946756853, 40.87145369284066, -73.79836364282585, 40.87149886279382, -73.79834433448192, 40.87152252636565, -73.79833095249953, 40.87153649120141, -73.79829706124988, 40.87156368531658, -73.79826230856827, 40.87158937139494, -73.79824797354802, 40.871601131954726, -73.79823109882682, 40.87162223696581, -73.79822441817703, 40.87163577316598, -73.79821986933653, 40.87165045671646, -73.79820073387921, 40.871683572115536, -73.79819086981026, 40.871697706975866, -73.79814882445638, 40.87173919738325, -73.79811662336591, 40.871769552421654, -73.7980796106186, 40.87180110839056, -73.79803614515211, 40.87183830363283, -73.79800857468433, 40.87186140608934, -73.79798800942052, 40.871876617196705, -73.79791304505899, 40.87192731863502, -73.79789808257442, 40.871937448164104, -73.79787837757047, 40.87196077057651, -73.79786205071964, 40.87199123529065, -73.7978441311205, 40.87202194484708, -73.79783075525627, 40.87203890196472, -73.79781439023583, 40.8720518655709, -73.79777986871211, 40.87207239029566, -73.79774458922446, 40.87209288486584, -73.79771988269616, 40.87212012552387, -73.79770699608807, 40.87213689888403, -73.79769446110754, 40.87214844100909, -73.7976779304076, 40.87215891624997, -73.79763524173279, 40.87217849370366, -73.79760945692587, 40.87218815307053, -73.79759340411783, 40.87219595197905, -73.79757700089455, 40.87221091547385, -73.79757033519522, 40.87222415359893, -73.79757894406869, 40.87223779042045, -73.79759047923646, 40.87224878943434, -73.79759563743943, 40.872264690338596, -73.79759221683236, 40.87227889948242, -73.79757767839085, 40.872294655077646, -73.79755110549212, 40.87230715499704, -73.79751429634949, 40.87231957931819, -73.79747282851028, 40.87233010081951, -73.79741960806443, 40.87233986057129, -73.7973895846492, 40.87234598702764, -73.79737130126938, 40.87235193418229, -73.79731228373251, 40.87237793215621, -73.79726249922821, 40.87239958434526, -73.79721100432195, 40.872425430693404, -73.79716401008405, 40.87244546686023, -73.79714734058847, 40.87245122411107, -73.7971096589404, 40.87245834558177, -73.79708369331732, 40.872460722246394, -73.7970525135766, 40.87246127884895, -73.7970074880262, 40.87246709426628, -73.79696755763639, 40.87247094835726, -73.79694859332693, 40.87247687173463, -73.79692358502712, 40.87248390918559, -73.79690523244318, 40.87249073772479, -73.79688890198554, 40.8724985045293, -73.79687256840947, 40.87250690256994, -73.79684243950128, 40.87252188952485, -73.79682617249053, 40.872532181407564, -73.79681171221317, 40.872543243687126, -73.79679554668556, 40.87255564919537, -73.796779717951, 40.87256459651044, -73.79676378982833, 40.872571128532805, -73.79674656267446, 40.87257612112772, -73.79671343885398, 40.87258860571369, -73.79669396367676, 40.872596312020875, -73.79667539368423, 40.87260283847617, -73.79664213679682, 40.872612277348395, -73.79662328145598, 40.87261745795965, -73.79660388625688, 40.872622281022046, -73.7965850317549, 40.872627573289314, -73.79656472973099, 40.87263294494635, -73.79654301621152, 40.872639028200204, -73.79652365710277, 40.87264407103244, -73.79650617908506, 40.8726484580195, -73.79648678378022, 40.87265330987772, -73.79646836519278, 40.872657642971866, -73.79644708760688, 40.87266314886165, -73.79642913904884, 40.87266778354244, -73.796409997589, 40.87267225132609, -73.79637685615353, 40.87267921757868, -73.79634117481807, 40.87268774619272, -73.79631186684158, 40.87269452918848, -73.79629366558665, 40.87269916340213, -73.79627618881652, 40.8727039078513, -73.79625516031206, 40.87270902963601, -73.7962379398438, 40.87271336480871, -73.79621691260756, 40.872718844983886, -73.79619802551035, 40.87272391560974, -73.79616764339795, 40.87273821756842, -73.79614477552984, 40.8727551397133, -73.79612985178584, 40.87276331861848, -73.79609768565726, 40.8727705908797, -73.79606707910864, 40.872775669591775, -73.79604588567422, 40.87277692253972, -73.79602575036735, 40.872775870297545, -73.79599104133904, 40.872774849019414, -73.79595683700819, 40.87277443105139, -73.79593463394906, 40.87277532559954, -73.79591622801644, 40.87277551276976, -73.79589659545262, 40.872774927848184, -73.79586080999441, 40.87277135263701, -73.79584183443879, 40.87276928756146, -73.7958115430311, 40.87276599580374, -73.79579317345527, 40.87276631989324, -73.79577374449738, 40.872770127003164, -73.79574298906961, 40.87277693520805, -73.79572551121942, 40.87278162554254, -73.79568806638581, 40.872788008566204, -73.79565613187806, 40.87279014741823, -73.79562365750239, 40.87279116149315, -73.79559063341273, 40.872795411848564, -73.79557105320714, 40.87280133300813, -73.79555439991782, 40.87280791850887, -73.79552351362366, 40.87282177906496, -73.79550988972412, 40.87283158017557, -73.79549911302276, 40.872843665471635, -73.79548884404291, 40.8728553680575, -73.79547398918099, 40.872865031008295, -73.79543925031201, 40.872873696988, -73.7954102085229, 40.872876033604676, -73.79538753472319, 40.87287684346745, -73.79535934563503, 40.87287232074626, -73.79534040993585, 40.87285653128355, -73.79531934773698, 40.872850593013865, -73.79530058858734, 40.87284874885339, -73.79528307187248, 40.87284215680663, -73.79526473557426, 40.8728432237757, -73.79524053598082, 40.872857590488366, -73.7952260736773, 40.87286920186475, -73.79520000961125, 40.872890755676885, -73.79517495710293, 40.87290125055398, -73.79515620173582, 40.87290934238875, -73.79513044307001, 40.87292570900153, -73.79511431357228, 40.87293822419795, -73.79509714063036, 40.87294942102233, -73.79508178176812, 40.87295784665425, -73.7950496198095, 40.87297562915568, -73.79503573897279, 40.87298562335938, -73.79502139022667, 40.87299539611009, -73.79500399965676, 40.87300637191382, -73.79497427275471, 40.87302004257782, -73.7949489651064, 40.87303053785296, -73.79491569320373, 40.873044695671545, -73.79488734168223, 40.873057052240355, -73.79485990046204, 40.87306811911703, -73.79482608774181, 40.8730810674902, -73.794791083114, 40.87309390657557, -73.79477150537856, 40.87309897573989, -73.79473670019895, 40.873106379803026, -73.79471925582921, 40.8731113176795, -73.79469086908034, 40.87312315185289, -73.79466171512755, 40.87313794816826, -73.79464607052107, 40.8731459076801, -73.79462741822874, 40.87315630396728, -73.79461516505852, 40.873166629695945, -73.79460261674434, 40.87317841099105, -73.79458342778955, 40.87319816511315, -73.79457395180229, 40.87321077402167, -73.79456357075499, 40.87322373701192, -73.794552284978, 40.8732369469259, -73.7945428089839, 40.87324917042188, -73.79453434845341, 40.87326139662552, -73.7945235050413, 40.87328308904365, -73.79451232071717, 40.87330991274861, -73.79450572816066, 40.8733249689157, -73.79449428681654, 40.87335357513211, -73.79448684907996, 40.87337302238522, -73.79447937702324, 40.873392825270365, -73.79447168099594, 40.87341408384907, -73.79446341733485, 40.873432458045905, -73.79445435868023, 40.87345011763771, -73.79444356318889, 40.87346857016855, -73.7944310765476, 40.873483781522275, -73.79442188994813, 40.873496390933326, -73.79441019319599, 40.87351357936782, -73.79439963106954, 40.87352676264034, -73.794374627051, 40.873544475760525, -73.79434789178751, 40.87356040281906, -73.79433202878498, 40.87358024476997, -73.7943165824643, 40.87360535983254, -73.79430551954135, 40.87362817564981, -73.79430153874358, 40.8736529536515, -73.79430565609064, 40.8736894929846, -73.79431747787805, 40.87370170039174, -73.79431514676605, 40.87371934494769, -73.79429667782043, 40.873739814392714, -73.79428330080009, 40.873750989045504, -73.79426963066403, 40.87376334371697, -73.79425885086545, 40.87377707498669, -73.79425910288222, 40.87380029457988, -73.79425775088245, 40.873816652278286, -73.79425314790468, 40.873832014541605, -73.7942387093428, 40.87384694684363, -73.79422157059355, 40.87385847137598, -73.79420218164586, 40.87387259971298, -73.79417852927185, 40.8738973957559, -73.794166766221, 40.87391258135596, -73.79415431510054, 40.87392853384572, -73.7941399779009, 40.873946347885074, -73.79412672735134, 40.873963781152796, -73.79411648387122, 40.87397784204455, -73.79410703774269, 40.873992620247805, -73.79409773855828, 40.8740062992137, -73.79408930783546, 40.87401995181327, -73.79407520406973, 40.874043587030336, -73.79406729201393, 40.87406520088808, -73.79405314260717, 40.87409245869342, -73.79403351665788, 40.87411259645106, -73.79403207701512, 40.874133866164186, -73.7940447927732, 40.874148929748046, -73.79404453100375, 40.87417560810708, -73.79403363396709, 40.87419153364058, -73.79401948149963, 40.874207511894284, -73.79400852457682, 40.87421978853175, -73.79400059696388, 40.87423453972005, -73.79399085562319, 40.87425077077758, -73.7939791852802, 40.87427122619238, -73.79397060007531, 40.87428762410182, -73.79396328763757, 40.87430177395771, -73.79395781999852, 40.87431628370105, -73.79394874535622, 40.874339020186405, -73.7939376720604, 40.87436510292601, -73.7939304642358, 40.87438109176757, -73.79392503388038, 40.874394667767326, -73.79391887646436, 40.874409341066595, -73.79391059227778, 40.87443424824121, -73.79390660139808, 40.87444996817648, -73.79390195700891, 40.87446678554259, -73.79389748843278, 40.87448505661375, -73.79389367899043, 40.874514957792925, -73.79389241283516, 40.87454798281235, -73.79389245877319, 40.8745672245699, -73.79389324221985, 40.87458352934491, -73.79389265276743, 40.87459878890022, -73.79389183498581, 40.87461805432868, -73.79388575811564, 40.87465342463692, -73.79388248764346, 40.874670187724654, -73.79387954561624, 40.874686239111064, -73.79387667808884, 40.87470121904712, -73.79387290326036, 40.87471726894582, -73.7938699599616, 40.8747329637355, -73.79386659131492, 40.874759197102755, -73.79386921569936, 40.87478706025595, -73.79387072801494, 40.874813164566234, -73.79387168992434, 40.87482892036043, -73.79387218662764, 40.874843963936364, -73.79387079935726, 40.874859798379525, -73.79386511756002, 40.8748844355478, -73.79385968401513, 40.874911267653644, -73.79384990824255, 40.8749385611579, -73.79384093377291, 40.874963768756416, -73.79383935774453, 40.87498232054102, -73.7938387324323, 40.87499766197553, -73.79383643981822, 40.875013165221056, -73.79383167559475, 40.87504603810829, -73.7938303191342, 40.87506340974219, -73.79382719327064, 40.875080201901156, -73.79382389677464, 40.87509463357049, -73.79381634637002, 40.875126951279405, -73.79381642581993, 40.87514800398055, -73.79381863625112, 40.87516971874717, -73.79382026996852, 40.87519071839463, -73.79382212427002, 40.87521097733269, -73.79382420682116, 40.875227258313025, -73.79382741173274, 40.87524351248273, -73.79383275776316, 40.87525677814867, -73.79383781661396, 40.87527007211702, -73.7938421080648, 40.87528484511998, -73.79384582516533, 40.8752989057095, -73.7938459921461, 40.87531468799769, -73.7938409190228, 40.87532933531223, -73.793833612727, 40.87534260629011, -73.7938232978615, 40.87535740992963, -73.79381063261515, 40.87537190680419, -73.79379572050723, 40.875388292492886, -73.79378130091243, 40.87540882491609, -73.79376566589008, 40.87543681932789, -73.79375395227834, 40.87545927822914, -73.79374239131, 40.875479567220864, -73.79373271867958, 40.875496897874555, -73.79372200405781, 40.87551205558327, -73.79370478960587, 40.875535958938244, -73.79369712712851, 40.875558480005004, -73.7936902990065, 40.875579355566394, -73.79368477986323, 40.87559855855595, -73.79367978193744, 40.875612657598765, -73.79367390317765, 40.87563076134683, -73.79366857294598, 40.87564757657354, -73.79366454804779, 40.87566274803794, -73.79365945696348, 40.87568354385779, -73.79365654948057, 40.875700665079734, -73.79365467046453, 40.87572316856857, -73.79365463882174, 40.87575706565911, -73.79365363375543, 40.87577701782105, -73.79365151447027, 40.875796281817244, -73.79364910785714, 40.875814091008145, -73.79364666216186, 40.87583302484113, -73.79364288507004, 40.87585052991706, -73.79363765588377, 40.87586879961374, -73.79363086465416, 40.87589000391541, -73.79362426150762, 40.87590832518383, -73.79361872537473, 40.87592190277757, -73.79361111580437, 40.875938439275096, -73.79359926080484, 40.87596015680272, -73.79358584573734, 40.875983023265455, -73.7935723815455, 40.87600948169335, -73.79356215817798, 40.87603029894402, -73.79355535610972, 40.87604390038412, -73.79354612444712, 40.87605939300888, -73.7935355886648, 40.876074222340094, -73.79352386406858, 40.87608907835902, -73.79351111951138, 40.87610612704589, -73.79349418083736, 40.87613398311125, -73.79348563169494, 40.87615125902198, -73.7934775042314, 40.87617180266432, -73.7934713551172, 40.8761951764845, -73.79346249957831, 40.87622859042644, -73.7934594348437, 40.876249334932105, -73.7934598162644, 40.87626670966828, -73.79346309019463, 40.87628326563275, -73.7934682502801, 40.8762983436666, -73.79347468081913, 40.87631155635754, -73.79348114607157, 40.8763261981878, -73.79348952908524, 40.876339881726075, -73.79349896713887, 40.87635192015542, -73.79351052369385, 40.876367887610236, -73.79352315246997, 40.87638813881187, -73.79353556296005, 40.876408773230295, -73.79354519888454, 40.876426247367014, -73.793553365415, 40.87644012141693, -73.79356869855079, 40.876462848395406, -73.79358575856084, 40.87648840419788, -73.79359406753638, 40.87650302140374, -73.79360160754929, 40.87651999741778, -73.79360983204946, 40.87654998313285, -73.79361409039976, 40.87656434635869, -73.79362051234764, 40.87659295740296, -73.793621479931, 40.87660687440396, -73.79363799774383, 40.87663245804403, -73.7936492302279, 40.87666036450013, -73.7936486407877, 40.87667559613336, -73.79364424451782, 40.87669458140553, -73.79363767688585, 40.87671290273571, -73.79362922996332, 40.876731251321544, -73.79361180095292, 40.87675460407493, -73.79359790836966, 40.87676844047, -73.79358082460108, 40.876784905088435, -73.79355185742304, 40.876809254748096, -73.79352834095344, 40.87682463716871, -73.79350331060817, 40.876838893064416, -73.79347690220256, 40.87685374891627, -73.7934523424035, 40.87686775800822, -73.79342999682697, 40.87687894261952, -73.79339194473583, 40.87689476724828, -73.79337228411308, 40.87690244474465, -73.7933521217648, 40.876908940797044, -73.79333128461717, 40.87691192192602, -73.79330745474765, 40.87691245646335, -73.79328923149505, 40.876911134322604, -73.79326153453319, 40.87691075513045, -73.79323722659548, 40.87692501136199, -73.79321719367009, 40.876948250430836, -73.79320446696501, 40.8769594810486, -73.79317001974142, 40.876966665559884, -73.79313620472468, 40.876968169103094, -73.79310003858029, 40.87696997098587, -73.79308605024892, 40.87699127130784, -73.79308481209273, 40.87700562469734, -73.79308964432664, 40.87703302536206, -73.79309859339908, 40.87705085399615, -73.79311000413331, 40.87706717782153, -73.79312294953417, 40.87707946930177, -73.79313781383865, 40.87709006319479, -73.7931528976325, 40.87710027387055, -73.79318354145329, 40.87710719052293, -73.7932046526931, 40.87710917701367, -73.7932248232239, 40.87711151840913, -73.79324556597815, 40.87711526018736, -73.79327249307214, 40.87711945428006, -73.79329280177735, 40.87712390846023, -73.79331421913568, 40.87713237450362, -73.7933328841157, 40.877141985539666, -73.79335132089908, 40.87715516660624, -73.79336708328155, 40.8771684518407, -73.793386345941, 40.87718273117688, -73.79340709811174, 40.87719605235362, -73.79343695902705, 40.87721021467901, -73.79346769188079, 40.87722325024331, -73.79349018835788, 40.87723303470108, -73.79350585868626, 40.87724083126616, -73.7935319906091, 40.87725660507473, -73.79355190574054, 40.87727129707412, -73.79357373285491, 40.87728766650046, -73.79359538955285, 40.87729969975947, -73.7936162712168, 40.8773068734859, -73.79363459344536, 40.87730998052239, -73.79365573847473, 40.877312954828184, -73.79367456405325, 40.87731710462502, -73.79369584751745, 40.87732211157637, -73.79372482931372, 40.877328668519446, -73.79374221066583, 40.87733256989014, -73.79376107421281, 40.87733710424981, -73.79377993385623, 40.87734213296832, -73.79379983799716, 40.87734853589643, -73.79382263619974, 40.87735516461138, -73.79385149952115, 40.87736435614398, -73.79387241368372, 40.8773717775166, -73.79390875825838, 40.87738213412321, -73.79393350347392, 40.87738986399014, -73.79395636931706, 40.87739764452576, -73.79397462371685, 40.87740006521386, -73.79399649103803, 40.87740273908247, -73.79402791625628, 40.87741484462621, -73.79406385097484, 40.877417735392086, -73.79408439204934, 40.877417691000254, -73.79410651760735, 40.87741857963751, -73.7941298101294, 40.87742842032001, -73.79416400052789, 40.877434492074904, -73.79420050962437, 40.87743886602876, -73.79422071341492, 40.87744200424251, -73.79424145734194, 40.8774458016737, -73.79425941218423, 40.87745148785898, -73.79427768750878, 40.87745904042754, -73.79430881034673, 40.87747419171235, -73.7943231024359, 40.87748269709632, -73.79434948488004, 40.87749926809848, -73.79436478716735, 40.87750912060902, -73.79438718187792, 40.87752886862873, -73.79439874793138, 40.87754228311893, -73.79441057545908, 40.877564755199494, -73.79442051262748, 40.87757893580392, -73.79442820538017, 40.87760532665224, -73.7944312334004, 40.877631681275865, -73.79442807511717, 40.877647457633074, -73.79444974740538, 40.87764379071991, -73.79444802733858, 40.87766215044276, -73.79444211861409, 40.87767844328498, -73.79443936082639, 40.87769284710891, -73.79443374733937, 40.87770804277953, -73.79442448040622, 40.877722272019994, -73.7944122204558, 40.87774601860665, -73.79440642425884, 40.87776121304987, -73.7943987863755, 40.87777577476944, -73.79439158160561, 40.87778992483587, -73.79437816261783, 40.87781479496585, -73.79436648512734, 40.877825506195755, -73.79433804449755, 40.87784296553899, -73.7943106216694, 40.87784741911562, -73.79428954653359, 40.87785630090238, -73.79428177007469, 40.877868858777454, -73.7942707059205, 40.877891839362405, -73.79425463205139, 40.877909706139164, -73.7942321694663, 40.87793486179291, -73.79421266916134, 40.877949704013105, -73.79419701300948, 40.87796062695013, -73.79418648962987, 40.877972932285445, -73.79419292106451, 40.87798595402962, -73.79420303518455, 40.878001231763584, -73.7941984426851, 40.87802499289944, -73.7941934819776, 40.878038542726095, -73.79418443416645, 40.878064354435395, -73.79417622258705, 40.87808906993836, -73.7941616911648, 40.878110699897306, -73.79414724135297, 40.878140837826145, -73.79413762086432, 40.878152732342876, -73.79411492065965, 40.878173359887114, -73.79410778841506, 40.87818742631878, -73.7940909688023, 40.87821237409259, -73.79408452949163, 40.87822526211764, -73.79407450232799, 40.87825200497744, -73.794064615391, 40.878280202377205, -73.79406160699962, 40.87829389435676, -73.79404931122441, 40.87831725723028, -73.79403178643692, 40.878324718029106, -73.79401360717408, 40.87833280980085, -73.7940012359761, 40.87834604562828, -73.79398764252859, 40.87836855431564, -73.79398047837559, 40.87838179943556, -73.7939733084432, 40.878396525850086, -73.79395504065518, 40.87842207254511, -73.79394314324615, 40.87843363340084, -73.79391840850556, 40.878444981329665, -73.79389575767631, 40.878461490979184, -73.79388114750311, 40.87848512344986, -73.79386685795977, 40.878510185568324, -73.79385806076854, 40.87852512788789, -73.7938488338607, 40.87853861604905, -73.79383783593288, 40.87855163279115, -73.79382734356186, 40.878565364523595, -73.79381739693582, 40.8785783291124, -73.79380596128561, 40.8785920879733, -73.79379304279213, 40.878607325488964, -73.79378055613947, 40.8786225637748, -73.79376900578923, 40.878638489905406, -73.79375955876361, 40.878652553979144, -73.79374804977205, 40.87866776519281, -73.79372831670794, 40.878687546999515, -73.79370071341893, 40.878702622283676, -73.79368226181288, 40.87870590940424, -73.79365523043165, 40.87870031586234, -73.7936392204999, 40.878708933737386, -73.79361171900925, 40.87872636756439, -73.79357727647852, 40.87872029609797, -73.79355699066875, 40.878720149953104, -73.79351982557618, 40.878717064125276, -73.79350037715133, 40.87871469525935, -73.79346958294705, 40.878709727985346, -73.79344840257536, 40.87870653296378, -73.79342678857044, 40.878703530767424, -73.79340325259582, 40.8787012932441, -73.79337982380359, 40.87870007075961, -73.79335932036955, 40.87870047348905, -73.79332752248072, 40.87870428685478, -73.79329498886734, 40.878711583788764, -73.79327569925739, 40.87871690174845, -73.7932531488926, 40.87872391398789, -73.79323160709787, 40.87873202752767, -73.79320869034142, 40.87874049609413, -73.79318667821393, 40.87874877267189, -73.79316654957975, 40.87875644929297, -73.79314971474413, 40.87876286842724, -73.79312210873177, 40.878778766615625, -73.7931117649298, 40.87879120904803, -73.79310264067608, 40.8788063425276, -73.79309757401822, 40.878819536422405, -73.79309347591756, 40.87883487161655, -73.79309082077405, 40.878851637573945, -73.79309008073675, 40.878868322318695, -73.79308882845058, 40.878887205140465, -73.7930886229567, 40.87891816360275, -73.79308766244922, 40.87893668945311, -73.79308453860934, 40.87895271256638, -73.79308106077167, 40.87896621097266, -73.79307270222611, 40.87899147362812, -73.79306944038527, 40.87900532901505, -73.79306719054442, 40.87901918531597, -73.79306511897346, 40.87903408560377, -73.79306337588132, 40.879048273292796, -73.79305959779299, 40.87906522813911, -73.79305337182551, 40.87907847398202, -73.79303506229736, 40.879094387917974, -73.79301688227946, 40.879102615504735, -73.79298550992878, 40.879109531725945, -73.79296529047508, 40.87911127932576, -73.79293088185915, 40.87910570119623, -73.79290533123554, 40.87908860998433, -73.79289256159461, 40.879078816758174, -73.79286454166038, 40.879077092462104, -73.79284519655874, 40.87907694788064, -73.79282238590515, 40.87908557864871, -73.79280747144175, 40.87910199391246, -73.7927967990359, 40.87911553342287, -73.79278281091014, 40.87913697237651, -73.79277391048814, 40.879149910837825, -73.79276406914693, 40.879163260033074, -73.7927511264577, 40.87918538613245, -73.79274145475816, 40.87921319929284, -73.79273912920567, 40.879228483627344, -73.79273861188975, 40.87924410078827, -73.79274051407344, 40.87925996722734, -73.79274858685667, 40.87928037601067, -73.79276729785309, 40.879310409417286, -73.79278084801761, 40.87932558358248, -73.79281353475089, 40.87936063798944, -73.79282825047034, 40.87938555843792, -73.79283351870252, 40.879400608770425, -73.79283672426048, 40.87941664233659, -73.79282137945931, 40.879442828040006, -73.79279107060641, 40.879456387227194, -73.79275813043982, 40.87945619120728, -73.79273449404252, 40.8794514563107, -73.79270833449664, 40.87944432607788, -73.79268607470668, 40.87943871476617, -73.79266906105215, 40.87943278329562, -73.79264212418536, 40.879419641784544, -73.79262685744125, 40.87941088680987, -73.79261053575273, 40.87940410651188, -73.79257602130622, 40.87939704498071, -73.79255722849001, 40.87939363526843, -73.7925304030689, 40.879391556444745, -73.79249587553245, 40.87938869384851, -73.79247693454127, 40.87938676606238, -73.79245842421932, 40.879384838147175, -73.79243948008167, 40.87938315888438, -73.79240878957808, 40.879379862823335, -73.79238807988683, 40.87937633977582, -73.79236787430423, 40.879373614564734, -73.79233225624748, 40.87937234292345, -73.79231366819971, 40.87937327119781, -73.79229145330417, 40.87937685298781, -73.79226691813453, 40.87938260077686, -73.79224346150534, 40.87939021631652, -73.79222104739226, 40.879399837317344, -73.79219359523104, 40.879413044897085, -73.79217755005111, 40.87942105737647, -73.79216197553723, 40.87942879785291, -73.79213603686537, 40.87944439444161, -73.7921011785918, 40.879466482794705, -73.79208172394512, 40.87947781012417, -73.79206502404982, 40.879486892090384, -73.79205017303092, 40.879495072393574, -73.79203347592787, 40.8795040174858, -73.79201485792471, 40.87951337063763, -73.79199819205972, 40.8795229461237, -73.79198384624613, 40.879531566767724, -73.79196627390303, 40.87954229504283, -73.79193862343516, 40.879561210407054, -73.79192560816176, 40.879571918976076, -73.7919050085889, 40.87959081912884, -73.79189071872669, 40.87960429800276, -73.79187054985076, 40.879623940929235, -73.79185298381073, 40.879644769088074, -73.79184111230056, 40.879659239253755, -73.79182796901969, 40.87967595924839, -73.79181504405231, 40.879692294225784, -73.79180502331057, 40.879705257605316, -73.79179514386408, 40.879719320736456, -73.79178519309494, 40.879732668749455, -73.79177299406611, 40.87974790823552, -73.79175974862153, 40.87976314403126, -73.79174563440286, 40.87977772090045, -73.79173276171835, 40.87978947247147, -73.79171634526463, 40.87980006501921, -73.7917008072024, 40.87980824313681, -73.79168266323484, 40.879816966747704, -73.79165417963837, 40.87982454517841, -73.79162073481001, 40.87983351490565, -73.7916039351919, 40.87984067588077, -73.79158760454811, 40.87984772784063, -73.79156251181243, 40.87985830379782, -73.7915412778433, 40.87986076340428, -73.79152304056369, 40.879863667858864, -73.79150274311722, 40.8798675005953, -73.79147961864403, 40.87987239890245, -73.79145978818794, 40.879876754758946, -73.79143854723485, 40.87988143764229, -73.79139685806744, 40.87989149010253, -73.79136815591359, 40.879899507506444, -73.79133659703474, 40.87990746570903, -73.7913059452827, 40.87991482041435, -73.79127149563298, 40.87992222407323, -73.79125285725947, 40.87992627948571, -73.79122170300873, 40.879932699452276, -73.79119091178377, 40.87993761264792, -73.7911596190854, 40.87994164695074, -73.79112543649859, 40.879944849365685, -73.7911066623085, 40.879946436267254, -73.79107768717238, 40.87994918254026, -73.79105583919849, 40.87995144824121, -73.79103789226504, 40.879954819598304, -73.79100885641986, 40.879965553985805, -73.79099316669776, 40.87997551470255, -73.79097924517954, 40.87998646825738, -73.79096810916796, 40.87999786629449, -73.79095653139241, 40.88001052691696, -73.79094217731411, 40.88002169940319, -73.79090528030584, 40.88003692017071, -73.7908786973981, 40.88004933207876, -73.79086312403287, 40.88005698953666, -73.79082628173961, 40.880077810521676, -73.79079951315101, 40.8800926651027, -73.79078552458103, 40.88010153297902, -73.79076870758027, 40.880113413266045, -73.79074278480664, 40.88012376962166, -73.79072046184773, 40.88012614515815, -73.7907007278021, 40.88013450823697, -73.79069442754472, 40.88016024180334, -73.7906786774931, 40.88018933506593, -73.79066849108138, 40.88020847360197, -73.79066023116295, 40.880224680036, -73.79065023997634, 40.88023984056227, -73.79063723886958, 40.88025724505006, -73.79062388039212, 40.88027322161238, -73.79060676736782, 40.8802867771492, -73.79057624852481, 40.88030986074983, -73.79056077337145, 40.88032020720624, -73.79054414280786, 40.88033049753426, -73.79052913344331, 40.88034287543523, -73.7905236928246, 40.880359333710224, -73.79052929258413, 40.8803725738636, -73.7905354610557, 40.88038869661485, -73.79054376875243, 40.88040328521224, -73.79055128843292, 40.88042698533119, -73.79055389799626, 40.8804482614266, -73.79055535966035, 40.880465968600404, -73.79055763149772, 40.88049163576923, -73.79055975595683, 40.8805053342665, -73.79056925068018, 40.88053367638859, -73.7905772378145, 40.880546838026326, -73.7905892459163, 40.880557318098234, -73.79060573903972, 40.880568080054886, -73.79063681301048, 40.880587267324245, -73.79066146115275, 40.88060347761866, -73.79067899532478, 40.88061671149519, -73.79070093271837, 40.8806320938174, -73.79073489400338, 40.88065408681788, -73.79075087765982, 40.880665395327256, -73.79076171969209, 40.88067922128602, -73.79076048522973, 40.880703152252934, -73.7907518695452, 40.880730226052535, -73.79074603367359, 40.88074561473935, -73.79073655357688, 40.88075857900452, -73.79070436003305, 40.88077276546806, -73.79068350714108, 40.88077994777377, -73.79065117055107, 40.88078266082885, -73.79061816586372, 40.88079031274711, -73.79059907952606, 40.880799390170466, -73.79056965341913, 40.88080732411738, -73.79054263503876, 40.880820010706465, -73.79051325425513, 40.88083727739226, -73.79049625399763, 40.8808500091686, -73.79048084984429, 40.880861123859745, -73.79045242098991, 40.8808741104315, -73.79043518074276, 40.88088242306213, -73.79040711454634, 40.88088423791064, -73.7903885598767, 40.880884973231396, -73.79035138887312, 40.880895087548645, -73.79032853714601, 40.8809055313335, -73.79029249700446, 40.88092385564605, -73.79025837533266, 40.880941798924816, -73.79023888709342, 40.88095263151225, -73.79022262341047, 40.880960890055654, -73.79020642691721, 40.880970413906304, -73.79019203402251, 40.8809817501164, -73.7901745315037, 40.88099382447543, -73.79014164771957, 40.881008227445356, -73.79012528413472, 40.881014674909395, -73.79009769359669, 40.88102552155465, -73.7900801003033, 40.88103139046265, -73.79004788591936, 40.88104044301561, -73.79002856015583, 40.88104526599759, -73.79000938068344, 40.88104847196382, -73.78997980873253, 40.88105744736101, -73.78994804439594, 40.8810618631853, -73.78992955658141, 40.88106432749341, -73.78990749064882, 40.88106673035538, -73.78988007683567, 40.88106706495857, -73.78985852829604, 40.88106568039475, -73.78983506482388, 40.8810646759483, -73.78980830456013, 40.88106394194326, -73.7897766381553, 40.88106064520814, -73.78974399144002, 40.88105707202916, -73.78970006936188, 40.88105218969606, -73.78967989772977, 40.88105023219517, -73.789661204776, 40.881048907728065, -73.78963824554498, 40.881047905061074, -73.78961528503987, 40.881046930302375, -73.78959138357624, 40.88104636534725, -73.78956889538965, 40.8810449799168, -73.78954611577993, 40.88104345527519, -73.789510167624, 40.881044625190384, -73.78948250767408, 40.8810541262311, -73.78946580647477, 40.88106375711604, -73.78944269077179, 40.88107806964643, -73.78941415194484, 40.88107960964262, -73.78938247697424, 40.881067035943076, -73.7893668047181, 40.88106008978319, -73.78933995818353, 40.88104165189269, -73.78932694431604, 40.88101687188669, -73.78932413541749, 40.88100245622916, -73.78932248793103, 40.88098620479294, -73.78931831055301, 40.88095734999267, -73.78931465827014, 40.88093464379116, -73.78931129668933, 40.88091155631265, -73.78930811952424, 40.880875951468596, -73.78930697509207, 40.880859700950104, -73.78930734502481, 40.880845923238354, -73.78931348336666, 40.880826172305326, -73.78932298665573, 40.88080560536763, -73.78934189168956, 40.880774047107906, -73.78935281994565, 40.88076019771746, -73.78936660697495, 40.880745768225296, -73.7893778589131, 40.880733107168616, -73.78939652709937, 40.88070701353718, -73.7894145245947, 40.88068851880899, -73.78942547885721, 40.88067731239518, -73.78943991882284, 40.8806631218146, -73.78945563913865, 40.8806432505796, -73.78946722804201, 40.88061483696794, -73.78947114156769, 40.8806007640552, -73.78947151828423, 40.88057359247593, -73.78945762429242, 40.88055325569252, -73.78943593321833, 40.88052837702167, -73.78942013580132, 40.88050367388979, -73.78940791190247, 40.88048122669873, -73.78940180962907, 40.880455525502256, -73.78939667883297, 40.88043139022813, -73.78937772888635, 40.8804202391055, -73.78935393223286, 40.88040913316316, -73.7893306896811, 40.88040588049484, -73.78930793953845, 40.88039587685125, -73.7892979439455, 40.8803778803325, -73.78929245751267, 40.880351794844465, -73.78929208991065, 40.88033077044721, -73.78929561391874, 40.88031419977139, -73.7893086548665, 40.88029594364398, -73.78928924544498, 40.880281168998735, -73.78927825144208, 40.8802701143289, -73.78926620056913, 40.88025000240668, -73.78926900265985, 40.880233237708524, -73.78925258298254, 40.88021100255796, -73.78924470811704, 40.88019657854602, -73.78922390777527, 40.88017633898051, -73.78921396671346, 40.8801636131179, -73.78920011498234, 40.88014047675718, -73.7891962560434, 40.88012647250089, -73.78921852339826, 40.88011770278201, -73.78924054511535, 40.88009509839092, -73.78925032063825, 40.88008032300139, -73.78926010080451, 40.88006370701903, -73.78926835582112, 40.88004914857091, -73.78928289326025, 40.880026256756864, -73.78929450810918, 40.880012856167085, -73.78930547091716, 40.879999673204715, -73.78931570588759, 40.87998704001214, -73.78932508045021, 40.87997336158074, -73.78933372781708, 40.879960779517866, -73.78934180134263, 40.879946576426285, -73.78935545380783, 40.87992888151318, -73.78937224731541, 40.879912872644226, -73.78939017658509, 40.879915100757295, -73.78941579756432, 40.87990979499961, -73.78942552645121, 40.8798977362865, -73.78943518536742, 40.879885292935924, -73.78944932469743, 40.87987381858065, -73.78948054917655, 40.87986849601649, -73.78949465122093, 40.879857927480074, -73.78950470351266, 40.87984639073353, -73.78951216115354, 40.87983221352122, -73.78951850043666, 40.879817897394446, -73.7895410029782, 40.879814616525465, -73.78956023218275, 40.87981695864337, -73.78958387036283, 40.879821475374236, -73.78961147202868, 40.879829101511746, -73.78963561091396, 40.87983435934709, -73.789655380408, 40.8798384313737, -73.78967511428934, 40.87984176042823, -73.78969864686772, 40.87984441022839, -73.78971875059236, 40.879845215877324, -73.78974930581781, 40.879845545294046, -73.78978685283339, 40.87984243045877, -73.78981054829308, 40.87983934441479, -73.78983703679629, 40.87983431479288, -73.78986345194026, 40.87982884559245, -73.7898916840186, 40.87982058097243, -73.78992266824488, 40.8798109219945, -73.78996314875543, 40.87979557028706, -73.78999120590458, 40.87978483438125, -73.79001724810033, 40.879771596844726, -73.79003895535824, 40.879757529269206, -73.79005682641905, 40.87974361860036, -73.79007289879823, 40.879727097739995, -73.79008746357094, 40.879707087439996, -73.79009699287316, 40.87968942816298, -73.79010293903617, 40.87967294471123, -73.79010668055628, 40.87965579719091, -73.79010770858652, 40.8796398252773, -73.79010599201203, 40.879622859634694, -73.79010427315377, 40.87960586607266, -73.79010088615553, 40.87959076410664, -73.79009514180237, 40.87957752456781, -73.79007890713477, 40.87955339703987, -73.79008251486869, 40.87953353069876, -73.79010272720815, 40.87952245181793, -73.79013277264556, 40.87951284510536, -73.79014737113567, 40.87950430889594, -73.79014762993617, 40.879479825056336, -73.7901367708841, 40.87946059336669, -73.79012329139049, 40.87944651581512, -73.79011051954726, 40.87943677630659, -73.79009346482961, 40.879420249221354, -73.79006784139843, 40.87939259180491, -73.79005412079181, 40.87937560342431, -73.79004244834141, 40.879361117626544, -73.79002943525997, 40.87934775590094, -73.79001555605083, 40.87933403510362, -73.79000406866322, 40.87931880853563, -73.78999493071214, 40.87930460199383, -73.78998698062088, 40.87929144037974, -73.78997208462191, 40.87926797262866, -73.78995276667867, 40.879246447288125, -73.78993970653674, 40.87922583832631, -73.78992238636778, 40.87920173581348, -73.78990623938628, 40.87918482494243, -73.78988461014681, 40.87916411933054, -73.78986988716413, 40.87915349826506, -73.78985483987027, 40.879144138193034, -73.7898393545049, 40.87913524557595, -73.78980959436892, 40.87912294832283, -73.78978081136758, 40.879111176926806, -73.78974830524581, 40.87908745824883, -73.78973387927955, 40.879075217726076, -73.78971920402572, 40.87906152335707, -73.78970547654245, 40.879045633518494, -73.78969023029796, 40.879029796740966, -73.78967794007428, 40.87901712156452, -73.78966637353605, 40.87900370480173, -73.78965567205046, 40.878991362997965, -73.7896425846087, 40.87897942746763, -73.78961489365692, 40.87896488451214, -73.78959655001796, 40.87895683581325, -73.78956705735388, 40.87894028687254, -73.7895507792168, 40.878930377018456, -73.78953551132055, 40.8789214001106, -73.78950517978211, 40.87890751147151, -73.78945853329166, 40.87888973086225, -73.78943443214304, 40.87887828939479, -73.78941670440666, 40.878869830267085, -73.789399187784, 40.87886326615206, -73.7893689093095, 40.8788551145933, -73.7893318941208, 40.87885043562458, -73.78931367522581, 40.878848343847196, -73.78929498407906, 40.878847021123406, -73.78927296388484, 40.87884607322524, -73.78924866237878, 40.87884657814925, -73.78923010701638, 40.87884808139938, -73.78920980580769, 40.878852408094964, -73.78919036633734, 40.87885884981022, -73.7891605943189, 40.87887394616272, -73.7891303189999, 40.87888799972137, -73.78911348295584, 40.878894665899956, -73.78909133330733, 40.87890011480906, -73.78906568777907, 40.87890242812308, -73.7890418187994, 40.87890271317408, -73.78901745078761, 40.878901736622396, -73.78899579956907, 40.87889853992278, -73.78897545815599, 40.87889309619088, -73.78895165389284, 40.878884954559396, -73.78892687133856, 40.87887703355478, -73.78890740431237, 40.87886972289398, -73.78888749859792, 40.87886307238679, -73.7888698324618, 40.87885840164762, -73.788836478795, 40.878850655847025, -73.78880706195223, 40.87884467319582, -73.78877135920057, 40.87883730758677, -73.78874873317892, 40.87883361558819, -73.78872852615288, 40.878830696131196, -73.78869393352142, 40.878826432916256, -73.78865572554184, 40.87882191723672, -73.78863769002656, 40.878819249375, -73.78860382123014, 40.87881457593491, -73.7885702719737, 40.87881201741998, -73.78855067328108, 40.878811432214995, -73.78852774653826, 40.878811280347485, -73.78850293954885, 40.87881181120291, -73.78847635374399, 40.878813958773705, -73.78844267267687, 40.87881815095123, -73.78841430518794, 40.878823560417324, -73.78838983981274, 40.87883007562863, -73.78836544019626, 40.87883829378132, -73.78834208634608, 40.87884782946218, -73.78831913473988, 40.87885585575489, -73.78829231322419, 40.878863464320844, -73.78826683656108, 40.8788693743229, -73.7882436119772, 40.8788722132793, -73.78822079021971, 40.8788737346533, -73.78819655388224, 40.87887574959656, -73.78813691649346, 40.87887849468525, -73.78811684665766, 40.87887832096602, -73.78809771894895, 40.87887773654885, -73.78807751483323, 40.87887465309407, -73.78805579584545, 40.878870029717895, -73.78803021003735, 40.87886476709183, -73.78800661000639, 40.87886033205581, -73.78798781643634, 40.87885727909144, -73.78795231770242, 40.87885367314808, -73.78793325869313, 40.87885424235712, -73.7879137640235, 40.87885563381001, -73.78788999807361, 40.87885784045714, -73.78786912275513, 40.878860245117345, -73.78785016908428, 40.87886237955735, -73.78783001813099, 40.8788649485307, -73.78779815159186, 40.87886747074616, -73.78777905886874, 40.87886707814478, -73.78775804818683, 40.87886728624165, -73.78772628588754, 40.878871344864436, -73.7876883502918, 40.8788718243819, -73.78766694010777, 40.878873047479615, -73.78763362751377, 40.87887477005585, -73.78760694167862, 40.878875160386976, -73.78758831815183, 40.87887496132236, -73.78756394328352, 40.87887502631762, -73.78753298892615, 40.87887573835369, -73.78750344111359, 40.87887661595992, -73.78747954154531, 40.87887607848444, -73.78745318323254, 40.878874218158906, -73.7874201383876, 40.878872346411754, -73.78738615392432, 40.87887047112319, -73.78735361250959, 40.87886884791908, -73.78732258608913, 40.878868351308775, -73.7873001315153, 40.878868200067586, -73.78726621239593, 40.87886778095592, -73.78722668334196, 40.878869409110735, -73.78720103586818, 40.87887194262688, -73.78717488620028, 40.87887384216702, -73.78713234961953, 40.8788769487504, -73.78711140805025, 40.8788781726094, -73.78709068499512, 40.878878958329295, -73.78707253247114, 40.878878759149764, -73.78703691807755, 40.87887756782485, -73.78700364096898, 40.87888005840241, -73.7869688214322, 40.87888998596926, -73.78694586924988, 40.8788977652539, -73.78692143612956, 40.878905268050914, -73.78689777201858, 40.878909369312126, -73.78687690065175, 40.87891163512483, -73.78685834583246, 40.87891294619052, -73.78683931865022, 40.878914311310616, -73.78681979099002, 40.87891487856974, -73.78679711884912, 40.87891486460373, -73.7867780585394, 40.87891546063434, -73.78675990846293, 40.87891523529601, -73.7867217219842, 40.87891513681834, -73.78667826575769, 40.878916806154365, -73.7866511187026, 40.878920056267816, -73.7866156889094, 40.878927511656286, -73.78658897410712, 40.87893654820069, -73.78655805649265, 40.87894760667, -73.78654219451583, 40.87895454802424, -73.7865241977122, 40.878962008611985, -73.78650685787439, 40.87896845375933, -73.78648788620924, 40.87897505977429, -73.78646097292386, 40.87898936648806, -73.78644109402893, 40.878997700657436, -73.7864088602395, 40.87900186610407, -73.78638929775597, 40.87900144628925, -73.78635574681503, 40.878999408511106, -73.786334774668, 40.87899942461599, -73.78631188094549, 40.87899968479385, -73.7862913088006, 40.87899890559853, -73.78625414468277, 40.878995570698436, -73.78622203860878, 40.87899358958672, -73.7862010285488, 40.878993221087946, -73.78616425542752, 40.878992631575834, -73.78613403455601, 40.878989912829574, -73.78611477154146, 40.87898639043562, -73.78609630946349, 40.87898062100012, -73.78608042405625, 40.87897307156706, -73.78606399577642, 40.87896499884149, -73.7860469153261, 40.87895755524731, -73.78602143822226, 40.87894104165879, -73.78599535789569, 40.87892101053363, -73.78596538086823, 40.87890926298485, -73.7859483679488, 40.87890333052293, -73.78591611986093, 40.87888946529971, -73.78588878886936, 40.87887577397944, -73.78587167582226, 40.878867781900354, -73.78584206697107, 40.87885408544216, -73.78582317187252, 40.878848697867305, -73.78580750152945, 40.87884106685095, -73.78578734536899, 40.87883455041712, -73.78575377632336, 40.87882674929574, -73.78571682463094, 40.87881386312188, -73.78569537215661, 40.87880501199661, -73.78567348420874, 40.87879728657122, -73.7856491743191, 40.878788980330015, -73.78562334944574, 40.87877918816291, -73.78559662040375, 40.87876980673459, -73.78557039284244, 40.87876127719457, -73.78554753139206, 40.87875302765241, -73.7855290371489, 40.878746598907426, -73.78549820303968, 40.87873174655611, -73.78547383977545, 40.87871756718428, -73.78544140945625, 40.87870471634081, -73.78542093115082, 40.87869658106364, -73.78539399897156, 40.87868288946638, -73.78536776635787, 40.87866491823536, -73.78534378878304, 40.87864373914556, -73.78533381079579, 40.8786317269631, -73.78532564167298, 40.87861947050976, -73.78531729100034, 40.8786068571241, -73.7853092706827, 40.87859407866227, -73.78530085007446, 40.87858108063615, -73.78527791795598, 40.87856094534382, -73.78524918719954, 40.87855499277725, -73.7852268695556, 40.87855692602111, -73.78520606110399, 40.87856103315042, -73.78517873930413, 40.87856734966066, -73.78515510923718, 40.87857230069053, -73.7851318989381, 40.878571076938, -73.78511243158168, 40.87856365757636, -73.78508081781878, 40.87856653610623, -73.78505003533827, 40.8785801743274, -73.78503308579722, 40.87858881627539, -73.78500091933364, 40.8785945753213, -73.78498437671682, 40.87858817623855, -73.78496325794845, 40.878577075274215, -73.7849420053098, 40.8785629826293, -73.78492199748003, 40.87855504174523, -73.78489926071535, 40.87854130292051, -73.78488346480286, 40.87851643436786, -73.78487975989484, 40.87849913535608, -73.78487996203143, 40.878481762582744, -73.78488360345969, 40.87845157774742, -73.7848832522557, 40.878436919819855, -73.78488239919905, 40.8784211641602, -73.78488649400947, 40.8783960562307, -73.78489475695194, 40.87836791241416, -73.78489827556314, 40.87835331662902, -73.78490411026226, 40.87833864411628, -73.78491281024166, 40.87832062712109, -73.78491959520828, 40.87830266238663, -73.78492405230764, 40.87828878153749, -73.78492944688469, 40.87827556339476, -73.78493896394744, 40.878262048568374, -73.78495751587973, 40.878239577194826, -73.7849726667658, 40.87821773072492, -73.78498793019108, 40.878194098791234, -73.78499786173396, 40.878175674360776, -73.78500354804932, 40.87816138337393, -73.78501094473548, 40.87813290745445, -73.78501146972023, 40.878116578048484, -73.78500865831774, 40.878102163172215, -73.78497864118687, 40.87809197854, -73.78494702950657, 40.878094280723424, -73.78492377111097, 40.87809624187175, -73.7849009823853, 40.878098612713146, -73.784881484254, 40.87810038905695, -73.78485272487255, 40.8780930892045, -73.78483317595303, 40.87807683223497, -73.78480383603467, 40.878081388038325, -73.78478552060149, 40.87808687118663, -73.78475796487646, 40.8780984298134, -73.7847449070371, 40.87811029012477, -73.78473384772151, 40.87813074483589, -73.78473180868914, 40.878146386143776, -73.784736466251, 40.878160008437305, -73.78475167948272, 40.878185617028336, -73.78476436785958, 40.87819810167157, -73.78477810453303, 40.878210367648215, -73.78479443741578, 40.87822508239402, -73.78481005703317, 40.87823694215504, -73.78482466822486, 40.87824770143618, -73.78483617008563, 40.87825839908819, -73.78485463274323, 40.87827415966264, -73.78488532399686, 40.87827731906078, -73.78490345131411, 40.87828525734747, -73.7848832089674, 40.87830509162852, -73.78486526691877, 40.878328992303686, -73.78485596406973, 40.87834302800636, -73.78483693806335, 40.878367529984494, -73.78482485803673, 40.878379309282295, -73.78480953395923, 40.878387926313145, -73.78478691987787, 40.87840265127786, -73.78476525101149, 40.87841674585705, -73.78474589826119, 40.878430020803805, -73.7847279233386, 40.878442063745844, -73.78469808235543, 40.87845548571108, -73.78468117633103, 40.87846094355677, -73.78465801978058, 40.87846548384454, -73.78463591806943, 40.87846741827753, -73.78460917325722, 40.87846262008332, -73.78457526523181, 40.878470928649016, -73.78455865212487, 40.87846433756908, -73.78454057131778, 40.878442044606864, -73.78450787431748, 40.87843287150295, -73.78449303802113, 40.87842458180539, -73.78450188644798, 40.87840582491572, -73.78451057181101, 40.87839272009563, -73.7844912702227, 40.87837885072949, -73.78447213544932, 40.878369153641025, -73.78448284640687, 40.87834493966047, -73.78449127737242, 40.87833235665072, -73.78450064761584, 40.878308166279005, -73.78449523048226, 40.8782950081112, -73.7844586705995, 40.87829463817246, -73.78442183873604, 40.878301677845236, -73.78439165703125, 40.87830895055038, -73.7843629843592, 40.87830782629769, -73.78435551642525, 40.87827989895906, -73.78435513152859, 40.878264691667454, -73.78438064052416, 40.87824884838416, -73.78439784575815, 40.878240015204796, -73.78441767592291, 40.878235742504465, -73.78443592489916, 40.878229189508474, -73.78445552896099, 40.87821561251793, -73.78447319046082, 40.87821095214903, -73.7844914589734, 40.878208982674245, -73.78452364623756, 40.878208109867074, -73.78455048542725, 40.87820571694563, -73.78456291718973, 40.87818534765931, -73.7845867700918, 40.87816724911368, -73.78460098113844, 40.87815648866979, -73.78462198577222, 40.87813610746192, -73.78461878706143, 40.878118590566025, -73.78459797625973, 40.87811320011459, -73.78457864295699, 40.87810877233953, -73.78455796789116, 40.87810579634761, -73.78453837000693, 40.87810540226658, -73.7845187047294, 40.878103472721165, -73.78449914299927, 40.8781032714058, -73.78448008417558, 40.87810384004467, -73.78444993158223, 40.8781021628504, -73.78441417584452, 40.87809896866199, -73.7843849407591, 40.87808252693129, -73.78435370921112, 40.878067481724486, -73.78433198862248, 40.87805253982955, -73.78431928487805, 40.878067501141416, -73.78431585351828, 40.87808808082836, -73.78431884555395, 40.8781136936513, -73.7843044870916, 40.878125633426855, -73.7842709416452, 40.878132295585004, -73.78424186205496, 40.87812351367587, -73.78422705003145, 40.87810814163576, -73.7842230418915, 40.87808417300607, -73.78422622199507, 40.87807339288371, -73.7842430500225, 40.87804734885881, -73.78425758581179, 40.87802536445726, -73.78426324023783, 40.878009977550384, -73.78426718971299, 40.8779964523707, -73.7842724034182, 40.87798306822954, -73.78429645099236, 40.877983223938315, -73.78430507603206, 40.877999680303006, -73.78432900577295, 40.878002881241656, -73.78435133703029, 40.8779963358876, -73.78435965817465, 40.877983588792375, -73.78436758722198, 40.87797029076459, -73.78437583536586, 40.877957736236574, -73.78438897152428, 40.87793234535129, -73.78437997679472, 40.87791830341598, -73.7843692385936, 40.87790702993043, -73.78435835497905, 40.87789523388792, -73.78434602392261, 40.87788382054938, -73.78433409267993, 40.877872407956644, -73.78430774410357, 40.877857455606964, -73.78428966170534, 40.87783609550713, -73.7842680179769, 40.87783040087427, -73.78424804307866, 40.87781276976094, -73.78424180221917, 40.87779719582635, -73.78423369485647, 40.87777623797434, -73.78423913293506, 40.87775000966484, -73.7842691217891, 40.877735187831505, -73.78427900810435, 40.87770880394578, -73.78428918309389, 40.87769290410289, -73.78431317846658, 40.8776751075428, -73.78431312342374, 40.87765916066307, -73.7843042169935, 40.87764059032199, -73.78430567965043, 40.87761284355654, -73.78431075032785, 40.8775996518503, -73.78432957096472, 40.877582861367955, -73.78432587384783, 40.87756358667461, -73.78432020229047, 40.877539286258454, -73.7843161799955, 40.87751968137764, -73.78432873251394, 40.8774957157827, -73.78433026153637, 40.877481885312754, -73.78433223236637, 40.877464982295976, -73.78433770521568, 40.877449594144174, -73.78434591799636, 40.87742597793186, -73.78435750211773, 40.87739953957928, -73.78436656042922, 40.877382979384016, -73.78437543137882, 40.87736858631739, -73.78438368185282, 40.877355289788156, -73.78440380016865, 40.877340368433416, -73.78441846791098, 40.87732189706723, -73.78442520492044, 40.8773073901507, -73.78443526328505, 40.87728388723874, -73.78445125926623, 40.87725751294722, -73.78445869150181, 40.877240070829025, -73.78446477774334, 40.87722575449889, -73.78447353552974, 40.87720087590703, -73.78448497606607, 40.877175152261685, -73.78449373561867, 40.87714972437245, -73.7845024604962, 40.87713535893799, -73.78449898217514, 40.87711482307066, -73.78452242307944, 40.87710147114978, -73.78454815776551, 40.87708282862481, -73.78456031468897, 40.87706959430514, -73.78457413148034, 40.877057049256024, -73.78458946432684, 40.87703465477322, -73.78460426718311, 40.877008497051584, -73.78461385889652, 40.876994242185575, -73.78463146677771, 40.87697270200553, -73.78465622892121, 40.87695284918356, -73.78467000350021, 40.87694233554962, -73.78468446578026, 40.876931575562345, -73.78470729784767, 40.876915698394036, -73.78473718592944, 40.87689887446023, -73.78476359751826, 40.87688327950734, -73.78478245007838, 40.87687925255561, -73.78481512071004, 40.876873987978975, -73.78483367556042, 40.87687287084775, -73.78485569125483, 40.87687425542338, -73.78487624704564, 40.87689161466912, -73.78488520483502, 40.87691743040739, -73.78490720312375, 40.87693520205914, -73.78493404458145, 40.87695468465843, -73.78494651440971, 40.87696755338679, -73.78495956626217, 40.87697910578127, -73.78497722023582, 40.87699903770453, -73.78498705317436, 40.87701105055219, -73.78499836330242, 40.87702485002184, -73.78501850844212, 40.877046322815595, -73.78503000133664, 40.87705973901369, -73.78504163894169, 40.87707279798564, -73.78505251839721, 40.87708514235616, -73.78506217213369, 40.87709718187813, -73.78507412789656, 40.877112381904034, -73.78508511299582, 40.87712618075953, -73.78509393086358, 40.8771387959363, -73.78510651752026, 40.8771599529746, -73.78512704668589, 40.87718559843412, -73.78514386729323, 40.877206461686995, -73.78515257721754, 40.87721907845905, -73.7851612510894, 40.87723147184172, -73.78517036026822, 40.87724389484982, -73.7851823276418, 40.877266532933135, -73.78518742010189, 40.87728031990928, -73.78520068085827, 40.87730546015822, -73.78520917370957, 40.87731807382024, -73.78521965693636, 40.87733080104564, -73.78523057324458, 40.877343145467215, -73.78525631298068, 40.877368087411185, -73.78527783683839, 40.877387368229314, -73.78529388019008, 40.877402438962115, -73.78531726651616, 40.87741625996493, -73.7853356564793, 40.87742142786622, -73.7853719346179, 40.877418887520925, -73.78540194919188, 40.87741839403754, -73.78543329578707, 40.87741982556894, -73.78546919773076, 40.8774217311132, -73.78549639013998, 40.87742153492373, -73.78551472854828, 40.87742099089264, -73.78554467611383, 40.87741846754319, -73.7855551013634, 40.877403583806185, -73.7855384342051, 40.87739136650386, -73.78551606357021, 40.877387784203705, -73.78549614337399, 40.877385496855915, -73.78545829182326, 40.87738298256641, -73.7854395692995, 40.87738050473048, -73.78540215497033, 40.87737706012877, -73.7853790578799, 40.8773739708202, -73.7853540831781, 40.8773703836458, -73.78533189220194, 40.877366279359855, -73.78531387138942, 40.87735922111563, -73.78529568644927, 40.87734677943404, -73.78528361805678, 40.87733336399354, -73.7852711818245, 40.87732107167885, -73.78525632633085, 40.87730701890566, -73.78524317576587, 40.877292200284714, -73.78523194722075, 40.877275518523255, -73.78522523221137, 40.877261234160436, -73.78522043221957, 40.87724725322442, -73.78521823540989, 40.87723355448377, -73.78521647868833, 40.87721730277248, -73.78521225654646, 40.87720329679722, -73.7852004059161, 40.87717794035458, -73.78519162999679, 40.877163349589075, -73.78518079315249, 40.87714845332248, -73.78516958856153, 40.87713575266547, -73.7851533224362, 40.87712246447002, -73.78514197421744, 40.87710979055755, -73.78513258502052, 40.87708306814418, -73.78511792813433, 40.877064486257225, -73.78509512467011, 40.87704877166714, -73.78508431566783, 40.87702564136188, -73.78507940492992, 40.87700079219851, -73.78507461041188, 40.87697448986029, -73.78507335333624, 40.876960763150116, -73.78507029872169, 40.87693204803695, -73.78506416455842, 40.876916830937304, -73.78505668434141, 40.876903669850606, -73.7850471473892, 40.87689001056356, -73.78502887116757, 40.87687246559123, -73.78506871758694, 40.876872869386844, -73.78508434303977, 40.87688357469684, -73.78509551549237, 40.87689482191198, -73.78511102383005, 40.8769179069377, -73.78512707560598, 40.876941704360235, -73.78512890687097, 40.87696792013516, -73.78512185426493, 40.876990935236336, -73.7851203417728, 40.877011819287084, -73.78514115836289, 40.87700431103718, -73.78515945368991, 40.87698255233718, -73.78518497122741, 40.87696385343562, -73.78517970088319, 40.876937934725255, -73.78517142064086, 40.8769157141273, -73.78519328419411, 40.87689736411535, -73.78520746149704, 40.876885917358734, -73.78520804881579, 40.87687120714546, -73.7851931106407, 40.87685009976959, -73.78517760687183, 40.87683697958642, -73.78516408333641, 40.87682490495449, -73.78514136458446, 40.87680575966317, -73.78512573134743, 40.87679856715811, -73.78509554467728, 40.87679623270983, -73.785077120056, 40.876791202479836, -73.78505963673956, 40.87678491241339, -73.78503194516108, 40.87677152187559, -73.78500210735237, 40.87676183284954, -73.78497684135765, 40.876758518798965, -73.78495636294832, 40.87673998097336, -73.78493918648451, 40.876717688850604, -73.78492841565328, 40.87670479717289, -73.78492017625109, 40.876691991255996, -73.78491186620366, 40.87667902041715, -73.78490438554029, 40.87666638160336, -73.78488734674585, 40.876642984827754, -73.78488078555009, 40.87662887092235, -73.78487560234561, 40.8765991648972, -73.78488093553054, 40.87658251487054, -73.7849039210755, 40.876564250749325, -73.78488548135735, 40.87655181032689, -73.78488532465038, 40.87653424237263, -73.78489191917801, 40.876507248064655, -73.78489175847713, 40.876478812987706, -73.78487343201425, 40.876465110286986, -73.78487597348244, 40.87645108898984, -73.78486857068285, 40.87642502851246, -73.78486819121305, 40.87640847769639, -73.78487488319696, 40.87638546103552, -73.78487916576829, 40.87636938446312, -73.78489655987677, 40.87634710363928, -73.78487737570055, 40.87633010444654, -73.78486914219152, 40.876316227853195, -73.78488425036555, 40.8763070899263, -73.78490510953141, 40.87630836427842, -73.78491600182781, 40.87629468812358, -73.78490223860587, 40.87627937485005, -73.78490995218304, 40.8762643753539, -73.78492882570866, 40.87626517954705, -73.78494188667328, 40.87625186402533, -73.78494113582599, 40.8762268866302, -73.78494175886144, 40.87620188388008, -73.78494162260344, 40.87617652222024, -73.78494131113558, 40.87616131596232, -73.78494240405425, 40.8761362861723, -73.78495221102312, 40.87611190386406, -73.78497513528531, 40.876112166298846, -73.78499422990127, 40.87611209111441, -73.78501118182665, 40.87610251806693, -73.78503504775279, 40.876102505793554, -73.78505978354103, 40.87609066809697, -73.78508423457194, 40.87608838046393, -73.78510477025965, 40.87607886720551, -73.78511884544487, 40.8760534500631, -73.78512998182957, 40.87604241007688, -73.78515127312066, 40.87603402382978, -73.78517639133386, 40.87603783103662, -73.78518808491069, 40.876021768247085, -73.7851502503727, 40.8760142327527, -73.78513643929426, 40.876002349384486, -73.7851597343406, 40.87598844956279, -73.7851850074694, 40.875978451640606, -73.78519758724129, 40.87596826349677, -73.78520612338126, 40.8759453898236, -73.78519887040255, 40.87592948357191, -73.7852135124091, 40.87591954870048, -73.78523287567667, 40.875924799475904, -73.78523768310625, 40.875902658163575, -73.78523762761301, 40.875887149817444, -73.78523011110246, 40.87586284600558, -73.78521948122672, 40.87585151696576, -73.78520531081368, 40.875838865718954, -73.78518938222429, 40.875810428305144, -73.78519024226092, 40.87579135392043, -73.78521530827048, 40.875776772110484, -73.78523546232671, 40.87577335173577, -73.78526028037528, 40.87578080895361, -73.78527923415623, 40.87580153838695, -73.78529076513732, 40.875825520085385, -73.78528048508144, 40.87584583042676, -73.78531181854073, 40.87583346375654, -73.78534084623325, 40.87582498200632, -73.78537319882237, 40.87581700170206, -73.78539061488603, 40.87581061089383, -73.78542478258919, 40.87580005314545, -73.7854430322345, 40.87579231944725, -73.78547181750302, 40.875768878269334, -73.78548394071309, 40.875754930599044, -73.78550617859226, 40.87573293153361, -73.78552014028256, 40.875720193933454, -73.78552608611102, 40.87570442389185, -73.78551453642127, 40.875686589828796, -73.78548726782962, 40.87567605383669, -73.78546887725268, 40.875671957539375, -73.78544932533647, 40.875657538561015, -73.78545215737559, 40.87564239307727, -73.78545788434377, 40.87562717103065, -73.78545420293467, 40.8756018577084, -73.78543920223434, 40.87557849991763, -73.78541374004627, 40.875557812437386, -73.78538847477934, 40.87554338192413, -73.78538485109017, 40.87552298358258, -73.78539888342114, 40.87551150951591, -73.78542064922655, 40.87551152207351, -73.78545185078329, 40.875524534538066, -73.78546861169339, 40.87552997404184, -73.78549669520274, 40.87551147074152, -73.78551098020162, 40.87549999713084, -73.78553763595598, 40.87548681666653, -73.78556530107714, 40.87548546961361, -73.78559910262612, 40.87548833204038, -73.78562786352941, 40.875494835681636, -73.78564528035211, 40.87549884730008, -73.78566595678079, 40.87550116394364, -73.78570007400853, 40.87549516160024, -73.78572196770644, 40.87547867915736, -73.78573351529532, 40.8754633022139, -73.78575708069455, 40.87545560534997, -73.78578421295977, 40.87546314869654, -73.78579689614321, 40.87547714424605, -73.78581751077552, 40.87548722747655, -73.78583470378925, 40.87548190687016, -73.78585246927628, 40.87547859181485, -73.78586760721304, 40.8754936328784, -73.78587919407511, 40.87551652052709, -73.78589151655684, 40.87550254256666, -73.78590474440585, 40.87548187294017, -73.78591237980734, 40.87546931536003, -73.78592711991689, 40.87545095379146, -73.78594027964189, 40.87544038303307, -73.78595874373241, 40.87542200045261, -73.78594999834324, 40.87540900186347, -73.78594443335106, 40.875385743583315, -73.78594564215601, 40.87536955320881, -73.78594540175006, 40.87534325844591, -73.78594895273541, 40.87531922194105, -73.7859611919717, 40.87529091791789, -73.78597382034424, 40.875265553815424, -73.78596199636412, 40.87525441623364, -73.7859599133617, 40.87523813600766, -73.78596610300343, 40.87521402155061, -73.78598796854955, 40.87519517881936, -73.78599570193468, 40.8751742783719, -73.78600156063324, 40.87515161849142, -73.78601648764261, 40.87514187404918, -73.78603494277877, 40.875138038860634, -73.78603589534247, 40.87512294390617, -73.78605304917347, 40.87509621493694, -73.7860722092093, 40.87509710141967, -73.78609316787987, 40.87507913496518, -73.78611831164498, 40.87506383901332, -73.78612085579798, 40.87504888478274, -73.78612964605782, 40.875024693191385, -73.78612314494406, 40.87500071999502, -73.78612905768725, 40.87498300029777, -73.78613786890098, 40.87496446202282, -73.78614286903249, 40.874938725368736, -73.7861554862376, 40.874916791192106, -73.78617087987023, 40.87489804719301, -73.78618303192168, 40.87488610309216, -73.78620963651365, 40.87486584092074, -73.78623230982315, 40.87484255301726, -73.7862611835092, 40.87482608249956, -73.78628914685264, 40.874810847562564, -73.78630353400337, 40.87480145957779, -73.78631791706145, 40.87479223637337, -73.78634054655544, 40.87477185785175, -73.78634652416999, 40.87475718462183, -73.786349824642, 40.87474275407016, -73.78634835791885, 40.87472663978051, -73.78634869165451, 40.87471286199475, -73.78637337431039, 40.87470588116185, -73.78638398256541, 40.87467963259315, -73.78639141333869, 40.87465058121869, -73.78639803939787, 40.87463678806473, -73.78640556841563, 40.874623681854835, -73.78642741811181, 40.87459822490744, -73.78644573622643, 40.87458011482542, -73.78646146341592, 40.87456938576872, -73.7864746915484, 40.874559966802, -73.78648386339094, 40.87453067190811, -73.7864786314936, 40.87450450478196, -73.78645774369441, 40.874489041632074, -73.78636764941176, 40.87446208529426, -73.78634383967866, 40.87445660765593, -73.78630145994012, 40.87444500110738, -73.78628004376111, 40.874437083056584, -73.78625986821118, 40.87442518983323, -73.78622940654071, 40.87440797906701, -73.78620760003231, 40.874397124680684, -73.78618626877467, 40.87438531034746, -73.78614975639007, 40.874359772319764, -73.78615543021667, 40.874327422808314, -73.78618184819189, 40.87432085675592, -73.78621921118196, 40.87435081595656, -73.78623742071953, 40.87435540526929, -73.78626573194458, 40.87436769987541, -73.78628190489404, 40.87437588016714, -73.78631164439734, 40.874393365132434, -73.78632640431357, 40.874401956126476, -73.78635864810587, 40.874416507416036, -73.7863912266223, 40.874427683377434, -73.78641102955251, 40.87443186408792, -73.78643651060337, 40.87443482163114, -73.78646859784321, 40.87443090174012, -73.78649902955591, 40.87441276003323, -73.78653454140762, 40.874400062175255, -73.78655091136326, 40.87439271023378, -73.7865665234508, 40.874383818850625, -73.78657809465147, 40.87437316223494, -73.78659132858256, 40.8743615496706, -73.78660445975045, 40.874348317832855, -73.78662253606987, 40.874326777306855, -73.78663353295158, 40.87431430963786, -73.78664601162606, 40.87430181679206, -73.78665779879805, 40.87429039334965, -73.78667218683862, 40.87428067664095, -73.7867154894191, 40.874267897676596, -73.78669864285638, 40.87425039612418, -73.78668076522077, 40.874232577491604, -73.78665991578029, 40.874217002787525, -73.78666888874427, 40.87420417477911, -73.78668723082257, 40.874189634246335, -73.78668919641932, 40.874174515042455, -73.786693369249, 40.87414735045519, -73.7866972473522, 40.874132920059346, -73.78670029732056, 40.87411777584469, -73.78668665138223, 40.87409993711882, -73.78668351762809, 40.874073527143885, -73.78669361854845, 40.87405817534237, -73.78671306739936, 40.87405991231625, -73.78673954522934, 40.874068662689666, -73.7867711779355, 40.87407028529417, -73.78680074636553, 40.874073414198875, -73.78683464764381, 40.87407789463142, -73.78685797820958, 40.87407590801883, -73.78687093088514, 40.87405059844206, -73.78689610923041, 40.874036180361024, -73.78693394093898, 40.87403246185252, -73.78695192332685, 40.87401759193428, -73.78696699801121, 40.87400754597618, -73.78698839364706, 40.87400001054482, -73.78702199638022, 40.87400805991567, -73.78703995637193, 40.87399980404511, -73.78702971217596, 40.87398065421941, -73.78702913930839, 40.87395617062627, -73.78703103702719, 40.87393962401338, -73.78703397304143, 40.87391484433077, -73.7870420501588, 40.873887961584536, -73.78706610883876, 40.87387307494588, -73.78709701329225, 40.87386462233009, -73.78711686587711, 40.87386474179941, -73.78714915469578, 40.873864829274005, -73.78715163661943, 40.873846251329354, -73.78715337090195, 40.87382404933221, -73.78715337822919, 40.873810271840625, -73.78713695913174, 40.87378894225339, -73.78712473297809, 40.87377857126374, -73.78710346220986, 40.87375899137983, -73.78709341478002, 40.873746566785286, -73.78708448959877, 40.8737334031567, -73.78707668684453, 40.8737194446642, -73.78707181909236, 40.87370398416538, -73.78706882839022, 40.87368954018165, -73.78707488970906, 40.87367124529308, -73.78710448605395, 40.87366523419287, -73.78713764842244, 40.87366367628523, -73.78717367427345, 40.87367183904161, -73.78719367368313, 40.873670173996345, -73.78720257321434, 40.87364650390378, -73.78720348452948, 40.87362196721656, -73.78720233506976, 40.87360785801183, -73.78719175453928, 40.87358074814283, -73.78718045327345, 40.87355347215376, -73.78717688468564, 40.87353870022866, -73.78717229521854, 40.87351486748548, -73.78716984791234, 40.87350039839182, -73.78716739696185, 40.87348595630607, -73.78716495194055, 40.873470774027915, -73.78716112988339, 40.87344513181276, -73.78715933614598, 40.87342920873131, -73.78715609081333, 40.87340351174899, -73.787155918964, 40.87338937733164, -73.78715676153666, 40.873374831460005, -73.78715992692126, 40.87335768295222, -73.78717504478517, 40.873344838320904, -73.78717495351508, 40.87332850685495, -73.78716657758035, 40.87331276523943, -73.78716655810747, 40.87329698230454, -73.78716559253965, 40.87328213143351, -73.7871660361138, 40.87326733899177, -73.78716320353207, 40.87324908172317, -73.78716252513905, 40.87323494457019, -73.78716261124454, 40.87321916273032, -73.78716132761949, 40.87320249948528, -73.78716023097054, 40.87316077863212, -73.78715919647223, 40.8731448560497, -73.78715635910052, 40.87311660872849, -73.78715500692823, 40.87308726554784, -73.7871568650531, 40.87307195252953, -73.78715959030362, 40.873056287217665, -73.78716600295496, 40.87304087273941, -73.78717263391975, 40.87302507595489, -73.78717748892, 40.87301078421655, -73.78718733493795, 40.872984920471765, -73.7871912560057, 40.87296813085032, -73.78719456894375, 40.87294972012453, -73.78719364237683, 40.872923424088235, -73.78718913999319, 40.87290686476677, -73.78718235148682, 40.872881080204536, -73.7871763578473, 40.87285565280146, -73.78717709345574, 40.87283004600392, -73.78718183726932, 40.87280452854291, -73.78719087381728, 40.87278286229221, -73.78719550995015, 40.872769118547765, -73.78720268198819, 40.87274215217139, -73.78720369421227, 40.87272055396741, -73.78720428280766, 40.87270529533727, -73.78720421903634, 40.872691489796615, -73.78718874366015, 40.87268042664579, -73.7871702892181, 40.872673530872625, -73.78699392680328, 40.87261125711489, -73.78686273488077, 40.872567559001254, -73.78683438960698, 40.87257127069642, -73.78679597109179, 40.87255144115521, -73.78682359523248, 40.87249514307959, -73.78683726389299, 40.87248396982591, -73.78685569501646, 40.87248738071043, -73.78688043204899, 40.872496841028536, -73.78687555780871, 40.87251675718539, -73.78703344608986, 40.87257003534978, -73.78711765250769, 40.87259599788438, -73.78716267194615, 40.87261277692387, -73.78719043311561, 40.87260401591989, -73.787217910259, 40.87259355606007, -73.78724747133461, 40.87257653906022, -73.78726059499841, 40.8725655016265, -73.78727191117669, 40.87254394853055, -73.78729659807955, 40.872523490762624, -73.78732014624993, 40.872498173643606, -73.78732985104689, 40.872482299668576, -73.78734039444434, 40.87246423184161, -73.78735712232549, 40.87243492107647, -73.7873686753687, 40.87241718378639, -73.78737985847576, 40.87240309640302, -73.7873884684486, 40.87239051530127, -73.78740926481602, 40.872366536625876, -73.78742043974113, 40.87235426101085, -73.78743628287788, 40.872330055287044, -73.78744492666532, 40.87231728063774, -73.78745361420539, 40.87230343538483, -73.78746059754359, 40.87229054871657, -73.78746933921755, 40.87227052799646, -73.78747528546445, 40.872254756946234, -73.78748196107824, 40.87223607775326, -73.78748653224352, 40.87221961799606, -73.78749287355885, 40.87220420426673, -73.78749960420488, 40.872191316230094, -73.78750575707748, 40.87217733033139, -73.78750656487196, 40.8721521081714, -73.78750436666122, 40.87213763954, -73.78750116463834, 40.87212212539124, -73.78749039109495, 40.872098282167336, -73.78749737653844, 40.87207359186686, -73.78751042868211, 40.872051109934596, -73.78751972666923, 40.87203814467924, -73.78752992631206, 40.87202589517242, -73.7875491846961, 40.87200723914148, -73.7875662104766, 40.87199824126378, -73.78758585839394, 40.87199355525777, -73.7876177717856, 40.87198647760698, -73.78764112583654, 40.87196538516627, -73.78764753589854, 40.87195071355883, -73.78766542275987, 40.871931726305306, -73.7876868108007, 40.87191444651778, -73.78771687224314, 40.87189811649101, -73.78774650601105, 40.87189237994435, -73.78776450277898, 40.87188428791608, -73.7877778800343, 40.87187289429459, -73.78780097855189, 40.87185229662127, -73.78782187904733, 40.87182941666007, -73.78784178986804, 40.871810350255174, -73.78785295997716, 40.87179952978167, -73.78786409577268, 40.87178868042825, -73.78787707975073, 40.871776354064146, -73.78788926362644, 40.871765314830334, -73.78792136576395, 40.87173323261266, -73.78793272903502, 40.87171911939123, -73.78795167032354, 40.87169790891767, -73.78796331598467, 40.87168563411392, -73.78798327679839, 40.87166239580201, -73.78800926294316, 40.8716547047244, -73.78804331273356, 40.87165726343125, -73.78806946804346, 40.871654184064475, -73.788096301077, 40.871663647072445, -73.78812258990732, 40.87166333964968, -73.78814413711679, 40.871664174343245, -73.78817808752952, 40.87166404486266, -73.78820707727617, 40.87165561634896, -73.78823729682507, 40.87164729994457, -73.78827099126246, 40.871637399641195, -73.78829766396068, 40.87162978900154, -73.78831908935913, 40.871623050310895, -73.78835130684521, 40.87161166416632, -73.78838098662531, 40.87160222202127, -73.78841088436059, 40.871592504718045, -73.78840569512207, 40.87157550654247, -73.78839649926155, 40.87154527100794, -73.78838821760434, 40.871522995687265, -73.7883764307005, 40.87149991790386, -73.78836670573924, 40.87147640626207, -73.78836509383763, 40.87146067623268, -73.78837479185997, 40.8714468048468, -73.78837911650365, 40.871428697602504, -73.78836620978136, 40.87140561956499, -73.78835901740548, 40.87139295357666, -73.78835707527, 40.871378484528975, -73.78835651617098, 40.87136108241748, -73.78835678991432, 40.87134365481866, -73.78835735195962, 40.871325842338415, -73.78835845376736, 40.87130877195209, -73.78835985092321, 40.87129022079984, -73.78836124581125, 40.87127238193168, -73.78836322303324, 40.87125309073908, -73.78836665453599, 40.87123196161005, -73.7883689166572, 40.87121409911835, -73.78837081571253, 40.87119700317894, -73.78837576106253, 40.871176563900285, -73.78838342775192, 40.87115275457187, -73.78839225212954, 40.871119285098004, -73.7883960613292, 40.871102850919485, -73.78839816828686, 40.87108863783206, -73.78839951703898, 40.871073736279676, -73.78840141040878, 40.87105842330102, -73.7884014244632, 40.87104245041836, -73.78840112152687, 40.87102394927624, -73.7884030607466, 40.87100578362616, -73.78840623839672, 40.87098427132092, -73.78840879916038, 40.87096314059306, -73.78840852954627, 40.870946096506266, -73.78841092899734, 40.87091936713005, -73.78841257888853, 40.87090078942458, -73.7884114373484, 40.87088412554698, -73.78840946185794, 40.87086932865898, -73.78841103091143, 40.870841857556215, -73.7884107510625, 40.87081572749622, -73.78841019388877, 40.8707869062605, -73.78840785170141, 40.870762089837015, -73.78840999033407, 40.870737172670104, -73.78841263493548, 40.87071280482983, -73.78841159230738, 40.87068779808385, -73.78838152866146, 40.87067075339162, -73.78835309293017, 40.87067558640485, -73.78832279449783, 40.87068684009717, -73.78830501245137, 40.87069542517604, -73.78827990848654, 40.87071044793618, -73.788261026183, 40.87071288333751, -73.78824272552917, 40.870714825433524, -73.78821704413355, 40.87071820827415, -73.78817606777142, 40.87072101553558, -73.78815690800451, 40.870720431964706, -73.78811952572696, 40.870718113005246, -73.78809056360754, 40.87070757450632, -73.78807467644128, 40.87070038192445, -73.7880423835174, 40.870689783266755, -73.788013189029, 40.87068404664006, -73.78799316946248, 40.870680416001825, -73.787971772901, 40.87067782379763, -73.78793778940799, 40.87067658080748, -73.78791768724768, 40.87067616025488, -73.7878985253935, 40.87067549199105, -73.78787832246644, 40.870672820018775, -73.78784820335738, 40.87067320408911, -73.78782588228925, 40.87067632017173, -73.78780087624901, 40.870683300722646, -73.78776797302878, 40.87069482232827, -73.78775034272498, 40.87070118518909, -73.7877184136232, 40.87071375314181, -73.78770031347086, 40.870720141244846, -73.7876831554987, 40.8707260655247, -73.78764287257283, 40.87073905752565, -73.78761974818566, 40.8707448330411, -73.78759561336985, 40.87075052474735, -73.78756188680174, 40.870759823267335, -73.78753549960847, 40.87076800787607, -73.78750635900148, 40.87077882224528, -73.78747728682893, 40.87079049129916, -73.78744872159155, 40.8708031446156, -73.78742398332162, 40.87081613635561, -73.78740069046829, 40.87082932345828, -73.78736599294527, 40.87084806087991, -73.78734179316335, 40.87086217830771, -73.78732719313449, 40.87087167589437, -73.78731016923332, 40.87088127887156, -73.78729227387872, 40.870891481767906, -73.78727615915341, 40.87089944211936, -73.78726101642039, 40.87090800398754, -73.7872349362062, 40.87092291396022, -73.78720936224609, 40.87093790770567, -73.78718617040633, 40.87095323541832, -73.78715977922809, 40.870975227162155, -73.78714888576101, 40.87098931506167, -73.7871371215328, 40.87100452696772, -73.78712655318256, 40.87101932775321, -73.78712346728771, 40.87103502302134, -73.78712938530786, 40.871049552554524, -73.78714214109515, 40.87107441522747, -73.7871488464444, 40.87109202138848, -73.78715332005112, 40.87110641138135, -73.78715449972535, 40.87112181195283, -73.78714982873366, 40.87113536112917, -73.78714035277521, 40.87114761193917, -73.78712805570802, 40.871160655379285, -73.78711619395159, 40.871171859918086, -73.78709638873562, 40.871191282989244, -73.78707028877398, 40.87121231352483, -73.7870547304353, 40.87122727078595, -73.78704213110363, 40.8712439354336, -73.78702952240297, 40.871263152954384, -73.78701321127717, 40.87128683817972, -73.78700402542647, 40.871298868893405, -73.78699331508702, 40.87131205122176, -73.78698007194052, 40.87132638150204, -73.78696741234344, 40.87133925856511, -73.78695406704102, 40.87135177686599, -73.78694083082519, 40.871363198568744, -73.78692770721545, 40.87137390638859, -73.7869140473724, 40.87138351461778, -73.78688769720065, 40.87140262390239, -73.78686504244993, 40.87142055946278, -73.7868432985682, 40.87143632921949, -73.78683060884154, 40.87144637867032, -73.78681654642673, 40.87145722071729, -73.78680295380589, 40.87146768182233, -73.7867879471088, 40.87147926412577, -73.78677478768745, 40.87149002679185, -73.78676246009924, 40.871500708148346, -73.78674962240885, 40.871512129664936, -73.78672754036471, 40.8715316033944, -73.78669300355158, 40.8715677419956, -73.78668305064792, 40.87158144617856, -73.78667392709801, 40.871596581873334, -73.78666290808536, 40.871616459650205, -73.78665142375198, 40.871634580608436, -73.78663922049755, 40.87165160253786, -73.78662583186409, 40.8716661252129, -73.7866023531763, 40.87169234911676, -73.78658975126172, 40.87170975571369, -73.7865792130302, 40.87172581809102, -73.78656605669278, 40.871746681544906, -73.78655197407885, 40.87176378283399, -73.78653570993187, 40.871783459091795, -73.78650051509831, 40.87182162792436, -73.78647291688027, 40.87184732099448, -73.78645397772075, 40.871867708181, -73.78643986234323, 40.87188280490286, -73.78642722947669, 40.87189911282545, -73.78642065098461, 40.87192034322942, -73.78641617822733, 40.871939329004704, -73.78641418525199, 40.8719633423075, -73.78641222213408, 40.87198987794029, -73.78640472553361, 40.87201514354415, -73.78638803855388, 40.87204417960004, -73.78637843277545, 40.87206241476769, -73.78637139884788, 40.8720799126912, -73.78636585389452, 40.87209513512895, -73.78636013207027, 40.8721085463519, -73.78634841420573, 40.87213210130846, -73.78633471148113, 40.87215461072082, -73.78632128882354, 40.87217893063659, -73.78630730367955, 40.87221068846373, -73.78630071281228, 40.872224674388335, -73.78629162821206, 40.872238709723824, -73.78630150309105, 40.87226041272997, -73.78631438024023, 40.87228181692868, -73.78632478501808, 40.87229514905093, -73.78633957406035, 40.87230634522119, -73.78636526287106, 40.87232376775107, -73.78638020551064, 40.87233183769638, -73.78640745956363, 40.87234651661734, -73.78643085529468, 40.87235360355736, -73.78648640186286, 40.87237064277526, -73.78651222458541, 40.87238036902519, -73.78654512855343, 40.87239037581361, -73.78656776407725, 40.87240036540234, -73.78658402529182, 40.87240899786504, -73.78660086194974, 40.87241612396799, -73.78662126795439, 40.87242368170011, -73.78665042120642, 40.87243100976688, -73.7866756715375, 40.8724283657807, -73.78669431251278, 40.8724332863015, -73.78673263165767, 40.87244708060446, -73.78669109152405, 40.87252432266489, -73.78664126445082, 40.872502299098926, -73.78646941638904, 40.872430921716756, -73.786319950818, 40.872381925800134, -73.7862729596225, 40.87236641427165, -73.78624640779792, 40.87238091162071, -73.78621818952739, 40.872396422530606, -73.78618927098705, 40.872406138378395, -73.78615814388769, 40.87241538637358, -73.78614098472097, 40.872421503126205, -73.78610779328423, 40.872432282618924, -73.78609034928347, 40.872437329053, -73.78605856713345, 40.87244811114388, -73.78604119195884, 40.87245425449593, -73.78602500717584, 40.872461333861544, -73.78599882317306, 40.87247393720297, -73.78596793657934, 40.87248768624574, -73.78593617578407, 40.8725032445456, -73.78591745410158, 40.872512348896336, -73.78589698557874, 40.87252422351464, -73.7858737761255, 40.87254512316494, -73.78584950833597, 40.8725583342573, -73.78581908675754, 40.87256212109329, -73.78579414143604, 40.87256064661356, -73.78577249450261, 40.872557176460674, -73.78575306281856, 40.87255099183492, -73.78573272014731, 40.87253484248448, -73.7857219448022, 40.87252351411364, -73.78571121321775, 40.87251001924223, -73.78570156718209, 40.872496496669505, -73.78569470912304, 40.87248144213566, -73.78568818443125, 40.87245313209563, -73.78568512173011, 40.87243794953598, -73.78568293675855, 40.87242059752297, -73.78568090119597, 40.87240179329573, -73.78567959636095, 40.872380053024465, -73.78567742672, 40.872346536329246, -73.7856750199871, 40.872329898893675, -73.7856715942325, 40.872315838571055, -73.78566698431476, 40.87229927988835, -73.78566265810113, 40.87228450560466, -73.78565970216518, 40.87227006344558, -73.78564705704902, 40.87224445791417, -73.78564041726095, 40.87222904898842, -73.78563541929984, 40.87220922260267, -73.78563450492956, 40.87219000893228, -73.78563474845896, 40.872170768597016, -73.78563347811891, 40.87214974157713, -73.78563667355172, 40.87213404745521, -73.7856463337329, 40.87212108212259, -73.78565987087687, 40.87210584844991, -73.78567191691648, 40.87209280470141, -73.78568186714836, 40.87207964990088, -73.78568971927896, 40.87205531791252, -73.78569729660705, 40.87203784895453, -73.78569964289848, 40.8720165540015, -73.78569782675187, 40.87199629408691, -73.78569410989545, 40.871971339084986, -73.78569101329713, 40.871956374379955, -73.78568715279548, 40.871942863449334, -73.785677508643, 40.871917374253286, -73.78566392104678, 40.871892701681084, -73.78564034645552, 40.87187015192335, -73.78562587701397, 40.871860709511665, -73.78560899768358, 40.871847394112194, -73.78559318826595, 40.87182749270666, -73.78557366425993, 40.87179372494127, -73.78556266439398, 40.87177407920262, -73.78555247861233, 40.87175838903126, -73.78554221936288, 40.87174524981316, -73.78552993147133, 40.87173177814461, -73.78550974611885, 40.87171255476832, -73.78549340154044, 40.87169051278739, -73.78548892592282, 40.87167647752075, -73.78548350785934, 40.871652315382065, -73.78547383479025, 40.8716247955066, -73.78546567132038, 40.871611413442885, -73.78546044240876, 40.87158414856266, -73.78547744939196, 40.87156963274873, -73.78548926766965, 40.87155914328755, -73.78550296911777, 40.8715488482296, -73.78553505454235, 40.87154470887544, -73.78557259029641, 40.871555099156005, -73.78560055369358, 40.87154977158052, -73.78563221970492, 40.87154178722429, -73.7856545728221, 40.87153952348966, -73.78570447602067, 40.87153796917415, -73.7857228438559, 40.87153772863257, -73.78576928310866, 40.87153397336049, -73.78579294816892, 40.871528416237815, -73.78581899874388, 40.87152325074903, -73.78584972039135, 40.871515650891006, -73.7858774826331, 40.87150683707469, -73.78590699350642, 40.871493578971204, -73.78592300791264, 40.87148334398503, -73.78594076599875, 40.87147020274485, -73.78595585076886, 40.87145689175351, -73.78596901950436, 40.871443274641514, -73.78599233553228, 40.8714116161005, -73.78599875186116, 40.87139546238609, -73.78600085812145, 40.871380890945495, -73.78600375987655, 40.871355782534394, -73.7860040984783, 40.87134087823596, -73.78600578684849, 40.87132161446231, -73.78600838745147, 40.871299772473535, -73.78600937441657, 40.871273972536045, -73.78600857144367, 40.871242599742466, -73.78600743083531, 40.87122656888789, -73.78600592926352, 40.87120990611971, -73.78600449793592, 40.87119390174064, -73.78600414783504, 40.871179573379344, -73.7860035047641, 40.871165601969594, -73.78599942828033, 40.871140315826786, -73.78599291758617, 40.87111834618023, -73.78598272076574, 40.871095765467395, -73.78596902288932, 40.87107183382694, -73.78595340437286, 40.87104866674098, -73.78594266080832, 40.871027897698546, -73.78594059083255, 40.871008350502294, -73.78594183041044, 40.870993999875374, -73.78593130625826, 40.87097177514465, -73.78591211435386, 40.870947996293715, -73.78589205981184, 40.87093239679992, -73.78586602024593, 40.870922797874776, -73.7858307878191, 40.87091630928799, -73.78580766019343, 40.87091234202198, -73.78577965521899, 40.870906361204135, -73.78575387111543, 40.870897009462404, -73.78571695874918, 40.87088469874864, -73.78570085315961, 40.87087835549772, -73.7856715702789, 40.87086548352387, -73.78563951562455, 40.87086018222492, -73.7855998489182, 40.87086071276232, -73.78557551300027, 40.87086138073363, -73.78555117637322, 40.870862268418364, -73.78549870462517, 40.87086480573103, -73.7854757799562, 40.870865229570114, -73.78545090285803, 40.87086523734963, -73.78542696919908, 40.87086439771503, -73.7854050195756, 40.87086520786269, -73.78537933877108, 40.8708683442391, -73.78535513483017, 40.870872224461046, -73.78533154074105, 40.87087827329431, -73.78529972592538, 40.87088834282892, -73.78528364597409, 40.87089684866483, -73.78526011652706, 40.87091593581377, -73.78524502069453, 40.870933034160174, -73.78523657560157, 40.8709506932816, -73.78522698596348, 40.87097526784424, -73.7852138632354, 40.870997392797776, -73.78519522137915, 40.871014569183444, -73.78517236885006, 40.87102679493208, -73.78514904233936, 40.871038855904295, -73.78513106776799, 40.871062811517874, -73.78512917013771, 40.87107957692836, -73.78512718963826, 40.87109922645717, -73.78512762237952, 40.87112206281475, -73.78512780347904, 40.871144212529494, -73.78512727509582, 40.87116235373808, -73.78512421665235, 40.871180051696356, -73.78512178040674, 40.871195362710935, -73.7851209362642, 40.87121026516571, -73.785121831291, 40.8712244018396, -73.78512369805732, 40.871239582190995, -73.78513453828907, 40.87126414165588, -73.78514490866873, 40.87128946566219, -73.7851604158335, 40.87130113247924, -73.78517847131113, 40.871308330398904, -73.78519775524015, 40.87131679309075, -73.7852239937639, 40.87133092110534, -73.7852412434675, 40.871341521371285, -73.78526040775422, 40.87135250790614, -73.78528064765807, 40.87136580259654, -73.78529591186974, 40.871375573409615, -73.78532445837418, 40.871392809687634, -73.78534343605168, 40.871405387929435, -73.7853602316576, 40.871421804504315, -73.78537314796611, 40.871441590702744, -73.78537845156906, 40.87146701692411, -73.78536569818817, 40.87148642579874, -73.78533818919581, 40.87149614585706, -73.78531862648232, 40.8714968505688, -73.78529512558728, 40.871496010812, -73.78526624960075, 40.87149189406725, -73.7852406682659, 40.87148619317973, -73.78522209443844, 40.87148300239067, -73.7851930498214, 40.8714855543497, -73.78517231219709, 40.871491555338416, -73.78514559057939, 40.87150319756387, -73.7851166876847, 40.87151878887661, -73.78509215415843, 40.871535376157986, -73.78507493199699, 40.871549644780075, -73.78506013716554, 40.87156347758068, -73.78504425327884, 40.87157769286041, -73.785030323226, 40.87159152636753, -73.78501148318823, 40.871614162929966, -73.78499719471718, 40.87163941579135, -73.78499099753827, 40.87165411556532, -73.78498113683958, 40.87168431586713, -73.78497732323409, 40.87170110741946, -73.78497314418058, 40.87171902210338, -73.7849664441463, 40.87175532191508, -73.78496011441511, 40.8717787237843, -73.784954068303, 40.87180319416387, -73.78494524805971, 40.87183592227776, -73.78493620954524, 40.87186974678188, -73.78492828536152, 40.87189317089117, -73.7849205199303, 40.8719133571304, -73.78491678807002, 40.8719272393464, -73.78491668027135, 40.87194919671535, -73.78491775984422, 40.8719843863094, -73.78491780300276, 40.87201578650686, -73.78491561358533, 40.87203288184738, -73.78490980559714, 40.87205120411576, -73.78490266412851, 40.87206845591604, -73.7848959971565, 40.872083511402565, -73.78488477125198, 40.872111048198704, -73.78487559988478, 40.872129447940964, -73.78486410683601, 40.872150451175706, -73.78484592706273, 40.872181240183366, -73.784831943753, 40.872200481914135, -73.78481719287146, 40.872222301217604, -73.78480247407757, 40.87224593236658, -73.78478688800129, 40.872268493913985, -73.78476956029934, 40.872293299836045, -73.7847588505721, 40.872306839451745, -73.78473662839163, 40.87233525981456, -73.78472826671548, 40.87234940803671, -73.78471726489967, 40.872374748035895, -73.78470817405156, 40.8723913361268, -73.7846990597287, 40.87241407362493, -73.78468664603808, 40.87243946591671, -73.78467839566946, 40.87245257067385, -73.78467010846681, 40.872466058970744, -73.78466022690134, 40.87248064199016, -73.78465107121086, 40.8724937999858, -73.78464123224558, 40.872506215601696, -73.784630888962, 40.872517942300476, -73.78461111355627, 40.87253953337999, -73.78458862727017, 40.87256081773131, -73.78457770618068, 40.87257183195903, -73.78456073169689, 40.872588625940956, -73.78454547390393, 40.872599520408365, -73.78451034244178, 40.87259495325761, -73.78448152910018, 40.872582356513284, -73.78446961391748, 40.872569935402105, -73.7844580256366, 40.87254852530058, -73.7844273863623, 40.872553572950785, -73.78441603257602, 40.87257509778406, -73.7844105648642, 40.87258903076886, -73.78440360705844, 40.872604826786436, -73.784387103406, 40.87263188721748, -73.78437591850289, 40.872646686596354, -73.78436559954962, 40.872662229596635, -73.78435687753948, 40.87267588274852, -73.78434850906928, 40.8726920876508, -73.78433951660281, 40.87271048768325, -73.78433108047457, 40.87272523906559, -73.7843236646461, 40.87273776814197, -73.78430897815363, 40.872761591991726, -73.78429892757687, 40.87278325702366, -73.78429504039678, 40.87281168545522, -73.78429306254385, 40.872830427274394, -73.78428662390392, 40.87285292210504, -73.78428545118678, 40.8728710422894, -73.78428783503797, 40.87289280350254, -73.78428915473845, 40.872909824344084, -73.78429054325032, 40.87292684351321, -73.78429157700013, 40.87294314973094, -73.78429308171292, 40.8729583582303, -73.78429392690337, 40.87297647408183, -73.78428961781614, 40.8730000165614, -73.78428042057597, 40.873015698524554, -73.784264778166, 40.873034305838864, -73.78425179938334, 40.873054620058404, -73.78423592698144, 40.873077562801576, -73.78422249135166, 40.87309425348931, -73.78421112936967, 40.87310765405799, -73.78419345541225, 40.873128261155415, -73.78417883213858, 40.87314426254257, -73.78416706803883, 40.87315947324162, -73.78415732445238, 40.87317570437262, -73.7841490293952, 40.873191551901634, -73.7841404830779, 40.873217557395655, -73.78414122853893, 40.87323276267506, -73.78414153979791, 40.87325016524, -73.78413867748402, 40.87327274869508, -73.78413409119062, 40.8732928597796, -73.78412835060456, 40.87331261030936, -73.78411913822713, 40.87334352583154, -73.78411289571696, 40.87336184814363, -73.78410719658437, 40.87337978876345, -73.78410051872436, 40.873398466854624, -73.78409214653058, 40.87341577122863, -73.78407709883881, 40.873450655997914, -73.78406973986023, 40.87346719234642, -73.78405602842696, 40.873492060753954, -73.78404857268119, 40.87350588013961, -73.78403449466501, 40.873530747858425, -73.78402064084634, 40.873555616895565, -73.78400776986199, 40.87357738558018, -73.78398601081554, 40.87359666668011, -73.78397086932362, 40.87360525693228, -73.78395424786233, 40.87361258282444, -73.78393542347482, 40.87361916168487, -73.78390362601742, 40.87362415119717, -73.78386779020532, 40.87362444248167, -73.78384733312336, 40.87362163155541, -73.78381470568947, 40.873614077454924, -73.78378411098274, 40.873604523562044, -73.78375109996227, 40.873603665673784, -73.78373105725326, 40.873618257485184, -73.78371201502232, 40.87363636488269, -73.78369835484747, 40.87364542432964, -73.78366756578919, 40.873661697013794, -73.78364812078026, 40.87367014138104, -73.78361899523614, 40.87367574095393, -73.78359546547756, 40.87368390390401, -73.7835708090639, 40.873704716629796, -73.78354810608894, 40.87371471992267, -73.78352996791183, 40.87371018524816, -73.78351898977718, 40.87369451953034, -73.78352290290616, 40.87367026315059, -73.78351134684543, 40.87364372832621, -73.78350120146429, 40.87361678372234, -73.78349340996223, 40.8735894031937, -73.7834891937041, 40.8735621140183, -73.78348642024933, 40.87354786395304, -73.78348064105087, 40.873534596086394, -73.78345983129105, 40.873518061852266, -73.78343448434144, 40.87351815116249, -73.78341232847166, 40.873503699929984, -73.78341604340554, 40.87348457597784, -73.78340316618252, 40.87347469864009, -73.78339374477022, 40.87345969409012, -73.7833972949879, 40.8734459781763, -73.78339958505329, 40.873419606201985, -73.7834153610834, 40.87339504251044, -73.78341375649458, 40.87337632009839, -73.78339417287933, 40.87336105064102, -73.78337241307327, 40.87334739617752, -73.78337620401362, 40.873326791061594, -73.78338066091975, 40.87331296608958, -73.78337057900038, 40.873300073749064, -73.7833784577131, 40.873279174641986, -73.78340599180402, 40.87326242857015, -73.78341957069144, 40.8732488125217, -73.78344118392828, 40.87322623635811, -73.78345470905016, 40.873215282955634, -73.78348587811242, 40.87319228617547, -73.78351167545247, 40.87317625090888, -73.78353841172635, 40.8731607657966, -73.78356968968714, 40.87314948908478, -73.78360631223246, 40.873150876082306, -73.78362448122711, 40.873145530619105, -73.78365226105694, 40.87313161158949, -73.7836795198354, 40.87312178160535, -73.7836996852318, 40.87311355830231, -73.78372315025581, 40.87310407779127, -73.78374334992125, 40.87309662176288, -73.78376997156224, 40.87309337855357, -73.78382118767274, 40.87309959424325, -73.78384539428075, 40.873106118617834, -73.78386479467312, 40.873111341781545, -73.78388239093354, 40.87311466963226, -73.78390002503635, 40.87311876476921, -73.78393095549065, 40.87312532693057, -73.78394876974814, 40.873128378728644, -73.78396944802236, 40.87313061283694, -73.78398907922139, 40.873131254715, -73.78400709468673, 40.87312824207571, -73.78403028353534, 40.873113929852636, -73.7840434120273, 40.873101603291, -73.78407263511701, 40.87307720154717, -73.78408866430291, 40.873061888977624, -73.78410292079168, 40.873037187274505, -73.78411544390444, 40.873011080262714, -73.78412985482272, 40.87299398078778, -73.78414665739477, 40.87297575927068, -73.78415663602097, 40.872964223738414, -73.78417490192025, 40.87294032375802, -73.78419986682971, 40.872913498901376, -73.78421035231862, 40.87289126017859, -73.78423304559615, 40.87287316042415, -73.7842472117315, 40.872864210818406, -73.78426070856969, 40.87285021090802, -73.78425274376465, 40.87283120286636, -73.78425061800704, 40.87281728360837, -73.78424124052131, 40.87278798031518, -73.78423795807865, 40.87277444250322, -73.7842327683331, 40.872758266288955, -73.78422651691209, 40.87274499757502, -73.78421258366558, 40.87273446459538, -73.78418860726762, 40.87271698445638, -73.78415978958726, 40.87269439757905, -73.78413457634319, 40.872685189725104, -73.78410882248792, 40.872678437393155, -73.78409036738053, 40.87267184459102, -73.78406456189707, 40.87265724887774, -73.78404581967135, 40.87264993964097, -73.78401144295665, 40.87264638860393, -73.78399156063769, 40.872645310421795, -73.78396107329225, 40.87262474917475, -73.78395023175203, 40.872611610527706, -73.78393728831888, 40.87258891463723, -73.7839330268942, 40.87256563167242, -73.78392859286542, 40.87253924619326, -73.78392741096657, 40.87252475238156, -73.78392590388685, 40.87250957088637, -73.78392284841786, 40.87248206417543, -73.78391847614827, 40.8724589448914, -73.78390654230873, 40.872436607481596, -73.78389089771969, 40.87242194971108, -73.78386290049018, 40.87240358939745, -73.78384615637694, 40.87239326542485, -73.78383139646164, 40.87238417973957, -73.78380385948083, 40.87236875767477, -73.78378960421182, 40.87235989445029, -73.783775860162, 40.872349959697296, -73.78376150390216, 40.8723400526112, -73.78374334707893, 40.872330054655386, -73.78372403259017, 40.87232074160163, -73.78369609900706, 40.872304358844254, -73.7836709522561, 40.87228754006382, -73.78365474702348, 40.87227823372749, -73.7836246877844, 40.87225962275508, -73.78360343968168, 40.87224484367767, -73.78357886220032, 40.87223063556699, -73.7835633102306, 40.872220725312935, -73.78355114888086, 40.87220236760809, -73.78352934352964, 40.872180946351314, -73.78349631677953, 40.872185137411535, -73.7834669551043, 40.872185851340284, -73.78344818199616, 40.87217642939587, -73.78343878976786, 40.87216271620443, -73.78342611092745, 40.87214773345536, -73.78340323723579, 40.87213273157002, -73.78337804210989, 40.87214100031063, -73.78335934049485, 40.87215515603904, -73.78333677490302, 40.87214462925818, -73.78333204991549, 40.87213007295633, -73.78333493265515, 40.87211075563508, -73.78334982273205, 40.87210169853816, -73.78335219602016, 40.872084000243085, -73.78332789117596, 40.872085544877656, -73.78330732868271, 40.87209302716759, -73.78327225226535, 40.872094609194626, -73.7832402801986, 40.87208568381085, -73.7832290337069, 40.87206365018489, -73.78322343737513, 40.87205038264505, -73.78321567412401, 40.8720362600702, -73.78320413998198, 40.87202495795204, -73.78318194936233, 40.872010781254794, -73.78315768048732, 40.87199075376048, -73.78315005662445, 40.87196699799102, -73.78314922251099, 40.87194231126559, -73.78315040867268, 40.87192525099233, -73.78314165150557, 40.87190489694811, -73.78314287986552, 40.87188362785939, -73.78315838452957, 40.87186362107145, -73.78317363772136, 40.87184251430934, -73.78316811256141, 40.8718187075538, -73.78315543233579, 40.87179291167575, -73.78317089843576, 40.871773809806776, -73.78318113449471, 40.871761176241115, -73.7831884092223, 40.87174793198083, -73.78319871994638, 40.87172440261312, -73.78320148509599, 40.871696769038685, -73.78319947521013, 40.871669947740926, -73.78319377982508, 40.87165396323119, -73.78317585961194, 40.87164970355746, -73.78318125252382, 40.87163620992749, -73.78320108791598, 40.87161920270097, -73.783204380531, 40.871596428265775, -73.78320652886482, 40.87156950582019, -73.7832068633237, 40.871555701021094, -73.78321023948133, 40.87152949587172, -73.78321231315849, 40.871513827622, -73.78321268501833, 40.871499830187936, -73.7832116889144, 40.871484072425446, -73.78320974670709, 40.871469604189706, -73.78321044530341, 40.87145508598502, -73.78322908308637, 40.87142734625241, -73.78324195722305, 40.87141584234951, -73.78325277099526, 40.871404279645326, -73.7832735946236, 40.87138285555248, -73.78328325578153, 40.871369698612526, -73.78329475877314, 40.8713570404006, -73.78331887217452, 40.871335895326126, -73.78332965961076, 40.871310199358405, -73.7833493686111, 40.87128679568049, -73.78333146449576, 40.87127762298158, -73.78330026608697, 40.87126474680979, -73.7832729211657, 40.871245536608875, -73.78326175596125, 40.871221169062466, -73.78326859580174, 40.87119683803379, -73.78328911044888, 40.87119303326566, -73.78330964824515, 40.87119304481843, -73.78332847278618, 40.871196784785646, -73.78335744190379, 40.87118352811649, -73.78337071786031, 40.87117101009981, -73.78338568846698, 40.87114809098903, -73.7833925709025, 40.871125962633855, -73.78339694318699, 40.87111221313842, -73.78340802177686, 40.87108560911348, -73.78341327197809, 40.871072197148294, -73.78341416091355, 40.87105422141299, -73.783390204948, 40.871049291283754, -73.78337196289301, 40.871044097226346, -73.78337322614352, 40.87102192230351, -73.78338159817827, 40.871005359978774, -73.78339533039743, 40.870996244870746, -73.78342370449528, 40.87101048896589, -73.78344888407203, 40.87101742497712, -73.78346379882844, 40.8710007092339, -73.7834758765036, 40.87098931457014, -73.78349999341637, 40.870978327002796, -73.78349170908675, 40.870957397554406, -73.7834776429073, 40.870946308629314, -73.78346929603143, 40.870934025577306, -73.78346150026164, 40.8709182559568, -73.78344379004264, 40.87090493777739, -73.78342063002515, 40.8709109600202, -73.78339796527167, 40.870931365831666, -73.78337892381336, 40.87094944436748, -73.78334991471644, 40.87095279466486, -73.78331993255638, 40.87095515258759, -73.7832901624557, 40.87094776848768, -73.78327045024913, 40.87092777748492, -73.78326286680455, 40.87091384705249, -73.78326284229664, 40.870887883146544, -73.78326545980666, 40.870872407720164, -73.78327493518142, 40.87084926038249, -73.78329000888543, 40.87082818208032, -73.78330014152682, 40.87081483421859, -73.78331303062353, 40.870798335310646, -73.78332271207901, 40.87077892089145, -73.78333436309046, 40.87075429542538, -73.78334218113211, 40.8707406415494, -73.78335076429859, 40.87072553391569, -73.78336013884899, 40.870711471436245, -73.78337013142476, 40.87069595582308, -73.78337937412243, 40.8706779399384, -73.7833864802711, 40.87066104565629, -73.78339221083715, 40.870644368511435, -73.78340538565091, 40.870618071884934, -73.78341284185898, 40.87060441642425, -73.78342109993204, 40.87058895248083, -73.78342963803885, 40.87057601313902, -73.78344364129157, 40.87056195933943, -73.7834730870321, 40.870557431094994, -73.78350934255215, 40.87056071027033, -73.78354078965316, 40.87056378770961, -73.78355936562618, 40.87056730925473, -73.78359041734889, 40.87059127373147, -73.78363279089325, 40.870569615333736, -73.78365530148538, 40.870562988501675, -73.78367311683368, 40.87055528037837, -73.78368948286992, 40.870547845986316, -73.783706760017, 40.87053893109133, -73.78372338142249, 40.870531029818224, -73.78373993349408, 40.87052219640442, -73.78375670291977, 40.87051327874941, -73.78378434671185, 40.870496341882706, -73.78380675844016, 40.870475962534904, -73.78381884836526, 40.87046075247638, -73.78382764496271, 40.87044635929607, -73.78384378478445, 40.87043077231179, -73.78387070782136, 40.87041366838378, -73.7839004815701, 40.87039651485805, -73.7839333556445, 40.870394489978395, -73.78397082256868, 40.8704031517119, -73.784001849178, 40.87040200223347, -73.78402121004166, 40.87039687775694, -73.78405274757424, 40.87039364368358, -73.78405119244547, 40.87041664111857, -73.7840731805824, 40.87041525498631, -73.78408727914015, 40.87040504278213, -73.78410485505668, 40.87038117122826, -73.78411882147272, 40.8703557530791, -73.78412920423054, 40.870343118800825, -73.78414553813631, 40.870322893707296, -73.78415708349473, 40.870309136887684, -73.78416910445965, 40.870292113974465, -73.78418157580394, 40.870270094176284, -73.78418787891658, 40.87025712718516, -73.78418559999761, 40.87023450708698, -73.78418764816584, 40.87020541604722, -73.78419340752153, 40.870190028418875, -73.78420275326503, 40.87017379833392, -73.78423057502333, 40.87013520487925, -73.78423600822555, 40.87012198592211, -73.78424342384015, 40.8701090723358, -73.78425116920027, 40.87009580187052, -73.78425891280416, 40.87008234049724, -73.78428031463501, 40.870061631389575, -73.78429647817839, 40.87003940146194, -73.78431352129574, 40.870034548154095, -73.78434483113668, 40.87002428614201, -73.78435616860847, 40.87000693325199, -73.78434182089532, 40.86998244999765, -73.78433479599242, 40.86996341849406, -73.78435042903087, 40.86994747209535, -73.78438288616805, 40.86995140215773, -73.78439946234656, 40.869957745573075, -73.7844197366795, 40.869959870790126, -73.78442912774392, 40.86994097711795, -73.78445804787539, 40.869942596194505, -73.78446410928261, 40.8699580599457, -73.78446753066174, 40.86997335397566, -73.7844926134211, 40.8699760356596, -73.7845075374426, 40.8699680212433, -73.78452177744339, 40.86995877097425, -73.78455826613448, 40.86995699940106, -73.78458595051204, 40.86997170747968, -73.78457792656715, 40.869992636125325, -73.7846046512322, 40.869991615328715, -73.7846376370311, 40.86998835588375, -73.78467077690922, 40.86998147314026, -73.78468692629838, 40.86997455868614, -73.78472078996126, 40.86995735854992, -73.78475127220841, 40.86994547489993, -73.78476814422908, 40.86993812414361, -73.78478831205484, 40.86992954315717, -73.78481166852488, 40.86991838820611, -73.7848483629439, 40.86989811903419, -73.78486923154611, 40.86988448848487, -73.7848951459597, 40.869865132109084, -73.7849170809595, 40.86984637163942, -73.78493645212627, 40.869826619448865, -73.78495424186545, 40.86980398093498, -73.78496389205534, 40.86979147398585, -73.78498235336201, 40.869765113187675, -73.7849904294779, 40.869749646990485, -73.78500299078661, 40.86972280063657, -73.78501627888379, 40.86969496689581, -73.78502344982816, 40.869679884419995, -73.78503138008152, 40.869665132037554, -73.7850406933903, 40.86964747364414, -73.78504910044681, 40.86963017015638, -73.78506046111772, 40.869605929381905, -73.78507026309273, 40.86958278070045, -73.78507594634385, 40.86956920557401, -73.7850810197721, 40.86955455862736, -73.78509136619492, 40.86953031506003, -73.7850979902133, 40.86951671196827, -73.78510476376113, 40.86950198714246, -73.78511936083781, 40.8694713832139, -73.78512522556524, 40.86945780752226, -73.78513203117784, 40.86944453614732, -73.78514491504058, 40.869418787175725, -73.78515114631247, 40.869403373361884, -73.78515810534915, 40.86938667049865, -73.78516823812856, 40.86936171333693, -73.78517505424286, 40.86934481840181, -73.78518230329196, 40.86932756767764, -73.78518875632096, 40.869310700881435, -73.78519422952145, 40.86929566926312, -73.78520602318193, 40.869271757057966, -73.78521590174026, 40.869246168173945, -73.78522146909346, 40.869232098454184, -73.78522895959425, 40.869211334459045, -73.78524110461237, 40.86917962825096, -73.7852480677675, 40.869161635885746, -73.78525531796394, 40.86914438515861, -73.78526169039064, 40.869130426794875, -73.78526897037163, 40.86911460340104, -73.78527720276996, 40.86909661339576, -73.78528691812747, 40.86907673151549, -73.78529631310634, 40.86905687785396, -73.78531277172607, 40.8690205961625, -73.78532369458651, 40.868997424329045, -73.78533407984494, 40.868971752630806, -73.78534352331695, 40.86894789186873, -73.785353645388, 40.86892584235573, -73.78536871589611, 40.86889438920971, -73.78537867799403, 40.86887706067309, -73.78538603371489, 40.86886090783222, -73.78539335385054, 40.86884622362617, -73.7854022188471, 40.868831047922846, -73.78541043799477, 40.86881640681014, -73.78541850053585, 40.86879405269687, -73.785428323799, 40.86877562709896, -73.78543769751523, 40.868761233965266, -73.78544653381616, 40.86874538643841, -73.78545323832509, 40.86872884877284, -73.78545934110383, 40.86870909883571, -73.78546408647517, 40.868695712848755, -73.7854691912319, 40.868681970935135, -73.78547668655125, 40.86865599308582, -73.78548627579853, 40.86863177508678, -73.78549705141111, 40.868608245466724, -73.78550277186791, 40.86859521878559, -73.78551939123481, 40.86856456273087, -73.78553113855891, 40.868544274881586, -73.78554084202257, 40.86852840014299, -73.78555419064735, 40.86850372357065, -73.78556822970808, 40.86847792266542, -73.78557535835193, 40.868464842766834, -73.78558717854864, 40.86844364915264, -73.78559688081745, 40.86842887210591, -73.78561600863766, 40.868405303062495, -73.78562615512409, 40.86842088510671, -73.78561386051595, 40.86844353213721, -73.78560333525895, 40.86846706313445, -73.78559513158761, 40.86848870381034, -73.78558362191171, 40.868515497257924, -73.78557483693034, 40.868537521361866, -73.78556929625104, 40.86855145337454, -73.78556304401604, 40.8685726870501, -73.78555707134103, 40.86859735031603, -73.78555376981294, 40.86861178175935, -73.78554190640793, 40.86863569387282, -73.7855340450351, 40.86865159814919, -73.78552211686925, 40.86867314995222, -73.78551667412519, 40.86868944323255, -73.78551369233318, 40.86870587796168, -73.78550795143283, 40.868726343564475, -73.7855001024667, 40.868749795780246, -73.7854925603347, 40.86876895682382, -73.7854861461919, 40.86878410557313, -73.78547976557698, 40.86880025933278, -73.78547414661291, 40.868815647289345, -73.78546727198454, 40.86883748313092, -73.7854621145963, 40.86885797502962, -73.78545793469577, 40.86887624813367, -73.78545329555527, 40.8688908968064, -73.7854413824035, 40.86891917079619, -73.78543529831582, 40.86893348810203, -73.78542430005852, 40.86895394032213, -73.78541445316043, 40.86897269725601, -73.78540106114505, 40.86899937912392, -73.78539476341837, 40.86901262534591, -73.78538770178479, 40.86902696604476, -73.78537991529286, 40.86904243100911, -73.7853681822373, 40.86907075215123, -73.78535802853798, 40.86909083493306, -73.7853493345841, 40.8691073968067, -73.78534187190967, 40.86912286327118, -73.78533455758752, 40.86913720349643, -73.78532051365121, 40.86916407594627, -73.78530593337625, 40.86919026032147, -73.78530104443956, 40.86920400262829, -73.78529958935235, 40.86921783416916, -73.78530282513974, 40.869234445249596, -73.7853179358863, 40.86925706218799, -73.78533355055164, 40.86928195830474, -73.7853423644177, 40.86929550548332, -73.78535889568938, 40.86931573875651, -73.78537125725508, 40.86932791928256, -73.78538981473082, 40.869347386399845, -73.7854062299051, 40.86936978603218, -73.7854276282678, 40.86939334845773, -73.78544983797735, 40.8694136183906, -73.78546364632854, 40.86942594027207, -73.7854781701567, 40.869440047355184, -73.78549172694818, 40.86945239668077, -73.78550752441026, 40.86946441968941, -73.78552325898652, 40.869473506977414, -73.78555310696905, 40.86949008556512, -73.78556902439506, 40.869498020557785, -73.78559595460794, 40.869511547350285, -73.78562628217979, 40.8695258206518, -73.78564270503333, 40.869534468861815, -73.78565862331281, 40.869542513703486, -73.7856754847921, 40.869550147869894, -73.78570548867357, 40.86956291222638, -73.78573704112495, 40.86957809276694, -73.78576266954089, 40.86959142529841, -73.78578003293262, 40.86960013016482, -73.78579973528836, 40.86961224322725, -73.7858328547363, 40.86963481157884, -73.78585721126055, 40.86964970588179, -73.78587501299604, 40.869657121143256, -73.78589042930669, 40.869664505861714, -73.78591577833052, 40.869674736548625, -73.78593473767573, 40.869681468674685, -73.7859866206851, 40.86970418074758, -73.78600955022807, 40.86971391255682, -73.78602854468946, 40.8697211661169, -73.78605244717144, 40.86973120138618, -73.78606877096041, 40.869737490064374, -73.78608700910898, 40.869744220828196, -73.78610430587112, 40.86975116956405, -73.78614510550356, 40.86976922259016, -73.78618335452185, 40.869781809396514, -73.78621109029216, 40.86979242804986, -73.7862431940837, 40.86980406964155, -73.7862600198156, 40.869810687901584, -73.78627634601621, 40.869816976554716, -73.78630599591926, 40.86982737901048, -73.78633695814689, 40.869835094121264, -73.78636553148006, 40.86984274987111, -73.78640487321921, 40.869853087398766, -73.7864324732874, 40.869860548625354, -73.78645331560294, 40.86986681859677, -73.78647227910405, 40.86987302925736, -73.78649308641477, 40.86987875075764, -73.78651530672815, 40.86988367613261, -73.78653947883326, 40.86988921024386, -73.78656939790761, 40.86989486393912, -73.78660372868404, 40.8699004996709, -73.78663748159579, 40.869906188353454, -73.78665558309663, 40.86991006511787, -73.78667419143066, 40.869914216565704, -73.78669276268849, 40.86991809329218, -73.78671130197182, 40.86992084434257, -73.78673085363788, 40.86992417447593, -73.78675080327059, 40.869926956041795, -73.78677208724537, 40.86992979499979, -73.7868401037469, 40.86993952710185, -73.7868672815243, 40.86994330983822, -73.78689699253604, 40.869946905441736, -73.78692496909542, 40.86994981256123, -73.78695121297277, 40.8699514782996, -73.78697662634328, 40.869952816521, -73.78704669619974, 40.869953686055815, -73.78706734221781, 40.869953121726375, -73.78708567925179, 40.86995161842318, -73.78711902618402, 40.869948523725355, -73.78715233625331, 40.869945455964654, -73.78717294835536, 40.86994436836843, -73.78719989087645, 40.86994271612835, -73.78728313852986, 40.86993845090636, -73.78732342216784, 40.86993660441023, -73.78736204476668, 40.86993447928897, -73.78740316241085, 40.86993186528238, -73.78749469422408, 40.8699259132416, -73.78752829129613, 40.869923971514915, -73.78755693051387, 40.86992256995061, -73.78757888037634, 40.869921950298675, -73.78760086485333, 40.86992163507223, -73.78762530923746, 40.86992069042317, -73.78768186542823, 40.86991857208475, -73.78770793919949, 40.869916672293535, -73.78773654817647, 40.869914336819726, -73.7877642874647, 40.86991205466927, -73.78779116145405, 40.86990919370601, -73.78782049695472, 40.86990557094465, -73.78784740556088, 40.86990301259695, -73.78791727194847, 40.86989960029422, -73.78794587748443, 40.86989759524242, -73.78796862355154, 40.86989615393061, -73.78799053797418, 40.86989473990208, -73.78801079100694, 40.86989315712686, -73.78804312999206, 40.86988918233156, -73.78810244650195, 40.86988297792591, -73.78812349820146, 40.869880546533906, -73.78814870839275, 40.869877519443584, -73.78817974098082, 40.86987439227526, -73.78820744762143, 40.86987117704949, -73.7882368501025, 40.86986848631359, -73.78827124522215, 40.86986550306644, -73.78836849882504, 40.86985709078393, -73.78840708692915, 40.86985422414552, -73.78844311080651, 40.86985047571477, -73.78847494146298, 40.86984630716148, -73.78854137865709, 40.86984055412197, -73.78855961199064, 40.86983732145159, -73.78857778025517, 40.869832167911504, -73.78859551252552, 40.86982758898367, -73.78862293818831, 40.869821324980954, -73.78864838108395, 40.86981374172256, -73.78867909973376, 40.869806360825336, -73.78872317752354, 40.86979496927939, -73.78874405498715, 40.869789490193135, -73.78876663364673, 40.86978434379703, -73.78878918165178, 40.869778016796516, -73.78881089354779, 40.86977237533608, -73.78883419828614, 40.86976495291349, -73.78886003941871, 40.8697578358912, -73.78888258503055, 40.86975150976851, -73.78894377985266, 40.869734247634284, -73.78898452677011, 40.86972391967972, -73.78902263884714, 40.86971103400108, -73.78906155136286, 40.86969710790477, -73.78909307838282, 40.86968615882813, -73.78914644907415, 40.86966240505302, -73.789162527362, 40.869654173325145, -73.78917911567274, 40.86964558503181, -73.78919808560747, 40.86963785205103, -73.78921662151853, 40.869630447854114, -73.7892365014969, 40.86962115237616, -73.78925887811475, 40.86961123021011, -73.78928364829714, 40.86959914312734, -73.78930884521128, 40.86958864978723, -73.78933082331949, 40.86957869986485, -73.78936225052375, 40.869565526319185, -73.78938074939246, 40.869557820363745, -73.78940073254445, 40.86955039266449, -73.789420747549, 40.86954414286235, -73.78943891329992, 40.869538987381084, -73.78945559975644, 40.8695334744044, -73.78947232292893, 40.86952760399729, -73.78952568412463, 40.869506017511476, -73.7895413292099, 40.86949858007428, -73.78955744426781, 40.86949032134365, -73.78958681472409, 40.86947481261423, -73.78961437313122, 40.86946138521067, -73.78963052173073, 40.869454142284994, -73.7896485524984, 40.86944627064326, -73.78967169472146, 40.8694350323741, -73.7896956621185, 40.86942393247883, -73.78975272922027, 40.869397384631974, -73.78977261110853, 40.86938781441527, -73.78979198563313, 40.86937813341093, -73.7898095104776, 40.86936968450804, -73.7898261664854, 40.86936252262289, -73.78984470094919, 40.869355529846814, -73.78986544343094, 40.86934689589122, -73.78988441774128, 40.8693384766312, -73.7899028844559, 40.86932964491939, -73.78994278659019, 40.869311739255956, -73.78996846170887, 40.86929850104453, -73.78998845627478, 40.86928703816311, -73.79001167808043, 40.869272725693534, -73.79003822966264, 40.869257651158975, -73.79005239415828, 40.86924872874987, -73.79007934417498, 40.86923294084122, -73.79010589393434, 40.86921805809235, -73.7901406684904, 40.86919770090127, -73.79015784100936, 40.86918697216136, -73.790177401938, 40.869175698462215, -73.79020395072203, 40.86916073464472, -73.7902190574649, 40.86915167795401, -73.79023506773012, 40.86914198985841, -73.79025249279975, 40.86913128857823, -73.79027042399932, 40.8691210852864, -73.79028831677303, 40.869110275891416, -73.79030712011887, 40.86909847940897, -73.79035704768513, 40.86906525015096, -73.79037588477026, 40.869054031833905, -73.79039519185658, 40.869042730621835, -73.79041489424287, 40.86903208928408, -73.79043282123047, 40.86902207686343, -73.79045031346587, 40.869013380168695, -73.79046784169206, 40.86900493027126, -73.79048536712969, 40.868996234531934, -73.79050289502315, 40.86898751087922, -73.7905435657019, 40.868965764006845, -73.79056682266743, 40.86895189002819, -73.79058994123314, 40.86893562949188, -73.7906153451776, 40.86891725694346, -73.7906294413941, 40.86890699080644, -73.79064451539915, 40.868896615681216, -73.7906614029608, 40.868884789550776, -73.79067781505545, 40.86887364872965, -73.79069426605595, 40.86886220541169, -73.7907097416311, 40.86885087108264, -73.7907477553793, 40.86882335437402, -73.79076141487438, 40.86881426707241, -73.79078312293561, 40.868798003039025, -73.79080291522304, 40.868782120038176, -73.79082528228943, 40.868763002634246, -73.79083847942616, 40.86875193700647, -73.7908521095447, 40.86874048945318, -73.79086439807013, 40.86873016418035, -73.79088372705013, 40.86871222180275, -73.79090037284527, 40.86869652398699, -73.79092757353676, 40.86866953782423, -73.79094867757644, 40.868649924638504, -73.79097124267724, 40.868625894484374, -73.79098879982818, 40.868607811104205, -73.79100765774977, 40.868589510357346, -73.79101955683966, 40.86857701687992, -73.79104468387324, 40.86855419890977, -73.79105686611781, 40.86854332322358, -73.79106865537113, 40.86853104836152, -73.79107997384192, 40.86851910312624, -73.79109753602144, 40.86849940065506, -73.79111476881624, 40.86848032792874, -73.7911313444621, 40.86846389064888, -73.79115735178809, 40.86843723185089, -73.79117044820812, 40.868423448319646, -73.79119177779587, 40.86840108989907, -73.79120407359825, 40.86838878802438, -73.79121568132524, 40.8683761292093, -73.79122573276607, 40.86836459319147, -73.7912357118475, 40.86835305614134, -73.79124670858273, 40.86834042233199, -73.79125900438171, 40.86832773684201, -73.79127068846088, 40.868314554974, -73.7912865500221, 40.86829468550786, -73.79129752499112, 40.868276508229556, -73.79131087573361, 40.86826217674287, -73.79132860386683, 40.868247004007344, -73.79134191907781, 40.868233029047325, -73.79135200666595, 40.86822130037847, -73.7913628557277, 40.86820921649102, -73.7913755505854, 40.86819598150977, -73.79138607462114, 40.86818389613192, -73.79140531114734, 40.86816016333929, -73.79141714222675, 40.8681458570082, -73.79142726766507, 40.868134154515324, -73.79144218105985, 40.868117026210115, -73.79145600430863, 40.86810179236755, -73.79147088315571, 40.86808394990641, -73.79150855464142, 40.86805034140273, -73.79152962322449, 40.86803094776505, -73.7915487076332, 40.86800954514487, -73.79156143864971, 40.86799686040837, -73.79157771991997, 40.86798154724539, -73.79159157878591, 40.86796628463487, -73.79160435337245, 40.86795104707922, -73.79161632967079, 40.867936933694715, -73.79163019084645, 40.867920928178286, -73.7916451785776, 40.86790275811206, -73.79166216050997, 40.86788376859533, -73.79167460542332, 40.867869627234974, -73.79168919958731, 40.86785098999785, -73.79170586589709, 40.86782785584336, -73.79172065941601, 40.86780350894607, -73.79173558393738, 40.86778240135081, -73.79175193573455, 40.86775665879871, -73.79176141467559, 40.86774265075164, -73.79177989716028, 40.86771795390909, -73.79178962993608, 40.86770394631764, -73.7918007381137, 40.86768974850191, -73.79181006953772, 40.867677386282885, -73.79181994925284, 40.867662664864255, -73.79182896408375, 40.86764722959572, -73.79183761248929, 40.86763327317289, -73.7918480022151, 40.8676174288585, -73.79186067525973, 40.86760010555244, -73.79187323580517, 40.86758423543521, -73.79188296398756, 40.86757168302152, -73.79189956722222, 40.86754629659536, -73.79191344372376, 40.86752496646583, -73.79193109442593, 40.86749955580961, -73.79194216987219, 40.86748442501164, -73.79195317279775, 40.86746896540253, -73.79196860803836, 40.8674468429426, -73.7919848770913, 40.86742436538899, -73.79200215395187, 40.8674024110343, -73.79201239320666, 40.86738876183157, -73.79202710809062, 40.86736559619648, -73.79203557388097, 40.86735235441932, -73.79204400066564, 40.86733982576038, -73.79206146641756, 40.86731586994443, -73.7920773767818, 40.86729275958605, -73.79208707436507, 40.86727858621486, -73.79209532015331, 40.86726589423701, -73.79210970825382, 40.867243275501046, -73.79212576298148, 40.86721950803703, -73.79213956942591, 40.86719853524828, -73.79215460469352, 40.86717682446719, -73.79217369123735, 40.8671432092795, -73.79218263467554, 40.86712741635851, -73.79219313328767, 40.86711159832225, -73.7922026911826, 40.86709542019536, -73.79221366860293, 40.86707669443194, -73.79222668463011, 40.867053937235774, -73.79224162105858, 40.86702967247104, -73.79225517463468, 40.867007603314406, -73.79227022121016, 40.86698262645531, -73.79228446961712, 40.86695836134666, -73.79229138190335, 40.866945336473314, -73.79229763932912, 40.86693233743554, -73.79230441136824, 40.866917500519975, -73.79231204590157, 40.86690337924617, -73.79231950146031, 40.8668899717395, -73.79233075729614, 40.86686981378341, -73.79234721117373, 40.86683858553288, -73.79236073348262, 40.866814729731715, -73.7923743673473, 40.866791233425786, -73.79238775191985, 40.86676589606486, -73.79240149022458, 40.86674275563761, -73.79241541106227, 40.866718516937325, -73.79242980524569, 40.866694636581926, -73.79244227450118, 40.86667333267046, -73.79245543622558, 40.86664945009477, -73.79246968322029, 40.86662521287474, -73.79248400152204, 40.86660168897041, -73.7924987562671, 40.86657742474455, -73.79251805387167, 40.86654600527489, -73.79253045072768, 40.866524316713296, -73.79254360433968, 40.866503014921356, -73.79255661219412, 40.8664824251546, -73.79257009550157, 40.866459997437204, -73.79258212369085, 40.86644050450607, -73.79259327450859, 40.86642430309436, -73.79260358242742, 40.86641175075944, -73.79261601761762, 40.86640057459604, -73.79263090797663, 40.86639061040288, -73.79265384426347, 40.86637415641536, -73.79267104893633, 40.8663527502269, -73.79267836017131, 40.86633879403727, -73.79268566798399, 40.866325934639725, -73.7926941289027, 40.86631379050275, -73.79270902000701, 40.86629216133242, -73.79271978744227, 40.86627107405238, -73.79273014219358, 40.866243480878516, -73.79273766869511, 40.8662297150753, -73.79274654747364, 40.866211369999064, -73.79276098036226, 40.86618603447561, -73.79278540388361, 40.866156298179625, -73.79279718716813, 40.86613427980685, -73.79280675947096, 40.86611376578626, -73.79281137232573, 40.86609554991938, -73.792817363321, 40.86607511141189, -73.79282444544003, 40.86605357986523, -73.79283120247767, 40.86603168843828, -73.7928357554472, 40.866009465274765, -73.79284111727084, 40.86599413232434, -73.79284752099564, 40.86598094171281, -73.79285802164091, 40.86596512361709, -73.79287261217252, 40.86594665010824, -73.792891579917, 40.865927717099076, -73.7929148874794, 40.86590890443694, -73.79293808327958, 40.86589017171323, -73.79295535111457, 40.86587164896861, -73.79296726075302, 40.86585435028119, -73.79297483469459, 40.865837127559224, -73.79298425538413, 40.86580774881088, -73.79298860646483, 40.865792440154, -73.7929923396964, 40.865777846279386, -73.79299686647768, 40.86576325112678, -73.79300301979, 40.8657497043627, -73.793018316309, 40.865725797633985, -73.79303841615125, 40.86570286124377, -73.79305027569737, 40.86569096991016, -73.79306993606933, 40.8656705027749, -73.79309203313142, 40.86566785263204, -73.79311712080626, 40.865680743129886, -73.79313023453511, 40.86570760939844, -73.7931322952027, 40.86573039373174, -73.79313582414427, 40.865747142900425, -73.79314525030354, 40.86577317860591, -73.79315301952013, 40.86578658824784, -73.79315686632107, 40.8658052578338, -73.79317402832285, 40.8658199738155, -73.79319334310375, 40.865829009749476, -73.79321487073257, 40.865824109134344, -73.79324541970288, 40.86581293744738, -73.79326321789704, 40.865809978804634, -73.79328933656656, 40.86579344574527, -73.79330662672044, 40.8657673210372, -73.79332213620327, 40.86574431964408, -73.79333244670325, 40.86573047684299, -73.79334221220942, 40.865717952285195, -73.79335270018272, 40.865705015694715, -73.7933770715394, 40.865681236831335, -73.79339001006379, 40.865670609884376, -73.7934099833126, 40.865654012664315, -73.79342687272253, 40.86564078586334, -73.79343919730901, 40.86562999392218, -73.79345304834692, 40.865617337992795, -73.79346979363119, 40.86560353461281, -73.79348364235905, 40.8655916188798, -73.79350024494738, 40.865577926000405, -73.79351876259108, 40.86556404293987, -73.79353449315056, 40.86555155515394, -73.79354634781842, 40.865540433680884, -73.79356535994536, 40.8655189495465, -73.79357839136897, 40.86550244883692, -73.79359505676943, 40.86547958814992, -73.79360348752944, 40.86546598959686, -73.7936098181113, 40.865452605205576, -73.79362005879449, 40.86542682623553, -73.79362816593358, 40.865400545476646, -73.7936344348722, 40.86538408759534, -73.7936398643807, 40.8653705665169, -73.79364720452091, 40.86534719477403, -73.79365194189798, 40.86532354372605, -73.79365487904646, 40.865309331114446, -73.79365763922041, 40.865294047501536, -73.79366105352261, 40.86526482274445, -73.79366254450194, 40.865249921371635, -73.79366425023748, 40.86522544275243, -73.79366660658829, 40.86520038808137, -73.7936675175267, 40.86518587108157, -73.79367034692676, 40.86515897755145, -73.79366996515894, 40.865142864369474, -73.79366632484621, 40.86512757021107, -73.79365985681584, 40.865103075173764, -73.79365650439028, 40.8650886595092, -73.79365388327729, 40.86507097996914, -73.79365181438041, 40.865049649922284, -73.79365113171933, 40.865025384950165, -73.79365205952416, 40.86500543261169, -73.7936535183102, 40.864990201600776, -73.793656318645, 40.86497382125987, -73.79365926685821, 40.864955272799016, -73.79366134909777, 40.86493674980423, -73.79366226691704, 40.864921161230825, -73.79366271205811, 40.864905380007386, -73.79366308017516, 40.8648796347042, -73.79366241231018, 40.864862451225555, -73.79366028119198, 40.86483823859244, -73.79365913842562, 40.86482196196013, -73.79365831675204, 40.8648069465906, -73.79365723961624, 40.86479283755936, -73.79365761691386, 40.864775984628956, -73.7936548804749, 40.86474960342906, -73.79364960276529, 40.86472607134289, -73.79364413056565, 40.8646948829269, -73.79364112573967, 40.86467319370931, -73.79363573382507, 40.864639452541795, -73.7936343016507, 40.86462355719961, -73.7936331555746, 40.86460835034481, -73.79363204515859, 40.86459388375803, -73.79363096676461, 40.864579800838015, -73.7936300755542, 40.86456388034887, -73.79362920128817, 40.864542882016295, -73.7936273084318, 40.864524077261024, -73.79362394067795, 40.864490915126666, -73.7936217126069, 40.864475019260816, -73.79361949110731, 40.86445624183262, -73.79361792096114, 40.864438177858446, -73.79361667376223, 40.86442115903243, -73.79361484630228, 40.86440345209311, -73.79361309023993, 40.86438720047633, -73.7936091303733, 40.86435832002106, -73.79360597287265, 40.86433844141734, -73.79360339759836, 40.86431823607587, -73.79360046056124, 40.864297645577054, -73.79359812780756, 40.86428032224327, -73.79359659111569, 40.86426332991342, -73.79359385658162, 40.86424743223994, -73.79358601945947, 40.86422153628135, -73.79357891832392, 40.864191634449725, -73.79357614694023, 40.86417576462487, -73.79357420490801, 40.86416058245856, -73.79357169741557, 40.86414109132708, -73.79356727201657, 40.864122720578116, -73.79356396641086, 40.86410432571812, -73.79355757058939, 40.864056996124695, -73.79355430952741, 40.86403571706818, -73.79355111875925, 40.86401548450888, -73.79354886748902, 40.86399599203383, -73.79354664958912, 40.86397683099942, -73.79354363104558, 40.86395843485098, -73.79354036111475, 40.86394039754887, -73.79353727489095, 40.863921261074644, -73.79353461946347, 40.86390357966565, -73.79353267862926, 40.86388839930096, -73.79353135384275, 40.86387231234264, -73.79352977862575, 40.8638555117465, -73.79352620953428, 40.86382877245423, -73.79352216511165, 40.86380422681014, -73.79351968325176, 40.86378871409573, -73.79351781018369, 40.8637746315515, -73.7935150358853, 40.86374825027563, -73.79351309617572, 40.86373271061589, -73.79351097276187, 40.86371827012802, -73.79351180952416, 40.8636928840543, -73.79351373632917, 40.86367743415905, -73.79351276082022, 40.86365429517151, -73.79350919374265, 40.86363913710923, -73.79350399876229, 40.863611926649654, -73.79349982925719, 40.863580685621706, -73.79349873576501, 40.8635607836913, -73.79349769346162, 40.863535092589174, -73.79349547750587, 40.86350423776604, -73.79348980085705, 40.863469425389695, -73.79348438786128, 40.863453605762615, -73.79347815138492, 40.86343635828188, -73.79347165775161, 40.86342056463512, -73.79346634825247, 40.86340694149243, -73.79345846777757, 40.863383212927815, -73.79345230085433, 40.863366871465, -73.79344630859978, 40.86335234120399, -73.79344074877243, 40.86333797560632, -73.79343507827258, 40.86332487320061, -73.79342344429159, 40.86329943688389, -73.79341788055191, 40.86328633376785, -73.7934089153112, 40.863262823877704, -73.79340020228912, 40.86323983492279, -73.79339474819096, 40.86322656811222, -73.79338871978791, 40.863211845978284, -73.79338269463857, 40.86319569566936, -73.79337512914219, 40.86317559124231, -73.7933670593975, 40.86315477182146, -73.79335976992563, 40.86313936125243, -73.79334838976813, 40.863113183376264, -73.79333797913506, 40.86308914950614, -73.79332717457203, 40.863064399038095, -73.79332060413547, 40.86305006043934, -73.79331334225718, 40.86303684621673, -73.79330431736985, 40.86302110115404, -73.79329492722408, 40.8630060992427, -73.7932845619413, 40.86299076420243, -73.79327657995066, 40.86297683549743, -73.79326766181833, 40.862961476033554, -73.79326112477104, 40.86294785068075, -73.79325455087019, 40.86293425317673, -73.79324502116174, 40.862917985819486, -73.79323246831618, 40.86289743390529, -73.79321794524232, 40.86287042733292, -73.79320532450234, 40.862848447113315, -73.7931992916504, 40.86283518015572, -73.79319413045272, 40.86282081525913, -73.79318996685797, 40.8627991788752, -73.79318643486863, 40.862784599879774, -73.79318264386959, 40.862770924514024, -73.79317653801951, 40.86274604557767, -73.79316829851604, 40.862721876906384, -73.7931616358438, 40.86270213067675, -73.79315352508897, 40.86268309594095, -73.79314721515503, 40.86266549171309, -73.79314105682103, 40.86264681617092, -73.7931370324106, 40.86262696390893, -73.79313084286986, 40.86260612082545, -73.79312291790913, 40.86257388430412, -73.79311729380314, 40.86255696657849, -73.79310925093957, 40.86252755648955, -73.79310493030076, 40.862509900895844, -73.79310000668146, 40.86248971743947, -73.79309446382925, 40.86246956168816, -73.79308862949522, 40.86245121630365, -73.79308283511162, 40.86243108711529, -73.79307735795435, 40.86241345556046, -73.79307292034039, 40.86239871014626, -73.79306761799431, 40.86238360298406, -73.79306213178879, 40.862368881803015, -73.79305642911268, 40.86235435383918, -73.7930433901421, 40.862326936577816, -73.79303584530085, 40.862312074827955, -73.79302665533055, 40.86229111559495, -73.79301868134706, 40.862274277394086, -73.79301243160714, 40.86226136573053, -73.79300003819955, 40.86223576231277, -73.79299205184029, 40.86222290426343, -73.79298399543664, 40.862209686791424, -73.79297449924454, 40.86219451897065, -73.79296615395796, 40.862180753479656, -73.79295230498704, 40.86215827665516, -73.79294356065104, 40.86214544245589, -73.7929335150116, 40.86213189453161, -73.79292371978883, 40.86211944295497, -73.7929108590712, 40.86210490033533, -73.79290012378615, 40.86209266588896, -73.79288294269904, 40.86207259999604, -73.79286575242655, 40.86205434407345, -73.79284502745745, 40.86203498410197, -73.7928322322952, 40.86202225338145, -73.7928209148007, 40.86201111648273, -73.79280955951431, 40.862000309095194, -73.79279777461593, 40.861989200170584, -73.79277427039298, 40.861967638894264, -73.79276201515226, 40.86195597982087, -73.79274867336893, 40.86194434580919, -73.79273298354028, 40.86193295431288, -73.79271822918112, 40.86192244247498, -73.79269352151377, 40.86190455843146, -73.79267981300863, 40.861895283943156, -73.79266364421932, 40.86188573038197, -73.79264657536092, 40.86187612027093, -73.79261730338735, 40.86186097270871, -73.79260023275778, 40.86185155439243, -73.79258409836093, 40.86184276990225, -73.79255850825867, 40.86182908233839, -73.79252789301994, 40.86181566128353, -73.79250944241309, 40.8618083260125, -73.79247578812912, 40.861796134954034, -73.7924443993529, 40.86178734912068, -73.79241375048606, 40.861784714972664, -73.79238190911359, 40.86178147444028, -73.79235021519433, 40.861777354383484, -73.79231696601012, 40.861774467894506, -73.7922854223774, 40.86177995544326, -73.79225467610627, 40.86178610357951, -73.7922344114986, 40.86179221475185, -73.79220717371713, 40.8618086059901, -73.79219297245375, 40.861817748326075, -73.79215725668362, 40.861828360231286, -73.79213978231353, 40.86183277628374, -73.79210946868533, 40.861838623495736, -73.79207381293354, 40.86184141200582, -73.79205516192566, 40.86184014381835, -73.79203618927993, 40.86183780346225, -73.79201432862511, 40.86183428005312, -73.79199485527501, 40.86183009908179, -73.7919766406998, 40.861828090563215, -73.79195679647447, 40.86182720381827, -73.79193718573856, 40.86183243813744, -73.79192078678922, 40.861839242400755, -73.79190356246586, 40.86184448101791, -73.7918860524389, 40.86184815586242, -73.79184926971007, 40.86185289273679, -73.79181596692138, 40.86185500013732, -73.79179672960032, 40.86186825038875, -73.79178526665818, 40.86189188923912, -73.79177903742759, 40.86190736736644, -73.79177061088733, 40.86193138629959, -73.79176301500779, 40.861955278861316, -73.79175316989172, 40.861982323588485, -73.7917420273506, 40.86200741730751, -73.79173623548591, 40.86202222895685, -73.7917314140023, 40.86203737103715, -73.79172724270539, 40.86205358407573, -73.7917220301317, 40.86206710636443, -73.79171536652997, 40.862082656643636, -73.79170506400872, 40.86210500717459, -73.79169523242776, 40.86212771605013, -73.791684670597, 40.86215294858679, -73.79167342343878, 40.86217658691411, -73.79165653891503, 40.862200160130925, -73.7916406697623, 40.86221083742768, -73.79162380698986, 40.86220285652845, -73.79160776646619, 40.86219100319404, -73.79160006606016, 40.86217744318023, -73.79161413389279, 40.86215339752892, -73.79162118926284, 40.86214001544819, -73.79162906217026, 40.86211971906254, -73.79163435795289, 40.86210273903793, -73.7916387371682, 40.86208869386331, -73.79164388149613, 40.86207462395578, -73.79165513248897, 40.86204862364652, -73.79166262763945, 40.86203304785738, -73.79166715629233, 40.86201900295132, -73.79167493133805, 40.86199472440839, -73.79168491907171, 40.86196949263648, -73.79169031081192, 40.861956328168155, -73.79170068673844, 40.86193287826935, -73.79170823281765, 40.86191277399295, -73.79171825939589, 40.86188611410707, -73.79172343632213, 40.861871850648605, -73.79172904749495, 40.86185830116361, -73.79173981503911, 40.86183704916924, -73.79175471818617, 40.86181097439703, -73.79176224617186, 40.861797017745396, -73.79177413807639, 40.861774642161386, -73.79178748612816, 40.86174897610323, -73.79179403554235, 40.86173578580347, -73.79181214895266, 40.86170038501399, -73.79182416360877, 40.86167364405895, -73.79183668352078, 40.861646906715634, -73.79184367382535, 40.861631165212856, -73.79185220515991, 40.86160850800672, -73.79186081108384, 40.8615847550352, -73.79186617172958, 40.86157013530605, -73.7918709167061, 40.86155554238134, -73.79187583928838, 40.861542184351855, -73.79188119820842, 40.86152811391916, -73.79188954969156, 40.86150455139065, -73.79189887575112, 40.86148187040027, -73.79190777225283, 40.861457732538064, -73.79191277103737, 40.86144313916866, -73.79191723337709, 40.86142637644575, -73.79192513683319, 40.86139663933025, -73.79192890211505, 40.86138317025149, -73.7918907416657, 40.8613662198965, -73.79185435691052, 40.86132498465042, -73.79187739381369, 40.86118378306738, -73.79193867408726, 40.86114856907168, -73.79210144590185, 40.86116667602311, -73.79213252575168, 40.86120474721001, -73.79218120376026, 40.86121051610521, -73.79222758169587, 40.861212190801254, -73.79225879484864, 40.86120837668867, -73.7922933774251, 40.861201604212226, -73.79231797447409, 40.861196681373265, -73.79236027024602, 40.861186464869334, -73.79238285130249, 40.861178764871745, -73.79241862577508, 40.86117202241782, -73.79245324071213, 40.86116665111797, -73.79248716693606, 40.86116190891374, -73.79250568045383, 40.861160046672914, -73.79254076881908, 40.86115385314808, -73.79257434190725, 40.86114672307785, -73.79259351222407, 40.86114305111338, -73.79262527257922, 40.86113756477037, -73.79265981697117, 40.861130461634815, -73.79268055152419, 40.861124571852486, -73.79271405688189, 40.86111518858782, -73.79274806857863, 40.86110622134999, -73.79276767604823, 40.8611019459114, -73.79278901686149, 40.86109827961384, -73.7928062385288, 40.86109380897956, -73.79282581799, 40.861087861266384, -73.79284246785501, 40.86108113926936, -73.79287464433797, 40.86106846137173, -73.792912350011, 40.86105741247475, -73.7929354396165, 40.86104976821184, -73.79295845840748, 40.86104124763805, -73.79299729182341, 40.861027593811414, -73.79301795892422, 40.861020109975826, -73.79303664372311, 40.86101007058511, -73.79305388448641, 40.8609994504852, -73.79307774223041, 40.86097707011206, -73.79309205693056, 40.86096606204937, -73.79311159346375, 40.86094949200164, -73.79312641410449, 40.860938265121746, -73.79315368712324, 40.860922559903464, -73.79316914653124, 40.86091531343939, -73.79319582786499, 40.86090259858639, -73.79321435987436, 40.86089552241366, -73.79323328152354, 40.86089130239785, -73.79325201947437, 40.860888179750056, -73.79328443176769, 40.860881622807874, -73.79331475945465, 40.86087031472601, -73.79334227463735, 40.86085757431807, -73.79335971895003, 40.86085241692422, -73.7933785349787, 40.86084591844948, -73.79340279741828, 40.86083295248179, -73.79341793751392, 40.86082348209669, -73.79343448996815, 40.86081371347371, -73.79345292515359, 40.86080342593313, -73.79346944074553, 40.8607936842539, -73.7934846142742, 40.86078490009514, -73.7934992820142, 40.86077628162025, -73.79351442241376, 40.86076708677367, -73.79352952689352, 40.860757617210595, -73.79354422961123, 40.86074918969693, -73.79358329767058, 40.86073015655059, -73.79360379575765, 40.86071822567574, -73.79362630254607, 40.860700343433294, -73.79364236884399, 40.860684012922576, -73.79365444767777, 40.860670695530104, -73.79366348777025, 40.86065852623295, -73.79367311331934, 40.860643447590284, -73.79368260002632, 40.860627625792205, -73.79368944048922, 40.86061298340915, -73.7936967230585, 40.86059614281347, -73.79370320303518, 40.86058185457897, -73.79371098872181, 40.86056647007782, -73.7937230215651, 40.86054426023225, -73.79373301376852, 40.86051650150429, -73.79374079084586, 40.86049203281705, -73.79373625150033, 40.860475281844664, -73.79372605444495, 40.86046392821481, -73.79372550518421, 40.86044331315798, -73.79373355250367, 40.86042463782254, -73.79375259076429, 40.86041794787893, -73.79377241494761, 40.8604244047269, -73.79379629066156, 40.86045461209879, -73.79382569875175, 40.86042650445121, -73.79383174110285, 40.860412955632015, -73.79384280003329, 40.86039077104799, -73.79385502388449, 40.860365842041915, -73.79386077280418, 40.86034172721785, -73.79386773311774, 40.86032398284093, -73.79387485770603, 40.860299539092495, -73.79388124031959, 40.86028181889636, -73.79389547879164, 40.860260106442084, -73.79390552828707, 40.860248652118486, -73.79392196738762, 40.86022831504188, -73.79395473747464, 40.86020032322558, -73.79397325123774, 40.86018641305996, -73.79399072473645, 40.86017176082905, -73.79400471286884, 40.86016039367305, -73.79402128258089, 40.86014497170367, -73.79403901372709, 40.86012677828808, -73.79405069231858, 40.86011510804009, -73.79407375110158, 40.860093903876766, -73.79408806655078, 40.86008253909569, -73.79411379571518, 40.860062301416185, -73.7941377889685, 40.8600430493744, -73.79412304865241, 40.86002806499068, -73.79409559211543, 40.86001014661951, -73.79408945620057, 40.859983840385, -73.79409849011982, 40.85996096688615, -73.7941098521049, 40.85994657838025, -73.79412666231104, 40.8599350523554, -73.79415687571166, 40.85992637778823, -73.79418717087852, 40.859914657893114, -73.79419895454139, 40.85990350830191, -73.79420788812128, 40.85989043107429, -73.79421439951109, 40.85987743237107, -73.7942221415209, 40.859863832532255, -73.79423334942827, 40.859840193879144, -73.79423906606725, 40.85982683716197, -73.7942433419063, 40.85981224329968, -73.79425000469296, 40.85979630835788, -73.79425825711769, 40.85978180443163, -73.79426938620045, 40.859760250274576, -73.79428041014755, 40.85973740642348, -73.79428656714487, 40.859722403487886, -73.79429138516375, 40.85970775566023, -73.79430046559479, 40.85968169718512, -73.79430564026627, 40.85966831158277, -73.79431161085853, 40.85965490128486, -73.79431743777472, 40.85964115934919, -73.7943243978959, 40.85962341404204, -73.79433058663363, 40.85960964663631, -73.79434201719934, 40.859583400541965, -73.79435044831044, 40.85955827381535, -73.79435544318916, 40.85954434039052, -73.79436123331902, 40.85953059838686, -73.79436763908512, 40.85951683226629, -73.79437738403348, 40.85949832289818, -73.79438723469941, 40.85948091141812, -73.79439541462523, 40.859466049856614, -73.79440385065308, 40.859450447645344, -73.79441330058506, 40.85943413314943, -73.79442104089091, 40.85942105467865, -73.79443000934816, 40.85940817020047, -73.79444219288611, 40.85938425861347, -73.79445199899169, 40.8593578448229, -73.7944592028568, 40.85934333721229, -73.79447268543329, 40.85932046980612, -73.7944876505544, 40.85929760684001, -73.79450472049217, 40.85927180841273, -73.79451593121215, 40.85925871090252, -73.79452818667146, 40.85924720372088, -73.79454592947674, 40.85922626554419, -73.79455605326311, 40.859213711793075, -73.79456473294252, 40.85920099338096, -73.79458561003685, 40.85917174382825, -73.79459923739648, 40.85914959165569, -73.7946163255593, 40.859117865300234, -73.79462470236625, 40.859097596613374, -73.79463438262846, 40.859076946636115, -73.79464433990863, 40.8590595353228, -73.79465599483187, 40.8590435272963, -73.79467124261652, 40.8590228043793, -73.79470386659403, 40.858982679747264, -73.7947195059997, 40.85896302730596, -73.79474262913989, 40.85893268491996, -73.79475200995155, 40.858915273471965, -73.79476110695776, 40.85889643333681, -73.79476740787476, 40.85888085341382, -73.79478436686901, 40.85885634605287, -73.79480586770897, 40.85883552437951, -73.79481895275613, 40.85882456884287, -73.79484302684901, 40.85880119974225, -73.7948530821438, 40.85878774084731, -73.79486548034458, 40.85876490028106, -73.79486973035931, 40.85873477104602, -73.79486680122022, 40.85871195725674, -73.79486695238377, 40.85868601973164, -73.79486710041725, 40.85866225058748, -73.79487003700618, 40.85864727070824, -73.79488405463105, 40.8586265725896, -73.79489630821337, 40.85861561556564, -73.79491019063917, 40.85860337102971, -73.79491865253813, 40.85859084310724, -73.79492924976851, 40.85856585705978, -73.79493627845456, 40.858537324831495, -73.7949379857028, 40.85852253366968, -73.79494142943638, 40.85849693157609, -73.79494737559682, 40.858467519442286, -73.79495067187894, 40.85845396477941, -73.79495950043676, 40.85842829211122, -73.79496294072612, 40.85841419020423, -73.79496613930148, 40.858396163519856, -73.79496893751966, 40.85838027479429, -73.79497165652216, 40.85836584382574, -73.79497463052218, 40.85835102789933, -73.79497767907354, 40.8583358816244, -73.79498578852862, 40.85830839498374, -73.79499161061435, 40.85829536709343, -73.79499939201122, 40.8582815754643, -73.79500586868946, 40.85826780853121, -73.7950123097, 40.85825368403868, -73.79502262477419, 40.85823825080859, -73.79503527423195, 40.85822734760176, -73.79505744746193, 40.85821185258893, -73.79506464598913, 40.85819860922052, -73.79507235686856, 40.858182675188516, -73.79508101621288, 40.858164932849895, -73.79508456896082, 40.85815011794814, -73.79508486996146, 40.858134801999725, -73.79508154826594, 40.85810927162987, -73.7950784726969, 40.85808700598359, -73.79506792647655, 40.85807238575952, -73.7950654002831, 40.858047733881925, -73.79507133245896, 40.85803399209176, -73.79509101244747, 40.85794732308901, -73.79508589223231, 40.85791964725154, -73.795072695918, 40.857897500503384, -73.79506293827335, 40.8578848582609, -73.79505091006745, 40.85786968610155, -73.79505063271382, 40.85785384864015, -73.79505581047579, 40.85783974981548, -73.79506899376372, 40.85781992907086, -73.79508956810618, 40.8578063519623, -73.7950974544723, 40.857793110713104, -73.79511112169327, 40.85776826697299, -73.79511191847631, 40.85774447106163, -73.79510896081747, 40.85771896745154, -73.79510501810101, 40.85769560256361, -73.7950999304224, 40.85768162328078, -73.79509155019211, 40.85766769217956, -73.79508187558001, 40.85765197670317, -73.79507171896539, 40.8576394967414, -73.79504627423806, 40.857625947750826, -73.79503637181095, 40.857602187762296, -73.79503858704238, 40.857586493404185, -73.79503449924853, 40.857564417761395, -73.79502798934837, 40.8575412689301, -73.79502102206195, 40.85751490722729, -73.79501749308986, 40.857498925311845, -73.79500812677243, 40.85747708972581, -73.7949953566894, 40.857455988296024, -73.79497970264514, 40.85743243780198, -73.79496839636069, 40.85740702921083, -73.79495440521109, 40.85738307014299, -73.7949390731251, 40.85736204519759, -73.79491970807454, 40.8573346465959, -73.79489946286051, 40.85731114375974, -73.79487902350664, 40.85729252574931, -73.79486467706148, 40.857279570963236, -73.79485394286532, 40.85726673516009, -73.79483915436182, 40.85724406596675, -73.79483084337106, 40.85723156224986, -73.79481552016573, 40.85720729822979, -73.79480358651138, 40.85719575069506, -73.79479321137256, 40.857184175314345, -73.79477535165165, 40.857161720370016, -73.79476379389595, 40.8571467408203, -73.7947507201688, 40.857131073297246, -73.7947403979037, 40.85711428505156, -73.79472679768816, 40.85709359273835, -73.79471106148087, 40.85707289662274, -73.79469430480451, 40.857056206783525, -73.79467463522376, 40.85703377471656, -73.79466005116598, 40.85701560562672, -73.79464640100485, 40.856999580470195, -73.79463415431884, 40.856984957176415, -73.79462208571024, 40.856971430998875, -73.79461023414011, 40.85695790700739, -73.7945987421067, 40.85694509594477, -73.7945826009472, 40.85692766517834, -73.79457117838807, 40.85691540353733, -73.79455972033918, 40.8569031139167, -73.79454815207873, 40.85689156520444, -73.79453651045333, 40.85688073135178, -73.79450795849472, 40.85685537394357, -73.79449465775674, 40.85684258756398, -73.79447170612868, 40.85681839455413, -73.79445476914402, 40.85680060485584, -73.79444046092249, 40.85678685584879, -73.79442646977833, 40.85677604481336, -73.79439885928467, 40.856761530991925, -73.79437395066896, 40.85675004133269, -73.7943541273638, 40.8567432523017, -73.7943371887385, 40.85673828290314, -73.79431841159368, 40.8567425853034, -73.79430052789318, 40.85675174925474, -73.79428257500825, 40.85665367605766, -73.79429734163408, 40.856627328744636, -73.79434437010033, 40.85654341008443, -73.79435527390227, 40.85652395365521, -73.79447070495272, 40.856463829911775, -73.7944758752229, 40.85648708625315, -73.79449628198111, 40.856492722771264, -73.79452589334494, 40.85650295828896, -73.79454170470845, 40.85651001299566, -73.79455996651036, 40.85651970690658, -73.79458939059245, 40.85653183491096, -73.79462094803638, 40.85654366684132, -73.79465376426447, 40.85655805120008, -73.79468798844881, 40.85657238582637, -73.79471860950316, 40.85658328135164, -73.79473463836649, 40.85659019954379, -73.79475258397765, 40.85659706621356, -73.79478489925633, 40.856610078192524, -73.794816673302, 40.856621690734016, -73.79484798075532, 40.85663269730569, -73.79488243103673, 40.85664489000295, -73.79490055931842, 40.85665060434322, -73.79493591555297, 40.85666208454393, -73.79496437045992, 40.85667278344795, -73.79499830952818, 40.85668500401771, -73.7950252232569, 40.8566797263212, -73.79504692907983, 40.85667449519738, -73.79507371408572, 40.85666364681066, -73.79509958824299, 40.8566543339417, -73.79512687644775, 40.8566445274063, -73.79514572915193, 40.856638770712365, -73.79518301652638, 40.85663244251286, -73.7952010260102, 40.856630524916, -73.7952305685683, 40.85662772369166, -73.79526372504495, 40.85662564116306, -73.79528173105226, 40.85662408104317, -73.79530349777836, 40.85662255550829, -73.79532197522428, 40.85662118712313, -73.79534280069147, 40.85661990664604, -73.79536695330262, 40.85661811158163, -73.79538825088144, 40.856616418607366, -73.7954081399042, 40.85661458895788, -73.79543189706301, 40.85661218804726, -73.79546307489413, 40.85660637030961, -73.79548289714266, 40.85660272693576, -73.79553308587738, 40.85659831432912, -73.7955991068545, 40.856594589812936, -73.79563037708584, 40.85659150158835, -73.79566455580733, 40.85658596466292, -73.7957007238646, 40.85657836371803, -73.79576238180097, 40.856563726410904, -73.7961321331102, 40.856475917738514, -73.79619399119028, 40.85646170018428, -73.79628988897288, 40.8564408178234, -73.796360058136, 40.85642749193502, -73.79644221639825, 40.85640685984564, -73.79650542494309, 40.85638923884228, -73.7965239378352, 40.8563824574632, -73.79657683723259, 40.85635953054277, -73.79666505655909, 40.85633089459285, -73.79675842835732, 40.85629664137149, -73.79682138749868, 40.8562767415081, -73.79685478594713, 40.85626370354948, -73.79688733909548, 40.856248615471124, -73.79694099707588, 40.85622148891871, -73.79697510619631, 40.85620252152835, -73.79699549728412, 40.85618962993092, -73.79703650719233, 40.85616033430219, -73.79706691511274, 40.856134641793965, -73.79711059694061, 40.85609448188641, -73.79713711254603, 40.85606795135927, -73.79715720074374, 40.856045076333565, -73.79718133667382, 40.85601366364078, -73.79720281549243, 40.85598784733953, -73.79725662147632, 40.855922561601886, -73.7972946840229, 40.8558761072067, -73.79732752068995, 40.85582431720124, -73.79735265619207, 40.85578513857348, -73.79736539827717, 40.85576885662489, -73.79738787506496, 40.85574592451988, -73.79740945695893, 40.85572553923467, -73.79742807097493, 40.85571116492921, -73.79747855322191, 40.85568059356567, -73.79757911151543, 40.85560128441009, -73.79760065128204, 40.85558106740712, -73.79761830633538, 40.855562214136185, -73.79764312364829, 40.855532415323445, -73.79765877476143, 40.8555095315256, -73.79767117526696, 40.85548424581238, -73.79767765209876, 40.855466648026116, -73.79768274007932, 40.85543932247707, -73.7976750582718, 40.85540858237568, -73.79767329769928, 40.855393565364444, -73.79768269487568, 40.855374646272566, -73.79774651407635, 40.85532894467815, -73.79777299555444, 40.855309943866914, -73.79778549285254, 40.855299995511295, -73.79779822128069, 40.85528814031473, -73.79780833640875, 40.855275304402035, -73.79781500732192, 40.855260557008805, -73.79782331430417, 40.85522766394124, -73.79783601822972, 40.85518640579158, -73.79785020479827, 40.85516303673585, -73.79786066504174, 40.8551318520718, -73.79786457402422, 40.85510375722727, -73.79786430441429, 40.8550613507255, -73.79786752560197, 40.85503986429617, -73.79787344046368, 40.85501671127048, -73.79788385913423, 40.85498748780515, -73.7978988984048, 40.8549539563688, -73.79791503257908, 40.854923070696564, -73.79793291918627, 40.85489349560758, -73.79794964015676, 40.85486971314869, -73.79796772404417, 40.8548478024982, -73.79798565017992, 40.85483018872266, -73.79800432758775, 40.85481668611115, -73.79802764009504, 40.85480503041866, -73.79805376981378, 40.854796324266054, -73.79807972314337, 40.85479063535189, -73.7981073719903, 40.854786647729455, -73.79814357374453, 40.85478355034504, -73.79817729529704, 40.85478251524264, -73.79820006412908, 40.85478390941385, -73.7982231139869, 40.854788056880125, -73.79824918003791, 40.85479602860858, -73.79827742066384, 40.85480807796516, -73.7983079781553, 40.85482460681701, -73.79833096315215, 40.85484154745667, -73.79835343145386, 40.85486266637796, -73.79836966768825, 40.85488097476939, -73.79839494486292, 40.85491368073618, -73.7984439919715, 40.85497555018013, -73.79845973018082, 40.85499267353969, -73.7984715604459, 40.855003977386495, -73.79848810317759, 40.85501978922825, -73.79855017252501, 40.8550789087519, -73.79856851959158, 40.85508596553503, -73.79858223082023, 40.85507691610377, -73.79859053430901, 40.85506266768753, -73.7986004320901, 40.85502676519082, -73.79861209914003, 40.85499445334671, -73.79862111033975, 40.85497717060064, -73.79863342493637, 40.85495856179015, -73.79865944884064, 40.8549240786958, -73.79868365051189, 40.8548944784922, -73.79870934606521, 40.854860708003976, -73.79873953695903, 40.85482206107651, -73.79877540200036, 40.854784821603545, -73.79880874904727, 40.854742529562685, -73.79881875143622, 40.85472727283807, -73.79882673430977, 40.85471234217157, -73.79883929522893, 40.85468401384313, -73.79885018614895, 40.854655732128606, -73.79886798312182, 40.85460347601242, -73.798884045816, 40.85455212456706, -73.7989037754935, 40.854494106855356, -73.79893767131658, 40.8544141850153, -73.79896406536083, 40.85435285878749, -73.79899023674217, 40.8542929873624, -73.79901341697317, 40.85424178427211, -73.7990423323947, 40.85418315309165, -73.7990608871605, 40.85414377171552, -73.79909013641739, 40.854093950630656, -73.79911328502659, 40.85405356148902, -73.79914760295021, 40.85400100631191, -73.79917804155141, 40.85395316385741, -73.7991948330113, 40.85392269877634, -73.79920151197072, 40.85390474645804, -73.79920717475376, 40.853882016153584, -73.79921278673207, 40.853842721183455, -73.79921320422521, 40.853800673368745, -73.79921200528268, 40.85377315400327, -73.79920913060063, 40.85374838002712, -73.79920107413668, 40.85371036518083, -73.79918847567943, 40.85366992730439, -73.79917326683719, 40.85363070685173, -73.79914806085677, 40.85357406695565, -73.79912954589707, 40.85354104063815, -73.79910222544778, 40.853502459147954, -73.79904308765879, 40.85343074710568, -73.79901184599666, 40.8533856797118, -73.79898775723684, 40.85334361621196, -73.79895337819688, 40.85327246864403, -73.7989401223713, 40.85324948745958, -73.79892424342138, 40.85322487811174, -73.79890512380538, 40.85319696190336, -73.79889108988297, 40.85317873666401, -73.79885193479666, 40.85313283237804, -73.7988172086836, 40.853093000626195, -73.7987961463316, 40.85307104588049, -73.79876541718434, 40.853042490760515, -73.798747153839, 40.85302754132509, -73.79873035857548, 40.85301772726137, -73.79871180962522, 40.85301133561298, -73.79869387361255, 40.85300931962893, -73.79867218509594, 40.853010499248725, -73.79865311777259, 40.85301433449236, -73.79863614439289, 40.85302222831036, -73.7986150751145, 40.85302569805492, -73.79859437850212, 40.85302750793608, -73.79854625859547, 40.85302956619165, -73.79848733211294, 40.85303171271006, -73.79842561644895, 40.85303498084238, -73.79837735613559, 40.85303640663567, -73.79835554568773, 40.85303555266833, -73.79832882199459, 40.85303231460591, -73.79830799379907, 40.853027845063906, -73.79828443489852, 40.853020076737984, -73.79825885842428, 40.853008885704845, -73.798237802644, 40.85299617173324, -73.79822116106077, 40.85298263792491, -73.79820572079383, 40.85296677483757, -73.79819123709348, 40.85294912053867, -73.79818199585644, 40.85293478652413, -73.79817295945864, 40.85291587205617, -73.79816645921215, 40.85289753924095, -73.79815426598786, 40.85285396013112, -73.79814722865602, 40.85282581369589, -73.79813831705847, 40.85279626551387, -73.79812296023344, 40.852770905054456, -73.79810399717485, 40.85275368684871, -73.7980920237958, 40.85273967402359, -73.79807993940784, 40.85271339808046, -73.79807709677668, 40.852696580888654, -73.79807598430989, 40.85265831696628, -73.798076743374, 40.85263446601894, -73.7980747377068, 40.85260720366483, -73.79806966145743, 40.852586257401406, -73.79806148827544, 40.8525639009466, -73.79805073096945, 40.852534897926226, -73.79803675420732, 40.852507344466254, -73.79802847368397, 40.85249456817313, -73.79799536713219, 40.852458661553946, -73.79797089557223, 40.85243479614047, -73.79796067494401, 40.85242278186431, -73.79795109769854, 40.852407835806, -73.79794483319068, 40.852393529496695, -73.79794164436426, 40.85237825784187, -73.79794048566565, 40.85235992446212, -73.79794120487067, 40.85234452457795, -73.79794532340347, 40.85230945576059, -73.79794850866698, 40.85228412684927, -73.79794849719578, 40.85225198640743, -73.79794498607829, 40.85221827567834, -73.79794471517077, 40.85220361066347, -73.79795376675963, 40.85215969052712, -73.7979631102015, 40.8521301742982, -73.79796959069043, 40.85210304026358, -73.79796929434718, 40.852081520645584, -73.79796474613123, 40.85206713809871, -73.79794689498722, 40.852054062282136, -73.79792769150521, 40.852045409120244, -73.79791487686805, 40.85203510753692, -73.79791008683799, 40.85202147287443, -73.79790637094369, 40.85200755103487, -73.79788675250208, 40.851993012412485, -73.79782627747606, 40.85198404918892, -73.79779808281646, 40.85197836628518, -73.79778031753929, 40.851969441869336, -73.7977680946068, 40.85195800578402, -73.79776267872514, 40.85193881847395, -73.79779030243928, 40.851923989838944, -73.7978115429529, 40.85191870695049, -73.79789131060724, 40.85191983096611, -73.7979175522249, 40.85191998679719, -73.79796013614373, 40.8519192662482, -73.79797845877265, 40.85191688141069, -73.79800473056632, 40.85191061495322, -73.79802507348815, 40.85190215081033, -73.79804265305513, 40.851885924972905, -73.79805308501375, 40.85187049706518, -73.79805521927292, 40.85185383266144, -73.79804845640882, 40.85181970471523, -73.79803927853953, 40.85179432714118, -73.79802292664297, 40.85175150884931, -73.79801652222298, 40.851731741702764, -73.79800990904963, 40.85170534745643, -73.79800544664232, 40.85168224017586, -73.79800146563035, 40.85165252411345, -73.79799750885275, 40.85161561044602, -73.79799796536558, 40.851591421279885, -73.79800231028409, 40.851576674296595, -73.79801805156663, 40.8515592881087, -73.79803726678342, 40.851552707622965, -73.79806519118829, 40.8515563404719, -73.79808835791322, 40.85155677813946, -73.7981094799226, 40.8515537642331, -73.79812768674061, 40.851545348562134, -73.79815309440318, 40.85152013867087, -73.79816886519818, 40.85149691731397, -73.79817652840526, 40.85148212300024, -73.79818214722667, 40.85146806621593, -73.79819369986417, 40.851424857318555, -73.79819939404696, 40.85139416674276, -73.79820384772957, 40.85135645014451, -73.79819837117313, 40.851322838636214, -73.79821350265962, 40.851260539222835, -73.79823137370826, 40.85120718560215, -73.79825277124061, 40.85116138608524, -73.79825884935735, 40.85114602708501, -73.79826885344741, 40.85111404102669, -73.79827959324396, 40.851076430868424, -73.79829215484979, 40.85103443038465, -73.79830520309058, 40.85099893681851, -73.79830917687576, 40.850978661041296, -73.79830984687335, 40.85095755463538, -73.79830704206324, 40.85092944351545, -73.79830737410012, 40.85090246349708, -73.79830927798946, 40.850884303863275, -73.79831360177467, 40.8508635820525, -73.79832045044458, 40.8508432185497, -73.79833297398065, 40.85081648946999, -73.79834430307966, 40.85079570156093, -73.79835571512734, 40.85077884445169, -73.79837060534365, 40.850761229801705, -73.7983888618144, 40.85074300149307, -73.79840408152405, 40.85073013842056, -73.79841900397051, 40.850720272570996, -73.79844108632594, 40.85070941607931, -73.79846500576062, 40.850700866256275, -73.7984846144651, 40.850695439915754, -73.79852444429861, 40.85068441900138, -73.79857379430678, 40.850669162563996, -73.7986475228299, 40.85064881494282, -73.79867593049337, 40.850637638965026, -73.79868909315749, 40.85062733056825, -73.79869720144694, 40.85060176258453, -73.79869979621598, 40.85057471717422, -73.79870103527774, 40.85053598999124, -73.79870489844373, 40.8505153826242, -73.79871218368508, 40.85049530621608, -73.79872005650186, 40.85048288232997, -73.7987314801897, 40.8504719270408, -73.79875168686988, 40.85045775429954, -73.79877164778209, 40.850446417682065, -73.7988221069241, 40.85042235173929, -73.79885364154157, 40.85040533516365, -73.798918070824, 40.8503760508609, -73.79896888533403, 40.85035404400254, -73.7990391393829, 40.85032287784453, -73.79906828292414, 40.85031103488519, -73.79914238233711, 40.85028353406911, -73.79928824613711, 40.850187207262856, -73.79930714320987, 40.85016798397595, -73.79932161663193, 40.85015671065626, -73.79939628570955, 40.85011127822986, -73.7994349815978, 40.850081290624864, -73.7994635106249, 40.85005372927436, -73.7994822263929, 40.85003049754436, -73.79949292060863, 40.850010083022454, -73.79950703786159, 40.84996784016977, -73.79951638386723, 40.84993714236175, -73.79952437181385, 40.849922253067334, -73.79954514422238, 40.84990007847881, -73.79957828136996, 40.84987806314497, -73.79961685114304, 40.84984380961868, -73.7996331107618, 40.84982453757195, -73.79965290259157, 40.84979402358606, -73.79970111532955, 40.84972411730731, -73.79973972672694, 40.849661413601524, -73.79977845960305, 40.84959417970734, -73.79979394728129, 40.84956105939973, -73.79981166666148, 40.84951378989689, -73.79982899345293, 40.84946416851964, -73.79983906519244, 40.84942946474368, -73.79985941266912, 40.84934663747848, -73.799866068116, 40.84931894532317, -73.79987237047936, 40.84929272576323, -73.79987769536942, 40.849279615701825, -73.79988761254111, 40.8492643434156, -73.79989871123601, 40.849246179890315, -73.7999107082058, 40.84920969106507, -73.79991847461156, 40.84917890133217, -73.79992441978423, 40.84914802019153, -73.79992866501975, 40.84911535942714, -73.79993077131435, 40.84908809341531, -73.79993129780722, 40.84906090030491, -73.7999302313111, 40.84900898946842, -73.79992795275268, 40.84897130703893, -73.7999166754225, 40.84889945865951, -73.79991455598133, 40.848871565777486, -73.79991552272625, 40.84885018972187, -73.79992156709798, 40.84882416781845, -73.79993291781925, 40.84879867290183, -73.79994593784544, 40.84877724931185, -73.79995836274583, 40.84876325556661, -73.7999918460313, 40.84873474094376, -73.80002659399605, 40.84870721814659, -73.80004973805232, 40.84868686117015, -73.80008212981348, 40.84865612941307, -73.80011250756336, 40.84861171384846, -73.8001222324287, 40.84859448263239, -73.80012792925048, 40.848579901794864, -73.80013254884187, 40.84855718762759, -73.80013477059936, 40.84852855936181, -73.80013650063462, 40.84846979880554, -73.80013959327098, 40.8484023382328, -73.80014157140687, 40.84837545920444, -73.80014738905479, 40.848358546294584, -73.80016548288214, 40.8483293385911, -73.80019484311943, 40.848287239112324, -73.80022246446418, 40.848249217654505, -73.80024215324806, 40.84822591904282, -73.80026554403909, 40.848203484108176, -73.8002846092516, 40.848188012406396, -73.80030612277734, 40.84817269712328, -73.80033030210355, 40.84815737924642, -73.8003577175358, 40.84814169326003, -73.80038478434625, 40.84812757712588, -73.80040748934326, 40.848117489454, -73.80043829320175, 40.84810599300768, -73.80046440330133, 40.84809810031695, -73.80049221104096, 40.84809235013083, -73.80052150266309, 40.84808963536884, -73.80054472667916, 40.848090342792815, -73.80056338289684, 40.84809338630164, -73.80059696390032, 40.84810486262215, -73.80064915337869, 40.84813017657042, -73.80067709629047, 40.848145800706135, -73.8006958352556, 40.8481596250542, -73.80071329401142, 40.84817644673402, -73.8007333828337, 40.84819847150787, -73.80076028606932, 40.84823063320573, -73.80076834240774, 40.848243030717484, -73.8007766448827, 40.848259562822975, -73.80078527070023, 40.84829127511821, -73.80080029588856, 40.84832560179223, -73.80081754145087, 40.84835067611747, -73.80083145155675, 40.848366523619966, -73.80085829919734, 40.84839194319737, -73.80087997971845, 40.84840836781717, -73.80090511040012, 40.84842740441797, -73.80095271471443, 40.84846256262072, -73.80105887138231, 40.848547942404764, -73.80109594631136, 40.84857526159591, -73.8011397340858, 40.84860626996562, -73.80115516008298, 40.84862085124498, -73.80116890833752, 40.848640903734825, -73.80119594115203, 40.84869054684524, -73.80121361699916, 40.84872647820881, -73.8012274901832, 40.84875116755107, -73.80123842500903, 40.848770628061956, -73.8012660309804, 40.84881025504495, -73.8012853991858, 40.84883545001865, -73.80130366499172, 40.8488561298133, -73.80132017800084, 40.84887207719083, -73.80137024427354, 40.84891651724925, -73.80138678925951, 40.84893328322126, -73.80139870769699, 40.84894703267479, -73.80141734591776, 40.84897288102809, -73.80143343131972, 40.849000202694945, -73.80144287548114, 40.84902010276214, -73.80145346069548, 40.849046676553506, -73.80147384188872, 40.849109182510716, -73.80148190325318, 40.84912633368748, -73.80150572085203, 40.849169867638174, -73.80152894375705, 40.84921996246094, -73.80154715490097, 40.849263396706945, -73.80155915904604, 40.849298135907375, -73.80156478544377, 40.8493265543736, -73.80157106714489, 40.84938972223244, -73.80157715776261, 40.84945612703769, -73.80157768133978, 40.84948494464905, -73.80157477694489, 40.84952754022655, -73.80156870589614, 40.849594104209835, -73.8015664795177, 40.84961851367437, -73.80155916042742, 40.849673312355705, -73.80154517335963, 40.84973358987725, -73.80154331342325, 40.849752031496784, -73.80154321612264, 40.84977152702503, -73.80154487866311, 40.849792218735324, -73.80154832855106, 40.84981442725077, -73.80155518395384, 40.84984470284673, -73.80156359740403, 40.84987027964305, -73.80159255267525, 40.84994240768864, -73.80161573965005, 40.84999670953284, -73.80162780232989, 40.8500273857932, -73.80164727490707, 40.85007461326557, -73.80165877930695, 40.85009685543627, -73.80167913792569, 40.8501305130815, -73.8017056117495, 40.850173870549646, -73.8017346052856, 40.85022132148488, -73.80174324739149, 40.85023865643809, -73.80175703669707, 40.85027455131176, -73.80177886297021, 40.850325119134375, -73.80180963999776, 40.8503921435483, -73.80183420870482, 40.85045685202421, -73.80186062352627, 40.85051969604056, -73.80189278396759, 40.85058416900513, -73.80195875434605, 40.850704445980725, -73.80199837149705, 40.85077264715194, -73.80202961125723, 40.85082220631677, -73.80206196911898, 40.85086826356955, -73.80208509894801, 40.85090653642115, -73.80210861709682, 40.850947829289716, -73.80213024712575, 40.85099117834396, -73.80215208200148, 40.85103902841319, -73.80216170397823, 40.851056330793945, -73.80217445589595, 40.85107551697135, -73.80220087781746, 40.85111183776993, -73.80221113903465, 40.85112594538988, -73.80224616294461, 40.851176041371225, -73.80227415424027, 40.851207461653814, -73.80230520143729, 40.85124454046628, -73.80233886498729, 40.85127756162562, -73.80236690708037, 40.85130428769803, -73.80239949724297, 40.851333383549026, -73.80242598686952, 40.851360161877686, -73.80245926804714, 40.85138780369692, -73.80248052894856, 40.8514034267476, -73.80250024563827, 40.85141630874909, -73.8025185812476, 40.85142542702061, -73.80253901360226, 40.85143053537755, -73.8025905988794, 40.85143279475327, -73.80263241604538, 40.85143456823724, -73.80266817556648, 40.851443137275936, -73.8026924334136, 40.851453937866744, -73.80273291949102, 40.85147747577212, -73.80277432751951, 40.85150765548001, -73.80284792423032, 40.85156686447315, -73.80285752462792, 40.851584732267, -73.80286804144805, 40.85161030264819, -73.80287385574417, 40.85162439360363, -73.80288006500285, 40.85163886794342, -73.80288649584881, 40.851652603356165, -73.80289569437004, 40.85167122867558, -73.80290612032077, 40.85168985429026, -73.80291835393868, 40.851709171869764, -73.80292943983095, 40.85172480716958, -73.8029400228025, 40.85173967438858, -73.8029517298456, 40.85175380332077, -73.80296260987063, 40.85176567780403, -73.80297486428822, 40.85177758344929, -73.8029874816772, 40.8517894635988, -73.80299973500303, 40.85180134042374, -73.80301231788496, 40.851812862115054, -73.80302641637266, 40.85182438549229, -73.80304138600205, 40.85183528181048, -73.80306380603649, 40.85185604134577, -73.80307483534062, 40.8518671767677, -73.80309515334909, 40.85189054053817, -73.80310679245072, 40.851902802614866, -73.80311785296256, 40.851915419397876, -73.80312735760415, 40.85192841803542, -73.8031378759792, 40.85194029368549, -73.80315584578321, 40.85196329774277, -73.80316976257386, 40.85198774917923, -73.80318172727131, 40.852012225198806, -73.80319109124217, 40.85203590074385, -73.80319788775381, 40.85205995641888, -73.80320609652634, 40.85208327159527, -73.8032189421387, 40.85211505031551, -73.80322709416852, 40.85213309750578, -73.8032350638043, 40.85215226820031, -73.80324457688076, 40.85217446178218, -73.80325809295542, 40.85219929703434, -73.8032658984166, 40.85221303476859, -73.80327442374087, 40.852226771928905, -73.80328407204885, 40.85224054071971, -73.80329447921007, 40.85225315547031, -73.80330608278267, 40.85226503385508, -73.80331829739849, 40.85227841980618, -73.80333217240397, 40.85229257940909, -73.8033460498697, 40.852306711099146, -73.8033599237064, 40.8523208688956, -73.80337527876232, 40.852335031015954, -73.80340540720394, 40.85236596028752, -73.80341794110029, 40.852380473289315, -73.8034308103327, 40.852393478534374, -73.80344320744257, 40.852406125477614, -73.80345506486171, 40.85241800247854, -73.80346551090165, 40.85242952047825, -73.80348794888059, 40.852457966572, -73.80349881862098, 40.852473795052546, -73.80350943038489, 40.8524918455107, -73.80351902472958, 40.85251066325648, -73.80352978438022, 40.8525272317521, -73.80354950054401, 40.85254609464808, -73.80358460607503, 40.85256874330368, -73.80360426835641, 40.852580962257, -73.8036283391028, 40.85259467272447, -73.80365244887109, 40.85260681819551, -73.80367457162916, 40.85261835604887, -73.80369619866286, 40.852627888555816, -73.80371688137375, 40.85263753111322, -73.8037360402147, 40.85264996980822, -73.80376030353385, 40.85267158420712, -73.80376648770482, 40.85269506248803, -73.80377538008541, 40.85271950530113, -73.80378618486499, 40.85274452768189, -73.80379977815751, 40.852768621892686, -73.80381493612492, 40.852788957401316, -73.80382865958778, 40.85280591631942, -73.8038448434948, 40.8528213972071, -73.80385947610534, 40.85283610643354, -73.80387144002778, 40.85284891738331, -73.80388552822728, 40.852863652695625, -73.80390051824816, 40.852880229247255, -73.80391702382012, 40.85289683538771, -73.80393111004514, 40.8529130520027, -73.80394580727047, 40.852930396171594, -73.80396161633955, 40.85295035005699, -73.80397720742239, 40.85297183981159, -73.80399297192666, 40.85299404485046, -73.80400960244725, 40.85301817121038, -73.80402442995644, 40.853040015356, -73.80403980844484, 40.85305961190339, -73.80405402396856, 40.85308107319627, -73.80406801466265, 40.85310478353804, -73.80407477596926, 40.85312845458571, -73.80408153302402, 40.85315437595874, -73.80409533903548, 40.853179595210264, -73.80410697291616, 40.853193366400696, -73.80412077281257, 40.85320939250119, -73.804136666847, 40.853224294737586, -73.80415375868508, 40.853239199905715, -73.8041696941033, 40.85325374651282, -73.80418436302368, 40.85326826395313, -73.80421442417392, 40.85329694255978, -73.8042288437417, 40.85331036096925, -73.80424485487377, 40.85332337055199, -73.80425946034663, 40.853335279145526, -73.80427395897578, 40.85334642033551, -73.80428740592498, 40.85335868535631, -73.80429860932779, 40.8533720703854, -73.80430875542132, 40.853388089364, -73.8043179266969, 40.85340369606325, -73.80432543752761, 40.85341894064853, -73.80433059676783, 40.853434539641135, -73.80433476730323, 40.85345444581743, -73.80433940553593, 40.85347501194791, -73.80434440742351, 40.853494919533645, -73.80434955779515, 40.85351353696394, -73.80435510791527, 40.853532127156576, -73.80435946445695, 40.85355008587989, -73.80436209209947, 40.85356595522802, -73.8043690348028, 40.85360219565018, -73.80437722072308, 40.8536209848176, -73.80438807319292, 40.853642822173306, -73.80439599002585, 40.85366762167609, -73.80439789950496, 40.853681704127105, -73.80439980922722, 40.853696913996075, -73.80440155959566, 40.85371549864387, -73.80440261531805, 40.853738006463786, -73.80440566442235, 40.85375856899569, -73.80441005352885, 40.853777159017355, -73.80441492037858, 40.85379380028071, -73.80442076964378, 40.85380827482136, -73.80443328598886, 40.853829731382625, -73.80444896189887, 40.853846693532965, -73.80446207685404, 40.85386139920673, -73.8044747965014, 40.853874623797935, -73.80448918250025, 40.853887822395905, -73.80450691830113, 40.85390443053323, -73.8045200999967, 40.85392064734104, -73.80452916859252, 40.853935319135786, -73.8045376393475, 40.853954875092974, -73.8045464818149, 40.853984753133425, -73.80455233023902, 40.85399952933067, -73.80456476566238, 40.854024335574714, -73.8045697062292, 40.854040125088936, -73.80457593481458, 40.8540615439673, -73.80458255606752, 40.85408373253158, -73.80458902596806, 40.85410778756162, -73.80459749158312, 40.85413072125529, -73.80460356006843, 40.85414407054044, -73.80461006730087, 40.85415703695822, -73.8046301412414, 40.85418962288547, -73.80464722929827, 40.85421764725714, -73.80466281516266, 40.85423987891107, -73.80467601508795, 40.85426284672869, -73.80468972024066, 40.85428581539999, -73.8047051693236, 40.854305768568416, -73.8047186327878, 40.854324619771916, -73.80473025118201, 40.85434418194192, -73.80473876553359, 40.85436225664523, -73.80474658556592, 40.854382937100645, -73.80475388262211, 40.85440885934186, -73.804756616003, 40.85443804084856, -73.8047556570081, 40.85445727916364, -73.80475386361177, 40.854477148212744, -73.80475218393917, 40.85449504087162, -73.804750538582, 40.854512959702795, -73.80474997933042, 40.854532172579795, -73.80474905547159, 40.85455075269339, -73.80474854133148, 40.85456631414672, -73.8047480615815, 40.854581876558704, -73.80474941714445, 40.8546004605299, -73.80475153053679, 40.85461904668414, -73.80475314570556, 40.85463565271102, -73.80475450008241, 40.85465423758049, -73.80475548931555, 40.85467479661348, -73.80475756669338, 40.8546927244459, -73.80475914934475, 40.85470828854683, -73.8047617112068, 40.85472237389408, -73.80476636721549, 40.85474867617396, -73.80477124923976, 40.85477272760312, -73.80477500405698, 40.854799385853205, -73.80477586888775, 40.85481344041289, -73.80477792066642, 40.85484009307933, -73.80477914363632, 40.85485456067078, -73.80478016934461, 40.854874818099304, -73.80477834889147, 40.85489057004691, -73.80477504530022, 40.85490856981701, -73.80476862220661, 40.854929528731525, -73.80476107162205, 40.85495237947454, -73.80475272081557, 40.8549767380892, -73.8047420932137, 40.85500180694082, -73.80473450070595, 40.85501469365446, -73.804725457923, 40.855028731444534, -73.80471637732418, 40.85504312576509, -73.8047075939517, 40.85505565386583, -73.80469008143935, 40.85507354673432, -73.80467070478255, 40.85508611362914, -73.80464903872536, 40.855102872942034, -73.80462701517644, 40.85511859157582, -73.80458878628886, 40.855137574960736, -73.80457289365476, 40.85514501312851, -73.8045436075435, 40.85515978473197, -73.80452673919494, 40.85516790831657, -73.80450737202649, 40.855176823700354, -73.80448453047465, 40.85518757109931, -73.80446470080717, 40.85519445417967, -73.80443495884957, 40.8552037094626, -73.80440771156111, 40.85521277446079, -73.80438046950658, 40.85522005738555, -73.80435865543512, 40.85522581146653, -73.8043398468047, 40.85522989572334, -73.8043027464354, 40.855234500952925, -73.804263151419, 40.85523767195507, -73.80423350718574, 40.855238691442, -73.80420484000248, 40.8552389723741, -73.804175197598, 40.855239773029325, -73.80414703628655, 40.85523983508542, -73.80411883996337, 40.85523970436971, -73.80407361362509, 40.85524135651895, -73.80404692604858, 40.85524438547673, -73.80402117633474, 40.85524870552763, -73.80400236729787, 40.85525251597887, -73.8039763555253, 40.85525963610811, -73.8039490168735, 40.8552751240601, -73.80391645957526, 40.85529554504204, -73.80389407296813, 40.855311233202514, -73.80387207835967, 40.855329119228124, -73.80385399116209, 40.8553455296812, -73.80384065057265, 40.85535821565823, -73.80382858105915, 40.85536939276761, -73.80381492271097, 40.85537963426309, -73.80378365119509, 40.855392728280584, -73.80376590270747, 40.85540526897653, -73.80374339719815, 40.85542425090901, -73.80371796305586, 40.85544377805581, -73.80370262789319, 40.85545796984963, -73.8036895434266, 40.85547065534432, -73.80367659339052, 40.855485207788384, -73.80366449065792, 40.855508022796435, -73.8036582621489, 40.85552319090775, -73.80365189814944, 40.85553684866129, -73.80364300494965, 40.855561179256, -73.8036308770003, 40.85559132152937, -73.80362566642819, 40.855605559361045, -73.8036218303113, 40.85561902871003, -73.80362088401512, 40.85563384921492, -73.80362495887512, 40.85566163185919, -73.8036331380642, 40.855682313897496, -73.8036398242618, 40.85569530768593, -73.80364831536737, 40.85572161653444, -73.80364924041443, 40.855738497850794, -73.80364669067227, 40.855757734345936, -73.80363848042364, 40.855784123728405, -73.80362931758177, 40.855813806392725, -73.8036293976873, 40.855835681305614, -73.80363094660093, 40.855849737936595, -73.80363673826216, 40.85588372699783, -73.80364355255817, 40.85590234818443, -73.8036578497299, 40.85593206987593, -73.80367036195517, 40.855955777737194, -73.80367962637942, 40.85597645981682, -73.80368388037273, 40.85599299110209, -73.80369083431208, 40.85601292904386, -73.80370274234815, 40.85603199923475, -73.80371423513151, 40.85605795568825, -73.80373019210121, 40.856089107475114, -73.80374604048137, 40.85612089122089, -73.80375428509223, 40.85614475570226, -73.80376190758571, 40.8561712557681, -73.80377331004034, 40.85620171542657, -73.803783187605, 40.856223633115654, -73.80378986125187, 40.85624090961714, -73.80379639088981, 40.85625755372724, -73.80380242501454, 40.85627090299105, -73.80381212801892, 40.8562904890042, -73.8038215160521, 40.856306287007584, -73.80383179778084, 40.85632548949254, -73.80385081431834, 40.85636161448281, -73.80386818853418, 40.85639040846629, -73.8038881169615, 40.85641171378715, -73.80390445872457, 40.85642343446504, -73.80392335439707, 40.85643902889918, -73.80394105855216, 40.85645448533087, -73.80395541392839, 40.856465350759485, -73.8039884277739, 40.85647451894165, -73.80401040085503, 40.85647653285317, -73.80402915907757, 40.85647760748854, -73.8041428564393, 40.85646956915543, -73.80419800503154, 40.856461703307566, -73.80422412637608, 40.856459413559, -73.80424347906312, 40.856457975892596, -73.80423644961468, 40.85647691663932, -73.80412196517011, 40.85650414053072, -73.80404345371417, 40.85650667986908, -73.80402656315229, 40.85652462051527, -73.80402691751381, 40.856551272105065, -73.8040266642939, 40.856576028926206, -73.80402668959896, 40.85659159128738, -73.80403149696139, 40.856616383719086, -73.80403884681492, 40.85663725612102, -73.80404567119665, 40.85665211593941, -73.80404781728633, 40.85667163596669, -73.80404268182151, 40.856684938329956, -73.80403528779944, 40.85670441333733, -73.80402810288598, 40.85672537091068, -73.80402325309707, 40.85675160213434, -73.80402181670378, 40.85677298099701, -73.80402161456236, 40.85679287974493, -73.80402231173771, 40.856813876820716, -73.8040244266688, 40.85683229819368, -73.80402618672066, 40.85684879641146, -73.80402836731646, 40.85686908371693, -73.80403167313517, 40.85688786370761, -73.80403475978889, 40.85690776804142, -73.80403885260716, 40.85692954080567, -73.80404335937259, 40.85694607160351, -73.80404812420888, 40.856960350706856, -73.80405426472713, 40.8569746618627, -73.8040621326425, 40.85699119836814, -73.80407259368432, 40.857010786544535, -73.8040839118975, 40.85703410781769, -73.80409531214471, 40.85706662506157, -73.80410208467967, 40.85709910653122, -73.80410625874529, 40.8571182716031, -73.80410967039856, 40.85713817648586, -73.80411279048477, 40.85715882197897, -73.80411671075638, 40.85717798481834, -73.8041209082247, 40.85720088517327, -73.80412488195684, 40.85722605979289, -73.80412853435983, 40.85725120775245, -73.80413037258602, 40.857264934383274, -73.80413415955515, 40.857292717412804, -73.80413953909915, 40.857319377529706, -73.80414712667552, 40.85734494459434, -73.80415522963543, 40.857367875890375, -73.80416524469896, 40.857391936047435, -73.80417487007941, 40.85741300320456, -73.8041841172947, 40.857440055294326, -73.80418749340738, 40.857459960113275, -73.80418974604217, 40.857481181346635, -73.80419079625393, 40.85750434830497, -73.80418924165417, 40.85752882826319, -73.80418764641064, 40.857554624672694, -73.80418462328998, 40.85757515167662, -73.8041816732772, 40.857595016942355, -73.80417836464605, 40.857614225140004, -73.80417556276892, 40.857632114975814, -73.80416721797674, 40.857667536100834, -73.804172656768, 40.857685770404586, -73.80419021767102, 40.85770086905528, -73.80420612486627, 40.857712476387995, -73.80423832337289, 40.85772930270285, -73.80425605002539, 40.8577368536947, -73.8042705572907, 40.85774538616217, -73.80427100303616, 40.85776641072149, -73.8042663508635, 40.8577988466805, -73.80426805204871, 40.85782248029587, -73.80426996167184, 40.85783694814967, -73.80427223084884, 40.857852158619316, -73.80427508093494, 40.85786624355806, -73.80427800350623, 40.8578806852147, -73.80428056420256, 40.85789477056278, -73.80428280111832, 40.85790885446102, -73.80428631640648, 40.857930653247514, -73.80428953788828, 40.85795355013649, -73.80429276056101, 40.85797644612678, -73.8042959842852, 40.85799898552362, -73.80429576886951, 40.85802261588666, -73.80429560469923, 40.85804213198555, -73.80429920819411, 40.8580698309486, -73.80429761542648, 40.85809560214754, -73.80429734380638, 40.85812664436979, -73.80429890971317, 40.858147487127155, -73.80430255787566, 40.85819749406934, -73.80429887119907, 40.85822224505983, -73.80429795800761, 40.85824963469554, -73.80429779733606, 40.85826755872862, -73.80429797184445, 40.85828161121201, -73.80430096960268, 40.85830678506551, -73.80430186651097, 40.85832160869529, -73.80430276124162, 40.85833717252624, -73.80430362020034, 40.85835199519104, -73.8043052038272, 40.85836681818447, -73.80430681888545, 40.85838345482328, -73.80430951687367, 40.858400065383556, -73.80431214663798, 40.8584152746615, -73.80431438134006, 40.85842971604956, -73.80431697894697, 40.85844456867773, -73.80431921251972, 40.858459394574076, -73.80432601109023, 40.858482709051806, -73.80433506352117, 40.85850226599391, -73.80434760507671, 40.85851584687993, -73.80436333996238, 40.85852482085649, -73.80437929603696, 40.85853198431531, -73.80439968753144, 40.85853645201286, -73.80440363902878, 40.8585531187251, -73.80438699655053, 40.858568831119754, -73.80437109529663, 40.858579316508894, -73.80435805136077, 40.85858975091058, -73.8043432677483, 40.85860130977722, -73.80433039751539, 40.858614379311575, -73.8043179511274, 40.858629317184885, -73.80430680943094, 40.858644640879625, -73.8042948140776, 40.85866671501842, -73.80428869916435, 40.85868111522816, -73.80428349005561, 40.8586944183732, -73.80427864050526, 40.85870846323332, -73.80427465358699, 40.858723990866835, -73.80427164431474, 40.858740206334026, -73.80426859164156, 40.858757466298805, -73.80426634113276, 40.85877338138802, -73.80426408698526, 40.85878932348572, -73.80426240825543, 40.858807217026396, -73.80426184982299, 40.85882447942135, -73.80426202542647, 40.858838560721004, -73.80426557528868, 40.85886071615819, -73.80427014015311, 40.85888174950242, -73.80427592141994, 40.85889529011067, -73.8042816631738, 40.85890976446231, -73.80428424800047, 40.858928157804804, -73.80427896652564, 40.85894145992582, -73.8042793594993, 40.85895543263431, -73.80428184748331, 40.85896965563162, -73.80428541747207, 40.85898497636364, -73.80428945549396, 40.85900125871497, -73.80429428431209, 40.85901844920342, -73.80430046281047, 40.859032430824755, -73.80431170283245, 40.85904578888493, -73.80433347576424, 40.85906613642028, -73.80434822535177, 40.85907867737847, -73.80436939629465, 40.85909603154952, -73.8043817955056, 40.85910804623242, -73.80439938934352, 40.85912418857334, -73.80441608733636, 40.85913763872141, -73.80442997211414, 40.85914984772223, -73.80444280481404, 40.85916167222879, -73.80445332489862, 40.859174645444725, -73.80447415194898, 40.85919724258093, -73.80448329720048, 40.85920988388383, -73.80449084196611, 40.859225924534435, -73.8044976143717, 40.859246082728305, -73.80450355423457, 40.85926662312073, -73.80450971561636, 40.8592864506981, -73.80451530259319, 40.85930438266571, -73.80451996232381, 40.85931819601055, -73.80452450954951, 40.85933316269533, -73.80452884306206, 40.85934659187718, -73.80453419056622, 40.859360050692025, -73.80453975071005, 40.859374606666584, -73.80454501385219, 40.85939215447407, -73.80454991511914, 40.85940934327225, -73.80455503566449, 40.85942617764759, -73.80456610409827, 40.85946083473857, -73.80457721724065, 40.8594923897076, -73.80458382977079, 40.85951894202116, -73.80459123136389, 40.85954659337088, -73.8045944397958, 40.85956309492533, -73.80459818325178, 40.859580366406256, -73.80460171474692, 40.85959590678164, -73.80460416337425, 40.859611446223454, -73.80460744044221, 40.859628002823584, -73.80461129937234, 40.85964351673828, -73.80461469074496, 40.859657905146, -73.80461844497495, 40.85967232028234, -73.80462245409018, 40.85968596863066, -73.80462994129113, 40.85970911856055, -73.80463725694497, 40.85972889315393, -73.8046429508516, 40.85974759431542, -73.80464777419616, 40.859766294002526, -73.80465479741216, 40.859788318429864, -73.80465902673869, 40.85981341330795, -73.80465980178131, 40.859831803574714, -73.80466269892004, 40.85985576968098, -73.80466478568476, 40.85987095191317, -73.80466788773901, 40.859885724339115, -73.80467315665864, 40.85991304159036, -73.80467387234329, 40.859928221501, -73.80467539996066, 40.85996255986031, -73.80468114630216, 40.85998724487941, -73.80468525472249, 40.86000303386312, -73.80468715217677, 40.86002290914004, -73.80469099715954, 40.860055302755995, -73.80469395537054, 40.86008190470491, -73.80469735759922, 40.860105130559006, -73.80469793472304, 40.860129531275824, -73.80470096548851, 40.86015687355167, -73.80470395598455, 40.8601846011699, -73.80470431211117, 40.86019903756485, -73.80470328944723, 40.86021528611791, -73.80470161743813, 40.860230515114985, -73.8047002715934, 40.86024574556458, -73.80469779956158, 40.86026198986313, -73.80469605226877, 40.860278620799086, -73.80469369450942, 40.860293109330925, -73.80469101750423, 40.860306855316566, -73.80468768697293, 40.86032060109638, -73.80468533265478, 40.86033432061337, -73.80468236485245, 40.86036025246852, -73.80468171135199, 40.860373974864544, -73.80468068917725, 40.86038843864201, -73.80467910172376, 40.860412835693324, -73.80467811256572, 40.86042938416622, -73.80467995312314, 40.860454501110866, -73.80468426041593, 40.86047770148118, -73.80468588026149, 40.860491950010875, -73.80468677813128, 40.86050729321739, -73.804688029675, 40.8605241759638, -73.80469012387665, 40.86054975889175, -73.80469572226554, 40.86057557017282, -73.80469968732496, 40.86059212793196, -73.80470295598339, 40.86061197671184, -73.8047075099302, 40.86063641207295, -73.804709564203, 40.86066347894363, -73.80470882761594, 40.86069257170026, -73.80470718791331, 40.86072102988209, -73.80470604197392, 40.8607429045004, -73.80470461460267, 40.860760852496185, -73.80470319035241, 40.86077814133692, -73.80470115888635, 40.86079298701487, -73.80469758097601, 40.86081705201577, -73.80469655715598, 40.86084540318026, -73.80469614806887, 40.86086192471867, -73.8046936296851, 40.860882231957696, -73.80469201517204, 40.86090251281142, -73.80469256801452, 40.8609242786435, -73.80469350016695, 40.860950163968795, -73.80469215557389, 40.860965366503244, -73.80469113794095, 40.86097908918202, -73.80468881909268, 40.86100576323796, -73.8046860996141, 40.861020633864705, -73.80468175731812, 40.861034378830375, -73.8046735913331, 40.86105813439768, -73.80466882560575, 40.86108035768021, -73.80466755603597, 40.861094243821526, -73.80467776041198, 40.86111588821694, -73.80469157150824, 40.86112749552777, -73.8047083594791, 40.86113553832471, -73.80473314365, 40.861140081832325, -73.80475232643674, 40.861146071051216, -73.80477504109774, 40.86116589870293, -73.80479180610547, 40.86118217554898, -73.80480192511911, 40.86119533985407, -73.80480693962646, 40.86121159681771, -73.80480750484081, 40.86122754458919, -73.80480388495525, 40.86125460095538, -73.80480133318751, 40.86127416523283, -73.80480464290842, 40.8612917646474, -73.80481824927172, 40.86132384608565, -73.80482898277548, 40.861350324303, -73.80483316789356, 40.86136548126168, -73.80483688557537, 40.86137987021022, -73.80484158166361, 40.86139349179324, -73.80484529921175, 40.86140752324586, -73.80486600327318, 40.86143593907291, -73.8048830445113, 40.861456333421856, -73.80490226927635, 40.86148403265025, -73.80491342751843, 40.86150038284205, -73.80492676728065, 40.86151259085542, -73.80496067959407, 40.8615244779509, -73.80498799738716, 40.86152943811141, -73.80501284914672, 40.86153606721224, -73.80502527481094, 40.861552199814845, -73.80502161431367, 40.86156764517266, -73.80501226163655, 40.86158879183164, -73.80499968870625, 40.86161034277125, -73.80498698367387, 40.86162799795746, -73.80497721878282, 40.861641266412065, -73.80497218700656, 40.86165635375589, -73.80498281193228, 40.86168228157297, -73.80499835955949, 40.86169391789498, -73.80501861195422, 40.86170369634605, -73.80504992775055, 40.86170070289802, -73.80507711329055, 40.861689301773495, -73.80510492583232, 40.86168492914167, -73.80512243573592, 40.86169357822737, -73.80513798813416, 40.861703595453804, -73.80515576940454, 40.86171759571648, -73.80517536326604, 40.86172989890804, -73.80520612320865, 40.86174457933693, -73.80522797970649, 40.861749748138976, -73.80526002345026, 40.861745246638094, -73.80527486849674, 40.861725043039556, -73.80527874606139, 40.86170998165012, -73.80528764746191, 40.86169426957858, -73.80531336116927, 40.86167957371568, -73.80534958816767, 40.8616657744641, -73.80537429867044, 40.86165950189877, -73.80539394321649, 40.86165489749996, -73.80541910848189, 40.8616533199572, -73.80543416150279, 40.861661332706745, -73.80544923356935, 40.86167499967605, -73.80545929197639, 40.86169719395403, -73.80546336996841, 40.86171213098799, -73.80547177240697, 40.8617315507582, -73.805481939264, 40.86175316890192, -73.80549045743807, 40.8617699252103, -73.80549688739566, 40.86178448349865, -73.80550722432065, 40.86179783991226, -73.80552150720729, 40.86180963972193, -73.80554595488266, 40.86181862821582, -73.80556485010979, 40.8618228599539, -73.80559197199483, 40.86181983137594, -73.80560941175895, 40.86181598954432, -73.80562631252359, 40.861809075223725, -73.80564333760063, 40.86179817913433, -73.80566278872956, 40.86178468110472, -73.8056790304515, 40.86176909122665, -73.80569220025372, 40.86175387978251, -73.80571403001785, 40.86173086124572, -73.80572039912623, 40.86171632452149, -73.8057222782143, 40.86169266905812, -73.8057234021837, 40.86167820634697, -73.80574068492824, 40.86165298384843, -73.80576417389993, 40.86163202662014, -73.80577693071801, 40.861621343045364, -73.80579302327621, 40.86160685150012, -73.80580481154593, 40.861593559367456, -73.80581403205848, 40.86158103103175, -73.8058276455491, 40.8615617032688, -73.80584354752041, 40.86153894938095, -73.80586139487302, 40.86151693986916, -73.80587240170473, 40.861499912974445, -73.80588268138797, 40.86148250304665, -73.80589076506135, 40.86146324881762, -73.80589734899887, 40.86144945264895, -73.80590303108455, 40.861434174553786, -73.80590788422414, 40.86141966318355, -73.80591497350238, 40.86140584174957, -73.80592902215449, 40.861386131096566, -73.80594083943551, 40.86137547473878, -73.80594680697456, 40.861361952180424, -73.80595426936321, 40.86134423494222, -73.80596387448541, 40.86132344612642, -73.80597552681203, 40.86129533254771, -73.80598230350347, 40.86127684423363, -73.80599227148141, 40.86125567241583, -73.80600368078599, 40.86122344137538, -73.80601016914402, 40.86119238170471, -73.80601199375103, 40.861174351517356, -73.80601144382248, 40.86115184459317, -73.80600978520317, 40.86112557534967, -73.80600816383698, 40.86109914047815, -73.80600967651709, 40.86107622549669, -73.80600712066314, 40.86104811413838, -73.80600626749778, 40.86102994347397, -73.80600642383874, 40.861014161711495, -73.80601037564422, 40.8609979748056, -73.80601017768862, 40.860979228927704, -73.80600578240855, 40.86096162592107, -73.80600142918809, 40.86094180327172, -73.80600087939915, 40.86092006356613, -73.80599432613522, 40.86087295320503, -73.80598814840717, 40.860847142816034, -73.80598138859547, 40.86082245706296, -73.80597512190499, 40.860801530793026, -73.80596858392086, 40.860787001162834, -73.80595733402212, 40.860765024641935, -73.80593290751764, 40.86074848834304, -73.80591946083548, 40.86072332308234, -73.80591502977938, 40.860705394033026, -73.8059088690359, 40.860685565637155, -73.80590167068145, 40.86066241628112, -73.80589147471035, 40.86063777967124, -73.80588318132449, 40.86061838802656, -73.80587798995774, 40.86060007048463, -73.80587514606906, 40.86057110947203, -73.80587047246786, 40.86055054427167, -73.80586746391809, 40.86052882924253, -73.8058584392236, 40.86049911582376, -73.80585277292829, 40.86048381863251, -73.80583284064807, 40.860463199838044, -73.80580683511236, 40.86048014565783, -73.80578786963754, 40.860500094757484, -73.80576464653876, 40.86050447528024, -73.8057349631458, 40.86049333664382, -73.80571963216069, 40.86048189258804, -73.80570447216495, 40.86046185812209, -73.80570082167819, 40.86044837520775, -73.80569431989576, 40.860421081144366, -73.80568966340216, 40.860407267855706, -73.8056843363468, 40.86038670154657, -73.80567741433171, 40.86035507090393, -73.80567664306318, 40.860334072826944, -73.80567635371362, 40.860309699616, -73.80567426841381, 40.86028175472929, -73.80567160512524, 40.86026489753074, -73.80566628466502, 40.86024208000063, -73.80565705952417, 40.86021931082321, -73.80565222099408, 40.86019311725796, -73.8056521897872, 40.8601790380085, -73.80565287876206, 40.86015351291415, -73.80565417672437, 40.860130240076245, -73.80565401572383, 40.86011146544121, -73.8056535618259, 40.86009307572343, -73.80565151411353, 40.86007622046118, -73.80565011210011, 40.86006123120615, -73.80564856958931, 40.860043992284545, -73.80564617782935, 40.86002189197535, -73.80564364802429, 40.859997514988876, -73.80564312827767, 40.85997690184422, -73.80564299285004, 40.85996114750295, -73.80564438199501, 40.85993183611642, -73.80564994743114, 40.85990774651579, -73.80566271047516, 40.8598822426586, -73.80567334794573, 40.85986612195196, -73.8056941116674, 40.85984971663345, -73.8057097190302, 40.85984120714989, -73.8057425440895, 40.85982836106779, -73.80576244339503, 40.85982364627407, -73.80579148389805, 40.85981845249403, -73.80582844507619, 40.85981442556764, -73.8058486588034, 40.85981251181938, -73.80586840045363, 40.859811418522284, -73.80588814203418, 40.859809942512484, -73.80592267904673, 40.85980626807237, -73.80594434193796, 40.859803203214334, -73.80596991659961, 40.859798058490036, -73.80599400767227, 40.85979244571087, -73.80601762854171, 40.85978823060075, -73.8060358223815, 40.859784693437966, -73.80605401790261, 40.859780579059525, -73.8060761565138, 40.85977625158569, -73.80609731327618, 40.859772664463186, -73.80612733522106, 40.85976766585389, -73.80614730094389, 40.85976415686465, -73.80616448680665, 40.8597597409085, -73.80618695113374, 40.85975434237473, -73.80622314786424, 40.85973870399001, -73.80624121361355, 40.85972945745824, -73.8062702836465, 40.85971572784032, -73.80629499428578, 40.85969691301989, -73.80631472564791, 40.85967449506986, -73.80633268398365, 40.85965284135977, -73.80634343197151, 40.859636171476204, -73.80635241787127, 40.859616919624045, -73.80635865881526, 40.85959617915269, -73.80636490316297, 40.85957508299218, -73.80637043481522, 40.859549868584075, -73.80637728145271, 40.85952029259636, -73.80638448106819, 40.85950594902903, -73.80647371875922, 40.85945054467033, -73.80649536513405, 40.85945310775856, -73.80653551335642, 40.859458335808746, -73.80655444226005, 40.8594638290338, -73.80658084485928, 40.859472464896605, -73.80662055877875, 40.859489191476655, -73.80663488429252, 40.85949846534412, -73.80664920885475, 40.859508067887944, -73.80666360186956, 40.85951860435523, -73.80667618637749, 40.859529878895636, -73.80668877326433, 40.85954115253809, -73.8067019296762, 40.85955316913901, -73.80671661535389, 40.859566669610274, -73.80674194260953, 40.85959314418906, -73.80675466968992, 40.85960516006469, -73.80676605882533, 40.859617201613354, -73.80677668443666, 40.85963036659714, -73.80678517848709, 40.85964319752957, -73.80679432056209, 40.85965751265739, -73.80680339022004, 40.859671444053475, -73.80681223830211, 40.859686526807494, -73.80681971515565, 40.859701251570414, -73.80682618691532, 40.85971410792939, -73.80683766195554, 40.85974640348798, -73.80684478922026, 40.859769196975535, -73.80685258829105, 40.85978447067534, -73.806870522986, 40.859807666763146, -73.80688335909994, 40.859819325311065, -73.80690430922884, 40.85982602942151, -73.80693449371803, 40.85983856796207, -73.80695578246696, 40.85984016863931, -73.80697063473184, 40.85983023044172, -73.80699449691073, 40.859816821508936, -73.8070127585928, 40.85981482234654, -73.8070315544974, 40.8598159226688, -73.80704984556033, 40.85981565159444, -73.80706952224543, 40.859812005988, -73.80709421897146, 40.85981141603767, -73.8071165194958, 40.85981340198665, -73.8071424137404, 40.859821131875414, -73.80715866140169, 40.85982856918424, -73.80720395192586, 40.85985655743426, -73.8072215533341, 40.85987039229264, -73.80723229026475, 40.85988243360525, -73.80725779503437, 40.859900562602746, -73.80728201795974, 40.85992555390616, -73.80731608942074, 40.85994419156983, -73.80734041037819, 40.859948047570064, -73.80737311767066, 40.859950791051006, -73.80739989352341, 40.85995555793297, -73.80741790308866, 40.85995298016953, -73.80744038134846, 40.859943576025586, -73.80745678039587, 40.859935616027286, -73.80747408520011, 40.859926972263416, -73.80749450594598, 40.85991663626801, -73.80751636998878, 40.85990634770141, -73.80753219537398, 40.85989742591006, -73.80754704289465, 40.85988787214081, -73.80756189357791, 40.859878043724784, -73.80757718121475, 40.859867227295, -73.80759077279284, 40.85985558498484, -73.80760414820175, 40.85984281669717, -73.80761655191547, 40.859829333597816, -73.80762779470517, 40.859816588766115, -73.80763802680853, 40.85980389807876, -73.80765202094034, 40.85978962159193, -73.80766550995423, 40.8597761132818, -73.80767878279983, 40.85976147809381, -73.80769263665339, 40.85974607665329, -73.80770620022568, 40.859731798541624, -73.80771935957296, 40.8597186723849, -73.80773256027031, 40.859704779976525, -73.807743802936, 40.85969206304838, -73.80775472061848, 40.8596793455776, -73.807772422601, 40.85965881773297, -73.80778455041366, 40.85964064078958, -73.8077973012466, 40.85961906102168, -73.80781489178845, 40.859598916594464, -73.80783655291233, 40.859571780317836, -73.80785606120152, 40.859551254568025, -73.80787138255144, 40.859541042385395, -73.80788676927207, 40.85953324452947, -73.8079026258139, 40.85952580675022, -73.8079272597671, 40.859508719497555, -73.80793640201391, 40.85949676897452, -73.807943242471, 40.85948223290768, -73.8079490208334, 40.859458858541004, -73.80794953442773, 40.85943091801876, -73.80794635670075, 40.85941705145038, -73.80793927647558, 40.85940290463594, -73.80792952694641, 40.859386530061755, -73.80792540963786, 40.85937233324881, -73.80789946089548, 40.85935722030736, -73.80786723343806, 40.85936378166106, -73.80784957319574, 40.859369489287346, -73.80783093968004, 40.85937503049971, -73.80780586605876, 40.85938215215131, -73.80776989225987, 40.859395541073674, -73.8077459940911, 40.85940919774274, -73.80772165389192, 40.85942518504491, -73.80769832830613, 40.85944098312864, -73.80767618699423, 40.859459034412666, -73.807664697122, 40.859469885102456, -73.80764389064804, 40.85948856895005, -73.80763029327383, 40.85950265429318, -73.80761839899758, 40.8595159455388, -73.80760497863604, 40.85953115678949, -73.80759278828549, 40.85954634217458, -73.80757626520005, 40.85956810653328, -73.80755501292091, 40.8595826194411, -73.80752894861823, 40.85958243818808, -73.80751274417818, 40.85957277768755, -73.80750845834591, 40.85955454547275, -73.80750286037105, 40.85954053707904, -73.80750031363547, 40.85950866800769, -73.80750015196138, 40.85948953677793, -73.80750056900457, 40.859470022903935, -73.80750283932258, 40.859448233876265, -73.80750511268022, 40.859424164806825, -73.80750708781282, 40.85939167113365, -73.8075063738017, 40.859362988359855, -73.8075092766769, 40.85934679964863, -73.80751870392204, 40.85932491270037, -73.8075283914979, 40.859300362529105, -73.80753898934168, 40.85927356534589, -73.80754924235903, 40.85925280448734, -73.80755814026573, 40.8592384105503, -73.80756855002753, 40.85922700966939, -73.80759379300751, 40.85921135258425, -73.80761907347068, 40.85919462397013, -73.8076312057606, 40.85917529441861, -73.80762080146278, 40.85914750048205, -73.80760517526467, 40.85912576265314, -73.80758235857421, 40.85910261526598, -73.80757046245421, 40.85909115016696, -73.8075459777996, 40.85906937144049, -73.80752059423573, 40.85904632871862, -73.80751605358502, 40.85902886419725, -73.80750687507268, 40.85900252749039, -73.8074972119914, 40.85898174871395, -73.80748416379306, 40.85895569280549, -73.80747317372027, 40.85893116396309, -73.8074618912481, 40.85890726587673, -73.80744934018429, 40.85888402483251, -73.80743650711068, 40.85885946499511, -73.80742424847234, 40.858835593190754, -73.80741443713588, 40.85881565071677, -73.80740808256702, 40.85880040647841, -73.80740617540972, 40.85878484188451, -73.80740714101738, 40.858763076792386, -73.80741022296581, 40.85874771323196, -73.80741266030215, 40.85873009556321, -73.80741166613512, 40.85871093592625, -73.80741060954405, 40.858689168358765, -73.80741186313307, 40.85865560279292, -73.80741364607233, 40.85863910964715, -73.80741782723382, 40.85861850435321, -73.80742381695406, 40.85859713215675, -73.80743175472729, 40.85857842776868, -73.80744175457102, 40.85855783038437, -73.80745132253321, 40.858536877484305, -73.80746252194614, 40.85851406058502, -73.80747802546975, 40.8584912499663, -73.80749869763441, 40.858468475884635, -73.80751942887778, 40.85844946235458, -73.80754533596945, 40.85842922287939, -73.80757166475419, 40.858412852617526, -73.80759700193913, 40.858401422599016, -73.80763784305871, 40.85839243174551, -73.80766258000462, 40.85838882329035, -73.80768268165602, 40.8583865344294, -73.80771302205207, 40.858385174828605, -73.80775578560346, 40.85838606914231, -73.80777699355251, 40.85838961910084, -73.80779671673973, 40.858395167476374, -73.80781737473939, 40.85840269488726, -73.80784246467162, 40.858414429573074, -73.80785892015207, 40.85842455780335, -73.80787356178458, 40.85843646688646, -73.80788784072769, 40.85844911646903, -73.80790719172397, 40.858470611027634, -73.80792505804523, 40.85849284601756, -73.80793507004859, 40.85850658619084, -73.80795120003468, 40.85852881828603, -73.80796527647021, 40.85854876781437, -73.80798143571243, 40.85857401930513, -73.80799064858432, 40.85858849924861, -73.80799997367107, 40.85860149626698, -73.80800948021974, 40.85861449538753, -73.80801869627457, 40.85862787673312, -73.80802726111784, 40.85864087428515, -73.80803579505657, 40.858653485473766, -73.80804425419672, 40.858665713828, -73.80805328879937, 40.858679095769304, -73.80806297240392, 40.85869321899439, -73.80807221977904, 40.858708084399225, -73.80808085390548, 40.85872256247188, -73.80808898476234, 40.858735942906904, -73.80809718305717, 40.85875184843436, -73.80810580768531, 40.858770444441255, -73.80811297791112, 40.85879038336422, -73.80811885703523, 40.85880768349754, -73.80812340867818, 40.858821387557455, -73.80813096348808, 40.85884656888522, -73.80813482715241, 40.858860299715744, -73.80813840292514, 40.85887474325733, -73.80814233783708, 40.85888885691532, -73.80814558745175, 40.858903299914296, -73.80815205792376, 40.858927354722105, -73.80815569885313, 40.858943883011285, -73.80816034339995, 40.858963213500544, -73.80816500856713, 40.858987731760635, -73.80817402107269, 40.85900879845719, -73.80818049081142, 40.859022422858075, -73.80818764228965, 40.859036953386855, -73.80820548035896, 40.85906907028744, -73.80821612077993, 40.85908991816537, -73.80822877706973, 40.85911338082086, -73.8082439569575, 40.85913983640343, -73.80825197506381, 40.85915491766857, -73.80825920153019, 40.8591681317973, -73.80826697468392, 40.85918096412476, -73.80827488914305, 40.85919456300547, -73.80828273022605, 40.85920851925917, -73.80829118354828, 40.859223217634835, -73.80829999743244, 40.85923791660893, -73.80830827246348, 40.8592515160863, -73.80831795691401, 40.85926580498033, -73.80832727503584, 40.85928127381035, -73.80833497239712, 40.8592944869153, -73.80834346677788, 40.859307292520135, -73.80835091372815, 40.85932014951347, -73.80835868573645, 40.85933298003146, -73.80836721452499, 40.85934619631611, -73.80837437334952, 40.859359026714955, -73.80839002839944, 40.85938320662153, -73.80840785298784, 40.85940771790772, -73.80841933869833, 40.85942379365924, -73.808429379251, 40.85943923576494, -73.80843917058063, 40.85945390843538, -73.80844777072276, 40.85946748142715, -73.80845554268397, 40.859480340753905, -73.80846432872649, 40.859492788437585, -73.80847929933111, 40.859516198174646, -73.80849503336658, 40.85953851147668, -73.80850831947508, 40.85955708727242, -73.80851689995637, 40.85956967148556, -73.80853156807157, 40.859593521054165, -73.80854784298614, 40.85961665829616, -73.80856002765898, 40.85962850828191, -73.80858299399289, 40.859650118580596, -73.80861579106933, 40.85967191177319, -73.80863974185215, 40.85969146606839, -73.80865293667975, 40.85970386701986, -73.80869073967644, 40.85974479855101, -73.80870565764886, 40.859762225299434, -73.80871573982407, 40.85977560802219, -73.80873350104922, 40.85979748521107, -73.8087537532474, 40.85982010763132, -73.80876933265445, 40.85983314376674, -73.80878658108017, 40.85984445282051, -73.80880084668746, 40.85986149396483, -73.80881456176031, 40.85988232076503, -73.80883036613086, 40.85990499163152, -73.80884682829547, 40.859925767148866, -73.80886018700758, 40.859944728433504, -73.80887367290704, 40.85996854808292, -73.80888792239918, 40.85999162698984, -73.80891361340429, 40.86002147763611, -73.80892790227041, 40.86003044769068, -73.80894696147983, 40.86004066381968, -73.80896396444957, 40.86004909086475, -73.80900248449383, 40.86006803796016, -73.80903923754761, 40.860085253173004, -73.80905455238839, 40.860102486926, -73.80906746243603, 40.86012614080881, -73.80908877624503, 40.86014385183985, -73.80912427634112, 40.86016951787239, -73.80914073699877, 40.8601908732611, -73.80915215941116, 40.86020349004162, -73.8091666164293, 40.86021753912039, -73.8091820821829, 40.860233456585966, -73.80919906033974, 40.86024973314544, -73.80921405940968, 40.86026378311452, -73.80922569897852, 40.86027637233141, -73.80925072792633, 40.86029853700567, -73.80927027394391, 40.86031440627478, -73.8092893193674, 40.8603298902029, -73.80930612493404, 40.86034391523051, -73.80932509344463, 40.86036016894632, -73.80934709429145, 40.860378238559484, -73.80936480060336, 40.86039374727694, -73.80938304886992, 40.86040887327725, -73.80939884064037, 40.860424050146634, -73.8094169087248, 40.86043956035403, -73.80943667896545, 40.860453782964626, -73.80945641236643, 40.86046803342624, -73.80947545881425, 40.860482776219776, -73.80949395882634, 40.86049864372297, -73.80951057664679, 40.86051530415076, -73.809527914837, 40.860533062564755, -73.80955466669187, 40.860558770751084, -73.8095802348887, 40.86058074173616, -73.80959559891254, 40.86059289942246, -73.8096103140836, 40.86060508305073, -73.80963458488448, 40.8606257632784, -73.80964648455597, 40.86063703636147, -73.80966003460134, 40.860651852000466, -73.80967123598394, 40.86066633508386, -73.80968308208304, 40.86068307045985, -73.80969204612776, 40.86069645125018, -73.80970039671953, 40.860709091724, -73.8097100074303, 40.86072321558491, -73.80971872334209, 40.86073585575935, -73.80973857874284, 40.860758091936894, -73.80975112126087, 40.860771040984204, -73.80976525346463, 40.86078511736583, -73.80977729488089, 40.86079619796338, -73.80979046052488, 40.860806512293316, -73.80981705027787, 40.86082552138933, -73.80983201495643, 40.860838831015045, -73.80984571960201, 40.8608506284369, -73.80986901764307, 40.86087018139583, -73.80988982012039, 40.860890170578614, -73.8099103046157, 40.86090771349725, -73.80992440276766, 40.86092044626862, -73.80994719284418, 40.86094095829918, -73.80997070578879, 40.860960869986975, -73.80998017528543, 40.86097463609672, -73.80998786635583, 40.86099064960649, -73.80999469235141, 40.86100556579224, -73.8100017062542, 40.861018230156375, -73.81001027290696, 40.86103125277129, -73.81003099951744, 40.861052505193314, -73.81005961470558, 40.861071296946605, -73.81008045609737, 40.86109016144364, -73.81008316928298, 40.86111486910775, -73.81008579797874, 40.861131367747255, -73.81009055288462, 40.86114968347729, -73.81009679708167, 40.861166490632634, -73.81010578382485, 40.86118360486675, -73.81011624921042, 40.86120335637325, -73.81012318116761, 40.8612193965392, -73.81013018428801, 40.86123543862277, -73.81014538964541, 40.86126628658513, -73.81016097389868, 40.86128988890951, -73.81017303433195, 40.86130849040507, -73.81018271546813, 40.861323354545135, -73.81019236644258, 40.8613367364249, -73.81020284353365, 40.861351988183664, -73.81021350302274, 40.86136608581072, -73.81022416792948, 40.86137870213629, -73.8102333167708, 40.8613905730615, -73.81025862185203, 40.86141723862461, -73.81028043743386, 40.861436433365704, -73.81030939293574, 40.86146324179452, -73.81033400385131, 40.86149086522334, -73.81035078974764, 40.861512383956885, -73.81036377672764, 40.8615351049043, -73.81037384674693, 40.86155296200157, -73.81039018417842, 40.86157994147573, -73.81040263053114, 40.861601342309335, -73.81041046656341, 40.86161774233811, -73.81041830766395, 40.861631533649465, -73.81042618654257, 40.86164455600221, -73.81043611325843, 40.8616631818783, -73.81044808408241, 40.86168664044989, -73.8104602785634, 40.86170861807835, -73.81047279474083, 40.86173133823916, -73.8104901353728, 40.861760928071206, -73.8105075536959, 40.861788649507304, -73.8105179468512, 40.86180801724668, -73.81052636368248, 40.86182290719528, -73.81053499545617, 40.86183854040203, -73.81054330977432, 40.86185194617032, -73.8105516605848, 40.86186420116922, -73.8105609164763, 40.86187684306407, -73.81057168094738, 40.86189245005324, -73.81058731910477, 40.861910973631154, -73.81060263834074, 40.86192653586596, -73.81062247450392, 40.86194284391595, -73.81064860255933, 40.86196053643892, -73.8106716654389, 40.861973336056295, -73.81068766152136, 40.8619803068967, -73.81072462689893, 40.86198678985049, -73.81075661443289, 40.861989861669194, -73.81078793580014, 40.861997788739316, -73.81080515810393, 40.86200525594428, -73.81081945015927, 40.86201376111173, -73.81083453387556, 40.86202374888452, -73.81086177056868, 40.86204410412988, -73.8108727661784, 40.862055210810894, -73.81088335989018, 40.86206708585215, -73.81089391700878, 40.86207931742717, -73.81090418399552, 40.862093055949074, -73.81091368841054, 40.86210718043186, -73.8109243841596, 40.86212155270035, -73.81093878483554, 40.86214276487137, -73.81094691651062, 40.86215578940232, -73.81095490439884, 40.86216974390512, -73.81096302976064, 40.86218499173891, -73.8109758261133, 40.86221147005433, -73.81098312973346, 40.862224136631205, -73.8109970489606, 40.86224908054443, -73.81100823545712, 40.8622689988373, -73.81102132717652, 40.86229339299241, -73.81103525666344, 40.8623151536789, -73.81104592616892, 40.86232625980868, -73.81107396358716, 40.86234455778954, -73.81109393243909, 40.862353071316974, -73.81111386793687, 40.86235996660255, -73.81113847323172, 40.862365579123704, -73.81116351838273, 40.86236833599948, -73.81118430346653, 40.86236968743473, -73.81120707644172, 40.86237063059415, -73.81122782880668, 40.86237055558896, -73.81125164469044, 40.862373476124894, -73.81127403986089, 40.862380072841155, -73.81129502144613, 40.862388670835394, -73.81132057291732, 40.86240402728598, -73.81133206545677, 40.86241812616868, -73.81135052938815, 40.862434514692914, -73.81138362094921, 40.86244277587547, -73.81141572657225, 40.862442773424874, -73.81143669872161, 40.862441326391824, -73.81147366948795, 40.86244602433866, -73.81149259573766, 40.86245247846948, -73.8115130378523, 40.8624593465983, -73.81153536749797, 40.86246355325136, -73.81156066395674, 40.862467218146996, -73.81158896011493, 40.86247171188546, -73.81161876909357, 40.862477276070194, -73.81163687572331, 40.862479556860684, -73.81166911110435, 40.8624840011798, -73.81170803379403, 40.86248927855218, -73.81173137881575, 40.86249305098624, -73.81175168727593, 40.86249560910094, -73.81177051806381, 40.862497670431424, -73.81179429792441, 40.86249993253691, -73.81181862202037, 40.86250310051934, -73.81184587311057, 40.86250638493079, -73.81187908642745, 40.86250937559122, -73.81191472665209, 40.86251190374349, -73.81193428232724, 40.86251264880937, -73.81195430921476, 40.862513698105694, -73.8119869510597, 40.86251493094426, -73.8120283021553, 40.86251755121237, -73.81205262515905, 40.86252069212891, -73.81207643803096, 40.86252471018893, -73.81210570633661, 40.86252980871333, -73.8121315753172, 40.86253572384447, -73.81216109949678, 40.86254052110669, -73.8121856395487, 40.862543250823784, -73.81220926530223, 40.862549273046426, -73.81222781914695, 40.86255995155764, -73.81224758796102, 40.8625746950616, -73.81226357195577, 40.86258605736091, -73.81228031212355, 40.862598462757155, -73.8122958345397, 40.86260653120256, -73.81232794706973, 40.86261629794425, -73.81235775425881, 40.86262296143521, -73.81237886882762, 40.862622337511965, -73.81239111948875, 40.862611653286656, -73.8124064738217, 40.862602785895625, -73.81243842586692, 40.86260511518424, -73.81245848456035, 40.86262013467357, -73.8124455493755, 40.862642646652795, -73.812428787797, 40.86266389082123, -73.81242776964422, 40.862678354665306, -73.8124364133838, 40.86270340058605, -73.81244603250146, 40.86271527209652, -73.81245991774263, 40.862727262201325, -73.81247373659566, 40.86273713874248, -73.81249083855506, 40.86274872074579, -73.81250479949234, 40.86275953042352, -73.8125196531342, 40.862774705332896, -73.81253370754882, 40.86279064796167, -73.8125498559224, 40.86280769078947, -73.81256586165863, 40.862823581654354, -73.81258136740874, 40.86283801560973, -73.81259358915001, 40.8628502236165, -73.81261913367437, 40.862868214604916, -73.8126347238845, 40.86287878017778, -73.81265417041396, 40.86289220566829, -73.81267293457587, 40.86290491595771, -73.81269148912936, 40.86291540439076, -73.8127135441464, 40.86292707724642, -73.81273707975298, 40.86293990513011, -73.81275960523406, 40.86295215595557, -73.81278014694233, 40.86296250982372, -73.81279566966384, 40.862970521470686, -73.81282264494564, 40.86298212124391, -73.81284138268944, 40.862990330805395, -73.81287280334581, 40.86300242944594, -73.81290255484306, 40.863015899521585, -73.81293145235007, 40.863024729772334, -73.81296328095605, 40.86303307129782, -73.81299898595432, 40.86303798732331, -73.81303362108045, 40.86303826137059, -73.8130528569103, 40.86303681123014, -73.81307357917655, 40.86303527974887, -73.81310656415322, 40.86302973572569, -73.8131345998307, 40.863023632576756, -73.81316846839722, 40.86301388737234, -73.81319069355857, 40.863003878373576, -73.81322260607328, 40.86299459914246, -73.81324894672942, 40.862999911456214, -73.8132651603598, 40.86300646986406, -73.81328285874783, 40.86301270109244, -73.81331897978679, 40.8630232169493, -73.81335254411317, 40.86303142340035, -73.8133921935248, 40.863035302915414, -73.81342499024777, 40.86303343340328, -73.81344087791602, 40.86305302947794, -73.81344321688512, 40.86308264862913, -73.81344320924202, 40.863111165386215, -73.81344024505253, 40.86312472109712, -73.81343521292214, 40.86315199515584, -73.81343473841069, 40.86316681558048, -73.81343357379603, 40.8631824030085, -73.81343603659425, 40.86320678059761, -73.81344156396513, 40.86322114337132, -73.81344817171795, 40.86324994637416, -73.81345120298961, 40.8632649102419, -73.81345495137795, 40.86328174018706, -73.81345979453198, 40.8632951977599, -73.81346951235294, 40.86332356634924, -73.81348403573897, 40.86333989322774, -73.81350567281032, 40.863359855180725, -73.81351908730353, 40.86337148690012, -73.81354040190868, 40.86339013000556, -73.81355194132125, 40.86340085369686, -73.81356982762885, 40.86341710405369, -73.8135845292731, 40.86343417231175, -73.81359690440469, 40.863456505585724, -73.81360137340211, 40.86347482069972, -73.81360273097441, 40.8634932118314, -73.81360294076708, 40.8635085007163, -73.8136270372401, 40.86352744996383, -73.8136454751065, 40.863541176221005, -73.81366625567222, 40.8635561417329, -73.81368356136734, 40.86357389945725, -73.8137013721686, 40.863591303200764, -73.81370782793246, 40.86360920909291, -73.81371364842224, 40.86362228282176, -73.81372163415007, 40.86363643163085, -73.81372845894315, 40.863653019797795, -73.81373978525092, 40.863674639073345, -73.81374843273302, 40.86369814775732, -73.81375642895935, 40.86372168330459, -73.81376271663797, 40.86373566367923, -73.81377016424005, 40.86374926231623, -73.81377782750164, 40.86376209228106, -73.81378268439607, 40.86378381006996, -73.81379199046721, 40.863804685875344, -73.81380580879235, 40.863827187144665, -73.8138194736879, 40.86384052026053, -73.81384165070028, 40.86384777528322, -73.81386234104342, 40.86384459570917, -73.81388632152665, 40.863814360767805, -73.81389272374162, 40.863800565658906, -73.81389710322894, 40.86378605409783, -73.8139019147683, 40.86377228253693, -73.81391147883737, 40.86375226112513, -73.81391737283943, 40.86373865790025, -73.8139179664668, 40.86372065352938, -73.81393635077443, 40.863713712471814, -73.8139538472263, 40.863701059062414, -73.81396938657895, 40.86369051684911, -73.81398867746474, 40.863670291392665, -73.81399681828127, 40.86365573096119, -73.81400855580098, 40.863633408686766, -73.81402427510444, 40.86361067950344, -73.81403270563493, 40.86359515871178, -73.81404209230416, 40.863573655694054, -73.81405336572469, 40.86355058976131, -73.81406005818235, 40.86353605310523, -73.81406700650143, 40.863520365132345, -73.81407330171038, 40.86350621324568, -73.81407923289306, 40.86349244348099, -73.81408501855111, 40.863479389372294, -73.81409087511452, 40.863466003996656, -73.8141033814248, 40.86344104811227, -73.81411291835283, 40.863418391800636, -73.8141198778438, 40.86339954671879, -73.81412737762743, 40.86338048368736, -73.81413443407682, 40.86336556400354, -73.81414156496209, 40.863348200504994, -73.8141508742924, 40.86332930517665, -73.81416141662369, 40.863308489283845, -73.81417327066276, 40.86328432747485, -73.81418555563128, 40.86326088044833, -73.81419951227429, 40.863234306003484, -73.81420910351203, 40.86321766145263, -73.8142171732943, 40.863202167080416, -73.81422843263775, 40.863183246969975, -73.81424056040254, 40.86316468485115, -73.81425369999616, 40.863146096444645, -73.81426727262712, 40.863127893243586, -73.81427990358932, 40.863110072134596, -73.81429166201056, 40.86309378856004, -73.81430284796313, 40.86307522581909, -73.81431497775671, 40.863055922590796, -73.81432686019053, 40.86303472432875, -73.81433761399904, 40.86301544679895, -73.8143511519602, 40.86299647361155, -73.81436268224554, 40.86298032023368, -73.8143782676801, 40.862957434098995, -73.81439464197005, 40.86293281308316, -73.8144033904347, 40.86291976102189, -73.81441275800141, 40.86290630113251, -73.81442240816824, 40.862893581000534, -73.81443046897654, 40.862881270736715, -73.81443802526927, 40.86286783314586, -73.81444587108338, 40.86285478053005, -73.81445371689195, 40.862841728814175, -73.81446242874979, 40.86282903508507, -73.81447883963301, 40.862804029605705, -73.81448671982628, 40.86279097794278, -73.81450222178688, 40.862768220426794, -73.81451500673406, 40.86274702539639, -73.81452717620107, 40.86272621208409, -73.81454548117495, 40.862696132667466, -73.81455960096632, 40.862676036576275, -73.81457147364694, 40.86265785852131, -73.81458214575055, 40.862642313374366, -73.81459369009795, 40.86262490290882, -73.81460484776615, 40.862604088862575, -73.81461738314853, 40.8625817669042, -73.81463227542892, 40.86255642938224, -73.81464055329518, 40.862544090636106, -73.81465793500108, 40.86252095430969, -73.8146756710024, 40.86250006797793, -73.81469300976215, 40.8624795655154, -73.81471433958548, 40.86245316943756, -73.81472696414798, 40.862437982205904, -73.8147409643477, 40.862422030863165, -73.81475394728675, 40.8624072035001, -73.8147684496209, 40.86239237767433, -73.81478306741764, 40.86237527288745, -73.81479594133454, 40.862360828954074, -73.81480804673679, 40.862349760629705, -73.81482264547788, 40.8623394923404, -73.81483685355924, 40.862326394977764, -73.81484947180216, 40.86231345895166, -73.81486259026742, 40.86230148635247, -73.81487863511855, 40.862291549055904, -73.81489439227244, 40.86228056852609, -73.81490599122424, 40.8622699091026, -73.81491864070226, 40.862258100534646, -73.81494049913155, 40.862237330634095, -73.81496382496977, 40.86222117450095, -73.81498135278757, 40.86221025172879, -73.81503278753463, 40.862200699834204, -73.81506259893857, 40.86220673048832, -73.81509297491817, 40.862216606238775, -73.81511074016232, 40.86222437353375, -73.81512777811149, 40.8622339253358, -73.81514430967562, 40.86224344930923, -73.81515961374798, 40.862252502157666, -73.81518328238755, 40.862269613395895, -73.81520170434953, 40.86228734566971, -73.81520677354345, 40.86231090434898, -73.81519935971667, 40.8623768742052, -73.81520285650548, 40.862393897298354, -73.81520219015476, 40.862411737673526, -73.81519471192051, 40.86243642798464, -73.81517956845744, 40.8624604738719, -73.8151699898571, 40.86247355167769, -73.81516254203575, 40.86248643929045, -73.81515509234411, 40.86250042549956, -73.81513755931819, 40.86252600559271, -73.81512948605045, 40.862542433834946, -73.81512290683044, 40.86255603692667, -73.81511360738716, 40.862571940917846, -73.815099394941, 40.86259898061982, -73.8150929704319, 40.86262177887822, -73.81509398298604, 40.86264708701867, -73.815108600714, 40.862668820397495, -73.81512387253085, 40.862676282929804, -73.81515730802543, 40.862678368008, -73.81517165852414, 40.86269170296519, -73.81516420061469, 40.86270906510452, -73.81515411207089, 40.8627225248005, -73.81514525523534, 40.862735795564774, -73.81513361615238, 40.862747222166114, -73.81511374150608, 40.8627711515036, -73.81510330420804, 40.862792296332515, -73.81508993741024, 40.862814644025015, -73.81507703702684, 40.86283902397254, -73.81506607709697, 40.86286639846198, -73.8150592382793, 40.862882059657096, -73.81505576310964, 40.86289693200981, -73.8150551435326, 40.86291158561764, -73.81505321953482, 40.86292698094071, -73.81504551248416, 40.862955431326384, -73.81504561856734, 40.86296931887835, -73.8150513277071, 40.8629960627258, -73.81505291941784, 40.863009732939055, -73.81505926951456, 40.86302522707102, -73.81510565460404, 40.86305356514062, -73.8151029037804, 40.8630570537395, -73.81510347929606, 40.863057391445615, -73.81513176945937, 40.86307403103576, -73.81515628537959, 40.86308513015112, -73.81517343891748, 40.86310011929807, -73.81518866927588, 40.863114002259834, -73.8151998110218, 40.86312491785474, -73.81521725386648, 40.86314550221274, -73.81523696483515, 40.86316941301396, -73.81525225441106, 40.8631952933114, -73.81525706479123, 40.86320872194021, -73.81526038634813, 40.86323590049254, -73.81525889876468, 40.86325091110641, -73.81525661533509, 40.863266332871135, -73.8152538595156, 40.86328101277485, -73.8152500242511, 40.86329571796471, -73.8152450637885, 40.86331154696727, -73.81524017986985, 40.863325866868244, -73.81523330720816, 40.863340045809124, -73.81522170771431, 40.86336365883403, -73.81521277940418, 40.86337616046778, -73.81520262425096, 40.86338794694658, -73.81519069489686, 40.86340049780159, -73.8151746730551, 40.86341573366913, -73.81515970393754, 40.863429460196016, -73.8151492592382, 40.863440860795826, -73.81513687483478, 40.86346093272207, -73.81512710551009, 40.8634730151735, -73.81508488524577, 40.86350075739858, -73.81505452646012, 40.86352500670436, -73.81504005285454, 40.86354009915494, -73.8149967619865, 40.86359791604865, -73.81495111166491, 40.86365877550442, -73.81493620428638, 40.86368054258969, -73.81491919346092, 40.863709281506246, -73.8149095772788, 40.86372938666338, -73.81490309895088, 40.863750150610244, -73.8149011859959, 40.86377135861896, -73.81490474765175, 40.86379447994944, -73.8149147144796, 40.86382610859208, -73.81492672145414, 40.86384921825462, -73.81495210891535, 40.863885654137405, -73.8149737082312, 40.863918981746636, -73.81498132796769, 40.863932624704695, -73.81499018842734, 40.86395777162925, -73.8149908671477, 40.86401438751672, -73.81499130567003, 40.864064397013124, -73.81499365045211, 40.86407939665695, -73.81500067948635, 40.86410072436074, -73.8150259551179, 40.86416419460021, -73.81504354493907, 40.86422199922833, -73.81505734818279, 40.86426332869628, -73.81506594023756, 40.86427966567568, -73.81508312429807, 40.864302977223, -73.81513777623783, 40.86437280695531, -73.81515444330753, 40.86439778267189, -73.81517347410734, 40.86443267117954, -73.81518179840982, 40.864450619600404, -73.81519013870175, 40.86447263286433, -73.81519456825784, 40.864491664640504, -73.81519512548104, 40.86451224806448, -73.81519187496251, 40.86453205366863, -73.81518489467163, 40.86455076730598, -73.81516145641874, 40.86459343736617, -73.81514853591761, 40.86462451333605, -73.81513558312777, 40.86466720018818, -73.81512959635633, 40.86469247369206, -73.8151263764363, 40.864714915981466, -73.81512564825391, 40.86473578190075, -73.81512689234866, 40.86476357936041, -73.81513198327077, 40.8648182086201, -73.81513305010652, 40.86484790223002, -73.81513175667112, 40.864873266998345, -73.81512729145551, 40.864907593777296, -73.81511978838427, 40.86495177336675, -73.81510657886463, 40.86502149525232, -73.81509388272298, 40.86507507845279, -73.815069181465, 40.86516918162815, -73.81504919774487, 40.8652312078548, -73.8150427292902, 40.86525904697981, -73.81503873315773, 40.86528888555605, -73.8150379716026, 40.86530510578482, -73.81503886497221, 40.86531911075638, -73.81504581373058, 40.86534291197322, -73.81507340294239, 40.8653935683035, -73.81509855915999, 40.865434916852536, -73.81511498976629, 40.865481465259066, -73.81513772458524, 40.865535793201325, -73.8151675129518, 40.86560143900508, -73.81518914018821, 40.86562367885928, -73.81522286806613, 40.86558766640144, -73.81525082647227, 40.8655554708831, -73.81526784931003, 40.86553320107476, -73.81530739805122, 40.86547054877346, -73.81536451321438, 40.86538204084824, -73.81538451879841, 40.865353067135146, -73.81540421719271, 40.86532792361682, -73.81545430290772, 40.86527105126398, -73.8154865553279, 40.86523103008188, -73.8155162398843, 40.86519136137942, -73.81555873474525, 40.865147047701534, -73.8156190306563, 40.86508503178107, -73.8156532173037, 40.86505193031564, -73.81567453203974, 40.86502814187037, -73.81569699685275, 40.865000674049654, -73.81572722236928, 40.86496089629584, -73.815777253514, 40.86489826056847, -73.81579492249847, 40.86487940277299, -73.81584011855578, 40.864835259892715, -73.81588348864877, 40.864788697162204, -73.81595507359143, 40.86472329521893, -73.81601071270369, 40.86467128782754, -73.81602972454044, 40.86465533802235, -73.81609107695596, 40.86460771248691, -73.81614033360675, 40.86456371193369, -73.81617520883735, 40.86452890857948, -73.8162246544203, 40.86448131172841, -73.81626555337124, 40.864438147873116, -73.81630750278505, 40.864395561089474, -73.81634655695035, 40.86435376751745, -73.81638087156186, 40.86431314603342, -73.81640406694392, 40.8642880970544, -73.81643362162627, 40.864259461625245, -73.81645840662817, 40.864240776235285, -73.81647381043868, 40.86423197141894, -73.81649142218194, 40.8642234051403, -73.8165204800516, 40.8642144563421, -73.81654165338219, 40.864206028991944, -73.81657223173329, 40.864194549515865, -73.81659365028767, 40.86418966958166, -73.81661383338663, 40.86418632661969, -73.81663556374119, 40.864185372415285, -73.81665768817041, 40.864186038816975, -73.81668024478275, 40.86418655011606, -73.81669911762259, 40.86418864492605, -73.81672232718952, 40.86419497262765, -73.8167446649688, 40.86420731872498, -73.81678636749888, 40.86423523624843, -73.81682944689086, 40.864259381082505, -73.81685303368545, 40.864272600817095, -73.81689394702035, 40.86429552922676, -73.81691865778794, 40.8643106597732, -73.81693933604869, 40.864325225611964, -73.81695994211586, 40.86434145994297, -73.81698067600486, 40.864359524271464, -73.81700282945097, 40.86438156561641, -73.81701986727522, 40.86440267043801, -73.81703209564164, 40.864423217430414, -73.81703955817004, 40.86444330211642, -73.81704222430356, 40.864458939774316, -73.81704196749233, 40.86447338685029, -73.81703613036099, 40.86449196463645, -73.81702631866877, 40.86450485852167, -73.81700029090119, 40.86452388244735, -73.81682158647526, 40.86470631217723, -73.81669332898257, 40.864838526639225, -73.81660510089267, 40.86492702630229, -73.81652108447463, 40.86500611525638, -73.81637139232406, 40.865139478514905, -73.81622319498051, 40.86526695564556, -73.81618888985884, 40.865297922925336, -73.81615923078553, 40.86532635641103, -73.81611138073826, 40.865375371343, -73.81600947679237, 40.86548369197312, -73.81589305775043, 40.86560259894001, -73.81584535011733, 40.86565358606277, -73.81579800230928, 40.86570739407823, -73.81575074063527, 40.8657643359207, -73.8157031307063, 40.86582492777828, -73.81565543937297, 40.865888752248836, -73.81560590359021, 40.8659580874589, -73.81555332309158, 40.86603458658988, -73.81549271482253, 40.86612548341915, -73.8152874954977, 40.86644247103848, -73.8151379235072, 40.866673499221996, -73.81484051142395, 40.86712845108794, -73.81461069260038, 40.867484097478375, -73.81451825595852, 40.86761964300373, -73.81448896546134, 40.86766457633811, -73.8144585919381, 40.8677167307607, -73.81443542442823, 40.867764681565646, -73.81442893692645, 40.867785138389635, -73.81442272427181, 40.86781974686916, -73.81439840252933, 40.86795864448497, -73.8143848239391, 40.8680075400074, -73.81438226717623, 40.86802768617799, -73.81438498117983, 40.86804130056209, -73.81439622898259, 40.8680539912619, -73.81442812892037, 40.86806830454153, -73.81451874730547, 40.86810776476718, -73.81461155605784, 40.86814746616984, -73.81462904853335, 40.86815235602193, -73.81464989294183, 40.868153950056275, -73.81467406029456, 40.86815243372556, -73.81470874268354, 40.86814734671962, -73.8147264327884, 40.86814389202597, -73.8147451505859, 40.86813900359725, -73.81478939926043, 40.86812387254205, -73.81481500415055, 40.86811047831396, -73.81485343329328, 40.86808169545877, -73.81486741032356, 40.86807235187933, -73.81488873944683, 40.868062167327885, -73.81492498974542, 40.86805374105076, -73.81495731983361, 40.86804992439177, -73.81499337291308, 40.86804842525278, -73.81503543271604, 40.86804914463502, -73.81508884876361, 40.86805175972396, -73.81510736448169, 40.86805383080615, -73.81518819067193, 40.86807209797266, -73.81524473353271, 40.86808925101839, -73.81526262467486, 40.86809710492796, -73.81528329141766, 40.86810970526254, -73.8153073788911, 40.86812754201958, -73.81533068332506, 40.868148423878694, -73.81535354790662, 40.86817264494951, -73.81537696733633, 40.868201252293524, -73.81538251543286, 40.86821955914286, -73.81537906890927, 40.86823472059479, -73.81536361056418, 40.86826021667019, -73.81534538313835, 40.868277756978685, -73.81529500763595, 40.86831511605919, -73.81528000557353, 40.86833134680345, -73.81527112749012, 40.86834901732906, -73.81526769359357, 40.86836303787582, -73.81526608827299, 40.868378970390246, -73.81526581363931, 40.86840182350546, -73.81526671097227, 40.86843919981057, -73.81526979246262, 40.86846749005852, -73.81527568745425, 40.86849243948716, -73.81528462594022, 40.86851452392333, -73.81529545107139, 40.86852658711589, -73.8153132403609, 40.86853613557733, -73.81534884744616, 40.86855052567257, -73.81536548558488, 40.86856112045503, -73.81539873056886, 40.86858974261302, -73.81541377519947, 40.86860647618581, -73.81542086466783, 40.8686224919477, -73.8154184604521, 40.86863693107247, -73.81540354252179, 40.86865745190427, -73.81536650907411, 40.86869278464093, -73.8153531824966, 40.86870794198819, -73.81532312351345, 40.86874771358354, -73.81531520629079, 40.868760662575376, -73.81530762787155, 40.86877889979024, -73.8153070745883, 40.86879958137486, -73.81531102638434, 40.868815208511776, -73.81531848708636, 40.868832524281586, -73.81536609755445, 40.8689264415042, -73.81539716712122, 40.86898756068849, -73.81541024616587, 40.869002192972694, -73.81542971865338, 40.8690135234772, -73.81545927257497, 40.86902667738623, -73.81558734050964, 40.86909493580621, -73.81560202025305, 40.86910428564686, -73.81561413374311, 40.86911465164095, -73.81562634903617, 40.869131085302236, -73.81563290780372, 40.86915201057683, -73.81563500189564, 40.86916812550082, -73.81563499696607, 40.869184878220445, -73.81563289467893, 40.86920209584411, -73.81562869542702, 40.869219636094854, -73.81562247126107, 40.86923718211486, -73.81561431549159, 40.86925445039836, -73.81560438796788, 40.869271117924264, -73.81559066140096, 40.86929018548905, -73.81554581777839, 40.86934724454138, -73.81546380908567, 40.86946809883536, -73.81544279126855, 40.86950147522319, -73.8154303868704, 40.86952581185218, -73.81542294260669, 40.86954826268212, -73.81542060721841, 40.869569090895176, -73.81542182053946, 40.869587966217594, -73.81542515992237, 40.869608434306464, -73.81543937487291, 40.86966005244968, -73.81544768477241, 40.86969627446492, -73.8154586411242, 40.86972225853228, -73.8154763033197, 40.86973840285588, -73.81552551472787, 40.86975883532563, -73.81554464734447, 40.869765767269755, -73.81558893465095, 40.86977937692882, -73.81560787539479, 40.86978663363287, -73.8156239324784, 40.86979642601008, -73.81563650895468, 40.86981013446038, -73.81565171972153, 40.86984622160549, -73.81566449372404, 40.86990507465862, -73.81566871019044, 40.86992241763716, -73.815671636954, 40.86994199357279, -73.81567778516809, 40.870024190259926, -73.81568081498135, 40.870041684425594, -73.8156850061327, 40.8700574659122, -73.81569699396154, 40.87008627373963, -73.81571423342832, 40.8701141840593, -73.81573614467455, 40.870140264835776, -73.81576197811637, 40.87016361618008, -73.81570656514427, 40.87017595806525, -73.81567705150331, 40.87018530214107, -73.81565439339754, 40.870197563044115, -73.81564308742392, 40.87020863182047, -73.8156367523494, 40.87022336272795, -73.81563997394538, 40.87024399180767, -73.81568518629042, 40.87027578290744, -73.81570825811183, 40.87028118127675, -73.81573329013258, 40.87028468273676, -73.81575979617787, 40.87028621897314, -73.8157945039339, 40.87028604925993, -73.81583130890579, 40.87028419266286, -73.81587076987887, 40.87028062575835, -73.81591443290944, 40.87027521233454, -73.81595472169728, 40.87026870932207, -73.81598388622702, 40.87026120702209, -73.81600702032254, 40.87025139434651, -73.81602423247789, 40.87023907426453, -73.81603701357484, 40.870223902466705, -73.816046694225, 40.87020558031187, -73.81605335779032, 40.870183990869926, -73.81605725199442, 40.870158350208975, -73.81605657796212, 40.870140427573574, -73.81604894300283, 40.87009978977593, -73.8160494365598, 40.87008132240384, -73.81605736303462, 40.87004273461481, -73.8160670691099, 40.870003630078585, -73.81607855359364, 40.86996400969337, -73.81609181411483, 40.869923871653754, -73.81610861323918, 40.8698785650331, -73.81613209033006, 40.86982015790874, -73.81616716138213, 40.869740407813914, -73.81618379159488, 40.8697076789635, -73.81620078419755, 40.86967773590495, -73.8162203630167, 40.86965715125828, -73.81623442246416, 40.86964765276255, -73.81627692670897, 40.869622267177746, -73.81629734415395, 40.8696046896905, -73.8163171431627, 40.86958038455087, -73.81633440034183, 40.86955683357512, -73.81634927645747, 40.86953381189767, -73.81636185370064, 40.86951119718346, -73.81637230071175, 40.86948548319144, -73.81638872403687, 40.86942408596354, -73.81639883051842, 40.86939710353622, -73.81641477886096, 40.86936766215743, -73.81643244508143, 40.86934372460612, -73.81645234711493, 40.86932459472557, -73.81647460025657, 40.86931018985302, -73.8165042211901, 40.86929660263147, -73.81653599749295, 40.8692851655988, -73.81656933900162, 40.86927609933563, -73.81660357145088, 40.86926958106622, -73.81662613921776, 40.86926710276169, -73.81667636463126, 40.869264382039376, -73.81669839625154, 40.86926232159707, -73.81678274832923, 40.8692535776226, -73.81682302068418, 40.869246755507156, -73.81684197419273, 40.86924161947828, -73.81685854748542, 40.869235421592165, -73.81688547970032, 40.86921947072019, -73.81690859250193, 40.8691978244822, -73.81695760644708, 40.86914262472562, -73.81704048393324, 40.869060990713514, -73.81706877353571, 40.869035386890246, -73.81709731863631, 40.8690113332093, -73.81712616680933, 40.868988784721324, -73.81715535608487, 40.868967716272664, -73.81719163700018, 40.86894391255519, -73.81723521712736, 40.86891780702694, -73.81727062853953, 40.86889829994912, -73.8173191113121, 40.86887347454576, -73.81733831665099, 40.86886643069427, -73.81738703113291, 40.86885656187808, -73.8174075439637, 40.8688498460618, -73.81742451345652, 40.868841432613706, -73.81744101098963, 40.868831664078535, -73.81745701043579, 40.86882055122099, -73.8174724927579, 40.86880811472255, -73.8174874353975, 40.86879436175152, -73.81750179671032, 40.868779338167364, -73.81752859100371, 40.868745656265496, -73.81761483633386, 40.868622006666236, -73.81767829094335, 40.86852936270746, -73.8176950813452, 40.868518300593244, -73.81771538508416, 40.86851468027868, -73.81773890243052, 40.86851576739878, -73.81776029822403, 40.86852140044245, -73.81777500625346, 40.86853044928816, -73.8177920561931, 40.86855280477869, -73.81781756918686, 40.86860699696868, -73.81783251243823, 40.868629350927726, -73.81785942813063, 40.86866039911029, -73.81787808290711, 40.86867892283143, -73.81789746271046, 40.86869389525803, -73.81791759704777, 40.86870493642936, -73.8179456729124, 40.86871346244944, -73.81800779880155, 40.86872216013444, -73.81803326949887, 40.868728174157965, -73.81809573297811, 40.86875050035324, -73.81817662223969, 40.868783184176934, -73.81824631350953, 40.86880940369396, -73.81826395265608, 40.86881721261541, -73.8182823380078, 40.86882803575079, -73.81829080387337, 40.86884156994901, -73.81826256477065, 40.86886191978869, -73.81823728821723, 40.86887251567117, -73.81814274303514, 40.8689027168433, -73.81804145432957, 40.8689336925323, -73.81800374564637, 40.86894704407117, -73.81798599429915, 40.86895942303208, -73.81797763116238, 40.868978580384635, -73.81797732761117, 40.86899500305337, -73.81798133829018, 40.869014486991446, -73.81798963145114, 40.86903649815735, -73.81800206954598, 40.869060585187405, -73.81801775815998, 40.86908501592682, -73.81804694150755, 40.86912455116057, -73.81807105587843, 40.869151171663646, -73.81808361480297, 40.86916232963125, -73.81810983399866, 40.869180121432734, -73.81826076600308, 40.86924316395714, -73.81837774818158, 40.86928671936644, -73.81842192896437, 40.86930468074257, -73.81843609665458, 40.86931448146213, -73.81844355768096, 40.86932852104294, -73.81844361167803, 40.869350887511736, -73.8184382428772, 40.869369102291316, -73.81842857419194, 40.86938984518566, -73.81841466649095, 40.869412978514376, -73.8183965781272, 40.86943841682111, -73.81837672753704, 40.869459751517496, -73.8183234238092, 40.869505875378046, -73.8183119017737, 40.869518513631114, -73.81830329648308, 40.86953079267761, -73.8182889532676, 40.86955743271545, -73.81827603013272, 40.869586616171915, -73.81826427529737, 40.8696188865472, -73.81825298367875, 40.86965614726853, -73.81824064888397, 40.86970485968376, -73.81823579847442, 40.86974083474256, -73.81823571672567, 40.86975728837567, -73.81823727019018, 40.86977266399588, -73.81824047743018, 40.86978711471576, -73.81824535956761, 40.86980072521456, -73.81825755388614, 40.86981600233128, -73.81827928743371, 40.869830170657174, -73.81829638929015, 40.869837183592566, -73.8183202007965, 40.86984192884862, -73.81833909817603, 40.86983955519063, -73.81835349097108, 40.869827349187446, -73.81836623009009, 40.86979040770857, -73.81837452393937, 40.86977359599921, -73.81840135909603, 40.869751432138685, -73.81845183529974, 40.86971561621241, -73.81847465647279, 40.86969725419365, -73.81850467188399, 40.869669000792086, -73.81853509401607, 40.869636884017616, -73.81854543814259, 40.86962422858194, -73.81855550323313, 40.86960949707599, -73.81858405644387, 40.86955931891332, -73.81859534015072, 40.86954140788668, -73.8186061769074, 40.869529052182685, -73.81862169287533, 40.86951687402531, -73.81863896389851, 40.869506208746806, -73.81868292808703, 40.869481871841735, -73.81870277629419, 40.86946833893893, -73.81871764597219, 40.86945302694673, -73.81872513740993, 40.8694367920657, -73.81872638811947, 40.8694192326645, -73.81872221274216, 40.869400025846474, -73.81871392360668, 40.86938078374979, -73.81868608539948, 40.86932846293491, -73.81868036652206, 40.86931238559588, -73.81867786077015, 40.869297752289285, -73.81867306261242, 40.86922722463399, -73.8186723506939, 40.869184224191095, -73.81867725927673, 40.8690545990838, -73.81867144468917, 40.86898619228445, -73.81867314590967, 40.868962203187095, -73.81868289341297, 40.868908153048615, -73.81868528204244, 40.868883947112124, -73.81868466711154, 40.8688619309516, -73.81868131159142, 40.868843546665765, -73.81867503774441, 40.86882785296246, -73.81866576525785, 40.86881472184527, -73.8186534159103, 40.86880238822895, -73.8186398735346, 40.86879124678682, -73.81862538785256, 40.868781506824746, -73.81861016253694, 40.86877329923368, -73.8185611531598, 40.868754390223025, -73.81852746345173, 40.86873693616466, -73.81848738170437, 40.86871148018749, -73.81846830139744, 40.868701028794376, -73.81840906823072, 40.86867815408254, -73.81834448070798, 40.868648257890044, -73.81827192567847, 40.86861305332803, -73.81823602418113, 40.86859416482097, -73.81821019631498, 40.868577357898744, -73.81817205094923, 40.868546168736, -73.81815570963971, 40.868530540183315, -73.81814112889914, 40.868514833358816, -73.81810235638623, 40.868466190774356, -73.81804111451464, 40.868398081058324, -73.81798951971845, 40.86834576762545, -73.81796948390097, 40.86832867172179, -73.8179455914583, 40.868312968192015, -73.81791823194419, 40.86829891698987, -73.8178880817196, 40.86828687127214, -73.81785704017857, 40.86827846572406, -73.81782124358702, 40.86827335205841, -73.81778024418558, 40.86827129903818, -73.81772375891053, 40.868271791542924, -73.81768886613264, 40.86827320241866, -73.81765936575573, 40.86827595633229, -73.81763303305999, 40.86828026048678, -73.81760939329155, 40.868286212287344, -73.8175815935458, 40.86829775675807, -73.81752173181565, 40.86833386543797, -73.81750665558594, 40.86834144263781, -73.81745889996748, 40.86835692668075, -73.81742746257231, 40.86836352616822, -73.81739779553287, 40.86836690919432, -73.81736985733396, 40.86836707659525, -73.81734876448041, 40.86836433093163, -73.81732776809572, 40.86835842289348, -73.81730804874225, 40.86834968392955, -73.81729089784149, 40.86833867979255, -73.81727129116317, 40.86832174833609, -73.81725301686225, 40.868302136424546, -73.81723594364435, 40.868279707876354, -73.81721975946289, 40.8682540578774, -73.81721070567703, 40.86823270190538, -73.81719857522299, 40.868176262441615, -73.81719418373616, 40.86816293362448, -73.81718211920192, 40.86814163771545, -73.81712286894364, 40.86808693086462, -73.81711223675775, 40.868075352612784, -73.81709348936914, 40.8680419056854, -73.81708502926394, 40.868017778032545, -73.81707915402946, 40.86799188321124, -73.81707589653003, 40.867964347342614, -73.81707281288116, 40.86791328552702, -73.8170732359189, 40.867878947782174, -73.81707730265252, 40.86784817905542, -73.81708533009781, 40.867820869088604, -73.8170959581604, 40.867796841029936, -73.81712750940166, 40.86773409260863, -73.81716458317469, 40.86764990683903, -73.81718538316063, 40.86759340968134, -73.81719035963928, 40.8675725657996, -73.8171928785133, 40.86754905797413, -73.8171918805556, 40.86746936385297, -73.81719361613959, 40.867439527036794, -73.81719787512921, 40.86740826333817, -73.81720246656562, 40.86738551520752, -73.81720858217237, 40.86736538901907, -73.81721643049761, 40.86734753391145, -73.81722660652346, 40.86733514846992, -73.81724306318442, 40.86732458836476, -73.81727203266627, 40.86731502240397, -73.81730290771169, 40.867312599445256, -73.81732252936129, 40.867315771422845, -73.8173393145313, 40.86732250214942, -73.81735992286936, 40.867336987649026, -73.81737764718723, 40.8673572281201, -73.81739057175042, 40.86738107376205, -73.81740314059144, 40.867417400543395, -73.81742469562958, 40.86749623480487, -73.81743567989265, 40.86753034836966, -73.81747031889337, 40.86761952384628, -73.81750389220568, 40.867692914722994, -73.81752142761435, 40.867723690614255, -73.81754390814086, 40.867755830461185, -73.81757180375452, 40.867790117530326, -73.81760880062312, 40.86783108441148, -73.81765250639945, 40.86787649409813, -73.81768759600229, 40.86790835397752, -73.81772244924888, 40.86793427743743, -73.8177400039513, 40.867945090344485, -73.81775781849709, 40.8679545835397, -73.81779334784548, 40.8679692834283, -73.81787497022229, 40.86799505555985, -73.81790952626731, 40.8680082635641, -73.818026390796, 40.86805968944659, -73.81806185929484, 40.86807716176706, -73.81809256536725, 40.86809413129906, -73.81810986204772, 40.86810563982196, -73.818148165098, 40.868135888243856, -73.81816671583852, 40.86814861979983, -73.81822832675297, 40.86818453208748, -73.81828447758232, 40.86821393870309, -73.81831478098614, 40.86822811151758, -73.81834748235862, 40.86824205757342, -73.81842225799213, 40.86827017332038, -73.8184888199878, 40.86829103165111, -73.81852324744033, 40.86830495155628, -73.81853800314, 40.868313070173116, -73.81855988952061, 40.86833106217447, -73.81861840752731, 40.86842772639553, -73.81867426206121, 40.8685228645704, -73.81875934472981, 40.86866605198228, -73.8187685034981, 40.86868478216445, -73.81877555485538, 40.86870637619828, -73.8187893238355, 40.86878062436321, -73.81879659570743, 40.868807928752666, -73.8188116145698, 40.86884794672597, -73.81882771012518, 40.86888289302352, -73.8188455581088, 40.86891422479898, -73.81886543369039, 40.86894239002742, -73.81887806873512, 40.86895699240481, -73.81889271909439, 40.86897119182254, -73.81890937768877, 40.8689849747614, -73.8189280184664, 40.86899832497082, -73.81894561933957, 40.86900934667784, -73.81899159063968, 40.8690336491993, -73.81902188600925, 40.86904704378877, -73.81906999232156, 40.86906577108814, -73.81911124071695, 40.86907939804449, -73.81914972594258, 40.869089269211806, -73.81918626603161, 40.86909555246547, -73.81923390913671, 40.86910099493375, -73.81927904513869, 40.86910491612933, -73.81932221008702, 40.86910736101852, -73.81936368625573, 40.86910834625426, -73.81941129242365, 40.86910817943581, -73.8194512978146, 40.869106927320736, -73.81948761732043, 40.86910446456954, -73.81952109336584, 40.86910071596166, -73.81955334350333, 40.869094977143874, -73.81958297584731, 40.86908697219196, -73.81960940040342, 40.869076862273836, -73.8196323001169, 40.86906476936286, -73.81977500418344, 40.868973402537016, -73.81982987643048, 40.868934507790165, -73.81985552721834, 40.868918798257546, -73.81987879868753, 40.86890912369501, -73.81990725167365, 40.86890248016158, -73.81993532374428, 40.86889895172405, -73.82001052671887, 40.8688928547649, -73.82004690151989, 40.86888875663318, -73.82007345643554, 40.868886967344885, -73.82009730418197, 40.86888700722867, -73.82011882412003, 40.86888896242418, -73.82013974657806, 40.86889472575954, -73.82015960856424, 40.86890574900474, -73.82018169306377, 40.86892703860079, -73.82018960618339, 40.86893939125435, -73.82019628005308, 40.86895819399116, -73.82019661808748, 40.868973124651305, -73.82017949476875, 40.86902318685508, -73.82017778632658, 40.86903951909124, -73.82018006259895, 40.86905841763152, -73.82018400776194, 40.869075172002866, -73.82018971917734, 40.86909018757757, -73.82019724753202, 40.869103583299164, -73.82021484994418, 40.86912596990543, -73.82023653484201, 40.8691467960153, -73.82026158642422, 40.86916537163632, -73.82028916296939, 40.86918107231597, -73.82030838086943, 40.86918904997326, -73.82032861241666, 40.869194609587666, -73.8203487231996, 40.86919745042957, -73.82036797565883, 40.86919746959551, -73.82038763065543, 40.869193825288974, -73.82042858722906, 40.869179471278095, -73.82044732725684, 40.869175088035774, -73.82046789191965, 40.86917457883797, -73.8204892432502, 40.8691783905133, -73.82050844797664, 40.86918598360731, -73.82052220221419, 40.869195687975385, -73.8205325159461, 40.86920995157736, -73.82053609436169, 40.86922637758715, -73.82055583349201, 40.86926716358417, -73.82054376214191, 40.86927868910001, -73.82051161189214, 40.8693093863443, -73.82048565167668, 40.86933425893151, -73.82042057466491, 40.86939630682638, -73.82039112758282, 40.86942442293524, -73.82038696073317, 40.869476539539555, -73.82037930554787, 40.86949513625935, -73.82036905803128, 40.86952002967488, -73.82036553326448, 40.8695342519372, -73.82036439231547, 40.869549543190516, -73.82036572192688, 40.869564532123036, -73.82036943564096, 40.869578290194326, -73.82038734230181, 40.86960316800228, -73.82041974412132, 40.86961511931355, -73.82044136722111, 40.869618498284275, -73.82047643904197, 40.869620870714904, -73.82051889111914, 40.86961991829714, -73.82059543125422, 40.869614442573614, -73.8206373650458, 40.86961081214838, -73.8207397138194, 40.86959928822617, -73.82079358153845, 40.86959594913116, -73.82082859717617, 40.86959672029549, -73.82085953170562, 40.86960074218761, -73.8208858669266, 40.86960794737005, -73.82090741676534, 40.86961827522439, -73.82092650204389, 40.86963372754303, -73.82094084989717, 40.86965299598981, -73.82094869575587, 40.869673671717926, -73.82094922809917, 40.86969359949655, -73.82094348264262, 40.86972021808321, -73.82092738194652, 40.86977743457278, -73.82092141832916, 40.86980268587496, -73.8209078311564, 40.869866540174456, -73.82090636869155, 40.869886296464884, -73.82090769468084, 40.86990399946243, -73.82091734465482, 40.869925182266336, -73.8209519465964, 40.86996291247815, -73.82096295458763, 40.869979784036204, -73.82099978698155, 40.87006457011633, -73.8210300946998, 40.870142457312916, -73.82104280089338, 40.87016746832726, -73.82107407000679, 40.87021962368943, -73.82108180356472, 40.87023666665414, -73.82109642654383, 40.87027939958218, -73.82110816648125, 40.870300261432206, -73.82112340232366, 40.870309209810216, -73.82114583695996, 40.870305135647186, -73.821170601406, 40.87029135060082, -73.82118988467744, 40.87027694112047, -73.82121121315208, 40.87025851681787, -73.82123565097663, 40.870235162641215, -73.82125623333032, 40.87021362868173, -73.82131720743665, 40.87014572888878, -73.82140066017195, 40.87006259424108, -73.82143562971628, 40.87003026492502, -73.82146909206594, 40.87000126327972, -73.8214880081799, 40.869991001740125, -73.82151308794063, 40.86998562768753, -73.82153853099787, 40.869986326197846, -73.82155903754415, 40.86999297651429, -73.82162366477816, 40.87002943463157, -73.82167351171752, 40.87005916392074, -73.82176328340795, 40.87011573274345, -73.82181319692741, 40.87013128745616, -73.821902019532, 40.87018708388462, -73.82195191490585, 40.87022273835338, -73.8219704236281, 40.870237917659395, -73.82198762980913, 40.87025621695292, -73.82201703194072, 40.8702917578329, -73.82203135960964, 40.870309874382826, -73.82204562126496, 40.87033049779408, -73.82208069387461, 40.870389485362914, -73.8220914019237, 40.8704157340548, -73.82209404548873, 40.87042969933174, -73.82209477656902, 40.870443757112085, -73.8220935855328, 40.87045751656827, -73.82208559284007, 40.87048312859672, -73.82205740501905, 40.87052216911288, -73.8220058118782, 40.870580449416686, -73.82198719470944, 40.87060485460128, -73.82195865068687, 40.870645747752086, -73.8219524006961, 40.87067351283003, -73.82198989898646, 40.870679442778105, -73.8220114116474, 40.870699421820504, -73.82201990203635, 40.87071170049341, -73.82202660152404, 40.870725180359074, -73.82203121262745, 40.87073931796332, -73.8220335706557, 40.87075359527058, -73.82203358335397, 40.87076746644161, -73.82203011043697, 40.8707894609622, -73.82202324755139, 40.870813536690065, -73.82201386573014, 40.870838243377854, -73.82199360281504, 40.87088537349642, -73.821936730211, 40.87101906077514, -73.82192367691788, 40.871049498812404, -73.8219179571774, 40.871065731226594, -73.821914680223, 40.87108141901181, -73.82191447007489, 40.87109565993964, -73.82191736869957, 40.87110961660764, -73.82192358492331, 40.871124602252536, -73.82195471154384, 40.87117457795923, -73.82196442801292, 40.87119460094121, -73.82198930405475, 40.87126149170653, -73.82199563444699, 40.871283028588984, -73.82199982650988, 40.87130260360657, -73.82201112066481, 40.87139223600424, -73.82203274558961, 40.871526374846724, -73.82203561862944, 40.87156010173126, -73.8220349888327, 40.87159729100081, -73.82203106043694, 40.87163830946977, -73.82202241558798, 40.87169787616274, -73.82201618657122, 40.871727971739645, -73.8220068308281, 40.871757068352295, -73.82199447756652, 40.87178475737677, -73.82197926522767, 40.87181072655562, -73.82194951695115, 40.8718532648346, -73.821916095937, 40.87189668261957, -73.82187875219323, 40.87194130279735, -73.82183697991694, 40.871987731513585, -73.82178067218264, 40.87204474734036, -73.82171738941719, 40.87210205582859, -73.8216833928692, 40.87212951507203, -73.82165064041419, 40.87215221713843, -73.82161809333546, 40.87217087541229, -73.8215854047481, 40.87218567485852, -73.82156829155434, 40.872190490333686, -73.82154835302664, 40.87219250631629, -73.82152616136864, 40.872192010946115, -73.82146054288498, 40.872186862196074, -73.82144062903544, 40.87218763912402, -73.82137922552423, 40.87220365116083, -73.82131037212127, 40.87223202346154, -73.82127289208165, 40.87225342499633, -73.82124138998718, 40.87227648727791, -73.82121873602084, 40.87229791536247, -73.82120363740565, 40.87231893462008, -73.82119604151436, 40.87233970796082, -73.82120113061458, 40.87235429117688, -73.82122945054637, 40.87237557400912, -73.82124341947498, 40.87238910299804, -73.82124691181355, 40.87240767020763, -73.8212434144066, 40.87243202664583, -73.8212255100143, 40.8724729694025, -73.82120220078022, 40.872509532803754, -73.82118176769357, 40.87253043123122, -73.82116767118386, 40.87253963220497, -73.82115122850047, 40.87254783539999, -73.82113253594555, 40.87255496172136, -73.82111219329084, 40.87256075275666, -73.82109079414, 40.87256503833216, -73.82106916222924, 40.87256765133301, -73.82103838712231, 40.8725682303518, -73.82100621607948, 40.87256516201386, -73.82097378765859, 40.8725585525412, -73.82094239421426, 40.87254866418035, -73.82091338455164, 40.87253594116598, -73.82088775630673, 40.8725208370943, -73.82086639185438, 40.87250387562135, -73.82084986766867, 40.87248551959584, -73.8208425978023, 40.872472418787304, -73.82083810100407, 40.87245641280055, -73.82083619639126, 40.872439912867115, -73.82083438488827, 40.87239898368548, -73.82083058903864, 40.8723790724609, -73.82082141542969, 40.87236148335433, -73.82080637675082, 40.87234876489496, -73.82078695472283, 40.87234089867039, -73.82076143168491, 40.87233697341618, -73.8207438180636, 40.872343003653285, -73.82073649276543, 40.87235971797537, -73.82073240231053, 40.872375170332745, -73.82073029505146, 40.87239116426384, -73.82073020977616, 40.87240739366245, -73.82073215088731, 40.87242354606527, -73.82073607889272, 40.87243930984141, -73.82074191865821, 40.872454393115206, -73.82074957479026, 40.87246853819801, -73.82076340929517, 40.87248657759041, -73.82078112624524, 40.872502962507234, -73.82080175885027, 40.872516799960295, -73.8208242993872, 40.87252741841893, -73.82089296089094, 40.87255242265376, -73.8209510245076, 40.87257067834173, -73.82102940655979, 40.872592159551665, -73.82109476150731, 40.87260809330545, -73.82111700996123, 40.87261178018274, -73.82117005948274, 40.8726162712027, -73.8211935505589, 40.87261974657472, -73.82121151687195, 40.872628593809964, -73.82122302585266, 40.872644191016704, -73.82122320848835, 40.872658771132215, -73.82121016529001, 40.872676830961815, -73.82118023752511, 40.87269359043392, -73.82112204469234, 40.872716689661665, -73.82110197280355, 40.87272808576408, -73.82108881903287, 40.872740488530646, -73.82107784528608, 40.87276184914755, -73.82107565052142, 40.87278481904343, -73.8210800841861, 40.87280006941096, -73.82108933086826, 40.87281215211284, -73.82110646266825, 40.87282430376871, -73.82112792933835, 40.87283419740913, -73.82115305081267, 40.872841510502774, -73.82118071522362, 40.872845916247606, -73.8212097368761, 40.872847190383716, -73.82123829391521, 40.872845222029135, -73.82126479284443, 40.872840122177934, -73.8212879672141, 40.87283214010687, -73.82131611821438, 40.872817487703905, -73.82134225616022, 40.87279926623752, -73.82136561803647, 40.87277800131447, -73.82138533336546, 40.87275447861727, -73.8214053792345, 40.87272581282978, -73.82141760525599, 40.872704578387335, -73.82142540937686, 40.87268488594352, -73.82142870809108, 40.87266646882515, -73.82142362418709, 40.8726525736024, -73.8214087490698, 40.87263940072818, -73.82138132296944, 40.8726209396592, -73.82136803020252, 40.87260739102306, -73.8213888442673, 40.872538716758015, -73.821409561258, 40.87249777742892, -73.82141993788605, 40.87248004933266, -73.82143141831463, 40.87246829769428, -73.82144873240438, 40.87246159152146, -73.82147824866358, 40.872460181995066, -73.82151154948791, 40.872463077253904, -73.82153471070481, 40.87246656555378, -73.8215591901273, 40.87247305992186, -73.82158548347823, 40.87248261605359, -73.82161816064418, 40.87249689160995, -73.82165609776142, 40.87251871148651, -73.82170009744792, 40.87254030568986, -73.82172215438874, 40.87254994259214, -73.82175303792837, 40.872558472014205, -73.82181232484169, 40.872565663937635, -73.82183344728091, 40.87256944439004, -73.82185276604689, 40.872575630864716, -73.82186792515203, 40.872584229631244, -73.82189110461022, 40.872604403065495, -73.82191121534362, 40.87262804674988, -73.82192781740642, 40.87265465483223, -73.82194037214046, 40.87268337101745, -73.82194921060787, 40.87271194639383, -73.82194980042748, 40.8727269224511, -73.82194103440544, 40.872759449929326, -73.82193222316153, 40.872783610885314, -73.82192202953588, 40.87280524203217, -73.82191027224751, 40.872824703285744, -73.82186804668069, 40.87287629381561, -73.8218140890241, 40.872960033514275, -73.82179159945449, 40.87298871180652, -73.82175569247582, 40.87302858767345, -73.82171988516356, 40.87306357402305, -73.8216666369777, 40.87310823979052, -73.82165053368065, 40.87311814370527, -73.82163130712313, 40.87312485055373, -73.8216123472643, 40.87312721564929, -73.82157647296322, 40.87311815168792, -73.82155693108497, 40.873108412390366, -73.8215379081394, 40.87309671352554, -73.82148655270032, 40.87306200575699, -73.82146981568441, 40.8730525508357, -73.82145386889965, 40.8730452484049, -73.82142090057967, 40.87303195929017, -73.82139998178903, 40.8730256297911, -73.82138076346283, 40.87302309038075, -73.82131006663091, 40.87303875751493, -73.82124302801554, 40.87305894712971, -73.82118121444118, 40.87307493591251, -73.82115949453072, 40.87308506608333, -73.82108143488789, 40.87315338951775, -73.8210122435182, 40.87321391310356, -73.82095425762738, 40.873263500475076, -73.82093734106775, 40.87328196038336, -73.82091754916483, 40.87331309562448, -73.82090660780057, 40.873330305915765, -73.82088940911727, 40.87335043578762, -73.82087134381803, 40.873365945699405, -73.82085078443816, 40.87338118609201, -73.82082758714755, 40.87339626299861, -73.82080141562949, 40.87341139561482, -73.82076030606231, 40.87343271930455, -73.82072542136157, 40.8734477546243, -73.82069728410394, 40.873457163351254, -73.82063718124719, 40.873473821763255, -73.82061175385263, 40.873481776788154, -73.82059351560294, 40.873488802872856, -73.82057526862646, 40.87349730304291, -73.82055699273289, 40.87350728537134, -73.82053864871482, 40.873518771408904, -73.82051662083964, 40.873536106698815, -73.82049925922817, 40.87355544382764, -73.82048778596237, 40.87357539704376, -73.82048265167255, 40.873595151206075, -73.82048368558561, 40.873612930284004, -73.82048988983026, 40.87363012308136, -73.82050038218627, 40.87364438785203, -73.82051430911122, 40.87365462376944, -73.8205443363043, 40.873668937827716, -73.82057346899887, 40.873680187021115, -73.82062937061536, 40.873694579104665, -73.82064811902468, 40.873700749584536, -73.82066802165248, 40.8737100231418, -73.82068763270017, 40.87372184462865, -73.8207071085218, 40.87373630343653, -73.82072691087355, 40.87375373616556, -73.82079871567738, 40.8738224920249, -73.82086536836985, 40.873885120112774, -73.82089877921891, 40.87391348697019, -73.82094045590183, 40.87394465816165, -73.82099355150926, 40.87397957147652, -73.82109167554844, 40.87403719829794, -73.82114797648529, 40.874077056596676, -73.82120395873542, 40.87411501434053, -73.82122450991592, 40.87412670391901, -73.82124418255606, 40.874135995929855, -73.82126095027954, 40.87414117810563, -73.82128096576368, 40.87414385384298, -73.82130110456804, 40.87414434427932, -73.82135021650278, 40.87414318664755, -73.8214221964514, 40.87414359161468, -73.82146994586257, 40.874141342230985, -73.82148890493879, 40.874138494495156, -73.82150808404737, 40.87413322658025, -73.82152704393629, 40.87412565487055, -73.82154511600137, 40.8741160421756, -73.82158288768903, 40.87409153161813, -73.82163419595408, 40.874054807918185, -73.82167739646583, 40.87402133504189, -73.82169406144305, 40.87400643877714, -73.82170841679752, 40.873991932455674, -73.82172041586556, 40.87397619512481, -73.82173015394288, 40.87395731159083, -73.82173703299668, 40.8739384281421, -73.82175082054704, 40.873892329057256, -73.82176012442508, 40.87386990052228, -73.82178534336539, 40.87382198839267, -73.82180672580552, 40.87378644576374, -73.82182886423304, 40.8737556498788, -73.82185234750632, 40.87372899201498, -73.82187127674703, 40.873719075325745, -73.82189928152918, 40.873715257249444, -73.82191810125249, 40.87371743666232, -73.8219334239556, 40.87372617794787, -73.82195133713421, 40.87377406661673, -73.82196406220807, 40.873815896887976, -73.82198153287611, 40.873886850012354, -73.82199051139106, 40.87391768402328, -73.82200378263711, 40.873953154972696, -73.82203739072936, 40.8740321275236, -73.82206910726825, 40.87411400032569, -73.82208688488365, 40.87417050914841, -73.82209109132312, 40.87419099637037, -73.82209352239046, 40.874213940092424, -73.82209458717492, 40.87429660758483, -73.82209727087222, 40.87432977225329, -73.82210652170197, 40.87439144574092, -73.8221163434954, 40.87443171276739, -73.82212502278384, 40.87445383046434, -73.82214820825466, 40.87449997036687, -73.82215696681192, 40.874520401566244, -73.82216871834395, 40.8745541880359, -73.82217724714309, 40.874582906985744, -73.82218337268341, 40.874609321480875, -73.82218721668208, 40.87463405124615, -73.82218873084385, 40.874656966536776, -73.82218782648336, 40.874677958257074, -73.8221844957652, 40.87469729384035, -73.82217871828165, 40.87471506240341, -73.82217227781403, 40.87472921627983, -73.82215815099205, 40.87475051450168, -73.82213612545908, 40.874769197232816, -73.82211780728596, 40.874778533189655, -73.82209490593439, 40.87478047446179, -73.822076773065, 40.87477641861686, -73.82204826748273, 40.87476462237518, -73.82201838245545, 40.8747487456817, -73.8219915851506, 40.87473165357987, -73.82197432374934, 40.87471759462379, -73.82193919882229, 40.87468352804087, -73.8219216724869, 40.87467006389153, -73.82183226151007, 40.87461245213778, -73.8217606114677, 40.87456579158656, -73.8217024367901, 40.87452318690467, -73.82167215175865, 40.87450967238726, -73.82165261199609, 40.87450473632394, -73.82162887504332, 40.87450067624978, -73.82160808155781, 40.874498754881344, -73.82155660760215, 40.874497624428635, -73.82153332040856, 40.87449572440447, -73.82151570984809, 40.87449247251545, -73.82147488849854, 40.87448184212703, -73.82145606092239, 40.87447809397743, -73.82142791122072, 40.874475668627255, -73.8213687191081, 40.874475404124894, -73.82134339843483, 40.874473995283495, -73.82130566450157, 40.874469335358604, -73.8212754455446, 40.87446349661284, -73.82124954488961, 40.87445586356867, -73.82122754661381, 40.874446259088806, -73.82121442669559, 40.87443624783106, -73.82119574837657, 40.874413180765245, -73.82116716126849, 40.87438990923873, -73.82114542446462, 40.87437616919923, -73.82112216230125, 40.87436366226302, -73.82109766144745, 40.8743525446583, -73.821076972483, 40.8743461911459, -73.82105262740745, 40.87434287561559, -73.8210272453959, 40.87434223922969, -73.8209577557214, 40.87434388919568, -73.82093744201374, 40.8743426870413, -73.82088736477526, 40.87433176202994, -73.82085993319858, 40.87432173302042, -73.82083743923883, 40.87430989087996, -73.82081993028234, 40.87429625999831, -73.82080458333671, 40.874271428578524, -73.8207852726104, 40.874212816334335, -73.82077790232742, 40.87419641327446, -73.82076338269016, 40.8741881548454, -73.82074760122897, 40.87420306495487, -73.8207450034179, 40.87423070325172, -73.82075062879022, 40.87426376536395, -73.82075624585254, 40.874296391625805, -73.82077821569342, 40.87437371837792, -73.82078502102897, 40.87440915060787, -73.82078496463282, 40.87442831384066, -73.82078056382825, 40.87444795118811, -73.82077203596138, 40.87446708865744, -73.82075982980604, 40.87448471749587, -73.82074496654079, 40.87449960831918, -73.82070436750368, 40.87449896623448, -73.82067695972327, 40.87449593402333, -73.82063095881244, 40.87448537813259, -73.82057603863606, 40.874469730495285, -73.82052293095384, 40.874452411640355, -73.82047918721095, 40.87443631398401, -73.82044999044055, 40.874422756714154, -73.82040917594894, 40.87439868525018, -73.82039226857954, 40.87438722902203, -73.82037647654718, 40.874373946533346, -73.82036198923261, 40.874358997466096, -73.82034905035786, 40.87434262623278, -73.82033908253048, 40.874325633783116, -73.82032135931084, 40.87428640607278, -73.82031142180044, 40.874270492454386, -73.82028156948157, 40.87423748264269, -73.8202389755094, 40.874170034458544, -73.82022198753435, 40.87414674024148, -73.82018026420614, 40.87409692407905, -73.82016478413678, 40.87407492440557, -73.82015699116724, 40.87406003166844, -73.82015064090619, 40.87404289265633, -73.82013854396519, 40.873990292406354, -73.8201305901966, 40.87395547157849, -73.8201274674522, 40.873935433515825, -73.82012703159248, 40.87391675487798, -73.82012967589478, 40.87390008733229, -73.82014065904178, 40.87387587227127, -73.82017169353027, 40.873833127561646, -73.82018219069879, 40.873815331330704, -73.8201986014693, 40.87377785150181, -73.82020274332736, 40.87376364822636, -73.82020463097814, 40.873732414077416, -73.82020107148864, 40.87371243927026, -73.82019469503965, 40.8736913929934, -73.820180854219, 40.87365415868667, -73.82016758403756, 40.873619991435014, -73.8201542557112, 40.87359109825974, -73.82013988797644, 40.87356535427666, -73.82012417020646, 40.873542252025445, -73.82010886190258, 40.87352478387454, -73.82008987136692, 40.87350817174974, -73.82006748737194, 40.87349267003761, -73.82004222617134, 40.87347863973718, -73.82000761952709, 40.873461444041396, -73.81998525166703, 40.873452264677375, -73.81996388780244, 40.87344645200587, -73.81994378786007, 40.873444396345064, -73.81983748235304, 40.873443763076324, -73.81973067281697, 40.87344263725479, -73.81970116844914, 40.87343992391077, -73.81964579150339, 40.873429063917435, -73.8196229639568, 40.873425808087326, -73.8195929607382, 40.873424632873004, -73.81952739595324, 40.87342640427546, -73.81950161848927, 40.87342517981555, -73.81947726882397, 40.873421085921244, -73.81942123361736, 40.8734058258974, -73.81939526917755, 40.87340094153034, -73.81936936564085, 40.873398530898406, -73.81934985777201, 40.87339863093307, -73.81932678382768, 40.87340354930548, -73.8192911599081, 40.873426383078026, -73.81925094404906, 40.87345958959379, -73.8191953460146, 40.87351304292308, -73.81918197640174, 40.87352436094345, -73.8191414374008, 40.873550718689145, -73.81907747482677, 40.87358662721518, -73.81904976596307, 40.87360328875736, -73.81899909062602, 40.8736358988681, -73.81895648483089, 40.873666215462, -73.8189427588878, 40.87367723213182, -73.81893020537811, 40.873689422176824, -73.81892802069763, 40.873704049006946, -73.81896333174055, 40.8737195451058, -73.81899552393386, 40.87372460232652, -73.81905483690373, 40.87373295553567, -73.81908287357614, 40.87373753526008, -73.81910810888986, 40.87374272832251, -73.81912486376567, 40.87375035561911, -73.81914225078117, 40.87376633144438, -73.81915899850219, 40.873797529945634, -73.81917319844432, 40.873815056818, -73.8191942368807, 40.873828879882694, -73.81922230527526, 40.87383882744237, -73.81925372140074, 40.87384224808569, -73.81930168218454, 40.87383375863566, -73.8193306946203, 40.873825472729, -73.81938266664731, 40.873807685664694, -73.8194256505053, 40.87379231943742, -73.81945502160373, 40.87378037987316, -73.8194870507441, 40.87375026086882, -73.81954242137127, 40.87371283306272, -73.81958832829197, 40.8736869392169, -73.81964866015461, 40.87365774779142, -73.8196777787791, 40.873649193617425, -73.81971167882917, 40.873647415887994, -73.81974437820661, 40.8736526862078, -73.8197648402561, 40.87366078565578, -73.81984972070893, 40.87371770487991, -73.81994429050776, 40.873779223552575, -73.8199596358298, 40.87379354096853, -73.81996944973177, 40.8738121117713, -73.81997295316667, 40.8738269149852, -73.81997404972941, 40.8738434136684, -73.81997284491325, 40.87386207804126, -73.81996937390558, 40.87388305583889, -73.81996317354192, 40.8739091603689, -73.81995306625812, 40.87393759647446, -73.81993824618688, 40.87396367584793, -73.81991941656156, 40.87398617581937, -73.81989710812456, 40.8740044884841, -73.81986632979554, 40.87402264744747, -73.81983530350757, 40.87403599109685, -73.81980501860674, 40.87404409954769, -73.81977589651913, 40.87404687080292, -73.81974095023398, 40.87404635066836, -73.81970355525002, 40.87404457051431, -73.81961573881051, 40.874036904287, -73.8195906351924, 40.8740325246842, -73.81953904293047, 40.874018743065974, -73.81951707532787, 40.874014153134056, -73.81949396865176, 40.87401226378599, -73.81947336953735, 40.87401442155497, -73.8194241087782, 40.87402671901426, -73.819337309615, 40.87405247044084, -73.81926066399275, 40.874073886538405, -73.81921940653228, 40.87408818652698, -73.81920563863292, 40.8740984746653, -73.8192009590251, 40.874136715635586, -73.81921026702477, 40.87417723784814, -73.81921459057698, 40.87419272223884, -73.81922906720713, 40.87423112919161, -73.81923266489326, 40.874252229699266, -73.8192309218426, 40.87429555673296, -73.81922359414234, 40.874356569640696, -73.81921923514324, 40.8743763708842, -73.81920574056939, 40.87441656831497, -73.81920120748073, 40.874433638099596, -73.8191991738871, 40.87445161228969, -73.81920090838646, 40.87446772026509, -73.81922201499256, 40.874467892906516, -73.81924672581785, 40.87445360302162, -73.81929041255309, 40.874417675264716, -73.81930789452949, 40.87440489767523, -73.81934517432194, 40.87438758019135, -73.81942172883163, 40.87432295569861, -73.81947188692553, 40.87427648245816, -73.8194950594915, 40.874256318920494, -73.81953332630368, 40.874239389229466, -73.81957267319481, 40.874224880830326, -73.81960114669968, 40.874217645785436, -73.81962082285773, 40.87421507232572, -73.81964306354269, 40.87421391934102, -73.819735340908, 40.87421497481638, -73.81982947191129, 40.874208364541545, -73.81986604085729, 40.874207247390245, -73.81989191719406, 40.87421150116981, -73.81990764222815, 40.87421837213417, -73.81992386119806, 40.87423253333122, -73.81995432018182, 40.874281518869516, -73.8199939104766, 40.87433614580285, -73.82001907180086, 40.87437842521723, -73.82003118734858, 40.874396091008194, -73.82004525518238, 40.87441390752249, -73.8200613296894, 40.87443194328137, -73.82007951612233, 40.87445032091476, -73.82010958770073, 40.87447551396849, -73.8201832289832, 40.874528074155975, -73.82024245471655, 40.87457471993844, -73.82025999430311, 40.874591485559215, -73.82027373802435, 40.87460767525577, -73.8202804108164, 40.87462358469269, -73.82028010463732, 40.87464249719964, -73.82027411610906, 40.87467758985955, -73.82027487046282, 40.87469256797783, -73.8203067257152, 40.87479002894845, -73.82032534963359, 40.87484368930591, -73.82034569251137, 40.874842929446245, -73.82037269618424, 40.874825210224415, -73.82038788353394, 40.87480985800299, -73.82040623006533, 40.874779575175374, -73.82042113264318, 40.874761600280515, -73.82043753932822, 40.87475158805223, -73.82046555087719, 40.87474369832029, -73.820488846731, 40.87474109342375, -73.82052211938395, 40.87473988989268, -73.82060739044826, 40.87473852406263, -73.82066885495406, 40.8747395416937, -73.82072510631912, 40.87474247283848, -73.82079488448181, 40.87474750419245, -73.82083813708125, 40.87475181985985, -73.82093471805237, 40.87476387783506, -73.82097765143071, 40.87476779673934, -73.82102668484147, 40.87476910016092, -73.82111767912858, 40.874766724375824, -73.82115382435444, 40.87476666963753, -73.82122384985114, 40.87476974255047, -73.82128523843613, 40.87477606902221, -73.82132164333893, 40.87478312760072, -73.82135805644518, 40.87479420056303, -73.82139374757554, 40.874809067059516, -73.82142771302564, 40.87482731311346, -73.82145395394038, 40.87484480790461, -73.82147605479997, 40.87486310222342, -73.82149373979946, 40.87488196782187, -73.82150688236601, 40.874901267631735, -73.82154302694326, 40.87497485570686, -73.82155562008157, 40.874998204162615, -73.82161044748155, 40.87508891869704, -73.82161494245001, 40.8751053001468, -73.82161683438106, 40.8751195524175, -73.8216149477443, 40.87513825987256, -73.82160734630443, 40.87515528088168, -73.82159069293837, 40.87517634640291, -73.8215528131617, 40.875205098097545, -73.82151634543897, 40.87522930179009, -73.82148693203922, 40.87524717603667, -73.82144322761944, 40.875271374815064, -73.82141531814388, 40.87528450759155, -73.82138509344774, 40.87529479573357, -73.82135368989566, 40.87530185378794, -73.82132217940466, 40.875305440281124, -73.8213040420071, 40.87530435772463, -73.82128477372055, 40.87529897627808, -73.82126680327987, 40.87529095120025, -73.82122540568294, 40.875269006083144, -73.82120463223193, 40.87525822565782, -73.82118271261034, 40.87524486355028, -73.8210964555593, 40.87518519940156, -73.8210773206402, 40.87517392082102, -73.82105891839593, 40.87516458662975, -73.82102879747754, 40.875152186105396, -73.82099657686352, 40.87514194889407, -73.82096311472063, 40.87513414917381, -73.82092922792538, 40.87512897461234, -73.82089583555272, 40.87512654820187, -73.8208634120943, 40.8751268841867, -73.82083249853238, 40.875129976203525, -73.82080349358213, 40.875135783450304, -73.82072745784802, 40.87515599120812, -73.8206711206533, 40.87517331734454, -73.82060913019156, 40.87519384851286, -73.82057451963325, 40.87520717327974, -73.82055096729339, 40.87521815865086, -73.82052584595397, 40.875231583704654, -73.82045185882772, 40.8752763949402, -73.82039852212317, 40.875311135675965, -73.82033466178795, 40.87535756636756, -73.82029001720986, 40.87539233049019, -73.82027476778727, 40.875406011292164, -73.82026222403105, 40.87541895160135, -73.82025166586799, 40.8754320165679, -73.82024351422628, 40.87544485025417, -73.82023416000189, 40.875470271810244, -73.82022917497765, 40.875502308864085, -73.82021916694448, 40.87558612974515, -73.82020794072187, 40.875661974892076, -73.82019996795307, 40.875705602891614, -73.82019389884942, 40.87572569326098, -73.82018384040228, 40.87574697236356, -73.8201696941169, 40.875769887588135, -73.82014862167321, 40.87579903601086, -73.82011194829904, 40.87584588444623, -73.8200725410855, 40.875892456659535, -73.81996552374116, 40.87600605669261, -73.81994241008006, 40.876033647647645, -73.81992270365679, 40.876059904886866, -73.8199060270141, 40.87608534110194, -73.8198922371723, 40.87611018569585, -73.81987803017142, 40.87614143391756, -73.81984542971085, 40.87622267380988, -73.81983333734318, 40.87624669799882, -73.81980372794318, 40.87629847583388, -73.81979309642323, 40.87632013761422, -73.81978713154254, 40.87634723032826, -73.81978792117626, 40.87636185190657, -73.81979121860677, 40.876376534131744, -73.81979689718601, 40.876390732009625, -73.8198047542025, 40.876403950854716, -73.81981452394038, 40.8764157427086, -73.81983812240796, 40.87643346966429, -73.81991669465476, 40.87646074115125, -73.81994169942664, 40.876471740022644, -73.81996251808789, 40.87648516638084, -73.81998107921149, 40.87650074768671, -73.81999672229351, 40.87651793541359, -73.82000892926658, 40.876536153342016, -73.82001850419888, 40.876562079855326, -73.82002033159046, 40.87657639688346, -73.8200202385298, 40.8765919301791, -73.82001571380594, 40.876622148046415, -73.82000093633056, 40.876679609534875, -73.81999617582531, 40.8767026978594, -73.81999393640959, 40.87672619893813, -73.81999530245177, 40.876747034789126, -73.81999892455703, 40.8767627611807, -73.82000472252406, 40.876778463050584, -73.82001256446684, 40.87679377639507, -73.82002226979729, 40.87680835964669, -73.8200335950765, 40.87682186123454, -73.82004635698434, 40.87683407195879, -73.82006033305281, 40.876844781658086, -73.82007532673539, 40.87685384594733, -73.82009362688456, 40.87685938096864, -73.82011714252972, 40.87685913216954, -73.82014171492001, 40.876854611290476, -73.8201991666573, 40.87683985534725, -73.82022393291277, 40.876836465767255, -73.82024381814024, 40.87683889744644, -73.82025791875743, 40.87684787117243, -73.82039577398591, 40.877003984798705, -73.82048111843609, 40.8770986680553, -73.82054377509297, 40.87716648229174, -73.8205673326935, 40.87718457643122, -73.82058416589025, 40.87719389835202, -73.8206038194693, 40.87720308327778, -73.82062588351678, 40.87721191985539, -73.82064927491243, 40.87721995435473, -73.82067295298384, 40.87722682946468, -73.82069583068265, 40.87723222742443, -73.82071588863677, 40.877235768692955, -73.82074855942136, 40.8772378068218, -73.82076689682424, 40.877233983009404, -73.82077435598012, 40.87721798029371, -73.82076423333464, 40.877197485647535, -73.82075243002946, 40.87718035441869, -73.82073703609032, 40.877161714694715, -73.82068782961005, 40.87710691822315, -73.82067437429676, 40.87708869572775, -73.82066448101183, 40.87707159357156, -73.82058090402475, 40.876901291912176, -73.82053531858251, 40.87681223918632, -73.82051587567946, 40.87677164190782, -73.82050722249696, 40.876745652936, -73.82050313767382, 40.87671583318348, -73.82050290122395, 40.87668740346837, -73.82050646709915, 40.87661325822328, -73.82050902502199, 40.87641633059035, -73.82050833870154, 40.87638403437328, -73.8205060461671, 40.87634993828104, -73.82049642814634, 40.87627355822229, -73.82049016329329, 40.876252796700314, -73.82047768126083, 40.87623140867157, -73.82045856942732, 40.87620843266989, -73.82041191517098, 40.87616174894719, -73.8203934865093, 40.87614104683267, -73.82037812811816, 40.87611815770269, -73.82036965854702, 40.87609627343369, -73.82036702084778, 40.876076674678814, -73.82036804866168, 40.876055875874066, -73.82037268152766, 40.87603517723197, -73.82038065536396, 40.876015719261076, -73.82039139038089, 40.87599869420682, -73.82040462491982, 40.8759843465944, -73.8204199865843, 40.87597307205891, -73.82043719840729, 40.87596507367908, -73.8204556221371, 40.875959911022335, -73.82047599256148, 40.875956544265335, -73.82049680117314, 40.875955216894376, -73.82051677006828, 40.875956005264285, -73.82053453051486, 40.87595879288486, -73.82055657467151, 40.875966491228844, -73.82057211434427, 40.87597804525688, -73.8205815789038, 40.87599084962269, -73.82058912977969, 40.87600632996867, -73.82060427710488, 40.87605865754212, -73.82061072384734, 40.876075767856825, -73.82061901775386, 40.876090236305025, -73.82062945268433, 40.87610219481441, -73.82069001057383, 40.876156999054444, -73.82074046009086, 40.876197992064014, -73.82081440647318, 40.8762482866712, -73.82084115676481, 40.87626885215565, -73.8208725144627, 40.87629882049116, -73.82092813006817, 40.87636034268728, -73.82095236119935, 40.876385096914795, -73.82097857114529, 40.87640854759671, -73.8210372256648, 40.87645667697266, -73.82106196627655, 40.87647817579732, -73.82109441235978, 40.87650979815652, -73.82112548217818, 40.87654410993574, -73.82115523369525, 40.87658117426012, -73.82118376741371, 40.87662111735487, -73.82119509791858, 40.87664333917521, -73.82120116019081, 40.87666850103429, -73.82120177692546, 40.87669591828635, -73.82119690544152, 40.87672425453926, -73.82118128479975, 40.876777108867316, -73.82116512846582, 40.87681872425675, -73.82114619176146, 40.87685486396207, -73.82113552177215, 40.876871110261355, -73.8211239672931, 40.87688627190015, -73.82110521568117, 40.87690519272996, -73.82105880230287, 40.87694321957331, -73.82104291517653, 40.876959703607966, -73.82101231978875, 40.8769967725259, -73.82099658582041, 40.877018492235955, -73.82098491309517, 40.877039656338255, -73.8209782085522, 40.87705962059019, -73.82097406737664, 40.87708809573971, -73.82097140157337, 40.877143622072495, -73.82096913232503, 40.87716642884432, -73.82095266722226, 40.877258739463024, -73.82094770984291, 40.877293365486395, -73.82094677405715, 40.877313091951514, -73.82094964411242, 40.87734076663582, -73.82095727462828, 40.87736773371693, -73.8210169155086, 40.877456097578865, -73.8210366784462, 40.877487733595345, -73.82105283830292, 40.87751807272004, -73.82105551631163, 40.87753248830067, -73.82105069368781, 40.87754879588514, -73.82103852698589, 40.877566129444666, -73.82102077302505, 40.87758191990457, -73.82098908657437, 40.87760330420188, -73.820892322968, 40.87766455572185, -73.82085220087595, 40.87768740549249, -73.82083364444863, 40.87770070122333, -73.82082268134316, 40.87771689841011, -73.82079393867103, 40.877808966613856, -73.8207778505818, 40.877861171799736, -73.82076968712502, 40.87787743546243, -73.82075541750932, 40.87789363651213, -73.82073538555238, 40.8779098601266, -73.8207022636489, 40.87793200482881, -73.82067298765247, 40.877947675578035, -73.82064075383997, 40.87795856102652, -73.82061864633302, 40.877962222273695, -73.82056712066554, 40.8779660773122, -73.82054471401442, 40.87797067999172, -73.82052663575709, 40.87797687065699, -73.82047798868277, 40.87799462467871, -73.82044292511642, 40.87800908601465, -73.8204078232641, 40.878025417596184, -73.82038252937323, 40.87803907287032, -73.82036375342966, 40.87805187111347, -73.82031962242868, 40.878086897174526, -73.8203018363494, 40.87809689822862, -73.82025869819621, 40.87811528387375, -73.82024249667532, 40.87812500913539, -73.82023001185675, 40.87814360279757, -73.82022875692552, 40.87816017704536, -73.8202335156976, 40.87817722981523, -73.82025065778514, 40.87819963366824, -73.82028319073692, 40.87823044954204, -73.82029464292236, 40.87824451320308, -73.82033777610239, 40.87831404858503, -73.8203620064053, 40.878348512898775, -73.82039420108056, 40.878389094017066, -73.82040569068712, 40.87840030317465, -73.82042112832734, 40.87841074135239, -73.82043919804639, 40.87842005981291, -73.82049251600024, 40.87844415339481, -73.82050739271537, 40.878452753690844, -73.82053818929296, 40.87848127324489, -73.82055367485462, 40.87850430121582, -73.82056533369064, 40.878530192192805, -73.82057274360427, 40.878558006310726, -73.82057594021701, 40.878585972363794, -73.8205756595922, 40.87861566285004, -73.82057190493445, 40.87864720744479, -73.82056463740626, 40.87868092756185, -73.82055930713247, 40.878697111866906, -73.8205512573149, 40.87871473092447, -73.82051056159115, 40.878786745477385, -73.82050377222762, 40.87880285367028, -73.82049932294781, 40.87881789662197, -73.82049190516034, 40.878858473723014, -73.82049072066008, 40.878874906704205, -73.8204911157873, 40.878889826619414, -73.82049314725681, 40.87890375944236, -73.82050223802155, 40.87892816692617, -73.82051160087697, 40.87894100084819, -73.82053240987167, 40.87894734923819, -73.82055558724728, 40.8789496247936, -73.82057227646885, 40.878956190092, -73.8205758865762, 40.8789786556991, -73.82057637285514, 40.87899805388677, -73.82057296299993, 40.87903986548945, -73.82056454945868, 40.87908849591855, -73.82055184898167, 40.879146078645114, -73.82054572456317, 40.87916592670318, -73.82053649838068, 40.87918683521601, -73.8205240078694, 40.879209252373464, -73.82050709063398, 40.87923526820239, -73.82049252055904, 40.879244856459025, -73.82046793905904, 40.8792467209558, -73.82043628273543, 40.8792403367679, -73.82041480941882, 40.879231297566974, -73.82039669200024, 40.879218475227916, -73.82038510468823, 40.879207808914025, -73.82037434676828, 40.87919579225603, -73.82036423016211, 40.87918221784889, -73.8203474157102, 40.87915392893184, -73.82031962030644, 40.8790969504497, -73.82030720598814, 40.879074035290586, -73.8202921404463, 40.87905141676507, -73.82027580587194, 40.87903259632446, -73.82021988839114, 40.87897329848443, -73.82020228215455, 40.87895750349589, -73.82018644034368, 40.878946008386855, -73.82017061524743, 40.87893798558698, -73.82015280474188, 40.87893455578652, -73.8201340743025, 40.87894007180758, -73.82011471628138, 40.878958732184856, -73.82008708390076, 40.87900032591889, -73.8200720108448, 40.879014712944695, -73.82002886635921, 40.87903607100592, -73.82001069331571, 40.879047349204235, -73.82000198648413, 40.87906042243048, -73.82001240414114, 40.87907275736605, -73.82003487087435, 40.87907810528632, -73.82007104926741, 40.87907762140206, -73.82009512816569, 40.87908259271813, -73.82011852750423, 40.879096242782595, -73.82013305217512, 40.879109146913926, -73.82015663146657, 40.87913390928401, -73.82016836436584, 40.879147315135114, -73.820177907032, 40.879161207438344, -73.8201850361009, 40.879175265272224, -73.8201896442097, 40.879189266049124, -73.82018611057991, 40.87920656163663, -73.8201642062784, 40.87923450119397, -73.82015701556037, 40.87924805855541, -73.82016633141895, 40.879275628031436, -73.82017750238225, 40.87929020364116, -73.82019082348044, 40.87930289337403, -73.8202058698752, 40.87931329675041, -73.82026865541977, 40.87934946182496, -73.82034097433477, 40.879392033375815, -73.82035490553146, 40.87940683298405, -73.82036623544629, 40.87943768966077, -73.82037689025832, 40.87947031924849, -73.82038406600569, 40.879502698487556, -73.82038769004039, 40.87953448868186, -73.82038773339036, 40.87956543314726, -73.82038055609074, 40.87958544524657, -73.82036125444158, 40.879606470434474, -73.8203388645389, 40.879623983407754, -73.8203069931028, 40.87964664681825, -73.82027581758577, 40.879666856571184, -73.82024497192207, 40.87968485432839, -73.82021426124395, 40.87970075054671, -73.82018438504325, 40.879711658448535, -73.82011771885722, 40.87972664225063, -73.82009027537384, 40.87973514060979, -73.82006184656422, 40.879750433415126, -73.82003979988363, 40.879769085983526, -73.820032583927, 40.87978229390703, -73.82006361459923, 40.87980556859802, -73.82009158359028, 40.87981684039529, -73.82019054639873, 40.87985017673123, -73.82022763039868, 40.87986419117708, -73.82028475464563, 40.879883762217744, -73.82030348791123, 40.87989134108488, -73.82032161887277, 40.87990184740073, -73.8203341396757, 40.8799139541537, -73.82033779991974, 40.87992927086215, -73.82032853587235, 40.87994656653584, -73.82029001061426, 40.87998510870591, -73.82026999853015, 40.88000555555774, -73.82021523609113, 40.88005540236483, -73.82020122858191, 40.8800705375701, -73.82019025791134, 40.880084943606704, -73.82018194072593, 40.88010042715913, -73.82017631012363, 40.88011834981842, -73.82017316482163, 40.88013899942774, -73.82017188276741, 40.8801664596349, -73.82017120464965, 40.88020618453883, -73.82017279905311, 40.88023124402219, -73.82017740104587, 40.88025367336157, -73.82018530079948, 40.8802732208719, -73.82020030372581, 40.880293636713006, -73.82023600671087, 40.88032749397314, -73.82024861632229, 40.880341444173055, -73.82027881663156, 40.88037752065819, -73.82029143834465, 40.88039534027199, -73.8202999076974, 40.880413547833136, -73.82030247407177, 40.88043062059197, -73.82030059149903, 40.880445437003026, -73.82029540359751, 40.88046154497109, -73.82026877323116, 40.88051367511515, -73.82026086483894, 40.880533289850185, -73.82022334749253, 40.88065965101843, -73.82021251334159, 40.88070295034688, -73.82019211794945, 40.88079835776166, -73.82018211067856, 40.88083727929832, -73.82017281541107, 40.8808638625478, -73.82015958181357, 40.88089239732192, -73.8201424183653, 40.880923255534306, -73.82011543902762, 40.88096699974539, -73.82009303236278, 40.88100585962386, -73.82007885857303, 40.881024483946064, -73.8200616565932, 40.881037989670745, -73.8200419247579, 40.88104461351633, -73.82002094876772, 40.881047135493915, -73.81999734655372, 40.88104857458642, -73.81989324645613, 40.88105009069276, -73.81979692547301, 40.881056123095405, -73.8197646511499, 40.881059460336985, -73.81973579264489, 40.88106365206546, -73.8197174107823, 40.8810677088702, -73.81969916623241, 40.88107363079837, -73.81968087969277, 40.88108147249974, -73.81966222925385, 40.881091374848005, -73.81962844688141, 40.8811135380109, -73.81955672240906, 40.88116747772289, -73.81953274059487, 40.88118810643899, -73.81949456357353, 40.881231233268444, -73.81947847467981, 40.88124722329374, -73.81944974115044, 40.881266959379715, -73.81943053937151, 40.881274514154605, -73.81939924118876, 40.881280538078165, -73.81937642148881, 40.88128214035623, -73.81931304010669, 40.881283988003055, -73.81929425816111, 40.88128592256298, -73.81921736991957, 40.88130230000324, -73.81918758903343, 40.88131055495525, -73.81916116043946, 40.88132121045176, -73.81914050504524, 40.881334061375455, -73.81914068896042, 40.88134932044221, -73.81915986076675, 40.881361528690846, -73.81919117212125, 40.88137293290825, -73.81922754138095, 40.88137907538045, -73.81925149834254, 40.881380304247806, -73.81935158809223, 40.88137947852024, -73.81937229610277, 40.88138087697203, -73.81939097922906, 40.88138344558794, -73.81943603039903, 40.881392406601954, -73.81947235130178, 40.88140195096693, -73.81950358882884, 40.88141304341488, -73.81953030824113, 40.88142593246812, -73.81954972434768, 40.8814390892481, -73.81958750419129, 40.88147196571447, -73.81960565647377, 40.881485225866456, -73.819644295455, 40.88150669626819, -73.81972391137833, 40.88154417291814, -73.8197559979645, 40.88156071908144, -73.81977949272104, 40.88157448011624, -73.81979917743537, 40.88158749769744, -73.81981578401295, 40.881600258332995, -73.81982942016946, 40.881612854042196, -73.81984021955432, 40.88162543901817, -73.81984811231446, 40.88163795822299, -73.81985451714272, 40.88165665335629, -73.81985488442653, 40.881670417896096, -73.81984991307903, 40.881685784176355, -73.81983331640787, 40.881708761247836, -73.81979663577796, 40.881747809495394, -73.81978801757299, 40.8817599931554, -73.81977504539347, 40.88180050928848, -73.81976465363775, 40.88187213592276, -73.81975925756576, 40.881890980122265, -73.81975198375793, 40.88190747831795, -73.81974078338189, 40.88192156427549, -73.81972304137108, 40.88193415510869, -73.819698882569, 40.88194515195586, -73.81966871682062, 40.88195436364939, -73.81964265518388, 40.881959579077375, -73.8196132218488, 40.88196296484019, -73.81958191492821, 40.88196466285287, -73.81949323878223, 40.88196695731951, -73.8194661934536, 40.88196915093096, -73.81944228536217, 40.88197256510344, -73.81941421217877, 40.88197839236654, -73.81938742265191, 40.88198556155844, -73.81936239526597, 40.88199394646, -73.81933941622708, 40.88200344756612, -73.81931878725885, 40.88201393117765, -73.81930054523204, 40.88202536403546, -73.81928479474603, 40.88203767606633, -73.81927159999, 40.88205082324792, -73.81926358518433, 40.88206358052378, -73.81925878621419, 40.88207963321987, -73.81925768435451, 40.88209739362863, -73.81926042175199, 40.88211476473517, -73.81926643177243, 40.882129383670765, -73.8192806126439, 40.88214498882834, -73.81929960549186, 40.882151543505124, -73.81933478575857, 40.88214917266383, -73.81935548361731, 40.882143915592266, -73.8193989362153, 40.88212962980913, -73.81941792571374, 40.8821243160238, -73.81943820015385, 40.882120746690674, -73.81945667602163, 40.88212019748018, -73.81948954861109, 40.882123066525956, -73.81956773464769, 40.8821337524122, -73.81960293599393, 40.88213716085682, -73.81963991101767, 40.882137539217474, -73.81967257058055, 40.88213365511557, -73.8196976759275, 40.882127589926924, -73.8197696612385, 40.88212351328774, -73.81978827010167, 40.88212773682042, -73.81980128825809, 40.882142505345605, -73.81980767586379, 40.882163628169565, -73.81980909055042, 40.882181419526624, -73.81980803971834, 40.88220098099651, -73.81980466039909, 40.88221946815026, -73.81979507010288, 40.88224840297818, -73.81978103043869, 40.882278695998096, -73.81976231565267, 40.882310902457085, -73.81973770033792, 40.882347129382836, -73.81971747235754, 40.88237161178304, -73.81966534612812, 40.88242587932448, -73.81965369557462, 40.88244011314953, -73.81964443669911, 40.88245355828106, -73.8196359838906, 40.88246858322753, -73.8196295687791, 40.88248297291162, -73.8196237782625, 40.88250766785968, -73.81962567596095, 40.88252190124281, -73.81963639455239, 40.88253500569116, -73.81966228964822, 40.8825435935904, -73.81971688617031, 40.88254927812082, -73.81973988601962, 40.882554906077445, -73.81976652533496, 40.88256514030777, -73.81978245824457, 40.88257264554401, -73.81980000511527, 40.88258527077313, -73.819814631077, 40.882606588355856, -73.81982268994292, 40.88262571560261, -73.81982834967947, 40.88264750364858, -73.81983189215462, 40.88267301641071, -73.81983296744254, 40.882691714928235, -73.81983250325999, 40.882708452480465, -73.81983048256144, 40.882723826965, -73.81982687160504, 40.882738030133176, -73.81981983188918, 40.88275655749631, -73.81981044932948, 40.8827757970895, -73.81979860219359, 40.88279601076424, -73.81978387089669, 40.88281791555372, -73.81977726383181, 40.882858471334195, -73.81977187317962, 40.882881853099896, -73.81976430301813, 40.88290302886742, -73.81975440696107, 40.882921288822956, -73.81970817073841, 40.88298140794499, -73.81966850878835, 40.8830445566571, -73.81962374730418, 40.88310769648501, -73.81958350232775, 40.88315959175444, -73.81955461158607, 40.88319761473029, -73.8195196193286, 40.88322318431094, -73.8194717272764, 40.88326286506645, -73.8194496665407, 40.88328270793564, -73.8194393035217, 40.88329723190747, -73.81943077326162, 40.88331843766686, -73.81941903811077, 40.88335500434214, -73.8194045543911, 40.883401860196074, -73.81939521115551, 40.88342095933891, -73.81937417833659, 40.88345459387803, -73.81935144252776, 40.883484868727656, -73.81934107987634, 40.88350316753731, -73.81933485434762, 40.883532872101924, -73.81933552153757, 40.88355630745084, -73.81934014773216, 40.883587712914036, -73.81934935389155, 40.8836365400862, -73.81935891357986, 40.883669231963076, -73.81936579795621, 40.883683505569614, -73.81943048658933, 40.88370749494149, -73.81944800282099, 40.88371619674631, -73.81946290482304, 40.883728103799086, -73.81947259874042, 40.883741101299506, -73.81948866212049, 40.883778865881574, -73.81950198180189, 40.883814211061186, -73.81951902869828, 40.88384939727799, -73.8195460551328, 40.88389815774485, -73.81956319403167, 40.88393006362018, -73.81957350304491, 40.883952078660684, -73.81958715295306, 40.883999554820726, -73.81960190773296, 40.88403951453045, -73.81961586363856, 40.88408092637723, -73.8196214477392, 40.884103061897584, -73.81962742489551, 40.88413819837829, -73.81963048684382, 40.88416239837753, -73.8196334000223, 40.884201637195424, -73.81963278157816, 40.88421617190738, -73.81962648706104, 40.884252522878285, -73.8196284735798, 40.88427164694623, -73.81963663922214, 40.88429083199801, -73.81965920594037, 40.88433038067599, -73.81966754081571, 40.8843479829318, -73.819683416212, 40.88438865756574, -73.81969768161852, 40.88442318024937, -73.81970601820315, 40.884446285387085, -73.81971797883192, 40.88448628483766, -73.81972314736932, 40.884509426447806, -73.81972394849839, 40.884530340632814, -73.81972037457855, 40.88454878064706, -73.8197124496344, 40.88456463666816, -73.81969983912803, 40.8845796371097, -73.81968357805812, 40.88459364581232, -73.81966414096006, 40.88460624929153, -73.8196423289586, 40.88461692381306, -73.81958845797635, 40.88463794525841, -73.8195429835802, 40.88466169297712, -73.8195230550573, 40.88467042356578, -73.8194609435329, 40.884690198397365, -73.8193620499868, 40.88472404879486, -73.81932445637446, 40.88473857605746, -73.81929904978993, 40.88475251005656, -73.81928295701653, 40.88476741405104, -73.81927635827118, 40.88478333875436, -73.81927480654046, 40.884805080407915, -73.81927497068185, 40.884828064720026, -73.81927684410367, 40.884852534812104, -73.81928047385374, 40.88487907967686, -73.81928837423901, 40.88492599936498, -73.81930102881981, 40.884976472616884, -73.8193043477531, 40.88499733041221, -73.81929955007175, 40.88501458075261, -73.81928178510425, 40.88503528217118, -73.8192555022264, 40.88505901029584, -73.81919298507134, 40.88510779446652, -73.81916700534818, 40.88512648391527, -73.81914305674616, 40.885141749283676, -73.81911980450472, 40.88515443944249, -73.81909684702076, 40.88516476177536, -73.81900688656509, 40.88519835211938, -73.81892663075364, 40.88522663393382, -73.81889500963085, 40.88523769634294, -73.8188747239219, 40.88524373560084, -73.81884147193018, 40.88524804357765, -73.81878220460496, 40.885246608812814, -73.8187156633602, 40.88524364527103, -73.81869042670246, 40.88524344624437, -73.81863125910724, 40.88524851488243, -73.81861312571205, 40.88524933554695, -73.81854217159157, 40.885249497767546, -73.81847696606587, 40.885248818924914, -73.81839367570946, 40.88524899046798, -73.81837225223806, 40.885248023852306, -73.8183360884082, 40.885237602322896, -73.81829596160526, 40.88521980855216, -73.818278155593, 40.88521285216523, -73.81821933302076, 40.88519371151724, -73.81816411092697, 40.8851795724186, -73.81814717580151, 40.885173498060496, -73.81812657581689, 40.885164718262274, -73.81807500171796, 40.885139084737496, -73.81805607235415, 40.8851277078511, -73.81803204449817, 40.885110279748965, -73.81800739885614, 40.88509141438932, -73.81799252697027, 40.88507802499598, -73.81798157230355, 40.88506487410408, -73.81797477234738, 40.88505189185129, -73.81796554780857, 40.88501397396373, -73.81793143324506, 40.88488615441791, -73.81791498976321, 40.884828407197496, -73.81790758907819, 40.88479867401495, -73.81790254872662, 40.8847714073904, -73.81789972139369, 40.88474580835887, -73.81789908066028, 40.88472155810608, -73.81790072232313, 40.884703100691674, -73.81790499195651, 40.884683394844465, -73.81791194874212, 40.88466205885057, -73.81792213230915, 40.88463744296616, -73.81793519528206, 40.884609879823024, -73.81794699789322, 40.88459021917432, -73.81797421927867, 40.88455446680741, -73.81800251062951, 40.88452443331962, -73.81806978802865, 40.88446753218765, -73.81810152674221, 40.884433356461116, -73.81813935887085, 40.884387190422856, -73.81819424867382, 40.88431520633357, -73.81822758231206, 40.88426742941028, -73.8182782510948, 40.884186061849455, -73.81829386332451, 40.88415947250309, -73.81830554521225, 40.88413572701231, -73.81831396852341, 40.88411344868887, -73.81831926481176, 40.88409225863514, -73.81831571350439, 40.88407580653, -73.81829893589303, 40.88406038537378, -73.81826915714095, 40.8840460972704, -73.81824936830954, 40.88403932505647, -73.81822543639612, 40.884032496787384, -73.8182073492027, 40.88403823592676, -73.81819076968897, 40.884047140852985, -73.81818366430342, 40.88407210920088, -73.8181712345941, 40.884108110045375, -73.8181522445899, 40.88416324853164, -73.81813331205909, 40.8842086429231, -73.81811494823654, 40.88425952848323, -73.81810437074661, 40.884285494497504, -73.8180941045268, 40.88430437055805, -73.8180816524536, 40.88432032649149, -73.81806120191781, 40.88434071282388, -73.81800964430987, 40.884389048983834, -73.81797555781111, 40.88442267168515, -73.81794331348758, 40.884455150960676, -73.81792438244356, 40.88447652569963, -73.81789360380925, 40.88451621928198, -73.81785165216733, 40.88456964747742, -73.81781556106752, 40.88459519769371, -73.8177935869853, 40.88461251991374, -73.81777434911228, 40.884629358385, -73.81776272325213, 40.88464598194889, -73.81775829932647, 40.884666988752656, -73.81775973966869, 40.88468173291645, -73.81776669378502, 40.88470727003041, -73.81777709374974, 40.88473618761324, -73.81779538105309, 40.884777436322366, -73.81780177986128, 40.8847943314742, -73.81780893325963, 40.88482162935369, -73.81781387912585, 40.88485262115188, -73.8178189698115, 40.88490870347521, -73.81782986045341, 40.88498590058935, -73.81784300585818, 40.885059067974154, -73.81785022111987, 40.885088920631674, -73.81785917320498, 40.88511323082457, -73.81787061589625, 40.885134037546145, -73.81788219123001, 40.88514844020549, -73.8178955457633, 40.885161754279366, -73.81790848278014, 40.88517198802417, -73.81794458061721, 40.88519563865211, -73.81803274830489, 40.88524935401732, -73.8180739134289, 40.88527272173544, -73.81810479742283, 40.885285677103816, -73.81814288377336, 40.885297697399345, -73.81821331642486, 40.88531729581016, -73.81825863331547, 40.885329800211224, -73.81836434669083, 40.88535477866194, -73.8184425188829, 40.88537403251851, -73.81847396796822, 40.88537996577148, -73.81850714610485, 40.88538318586318, -73.81854139733379, 40.885383623323804, -73.81857587687512, 40.88538126872019, -73.81869179415517, 40.8853650484785, -73.81871716292626, 40.88536163315381, -73.81881613467739, 40.88535049373844, -73.81893890816927, 40.88533970764967, -73.81896954796767, 40.88533522355454, -73.81900100698823, 40.885327930313245, -73.81903321873543, 40.885317844930135, -73.81906608821035, 40.88530499427022, -73.81909818307892, 40.88529032520235, -73.81912379738652, 40.885276451906684, -73.81914505219429, 40.885262225987084, -73.81916229827992, 40.88524737064531, -73.81921891243373, 40.885188639462065, -73.81928120640195, 40.8851285727153, -73.8192974593319, 40.885117201586795, -73.81931802593225, 40.88510819288516, -73.81934172061432, 40.88510207964228, -73.81936652723539, 40.88509939359074, -73.81946714080357, 40.88509867303115, -73.8194996155773, 40.885093904409864, -73.81952169648486, 40.88509700419972, -73.81955090253545, 40.885110111441506, -73.81959547006072, 40.885132524015965, -73.81964519033183, 40.88516205127545, -73.81965965661765, 40.88517331376935, -73.81968526079976, 40.885198985259684, -73.81970386239155, 40.88522326805936, -73.81971117838945, 40.88523816545269, -73.81971617097557, 40.88525883044335, -73.81972408989083, 40.88531261094397, -73.81972617310574, 40.88535823111276, -73.81973176798363, 40.88540182436469, -73.81973707684882, 40.88542793960034, -73.81974750706864, 40.88546618610172, -73.81975224012976, 40.8854814909809, -73.81976004599045, 40.885496465676816, -73.8197773288991, 40.88551001619068, -73.81980800750216, 40.885520552971485, -73.81982448485059, 40.88552663447489, -73.81984315420783, 40.885536471730276, -73.81986275798124, 40.88554914607709, -73.81989026853448, 40.88558642328085, -73.81987978883042, 40.88558917592743, -73.81920320239777, 40.88576693697907, -73.81866452293528, 40.88590846086168, -73.81728146698603, 40.88627181112473, -73.81722658571253, 40.88628623019038, -73.81673138032345, 40.88641632275956, -73.81645903817642, 40.88647642350341, -73.81599294872804, 40.88656365726164, -73.815523353836, 40.88662878556623, -73.81547652996986, 40.88663412535303, -73.8153655951038, 40.88665007208602, -73.81535023880346, 40.886743228191825, -73.81534721168299, 40.88676211378095, -73.81534556071969, 40.88677296651941, -73.81533620899478, 40.88684877982885, -73.8153200767044, 40.887027751163686, -73.81530546918526, 40.88713449501342, -73.81527726292153, 40.88734059941649, -73.81526432068625, 40.887440265385855, -73.81526202402938, 40.88750455472518, -73.81524950464056, 40.887825208222736, -73.81524906687918, 40.887982725306465, -73.8152662008006, 40.88830342623673, -73.81528254083847, 40.888520441049835, -73.81529828751003, 40.8887140332247, -73.81531240173193, 40.88891908688315, -73.81533814437836, 40.88916650185135, -73.81538709355017, 40.889394198129494, -73.81538709355017, 40.889394198129494 --73.85588386083417, 40.88386140806031, -73.8532428896431, 40.88302004869619, -73.85263287433953, 40.882825525207785, -73.85065122063456, 40.882191487525425, -73.85011188740192, 40.88201945074521, -73.84952397045762, 40.881769825101266, -73.84915644865124, 40.881614014785306, -73.84876648679344, 40.881457730850045, -73.84871668864648, 40.88140896269484, -73.84831804110111, 40.88125821915966, -73.8479709153604, 40.88111268300579, -73.84764844079028, 40.880975346672535, -73.84758313803883, 40.88094737593802, -73.84751989178885, 40.880920287660246, -73.84698179802427, 40.880691955518444, -73.84634290019501, 40.88042424161461, -73.84619313710722, 40.880359660824446, -73.84614052085375, 40.88033476783496, -73.8458372523767, 40.88021081525923, -73.84578252530625, 40.88018610208509, -73.84495875809439, 40.87983814563106, -73.84492596811933, 40.879824293489634, -73.8447733295725, 40.8797556187657, -73.84360032654438, 40.87925942838875, -73.8432411314641, 40.879108607221504, -73.8427378437748, 40.87942459458649, -73.84201454667232, 40.87987194639253, -73.84148638684056, 40.88020492155549, -73.8412778404779, 40.880317240098606, -73.84046211977011, 40.88062256055293, -73.83965169438069, 40.88092565208296, -73.83874272685912, 40.88126565716359, -73.83814920311514, 40.880200289838356, -73.83784720386876, 40.879667829460566, -73.83775737526707, 40.87950944867162, -73.83761093807938, 40.87925125726576, -73.8375374197795, 40.8791192367295, -73.83746180613467, 40.87898351668623, -73.83674644020003, 40.87771368599694, -73.83665889009558, 40.87746494435832, -73.83662904512413, 40.87738015890927, -73.83623761726112, 40.87666627373715, -73.8361073504176, 40.87644225876569, -73.83598388284368, 40.87624638367785, -73.83582393540102, 40.87598864248541, -73.83562417381192, 40.875823690188035, -73.83540716784603, 40.87547976683633, -73.8353312529255, 40.87533260054802, -73.83525716030289, 40.87516063733311, -73.83519735983343, 40.87499680338153, -73.83514649250206, 40.874831623316666, -73.83498248934112, 40.87421600710399, -73.83495128380301, 40.874131657758625, -73.83492536354109, 40.87407113661075, -73.834840055086, 40.87388266187512, -73.83472279189222, 40.87333369336194, -73.83457615940806, 40.87271358981802, -73.83430822795476, 40.87194340828149, -73.83421037269811, 40.87167900369332, -73.8341391908463, 40.87148666573315, -73.83399439199594, 40.87112756727403, -73.83358258141868, 40.87017636013561, -73.8335278835074, 40.86975941014327, -73.83349889499067, 40.86955584853551, -73.83348422666336, 40.86948263102411, -73.83340293649302, 40.869068289983645, -73.8333564888591, 40.868719794403326, -73.83330518864744, 40.86859759310559, -73.83324190969857, 40.868464242609704, -73.83315960439104, 40.868319440946394, -73.83209275649733, 40.86646814899836, -73.83182542005696, 40.86600932523174, -73.83174385516666, 40.86588606600706, -73.83168084365083, 40.86578240505537, -73.83111317446972, 40.86479351821515, -73.83069512987986, 40.86406526106348, -73.83058376046733, 40.86383546514818, -73.83053986313995, 40.863725957689525, -73.8305187767315, 40.863651236377045, -73.8300595544673, 40.86305149921826, -73.82990322497348, 40.862728298640846, -73.82976973567108, 40.862491225713434, -73.82962292374974, 40.86226065160564, -73.82959253428977, 40.86221815936133, -73.82955372131138, 40.86216403652451, -73.8295045819738, 40.86209518978783, -73.82947692631683, 40.86205652053561, -73.82927484336282, 40.86180363112894, -73.82910818544346, 40.86155734490521, -73.82895957853476, 40.86142225177689, -73.82873904895904, 40.861221773279865, -73.82849361976972, 40.861014051608265, -73.82841352053433, 40.86094625876575, -73.8282681103085, 40.86082318744425, -73.82819348636355, 40.86076002842134, -73.82792362191174, 40.86051776498417, -73.82790768864098, 40.86050108662496, -73.82787615889525, 40.86046684161671, -73.8278141209485, 40.86039642694627, -73.8277195531967, 40.86027959644996, -73.8276297656, 40.86014996531962, -73.82753210909904, 40.85996945356935, -73.8275065127684, 40.85992001161998, -73.82746960970346, 40.859842692439415, -73.82745383424314, 40.85980963790585, -73.82743286054212, 40.8597280336795, -73.82740816946391, 40.8595994776423, -73.82738945843677, 40.859482400109165, -73.8273587101448, 40.85940601219818, -73.82734033031163, 40.85936014875372, -73.8271430946171, 40.858868530583145, -73.82710562163105, 40.85878590561777, -73.82697329596925, 40.85849410720174, -73.82694709368353, 40.858416739944985, -73.82684344719381, 40.85807685216581, -73.82673705025864, 40.857674109385734, -73.8266756193058, 40.85740728230445, -73.826644336391, 40.85725730423868, -73.82663587172766, 40.857214103008296, -73.82662978542153, 40.85718167343798, -73.82662585562105, 40.85716003860772, -73.82657877948759, 40.85682649573025, -73.82655543929465, 40.85665304292057, -73.82668738224538, 40.856637195329405, -73.8268285456456, 40.85662024211562, -73.82725732471052, 40.85656218451752, -73.82885689406999, 40.85637528763886, -73.82899851852879, 40.85635986059034, -73.8291401522618, 40.85634449101327, -73.82934937940806, 40.85632181381287, -73.82973075960402, 40.856300288224354, -73.82980866122726, 40.85628436359866, -73.82990765472688, 40.85627257086075, -73.83055069128824, 40.85620146060809, -73.8311283220989, 40.856116422192514, -73.83128154529169, 40.85609928577683, -73.83175080081803, 40.85607130749417, -73.83185660794047, 40.85606250365072, -73.83195516881707, 40.856058309582195, -73.83219649741332, 40.85605787291177, -73.8324278732157, 40.85606352301712, -73.83248030079413, 40.856069854875514, -73.83262298841984, 40.85608708668143, -73.83284386289864, 40.856113759820076, -73.83309416151158, 40.856143987927744, -73.83315322997092, 40.856151122420975, -73.83451452295155, 40.856373770323486, -73.8346167705202, 40.856385666563554, -73.83474059631524, 40.85640421134182, -73.83627791802705, 40.85662313276168, -73.83663846369205, 40.8566892483044, -73.83678971000987, 40.856708231323566, -73.8373964805365, 40.85678438635328, -73.84003031455403, 40.85719036053286, -73.8411244602509, 40.857358991149496, -73.84215950415809, 40.857507453166775, -73.84277535423901, 40.85760357961847, -73.84309502549317, 40.857644703536494, -73.84354033576243, 40.85772988249087, -73.84365090848304, 40.857749714439166, -73.84369482167266, 40.8577560152496, -73.84390190720086, 40.857785495869756, -73.84402577974151, 40.85779996771452, -73.84647890777076, 40.858051486720406, -73.8468892524897, 40.85807383652161, -73.84716176856178, 40.8580823536064, -73.84937647103247, 40.85811130844276, -73.8495207088577, 40.858109823545604, -73.84965832490997, 40.858108406381355, -73.84995089247045, 40.85809118263786, -73.8526882153589, 40.857849644978565, -73.85552470491378, 40.85760608557684, -73.85614534715332, 40.857558217444726, -73.85637186022493, 40.857549619906074, -73.85656757449114, 40.85754219209732, -73.85716111319677, 40.857519925403935, -73.85878350446404, 40.85746891338174, -73.85892418536825, 40.85746053262024, -73.8616195275447, 40.85739039338669, -73.86179102437214, 40.85738593801209, -73.86179069061482, 40.85798258712915, -73.86177224015877, 40.85869562100764, -73.86175799728953, 40.859211294648254, -73.86175615668222, 40.85964487360599, -73.8617374477401, 40.86001630382679, -73.86172796029845, 40.86044135761392, -73.8617221302658, 40.86075819023003, -73.86171942129806, 40.86089678967121, -73.8617078077548, 40.86124160619252, -73.86164503741692, 40.86310548131386, -73.86156237586262, 40.86554914417284, -73.8615461346772, 40.866042065680304, -73.86154238724016, 40.86615331135071, -73.86153603578032, 40.86638435961398, -73.86153536878125, 40.866440933911164, -73.86153297224493, 40.866507233227196, -73.86150246266389, 40.86755112127352, -73.86149824665, 40.86778190459478, -73.86149094039477, 40.86788632744744, -73.86143383184964, 40.86960315618869, -73.86137922989593, 40.871336205200365, -73.86136421194622, 40.8718186045245, -73.8613449800099, 40.87252462173404, -73.86132099190483, 40.87312307871675, -73.86131420049618, 40.87336871407415, -73.86130799559727, 40.8735765611028, -73.86130512705466, 40.87367270196859, -73.86128727384903, 40.87407836971057, -73.86122391507304, 40.874485918757976, -73.86107388898803, 40.87447119985474, -73.86070751342216, 40.87514503255754, -73.86067698023295, 40.87519678551153, -73.86058240412711, 40.87536719144992, -73.8605121945628, 40.875493697317786, -73.86044040397208, 40.87562385631214, -73.86035145489649, 40.875785121690065, -73.86032927409167, 40.8758261994547, -73.8603147130809, 40.875851508975764, -73.86012856361442, 40.87618577002366, -73.8600771794715, 40.876278038435196, -73.86001909211747, 40.87638390327386, -73.85991415093021, 40.87657516037942, -73.85981683115693, 40.87675252579991, -73.8597514135363, 40.876860111429934, -73.85969097499456, 40.8769614626892, -73.85953110768838, 40.87726617091614, -73.8593256810889, 40.87764027445102, -73.85927789460523, 40.877727300624834, -73.85922758854721, 40.87781804722377, -73.85897510812975, 40.87827464316192, -73.85892377594583, 40.87836606913567, -73.85887202260433, 40.87845965844356, -73.85864907126799, 40.87886284124862, -73.85861625406997, 40.87892484018575, -73.858573680096, 40.878999541149994, -73.85854443350722, 40.87905221628363, -73.85827563231486, 40.87953914334797, -73.85822193424843, 40.87963641655665, -73.85817040849079, 40.87972917646071, -73.85789427878345, 40.88022629070325, -73.85783417024761, 40.88033478941504, -73.85779356232538, 40.88041746721768, -73.85744510386516, 40.88104082783738, -73.85705653526546, 40.881744922230936, -73.8566660316882, 40.88244788091944, -73.85661674947438, 40.882537003102556, -73.85650521101503, 40.882738142378535, -73.85646080879697, 40.8828160576863, -73.85641936076968, 40.88289288526013, -73.85631728905305, 40.88308201551076, -73.85627615970918, 40.88315397178889, -73.85588386083417, 40.88386140806031, -73.85588386083417, 40.88386140806031 --73.8870114992673, 40.88247162329738, -73.88699696716638, 40.88243827933733, -73.88690614305044, 40.88222988066756, -73.88677228023116, 40.881969549123475, -73.88593590750337, 40.880480978983364, -73.88591733253433, 40.88044792173599, -73.8858942228484, 40.88025737012993, -73.88581128470682, 40.87978341099422, -73.88578592782461, 40.87967612161338, -73.88577334355092, 40.87960014041617, -73.88566649282886, 40.878955016143124, -73.88565554685528, 40.87888892120046, -73.88532324345101, 40.87917753640644, -73.88527559933259, 40.87912483033169, -73.88504843261464, 40.87887351767755, -73.88498866749273, 40.878783769546985, -73.8849050687675, 40.87863452219589, -73.88480469568053, 40.87845532491992, -73.8851588295496, 40.877668790961415, -73.88524188288197, 40.87748203401744, -73.88530057875292, 40.87735004660079, -73.88547563715022, 40.87695639648681, -73.88558433350278, 40.87671565163728, -73.8857741536621, 40.87629522523722, -73.88578951095539, 40.87626073462789, -73.88581906599075, 40.87619408001733, -73.88589738675049, 40.876017741924926, -73.88594945324932, 40.8759022598448, -73.88611627502794, 40.875528296904385, -73.88612756492044, 40.87550296920318, -73.88618042551646, 40.875383297819944, -73.88645138437622, 40.874784319413145, -73.88649314560125, 40.87469044134869, -73.88653473877918, 40.87459694851151, -73.88662841357582, 40.87438739064072, -73.88671244942081, 40.874197054958806, -73.88672121585216, 40.87417712854847, -73.88679270594339, 40.87401951414655, -73.88685142142035, 40.8738856447627, -73.88708928875873, 40.87337571039982, -73.88719455119139, 40.87311943430211, -73.88726116226813, 40.87296805429912, -73.88737670198843, 40.872722647952386, -73.88744620455343, 40.872622351782866, -73.88754526226576, 40.87247424770672, -73.88763958472654, 40.87235372991, -73.88777371378583, 40.87220085386504, -73.88785200171921, 40.87212040825889, -73.88792799596584, 40.872042323254014, -73.88803058507997, 40.87194598948399, -73.8882377695869, 40.871782967705045, -73.88845765332836, 40.8716298298865, -73.88867232368928, 40.87149647216007, -73.88881567808984, 40.871422880133416, -73.88889604703164, 40.87136935233137, -73.88904481252662, 40.871283040418405, -73.88910581831949, 40.87124764590725, -73.88942974508194, 40.87105970951055, -73.89042160762993, 40.87049054069011, -73.89084975919612, 40.87024180093287, -73.89097593671657, 40.870158601553534, -73.8911728734302, 40.87002607965908, -73.8913919786739, 40.86985309229842, -73.89159313096718, 40.86966803370402, -73.8917367161177, 40.86951096199381, -73.89188021489504, 40.86934385226618, -73.89242134792448, 40.86862418447183, -73.89299610692984, 40.867881371147156, -73.89401436658613, 40.86654163947387, -73.89422749353021, 40.86626130186934, -73.89431617683415, 40.866144834539824, -73.89434259229361, 40.86611014304905, -73.89437559523212, 40.86606680207461, -73.89441168030022, 40.866019411706816, -73.89443939009703, 40.86598302125289, -73.89492179031102, 40.865349491501306, -73.89529572802562, 40.86485923280975, -73.89558109499839, 40.86448426983519, -73.89563326719637, 40.86441571680661, -73.89577758586667, 40.864226084285605, -73.89583835706621, 40.86414623327551, -73.8969629287274, 40.86266715501043, -73.8969910292706, 40.862631690878004, -73.89713202472518, 40.86245375371354, -73.8971590666393, 40.862410904574396, -73.89718056212955, 40.86237199193244, -73.89721248996861, 40.86231352272612, -73.89723861290162, 40.86226506809672, -73.89742629101175, 40.861916964136654, -73.8977288553703, 40.86134919163812, -73.89787094069908, 40.861082555282685, -73.89827706860773, 40.86033122233103, -73.89832424288666, 40.86024308876785, -73.89862346720248, 40.85968403027692, -73.89883157631141, 40.85930449849682, -73.89920371938972, 40.85867506323314, -73.89994956018232, 40.85741964184392, -73.90093919833382, 40.85775822858204, -73.90191311123074, 40.85809296814886, -73.90273258933512, 40.8583734813855, -73.90277985409097, 40.85838965892051, -73.90358611278393, 40.85867180283214, -73.90361901464837, 40.8586833169835, -73.90369134781814, 40.85870862895052, -73.90385701262736, 40.85844377246831, -73.90390816066004, 40.858367279656854, -73.90396449296496, 40.858384258491014, -73.90400142308307, 40.85839538867589, -73.9040841166651, 40.858420314603094, -73.9048684614373, 40.858692921243225, -73.90572261680195, 40.85899268437124, -73.90584679486857, 40.85903608677438, -73.90665230516379, 40.859320385985384, -73.90667400025316, 40.85932811533881, -73.906706834657, 40.85934013823079, -73.90679734686134, 40.859373278303, -73.90684234588511, 40.85936637636433, -73.9069113141634, 40.85936771432937, -73.9072578611649, 40.85935312270991, -73.90735280735805, 40.85938694848212, -73.90736948296788, 40.85939567682045, -73.90777319491299, 40.85960722743515, -73.90795408313538, 40.85969185141803, -73.90860879878647, 40.86004004590601, -73.90900027781115, 40.86024332410749, -73.90910281535069, 40.86028529935662, -73.9091549502586, 40.8603000193142, -73.90919477070618, 40.86030830905955, -73.90943712906488, 40.860317536870525, -73.90954888329821, 40.86027801375779, -73.90959245788375, 40.86026260359706, -73.90964310448165, 40.86023795362208, -73.90984029997423, 40.860112122054154, -73.90989118350143, 40.86007965049394, -73.91006355095409, 40.86009446568068, -73.9101017814183, 40.860104110012664, -73.9101377813759, 40.860116038039756, -73.91020719264904, 40.860145671393845, -73.91028646460548, 40.86018698723363, -73.91036084268177, 40.86023641713866, -73.91042438176433, 40.860289086649985, -73.91048378179013, 40.86035216168438, -73.91051795053214, 40.86038181342654, -73.91056842528846, 40.860419495766116, -73.91063046796637, 40.86045798397829, -73.91069923630334, 40.86049252601028, -73.91073545095556, 40.86050821356379, -73.91081403996114, 40.86054196619047, -73.91101446915447, 40.86060095178955, -73.91117534988034, 40.86050742834974, -73.91124664384255, 40.86047520783413, -73.91133930672369, 40.860441559310296, -73.91169303493135, 40.86033877575281, -73.91206513720644, 40.860250792069785, -73.91219096169827, 40.86021184262962, -73.9122872806308, 40.86017620424086, -73.91249757426893, 40.86007404388257, -73.91316293113269, 40.859695889392626, -73.91322050994596, 40.85965557452708, -73.91328436846614, 40.85961829180193, -73.91359559463406, 40.85943659107383, -73.91386219429089, 40.85931689459545, -73.91522484049108, 40.858823997355145, -73.9153249045596, 40.85878207735306, -73.91541839974703, 40.85873212367328, -73.91550404324983, 40.85867466758203, -73.91558981154539, 40.85860193919515, -73.91565550970049, 40.85853094212473, -73.9157107235702, 40.85845493693189, -73.91574465115103, 40.85839515742023, -73.9157758925515, 40.858323006795814, -73.91584394014677, 40.85805955753423, -73.91585607454587, 40.858012579673876, -73.91690231153324, 40.85831555618747, -73.91668623136327, 40.8586490042608, -73.91646326869666, 40.858941911340715, -73.91622841547687, 40.859203444353895, -73.9159489259272, 40.85946849320295, -73.91567601945569, 40.85969775347684, -73.91550098921743, 40.85984620276089, -73.91547306176938, 40.85986988861814, -73.91585195311245, 40.860153591364764, -73.914362542774, 40.861408161811994, -73.91386059268233, 40.86183091233201, -73.91369906371898, 40.86194456046292, -73.91366057524513, 40.86197164092646, -73.91350282020542, 40.862084043524845, -73.9134404082008, 40.86213185417193, -73.91349469624791, 40.862165468762925, -73.91361148856093, 40.86223093815825, -73.91423862238163, 40.862491789035516, -73.91419601519632, 40.86251094049955, -73.9141712251307, 40.86253789804437, -73.91408876959869, 40.86262756421565, -73.91394785148373, 40.86277136562693, -73.91366378618844, 40.86307701477764, -73.91353864926909, 40.86320763080515, -73.91345067378596, 40.863296711558455, -73.91338914211332, 40.86335710537551, -73.9130945836656, 40.86319192942954, -73.91280852897498, 40.86303926515799, -73.91278931809379, 40.86302789726053, -73.91274936860907, 40.863024164242994, -73.91272037799658, 40.863043681150366, -73.91265795754833, 40.86310041881916, -73.91258763530783, 40.86315877315066, -73.91258078950028, 40.86317194393445, -73.9125819091901, 40.86319541065265, -73.91259802849176, 40.8632324753275, -73.9126006866891, 40.86325225570405, -73.91259267388443, 40.863282455671644, -73.91258043606948, 40.863304559733756, -73.91256170451487, 40.86333004921855, -73.91252727028895, 40.86337143935595, -73.91249102588762, 40.863412008663964, -73.91242162612252, 40.86348466337218, -73.9123967435834, 40.86351526744614, -73.91235625593515, 40.863571373244795, -73.9123398776319, 40.8635940612547, -73.91233057097791, 40.86360957953141, -73.91232461168501, 40.863624114314376, -73.91232234689146, 40.86364336686993, -73.9123276267326, 40.86366017222366, -73.9123462327544, 40.863682367228435, -73.91235964941741, 40.86369290144606, -73.9123765538309, 40.86370393808275, -73.91243264921015, 40.86373476751959, -73.91245562230483, 40.86374548997669, -73.91251279130351, 40.86376722794184, -73.91253837247099, 40.86378084923599, -73.9125817928867, 40.86380633899146, -73.91259874424571, 40.863818708355964, -73.91260960417169, 40.86383247516741, -73.91261135091894, 40.86384633863237, -73.9126030932821, 40.86388678778848, -73.9125974477994, 40.8639161809062, -73.91260016034353, 40.863943366050066, -73.91262135645472, 40.8639912935698, -73.91264039215537, 40.86402333931012, -73.9126461517792, 40.864037978432556, -73.91263436762172, 40.864078529376506, -73.91260781257014, 40.864119012401495, -73.91256384203639, 40.86417797198304, -73.9125046491185, 40.86425540165925, -73.9124614685673, 40.86430700479734, -73.91244815803961, 40.86432025801345, -73.91241335231632, 40.86434967581549, -73.9123988119266, 40.864363689006126, -73.91232512939621, 40.86444690854193, -73.91224841711914, 40.86452394836526, -73.91216746480978, 40.8646103995302, -73.91208795706352, 40.864695918830385, -73.91202067273271, 40.8647784820825, -73.91192518469612, 40.864894511183316, -73.91191110923283, 40.864910181567325, -73.91187521750757, 40.86494596033547, -73.91185990708641, 40.864962639218994, -73.91179790533464, 40.865042517510425, -73.91177975228044, 40.865063199588484, -73.91173610179813, 40.86510878231529, -73.91170698131138, 40.865149271268265, -73.91168350797278, 40.86517823016317, -73.91166342118527, 40.865199081835385, -73.91160844135318, 40.865245700407065, -73.91157456038879, 40.86527124025105, -73.91156084772007, 40.8652833485322, -73.91154696228702, 40.865298708347574, -73.91151504183192, 40.865337740813544, -73.91147655025273, 40.86538104915738, -73.91144117179782, 40.865423840294824, -73.91143894679062, 40.865439699812505, -73.91144398915529, 40.865458409554726, -73.91143960895985, 40.86547243672271, -73.91141973257561, 40.86548035748125, -73.91137383281766, 40.86548306152533, -73.91135507347425, 40.86548854730609, -73.91132924967589, 40.865504461629115, -73.91130431729664, 40.86552257652784, -73.91128037843943, 40.86554282094266, -73.91125757204011, 40.8655650779173, -73.9111989822027, 40.865626737995555, -73.91116451798868, 40.86566774047722, -73.91112112697142, 40.86572625149674, -73.91104630447404, 40.86582137919583, -73.91103360436004, 40.865834540866246, -73.91099968717499, 40.86586282520362, -73.91098592603146, 40.86587641828533, -73.91095240375566, 40.86591625079215, -73.91092653306707, 40.8659501504669, -73.9108608610497, 40.86604196590102, -73.91082160014219, 40.86609666462053, -73.91079671146115, 40.8661332223689, -73.91077105601816, 40.866174547611045, -73.91076092029229, 40.866193895796094, -73.91074774354506, 40.86622448243929, -73.91074246637629, 40.86623941387729, -73.91073166466275, 40.86627859302599, -73.91072211659977, 40.86629931130653, -73.91070234164907, 40.86629769763562, -73.91068018536846, 40.866316015354805, -73.9106281877928, 40.86635333640423, -73.91059702115265, 40.8663814453549, -73.91057519316679, 40.86639198758088, -73.9105543546564, 40.86641031079935, -73.91052242012204, 40.86644487204238, -73.91048520161496, 40.866477306723546, -73.91047174021304, 40.86649187700626, -73.91046985322316, 40.86650580881662, -73.91047341054923, 40.866519926750016, -73.9104666228462, 40.866548401265526, -73.91046000533564, 40.86656147303941, -73.91043957980557, 40.866583996440234, -73.91039842878264, 40.86664475383825, -73.91036898410404, 40.86669056948768, -73.91036162648129, 40.866705327297524, -73.91035678503599, 40.866718993867416, -73.91035152537668, 40.866758677954984, -73.91034325052021, 40.866801813076385, -73.91034074003399, 40.8668206727783, -73.91035386676337, 40.866852933107296, -73.91036255022387, 40.86688330435807, -73.9103653966502, 40.86690297776157, -73.91036227865847, 40.86692637095616, -73.91034949405555, 40.86695091376958, -73.91032431095437, 40.866983705335244, -73.91030104557679, 40.86700706035618, -73.91028035036567, 40.8670227172855, -73.91025706118566, 40.867047866954366, -73.91024545049174, 40.867065643490605, -73.91023299737617, 40.86708885562497, -73.91022905692198, 40.86711164934992, -73.91021545242391, 40.86714333329147, -73.91019828218963, 40.86717503967, -73.9101561379106, 40.86724620405926, -73.9101441982295, 40.86727038460921, -73.91013506924922, 40.86729235394393, -73.91012968004799, 40.867313657126935, -73.9101060157821, 40.86736080993032, -73.91008277954002, 40.86740544889567, -73.91007441034819, 40.86741815728379, -73.91004822940869, 40.86745002320653, -73.91000279380619, 40.867519785610256, -73.90998047120314, 40.86755800207582, -73.90997066015666, 40.86759392214593, -73.90995165257084, 40.867634162790374, -73.90994658028276, 40.86764824878878, -73.9099427693983, 40.86766986746428, -73.90994101262493, 40.867700530456744, -73.90994028675713, 40.867756521416545, -73.90993876670666, 40.86779106750321, -73.90993363002126, 40.86781327766509, -73.90992361050218, 40.8678357946839, -73.90989665221912, 40.867887025886304, -73.90987831851528, 40.86792533459284, -73.9098686183021, 40.86794854073014, -73.90981740850772, 40.86810518585509, -73.90981028605984, 40.86811863810061, -73.90979121825114, 40.86818122971201, -73.90976419149555, 40.86824952419784, -73.90973768314429, 40.8683326123193, -73.90972365358485, 40.86836597977869, -73.90970435897249, 40.86840504681514, -73.90965546123243, 40.86849470537241, -73.9096129232889, 40.86856383683521, -73.90960598313163, 40.86857925227631, -73.90959391500765, 40.86861469598215, -73.90958658392297, 40.86862971850243, -73.90955172956997, 40.86868096144013, -73.90953505606383, 40.868708874340186, -73.90952574326376, 40.868727902479556, -73.90951813862112, 40.868749541575156, -73.9095090717333, 40.86878311280593, -73.90948729347046, 40.86887232609682, -73.90947866469284, 40.86889948438447, -73.90946700368004, 40.868930305283165, -73.90944893632965, 40.868967751455095, -73.90944328722476, 40.86898191351712, -73.90947022058431, 40.86900097999566, -73.90949820609198, 40.86900962323087, -73.90955415954149, 40.86902152564257, -73.90957045898192, 40.8690305982382, -73.90957809657627, 40.86904493010478, -73.9095772245189, 40.869063383145054, -73.90956864427825, 40.86908277205635, -73.90955490273119, 40.86909782286752, -73.90953863217914, 40.869105871292085, -73.90951698663297, 40.869105347345815, -73.90947535313175, 40.86909178304228, -73.90942205147256, 40.86907071659536, -73.90940168126075, 40.8690735803681, -73.90938806365178, 40.86908383345078, -73.90937085600852, 40.86910664553543, -73.90936197562642, 40.86912600537989, -73.9093537140237, 40.86915176908777, -73.909351163257, 40.869169449988625, -73.90935159566861, 40.86921076026602, -73.9093473161661, 40.86922960324048, -73.90932616848114, 40.86928063715267, -73.90929975813766, 40.86934508871397, -73.90930534352651, 40.86935855361473, -73.90931916760579, 40.86937091918922, -73.90932788561875, 40.86940803339354, -73.9093308728777, 40.86943824264656, -73.90933280868056, 40.869501846610326, -73.90932939241682, 40.869570508917484, -73.90932049696764, 40.869646966954136, -73.90930874153084, 40.869714689798855, -73.90929392881188, 40.869774821817515, -73.909255717578, 40.86990269453122, -73.90921482547672, 40.87006083955948, -73.90919897126763, 40.870126041396254, -73.90918998027442, 40.87015850685322, -73.90917861298195, 40.870193753850415, -73.90914444724031, 40.870285409335885, -73.90911774432301, 40.87030659662365, -73.90910702863876, 40.8703181036361, -73.9090966452791, 40.87041972463607, -73.9090828960206, 40.87055812975354, -73.909077827581, 40.87058558706915, -73.90906007126377, 40.870644057128324, -73.90905432410837, 40.87066989843056, -73.90904274640798, 40.870754782892774, -73.90902817251975, 40.87083595947893, -73.90902632273429, 40.870857069081026, -73.90902551590436, 40.87090315096102, -73.90902375310773, 40.870921370962726, -73.90901291253232, 40.870945174942214, -73.90900932881564, 40.87097033537612, -73.90900849178844, 40.87101160141711, -73.90900664828821, 40.87102897669605, -73.90899279532385, 40.87108517788494, -73.90899347605878, 40.87112257932357, -73.90898784196146, 40.87113770579337, -73.90895937434875, 40.871172130635856, -73.90894093073783, 40.87119695246475, -73.90893018190711, 40.87120828203662, -73.90890130492207, 40.871226292431956, -73.90886717854177, 40.8712470154491, -73.90884295722145, 40.87127829100448, -73.90881637298075, 40.871303406244884, -73.9087977657569, 40.871316852046505, -73.90878228249989, 40.8713255835544, -73.90873992563489, 40.87133685750223, -73.90871476760165, 40.87133923110274, -73.90869750367678, 40.87134628267957, -73.90868911306345, 40.87136021470608, -73.90868820148044, 40.87137787797224, -73.90869709473493, 40.87140566148513, -73.90870707395723, 40.87142096598272, -73.90871065470331, 40.87143695339125, -73.90870640648725, 40.871496710065365, -73.90870851083015, 40.8715425763228, -73.90871155803165, 40.87155836700233, -73.90872322416135, 40.871597865362574, -73.90872476735106, 40.87161525772184, -73.90872272862255, 40.87165380242916, -73.90872894310921, 40.87168260767492, -73.90871519262716, 40.87170450118624, -73.90818599111532, 40.872547662710325, -73.90724699102789, 40.87297365872638, -73.90717319002788, 40.87348718127851, -73.90689162237072, 40.87343341590554, -73.90681375964813, 40.87341880026371, -73.9067913648405, 40.87341440670432, -73.90669984538076, 40.87339645264944, -73.90614757418246, 40.87326345382032, -73.90598471894926, 40.87321806630973, -73.90589795347326, 40.8731976013269, -73.90584855585301, 40.87318595103732, -73.90571388574313, 40.87313759381221, -73.90581681406974, 40.873000841429146, -73.90685208987017, 40.87078292800996, -73.90689548164475, 40.87067723662823, -73.90759275269042, 40.86917389671693, -73.90762499227705, 40.86909768802062, -73.90792632037594, 40.86838537985451, -73.9079905367168, 40.868246011926054, -73.90835274177462, 40.86716307360767, -73.90842254646566, 40.8668773379854, -73.9084657144051, 40.86655400825374, -73.90847240902254, 40.866414529533756, -73.9084583362914, 40.86590606862216, -73.90848813258359, 40.865345131304736, -73.90805262423174, 40.86587221180571, -73.90803244644151, 40.86590128244136, -73.90792824107338, 40.86608062730213, -73.90785211555675, 40.86623081142436, -73.90778069454032, 40.86639605813975, -73.90772426202098, 40.86655341769925, -73.90758386367129, 40.867078912958654, -73.90752677404389, 40.86723037187008, -73.90744399937172, 40.867400644786436, -73.90733309514079, 40.86758510927688, -73.90719718055772, 40.867772010078276, -73.90704850240122, 40.867940541256615, -73.90689911566277, 40.868081718404014, -73.90665932157734, 40.86827336222059, -73.9064416641274, 40.868414641109666, -73.90538700555346, 40.86899265618136, -73.90507959178711, 40.86914566607311, -73.90470446409095, 40.869303739423586, -73.90452912113466, 40.869384141438395, -73.9038748220778, 40.86971395258255, -73.90384168387061, 40.86967421880744, -73.90374052818423, 40.86957052509471, -73.90327397896444, 40.86991026589955, -73.9030673106432, 40.87008702957267, -73.90286723525698, 40.87029567933328, -73.90277822087036, 40.87040571076251, -73.90269312224657, 40.87052449457393, -73.90264973486565, 40.87058460613938, -73.90258808341369, 40.87069197523953, -73.90251224507186, 40.87083754186619, -73.90244639232402, 40.87098958419268, -73.90237564137155, 40.87120937871774, -73.90233030545596, 40.87144390508997, -73.90229971141653, 40.871810575335196, -73.90226161716627, 40.87206520309264, -73.902226847529, 40.87222318779447, -73.90220036247842, 40.87231843975578, -73.9021891510165, 40.87235707742649, -73.90218441533989, 40.872373225477695, -73.90217621522855, 40.87240098869665, -73.90214589568858, 40.87250206445398, -73.9021127686399, 40.872598751539996, -73.90187388747782, 40.873303316046474, -73.9018376137803, 40.87341029925153, -73.90174774235156, 40.87367487183216, -73.9016553311066, 40.87394692792651, -73.90148264913829, 40.87445528462418, -73.90140062291736, 40.874669931507746, -73.90132460744084, 40.87483412100242, -73.90122357307766, 40.87501425738909, -73.90109260729878, 40.87520850209589, -73.90094354376923, 40.875395167914895, -73.90076529138678, 40.87558530953829, -73.90068047203623, 40.87567627412334, -73.9005887667071, 40.87574912119544, -73.9005614698382, 40.87576991696397, -73.90005436205865, 40.87618405551853, -73.89979767856575, 40.87642064328327, -73.89971431945209, 40.87649204531208, -73.8996706239714, 40.87652947303782, -73.89957907403614, 40.87660788985217, -73.89948979726425, 40.8766876710111, -73.89934593185691, 40.87681623166194, -73.89918585672423, 40.87696894526764, -73.89907080730393, 40.8770981043495, -73.8989491097523, 40.877254096535204, -73.89881438208059, 40.87744100532181, -73.89852773752114, 40.87793286844957, -73.89843963957584, 40.878066091064554, -73.89832524410294, 40.87822082740999, -73.89824698088022, 40.87831740328161, -73.89815387344711, 40.87841852066683, -73.89807749944076, 40.87848506231995, -73.897984953998, 40.87856135091516, -73.89784392581397, 40.87866957825124, -73.89777461695346, 40.878720204432334, -73.89775593647717, 40.87873373482108, -73.89773831299239, 40.878745775836215, -73.89767418932198, 40.87878355839269, -73.89759909903796, 40.8788379370764, -73.8975248346827, 40.878901347434855, -73.89746613918008, 40.878961018345315, -73.89731074563153, 40.87915826887412, -73.89727555662978, 40.87920293686302, -73.89717130647207, 40.87933526612937, -73.89692732094962, 40.879671546279674, -73.89681899772786, 40.87984429716587, -73.89676114623141, 40.87996614262228, -73.89671772019416, 40.88009717872571, -73.89668480986465, 40.88026753410254, -73.89662901773295, 40.88068981363832, -73.89657172944355, 40.8812489514346, -73.89652644317762, 40.88149576861863, -73.8965004110608, 40.881578251519024, -73.8964369707925, 40.88172502625489, -73.896376321621, 40.881821024085426, -73.89630782139446, 40.88191480773521, -73.89620948811667, 40.88201808807077, -73.89609989625924, 40.88210995891943, -73.89598416337476, 40.882189444231436, -73.89561922467787, 40.882397388427634, -73.89548563925285, 40.88246700486032, -73.8954623714023, 40.882479132259306, -73.89465441620602, 40.88145609884568, -73.89269761949697, 40.88173200374894, -73.89267332989793, 40.881634598870455, -73.89254886398314, 40.88165232351364, -73.89255060903461, 40.88166934254653, -73.89251020156712, 40.88167773168055, -73.89250745645413, 40.88172082014049, -73.89254333647487, 40.881716819369075, -73.89255058899424, 40.88174781278802, -73.89201494991715, 40.88183242602876, -73.89085409556294, 40.8819925888229, -73.8908121246431, 40.881998378878635, -73.88998374246955, 40.882112662783726, -73.8899734412287, 40.88208709893763, -73.8898122116132, 40.88213972538126, -73.88966622834837, 40.88215553354693, -73.88932934138181, 40.88217055350365, -73.88930294432599, 40.88217168531493, -73.8892765055314, 40.8821715194781, -73.88925013534467, 40.88217005339746, -73.88922394408841, 40.882167298885314, -73.88919804565354, 40.88216326235456, -73.88917787067864, 40.88216066398895, -73.88915736310557, 40.88218391918893, -73.88910111167837, 40.88217264057955, -73.88911044658792, 40.88214783752384, -73.88904344199344, 40.88210760689474, -73.88898468133507, 40.88213538084771, -73.88844553801889, 40.88216699218674, -73.88836486959427, 40.882267232067456, -73.88815924637017, 40.88233913951053, -73.88803273647719, 40.882374206089295, -73.88789357153375, 40.88241565909991, -73.88778604046233, 40.88244274661433, -73.88769328037081, 40.88246025191046, -73.88757734063014, 40.88247613348977, -73.88744876091822, 40.882488804997074, -73.88734127799816, 40.882488700132384, -73.88720636207675, 40.88247853693394, -73.8870114992673, 40.88247162329738, -73.8870114992673, 40.88247162329738 --73.91544105058519, 40.87559062943872, -73.9154350040594, 40.8756062826935, -73.91532326303329, 40.87589183284323, -73.91531810221252, 40.87590503831416, -73.91508700313297, 40.87649565790937, -73.91239901224594, 40.87810465835155, -73.9117922336354, 40.87894603408244, -73.91160499693869, 40.879205659848715, -73.91049962918366, 40.87898347351679, -73.90963499213602, 40.87880967382522, -73.90928099447278, 40.87803565393656, -73.90871001206852, 40.877602667931654, -73.90818601316201, 40.877392659219026, -73.90743898555259, 40.87640565187275, -73.90741998895713, 40.87629365375332, -73.90721888914136, 40.87394947023783, -73.90721246467332, 40.873874228369495, -73.90717936665474, 40.87348836138415, -73.90717319002788, 40.87348718127851, -73.90724699102789, 40.87297365872638, -73.90818599111532, 40.872547662710325, -73.90871519262716, 40.87170450118624, -73.90872894310921, 40.87168260767492, -73.90875476969279, 40.87174121209298, -73.90876255895492, 40.87176095786437, -73.90877690113113, 40.87182225916457, -73.90878888890099, 40.87185824406368, -73.908804115097, 40.87189777674447, -73.90885578502973, 40.87201598779275, -73.90888190353749, 40.87207296432576, -73.90890949655426, 40.872128268908234, -73.90893857117602, 40.87218191865409, -73.90896913213564, 40.872233923471356, -73.90903133794626, 40.87233310731563, -73.90911255373015, 40.87245778272106, -73.90919234764576, 40.87257797791733, -73.90925321155854, 40.87266649069061, -73.90932363896022, 40.87276149986564, -73.90943057899572, 40.87289606009848, -73.90949555280227, 40.872977631396694, -73.90953181294343, 40.8730213488285, -73.90956815675847, 40.87306201906106, -73.90960314225694, 40.873097490598454, -73.90979634139542, 40.873280329271225, -73.90991020590461, 40.87338905224144, -73.90993937851128, 40.87341690640736, -73.90996256448759, 40.87343904589805, -73.90999536612712, 40.87346859039618, -73.91007726967963, 40.87353882300361, -73.91017404319025, 40.8736314307562, -73.9102156931534, 40.873667520523576, -73.91041706825064, 40.873822971641225, -73.91048967366748, 40.87387786591867, -73.91052766375283, 40.87390545932692, -73.9105515694899, 40.87392282576645, -73.91057453067576, 40.87393950259551, -73.91060674147435, 40.873961533684906, -73.91063102907384, 40.87397814489387, -73.9106570897826, 40.87399596772672, -73.91071307366559, 40.8740317739485, -73.91073827188214, 40.874047892371586, -73.91076699694463, 40.87406495452657, -73.91081860916017, 40.87409561192607, -73.91089608815275, 40.87413755618684, -73.91101575437533, 40.87419772909926, -73.91122031367995, 40.874299713862534, -73.91136672893722, 40.8743746479764, -73.911409462758, 40.87439587558132, -73.91143903543033, 40.874409184082964, -73.91146684774836, 40.87441971862322, -73.91149314654747, 40.874427415458015, -73.91154711878234, 40.8744296792439, -73.91159479432011, 40.874441537385586, -73.91161348889794, 40.87445006852292, -73.91165452782944, 40.87447826001497, -73.9116724332411, 40.87448878782138, -73.91184149892342, 40.874538512387126, -73.91194733395064, 40.87456840024836, -73.91196554130312, 40.87456418094417, -73.91202537991633, 40.87457460470288, -73.91207903320935, 40.87459029427575, -73.91213960571484, 40.874609164213034, -73.91217466749043, 40.87462267120982, -73.91219635164289, 40.87463306673706, -73.91221423508415, 40.874643259460676, -73.91223728202307, 40.87466018455616, -73.91226413250588, 40.87467428230435, -73.91229629515374, 40.87468674339408, -73.91232943597072, 40.87469153305858, -73.91234688262809, 40.87470281682138, -73.9123724264459, 40.87471463891866, -73.91241329236907, 40.87472503816249, -73.91243709277715, 40.87471848626201, -73.9125602019111, 40.874758718866644, -73.91264849161679, 40.874791473449484, -73.91266677278918, 40.874796095083425, -73.9127039877735, 40.8748007049243, -73.91274974952216, 40.87481220274569, -73.91281546203892, 40.874833448098975, -73.91284470089036, 40.874842041931295, -73.91287000987526, 40.87484758913924, -73.91292782508901, 40.874857044677675, -73.91295253692272, 40.874862928199526, -73.91304962330719, 40.87489499483321, -73.91309371438243, 40.874909556520734, -73.91315981168543, 40.874927008210676, -73.91318324918949, 40.87493399742399, -73.91337907467023, 40.87500023680179, -73.91347645509549, 40.875039127194874, -73.91350725413044, 40.875048647730374, -73.91353257505975, 40.875053323129215, -73.91355448057165, 40.87505523776903, -73.91359357164814, 40.875056882520106, -73.91361860288623, 40.875057173206535, -73.91365983947115, 40.875066565539804, -73.91386088759982, 40.875121253842316, -73.91394814773189, 40.8751464974892, -73.91411737516265, 40.87519851597798, -73.91436894852598, 40.87527470411601, -73.91445666988464, 40.87530322099371, -73.91451991966376, 40.87532611324235, -73.91514169835146, 40.87551269129075, -73.91520084070706, 40.875525935918084, -73.91527581034771, 40.87554547394012, -73.91540122469485, 40.87557974666877, -73.91544105058519, 40.87559062943872, -73.91544105058519, 40.87559062943872 --73.88480469568053, 40.87845532491992, -73.88477074648016, 40.87839471610848, -73.88465896753344, 40.87846071737061, -73.8846266444244, 40.878476334641135, -73.88438572649089, 40.878632162504246, -73.88422867317676, 40.878721697258555, -73.88420045888765, 40.87857079130994, -73.88416462333228, 40.878443722620595, -73.88411160674188, 40.87826347996321, -73.88406468381379, 40.87816687171312, -73.88392010900314, 40.87787553919437, -73.88378677653021, 40.87764793002946, -73.8836804567371, 40.877494021360825, -73.8836416711914, 40.8774394117849, -73.8834822700715, 40.87710617211798, -73.88337580511616, 40.87691349608963, -73.88326994862348, 40.87669895221522, -73.88319913402096, 40.876497389124296, -73.88295737995799, 40.876393077469864, -73.88273843523177, 40.87631516018421, -73.88257369974397, 40.87627046173569, -73.88201618417135, 40.87442057261345, -73.88178174034543, 40.87377233295359, -73.88162765852714, 40.87339133851238, -73.88127374839509, 40.87258558763877, -73.88111033469231, 40.87219680889662, -73.88093592744863, 40.87167545575888, -73.88088863759893, 40.87146435483122, -73.88085406377533, 40.871127381326644, -73.88086014531343, 40.870970046936726, -73.88091055082477, 40.87048711077538, -73.88089763809548, 40.87044228820306, -73.88086053274698, 40.87031352405917, -73.88072603237121, 40.869910093775594, -73.8807193672079, 40.869892718247755, -73.88069570649661, 40.869834507768, -73.88055700978165, 40.86952234111596, -73.88047524830927, 40.86937202510514, -73.88045559711453, 40.86933709907679, -73.88037515029502, 40.869194117037196, -73.8802585022111, 40.86898678171672, -73.87996719259216, 40.86846900103885, -73.87980077113802, 40.86816459288635, -73.87978224921818, 40.868130714280305, -73.87973986686747, 40.868056090664226, -73.87954813351871, 40.867718506012196, -73.87906807721721, 40.868041544444104, -73.8789282479207, 40.86817201023865, -73.87869564387027, 40.86843866747361, -73.8785810694017, 40.86856033638886, -73.87852119312777, 40.86861855215517, -73.87844944143117, 40.86867421419975, -73.8783861687767, 40.86872205988149, -73.87824094251023, 40.86880612501993, -73.8781358588451, 40.86886106551924, -73.87801038844754, 40.86892124503198, -73.87795308211287, 40.86894508883049, -73.877889121986, 40.86896775942554, -73.87781645635637, 40.86899158780203, -73.87775327208045, 40.86900965944269, -73.87769009848837, 40.86902254874286, -73.87761167229455, 40.86903290766537, -73.87750241744074, 40.869044453074736, -73.8774383934002, 40.869046315740526, -73.87734368529846, 40.86904558026472, -73.87721056856161, 40.86904025637477, -73.87705188554432, 40.869014174924274, -73.87690261895344, 40.86898358104238, -73.87679344084901, 40.86895496042673, -73.87668597105838, 40.86892374992414, -73.87659728767436, 40.868887377095845, -73.8764966784358, 40.86883933099604, -73.87636454367046, 40.868773772531775, -73.87629976670215, 40.868730946963005, -73.87620263337521, 40.86864921791541, -73.87608334949897, 40.86854932463626, -73.87594192629874, 40.86842090513338, -73.87585019889629, 40.86834391366864, -73.87581466020674, 40.868302486220465, -73.87576521978129, 40.868244852089816, -73.87569365655962, 40.86814473151586, -73.87565904413205, 40.86809652432846, -73.875570569629, 40.86796208849875, -73.87553895892665, 40.867900336642236, -73.87551822767651, 40.86785214438163, -73.87548514984691, 40.86778400105102, -73.87542442944269, 40.86765411100257, -73.87534438622102, 40.86751403081476, -73.87528210701096, 40.86741611899621, -73.87522823759768, 40.86733365153228, -73.87514612492917, 40.86723797661754, -73.87509567787929, 40.867185251469586, -73.87505410550972, 40.86714983071739, -73.87500163183157, 40.867111389604695, -73.87495112499556, 40.867080476893776, -73.87491447208227, 40.86706387715777, -73.87488672989913, 40.86705481606805, -73.87485205442255, 40.8670419834044, -73.87481043620389, 40.86702914319812, -73.8747734825077, 40.86701797574635, -73.87471944926534, 40.867003456126746, -73.87469185153329, 40.86699519208037, -73.87465642486596, 40.866985089727834, -73.87450726250187, 40.86694500258019, -73.87442492350198, 40.86692287441202, -73.87444282147263, 40.866886659074765, -73.87445687221447, 40.86685882671201, -73.87447031452169, 40.866832203043444, -73.8744769416177, 40.86681907390569, -73.87450410004955, 40.86676527666037, -73.87451026704414, 40.866748295624646, -73.87451945125231, 40.86673468930407, -73.87455100596263, 40.8667008273717, -73.87459364392474, 40.866656492171515, -73.87462157066291, 40.86662984280298, -73.87465930420447, 40.866604733112545, -73.87469887197463, 40.86657058718378, -73.87471546254577, 40.86655765885415, -73.87473601725637, 40.86654350925869, -73.87478246037433, 40.86652305190873, -73.8748446559971, 40.86648176618445, -73.8748626251848, 40.86647055566271, -73.87489356883228, 40.86645365370153, -73.87492414871377, 40.8664377968066, -73.8749475773073, 40.866431925791396, -73.87499248969885, 40.866415473878085, -73.87500855335043, 40.86640767952915, -73.87504541483763, 40.866359181241016, -73.87507021708424, 40.866321057037105, -73.87510152781104, 40.86630253363478, -73.87513239156839, 40.86628072565321, -73.87514700470162, 40.866266493913024, -73.87515904676762, 40.86624753631918, -73.87517856470085, 40.86621056710565, -73.87517667176968, 40.866178229361836, -73.87518472741046, 40.86614455974895, -73.87520701288135, 40.866117576356075, -73.87523826125226, 40.86609238652095, -73.87526589930049, 40.866064448080934, -73.87530689124873, 40.86602892032785, -73.87532055841324, 40.86601432104349, -73.87533377817567, 40.865997302557766, -73.87535173060454, 40.86596770753612, -73.87536049921101, 40.865949124589946, -73.87536822212036, 40.865926472099524, -73.87536902689281, 40.86590782472007, -73.87536125106433, 40.865883401333875, -73.87533298289287, 40.865847005404746, -73.87531716362136, 40.8658061627935, -73.8753125676151, 40.865778116566005, -73.87531014015002, 40.86572464644328, -73.87531248586959, 40.86568696526852, -73.87531014636029, 40.86566313397136, -73.87530411513444, 40.86563950129479, -73.87529565368972, 40.86561764445932, -73.87528611466549, 40.86559987468366, -73.8752657418246, 40.86556976908838, -73.87523232776063, 40.86551593858308, -73.87519647055686, 40.86545436391127, -73.87517811518882, 40.865421243839755, -73.87515326344557, 40.86537853552108, -73.87513092303648, 40.86533887807366, -73.87509233859092, 40.86528449082992, -73.87506115169415, 40.86523925155822, -73.87504774689793, 40.86521464465607, -73.8750219292141, 40.865177919919155, -73.87500256756215, 40.865144480854916, -73.87498525162472, 40.86511063608162, -73.87497733721933, 40.86509064562899, -73.87496605470784, 40.86506845973288, -73.87495549514006, 40.865053541575016, -73.8749168500184, 40.86501328919866, -73.87488505793459, 40.86498155297216, -73.87486789837045, 40.864955432754854, -73.87481840485712, 40.86487734798963, -73.87480179738886, 40.86484656111998, -73.8747843099466, 40.86482137254117, -73.87474907557352, 40.86477464748208, -73.87473061089833, 40.86474876805848, -73.87471680672255, 40.86472723945813, -73.87470818142475, 40.86470815230587, -73.87468311812324, 40.86466659987968, -73.87465615745712, 40.86462229709027, -73.87463425591677, 40.86458041760743, -73.87461600298003, 40.86453854208494, -73.8745961216298, 40.86449973726232, -73.87458762364972, 40.864477955971616, -73.87458109165703, 40.86445588775973, -73.87457959552344, 40.86444163767535, -73.87456471973329, 40.86439529397952, -73.87453327137592, 40.8642960392609, -73.87452043533582, 40.86425749151997, -73.87450949417294, 40.86422994172583, -73.87449741746937, 40.864205754026834, -73.874483879749, 40.86418455076321, -73.87446593490117, 40.86416430982983, -73.87443512449349, 40.8641375362438, -73.87438844313327, 40.86410535053503, -73.87437187422552, 40.8640901484277, -73.87435681634557, 40.86406873097778, -73.8743334795964, 40.86402578368989, -73.87432285916252, 40.86400871503368, -73.87430095378842, 40.86397661210254, -73.87428629329406, 40.86395896903112, -73.87424067467622, 40.863916870019835, -73.87420826768889, 40.86388521127225, -73.87418867606337, 40.86386340074534, -73.8741540240675, 40.863818425783435, -73.87412092157587, 40.86377074922887, -73.87410152651448, 40.86374100287897, -73.87409110549032, 40.86372704831396, -73.87405992598053, 40.86367865344708, -73.87405017601273, 40.86366110575329, -73.87404270873678, 40.86364325528423, -73.87403699396378, 40.8636232167351, -73.87403252574181, 40.86359883377958, -73.87402680806213, 40.86354401558356, -73.87402355462783, 40.86352767533346, -73.87399184976826, 40.86346803274672, -73.87396349545583, 40.86341544014853, -73.87395534993242, 40.863397502485014, -73.87394352511313, 40.86336576708797, -73.87393863086687, 40.86334777714475, -73.87393680229596, 40.86332752581709, -73.8739372999293, 40.863308412549436, -73.87393934243936, 40.86328963775298, -73.87394290570471, 40.863271411215685, -73.8739479585864, 40.86325389048912, -73.87395444382874, 40.863237244802825, -73.87396233640813, 40.86322153446207, -73.8739715910977, 40.863206840461395, -73.87398217457304, 40.863193222196365, -73.87402177477419, 40.86314858219966, -73.87404909152319, 40.863118941759296, -73.8740731182308, 40.86308163724871, -73.87408712907327, 40.863063259119386, -73.87410464640863, 40.86304846426425, -73.87414462571755, 40.8630133743403, -73.87420106721457, 40.862971332555055, -73.87422028415625, 40.862955937107024, -73.87423394817071, 40.86294279583454, -73.87424716759747, 40.862927033648376, -73.87426012017873, 40.86290874259233, -73.87429438984783, 40.8628508045497, -73.87430816591208, 40.86281789582122, -73.87432871412855, 40.86278778688847, -73.87436594107938, 40.86274406538792, -73.87438092714694, 40.86272296790177, -73.87438855878135, 40.862708427884314, -73.8743969534272, 40.8626547686839, -73.87439963266435, 40.86263979644178, -73.87440386224242, 40.862625402201125, -73.87440951822776, 40.86261126345125, -73.87443350416181, 40.86256331141724, -73.87446520366625, 40.86251015483032, -73.8744836223424, 40.86248209486919, -73.87449748650936, 40.86245394890695, -73.87450663542703, 40.86243233177451, -73.87451766418515, 40.86241330019336, -73.87453474903235, 40.86238492720332, -73.87454485690047, 40.86237116699076, -73.87458350815162, 40.86233050413153, -73.87461343283509, 40.86229757239386, -73.8746234401819, 40.86228238028484, -73.87464477000646, 40.86224331676297, -73.87466413215948, 40.862213640515684, -73.87469692971055, 40.86217052102351, -73.87470926075804, 40.86215083528031, -73.87472123430113, 40.86212699698508, -73.87473506095162, 40.862099784760765, -73.87474589804812, 40.86208735804793, -73.87476010807177, 40.86206440555758, -73.8747743389128, 40.86203291193382, -73.87478423531063, 40.86201864989669, -73.87480126006028, 40.862001294303916, -73.87481907183654, 40.861988633820445, -73.87483872359991, 40.86197767635717, -73.874862201493, 40.86196935787604, -73.87489132619366, 40.861957366108236, -73.87490996224037, 40.861955446657085, -73.87492201262368, 40.86193736345968, -73.87493975512956, 40.86190790512871, -73.87494781303067, 40.86189048396412, -73.8749590068335, 40.861870612360214, -73.87497350461288, 40.86184973668631, -73.87499157061916, 40.86182735655463, -73.87501681899168, 40.86179899683755, -73.87503430353945, 40.86178305817978, -73.87508300999221, 40.86174864373915, -73.87510273743526, 40.86173143240434, -73.87511908516412, 40.861714497460724, -73.87513684143357, 40.861679525408476, -73.87514745019969, 40.861661655843974, -73.87518259606378, 40.86162652070125, -73.8752066936986, 40.86160515110716, -73.87521961530048, 40.8615942430299, -73.8752431851967, 40.86157851263094, -73.87527207235894, 40.861558974397, -73.8753039665868, 40.861534827091965, -73.87532858034969, 40.861518385515424, -73.87534639189619, 40.86150572494948, -73.87540810893559, 40.86146459415789, -73.87543670486242, 40.861443447291435, -73.8754612580598, 40.86142194306184, -73.87548842108946, 40.861395129648216, -73.87550103008194, 40.861381363944524, -73.87551642794843, 40.86136485835341, -73.87553276173381, 40.86134829793943, -73.87555336150625, 40.861332566073486, -73.87557262459768, 40.86131617360305, -73.87558957430103, 40.86130005238416, -73.87560270181942, 40.861285521811105, -73.87561464455712, 40.86126965543186, -73.87562545127005, 40.861252385762576, -73.87563449816028, 40.86123493679864, -73.87564384324364, 40.8612134197379, -73.8756498266308, 40.86119651586966, -73.87566597674609, 40.86113795094369, -73.8756759188765, 40.86108065171926, -73.8756878197535, 40.86099958524749, -73.87568935277723, 40.860971976048845, -73.8756936864822, 40.860942278927666, -73.87570043773952, 40.860921293057814, -73.87571653720836, 40.8609005594896, -73.87573158391152, 40.86087194999257, -73.87574407763044, 40.86084108381545, -73.87575522165064, 40.86081716347045, -73.8757646947747, 40.86079625887012, -73.87578919478206, 40.86075287978682, -73.87584047610527, 40.8606772469223, -73.87586352992986, 40.86064354023993, -73.87588040932268, 40.8606217476093, -73.87589329669558, 40.86060741034882, -73.87590657663043, 40.86059562820181, -73.87592046855033, 40.86058640230455, -73.87594894617207, 40.86057243389473, -73.87596921299422, 40.860560791624465, -73.87599902979537, 40.86054484896478, -73.87602848867364, 40.860527480435636, -73.87605986587862, 40.86050986452367, -73.87608068083442, 40.86049492882677, -73.876111095943, 40.86047039609714, -73.87613542869265, 40.860449768562454, -73.87614861477537, 40.86043420692616, -73.87615478661891, 40.86040006873596, -73.87615453547227, 40.86037315639423, -73.87615889095494, 40.86035201394007, -73.8761666557753, 40.86033629610039, -73.87617839244487, 40.8603207374072, -73.87620172049834, 40.860298208743885, -73.87623789713592, 40.860265530917935, -73.8762631431808, 40.86023973011426, -73.87628838297653, 40.860217278224226, -73.87630996151732, 40.86019984534214, -73.87632892892717, 40.86018655371665, -73.87635297203018, 40.8601659663468, -73.87639176785243, 40.86014259425114, -73.87642225101568, 40.860120862938636, -73.87644990788745, 40.860099703104765, -73.87648021301298, 40.860076103967835, -73.87649534639876, 40.860063769033964, -73.87651140236433, 40.860041307263444, -73.87652698996405, 40.86001813089997, -73.87654858127019, 40.859993752499406, -73.87656658695316, 40.859974559788455, -73.87657959774442, 40.85995684303928, -73.87658978381259, 40.85994205976839, -73.87659554975104, 40.859912395657545, -73.87659836750223, 40.85989851310001, -73.87660834588037, 40.85987420331079, -73.87662064719717, 40.859848910867555, -73.87663384053097, 40.85981077207129, -73.87663933327332, 40.85979153895355, -73.87664479918658, 40.85976950347868, -73.87664843706668, 40.859736764613736, -73.87664665025254, 40.859707037494346, -73.87664310462279, 40.85968620444532, -73.87663681600755, 40.85966261656258, -73.87662538615386, 40.85962223352625, -73.8766145549664, 40.85959096589918, -73.87657661834652, 40.85949669073389, -73.87656354624312, 40.85946697134972, -73.87654834980168, 40.85943731992919, -73.87653107984296, 40.85940783467939, -73.87651180021238, 40.85937862552758, -73.876497148324, 40.85935913312271, -73.87648084072322, 40.85934027469001, -73.87646300759711, 40.859322200750256, -73.87644378746488, 40.859305045624254, -73.87641558701013, 40.8592340324081, -73.87639854086656, 40.859184372773846, -73.87635781318288, 40.85909819985992, -73.87634348553455, 40.85906002439165, -73.87634062762412, 40.85904637888768, -73.87634397127287, 40.85900736959279, -73.87635592320416, 40.85896774188077, -73.87637410827827, 40.858911261850594, -73.8763889204244, 40.85887508788141, -73.87639810410352, 40.85885842152424, -73.87642199311153, 40.858822196040805, -73.87643152625053, 40.8588057488745, -73.87647423105275, 40.8587220255107, -73.8765159231393, 40.8586387954158, -73.87653626941638, 40.85860250938469, -73.87656291847657, 40.85856100634368, -73.87661750864208, 40.85848026095654, -73.87666496265776, 40.858409553794615, -73.87667260176136, 40.858396205874406, -73.87667907157669, 40.85838086031477, -73.87669159884703, 40.8583358860618, -73.87669557276399, 40.85831567698168, -73.87670184106608, 40.858267636168435, -73.87670752878813, 40.858244231274675, -73.87672019013594, 40.85821135976354, -73.87673482490241, 40.85818431563738, -73.8767731445438, 40.858124714332554, -73.87681338860001, 40.85806215065181, -73.8768373876733, 40.85802321381605, -73.87685118355162, 40.8579943975124, -73.87687516514987, 40.857928357662104, -73.87689758770944, 40.85786453855522, -73.87691156057107, 40.85781503994752, -73.8769267994914, 40.8577645809635, -73.87695268027706, 40.8577078749124, -73.87697097121865, 40.85766935969207, -73.87699111645279, 40.857625411079745, -73.87699944566836, 40.85760244212176, -73.8770094463324, 40.857565815391325, -73.87701932034572, 40.85752391434674, -73.87703913243851, 40.85746445800776, -73.87705694184946, 40.85741240967435, -73.8770686537355, 40.85737265105101, -73.8770730620295, 40.8573521893794, -73.87708151743169, 40.857297488132076, -73.87710402875234, 40.85722584740448, -73.87712715850869, 40.857111527638, -73.87713969802243, 40.85705513780976, -73.8771511378696, 40.85700656847754, -73.87715149824582, 40.856988040349, -73.87714290585902, 40.85695130195356, -73.87714147199422, 40.856935881311195, -73.87714461805972, 40.856877038443976, -73.8771466566903, 40.85685206188159, -73.87714970978533, 40.85681465331333, -73.87715186613079, 40.856788227985135, -73.87715155127056, 40.856724326071586, -73.87715267344329, 40.85670366458841, -73.87715820102359, 40.85666534915734, -73.8771666616407, 40.856623151227616, -73.87718379449502, 40.85655002164025, -73.87719036178977, 40.85651512287782, -73.87719563984109, 40.85647768335641, -73.87719681761922, 40.85644809355738, -73.87719336224465, 40.856418204365845, -73.87717215416599, 40.85633408398167, -73.87715787659978, 40.85625537752334, -73.87715202538404, 40.85619410904963, -73.87714413606771, 40.856158831995025, -73.87713246125897, 40.85612794260577, -73.87710469812767, 40.8560734738152, -73.87709502795231, 40.85605206513175, -73.87708739578436, 40.856025913027835, -73.8770770169286, 40.855965072860485, -73.87707284386165, 40.855950717279114, -73.8770255091431, 40.855858022453525, -73.87700574575005, 40.855813153299714, -73.87699539933045, 40.85577908117225, -73.8769884954194, 40.855743316187926, -73.87695940672883, 40.85565481726521, -73.87695153271503, 40.855631231293714, -73.87694056508778, 40.855607951791, -73.87691988311852, 40.855575026662834, -73.87690903824964, 40.85555848206514, -73.8768959333525, 40.855542333072236, -73.87688709470953, 40.855525402501186, -73.87689261869963, 40.8554820082978, -73.87687163721301, 40.85545138990034, -73.87686804491797, 40.85543086386027, -73.87687461990004, 40.855393764315366, -73.87691725166933, 40.85538967744899, -73.87698144810354, 40.855383049863505, -73.87705632041224, 40.855377238659194, -73.87709835386528, 40.85537345455407, -73.87717064521283, 40.85536970175161, -73.8772664629083, 40.85537235752026, -73.87735387674361, 40.85537372647793, -73.8774177442191, 40.855380176141125, -73.87747656421763, 40.85538917330263, -73.87751353487623, 40.85539559524532, -73.87756563274397, 40.85540330832704, -73.87761436604227, 40.85541357161055, -73.87768326112341, 40.85542896203916, -73.87781600271681, 40.855462288518915, -73.87799689505837, 40.85552618884135, -73.87819338085642, 40.85560316787586, -73.8784943705277, 40.85574434287313, -73.87860703550253, 40.85579718616105, -73.87874495856305, 40.85585920938496, -73.8789402808785, 40.85596197689806, -73.87905746946271, 40.856025525932, -73.87909653108052, 40.85604850779739, -73.87926631074835, 40.85618969447062, -73.879363828741, 40.85625081919142, -73.87951994611909, 40.856347189944174, -73.87967115508454, 40.85643831990668, -73.87980323760677, 40.85651905698263, -73.88017030832175, 40.85673594939249, -73.88050500895542, 40.8569206784678, -73.88055665387472, 40.856947680053274, -73.88065552061467, 40.85699936791813, -73.88072016150991, 40.85702927074859, -73.88079071339129, 40.857061907238844, -73.8807714553293, 40.85696773736009, -73.88073874600396, 40.85680786902576, -73.88068425460645, 40.856782243229695, -73.88073542057427, 40.85659879398419, -73.88166760274855, 40.853347885564474, -73.88182612294705, 40.85338751121283, -73.88193709504053, 40.85341918257393, -73.88206777599375, 40.85345649214633, -73.88209891742524, 40.85346539832456, -73.88261275029856, 40.853613454401994, -73.8826793160151, 40.853633908351426, -73.88273284337191, 40.853650356228634, -73.88315914567663, 40.85280764823064, -73.88323227730844, 40.85266258276767, -73.88328121692624, 40.852563409772955, -73.88333197398147, 40.85246516790177, -73.88382009098237, 40.85149898397315, -73.88459010965782, 40.8517213617098, -73.88471536945954, 40.85175847286867, -73.88473716610433, 40.85176493046612, -73.88487169875532, 40.85180478731497, -73.88554329339598, 40.85199795109595, -73.88638429697782, 40.85224295626431, -73.88722989771465, 40.85248782380472, -73.88807294065944, 40.85273411082917, -73.88834223399122, 40.852812781223065, -73.88879631184027, 40.852944303530975, -73.88884654173741, 40.85295952162546, -73.88891247100469, 40.85297906817284, -73.88963521625624, 40.853177300967715, -73.88960257831933, 40.85324851755846, -73.88958558203556, 40.85330169785055, -73.88955639857966, 40.85341723543987, -73.88956351982958, 40.85349245043598, -73.88957793342736, 40.85354199218459, -73.88961252462137, 40.853616651747785, -73.88962216997417, 40.853636650994524, -73.8896320300897, 40.85365659011286, -73.8896523946171, 40.853696283461716, -73.88971281227137, 40.85380396801569, -73.88986688462803, 40.854031513688454, -73.8900303905916, 40.854220681076455, -73.89024468240072, 40.854499963730476, -73.8903041623979, 40.85457748239623, -73.89038953710536, 40.85468874814731, -73.89047067495969, 40.85459815920566, -73.89090202817884, 40.85411657704465, -73.89102733542543, 40.85419549660511, -73.8918009227508, 40.85461070573189, -73.89239103169434, 40.85492684935656, -73.89250004242852, 40.85497480220619, -73.8931357000083, 40.85524342676993, -73.89443154381522, 40.85578587191474, -73.89477596190368, 40.85592920980796, -73.8954173868229, 40.85619750282142, -73.89558075803289, 40.8562449608149, -73.89573361824611, 40.85601233015435, -73.89730701014652, 40.85650997783707, -73.89738162899329, 40.856540497946284, -73.89771449023927, 40.856654522878245, -73.89787765471054, 40.85671019891456, -73.89817206070177, 40.85681148524648, -73.89906699704859, 40.85711851069522, -73.89994956018232, 40.85741964184392, -73.89920371938972, 40.85867506323314, -73.89883157631141, 40.85930449849682, -73.89862346720248, 40.85968403027692, -73.89832424288666, 40.86024308876785, -73.89827706860773, 40.86033122233103, -73.89787094069908, 40.861082555282685, -73.8977288553703, 40.86134919163812, -73.89742629101175, 40.861916964136654, -73.89723861290162, 40.86226506809672, -73.89721248996861, 40.86231352272612, -73.89718056212955, 40.86237199193244, -73.8971590666393, 40.862410904574396, -73.89713202472518, 40.86245375371354, -73.8969910292706, 40.862631690878004, -73.8969629287274, 40.86266715501043, -73.89583835706621, 40.86414623327551, -73.89577758586667, 40.864226084285605, -73.89563326719637, 40.86441571680661, -73.89558109499839, 40.86448426983519, -73.89529572802562, 40.86485923280975, -73.89492179031102, 40.865349491501306, -73.89443939009703, 40.86598302125289, -73.89441168030022, 40.866019411706816, -73.89437559523212, 40.86606680207461, -73.89434259229361, 40.86611014304905, -73.89431617683415, 40.866144834539824, -73.89422749353021, 40.86626130186934, -73.89401436658613, 40.86654163947387, -73.89299610692984, 40.867881371147156, -73.89242134792448, 40.86862418447183, -73.89188021489504, 40.86934385226618, -73.8917367161177, 40.86951096199381, -73.89159313096718, 40.86966803370402, -73.8913919786739, 40.86985309229842, -73.8911728734302, 40.87002607965908, -73.89097593671657, 40.870158601553534, -73.89084975919612, 40.87024180093287, -73.89042160762993, 40.87049054069011, -73.88942974508194, 40.87105970951055, -73.88910581831949, 40.87124764590725, -73.88904481252662, 40.871283040418405, -73.88889604703164, 40.87136935233137, -73.88881567808984, 40.871422880133416, -73.88867232368928, 40.87149647216007, -73.88845765332836, 40.8716298298865, -73.8882377695869, 40.871782967705045, -73.88803058507997, 40.87194598948399, -73.88792799596584, 40.872042323254014, -73.88785200171921, 40.87212040825889, -73.88777371378583, 40.87220085386504, -73.88763958472654, 40.87235372991, -73.88754526226576, 40.87247424770672, -73.88744620455343, 40.872622351782866, -73.88737670198843, 40.872722647952386, -73.88726116226813, 40.87296805429912, -73.88719455119139, 40.87311943430211, -73.88708928875873, 40.87337571039982, -73.88685142142035, 40.8738856447627, -73.88679270594339, 40.87401951414655, -73.88672121585216, 40.87417712854847, -73.88671244942081, 40.874197054958806, -73.88662841357582, 40.87438739064072, -73.88653473877918, 40.87459694851151, -73.88649314560125, 40.87469044134869, -73.88645138437622, 40.874784319413145, -73.88618042551646, 40.875383297819944, -73.88612756492044, 40.87550296920318, -73.88611627502794, 40.875528296904385, -73.88594945324932, 40.8759022598448, -73.88589738675049, 40.876017741924926, -73.88581906599075, 40.87619408001733, -73.88578951095539, 40.87626073462789, -73.8857741536621, 40.87629522523722, -73.88558433350278, 40.87671565163728, -73.88547563715022, 40.87695639648681, -73.88530057875292, 40.87735004660079, -73.88524188288197, 40.87748203401744, -73.8851588295496, 40.877668790961415, -73.88480469568053, 40.87845532491992, -73.88480469568053, 40.87845532491992 --73.92062094886894, 40.87300145649273, -73.92057937742648, 40.8730015242421, -73.9205599842803, 40.87300316148891, -73.92054158753514, 40.87300586379573, -73.92050797073036, 40.873014421397734, -73.92045373739651, 40.87303477828753, -73.92037039313907, 40.87307029099843, -73.9202777213481, 40.87311040590497, -73.92021280325399, 40.87314033649551, -73.9201861185972, 40.873155214821566, -73.92015930312394, 40.87317430463496, -73.92013274208625, 40.87319685969725, -73.92009014748513, 40.873236783076955, -73.92004301183059, 40.873280522265354, -73.92001701731942, 40.87330837706704, -73.92000638208341, 40.87332222010632, -73.91999778539838, 40.87333565663668, -73.9199911072132, 40.87334888288172, -73.91997125483756, 40.873419527732814, -73.91995336358274, 40.873503801029386, -73.91992716723017, 40.87363906951427, -73.91992469302647, 40.87366432199113, -73.91992567457434, 40.873691512915514, -73.91993010783558, 40.873721043902265, -73.91993820109282, 40.87375432616058, -73.91994365487929, 40.87377080797868, -73.91995061819965, 40.87378683699756, -73.91995897866867, 40.87380215289781, -73.91996862857143, 40.87381655749705, -73.91997942342128, 40.87382984898542, -73.91999129331181, 40.873841956175575, -73.92000414700745, 40.87385278715412, -73.92001790985066, 40.87386227523289, -73.92018360468509, 40.873960777297214, -73.92034248076756, 40.87405458377198, -73.92049138263403, 40.87415543307659, -73.920523547752, 40.87414308522674, -73.92056690129232, 40.87416028648513, -73.9205917387471, 40.874182518621964, -73.92061337749588, 40.87420708261831, -73.92063122635643, 40.874233315310065, -73.92065255261438, 40.87427123872639, -73.92066274518935, 40.87428936355593, -73.92068296107885, 40.87433326184224, -73.92070133904261, 40.874386399671096, -73.92074305176406, 40.874495450425265, -73.92076355986808, 40.87454410527469, -73.92078639911882, 40.874590777044325, -73.92081309467434, 40.87463784316755, -73.92084363943708, 40.87468529373143, -73.92087803341583, 40.87473312873287, -73.92089686921588, 40.874755650245625, -73.92094250849966, 40.87480445915849, -73.92096057923666, 40.874826916201755, -73.92098555218543, 40.874864230618314, -73.92104922202573, 40.874967505244754, -73.92106035063975, 40.87498279323931, -73.92107411863861, 40.87499925547331, -73.92112474580522, 40.87505285831921, -73.92114285206185, 40.87507348286399, -73.9211588183863, 40.87509493799486, -73.9211705045303, 40.87511530781322, -73.92117479563458, 40.87513220480006, -73.9211724475145, 40.87515152586807, -73.92116357035425, 40.87517338815556, -73.92114715398012, 40.875200294327435, -73.92110776151534, 40.875254465076246, -73.92105386458668, 40.87532083200451, -73.92102156986873, 40.87535699691794, -73.92098612174549, 40.875392233060964, -73.92094769125494, 40.875426364952745, -73.92090649216237, 40.87545920183335, -73.92088773454388, 40.87546851442949, -73.92086316285135, 40.87547268935386, -73.92084428131149, 40.875472483700136, -73.92082378693028, 40.875469797893395, -73.92080327992343, 40.875464765402754, -73.9207841656967, 40.87545772937825, -73.92076790518287, 40.87544922571346, -73.92067661441291, 40.87540810254983, -73.92039902380972, 40.87528258869815, -73.91976174251586, 40.875015472339285, -73.91939467059358, 40.87488102940599, -73.91923675503914, 40.87482706801063, -73.91896823120383, 40.87471187663917, -73.91890135391778, 40.874667557162816, -73.91886588764665, 40.87464899028278, -73.91884517255053, 40.87463398979377, -73.9188352533045, 40.874619726289836, -73.91884514736833, 40.87459338766693, -73.91885667102396, 40.87458002172041, -73.91887125492192, 40.87456606720395, -73.91889365345756, 40.87454697819182, -73.91891646054142, 40.87452945270967, -73.91897602549554, 40.874487856874325, -73.91899162892088, 40.87447542128124, -73.91900462061099, 40.87446350703667, -73.91902700963587, 40.87443950402777, -73.919049227131, 40.87441216458553, -73.9190718467837, 40.87438091550131, -73.91909994389162, 40.874338745530004, -73.91913098669366, 40.874289665468595, -73.91916736989556, 40.874229169147966, -73.91919034828238, 40.87418963039654, -73.9192051772934, 40.874161277202354, -73.91921655022783, 40.87413514489223, -73.91922449842511, 40.87411083007049, -73.91923383381771, 40.874068607309354, -73.91924043820262, 40.87402158393428, -73.91924456722947, 40.87397025269157, -73.91924834613754, 40.87388778682241, -73.91925216425857, 40.873750555084335, -73.91925531802883, 40.873734462864235, -73.91926796707351, 40.87370170924923, -73.91927167532648, 40.87368815049, -73.91927190217214, 40.8736742561146, -73.91926422161575, 40.87365797621681, -73.9192510060092, 40.87364539345242, -73.91919965610053, 40.873613671128375, -73.91918477855582, 40.87360104216821, -73.91916075871757, 40.873568434872375, -73.91906364363882, 40.87344411472369, -73.91904795595532, 40.873423655431324, -73.91901278216957, 40.87337779049343, -73.91898136907473, 40.873342580961676, -73.91896437312434, 40.87332684560134, -73.91894708038902, 40.87331323518251, -73.91892921471954, 40.873301536095255, -73.91891062794805, 40.873291649181574, -73.91888660872893, 40.873281102891056, -73.918859093418, 40.873270615370615, -73.91877429500047, 40.87324283508218, -73.9186230684927, 40.87319480545081, -73.91855454554478, 40.87317150650052, -73.91853594849029, 40.87316621471103, -73.91851433421286, 40.87316227332163, -73.91849675347999, 40.873165970918336, -73.91849712113284, 40.8731834730699, -73.91851261144492, 40.8732108876709, -73.91852828222963, 40.8732285041833, -73.91856534532374, 40.87326472817441, -73.9186045572672, 40.87329867273207, -73.91861652654879, 40.873310708996534, -73.91862829784714, 40.873330398370555, -73.91863319363013, 40.87335373347541, -73.91863075487072, 40.87337871130219, -73.9186212582497, 40.873402194744216, -73.91860727313296, 40.87342334545644, -73.91858176374724, 40.873455566744575, -73.91855728530778, 40.87347998062034, -73.91853019716042, 40.873502310719395, -73.91848407400158, 40.873531040645574, -73.91846824338407, 40.87354310771182, -73.91844074492084, 40.87357010923313, -73.9184157774681, 40.873598521801306, -73.91829097379357, 40.87370719807967, -73.91827650648216, 40.873724800485526, -73.91826031620033, 40.87374179744147, -73.91824255142524, 40.873758035068576, -73.91822337486768, 40.873773361298795, -73.91820297177217, 40.873787629483196, -73.91818151904747, 40.87380071908114, -73.91815920902242, 40.873812511363994, -73.9181362138259, 40.87382291460355, -73.91811092561696, 40.87383224643137, -73.91808154433917, 40.87384085045514, -73.91797889256222, 40.87386418123125, -73.91794109730002, 40.87387425964141, -73.91790522873595, 40.87388710751073, -73.91787544917888, 40.873902133480904, -73.91785049759102, 40.87391836863405, -73.91781688131769, 40.87394023917037, -73.91776268728492, 40.87397550060305, -73.9177169452575, 40.87400151732114, -73.91765355957995, 40.874034846003795, -73.91759274117926, 40.87406517785896, -73.91752812319085, 40.87409531966507, -73.91745910736213, 40.874125549238755, -73.91738455182481, 40.87415637002804, -73.91722783779262, 40.8742167705389, -73.91695215692852, 40.874317184024015, -73.91692290150475, 40.87432636235437, -73.91688895479663, 40.87433409741817, -73.91685574611812, 40.87433981771112, -73.91677651499461, 40.87435150476695, -73.9167381035013, 40.87435879802868, -73.91670354275765, 40.87436801479845, -73.91667379829639, 40.874379259333, -73.91662776855021, 40.87440237763929, -73.91652509723994, 40.87446095851736, -73.91649812478178, 40.874474378789984, -73.91647272969331, 40.87448530674624, -73.9164116274419, 40.874508530218606, -73.91636329443266, 40.874524444646305, -73.91631860052799, 40.87453605285671, -73.9162765288549, 40.87454351710475, -73.91624720275848, 40.87454460522665, -73.91620593326903, 40.87453775677179, -73.91618080807258, 40.87452839145841, -73.91615987799591, 40.87451598553738, -73.91613785314962, 40.874510006501495, -73.9161159054927, 40.874505849205136, -73.91609442879098, 40.87450358597358, -73.91607368874699, 40.87450324221411, -73.91605115941533, 40.87450502590332, -73.91599892289331, 40.8745128266419, -73.91597517819969, 40.87451505517327, -73.91595382198621, 40.87451507924324, -73.91592990725823, 40.87451386147323, -73.91590331873185, 40.87451250757711, -73.91587841781313, 40.87451344844838, -73.91573881978609, 40.87453113034616, -73.91570605631257, 40.8745345597914, -73.91568316584136, 40.87453578394183, -73.915656756555, 40.87453527928019, -73.91562753930361, 40.87453285632078, -73.9155378970587, 40.874519868741885, -73.91551986177055, 40.87451583576141, -73.91547581948136, 40.874501880163756, -73.91545704129805, 40.874498989348794, -73.91534949069481, 40.874504415192185, -73.91531274142315, 40.874505783086015, -73.91529112992026, 40.874505058540336, -73.91527247095668, 40.874502643240604, -73.9152520465252, 40.874498540027, -73.91518467106845, 40.874480442944765, -73.91502078247187, 40.87443632452505, -73.91498423198934, 40.87442512794888, -73.91486919588955, 40.87438691827616, -73.91482204086252, 40.87437393175902, -73.91470264446139, 40.87434371143473, -73.91463977243637, 40.87432480151983, -73.91454887414059, 40.874292593122746, -73.91442490337802, 40.874250535807406, -73.91439569886339, 40.87424388025065, -73.91432782029113, 40.8742373031402, -73.91429873293232, 40.874231804773174, -73.91419618118232, 40.87420278237496, -73.9140889453423, 40.874170552461216, -73.9139566211067, 40.87412845960685, -73.91393762869806, 40.87412073366316, -73.91388651510883, 40.87409599153832, -73.91383325715744, 40.874075473781076, -73.91377902109072, 40.8740563528261, -73.91372393496361, 40.87403867829474, -73.91366813751806, 40.874022491711955, -73.91363694636628, 40.87401563366763, -73.91356870611762, 40.874005527726446, -73.91353944126527, 40.873999806614144, -73.91333535396602, 40.873949617896876, -73.91329907666612, 40.873944958535766, -73.9132683384744, 40.8739355910711, -73.91324892281251, 40.87392685975066, -73.91318602982018, 40.87389282532498, -73.91316115668691, 40.873880813907554, -73.91312791620113, 40.873867222132716, -73.91309803118283, 40.87385682780761, -73.91306980003682, 40.873849044335735, -73.91304274957591, 40.87384375339772, -73.91301473850912, 40.87384185927171, -73.91295464825873, 40.87384461448091, -73.91292870459105, 40.87384388802574, -73.91286243753048, 40.873835539107375, -73.91279483583475, 40.87382270741203, -73.91270946395711, 40.8738039055066, -73.9126582072897, 40.8737910824915, -73.91261205103876, 40.87377701343826, -73.91257192650532, 40.87376166123796, -73.91248913537426, 40.87372363930042, -73.91236684375123, 40.873670381667864, -73.91216973739512, 40.873586060473066, -73.91197712492402, 40.87350647443421, -73.91195886844976, 40.8735085901625, -73.91193721744993, 40.87352094094989, -73.91191962901105, 40.87352473389107, -73.91185343606666, 40.87349302668103, -73.91183214742865, 40.873480804298126, -73.91181406411866, 40.873468637489566, -73.91175098750585, 40.873418305999344, -73.91172065739293, 40.87339410288697, -73.91166633077397, 40.87335293510951, -73.91165163305722, 40.873341794721966, -73.91158762711487, 40.8732946654669, -73.91154007336556, 40.87325965135286, -73.91149340141195, 40.873225284445915, -73.91144657761582, 40.87319006013837, -73.91142358289508, 40.873172762117804, -73.9114129915216, 40.87315591665501, -73.91140725073417, 40.873134764276905, -73.9113790074079, 40.8731062349278, -73.91135318534671, 40.87308837731931, -73.91126060606497, 40.873034628048664, -73.91122829289043, 40.87301392527958, -73.91119988616306, 40.87299147946036, -73.91118833846579, 40.87298015413523, -73.91117837479739, 40.87296858869724, -73.91104348668951, 40.872793318174324, -73.91102103408221, 40.87276557932576, -73.91101097716415, 40.87275105119375, -73.91100158780661, 40.872734107564966, -73.91097569581623, 40.87267474269886, -73.91096464979499, 40.87265294865805, -73.91095082149505, 40.872632367228185, -73.9109348886244, 40.8726154050367, -73.91084604355362, 40.872538676942, -73.910756185004, 40.87246150855551, -73.91073690817969, 40.872442707653825, -73.91071871773364, 40.87242057398063, -73.91070114208885, 40.872394688444395, -73.91068057022393, 40.87235973266633, -73.91061961012932, 40.87224978713819, -73.91058036554588, 40.872178324576396, -73.91055624126507, 40.87213163355581, -73.91054534797725, 40.87210758386694, -73.91053567732467, 40.87208208803959, -73.91052711933163, 40.872054886648094, -73.91051951810681, 40.8720254608903, -73.91050845632329, 40.871969735478444, -73.91048728743414, 40.871836498967745, -73.91046551231393, 40.871717455482155, -73.91045237571892, 40.871636272537096, -73.9104332173664, 40.87153064024904, -73.91043103826108, 40.87150064417904, -73.91043238172641, 40.8714737719369, -73.91044216214715, 40.871452022819646, -73.91044497921882, 40.87142935610267, -73.91044461050546, 40.87141422220293, -73.91042732949198, 40.87139973703602, -73.91042098694709, 40.87138533149683, -73.91042902094273, 40.87136815730843, -73.91046059241017, 40.87133367778267, -73.91047493972869, 40.8713191226083, -73.91051431462029, 40.87128359915139, -73.9105322438139, 40.871262453368615, -73.91058086846283, 40.871186847299875, -73.91063633926619, 40.87110303945687, -73.91070082932484, 40.87100579066629, -73.91072011074867, 40.87097578869196, -73.91072530599048, 40.8709603133088, -73.91072414519486, 40.87093692941796, -73.91071859111665, 40.87091838585737, -73.9107052898962, 40.870888129046776, -73.9106944288369, 40.870863159091854, -73.91069258052057, 40.87084823836264, -73.91070296459078, 40.87078937243914, -73.91071349618873, 40.87072663722773, -73.9107291967061, 40.87066711625624, -73.91074537464931, 40.87060186043768, -73.91076053699072, 40.870537591667, -73.91076356417496, 40.87051735822204, -73.91076899502929, 40.870460637025225, -73.9107765064133, 40.87042877633257, -73.91077985663814, 40.87040117893838, -73.91078493109103, 40.870305930046214, -73.91078361184182, 40.87028481616327, -73.91077092190008, 40.87023491386261, -73.91076867602736, 40.87021215947238, -73.91077173000454, 40.87016310589856, -73.91077819380672, 40.87012600985185, -73.91079460787421, 40.870087101608824, -73.91081141074967, 40.86997321174934, -73.9108297725201, 40.869867993898104, -73.91084360240438, 40.86980111716296, -73.9108631915776, 40.869768653459396, -73.91087062076149, 40.86975377681625, -73.91086944374567, 40.86972300169556, -73.91086302494304, 40.869688543127644, -73.91085313517964, 40.869657654117674, -73.91085192631866, 40.869640906789584, -73.91086085632763, 40.86962495972423, -73.91087399646166, 40.86960976331588, -73.91089178225667, 40.86957304520389, -73.9109014316659, 40.869547826355166, -73.91090798744555, 40.8695260927112, -73.91092072894642, 40.869474611684126, -73.910928735935, 40.86944013633843, -73.91093418884014, 40.86942434777041, -73.91094273897882, 40.86941034185934, -73.91095691034654, 40.8693983456745, -73.91098110466338, 40.86939396185045, -73.91099979652626, 40.86939631213717, -73.91102419502664, 40.869402450676155, -73.91105675785363, 40.869411631952254, -73.91107526516025, 40.86941805229498, -73.91112997376928, 40.869440547235534, -73.91119075882146, 40.86946353939425, -73.91132171718901, 40.86951820524125, -73.91135123554896, 40.86952612340969, -73.91138089300964, 40.86952758246959, -73.91139856539155, 40.869524119252, -73.91141948775808, 40.86951553384347, -73.9114398536621, 40.869499017397175, -73.91145939901308, 40.86946621677442, -73.91146656710997, 40.86945041058717, -73.9114714578324, 40.86943356708993, -73.91147369576166, 40.86941700611182, -73.91147318137335, 40.86940153081293, -73.91147002861028, 40.869387985038856, -73.91146054914302, 40.86937127729588, -73.91144565643158, 40.869359382113906, -73.91136591270349, 40.86931974169439, -73.91122441554299, 40.86925137405068, -73.91120458355206, 40.869243839707856, -73.91116281234254, 40.869232696422486, -73.91113118180212, 40.86922008593102, -73.91111866347133, 40.86920948293598, -73.91113096783516, 40.869193791485, -73.91112216744715, 40.86917320132762, -73.91110335564314, 40.86916300770821, -73.91106737377523, 40.86915593635719, -73.91105118181123, 40.86914792663335, -73.91104573920492, 40.86913299863215, -73.91104862280919, 40.869115347666735, -73.9110729420749, 40.86904672122596, -73.91110306792721, 40.868959408700455, -73.91112330309393, 40.868913724464385, -73.91113978758018, 40.86888121959663, -73.91115623883687, 40.868860256270125, -73.91117386614657, 40.86885222577102, -73.9112165012497, 40.868849621950304, -73.91127646609176, 40.86882995456366, -73.91130193531781, 40.868817605024894, -73.91131921331299, 40.86880641892108, -73.91132856614232, 40.868790799019855, -73.9113307809923, 40.8687675374851, -73.91132562686964, 40.868728393763334, -73.91132507912613, 40.86870504816094, -73.91132669170169, 40.86867976276387, -73.91133046423597, 40.8686519162343, -73.91133691186572, 40.86861770890345, -73.91134085440086, 40.8686029231989, -73.91134685762171, 40.8685870765002, -73.91136701208771, 40.86854743984192, -73.91141994876384, 40.86846062380544, -73.91143883702047, 40.86842576865996, -73.91148292576246, 40.86833344291222, -73.91151806025275, 40.868258513135416, -73.91153320054313, 40.86822858077545, -73.9115475899112, 40.868209378067505, -73.91156580452437, 40.868191273284324, -73.91158671878048, 40.868172397046436, -73.91164152604064, 40.86812804130506, -73.91168937042302, 40.86809154598239, -73.91171912520088, 40.86806568688804, -73.9117283940442, 40.86805242166768, -73.91173203337982, 40.86803808506057, -73.91172676971219, 40.86801967053093, -73.91172842205991, 40.86800272098494, -73.91173469559703, 40.86798418741123, -73.91174243584577, 40.86796969725529, -73.91174667454129, 40.867956003154845, -73.91174521144599, 40.8679376131442, -73.91176404816004, 40.86788951170561, -73.91179261612453, 40.86783093420635, -73.91180393159615, 40.86781015596062, -73.91181725624395, 40.86778956204845, -73.91182899030024, 40.86777693354826, -73.91186565863656, 40.86774975147557, -73.91187944193976, 40.86773570536415, -73.91188716185188, 40.86772219401425, -73.91188655858618, 40.86770748496113, -73.91186659114602, 40.8676932491847, -73.9118513525949, 40.86767581307636, -73.91184878955133, 40.86765766265655, -73.91185599900065, 40.86764176372139, -73.91188532513111, 40.86760797094386, -73.91200005149544, 40.86746761277347, -73.91209414189241, 40.867347329585336, -73.912194914469, 40.867231909543364, -73.9123331944609, 40.86707748800096, -73.91241505848096, 40.86698900594364, -73.91244230774547, 40.86695556623742, -73.91249033548452, 40.86688963281478, -73.91251085350622, 40.86686306952714, -73.91260773455426, 40.86675169566621, -73.9126431692777, 40.86670757330038, -73.91270474315697, 40.866622423689485, -73.91271535348979, 40.86661072535277, -73.91272036005392, 40.86659740459688, -73.91271052564146, 40.86658548998523, -73.91269045807772, 40.866576262795206, -73.91266287480578, 40.866567992536574, -73.91263949151501, 40.8665617506521, -73.91257979383357, 40.86653886272254, -73.91255753101794, 40.86653028219856, -73.91254535747076, 40.86651928970224, -73.912549320006, 40.86650523246232, -73.91255798110113, 40.86649290051888, -73.91257521576364, 40.866473453099395, -73.9126184175021, 40.866417561822644, -73.9127384508791, 40.866255428570156, -73.91287718383151, 40.866084127016954, -73.91302823439307, 40.86589381353541, -73.91309199569557, 40.86581033306186, -73.91316499310074, 40.86571081728034, -73.91335779633643, 40.865466601742455, -73.91358784230813, 40.86516304628446, -73.91371349440686, 40.86499923948064, -73.91381469209927, 40.864870301046594, -73.9138480588967, 40.86482880888426, -73.91387191231968, 40.86480137526141, -73.91389536969103, 40.864777496471554, -73.91391874428149, 40.86475707729679, -73.9139393542405, 40.86474467941916, -73.91396993252978, 40.86473323898722, -73.91411463619909, 40.86468953795837, -73.91427178490595, 40.86464662041607, -73.91429929408635, 40.86464012760877, -73.91432767127208, 40.86463474844477, -73.91435677883561, 40.86463051073651, -73.91438645424617, 40.864627437775525, -73.91476263728191, 40.864596701613664, -73.91487636887086, 40.86458807783728, -73.91490227382411, 40.86458566382197, -73.91492055353172, 40.86458286957487, -73.91493346944002, 40.8645708395492, -73.91494705698048, 40.86454282542282, -73.91500375243515, 40.864484280433544, -73.91503545044645, 40.864457746533645, -73.9150568685732, 40.864451296786186, -73.91507505048202, 40.86444981625722, -73.91515464207549, 40.8644422260499, -73.91533294276485, 40.86442852189574, -73.91541055733981, 40.8644206671182, -73.91543779300382, 40.86440523827848, -73.91555944737654, 40.86435943030597, -73.91560992186615, 40.86434212920208, -73.91566237701106, 40.864326835815106, -73.91571076383161, 40.86431609320943, -73.91573777417932, 40.86431270548405, -73.91579109229318, 40.864309975402286, -73.91581298266243, 40.86430798958718, -73.91586287238688, 40.86430185401972, -73.91589199410002, 40.864295614145504, -73.91590799815042, 40.86428478751479, -73.91591653051593, 40.864264724516, -73.91591649008632, 40.86424979436516, -73.91589975965064, 40.864186901867086, -73.91590245433794, 40.8641617504483, -73.91590096048134, 40.86414808352552, -73.91588388720784, 40.864137772177784, -73.91584090360614, 40.86413804429949, -73.91577716637661, 40.86412877407557, -73.9157480330733, 40.86412174159246, -73.91565230041941, 40.864091425096255, -73.91559227309192, 40.86407312827014, -73.91556269114835, 40.86407008818405, -73.91550897299844, 40.86407507179342, -73.91549009161244, 40.86407730378755, -73.91544370470334, 40.86408528956617, -73.91541879145872, 40.86408686247201, -73.91539957554356, 40.864081660662286, -73.91538059611605, 40.86407238160466, -73.91535804204825, 40.86406933581402, -73.91534019334676, 40.86407284273432, -73.91531678245457, 40.86407107050013, -73.91529861337037, 40.86406163623894, -73.91527420110448, 40.86403960133839, -73.91526480940811, 40.864027399107385, -73.91524700183341, 40.863998640590665, -73.91523735453566, 40.86398690372286, -73.91520486898767, 40.86396432888578, -73.91518814466036, 40.863947454020305, -73.91517582473729, 40.8639257098395, -73.91517020831736, 40.86389043442172, -73.91517119073663, 40.86384742414431, -73.91517220375576, 40.863745087812354, -73.91517475528424, 40.86371148430467, -73.91517910293, 40.863681349903814, -73.91518545111336, 40.86366738527002, -73.91519930630243, 40.863653422551344, -73.91526527223607, 40.86361295977261, -73.91532416090658, 40.86357867182485, -73.91534016520248, 40.86356758953261, -73.91535319565685, 40.86355667614957, -73.9153648512768, 40.86354398418945, -73.91537540121762, 40.86352865658359, -73.91540351763676, 40.863473274556654, -73.91543298177632, 40.86341856617617, -73.91546528997881, 40.86337055771586, -73.91547751042954, 40.86334457222419, -73.91548374977639, 40.863322840767324, -73.91548450602474, 40.86330363296933, -73.91547971413281, 40.863286799301335, -73.9154650337906, 40.86326043930904, -73.91545674788406, 40.863245241971796, -73.91545382811374, 40.86321035845166, -73.91545903798104, 40.86318483337738, -73.91546960864574, 40.863158738618104, -73.91548575547091, 40.86313153763806, -73.91550287186244, 40.86310859488247, -73.91552457899977, 40.8630834087628, -73.91560215646737, 40.863003533536315, -73.9156222925846, 40.86298156910255, -73.9156500819654, 40.86294802635642, -73.91566687127195, 40.86292290775275, -73.91567389151777, 40.862903559551505, -73.91572221484049, 40.86284570055142, -73.91577759549534, 40.86278874627186, -73.91581400230827, 40.862754824365425, -73.9159133212027, 40.86266780318909, -73.91594234554968, 40.862639493118344, -73.91601260649001, 40.86256680179286, -73.9160534427145, 40.86252948908662, -73.91608661296031, 40.86250354758276, -73.91615943613209, 40.86245112536091, -73.91619015726265, 40.86242778806579, -73.91630303183908, 40.862336471151984, -73.91636125726296, 40.86229254063933, -73.91642175967856, 40.86224880985423, -73.91647192636151, 40.86221448257776, -73.91652111534536, 40.862183227944904, -73.91653915981891, 40.86217354452076, -73.916582457356, 40.86215364978569, -73.91660102732389, 40.86214296628717, -73.91664054832147, 40.862114517745795, -73.9166743783402, 40.86208609479714, -73.9167310958624, 40.86203261420932, -73.91676307215664, 40.86200211246564, -73.91678404378143, 40.86198678774264, -73.91681110032235, 40.861975065761904, -73.91686386632287, 40.86196082562147, -73.9169512040591, 40.86193665272563, -73.91699372886337, 40.8619217540995, -73.91703450213352, 40.8619037213928, -73.91712447400961, 40.8618567417434, -73.91716605078281, 40.86183537775344, -73.91718702607133, 40.86182080396827, -73.91720816110315, 40.861797000269206, -73.91724522364234, 40.86173932704653, -73.9173150002796, 40.861649763886135, -73.91733497075637, 40.8616266824223, -73.91739196460802, 40.861566753293225, -73.91740711650495, 40.861547995222246, -73.91741886766027, 40.86153036122849, -73.91743034452254, 40.86150819216829, -73.91745450376754, 40.861452958974404, -73.91749113922103, 40.861381650140224, -73.91750521736166, 40.86135833390658, -73.91752199578842, 40.861335360887274, -73.91754134617365, 40.86131291468941, -73.9175630867796, 40.86129120859804, -73.91758338614368, 40.86127535195852, -73.91763213486624, 40.861244252317974, -73.91764931218418, 40.86123050328664, -73.91772401668676, 40.86116045611327, -73.91777783659838, 40.86110949791189, -73.91779229986395, 40.86109497430414, -73.91780428210409, 40.861081194533085, -73.91781410519954, 40.86106779413018, -73.91782186539464, 40.861054635389536, -73.91782859260411, 40.8610337199895, -73.91783218648321, 40.8609904801027, -73.9178359944031, 40.86097271523961, -73.91785011513493, 40.860932994760056, -73.91786319172111, 40.860905105077954, -73.91789082031603, 40.86086663958645, -73.9178984306265, 40.86085380491007, -73.91790357931563, 40.86083945745888, -73.91790889131349, 40.86081387740676, -73.9178953293608, 40.860803578753824, -73.91791607014872, 40.86076430961903, -73.9179427922283, 40.860729902879896, -73.91797227334015, 40.86069433466233, -73.91800503850588, 40.86065697049167, -73.91807338379051, 40.86058375424301, -73.9182120124373, 40.86044174710499, -73.91829385391928, 40.86035762544507, -73.91838918738152, 40.860264270636144, -73.91842249104842, 40.860230388921856, -73.91841268455029, 40.86021499170542, -73.91838702220554, 40.86020386960803, -73.91837259954428, 40.860195238109526, -73.91837718338431, 40.86014040598571, -73.91838243610242, 40.86012427741487, -73.91839082098767, 40.860106403207205, -73.91862992306791, 40.860205668356244, -73.91937975106929, 40.86052685577427, -73.91950276603414, 40.86035913077537, -73.91978423624465, 40.85997535498057, -73.91984623787671, 40.859897470524416, -73.92085632761082, 40.860331856631674, -73.92123475512837, 40.86047597704028, -73.92162345413057, 40.86077440040089, -73.92241371550723, 40.859702481053645, -73.92259885496551, 40.85944627897752, -73.92261248807408, 40.85942741203991, -73.92276111410463, 40.85922173603455, -73.92294999004284, 40.85886866019513, -73.92318423944602, 40.859158362843814, -73.9235316981267, 40.85970322743787, -73.92437274323505, 40.86101607092169, -73.92442729519462, 40.861101224607694, -73.92464756577185, 40.861445051575245, -73.92471567522995, 40.86155136018235, -73.92498385167687, 40.86197408085027, -73.92506221847484, 40.86209719005088, -73.92507462471305, 40.862116477600686, -73.92526049307749, 40.86240536820388, -73.92537317239197, 40.86258050270282, -73.9254988954455, 40.862776234311866, -73.92587836852663, 40.86336699209124, -73.92601092549744, 40.86357335148218, -73.9261417940043, 40.86377778708615, -73.92651542918212, 40.86436144936517, -73.92661948201642, 40.86452399004269, -73.92675077509529, 40.86472757692771, -73.9271554348918, 40.86535505202899, -73.92730037418495, 40.865535054045125, -73.92805146512714, 40.86560209441442, -73.92821235172114, 40.86561628548157, -73.92839862937429, 40.865632716292104, -73.92867895940131, 40.865660100897145, -73.92895510293278, 40.865687076122455, -73.92915743112408, 40.8657122710481, -73.9293059079068, 40.86573822687001, -73.92945000023838, 40.865775830352696, -73.92960022922693, 40.8658298155016, -73.92966013952336, 40.86585623367788, -73.92985280598755, 40.865965745124804, -73.92999981122118, 40.86605964288529, -73.93012916662, 40.86615352977049, -73.9302908449793, 40.866285404274805, -73.93048779667755, 40.86644857019707, -73.93062463150162, 40.8665694585955, -73.93081798779914, 40.86670008890565, -73.93090613858323, 40.866754151270555, -73.93099662955198, 40.866809647645454, -73.93123146409894, 40.866812386651226, -73.93131268177943, 40.86682198111293, -73.93138091902897, 40.86682470336926, -73.93147742979599, 40.866822062855675, -73.93156082695407, 40.86681397282751, -73.93164249596308, 40.866798820078316, -73.93170824546092, 40.86678105453608, -73.93184262982066, 40.86672750985473, -73.93205527668471, 40.866632591320176, -73.93208723314586, 40.866570328690024, -73.93210412690738, 40.866553893895855, -73.93211753207494, 40.86653981182644, -73.9321548748058, 40.866488079065476, -73.93217967519882, 40.86645226497524, -73.93222077099917, 40.86638763218674, -73.93287374702628, 40.86530234782609, -73.93297790886673, 40.865107618983025, -73.93304228410345, 40.86496483060962, -73.93314711443142, 40.86468580895979, -73.93338574743687, 40.86397024859323, -73.9335172904217, 40.86360888858646, -73.93364113167091, 40.86333430778505, -73.93367105366153, 40.86328113125475, -73.93378898733556, 40.86307153793854, -73.93453048487417, 40.86319770906123, -73.93435768521032, 40.86343049826231, -73.93418018538682, 40.863685559029385, -73.93401999783677, 40.86393620260603, -73.93389010800223, 40.864149651477156, -73.93374397995245, 40.86440863223505, -73.93370290036714, 40.86448112867213, -73.93356351098426, 40.86473374209474, -73.93344290046218, 40.86499508561216, -73.93331816180894, 40.865261700773424, -73.93320729683079, 40.86548212330625, -73.93315462880878, 40.86559548784427, -73.93309082015466, 40.86572770124502, -73.93302707448396, 40.86585365804356, -73.93296055395714, 40.865988012056675, -73.93289128607965, 40.866103465859915, -73.9328275533347, 40.86621472115829, -73.93277214102501, 40.86630288551651, -73.93271673094254, 40.866391048047056, -73.93266133040507, 40.86647081079087, -73.9325908267036, 40.86658742171239, -73.9321765486312, 40.8672429260353, -73.93165927221577, 40.86811344065718, -73.93136969898814, 40.868665879999746, -73.93127671067862, 40.86884327861522, -73.93132824105437, 40.868882594024235, -73.93137648112834, 40.86891939779057, -73.93145340886004, 40.86897808875601, -73.93185960309329, 40.86928798765541, -73.93213126543037, 40.86945031769374, -73.93210180251498, 40.86949840447556, -73.9320773138571, 40.869542595060835, -73.9320586905285, 40.869582698173375, -73.93205320417466, 40.8696001302077, -73.9320503800432, 40.869619577302416, -73.93205010860778, 40.869641425702866, -73.93205234671507, 40.86966843898383, -73.93205564291505, 40.869685035132534, -73.93206188833715, 40.86970256142146, -73.93207117045363, 40.86972132316737, -73.93208412495136, 40.8697426183479, -73.93210495333626, 40.869764273853015, -73.93215344010699, 40.869797515099556, -73.93216959527622, 40.86981051504824, -73.93218180349625, 40.8698250101879, -73.93218772428295, 40.869839869031, -73.93219439249032, 40.86988139898967, -73.93219902555614, 40.86992482508177, -73.9322034523173, 40.86998095604811, -73.93220238752735, 40.870067769742576, -73.93219516268654, 40.87013003429426, -73.9321828330802, 40.870203098107666, -73.93216648576914, 40.87028183803898, -73.9321581506377, 40.87031029128377, -73.9321485658689, 40.87033575777248, -73.93210137630723, 40.87044672425271, -73.9320568691353, 40.870551463610745, -73.9320520507488, 40.87056522924547, -73.93204833601345, 40.87058088745649, -73.93203945608192, 40.87064205692445, -73.9320177607766, 40.87074988216349, -73.93200760044789, 40.870777775116416, -73.93197498728559, 40.87083635429304, -73.93196677391423, 40.87086043662124, -73.93194845671492, 40.870953360748274, -73.93191301561473, 40.871136821597354, -73.93190203261986, 40.87117792782298, -73.93188258235952, 40.87122916404823, -73.93186458360769, 40.87127273526773, -73.93185222992976, 40.87129927617646, -73.93183890393175, 40.87132308532773, -73.93182454195389, 40.87134377457292, -73.93179823859873, 40.871375273427674, -73.93175956374195, 40.87141707465432, -73.93167837587208, 40.87150109622403, -73.93165232099963, 40.8715319297308, -73.93161237470314, 40.871586005613324, -73.93154246333111, 40.871677908539155, -73.93150833050359, 40.87172649575362, -73.93147971193996, 40.871774584659875, -73.93146853282994, 40.87179728113692, -73.93145926061592, 40.871819433949945, -73.93144588413698, 40.871860902503016, -73.93142735792958, 40.87193466491316, -73.93140125751086, 40.87204386604214, -73.93138713061471, 40.8720939707252, -73.93137400921647, 40.87211922072267, -73.93134111073755, 40.87215997887127, -73.93133038750017, 40.872175344728504, -73.93126897794205, 40.87227571622874, -73.93123708230064, 40.87233198315498, -73.931185202805, 40.87243032248109, -73.93112911799452, 40.87253760562443, -73.9310785371103, 40.87263943146454, -73.93106672137029, 40.872659173917306, -73.931051653613, 40.87268043625115, -73.9309980472823, 40.872745849900994, -73.93087941161691, 40.872883397830556, -73.9308509612126, 40.87291944624315, -73.93082362084361, 40.87295692889123, -73.93079739762678, 40.87299584668036, -73.93077229869427, 40.87303618610831, -73.93074869024805, 40.87307943590251, -73.93070204368365, 40.87317522345391, -73.93068113857977, 40.873212917043105, -73.9306028649908, 40.87333830170763, -73.930574400034, 40.87338568538626, -73.93054852555508, 40.87343114987517, -73.93051473809146, 40.87349052483792, -73.93042903789853, 40.873650755600366, -73.93039127059848, 40.87371650358161, -73.93034657890817, 40.87378774845272, -73.9302501645308, 40.87393648688074, -73.93011992580567, 40.87414138349913, -73.93009083013423, 40.874183213359956, -73.93005590214673, 40.87422875239081, -73.929934327012, 40.87437410296361, -73.92983926651017, 40.874482669282784, -73.92980211096075, 40.87452868593991, -73.92978109395801, 40.874557993944684, -73.92975977955136, 40.874590309394584, -73.92971123566808, 40.87467176499958, -73.92965333562499, 40.87478188371675, -73.92963236235641, 40.87481905207964, -73.92957140108773, 40.874918192838315, -73.92950247528084, 40.87502564920679, -73.92943921584005, 40.87511683357768, -73.9294149778772, 40.875154815744814, -73.92934197939057, 40.87528300325657, -73.92927176794315, 40.8754106161152, -73.92925013659988, 40.87544484480883, -73.92920016381913, 40.87551338271272, -73.92918017771505, 40.875543292761556, -73.9291658544221, 40.87557058046008, -73.9291395439268, 40.87563274389608, -73.92912541817194, 40.87565831718154, -73.92910621474151, 40.87568622321157, -73.92908716591539, 40.875710421124246, -73.92906755536156, 40.87573181997216, -73.92904710516706, 40.87575071044177, -73.9289988075229, 40.875789936604626, -73.92895123761271, 40.87582530730606, -73.92887889631302, 40.87587327135509, -73.92885400577602, 40.87589081732662, -73.92881259568645, 40.875923549736434, -73.92875245077641, 40.87597507185155, -73.92866323296731, 40.87605324571471, -73.92854885584013, 40.87615584857529, -73.92851486074535, 40.87618801635925, -73.92843953530813, 40.87626330448357, -73.92840254606018, 40.876297384814194, -73.92835362031464, 40.87633857337723, -73.9282257459529, 40.876442523667215, -73.92811524245133, 40.8765404387606, -73.92807282382141, 40.876575875338446, -73.92805138475902, 40.876590461581955, -73.92802638277084, 40.87660311225231, -73.92799848970589, 40.87661348648154, -73.92796870607643, 40.87662120668726, -73.92779434159775, 40.87665650490212, -73.92768702854312, 40.876676858970505, -73.92766402862932, 40.87668224568185, -73.92763943123202, 40.87668930809511, -73.9275775722347, 40.876710851281416, -73.92752503910388, 40.87673247413143, -73.92747598328171, 40.87675725535214, -73.92743514953887, 40.87678255590057, -73.92738779382242, 40.87681700668889, -73.92730185308174, 40.876883698532325, -73.92721378581413, 40.876953994522516, -73.9271549970292, 40.87700235323891, -73.92710962028141, 40.877041841588536, -73.92708434774077, 40.877066128885026, -73.92703177222653, 40.87712056435195, -73.92700956037847, 40.87714168475088, -73.92692991490479, 40.87720837939473, -73.92690419664075, 40.87723114994776, -73.92681395839769, 40.87731565664988, -73.92670235935668, 40.87741944536387, -73.92655712760076, 40.877558481066494, -73.92652921637466, 40.8775836463365, -73.92651121630352, 40.87759684592907, -73.92649279859297, 40.87760577784221, -73.92647401018614, 40.877609835177026, -73.92644533659424, 40.87760985742755, -73.92641443413208, 40.877605290265656, -73.92638109994502, 40.87759612545577, -73.92636047042681, 40.87758826364465, -73.92634411599835, 40.8775820317394, -73.92632739472015, 40.87757389506641, -73.92631229906623, 40.87756443211031, -73.92629931748725, 40.87755394664792, -73.9262887593455, 40.877542692815005, -73.92628034176849, 40.877526854165225, -73.92627788237922, 40.877507622681875, -73.92628090499232, 40.877485398778006, -73.92629077992252, 40.87745049948488, -73.92630254336149, 40.877431825481764, -73.9263279646115, 40.87741397333714, -73.92637435961497, 40.87739089102991, -73.92639279840323, 40.87738002670239, -73.92640808761239, 40.877366793882146, -73.92641632958109, 40.8773526488752, -73.92642016873414, 40.877337596070625, -73.92642201683694, 40.87732175587081, -73.92642187389977, 40.87730512017147, -73.9264197446896, 40.87728767096586, -73.92641563393458, 40.87726942536614, -73.92640952631834, 40.877250288811126, -73.92640140175338, 40.877230190149255, -73.92639117742611, 40.877208921314484, -73.92637543720295, 40.877182716989154, -73.92635781335596, 40.877161580304566, -73.92633816725423, 40.87714535178507, -73.92631651548126, 40.87713405215153, -73.92627068334903, 40.87711828325658, -73.92621793173598, 40.87710412359368, -73.92616208975507, 40.87709201053884, -73.92605185448073, 40.87707092077425, -73.92594858052222, 40.87704908976747, -73.925894152769, 40.87704018592778, -73.92586714335731, 40.87703749953568, -73.92584185003722, 40.87703640089932, -73.92581785285309, 40.877036871740074, -73.92579493231932, 40.87703891732055, -73.92574092857996, 40.87704766684141, -73.92568222768746, 40.877060937362344, -73.92562088900928, 40.87707780540259, -73.9255131611189, 40.87711037229661, -73.92537762943343, 40.877150278099435, -73.92533632988804, 40.87716475103988, -73.92530045874013, 40.87717959307724, -73.9252676353003, 40.87719660094883, -73.9252342240787, 40.877218283762126, -73.92520010911032, 40.87724436859358, -73.92514987322724, 40.87728667605097, -73.92513695914408, 40.87729864145857, -73.9251238942581, 40.87731282826981, -73.92508362701699, 40.87736387239255, -73.9250672148455, 40.877382714346275, -73.92504846343526, 40.87740023736501, -73.9250288441712, 40.877414087628374, -73.92501350202649, 40.87742245939949, -73.92499672888965, 40.87742997477532, -73.92497860547296, 40.87743659958917, -73.9249592326612, 40.87744229608559, -73.92493868997144, 40.87744703820144, -73.92491719695157, 40.877450765746396, -73.92489496362536, 40.87745344823988, -73.92487225934443, 40.87745504713593, -73.92484043761658, 40.87745573149815, -73.92480923458682, 40.87745483860034, -73.92477889583182, 40.877452373105626, -73.92474960996765, 40.877448352246844, -73.92469635797167, 40.87743715326675, -73.92457396336106, 40.8774035806028, -73.92451773753906, 40.877391029765604, -73.92448573738207, 40.877385886857866, -73.92444971830541, 40.87738133923416, -73.92429915116104, 40.87736648337762, -73.92423847142982, 40.87735736034046, -73.92417737811478, 40.87734368683564, -73.92407861727597, 40.87731668922295, -73.92404977954712, 40.877307839165994, -73.92401853302404, 40.87729628245114, -73.92391763560678, 40.87725274673852, -73.92387973040705, 40.87723775203657, -73.92384115319466, 40.87722530345772, -73.92380492024583, 40.87721701306472, -73.92378091036265, 40.877214003088774, -73.92375590358063, 40.877213367035196, -73.92372963178794, 40.877215095721226, -73.9237015800587, 40.877219222123664, -73.92367695928026, 40.87722440886132, -73.92364956497075, 40.8772314802805, -73.92355652944813, 40.87725959765324, -73.92352069562513, 40.87726944775914, -73.9234846375108, 40.877277285115326, -73.92345191810294, 40.87728180187538, -73.92337545807376, 40.87728860474668, -73.92332384063515, 40.8772913187521, -73.92327710978932, 40.87729100944421, -73.92323502022576, 40.8772874497428, -73.9231930243157, 40.87728087345474, -73.92315226940404, 40.87727220524444, -73.92311338174598, 40.87726157700165, -73.92308690169008, 40.87725255358004, -73.92302575559869, 40.87722019431099, -73.9230121264618, 40.877219262219995, -73.9229843615904, 40.87720205068382, -73.922967551274, 40.87718928315615, -73.92295395791636, 40.87717795675298, -73.9229438863573, 40.87716504784139, -73.9229154147782, 40.87710662139605, -73.92290597649892, 40.87708984350842, -73.92289442110696, 40.87707566031149, -73.92288068855397, 40.877064701205384, -73.92281125384592, 40.8770229198825, -73.92277973408895, 40.877005852564416, -73.92274925609661, 40.87699072558551, -73.92270972965802, 40.8769735934562, -73.92261833906474, 40.8769379413377, -73.9225787340301, 40.87692010042679, -73.92254838926205, 40.87690270785678, -73.92251880404494, 40.87688101866134, -73.92248948878307, 40.87685471734132, -73.92245864920007, 40.87682219802226, -73.92243293001981, 40.87678965422128, -73.92242312038074, 40.87677406018486, -73.92241533179926, 40.87675890244182, -73.92240956072743, 40.876744170184416, -73.92240581545143, 40.87672987782624, -73.9224040959636, 40.87671603077049, -73.9224105438768, 40.8766651683535, -73.92243142085864, 40.87657721193676, -73.92243495106705, 40.87655416272295, -73.92243638726191, 40.87653322284494, -73.92243620814597, 40.876470149858676, -73.9224248928162, 40.87628190968521, -73.92242474216654, 40.87626257520993, -73.92242628545054, 40.87624136075415, -73.92244109589898, 40.87614778390834, -73.9224432643561, 40.876125574832955, -73.9224437206365, 40.87610563203522, -73.92244142119215, 40.876081476704265, -73.92243538130289, 40.87605518830495, -73.92242600272988, 40.87602712369989, -73.92239486987033, 40.87594638393644, -73.92238771995123, 40.875920802571, -73.92238386530768, 40.875897598908274, -73.92238145370752, 40.87585267464707, -73.92238346958064, 40.875808742999475, -73.9223898886545, 40.875766264098274, -73.92240066426265, 40.875725572892854, -73.92241686730685, 40.87568291056501, -73.92243760069252, 40.87564048900827, -73.92246268722319, 40.875598670997796, -73.92249187370857, 40.875557878689584, -73.9225394308251, 40.87545786640934, -73.92255065957383, 40.87542829201581, -73.92256082386216, 40.875408146816696, -73.92257532403185, 40.875387136455245, -73.92261596148008, 40.87534175570544, -73.92263168870231, 40.87532039136722, -73.92264467413155, 40.87529508465352, -73.92265449782643, 40.875266837527, -73.92266130612042, 40.87523529619466, -73.92266538647547, 40.87519912632643, -73.92266983318088, 40.875124386100545, -73.92266936862585, 40.87507092471643, -73.92266383652662, 40.875009924652204, -73.9226627806184, 40.874984488759694, -73.92266291683191, 40.87489797716418, -73.92266305914394, 40.87480622202945, -73.92266172794044, 40.87476860775095, -73.92265761279899, 40.8747327160411, -73.92265293229114, 40.87471066625464, -73.92263453838508, 40.87464330371984, -73.9226148499975, 40.87453435487221, -73.9225935254862, 40.87440218403437, -73.9225876959927, 40.87437357882009, -73.92257992249318, 40.87434567738346, -73.92257024989259, 40.87431863193665, -73.92255872431674, 40.87429256497655, -73.92254641576977, 40.87427159875505, -73.92252970522655, 40.87425027028238, -73.92250834753854, 40.874228223699106, -73.92248100971258, 40.87420407945999, -73.92246138560557, 40.87419191328797, -73.9224098590551, 40.874169598777605, -73.92239450012568, 40.87415916800095, -73.92238535790877, 40.87414432000662, -73.92238653768709, 40.87413061086771, -73.92239401200258, 40.87410373362081, -73.9223927018544, 40.87408887828672, -73.92237292746958, 40.8740428932641, -73.9223527350069, 40.87400040365155, -73.9223317694402, 40.873960664506214, -73.92230983900362, 40.87392331820486, -73.92222736465605, 40.8737961560388, -73.92219185488624, 40.87374542921168, -73.92215794026586, 40.87370221352111, -73.92214233476194, 40.8736846650845, -73.92212482059695, 40.87366703161232, -73.92208317521461, 40.87363063278095, -73.92203887199766, 40.87359673009325, -73.92193534262512, 40.87352231309264, -73.92180924778326, 40.87342555940697, -73.92167573968904, 40.87332312027008, -73.92161747869578, 40.8732883578832, -73.92159869438696, 40.87327865406765, -73.9215814342715, 40.87327113857093, -73.92156358993851, 40.87326510487828, -73.9215298463294, 40.87325948000031, -73.92150769436978, 40.87326063196811, -73.92148984535842, 40.873266606272665, -73.92144557922775, 40.8732941545039, -73.92142941472449, 40.873301153800966, -73.92137228694381, 40.87331341736263, -73.92135306207834, 40.873316144448154, -73.92131952976573, 40.87331741649274, -73.92129125849956, 40.87331284344438, -73.92126877818397, 40.87330274534188, -73.92125050193584, 40.87328779917326, -73.92122953051206, 40.873258756718776, -73.92120187181337, 40.87320779360929, -73.92119138131903, 40.873179809173486, -73.9211841885654, 40.873115945229806, -73.92117807156336, 40.87309230773509, -73.92116830168438, 40.873076905412134, -73.92115396394946, 40.873067026264486, -73.92109625565796, 40.873055770338354, -73.9210453984516, 40.87304933848463, -73.92089028388341, 40.873035679903815, -73.92076858692091, 40.873025359661355, -73.9207421490852, 40.87302141177537, -73.92068861835551, 40.87300973258333, -73.9206654133314, 40.87300566353458, -73.92062094886894, 40.87300145649273, -73.92062094886894, 40.87300145649273 --73.93213126543037, 40.86945031769374, -73.93185960309329, 40.86928798765541, -73.93145340886004, 40.86897808875601, -73.93137648112834, 40.86891939779057, -73.93132824105437, 40.868882594024235, -73.93127671067862, 40.86884327861522, -73.93136969898814, 40.868665879999746, -73.93165927221577, 40.86811344065718, -73.9321765486312, 40.8672429260353, -73.9325908267036, 40.86658742171239, -73.93266133040507, 40.86647081079087, -73.93271673094254, 40.866391048047056, -73.93277214102501, 40.86630288551651, -73.9328275533347, 40.86621472115829, -73.93289128607965, 40.866103465859915, -73.93296055395714, 40.865988012056675, -73.93302707448396, 40.86585365804356, -73.93309082015466, 40.86572770124502, -73.93315462880878, 40.86559548784427, -73.93320729683079, 40.86548212330625, -73.93331816180894, 40.865261700773424, -73.93344290046218, 40.86499508561216, -73.93356351098426, 40.86473374209474, -73.93370290036714, 40.86448112867213, -73.93374397995245, 40.86440863223505, -73.93389010800223, 40.864149651477156, -73.93401999783677, 40.86393620260603, -73.93418018538682, 40.863685559029385, -73.93435768521032, 40.86343049826231, -73.93453048487417, 40.86319770906123, -73.93378898733556, 40.86307153793854, -73.93381203229976, 40.86303591697534, -73.93389621470469, 40.86290578411456, -73.93392106490597, 40.86286888366616, -73.9339403212524, 40.86284164947024, -73.93402119961172, 40.86272489590254, -73.93452347808393, 40.86193314165945, -73.93472493323458, 40.86165647307628, -73.93484112007151, 40.86145721796748, -73.93494123299507, 40.86123671561236, -73.93500548235274, 40.861043458907496, -73.9350358119991, 40.860918050312065, -73.93506496285373, 40.860698814463376, -73.93510184968875, 40.86049110832547, -73.93513047605667, 40.86037749875978, -73.93517237584449, 40.86026609023792, -73.935243658094, 40.86012404550299, -73.93529326453641, 40.86004802962742, -73.93533889518876, 40.85997810602013, -73.93545956851318, 40.85983054179415, -73.93557952664837, 40.859710583373015, -73.93567259808111, 40.85962940746646, -73.93582729027136, 40.8595217427293, -73.93598280547083, 40.85943338835638, -73.9363469441099, 40.85924374843185, -73.9364282246761, 40.85919354227628, -73.93649661815846, 40.85914266530921, -73.93655167758295, 40.859094702160284, -73.93666623132576, 40.85897208857932, -73.93689611746908, 40.858673627195564, -73.93734798669583, 40.85806315804107, -73.93768890749642, 40.857651422218964, -73.93657612044575, 40.85735019602769, -73.9366433543272, 40.85726325636701, -73.93785639468041, 40.85569458834438, -73.93795332253919, 40.855569238134606, -73.93778769173758, 40.8553737072622, -73.93765345728156, 40.855361446652054, -73.93762105608852, 40.855350272953785, -73.93749108626804, 40.85530544549941, -73.93731024635836, 40.85524306761128, -73.93701376275659, 40.85513992326219, -73.93689109352944, 40.85510624989677, -73.9360378806079, 40.854915269411755, -73.93588865545458, 40.85488338663774, -73.93474060143832, 40.85454444190711, -73.93462747211332, 40.85450099489285, -73.93451654451115, 40.85445711678123, -73.93402959221332, 40.854264491723235, -73.93385959147311, 40.85419680351154, -73.93382600358807, 40.85418519132585, -73.93377841503889, 40.85417519287952, -73.93370481129224, 40.85416876522314, -73.93365778566235, 40.85416515423511, -73.93360773018428, 40.854158893139434, -73.93355655639226, 40.85414191102923, -73.933255414754, 40.85401595567389, -73.93285678783124, 40.853848643599676, -73.93237863398791, 40.85364540167535, -73.93222828146526, 40.85358149022166, -73.93207697910016, 40.85351776171212, -73.93120779689424, 40.853151644472604, -73.93099559066951, 40.853062256521845, -73.93076278951443, 40.8529653682338, -73.93048193717219, 40.852845870703874, -73.92974584324668, 40.85253594745658, -73.92960286712493, 40.852475747983426, -73.92946209862667, 40.852416334910814, -73.92833047020024, 40.85193870194794, -73.92815115783895, 40.851863016645765, -73.9280689217223, 40.85197575918603, -73.92777487019767, 40.85237887865614, -73.92769565194286, 40.852487477847504, -73.92752890331218, 40.85241762293871, -73.92719622383053, 40.85227825419729, -73.92717335480323, 40.85226600118104, -73.92714119823385, 40.85224560455202, -73.92710269536076, 40.852214787016635, -73.92706993501851, 40.85218049720089, -73.92704310404295, 40.85214322419475, -73.92702749410124, 40.85211369980728, -73.92701262605559, 40.85207274774718, -73.92700621625735, 40.85204130662709, -73.92700410683777, 40.851998857015374, -73.92703632205922, 40.851616445771135, -73.92704554713313, 40.8515549552234, -73.92707981128532, 40.85143203544883, -73.92711674579898, 40.85129953791706, -73.92718929250454, 40.851145761719025, -73.92742406317033, 40.850776909713616, -73.92747679319395, 40.850694066105824, -73.92754503384745, 40.850591237693635, -73.92759675377525, 40.850513304676895, -73.92765784108957, 40.850437426129794, -73.92815123164665, 40.84994148507105, -73.92826563380342, 40.84985361692013, -73.92846462582665, 40.849737010609864, -73.92860158433687, 40.84964203681836, -73.92875616516355, 40.84951442190588, -73.92887662278193, 40.84939370693243, -73.92896766080766, 40.849284126313925, -73.92902608872497, 40.84919968621275, -73.9290784647764, 40.849113232461924, -73.9291509141592, 40.848970848843265, -73.92919120158507, 40.84891184091691, -73.92972702580725, 40.84817758936259, -73.92974255742858, 40.84816476050508, -73.92977726154126, 40.84814890775883, -73.9298207674137, 40.84814393290072, -73.92985897148182, 40.84815006417555, -73.93062108114903, 40.84848066531024, -73.93068428905798, 40.8483937220645, -73.93079212984853, 40.84824539650145, -73.93088429808259, 40.84811862283145, -73.93075799753557, 40.84800832143349, -73.93064932374584, 40.847960678641876, -73.93055927719121, 40.84792120182006, -73.93030584425007, 40.847806281239436, -73.93012573121422, 40.84772460658705, -73.92974096738307, 40.84754934148534, -73.92963513309823, 40.847503647228024, -73.92893388435556, 40.84718780998065, -73.92864979659124, 40.84705917306573, -73.92857269208764, 40.84702425918167, -73.92848076724184, 40.84698263279244, -73.92848079930768, 40.84698258778771, -73.92850758571205, 40.84694429294068, -73.9285208221366, 40.84692536558805, -73.92874052899406, 40.84661125305736, -73.92888608734856, 40.84640205941744, -73.92914899640398, 40.84603185040822, -73.92918294932838, 40.84598331669683, -73.92927108846276, 40.84585732522117, -73.92936057519759, 40.84572941194912, -73.92938171824578, 40.845699188152935, -73.92946203148425, 40.84558438485815, -73.92947073426575, 40.84557194447053, -73.92958283453896, 40.845411701848896, -73.92964976305629, 40.84531809324765, -73.92974210152168, 40.84518554657173, -73.92979919569959, 40.84509649468674, -73.92982993640355, 40.84504471164589, -73.93149099494111, 40.845737900846835, -73.93147880474979, 40.845673502980794, -73.93143537030444, 40.8454440523567, -73.93144057902748, 40.84541233649897, -73.9314497862782, 40.8453817666428, -73.93146340318333, 40.84535152358316, -73.93147470478252, 40.84533223093841, -73.93150252693698, 40.84529569286302, -73.93152790680494, 40.84527019517234, -73.9315665465076, 40.84523986159316, -73.93158788350108, 40.845226318232584, -73.93160657274817, 40.84521608531028, -73.93163808356505, 40.845202856841134, -73.93204953706443, 40.84504505987971, -73.93214845905287, 40.845001627012884, -73.93228148649234, 40.8449281736505, -73.93240550215248, 40.84483784502237, -73.93249571647331, 40.84475336769645, -73.93259616209825, 40.84463676579517, -73.93284068553685, 40.84429913537124, -73.93286964992612, 40.844269327908734, -73.93290688913874, 40.84423789085771, -73.93294766848378, 40.84420937975272, -73.93299195480463, 40.84418375044661, -73.93307050441335, 40.84414969888871, -73.93310854411689, 40.844136879926275, -73.93315902637377, 40.8441238898644, -73.9332089589277, 40.844116288011385, -73.93323661477213, 40.8441140383817, -73.933285187273, 40.844113477562615, -73.93332445564036, 40.844115781216125, -73.9333455339665, 40.8441182553456, -73.93337068196784, 40.844123022675944, -73.93340799654804, 40.8441332477085, -73.9334432882178, 40.84414700779716, -73.93348278349933, 40.84416669464159, -73.93371553851586, 40.84424606389246, -73.9338176849139, 40.844110682117886, -73.93394246439044, 40.84393892249551, -73.93403996566583, 40.84380424114214, -73.93411654501503, 40.84369925051426, -73.93413713541742, 40.84367105883492, -73.93421197717777, 40.84356859573344, -73.93428225729183, 40.84347189403825, -73.93457436598763, 40.84306996836693, -73.93467106321815, 40.84295693745976, -73.93485106097357, 40.843014438490314, -73.93599222955223, 40.84349436656901, -73.93612528791991, 40.843550324018175, -73.93626716615803, 40.8436101204855, -73.9373747530388, 40.84407690779248, -73.93751739330966, 40.844137021003085, -73.93766824830128, 40.8442003415288, -73.93858939096317, 40.84458698672414, -73.9387307406468, 40.84463580195997, -73.93885508695648, 40.84467874400145, -73.9390255773165, 40.844739785899996, -73.93957051035974, 40.84496933630477, -73.93963115722356, 40.844994882619716, -73.94038325734779, 40.84531169518789, -73.94051799430864, 40.84536844985448, -73.94066522648056, 40.84543033459389, -73.94199791597343, 40.845990472216634, -73.94236058787052, 40.84614347928841, -73.94260999244976, 40.846229967172185, -73.94262534787212, 40.84632864897264, -73.94262459170935, 40.84634881872675, -73.94262312288691, 40.84636896651449, -73.94262093904656, 40.84638907612577, -73.94260775740855, 40.84645923233633, -73.94258220665853, 40.846541475101006, -73.94254847814261, 40.84661714559468, -73.94240290640742, 40.84685391330366, -73.94234832953403, 40.84697462945795, -73.94231579697505, 40.847092763191775, -73.94221558236174, 40.847530757511095, -73.94218464481841, 40.84766597883602, -73.94215726836069, 40.8477928849891, -73.94206486741443, 40.848221573755296, -73.94205394371743, 40.84831641980776, -73.94200246578679, 40.84841701132652, -73.9419146608838, 40.84843250874122, -73.94179995629335, 40.848463872699206, -73.94171218139387, 40.84849778413812, -73.94161561364149, 40.848547473084814, -73.94156974378589, 40.84857809990974, -73.94155095446278, 40.84859223081856, -73.9415328299677, 40.84860685282943, -73.94141807929108, 40.848782908351694, -73.94138606907252, 40.84883562310585, -73.94137644422582, 40.8488602628817, -73.94135752378567, 40.84892478792841, -73.94135052862397, 40.848975598237764, -73.94134943097649, 40.84900600369384, -73.94135873507332, 40.84908023598186, -73.94136673362745, 40.84910460105824, -73.94137737432747, 40.84913701427333, -73.9414024228372, 40.84917406423617, -73.94146251234434, 40.84923845020576, -73.9415250647298, 40.849281589382755, -73.94164301361485, 40.84934958852934, -73.9416623240544, 40.84936213134379, -73.94171525743127, 40.84939651006835, -73.94179676838637, 40.849448159317994, -73.94184262139714, 40.8494739860408, -73.94189527621516, 40.849490785137625, -73.94239160049433, 40.849585828849555, -73.94252502525835, 40.849611377523416, -73.94261461328168, 40.849639266234874, -73.94260064571593, 40.84967944914094, -73.9425813462223, 40.849734967469985, -73.94293108111007, 40.84980300028548, -73.94307043103686, 40.84983010640787, -73.94317022844444, 40.84985152698866, -73.9439778890865, 40.850024875913626, -73.94401601198224, 40.850033059180625, -73.94402297927981, 40.85002575416974, -73.94461458022832, 40.85014904960846, -73.9447211613433, 40.85016970308259, -73.94522924289117, 40.850268157569865, -73.94578923371758, 40.85037666660123, -73.9467506474501, 40.850565724190986, -73.94677656585766, 40.850570821228736, -73.94688156266331, 40.85057528023157, -73.94682708497608, 40.85064057770601, -73.94679609886389, 40.850678898253385, -73.94668320214922, 40.85082003783046, -73.94665917870209, 40.85084749622472, -73.94663239656704, 40.8508752820171, -73.94660266820884, 40.85090359322711, -73.9465696114713, 40.85093279257366, -73.94654147454489, 40.85095667318509, -73.9465222692582, 40.850970924470175, -73.94650313043256, 40.8509821537328, -73.94648404405642, 40.850990091719375, -73.94646541351256, 40.85099305019532, -73.94644228642424, 40.85099109169712, -73.94641974246781, 40.850986603083435, -73.94639071887265, 40.85097753785706, -73.94632862006583, 40.85094839068306, -73.94629919660865, 40.85093815640936, -73.94627912001968, 40.85093578237071, -73.94625670350221, 40.850937991641736, -73.94622749294162, 40.85094754665453, -73.94620510043016, 40.85096258973439, -73.9461960938454, 40.850975359008835, -73.94619744418759, 40.85099051581431, -73.94621815541856, 40.85102641276713, -73.94622280517572, 40.85103982505693, -73.94621462965407, 40.8510529017877, -73.94619304731624, 40.85105592097732, -73.9461486721785, 40.85104834154407, -73.94612879735932, 40.85104865644169, -73.94612371132615, 40.851064380253256, -73.94615223528882, 40.8510944087597, -73.94615595871754, 40.85113288400435, -73.946152491231, 40.851153267716285, -73.94614421766047, 40.851168768519635, -73.94613091996982, 40.85117917379553, -73.94610298972589, 40.851189146301955, -73.94607112317263, 40.851193609554514, -73.94600146486944, 40.85119571743847, -73.94591637095205, 40.85120347403308, -73.94589449126875, 40.85119873709265, -73.9458744245933, 40.85118993077646, -73.94583531161331, 40.85118484084963, -73.94580909187488, 40.85118549670079, -73.94578450656351, 40.85118875753592, -73.9457621427712, 40.85119453628455, -73.94574417958503, 40.851203577778904, -73.94571467516113, 40.851227134268065, -73.94569395505134, 40.851238681425926, -73.94565259653544, 40.85124738681282, -73.9456352473397, 40.85125241869002, -73.94552965789798, 40.851357874085494, -73.94548045575732, 40.85140989025487, -73.94546395949365, 40.85142032005615, -73.94544100266938, 40.85142606334274, -73.9453987068851, 40.85143218288366, -73.94537781188271, 40.8514384953438, -73.94534557594135, 40.851454993291526, -73.94531518279183, 40.851474496143766, -73.94528723281913, 40.85149661967684, -73.94526236445424, 40.851520864422504, -73.94525423077721, 40.85153755207545, -73.94525172993669, 40.85157038731518, -73.94524741567166, 40.851586128562445, -73.94523364875468, 40.85159866227374, -73.94521144689864, 40.85160054456497, -73.94518741594922, 40.85159717161437, -73.94516735964297, 40.85159733317662, -73.9451125926253, 40.85162935652898, -73.9450577985504, 40.85166535821415, -73.9449578688889, 40.8517352463574, -73.9449300202131, 40.85174790298334, -73.94487195605127, 40.8517628243117, -73.94485004952965, 40.85177029962769, -73.94480917316392, 40.85178910215418, -73.94477078325886, 40.8518097968888, -73.94473528201752, 40.851832169709745, -73.94470297082351, 40.851856028058926, -73.94469521051148, 40.85187131108367, -73.94469794389151, 40.85190288632965, -73.9446960029972, 40.85191660168665, -73.9446585934358, 40.85193908613018, -73.94462996787408, 40.85194885263326, -73.94460238227853, 40.85195444044732, -73.94457615571494, 40.85195579209495, -73.94453634722639, 40.85195521826012, -73.9445155523847, 40.851953475714836, -73.94449737810363, 40.85194927878613, -73.94448182666802, 40.85194131275876, -73.9444773742431, 40.85192484152588, -73.94446445389237, 40.851913187448474, -73.94444499475178, 40.85191103671028, -73.9444192872245, 40.85191146016542, -73.94440077518526, 40.85190842919532, -73.94438617485781, 40.85189765047773, -73.94436286338657, 40.85186203830339, -73.94435207171898, 40.85185047078657, -73.94433312272922, 40.85184668318189, -73.94431042215832, 40.851854853191696, -73.94428965970812, 40.85186970217844, -73.94427072391926, 40.85189120397501, -73.94425216421958, 40.85192099857694, -73.94423641145863, 40.851962249685606, -73.94422901865418, 40.85197612808958, -73.94421368578355, 40.851997462325826, -73.94420043844428, 40.852012317631434, -73.94418642893204, 40.8520238929766, -73.94417138917288, 40.85203225666865, -73.94415314711169, 40.85203675209791, -73.94412998964857, 40.852036719273315, -73.9441037937101, 40.852034035725815, -73.9440845248461, 40.85202981658999, -73.94405023651996, 40.85201686530512, -73.94402976498995, 40.8520114155054, -73.94401040816649, 40.85201167535946, -73.94399672037893, 40.85202280779593, -73.94399228802513, 40.85205587259407, -73.94396499023233, 40.8521068370643, -73.9439477873779, 40.85213199924635, -73.94392920253877, 40.85215338049067, -73.94390906400935, 40.85217068265035, -73.94388671607268, 40.85218379104333, -73.94385865993128, 40.852194494142864, -73.94382475898203, 40.852203054821786, -73.94377593541178, 40.852211759501444, -73.94369655631203, 40.852220656364864, -73.94367854071884, 40.852223703839094, -73.94361990266438, 40.85224048917411, -73.94358891082456, 40.85225174187396, -73.94352324652812, 40.852279211657546, -73.94349411882912, 40.852287790784715, -73.94346457906144, 40.85230677758337, -73.94343568911508, 40.85233140086936, -73.94339423313302, 40.85236708862532, -73.94334866202598, 40.8523984934089, -73.94328430846109, 40.85245316394531, -73.94321573218268, 40.8525044834391, -73.94312349525408, 40.85257248994282, -73.94307672655373, 40.85261027851198, -73.9429801041016, 40.85269586573189, -73.94289107824638, 40.85277484162045, -73.94281940826392, 40.85284564687953, -73.94272881955439, 40.85293494149789, -73.94271238746356, 40.85295253884681, -73.94267659648776, 40.85299584100816, -73.94265927371166, 40.85301483276789, -73.9426224216568, 40.85304941672746, -73.9425365133978, 40.85312351592669, -73.94250212815888, 40.85315651801209, -73.94242195113621, 40.853240384008885, -73.94233794111638, 40.853329516808024, -73.94231819511428, 40.85335279184213, -73.94226632544668, 40.85341972643219, -73.94219544007034, 40.85350181304425, -73.94212383390071, 40.85358203253165, -73.94204904118213, 40.85366738317324, -73.94201510433199, 40.853709193941675, -73.94197290142098, 40.85376587935995, -73.94190323199669, 40.853864379653864, -73.94184984150912, 40.853945787781676, -73.94180888730806, 40.85401852412312, -73.94179285944168, 40.854043881975365, -73.94170462073724, 40.8541696270418, -73.94158916390647, 40.854334498110624, -73.94157169763078, 40.854362187474685, -73.94155514571915, 40.8543939250071, -73.94150730327283, 40.85450662064411, -73.94148620130693, 40.85454984882756, -73.94144541653127, 40.85462459591535, -73.94141842587773, 40.854669484303756, -73.9413552315575, 40.85476227752551, -73.94132308412354, 40.85481395747474, -73.94129589588964, 40.85486215593792, -73.94128431306754, 40.854888383150595, -73.94126426320493, 40.85494726146107, -73.94125347150302, 40.85497068674477, -73.94122837234958, 40.85501407403015, -73.94120221074034, 40.855054539575185, -73.94115650115606, 40.85511588653829, -73.94111350140136, 40.855182642314695, -73.94105882895651, 40.8552737125738, -73.94103047041112, 40.85532387524429, -73.94101316883626, 40.855361877026844, -73.94100994549207, 40.855380426394575, -73.94101385826168, 40.85539890286925, -73.94099378773144, 40.85544320306785, -73.94097076715708, 40.855486704818745, -73.94095664459631, 40.85551061013095, -73.94084124076821, 40.85569252493522, -73.94080523332974, 40.85575614326304, -73.94078957613752, 40.85578120759872, -73.94076892522737, 40.85580971374641, -73.94073780218447, 40.85585266919247, -73.94070111944914, 40.85590330205969, -73.94061852048387, 40.85602358677729, -73.94053057380333, 40.85614626218179, -73.94050027274012, 40.85619010046617, -73.94048222868493, 40.85621961195241, -73.94046479873653, 40.856253347955374, -73.94041682890837, 40.856364347414925, -73.94040140248175, 40.85640156303849, -73.94036446057488, 40.856497240014356, -73.94034118401795, 40.85654891525509, -73.94032359101666, 40.856581789380805, -73.94030348785455, 40.85661528804598, -73.94028078306509, 40.8566495669869, -73.94025531512612, 40.85668487195231, -73.94020572180767, 40.85675011383518, -73.94016309809676, 40.856803999619395, -73.93999597570227, 40.85700888613911, -73.93990036459782, 40.85712274125216, -73.93986909076932, 40.85715408094566, -73.93980705573709, 40.85720719466096, -73.93978404580307, 40.857228242430956, -73.9397036908493, 40.85730555982248, -73.93966183257145, 40.85734764758709, -73.93962407498877, 40.857388978368526, -73.93959281563986, 40.8574275993614, -73.93949972217267, 40.857554686362775, -73.93942635321675, 40.857656887777914, -73.93932765684079, 40.85779901889282, -73.93928258162893, 40.85786046807529, -73.93926346056716, 40.85788380052961, -73.93924044523206, 40.857909017457736, -73.93914392068865, 40.85800600165468, -73.93906074188658, 40.85809432919893, -73.9390105742682, 40.858149671156454, -73.93900873521606, 40.858171132477416, -73.93901827955682, 40.85819532830217, -73.93898719477082, 40.85827687380375, -73.93895805707548, 40.85833548753236, -73.93891800269114, 40.858411293943426, -73.93888929600043, 40.85845764500111, -73.93887071863959, 40.85848268140411, -73.93882628698374, 40.8585372230793, -73.9388075356106, 40.858561845153936, -73.9387331853858, 40.8586672846553, -73.93866396859222, 40.85877220545206, -73.93857295356435, 40.85891534762736, -73.93855530304255, 40.85894595310433, -73.93850965570886, 40.859030646929604, -73.93846551488804, 40.85910086345349, -73.93845118487226, 40.85912541758761, -73.93843970019233, 40.859149954327826, -73.938416147989, 40.85921106074719, -73.93840007385177, 40.85924649186809, -73.93838774387213, 40.85927060311982, -73.93837485437314, 40.85929182439745, -73.93836114188676, 40.85931033475765, -73.93834495541455, 40.85932870962117, -73.93832544676609, 40.859348401924905, -73.93823482713366, 40.8594319675857, -73.93813781868782, 40.85953008977804, -73.93806949529834, 40.859600869489746, -73.9380127196283, 40.85966357796628, -73.93797262377134, 40.85971189474061, -73.93795502659918, 40.85973310263293, -73.93794201068556, 40.859752279679455, -73.9379161833178, 40.85979901384129, -73.93789999517394, 40.859820190065435, -73.93788247769982, 40.85983728454929, -73.93786178949769, 40.85985478344401, -73.93783745928108, 40.859873133137135, -73.93780596670537, 40.85989498727476, -73.93778481963717, 40.85990722434309, -73.93773133974511, 40.85993294141173, -73.93770780324782, 40.859948429747384, -73.93767457823319, 40.85997736797147, -73.937607327362, 40.86004047400526, -73.93757729355636, 40.86006731308268, -73.93754129467604, 40.86009071265214, -73.93752975778052, 40.86010338080724, -73.93754075892015, 40.86011812869007, -73.93756398400897, 40.8601287157183, -73.9375841821954, 40.86015201422647, -73.9375913773467, 40.86016794148862, -73.93759442926539, 40.86018292909896, -73.93759329663811, 40.86019676181825, -73.93758709414193, 40.86021504291861, -73.93757708569747, 40.86023443136358, -73.93756331257059, 40.860255185615095, -73.93754137296392, 40.86028393179811, -73.93747250135462, 40.860366099351275, -73.9374240254052, 40.86042920734308, -73.93731345203392, 40.860577162702945, -73.93727932577045, 40.86061924207503, -73.93718480561988, 40.860727949161806, -73.93715909215192, 40.86076112812949, -73.93713820237042, 40.86079186759002, -73.93712803638905, 40.86081582049313, -73.93711840437243, 40.86087213820434, -73.9371100126897, 40.86089615150487, -73.93705767962379, 40.860997318252984, -73.93702914170773, 40.86105077108589, -73.93700787885525, 40.861080775517756, -73.93697932152374, 40.86111208077169, -73.93695131690805, 40.86113835258054, -73.9368634459683, 40.86121571876735, -73.93682077150287, 40.86124849756177, -73.93680660459712, 40.86126253925043, -73.93680309819223, 40.86127911715419, -73.93681902518132, 40.86131509145242, -73.93682056942042, 40.861330122378654, -73.93681340773438, 40.86135643347956, -73.93680240486955, 40.861384644311116, -73.93678744283079, 40.86141535093203, -73.93676495637466, 40.86145588137622, -73.93668153647066, 40.86160023281473, -73.9366133789002, 40.8617134437235, -73.93656800191569, 40.86178617568068, -73.93653401224846, 40.8618380918522, -73.93648974043218, 40.86190099553631, -73.93644774939747, 40.86195521343182, -73.93642290647685, 40.8619838407311, -73.93636588296734, 40.86204522091386, -73.93634384790053, 40.862070928554694, -73.9362439081662, 40.86219597664828, -73.93614810220814, 40.862313012579726, -73.93606709313187, 40.86241468706682, -73.93605353227218, 40.86243699639437, -73.93604586485561, 40.86246086773515, -73.93595754709348, 40.86255098300473, -73.93589441265965, 40.862620113675455, -73.93580012080268, 40.86273646397777, -73.93575118474052, 40.86279358182772, -73.93570962387584, 40.86284208877933, -73.93561365229303, 40.86295184550271, -73.93559247874074, 40.86297408659097, -73.93553628362865, 40.86302840247328, -73.93552155548622, 40.86304442926665, -73.93550946625332, 40.86305943547715, -73.93541458058577, 40.863191100655186, -73.93532660744678, 40.86331648240718, -73.93524577183081, 40.863426280617055, -73.93516171128022, 40.86354052357466, -73.93508376571562, 40.86365032148995, -73.93501494707881, 40.86374321869682, -73.93493548748512, 40.8638482124433, -73.93479530988684, 40.86404468230244, -73.93473312264638, 40.864132222467354, -73.93469691075677, 40.86418084643121, -73.93465799916972, 40.864228254994444, -73.93456831086479, 40.864330303488394, -73.93446663460578, 40.86445213876583, -73.93445388565863, 40.86446927234449, -73.93444150428698, 40.86448893650646, -73.93441064543305, 40.8645480063971, -73.9344024156184, 40.86456639061722, -73.93439520684989, 40.864587403045945, -73.93437695480003, 40.86466036474305, -73.93436852987489, 40.864687728531706, -73.93435686157186, 40.864714339466225, -73.93434234676897, 40.864737077574986, -73.93432206018767, 40.864757382875695, -73.93427319286758, 40.864792564192705, -73.93425471111586, 40.86480852744819, -73.93417172307888, 40.86489628236887, -73.93415122073361, 40.864913973394756, -73.93409980793851, 40.86495133417047, -73.93407833876769, 40.864969101172655, -73.93406287940618, 40.864986089980306, -73.93404969182878, 40.865006355164844, -73.93402792200209, 40.86506052427559, -73.93402526268054, 40.86507364018625, -73.9340271852819, 40.8651048828696, -73.93403724368522, 40.86515529802416, -73.93403783046386, 40.8651712154125, -73.93402387445492, 40.865222321920186, -73.93400729400683, 40.86525733607778, -73.93398643546587, 40.86528956077025, -73.93396164690296, 40.86531846220432, -73.93384689488083, 40.865426454310864, -73.933778496466, 40.86549638941273, -73.9337258696195, 40.86555393109152, -73.93369957661795, 40.86558657403816, -73.9336741998231, 40.86562345881061, -73.93364905631847, 40.86566545578997, -73.93361998761117, 40.86571948554699, -73.9336130204747, 40.8657345305182, -73.93360672734212, 40.86575168662407, -73.93358501748327, 40.865825968110194, -73.93357825260361, 40.86584276014494, -73.93357060713697, 40.86585762462494, -73.93356144778801, 40.865871630066344, -73.93354970534043, 40.86588644175844, -73.93349756069917, 40.86594167024982, -73.93347765344066, 40.865966344791254, -73.93346600104144, 40.86598477829486, -73.93345484167769, 40.86600598738992, -73.93341406902623, 40.866097606673826, -73.93340286696328, 40.86611759287421, -73.93339096627302, 40.866135175264006, -73.9333751308031, 40.86615417725335, -73.9333551343845, 40.866174205196195, -73.93328593993189, 40.86623351286276, -73.93326405743693, 40.86625354780344, -73.93324666760745, 40.86627177175351, -73.93323267326626, 40.86628933580602, -73.93318189028064, 40.86636177058883, -73.93314776085833, 40.866415596480785, -73.93308531954594, 40.86652611786417, -73.93307054734525, 40.866556277489686, -73.93306444158968, 40.86657089969531, -73.93304041806668, 40.86662842612307, -73.93302516581817, 40.86666054492837, -73.93300970644707, 40.86668748309637, -73.93299050617372, 40.86671644519066, -73.93290366279814, 40.866830987389015, -73.93288494624053, 40.866857757955444, -73.93286955088647, 40.866882281028786, -73.93284702947025, 40.8669226944889, -73.93279481935808, 40.867022544558544, -73.93276458024103, 40.86707377198397, -73.93269306296807, 40.867182283365096, -73.93265254934632, 40.867240096347174, -73.93260246583606, 40.86731156504685, -73.93253154350732, 40.86740955985792, -73.93248282155766, 40.86747746066111, -73.93245148707176, 40.86752407685516, -73.93243004479098, 40.86756199200382, -73.93241075679535, 40.86760557338732, -73.93239491311488, 40.8676495331898, -73.93236282475247, 40.867749117488195, -73.93234629537285, 40.86780008088534, -73.93233836397545, 40.86783665860506, -73.93233972220106, 40.86785528962065, -73.93235674692816, 40.867899277688785, -73.93235939652628, 40.86791947901343, -73.93235510555006, 40.8679502624192, -73.93234724342922, 40.86798286091787, -73.93233568621159, 40.868017845346245, -73.93231981036934, 40.86805712977707, -73.93226134726056, 40.868162793978065, -73.9320961471567, 40.868486021070964, -73.93228063799788, 40.8685337779645, -73.93227947421522, 40.868576978241016, -73.93226989954759, 40.868675506827486, -73.9322612223858, 40.86878144876334, -73.93226188332093, 40.868799874055895, -73.93226575961086, 40.86881994552858, -73.93227278923976, 40.868841992723695, -73.93228484872512, 40.86887192755124, -73.93229914105365, 40.86890267232645, -73.93231397618598, 40.86892225405677, -73.93233757821605, 40.868939982316945, -73.93236842947057, 40.86895401471214, -73.93239654728815, 40.86896143050608, -73.93243986130145, 40.868968192431375, -73.93246275580213, 40.86896898205483, -73.93251526392568, 40.868964372555446, -73.9325384252736, 40.86896638338295, -73.93255457686678, 40.86897576691418, -73.93256356899968, 40.86899510296531, -73.93256485697141, 40.869016421892645, -73.93255896311929, 40.869044002224626, -73.93255226394655, 40.86906092750063, -73.93254328799378, 40.86907825666528, -73.93253203763787, 40.869095983416024, -73.93252108667676, 40.869109738284095, -73.93250688027369, 40.869123918979305, -73.9324603457682, 40.869161320573006, -73.93244099130635, 40.86917414481194, -73.9324167278522, 40.869186171040845, -73.93239162301161, 40.86919620038784, -73.93232936242839, 40.86921857886224, -73.93229954639506, 40.86923158154198, -73.93227393780847, 40.869247006297165, -73.93225512793617, 40.86926431976143, -73.9322351834497, 40.86928917595157, -73.93221499381544, 40.86931711436755, -73.93218327097564, 40.869366633422025, -73.93216659448777, 40.86939266305642, -73.93213126543037, 40.86945031769374, -73.93213126543037, 40.86945031769374 --73.87051512140587, 40.85697449669098, -73.87040139757241, 40.856970052042854, -73.87024075068364, 40.85697095026292, -73.86969960698956, 40.85708791664915, -73.86958977320775, 40.85710944487061, -73.86941451624638, 40.85714196419602, -73.86933424023212, 40.857156193823634, -73.86921865280152, 40.857175943908395, -73.86884813194723, 40.85723814528835, -73.86871011001409, 40.857400655798706, -73.86850555865504, 40.857658585655, -73.86841474689615, 40.85777266353677, -73.86835254890796, 40.85785079306159, -73.86777474156892, 40.85782345434287, -73.86771884634226, 40.85782534343567, -73.86766612394676, 40.85782712447978, -73.86758752071906, 40.85782978079349, -73.86761389983347, 40.8572365663524, -73.86754190806917, 40.8572380730891, -73.86749175768811, 40.857239122204945, -73.86731075705275, 40.85724291146046, -73.86198057923868, 40.857381031228684, -73.86179102437214, 40.85738593801209, -73.86191995041258, 40.8567832843444, -73.86172796395887, 40.8567879981087, -73.86097060232726, 40.85680660068343, -73.86098606797377, 40.85652680861379, -73.86098612169779, 40.85647557069582, -73.8608505177815, 40.85624088763735, -73.86070782123767, 40.85594625190246, -73.86063291862959, 40.85579233221495, -73.86061257620496, 40.855750611262, -73.8605583963676, 40.85563139359934, -73.86052445163695, 40.85556494398791, -73.86040691703103, 40.85532189502754, -73.86026072834281, 40.855020400816954, -73.8602437146143, 40.85497003279757, -73.8600852295277, 40.85464232182915, -73.8600331957835, 40.85453887591504, -73.8600167693948, 40.85451048868231, -73.85973646499195, 40.85392839606878, -73.85970813234067, 40.85388348558845, -73.8595735541841, 40.853709653822605, -73.8594921954186, 40.853605252544135, -73.85947181318524, 40.8535790990344, -73.85940713847147, 40.85349610830888, -73.85934211587413, 40.85341282266058, -73.85884842916789, 40.85278046485889, -73.85851164782274, 40.85235192397604, -73.85700078656332, 40.85041528595791, -73.85546798689268, 40.84845745002312, -73.8550206502768, 40.84788276843747, -73.85497284623195, 40.847821355040786, -73.85444700046745, 40.84714579821397, -73.85348283618234, 40.84591200374863, -73.85299833786114, 40.845292634747516, -73.85271682479078, 40.84493055812956, -73.85252280581952, 40.84467710399722, -73.85227570557151, 40.84434987163568, -73.85221082999804, 40.84426395616145, -73.85211983281523, 40.84415464475075, -73.8520857578593, 40.844122253519835, -73.85204586479382, 40.843629008142926, -73.85195070760639, 40.843428177648164, -73.8519429227948, 40.84340590654415, -73.85192755710456, 40.843325687924285, -73.85216647664726, 40.843262017882225, -73.8527208245239, 40.843124006820375, -73.85373798096974, 40.84285718978426, -73.85429908685971, 40.84267048999159, -73.8538115813734, 40.84242429852059, -73.85333525227907, 40.8424698414644, -73.85328121870974, 40.84203490431316, -73.85309459376711, 40.84104664537562, -73.8529006494169, 40.84107118250446, -73.85280190756161, 40.841004375829876, -73.85272563414804, 40.840951523005124, -73.85223603226166, 40.84061648112489, -73.85172227309052, 40.84026642816351, -73.85107436389137, 40.839810881512555, -73.85047885763201, 40.83940048418432, -73.85012136894102, 40.83915084792723, -73.85004169645036, 40.83909343418635, -73.84997009577384, 40.83904571030694, -73.8498404079228, 40.838957666765296, -73.84937299923378, 40.838632561321695, -73.84916455732828, 40.83848814401762, -73.84849056282305, 40.83802570569206, -73.84815846173215, 40.837795531101335, -73.84758929354294, 40.837409741352886, -73.8468351954995, 40.836889136944784, -73.84672611203013, 40.83682318655239, -73.84667777987619, 40.83679396428083, -73.8466158660929, 40.83675653122312, -73.84653644695292, 40.836708515635245, -73.84590452825607, 40.83627258804395, -73.84581531075847, 40.83620671915185, -73.84579186886967, 40.836184462689175, -73.84574447494232, 40.83612732592492, -73.84570569179677, 40.8360627760771, -73.84568352873762, 40.836010091767484, -73.8456634184084, 40.83594243136207, -73.84559222023118, 40.83565103935186, -73.84542722049828, 40.83493617171486, -73.84370397919979, 40.83516660575405, -73.84218235289343, 40.83537383490651, -73.84002916430762, 40.83566228860537, -73.84001822400315, 40.83566248954933, -73.83999145008191, 40.83566297919755, -73.83915346478001, 40.835674730283074, -73.8391454355501, 40.83554385188656, -73.83912455060978, 40.83540757509494, -73.83910516148512, 40.835296029789625, -73.83909784743634, 40.835212169049214, -73.83905062662416, 40.835087602455665, -73.83903299032849, 40.83499897898993, -73.83902520271397, 40.83485706533402, -73.83901752673769, 40.83480328603125, -73.8390188364122, 40.83466528421368, -73.83899248361277, 40.83453454319574, -73.83896299449039, 40.83441527100408, -73.8389329354479, 40.83427777467645, -73.83891131393275, 40.834133647166574, -73.83892596729953, 40.83400612052687, -73.83893364399285, 40.83388077954803, -73.83895781794715, 40.83377662415277, -73.83899603945954, 40.833632498247695, -73.83904176308788, 40.833508526886924, -73.8390769469673, 40.83337951963537, -73.83911284132523, 40.833315535460116, -73.83919798918613, 40.83320663478937, -73.83930117043032, 40.83308263445556, -73.83939207797025, 40.83304219465358, -73.83944825828392, 40.833018531304596, -73.83955907610783, 40.83291918883909, -73.83964799090107, 40.83282193017857, -73.83976069616311, 40.83271839112901, -73.83987623033858, 40.83261071271428, -73.8399865902341, 40.83250552227745, -73.84008737749204, 40.832399825889546, -73.84020070800031, 40.83229206124423, -73.84031402186655, 40.83220490881469, -73.84036001674248, 40.832171019292424, -73.84044560839166, 40.83210795534268, -73.84058325250453, 40.83203239236913, -73.84066853453304, 40.83194201488238, -73.84075875940177, 40.8318237062693, -73.84083716382192, 40.83176738312059, -73.84091234795996, 40.83171360838211, -73.84102029669032, 40.83160402189951, -73.84107709405532, 40.83153172281536, -73.84113918807935, 40.83148387316201, -73.84117763675299, 40.83145015211452, -73.84123592087145, 40.83139061592736, -73.84128346548935, 40.83133781144696, -73.84130414248112, 40.83131654767282, -73.84132766534188, 40.83129604602815, -73.84139078071597, 40.83124678656588, -73.84146200737247, 40.83118466202661, -73.84163170914987, 40.831044391689694, -73.84165757271629, 40.83102213092051, -73.84169464550696, 40.83098845913795, -73.84173028698561, 40.830953924504804, -73.84184854779625, 40.8308062568011, -73.84191187496418, 40.83072338452296, -73.84195991436533, 40.830655505231825, -73.84197587682026, 40.830630414069546, -73.84199083087593, 40.83060411035604, -73.84200478843098, 40.83057657609808, -73.84201776736295, 40.83054777169868, -73.84204269112404, 40.83048578596796, -73.84206111738884, 40.830432086703595, -73.8420671529403, 40.8304091215113, -73.84207844386373, 40.83035573394893, -73.84208571245689, 40.83033072991952, -73.84209904241335, 40.83029784944434, -73.84212287412281, 40.830248356583205, -73.84213838498077, 40.83021966189348, -73.84217855117188, 40.830153066642396, -73.84219541618866, 40.83011923556645, -73.84220786783754, 40.830087241765085, -73.84221965727856, 40.830051530708424, -73.84224720128078, 40.82994979250608, -73.84226898792798, 40.82986820493, -73.84227876399427, 40.829821107939274, -73.84228760386007, 40.82976234734021, -73.84229653283046, 40.829702999738146, -73.8423131478713, 40.829583983154656, -73.842315745274, 40.82955550220788, -73.84231821760851, 40.829489749548515, -73.84232189827833, 40.82945889097112, -73.8423293594057, 40.82943710646037, -73.84234343608485, 40.829416172957316, -73.84236279587063, 40.82939805622264, -73.84238570880446, 40.82938437748418, -73.8424230144497, 40.829384496902165, -73.84244059479487, 40.82938087571348, -73.8424515304258, 40.829357175182935, -73.84245536196502, 40.82934017634552, -73.84245108903465, 40.82932529160758, -73.84243490359754, 40.829318094340046, -73.84241504600288, 40.82931966468752, -73.84239470533458, 40.829314967817474, -73.84238020308898, 40.82930587549682, -73.84236446238562, 40.82924306957725, -73.84235497114132, 40.82914749683272, -73.8423521170647, 40.8291177036116, -73.84234417384849, 40.82903476064073, -73.84233744956404, 40.82898124935696, -73.84233380617208, 40.82896086884454, -73.84232846277742, 40.828930974964926, -73.84232034714454, 40.828891794977764, -73.84231339303693, 40.82885823747646, -73.84230249018744, 40.82880559485733, -73.8422975708027, 40.8287788830091, -73.84229287615743, 40.828753387137965, -73.84227757029241, 40.828670268397005, -73.84227270945996, 40.82864386999991, -73.84226913376894, 40.828624452207485, -73.84225358193338, 40.82854209944752, -73.84224570594755, 40.82850038398228, -73.84224058485924, 40.82847326212837, -73.84223202574083, 40.828437672705014, -73.84221421420688, 40.82837441097258, -73.84220136374623, 40.82833026275929, -73.84218989581446, 40.82828352300627, -73.84218467015053, 40.82826102235366, -73.84216264931477, 40.828166144722466, -73.84215671136542, 40.828140569698725, -73.8421422416028, 40.82809092353043, -73.84212819321891, 40.82805355530617, -73.84219895941168, 40.828043892580695, -73.8426536628398, 40.82798696765535, -73.84296647526423, 40.82796054843781, -73.84323633293654, 40.82794189350218, -73.84329852282134, 40.827939851952294, -73.84366148853937, 40.82792793845046, -73.84372097960185, 40.82792918612976, -73.84379912661352, 40.82793353424472, -73.84389898548929, 40.8279390904484, -73.84418270179005, 40.8279627186609, -73.84428938697751, 40.82797377857922, -73.84451096677297, 40.82800259447457, -73.84459877934056, 40.828014014971615, -73.84465971306982, 40.828021938590375, -73.84473940514121, 40.82803230166451, -73.8448745389128, 40.828061140019706, -73.84501789369742, 40.82809172902402, -73.84504430274647, 40.82809845610179, -73.84536115490609, 40.82817915527237, -73.84552022618759, 40.828230737286596, -73.84574380359103, 40.82830410914786, -73.84580087640241, 40.82832283745754, -73.84592775997902, 40.82828518619806, -73.84608848538414, 40.82823748900754, -73.8461404174218, 40.8282220787728, -73.8461931264715, 40.82820643722291, -73.84661555009836, 40.828081079831094, -73.84687131772466, 40.82801703874341, -73.84690801574973, 40.82801195553787, -73.84699865411287, 40.827999512101336, -73.84703430254466, 40.828158077378625, -73.84706385713868, 40.82828953952346, -73.84707960049461, 40.82836694996014, -73.84713842867357, 40.82859346496594, -73.84717761375519, 40.82874754679651, -73.8472595367496, 40.82879831184936, -73.84734855635851, 40.82885319880402, -73.84737120241888, 40.828866439959405, -73.84742157874503, 40.82889571511901, -73.8475048575417, 40.82894372176857, -73.84764310603792, 40.82902187036444, -73.84797478001387, 40.82919384810646, -73.84828970524455, 40.8293441017973, -73.84877914802071, 40.82952918426005, -73.8495032315333, 40.82974516813688, -73.84990764378973, 40.829861412534484, -73.85058792055781, 40.83005694622732, -73.8515848934524, 40.83035388893152, -73.85165914226253, 40.83037629424883, -73.85203680650376, 40.83048523514975, -73.85264349640254, 40.83067319353137, -73.85271483372121, 40.830695293681096, -73.85339600250381, 40.8308680734784, -73.85398659768373, 40.83104410425942, -73.8550639248803, 40.8313651950636, -73.8551331620343, 40.83138716590453, -73.85548957317437, 40.83149081167246, -73.85552491589243, 40.83150332962044, -73.85585799568067, 40.83160131781788, -73.85592324638847, 40.83162051327555, -73.85678297444696, 40.83187342664981, -73.85682918004451, 40.83188690770896, -73.857375284993, 40.83204623819173, -73.85755467246577, 40.83209857608335, -73.85787777540081, 40.832193937371265, -73.85797462294465, 40.832223014816286, -73.85819043063562, 40.832286049424425, -73.85823472514761, 40.83229921599741, -73.85858520014112, 40.8324124360518, -73.85888605130945, 40.83249006887972, -73.8589279090163, 40.832501339362395, -73.85898355755027, 40.832517547000826, -73.86037736870708, 40.83292570399001, -73.8603544667289, 40.83297036965191, -73.86033966191278, 40.83300898658136, -73.86033407494175, 40.833031816379965, -73.8603302111668, 40.83304760909232, -73.86032840453099, 40.83306671811899, -73.86032421653766, 40.83311552800384, -73.86042963982852, 40.83314612569732, -73.86049593065944, 40.833165365743476, -73.8605341378343, 40.83317645562867, -73.86069967786374, 40.83322509694375, -73.86086734287147, 40.83327536147581, -73.86097072926808, 40.833306791875685, -73.86111146658273, 40.83334957739121, -73.86113467518875, 40.83335663280422, -73.86132499819313, 40.833413956817324, -73.86137634592579, 40.833429420619964, -73.86143638122768, 40.83344738650832, -73.86155085467784, 40.833481642854075, -73.86163126837992, 40.8335051441338, -73.86171077920777, 40.83352840924542, -73.86177626498389, 40.8335468866696, -73.86212648009236, 40.8336508439229, -73.86267417873991, 40.83381342083758, -73.8628686318137, 40.83387113982937, -73.86287799188081, 40.83392532925608, -73.86288453893626, 40.83396321457206, -73.86289392011952, 40.83401752558857, -73.86290314785639, 40.834070937727134, -73.86293002739436, 40.83422653202787, -73.86294259667469, 40.83429929527217, -73.86295951204346, 40.834420016848206, -73.86315636874755, 40.835530508817975, -73.86411501046153, 40.83543677241066, -73.86415447693744, 40.83566646403685, -73.86416502580938, 40.83572786590501, -73.86451591546302, 40.83776994889267, -73.86355551104559, 40.837865303837226, -73.86361965730876, 40.8382416774956, -73.86363257170004, 40.838317454076204, -73.86375960837329, 40.83906282285252, -73.86390760365771, 40.83992545958418, -73.86393746696491, 40.840044260111405, -73.86399998012315, 40.84017871910439, -73.86446480771008, 40.84108824401265, -73.86358013450372, 40.84127764568592, -73.86376928258062, 40.841428059050955, -73.86430836988005, 40.84182073449007, -73.86457858749986, 40.84200869429748, -73.86462927786042, 40.84203909054154, -73.86466074748257, 40.842057176971934, -73.86470880592589, 40.84208098117808, -73.86477849750446, 40.84211394353696, -73.86488905102173, 40.84216156964221, -73.86503349469471, 40.84221496784552, -73.86515278280407, 40.842474341557484, -73.86518002147707, 40.84245758548996, -73.86566521794406, 40.84294153128924, -73.86572645258916, 40.84301046425135, -73.86579775297083, 40.84309072989968, -73.865911222641, 40.8431969949614, -73.86642506557764, 40.84346336827978, -73.86659183122964, 40.84354783938578, -73.86679550927087, 40.84365005478679, -73.86686753002505, 40.84369604600356, -73.86723015500591, 40.843980691287314, -73.86729742681713, 40.84403349800538, -73.86746090839104, 40.84416182260738, -73.86748674246981, 40.844182938246995, -73.8675097074152, 40.844206211769986, -73.867535950997, 40.844240835272835, -73.86756519841664, 40.84429023931821, -73.86757656514473, 40.844313572450616, -73.86776659774937, 40.844721057577445, -73.86781794006271, 40.84486851730596, -73.86794602174903, 40.8448390350682, -73.86802052240608, 40.84482192000663, -73.86810908829614, 40.84479733967986, -73.86837632834789, 40.84468701209907, -73.868545821377, 40.84461044280907, -73.86870050107034, 40.8445285020742, -73.86889257875525, 40.8444093475243, -73.86959554264313, 40.843981135728775, -73.8703013450565, 40.843548386132554, -73.8707916855213, 40.843236263414944, -73.87099517065754, 40.843111817817366, -73.8710651331834, 40.843055478309324, -73.87113622209148, 40.842991167045234, -73.87118114792352, 40.84294600613735, -73.87153344997581, 40.84251397203082, -73.87197353769538, 40.8419765558414, -73.87214474152454, 40.84175615355038, -73.87223451169858, 40.84164058727878, -73.87225893959764, 40.84160943833395, -73.87241354288133, 40.84141231122429, -73.8724682457387, 40.84133672572389, -73.87242122079037, 40.841540766174965, -73.87235009109011, 40.84186199361634, -73.87221119868774, 40.84248019994786, -73.87217224909959, 40.84265483457607, -73.87203505822401, 40.84325901731149, -73.87198596229004, 40.84347061576794, -73.87195498926144, 40.84360836592243, -73.87193481731401, 40.8436980795194, -73.87459175045282, 40.84152033248998, -73.87467149324199, 40.84155005531797, -73.87561280339317, 40.84190089452198, -73.876085039265, 40.8420645173612, -73.87674422658372, 40.84227965732351, -73.87707748819038, 40.842378558491696, -73.87723524414308, 40.8424118772787, -73.87772996621906, 40.84251923013049, -73.87777502703514, 40.8425283539635, -73.87807610438185, 40.84259087240455, -73.87817174332916, 40.842624123332065, -73.87757141045701, 40.84360125449046, -73.8773747514258, 40.84392862893002, -73.8764011200318, 40.845938837196464, -73.87637962024739, 40.84602231599176, -73.87633809090966, 40.8461835444045, -73.87630191638691, 40.84629447699293, -73.87626391952764, 40.846382886279905, -73.8761421822531, 40.84663615979911, -73.87598802509521, 40.84692925325364, -73.87584085239905, 40.84724518780786, -73.87544873292876, 40.84797725038106, -73.87538933537148, 40.8481270129425, -73.87535056934128, 40.84828421962736, -73.87527801332648, 40.84866592044669, -73.87527198121242, 40.84909387311175, -73.87525317525085, 40.849298345667734, -73.87518350490994, 40.849605622864864, -73.87508783918096, 40.84991234957341, -73.87507268075164, 40.84998709655696, -73.87506573088926, 40.85006253410061, -73.87506829190578, 40.85012720214672, -73.87507606535834, 40.85019163270381, -73.87510704643783, 40.85030736603505, -73.87519061704272, 40.850545830360225, -73.87529088896795, 40.850780665675714, -73.87529915204436, 40.850810543042705, -73.87530910972731, 40.85087144690719, -73.8753101604333, 40.850932812100815, -73.87530434086192, 40.85098360348948, -73.87528412519629, 40.851064328792475, -73.87524021584662, 40.85118067716278, -73.87509935758928, 40.85143631951128, -73.87462733778871, 40.85220432816026, -73.87447257230798, 40.85247947185629, -73.87439324278319, 40.85260332745654, -73.87432939847625, 40.852684097811355, -73.87428766957042, 40.85272584328854, -73.87421722569023, 40.85279824531831, -73.87418916742128, 40.85282280626326, -73.87415358732396, 40.85285394969839, -73.87414424920641, 40.85286212318417, -73.87417936944793, 40.85290731757251, -73.87418729418586, 40.85292095246239, -73.8742077857444, 40.85295621106564, -73.87425640768967, 40.853033564118086, -73.87428842047632, 40.85307774473247, -73.87429984655724, 40.85309555991198, -73.8743382521052, 40.85316397071497, -73.87436842972146, 40.85322481111233, -73.87438038938322, 40.85324646836371, -73.87439023371023, 40.85325850335356, -73.87440488243274, 40.853269841189224, -73.87442362769298, 40.853280402755615, -73.87445700144751, 40.853296066218164, -73.87455928960291, 40.85333987296282, -73.87460253094643, 40.85336032692394, -73.87463089843757, 40.853374979044574, -73.87465538459348, 40.853389495469294, -73.87468158237988, 40.853408889012115, -73.87469430573279, 40.853426242707606, -73.87469904430156, 40.85345104740566, -73.87469077602121, 40.85350321653654, -73.87468438670929, 40.85355011802798, -73.87468354964496, 40.853577699189835, -73.87468838753077, 40.85359637344582, -73.87470960924796, 40.853637755193624, -73.87473887012116, 40.853724080217816, -73.8747442959086, 40.85374483344485, -73.87475312868214, 40.85379595586123, -73.87476231338708, 40.85382771808059, -73.87477330102138, 40.85384421981731, -73.8747874879967, 40.85385650892186, -73.87481122805576, 40.85386427621529, -73.8749049934968, 40.85386539368102, -73.87497922687673, 40.8538693372613, -73.87500103767971, 40.85386812812174, -73.87502096957522, 40.85386268913277, -73.87503746029337, 40.85385384525475, -73.87506551729777, 40.853831916244516, -73.87509586073803, 40.85380433821515, -73.87513935929331, 40.85377773434065, -73.87518144895938, 40.853752363499886, -73.87520148887289, 40.85374431857266, -73.87525891900636, 40.85373084718982, -73.87530012122981, 40.853713846319785, -73.87532748079805, 40.853704544991494, -73.8753535446426, 40.853696859540435, -73.87538177144884, 40.85369055147123, -73.87541812660447, 40.85368496176083, -73.87551547745431, 40.85373902883081, -73.87556837791978, 40.853772072723245, -73.87564953622282, 40.85382538470998, -73.87568809256231, 40.85385215556601, -73.87576965319028, 40.853912402589486, -73.87580324845847, 40.85393553097712, -73.87584185791233, 40.85395932841383, -73.87588409771632, 40.853982432762486, -73.87593022495804, 40.854004987473715, -73.87598078113007, 40.854027256969204, -73.87606512957512, 40.854061866170795, -73.876176952835, 40.85410624092127, -73.87631924423339, 40.85416364773208, -73.87636214381966, 40.854179046202056, -73.87640149253411, 40.85419132064732, -73.87642418690635, 40.85419716033555, -73.87644989211249, 40.85420253678897, -73.87653818704722, 40.854217162551116, -73.87657147578328, 40.854223561046645, -73.87666717719644, 40.85424389294654, -73.87672005475825, 40.85425654644432, -73.8767635152277, 40.85426886838318, -73.87683060643468, 40.85428993049749, -73.87689087988585, 40.85430954721203, -73.8769343185493, 40.854328562419276, -73.87694125517925, 40.85434270213824, -73.87694858650596, 40.854371711199626, -73.87697140678846, 40.85440058459593, -73.87698834930313, 40.8544199173125, -73.87700528874801, 40.85443642608075, -73.87702250957561, 40.85445020665606, -73.87704131446854, 40.85446163323036, -73.87708107631072, 40.85448090200353, -73.87709686568054, 40.85448956084572, -73.87711356889929, 40.854501077019314, -73.87715600976111, 40.854534539471125, -73.87717006275123, 40.85454327749852, -73.87718738495421, 40.85455100324967, -73.87720843261621, 40.85455276810543, -73.87724647549972, 40.854552438488064, -73.8773074172301, 40.85456422141576, -73.87732113655846, 40.85457576500242, -73.87732278538789, 40.854591658635734, -73.87731889666907, 40.8546417722741, -73.87731024408811, 40.85468021317325, -73.87729271234339, 40.85469090047481, -73.87726630627547, 40.85469757114445, -73.87724356065716, 40.85471165404916, -73.87722844639497, 40.85472335876747, -73.87721784557037, 40.854735259191585, -73.87720829780102, 40.85475105896468, -73.87719421480938, 40.854782309050314, -73.87718243812166, 40.85481698615968, -73.87715394746425, 40.85491782441453, -73.87713547027688, 40.854979944974815, -73.87713046820119, 40.85500157396257, -73.8771232720886, 40.855049511181825, -73.87711892702698, 40.85507050241998, -73.87711082051857, 40.85509829736897, -73.87710203878679, 40.85511924605969, -73.87709112858201, 40.85513678952369, -73.87707782259214, 40.85515118051387, -73.87705957791289, 40.855165717522375, -73.87703970574137, 40.8551785040384, -73.87697829757923, 40.855213434383764, -73.87692415934393, 40.85524647691702, -73.87690511921312, 40.85526336063428, -73.8768752785199, 40.85530193467302, -73.87686446959471, 40.85531853450789, -73.87685852483149, 40.855337449295, -73.87685859001206, 40.85537014441812, -73.87687461990004, 40.855393764315366, -73.87686804491797, 40.85543086386027, -73.87687163721301, 40.85545138990034, -73.87689261869963, 40.8554820082978, -73.87688709470953, 40.855525402501186, -73.8768959333525, 40.855542333072236, -73.87690903824964, 40.85555848206514, -73.87691988311852, 40.855575026662834, -73.87694056508778, 40.855607951791, -73.87695153271503, 40.855631231293714, -73.87695940672883, 40.85565481726521, -73.8769884954194, 40.855743316187926, -73.87699539933045, 40.85577908117225, -73.87700574575005, 40.855813153299714, -73.8770255091431, 40.855858022453525, -73.87707284386165, 40.855950717279114, -73.8770770169286, 40.855965072860485, -73.87708739578436, 40.856025913027835, -73.87709502795231, 40.85605206513175, -73.87710469812767, 40.8560734738152, -73.87713246125897, 40.85612794260577, -73.87714413606771, 40.856158831995025, -73.87715202538404, 40.85619410904963, -73.87715787659978, 40.85625537752334, -73.87717215416599, 40.85633408398167, -73.87719336224465, 40.856418204365845, -73.87719681761922, 40.85644809355738, -73.87719563984109, 40.85647768335641, -73.87719036178977, 40.85651512287782, -73.87718379449502, 40.85655002164025, -73.8771666616407, 40.856623151227616, -73.87715820102359, 40.85666534915734, -73.87715267344329, 40.85670366458841, -73.87715155127056, 40.856724326071586, -73.87715186613079, 40.856788227985135, -73.87714970978533, 40.85681465331333, -73.8771466566903, 40.85685206188159, -73.87714461805972, 40.856877038443976, -73.87714147199422, 40.856935881311195, -73.87714290585902, 40.85695130195356, -73.87715149824582, 40.856988040349, -73.8771511378696, 40.85700656847754, -73.87713969802243, 40.85705513780976, -73.87712715850869, 40.857111527638, -73.87710402875234, 40.85722584740448, -73.87708151743169, 40.857297488132076, -73.8770730620295, 40.8573521893794, -73.8770686537355, 40.85737265105101, -73.87705694184946, 40.85741240967435, -73.87703913243851, 40.85746445800776, -73.87701932034572, 40.85752391434674, -73.8770094463324, 40.857565815391325, -73.87699944566836, 40.85760244212176, -73.87699111645279, 40.857625411079745, -73.87697097121865, 40.85766935969207, -73.87695268027706, 40.8577078749124, -73.8769267994914, 40.8577645809635, -73.87691156057107, 40.85781503994752, -73.87689758770944, 40.85786453855522, -73.87687516514987, 40.857928357662104, -73.87685118355162, 40.8579943975124, -73.8768373876733, 40.85802321381605, -73.87681338860001, 40.85806215065181, -73.8767731445438, 40.858124714332554, -73.87673482490241, 40.85818431563738, -73.87672019013594, 40.85821135976354, -73.87670752878813, 40.858244231274675, -73.87670184106608, 40.858267636168435, -73.87669557276399, 40.85831567698168, -73.87669159884703, 40.8583358860618, -73.87667907157669, 40.85838086031477, -73.87667260176136, 40.858396205874406, -73.87666496265776, 40.858409553794615, -73.87661750864208, 40.85848026095654, -73.87656291847657, 40.85856100634368, -73.87653626941638, 40.85860250938469, -73.8765159231393, 40.8586387954158, -73.87647423105275, 40.8587220255107, -73.87643152625053, 40.8588057488745, -73.87642199311153, 40.858822196040805, -73.87639810410352, 40.85885842152424, -73.8763889204244, 40.85887508788141, -73.87637410827827, 40.858911261850594, -73.87635592320416, 40.85896774188077, -73.87634397127287, 40.85900736959279, -73.87634062762412, 40.85904637888768, -73.87634348553455, 40.85906002439165, -73.87635781318288, 40.85909819985992, -73.87639854086656, 40.859184372773846, -73.87641558701013, 40.8592340324081, -73.87644378746488, 40.859305045624254, -73.87646300759711, 40.859322200750256, -73.87648084072322, 40.85934027469001, -73.876497148324, 40.85935913312271, -73.87651180021238, 40.85937862552758, -73.87653107984296, 40.85940783467939, -73.87654834980168, 40.85943731992919, -73.87656354624312, 40.85946697134972, -73.87657661834652, 40.85949669073389, -73.8766145549664, 40.85959096589918, -73.87662538615386, 40.85962223352625, -73.87663681600755, 40.85966261656258, -73.87664310462279, 40.85968620444532, -73.87664665025254, 40.859707037494346, -73.87664843706668, 40.859736764613736, -73.87664479918658, 40.85976950347868, -73.87663933327332, 40.85979153895355, -73.87663384053097, 40.85981077207129, -73.87662064719717, 40.859848910867555, -73.87660834588037, 40.85987420331079, -73.87659836750223, 40.85989851310001, -73.87659554975104, 40.859912395657545, -73.87658978381259, 40.85994205976839, -73.87657959774442, 40.85995684303928, -73.87656658695316, 40.859974559788455, -73.87654858127019, 40.859993752499406, -73.87652698996405, 40.86001813089997, -73.87651140236433, 40.860041307263444, -73.87649534639876, 40.860063769033964, -73.87648021301298, 40.860076103967835, -73.87644990788745, 40.860099703104765, -73.87642225101568, 40.860120862938636, -73.87639176785243, 40.86014259425114, -73.87635297203018, 40.8601659663468, -73.87632892892717, 40.86018655371665, -73.87630996151732, 40.86019984534214, -73.87628838297653, 40.860217278224226, -73.8762631431808, 40.86023973011426, -73.87623789713592, 40.860265530917935, -73.87620172049834, 40.860298208743885, -73.87617839244487, 40.8603207374072, -73.8761666557753, 40.86033629610039, -73.87615889095494, 40.86035201394007, -73.87615453547227, 40.86037315639423, -73.87615478661891, 40.86040006873596, -73.87614861477537, 40.86043420692616, -73.87613542869265, 40.860449768562454, -73.876111095943, 40.86047039609714, -73.87608068083442, 40.86049492882677, -73.87605986587862, 40.86050986452367, -73.87602848867364, 40.860527480435636, -73.87599902979537, 40.86054484896478, -73.87596921299422, 40.860560791624465, -73.87594894617207, 40.86057243389473, -73.87592046855033, 40.86058640230455, -73.87590657663043, 40.86059562820181, -73.87589329669558, 40.86060741034882, -73.87588040932268, 40.8606217476093, -73.87586352992986, 40.86064354023993, -73.87584047610527, 40.8606772469223, -73.87578919478206, 40.86075287978682, -73.8757646947747, 40.86079625887012, -73.87575522165064, 40.86081716347045, -73.87574407763044, 40.86084108381545, -73.87573158391152, 40.86087194999257, -73.87571653720836, 40.8609005594896, -73.87570043773952, 40.860921293057814, -73.8756936864822, 40.860942278927666, -73.87568935277723, 40.860971976048845, -73.8756878197535, 40.86099958524749, -73.8756759188765, 40.86108065171926, -73.87566597674609, 40.86113795094369, -73.8756498266308, 40.86119651586966, -73.87564384324364, 40.8612134197379, -73.87563449816028, 40.86123493679864, -73.87562545127005, 40.861252385762576, -73.87561464455712, 40.86126965543186, -73.87560270181942, 40.861285521811105, -73.87558957430103, 40.86130005238416, -73.87557262459768, 40.86131617360305, -73.87555336150625, 40.861332566073486, -73.87553276173381, 40.86134829793943, -73.87551642794843, 40.86136485835341, -73.87550103008194, 40.861381363944524, -73.87548842108946, 40.861395129648216, -73.8754612580598, 40.86142194306184, -73.87543670486242, 40.861443447291435, -73.87540810893559, 40.86146459415789, -73.87534639189619, 40.86150572494948, -73.87532858034969, 40.861518385515424, -73.8753039665868, 40.861534827091965, -73.87527207235894, 40.861558974397, -73.8752431851967, 40.86157851263094, -73.87521961530048, 40.8615942430299, -73.8752066936986, 40.86160515110716, -73.87518259606378, 40.86162652070125, -73.87514745019969, 40.861661655843974, -73.87513684143357, 40.861679525408476, -73.87511908516412, 40.861714497460724, -73.87510273743526, 40.86173143240434, -73.87508300999221, 40.86174864373915, -73.87503430353945, 40.86178305817978, -73.87501681899168, 40.86179899683755, -73.87499157061916, 40.86182735655463, -73.87497350461288, 40.86184973668631, -73.8749590068335, 40.861870612360214, -73.87494781303067, 40.86189048396412, -73.87493975512956, 40.86190790512871, -73.87492201262368, 40.86193736345968, -73.87490996224037, 40.861955446657085, -73.87489132619366, 40.861957366108236, -73.874862201493, 40.86196935787604, -73.87483872359991, 40.86197767635717, -73.87481907183654, 40.861988633820445, -73.87480126006028, 40.862001294303916, -73.87478423531063, 40.86201864989669, -73.8747743389128, 40.86203291193382, -73.87476010807177, 40.86206440555758, -73.87474589804812, 40.86208735804793, -73.87473506095162, 40.862099784760765, -73.87472123430113, 40.86212699698508, -73.87470926075804, 40.86215083528031, -73.87469692971055, 40.86217052102351, -73.87466413215948, 40.862213640515684, -73.87464477000646, 40.86224331676297, -73.8746234401819, 40.86228238028484, -73.87461343283509, 40.86229757239386, -73.87458350815162, 40.86233050413153, -73.87454485690047, 40.86237116699076, -73.87453474903235, 40.86238492720332, -73.87451766418515, 40.86241330019336, -73.87450663542703, 40.86243233177451, -73.87449748650936, 40.86245394890695, -73.8744836223424, 40.86248209486919, -73.87446520366625, 40.86251015483032, -73.87443350416181, 40.86256331141724, -73.87440951822776, 40.86261126345125, -73.87440386224242, 40.862625402201125, -73.87439963266435, 40.86263979644178, -73.8743969534272, 40.8626547686839, -73.87438855878135, 40.862708427884314, -73.87438092714694, 40.86272296790177, -73.87436594107938, 40.86274406538792, -73.87432871412855, 40.86278778688847, -73.87430816591208, 40.86281789582122, -73.87429438984783, 40.8628508045497, -73.87426012017873, 40.86290874259233, -73.87424716759747, 40.862927033648376, -73.87423394817071, 40.86294279583454, -73.87422028415625, 40.862955937107024, -73.87420106721457, 40.862971332555055, -73.87414462571755, 40.8630133743403, -73.87410464640863, 40.86304846426425, -73.87408712907327, 40.863063259119386, -73.8740731182308, 40.86308163724871, -73.87404909152319, 40.863118941759296, -73.87402177477419, 40.86314858219966, -73.87398217457304, 40.863193222196365, -73.8739715910977, 40.863206840461395, -73.87396233640813, 40.86322153446207, -73.87395444382874, 40.863237244802825, -73.8739479585864, 40.86325389048912, -73.87394290570471, 40.863271411215685, -73.87393934243936, 40.86328963775298, -73.8739372999293, 40.863308412549436, -73.87393680229596, 40.86332752581709, -73.87393863086687, 40.86334777714475, -73.87394352511313, 40.86336576708797, -73.87395534993242, 40.863397502485014, -73.87396349545583, 40.86341544014853, -73.87399184976826, 40.86346803274672, -73.87402355462783, 40.86352767533346, -73.87402680806213, 40.86354401558356, -73.87403252574181, 40.86359883377958, -73.87403699396378, 40.8636232167351, -73.87404270873678, 40.86364325528423, -73.87405017601273, 40.86366110575329, -73.87405992598053, 40.86367865344708, -73.87409110549032, 40.86372704831396, -73.87410152651448, 40.86374100287897, -73.87412092157587, 40.86377074922887, -73.8741540240675, 40.863818425783435, -73.87418867606337, 40.86386340074534, -73.87420826768889, 40.86388521127225, -73.87424067467622, 40.863916870019835, -73.87428629329406, 40.86395896903112, -73.87430095378842, 40.86397661210254, -73.87432285916252, 40.86400871503368, -73.8743334795964, 40.86402578368989, -73.87435681634557, 40.86406873097778, -73.87437187422552, 40.8640901484277, -73.87438844313327, 40.86410535053503, -73.87443512449349, 40.8641375362438, -73.87446593490117, 40.86416430982983, -73.874483879749, 40.86418455076321, -73.87449741746937, 40.864205754026834, -73.87450949417294, 40.86422994172583, -73.87452043533582, 40.86425749151997, -73.87453327137592, 40.8642960392609, -73.87456471973329, 40.86439529397952, -73.87457959552344, 40.86444163767535, -73.87458109165703, 40.86445588775973, -73.87458762364972, 40.864477955971616, -73.8745961216298, 40.86449973726232, -73.87461600298003, 40.86453854208494, -73.87463425591677, 40.86458041760743, -73.87465615745712, 40.86462229709027, -73.87468311812324, 40.86466659987968, -73.87470818142475, 40.86470815230587, -73.87471680672255, 40.86472723945813, -73.87473061089833, 40.86474876805848, -73.87474907557352, 40.86477464748208, -73.8747843099466, 40.86482137254117, -73.87480179738886, 40.86484656111998, -73.87481840485712, 40.86487734798963, -73.87486789837045, 40.864955432754854, -73.87488505793459, 40.86498155297216, -73.8749168500184, 40.86501328919866, -73.87495549514006, 40.865053541575016, -73.87496605470784, 40.86506845973288, -73.87497733721933, 40.86509064562899, -73.87498525162472, 40.86511063608162, -73.87500256756215, 40.865144480854916, -73.8750219292141, 40.865177919919155, -73.87504774689793, 40.86521464465607, -73.87506115169415, 40.86523925155822, -73.87509233859092, 40.86528449082992, -73.87513092303648, 40.86533887807366, -73.87515326344557, 40.86537853552108, -73.87517811518882, 40.865421243839755, -73.87519647055686, 40.86545436391127, -73.87523232776063, 40.86551593858308, -73.8752657418246, 40.86556976908838, -73.87528611466549, 40.86559987468366, -73.87529565368972, 40.86561764445932, -73.87530411513444, 40.86563950129479, -73.87531014636029, 40.86566313397136, -73.87531248586959, 40.86568696526852, -73.87531014015002, 40.86572464644328, -73.8753125676151, 40.865778116566005, -73.87531716362136, 40.8658061627935, -73.87533298289287, 40.865847005404746, -73.87536125106433, 40.865883401333875, -73.87536902689281, 40.86590782472007, -73.87536822212036, 40.865926472099524, -73.87536049921101, 40.865949124589946, -73.87535173060454, 40.86596770753612, -73.87533377817567, 40.865997302557766, -73.87532055841324, 40.86601432104349, -73.87530689124873, 40.86602892032785, -73.87526589930049, 40.866064448080934, -73.87523826125226, 40.86609238652095, -73.87520701288135, 40.866117576356075, -73.87518472741046, 40.86614455974895, -73.87517667176968, 40.866178229361836, -73.87517856470085, 40.86621056710565, -73.87515904676762, 40.86624753631918, -73.87514700470162, 40.866266493913024, -73.87513239156839, 40.86628072565321, -73.87510152781104, 40.86630253363478, -73.87507021708424, 40.866321057037105, -73.87504541483763, 40.866359181241016, -73.87500855335043, 40.86640767952915, -73.87499248969885, 40.866415473878085, -73.8749475773073, 40.866431925791396, -73.87492414871377, 40.8664377968066, -73.87489356883228, 40.86645365370153, -73.8748626251848, 40.86647055566271, -73.8748446559971, 40.86648176618445, -73.87478246037433, 40.86652305190873, -73.87473601725637, 40.86654350925869, -73.87471546254577, 40.86655765885415, -73.87469887197463, 40.86657058718378, -73.87465930420447, 40.866604733112545, -73.87462157066291, 40.86662984280298, -73.87459364392474, 40.866656492171515, -73.87455100596263, 40.8667008273717, -73.87451945125231, 40.86673468930407, -73.87451026704414, 40.866748295624646, -73.87450410004955, 40.86676527666037, -73.8744769416177, 40.86681907390569, -73.87447031452169, 40.866832203043444, -73.87445687221447, 40.86685882671201, -73.87444282147263, 40.866886659074765, -73.87442492350198, 40.86692287441202, -73.8743025354829, 40.866889983133035, -73.87400386189007, 40.86681104551993, -73.87376280155229, 40.866750460928, -73.87369914940206, 40.86673249583711, -73.87365197369382, 40.86672186073201, -73.87337562809405, 40.86655501849151, -73.87333915769977, 40.866520796764405, -73.87321874801026, 40.86640780611651, -73.87318453095371, 40.8663782333438, -73.8730412159672, 40.86622897981083, -73.87290626188602, 40.86607904552918, -73.87275560513527, 40.865896030474794, -73.87264749303026, 40.8657559705359, -73.87247476597518, 40.865489247289794, -73.87244248436735, 40.865436785969955, -73.87242224157612, 40.86540389029547, -73.87235979164, 40.86530240802433, -73.87228315584032, 40.86517293088461, -73.87221022314107, 40.86503500579043, -73.87217519304515, 40.864947064732206, -73.87216126783851, 40.864908073384655, -73.87212835832571, 40.86478702183063, -73.87210804542751, 40.86468036145539, -73.87209244693773, 40.86458449057279, -73.87203176001098, 40.86428497962566, -73.87167396554342, 40.86352510681727, -73.87166399086934, 40.86346268722872, -73.87167572393066, 40.86287570470215, -73.87170402935548, 40.862342054093446, -73.87173879468874, 40.861985682120654, -73.87176947038827, 40.861757058199004, -73.871774447587, 40.8617199716145, -73.87179072821462, 40.86159862065629, -73.87184219811269, 40.861289344829345, -73.87191354827728, 40.86093838029573, -73.87206952320994, 40.86032585209279, -73.87212790655849, 40.860046296339405, -73.87223355916295, 40.859657824470005, -73.87226884650964, 40.85953321756058, -73.87230995275118, 40.85916076498804, -73.8723191997405, 40.85911599919762, -73.87232702171201, 40.85906781896755, -73.87233708476714, 40.858999526944146, -73.87233903633484, 40.858976393683236, -73.87234547474033, 40.85890010488717, -73.87235156810524, 40.8587557826938, -73.8723485396053, 40.858696120896774, -73.872345474467, 40.85865555037395, -73.87233825757474, 40.8585942936738, -73.87232475860733, 40.85853223308597, -73.8722998043748, 40.85843277502051, -73.87227636133802, 40.85837031350556, -73.87224611624636, 40.8582986900586, -73.87219915864934, 40.858200002734385, -73.87214697667719, 40.85810689354676, -73.87207697471426, 40.85800579342722, -73.87201167790036, 40.85791703701589, -73.8719280492333, 40.85782069518963, -73.87187264117958, 40.857759384945204, -73.87182558759527, 40.85771160483392, -73.87163790426749, 40.857524076843426, -73.87151971418538, 40.85742133248224, -73.87138113413832, 40.85730465267484, -73.87129745138876, 40.857237741082976, -73.87120068808572, 40.85716724347794, -73.871139454238, 40.857134156778464, -73.87106095538827, 40.85709509310027, -73.87095889185181, 40.85705720246878, -73.87088350797099, 40.85703325420228, -73.87082486509298, 40.85701887074247, -73.87076493762156, 40.85700457406199, -73.87070984659934, 40.85699522466801, -73.87064873177451, 40.85698652045005, -73.87051512140587, 40.85697449669098, -73.87051512140587, 40.85697449669098 --73.93378898733556, 40.86307153793854, -73.93367105366153, 40.86328113125475, -73.93364113167091, 40.86333430778505, -73.9335172904217, 40.86360888858646, -73.93338574743687, 40.86397024859323, -73.93314711443142, 40.86468580895979, -73.93304228410345, 40.86496483060962, -73.93297790886673, 40.865107618983025, -73.93287374702628, 40.86530234782609, -73.93222077099917, 40.86638763218674, -73.93217967519882, 40.86645226497524, -73.9321548748058, 40.866488079065476, -73.93211753207494, 40.86653981182644, -73.93210412690738, 40.866553893895855, -73.93208723314586, 40.866570328690024, -73.93205527668471, 40.866632591320176, -73.93184262982066, 40.86672750985473, -73.93170824546092, 40.86678105453608, -73.93164249596308, 40.866798820078316, -73.93156082695407, 40.86681397282751, -73.93147742979599, 40.866822062855675, -73.93138091902897, 40.86682470336926, -73.93131268177943, 40.86682198111293, -73.93123146409894, 40.866812386651226, -73.93099662955198, 40.866809647645454, -73.93090613858323, 40.866754151270555, -73.93081798779914, 40.86670008890565, -73.93062463150162, 40.8665694585955, -73.93048779667755, 40.86644857019707, -73.9302908449793, 40.866285404274805, -73.93012916662, 40.86615352977049, -73.92999981122118, 40.86605964288529, -73.92985280598755, 40.865965745124804, -73.92966013952336, 40.86585623367788, -73.92960022922693, 40.8658298155016, -73.92945000023838, 40.865775830352696, -73.9293059079068, 40.86573822687001, -73.92915743112408, 40.8657122710481, -73.92895510293278, 40.865687076122455, -73.92867895940131, 40.865660100897145, -73.92839862937429, 40.865632716292104, -73.92821235172114, 40.86561628548157, -73.92805146512714, 40.86560209441442, -73.92730037418495, 40.865535054045125, -73.9271554348918, 40.86535505202899, -73.92675077509529, 40.86472757692771, -73.92661948201642, 40.86452399004269, -73.92651542918212, 40.86436144936517, -73.9261417940043, 40.86377778708615, -73.92601092549744, 40.86357335148218, -73.92587836852663, 40.86336699209124, -73.9254988954455, 40.862776234311866, -73.92537317239197, 40.86258050270282, -73.92526049307749, 40.86240536820388, -73.92507462471305, 40.862116477600686, -73.92506221847484, 40.86209719005088, -73.92498385167687, 40.86197408085027, -73.92471567522995, 40.86155136018235, -73.92464756577185, 40.861445051575245, -73.92442729519462, 40.861101224607694, -73.92437274323505, 40.86101607092169, -73.9235316981267, 40.85970322743787, -73.92318423944602, 40.859158362843814, -73.92294999004284, 40.85886866019513, -73.92276111410463, 40.85922173603455, -73.92261248807408, 40.85942741203991, -73.92259885496551, 40.85944627897752, -73.92241371550723, 40.859702481053645, -73.92162345413057, 40.86077440040089, -73.92123475512837, 40.86047597704028, -73.92085632761082, 40.860331856631674, -73.91984623787671, 40.859897470524416, -73.91978423624465, 40.85997535498057, -73.91950276603414, 40.86035913077537, -73.91937975106929, 40.86052685577427, -73.91862992306791, 40.860205668356244, -73.91839082098767, 40.860106403207205, -73.91839858053774, 40.860091652358086, -73.91841569385991, 40.86005911893355, -73.91843191976534, 40.86003063618563, -73.91844963223335, 40.86000276321756, -73.91846066608781, 40.85998929967823, -73.91848322506003, 40.85996507441488, -73.918508406339, 40.85993896357112, -73.91858109865036, 40.85986847586837, -73.9185907166582, 40.859852780802136, -73.91859988836798, 40.859808287733586, -73.91860681120355, 40.85979391358495, -73.91862498069885, 40.85977820833926, -73.91865706083922, 40.859761086521814, -73.91867697712559, 40.85974655854003, -73.91868451861689, 40.859733517548655, -73.91868745147316, 40.85970366385207, -73.91869805914186, 40.859684618748695, -73.91871707403332, 40.85966520496343, -73.9187369245572, 40.85963457435281, -73.91876146455213, 40.85958175805308, -73.91877452427417, 40.85955840582149, -73.91879522136063, 40.85953087168284, -73.91882962610872, 40.859493258088655, -73.9189509806799, 40.8593698078008, -73.9189918940364, 40.85932657606601, -73.91905063920237, 40.85926127319738, -73.91909810689599, 40.85920604788578, -73.91914893907347, 40.859143229273506, -73.919182554228, 40.859116739679585, -73.91935434371062, 40.85893782343721, -73.91943565233198, 40.85885418774026, -73.91949181286016, 40.85879818580643, -73.91950514261765, 40.85878362967053, -73.91952396119635, 40.85878490078383, -73.91966220917404, 40.85884337323986, -73.91988290513235, 40.85893739655059, -73.92007079384702, 40.85901516987262, -73.9200895074659, 40.85902291624898, -73.9201168998217, 40.8590342543852, -73.92024672460398, 40.85908855193415, -73.92026334227559, 40.85909847872209, -73.92027211253706, 40.85911081970335, -73.92026202704758, 40.8591399445053, -73.92024804539551, 40.8591581751792, -73.92024901101742, 40.85917286284846, -73.9202802396292, 40.859183797475964, -73.9203249083644, 40.85920281877784, -73.9203494306687, 40.85920914274578, -73.92037462933756, 40.85919341235958, -73.92039781345017, 40.85918118348639, -73.92041978934385, 40.85917359850568, -73.92044392556296, 40.859173498087294, -73.92047249507486, 40.859186424515364, -73.92049960507487, 40.859204882544844, -73.92053100899815, 40.859232925645955, -73.92054587066909, 40.85924147343275, -73.92056350992415, 40.85924716767443, -73.92060534084048, 40.859258008658045, -73.92062367756678, 40.85926364934094, -73.92064466296755, 40.85927109372443, -73.92066249513825, 40.859283111328445, -73.92068373178492, 40.85931559221711, -73.92077711576755, 40.859465764552084, -73.92088190627275, 40.85962508550898, -73.92092809658902, 40.859701472466796, -73.92097838508852, 40.859784644706416, -73.92106242681184, 40.859913647971524, -73.9211146130183, 40.860003092462335, -73.92113819732612, 40.86003858340659, -73.92116750565197, 40.86007503908021, -73.92123106450445, 40.86014614559385, -73.92125679081741, 40.8601767501132, -73.92130906106841, 40.86024367510447, -73.92132876080966, 40.860266452936486, -73.92134509404737, 40.86028058826448, -73.92137155006603, 40.860293995688984, -73.92139263641562, 40.860298662891125, -73.92141400257076, 40.860297400550635, -73.92144424910785, 40.8602778237753, -73.92146036700255, 40.86026241475027, -73.92149642366398, 40.8602200613094, -73.92151487942277, 40.8601954787703, -73.9215261185135, 40.86017745589523, -73.92155575644921, 40.86012173118926, -73.92159716895061, 40.86004441351209, -73.92159497432993, 40.8600256385958, -73.92158518933867, 40.86000850461745, -73.9215817647533, 40.859971641613406, -73.92158617448769, 40.85995558796499, -73.92161667349544, 40.859904776002026, -73.92163350916009, 40.8598780122546, -73.9216455366108, 40.85986123798224, -73.9216623436075, 40.85985174471792, -73.92168583078718, 40.8598450249939, -73.92172158604686, 40.85981053976107, -73.92174141468162, 40.859786284093076, -73.92175424423873, 40.859768183930704, -73.92175326640033, 40.8597514926762, -73.92174466879939, 40.859735242897, -73.92174614301909, 40.85970303065018, -73.92175178536885, 40.85967659157321, -73.92176497655355, 40.85965050700517, -73.9217680676439, 40.85963620030689, -73.92175585741343, 40.85962592373364, -73.92173546477208, 40.85961649167194, -73.9217211629435, 40.85960671524933, -73.92171988388523, 40.859591008025845, -73.92175219148274, 40.85956025207565, -73.92175898815266, 40.85954666197942, -73.92175872297781, 40.8595311130296, -73.92175396717916, 40.85949558815427, -73.92175324700713, 40.859479659789194, -73.9217502635647, 40.85943473499406, -73.92175066778053, 40.85941880018745, -73.9217548169573, 40.85940236274537, -73.92176340308647, 40.85938900889013, -73.92179788602921, 40.85936208058556, -73.92184301381724, 40.859321983504074, -73.92185768892939, 40.859301714396715, -73.92186306412998, 40.85928857717827, -73.92186820031174, 40.859270920235474, -73.9218711724268, 40.859254875506124, -73.92187204314966, 40.85923757406978, -73.92187082574424, 40.85921883223547, -73.9218674888312, 40.859198103384045, -73.92186243481949, 40.85917308253189, -73.9218569987602, 40.859158278386865, -73.92184347485555, 40.859142620500904, -73.92180845583786, 40.859127274925875, -73.92178671086056, 40.85912119718382, -73.92176744457531, 40.85911827373591, -73.92170756864965, 40.85909767672093, -73.9216243098036, 40.85907006337892, -73.9215951783826, 40.859058766742045, -73.92154145539035, 40.85903547865332, -73.92148332773411, 40.859010953869856, -73.92144892103272, 40.858994464978885, -73.92139692354041, 40.85896440540727, -73.92137431455374, 40.85894985608322, -73.92135759218262, 40.85893909462895, -73.92128838698655, 40.85889455779602, -73.92125830987595, 40.85887871385126, -73.921243309443, 40.858868149862424, -73.92123107031402, 40.858849414003224, -73.92122712666384, 40.85881841912413, -73.92123099197082, 40.85879238767785, -73.92124948166256, 40.858764938936666, -73.92125701309729, 40.858750855900674, -73.921258790324, 40.85873237094084, -73.92125657590248, 40.85871841632665, -73.9212263022909, 40.85869831832097, -73.9212034230998, 40.858688702566575, -73.92116074692248, 40.85867275363785, -73.9211182565871, 40.85865513080816, -73.92109961584866, 40.85864392316186, -73.9210831498591, 40.85862810018433, -73.92107952268455, 40.858608334634226, -73.92108114464261, 40.85858680321042, -73.92108949290594, 40.85853504421307, -73.92109026256763, 40.85852111414837, -73.92107916866287, 40.858447907471785, -73.92106821036356, 40.85839237481734, -73.92106194323601, 40.858369490861364, -73.9210532487271, 40.85835024412697, -73.92104197778552, 40.85833430763361, -73.92102809250314, 40.85832164353394, -73.92100863874572, 40.85831102063467, -73.92097003956857, 40.8582968033676, -73.9209448371623, 40.85828415311696, -73.92092351004743, 40.85826209448815, -73.92089188283744, 40.85822957499626, -73.92085329014054, 40.858185057081045, -73.92083967671988, 40.858175219785295, -73.9207901121966, 40.858159518128716, -73.92077130999816, 40.85815159440718, -73.92075890843576, 40.8581400046785, -73.9207615453511, 40.858125758024215, -73.92077808596777, 40.85810664115823, -73.9207858041063, 40.85808618730745, -73.92078741367074, 40.858072143457946, -73.92078786239468, 40.85801105897409, -73.92079032607117, 40.8579968689308, -73.92079637006589, 40.857980937995215, -73.92081116016531, 40.85796671318922, -73.920840929378, 40.85795482192592, -73.92088725005213, 40.857943538130506, -73.92090592473845, 40.85793797239399, -73.92092307291463, 40.85793048756276, -73.92094748649347, 40.85790819823574, -73.92096844986804, 40.85787795610681, -73.92097828930885, 40.85786583503637, -73.92099076044981, 40.85785478555036, -73.92100621815945, 40.85784659626571, -73.9210254474453, 40.85784538206106, -73.92104498625758, 40.857836196920374, -73.92106872891738, 40.857802538411754, -73.92109771379498, 40.857751871410706, -73.9211602364715, 40.857629597781376, -73.92117853251975, 40.857598169644696, -73.92119679456842, 40.85757039747464, -73.92121837285251, 40.857546513184076, -73.92123241299512, 40.857530458914106, -73.9212710897776, 40.8574737787023, -73.92129353480365, 40.85744202830055, -73.92131116846544, 40.85742303006603, -73.92134064832817, 40.85740480802468, -73.92135810653889, 40.85739775917719, -73.92138047353644, 40.85738982128576, -73.9214035453191, 40.857381632633135, -73.92142614885951, 40.857371232951905, -73.92150012697375, 40.85732876843468, -73.9215318595129, 40.85730909538512, -73.92154965605282, 40.857293697387156, -73.92155810847585, 40.85728088734792, -73.92156293851183, 40.85726530943787, -73.92156431591864, 40.85724683140066, -73.92156246490094, 40.85722239802317, -73.92155269492169, 40.85716876084364, -73.92155042033437, 40.857136427170765, -73.92155142973627, 40.85710818395955, -73.92156034024075, 40.85708606495611, -73.92156995497879, 40.85707421652961, -73.92158383885729, 40.8570607780356, -73.92159971799346, 40.85704801266202, -73.92161679526008, 40.8570370346742, -73.9216346433687, 40.85702812023219, -73.92165296802371, 40.857021410512786, -73.9217098180845, 40.85700543927642, -73.92176929685924, 40.85699102314138, -73.92183626374876, 40.85697789344766, -73.92186174522607, 40.856967752270165, -73.9218821292256, 40.856952563085365, -73.92190904575321, 40.856923233407066, -73.9219384177619, 40.85688744256016, -73.92199732122178, 40.8568123049124, -73.92204265200122, 40.85675327054819, -73.92203398044126, 40.85673866682927, -73.9219920593222, 40.85672397939951, -73.92197780770523, 40.85671436062321, -73.92196709833345, 40.856701001800545, -73.92196171664243, 40.85668651016102, -73.92198877858753, 40.856667563222246, -73.92201749172733, 40.856659493523296, -73.9220496937664, 40.85665776653156, -73.92207278742526, 40.85665288886442, -73.92210980233408, 40.856640975150626, -73.92215534879007, 40.856634597997434, -73.92218290124269, 40.85662817537263, -73.9222112500468, 40.85661418555191, -73.92222704336758, 40.856603616330794, -73.92224044642732, 40.85659242595868, -73.92225114210268, 40.85657695102537, -73.9222427149481, 40.85655717956853, -73.92222339468529, 40.85654322334286, -73.92220701828742, 40.8565351799219, -73.92218227719188, 40.85652800523367, -73.92216767840354, 40.85651913275342, -73.92216229262348, 40.85650405670142, -73.9221633787066, 40.8564880935295, -73.92217156792788, 40.85647096361072, -73.92218619517672, 40.85645651519347, -73.92220699918231, 40.856447074067546, -73.92223746018975, 40.85644118287946, -73.92227792495338, 40.85642831601564, -73.92229948426028, 40.856417995602115, -73.92231179331036, 40.85640517549633, -73.9223219888182, 40.85637821265508, -73.92233179671229, 40.85633075257501, -73.92234532393933, 40.85627105282143, -73.92235131777903, 40.856238708515846, -73.92235785893263, 40.85617742459643, -73.92235888217165, 40.85613803780601, -73.9223609294231, 40.85612158991345, -73.92236885134427, 40.85608241037531, -73.92237388826581, 40.85604582411056, -73.92237520301452, 40.8560208633824, -73.92237328404318, 40.855998538016756, -73.92236788716454, 40.85597874159118, -73.92235652569279, 40.85595712215931, -73.92233627760824, 40.85593041347209, -73.92230115381484, 40.85588834229091, -73.92226624033569, 40.855852060497696, -73.92225914731691, 40.85583346597981, -73.92226309037595, 40.85581043227303, -73.92227496391752, 40.85577845392782, -73.92228507008755, 40.85576190430617, -73.92231716547549, 40.85572926150653, -73.92232675326635, 40.85571684658731, -73.92232855283895, 40.85570226074298, -73.92228448977319, 40.85567289847123, -73.9222632830458, 40.85566080769723, -73.92227051866527, 40.855642612745925, -73.92229144456999, 40.85562808841319, -73.92246957985779, 40.85541729972366, -73.92256493478142, 40.855297447154484, -73.9226754860533, 40.85516572090777, -73.92279950397742, 40.85500713470707, -73.92299642439619, 40.854750031078055, -73.92309331210207, 40.85462090762401, -73.9231362072508, 40.85456559741848, -73.9232591378335, 40.854418288637916, -73.9233391423555, 40.85431593705294, -73.92339188652568, 40.8542503190659, -73.9234662760277, 40.854157488158485, -73.92353046564122, 40.854073294258114, -73.92361471170523, 40.853960433851725, -73.92368957869152, 40.85386227760604, -73.92375452969, 40.85377344745028, -73.92384185467355, 40.85365457722653, -73.92403348551548, 40.8533906632656, -73.92420081453383, 40.85316765674816, -73.92426753946275, 40.853076796850836, -73.92431691688574, 40.85301251885056, -73.92438578174065, 40.85291364501107, -73.92443433113557, 40.852842067932016, -73.92463209281658, 40.85256078287292, -73.92471760138301, 40.85244712552347, -73.92482046418748, 40.85230228008518, -73.92492701327724, 40.852149298307026, -73.92499504438652, 40.852049916570714, -73.92515131286343, 40.85182164166286, -73.92537195681454, 40.85149576877614, -73.92556067696063, 40.85120646273831, -73.925752174396, 40.85092108070826, -73.9258898172391, 40.85071037487341, -73.9259475867152, 40.85062442129874, -73.92615547061257, 40.85032552009916, -73.92624819983818, 40.85019321700777, -73.926309363831, 40.850101700374516, -73.92634210618671, 40.85005243105562, -73.92637698822757, 40.850002803796336, -73.92645890767814, 40.84989048185059, -73.92649527641956, 40.84983783795324, -73.92654230887683, 40.84976557010863, -73.92657497263743, 40.84971091933049, -73.9265923858771, 40.84967673872974, -73.92660090444663, 40.849662409217245, -73.92663884957615, 40.849606002218934, -73.92667121547187, 40.84955785277543, -73.92671585068274, 40.84949760760356, -73.92676772701503, 40.849425289611126, -73.92680265896647, 40.84937821334387, -73.92685004033667, 40.84931912249073, -73.92686154563648, 40.849306219430545, -73.92690120731523, 40.8492661528603, -73.92694655868685, 40.84920995486173, -73.92699374500525, 40.84914575443217, -73.9270349794519, 40.849085790635584, -73.92714422790502, 40.84892206736739, -73.92747193884306, 40.84844101752661, -73.92775496585226, 40.8480319862299, -73.92799280655575, 40.847689622781395, -73.92828089911019, 40.84726837992855, -73.92838061188999, 40.84712582459209, -73.92839384838383, 40.84710689995608, -73.92842198050809, 40.847066680712246, -73.9284475876342, 40.847030072670776, -73.92848076724184, 40.84698263279244, -73.92857269208764, 40.84702425918167, -73.92864979659124, 40.84705917306573, -73.92893388435556, 40.84718780998065, -73.92963513309823, 40.847503647228024, -73.92974096738307, 40.84754934148534, -73.93012573121422, 40.84772460658705, -73.93030584425007, 40.847806281239436, -73.93055927719121, 40.84792120182006, -73.93064932374584, 40.847960678641876, -73.93075799753557, 40.84800832143349, -73.93088429808259, 40.84811862283145, -73.93079212984853, 40.84824539650145, -73.93068428905798, 40.8483937220645, -73.93062108114903, 40.84848066531024, -73.92985897148182, 40.84815006417555, -73.9298207674137, 40.84814393290072, -73.92977726154126, 40.84814890775883, -73.92974255742858, 40.84816476050508, -73.92972702580725, 40.84817758936259, -73.92919120158507, 40.84891184091691, -73.9291509141592, 40.848970848843265, -73.9290784647764, 40.849113232461924, -73.92902608872497, 40.84919968621275, -73.92896766080766, 40.849284126313925, -73.92887662278193, 40.84939370693243, -73.92875616516355, 40.84951442190588, -73.92860158433687, 40.84964203681836, -73.92846462582665, 40.849737010609864, -73.92826563380342, 40.84985361692013, -73.92815123164665, 40.84994148507105, -73.92765784108957, 40.850437426129794, -73.92759675377525, 40.850513304676895, -73.92754503384745, 40.850591237693635, -73.92747679319395, 40.850694066105824, -73.92742406317033, 40.850776909713616, -73.92718929250454, 40.851145761719025, -73.92711674579898, 40.85129953791706, -73.92707981128532, 40.85143203544883, -73.92704554713313, 40.8515549552234, -73.92703632205922, 40.851616445771135, -73.92700410683777, 40.851998857015374, -73.92700621625735, 40.85204130662709, -73.92701262605559, 40.85207274774718, -73.92702749410124, 40.85211369980728, -73.92704310404295, 40.85214322419475, -73.92706993501851, 40.85218049720089, -73.92710269536076, 40.852214787016635, -73.92714119823385, 40.85224560455202, -73.92717335480323, 40.85226600118104, -73.92719622383053, 40.85227825419729, -73.92752890331218, 40.85241762293871, -73.92769565194286, 40.852487477847504, -73.92777487019767, 40.85237887865614, -73.9280689217223, 40.85197575918603, -73.92815115783895, 40.851863016645765, -73.92833047020024, 40.85193870194794, -73.92946209862667, 40.852416334910814, -73.92960286712493, 40.852475747983426, -73.92974584324668, 40.85253594745658, -73.93048193717219, 40.852845870703874, -73.93076278951443, 40.8529653682338, -73.93099559066951, 40.853062256521845, -73.93120779689424, 40.853151644472604, -73.93207697910016, 40.85351776171212, -73.93222828146526, 40.85358149022166, -73.93237863398791, 40.85364540167535, -73.93285678783124, 40.853848643599676, -73.933255414754, 40.85401595567389, -73.93355655639226, 40.85414191102923, -73.93360773018428, 40.854158893139434, -73.93365778566235, 40.85416515423511, -73.93370481129224, 40.85416876522314, -73.93377841503889, 40.85417519287952, -73.93382600358807, 40.85418519132585, -73.93385959147311, 40.85419680351154, -73.93402959221332, 40.854264491723235, -73.93451654451115, 40.85445711678123, -73.93462747211332, 40.85450099489285, -73.93474060143832, 40.85454444190711, -73.93588865545458, 40.85488338663774, -73.9360378806079, 40.854915269411755, -73.93689109352944, 40.85510624989677, -73.93701376275659, 40.85513992326219, -73.93731024635836, 40.85524306761128, -73.93749108626804, 40.85530544549941, -73.93762105608852, 40.855350272953785, -73.93765345728156, 40.855361446652054, -73.93778769173758, 40.8553737072622, -73.93795332253919, 40.855569238134606, -73.93785639468041, 40.85569458834438, -73.9366433543272, 40.85726325636701, -73.93657612044575, 40.85735019602769, -73.93768890749642, 40.857651422218964, -73.93734798669583, 40.85806315804107, -73.93689611746908, 40.858673627195564, -73.93666623132576, 40.85897208857932, -73.93655167758295, 40.859094702160284, -73.93649661815846, 40.85914266530921, -73.9364282246761, 40.85919354227628, -73.9363469441099, 40.85924374843185, -73.93598280547083, 40.85943338835638, -73.93582729027136, 40.8595217427293, -73.93567259808111, 40.85962940746646, -73.93557952664837, 40.859710583373015, -73.93545956851318, 40.85983054179415, -73.93533889518876, 40.85997810602013, -73.93529326453641, 40.86004802962742, -73.935243658094, 40.86012404550299, -73.93517237584449, 40.86026609023792, -73.93513047605667, 40.86037749875978, -73.93510184968875, 40.86049110832547, -73.93506496285373, 40.860698814463376, -73.9350358119991, 40.860918050312065, -73.93500548235274, 40.861043458907496, -73.93494123299507, 40.86123671561236, -73.93484112007151, 40.86145721796748, -73.93472493323458, 40.86165647307628, -73.93452347808393, 40.86193314165945, -73.93402119961172, 40.86272489590254, -73.9339403212524, 40.86284164947024, -73.93392106490597, 40.86286888366616, -73.93389621470469, 40.86290578411456, -73.93381203229976, 40.86303591697534, -73.93378898733556, 40.86307153793854, -73.93378898733556, 40.86307153793854 --73.89994956018232, 40.85741964184392, -73.90044003743058, 40.85659284614971, -73.90077922353585, 40.85604679949985, -73.90085211839867, 40.855936120646994, -73.9009368998106, 40.855807384495066, -73.90113834849389, 40.85553364583322, -73.90123611571524, 40.85539826955078, -73.90133666763535, 40.85526501081843, -73.9018599526865, 40.85458584182627, -73.90202764933008, 40.85438077224381, -73.9020395628531, 40.85436592785173, -73.90259927288791, 40.853669151106374, -73.90271850271641, 40.85352142159254, -73.90328189153594, 40.85282627353612, -73.90357604916152, 40.85246114432245, -73.90362691708638, 40.85239822713985, -73.90366379788394, 40.85235264532993, -73.90372780593202, 40.85227318713302, -73.90422115189902, 40.851661654097875, -73.90467388472359, 40.85110051739947, -73.90513253261706, 40.850529989806375, -73.90561972603079, 40.84992460493275, -73.90593425578172, 40.84953550069604, -73.90597452798613, 40.849474395505325, -73.90601166874279, 40.84941795590071, -73.90608318424563, 40.84930953454053, -73.9067670265492, 40.84854038800724, -73.90692667851663, 40.848388912726236, -73.90706689635505, 40.848257537667095, -73.90753650271266, 40.8478099299275, -73.90796165317586, 40.84745973248998, -73.90826157395178, 40.84722814768609, -73.90838958354449, 40.847129305991054, -73.9085370513738, 40.84702853001589, -73.90878655075815, 40.84685803108609, -73.90910561986931, 40.84663998820971, -73.90939887657144, 40.84644350358088, -73.90946297060783, 40.84640055987924, -73.90953058847668, 40.84635525331112, -73.90985067598484, 40.846140791317644, -73.91009166557089, 40.845970016347415, -73.91054273922715, 40.84563438057144, -73.91091354994565, 40.84530653335383, -73.91097131633394, 40.84523650429828, -73.91100993052142, 40.84518969495685, -73.91104895085846, 40.84514239154479, -73.91106511697485, 40.84512279037402, -73.91110669914828, 40.84507238221654, -73.91114488557429, 40.845026084879564, -73.91116086634098, 40.845006714978965, -73.91127738386699, 40.84484315267461, -73.91132052432019, 40.84478259708086, -73.9116101362252, 40.844748802344576, -73.9116871902569, 40.844739809608164, -73.91197786761569, 40.84471154199014, -73.91208901287844, 40.84470447413448, -73.91214740521977, 40.844705948604656, -73.91226538877709, 40.84471696498407, -73.91229586457276, 40.8447297310355, -73.91289666621122, 40.84498138508285, -73.91295404152905, 40.845005415723655, -73.91301292083773, 40.84503007871553, -73.91308485223695, 40.84506020669839, -73.91321270104596, 40.84511317179764, -73.91333965762996, 40.845165769583616, -73.91339079255107, 40.845186953362266, -73.91352842299317, 40.84524397046788, -73.91357863716038, 40.845264774365184, -73.91371810848658, 40.845322553539084, -73.91390697192175, 40.845400795297145, -73.91398075221959, 40.84543136804172, -73.91403486815949, 40.84545385767014, -73.91481777739425, 40.84577922731074, -73.9147673278456, 40.84584805072615, -73.91467537207707, 40.8459734979252, -73.91457583367824, 40.846109239269104, -73.91455514662121, 40.84614747327585, -73.91455637267403, 40.846193696474465, -73.91444250443546, 40.846372627319056, -73.91438764507019, 40.84645349948493, -73.91460195539892, 40.84653092511392, -73.91517483309542, 40.84676687525007, -73.9152143510044, 40.84678533108281, -73.91526645737844, 40.84681241116226, -73.91530938848696, 40.846797076683806, -73.91584681030683, 40.846678341129014, -73.91596511965199, 40.84665249409109, -73.9165177524646, 40.84652871382523, -73.91679724103825, 40.84651021702564, -73.91687447471901, 40.846440139639604, -73.91690494678899, 40.84641925575714, -73.917150009528, 40.846375751832035, -73.91756633410263, 40.84633026995171, -73.91817826474444, 40.846239628899866, -73.91909274430976, 40.846110890245264, -73.91918441902584, 40.846097829827976, -73.9193288983338, 40.84607673786414, -73.91934935868933, 40.84607356172564, -73.91938655398495, 40.846068817815635, -73.91941604173837, 40.846065814564795, -73.91944201821372, 40.84606385342586, -73.91947011421928, 40.84606247547903, -73.91950703922384, 40.84606157734572, -73.91952781361047, 40.8460615044924, -73.91954599288206, 40.84606188727568, -73.91959635284724, 40.846064201535796, -73.9197127714771, 40.84607400884511, -73.91987980878605, 40.846101762005205, -73.92027834400811, 40.84619753537216, -73.92040695039691, 40.84623147099873, -73.92059936360384, 40.846285156799986, -73.92068027138517, 40.846322512668195, -73.92074124949788, 40.84635561256673, -73.92104357413493, 40.84651971585354, -73.92142728208859, 40.8462342776642, -73.9215478467049, 40.84615275798202, -73.9217827828347, 40.84597853622212, -73.92212005651004, 40.8456667752266, -73.92222761236788, 40.84553941366538, -73.92230993504533, 40.84541818807627, -73.9223422424576, 40.84537028740788, -73.92244678212468, 40.84521528748251, -73.92270220385439, 40.845238441302286, -73.92336110568105, 40.845298254046064, -73.9236127983059, 40.84534653252174, -73.92393862794543, 40.845427802082156, -73.92413459032275, 40.84549125107784, -73.92425287108884, 40.845529548421425, -73.92435214437366, 40.84530536296317, -73.92439278816121, 40.845246558618065, -73.92445367202197, 40.845159800011274, -73.92449531165872, 40.84510834610291, -73.9245904644296, 40.844990519434184, -73.92467555670841, 40.84488515163757, -73.92473433112711, 40.84481237345224, -73.92485230781185, 40.84481992536212, -73.92500318553809, 40.844829584989, -73.92511527277472, 40.84484105984977, -73.92511240617702, 40.844877347848936, -73.9251131233283, 40.84490917353115, -73.92512547553623, 40.84499785937851, -73.92516165297833, 40.84510538368358, -73.92521236377544, 40.84519913265573, -73.92529211378528, 40.84529290311659, -73.92538639607307, 40.845372899079386, -73.9254553086258, 40.84541980347431, -73.92554236691832, 40.84546947504954, -73.92560837089631, 40.84549199483371, -73.92558515278196, 40.84553550067004, -73.92555807266737, 40.84558624306985, -73.92552373674238, 40.84565058632241, -73.92579870189795, 40.84577388698669, -73.92585788574745, 40.84580042473998, -73.9259180284843, 40.845827394414584, -73.92609170952036, 40.845905275972726, -73.92626956924596, 40.8459814913262, -73.92633541530553, 40.84601130187969, -73.92638497648704, 40.84603373957634, -73.9264335231518, 40.8460557182538, -73.92646995806236, 40.84607221239484, -73.92651835663206, 40.84609412250458, -73.92657057639279, 40.846117764872716, -73.92719534732284, 40.846400607587306, -73.92721289352993, 40.84640855019858, -73.92731890516247, 40.84645595143317, -73.92728987818842, 40.84655397066301, -73.92724181472872, 40.84658616718383, -73.92722761751065, 40.84660615906755, -73.92720242259334, 40.846641637883735, -73.92718228179982, 40.846669388256075, -73.92716789062236, 40.846686710049454, -73.92712611438647, 40.846730699738735, -73.92703097112553, 40.84682655014838, -73.92698513374415, 40.84687224545086, -73.92696315854573, 40.84689762182515, -73.92695025699108, 40.84692868424805, -73.92691544950115, 40.847027800117175, -73.92690321168628, 40.847077461725725, -73.92689603637267, 40.847096734920974, -73.92688703274206, 40.84711039238659, -73.92686121806165, 40.84713975008544, -73.92679041026173, 40.84724035320815, -73.9267731061659, 40.84725900493026, -73.92672952371228, 40.84729721846753, -73.92671417055661, 40.847314549496936, -73.92667612261941, 40.84736972190115, -73.92663771862497, 40.84741866265854, -73.92659533365173, 40.84747517671203, -73.92658311274191, 40.84749848628465, -73.9265326235831, 40.847571146387466, -73.92649362381202, 40.84763534735997, -73.92645590210121, 40.84769008045633, -73.92640620720177, 40.84775092564793, -73.92636295086284, 40.84780900411281, -73.92633502433958, 40.84783991369191, -73.92629514045906, 40.84787656346723, -73.92628166637674, 40.84788662866499, -73.9262482936324, 40.84790750595915, -73.92623480556368, 40.847918408600385, -73.92620671284962, 40.847954722796494, -73.92616100252908, 40.8480033228329, -73.92612247764147, 40.84803979061754, -73.92610969858198, 40.84804969955448, -73.9260764328026, 40.84807130716614, -73.92606231908151, 40.84808385908786, -73.92604139692367, 40.848109621367406, -73.92602507136479, 40.84813409078238, -73.92600142164706, 40.84817590438125, -73.92596963198886, 40.84822430075294, -73.92593418852411, 40.848273889722826, -73.92590099896128, 40.84831741171189, -73.9258507947658, 40.848380014091916, -73.92577130893457, 40.848480117521106, -73.92574290490042, 40.84851124096347, -73.92568963825109, 40.848562406849794, -73.92563438517618, 40.84861465742425, -73.92558461862068, 40.84866618391347, -73.92553515471828, 40.84872270740744, -73.92552258987641, 40.84873915398993, -73.92549659592693, 40.848777119965575, -73.92548367785862, 40.848793405127495, -73.92544955460514, 40.84882728030765, -73.92535132666423, 40.848942823772376, -73.92525494373307, 40.84905718780159, -73.92517936941503, 40.84915531856734, -73.92516154669475, 40.84917664236641, -73.92514440064947, 40.84919520119044, -73.9250920778845, 40.849245533552185, -73.9250367165688, 40.849297153420046, -73.92499810636915, 40.849334450119684, -73.92497592533826, 40.849355878214375, -73.92495690695901, 40.84937841146495, -73.92491684892896, 40.849433377551584, -73.92486889168761, 40.849490463640706, -73.92483207865259, 40.8495396740639, -73.92479184718071, 40.84960102448147, -73.92478479095587, 40.8496159266267, -73.92477520851594, 40.849649959879045, -73.92476922239078, 40.8496644683055, -73.92474553056623, 40.84970877867366, -73.92472943295519, 40.84973644299356, -73.92471297102435, 40.84976117687216, -73.92469607388982, 40.84978274433421, -73.92464490313844, 40.849836095689824, -73.92461823564635, 40.84986692822358, -73.92459839086757, 40.84989222178177, -73.92457981670272, 40.849919124445954, -73.9245610475452, 40.84994959833082, -73.9245112944669, 40.85004092790284, -73.924457746273, 40.85015117430364, -73.92444609299565, 40.85016957452921, -73.92441322407377, 40.85021414085786, -73.9244055022123, 40.85022713439972, -73.92439795775964, 40.85024575973416, -73.92439267975178, 40.85028506365009, -73.92438839359515, 40.850298932019115, -73.92436690557952, 40.85034557782455, -73.92435355389733, 40.85036932224695, -73.92434543662665, 40.850407758925286, -73.92434011900937, 40.85044222897103, -73.92433402139703, 40.850455560356885, -73.92431320111224, 40.850478094116454, -73.92430206407536, 40.85049920424546, -73.92429492667259, 40.85052585952596, -73.92426036479561, 40.8505822373505, -73.924230193013, 40.850637606795274, -73.92420389364823, 40.850687323686884, -73.9241927024147, 40.85070702089717, -73.92418217126892, 40.85071879060945, -73.92416063020283, 40.850727470699475, -73.92413342349013, 40.85072732223892, -73.9241146626471, 40.85073245801159, -73.92410315629422, 40.85075079706401, -73.92408437301141, 40.85080156254225, -73.92406570707614, 40.85084508093553, -73.92405770178787, 40.850861063899295, -73.92403439402464, 40.850900581947855, -73.92402492238594, 40.8509191330469, -73.92402813782684, 40.85094364835418, -73.92400419532312, 40.85099479042754, -73.92396342779013, 40.85105369355221, -73.92391758235256, 40.85112796110689, -73.92387985130232, 40.85118623495857, -73.9238829413828, 40.85120004964168, -73.9239191611226, 40.85120958002643, -73.92393809892535, 40.851216792847055, -73.92383215698801, 40.8513898334935, -73.9236425033093, 40.85167335672569, -73.92348777990387, 40.85190171256835, -73.92344564094253, 40.85196017335086, -73.92335910439124, 40.85207230455282, -73.9233242162271, 40.85211920419093, -73.92318880642283, 40.852309101646654, -73.92292251833055, 40.85267660467978, -73.92286390146579, 40.85275819326419, -73.92280235616762, 40.85284098741737, -73.92274884495185, 40.85291297291351, -73.92263947281629, 40.853061030484795, -73.92256369964274, 40.85316077662353, -73.92251085729764, 40.853236392335916, -73.92249128579648, 40.85326275008247, -73.92242236162103, 40.853347733566316, -73.92237519005869, 40.85340819595461, -73.92228613504761, 40.853520806394116, -73.9222249829545, 40.85360587783701, -73.9221172845246, 40.85374155877029, -73.92200740548087, 40.85388566312369, -73.92194368056035, 40.85397460298525, -73.92188104955572, 40.85405492584834, -73.92179521900617, 40.854159166212305, -73.9217486334255, 40.85421452294769, -73.92158646684041, 40.85412759736513, -73.92156638383936, 40.85411349192339, -73.92154923214976, 40.854106752690114, -73.92153015906956, 40.85411822728727, -73.92148560417029, 40.854166119324155, -73.92136772440989, 40.85428859051266, -73.92135998237087, 40.85430270043767, -73.92138424200468, 40.85435120843149, -73.92142113479326, 40.854420601116004, -73.9214334386355, 40.854440132148106, -73.92144603855769, 40.85445700512996, -73.92146463161157, 40.85445542391886, -73.92147924191683, 40.85444704578692, -73.92148966777798, 40.854459064536464, -73.92150100108276, 40.8544739483654, -73.92151149318389, 40.85449717647406, -73.92150997694978, 40.85451474402839, -73.92149666249267, 40.85453652505828, -73.92146770281849, 40.8545713084378, -73.92142650344682, 40.85462356561279, -73.92137546691603, 40.85468040137065, -73.92134114390369, 40.854726433601556, -73.92129158146409, 40.85479021581572, -73.92120407678166, 40.85490249687308, -73.92114655313765, 40.85497285797752, -73.92107795167685, 40.85505778862715, -73.92098803681068, 40.85515971942185, -73.92088276403454, 40.85528889568183, -73.9208190856901, 40.85536520914703, -73.92080928190795, 40.85537754995338, -73.9207887944564, 40.85537822926691, -73.92075063055232, 40.85536546470908, -73.92072766482785, 40.85535384700246, -73.92067013283383, 40.855321081805236, -73.92054943561554, 40.85525852897114, -73.92052240249771, 40.855242570756076, -73.92046517392569, 40.85520715281769, -73.92043854439676, 40.85519291389876, -73.92042156632434, 40.85518366675087, -73.9203947738758, 40.85517377528106, -73.92037616534023, 40.85517224871376, -73.92035761935185, 40.85517890495046, -73.92033991942222, 40.855184186718304, -73.92031875051772, 40.85521519582353, -73.92030418409223, 40.85523419963434, -73.92030185710625, 40.855249125469925, -73.92033161877426, 40.85526833639428, -73.9204128028829, 40.855340473147564, -73.92047982724341, 40.85539714405277, -73.92050972256807, 40.855424692670695, -73.92053470837689, 40.85545188310568, -73.92054980124449, 40.85547268944408, -73.92056037087895, 40.8554934134227, -73.9205660954544, 40.855513413671474, -73.92056689468943, 40.855532380367016, -73.92056364888934, 40.85555700566534, -73.92055859663137, 40.8555778269454, -73.920544120538, 40.85562346107275, -73.9205369729238, 40.855652971548714, -73.9205288338511, 40.85567352145411, -73.92050165265255, 40.855706897441785, -73.92049044770341, 40.855718586199714, -73.92046086313111, 40.85573752474766, -73.92044174301155, 40.85574613376685, -73.92042015560037, 40.855752129656636, -73.92039855754363, 40.85576008050131, -73.92037198221534, 40.855771720820904, -73.92034973013229, 40.85578506964941, -73.92032179786722, 40.85580871256742, -73.92030370231384, 40.85582729431006, -73.92029348826517, 40.85584437497357, -73.92028949348482, 40.855863483336805, -73.92029115935829, 40.85588661360236, -73.92030482765972, 40.8559135369236, -73.92030546082272, 40.855930493608724, -73.92029769064591, 40.85594596318084, -73.92024760321, 40.856004853103805, -73.92019489651577, 40.85606613289703, -73.92016325811575, 40.85610239539557, -73.92013317923065, 40.85613473552512, -73.92010888480787, 40.856167737010956, -73.92007464819655, 40.85619971765129, -73.92002711880315, 40.85625348005116, -73.91996171241611, 40.85632430334068, -73.91993973819952, 40.85635093902727, -73.91986797171039, 40.856449807244296, -73.91981528698771, 40.8565217919124, -73.91977690280955, 40.85657523278341, -73.91973775114396, 40.8566277582084, -73.91970119672733, 40.85667343989477, -73.9196404191377, 40.856741822286466, -73.91958254027251, 40.85680411394393, -73.91956790611387, 40.85681786054331, -73.9195327071993, 40.85684678138081, -73.91951906624047, 40.85686008922704, -73.91950142562592, 40.85688159235081, -73.91945584920124, 40.85694370432387, -73.91937924546193, 40.85703419878706, -73.9193408396247, 40.85708638510959, -73.91932471949156, 40.85710582444288, -73.91924776273035, 40.85718786566123, -73.91916726084466, 40.85727473277573, -73.91915508288696, 40.85728640270955, -73.91914006150368, 40.85729851819325, -73.9190729728982, 40.857345668583896, -73.91906006533678, 40.85735650684268, -73.91904673905296, 40.85737031282423, -73.91903488656774, 40.857391279641604, -73.91901962833268, 40.857405991058506, -73.91899376597077, 40.85742454372637, -73.9189816873842, 40.857436374899294, -73.9189542044764, 40.85747376649058, -73.91892056879819, 40.857516725088395, -73.91890715617231, 40.85752931352913, -73.91888764190745, 40.8575415419848, -73.91882340572293, 40.857569848761045, -73.91879775394315, 40.857583881068585, -73.91876736683527, 40.857602388177455, -73.91873304682886, 40.85762577677052, -73.91870878815912, 40.857646949131, -73.91869419330612, 40.85766317019434, -73.91865303655227, 40.85771311302236, -73.91860652218092, 40.85776231995674, -73.91855833455985, 40.857820967337204, -73.91852187787383, 40.85786312689074, -73.91850840543064, 40.85787601780712, -73.91847465486318, 40.85790393529288, -73.91843360553035, 40.85794243107744, -73.91838152993445, 40.857994224699574, -73.91835694994394, 40.85801995144004, -73.91833721372126, 40.85804274420274, -73.91832082356021, 40.85806433807619, -73.91830745512162, 40.85808518667945, -73.91830515994678, 40.85810756315098, -73.91826014599054, 40.858163021311576, -73.91821786864648, 40.85820745398396, -73.91820097516472, 40.858227414893264, -73.9181787999602, 40.8582582319731, -73.91812610369601, 40.85833597898181, -73.9180728900997, 40.85841284221676, -73.91803821444788, 40.85846058141827, -73.9180033846964, 40.85850340111867, -73.91797199907226, 40.85853859429953, -73.91792209171994, 40.8585838183702, -73.9178971951829, 40.85861008327856, -73.91786179576644, 40.85863769684368, -73.91779942630484, 40.85867735235822, -73.9177600668909, 40.85870762582142, -73.9177419308259, 40.858719387708824, -73.91765934596928, 40.85876220116128, -73.91761546793141, 40.85878360601899, -73.91758828155176, 40.8587931137946, -73.91756238067015, 40.85880084041124, -73.91753740578449, 40.85880689367172, -73.91751320148303, 40.85881130768414, -73.9174679601203, 40.8588063397407, -73.91744856479988, 40.85880535693685, -73.91742720272528, 40.85881416555846, -73.91740341448731, 40.85883786295315, -73.91738306308389, 40.85884843725181, -73.91733651166199, 40.8588544903247, -73.91731840342908, 40.85886094467322, -73.91730718904351, 40.858873621848254, -73.9172978750068, 40.85889081814617, -73.91728644324701, 40.858901844563874, -73.9172335420294, 40.858916208173696, -73.91721537003829, 40.858922409422384, -73.91719484073414, 40.85894817573813, -73.91717671483177, 40.85898593020666, -73.91716757824243, 40.85900250348157, -73.91715260362717, 40.85902788746674, -73.91714284134852, 40.85904115909155, -73.91712606769414, 40.859057806121314, -73.91710165365474, 40.85907719505619, -73.917076312837, 40.85909124611164, -73.91705883678549, 40.85910712450823, -73.91703603908573, 40.85913618676094, -73.91698496858558, 40.85918689897675, -73.91695818534538, 40.85921814383672, -73.91693123721639, 40.85925223952494, -73.91687786452884, 40.85932279414647, -73.91683404694975, 40.85938166456101, -73.91677379035347, 40.859463467601586, -73.91673420989575, 40.8595160817232, -73.91668800441153, 40.859577887757354, -73.9166717370065, 40.859602065887906, -73.91664678063772, 40.859644142192955, -73.91663150130482, 40.859670119311, -73.91662228908956, 40.8596881764947, -73.91661697961165, 40.85970385560116, -73.91661117063667, 40.859732908431916, -73.9166086337877, 40.859748884002165, -73.91660429216721, 40.85979668970798, -73.91659659760472, 40.85982269571563, -73.91658243689301, 40.859849438151464, -73.91656181000577, 40.859876931421006, -73.91653460287918, 40.859905329422105, -73.91649256995828, 40.85992238221288, -73.91647649998866, 40.8599299446064, -73.91642324818436, 40.85999881427973, -73.9163952442909, 40.860027855520954, -73.91638581810318, 40.860039600991705, -73.91639028221198, 40.860054885550575, -73.91640157261546, 40.86006695129958, -73.91640456521797, 40.860080977706865, -73.91638672033424, 40.86009838116278, -73.91636725885056, 40.86010633909982, -73.91632607600339, 40.860112211055196, -73.91625130285749, 40.860121625461474, -73.91622908480882, 40.86012874031613, -73.91620724198678, 40.860143041353076, -73.91618400949356, 40.860162665076146, -73.91611908519857, 40.86021641409533, -73.91598218125478, 40.860329779884154, -73.91594779907913, 40.86036011577823, -73.91593554991665, 40.86037092354543, -73.9158982928711, 40.86040953553862, -73.91588263652984, 40.860428449732964, -73.91586891134216, 40.86044717623034, -73.91585706384879, 40.86046578433017, -73.91584706790091, 40.86048431903848, -73.91584575483245, 40.86052375505923, -73.91581597770852, 40.860608682001214, -73.91580537599505, 40.86063162326357, -73.91579425710157, 40.86065178883599, -73.91574347212158, 40.860730112435704, -73.91571622115104, 40.8607785164031, -73.91570466908087, 40.86079697341964, -73.91568323547226, 40.860824096737566, -73.91563716301312, 40.860873050636506, -73.91561955470021, 40.86089344107118, -73.91555553121651, 40.86097757477179, -73.91548737934727, 40.86105662394482, -73.9154621201951, 40.861088611568626, -73.91544804348, 40.861109354854705, -73.91542842886771, 40.861141339403225, -73.91539667669531, 40.86119876110457, -73.91538284943296, 40.86122103990125, -73.91536381125006, 40.86124272865465, -73.91532754209021, 40.861273341226855, -73.91524126668384, 40.86134365209861, -73.91521348042833, 40.861368595075426, -73.91519109976007, 40.86139027594062, -73.91512318757692, 40.86146021480932, -73.91507565297754, 40.861510115619815, -73.9150424239732, 40.86154499325974, -73.91499272245835, 40.86159845207785, -73.91494974233804, 40.86164829225609, -73.91492526156283, 40.861671323156536, -73.91489133218272, 40.86169633446447, -73.91486090814715, 40.861704309272454, -73.91483477815872, 40.861720313311665, -73.91481971413657, 40.86173376271971, -73.91480702717351, 40.86174803602856, -73.914796963152, 40.86176285246756, -73.91477831723437, 40.86181229812329, -73.91475435575404, 40.86184558235225, -73.91474833577142, 40.86185895828868, -73.91476691942363, 40.861868303798396, -73.91479492273189, 40.86187420738412, -73.91480895691686, 40.86188324696258, -73.91479067637358, 40.8619094863556, -73.91476672986363, 40.86193939646081, -73.9147095575343, 40.86200876759994, -73.91466175913416, 40.86206774318075, -73.9146452529657, 40.862078212677105, -73.91462651640943, 40.86208538562712, -73.9146111514961, 40.8620975191684, -73.9145772040598, 40.862127092252216, -73.91453207382752, 40.862164198648124, -73.91449294351969, 40.86220355529525, -73.9143984839818, 40.862302659838235, -73.91428850365955, 40.86241579861898, -73.91426604102705, 40.862438907417626, -73.91423862238163, 40.862491789035516, -73.91361148856093, 40.86223093815825, -73.91349469624791, 40.862165468762925, -73.9134404082008, 40.86213185417193, -73.91350282020542, 40.862084043524845, -73.91366057524513, 40.86197164092646, -73.91369906371898, 40.86194456046292, -73.91386059268233, 40.86183091233201, -73.914362542774, 40.861408161811994, -73.91585195311245, 40.860153591364764, -73.91547306176938, 40.85986988861814, -73.91550098921743, 40.85984620276089, -73.91567601945569, 40.85969775347684, -73.9159489259272, 40.85946849320295, -73.91622841547687, 40.859203444353895, -73.91646326869666, 40.858941911340715, -73.91668623136327, 40.8586490042608, -73.91690231153324, 40.85831555618747, -73.91585607454587, 40.858012579673876, -73.91584394014677, 40.85805955753423, -73.9157758925515, 40.858323006795814, -73.91574465115103, 40.85839515742023, -73.9157107235702, 40.85845493693189, -73.91565550970049, 40.85853094212473, -73.91558981154539, 40.85860193919515, -73.91550404324983, 40.85867466758203, -73.91541839974703, 40.85873212367328, -73.9153249045596, 40.85878207735306, -73.91522484049108, 40.858823997355145, -73.91386219429089, 40.85931689459545, -73.91359559463406, 40.85943659107383, -73.91328436846614, 40.85961829180193, -73.91322050994596, 40.85965557452708, -73.91316293113269, 40.859695889392626, -73.91249757426893, 40.86007404388257, -73.9122872806308, 40.86017620424086, -73.91219096169827, 40.86021184262962, -73.91206513720644, 40.860250792069785, -73.91169303493135, 40.86033877575281, -73.91133930672369, 40.860441559310296, -73.91124664384255, 40.86047520783413, -73.91117534988034, 40.86050742834974, -73.91101446915447, 40.86060095178955, -73.91081403996114, 40.86054196619047, -73.91073545095556, 40.86050821356379, -73.91069923630334, 40.86049252601028, -73.91063046796637, 40.86045798397829, -73.91056842528846, 40.860419495766116, -73.91051795053214, 40.86038181342654, -73.91048378179013, 40.86035216168438, -73.91042438176433, 40.860289086649985, -73.91036084268177, 40.86023641713866, -73.91028646460548, 40.86018698723363, -73.91020719264904, 40.860145671393845, -73.9101377813759, 40.860116038039756, -73.9101017814183, 40.860104110012664, -73.91006355095409, 40.86009446568068, -73.90989118350143, 40.86007965049394, -73.90984029997423, 40.860112122054154, -73.90964310448165, 40.86023795362208, -73.90959245788375, 40.86026260359706, -73.90954888329821, 40.86027801375779, -73.90943712906488, 40.860317536870525, -73.90919477070618, 40.86030830905955, -73.9091549502586, 40.8603000193142, -73.90910281535069, 40.86028529935662, -73.90900027781115, 40.86024332410749, -73.90860879878647, 40.86004004590601, -73.90795408313538, 40.85969185141803, -73.90777319491299, 40.85960722743515, -73.90736948296788, 40.85939567682045, -73.90735280735805, 40.85938694848212, -73.9072578611649, 40.85935312270991, -73.9069113141634, 40.85936771432937, -73.90684234588511, 40.85936637636433, -73.90679734686134, 40.859373278303, -73.906706834657, 40.85934013823079, -73.90667400025316, 40.85932811533881, -73.90665230516379, 40.859320385985384, -73.90584679486857, 40.85903608677438, -73.90572261680195, 40.85899268437124, -73.9048684614373, 40.858692921243225, -73.9040841166651, 40.858420314603094, -73.90400142308307, 40.85839538867589, -73.90396449296496, 40.858384258491014, -73.90390816066004, 40.858367279656854, -73.90385701262736, 40.85844377246831, -73.90369134781814, 40.85870862895052, -73.90361901464837, 40.8586833169835, -73.90358611278393, 40.85867180283214, -73.90277985409097, 40.85838965892051, -73.90273258933512, 40.8583734813855, -73.90191311123074, 40.85809296814886, -73.90093919833382, 40.85775822858204, -73.89994956018232, 40.85741964184392, -73.89994956018232, 40.85741964184392 --73.83915346478001, 40.835674730283074, -73.83869424518426, 40.835686767911, -73.83866554379327, 40.83533555885556, -73.83866154906507, 40.835302459158314, -73.83864323624788, 40.83515076938757, -73.83716853654819, 40.83559259693932, -73.83639063796915, 40.835837290797315, -73.83531149653389, 40.8338852030863, -73.83467194133394, 40.83419100860953, -73.83369537992071, 40.83463291590835, -73.83274690804146, 40.8349890870551, -73.83249195863313, 40.83508597148119, -73.83236051462359, 40.83515047390596, -73.83223926467592, 40.835267509714036, -73.8320046380277, 40.83523739510781, -73.83089929310803, 40.834993676999495, -73.83074237898578, 40.834959079408414, -73.8299212266711, 40.83475671146089, -73.82978768609526, 40.83472286292824, -73.82966653824734, 40.83467536932195, -73.82957318194092, 40.834631346647015, -73.82946225682905, 40.83456902595943, -73.82934789388923, 40.83449274599481, -73.82924945504027, 40.83441742600791, -73.82914657846062, 40.83432557166165, -73.82907160321595, 40.83425118407132, -73.8288464417346, 40.833999303837714, -73.82863586687, 40.83371992477018, -73.82858157506688, 40.83362687598849, -73.8285466294205, 40.83357405317997, -73.82839841228873, 40.83334928506916, -73.82835573198513, 40.83328365734466, -73.82833608765351, 40.83324425662094, -73.82830402101355, 40.833179946790665, -73.82827673134746, 40.83312521183377, -73.82826933836579, 40.833110383163685, -73.82824616984762, 40.8330639163863, -73.82822408175018, 40.833019621408525, -73.82820959424711, 40.83299056153388, -73.82818976018474, 40.832950783192544, -73.82680095369537, 40.83363295497924, -73.82601252225129, 40.83402046552474, -73.82603417550595, 40.83405968596994, -73.82607412800765, 40.83412316365176, -73.8261091003926, 40.834178724754885, -73.82613412894828, 40.834218486064195, -73.82616407516302, 40.83426606388038, -73.82619417019019, 40.8343138778425, -73.82622006548681, 40.834355016395946, -73.82610264325885, 40.83446779670674, -73.82588051941796, 40.83468015599107, -73.82573940342611, 40.83483656069344, -73.82563555445886, 40.83497528450218, -73.82556221370677, 40.83508226956246, -73.82554786621012, 40.83510589307931, -73.82553435895049, 40.83513146203568, -73.82552155983912, 40.8351564485404, -73.82549496042056, 40.8352179130577, -73.82542880744433, 40.835390033656424, -73.82542383194746, 40.835409693852384, -73.82541934459708, 40.835430383153096, -73.82539922809384, 40.83557945407878, -73.82539954984604, 40.83571888371587, -73.82541401720673, 40.83582360264577, -73.8254438848943, 40.83594863845074, -73.82555708348505, 40.83624756984964, -73.82563174500255, 40.836428806629115, -73.82568466310217, 40.83655989521559, -73.82578584520662, 40.83680435613162, -73.82581280882691, 40.83687835455176, -73.82583156399795, 40.83694881422906, -73.82583908325842, 40.83705802956972, -73.82590797097627, 40.83874450738583, -73.8259173898996, 40.83901191554169, -73.82596225250782, 40.83997610911289, -73.82598135364975, 40.8405651706, -73.82598380478845, 40.84064077264703, -73.8260838175483, 40.84137114917324, -73.82624958242839, 40.84254996015371, -73.82625240912685, 40.84265034704717, -73.82624131232357, 40.84299328188607, -73.82593404124854, 40.84291431889174, -73.8257921477848, 40.84287785346834, -73.82579614422365, 40.84299134523122, -73.82581758841266, 40.84361098536921, -73.82583904606626, 40.8442559806765, -73.82585381738282, 40.844498768146, -73.82586489815215, 40.84468012731707, -73.82588317237091, 40.84507065333625, -73.82588862803306, 40.845193506091604, -73.82591897551818, 40.84537050710745, -73.8259455161427, 40.845531414137014, -73.82597790036046, 40.845667470930785, -73.82600644112927, 40.84579913290651, -73.82602743022478, 40.8458738632513, -73.8261091613673, 40.84610698212695, -73.82612098240772, 40.84614069733433, -73.82615083932942, 40.84622585253075, -73.82628439791942, 40.8465279398566, -73.82643733538518, 40.84681821017177, -73.82661801792614, 40.84713626078669, -73.82668132827918, 40.847241038340705, -73.82683348615423, 40.847565133968835, -73.82703000414843, 40.84795461321488, -73.82711307351556, 40.8481542556378, -73.82719528436846, 40.84838328611958, -73.82726266656667, 40.84861003679153, -73.8273050058203, 40.84879715432219, -73.82731278595551, 40.84883154051182, -73.8273290251041, 40.848903303543835, -73.82737641449008, 40.84920636354109, -73.8274011002617, 40.849491754270694, -73.82740650224682, 40.84979830294098, -73.82739323807627, 40.85005470130294, -73.8273629978414, 40.85032477075276, -73.8273185359645, 40.85058163477213, -73.8272617357201, 40.850824302922405, -73.8271712214497, 40.8511242783498, -73.82701682673543, 40.851589494776235, -73.82698544934786, 40.851684035525565, -73.82695316940482, 40.851781304305874, -73.82663613474436, 40.85273655494101, -73.82657266937598, 40.85293895431155, -73.8265580209881, 40.852985667875224, -73.82652206422917, 40.853100339316676, -73.82649838568828, 40.8531894525101, -73.82646748735026, 40.85330526796022, -73.82644758378865, 40.853380648898664, -73.82642396611884, 40.8534695370411, -73.82641407940159, 40.85352522305396, -73.82639713444819, 40.8536206786179, -73.82637299885361, 40.85375662752487, -73.82634449692827, 40.85402185720829, -73.8263334154177, 40.85438700476022, -73.8263578444753, 40.85483698082461, -73.82637118239124, 40.855017165169336, -73.8264416127068, 40.85545260619893, -73.82643076372655, 40.85565923041026, -73.82643578089399, 40.85571223644735, -73.8264508484848, 40.855850108312694, -73.82648544200477, 40.85608857834371, -73.8264885521481, 40.85615204702981, -73.82649156555082, 40.85617713387919, -73.8265037917366, 40.85626816503918, -73.82653325570226, 40.856488636385656, -73.82655543929465, 40.85665304292057, -73.8263414000976, 40.856678746974566, -73.82623052707436, 40.85669206310583, -73.82593181950473, 40.85673145960071, -73.82561571563569, 40.85674717309386, -73.82557846333495, 40.856752071289954, -73.82513242542795, 40.8568000938232, -73.82473267545888, 40.85684818406009, -73.82432059045342, 40.85689625413011, -73.82391337417319, 40.856968679474335, -73.82365418471058, 40.85701506957663, -73.8231852406917, 40.85710987247323, -73.82272510641229, 40.85722285533556, -73.82242006819027, 40.85731154037453, -73.82208859036619, 40.857409551660425, -73.82191713902895, 40.85745751841592, -73.82164355555291, 40.85754088031313, -73.82155137736699, 40.857575567920236, -73.82144444408037, 40.85760925648525, -73.82132337374634, 40.8576507186203, -73.8212947825984, 40.85766163062827, -73.82126265895492, 40.85767228952124, -73.82088821235916, 40.85780519599849, -73.82053169597084, 40.857946403776204, -73.82046904877065, 40.85797626298646, -73.82011475887391, 40.85812063366687, -73.82002962383181, 40.85816068716641, -73.81959816997473, 40.85836486092513, -73.81925469746342, 40.85854286125028, -73.81881734405917, 40.8587923293056, -73.81860134007432, 40.858934237046604, -73.81836988709618, 40.85909951484829, -73.81810587255332, 40.859313688904585, -73.81803930123267, 40.85936936041664, -73.81790754690708, 40.859446129319295, -73.81773697785921, 40.85958460511702, -73.81759946232113, 40.85969890427954, -73.8173532497202, 40.8599211299259, -73.817254826399, 40.86001182201793, -73.81717066830937, 40.86010227278678, -73.81704687051868, 40.860269413180724, -73.81652931696804, 40.861011381051256, -73.81647999558878, 40.86108504299356, -73.81641392857853, 40.86118031528934, -73.81638634799879, 40.86116631917967, -73.81635581635099, 40.86115235798789, -73.81632481377905, 40.86113970715453, -73.81627375422177, 40.86111900099349, -73.81620885068253, 40.86109486979903, -73.81613141644324, 40.86106936425971, -73.81609818593317, 40.861059915565875, -73.81606678214926, 40.86105212938112, -73.81603892907545, 40.86104664420309, -73.8159711012023, 40.861035658095254, -73.81593724548534, 40.86102798863024, -73.81592022955518, 40.86102040725687, -73.81589979302022, 40.86101494738494, -73.8158876874648, 40.86102579610548, -73.8158778567138, 40.86103796677514, -73.81586621008923, 40.8610531268806, -73.8158526161912, 40.86106647118675, -73.81581871196265, 40.86109002256485, -73.81578580014221, 40.86110855167305, -73.81576086328617, 40.86111861177339, -73.81574219385726, 40.86112390656881, -73.81571857431602, 40.86112812367074, -73.81569738238134, 40.86113031223537, -73.81566568330919, 40.86112850473614, -73.8156489174943, 40.86111242127781, -73.81563664659105, 40.86109176149559, -73.81563079533736, 40.861076465394945, -73.81562172535905, 40.86106234199378, -73.81560688300422, 40.861043407043425, -73.815589833722, 40.86102562299442, -73.81557130199809, 40.861006927976824, -73.81554519099156, 40.860984463086645, -73.81552912886569, 40.860974694084355, -73.81550061007314, 40.860960375686815, -73.81548221850888, 40.86095658582141, -73.81545213185454, 40.86095974795554, -73.81542674702898, 40.860974804997646, -73.81541423946267, 40.86098773946545, -73.81539292606921, 40.8609948129486, -73.8153737838313, 40.861001233443474, -73.81535207399793, 40.86102079610791, -73.81533645051961, 40.86103545542559, -73.81533043661439, 40.86105356009588, -73.81532471598352, 40.861069415806384, -73.81530593294475, 40.86108955946135, -73.81528187183899, 40.86110969376286, -73.81526301580213, 40.86111767885194, -73.81523138963826, 40.86112805770729, -73.81519127836384, 40.86113496417378, -73.8151680977696, 40.861137425906875, -73.8151449538695, 40.8611399138084, -73.8151256840783, 40.861140568207894, -73.81508815223728, 40.861142458529116, -73.81505604702, 40.86114339491091, -73.81503652661117, 40.86114289626412, -73.81499467177923, 40.861139563074964, -73.81497088992403, 40.86113730162472, -73.81495303721137, 40.86113507759425, -73.81492433614946, 40.86113385191487, -73.81490455722088, 40.86113461622127, -73.81486851333578, 40.861135436372194, -73.81484703334088, 40.86113713084891, -73.81481808189886, 40.86113466926642, -73.81479655167978, 40.861128843644984, -73.81479146789526, 40.86111146049266, -73.81479364223675, 40.861096039456584, -73.81479840924615, 40.861072140848556, -73.81480469084288, 40.861049534175734, -73.81481727279598, 40.86102271070562, -73.81482457788474, 40.86100908087751, -73.81483144966288, 40.86099473806436, -73.81484138894386, 40.86096963929472, -73.81485518654078, 40.86094880244046, -73.81485805459543, 40.86093129607607, -73.81485862176147, 40.86090991480454, -73.8148422937351, 40.86089174639108, -73.81481059089471, 40.860878136802825, -73.81477869666126, 40.86086809464778, -73.81475828760202, 40.86086218887388, -73.81473437553164, 40.860854765545504, -73.81471204419478, 40.860850862072404, -73.81469166683742, 40.860846353000674, -73.8146727371727, 40.86084160311779, -73.81463889123441, 40.86083136508376, -73.81462047040647, 40.86082576414441, -73.8145885124471, 40.860812647554575, -73.81457197894056, 40.86080397626115, -73.81455475231469, 40.86079716877025, -73.81452286118063, 40.86078646828957, -73.81448897898487, 40.860776065363005, -73.81446867147956, 40.86077331592544, -73.81445027723181, 40.86077010220583, -73.81442491503223, 40.86076424333709, -73.81440002589503, 40.86075717676349, -73.81438113324359, 40.8607519307211, -73.81435100488629, 40.86074370307823, -73.81431668835778, 40.86073467355286, -73.81428460701316, 40.860726277959486, -73.8142529029075, 40.860714039664636, -73.81423690840457, 40.86070605446511, -73.81422040787359, 40.86069834219812, -73.81420144749877, 40.86069145081828, -73.8141825194192, 40.86068573733087, -73.81414961617938, 40.8606747892823, -73.8141306922823, 40.86066800690907, -73.81409800941603, 40.86065587685468, -73.81406809976161, 40.860646662550785, -73.81403819690175, 40.86063629381925, -73.81400854316142, 40.860626337006416, -73.81397611507657, 40.86061387864847, -73.81395964706698, 40.86060770353633, -73.81393169475496, 40.86059711910266, -73.81390153923388, 40.8605859277789, -73.81388579444577, 40.86057901181724, -73.81386907492808, 40.86057286420164, -73.81385282541214, 40.86056575741739, -73.81383531719352, 40.860557055629464, -73.81381781082227, 40.86054769558216, -73.8138012845539, 40.860536498309116, -73.81377967823988, 40.860518979484794, -73.8137660469314, 40.860506605433564, -73.81375610410318, 40.86049473260526, -73.81374489895059, 40.8604804417182, -73.81372781572982, 40.86046229984107, -73.81371398899067, 40.86044221455442, -73.81369725696199, 40.86041430019927, -73.81368516141809, 40.860396083523945, -73.81367407325916, 40.860378993188704, -73.81366764086341, 40.8603655618668, -73.81366022989185, 40.86035215507828, -73.81365167837912, 40.860333505583306, -73.81364334058796, 40.86031562275156, -73.81363306020904, 40.86029513165769, -73.81361917379874, 40.860270544702644, -73.8136114740936, 40.86025733014968, -73.81360135337304, 40.86024378120427, -73.81359159351017, 40.86023097574693, -73.81358140033444, 40.86021704397355, -73.81356300493785, 40.860189347530614, -73.81355480576102, 40.860174073641545, -73.81354805455281, 40.86015803397207, -73.81354007232487, 40.86014237592235, -73.81352920158922, 40.86012602702869, -73.81351645065313, 40.86010893489047, -73.81350408365198, 40.86009746874569, -73.81348235017629, 40.86007377498396, -73.81347082082068, 40.86005967534968, -73.81345961663162, 40.86004593463578, -73.81345011089188, 40.860032194865994, -73.81343967091972, 40.86001620415539, -73.81342847829659, 40.85999834550648, -73.81341670167653, 40.85998276415717, -73.8133995999741, 40.85995775954899, -73.81338393927099, 40.859934897738725, -73.81337493673931, 40.85992190168234, -73.81335859618103, 40.859896595733574, -73.81334376158482, 40.85987521836449, -73.81332990412983, 40.85985348417851, -73.81331869871175, 40.85983935893822, -73.81330998697747, 40.85982671904141, -73.8133015266932, 40.85981407865035, -73.81329401010525, 40.859800317772475, -73.813287936143, 40.859787269717046, -73.81328067109087, 40.85977347862854, -73.81326707733459, 40.85974908480738, -73.81325420007732, 40.85972507485337, -73.8132453086284, 40.85971224285571, -73.81323518705646, 40.859699053171624, -73.81321942611413, 40.85967264953973, -73.81321006643543, 40.85965888387128, -73.81319919367235, 40.85964289153652, -73.8131890454065, 40.8596265446793, -73.81317947699242, 40.85960940182446, -73.8131705586439, 40.85959264543209, -73.81316250106123, 40.85957811284766, -73.81315447701148, 40.85956473294699, -73.8131406644709, 40.859540144249266, -73.81312715724924, 40.85951031517955, -73.81311834765127, 40.85949243244318, -73.81310560247746, 40.85947421465134, -73.81309145136707, 40.859454896880365, -73.81307646847588, 40.859434864570154, -73.8130588119501, 40.859414085920264, -73.81304501697241, 40.85939550892505, -73.81303204936388, 40.85937879908879, -73.81301944152581, 40.85936321634987, -73.81300657840221, 40.859346892991105, -73.81299372528314, 40.85932870112569, -73.81298043706697, 40.859310867849885, -73.81296768326777, 40.859294899457765, -73.81295157765766, 40.85927599002551, -73.81292973844499, 40.85925210327868, -73.81291932599406, 40.85923948760802, -73.81291075673734, 40.859226848811026, -73.81290255031236, 40.85921382519108, -73.81289376945267, 40.85919967502356, -73.81288542368782, 40.85918517076699, -73.81287647205514, 40.85916764437554, -73.81286899852414, 40.859150862386365, -73.8128606571267, 40.85913523161907, -73.81285088222349, 40.859113970449066, -73.81284013774756, 40.8590912281965, -73.8128290186894, 40.85907262850016, -73.81281834014152, 40.85905175127188, -73.81280992850817, 40.859035378381, -73.81280269931982, 40.85902197272923, -73.812790544133, 40.858999419087056, -73.8127761135785, 40.858975791966316, -73.8127673025547, 40.85896015952917, -73.81276018131291, 40.85894675404969, -73.81275223311748, 40.85893260612241, -73.81274460850783, 40.8589176896993, -73.81273585886198, 40.8588924797227, -73.81273152905412, 40.858877157121405, -73.81272633088737, 40.85886147561485, -73.81272196204772, 40.858846537459904, -73.81271856741321, 40.858832699486754, -73.81271626216062, 40.858816966845, -73.81271597384186, 40.85879089262109, -73.81271571304437, 40.85876852306726, -73.81271582432007, 40.85875427835933, -73.81271419745615, 40.85872844869723, -73.81271319826097, 40.85871137464058, -73.812712367284, 40.8586851059294, -73.81271013237023, 40.85867008929271, -73.81270815336144, 40.85865433016512, -73.81270632318935, 40.858636680245105, -73.81270410293955, 40.858616036455075, -73.8127018492783, 40.858594622689765, -73.8127004993968, 40.85857362461797, -73.81270152520855, 40.858555976632516, -73.81270247214744, 40.85854022405547, -73.81270378935642, 40.85852186425346, -73.81270189318597, 40.85850196119384, -73.81270152168084, 40.85848058019978, -73.81270144660259, 40.858455438330104, -73.81270104021158, 40.85843254715343, -73.81270091270115, 40.85841338897047, -73.8126999256488, 40.85839200607625, -73.81269618502348, 40.858359530048105, -73.81269164648796, 40.8583277938295, -73.81268953031922, 40.85830978504785, -73.81268650900189, 40.85829100667657, -73.81267447994638, 40.8582148901326, -73.8126677171301, 40.858185853579094, -73.81266249146476, 40.8581681693278, -73.81265996690688, 40.858152410212604, -73.81265903636853, 40.858136654586175, -73.812656617662, 40.858109423368795, -73.81265591476058, 40.85808990765536, -73.81265431109925, 40.85806890736804, -73.81265334675899, 40.85805125795075, -73.81265346049756, 40.85803698532983, -73.81265339079668, 40.858010362156676, -73.81265191706498, 40.85799460474725, -73.81264947563575, 40.857975442805255, -73.81264787007055, 40.85795554111519, -73.81264438754256, 40.85793377055657, -73.81263809651408, 40.85790820616448, -73.81263480298144, 40.857884184681055, -73.81263444526621, 40.85785791763451, -73.81263665380638, 40.85784312702986, -73.81263810365454, 40.85782904838311, -73.81264027689659, 40.85781499882635, -73.81264176548986, 40.85779979642777, -73.81264334257773, 40.857766231329535, -73.8126434947851, 40.85775009204937, -73.81264527114163, 40.85773546643308, -73.81264670542942, 40.857714279272734, -73.81264388700959, 40.857688747533814, -73.81264172157448, 40.85767392461181, -73.81264186981477, 40.85766003565579, -73.81263264300554, 40.857636717725875, -73.8126296459222, 40.85762282546267, -73.81262868515556, 40.857605175149075, -73.8126277211421, 40.85758867746062, -73.81262481875842, 40.85756558952106, -73.81261979861164, 40.85753854588002, -73.81261734571159, 40.85752388547942, -73.81261354567393, 40.85749947866075, -73.81261156344371, 40.85748446242934, -73.81260965147321, 40.857470187417334, -73.81260741781203, 40.857455169876836, -73.8126057752216, 40.85743452701875, -73.81260345899994, 40.85741050711981, -73.81260133934737, 40.85738028404662, -73.8126012031815, 40.85736378770195, -73.81259957201276, 40.85733993460599, -73.81259712022916, 40.857311412923806, -73.81259485362442, 40.85729546241885, -73.81259247136168, 40.8572809930362, -73.8125881827606, 40.85726372272635, -73.81258323708653, 40.85723593809778, -73.81258161232513, 40.85722202014628, -73.81257966569068, 40.85720700397133, -73.81257794174603, 40.857191246152205, -73.81257672056557, 40.85717510553988, -73.81257604348325, 40.857158223805484, -73.81257482457342, 40.8571416986864, -73.81257264027562, 40.85712179695257, -73.81256970428758, 40.85709928436989, -73.81256687194377, 40.8570778714569, -73.81256490995325, 40.85705610246214, -73.81256171796905, 40.857033947859136, -73.81255726051712, 40.85701179119997, -73.81255179702742, 40.85698847937494, -73.81254852211096, 40.85697008329282, -73.81254589642698, 40.85695319929208, -73.81254403048135, 40.8569348082005, -73.81254181160345, 40.85691413648795, -73.81253894470652, 40.85689236512131, -73.81253720809379, 40.85686722234559, -73.81253524810583, 40.85684432773695, -73.81253351268427, 40.856819184062395, -73.81253311469574, 40.856792915144126, -73.81253370069706, 40.85676552491019, -73.81253316161694, 40.85675144303027, -73.8125335099319, 40.856717492320755, -73.81253339923691, 40.856691965874795, -73.8125317296423, 40.85666871604263, -73.81253068092367, 40.856643572582584, -73.81253027914468, 40.85661991148415, -73.81252883895893, 40.85660489703016, -73.81252622577881, 40.85658274246436, -73.81252236890322, 40.856553285583054, -73.81252046956563, 40.85653412451421, -73.8125195054899, 40.85651724321172, -73.81251969469467, 40.85650187300901, -73.81251603562471, 40.85647840022264, -73.81251296844245, 40.85646373791821, -73.8125106186953, 40.85643859234275, -73.81251054981817, 40.856424319421116, -73.81251128023678, 40.856396187414184, -73.81251254731403, 40.856369950916026, -73.81251189858426, 40.85635606246272, -73.81250865153785, 40.85632863628145, -73.81250768736606, 40.85631137046766, -73.81250650190582, 40.85629561261948, -73.81250455440966, 40.856281338445406, -73.81250311423958, 40.85626632308973, -73.81250138469277, 40.856251305462685, -73.81249538970432, 40.856223876615516, -73.81249142406938, 40.85620734792915, -73.81248766895315, 40.85619271152003, -73.81248499574113, 40.856178819775714, -73.81248304087237, 40.8561549643459, -73.81248272510771, 40.85613866131151, -73.81248233117331, 40.856124003350295, -73.81248172239157, 40.856108989345216, -73.81248053613939, 40.85609435711092, -73.81247989376367, 40.85607821833563, -73.8124794792356, 40.856059086692646, -73.81247963673937, 40.85604108159535, -73.812480131275, 40.85602005769343, -73.81248004777295, 40.855997934250745, -73.81247738531603, 40.855968453191885, -73.8124747572184, 40.855951183771595, -73.81247350604919, 40.85593391839036, -73.81247225568492, 40.85591552649379, -73.81247074862868, 40.855899000901545, -73.81246803110739, 40.8558751712454, -73.81246423521317, 40.85585018900633, -73.81246069529566, 40.855823174770826, -73.8124570895592, 40.85579426759213, -73.81245612966673, 40.85577549165675, -73.81245484700135, 40.855756360402346, -73.81245382229899, 40.855735333129296, -73.81245153532112, 40.85571317998914, -73.81244973770605, 40.85569665482412, -73.81245046881989, 40.85568090008936, -73.81244941578497, 40.85565688313367, -73.81244576496562, 40.855631350927716, -73.8124427273019, 40.855605819718356, -73.81244076629677, 40.8555833105122, -73.81243976974567, 40.85556491992729, -73.81243938970454, 40.85554576042315, -73.8124377829987, 40.85552588573438, -73.81243426617165, 40.855503730593576, -73.8124310420808, 40.85548080690761, -73.81242949915729, 40.855451353779344, -73.81242911586662, 40.855433347800954, -73.81243010503314, 40.855416086059975, -73.81243202113839, 40.855390590818494, -73.81243364458761, 40.85536583620674, -73.81242223792427, 40.855334252683555, -73.81241201022048, 40.85530810645127, -73.81240844604206, 40.85528971169022, -73.81240434939889, 40.85526793921471, -73.81239748586384, 40.855240700750215, -73.81239388005044, 40.855225296457746, -73.81239319776638, 40.85521028233026, -73.8123915398107, 40.85519639133177, -73.8123894549371, 40.85517912459151, -73.81238758927226, 40.85516108738568, -73.81238661758162, 40.85514692465362, -73.81238882918981, 40.85511926150517, -73.8123899441475, 40.8550952471716, -73.81239056997433, 40.85507856025412, -73.81239042888402, 40.8550646708215, -73.81238812477163, 40.855035573948356, -73.81238617835128, 40.85502094047407, -73.81238470582866, 40.85500480034515, -73.81238345560782, 40.85498679295535, -73.81238271794226, 40.85496576704604, -73.81238172895277, 40.85494512523846, -73.81238073124159, 40.854926734649034, -73.81237970549334, 40.85490609098055, -73.8123790058822, 40.85488544964334, -73.81237710645351, 40.85486593197102, -73.81237506073104, 40.854848665293126, -73.81237278925987, 40.854833647679484, -73.81237062480815, 40.85481937134553, -73.81236781233257, 40.854803584731314, -73.81236385525565, 40.85478406371192, -73.81235921458043, 40.854763031453736, -73.81235310024651, 40.85473971945158, -73.81234798347131, 40.85470836676859, -73.81234488108093, 40.854680584214584, -73.81234332924319, 40.85466650068118, -73.81234062097147, 40.85463984708567, -73.81233903783972, 40.85462466580019, -73.81233748708688, 40.85461019865835, -73.8123359376217, 40.85459611602901, -73.81233402507492, 40.85458167531327, -73.81233211606462, 40.85456682217742, -73.81233085896784, 40.85455125961299, -73.81232999589992, 40.85453643609373, -73.81232876912352, 40.85452273759909, -73.8123279051512, 40.85450865518406, -73.8123252293984, 40.85448351086667, -73.81232207229624, 40.85446209560824, -73.81231948015282, 40.854445569144936, -73.81231720979304, 40.854430167020396, -73.81231453887965, 40.85441591867613, -73.81231183355244, 40.85440125785004, -73.8123083755696, 40.85438434276568, -73.81230614070935, 40.854368970414775, -73.81230444801854, 40.85435395374006, -73.81230387177374, 40.85432785021013, -73.81230055303105, 40.85431244727974, -73.81229708635006, 40.8542981967396, -73.81229299315818, 40.85427565614124, -73.81228790322147, 40.854247843334896, -73.81228560028912, 40.854230960745525, -73.81228437897543, 40.8542157521316, -73.81228636044723, 40.8541923164212, -73.8122968140789, 40.854176989928156, -73.81230658211949, 40.85416127870868, -73.81233609205191, 40.8541441723221, -73.81236333036884, 40.854137326954145, -73.81238166801789, 40.854133432428846, -73.81239996789692, 40.854129893534, -73.81241877616048, 40.85412649323831, -73.81243707340225, 40.85412388814464, -73.81247171308773, 40.85412089808848, -73.81250436322675, 40.854118151523636, -73.81252413821251, 40.85411763526031, -73.81254488860172, 40.85411692607195, -73.81256513090327, 40.8541172345121, -73.81258439605871, 40.8541175125455, -73.81260268638263, 40.854118201418075, -73.8126352863477, 40.854119791509376, -73.81265700926619, 40.85411990963252, -73.81268025377105, 40.854120028421164, -73.81270396911718, 40.85411929970505, -73.8127321663493, 40.85411852152824, -73.81276998023515, 40.85411743027198, -73.81279268275252, 40.85411754995937, -73.81281542087409, 40.85411681783358, -73.81283519559848, 40.85411597193606, -73.81285746580878, 40.85411504633736, -73.8128791946498, 40.85411390193694, -73.81289998413722, 40.85411278302383, -73.81292962315585, 40.85411296796317, -73.81296222951173, 40.85411313069092, -73.81299310019935, 40.85411350941583, -73.81301782074905, 40.85411379712029, -73.81304822545012, 40.854113297994935, -73.81306749040547, 40.854114069417555, -73.81308574278292, 40.854114758152, -73.81312033842357, 40.85411434684201, -73.81314062023706, 40.854113255878936, -73.81317276040053, 40.85411176898925, -73.81319253246603, 40.85411144531215, -73.8132152729024, 40.85411115345242, -73.81323898701065, 40.85411086226399, -73.81326468767026, 40.85411054727136, -73.81328345210963, 40.854109643831116, -73.81332003416954, 40.85410967691776, -73.81334078284954, 40.854109572714904, -73.81336055225367, 40.85411061955511, -73.81338202208632, 40.85411175198801, -73.8134151276679, 40.85411320580189, -73.81344773613542, 40.8541130388154, -73.81346874102917, 40.85411249556317, -73.81350384500242, 40.85411054961937, -73.81352361821088, 40.85411066352698, -73.81354288275246, 40.854111161119675, -73.81356460742573, 40.85411149879503, -73.81358437675567, 40.854112573512076, -73.81361795227826, 40.85411476823242, -73.81365254188569, 40.854116085699765, -73.81367130132146, 40.85411696696564, -73.8136945435258, 40.85411706033241, -73.81371872722526, 40.8541172101448, -73.81374395763632, 40.854117112205444, -73.81376864778346, 40.85411682338433, -73.8137928665297, 40.85411716324179, -73.81381459005424, 40.85411791239356, -73.8138378309877, 40.854118883710186, -73.81386400055173, 40.85411925551642, -73.81389363822714, 40.8541203461019, -73.81392725613368, 40.85412053720354, -73.81395736605614, 40.854120696524, -73.81398505712987, 40.85412109687071, -73.81401469622823, 40.85412125541713, -73.81405695121585, 40.85412239331545, -73.81408608241459, 40.854123510950494, -73.81411276018751, 40.854123662898495, -73.81413748419223, 40.85412356585807, -73.81415971999176, 40.85412264085305, -73.81419333851932, 40.854121761191855, -73.8142237397328, 40.8541212347363, -73.81424199714539, 40.85412055004402, -73.81427612846741, 40.854117806263275, -73.81429590654359, 40.85411660262505, -73.81431766910136, 40.8541161162684, -73.81434138205533, 40.854116237277324, -73.81436509440124, 40.854116576199715, -73.8143873236844, 40.85411713425241, -73.8144070942153, 40.854118208830386, -73.81443872116893, 40.854118726160486, -73.8144584588376, 40.8541184022111, -73.81448267934869, 40.85411811068093, -73.81450888878018, 40.85411779622929, -73.81453209475873, 40.85411769666358, -73.81455436555609, 40.85411655191848, -73.8145760925358, 40.854116064555434, -73.8145978545542, 40.854115770850626, -73.8146314732984, 40.85411481001774, -73.81465197296589, 40.8541142657383, -73.81468682353417, 40.854112592777405, -73.8147066006437, 40.85411130712232, -73.81472735047086, 40.854110790246104, -73.8147624533375, 40.85411007939404, -73.81478125034627, 40.85410939728382, -73.81481743886233, 40.854108082126245, -73.81484712389671, 40.854105796594396, -73.81488197392186, 40.854104315378684, -73.81490272343726, 40.85410390923104, -73.81493731638513, 40.854104459098465, -73.81495560726596, 40.85410495489331, -73.81497732903895, 40.854105484103016, -73.81499659649778, 40.8541057887521, -73.81501488561614, 40.85410606571491, -73.8150346198475, 40.85410697533694, -73.81505832913638, 40.85410841361391, -73.81508055854212, 40.85410935514323, -73.81510278844219, 40.854109692438286, -73.81512700901986, 40.854109374658684, -73.81514877275762, 40.8541088872467, -73.81517002893631, 40.85410796137787, -73.81519128508181, 40.85410747404513, -73.81522638630294, 40.854106926038575, -73.81524565372057, 40.85410681912064, -73.81526542860662, 40.85410632940207, -73.8152851638662, 40.85410644294705, -73.81530790260493, 40.854105903937025, -73.81533262951076, 40.85410561303914, -73.81535634368275, 40.85410529440077, -73.81537857537374, 40.85410541372621, -73.81540181979076, 40.85410470891574, -73.81542159528729, 40.85410399855062, -73.81544136677388, 40.85410430573279, -73.815462113695, 40.85410483329167, -73.81549620012562, 40.85410499767075, -73.81551449321874, 40.85410469734469, -73.81555527224461, 40.85410350005704, -73.81557403763709, 40.85410224055111, -73.81560715198218, 40.85410097606193, -73.81564225421945, 40.85409963099415, -73.81566253603503, 40.854098950212574, -73.81568476768385, 40.854098656152665, -73.81570898878617, 40.8540981464467, -73.81574680212361, 40.85409765844477, -73.8157650910496, 40.85409757689212, -73.81578681572971, 40.85409791414904, -73.81580853585402, 40.85409989659537, -73.81583076468748, 40.85410061915942, -73.8158505368324, 40.85410111717708, -73.81587030958333, 40.854101396372464, -73.81590858332356, 40.854103817644805, -73.81593796480145, 40.85410578527695, -73.8159695980073, 40.85410490193068, -73.81618959767572, 40.8541039073236, -73.8162920263809, 40.85410317808647, -73.81635936023706, 40.854100692768895, -73.8163772983382, 40.85409752457124, -73.81639556731928, 40.854090060645184, -73.81641427224199, 40.85407847675396, -73.81643874721519, 40.8540594567644, -73.81646869482819, 40.854035048821196, -73.81648696984739, 40.854018079285915, -73.81650110696364, 40.85400156962152, -73.81651088582402, 40.85398543573319, -73.81654892105928, 40.853903610788194, -73.81656895926784, 40.85386050813329, -73.81661040585153, 40.85377370346084, -73.81661925084472, 40.85375945731274, -73.81663151550978, 40.85374457454777, -73.8166767936488, 40.853701266153415, -73.81669960240288, 40.85368043076727, -73.81676350166089, 40.85362529333012, -73.81679416469152, 40.85359593012347, -73.81681827415333, 40.85356957225412, -73.81683756320514, 40.853544325138884, -73.8168523581289, 40.85351970753443, -73.81685718417285, 40.85349457703066, -73.81685518912441, 40.85348046583812, -73.81684593687196, 40.853440652055966, -73.8168465639649, 40.853417925506015, -73.81685420772317, 40.85338895256867, -73.81686222627256, 40.853364272876355, -73.81687121763558, 40.853342053073874, -73.816881387061, 40.85332183333475, -73.81689702222738, 40.853299130605336, -73.81694134487385, 40.85324689309908, -73.81695099170521, 40.85323211420431, -73.81695758144994, 40.85321809407647, -73.8169680446586, 40.85318418729972, -73.81697778991622, 40.853138805299096, -73.81699192342143, 40.853071342061995, -73.816993808649, 40.85305080570403, -73.81699315613558, 40.853032360767955, -73.81698807632081, 40.853000189795026, -73.81697172877043, 40.85292410280363, -73.81696011238662, 40.85286165318054, -73.81695562269401, 40.85282707972514, -73.8169558331617, 40.85279671182634, -73.81696160294445, 40.85275569991328, -73.81696781378584, 40.85272162069624, -73.81697492529281, 40.85268260190127, -73.81699774109629, 40.85257499133453, -73.81700826322925, 40.852539882485495, -73.81703026492949, 40.85248589409141, -73.81703663224694, 40.8524729424901, -73.81704542578234, 40.85245919960059, -73.81708688375495, 40.85240738432253, -73.81710200880504, 40.852384207093856, -73.81711731778009, 40.85235365511486, -73.81713032072575, 40.852323741529965, -73.81714100099566, 40.852294483422966, -73.81714936328231, 40.85226590061282, -73.81715539330843, 40.85223801108728, -73.8171590910449, 40.85221082655299, -73.81716045526683, 40.852184362316756, -73.81715948832402, 40.85215862738726, -73.81715493207543, 40.852137028137484, -73.81713590864804, 40.852081379915916, -73.8171341522594, 40.852065432096715, -73.81713553941195, 40.85202372794744, -73.81714063343054, 40.85199594679798, -73.8171492295804, 40.85197416668372, -73.81717209820151, 40.85193128181417, -73.81718044233187, 40.85191273496955, -73.81718922078994, 40.85188631760021, -73.81719587184855, 40.85185898285831, -73.81720035950948, 40.85183088467145, -73.81720265004749, 40.85180221299058, -73.81720115669305, 40.85178419175224, -73.8171952390599, 40.85176516755742, -73.81718491126423, 40.85174518365153, -73.81717018865317, 40.85172426707253, -73.81715682931492, 40.85171088167736, -73.81713861581628, 40.8516984332039, -73.81711537450349, 40.85168667644032, -73.81708296042802, 40.851673516567416, -73.81706529028126, 40.85167005856921, -73.81704147463749, 40.85167093930455, -73.81701520330257, 40.85167514346289, -73.81695724912093, 40.85168748823685, -73.81693562297137, 40.851689984307505, -73.8169186806924, 40.85168447701842, -73.81691973855861, 40.85166680201218, -73.81693090358392, 40.85165099986279, -73.81695049800814, 40.85163652400719, -73.81702346071995, 40.85160276499655, -73.81704710696359, 40.85159016677629, -73.81706664846227, 40.8515746525481, -73.81707539446506, 40.851562192782055, -73.81708999569854, 40.85152199809747, -73.81709450017227, 40.85149943797416, -73.8170949291498, 40.85147152335867, -73.8171050523413, 40.85142960433068, -73.81712140935619, 40.85138873165186, -73.81711703284988, 40.851337151654334, -73.81710893055147, 40.851259573006274, -73.81709842222453, 40.85123196342606, -73.8170692155463, 40.85118974070437, -73.81706104933997, 40.8511763878447, -73.81701616946518, 40.851086419502785, -73.8169996447319, 40.85105549555823, -73.81698825596051, 40.85103844105525, -73.81697344227422, 40.85102139552522, -73.81695511384468, 40.85100425076505, -73.81693296314111, 40.85098671542568, -73.81691156066182, 40.85097179900405, -73.81689335501758, 40.85096132618506, -73.8168757803803, 40.8509538322968, -73.81685853217452, 40.85094924301564, -73.81681371934366, 40.850943167373636, -73.81674600195097, 40.85093838806228, -73.81672410356384, 40.85093819838917, -73.81666104855, 40.85094138409615, -73.81664201500611, 40.850940013010415, -73.81658256003075, 40.85092096670937, -73.81655717823165, 40.85090974852496, -73.81651439673475, 40.85089083856117, -73.81643454070813, 40.85085461793845, -73.81640975252861, 40.85084532412019, -73.81638574611718, 40.850838946438394, -73.81636286039587, 40.85083557278101, -73.81634126487265, 40.850835229532855, -73.8163122369759, 40.85084187398261, -73.81627323803275, 40.85086138770715, -73.81626065679644, 40.850871258690084, -73.81624003053359, 40.850896101069104, -73.81622580833626, 40.8509079946442, -73.81620228976875, 40.85090918184704, -73.81618396628723, 40.850899770409896, -73.81615508390036, 40.850870915796314, -73.8161148725267, 40.85082493283984, -73.81609968148202, 40.85081107524265, -73.81608546291386, 40.85080020883233, -73.81607127483325, 40.85079161351355, -73.81604478226276, 40.85078157939495, -73.81599001157399, 40.850776371837796, -73.8159352903878, 40.85077513460969, -73.8158869592322, 40.8507767549147, -73.81586670083234, 40.85077876850229, -73.81584470101683, 40.85078225161339, -73.81578624036601, 40.85079525865539, -73.81576688242244, 40.85080184997152, -73.81572709671705, 40.850820641860494, -73.81570995583412, 40.850826152514344, -73.81569441202936, 40.850817658540095, -73.81569133643764, 40.85079945285081, -73.81569610879616, 40.85078051679266, -73.81572070068522, 40.85075831298762, -73.81574474184032, 40.850742268574095, -73.81577223364991, 40.8507263341234, -73.81581997277814, 40.8507008129218, -73.81584792515109, 40.850687279003715, -73.8159197251753, 40.85065652918025, -73.81593880333145, 40.85064688651977, -73.81595504726576, 40.85063721412063, -73.81597873236296, 40.85061952298782, -73.81599942514173, 40.85059936242656, -73.81601638598454, 40.850577451653564, -73.81602905075104, 40.85055452367313, -73.81603692301957, 40.850535555623544, -73.81604130776755, 40.85052080082447, -73.81604285357417, 40.850501294095984, -73.81603775877508, 40.85048035129658, -73.81603146030666, 40.85046669337161, -73.81601852351739, 40.850449489521424, -73.81600321768384, 40.85044029808517, -73.81597856921879, 40.85043887741159, -73.81595944036187, 40.850433865365254, -73.81595111157905, 40.85041766570513, -73.81595628671788, 40.85039627463161, -73.81596824918446, 40.85038371922306, -73.81599029341214, 40.850379993025946, -73.81600770724125, 40.85038593884525, -73.81603354514826, 40.850399790922665, -73.81605113085924, 40.850406623995674, -73.81609625790178, 40.8503984078017, -73.81611861465728, 40.850387157553754, -73.81614578896566, 40.850368448086584, -73.8161733750169, 40.85034750154244, -73.81619859991764, 40.850324416159346, -73.8162282941045, 40.850290718369315, -73.81623901811359, 40.850273984470284, -73.81624517028526, 40.85025518295845, -73.81624622195082, 40.850235945587436, -73.81624208569438, 40.850217867892766, -73.8162298793476, 40.85018909658744, -73.81621577669124, 40.85016035467737, -73.81619981189695, 40.85013172236022, -73.81618203926897, 40.85010328977106, -73.81613779458793, 40.85003819821701, -73.81610093281469, 40.8499891625104, -73.81607123596649, 40.84995179870796, -73.81600100893378, 40.84987206146361, -73.8159632598225, 40.84982277395869, -73.81594899766732, 40.849805886758894, -73.8159356765614, 40.849793483716475, -73.81590029703702, 40.84976686899948, -73.81588577729505, 40.84975393814995, -73.8158345335389, 40.849698029344744, -73.81578993656946, 40.849643036126416, -73.81571666248153, 40.84956672561954, -73.81566317860435, 40.84950877894202, -73.8156214270127, 40.84946013508207, -73.8156077856191, 40.84943968737809, -73.81558653887394, 40.84939583268666, -73.8155758958134, 40.849377802194645, -73.81554491852872, 40.84933539974313, -73.81551250622046, 40.849296045860896, -73.81549633365752, 40.84927879985295, -73.81547991312311, 40.84926373894448, -73.81546304708014, 40.84925068091959, -73.815445647953, 40.84923956080252, -73.81542725709564, 40.84923070203698, -73.81540691766551, 40.84922404726067, -73.8153857019, 40.84921994848073, -73.81536463029714, 40.84921859913522, -73.8153430730947, 40.849219593894404, -73.81532421217979, 40.84922243717731, -73.81530126908856, 40.84923012127944, -73.81528244414645, 40.8492434958881, -73.81526082100743, 40.84926609337253, -73.81523982100391, 40.8492820831269, -73.81521404933093, 40.84929198780145, -73.81519357732087, 40.84929463847809, -73.81517251141548, 40.84929165831242, -73.81514432700438, 40.84927832906722, -73.81513028752575, 40.84926762851336, -73.8151166723004, 40.849254473891584, -73.81510379123893, 40.84923914935434, -73.81509233580209, 40.849222473658536, -73.81508432960861, 40.84920596648005, -73.81507960329242, 40.84918784366983, -73.81507830708767, 40.8491686646757, -73.81508050274265, 40.84914925174774, -73.81508562157018, 40.8491166152512, -73.81509011671255, 40.84910101059523, -73.81509805027055, 40.84908775813734, -73.8151123962296, 40.84907692207588, -73.81515600291168, 40.84906844987309, -73.81520367816114, 40.849048077842085, -73.81521732491696, 40.84903792052033, -73.81522880230034, 40.849021080759435, -73.81523934328418, 40.84899511569406, -73.81528424831498, 40.8489260431871, -73.81529824913032, 40.848900683384905, -73.81530687639763, 40.84887844689528, -73.81531774450413, 40.84884312981676, -73.81532682529058, 40.8488138674979, -73.815329189722, 40.84879599467881, -73.81532434980413, 40.848771791560914, -73.81530250262264, 40.84872266886144, -73.81528542562978, 40.848675034207666, -73.81528271993069, 40.84865992859269, -73.81528474676583, 40.848637652718814, -73.81529409794003, 40.8486207663221, -73.81531880475396, 40.84859750650017, -73.81536549603477, 40.84856321659317, -73.8153849737602, 40.84854401051533, -73.81541958223889, 40.84849988856637, -73.81543921320846, 40.84847117080721, -73.81546045782974, 40.8484344349267, -73.81547968234771, 40.848397046554695, -73.81548764742566, 40.848380067875134, -73.81553350674875, 40.84830488243738, -73.81558575530494, 40.848219879203945, -73.81559642960886, 40.84820689673723, -73.81561196611695, 40.848194697366786, -73.81563249458642, 40.848183100298705, -73.81566020516104, 40.8481708681496, -73.81567921778282, 40.84817050951696, -73.81571296302675, 40.848184006905825, -73.81573235491055, 40.848187578625925, -73.81577273513061, 40.848167216316575, -73.8158040452398, 40.848144954776764, -73.81583346006276, 40.848118936043306, -73.81586052904848, 40.84808956101857, -73.81588464326722, 40.84805746988416, -73.81589239520554, 40.848043753325385, -73.81589784959571, 40.84803066344509, -73.81590281080341, 40.8480128118658, -73.81590628463984, 40.84799293000016, -73.81590992027462, 40.84793900791888, -73.81591008787832, 40.84789558636607, -73.81590645417334, 40.84786011641206, -73.81589862161206, 40.84782884776508, -73.81588637475485, 40.847801214570346, -73.81587106367985, 40.8477787210054, -73.81585211928342, 40.84775918786561, -73.81583066023143, 40.84774375155771, -73.8158073706393, 40.84773288233, -73.81577215891691, 40.847721451960595, -73.81574517691413, 40.847716040120496, -73.81572655083376, 40.847714749676264, -73.81568120679691, 40.847714185563156, -73.81565844009725, 40.847711482820635, -73.81562861921792, 40.84770178276652, -73.8156157815537, 40.84769183069879, -73.81561013414749, 40.84767657630781, -73.81561281314377, 40.8476628255436, -73.81562975792517, 40.847653330803425, -73.81565707016856, 40.84765424342962, -73.81572082870368, 40.847672095839556, -73.81574185247061, 40.847676840807736, -73.81576248808325, 40.847679584254415, -73.81578380622202, 40.84768123198564, -73.8158056598665, 40.8476817747613, -73.81582786404688, 40.84768120418137, -73.81585108797529, 40.84767937723493, -73.81587372844066, 40.84767627425293, -73.8158955256454, 40.8476719299404, -73.81591627787834, 40.84766638629908, -73.8159463006916, 40.84765454408242, -73.81598808398651, 40.847632246972374, -73.81600766100107, 40.847620281818, -73.81602533370821, 40.8476069700861, -73.81604068975768, 40.84759262359141, -73.81605344143011, 40.847577512024195, -73.81607056173213, 40.84755039753222, -73.81608507487745, 40.847518803425444, -73.81609677480898, 40.84748477349791, -73.81611546644066, 40.84741943373003, -73.81613000295127, 40.84736993062814, -73.81613905812239, 40.847334717733105, -73.81614549574478, 40.847302649693056, -73.81614930535864, 40.84727322221519, -73.81616546568178, 40.8470626467128, -73.81617608117682, 40.84695497713897, -73.81617962794776, 40.846908223732235, -73.81618006112706, 40.84688621184312, -73.81617898786294, 40.84686178332858, -73.8161711412044, 40.84678755299643, -73.81616005865833, 40.846694363003884, -73.81614693160816, 40.84660252139191, -73.81614162750336, 40.846573740347466, -73.81613471200312, 40.84654533854377, -73.81612621210695, 40.84651741597833, -73.81611615717844, 40.846490075354026, -73.81610458351163, 40.84646477282745, -73.81609210573687, 40.84644523382213, -73.81607763993838, 40.846429768182986, -73.81606098370845, 40.84641824231339, -73.81601403378687, 40.84639537502932, -73.81594448990447, 40.846366262769905, -73.81586759576552, 40.8463356502187, -73.81580844415784, 40.84631438876494, -73.81577526734138, 40.846304929221695, -73.81573957707103, 40.846297865471094, -73.81570172888921, 40.84629327011852, -73.81566227045441, 40.84629121067356, -73.81563842318626, 40.84629306540128, -73.81560852392205, 40.846302034260084, -73.81553727870553, 40.846319089175985, -73.81532743618547, 40.84640773666181, -73.81510560500621, 40.846555898024235, -73.81505684813189, 40.84649762452388, -73.81504495115034, 40.84648340555555, -73.81495793645858, 40.84637940660089, -73.81487908536236, 40.8462851613262, -73.81475820069635, 40.84614068286636, -73.81460237068926, 40.84618803984981, -73.81447818383735, 40.84623038223842, -73.81443879072292, 40.84619005507452, -73.814659764712, 40.84597341281557, -73.81464975831959, 40.84595996586473, -73.81463965624951, 40.84594638638652, -73.81461241339372, 40.84590976992985, -73.81470093658052, 40.845856224693215, -73.81510417934315, 40.84561231729467, -73.815019621339, 40.845501981926034, -73.81441266416452, 40.845855761258285, -73.81417508967559, 40.84599423411202, -73.81401353407662, 40.84585511841616, -73.81399327176646, 40.845856925454676, -73.81396715312178, 40.845859013004215, -73.81390751420845, 40.84586056200991, -73.81388103244865, 40.84586231577123, -73.81385016800544, 40.845869547365105, -73.81382033802183, 40.84588509668571, -73.81379516187415, 40.84590462739258, -73.81374004285033, 40.845955018316836, -73.81372552430919, 40.84596624294759, -73.81365593285214, 40.84600796661472, -73.81360104005267, 40.846040187662716, -73.81353449897394, 40.84607746324091, -73.81346650725608, 40.846113580200125, -73.81340686795879, 40.846143926755175, -73.81330879132624, 40.84618783915828, -73.8132725656911, 40.84620601373253, -73.81314535348186, 40.84627813093798, -73.81297900897943, 40.84637129034972, -73.8129613460437, 40.84638018290857, -73.81289419258592, 40.84628922403343, -73.81339981139709, 40.846018289177, -73.81371733216913, 40.84585464045824, -73.81381899634034, 40.84580224363606, -73.81398255255301, 40.845696864205934, -73.81400625294609, 40.84566817214977, -73.81402026968838, 40.84564255857493, -73.8140297056305, 40.84561694751868, -73.81403457028678, 40.845591330892965, -73.81402038980066, 40.84557796630587, -73.81399499924161, 40.845551680456936, -73.81398433284927, 40.84553855115785, -73.81395406062107, 40.84551683193899, -73.81388796488172, 40.845464700152526, -73.81387558077164, 40.84545394177496, -73.81385041083692, 40.84543021275312, -73.81383786336785, 40.84541681565913, -73.81383098858824, 40.84538061369279, -73.81380528508875, 40.845350952242796, -73.81378175251463, 40.84533495479218, -73.81375415908815, 40.845320467212815, -73.81372308381825, 40.84530779300288, -73.81366089684754, 40.84528784296315, -73.81363692554629, 40.8452790541326, -73.81362045746152, 40.845272155852165, -73.8135852294684, 40.84525739745431, -73.81352828755051, 40.84523696775099, -73.81346165744834, 40.84521027112015, -73.8134055098888, 40.84521739326878, -73.81331612084371, 40.84523165204527, -73.81328200821184, 40.84523610650861, -73.81325962823865, 40.84523790908978, -73.81321470267939, 40.84523925913282, -73.81319896914532, 40.845230921190364, -73.81318856625326, 40.84521904303013, -73.81314067275113, 40.84519080429268, -73.81311543538749, 40.8451810749873, -73.81308185947209, 40.845173456431056, -73.8130255613058, 40.84516328145278, -73.81296670857768, 40.84515450077289, -73.81294088169723, 40.845149064031006, -73.81287645631078, 40.84513038053501, -73.81279935086913, 40.84510802041767, -73.81272018788464, 40.84508574245505, -73.81269652636084, 40.845077343845546, -73.81267044214304, 40.84506477380813, -73.81265253561119, 40.84505163982995, -73.81263860579675, 40.845033617220146, -73.81262946459523, 40.845011681634, -73.81262612747607, 40.84498820662464, -73.8126285224667, 40.84497274452163, -73.81263579001164, 40.8449572426069, -73.81264728710808, 40.84494306948741, -73.81266192373157, 40.84493158583979, -73.81269564065374, 40.84491770273951, -73.8130244903619, 40.84492371396053, -73.81337998061622, 40.84495791410443, -73.81352863961854, 40.84497093073301, -73.81354682677323, 40.84497199660143, -73.81354748771585, 40.845041216880674, -73.8136372419343, 40.84503702604339, -73.8136579882816, 40.84503335762688, -73.8136784620412, 40.845024555947774, -73.81369688125447, 40.84501136013558, -73.81371069380441, 40.84499556255621, -73.81371790202353, 40.844982948363835, -73.81373165762564, 40.84495402958458, -73.81374563025591, 40.84493187296721, -73.81375904844636, 40.84491969473301, -73.81378385908383, 40.84491792749632, -73.81380707531024, 40.844921917243525, -73.81385792040523, 40.844917506736884, -73.81391554431464, 40.844908145419005, -73.81398434559273, 40.84489536851212, -73.81401042972291, 40.844888949524744, -73.81403373379703, 40.844881876793025, -73.81405245382335, 40.844871746692164, -73.81408115464475, 40.844845510221845, -73.81411462477864, 40.844826039641404, -73.81416492783164, 40.84480466461039, -73.81418770047625, 40.84479212589016, -73.81419750903943, 40.844777810319684, -73.81419691228832, 40.84475541586072, -73.81419237253341, 40.844739475198054, -73.81418769305533, 40.844723039038065, -73.81417651676183, 40.84469763699384, -73.81416229104684, 40.84467675051818, -73.81414477229227, 40.84466014508889, -73.81411377840318, 40.84463837611865, -73.81406190230267, 40.84460531009503, -73.81399238759165, 40.8445612259704, -73.81394601228551, 40.8445333213941, -73.81392593824428, 40.84452392296987, -73.81390281070827, 40.84451710043327, -73.81387773390729, 40.844513184244796, -73.81385224512056, 40.84451242001742, -73.81380450788738, 40.84451485625103, -73.81375594177803, 40.844518988558775, -73.8136980447476, 40.84452944795933, -73.81367310357395, 40.84453087818162, -73.81364630960306, 40.84452574710332, -73.8135987869647, 40.84450745331297, -73.81357567924776, 40.844500765816925, -73.81351909187558, 40.84448733802372, -73.81349424799906, 40.84447944554422, -73.8134702310133, 40.844467185196834, -73.81345766806632, 40.84445601675794, -73.81343461382211, 40.84442097274542, -73.81340041096466, 40.844361361409916, -73.81334796449585, 40.8442722932807, -73.81333192030435, 40.84423993775999, -73.8133183108178, 40.8442015690721, -73.81331347378138, 40.844181366751194, -73.81331056246925, 40.84415904868288, -73.81330944072204, 40.844134118474386, -73.81330988085725, 40.84410150957434, -73.81331314336782, 40.844078542335765, -73.81332768065687, 40.84402544208145, -73.8133292865338, 40.84399954825496, -73.81332361230666, 40.84395569758908, -73.81331376156767, 40.843903046832715, -73.81329517996137, 40.843828003750026, -73.81329039518724, 40.84379848769483, -73.81329031605625, 40.84377471630789, -73.81329493840695, 40.84375436810724, -73.81330439676873, 40.843737250604235, -73.81331651756435, 40.843723803323364, -73.81333247579299, 40.8437102604954, -73.81335055199642, 40.843697496418365, -73.81338907990276, 40.843672666380336, -73.8134400725987, 40.843635589951184, -73.81345919466726, 40.8436228068372, -73.81348151550654, 40.843610603408095, -73.81350334241837, 40.8436020110604, -73.81352782762757, 40.843596874602284, -73.8135729937554, 40.843593061974516, -73.81373284288163, 40.84356477993452, -73.81383181381527, 40.84355235259791, -73.8138657184402, 40.84354690619178, -73.81396827987822, 40.84352428913085, -73.81403419363741, 40.84351360028624, -73.81406161325742, 40.84350687457007, -73.81408171643733, 40.843498955605845, -73.8141024153491, 40.843487894871664, -73.81412111912165, 40.8434757989517, -73.81416515391079, 40.84344481904478, -73.81420333459664, 40.84341890307883, -73.81423605801407, 40.84339522684689, -73.81425332667982, 40.84338110608306, -73.81427048185891, 40.8433647347975, -73.81428796808116, 40.84334573549821, -73.81430825803928, 40.84332142779089, -73.81432700417687, 40.84329539764991, -73.81434046178855, 40.84327021266268, -73.81434854384034, 40.843246044685465, -73.81435121805636, 40.84322298911996, -73.81434838587788, 40.84320704670489, -73.8143340036107, 40.84317352064819, -73.81433014782205, 40.843158535611806, -73.81432714290325, 40.84313396257615, -73.81432771546534, 40.843119576292835, -73.81433383163815, 40.84310555732969, -73.81435108420477, 40.84309462157474, -73.81437852679166, 40.843089790461065, -73.81440881883107, 40.843092586613864, -73.8144282300905, 40.84309928240635, -73.81444181798238, 40.84310898278369, -73.81445858338272, 40.84313708808021, -73.81446487410038, 40.84315571142574, -73.81447198675853, 40.843198497267714, -73.81447693205504, 40.84321612160066, -73.8144864634372, 40.843232636695774, -73.81450060707819, 40.84324461080844, -73.8145326056126, 40.84326268206379, -73.81459331649364, 40.84329474092474, -73.81463718229357, 40.843320455714256, -73.81466098354362, 40.84333091538583, -73.8147056241531, 40.8433419938522, -73.81482705143574, 40.84337188626453, -73.81487711367254, 40.8433867158239, -73.81494284879076, 40.843411156273405, -73.81502788761051, 40.84345205086486, -73.81505150183679, 40.84346200497795, -73.81510481296077, 40.84348204180515, -73.81512626631331, 40.843491293655234, -73.81514449546194, 40.843501433624986, -73.81516126319492, 40.843513905332244, -73.81517605948343, 40.843528335155604, -73.81518831905177, 40.84354417468934, -73.815241224159, 40.843625475957964, -73.8152976842982, 40.843714056188944, -73.81532807194438, 40.84375941413239, -73.8153661193524, 40.84381217919041, -73.81538075769994, 40.843829723544744, -73.81539886163895, 40.84384742832856, -73.81542076339518, 40.84386564706567, -73.81544813931846, 40.843885786307204, -73.81546580202524, 40.84389670784879, -73.8154864755162, 40.8439067436146, -73.81551043685585, 40.843916040826755, -73.81553882079027, 40.84392504344078, -73.81555724299488, 40.84392934304489, -73.81557825408171, 40.843932242914114, -73.81565878333929, 40.84393630499829, -73.81569169899493, 40.84394030086276, -73.81572509036589, 40.8439472159808, -73.81575427774982, 40.8439547051933, -73.81577823024278, 40.84396250661399, -73.8157967014538, 40.84397052890277, -73.81581371915816, 40.84398274157053, -73.81581749132174, 40.84399723204946, -73.81579953664011, 40.84401806783901, -73.81578124570532, 40.8440327211932, -73.81575991764161, 40.8440470671273, -73.81572039616196, 40.84407124260821, -73.81563418139612, 40.844119203858746, -73.81560071196579, 40.84414084867627, -73.81558701508766, 40.844157493133125, -73.81558091692322, 40.8441813302811, -73.81557956484627, 40.844207951241614, -73.8155798126661, 40.84424602184687, -73.8155842466759, 40.844279255384436, -73.81559302736845, 40.84430878853457, -73.81560624770341, 40.844334881687864, -73.81562083828541, 40.844350899595256, -73.81564295974144, 40.84436480256905, -73.81567242271589, 40.84437645792966, -73.81570857219779, 40.844385602581085, -73.81575573605542, 40.8443944694524, -73.81579690973888, 40.84440104578606, -73.8158350054363, 40.844405796390866, -73.81587082687028, 40.84440880719929, -73.81591187530107, 40.844410946555335, -73.8159413005878, 40.84441096199458, -73.8159673795035, 40.84440886222874, -73.81599043499494, 40.84440449739266, -73.81601463587134, 40.84439501776898, -73.81603445514203, 40.844381720259356, -73.81604292491504, 40.844369396091395, -73.8160362797524, 40.84435610770159, -73.81600888322957, 40.844349712817284, -73.81597457322448, 40.84434944556842, -73.81594526328564, 40.844341179090115, -73.81592335871427, 40.84432815450266, -73.81590750023193, 40.844313075626864, -73.81589925232244, 40.844297499215905, -73.81589944881884, 40.844262917837, -73.81590433629297, 40.844233901797224, -73.81591282926128, 40.84420205675425, -73.81592615477719, 40.84416275072038, -73.81594511783011, 40.84411217858767, -73.81596105546237, 40.84407634632281, -73.81597138974675, 40.844057416404574, -73.81598274342923, 40.84404033412542, -73.81599517842454, 40.844025007733585, -73.8160087244768, 40.84401140125628, -73.81603430257732, 40.84399052806567, -73.8160598110808, 40.8439742346739, -73.8160854186613, 40.84396241689264, -73.81611112886884, 40.843955079229936, -73.81619122328395, 40.84394101599416, -73.81620920859076, 40.84393651156264, -73.81625304024578, 40.84392130540297, -73.81627275528993, 40.84391605270445, -73.8162932410807, 40.843914237517446, -73.81631103056102, 40.843917520235486, -73.81634221976401, 40.84393353746936, -73.81639551830949, 40.8439743048638, -73.81647978692966, 40.844031913933776, -73.81649874093384, 40.844042917515075, -73.81652054269081, 40.84405238307582, -73.81654487361371, 40.844060169630524, -73.81657117214752, 40.84406609348426, -73.81660944486653, 40.844071531192625, -73.81666883797932, 40.844076815155304, -73.81674190560516, 40.844081645352155, -73.81683358813024, 40.844085009341924, -73.81686136486903, 40.844082070107696, -73.8169291861718, 40.844060777513725, -73.81695378674087, 40.844056775135186, -73.8169783215139, 40.8440577226656, -73.81701197082036, 40.84406405069751, -73.8170416559617, 40.844075158560614, -73.81706460276709, 40.844089981976154, -73.81708455291175, 40.844114796124735, -73.81709321094056, 40.84413311150528, -73.81709890467648, 40.8441530935028, -73.8171014508567, 40.84417411598333, -73.81709716209667, 40.84419042434318, -73.81707792380323, 40.8442206585576, -73.81707175717254, 40.8442372448927, -73.81707810796398, 40.84425071195439, -73.81709447865876, 40.84426158617169, -73.81711523271373, 40.84427048354704, -73.81714029787798, 40.84427737424721, -73.81716957106927, 40.84428222838973, -73.8172238129147, 40.84428508517283, -73.81724473290619, 40.84428797558877, -73.81727898811285, 40.844296526922705, -73.8173317343136, 40.84431204674131, -73.81744072087359, 40.8443518842644, -73.81747367659239, 40.84436170408147, -73.81750089881523, 40.84436685115698, -73.81753174030308, 40.84437018225094, -73.81756502314506, 40.84437185128303, -73.81762389084584, 40.84437297453802, -73.81771249974355, 40.84437479402356, -73.81777420140618, 40.84437507881751, -73.81793497911985, 40.84437061140489, -73.81798393210767, 40.844370562591614, -73.8180996102357, 40.84437365636704, -73.81815193482952, 40.84437389105205, -73.81821341345668, 40.84437247962824, -73.81823394105393, 40.844370584919, -73.81825678271626, 40.84436586810039, -73.81827147933956, 40.84435719517991, -73.8182677354139, 40.84433563774667, -73.81823963487952, 40.84430126662062, -73.81819568979056, 40.844265203700296, -73.81818428160489, 40.844251227153634, -73.81818039010881, 40.844233348004536, -73.81819431848352, 40.8441977166789, -73.81820101112704, 40.84415473311616, -73.81819978286408, 40.84412471859814, -73.81818885781617, 40.84411186032673, -73.8181695689427, 40.84410873132058, -73.81814078700424, 40.84411156212614, -73.81811787751803, 40.84411682721604, -73.81809468222313, 40.844124271948026, -73.8180753217213, 40.8441325926012, -73.81805108564917, 40.8441503139275, -73.81804009392984, 40.84416227226567, -73.8180106694617, 40.8441984068153, -73.81798914235964, 40.8442167465397, -73.81795803385009, 40.844235179198584, -73.81792784727351, 40.844249928480686, -73.81789821336983, 40.84426117210171, -73.81786900514726, 40.84426895308537, -73.81783764500967, 40.84427359604185, -73.8178023979448, 40.84427517837296, -73.81776297526494, 40.84427389952883, -73.81770629183166, 40.84426932730064, -73.81763266386862, 40.84426203757888, -73.81758111191608, 40.84425379848371, -73.8175580440711, 40.84424845718755, -73.81753694576776, 40.844242269835895, -73.81751757649552, 40.84423516220883, -73.81749981661447, 40.844227089093174, -73.81747140164461, 40.84421067134124, -73.81744382591255, 40.8441904782363, -73.81741681125864, 40.844166329239805, -73.81738957107525, 40.844137519820514, -73.81737138260061, 40.84411540009236, -73.81731674757528, 40.84404375487684, -73.81726366770098, 40.843971936501624, -73.81724914796624, 40.843955050836975, -73.81723699467894, 40.84394304960058, -73.81722111186818, 40.84393070836974, -73.81720467134731, 40.8439215332923, -73.81718739605142, 40.843915375347365, -73.81716914263099, 40.84391218658112, -73.8171418090566, 40.84391095820247, -73.81711145605938, 40.84391204290312, -73.81707895006069, 40.843915147592895, -73.8170233872982, 40.84392230304601, -73.8169602217547, 40.843929726462015, -73.81692717797473, 40.84393477532394, -73.81683932818137, 40.84395549581903, -73.81678822306044, 40.84396467534489, -73.81672622719483, 40.84397318468613, -73.8167046721637, 40.843974876684136, -73.81668506410395, 40.84397444570462, -73.81665984934325, 40.84396983291847, -73.81664305306758, 40.843962840894875, -73.81662595051247, 40.8439521050259, -73.81661336126116, 40.843939998573184, -73.81660478654368, 40.84392119882208, -73.81660541484949, 40.84387695401879, -73.81660452027384, 40.84384057531582, -73.81659956335953, 40.84382565344284, -73.81658872469468, 40.84381212969046, -73.81657678103483, 40.84380113366931, -73.81653141469424, 40.8437649075618, -73.81649286108791, 40.843732404113545, -73.81647629597366, 40.84371299911454, -73.81646814663266, 40.843698636766284, -73.81646050936307, 40.843682193288664, -73.81643981017208, 40.84362686817867, -73.81642571526888, 40.843587623802755, -73.81641197328474, 40.84356830973434, -73.81638441909726, 40.84354353108843, -73.8163750791205, 40.84353051577886, -73.81636703812131, 40.8435168703892, -73.8163603940753, 40.8435027553638, -73.81635522356684, 40.843488348222195, -73.81635054063052, 40.84346269467816, -73.81635136743661, 40.84344711473514, -73.81636184079188, 40.84339620123144, -73.81636411244452, 40.843378262491385, -73.81636338134612, 40.84336132122136, -73.81635915875304, 40.84334631225722, -73.81634652467334, 40.84331828945877, -73.8163317854034, 40.84328914579273, -73.81629494149242, 40.84322549778588, -73.81623672140577, 40.84313153477727, -73.81617461888831, 40.84303128189793, -73.8161587722697, 40.84301285953484, -73.81613498541358, 40.84299629033804, -73.81610801756786, 40.84298300827387, -73.81603624934311, 40.84295297399616, -73.81601787739535, 40.84294345167801, -73.8160028520561, 40.842933790616186, -73.8159485820902, 40.84289479905797, -73.81591905468117, 40.84287108243411, -73.81589489220161, 40.8428471744558, -73.81587738216288, 40.84282358235924, -73.81586468913603, 40.842801114563215, -73.81585280172115, 40.84277676241579, -73.81583035925496, 40.84272008456169, -73.81582480359388, 40.84270052234689, -73.81581319316454, 40.84264594913087, -73.81580759727295, 40.84262978621865, -73.81580057847023, 40.84261576691297, -73.81578996859174, 40.84260025515494, -73.81577616604027, 40.842584112452926, -73.81575912402943, 40.842567107303836, -73.81573308502152, 40.842543499759486, -73.81570756049659, 40.84252080343148, -73.81567951299729, 40.842495861734406, -73.81564297649771, 40.84246757373135, -73.81561728883769, 40.84245284740205, -73.8155864901901, 40.84244083329074, -73.81556010547018, 40.842434182372514, -73.81549903643126, 40.84242321033023, -73.8154311747124, 40.8424107847939, -73.81541378336813, 40.84240648051405, -73.81538749056786, 40.842395772973994, -73.81537561976253, 40.8423851785624, -73.81537226714448, 40.84236271395367, -73.81538028736774, 40.84234313202262, -73.81540469496161, 40.842315323282314, -73.81544978741971, 40.84227573674309, -73.81546711688857, 40.84225616969991, -73.81552031944132, 40.84218592345042, -73.81553331180676, 40.842165354413574, -73.81554285074972, 40.84214625486322, -73.81555050957762, 40.842126124840874, -73.81555716401868, 40.842103876148364, -73.81556918461422, 40.84204674726103, -73.81558623416214, 40.84194590648333, -73.8155961821693, 40.841918668908775, -73.81559773039112, 40.8418897105664, -73.81559577126934, 40.841869277005266, -73.8155857349073, 40.84181204531188, -73.81557902505976, 40.841781153910645, -73.81556922794715, 40.84174370377022, -73.81555441875582, 40.84170025462113, -73.81553451567574, 40.84165850646288, -73.81552114970607, 40.84163767014522, -73.81550431968382, 40.84161744872616, -73.81548430923098, 40.84159818754758, -73.81546154761621, 40.84158030332322, -73.81537623524196, 40.84152167695018, -73.81533479767081, 40.8414899366054, -73.8153171129676, 40.841470518832594, -73.81530452586892, 40.84144550633971, -73.81530043949907, 40.841431530417225, -73.81529758295224, 40.84141576898129, -73.81529316539611, 40.84136007439494, -73.81528993188161, 40.84133830155066, -73.81527993207897, 40.841300054119735, -73.81526725061, 40.84126463444974, -73.81525751708507, 40.84125134466294, -73.81523595129084, 40.84123971174356, -73.81522403497057, 40.84122936487714, -73.81522091714045, 40.841213338274606, -73.81522341164599, 40.84119806807375, -73.81522947435019, 40.84118267661895, -73.81525057382046, 40.84114062487967, -73.81525596454458, 40.84111614455089, -73.81525502140056, 40.84108728667596, -73.81525201335063, 40.841058201270236, -73.81524695660246, 40.84102903063771, -73.81523987679952, 40.84099993510738, -73.81522049546128, 40.840938688404385, -73.81521012125614, 40.840912325999625, -73.81519895202915, 40.840887884877056, -73.8151816131253, 40.84085717092414, -73.815139002936, 40.84079188068034, -73.81512422956591, 40.84076515912287, -73.81509435120424, 40.840699647034455, -73.81508476855657, 40.84067349750247, -73.81507774792456, 40.8406491746793, -73.81505362135813, 40.84053981498497, -73.81504903290306, 40.84051625787817, -73.81502237086265, 40.84037936236949, -73.8150015236064, 40.840274043036885, -73.81499865252621, 40.84024734865477, -73.81499795197698, 40.840180332677924, -73.81499391918099, 40.84014415871974, -73.81498835330525, 40.84011479184696, -73.81498057880938, 40.840088708238476, -73.81497037080544, 40.840065339320674, -73.81495237121979, 40.84003567964899, -73.81490548941856, 40.83997218524688, -73.81488690091939, 40.83994325942348, -73.81483425126387, 40.83984977104285, -73.81479278720819, 40.83977562432624, -73.81477930758855, 40.8397604797631, -73.81476112317759, 40.839751694144155, -73.81473938727102, 40.83975494334038, -73.81472173261398, 40.83976200458156, -73.81470273687185, 40.83976227213021, -73.81469870263942, 40.83974200540568, -73.8147039115963, 40.83972662430959, -73.81471007898058, 40.83971366078174, -73.81472617546687, 40.839692175607304, -73.8147348038631, 40.8396759859546, -73.81473306939824, 40.83962864683229, -73.81472676063049, 40.83959020085759, -73.81472414545392, 40.83957427499921, -73.81472129711695, 40.83955692058065, -73.8147050175544, 40.839481102439244, -73.81470274004654, 40.839462291935554, -73.81470259864416, 40.839445373202125, -73.81470462189323, 40.83942648225947, -73.81470873647191, 40.839405549651474, -73.81472915347696, 40.839331729224014, -73.81475731348498, 40.83921899641556, -73.81477838215848, 40.83913465563588, -73.81478321915687, 40.83908888762125, -73.81478987513344, 40.83907331073437, -73.8148038838497, 40.839062750606516, -73.81482612880772, 40.83905714922095, -73.81493249027938, 40.83901534243793, -73.81496828405385, 40.839002087841465, -73.81498960498041, 40.838994904572544, -73.81505530165408, 40.838972769498994, -73.81509423053289, 40.83895859508167, -73.81513701424701, 40.838940091844854, -73.81522523277408, 40.83889626651701, -73.81526467101956, 40.838878392722485, -73.81528524525302, 40.83887065169679, -73.81534072034555, 40.838852193922506, -73.81536991123077, 40.838839229395354, -73.81539688197063, 40.83882303573291, -73.81542765713219, 40.838801444279206, -73.815452796833, 40.83877339355185, -73.81546795631793, 40.838764674896495, -73.81549503682375, 40.838782845192206, -73.81550924471141, 40.83879189898773, -73.81553293917659, 40.83878731104072, -73.81560475873506, 40.838743649197966, -73.81565899697279, 40.83870764313985, -73.81567741190901, 40.83869735739493, -73.81570372531037, 40.83868556513219, -73.81572355344917, 40.83868088812246, -73.81576928286982, 40.8386800723858, -73.81578828094393, 40.83867713649775, -73.81580992362298, 40.83866972756666, -73.81583257486376, 40.8386594836813, -73.81585565923851, 40.838646965831586, -73.81589460682973, 40.838623756503154, -73.81594587755383, 40.83859442364713, -73.81597074199226, 40.83857876228382, -73.8159926722479, 40.838562100286104, -73.8160096051327, 40.838545331257926, -73.81608074140753, 40.838461265498715, -73.8161802723043, 40.83834282441304, -73.81621539661221, 40.83829785651354, -73.81624131518109, 40.838261075649655, -73.81629359299738, 40.83818204319513, -73.81630583981544, 40.838160586783744, -73.81632133638195, 40.838128030635815, -73.81633310104957, 40.83809653743118, -73.81634035859456, 40.83806775204228, -73.81634219194919, 40.8380431615288, -73.81633866885971, 40.838021850194984, -73.81632974450915, 40.83800373332242, -73.81629605107106, 40.83796986425469, -73.81628690008107, 40.83795782896442, -73.81627990073304, 40.83793948282612, -73.81628153611153, 40.8379243336933, -73.8162895841232, 40.837911143447, -73.81630206776546, 40.837897940453836, -73.81631612359045, 40.83788645990964, -73.81635052400894, 40.83786135754577, -73.81636475492844, 40.83784915147498, -73.81642615968035, 40.83779413799648, -73.81645137947538, 40.83776770806739, -73.81646195708076, 40.837753435836724, -73.81646977208048, 40.837739590546455, -73.81647495911228, 40.83772593468061, -73.81647756239512, 40.8377123422405, -73.81647790736575, 40.83769560077595, -73.81647580548031, 40.83767700850165, -73.81646149865281, 40.83761661201052, -73.8164577565202, 40.83759475462992, -73.81644358637853, 40.83746463207908, -73.81643330626723, 40.837301057800154, -73.81642485258446, 40.83721680838219, -73.81641297686078, 40.837124486875375, -73.81638471870934, 40.83695363767573, -73.81637253423499, 40.83685809099383, -73.81636670249705, 40.836823548599604, -73.81635686073825, 40.83678648383505, -73.81634349034714, 40.8367541959833, -73.81633150005756, 40.836735654593554, -73.8163139273724, 40.83671681345194, -73.81629313496063, 40.83669908289342, -73.81624667505805, 40.836663520346505, -73.81618984589161, 40.83662052657374, -73.81616593463843, 40.836600456035946, -73.81615415052731, 40.836584132876816, -73.81614843797658, 40.83656271538513, -73.81615297328008, 40.836547197167505, -73.81617820637112, 40.83651925628242, -73.81618827121363, 40.83649355056277, -73.8161898804005, 40.83647972241309, -73.81618886713431, 40.836449515469155, -73.81618264320413, 40.83641621512212, -73.81616846234569, 40.83636534782784, -73.81615286831246, 40.83631444766191, -73.8161375381538, 40.836273184119435, -73.81612061822729, 40.83623658170771, -73.81610165557984, 40.83620379593942, -73.81606341416143, 40.83614837697889, -73.8160264055235, 40.83610294556958, -73.8159532856846, 40.83602888559733, -73.8159381193523, 40.83600775737428, -73.81591208954961, 40.835958160644296, -73.81589769966594, 40.835939237168226, -73.81587834611564, 40.83592481454907, -73.81585211434096, 40.83591437554427, -73.81582277409383, 40.83590941108693, -73.81579489259909, 40.83591072000501, -73.81576407694276, 40.835916633867576, -73.81573472058827, 40.8359234802656, -73.8157068365817, 40.83593125742005, -73.8156804332343, 40.83593996084281, -73.8156083660145, 40.835969282856766, -73.81558333202463, 40.83597842338601, -73.81556461327261, 40.83598352087716, -73.81554595480905, 40.83598654371921, -73.81551954945489, 40.835986976047586, -73.81550168324279, 40.835982213562154, -73.81549111393429, 40.83596701519474, -73.81548957215053, 40.835949651168264, -73.815495131579, 40.8359346965225, -73.81550877558196, 40.83592112536359, -73.81552838311303, 40.83590934312137, -73.8155538674624, 40.83589940638536, -73.81558509214464, 40.83589136446073, -73.81561366987665, 40.83588739033823, -73.81567833608685, 40.83588338293898, -73.81570524893664, 40.83587906754662, -73.81573336152874, 40.835871370001364, -73.8157952169302, 40.83585138955275, -73.81582337328278, 40.83584415130833, -73.81585320878474, 40.83583851952115, -73.8159536397992, 40.83582201705356, -73.815977117907, 40.83581681363076, -73.8159947601484, 40.83581167113145, -73.81602175234461, 40.83579879567818, -73.81603740727607, 40.83578557075336, -73.81605074387669, 40.835768634787335, -73.81606206136743, 40.83574782796993, -73.8160736144227, 40.835719006213225, -73.81607855695994, 40.83570241255323, -73.81608134854211, 40.835685467871535, -73.81608193488415, 40.83566850976771, -73.81608030562884, 40.83565185429926, -73.81607511477391, 40.83562789463193, -73.8160672099232, 40.83560225211178, -73.81605643633564, 40.83557429074121, -73.81604129668, 40.835540109884505, -73.81603903170648, 40.83552568302898, -73.81602897177062, 40.83551105733712, -73.81601461533532, 40.83550106954833, -73.81585155898067, 40.835505471186124, -73.8157165322528, 40.83551066209342, -73.81569489229913, 40.83551403048855, -73.81564306285188, 40.835530593319646, -73.81561842292137, 40.83553493394314, -73.81559941305886, 40.83553474416318, -73.81557601076265, 40.83552973240486, -73.81556263095888, 40.835519885698304, -73.81556135161789, 40.83550578909039, -73.81557261538626, 40.83548985931985, -73.8155872844598, 40.83548070672244, -73.81560694327341, 40.83547689213614, -73.81566856105987, 40.83547537064057, -73.81568758016412, 40.8354743582619, -73.81577392669244, 40.83546595411378, -73.81583571830205, 40.83545774212199, -73.81586022613271, 40.835453136495374, -73.81588679961158, 40.83544671335838, -73.81596019500984, 40.835424757543926, -73.81598721419394, 40.835415787592005, -73.81600982384721, 40.83540688083811, -73.81602944946242, 40.83539747584818, -73.81604641518825, 40.83538740204645, -73.81606305021421, 40.83537300533439, -73.8160761212383, 40.835354320177785, -73.8160855366222, 40.83533147160059, -73.81609116744713, 40.83530477547217, -73.81609640988997, 40.83524872885989, -73.81609850944048, 40.83518445840898, -73.81610235818003, 40.83513762975117, -73.81610256114432, 40.83512082051669, -73.81609979351589, 40.83510294486084, -73.81609339313962, 40.83508764423363, -73.81607524219869, 40.83505857339379, -73.81604214851917, 40.83500991364187, -73.81601881820818, 40.83497935411598, -73.81601014760032, 40.83496441006067, -73.81600639498546, 40.83494816542992, -73.81600853165132, 40.834929665446964, -73.81601440259583, 40.83491260320971, -73.81603535771899, 40.83486525703968, -73.81606616715685, 40.8347790674773, -73.81607480899373, 40.834746516621585, -73.81608202069971, 40.8347046280422, -73.81608391125513, 40.83467993315248, -73.81608271474065, 40.834652566971066, -73.81607875369373, 40.8346229415388, -73.81606980525676, 40.83457470120276, -73.81606182905708, 40.83454274878784, -73.81605064924729, 40.83451726312775, -73.81603570141336, 40.834496980825875, -73.81601686722624, 40.834481817945964, -73.81599641956275, 40.83447260927021, -73.8159713430221, 40.83446692314944, -73.81594236267144, 40.83446494894149, -73.81591142133244, 40.83446682752031, -73.81582024643636, 40.834478478452915, -73.81575723563668, 40.83448886858965, -73.81570728100839, 40.83450174061134, -73.81568121922042, 40.83449434911457, -73.81580168891088, 40.834447768914906, -73.81592868536772, 40.83441827421279, -73.815960957952, 40.83440917127266, -73.8159859208006, 40.83439851411115, -73.8160038813503, 40.83438617175103, -73.81601478501352, 40.83437216301889, -73.8160211265165, 40.83435770126263, -73.81602623870971, 40.83434232084006, -73.81603296195362, 40.83430814242972, -73.81603540133061, 40.83427062805167, -73.81603497228188, 40.83420668854236, -73.81603478740654, 40.83412819290218, -73.8160308064571, 40.834079629099925, -73.8160200534155, 40.834016035119305, -73.81600671605128, 40.83395791743361, -73.81600057665366, 40.83393918182169, -73.81599354558234, 40.83392177031709, -73.81598775445156, 40.83390743238267, -73.81597877594375, 40.83388126764874, -73.81597664466591, 40.833860536627625, -73.81598074315427, 40.83381600372656, -73.81598005901452, 40.83379673201708, -73.81597385546264, 40.83376562168244, -73.81596434944375, 40.833733864924255, -73.81595156916549, 40.83370155273682, -73.81593556644768, 40.833668812171716, -73.81592078175312, 40.83364278314539, -73.81590360315263, 40.833615540929344, -73.81585999470185, 40.83355423756946, -73.81583418637369, 40.83351580010239, -73.81582168840981, 40.83350017724638, -73.81580619828411, 40.833486598239176, -73.81578891012855, 40.83347754585387, -73.81576618626538, 40.83347868560407, -73.81574768898615, 40.833485410676374, -73.81572767302725, 40.833488686219646, -73.81570863561832, 40.833479819231094, -73.81569996867313, 40.8334666446292, -73.8157042220327, 40.833452718048036, -73.81572281536337, 40.83344170407264, -73.81575622536516, 40.833429286478776, -73.81577578417465, 40.83341983279619, -73.81578740253191, 40.83340843216163, -73.81579598991567, 40.83338868268687, -73.81580167390916, 40.833365889399495, -73.81580463531404, 40.833341980551175, -73.81580766626423, 40.83329337840569, -73.815813690714, 40.83323239561509, -73.81581545695275, 40.8332025208705, -73.81581487031032, 40.83317331774028, -73.81581143327271, 40.83314720056094, -73.81580146376149, 40.8331120517766, -73.81577513098522, 40.83304643647766, -73.81576592963627, 40.8330194699254, -73.81576107626599, 40.832999197403694, -73.81575048234326, 40.83294209081521, -73.81574548661645, 40.832924850036186, -73.8157393113146, 40.832909721737686, -73.81572999316059, 40.832892836051435, -73.81571782689407, 40.83287522001346, -73.81570256234268, 40.832856451790796, -73.81568213772137, 40.832833985985935, -73.81565512787675, 40.8328151305473, -73.81564286725147, 40.832805052405035, -73.8156314253373, 40.83278232990037, -73.81562319673426, 40.83276032572468, -73.81560478404018, 40.8326976694681, -73.81556811117983, 40.83256569981827, -73.81553537846281, 40.8324716680648, -73.81552827479803, 40.8324441924634, -73.81551093146645, 40.83235681026771, -73.81550269154005, 40.83232224864135, -73.81549601867526, 40.832301893951474, -73.815487639366, 40.83228254238551, -73.8154776254808, 40.83226435704794, -73.81546604072885, 40.83224745060231, -73.81544753616059, 40.832224432219135, -73.81543218593119, 40.83221056072068, -73.8154165368857, 40.832202693252, -73.81539273156143, 40.83220235798511, -73.8153483213074, 40.832217299064304, -73.81529356396284, 40.83222647478605, -73.81526947663546, 40.83222778605006, -73.81524494791347, 40.832224957920396, -73.81523011964494, 40.83221568606638, -73.81523445862514, 40.83219996494735, -73.81525348442146, 40.832188095366476, -73.81528784337888, 40.83218128141496, -73.8153134091545, 40.8321735420698, -73.81533103949494, 40.83216296065275, -73.81533696096069, 40.83214475669358, -73.81532797182004, 40.83211790210314, -73.81531033700657, 40.832087816192946, -73.8152736746466, 40.832024988370144, -73.81526240406237, 40.83200342143679, -73.81525150806455, 40.83197803339541, -73.81522968652436, 40.83192125545282, -73.81521919048433, 40.83189743221113, -73.81517232704704, 40.83180411971031, -73.81515110918545, 40.831754132462066, -73.81514019108492, 40.83172947557665, -73.81513116568868, 40.831714438126276, -73.81511427585771, 40.831709006270756, -73.81509572456872, 40.83170929620517, -73.81506757300087, 40.83170219117373, -73.81504352991448, 40.83169149253942, -73.81503247712384, 40.83167990703476, -73.81503981265408, 40.83166566664137, -73.81505216019737, 40.83165332442746, -73.81509048901559, 40.83163425664086, -73.81510608758617, 40.83162481563039, -73.81511332174401, 40.83160907664349, -73.81510876416125, 40.83158486308998, -73.81509970949816, 40.831564581998535, -73.815077257609, 40.83151203264434, -73.81506206311211, 40.8314840199467, -73.81505387205715, 40.831471664605665, -73.81503652502106, 40.831453738516174, -73.81502222350196, 40.83144312934088, -73.81500200403761, 40.83143495281742, -73.8149664454767, 40.83136168450156, -73.81495440968193, 40.83129050885234, -73.81493711679842, 40.83119389294068, -73.81492889282961, 40.831160999011104, -73.81491234223941, 40.83111038615358, -73.81489427590141, 40.83105787261349, -73.81487821871549, 40.83102381887372, -73.81486768832204, 40.831008603387986, -73.81485461936849, 40.83099307135353, -73.81483713107893, 40.830972289530806, -73.81481192987242, 40.83093608422106, -73.81478009304676, 40.83088757827055, -73.81477101073703, 40.83086792925485, -73.81476135274059, 40.83082979571959, -73.81475647242135, 40.83081553752121, -73.81474894977516, 40.83080204050037, -73.81473175495363, 40.83078574270506, -73.81468414624044, 40.83075920421813, -73.81466817031581, 40.8307488183314, -73.81463963335132, 40.830727440602686, -73.8146246845651, 40.830714768198725, -73.81456737965671, 40.83066090741593, -73.81452991900511, 40.83062555851283, -73.81450106649612, 40.8305983306153, -73.81448441621095, 40.830580238968366, -73.81445639456588, 40.830543318549076, -73.81444402061672, 40.83052860433523, -73.81442664580888, 40.83050888071444, -73.81440961011658, 40.83049551784485, -73.81439154755182, 40.830491577018044, -73.81437153244504, 40.830497820364755, -73.81435388776347, 40.83050727149116, -73.81433096579937, 40.830513480435066, -73.81431197609054, 40.830514655625855, -73.8142946403377, 40.83050898880148, -73.81428766822542, 40.83049495413909, -73.81428575662032, 40.830461159021326, -73.81429517150237, 40.83044101116043, -73.81431526287528, 40.83042102997181, -73.81432131956498, 40.83040794199884, -73.81431871434721, 40.83038563790352, -73.81430668417349, 40.83036203542485, -73.81428751277538, 40.83033869879815, -73.81424365357587, 40.83029462448818, -73.81421174034928, 40.83026184992942, -73.81418580607617, 40.830237045386426, -73.81416099943186, 40.830215577194025, -73.8141366756513, 40.830196959846575, -73.81409270544887, 40.83016807307728, -73.81403805176282, 40.830136883603494, -73.81401954039985, 40.830128558376025, -73.81396857567974, 40.830110260926816, -73.81394958538438, 40.83009981334508, -73.81391938299393, 40.83007174655965, -73.81386459387974, 40.83001147253922, -73.81382586925066, 40.82997349371264, -73.8137955753827, 40.82994680540693, -73.81377687025932, 40.829941660381955, -73.81373723780946, 40.829946804850934, -73.81371837310522, 40.82994615303776, -73.81370435327274, 40.829934631947225, -73.81369763117942, 40.82991732164404, -73.81369819549926, 40.82989953594274, -73.81370584450099, 40.82988557529022, -73.81378148561218, 40.82984250962888, -73.8138252425305, 40.829816998963224, -73.81385919723321, 40.82979581195409, -73.8138712891409, 40.829782843605, -73.813875800104, 40.82976460862082, -73.81387290756034, 40.829741248666785, -73.81386225524943, 40.82971001575137, -73.81384675483896, 40.82967260390437, -73.81383322720298, 40.82964873511022, -73.813816840414, 40.82962983514257, -73.81379733051442, 40.82961617912603, -73.81377762136201, 40.829608910008545, -73.8137546120531, 40.829605755331144, -73.81371723046689, 40.829609436518936, -73.81366737417, 40.82962095887692, -73.81364452792364, 40.829624769784154, -73.81360716473937, 40.82962737757376, -73.81357979445599, 40.829625712438705, -73.81356346132847, 40.82961984451204, -73.81355925665628, 40.8296032073386, -73.81356521028802, 40.82958969330177, -73.81358351361493, 40.829568951128905, -73.8136107479437, 40.82954550298697, -73.81364732459309, 40.82952571424613, -73.81366409744048, 40.82951425911288, -73.81367084173742, 40.82950076255689, -73.81367167204527, 40.82948621096854, -73.81366444287715, 40.82946075935097, -73.81365217763341, 40.829435726430845, -73.81364293705224, 40.82941901988873, -73.81363332884267, 40.82940447304371, -73.81362304724966, 40.829391623446696, -73.81361196819479, 40.829380327718006, -73.81359478398872, 40.82936724183779, -73.81357596356527, 40.829357614820076, -73.81355743779108, 40.82935241511833, -73.81353538813987, 40.82935247582177, -73.81351285258393, 40.82936178563935, -73.81349003348252, 40.82937581900059, -73.81345295633183, 40.82938766179836, -73.81343037628318, 40.829391691014074, -73.81340844641969, 40.82939384284083, -73.81338735410529, 40.82939409957227, -73.81336840595169, 40.829385639357945, -73.81335635295851, 40.82936528483068, -73.81335682915936, 40.82934893708021, -73.81336921163833, 40.829335932332725, -73.8134344162977, 40.82930679239914, -73.81345542453063, 40.829293807899866, -73.81347194378927, 40.82927892059025, -73.8134838753213, 40.8292660636829, -73.81349260210203, 40.82925373378516, -73.81350341471715, 40.82922218795426, -73.81350522549896, 40.829203400213466, -73.81350363150409, 40.82918587126422, -73.8134986628011, 40.82916987130409, -73.81348126404849, 40.829135655799575, -73.81346021840147, 40.82910407284925, -73.8134334825224, 40.82906945231833, -73.81341311415466, 40.82904748325953, -73.81338308855022, 40.82902046119007, -73.8133477585112, 40.82899149445886, -73.8133274915356, 40.8289765053006, -73.81331042955591, 40.82896681444825, -73.81327615448593, 40.82895439333283, -73.81322526016234, 40.828941395988814, -73.81319537880186, 40.82893398062377, -73.81317540699266, 40.8289299968901, -73.81315703303733, 40.82892777981533, -73.81312879768501, 40.828928627358486, -73.81308024532798, 40.82894371484271, -73.81306283569526, 40.828950602439775, -73.81302113438849, 40.828970329558814, -73.81300130189481, 40.82897836135181, -73.81298198624766, 40.8289821868578, -73.81296012760646, 40.82898139679118, -73.81293913749963, 40.82897612725638, -73.8129224882787, 40.82896722855293, -73.81291649678143, 40.82895159791243, -73.8129228211042, 40.82893697779773, -73.81293673503576, 40.8289211056962, -73.81297565107786, 40.82889438353255, -73.81300721389924, 40.82887632932317, -73.81303958885238, 40.8288603583708, -73.8130725682081, 40.82884656579067, -73.81308974212887, 40.828841283396144, -73.81313281346097, 40.828831380192604, -73.81315313935282, 40.82882366885272, -73.8131705255543, 40.828813289076706, -73.81318358694243, 40.828801244477205, -73.8131801425358, 40.828787066875805, -73.81316335804347, 40.82878075061305, -73.81314530001909, 40.82877918420696, -73.81310953073773, 40.82878259225786, -73.8130790257178, 40.828798867927404, -73.81306250035296, 40.82880454668983, -73.81305087437865, 40.828792617870356, -73.81306038722316, 40.82877689350441, -73.81307642456125, 40.828759674982805, -73.81309234437943, 40.8287501050899, -73.8131272049705, 40.828739303392034, -73.81314332689308, 40.828732059803336, -73.8131531974906, 40.828719376087136, -73.8131431711013, 40.82870395053715, -73.81311295346711, 40.828684612025114, -73.81309293771984, 40.82867561874082, -73.81307230586516, 40.82866903238334, -73.81305161579441, 40.828665024050736, -73.81303074172332, 40.82866869845651, -73.81299287565201, 40.82869477038237, -73.81297443730449, 40.82870156894986, -73.81293819368987, 40.82870166144888, -73.81291900273158, 40.82869827146415, -73.8129001331201, 40.82869274781963, -73.81287899917596, 40.82868301427643, -73.81285922440925, 40.82866928112627, -73.81284114488979, 40.828651767735984, -73.81282540024793, 40.828631089283434, -73.81281765710888, 40.828617815095996, -73.81281142794649, 40.82860409041545, -73.81280686236343, 40.828590254972305, -73.81280404972706, 40.82857656825494, -73.8128038144724, 40.828550629056195, -73.81281069664003, 40.828527342568265, -73.81285692839721, 40.82844408740715, -73.81287402417625, 40.828418082679704, -73.81287994071592, 40.82840470188886, -73.81286572503167, 40.82837530911032, -73.8128330220698, 40.82833642750527, -73.81280533977242, 40.82829922086059, -73.8127820169565, 40.82828337207204, -73.8127640132002, 40.828263835374415, -73.8127552214908, 40.828247840878674, -73.81243617520916, 40.82826752325901, -73.81235205658004, 40.828272240093106, -73.81229057108968, 40.828274586679505, -73.81223701617311, 40.82826657962335, -73.8121847485292, 40.828272500826245, -73.81213961474907, 40.82828320716192, -73.8120849116062, 40.828301044232, -73.81206670386034, 40.8283059519867, -73.8120456924969, 40.82830662913632, -73.81200595598186, 40.82829855174254, -73.8119541191932, 40.82829840059096, -73.8118688683179, 40.82830605895138, -73.81183009011632, 40.828307898433756, -73.81180070628453, 40.82830664111679, -73.81173087008749, 40.828299345661705, -73.81171241939381, 40.828298769837076, -73.81157627792317, 40.82831039351475, -73.81152256622217, 40.82831590413299, -73.81146880719159, 40.82831928767469, -73.81139785379959, 40.82832094293361, -73.8113661546425, 40.82832053719151, -73.81132974782516, 40.8283184713267, -73.81130433093928, 40.82831252608189, -73.81127581617197, 40.828309985043774, -73.8112534092557, 40.828309899745655, -73.81117254396287, 40.82831361879102, -73.81113976759282, 40.82831390640659, -73.81109867767222, 40.82831155814765, -73.81104472165762, 40.828305818232856, -73.81101103813984, 40.82830076527814, -73.81093662345229, 40.82828685669226, -73.81090393669845, 40.82828231232024, -73.81087014492587, 40.828279484275164, -73.81083314896827, 40.82827782971502, -73.81073834728747, 40.82827767686984, -73.81062890876392, 40.828282751611404, -73.81059177215923, 40.828283447040306, -73.81056063009792, 40.828282247753265, -73.8104720811676, 40.828275702426, -73.81043718980533, 40.8282760160823, -73.81036027443115, 40.82828062443853, -73.81032807290592, 40.82828054356485, -73.8102935422012, 40.82827535753449, -73.81022834845864, 40.82825606427874, -73.8102006058368, 40.828250086147236, -73.81015910967064, 40.82824596740792, -73.81006727339349, 40.828241928744944, -73.81003015987194, 40.828237866704576, -73.8099984339787, 40.828231479440404, -73.80996739053826, 40.828222326964855, -73.80993776394313, 40.82821062660814, -73.80991027772477, 40.828196662320074, -73.80988470772675, 40.82818005372284, -73.80986293263126, 40.828161747636194, -73.80984572588844, 40.828142396397084, -73.80983345140437, 40.82812242834383, -73.80982251852846, 40.82809637243936, -73.80981479266507, 40.82807023447447, -73.80981038765752, 40.8280444153588, -73.80980935480645, 40.82801921504295, -73.809810759777, 40.82799468961794, -73.80981363595595, 40.827972649289876, -73.80981808379929, 40.82795237292605, -73.80982416212841, 40.827933603981684, -73.80983299996309, 40.82791370316003, -73.80984300924761, 40.82789747019336, -73.80985463184986, 40.827884188113735, -73.80986798304318, 40.827873758956514, -73.80988693037106, 40.82786394595856, -73.80990859470455, 40.8278566714353, -73.80993157582193, 40.82785240493791, -73.80995440648604, 40.82785142140077, -73.81006188813512, 40.827857198670145, -73.81013314069544, 40.82785648034298, -73.81016417828924, 40.82785890425008, -73.81018202826928, 40.827866796774074, -73.81019644895258, 40.82788413166764, -73.81020726418356, 40.827904922136796, -73.81023280296397, 40.82795823937944, -73.81024689201732, 40.827983791657864, -73.81026063694675, 40.828004890409744, -73.81027263354304, 40.82801758104297, -73.81028886410634, 40.82802841371055, -73.81030769929721, 40.82803630513402, -73.81032731089286, 40.8280404886836, -73.81040309860933, 40.82804835308283, -73.81049228857891, 40.82805698146671, -73.81052195292314, 40.82805501940045, -73.81058058933195, 40.82803858260044, -73.81060606495578, 40.828034661354444, -73.81071516413772, 40.82803162930605, -73.81085574337881, 40.82802428498182, -73.81087893014163, 40.82802482728785, -73.8109302803651, 40.82802967241701, -73.81095224378241, 40.828029767857004, -73.81106638531675, 40.82801905799915, -73.8111939229128, 40.82801169189547, -73.81124369162528, 40.82801029385058, -73.81128859660834, 40.82801085811296, -73.81131568179099, 40.828012892530765, -73.81137454274318, 40.82802003881443, -73.81139852191764, 40.828021660207135, -73.81151129030759, 40.828024012976314, -73.81157437949747, 40.82802378559422, -73.81164563125185, 40.82802508344459, -73.81169887560394, 40.82803424110431, -73.81176788325561, 40.82803552891136, -73.81184221647479, 40.82803251288563, -73.81194181894222, 40.82802641779982, -73.81203916329537, 40.828026520671216, -73.81205907830163, 40.82802531224387, -73.81207905763546, 40.828022734261765, -73.81209881430003, 40.82801882407812, -73.81211804464344, 40.82801363973068, -73.81214589416206, 40.82799983635481, -73.81215980439444, 40.82798905034627, -73.81217777917287, 40.827972566306755, -73.81219040307772, 40.82795591956513, -73.81221049971437, 40.82791386935986, -73.8122212222022, 40.82790095568109, -73.81224210915946, 40.82788760379982, -73.81226187312933, 40.8278802464971, -73.81228296174504, 40.82787608991307, -73.81230365627718, 40.82787547163753, -73.81237039107614, 40.827879740532985, -73.81238906041321, 40.82788093615029, -73.81247446926142, 40.82788557485154, -73.81251300101809, 40.82788527550272, -73.81256369770915, 40.82788056006501, -73.81258197373197, 40.827877452436496, -73.81259931373812, 40.82787247475244, -73.81262829761715, 40.827857828437054, -73.81264349429412, 40.82784441230722, -73.81267002178537, 40.827812931698894, -73.81268294852646, 40.82780025118453, -73.81272435298713, 40.82777625534639, -73.81274390724104, 40.82776166482738, -73.81275536614494, 40.82774609762899, -73.81276167880726, 40.82772885255216, -73.81276206624425, 40.82771207872021, -73.81275144015815, 40.82768572912891, -73.81273940180326, 40.827665825703406, -73.81272439868576, 40.82764503047227, -73.81269746540382, 40.827610971350296, -73.81266556139093, 40.827587020332416, -73.81265394365839, 40.827576475547566, -73.81265075413403, 40.82756151761023, -73.81266057301305, 40.82754654298498, -73.81268574654547, 40.82753148794234, -73.81272888661483, 40.82751330943123, -73.81288399977568, 40.82743978348471, -73.8129651142343, 40.82740057054772, -73.8130155653787, 40.82737467301824, -73.81305891783423, 40.82734918719312, -73.81313638456668, 40.827298076255985, -73.81316813768066, 40.82727825102934, -73.81329665671588, 40.82720443470144, -73.81335883076756, 40.82716544836271, -73.81340468044377, 40.827132889441025, -73.81343453965764, 40.8271073339139, -73.81344545422776, 40.82709554515196, -73.813459560033, 40.82707405599192, -73.81346843893769, 40.82705176233602, -73.81350363674103, 40.82699432701742, -73.81353595794715, 40.826950632226506, -73.81355676723923, 40.82692925835081, -73.81358253691187, 40.82691071734995, -73.81361919823436, 40.82689065769884, -73.81365298430076, 40.82687668705482, -73.81374823906114, 40.82684851669957, -73.813794555385, 40.82683333347031, -73.81382990878357, 40.82681886733022, -73.81385527800846, 40.826801468352855, -73.81386568743922, 40.82678968053632, -73.81387444137249, 40.82677597829113, -73.81388149354765, 40.826760371448515, -73.81388659494812, 40.82674330805441, -73.8138896139622, 40.826725221035964, -73.81389042162319, 40.826706869304324, -73.81388953631098, 40.8266860168609, -73.81388738776313, 40.826670079994365, -73.81388357172185, 40.82665609631665, -73.81386214876736, 40.826615519550174, -73.8138520337498, 40.82660386159379, -73.81379856125488, 40.8265680858559, -73.81373564500211, 40.82653244072009, -73.81371969391888, 40.82651825463418, -73.81370755613766, 40.82649953890137, -73.81369905536398, 40.826476171670826, -73.81369335744658, 40.82644588594442, -73.81369141440406, 40.826417540552306, -73.81369263217816, 40.82638313901911, -73.81369795847206, 40.826338684667526, -73.81370742780376, 40.82629936714177, -73.8137167914442, 40.826277896401315, -73.81373143872818, 40.82625641348322, -73.81375120652946, 40.8262351729627, -73.81377566796323, 40.82621463880448, -73.81382233048058, 40.8261810634636, -73.81387196629488, 40.82614826282809, -73.81395625905341, 40.826098498688665, -73.81397220841339, 40.82608656941583, -73.81398691299731, 40.82607210863576, -73.81400043699013, 40.82605505521862, -73.81401298380116, 40.826035160055106, -73.81402257469932, 40.82601419033216, -73.81402918169123, 40.82599028647827, -73.81403306191694, 40.825963062595264, -73.81403515000326, 40.82592598347987, -73.81401638176462, 40.82588443938128, -73.81399660540114, 40.825845198026116, -73.81395538753912, 40.8257767621695, -73.81393763254391, 40.82574172488499, -73.8139161279382, 40.825693559498355, -73.81391078690336, 40.825659425628594, -73.81390373114472, 40.82564287210434, -73.81387622112334, 40.82560910497692, -73.81386848999597, 40.82559582546951, -73.81385210236155, 40.82555130813948, -73.81382510610253, 40.825488163999246, -73.81384713725687, 40.825471798805424, -73.81385686928384, 40.82545630614781, -73.81386070221427, 40.82543329021643, -73.81385757892149, 40.82540476641979, -73.81385163196434, 40.82538765817393, -73.81384270967156, 40.8253692294978, -73.81382721243334, 40.82534206528593, -73.81381356004266, 40.8253207329708, -73.81379978436954, 40.82530406233044, -73.81378487761842, 40.825290840568286, -73.81376863154071, 40.82528092777055, -73.81374929209596, 40.82527247868571, -73.81372762669011, 40.825264919134, -73.81370336178117, 40.825258143314, -73.81367559949543, 40.825251903036936, -73.81355483914557, 40.825228240887185, -73.81349184031443, 40.82521874952453, -73.81346613988642, 40.82521365976552, -73.81342285097588, 40.825192513589236, -73.81336521107227, 40.825171374787736, -73.81334114167124, 40.82516381127237, -73.81330380417265, 40.825153082634756, -73.81324020562204, 40.82513556312842, -73.81317057126927, 40.82511239579299, -73.81314253599413, 40.82509956060152, -73.81310938758989, 40.825078398320144, -73.81309179323324, 40.825063206325666, -73.81307841150903, 40.82504521700763, -73.8130705709528, 40.8250262407202, -73.81306886373426, 40.82500773813097, -73.81309364870957, 40.8249369262572, -73.81311440892317, 40.82490077521025, -73.81313096189773, 40.824883229726005, -73.8131968174664, 40.82483733450788, -73.81323558906462, 40.82481134951586, -73.81326110375936, 40.824795966213564, -73.81328589451145, 40.82478298516147, -73.8133144550708, 40.82476953744583, -73.81341666957887, 40.82472595310261, -73.81355029819188, 40.82467003852415, -73.81357941841895, 40.82466158130489, -73.81364902537557, 40.824649544298474, -73.81367774864503, 40.82463975097498, -73.81371943900176, 40.824617814670674, -73.81381048181036, 40.824563942655956, -73.81385239712806, 40.824541223233695, -73.81392044879779, 40.824510894446405, -73.8139511286912, 40.8244936219774, -73.81398059434802, 40.824473077834625, -73.81400866048602, 40.82444938778984, -73.81403505025662, 40.824422781024445, -73.81405098965847, 40.82439814660102, -73.81405589897567, 40.82438398788874, -73.81405858181698, 40.824369064665575, -73.8140589683899, 40.82435374872471, -73.81405703115468, 40.82433856321083, -73.81405283041117, 40.82432398908686, -73.8140464929788, 40.82431045879586, -73.81402256211955, 40.824270375072786, -73.81399563172629, 40.82422874845613, -73.8139198407668, 40.824120016255094, -73.81390121287077, 40.824098436384276, -73.81387970332776, 40.82408063124807, -73.81385658001994, 40.824067634861855, -73.81383246321421, 40.824059766101854, -73.81378426949941, 40.82405095796077, -73.8136860260901, 40.82403702435639, -73.81364473201732, 40.82403017778253, -73.81362506341793, 40.82402553274532, -73.81358217942002, 40.82401244042879, -73.8135631705389, 40.82400757672604, -73.81354278273864, 40.82400450278097, -73.81352419541317, 40.824004456515624, -73.813480076989, 40.824008857934544, -73.81339715160642, 40.82401907319301, -73.81329954448975, 40.824031479846425, -73.81328107833963, 40.82403682952032, -73.8132695486694, 40.824050850510204, -73.81326684227618, 40.82406523698127, -73.81327283405328, 40.8241245741731, -73.81327359756722, 40.82414439356245, -73.81327063125298, 40.82416269227491, -73.81326323880069, 40.824176677639876, -73.8132523869284, 40.82418909413801, -73.81324063923883, 40.824200533945294, -73.81322825248603, 40.82421074713897, -73.8132022816933, 40.82422694824871, -73.81317544110766, 40.82423712271346, -73.81314633041744, 40.82424138712936, -73.81305582067105, 40.82423755289496, -73.8130269036916, 40.82423953213167, -73.81298626383396, 40.824246634191525, -73.81294510251345, 40.82425537519745, -73.81290345294141, 40.8242657470983, -73.81286134831909, 40.82427774544489, -73.8128413575752, 40.82428563377852, -73.81282396604628, 40.824296202606774, -73.81281091103972, 40.824308376855264, -73.81280294379481, 40.824321429242445, -73.81279639318755, 40.824340362377605, -73.81279135812974, 40.82436035605751, -73.8127877955164, 40.82438156329699, -73.81278566069248, 40.82440426677994, -73.81278539348519, 40.824453314652125, -73.81279048029782, 40.82452616506507, -73.8127962322917, 40.82456104257191, -73.81281793472161, 40.824642975359225, -73.81282115178539, 40.82466454209608, -73.81282179722827, 40.82468414787727, -73.81281935829676, 40.82471255641892, -73.81281352869681, 40.824733913062744, -73.8128036353488, 40.82475065706418, -73.8127895264454, 40.824762813389725, -73.81276724439032, 40.82477270339836, -73.812741739031, 40.82477799202871, -73.81271820901073, 40.8247776620551, -73.81269920750911, 40.82477180587447, -73.81268054749847, 40.82476044640404, -73.81266321132406, 40.824746668543696, -73.81264749113198, 40.82473070599751, -73.81263379120176, 40.82471296374645, -73.81261907570588, 40.824689625952296, -73.81258848232207, 40.82463646308502, -73.81257358671013, 40.82461353291739, -73.81254526522713, 40.82457701132473, -73.81251416511228, 40.82454385757083, -73.81248840241608, 40.8245205990512, -73.81245948439833, 40.824497660473774, -73.81242729632407, 40.8244749534007, -73.8123916098711, 40.82445231356732, -73.81236541986516, 40.82443726686317, -73.81233629887518, 40.824422015472635, -73.81226384842081, 40.82438812798053, -73.8122276854187, 40.82437266788848, -73.81219485402237, 40.82435996062946, -73.81216375918406, 40.82434939217026, -73.81213387268845, 40.824340788756174, -73.8120965366607, 40.82433270989221, -73.81205799981338, 40.82432756468147, -73.81201909280642, 40.82432546703908, -73.81198063820486, 40.824326458828224, -73.8119554358833, 40.82432942179347, -73.81189609065936, 40.824340819856076, -73.81186883225324, 40.824344392687365, -73.8118451461909, 40.8243443837584, -73.81178790449486, 40.824339222343696, -73.81175936142918, 40.824341413489904, -73.81173518772664, 40.824351193052614, -73.81171236798703, 40.82437011577306, -73.81169385684184, 40.8243912868636, -73.81167557019891, 40.82441480591518, -73.81166377523046, 40.82443446342644, -73.81165702120231, 40.82445269197564, -73.81165529789898, 40.82446975179079, -73.81165682960473, 40.82448520323051, -73.8116600898877, 40.82450225407575, -73.81167637150676, 40.82456058428824, -73.81168142675274, 40.82458342646295, -73.81168954404723, 40.82463849974697, -73.81169020160232, 40.82465831537084, -73.81168882201179, 40.82467623662292, -73.8116719360863, 40.82468690875958, -73.81164563386103, 40.82468431018847, -73.81161431226566, 40.82467425719657, -73.81159717136073, 40.82466444888794, -73.81158364822384, 40.82465052040783, -73.81155591800115, 40.82460214178456, -73.81154343239989, 40.82458728478098, -73.8115247216429, 40.824573421656396, -73.81150968841236, 40.82456447405315, -73.81149407797918, 40.82455674657925, -73.81146237094515, 40.82454552857213, -73.81141648389321, 40.824540119890784, -73.81138533973147, 40.8245427839544, -73.81135244518627, 40.824548614897935, -73.81131735198163, 40.82455767502113, -73.81127840878634, 40.824570387554935, -73.81122741203708, 40.82458603847908, -73.81120529666595, 40.82459519455376, -73.81118986137832, 40.82460680010967, -73.81118410683409, 40.824620324266604, -73.81118390517389, 40.82463582960548, -73.81118537374361, 40.82465302341081, -73.81119481363461, 40.82470515426795, -73.8112106637503, 40.82477088052593, -73.81121511289439, 40.824797135514736, -73.81119835424336, 40.824804692969046, -73.81118059335348, 40.82480116095262, -73.81115558229291, 40.82479137391041, -73.81113976582805, 40.824778547433844, -73.81111972415418, 40.82473576258254, -73.8111068711111, 40.824715904466615, -73.81109044847197, 40.82470532193075, -73.81107046568647, 40.824700684948645, -73.81105090276179, 40.82470098247766, -73.81103489252368, 40.82470798282612, -73.81101802649941, 40.824737903937404, -73.81100492379879, 40.824773818622816, -73.81096746292668, 40.82489853107228, -73.81095545817999, 40.82494352186551, -73.81094779053375, 40.82498073136382, -73.81094848661695, 40.824998175143634, -73.81096101419597, 40.8250362083863, -73.8109631579933, 40.825053134951986, -73.81095545292447, 40.825080147154104, -73.81094669507402, 40.82509467763351, -73.81093448711377, 40.82511020561003, -73.81091211280338, 40.82513239860755, -73.8108891397874, 40.82514834927002, -73.81086641137715, 40.82515748086095, -73.81084419572716, 40.82515971007401, -73.81081832126975, 40.825153366846926, -73.81079280355951, 40.82513746181542, -73.81077716806375, 40.82512227178066, -73.81076796609996, 40.825109957684575, -73.81074948697736, 40.82507967784382, -73.81073797952072, 40.82506604883704, -73.81072340566024, 40.825053553024965, -73.81070873509977, 40.82504379816698, -73.81068647828462, 40.82503425777839, -73.81056689193598, 40.825015539956645, -73.81047845336579, 40.824997994325955, -73.81044825402955, 40.82499348542506, -73.81041148584505, 40.82499033627403, -73.8103925270071, 40.824992022351466, -73.81037300196891, 40.8249993770277, -73.81035371749734, 40.8250121647984, -73.81033697999072, 40.82502888652653, -73.8103300032719, 40.82504441043628, -73.81033040790858, 40.825062984765545, -73.81033672502511, 40.825097127616964, -73.81033615163454, 40.82511155624742, -73.81032367076432, 40.82514417425452, -73.81031011697478, 40.82516434471791, -73.810294167325, 40.82517663818783, -73.81027591583633, 40.82518092604683, -73.81024468608204, 40.825178148855436, -73.81017998031699, 40.82516298244033, -73.81015135722252, 40.825159010051586, -73.81008931539874, 40.82515581648485, -73.81004326131884, 40.82515482482424, -73.81000257270371, 40.82515378435382, -73.80998290751579, 40.82515455879708, -73.80996505969541, 40.82515779549087, -73.80992892387974, 40.825178093484375, -73.80987792863472, 40.82521534765177, -73.80980710580864, 40.8252628797936, -73.8097811599383, 40.82528029404391, -73.80975255909316, 40.825303773261915, -73.80970806698774, 40.82534269769949, -73.80962357484556, 40.82542325272981, -73.80959208013955, 40.82545089553337, -73.80956036924167, 40.825477026035806, -73.80951965644296, 40.82550465899883, -73.80950532034497, 40.82551599149218, -73.80949790025592, 40.82552936332968, -73.80949461484158, 40.82554445384314, -73.80950504863596, 40.825572391006204, -73.80950742173233, 40.82558653273785, -73.80949721352223, 40.82559822324297, -73.80946828198381, 40.82559510654883, -73.80943034997532, 40.825582649421165, -73.80938944104543, 40.82555993879767, -73.80937344118962, 40.825552422911656, -73.80935296087138, 40.825551751502076, -73.80933323184153, 40.82555945505784, -73.80931075491475, 40.82557791861411, -73.80929365099465, 40.82559825958414, -73.80927370745283, 40.82562496147225, -73.80925900226913, 40.825647992588586, -73.80924613501408, 40.82567498983286, -73.80923436224019, 40.825710146493385, -73.80923336362135, 40.82572767572739, -73.80924622193668, 40.82577286055108, -73.80924681548136, 40.82578870308536, -73.80923955943867, 40.8258097447145, -73.80922990145345, 40.82582713535467, -73.80921733350523, 40.8258452343737, -73.8091941433254, 40.82587509162207, -73.80917868503151, 40.82589366672002, -73.80916278666494, 40.825909852067674, -73.8091462425392, 40.825923858040895, -73.80912896828947, 40.8259357538381, -73.8090978799637, 40.82594803288931, -73.80907908822242, 40.82595128319183, -73.80905925590207, 40.8259523786788, -73.80903940384809, 40.825951262507765, -73.80902057509613, 40.82594799403807, -73.80900368554586, 40.82594273417512, -73.80898021087336, 40.82592918062571, -73.80894092711779, 40.82588459855147, -73.80892543643462, 40.82587025497467, -73.80889236885024, 40.82584563730765, -73.80887053162603, 40.82583116253879, -73.80884906774527, 40.825819605996635, -73.8088280498206, 40.825811274871356, -73.80880593203932, 40.825806572724716, -73.80878039142658, 40.82580572983356, -73.80875117804204, 40.82580867824372, -73.80871544715708, 40.82581570049239, -73.80869447375866, 40.825823225377164, -73.80866074658017, 40.82584168725158, -73.80863508865883, 40.82585195177063, -73.80861292205847, 40.82585309463543, -73.80859455059736, 40.82584417623295, -73.80857135086727, 40.82582698414578, -73.80854294896757, 40.825817758223124, -73.80851393895702, 40.825815528149484, -73.80846777603796, 40.82582007373964, -73.80843805490845, 40.825828084724826, -73.80841852732219, 40.825843575060894, -73.80840512035839, 40.825871788787104, -73.80839180398945, 40.82591546870717, -73.80838495451782, 40.82592942764462, -73.80836906675714, 40.82593609734345, -73.80835439567873, 40.82592780909674, -73.80831883708892, 40.82588774089127, -73.8083037222493, 40.825874659452516, -73.80825707960909, 40.8258428483739, -73.80824115818844, 40.82583487410823, -73.8082075792646, 40.82582612035967, -73.80818759016893, 40.825824447306495, -73.80816541470622, 40.82582455269745, -73.8081401803773, 40.82582643688054, -73.80803253997469, 40.82583948785223, -73.80801091229854, 40.82584202006577, -73.80799183736518, 40.82584192977431, -73.80796829421347, 40.825832471367114, -73.80792802112985, 40.82581054831928, -73.8078904140086, 40.82578744734528, -73.8078743805891, 40.82577886770783, -73.80784730346004, 40.82577152135815, -73.80781156964764, 40.82577091160523, -73.80779394748828, 40.82577595923984, -73.80777798985166, 40.8257883432984, -73.80776692352758, 40.82579945320019, -73.80773734755832, 40.8258351518452, -73.80772005004673, 40.825874709777246, -73.80771072266347, 40.82588954703086, -73.80769352719058, 40.825900761068226, -73.80767608400423, 40.82590580448073, -73.80765593833043, 40.82590539177084, -73.80761805986694, 40.82583223790043, -73.80759311685709, 40.82583135071835, -73.80757151470083, 40.82583284191688, -73.80754737452656, 40.82584005513962, -73.80752911281083, 40.82584242628815, -73.80749617922065, 40.8258286324241, -73.80747053416789, 40.82581308394328, -73.80744458401196, 40.825794414723234, -73.8074036550372, 40.82576202571434, -73.80733090520167, 40.825704566806145, -73.80723065015552, 40.82562557059984, -73.80720497926838, 40.82560916744383, -73.80718688834723, 40.82559434292159, -73.80717048529617, 40.825571822864845, -73.80716403485091, 40.825558461300886, -73.80715695122855, 40.825534924855745, -73.80714756699415, 40.82548059294709, -73.80714265743796, 40.82546198675906, -73.8071378710678, 40.8254487333346, -73.80712474028846, 40.82542771897251, -73.80710910419344, 40.82541872566352, -73.80707490893337, 40.8254166036185, -73.80702606559058, 40.825420434554985, -73.80700598393317, 40.82541966434088, -73.80698914313929, 40.825413635238554, -73.80697886680441, 40.825397992603136, -73.80697738140812, 40.82538124716428, -73.80699725466054, 40.82536149739491, -73.80700796004982, 40.82534610329477, -73.80700886783013, 40.8253233087162, -73.80700488549581, 40.82530587652144, -73.80699545675931, 40.82527879358259, -73.80698765225057, 40.82525819514357, -73.80697548162486, 40.82523069158362, -73.806964695842, 40.82521209806332, -73.80695266460278, 40.82519580412896, -73.80691834324142, 40.82516323600001, -73.80690748661905, 40.825149863440984, -73.80688633965072, 40.825115079624844, -73.80684801485378, 40.82504911521624, -73.80683694316525, 40.825022042118135, -73.80682694368127, 40.82497681047791, -73.80682322433516, 40.824954563755036, -73.80681729207791, 40.824900362765604, -73.80681127541558, 40.82487278755048, -73.80677913973857, 40.82477793110944, -73.80675608770078, 40.824702824288494, -73.8067499933404, 40.82468528228486, -73.80674337574177, 40.82467034904643, -73.80673584860183, 40.82465715674635, -73.80672481099352, 40.82464287616374, -73.80670681649693, 40.824633344850604, -73.8066759638578, 40.82462902387074, -73.80662525734935, 40.82462762592495, -73.80660416282319, 40.8246246666328, -73.80658641700526, 40.82461686467352, -73.806577429298, 40.82460494681904, -73.80657529769123, 40.8245891088909, -73.8065830086818, 40.82457655717945, -73.80661398508697, 40.82456234704832, -73.8066349115108, 40.824557061999776, -73.80665061043015, 40.824562701126005, -73.80667275589262, 40.82456053743885, -73.80669214025119, 40.824554778834354, -73.80671271195182, 40.8245459136985, -73.80674032725395, 40.824531417844746, -73.80675983336523, 40.824515160529415, -73.80677578848722, 40.82448890623783, -73.80678282195498, 40.82447165908272, -73.8067880028809, 40.82445390274346, -73.8067912558942, 40.82443587482533, -73.80679254472773, 40.82441781840223, -73.80679170448009, 40.82440059407377, -73.8067886139748, 40.82438184323313, -73.80678329441727, 40.82436120391559, -73.80677439657586, 40.82433344286824, -73.8067658870682, 40.824310342546966, -73.80675732208718, 40.82429410032326, -73.80674684953397, 40.82428119935087, -73.80671326294345, 40.82426113849996, -73.80668886511836, 40.82425233575865, -73.8066609205982, 40.82424512995179, -73.80662891530378, 40.82423938423963, -73.80657200901918, 40.82423522845441, -73.80655384911915, 40.82423289091611, -73.80653495825948, 40.82422672953541, -73.80652162182285, 40.824215847156076, -73.80652187738917, 40.82420011408691, -73.80653917102869, 40.82418481662859, -73.80656233722631, 40.82417524267758, -73.8066163571985, 40.82415891540632, -73.80664181490648, 40.82415420256754, -73.80668861826594, 40.824154092833744, -73.8067120829313, 40.824151943057146, -73.80673060879295, 40.82414541128032, -73.80674742729828, 40.82413409769725, -73.80676211224709, 40.82412026004298, -73.80677400036743, 40.824104519450934, -73.80678244551918, 40.82408772130718, -73.80679433129156, 40.82405073886552, -73.80679966606704, 40.82401795167234, -73.80680198396642, 40.82398351961761, -73.80680204761582, 40.8239615971041, -73.80679990990791, 40.823941724937875, -73.80679534993587, 40.823924047728916, -73.80678863520377, 40.82390911252735, -73.80676836158904, 40.82387377363727, -73.8067577515749, 40.823826589580044, -73.80675028030149, 40.82381296873556, -73.80673536563317, 40.82380225302879, -73.80670865785848, 40.82379784625188, -73.8066860053688, 40.823799575055766, -73.80663813635424, 40.82380750832774, -73.80661914322886, 40.82380965388166, -73.80659132429676, 40.82381232582897, -73.80652915525533, 40.82382075915999, -73.80650124142497, 40.82382304281177, -73.80648089439678, 40.82381463943981, -73.80647121507987, 40.82380212518543, -73.80646665694427, 40.823787925688855, -73.80647066143153, 40.823773205667166, -73.80649485962816, 40.823759682076556, -73.80652199124523, 40.82375203284798, -73.80655034205704, 40.82374785077424, -73.80662407840335, 40.823741032512594, -73.806644002017, 40.823737679149446, -73.80666113216982, 40.823733311641156, -73.80670175351362, 40.82371883489946, -73.80671763839104, 40.82371140090097, -73.80674171037062, 40.823695596986354, -73.80675310970028, 40.8236828263188, -73.80675876556514, 40.823669276099686, -73.80676129270319, 40.82365219158602, -73.80676219319903, 40.82363437584359, -73.80676146729706, 40.8236157451265, -73.80675911305424, 40.823596152650325, -73.80674959133302, 40.82355385651556, -73.80673237007989, 40.82350185721716, -73.80670171673616, 40.82342135535217, -73.80667507558421, 40.82336183640365, -73.80666145589483, 40.82333099312627, -73.80665254846508, 40.8233163883235, -73.80664085194368, 40.82330539344201, -73.80659961937361, 40.823295326966395, -73.80656921111702, 40.82329412692672, -73.80653505123543, 40.82329571122796, -73.80648740380072, 40.82330053358873, -73.80636704396852, 40.82331567512782, -73.80628181051766, 40.82332338791637, -73.8062181895145, 40.8233258006126, -73.80621715105521, 40.82331075244702, -73.80625775883188, 40.82329110878087, -73.80632290229151, 40.8232726670547, -73.80634872976341, 40.82326420792944, -73.80645681208536, 40.823222615287435, -73.8064739670954, 40.82321699615628, -73.80648953365306, 40.823207300504144, -73.80650120308276, 40.823194985065264, -73.80650729767144, 40.82318180389723, -73.80651005547462, 40.823160826921914, -73.80650903345081, 40.82313847394662, -73.80650424413273, 40.82311492058938, -73.80649574821248, 40.823090494732824, -73.80646435417421, 40.82301905957037, -73.8064506006799, 40.82299270682505, -73.80643644776848, 40.82296918817521, -73.80641228137611, 40.822933164606674, -73.80639154127535, 40.822905543929664, -73.80637568091991, 40.82288790085629, -73.80634917746397, 40.82286229931582, -73.80633538118597, 40.822852303130325, -73.80631815742197, 40.82284491803351, -73.80630011563504, 40.82284123170645, -73.80625487586211, 40.82284734482702, -73.8062238790494, 40.82285619146397, -73.80619287900761, 40.82286695794894, -73.80611137709391, 40.82289768370691, -73.80608701990016, 40.82290564547544, -73.8060650641167, 40.82291164729135, -73.80603976693943, 40.82291674388522, -73.80601594448088, 40.82291937378885, -73.80599312006889, 40.82291958572853, -73.80597104832297, 40.82291738109296, -73.80595401761616, 40.82291006020202, -73.80595695464271, 40.822893532901055, -73.80597308585033, 40.82287719619477, -73.80598763305584, 40.82286827872594, -73.80601659792652, 40.822853399899856, -73.80605748387593, 40.82283869780386, -73.80610456075662, 40.822829833226265, -73.80613707731543, 40.82282137458953, -73.80615644915335, 40.82281446611714, -73.80619581103893, 40.82279677085602, -73.80621218355863, 40.822784244528975, -73.8062228393787, 40.8227670674261, -73.80622565944562, 40.822731653775925, -73.80622229340274, 40.822672864507, -73.80622337826941, 40.822655283204966, -73.8062302999667, 40.82260434825791, -73.80622997614279, 40.82258854397266, -73.80622724193248, 40.82257452942904, -73.8062162272237, 40.822553762542874, -73.80618684551085, 40.822520125484466, -73.80617721687992, 40.82250697913788, -73.80614255834685, 40.82244752582328, -73.80610763457334, 40.82241647286117, -73.8060926226658, 40.822392895090225, -73.80608191071124, 40.82236263294709, -73.80607603841275, 40.822349564948404, -73.80605679425406, 40.8223143357137, -73.80604148112444, 40.822292444062, -73.80600567268667, 40.8222570860994, -73.80597692075067, 40.82222057025191, -73.80596635664386, 40.822208741542624, -73.80594533264137, 40.82219975701309, -73.80592195087897, 40.82219646956509, -73.80586024177968, 40.822196042407754, -73.80583546566886, 40.8221924626342, -73.8058303237257, 40.82217855118507, -73.80585053888274, 40.822164915661496, -73.80587886245674, 40.82215441221005, -73.8059003498481, 40.82214838622781, -73.80594994486961, 40.822139641215585, -73.80596932183299, 40.822133759350635, -73.80598213379803, 40.82212228785058, -73.80598340063584, 40.822103297575694, -73.80597484609817, 40.82208241683873, -73.80596473584333, 40.822068208876, -73.80595249577304, 40.82205592169288, -73.80592166290762, 40.82203874412833, -73.80589941908602, 40.82203345588291, -73.80583253585911, 40.82207001606718, -73.80577157213759, 40.82211072757452, -73.80575334293002, 40.82211325518313, -73.80573467420245, 40.82210797833141, -73.80572205461976, 40.82209698540077, -73.80573384334555, 40.82206936897368, -73.80574889826603, 40.822045251079906, -73.80576774689436, 40.82201975280725, -73.8057917209563, 40.821991064594364, -73.80584612916094, 40.82193173234281, -73.8058641095962, 40.82191287916924, -73.805873135184, 40.8218994535285, -73.80583757289256, 40.82181762031322, -73.8058164176221, 40.82177364307879, -73.80580645113787, 40.821747160652436, -73.80579349862003, 40.82170363937186, -73.80577596890848, 40.82163224806441, -73.80577109621973, 40.82161342304597, -73.80576061383327, 40.821592729949515, -73.80574771841391, 40.82158286488026, -73.80572730930561, 40.82158015781817, -73.80567543297268, 40.82158925368651, -73.80565320488832, 40.8215899996581, -73.80563662994804, 40.821581390873234, -73.80563219237843, 40.82156701594392, -73.80564386974508, 40.82155356237229, -73.8056633910813, 40.82154406169934, -73.80568395229793, 40.82154095091001, -73.80570744241342, 40.82154358392744, -73.80574327398081, 40.821550935631095, -73.80576686733767, 40.82155271964047, -73.80578517317477, 40.82154865861031, -73.8057992638608, 40.82153848239879, -73.80580815329164, 40.821523363596384, -73.80581548059115, 40.82149883195599, -73.80581810401436, 40.821481303673075, -73.80581652149655, 40.821463442326866, -73.80580941620825, 40.82143789403184, -73.80578395974331, 40.82141449223345, -73.80577870345496, 40.82140119922985, -73.80579922964179, 40.821391796579604, -73.80583526778749, 40.82138357538606, -73.80589669757202, 40.821366527018704, -73.80591366639167, 40.82135713186729, -73.80592224550543, 40.82134353527596, -73.80591508255002, 40.82132027325502, -73.80589989508607, 40.82129765779133, -73.80587941744719, 40.82125467405421, -73.80586618206597, 40.82123702271713, -73.80584488987039, 40.8212258125845, -73.80581723410457, 40.82121720587817, -73.80579781162562, 40.821204245615206, -73.80579380410941, 40.821190761107864, -73.80580682125454, 40.82117879379677, -73.80585704756368, 40.821161450128756, -73.80588848315583, 40.821162037047436, -73.80590648343356, 40.82116028346071, -73.80592320001875, 40.82115119045049, -73.8059330311944, 40.82113341405125, -73.8059348177363, 40.82111343410037, -73.80593114243669, 40.82108886052016, -73.8059177016985, 40.821038799908784, -73.80590326436172, 40.820997991138576, -73.80589156811304, 40.8209704234054, -73.805880198183, 40.820954119653194, -73.80585648967273, 40.82093702700112, -73.80583980854206, 40.82092951487245, -73.80572843051611, 40.82090051042934, -73.80570129048122, 40.820884208904644, -73.80568349817385, 40.82087606183055, -73.80564507549778, 40.8208724527131, -73.80562571693687, 40.82087255605735, -73.80386964687756, 40.82105734990681, -73.80386347046213, 40.82103222540246, -73.80527364877922, 40.82089057173982, -73.80565491109525, 40.82084749126784, -73.80568783567897, 40.82081224541948, -73.80571795636058, 40.82077553783098, -73.8057309730919, 40.820758004546676, -73.80574441149344, 40.82073692400776, -73.80575585116189, 40.82071388061573, -73.8057653064173, 40.82068884197745, -73.80577280355182, 40.82066173519726, -73.80577903309403, 40.820622592021145, -73.80578036730267, 40.82057971613773, -73.80577694057907, 40.82053214243927, -73.80576829621758, 40.8204734937267, -73.80575648755617, 40.82040773655103, -73.80574588475388, 40.82036257760463, -73.80573282447638, 40.820322373561396, -73.80571692023737, 40.82028673925659, -73.8056514234742, 40.82016124978269, -73.8056241881787, 40.82010989977658, -73.80586872321601, 40.82003195396295, -73.805859707727, 40.82001234393756, -73.80585056187176, 40.81999354053849, -73.80584098656085, 40.81997486158482, -73.80582343227935, 40.81994290305043, -73.80580461676216, 40.81991136382233, -73.80578455060001, 40.81988027093272, -73.80576325504371, 40.81984965413321, -73.8057407489812, 40.81981954046982, -73.80571705603889, 40.819789957897186, -73.80569219628984, 40.819760933463336, -73.80566249459793, 40.81972859873542, -73.80563134567261, 40.819697059401726, -73.8055987837739, 40.81966635514084, -73.80556484910157, 40.8196365211388, -73.80552958066706, 40.81960759348011, -73.80527381140189, 40.81937789939744, -73.80529773710289, 40.81936265203606, -73.80526770707927, 40.81932760524806, -73.80540252544232, 40.81924774791487, -73.80540459663743, 40.8192236927896, -73.80540449288414, 40.81919958626719, -73.80540221504097, 40.81917554091148, -73.80539777818778, 40.81915167021054, -73.80539119858972, 40.8191280876545, -73.80538250793431, 40.81910490225671, -73.80537174620088, 40.819082224845516, -73.80535896761367, 40.81906015906927, -73.805344228762, 40.81903881038112, -73.80497682077461, 40.818727363525035, -73.80494066717257, 40.81872811461984, -73.80492258581323, 40.81872782108474, -73.80490452591665, 40.81872708003535, -73.80488650525774, 40.8187258933026, -73.80485067053269, 40.818722190141834, -73.80483288728037, 40.818719675567, -73.80481522384551, 40.81871672354987, -73.80479769799766, 40.818713337722606, -73.80446130339243, 40.81841770943217, -73.80443723197236, 40.81840434302782, -73.80441219138294, 40.81839204476687, -73.80438125640772, 40.81837886391723, -73.80434921074033, 40.81836731467928, -73.80431620476068, 40.81835744953628, -73.80428238886185, 40.818349316469096, -73.80424792413612, 40.81834295267101, -73.80421296814335, 40.81833838722497, -73.80417768557645, 40.81833564202215, -73.80414223523069, 40.81833472903846, -73.80382779023505, 40.818317823418404, -73.8037975360622, 40.818310177134876, -73.80376696672089, 40.81830329393, -73.80373611181649, 40.81829718285887, -73.80370501163816, 40.81829184759181, -73.80367369578856, 40.81828729808463, -73.80364219863549, 40.81828353619651, -73.80361055453619, 40.81828056738895, -73.80357879667037, 40.8182783944198, -73.80354696651764, 40.81827701916065, -73.80351509014592, 40.81827644435737, -73.80348320785485, 40.818276670078596, -73.80336839465267, 40.81825075519496, -73.8032484700886, 40.818243799581325, -73.8031341753343, 40.81823781248646, -73.80301362766554, 40.81823274841305, -73.8028833905973, 40.818230687022016, -73.80276008260182, 40.818231135320715, -73.80267407466413, 40.81823826149104, -73.80262322762596, 40.81826713000109, -73.80259400775593, 40.818337620551574, -73.80258965355091, 40.8183889388259, -73.80258678188319, 40.818422776454284, -73.8025613532399, 40.81848105912059, -73.80252162620286, 40.818525674736996, -73.80246810824495, 40.81854059708154, -73.80241341140851, 40.81851621151076, -73.80230024199712, 40.81848439831341, -73.80226765243225, 40.8184968323488, -73.8022027863841, 40.81853838537019, -73.80207892054625, 40.81855642412838, -73.8020456058516, 40.8185452241667, -73.80203991565158, 40.818466139799334, -73.80197305762034, 40.81841266593904, -73.80193232914642, 40.81838781155509, -73.80188452295694, 40.818358636109174, -73.80181251009415, 40.81833663653648, -73.80171010477257, 40.81830536264786, -73.8016108648145, 40.8182671764824, -73.80149789318288, 40.81824244525843, -73.80139137979458, 40.818219920464074, -73.80128744003859, 40.81818263182561, -73.80118517555529, 40.818129372933036, -73.80111526343639, 40.81810622390692, -73.80105042785722, 40.818101390739486, -73.80092598240701, 40.81810691302682, -73.80081280390989, 40.81809088049238, -73.8007076263356, 40.818044778710195, -73.80061490695861, 40.81796532408553, -73.80058905681312, 40.81793511447014, -73.80056705229791, 40.81785136153226, -73.80056636670874, 40.81776687824014, -73.80055759396446, 40.81771633246959, -73.80049496391133, 40.81767458685005, -73.8004059154279, 40.8176238481101, -73.80031462405896, 40.81757403743286, -73.80022175190172, 40.817521370262526, -73.80012056246393, 40.81748334421951, -73.80001178991888, 40.81744322027967, -73.79989908088267, 40.81740435100431, -73.79980333375462, 40.81737059078502, -73.79968877617532, 40.817333200314934, -73.79956940362807, 40.817298299345026, -73.79945249786786, 40.81726063080573, -73.79934720486163, 40.817218179095185, -73.79922666259743, 40.817188847121066, -73.79911989310716, 40.8171561639461, -73.798999397693, 40.81713454458965, -73.79889791263629, 40.81711161472078, -73.79877555874512, 40.81708296439388, -73.79865486512543, 40.81704427356999, -73.79858658377371, 40.81702068370573, -73.79853388945504, 40.8170024799071, -73.79844835289701, 40.81698583507522, -73.79838388230789, 40.81694389237637, -73.79834251294176, 40.816921614623276, -73.79826836138358, 40.81691511748214, -73.79823063083646, 40.816907338687635, -73.79818343668714, 40.81687538922921, -73.79808457096969, 40.81683437580185, -73.79804519111727, 40.81679868038655, -73.7980149176269, 40.81673887383737, -73.79798482461825, 40.81665516204511, -73.79794803746337, 40.816622490511485, -73.7978682854624, 40.816592678379706, -73.79775500293893, 40.81656398973801, -73.79765346905918, 40.816533373823866, -73.79759032278048, 40.816507216049644, -73.79756343933319, 40.81643780880401, -73.79750584948174, 40.816355666798, -73.79745801426137, 40.816272885433854, -73.79742462706375, 40.8161802194398, -73.79739909993278, 40.81610378883953, -73.79736727545891, 40.816007502863464, -73.79736162658281, 40.81591752225385, -73.79735275263496, 40.815836086214944, -73.79737714621491, 40.815782578194685, -73.79737953628059, 40.8157656593118, -73.7974295202567, 40.815687907080736, -73.79744344479126, 40.81566729930417, -73.79748109040648, 40.81561158400421, -73.79754738038618, 40.81554187480429, -73.79762068764447, 40.81550431850483, -73.79768786369188, 40.81549902889826, -73.79779063455217, 40.8155265465403, -73.79791168859978, 40.815552422109285, -73.79796729658294, 40.815574010878265, -73.79804362455678, 40.81563655820493, -73.79809605155245, 40.815658087309544, -73.79816144303933, 40.815657763257, -73.79827902052631, 40.81562750243185, -73.79829823522174, 40.81561727125592, -73.79841014832837, 40.81557286344939, -73.79849956948739, 40.81551085289041, -73.79855446396307, 40.815481579028294, -73.79859126110301, 40.81547520114099, -73.79865006845513, 40.81546500394216, -73.79870152242803, 40.81543871726136, -73.79877397176527, 40.81539769991369, -73.79887563628871, 40.81533683425265, -73.79889539162637, 40.81532178534822, -73.79896344764613, 40.81526993441534, -73.79904014717218, 40.81519785438222, -73.79905380995075, 40.81518287317464, -73.79910503014317, 40.81512671364126, -73.79918128279554, 40.81504628870746, -73.79924006299119, 40.814973820729655, -73.79930766947909, 40.81490968329616, -73.79938107444181, 40.81483954687975, -73.79945686196832, 40.814769689212575, -73.79952697671797, 40.81469982073114, -73.79960763169068, 40.81463353740457, -73.7996659336856, 40.814563730251315, -73.79971190691407, 40.81453317963529, -73.79982238244327, 40.814484652675354, -73.7998888206162, 40.814424384116414, -73.79990929024746, 40.81438171075517, -73.7999303605342, 40.81434148328828, -73.80004059377559, 40.81429059548914, -73.80008027189365, 40.81425053533951, -73.8000783129584, 40.81416876659254, -73.80008248136444, 40.814080422215945, -73.80010264142193, 40.81401998953138, -73.80018938442674, 40.81395895905604, -73.8002902292145, 40.81391692106369, -73.80036345637981, 40.813892701976535, -73.80048860664886, 40.81386651416187, -73.80051927350581, 40.81387091483616, -73.80055461532548, 40.81387598815799, -73.80062088595385, 40.81388348597287, -73.80069464813846, 40.81381354113696, -73.8007809457307, 40.81382818202072, -73.80083439400384, 40.813797780746974, -73.80088207555075, 40.81377585669705, -73.80094476865764, 40.81374702920178, -73.80098934782673, 40.813711012337, -73.80104809218946, 40.81363758253224, -73.8011146338878, 40.81356581316126, -73.80116049627452, 40.81347550822695, -73.8012082597156, 40.81340065822283, -73.80127624145453, 40.8133192315807, -73.80130230686207, 40.81328398952878, -73.80133090344283, 40.81324532723253, -73.80136747366913, 40.81316873071402, -73.80141118879745, 40.813071339546596, -73.80143733557091, 40.81298890602132, -73.80146172386131, 40.81293929537326, -73.8015162303201, 40.81293008525926, -73.80163753855986, 40.81289422812274, -73.8017601627, 40.81287772395729, -73.80187240503834, 40.81282908640323, -73.80195271096638, 40.8128052647841, -73.80206231848058, 40.81279282710606, -73.8021220562667, 40.8127856274975, -73.80218955593195, 40.81276770992148, -73.80223554670167, 40.812730048879935, -73.80230427264722, 40.81265279401694, -73.80238066171962, 40.812609586631204, -73.80249343008563, 40.812565506802315, -73.80257906480301, 40.81252311026422, -73.80267866897879, 40.81247332555899, -73.80274836769573, 40.812456291207404, -73.80287623154176, 40.812451074478524, -73.80297471831514, 40.812448333310535, -73.80309160980138, 40.81243936592108, -73.80320216877097, 40.81244718642494, -73.80330552876134, 40.81245740788027, -73.80335935915036, 40.812480637141626, -73.80343325281399, 40.81254806468921, -73.8034932253178, 40.81257163394207, -73.80352982004976, 40.812571284780084, -73.80355678193223, 40.81251852182283, -73.8035911642521, 40.812509193592064, -73.8036282319889, 40.81252125048741, -73.80366919287668, 40.812559528444616, -73.80367472632975, 40.81260625218487, -73.80365138609174, 40.81266840904497, -73.80359309795733, 40.81275959790982, -73.80353418327275, 40.812843759978804, -73.80351432403032, 40.81290544817755, -73.8035097928193, 40.81291952877095, -73.80350268383445, 40.81293558336842, -73.80346996784118, 40.813009488335474, -73.80341585252037, 40.81309500386837, -73.8033794343663, 40.813132572742596, -73.8033011263456, 40.8131525572316, -73.80325841243749, 40.81318160650628, -73.80323779058546, 40.81324093944755, -73.80323036653317, 40.81329978522682, -73.80322777779445, 40.81332029328704, -73.80322517443201, 40.81334093639709, -73.80321933084245, 40.813363513652746, -73.80321458546277, 40.813381850529254, -73.80320269925896, 40.81342776832266, -73.80319882326319, 40.81350521817016, -73.80322191263438, 40.813589081474035, -73.80326111579195, 40.81364755657286, -73.80332099527516, 40.813726981030214, -73.80337963491488, 40.81381049250877, -73.80343826962287, 40.8138953222789, -73.80349349130027, 40.81396197682423, -73.80356894940543, 40.81401477651816, -73.80361284483375, 40.81405058761331, -73.80367794024484, 40.81412557499765, -73.80375084579548, 40.814198021821944, -73.80382519721547, 40.81425850612413, -73.80391767929683, 40.814320693440685, -73.80397839373823, 40.81438672403795, -73.80403173841874, 40.81445274387731, -73.80411088198612, 40.81452986745871, -73.80418042874993, 40.81458965538275, -73.80423839018844, 40.8145977142231, -73.80430390058814, 40.814597696662325, -73.80432198525475, 40.814597692236845, -73.80435350281533, 40.814617316274095, -73.80435722973353, 40.81466513640897, -73.80436829027835, 40.81471200635325, -73.80441754347088, 40.814793965108166, -73.80446883662634, 40.81488237667597, -73.80453242273775, 40.81496740697455, -73.8046030428136, 40.81504421409198, -73.80464001679682, 40.81513680123982, -73.8046792262785, 40.81519426008563, -73.80472221854343, 40.815230535677806, -73.80476460194055, 40.81527842125914, -73.80485338517279, 40.81534570737785, -73.80492189587329, 40.81542668183585, -73.80501301128587, 40.81549990246268, -73.80505843315298, 40.81554609022786, -73.8050903186952, 40.81562524667934, -73.80518113537434, 40.81568932569864, -73.80528862690022, 40.815734300802276, -73.80539641618837, 40.81578896567795, -73.80549375645857, 40.81583422512247, -73.80559353899112, 40.81588338686266, -73.80570034920152, 40.81593945007729, -73.80578989788863, 40.81599282134251, -73.80586672915783, 40.81602163342694, -73.80596078232848, 40.816042020559074, -73.80603701699667, 40.816101516930765, -73.80610044477623, 40.816167936363165, -73.80617970205195, 40.81624538826921, -73.80622799359067, 40.81626105887633, -73.80628469444889, 40.81626787907975, -73.80631833708664, 40.816302684053234, -73.80635890156432, 40.816391762909824, -73.80639637444598, 40.81647570551647, -73.80641864917044, 40.81651864268716, -73.8065074640608, 40.81657618326692, -73.80654557381365, 40.8166148389978, -73.80656553223024, 40.81660856628867, -73.80658094853649, 40.81662107576775, -73.80660651466216, 40.81666453350759, -73.8068290164883, 40.816598912528676, -73.8068636768513, 40.81658869049631, -73.80692321753844, 40.81657075322163, -73.80704617573514, 40.81653371081735, -73.8070450405989, 40.816484525465846, -73.8070202587918, 40.816390017147086, -73.80698751417803, 40.816307400989025, -73.80694670990111, 40.8162136834818, -73.8068904235728, 40.81612608773628, -73.80682753976293, 40.81603452771784, -73.80679543922867, 40.815965773060036, -73.80671515312432, 40.81589553734951, -73.80667534743863, 40.8158430471605, -73.8066740770416, 40.81579523213212, -73.80667410226465, 40.81574901135812, -73.8066386313747, 40.81568832127455, -73.80662953227883, 40.81567354233215, -73.8065845436207, 40.81561247516801, -73.80653296035734, 40.81558518814914, -73.80642399727168, 40.815549598537636, -73.80632500574535, 40.81550065856416, -73.8062504265526, 40.815467486747664, -73.80613525275278, 40.81543034927321, -73.80604021771923, 40.81538802987223, -73.80593027961262, 40.81533907114237, -73.80581884963188, 40.815294912156496, -73.80573272563076, 40.81524495056331, -73.80565256779464, 40.81518017764598, -73.8056030908026, 40.815136481260105, -73.8055461301778, 40.815046110163934, -73.80549442973977, 40.81496066283675, -73.80543521613754, 40.81489910835975, -73.80537259820473, 40.814828763734866, -73.80530961073578, 40.81474864983512, -73.8052646575602, 40.81466595671375, -73.80524721473759, 40.81458959733158, -73.80524590815905, 40.814505496596084, -73.8052339274408, 40.81440227373584, -73.80523374489667, 40.81431641802216, -73.80522364861328, 40.81422297146009, -73.80521441351134, 40.81413213329619, -73.80521152689124, 40.81404484661931, -73.80520086217979, 40.81396097590148, -73.80516487252076, 40.8138653162744, -73.80511275836369, 40.81377308729762, -73.8051038523695, 40.81370552488242, -73.80512427007136, 40.81362917543241, -73.8051460964113, 40.813590262119774, -73.80515281527663, 40.81356160607545, -73.80515660438398, 40.81354544671313, -73.80516665625768, 40.81350257651379, -73.80516290943264, 40.81340024643013, -73.80518219508053, 40.813315796861566, -73.80518266193995, 40.813298833140976, -73.80518482205319, 40.813220476227336, -73.80518268081875, 40.813137307879806, -73.80515566244938, 40.813062357774115, -73.80510841841422, 40.81298531673284, -73.80505330199354, 40.81290713583531, -73.80498292635355, 40.81284660500611, -73.80488630365556, 40.81279267270301, -73.80479686667204, 40.81272758088702, -73.8047235717004, 40.812664410092516, -73.8047019093308, 40.81263453984948, -73.80467125434639, 40.812592272498144, -73.80462334157855, 40.81251078255022, -73.80456773997894, 40.812437513716574, -73.80448921226048, 40.81237331903611, -73.80443763599037, 40.81228389119419, -73.80438493443253, 40.81223299559926, -73.8043134789966, 40.81219510648468, -73.80423142389009, 40.8121754803711, -73.8041490753442, 40.812182285166415, -73.8040827592806, 40.8121789883279, -73.8040063747366, 40.81217169862964, -73.80396036462919, 40.81216730701168, -73.80387704108281, 40.81214902293473, -73.80379989348489, 40.812093833323466, -73.80372131412632, 40.812023022055335, -73.80365402024515, 40.811959530303604, -73.8035816210479, 40.81187500764837, -73.8035184404091, 40.81178893558835, -73.80347931827433, 40.811703315131425, -73.80343389461366, 40.81167063060012, -73.80337057686567, 40.811630696227326, -73.80330888845464, 40.811564827504384, -73.80328544876888, 40.81152831096917, -73.80326153130324, 40.81149104980088, -73.80324121337028, 40.81139884807442, -73.80321301863201, 40.81131868248642, -73.80314313452182, 40.81123976044419, -73.8030877439545, 40.811157763593094, -73.80304749866598, 40.81107271738091, -73.80300725738309, 40.81101157943127, -73.80295814167731, 40.81090873225577, -73.80287760894554, 40.810790736265716, -73.8027836356154, 40.81067343042171, -73.80269292512116, 40.81058901183711, -73.80255530447691, 40.81048648033997, -73.8024399722318, 40.810396914448944, -73.8023237670342, 40.810333612726964, -73.80216508950494, 40.81027962842676, -73.8020500752782, 40.81026474565343, -73.80198616386083, 40.8102760956639, -73.8019628271786, 40.81028024110396, -73.80190702521973, 40.810312533520275, -73.80178072017576, 40.810402973365896, -73.80167058665245, 40.81049618831825, -73.8015624541133, 40.81060944183194, -73.80148472527968, 40.81066612326168, -73.80144116433782, 40.810676643529334, -73.80138325639068, 40.810670979593695, -73.80135575266999, 40.81066828834046, -73.8012777484235, 40.810636123130436, -73.80121339676481, 40.81059272876088, -73.8011853397677, 40.8105518931357, -73.80118597853607, 40.81052135828344, -73.80118631073589, 40.81050537137991, -73.80124774223583, 40.81040263299901, -73.801266921343, 40.81035523762728, -73.80115982725269, 40.81026475083221, -73.80104681459976, 40.81016160079668, -73.80093451463178, 40.810073493831204, -73.80081960617214, 40.80997635113308, -73.80075324089238, 40.80992891788075, -73.80057877101618, 40.809865761318534, -73.8004726118737, 40.80982847973885, -73.80036226551034, 40.809790450599316, -73.80025323279948, 40.809753487120304, -73.80010900785486, 40.80971096767414, -73.79993852575544, 40.80967866908739, -73.79976305363068, 40.8096611549975, -73.79959058288428, 40.80965333523909, -73.79942450922019, 40.809646074756806, -73.79926949686876, 40.80963485308416, -73.79906767001789, 40.80962297420149, -73.79889886108538, 40.809624352995975, -73.7987404475045, 40.80962800274231, -73.79860899665498, 40.809614366546846, -73.79859054226203, 40.80961245226308, -73.79842117118083, 40.80955956793747, -73.79832231596119, 40.80951901932286, -73.79819114679535, 40.80940046496506, -73.79784629867169, 40.809237207949515, -73.796946716429, 40.80884346007763, -73.79603463348177, 40.808442272809266, -73.79450068486912, 40.80776514051457, -73.79383883693744, 40.80747835429219, -73.79381751424417, 40.807469114844366, -73.79368594947019, 40.80741210741071, -73.79366819282639, 40.80740441237188, -73.79360730007724, 40.80737371336698, -73.79353792876466, 40.807347667340906, -73.79256084295308, 40.80691936239002, -73.79245505233455, 40.806880855679275, -73.79230678995962, 40.806816004756534, -73.7921455599797, 40.806809704232435, -73.79197838564167, 40.8068207931322, -73.79180737328024, 40.80682372262545, -73.79166920016782, 40.806836620324084, -73.79157439171789, 40.80684421757505, -73.79147899178363, 40.806832928376906, -73.79139872883492, 40.806809343137935, -73.79134196717828, 40.8068249667608, -73.79127581605155, 40.806874143123075, -73.79122466766768, 40.806965888072874, -73.79117954062295, 40.80700365708711, -73.79114533574872, 40.80704893893769, -73.79114243561493, 40.80711016683114, -73.79118954818252, 40.80722188184208, -73.79125655289093, 40.80725776747097, -73.79134408842081, 40.807312682681186, -73.79141788049614, 40.80734858049981, -73.79148523264242, 40.8073769177262, -73.79150754265552, 40.80740492762636, -73.79149267805509, 40.807433526757826, -73.79146089908977, 40.8074534802024, -73.79129510783538, 40.8073921928753, -73.79113798796416, 40.80736467898799, -73.79102572274965, 40.80735157496887, -73.7909457543562, 40.80731443021207, -73.79087972201867, 40.807245582438426, -73.79083292461618, 40.80714800573321, -73.7908172288061, 40.807073346457, -73.7908213906011, 40.80695618265539, -73.79081622612719, 40.806840702074574, -73.79082121892732, 40.806700455439326, -73.79084254863658, 40.806568088107205, -73.79062801187918, 40.80640916370735, -73.7905875149538, 40.80637654244977, -73.790548489628, 40.806342901783, -73.79051097844314, 40.80630828050729, -73.79047502393475, 40.80627271922401, -73.7904406662761, 40.80623625582863, -73.7904079503638, 40.80619893362826, -73.79037690688135, 40.80616079320256, -73.7903475724204, 40.80612188054502, -73.79031998239869, 40.806082238044894, -73.79029416630239, 40.806041909881564, -73.79027015478843, 40.80600094473903, -73.79024797496952, 40.80595938769283, -73.79022765157944, 40.80591728651555, -73.79020920698717, 40.80587468717441, -73.79019266473247, 40.80583164014118, -73.79017804243229, 40.80578819497634, -73.79016535297154, 40.805744398530095, -73.79015461633419, 40.80570030126753, -73.79014584182973, 40.80565595633567, -73.790140287517, 40.805611149904934, -73.7901367091287, 40.805566229105004, -73.79013511362083, 40.805521241675386, -73.79013549964255, 40.80547623894215, -73.79013787058601, 40.8054312713396, -73.79014217534485, 40.805386760208975, -73.79014842560034, 40.805342382291556, -73.79015660934725, 40.80529818529171, -73.79016672049174, 40.80525422142697, -73.79017875059253, 40.80521053570657, -73.79019267815849, 40.80516717761833, -73.7902084959251, 40.80512419487491, -73.79022618359224, 40.80508163516518, -73.7902457196748, 40.80503954617575, -73.79026708744514, 40.804997970198855, -73.79029025829394, 40.8049569594104, -73.79031520838636, 40.80491655518911, -73.79034191150353, 40.804876803411645, -73.79037136250516, 40.804836392054895, -73.79040262415091, 40.80479677372192, -73.790435660739, 40.804757995172366, -73.79045979717506, 40.80472867550825, -73.79048502573285, 40.804699891820995, -73.79051132855611, 40.804671669291444, -73.79053868306532, 40.8046440276889, -73.7905725718826, 40.80461192966443, -73.79060787520933, 40.80458072569527, -73.79064455974681, 40.804550452640164, -73.79068257798423, 40.80452114463066, -73.79072188240826, 40.804492836698714, -73.79076243735933, 40.80446556299729, -73.79080418705178, 40.80443935133945, -73.79084708397869, 40.804414234956184, -73.79089108301773, 40.80439024258048, -73.79093613194212, 40.80436740113132, -73.79098217497007, 40.804345737521466, -73.79102916225385, 40.80432527597288, -73.79107703919718, 40.80430604340048, -73.7911257512296, 40.8042880586148, -73.7911752342917, 40.804271343110806, -73.79122544210315, 40.80425591751521, -73.79127631062764, 40.80424179611915, -73.7913277817261, 40.804229002229576, -73.7913828502903, 40.80421557817297, -73.79143847263612, 40.80420354726675, -73.79149458946836, 40.804192923810795, -73.79155113913595, 40.80418371759846, -73.79160805879714, 40.80417594022198, -73.79166528324596, 40.804169601468566, -73.79172275677661, 40.80416470483901, -73.79178041063658, 40.804161257412844, -73.79183818200698, 40.8041592635788, -73.7918960104477, 40.80415872502867, -73.7919538295989, 40.80415964164253, -73.79201157902317, 40.80416201421191, -73.79206919119818, 40.80416583541102, -73.79212660449575, 40.80417110783053, -73.7921837596973, 40.80417782145838, -73.792214299757, 40.80416011682695, -73.79225580584097, 40.80415931454447, -73.79242363231883, 40.804202956179104, -73.79257703416337, 40.804250826482786, -73.79270836801608, 40.80428530157027, -73.79274074621082, 40.80429380108429, -73.79283211801729, 40.804309719590684, -73.79291424122445, 40.80431431381907, -73.79304682355803, 40.804321249838516, -73.7932338652646, 40.80431851115985, -73.7933862152427, 40.80432183071094, -73.79340830603532, 40.80432456189955, -73.79342845342298, 40.804073701297305, -73.79349711838206, 40.804072675280246, -73.79364215041768, 40.804070509040066, -73.79379454443723, 40.80406823331827, -73.79382108886, 40.804067837750175, -73.79395530068842, 40.804065831863504, -73.79393153239684, 40.804650142507796, -73.79392566667279, 40.804794313935595, -73.79417283052418, 40.80488226798408, -73.79420398766356, 40.80489335654703, -73.79434209702659, 40.80494219854774, -73.79444615594919, 40.804979000308826, -73.79448185442733, 40.80499162504393, -73.79441997108587, 40.80507389883158, -73.794438610316, 40.80509187995316, -73.79450624269224, 40.80521683156842, -73.79454122007844, 40.80535330628831, -73.79493746382968, 40.8056599956923, -73.79530513482663, 40.805948186224235, -73.79578208986015, 40.806201734238456, -73.79583632386445, 40.806140331502405, -73.79586870291318, 40.80615168111989, -73.7959672181314, 40.8061862060198, -73.79630228924019, 40.80630363762426, -73.79633930555514, 40.8063166108009, -73.79631895644913, 40.80637340454782, -73.7970292010355, 40.8063452612724, -73.79749431858095, 40.806547546444214, -73.79760227325741, 40.80659227658813, -73.79766190898758, 40.80661541968037, -73.79781334872675, 40.80667049795021, -73.79797011390873, 40.80673206175318, -73.7981150305404, 40.80678191249373, -73.79826307369841, 40.80682512733084, -73.79840690626062, 40.80688675165183, -73.7984653680091, 40.80691696300383, -73.79855652685602, 40.806970424756535, -73.79861688825406, 40.80700619994129, -73.79869080692359, 40.8070500096213, -73.79882418811431, 40.80711537565734, -73.79891866180442, 40.807171752422676, -73.79901426459712, 40.807248304990814, -73.79911901198219, 40.80733469877371, -73.79925830244507, 40.80743018463336, -73.79937408647248, 40.80752244344702, -73.79950915029515, 40.80761833227208, -73.79963915811334, 40.80771363582942, -73.7997565127717, 40.80780021662621, -73.79988274777575, 40.807889227859015, -73.80000603865405, 40.80797290918575, -73.8001443232486, 40.808067183744164, -73.80027752432787, 40.80814712146717, -73.80042035028342, 40.80823259126181, -73.80057631144783, 40.80831177379435, -73.8007153293564, 40.808378546749275, -73.80086530073994, 40.80844292241367, -73.80100753817898, 40.80851005717304, -73.80116202371104, 40.808586160251444, -73.80130650884449, 40.80866241157837, -73.80146687473092, 40.80874244875957, -73.80155360104493, 40.80880433186843, -73.80167395747598, 40.80888053579177, -73.801824898859, 40.808947409855236, -73.80198462700577, 40.809011197489596, -73.80214788722417, 40.80905385712497, -73.80219011366354, 40.80906049242979, -73.8023036533849, 40.80907833248536, -73.80247767309844, 40.80909814550354, -73.80263434266479, 40.80911060028754, -73.80280667795236, 40.809102579067925, -73.80294067582007, 40.80908449921759, -73.80306846347247, 40.80904195552244, -73.80308264466198, 40.809033282715234, -73.80314323053267, 40.80899621894054, -73.80328619291359, 40.80890385643003, -73.80342754527146, 40.80883001608571, -73.8035272936801, 40.808777460935445, -73.80360863632373, 40.80871894455239, -73.80364667629476, 40.80865703332314, -73.80368055673848, 40.808571674977834, -73.80371136155554, 40.808525726278724, -73.80374931280701, 40.80850709830573, -73.80381253109962, 40.8085058614572, -73.8039267247065, 40.80852765692683, -73.8039667332155, 40.80855775214304, -73.80398136256494, 40.808619368528774, -73.80399567178657, 40.80871565092265, -73.80404258173702, 40.80876944460071, -73.80415623547934, 40.808864934954784, -73.80427004410855, 40.808944944059675, -73.80440958522598, 40.809032189904784, -73.80453160980878, 40.80911830727136, -73.80467104479007, 40.809206017274434, -73.80480228139305, 40.80929203919673, -73.80492633957036, 40.809387438335804, -73.80501008134064, 40.80944230969181, -73.80502956598212, 40.80945507751652, -73.80516218638095, 40.809537945111664, -73.80531389461378, 40.809604075676575, -73.80546481674872, 40.80967934298803, -73.80560847649488, 40.80975542271331, -73.8057513152371, 40.809827850248006, -73.80588860117082, 40.80989763249186, -73.80600557384923, 40.80997136060183, -73.80611216872218, 40.81003595898068, -73.80614940477565, 40.81003873930517, -73.80623254922956, 40.810030726850854, -73.8062586000145, 40.810054127798544, -73.80628195336307, 40.81009422127718, -73.80640451267455, 40.81018787742337, -73.80650711266827, 40.81026075692617, -73.80666262290863, 40.81034873911167, -73.80679383354318, 40.8104339356425, -73.80692677258108, 40.81053340783919, -73.80705320035707, 40.810623152590345, -73.80715622534724, 40.81073635299835, -73.80726630742943, 40.81084501038139, -73.80735189113386, 40.81094330339403, -73.80744628787424, 40.811054815088355, -73.807548505927, 40.811172513585056, -73.80763202777034, 40.81129638703845, -73.80788163913084, 40.81153606151672, -73.80793439688141, 40.81158423610015, -73.80800273783615, 40.811661148141575, -73.8080701652823, 40.81173020716424, -73.80813915734456, 40.811795564995194, -73.80820807962267, 40.811859686281984, -73.80830248200272, 40.811932331701065, -73.80837078962064, 40.811984458112605, -73.80845894679334, 40.81205569274431, -73.80853623982625, 40.812123862876156, -73.80861614441422, 40.812188194858734, -73.80870485821706, 40.8122420298705, -73.80878600046698, 40.81229110122055, -73.80885299130506, 40.812348440851544, -73.80894392381889, 40.81240985435761, -73.8090411700866, 40.812474185961506, -73.80912826330608, 40.81252675545929, -73.80922350933243, 40.81258279539894, -73.809307826008, 40.812633245792554, -73.80942229198484, 40.812689674852315, -73.80951973492841, 40.812735700119944, -73.80961665975484, 40.81278639083722, -73.80973250163963, 40.81284139366664, -73.80982774006596, 40.812888814410115, -73.80994091096873, 40.81293006199691, -73.81003712181382, 40.81295289333148, -73.81015577853408, 40.81298404884323, -73.810268484626, 40.81299930242688, -73.81034093192095, 40.812992160898595, -73.81039008054901, 40.81298731690633, -73.81050050535235, 40.81294130373636, -73.81061176573465, 40.8128927398179, -73.81063744434051, 40.81283168581262, -73.81066861594486, 40.81275746471412, -73.81072959902265, 40.812755889913156, -73.81078704490773, 40.81276699100827, -73.8108131876846, 40.81279566078557, -73.81083408593477, 40.812853911462035, -73.81090333783705, 40.812892587150316, -73.81096278790389, 40.81289707637596, -73.81105928824184, 40.8128940242778, -73.81111634344401, 40.812915471306084, -73.8111552658781, 40.812946947185246, -73.8111742263106, 40.81296228132614, -73.81122783933164, 40.8129876209231, -73.81135202079977, 40.81301969015049, -73.8114627321201, 40.81303716353553, -73.81156456875618, 40.81305077897861, -73.81161936964283, 40.81305307205312, -73.81169905148282, 40.8130564052946, -73.81177780733448, 40.81304267340694, -73.81181176582403, 40.81300435766218, -73.81184433144017, 40.812934667136574, -73.8118626806227, 40.81293568492805, -73.8118864840891, 40.81296190938924, -73.81192095679764, 40.813022596251464, -73.81199241948109, 40.81304675613861, -73.8121010719934, 40.813064746942125, -73.81220910072712, 40.813072800517396, -73.81228580342392, 40.81307932797497, -73.81233666602282, 40.8130836575294, -73.81245095850774, 40.81309979044767, -73.81255716338102, 40.81312716274379, -73.81260462730367, 40.81314225482529, -73.81273833229713, 40.813154795399704, -73.81281439916852, 40.81318516579388, -73.81291738549578, 40.8132394304461, -73.81295355255081, 40.81325725687843, -73.8130142141141, 40.81328715459828, -73.81312944069357, 40.81333128307936, -73.81323277946926, 40.813363180517534, -73.81333563705206, 40.81337355695206, -73.81344359413292, 40.8133524357782, -73.81349287146263, 40.81333805168289, -73.81353468113495, 40.81330359776849, -73.81358420107607, 40.813176342744065, -73.81359391766651, 40.8131644718633, -73.81361404681181, 40.81315714822715, -73.81363825065068, 40.81316256783598, -73.81365160404748, 40.81318183218901, -73.81362216521985, 40.81336891645925, -73.81362273562276, 40.813398010711616, -73.81368351805763, 40.81344246394331, -73.81378659997102, 40.81350235608978, -73.81387778275347, 40.81354046296798, -73.81392808701796, 40.81355007324648, -73.81395646069248, 40.81355549321386, -73.81407099842995, 40.813536026383126, -73.81414913046989, 40.813522455761515, -73.81426894773341, 40.8135155177858, -73.81430508361024, 40.813514966354, -73.81443299987401, 40.813515996262055, -73.81458383062217, 40.813515223161176, -73.81470509403646, 40.81351969998515, -73.81481809535634, 40.81353305674193, -73.8149310556407, 40.81353518679829, -73.81504554099658, 40.81353402606481, -73.81515209004554, 40.81352986013518, -73.81528072084495, 40.813521995117014, -73.81539520088216, 40.81351034951555, -73.81551311189874, 40.81349879123603, -73.81563759988258, 40.81349959460007, -73.81569274741516, 40.81351941630975, -73.81575082319192, 40.81356339766295, -73.81577628812644, 40.813604471401284, -73.81582369448883, 40.813692571834565, -73.81587901636567, 40.813766411075655, -73.81593534315884, 40.81379021565799, -73.8160475027817, 40.81382061361183, -73.81617557951613, 40.81384401024024, -73.81628761208987, 40.81385481199561, -73.81641563588718, 40.81385792362916, -73.81653682672103, 40.813836544178905, -73.8166470165047, 40.81379478051799, -73.81670135552318, 40.813763653818384, -73.81675629005419, 40.81370649100713, -73.81685320151573, 40.813685730898605, -73.81696598478166, 40.813673475907024, -73.81707186062387, 40.81365036873679, -73.81718781668951, 40.8136143769021, -73.81731248895477, 40.81358871848237, -73.81738330882816, 40.813574220077, -73.81742743278166, 40.81356518591009, -73.81751810835397, 40.813552183073824, -73.8177335078604, 40.81354689747386, -73.81789144848783, 40.81354799711972, -73.81791963434256, 40.813543771468716, -73.81795351048561, 40.81353869211749, -73.8180822006522, 40.81351939673388, -73.81809538961933, 40.81350261512959, -73.81811576952214, 40.81347668589106, -73.81814669594846, 40.81347580265833, -73.81819405992238, 40.813488118740516, -73.81847473866112, 40.81345581614273, -73.8187668423111, 40.81342021068104, -73.81921124758948, 40.813320313627926, -73.8195673245529, 40.81322038652607, -73.8198033027521, 40.81317892649629, -73.81999570746444, 40.81309910873803, -73.8200702014787, 40.81304520857522, -73.82009887259382, 40.812969634797724, -73.82009616059746, 40.81293024543291, -73.82009570442213, 40.81289862549281, -73.8201076121926, 40.81286362005711, -73.82013396893778, 40.81285583944219, -73.8203921916325, 40.81284356116651, -73.82041610115455, 40.81296700011841, -73.82050635521102, 40.81301616203795, -73.82055424775056, 40.813016226682976, -73.8205853669993, 40.81301626790913, -73.82063015662136, 40.81301632859447, -73.82118154470206, 40.81294985657871, -73.8212544084635, 40.81290986853638, -73.82125423306437, 40.81289397625509, -73.82122734521293, 40.81287140137563, -73.82125107950586, 40.8128510481721, -73.82126958181078, 40.81284275624364, -73.82132566528786, 40.81284989588087, -73.82136223589175, 40.81287224080459, -73.8214254592684, 40.81287140582889, -73.8214748588077, 40.812851774906804, -73.82149901702778, 40.81285141969396, -73.82152381292771, 40.81285105375676, -73.82160394665948, 40.812847280416015, -73.82164969938246, 40.8128138670393, -73.82165941628304, 40.81278805395266, -73.82166311714553, 40.81275421711689, -73.82166782638426, 40.81272312566156, -73.82169765562695, 40.812714005615156, -73.8217422948598, 40.81273164067888, -73.82178571255409, 40.812761075779314, -73.82181153122661, 40.812765151722665, -73.82211655551131, 40.81269162421803, -73.82209733877154, 40.81263381043495, -73.82211963940522, 40.812623797073485, -73.82214048143601, 40.812637578949825, -73.82217029914025, 40.812678870509, -73.82221791037033, 40.81267012444587, -73.82240219885277, 40.812638350698684, -73.82242092811344, 40.81261954920904, -73.82246235875435, 40.812607537320226, -73.8224934312224, 40.81260593815064, -73.82266097124383, 40.81255629661226, -73.82270535279207, 40.812494087245156, -73.82273476226032, 40.81247961281718, -73.82288156690838, 40.81246896941229, -73.82291471869374, 40.81244623950771, -73.82294824567451, 40.81243171551854, -73.82299820271618, 40.81243390569647, -73.8230518636185, 40.812441426189146, -73.82330841034013, 40.81238014625266, -73.82346266042234, 40.81231401575207, -73.82346677584688, 40.81227411372929, -73.8234691925915, 40.81223475750922, -73.82346664765025, 40.81220045899997, -73.82348711931056, 40.812190384040875, -73.82350663113498, 40.812203029905895, -73.82352635495452, 40.81223004175622, -73.82355898609154, 40.81226766592899, -73.82362667082548, 40.81227323282045, -73.82413999364022, 40.812143531911474, -73.82447353865163, 40.811992970644205, -73.8245788493846, 40.811909307053035, -73.82458912864156, 40.81185986277134, -73.82458153041145, 40.81180989691485, -73.82458479578816, 40.81177702015239, -73.82461936756997, 40.8117359019209, -73.82467079346833, 40.81170087507388, -73.82471170334908, 40.81169451401848, -73.82478030134914, 40.81170954947181, -73.82481856545867, 40.81174836420689, -73.82485329515664, 40.81179760224169, -73.8248947818223, 40.81183375816946, -73.82495473772056, 40.81183788435161, -73.82502139440834, 40.81183584414811, -73.82507410077997, 40.81182178899145, -73.82512395383834, 40.811794391287854, -73.82518866780947, 40.811775247560085, -73.82525125550389, 40.8117542905697, -73.82530178937397, 40.811729362990015, -73.8253627637865, 40.81170349037053, -73.82542349247372, 40.81167503651579, -73.82549407444219, 40.81164991948511, -73.82556494971863, 40.81162321077231, -73.82562367369782, 40.811601231070185, -73.82568072469111, 40.811570440124655, -73.82569688896116, 40.81156392243635, -73.82573898201134, 40.81154695132184, -73.82578320428134, 40.8115320077318, -73.82580156982459, 40.81152580042535, -73.8258433049744, 40.811511062870686, -73.82588043252856, 40.81149795184806, -73.8259280122375, 40.81147672958899, -73.82594973725658, 40.811466649781224, -73.82599476353563, 40.811444244886175, -73.82605324007318, 40.811420234866205, -73.8261109667972, 40.811393780631036, -73.82613831664906, 40.811350153065405, -73.82615885112352, 40.81130352285763, -73.82618708531348, 40.81126706098584, -73.82627930772372, 40.811275293670896, -73.82630373396337, 40.81128054886714, -73.82636380189601, 40.81128382261392, -73.82641922031841, 40.811283001062456, -73.82649016267912, 40.8112852762525, -73.82654725175952, 40.81129463999978, -73.82661240418581, 40.81131521265386, -73.82668200300398, 40.81134781542182, -73.8267391887151, 40.811376089704154, -73.82679475377314, 40.811401836523174, -73.82685098839835, 40.81142033800315, -73.82692518924478, 40.811433926288736, -73.82697680213353, 40.8114376534815, -73.82705413424337, 40.81144169478745, -73.82711524137211, 40.811448318658, -73.82718375782116, 40.81145333450484, -73.827257122245, 40.81145542014629, -73.82732411136203, 40.8114639464689, -73.8273842947949, 40.81147806366861, -73.82744777192647, 40.811489438343216, -73.82751553135871, 40.811494811258484, -73.82758919052702, 40.8114943162986, -73.8276568822308, 40.8114965579936, -73.82771550936245, 40.81149840249105, -73.8277643145297, 40.81149803596827, -73.82782799868576, 40.81149997080907, -73.827887938072, 40.81149668523328, -73.8279580342197, 40.811490806036744, -73.8280273055008, 40.81148399174947, -73.82810518362773, 40.81147307407132, -73.82816278816466, 40.81146426661214, -73.82822360916404, 40.81145551974754, -73.82829451682399, 40.81144423495807, -73.82836032442032, 40.811434836282416, -73.82841640304741, 40.81142989677061, -73.82848289146594, 40.81142258459448, -73.82854221979302, 40.81141814332958, -73.828614062729, 40.81140768279092, -73.82868408201887, 40.811389700329045, -73.8287558071825, 40.81136971584708, -73.82882799325667, 40.81135253075649, -73.82889291173747, 40.81133808045707, -73.82895016310438, 40.81132595103928, -73.82901121930921, 40.8113099857063, -73.82909927510585, 40.81128862405265, -73.82917383512762, 40.81127506497299, -73.82923514777227, 40.81125704226057, -73.82928567266545, 40.81123488375839, -73.82933857581408, 40.811214267707726, -73.82939292157066, 40.81119447592334, -73.82946523884135, 40.811168041600055, -73.82952223372199, 40.81114397269961, -73.82957904370645, 40.8111217414167, -73.82963610919585, 40.81109783735568, -73.82967726918793, 40.811078162827904, -73.82973359376463, 40.81104827290584, -73.8297901319878, 40.81101731437896, -73.82986254722803, 40.810981163563625, -73.82990673779105, 40.810962811756966, -73.8299611270514, 40.81094115393414, -73.83002313464013, 40.81090559100187, -73.83009486278775, 40.81086921840504, -73.83014607149552, 40.81084777642991, -73.83018954011915, 40.81082895699246, -73.83023182012518, 40.81080961349869, -73.83030307942697, 40.81077249897073, -73.83034189879925, 40.810749363743184, -73.83038669646837, 40.81072055424672, -73.83043909835209, 40.8106837991049, -73.83048116154897, 40.81064946909106, -73.83052702168145, 40.81061434770129, -73.8305712185356, 40.81057892398256, -73.83061522541443, 40.81054780885691, -73.83065713196805, 40.81051861139442, -73.83069462758966, 40.81049113729839, -73.83074708771412, 40.81044578953656, -73.83078326228991, 40.81041158854301, -73.83082999809066, 40.81037221435822, -73.83087602885566, 40.81034068967337, -73.83092400577121, 40.81031098052939, -73.83096682113789, 40.810279424077585, -73.83101594987495, 40.81023667915413, -73.83105889801509, 40.81019573515661, -73.83110224097211, 40.810155177135044, -73.83114031278856, 40.810113924295635, -73.83118689036742, 40.81006574014766, -73.8312358795132, 40.81000735054912, -73.83127437122502, 40.80995654578173, -73.83131900921886, 40.809904324503535, -73.8313574693705, 40.80986592674246, -73.83138007224453, 40.80984188855357, -73.83142649903186, 40.80979647672431, -73.83146357624477, 40.80974813989411, -73.83148855742643, 40.80971202946295, -73.83151543054127, 40.80966966241952, -73.8315520608022, 40.80961289983408, -73.83157656985588, 40.80957785758622, -73.83160483917086, 40.80954103873701, -73.83164244794277, 40.80949657207028, -73.83168197374872, 40.80945137068079, -73.83171666523815, 40.80941787952017, -73.83176211145783, 40.80937383938385, -73.83179269027123, 40.809338504278955, -73.83182122574722, 40.80929616750312, -73.8318495699037, 40.80924463544063, -73.83187038486528, 40.809198196421995, -73.83189007276627, 40.809140943458324, -73.83190394805672, 40.80909611341159, -73.83192560905142, 40.80904454546982, -73.83194307764958, 40.809007242528814, -73.83197089147765, 40.80895115313369, -73.83199162267681, 40.808909656811146, -73.83200679727467, 40.80886556975513, -73.83202335912623, 40.808801504434086, -73.8320322210197, 40.80875340365452, -73.83204093988668, 40.80872017711733, -73.8320573380982, 40.80866316516477, -73.83206819406503, 40.808627471667904, -73.83208227219264, 40.80857402591178, -73.83209947807859, 40.80852708811679, -73.83211348196703, 40.80848849058579, -73.83212266339133, 40.80844381846433, -73.83213234075819, 40.808388115043236, -73.83214278430874, 40.80834251364061, -73.8321475829095, 40.80830211881133, -73.83215416620718, 40.808255193455246, -73.8321629217896, 40.808193257230414, -73.83217194726328, 40.80813755195429, -73.83218018727904, 40.808079375463066, -73.83218323191586, 40.80803189654813, -73.83219196888633, 40.80797685001481, -73.83220250083623, 40.80792575838612, -73.83220367725609, 40.807874214596225, -73.83219620659378, 40.807814340304304, -73.8321922876277, 40.807750300967044, -73.83218985233489, 40.80769853129614, -73.83218573744934, 40.80763981542661, -73.83218209138263, 40.80759539927392, -73.83217636636019, 40.807545438419076, -73.83216284734831, 40.80747690961881, -73.83214209754676, 40.807426376681136, -73.83212338227487, 40.80737129017317, -73.83210744301698, 40.80731650847139, -73.83209669946532, 40.80728048363996, -73.8320823322036, 40.80723349894945, -73.8320701253401, 40.807189373789036, -73.83205322572019, 40.807129623522236, -73.83203527082404, 40.80708746658051, -73.83200227251363, 40.807038068407664, -73.83196802122625, 40.806997260067384, -73.83192735355887, 40.80695183000222, -73.83187982654394, 40.80690449616822, -73.83183409420927, 40.80686265527971, -73.83177612877311, 40.806814865830525, -73.8317213953152, 40.806775481832624, -73.83167343678339, 40.80674189881533, -73.83164146559147, 40.80671484433762, -73.83159373437059, 40.80666311834731, -73.83157441913457, 40.806616374897935, -73.83158831452403, 40.80656347732232, -73.83160600696415, 40.80652323821505, -73.8316164599066, 40.80647582505419, -73.83163306924462, 40.80642054240989, -73.83163596782163, 40.80637470849626, -73.83163383259235, 40.80633287715679, -73.831625464221, 40.8062716300396, -73.8316221201314, 40.80622279554663, -73.8316174815382, 40.80618535138722, -73.83161091985586, 40.80613840684546, -73.8316024833325, 40.806075073166646, -73.83159905606743, 40.806030082784304, -73.83159321301483, 40.80598437387551, -73.83158528213772, 40.80593479246763, -73.83157441673066, 40.80587453044373, -73.83156354446348, 40.80583150487852, -73.83155532474615, 40.8057822796433, -73.83154194977897, 40.80572934131643, -73.83152138447646, 40.805662971427175, -73.83150806815814, 40.805614974224646, -73.83149356445378, 40.80556508063251, -73.8314784514127, 40.805513869616334, -73.83146196168187, 40.805463918185595, -73.83144339787323, 40.80540608614507, -73.8314375951817, 40.80535760644393, -73.83143305160608, 40.8052976823268, -73.83142665671248, 40.80525562502536, -73.83142821807706, 40.80519502365302, -73.83144106831887, 40.805141547334486, -73.83144694141527, 40.80509014727168, -73.83146816056977, 40.805041870966384, -73.83150767090429, 40.80500459218534, -73.83155765019508, 40.80496405086737, -73.831606126263, 40.8049405610031, -73.8316222667522, 40.80493273942187, -73.83165681366704, 40.804901138196875, -73.8317123251336, 40.804895133666776, -73.83174017464916, 40.80488386223594, -73.8317633335398, 40.80487448851087, -73.8318258733097, 40.80485503710892, -73.83187464122491, 40.80483885961833, -73.83193378595583, 40.804819294245895, -73.83201310535593, 40.80479179782233, -73.83208111598213, 40.80478006613704, -73.83214251383313, 40.804782901178704, -73.8321990862897, 40.80479456757277, -73.8322600346823, 40.804805057949665, -73.83232130268001, 40.804817112927886, -73.83237286541778, 40.804823775974896, -73.8324519043985, 40.80483605033029, -73.83251712703597, 40.804841058235, -73.83258173023232, 40.804848754997, -73.83264756628046, 40.804853955525225, -73.83270792242315, 40.80485494903161, -73.8327728694415, 40.804854110344884, -73.83285123704036, 40.804860070046075, -73.83292123351752, 40.804863081030994, -73.8329864380218, 40.80486117100195, -73.83304928426219, 40.80486301890973, -73.83311745224321, 40.804874508037315, -73.83319118543315, 40.80488551080293, -73.833255428591, 40.80489221881759, -73.83331678169604, 40.804898785741734, -73.8333676241383, 40.804905419386536, -73.83344093171564, 40.80491367755324, -73.83349614662473, 40.80491814905441, -73.8335557002929, 40.80492350478117, -73.83362705660002, 40.80493060647159, -73.83369804949069, 40.804940398287705, -73.83375745064701, 40.80494846959841, -73.83382356092575, 40.804958776586034, -73.83386970370202, 40.80496672066612, -73.83393668158857, 40.80497746648216, -73.83399372062493, 40.80499088774118, -73.83404534779055, 40.80500177527859, -73.83412438795283, 40.805013307376306, -73.8341860475549, 40.805013945386065, -73.83425150431714, 40.80501214576572, -73.83433182276372, 40.80501862955478, -73.8343948339844, 40.80502711815363, -73.83446497522638, 40.80504349543145, -73.83452336857201, 40.80506375406859, -73.83458967388464, 40.805098678766356, -73.83464467108325, 40.80512027691531, -73.8346915549645, 40.80513576881971, -73.83474406963734, 40.80515204770946, -73.8348883368122, 40.80519676434247, -73.83492904767864, 40.80521082091641, -73.83498996760576, 40.80523168536849, -73.83505247624026, 40.805254200877016, -73.83510808590903, 40.80527552232624, -73.83516553867676, 40.80529770095838, -73.8352248997817, 40.805320236185906, -73.83528314018193, 40.80534502373294, -73.83532971955385, 40.805367321821116, -73.8353684243577, 40.805388045377086, -73.83542315497024, 40.805414610830546, -73.83547936336073, 40.80544312524781, -73.83552720915415, 40.80546421839304, -73.83559174198946, 40.80548591163765, -73.83565016681172, 40.80550811662731, -73.8357131152969, 40.805527393304665, -73.83577062286425, 40.80554194087525, -73.83582960874509, 40.805556296014366, -73.83587762232196, 40.80556805737149, -73.8359344805328, 40.805581641301245, -73.83599978224844, 40.805598724851286, -73.83605371492165, 40.8056121406692, -73.83608359947021, 40.80562225615752, -73.83612633812088, 40.80563359838193, -73.83618745296901, 40.80565020851415, -73.83624167630458, 40.80566304743647, -73.83629856384331, 40.805679707335614, -73.83635249654556, 40.80569364440291, -73.83640321980691, 40.80570477723614, -73.83645643031885, 40.805718438577316, -73.83652357090263, 40.80573676082492, -73.83658150865703, 40.80575193804952, -73.83664089289722, 40.80576733791709, -73.83670151059628, 40.80577897811319, -73.83672950396732, 40.80577940317675, -73.83678252431744, 40.80578222297953, -73.83684734875285, 40.80578871009078, -73.83690332548994, 40.805793647495186, -73.83697252952399, 40.80579648920501, -73.8369969752541, 40.8057995980793, -73.83705723032789, 40.80581272159921, -73.83711629501222, 40.80582559486766, -73.83716892330098, 40.80584046262712, -73.83720161849054, 40.80585376686284, -73.83724663172984, 40.805881085850395, -73.83729117154928, 40.80591010519624, -73.83734172767994, 40.805945144750744, -73.83738085709534, 40.80597048599015, -73.83744614220932, 40.806024275770795, -73.83745564803003, 40.80603733561591, -73.83748303587197, 40.806079039455895, -73.83750962867943, 40.80612068723799, -73.83753200230407, 40.80615903413871, -73.83754914299948, 40.80619572934829, -73.83755849323595, 40.806227883163416, -73.83757055238942, 40.80627373649604, -73.83758138215346, 40.806306660519795, -73.83760105677226, 40.80634088831918, -73.8376206549491, 40.80637731142579, -73.83763803124025, 40.806406375216824, -73.837656578981, 40.80642841315443, -73.83769051717604, 40.80646576144381, -73.83771182598379, 40.80649617610645, -73.83775605819022, 40.80654808644062, -73.83778479408875, 40.806584851960466, -73.83780834320244, 40.80661609191318, -73.83783046109757, 40.80664085345341, -73.83786040167313, 40.80667254092927, -73.83788310599746, 40.80670907911906, -73.83791967335173, 40.80674873721595, -73.83794938557992, 40.80678517358253, -73.83797539681814, 40.8068283846022, -73.83799856767914, 40.806866595651826, -73.83801295375301, 40.80689195052578, -73.83803345065566, 40.80694492510536, -73.83804263491761, 40.80697139739109, -73.83805456781994, 40.80701088215575, -73.8380647828415, 40.80705794221075, -73.83807155560842, 40.80710966291839, -73.83807675646855, 40.80715523280558, -73.83808382443515, 40.807204482955186, -73.83808950191354, 40.80724656767634, -73.83809439983999, 40.80729683054042, -73.8381019047049, 40.807316054140564, -73.83811583809353, 40.807364353094954, -73.83812755376115, 40.807404031151755, -73.8381377009954, 40.80744977187001, -73.8381455951236, 40.80750143831337, -73.83814841642868, 40.80754404040881, -73.83814989160403, 40.807591443878934, -73.83814946295584, 40.8076483143297, -73.83815309885793, 40.80769854930169, -73.83815951717273, 40.807733305889776, -73.83816247303847, 40.80776492928125, -73.83816903546804, 40.80781450739331, -73.83818233083433, 40.80785816696661, -73.83819824171174, 40.80789650645548, -73.83821868280343, 40.80794240028661, -73.8382433946583, 40.807985088024154, -73.83827611313815, 40.80803371407615, -73.83831089896204, 40.80807924349843, -73.83835331639554, 40.808120200068075, -73.8383992378147, 40.808160886881105, -73.8384334687631, 40.808196808058156, -73.83847684064338, 40.80824498432302, -73.83850882574328, 40.808284360248585, -73.83854123847333, 40.80832530273252, -73.83858268785953, 40.8083770440428, -73.83861250493922, 40.808416143151184, -73.83864333636605, 40.808467046517904, -73.83867478602028, 40.80851814254735, -73.83868763825359, 40.808536522615825, -73.83871134008758, 40.80857953841781, -73.83873524609122, 40.808626835474584, -73.83875726526908, 40.80867857655324, -73.83877419253584, 40.80871439237796, -73.83879556107118, 40.8087656660799, -73.83881160540912, 40.80880883594324, -73.83883739786017, 40.80885339089217, -73.838860016632, 40.80889544431419, -73.8388765909693, 40.80892826636914, -73.83889271408043, 40.8089683079951, -73.83891946556366, 40.80901917766577, -73.83894580428739, 40.809062361891385, -73.83897657843117, 40.80910826911231, -73.83901053696955, 40.80915228702126, -73.83904681105379, 40.80919446933289, -73.83907964771944, 40.809239308710865, -73.83910987286343, 40.809273632905786, -73.83914650835412, 40.80931589673433, -73.83918246583926, 40.80935478453365, -73.83922221307222, 40.80939581989445, -73.83924605523784, 40.809425166195645, -73.83926734422046, 40.80946496733122, -73.83928174348392, 40.80950099837303, -73.83928814180987, 40.80952815194361, -73.83928851071288, 40.809570722661945, -73.8392960070216, 40.809606991715725, -73.83930947857588, 40.80965372659556, -73.83932915146444, 40.809704668243626, -73.83935255970664, 40.809750346271734, -73.83936901265078, 40.80977227204044, -73.83942772687388, 40.8098421524299, -73.8394595625079, 40.80988262648061, -73.83948049279788, 40.80992187776949, -73.83950876100153, 40.809973709338315, -73.83953946709603, 40.81001868248867, -73.83957491329662, 40.810059986388616, -73.83960844363928, 40.81010205483731, -73.83966794250071, 40.81016180737651, -73.83970717329093, 40.81020599719465, -73.83975188915481, 40.81025411899871, -73.8397865882702, 40.81029078152092, -73.83982077335658, 40.810330766160185, -73.83986155078082, 40.81037849883594, -73.83987448544488, 40.810392459230165, -73.83989669551524, 40.81042507103582, -73.83992804621083, 40.810472268306356, -73.83995522311372, 40.81051290053818, -73.83998929158932, 40.81055711100634, -73.84002267580897, 40.81060002919885, -73.84005096794434, 40.8106417048321, -73.8400705037436, 40.810671632106605, -73.84008084316645, 40.810687475422476, -73.84010285944531, 40.8107253557381, -73.84012562101117, 40.81076974228832, -73.84015118483205, 40.81081937452431, -73.84017864733815, 40.810876914867784, -73.84019948906945, 40.81092225867282, -73.84021767022126, 40.810963098092074, -73.84023789596732, 40.81100981429686, -73.84026424238276, 40.81106529272949, -73.84028651186038, 40.81110344891089, -73.84031285163704, 40.81114690746096, -73.840341613783, 40.81118896908321, -73.84037145969604, 40.81123232081261, -73.84040769041347, 40.81127809831165, -73.84043453066867, 40.811308629961246, -73.84047232164338, 40.811351746823114, -73.840489759714, 40.81137092996772, -73.84053111639588, 40.81140441640365, -73.84057536373292, 40.81143596084332, -73.8406219584092, 40.81146972914131, -73.84066868680503, 40.811506574610064, -73.84069508430981, 40.81155629071661, -73.84070213962737, 40.811586080866924, -73.84070480242654, 40.81163128959468, -73.84070055217731, 40.81165658954428, -73.84068473761192, 40.81169834364022, -73.84066369765989, 40.81174991405541, -73.84064624210646, 40.81179836108734, -73.84063183096279, 40.81184299961208, -73.84061916801387, 40.81189554333008, -73.8406088890879, 40.811948831452845, -73.84060137072503, 40.8119955920722, -73.84058952975587, 40.81203745970652, -73.840579681238, 40.812061956768936, -73.84055752476593, 40.81209714014002, -73.84052578939523, 40.81214963135382, -73.84050569407248, 40.81218328041387, -73.84048673569035, 40.812225688394996, -73.84047660288302, 40.81226294692481, -73.84047345808523, 40.81230910935023, -73.84048110314139, 40.81236036281658, -73.84049491922156, 40.81241376710636, -73.84050678623507, 40.81246642848771, -73.84051477357461, 40.812509394232585, -73.84052393628969, 40.812561418819726, -73.84052941121317, 40.81261319246871, -73.84053039190685, 40.81265650601788, -73.84053114452445, 40.81270349688844, -73.84053208530607, 40.81276346870933, -73.84053026742875, 40.81282816073064, -73.8405323236603, 40.81287520833344, -73.84053243506808, 40.81291923387344, -73.84052068151465, 40.81295470627325, -73.84050113637734, 40.81300002205111, -73.84048338433885, 40.81305132412059, -73.84047239293054, 40.81310060311578, -73.84046762045, 40.81311673705206, -73.84044740600172, 40.813140615520766, -73.84041250619265, 40.813171555181995, -73.84038086435223, 40.81321542690304, -73.84035825739358, 40.81324155329039, -73.84032808767236, 40.81327400871091, -73.84028870393925, 40.813321272668794, -73.8402548509566, 40.813368820729295, -73.8402255553507, 40.81341184378558, -73.84019862049756, 40.81345050718996, -73.84016843669403, 40.81348924802932, -73.84013889610372, 40.813529115375815, -73.84011139851604, 40.813562205693, -73.84006681383018, 40.813628622271466, -73.8400223911871, 40.81367886970251, -73.83999987133623, 40.813699698505076, -73.83996446737021, 40.81372962246688, -73.83993026903293, 40.813768797113454, -73.83990380420212, 40.81380803741883, -73.83987992665699, 40.813836960695966, -73.83984212201095, 40.81387346843342, -73.83981191168792, 40.813893023116115, -73.83978940577651, 40.81390751148538, -73.83975428413018, 40.813940207509056, -73.8397249120111, 40.81397046846175, -73.83970626766778, 40.81400214549781, -73.83969637657846, 40.81402831464458, -73.83969308649444, 40.81406023274688, -73.83969996732844, 40.81409743290728, -73.83971423921072, 40.814142575834765, -73.839718221387, 40.81416876606966, -73.83971754574542, 40.814209634260166, -73.83970863648312, 40.81424840454857, -73.83969621516779, 40.81427591732258, -73.8396663380037, 40.814321410391024, -73.83963014205075, 40.81437877854258, -73.83961662057588, 40.814399483808934, -73.83960403942957, 40.81444705855799, -73.83960128620585, 40.814496186830745, -73.83960506887921, 40.8145308856015, -73.83961709988829, 40.8145748718817, -73.83963427747136, 40.81461288330682, -73.83965184624985, 40.81465333742525, -73.83966390823417, 40.81469973978028, -73.83967351916193, 40.8147293966566, -73.83969650486515, 40.81477073718629, -73.83971171826917, 40.8148137940624, -73.83971609886632, 40.814839436444714, -73.83970426026656, 40.81488037105705, -73.8396931562871, 40.81493074931667, -73.8396815525289, 40.814978985494484, -73.83967805229351, 40.81502234683414, -73.83967824247077, 40.815047709638655, -73.83968172034007, 40.815089405753604, -73.83968202066984, 40.81512956210004, -73.83967532522006, 40.81517969884875, -73.83967340938396, 40.81522514794445, -73.83967861925797, 40.81526671049138, -73.83968624018783, 40.81531261319079, -73.83969475676874, 40.81536115199307, -73.83970036934538, 40.81540087628015, -73.83970964644172, 40.815448125723705, -73.83971052030822, 40.815476534962514, -73.83971677450319, 40.81551905978963, -73.83972652065627, 40.815567434605406, -73.83972945513338, 40.81559461212459, -73.83972679423371, 40.81563446088331, -73.83971138323724, 40.81568763280104, -73.83968905524982, 40.81571853477898, -73.83966154140575, 40.81575642821441, -73.8396428921669, 40.81579040869982, -73.83962514377025, 40.81582535216727, -73.83960904680697, 40.8158630975786, -73.83959817670353, 40.815905845323506, -73.83959179242179, 40.81594632104715, -73.83959346246955, 40.81598812540484, -73.83960051198422, 40.81601637934283, -73.83961197836005, 40.816040493530046, -73.83963860843085, 40.81606838928805, -73.83967656390675, 40.81610513917936, -73.83970457399236, 40.81612946906628, -73.83972479421251, 40.81614994479121, -73.83973630770929, 40.816169778061855, -73.83974535295764, 40.816209012739094, -73.83974266143932, 40.816246803812994, -73.83974536497723, 40.816278839196094, -73.83974040274302, 40.81629927991414, -73.83974550098769, 40.81632720064667, -73.83975251154247, 40.816356908824275, -73.83975105360015, 40.81637710677575, -73.83974083376121, 40.81642004814089, -73.83973682432955, 40.816450398365234, -73.83973943488353, 40.81647625800097, -73.8397559926475, 40.81651594256016, -73.83977501425662, 40.816539052367396, -73.83979891968801, 40.81655854535212, -73.8398357955373, 40.816577645722575, -73.83987634336631, 40.81658741751616, -73.83992955919669, 40.816602780066674, -73.83996172185478, 40.8166142151156, -73.84000617260746, 40.816638402954155, -73.84002452178312, 40.81665530825409, -73.84004244916005, 40.81668201128727, -73.8400532221377, 40.81670870619408, -73.84005786515226, 40.816731301633126, -73.8400541581915, 40.81676999630297, -73.84005017843495, 40.81681813321846, -73.84005322920619, 40.81684237345971, -73.84006860125106, 40.816893693464834, -73.84008926177502, 40.81692641200666, -73.84007166966927, 40.81697027518793, -73.84007069781279, 40.816998352274254, -73.84007350292576, 40.81701877856362, -73.84010968847369, 40.81704018136146, -73.84013456499844, 40.81706211867287, -73.8401583134598, 40.81708638760572, -73.84016434908344, 40.817100668868854, -73.84017977673143, 40.81714617081518, -73.84018986220445, 40.81718823355629, -73.84018088594993, 40.81721042739948, -73.84015930468948, 40.81726045977855, -73.84015364982261, 40.81728405669736, -73.8401460506093, 40.81730389043985, -73.84012911580882, 40.81733068289472, -73.8400971774364, 40.81736091335412, -73.8400637534514, 40.81739278785447, -73.84004885457813, 40.817413324659185, -73.84004075242154, 40.81744759538333, -73.8400407635683, 40.817473038973404, -73.84004916932616, 40.817523031882295, -73.84006326808536, 40.817564661656604, -73.84006817788935, 40.81761141152284, -73.84006902140341, 40.817651539788834, -73.84006554852195, 40.81768356568907, -73.84006442307408, 40.81773066468072, -73.84006457996703, 40.817785724052776, -73.84006107877961, 40.81782952392526, -73.84006179819185, 40.81784681628716, -73.84005882575075, 40.81786492838421, -73.8400501117976, 40.81789826444135, -73.84003663830352, 40.817941666866005, -73.84001738540388, 40.817985472797666, -73.84000282439715, 40.818031070924086, -73.83999174395487, 40.818056745856836, -73.83997146457524, 40.8180763701823, -73.83994721458964, 40.818093930454076, -73.83989129640412, 40.81812135493096, -73.8398358402997, 40.818150810645584, -73.83980338858248, 40.81816904657399, -73.83977410489923, 40.81819184161456, -73.83973600763895, 40.81822969243116, -73.83970813734118, 40.81826506127214, -73.83968112559485, 40.8183056730989, -73.83964628481891, 40.818355605892336, -73.83961682672032, 40.818405958590205, -73.83959020417812, 40.818446350314225, -73.83955975142554, 40.818492804257836, -73.83952875764358, 40.81853552397555, -73.83949536775391, 40.81856813946347, -73.8394553699401, 40.8185991527603, -73.839421564077, 40.81862581355485, -73.83940173951136, 40.81865084500195, -73.8393722305827, 40.81869266084387, -73.8393457482317, 40.81873771998614, -73.8393230968353, 40.81878179661424, -73.8393010363804, 40.8188206844916, -73.8392827266672, 40.8188471462185, -73.83926327736346, 40.81886644199227, -73.83924131570679, 40.818880107048344, -73.83921062175602, 40.818887859861164, -73.83917884220396, 40.81889750399837, -73.8391343940159, 40.81891588689494, -73.83910785444706, 40.818925676099106, -73.83906863005693, 40.81894991139129, -73.83904525921729, 40.818978176917504, -73.83901926875994, 40.81901379584955, -73.83900600878253, 40.81904402326022, -73.8389973704224, 40.81908943681578, -73.83899499590868, 40.81913021885133, -73.83899252936084, 40.81917915386598, -73.83898165059364, 40.81922607442592, -73.83896674010043, 40.819266290550175, -73.83895179136961, 40.819291932060736, -73.83892925526307, 40.81931855351833, -73.83889841957894, 40.81935586579302, -73.83887313301315, 40.81939930739818, -73.83885862847896, 40.819435817625575, -73.83884692763581, 40.819478538000666, -73.83883183277655, 40.819520428774375, -73.83881329983966, 40.8195498266357, -73.83878396391634, 40.81956394775271, -73.83875560429999, 40.81957823591916, -73.83874531082536, 40.819590929349744, -73.83873951495754, 40.81961323648106, -73.83873964615383, 40.819648121950564, -73.83874391180547, 40.81966198747827, -73.83875854071164, 40.819678395195396, -73.83878050911953, 40.81969291762486, -73.83879464222149, 40.81970457451805, -73.83880275200016, 40.81972772504769, -73.83880792051276, 40.819741263153304, -73.83883419827436, 40.81976729185409, -73.8389050502218, 40.81978095055943, -73.83897175779526, 40.819790375596284, -73.83901859777636, 40.81979881202753, -73.839045537169, 40.81981940799979, -73.83906102092469, 40.81984067415631, -73.83906692114444, 40.819866838250306, -73.83906598253041, 40.81989519091417, -73.83906223187644, 40.8199374271299, -73.83905514629596, 40.81998380188058, -73.83903914634465, 40.82002695571346, -73.83902543003485, 40.82006591190986, -73.83901403876445, 40.82011540987578, -73.83900711294605, 40.82015550117201, -73.83900844461364, 40.820172437791946, -73.83901512876972, 40.82021754315071, -73.83901255533753, 40.82026557120662, -73.83900758135178, 40.82032054144941, -73.83900572645837, 40.82037043813986, -73.83900778277754, 40.82041710029999, -73.8390067027416, 40.82045881885082, -73.8390054485328, 40.82050001577007, -73.83900523576051, 40.82054288726778, -73.83900591400962, 40.82059081180127, -73.83899854705136, 40.82063438650353, -73.83899041846773, 40.8206787039526, -73.83898691421624, 40.82072390494291, -73.83899084555617, 40.820771640410534, -73.83899661969214, 40.820818584211835, -73.8389936350045, 40.82085824066227, -73.8389881061345, 40.820903932296986, -73.83898115665355, 40.82095327256474, -73.83897811310528, 40.821001082037206, -73.83897635872442, 40.82105449170319, -73.83897144270728, 40.82110114502241, -73.83896876394928, 40.82114711528631, -73.8389680465997, 40.82122949180475, -73.83896848915727, 40.821245486160464, -73.838970462817, 40.821295936592435, -73.83896840037872, 40.821341934730455, -73.83896359944288, 40.82138559675501, -73.83897103404713, 40.821433146205074, -73.83897936970608, 40.82148259065889, -73.83898855333148, 40.82152500791238, -73.83898852778016, 40.82158014984373, -73.83898965913664, 40.8216201146036, -73.83899031962504, 40.82166068203907, -73.83899014071443, 40.82170523030223, -73.8389921221278, 40.821751508735815, -73.83900055238838, 40.82179225181009, -73.83901084962125, 40.82183692275863, -73.83901468541036, 40.82187862024752, -73.83901494395788, 40.82192168419945, -73.8390112607974, 40.82195017079773, -73.83899961060477, 40.82197230406845, -73.83898483179388, 40.82198724249688, -73.83894612305028, 40.82200777381122, -73.83892860490641, 40.82202070389898, -73.83891725175559, 40.82203910591453, -73.83890940912832, 40.8220695047581, -73.83891007897951, 40.82209198571262, -73.83891775760202, 40.822127870457344, -73.83893365536969, 40.82215802871239, -73.83895000966933, 40.82217784268798, -73.83896783526603, 40.82218728048283, -73.83899704985902, 40.82219388230191, -73.8390588169205, 40.82220030893044, -73.83907976634421, 40.82220374114789, -73.83909881961736, 40.82221384070023, -73.83912065845539, 40.82223673480147, -73.83914027428547, 40.82226813549811, -73.83914418600892, 40.82229366555464, -73.83914362303695, 40.82234757034615, -73.8391417346923, 40.822381411106484, -73.83913670230255, 40.82240020557173, -73.83912478928637, 40.82244179823586, -73.83911955261296, 40.82248526784501, -73.83911427181248, 40.82253227724733, -73.83911511740638, 40.82255662427468, -73.83912730855715, 40.82259465578062, -73.83914789263964, 40.82262962469487, -73.83917819981649, 40.8226761902639, -73.83920005170897, 40.822724170421914, -73.8392194183462, 40.822754281242595, -73.83924954654603, 40.82278616213189, -73.83927497057735, 40.82280647947336, -73.83931748737075, 40.82282514840498, -73.83936694319982, 40.82284297511684, -73.8394109816531, 40.822860355720834, -73.83943412714989, 40.822866536547934, -73.83946782952869, 40.82286990450608, -73.83951281771482, 40.82288327827954, -73.83955885242972, 40.82289624376523, -73.8395731053852, 40.82290474447933, -73.83960723200377, 40.82294063804983, -73.83961811033443, 40.822955446550516, -73.83962430127875, 40.82298070780737, -73.83962328700538, 40.82299626699039, -73.83961628246577, 40.823038554507484, -73.83960512544716, 40.82305132965277, -73.83956939014253, 40.82308182751089, -73.83953559358334, 40.823102229878955, -73.8394985798723, 40.82312358768938, -73.83948293107177, 40.82314039079848, -73.83947058165263, 40.82316636556106, -73.83946133663132, 40.82321010335129, -73.83946310420122, 40.8232552567459, -73.83947216525755, 40.823290236570024, -73.8394806195877, 40.82330498767847, -73.8395243204905, 40.82334204813529, -73.83955969873448, 40.82336973632673, -73.83958959459451, 40.823393931956474, -73.83960774068086, 40.82342008602623, -73.83962230646306, 40.82346311583493, -73.83971586541753, 40.82361167848021, -73.83975706468142, 40.82367365933106, -73.83979682681593, 40.82373091506208, -73.8398138397065, 40.8237497275707, -73.83985092051176, 40.82378087954675, -73.83986406427722, 40.823793264328245, -73.83987499930531, 40.823806760856634, -73.83988177396155, 40.823820070607255, -73.8398855799602, 40.8238340254939, -73.83988761382142, 40.82384992389429, -73.8398876092235, 40.82390208608752, -73.83988877109293, 40.82392024982823, -73.83989217189081, 40.8239370749368, -73.83989804213769, 40.823951841335315, -73.83991630450555, 40.823982498000994, -73.83993696568854, 40.82400794141333, -73.83995900235014, 40.82402928766771, -73.84001112933305, 40.82407549787359, -73.84003250221564, 40.824096838690245, -73.8400512446732, 40.82411866392373, -73.84006794212257, 40.82414104912853, -73.8400824669432, 40.824163824835054, -73.8400947199147, 40.82418684232453, -73.8401065804829, 40.824212834511, -73.84011436385165, 40.82423361707023, -73.84011935859786, 40.82425263439016, -73.84012161939508, 40.824270318785565, -73.84012279638253, 40.824312316000764, -73.84012146641625, 40.82434928406556, -73.84011546729356, 40.824385652228756, -73.84011622285531, 40.82440322917874, -73.84011965963239, 40.82442238211402, -73.84012920489731, 40.82443711217182, -73.84014471143661, 40.82444504453582, -73.8401639812639, 40.824447246848045, -73.84019823927252, 40.824470848629836, -73.84023135127741, 40.824496306539, -73.84029687389794, 40.82455005612184, -73.84033043579062, 40.824579738856904, -73.84035556380215, 40.824606267171575, -73.84036959421027, 40.824629656294384, -73.84038530421633, 40.82467782761814, -73.84039393514564, 40.82469670317661, -73.84041990495635, 40.82473852578301, -73.84044923411128, 40.82478043947898, -73.84046613187435, 40.82480098248346, -73.84050624172204, 40.82484427263005, -73.84052086929987, 40.824862385646824, -73.84053175490503, 40.824879321039916, -73.84054115725387, 40.82489835073791, -73.84054927109048, 40.82491983070676, -73.84055669249535, 40.82494532683471, -73.84056032679939, 40.82497066554194, -73.8405610248953, 40.825028109210685, -73.84056568472964, 40.82505290453465, -73.84058562033617, 40.825107820088526, -73.84061219930416, 40.82516764352447, -73.84065132710816, 40.82524245865885, -73.84066456288947, 40.82527006547319, -73.84068066245227, 40.82530966725987, -73.84072282590238, 40.82541339341407, -73.84074971262763, 40.82547598806904, -73.84077228994965, 40.82552039483354, -73.8407911611218, 40.825539229568186, -73.8408493416174, 40.82556907490384, -73.84086586072091, 40.825581040090995, -73.84091756238331, 40.825642293887384, -73.84093348425947, 40.82566408896534, -73.84094648969169, 40.82568449595475, -73.84097048437958, 40.82573214642231, -73.84098159933167, 40.82575044543868, -73.84101206121296, 40.82578598592799, -73.84102112176741, 40.82579834062957, -73.84103653594872, 40.82582526152135, -73.84104849270379, 40.82585146084983, -73.84107527216749, 40.82592491977035, -73.84110645600501, 40.82599972829373, -73.84114833889936, 40.82608885143586, -73.84115227576478, 40.826112708318256, -73.84114499608266, 40.82616176906346, -73.84114555065062, 40.826182223712, -73.84115162946952, 40.82620764680708, -73.8411688539321, 40.82626439462679, -73.84117437985273, 40.82629002227202, -73.84119030758285, 40.82641426863983, -73.84119900965914, 40.826467103764124, -73.8412076265494, 40.8265009977211, -73.84122779265785, 40.82655907961331, -73.84125096081647, 40.82661748891252, -73.84127442780773, 40.8266709062638, -73.84129298272589, 40.82670970629025, -73.84132103339932, 40.82676437262484, -73.84134405177537, 40.82680263488404, -73.84139538979721, 40.82687429229043, -73.84141507878391, 40.826904373445444, -73.84146151033222, 40.82698645452669, -73.84150562301024, 40.82707458734048, -73.84152062242234, 40.8271086206143, -73.84155491665965, 40.82719295962876, -73.84157562387615, 40.827236595528596, -73.84162833739671, 40.82732927500776, -73.84166818425946, 40.82740981070882, -73.84168670896747, 40.82744455028586, -73.841720251615, 40.82750113851084, -73.84175556692287, 40.827556603537246, -73.84180890627935, 40.827630589478055, -73.84189142429307, 40.827740960343746, -73.84190466171734, 40.8277563265554, -73.84193918771211, 40.82779035952323, -73.84195153967563, 40.82780419457208, -73.84197123823401, 40.827830966315105, -73.84199451203813, 40.82787929543748, -73.84200968072004, 40.82787767011203, -73.84202817184814, 40.82791469954773, -73.8420703078376, 40.827958652863806, -73.84208767999968, 40.82797966182439, -73.84210573528851, 40.82800805038606, -73.84211577243848, 40.82802721949013, -73.84212819321891, 40.82805355530617, -73.8421422416028, 40.82809092353043, -73.84215671136542, 40.828140569698725, -73.84216264931477, 40.828166144722466, -73.84218467015053, 40.82826102235366, -73.84218989581446, 40.82828352300627, -73.84220136374623, 40.82833026275929, -73.84221421420688, 40.82837441097258, -73.84223202574083, 40.828437672705014, -73.84224058485924, 40.82847326212837, -73.84224570594755, 40.82850038398228, -73.84225358193338, 40.82854209944752, -73.84226913376894, 40.828624452207485, -73.84227270945996, 40.82864386999991, -73.84227757029241, 40.828670268397005, -73.84229287615743, 40.828753387137965, -73.8422975708027, 40.8287788830091, -73.84230249018744, 40.82880559485733, -73.84231339303693, 40.82885823747646, -73.84232034714454, 40.828891794977764, -73.84232846277742, 40.828930974964926, -73.84233380617208, 40.82896086884454, -73.84233744956404, 40.82898124935696, -73.84234417384849, 40.82903476064073, -73.8423521170647, 40.8291177036116, -73.84235497114132, 40.82914749683272, -73.84236446238562, 40.82924306957725, -73.84238020308898, 40.82930587549682, -73.84239470533458, 40.829314967817474, -73.84241504600288, 40.82931966468752, -73.84243490359754, 40.829318094340046, -73.84245108903465, 40.82932529160758, -73.84245536196502, 40.82934017634552, -73.8424515304258, 40.829357175182935, -73.84244059479487, 40.82938087571348, -73.8424230144497, 40.829384496902165, -73.84238570880446, 40.82938437748418, -73.84236279587063, 40.82939805622264, -73.84234343608485, 40.829416172957316, -73.8423293594057, 40.82943710646037, -73.84232189827833, 40.82945889097112, -73.84231821760851, 40.829489749548515, -73.842315745274, 40.82955550220788, -73.8423131478713, 40.829583983154656, -73.84229653283046, 40.829702999738146, -73.84228760386007, 40.82976234734021, -73.84227876399427, 40.829821107939274, -73.84226898792798, 40.82986820493, -73.84224720128078, 40.82994979250608, -73.84221965727856, 40.830051530708424, -73.84220786783754, 40.830087241765085, -73.84219541618866, 40.83011923556645, -73.84217855117188, 40.830153066642396, -73.84213838498077, 40.83021966189348, -73.84212287412281, 40.830248356583205, -73.84209904241335, 40.83029784944434, -73.84208571245689, 40.83033072991952, -73.84207844386373, 40.83035573394893, -73.8420671529403, 40.8304091215113, -73.84206111738884, 40.830432086703595, -73.84204269112404, 40.83048578596796, -73.84201776736295, 40.83054777169868, -73.84200478843098, 40.83057657609808, -73.84199083087593, 40.83060411035604, -73.84197587682026, 40.830630414069546, -73.84195991436533, 40.830655505231825, -73.84191187496418, 40.83072338452296, -73.84184854779625, 40.8308062568011, -73.84173028698561, 40.830953924504804, -73.84169464550696, 40.83098845913795, -73.84165757271629, 40.83102213092051, -73.84163170914987, 40.831044391689694, -73.84146200737247, 40.83118466202661, -73.84139078071597, 40.83124678656588, -73.84132766534188, 40.83129604602815, -73.84130414248112, 40.83131654767282, -73.84128346548935, 40.83133781144696, -73.84123592087145, 40.83139061592736, -73.84117763675299, 40.83145015211452, -73.84113918807935, 40.83148387316201, -73.84107709405532, 40.83153172281536, -73.84102029669032, 40.83160402189951, -73.84091234795996, 40.83171360838211, -73.84083716382192, 40.83176738312059, -73.84075875940177, 40.8318237062693, -73.84066853453304, 40.83194201488238, -73.84058325250453, 40.83203239236913, -73.84044560839166, 40.83210795534268, -73.84036001674248, 40.832171019292424, -73.84031402186655, 40.83220490881469, -73.84020070800031, 40.83229206124423, -73.84008737749204, 40.832399825889546, -73.8399865902341, 40.83250552227745, -73.83987623033858, 40.83261071271428, -73.83976069616311, 40.83271839112901, -73.83964799090107, 40.83282193017857, -73.83955907610783, 40.83291918883909, -73.83944825828392, 40.833018531304596, -73.83939207797025, 40.83304219465358, -73.83930117043032, 40.83308263445556, -73.83919798918613, 40.83320663478937, -73.83911284132523, 40.833315535460116, -73.8390769469673, 40.83337951963537, -73.83904176308788, 40.833508526886924, -73.83899603945954, 40.833632498247695, -73.83895781794715, 40.83377662415277, -73.83893364399285, 40.83388077954803, -73.83892596729953, 40.83400612052687, -73.83891131393275, 40.834133647166574, -73.8389329354479, 40.83427777467645, -73.83896299449039, 40.83441527100408, -73.83899248361277, 40.83453454319574, -73.8390188364122, 40.83466528421368, -73.83901752673769, 40.83480328603125, -73.83902520271397, 40.83485706533402, -73.83903299032849, 40.83499897898993, -73.83905062662416, 40.835087602455665, -73.83909784743634, 40.835212169049214, -73.83910516148512, 40.835296029789625, -73.83912455060978, 40.83540757509494, -73.8391454355501, 40.83554385188656, -73.83915346478001, 40.835674730283074, -73.83915346478001, 40.835674730283074 --73.77200435714335, 40.85711605840045, -73.77200908270468, 40.857140138833465, -73.77201493271485, 40.857163151701826, -73.77201864550733, 40.85718651604149, -73.77202282664476, 40.85721199566535, -73.77202849508024, 40.857245079294195, -73.77203081948807, 40.85726347286659, -73.77203356342648, 40.857285766405084, -73.77203647309607, 40.85731195760706, -73.77204000075878, 40.85733743503801, -73.7720412126491, 40.85735272511186, -73.77204206602087, 40.85736776864254, -73.77204223277339, 40.857382094924155, -73.77204420685744, 40.85740754227019, -73.7720452107797, 40.85743125875159, -73.7720458712905, 40.8574489367451, -73.77204823132374, 40.85746697469194, -73.77205075453614, 40.857490693274364, -73.7720519353665, 40.85750466586425, -73.77205311168223, 40.85751995586723, -73.7720533474852, 40.85753524491246, -73.77205351783164, 40.85754921550576, -73.77205328217289, 40.85757575618658, -73.77205208366824, 40.85760915762614, -73.77205021202049, 40.8576278733876, -73.77204928692687, 40.85764378958389, -73.77204819481835, 40.85765756677792, -73.7720459717249, 40.85767293290941, -73.77204310936726, 40.857696256339416, -73.77204212507313, 40.85771906299479, -73.77204322839982, 40.85773523263524, -73.77204448095898, 40.85774904057605, -73.7720467104785, 40.85776328988786, -73.77204821054166, 40.85777893802579, -73.77204912661894, 40.85779645083233, -73.77204971586468, 40.857815198470156, -73.77204885775163, 40.857832679855846, -73.7720490952163, 40.85786893869541, -73.77205561743149, 40.85789620681791, -73.77206233208264, 40.85792062075574, -73.77206939513778, 40.85794788904523, -73.77207433908214, 40.85797125671248, -73.77207749487079, 40.85798932324385, -73.7720801750708, 40.85800911778303, -73.77208208402652, 40.85803212195811, -73.7720846712273, 40.85805759752652, -73.77208831401305, 40.85809172171805, -73.77208897564145, 40.85810942492529, -73.77208935761676, 40.85812463231262, -73.77208883950932, 40.858138767235204, -73.77208752594737, 40.858163521906526, -73.77208841313715, 40.858179085986706, -73.77208932744075, 40.85819712107435, -73.77209181654007, 40.858219385288415, -73.77209426397411, 40.85823338829341, -73.77209707202144, 40.85824772069069, -73.77209824692974, 40.85826273603792, -73.77209844944129, 40.858278052930544, -73.77209761023857, 40.85831216916743, -73.77209681052695, 40.85833406848799, -73.77209721224835, 40.85835424393589, -73.77209675443359, 40.858371204725344, -73.77209608307646, 40.858387835512346, -73.77209567173193, 40.8584026568212, -73.77209605248845, 40.858418220800715, -73.77209617329189, 40.85843592293851, -73.77209800234019, 40.85845006249683, -73.77210012662172, 40.85846422875254, -73.77210295640731, 40.85848191192792, -73.77210592597304, 40.85850137655518, -73.77210857056137, 40.8585208423414, -73.77211114891873, 40.858538523218805, -73.77211206688428, 40.85855480054924, -73.77211161249545, 40.85857214675613, -73.77211002537797, 40.85859193286354, -73.77210927452144, 40.85861065083653, -73.77210500508274, 40.85864344107318, -73.77210216211176, 40.858660754646316, -73.77209954718742, 40.8586748575105, -73.77209660115459, 40.858690057421896, -73.77209286171875, 40.85870558534652, -73.77208930006118, 40.858721496331874, -73.77208548586253, 40.85873738160435, -73.77208102647947, 40.85875222102983, -73.77207739744603, 40.858766679385795, -73.77207384548913, 40.85878044991698, -73.77206774963753, 40.858807666091366, -73.77206516962391, 40.858821960828465, -73.77205974800786, 40.858842782130125, -73.77205781602486, 40.858857983143025, -73.7720549742123, 40.8588752985177, -73.77204854311947, 40.85890550456661, -73.77204748231955, 40.85891983021998, -73.77204491389055, 40.85894112361329, -73.77217415709427, 40.859193671903355, -73.77222569369587, 40.85929299630972, -73.77224214161407, 40.85931386079092, -73.77225288210677, 40.859333726162525, -73.77226215341719, 40.85935037657361, -73.77227402438098, 40.85936777412155, -73.77228895859331, 40.85939843477543, -73.77229578091708, 40.85941225460235, -73.77230194726609, 40.8594261001491, -73.77231557689218, 40.85944808467374, -73.77232539145668, 40.85946369338027, -73.77233459405852, 40.859478944283026, -73.77234328955839, 40.8594943877905, -73.77235170362084, 40.859507853258826, -73.77236029308108, 40.85952274635429, -73.77237092941115, 40.85954118422676, -73.77237890328801, 40.85955643180108, -73.77238752386855, 40.859583375355825, -73.77239233853138, 40.85960265270711, -73.77239572175039, 40.85962813073192, -73.7723941593424, 40.859651457627415, -73.77239331743715, 40.85966526232819, -73.77239109501585, 40.85968043575666, -73.7723875725485, 40.8596959911309, -73.77238090360764, 40.85971115578696, -73.7723703734542, 40.859735152065845, -73.77235778806505, 40.859758044786446, -73.77235137824653, 40.85977200239059, -73.77233970148076, 40.85979278344439, -73.77232765022615, 40.85980758268237, -73.77230252973374, 40.859826882906574, -73.77228641729106, 40.85983374078051, -73.7722513912389, 40.85984355095631, -73.77221453414015, 40.859849133293075, -73.77219518205517, 40.85985197756362, -73.7721632438114, 40.85985748585006, -73.77214295029461, 40.85986093248373, -73.77211075247209, 40.85986742718348, -73.77207341338293, 40.85987624759709, -73.7720538015292, 40.85988186214828, -73.77202998897504, 40.85988875970332, -73.77200617653142, 40.8598963155142, -73.77198746424271, 40.85990281071301, -73.77194969836911, 40.85990948706944, -73.77192590576549, 40.85991125273192, -73.77190261494368, 40.85991403333679, -73.77188116687387, 40.859916928341065, -73.7718606229954, 40.85991935777329, -73.7718363941262, 40.85992175289988, -73.77181263516007, 40.859923737425355, -73.77179212913818, 40.85992619393508, -73.77175947034306, 40.85993082270372, -73.77174127505967, 40.859933887106, -73.77170488425195, 40.85994043012825, -73.77168343277066, 40.85994431383053, -73.77165872925508, 40.859947804781235, -73.77163026730635, 40.8599512333574, -73.77158758884313, 40.85995751716197, -73.77156104436814, 40.85995933223138, -73.7715354084219, 40.85996114639223, -73.77151700768087, 40.859961521479676, -73.77149310034923, 40.859964220637146, -73.77145916107298, 40.859972497384135, -73.77143100403148, 40.85998141592149, -73.77140031812695, 40.860000732839005, -73.77137876167274, 40.86001444065712, -73.77136102617202, 40.86002071796962, -73.7713428049048, 40.860020978121824, -73.77131022410661, 40.860023252128386, -73.77128830889431, 40.86002573547169, -73.77126223601465, 40.860027328985474, -73.77124126229243, 40.86002953863542, -73.77122191602334, 40.860031009502336, -73.77117904242192, 40.86003089836696, -73.77115764276314, 40.86003038946869, -73.77113157786039, 40.860030008187195, -73.77110642453839, 40.86002770615538, -73.7710729221874, 40.86002445734308, -73.77105105865625, 40.860021916892485, -73.77101713683973, 40.86001545247098, -73.77099318330451, 40.860010546768336, -73.77096251173424, 40.860004996479105, -73.77094180740532, 40.86000130567768, -73.7709234573046, 40.859996960385786, -73.77089279151322, 40.85998973607259, -73.77086999866854, 40.859984283348346, -73.77084630545447, 40.85997784099029, -73.77082355411142, 40.85997101688811, -73.77080080116127, 40.85996397215746, -73.77078082773738, 40.85995882758202, -73.7707557239388, 40.85995249226303, -73.77072878491728, 40.85994420372398, -73.77070790919076, 40.85993828922218, -73.77068883931892, 40.85993287177601, -73.7706698085405, 40.85992712482393, -73.77065214634213, 40.85992245127557, -73.77063080417085, 40.85991560202112, -73.77060899359904, 40.85990803864087, -73.77058992994958, 40.85990116599363, -73.77057278050945, 40.859895011240866, -73.77054956281003, 40.85988689575032, -73.77051124980837, 40.85987369846403, -73.77049128330064, 40.859866907750444, -73.77047131381453, 40.85986063751261, -73.77045275190179, 40.859854451116085, -73.7704202593418, 40.85984217307648, -73.77039708133056, 40.859832878888454, -73.77037665062026, 40.85982416467821, -73.77034278492287, 40.8598111139621, -73.77031145259967, 40.8597977404999, -73.77029337068076, 40.859788921090484, -73.7702739199128, 40.859779111111635, -73.77025164975353, 40.859768993850075, -73.77023288046186, 40.8597603648674, -73.77021021796425, 40.85974846293933, -73.77019344950516, 40.8597360774754, -73.77017935170987, 40.85972551092212, -73.77014969018146, 40.85970986249582, -73.77012139268305, 40.85969660308664, -73.77008218909387, 40.85968033230013, -73.77006227521554, 40.859668297144076, -73.77003821508845, 40.859653455887994, -73.77002313120681, 40.85964475227151, -73.77000855661835, 40.85963659896917, -73.76998120764677, 40.859620020396974, -73.7699520675593, 40.85960075027453, -73.76993702483429, 40.85959147041305, -73.7699215142882, 40.85958131163576, -73.76990369465058, 40.85957007756478, -73.76988771049797, 40.859560713874444, -73.76987310468577, 40.85955096842043, -73.7698467356993, 40.85953398024513, -73.7697938438185, 40.85949890676848, -73.76976992017643, 40.859480306168585, -73.76974633803611, 40.859462418535365, -73.76972275638173, 40.859445079298645, -73.76970346978861, 40.85942969819829, -73.76968680857715, 40.859417560509414, -73.76967198582791, 40.85940745800115, -73.76965915099704, 40.85939733154445, -73.76963453964906, 40.85937458367183, -73.76962173979335, 40.85936429339098, -73.76960930719461, 40.859353783221124, -73.76958025143978, 40.859329407374716, -73.76956207916602, 40.85931592221314, -73.7695472945613, 40.85930543435366, -73.76953413242028, 40.859295307229026, -73.76951048380876, 40.859276102892736, -73.76949124002984, 40.85925866331404, -73.7694726056355, 40.859243008826915, -73.7694550149198, 40.85922771301762, -73.76943890795472, 40.85921242017063, -73.76942247844619, 40.85919676918087, -73.76940713051123, 40.859181835342135, -73.76939242635004, 40.859168686665356, -73.7693784433589, 40.85915586720778, -73.76936458289833, 40.85913918127493, -73.76933824951959, 40.8591126946489, -73.76932152694816, 40.859098114645604, -73.76931025032266, 40.85908672967355, -73.76929865605966, 40.85907322970675, -73.76928579748011, 40.85905972721054, -73.76927235654749, 40.859046910624706, -73.76925286636893, 40.859027712749494, -73.76924195636836, 40.859014928236576, -73.76923014379435, 40.85900214191732, -73.76921054328486, 40.858983301309884, -73.76919137377573, 40.858965697038215, -73.76916682544004, 40.858944706052114, -73.76915096627255, 40.85893152711768, -73.76913319210294, 40.85891719081704, -73.76911411917953, 40.85890252413499, -73.76909487189847, 40.85888615426775, -73.76907876752625, 40.85887050387853, -73.76906006352114, 40.85885377849731, -73.76904020561773, 40.85883633671186, -73.76902060148612, 40.85881856855181, -73.76899933598995, 40.858799696659034, -73.76897071863621, 40.85877523868818, -73.76895410173475, 40.858761015437416, -73.76893831629314, 40.85874712342997, -73.76891568464708, 40.85872684941866, -73.76890288468952, 40.85871699759649, -73.76887919840952, 40.85869850534293, -73.76886643413778, 40.85868862657333, -73.76883416559404, 40.85866435395888, -73.76881887854361, 40.858652109035376, -73.76880575577881, 40.8586419828054, -73.76879245117904, 40.85863196426869, -73.76877867839484, 40.858621177571756, -73.76876498491885, 40.858609072709655, -73.7687499941525, 40.85859485358851, -73.76872134545992, 40.85856888626466, -73.76869979367834, 40.85854984985185, -73.76868689296312, 40.85853829587062, -73.76867442148777, 40.858527455939324, -73.76865385385673, 40.85850611622765, -73.7686351960484, 40.858486399429395, -73.76859759795043, 40.85845555596479, -73.76845308431254, 40.85832593444942, -73.76844070068286, 40.85831100642812, -73.76843015824441, 40.85828675028656, -73.76841585941146, 40.85826119619679, -73.76840458249032, 40.858239763426596, -73.76839697333683, 40.85822396610255, -73.76839695072692, 40.858210023715834, -73.76840783583911, 40.85818797717132, -73.7684133768606, 40.85817473212848, -73.76840923544812, 40.8581596819714, -73.76840314307408, 40.85814427310343, -73.7684198104525, 40.85812314406105, -73.76841628600921, 40.85809678764498, -73.76841163380114, 40.85808333123654, -73.7684088941043, 40.8580601587395, -73.7684040164292, 40.858038904504426, -73.76839982992018, 40.85801603166851, -73.76838541091736, 40.858004229670094, -73.76838734859129, 40.85798762845869, -73.76840872050535, 40.85796491588857, -73.76841634861778, 40.85794426487293, -73.76842338144739, 40.85791779187143, -73.76841030587414, 40.85789383140662, -73.7684036783921, 40.85787644578082, -73.76842431938849, 40.857855517419004, -73.76842948881041, 40.857835217162034, -73.76843693540818, 40.857814234398646, -73.76844064067913, 40.85779887131023, -73.7684456950766, 40.857769705462026, -73.76844780434851, 40.857755931242764, -73.76844445837634, 40.85773009566934, -73.76844411145531, 40.85771596082546, -73.76844109091509, 40.85769067520598, -73.76843575027574, 40.85767737950466, -73.76843074336344, 40.857651350592654, -73.76842609492799, 40.85762694058688, -73.76842203273137, 40.85760958622455, -73.7684114481856, 40.857596775267545, -73.76839919538146, 40.85757531352043, -73.76838535850683, 40.85755338213603, -73.76837368519737, 40.85754125516588, -73.7683497418496, 40.8575238608848, -73.7683363681151, 40.85751266340797, -73.76832145862673, 40.85749665871199, -73.76831137978101, 40.85748406848146, -73.76828962365381, 40.85746220312654, -73.76826420309493, 40.8574432975337, -73.76824057774347, 40.85742826316165, -73.76822347859104, 40.857417112217455, -73.76819186060193, 40.85739256697302, -73.76817657947504, 40.85738010135181, -73.76815991767508, 40.85736801926586, -73.76813465149442, 40.8573466970292, -73.76810649949958, 40.85732306372277, -73.76809214993011, 40.85731249550173, -73.76807964138628, 40.85730217591402, -73.76806742465305, 40.85729150301754, -73.76805430797835, 40.857279400127474, -73.76804180198846, 40.85726801165469, -73.76802792137445, 40.85725799276904, -73.76801317789092, 40.857245776743035, -73.7679855354131, 40.857232162423344, -73.76796107421126, 40.85720790525683, -73.76794886256178, 40.85719544577826, -73.76793886052563, 40.85718194977212, -73.76791445653659, 40.85716169990748, -73.76789751194475, 40.857148436666854, -73.76787700153078, 40.85713162550817, -73.76784747885304, 40.857107603968146, -73.76782483535364, 40.85709098031294, -73.7678021487771, 40.8570761674594, -73.76778029963808, 40.85705962733897, -73.7677600029621, 40.85704377831663, -73.76773679223855, 40.85702385949594, -73.76771628410509, 40.85700641796713, -73.76769444555956, 40.85698685759543, -73.7676721269727, 40.856969932898565, -73.76763952836905, 40.85694714148815, -73.76762145818874, 40.85693494572581, -73.76760465443813, 40.856922478761575, -73.76758709841229, 40.8569094330629, -73.76756625384557, 40.856894954354125, -73.76754220631324, 40.85687695546135, -73.76752970355861, 40.85686468805653, -73.76751442336786, 40.85685134616743, -73.76750097881586, 40.85683979005264, -73.76748850659936, 40.856829308383944, -73.76747607125051, 40.85681879887288, -73.76746190463192, 40.856808203025544, -73.76744785073294, 40.85679522019463, -73.76743343505431, 40.85678259142719, -73.76741886978289, 40.8567713653257, -73.76740589607536, 40.85676049722559, -73.7673933160301, 40.85674965693244, -73.76738138953345, 40.856738462260616, -73.76736769000607, 40.85672759269267, -73.76733541949723, 40.85670329262883, -73.76731447471442, 40.856687661039665, -73.76729507582444, 40.856673238325904, -73.76727332737693, 40.856658839685124, -73.76725201618476, 40.85664353602558, -73.76721819911296, 40.856617229209675, -73.7672031655486, 40.85660597241931, -73.76718769912665, 40.856594029477684, -73.76717122595566, 40.856580684234316, -73.76715341274031, 40.85656763884995, -73.76713654115481, 40.85655495105847, -73.76712147078526, 40.85654303592196, -73.76710553258998, 40.856531366667475, -73.7670777662817, 40.85651193288652, -73.76706403011642, 40.85650139278864, -73.76703907823396, 40.85648331001833, -73.76702588071537, 40.85647373183042, -73.76701225133728, 40.856463521522684, -73.76699905597458, 40.85645366868538, -73.76698589513884, 40.85644411758175, -73.76695189390334, 40.85641931864171, -73.76693476400699, 40.85640726154459, -73.7669152221513, 40.85639273131838, -73.76689441648912, 40.856377730278425, -73.76687437474375, 40.856361002730615, -73.76686324305403, 40.85635013829045, -73.76684364024314, 40.856332367951744, -73.7668222978135, 40.85631588360092, -73.76680207480973, 40.85629978601962, -73.76678575213023, 40.85628449145518, -73.76677195654425, 40.856270630180404, -73.76675855092444, 40.856258526555834, -73.76674236544292, 40.856245374537416, -73.76672153660698, 40.85622686059222, -73.76669968778997, 40.85621004651409, -73.76667599842354, 40.85619320079413, -73.76665006353454, 40.85617681788371, -73.76661322754103, 40.85615621211158, -73.76659241585557, 40.856142967867676, -73.76657293381587, 40.856132389070815, -73.76655698858998, 40.85612277825415, -73.7665303254532, 40.85610845147154, -73.76651317961957, 40.85610097869312, -73.76649599316217, 40.8560956192892, -73.76647552256333, 40.856108533261704, -73.76645003268774, 40.856109661310924, -73.76642106756982, 40.856091953891216, -73.76640658171806, 40.85607880526617, -73.76638510131274, 40.85606012514979, -73.76637303102599, 40.85604909487096, -73.7663602753502, 40.856037019530426, -73.7663438007183, 40.856023838954435, -73.76632473170969, 40.85600914389344, -73.7663094393408, 40.85599837993133, -73.76627525007383, 40.85597660066476, -73.76625934921633, 40.85596484942233, -73.76623926832056, 40.855949218484646, -73.76621778736056, 40.855931058820914, -73.76619915277813, 40.855915266917016, -73.76618415927467, 40.855902829525384, -73.76616636438202, 40.855884679123236, -73.766142661689, 40.85586157573269, -73.76612849414845, 40.85585034847087, -73.76611392577679, 40.85583944997542, -73.76609030861937, 40.855822385459874, -73.76606702274114, 40.85580386551238, -73.766042690945, 40.85578430156756, -73.76602146395457, 40.85576578758687, -73.7660017143417, 40.85574872999602, -73.76597461347743, 40.85572506947596, -73.7659568455509, 40.8557090595696, -73.76593824762831, 40.85569400700265, -73.76592087931947, 40.85567835629797, -73.76590541885193, 40.85566484813513, -73.76588941649855, 40.855651310054675, -73.76587020394211, 40.855636012195426, -73.76584907994972, 40.85561892477393, -73.76582810339417, 40.855601397306096, -73.76580597036325, 40.855583238041554, -73.76577551262488, 40.855558418927515, -73.76575932103214, 40.85554710556525, -73.7657366763374, 40.855530783156574, -73.76572001791742, 40.85551867190353, -73.76568882944643, 40.855495936826514, -73.76566662209267, 40.85547936945724, -73.76564629648196, 40.855461240847454, -73.76562878864907, 40.85544416073044, -73.76561004838562, 40.855428146993255, -73.76559187821961, 40.85541392099147, -73.76557615636771, 40.855402937237834, -73.7655605824711, 40.855390692190504, -73.7655454785706, 40.85537902351188, -73.7655306942852, 40.85536853602849, -73.76551739237644, 40.85535807947139, -73.76549270798984, 40.855336016721225, -73.76547786202741, 40.855322508848474, -73.76546355227141, 40.85531098044935, -73.76543875503765, 40.8552899872449, -73.76542063413063, 40.85527257626829, -73.76540580953747, 40.8552631053445, -73.76539051126672, 40.85525511386779, -73.76537525206356, 40.85524613462647, -73.76534039647855, 40.85523793947774, -73.76532152927871, 40.855237433743824, -73.76530102930143, 40.85523851765925, -73.76527890204233, 40.85523929749529, -73.76525933983032, 40.85524115143265, -73.76522484952032, 40.85524237075744, -73.76520707596592, 40.85522905049802, -73.76522935403396, 40.85521578473157, -73.7652280550867, 40.85519470152157, -73.76524603151904, 40.8551814540129, -73.76526516596621, 40.85517814490949, -73.76527844540544, 40.8551643655523, -73.76530035472132, 40.855152745125096, -73.7653218152171, 40.85514631152726, -73.76533499274218, 40.855129815165526, -73.76533855573417, 40.85511392959235, -73.7653398440592, 40.855087610770084, -73.76534184804494, 40.855072574793596, -73.76534472377688, 40.855056851712106, -73.76534730331825, 40.8550427228032, -73.76535179929147, 40.85502862480684, -73.76535712370101, 40.855015021966004, -73.76536621668563, 40.8549995330503, -73.76537736476207, 40.85498544678065, -73.7654013391103, 40.85496230330832, -73.76544209297309, 40.85494781167599, -73.7654813472783, 40.85493883340803, -73.76551231409528, 40.854934863940166, -73.7655384409872, 40.854934917040694, -73.76557182731125, 40.854938989384124, -73.76572686289758, 40.85495518362649, -73.76578433795233, 40.854961186854624, -73.7658887081423, 40.8549694419093, -73.76595554547188, 40.854979787322385, -73.76598241223596, 40.85497753655836, -73.76601471293723, 40.854971974886396, -73.76604361396711, 40.854966599016876, -73.76608068400226, 40.8549618988656, -73.76609935198803, 40.854957653965215, -73.76612625577077, 40.854944534278886, -73.76615059110433, 40.85493231617765, -73.76616742268844, 40.854925513742536, -73.76620108986947, 40.85491177650053, -73.76623124441065, 40.85489932163864, -73.76626071592966, 40.8548858226129, -73.7662892545724, 40.85487116905734, -73.7663079334128, 40.85486382374396, -73.76634107850744, 40.854854531142934, -73.76636934565005, 40.85484457039302, -73.76639881984612, 40.85483063189626, -73.76642829856141, 40.854815402993005, -73.76645383802652, 40.854799673537514, -73.76647118860082, 40.85478960781753, -73.76650066705645, 40.854774105145005, -73.76652594887402, 40.85475980063429, -73.76654231377252, 40.854752807195744, -73.76657147799276, 40.85474471583639, -73.7666029958175, 40.85473509028675, -73.76663105376694, 40.85472320739499, -73.76666141978103, 40.85471228999187, -73.76669271858398, 40.854703899452666, -73.76672470758506, 40.85469416496237, -73.766756485828, 40.85468297663957, -73.76678963872457, 40.85467107699498, -73.76682234506916, 40.8546630737769, -73.76685476453379, 40.854654355877955, -73.76687437416373, 40.854649400464304, -73.766891671486, 40.854644686210065, -73.76691171639169, 40.854639045493045, -73.76693042112274, 40.854634088241625, -73.76695024597663, 40.85462998421685, -73.76698474449945, 40.85462632045235, -73.76700431026462, 40.854623725123155, -73.76703345797081, 40.854620654769036, -73.76705211672937, 40.85461866093123, -73.76707261798795, 40.854616809486544, -73.76709872667661, 40.854613896870035, -73.76712479907249, 40.85461186485763, -73.76714906073197, 40.85461010203437, -73.7671728171731, 40.85460833728589, -73.76719331656778, 40.8546066776213, -73.76721312974465, 40.854605564068834, -73.76723200167699, 40.854604670135444, -73.76726089445076, 40.85460225747072, -73.76729257028975, 40.8545999611733, -73.76732428096534, 40.854597198481514, -73.76734641572442, 40.85459386716886, -73.76737860525446, 40.85458846968148, -73.76739774128481, 40.85458496752201, -73.76741683878292, 40.85458163097259, -73.76744718602308, 40.85457636662708, -73.7674765633502, 40.854569344355205, -73.76750906596207, 40.85455749812348, -73.76754085145781, 40.85454383864343, -73.76757206910044, 40.85452773497003, -73.767588430824, 40.85452126276288, -73.7676038908812, 40.8545135262443, -73.76761978913014, 40.85450562581586, -73.76763568486821, 40.85449742461512, -73.76766426600912, 40.85448065554422, -73.7676825281969, 40.85446858967943, -73.76770031514877, 40.85445778354661, -73.76771955311034, 40.85444511450863, -73.76773922387753, 40.85443280383499, -73.76775842187568, 40.85442172588321, -73.76777856231027, 40.85440974392816, -73.76779960844736, 40.85439718837673, -73.76781837316658, 40.8543862194032, -73.76783427364508, 40.85437664493097, -73.76785159004376, 40.85436608546371, -73.76786705623718, 40.854357251219774, -73.7678820519876, 40.85434830526641, -73.76790965557173, 40.854331591799344, -73.76792418304579, 40.854322590868804, -73.76794781216779, 40.85430493468435, -73.76796238085802, 40.854294314743406, -73.76797734748656, 40.854284189972184, -73.7679989020824, 40.85427034409829, -73.76802187172534, 40.854255760859445, -73.76803850149125, 40.85424517206803, -73.76806481319036, 40.85422582021971, -73.76807624252949, 40.85421351903368, -73.76808615772276, 40.85419976140511, -73.76809444681848, 40.85418638321698, -73.7681036017493, 40.85417298065431, -73.76811442660532, 40.85415785069765, -73.7681272109968, 40.854140585104176, -73.76813955758996, 40.85412438931699, -73.76815179932204, 40.85410731353489, -73.7681672291765, 40.85408846117962, -73.76817703625947, 40.8540750869363, -73.7681851427218, 40.85406203795531, -73.76819827418129, 40.85403807607586, -73.76821485797987, 40.854009344909734, -73.76822162973231, 40.85399541526264, -73.76822840573364, 40.85398060584079, -73.76824103567374, 40.8539555731615, -73.76824824083948, 40.85394216667001, -73.76826140662943, 40.853918890128, -73.76827143930612, 40.853903045373364, -73.76828274365796, 40.853885062697316, -73.768294224535, 40.85386815196272, -73.76830516088981, 40.85385230902005, -73.76831403242724, 40.85383750470196, -73.76832643661959, 40.85381529821077, -73.76833498562219, 40.853800137548006, -73.76834390008543, 40.853783219853725, -73.76835190710172, 40.85376805810132, -73.7683587494958, 40.853753580186535, -73.76836611272736, 40.85373665937569, -73.76837332413317, 40.85372042533659, -73.7683797040191, 40.853705259414774, -73.76838691778696, 40.853689026280016, -73.76839340683271, 40.85367350308026, -73.76839923991528, 40.85365937883182, -73.7684049318789, 40.853644569924114, -73.76841738765648, 40.85361706591843, -73.76842340460922, 40.85360258454153, -73.76843176617534, 40.853578228548, -73.76844015823052, 40.8535560139903, -73.76844649774644, 40.85354153415999, -73.76845309456769, 40.853526726165335, -73.76845918520975, 40.8535104907714, -73.76846698013068, 40.853493213323674, -73.76847539173158, 40.853475938914, -73.76848415898384, 40.85346006458549, -73.76849567220346, 40.85344438847244, -73.76851266891897, 40.853421311392864, -73.76852976845993, 40.853400376792926, -73.76855250844227, 40.85337873851403, -73.76857992825042, 40.853362188406116, -73.76860405808195, 40.85334670147999, -73.76864040782492, 40.853340105322815, -73.76866231730331, 40.85333866614511, -73.76868910045887, 40.853340119217506, -73.76870766254798, 40.853345344181236, -73.7687385744403, 40.85335383207659, -73.76877060436759, 40.853363777403324, -73.76878963132863, 40.85337037653935, -73.76882239140075, 40.85337702930689, -73.7688571974519, 40.85338942321344, -73.76887579219233, 40.8533954982821, -73.76889785747672, 40.85340144342486, -73.76891573643037, 40.85340532074759, -73.76894489311283, 40.853409387246735, -73.76896795930551, 40.853408858025894, -73.76899591039026, 40.853405948670165, -73.7690171386926, 40.85340327438392, -73.7690460876693, 40.85339441114483, -73.76906575201582, 40.853384130845555, -73.76909827773517, 40.853365037934225, -73.76911700732111, 40.85335379492791, -73.76913001856653, 40.853343829082355, -73.76914433758081, 40.85333224946506, -73.76915706754303, 40.8533199507734, -73.76916990913371, 40.85330658251647, -73.76918521893279, 40.85329074824, -73.76919875692809, 40.853274911317286, -73.76921106261453, 40.85326047129581, -73.76922314641932, 40.853246744921144, -73.76923527070105, 40.85323194703795, -73.76924569305353, 40.853217858940695, -73.76925481313313, 40.85320448323024, -73.76927177941432, 40.85318017139998, -73.76928238566707, 40.85316537227663, -73.76929182696813, 40.853153066992824, -73.76931431651768, 40.85311976395984, -73.76932500356449, 40.85310320632865, -73.76933634064794, 40.85308558110934, -73.76934742749604, 40.85306795448812, -73.76935793193975, 40.85305104079336, -73.76936861772506, 40.85303484065168, -73.76937897747098, 40.85301792756616, -73.76938926611224, 40.853000655940825, -73.76939806618907, 40.85298549479924, -73.76941167889683, 40.85295867917335, -73.76942264670818, 40.85293364213877, -73.76943039830029, 40.85291919299095, -73.76943724275398, 40.85290402793766, -73.76944184810421, 40.85288990208196, -73.7694458857613, 40.85287190476678, -73.76945108582943, 40.85285316776714, -73.76945591681364, 40.85283553043373, -73.76946028306973, 40.852816819682545, -73.76946370763476, 40.85279915072234, -73.76946618081585, 40.852783951717804, -73.76946790218491, 40.8527677048364, -73.76946944106678, 40.85275038870345, -73.76947036552683, 40.8527344716114, -73.76947013623831, 40.85270652971343, -73.76946953905082, 40.85269132277209, -73.76946864760328, 40.852677185030046, -73.76946562514215, 40.85265206510251, -73.76946388130753, 40.85263647225904, -73.76946202633177, 40.852605727474796, -73.7694602471376, 40.85258733492343, -73.76945850362523, 40.85256891272693, -73.76945726877973, 40.85254983508648, -73.7694560622809, 40.85253284394809, -73.7694546056152, 40.8525148077362, -73.76945311574126, 40.85249677235832, -73.7694517891088, 40.85248296332692, -73.76944866478014, 40.85245644382617, -73.76944658039696, 40.852442275783915, -73.7694399525224, 40.852425082005055, -73.76943087288888, 40.852406646946704, -73.76942237452363, 40.85238645618475, -73.76941708619599, 40.85236874189442, -73.76941360883562, 40.85234998755048, -73.76940996106363, 40.85232805051845, -73.76940587424106, 40.85230858266488, -73.76940177282704, 40.85229229802972, -73.76939702528944, 40.85227458571961, -73.76939234999782, 40.852257585844825, -73.76938670126934, 40.85223915764061, -73.76937730598651, 40.85220710827129, -73.7693710796267, 40.85218870682673, -73.76936486430684, 40.85216780653173, -73.76935918858415, 40.85214690731512, -73.76935394319543, 40.852127080546914, -73.76934903255972, 40.85210442599457, -73.76934354798749, 40.852081415499576, -73.76933775089564, 40.852064056783135, -73.76932989989623, 40.85204598166844, -73.76932348726932, 40.85202897831621, -73.76931803965496, 40.85201549062271, -73.76931270233797, 40.85200131787326, -73.76930628713815, 40.851985742699014, -73.76929861533795, 40.85196695294765, -73.76928936169175, 40.85194640406793, -73.76928112087391, 40.85192550061717, -73.7692745600202, 40.85190918404268, -73.76926768393226, 40.85189075337673, -73.76925812555204, 40.85186438488917, -73.76924585209376, 40.85183850534139, -73.76923403721395, 40.8518164961344, -73.76922580619726, 40.85180303168399, -73.76921660785095, 40.851787065524995, -73.76920833888629, 40.85177428627367, -73.76919978299772, 40.85176046277454, -73.76919169306393, 40.851748039575476, -73.76917263666145, 40.85172920092241, -73.76915833151966, 40.85171638167414, -73.76914963215057, 40.8517025587845, -73.76913771804047, 40.85167703743973, -73.76913346843253, 40.851651886227174, -73.76912531718791, 40.851626042830226, -73.76912041336541, 40.85161239142409, -73.7691181119571, 40.85159825175513, -73.76911430740897, 40.851569589503434, -73.76911100242172, 40.85155382693547, -73.76910237068702, 40.851530095134976, -73.76908827710847, 40.851508274957176, -73.76908055378307, 40.85149445401537, -73.76906829636816, 40.85146467623786, -73.7690566709509, 40.85145029908187, -73.7690484719782, 40.85143787565364, -73.76903834187503, 40.85141943845775, -73.7690286458636, 40.851401330810525, -73.76901007702597, 40.85136712256317, -73.76899877963177, 40.851351866274626, -73.76898691590922, 40.851333041991744, -73.76896971538523, 40.85130061855629, -73.7689596111215, 40.851285338538744, -73.76894682401738, 40.85126195499897, -73.76893996779181, 40.851247752173045, -73.76893271409526, 40.85123428785662, -73.76892193002772, 40.85120646258393, -73.76891843632758, 40.85119212781571, -73.76891414863198, 40.8511783137438, -73.76890305863026, 40.85115526317922, -73.76889627513756, 40.85114163591217, -73.76889126291742, 40.85112746379193, -73.76888171597065, 40.851107435674855, -73.76887396086555, 40.851093230143235, -73.76885956346487, 40.851065040128134, -73.76885007585207, 40.85104910127325, -73.76884012001418, 40.8510324212727, -73.76882915374507, 40.851016094941826, -73.76882063359044, 40.851002959461916, -73.76880035508226, 40.850982003033245, -73.7687885857976, 40.850967432854546, -73.7687775049685, 40.85095234176767, -73.76876454150879, 40.850927531468976, -73.7687571763946, 40.85091475309425, -73.76874775758968, 40.850899502346294, -73.76873891620531, 40.85088565032278, -73.76872911860688, 40.85086474460779, -73.7687209750075, 40.85083711641304, -73.76870938667426, 40.85081178657757, -73.76869316315936, 40.85078869868371, -73.76868252063032, 40.85076284935525, -73.76867165333367, 40.8507382071384, -73.7686699063583, 40.85072085740576, -73.76867271182304, 40.85070425790906, -73.76867800750242, 40.85068873229294, -73.76868762769574, 40.850666520169604, -73.7687571230515, 40.85049346824592, -73.7688744028818, 40.850216211315654, -73.76902567953357, 40.84981954737665, -73.76909558535503, 40.84963227903609, -73.7691064177323, 40.84952075551755, -73.76910560607188, 40.84950518973949, -73.76909339448682, 40.84948246742275, -73.76909536113017, 40.8494577401676, -73.76910119522692, 40.8494325839134, -73.76910587386152, 40.84940720472486, -73.76911308919523, 40.849379744166505, -73.7691178474812, 40.84936284689818, -73.76912205521029, 40.849348088103675, -73.76912760183232, 40.84933297629306, -73.76913424338733, 40.84931468252343, -73.76914041271087, 40.8492974855116, -73.76914665333193, 40.849279904130775, -73.76915256896716, 40.84926267959571, -73.76915930970158, 40.84924724059182, -73.76916901996971, 40.84922972108285, -73.76917949398248, 40.84921184650519, -73.76918905331979, 40.8491964680694, -73.76919774231766, 40.84918174525273, -73.7692051303075, 40.84916773482544, -73.76921294634042, 40.849154081849996, -73.76922113014245, 40.84913935982179, -73.76923069554915, 40.84912290980556, -73.76924079813607, 40.84910714794065, -73.76924984617123, 40.84909352534241, -73.76925744274163, 40.84908091469799, -73.76926395785205, 40.849067945293925, -73.76927321677736, 40.84904617093483, -73.76928002923627, 40.849030210680276, -73.76929143133427, 40.849004926874706, -73.76929907327245, 40.84898948786346, -73.76930788706059, 40.848970568080595, -73.76931648764095, 40.848950549266824, -73.76932527085292, 40.84892984283939, -73.76933260744973, 40.84890875080822, -73.76933997589414, 40.848889416606404, -73.76935167643153, 40.84886149854278, -73.76936168750072, 40.84884098817371, -73.76936766062923, 40.84882801767975, -73.76937374419505, 40.8488139767177, -73.76938142579061, 40.84879837479024, -73.76939580335676, 40.84876961110581, -73.76940351499853, 40.84875560131194, -73.76941502435443, 40.84872979542044, -73.76942166200848, 40.84871292890945, -73.7694298272582, 40.848693266712786, -73.76943853929653, 40.848672204438145, -73.76945458594533, 40.848641550340815, -73.76946488453855, 40.84862120622788, -73.76947220141786, 40.84860612315072, -73.76948428497813, 40.84858262636792, -73.76949757130767, 40.848555617355075, -73.76950781095155, 40.848531401892124, -73.76951946717425, 40.84850562509863, -73.76952858260145, 40.84848277974196, -73.76953908697773, 40.84845573725046, -73.76954478176458, 40.84843991162125, -73.76955159837962, 40.84842271497787, -73.76955867122263, 40.848405493632015, -73.76956722510626, 40.84838761518134, -73.76957498193929, 40.848371491103165, -73.76958277948886, 40.848352512536486, -73.76958935684128, 40.84833249055977, -73.76959651432169, 40.848311370236786, -73.76960291884178, 40.848288519459, -73.76960884782176, 40.84826704008546, -73.76961484532488, 40.84824734562961, -73.76962116898844, 40.848227293427726, -73.76962722913466, 40.84820902638089, -73.7696336949391, 40.848190046051215, -73.76963954296045, 40.848171393168144, -73.76964440280985, 40.848155923362526, -73.7696482106552, 40.84814220832187, -73.7696533457571, 40.848120534654335, -73.76965723212014, 40.84810434881151, -73.76966105712043, 40.84808602056823, -73.76966484050674, 40.84806840813529, -73.76966897944918, 40.848052222796326, -73.7696736711999, 40.848033924198404, -73.76967936844422, 40.84801634170051, -73.7696844526451, 40.84799908845998, -73.76968900347381, 40.847979361394714, -73.76969300261845, 40.847962106887856, -73.76969674799965, 40.8479448491727, -73.76970121782591, 40.84792830789677, -73.7697053850578, 40.84791387947856, -73.76971319078932, 40.847883262919154, -73.76971604479643, 40.84786315065511, -73.76971879703093, 40.847840236747444, -73.76971986595102, 40.84781372560321, -73.7697220063821, 40.847790098182266, -73.76972360616469, 40.84776644176662, -73.76972509314173, 40.847744541091174, -73.76972591801375, 40.847726181641804, -73.76972636915056, 40.847709933107524, -73.76972523500703, 40.847692942102036, -73.76972182909304, 40.847674490460825, -73.76971788115887, 40.84765606475227, -73.76971417611838, 40.84764043916787, -73.76971014852914, 40.84762412856308, -73.76970511693216, 40.84760564666084, -73.76969921231122, 40.8475889477968, -73.76969503284306, 40.847574035357084, -73.76969009805029, 40.847558763912566, -73.76968504930826, 40.84754489431126, -73.76967974799128, 40.84753102240442, -73.7696726481567, 40.84751429323701, -73.7696650810603, 40.84749791883172, -73.76965196315413, 40.84747568732702, -73.76964467376612, 40.84746233373568, -73.7696315008779, 40.84743543755357, -73.76962236831348, 40.847411238317626, -73.76961195633373, 40.847380504333394, -73.76960545910757, 40.84736715052039, -73.7695883526201, 40.8473385994706, -73.7695759221621, 40.84731716716842, -73.76956295711966, 40.847292932356254, -73.76954934348043, 40.84726902582806, -73.76953752356732, 40.8472476478704, -73.76952933509139, 40.8472330029657, -73.76951745269332, 40.84720912780765, -73.76950948124579, 40.84719379535673, -73.76950000043581, 40.847177034405206, -73.76948965181165, 40.84715884263279, -73.76948149393915, 40.84714529638977, -73.76946816124467, 40.84712314637841, -73.76945889082108, 40.84710693334486, -73.7694498712169, 40.8470915726803, -73.76943804269264, 40.84707406592349, -73.76942790248985, 40.847058703017346, -73.76941711488605, 40.84704298041903, -73.76940505972469, 40.847027230071895, -73.76939221125349, 40.847011477237054, -73.76937824712985, 40.846994294885256, -73.76936319446305, 40.84697812521348, -73.76934983480793, 40.846963771621795, -73.76933813635715, 40.846949804961326, -73.76932514206011, 40.84693405182715, -73.76931189275781, 40.846919340955004, -73.76929806111913, 40.84690534210892, -73.76928585509384, 40.84689241810186, -73.76927407957889, 40.84687913835843, -73.76926223524599, 40.84686621327122, -73.76925024135257, 40.846853673295605, -73.76923774487024, 40.84684039210612, -73.76922398925899, 40.846825680210706, -73.76921171345633, 40.84681168536705, -73.76920112947231, 40.84679950570359, -73.76918028039611, 40.84677654458047, -73.76916951498617, 40.846765049827916, -73.76915798709256, 40.84675355444898, -73.76914603127923, 40.84674098752352, -73.76913425928585, 40.84672773388674, -73.76912090102617, 40.84671266527727, -73.76910617329774, 40.84669652593759, -73.7690905076977, 40.84668035410174, -73.76907473414764, 40.84666385426735, -73.76905806239536, 40.846645459791254, -73.76904517726737, 40.84663006343913, -73.76902851010925, 40.84661035064273, -73.76901810581394, 40.84659869180799, -73.76900773590796, 40.84658703394168, -73.76898205340143, 40.846562061301505, -73.76896249912636, 40.84654088571165, -73.76895000394293, 40.84652760539314, -73.7689351622941, 40.846513219967754, -73.76891589112864, 40.8464941881158, -73.76890307116143, 40.84648019214813, -73.76889013827832, 40.846467979834095, -73.76887225857831, 40.846454274491066, -73.76885448921692, 40.84644021367067, -73.76884297063067, 40.84642641300986, -73.76883047641289, 40.846412526646624, -73.76881100668454, 40.84640935930632, -73.76879105752222, 40.84639844944303, -73.76877869931043, 40.84638706042034, -73.76878045811921, 40.84636993652368, -73.76877678160409, 40.84634618849391, -73.76876407991196, 40.84631967586152, -73.76875234317534, 40.84630587475399, -73.76872892529035, 40.84628411686181, -73.7687166116917, 40.84627047848417, -73.76870418900317, 40.846256839886415, -73.76868302512771, 40.84623140888093, -73.76867071036244, 40.84621777049589, -73.76865867992254, 40.84620591656106, -73.7686387591392, 40.846187212940016, -73.76861786442372, 40.84616691528592, -73.76860003030728, 40.84615071291738, -73.76857927593122, 40.846132007613555, -73.76855885015263, 40.84611258797187, -73.7685430058693, 40.84609570430958, -73.76853000581723, 40.84608170703735, -73.76851881155002, 40.84606845539557, -73.76850815795856, 40.84605556233438, -73.76849592041722, 40.84604087951039, -73.76848129354528, 40.84602685285319, -73.76846977075874, 40.846014642420364, -73.76844895945301, 40.84599187484328, -73.76843696285276, 40.84598054233952, -73.7684244224681, 40.845970087626355, -73.76841282008563, 40.8459589468165, -73.7683997482477, 40.845945829169075, -73.76838241589955, 40.845930973113674, -73.76836633799364, 40.84591820602262, -73.76835243265342, 40.8459050569796, -73.7683334499197, 40.84588638400411, -73.76831352638736, 40.845867842409135, -73.76830001815684, 40.84585507956935, -73.76828805899385, 40.84584322663852, -73.76826806859236, 40.845823123442024, -73.76825560914988, 40.845810554509356, -73.76823565807571, 40.84578937979647, -73.76822478888369, 40.84577577218216, -73.76821432055817, 40.845761807875604, -73.76820503780876, 40.845749274136324, -73.76818473975551, 40.845724913664476, -73.76817358373366, 40.84571059227635, -73.76816289827586, 40.845697011139606, -73.76814648176047, 40.84567765531152, -73.76812484252319, 40.84565433670781, -73.76810960406085, 40.84563959377937, -73.76809709878839, 40.84562930479156, -73.7680848871293, 40.845617450431, -73.76807246220568, 40.84560452495112, -73.76805938622077, 40.84559195565749, -73.76803885109135, 40.84557270049205, -73.7680190723357, 40.8455545184337, -73.76799892809304, 40.84553743334085, -73.76797900718489, 40.84551853599613, -73.76796755079991, 40.845507398135425, -73.76795616912732, 40.8454962595234, -73.76792978100568, 40.84547663596769, -73.76790531060735, 40.845455919460875, -73.767886840061, 40.84543598314471, -73.76787156448198, 40.845410837584744, -73.76786666581938, 40.8453962523057, -73.767861161646, 40.84537848435699, -73.7678569582081, 40.845360744239564, -73.76785448581631, 40.845343750514544, -73.76785287518427, 40.84532922768259, -73.7678516308042, 40.84530251918111, -73.76785161175212, 40.84527671814356, -73.76784957112922, 40.84525017283003, -73.76785017979768, 40.84522119070414, -73.76784739912101, 40.84519977492476, -73.76787540256122, 40.84519176193954, -73.76790873031138, 40.84519086907308, -73.7679421421382, 40.84518626992631, -73.76796336297862, 40.845184995190515, -73.76799990497344, 40.845184575220095, -73.76802260403645, 40.845184456080844, -73.7680589295105, 40.84518389788045, -73.76809752734911, 40.845184935412725, -73.76813402845156, 40.845186381144465, -73.76817211254937, 40.84518920330184, -73.76819021294737, 40.84519116043507, -73.76822590524695, 40.845196035400484, -73.76825787604605, 40.845201040654146, -73.76828945169709, 40.84520442421314, -73.76830849948954, 40.84520503969141, -73.76834315700218, 40.845205712630715, -73.76837644469232, 40.84520610815785, -73.76839762498447, 40.84520626144674, -73.7684279561316, 40.84520368749183, -73.76844708638943, 40.84520139271113, -73.76846556938764, 40.84519733976114, -73.76849995937629, 40.84519208505451, -73.76851912674434, 40.84518866561733, -73.76856673453871, 40.84517566793911, -73.76859657744359, 40.84516924964526, -73.76863542296209, 40.84516180752761, -73.76865651077283, 40.84515649817734, -73.7686837148032, 40.84514952616667, -73.76870386384222, 40.845144104164234, -73.7687315848708, 40.845134745064684, -73.7687595540475, 40.84512563409218, -73.76877743329646, 40.845118891002166, -73.76880399317088, 40.84510994018361, -73.7688350878784, 40.84509611595992, -73.76886198627898, 40.84508324144671, -73.76889004409927, 40.84506976591812, -73.7689051851853, 40.84506032664142, -73.76892036473765, 40.845050394868736, -73.76894904802312, 40.84503368149613, -73.76896280116229, 40.84501757036142, -73.76895920551947, 40.84499170813027, -73.76895554565706, 40.844974435597734, -73.76895263239251, 40.84495558779265, -73.7689546854733, 40.84493599441923, -73.76898245733669, 40.844941326946824, -73.76899875078666, 40.84496472383604, -73.76900561184631, 40.844989986571704, -73.76901097062712, 40.84501009096136, -73.76903671345192, 40.84502845048417, -73.76906412297056, 40.845045603972395, -73.76909609808635, 40.84505961125682, -73.76911124889568, 40.84506751821887, -73.76912820745511, 40.845076281566406, -73.76915016953026, 40.84508999324276, -73.76916759453125, 40.84509966341651, -73.76918364783164, 40.84510823133769, -73.76921091970232, 40.84512338181309, -73.76922556400318, 40.84513202975496, -73.76924183531449, 40.845140653034385, -73.7692583973487, 40.845148535785185, -73.76929188023354, 40.845165811227844, -73.76930583526614, 40.84517489812317, -73.7693220216563, 40.845186815234094, -73.76933452522404, 40.84519762637367, -73.76934670026905, 40.845209480529284, -73.7693583370715, 40.845220619514464, -73.76937909152642, 40.845238941070235, -73.76939192068633, 40.84524956104888, -73.76941509378986, 40.84526936964899, -73.76942944006312, 40.84528054195834, -73.76944310166854, 40.84529116359512, -73.7694575496263, 40.84530447658205, -73.76947239488192, 40.845317433764876, -73.76949449372772, 40.84533381021435, -73.76951667272122, 40.8453479346804, -73.76954140547528, 40.845365961588875, -73.76955545998197, 40.845377847392314, -73.76956947959037, 40.84538953951775, -73.76959012491662, 40.845408245328365, -73.76960978697251, 40.8454294192305, -73.76962652948282, 40.845447540021695, -73.76963919114806, 40.84546648651965, -73.76965649182559, 40.845485740343854, -73.7696777571168, 40.84550726322576, -73.76985487558866, 40.8453430583941, -73.76988072360504, 40.845363335992076, -73.76972235911207, 40.8455246868122, -73.76971025379493, 40.84553718403529, -73.76972978765127, 40.845553279766406, -73.76975316130266, 40.84556625393681, -73.76977371179078, 40.845571620484975, -73.7697893326554, 40.84557944725045, -73.76980121789714, 40.84559182216553, -73.76980245869832, 40.84560916998555, -73.76980118029394, 40.84563387072656, -73.76981575711181, 40.84565179446147, -73.7698421854221, 40.84567095030689, -73.76985490806169, 40.84568121432469, -73.76986856787454, 40.8456920547269, -73.76988284136009, 40.84570374912085, -73.76990711883455, 40.845727649873446, -73.76992005052705, 40.84574021866877, -73.76992965973606, 40.84575239812533, -73.76995714686328, 40.84576817919792, -73.76998454863813, 40.84577572596332, -73.77000171984939, 40.84578651932151, -73.7699948073863, 40.84579965367259, -73.7699936311874, 40.84581573507626, -73.77000062429626, 40.84583174992334, -73.7700195456637, 40.845857670589155, -73.77003041338114, 40.845871471636926, -73.77004167574279, 40.84588637027382, -73.77005482818717, 40.845908848545236, -73.7700747677843, 40.84593249207739, -73.77008614865063, 40.84594398797378, -73.77009778750424, 40.84595460640016, -73.77010778980893, 40.8459676628068, -73.77012604482859, 40.84598809270637, -73.77014539032969, 40.846006603118646, -73.77016555476435, 40.8460286838226, -73.77017761670042, 40.84604212973876, -73.7701902248281, 40.846054340361576, -73.77020337359373, 40.84606657997535, -73.77021536624265, 40.84607914776639, -73.77023485096493, 40.84609925051646, -73.77025116094391, 40.84611772784931, -73.77026706340257, 40.846138838317195, -73.7702846510589, 40.84616368649305, -73.77029247979243, 40.84617846840618, -73.7703054901281, 40.846199902690486, -73.77031947279315, 40.846222382583406, -73.7703325163968, 40.84624414651201, -73.77034902326268, 40.84626915641578, -73.77035776224182, 40.84628133320229, -73.77036686413466, 40.846293839391386, -73.77038672911333, 40.846318553407976, -73.7703969178345, 40.84633054127166, -73.77041291417696, 40.84635574375614, -73.77042125542276, 40.846368410515936, -73.77043222207517, 40.846385204067225, -73.77044397707748, 40.84640378216698, -73.77045620290357, 40.84642200370578, -73.77047112233133, 40.846445554331254, -73.7704857138159, 40.846469297908705, -73.77049430207364, 40.84648358694649, -73.7705085674284, 40.84650837444657, -73.77051581752376, 40.84652282561102, -73.77052672919933, 40.84654491395581, -73.77053829312108, 40.84656664880176, -73.77055527587738, 40.846589189562295, -73.7705705239332, 40.846611341458114, -73.77059024062865, 40.846637839924746, -73.77061039451826, 40.84666307676287, -73.77063136431184, 40.84668142462972, -73.77064401295, 40.84669295090532, -73.7706569848411, 40.84670392942057, -73.77068301680627, 40.84672335713063, -73.77069826294722, 40.846735765646216, -73.77072386653364, 40.846752533332875, -73.77073936839146, 40.84676403645295, -73.77076485411895, 40.846784041176605, -73.77079106514692, 40.84680314233797, -73.7708156873777, 40.84682218450599, -73.77083923389429, 40.84683749197881, -73.77086394195744, 40.846852279466816, -73.7708890405765, 40.846869703474745, -73.7709151554777, 40.846884714367185, -73.77094079981894, 40.84690035466594, -73.77096618941478, 40.84691662660072, -73.77099269793625, 40.84693408130053, -73.77101447102999, 40.84695061979539, -73.77103614005404, 40.84696638995707, -73.7710519383465, 40.84697586300617, -73.77107660728709, 40.84699136536363, -73.77110224887525, 40.847007828673185, -73.7711281124422, 40.84702319561422, -73.77115530210301, 40.84704122794448, -73.77118086983879, 40.847058488028125, -73.77120942966079, 40.84707775674179, -73.77123196032407, 40.84709506662091, -73.77125204155661, 40.84710981783401, -73.77127290117488, 40.847129951045694, -73.77128446511743, 40.84714108878655, -73.77130968515374, 40.84716430582797, -73.77132067037996, 40.847175799914396, -73.7713374855251, 40.847194441980726, -73.77135714270618, 40.84721665924051, -73.77137600531663, 40.84723958721384, -73.77138575972627, 40.84725140843572, -73.77139652004719, 40.84726520823714, -73.77140547763491, 40.84727735835991, -73.77141483112517, 40.84729024857299, -73.77143187642012, 40.84731578076959, -73.77144007561454, 40.84732812119229, -73.77145534824568, 40.84735326446099, -73.7714716394852, 40.84737703919185, -73.77147727081434, 40.84739022459197, -73.77148437633795, 40.847415436323324, -73.77149839099106, 40.84743915070951, -73.77151133444677, 40.847490942211415, -73.77151958033973, 40.84754217420464, -73.77151665439004, 40.84758339397643, -73.77151177339147, 40.84763657565447, -73.77149449459938, 40.84770038473045, -73.77147604700615, 40.84775680562697, -73.77143764925704, 40.847823400408316, -73.77138450249456, 40.84789083132283, -73.771369653737, 40.8479096690669, -73.77131800429046, 40.8479927030941, -73.77120286784347, 40.84816599658335, -73.7711816391778, 40.84820100354419, -73.77115493175386, 40.84848351959535, -73.77114792121333, 40.848703000436295, -73.77104731339935, 40.849076163106815, -73.77092938445517, 40.8495120656695, -73.7708764538808, 40.84972585508561, -73.77089700502026, 40.84974176081949, -73.77089778649409, 40.84975553994189, -73.770870582023, 40.849772833042394, -73.77101075497723, 40.850014262972614, -73.77124588968712, 40.85038112096734, -73.77137522675784, 40.850589598747426, -73.77160845232129, 40.850965530060776, -73.77186705703944, 40.851393914441914, -73.77193890396843, 40.85151372681648, -73.77196209687844, 40.85154937011231, -73.77200614553787, 40.851594993380544, -73.77204030263634, 40.851627777646556, -73.77207014044136, 40.85165404819634, -73.77208926414035, 40.851664900917434, -73.77221255970917, 40.851675189451385, -73.77246837655127, 40.851684230976346, -73.77246572244799, 40.85175218425641, -73.77246298349075, 40.851813046875094, -73.77246193753211, 40.851836266762476, -73.77245195232544, 40.85205805144772, -73.77246006676975, 40.85210787199646, -73.77246427573242, 40.85213314726996, -73.77244671249841, 40.85236460631582, -73.7724177088494, 40.852368223119626, -73.77239165985215, 40.85237481287449, -73.77238080297165, 40.85238892741394, -73.77238294916268, 40.8524164057308, -73.77237865484166, 40.852435829925675, -73.77234637838863, 40.852445565416474, -73.77231748454375, 40.85244896629321, -73.77229929204395, 40.85245216946499, -73.77225473955534, 40.852457872599224, -73.77223051311556, 40.85245966357941, -73.772208173906, 40.85245994905247, -73.77218347925057, 40.85246132667187, -73.77215878748866, 40.852462897897944, -73.77213546481185, 40.85246466362825, -73.77211543459904, 40.85246668349368, -73.77209724649153, 40.85246790825627, -73.77206232657036, 40.85246863620352, -73.77202929189201, 40.85246774787637, -73.77201016860674, 40.85246743543438, -73.77197036870531, 40.8524681239932, -73.77195056317031, 40.85246756435781, -73.77193032238213, 40.85246631768183, -73.7719112373503, 40.8524666086302, -73.77189214678096, 40.852467476781435, -73.77187255136826, 40.85246927594279, -73.77185016572867, 40.85247203221116, -73.77182593277641, 40.85247571683319, -73.77180423131996, 40.85248022950936, -73.77178286781519, 40.85249097427088, -73.7717729899525, 40.852503827296275, -73.77175873399285, 40.85252866714415, -73.77175098466573, 40.85254330825801, -73.77173929735497, 40.852567822704, -73.77173166142225, 40.852581557243106, -73.77176912491048, 40.85260822836586, -73.7717366783476, 40.8526153005879, -73.77171262238005, 40.8526309801207, -73.77170179486441, 40.85264685061796, -73.7716942264305, 40.8526613002805, -73.77169500710099, 40.85268677320769, -73.77170732975522, 40.85269829690593, -73.77173914476033, 40.852707665568175, -73.77173768128353, 40.85272322501516, -73.77172002459243, 40.852738560615116, -73.77169134459665, 40.85274284064075, -73.77167156947716, 40.85275378033009, -73.77166870497673, 40.852767387433026, -73.77167324507754, 40.852792511204854, -73.7716762607656, 40.85280879360783, -73.77167953266066, 40.852824718121056, -73.77168594157959, 40.85285267314275, -73.77169300627604, 40.8528802980799, -73.77169895852195, 40.85289411533716, -73.77170624604851, 40.85290865022889, -73.77171277209217, 40.852924254300994, -73.77171661913835, 40.85294053744711, -73.77172050775616, 40.85295542040679, -73.77172638885841, 40.85296923752164, -73.77173461684194, 40.852983775172724, -73.77174328614007, 40.8529961984354, -73.77176442576925, 40.85301929471381, -73.77177869856257, 40.85303140037901, -73.77179823593252, 40.85304760470031, -73.77181842109279, 40.85305370945543, -73.77183618527575, 40.853048888224656, -73.77187115894905, 40.85304398846172, -73.77189050358533, 40.85304205102895, -73.77192778374457, 40.85303858309281, -73.7719599251462, 40.85303686275182, -73.7719785842482, 40.85303459526881, -73.77199767994777, 40.8530315857379, -73.77202258453211, 40.853021616056665, -73.77203600237894, 40.853008441325805, -73.77204421820686, 40.85299574978532, -73.77204165106748, 40.85297417157178, -73.77207199651173, 40.85296945530837, -73.77210061950548, 40.85297110302925, -73.77213530926745, 40.8529746312517, -73.77216450884079, 40.852987643432535, -73.7721807456523, 40.852996623709174, -73.77220196155159, 40.85301757868242, -73.77221852515342, 40.85303641370751, -73.77223264468047, 40.85306213268568, -73.77224584627537, 40.85308093135261, -73.77226362284178, 40.85310435228126, -73.77227662411265, 40.853128668777636, -73.7722798977035, 40.853143798139506, -73.77228328177489, 40.85316891870276, -73.77228742704504, 40.85319305292618, -73.77229455537773, 40.853212912087784, -73.77229855023833, 40.85322867411899, -73.77230370671289, 40.85325327679334, -73.77230449197738, 40.853277131534256, -73.77230209061467, 40.85329197504362, -73.7722965477914, 40.8533067844371, -73.77229078794768, 40.853320551530096, -73.77228422746866, 40.85333643140285, -73.77227890045323, 40.85335055594528, -73.77227476886411, 40.85336468284715, -73.77227059700874, 40.853379139250244, -73.77226526145975, 40.85339644702203, -73.7722592748929, 40.853413041217486, -73.77225207057708, 40.8534274916334, -73.77223968719663, 40.853443332092624, -73.77222698966038, 40.85345705756989, -73.7722068692235, 40.853474254202155, -73.77220124248834, 40.85349208458289, -73.77220656830569, 40.8535198717423, -73.77222180753564, 40.8535448788385, -73.77223250724639, 40.853566336227104, -73.77224335060141, 40.85357736347438, -73.77227185092316, 40.85359413470929, -73.77227133176139, 40.85361864423484, -73.77225271476385, 40.85363974208164, -73.77224879767338, 40.85366429892854, -73.77225298290796, 40.85368854309021, -73.77227074383418, 40.85370584242488, -73.77230413548683, 40.85370829644484, -73.77231712163355, 40.85372736932669, -73.77232386993849, 40.853752250690725, -73.77232974886468, 40.85376606776819, -73.77234723258739, 40.853789871713275, -73.77235970011162, 40.853801781036346, -73.77237827809678, 40.853823968047344, -73.77237303292986, 40.85384605222189, -73.7723662312526, 40.85386898429191, -73.77235515459351, 40.85389457068696, -73.77233878609627, 40.85391394403482, -73.77232796825771, 40.853927316635875, -73.77231088001723, 40.853945260375646, -73.77230108216794, 40.85395687902373, -73.77229066639953, 40.85396885304696, -73.77227078149535, 40.85399030408811, -73.77225975082864, 40.85400244168515, -73.77223997368245, 40.85402532021673, -73.7722293384879, 40.85403729470159, -73.77221888833654, 40.85404891205471, -73.77219581897705, 40.854072470254835, -73.7721826553412, 40.85408512411814, -73.7721712991408, 40.85409638308198, -73.77215719016287, 40.854111149435575, -73.77214420073419, 40.85412487522645, -73.772131176346, 40.854138764836684, -73.77211306421111, 40.85416060386269, -73.77209947237749, 40.854181573833756, -73.77208315814941, 40.85420583333264, -73.77206567948065, 40.854232806418615, -73.77208076338658, 40.85425056694753, -73.77209176837619, 40.854267056923796, -73.77208079637437, 40.854282817306796, -73.77205243767924, 40.8542782867227, -73.77203088149649, 40.85429180376832, -73.77201789808775, 40.854304101372996, -73.77200466324807, 40.85431639937977, -73.77199182082347, 40.85432908267153, -73.77197980127207, 40.85434527861453, -73.7719571506696, 40.85437290062286, -73.77194416110868, 40.85438698388661, -73.77193313333026, 40.854398242575385, -73.77191588808893, 40.8544200562686, -73.77190326141695, 40.854434139344576, -73.7718923354652, 40.85444682551376, -73.7718825363015, 40.85445913029939, -73.77186237233877, 40.85448821060293, -73.77185092058808, 40.85450723610673, -73.77184317170554, 40.85452168631833, -73.77183300353519, 40.854535417652905, -73.7718203583536, 40.85455419315734, -73.77180425836558, 40.85457886456509, -73.77178959427786, 40.854607079553325, -73.77178227699204, 40.85462224200467, -73.77177194715472, 40.85464091312398, -73.77176251611539, 40.854661014203955, -73.77175501491438, 40.85467689038129, -73.7717504870572, 40.854690659881875, -73.77174485349104, 40.8547097239003, -73.7717406825263, 40.85472420819829, -73.77173595261934, 40.85474363150018, -73.77173109786702, 40.8547676389697, -73.77172443689047, 40.854791641064025, -73.77171921051112, 40.854808511382736, -73.77171499772638, 40.85482411941329, -73.77170667396784, 40.85484847661268, -73.77169130526951, 40.854892250728795, -73.77168376118841, 40.85491024117591, -73.7716754532598, 40.85492894420253, -73.77166696263022, 40.854949045333946, -73.77166056269763, 40.85497057968661, -73.77165292293971, 40.855005724351926, -73.77164869813399, 40.85502586184036, -73.77164439384023, 40.85504704284369, -73.7716417286806, 40.85506542745561, -73.77163914076424, 40.85508238493743, -73.77163742469554, 40.85509791596154, -73.77163563618598, 40.855113474757474, -73.77163046945991, 40.855133336630246, -73.77162807208033, 40.855147302147465, -73.77162101838971, 40.85518030749571, -73.7716151959954, 40.85520184118735, -73.7716017366107, 40.85523697432717, -73.77159357332268, 40.85525636380961, -73.771589475866, 40.85527048984979, -73.7715859033462, 40.855290272931384, -73.77158382730919, 40.855304596579636, -73.77158181416651, 40.85532270782969, -73.77157975882844, 40.85534205447376, -73.77157717334106, 40.85535829696606, -73.77157559731958, 40.8553751736037, -73.77157139111534, 40.8553998955393, -73.77156793258297, 40.85541756448593, -73.77156480998157, 40.8554316933556, -73.77156270257302, 40.85544582513583, -73.77156131260595, 40.855460670627195, -73.77156035431094, 40.85547655974519, -73.77156135285931, 40.85549176836248, -73.77157713962421, 40.855515569056635, -73.77159545979076, 40.85553898935272, -73.7716055744824, 40.855551251591216, -73.77162621820321, 40.85557116455603, -73.77163832236369, 40.85558326503881, -73.77165458576303, 40.85559537375264, -73.77168009333555, 40.855610080673905, -73.77169934912872, 40.85563424481155, -73.77170750880725, 40.855647354138775, -73.77171523487443, 40.85566136670321, -73.77171927135122, 40.855675372867054, -73.7717265805739, 40.855704755135164, -73.77172573377413, 40.85571996009909, -73.77171815774179, 40.85573652320008, -73.77171379193533, 40.85575523222614, -73.77171743430885, 40.85578938435831, -73.7717218939355, 40.85580657550521, -73.77173853387521, 40.85582406450164, -73.7717560977019, 40.85583568140228, -73.77177621459279, 40.85585155818398, -73.77179124947693, 40.855862951256384, -73.77180488153563, 40.85587255767389, -73.77182661423197, 40.85589175776328, -73.77183141866912, 40.85591389059699, -73.77183120595728, 40.855934063938896, -73.77183212509709, 40.85595031426674, -73.77183380558583, 40.85596623651957, -73.77183794824234, 40.85598076427433, -73.77184274239058, 40.856006245122714, -73.77184532419723, 40.85602252575323, -73.77184899607768, 40.85603738215709, -73.77185079174744, 40.85605119117833, -73.77184735006, 40.85607467915533, -73.7718410728881, 40.856102937743614, -73.77183740681244, 40.85612856665053, -73.77183844268457, 40.8561529684782, -73.77184352964396, 40.856187480056306, -73.77184297473673, 40.856201614009365, -73.77184151007673, 40.85621750302662, -73.77184162722817, 40.85623624883673, -73.77184116932243, 40.85625356712745, -73.77183818768027, 40.85626948105978, -73.77182940033332, 40.85629133847521, -73.77181852335737, 40.8563114348937, -73.77181242242621, 40.85633014229082, -73.77180958069829, 40.85634710017117, -73.77180443479811, 40.85636122504314, -73.77179411903222, 40.856385742192415, -73.77179111377372, 40.85640818825794, -73.77178124719775, 40.856428643266696, -73.7717690832134, 40.856455352161085, -73.77176325125946, 40.8564692847691, -73.7717512781609, 40.85649220566202, -73.77173306100005, 40.85651297642753, -73.77171814105128, 40.856531636653585, -73.77170682754904, 40.85655173399808, -73.77169724422096, 40.85657361774272, -73.77169234478704, 40.85659021405165, -73.771689761803, 40.856605030165895, -73.77169020986578, 40.85662237726262, -73.77169293757498, 40.856638301588006, -73.77169686846248, 40.85666235344874, -73.7716981745481, 40.85669232806507, -73.77169937929558, 40.85671036373554, -73.77169767201976, 40.85673369034731, -73.7716915242295, 40.856765681726706, -73.7716881392829, 40.85678332380358, -73.77168044276104, 40.856813527338865, -73.77167698536708, 40.85683119718719, -73.77167756832392, 40.85686141710708, -73.77167480413279, 40.85688721077984, -73.77167572796894, 40.85690277674043, -73.77168233425267, 40.85693657723637, -73.77168622428249, 40.85695146018912, -73.77169282372903, 40.85696687078963, -73.77170625726905, 40.85699187436429, -73.77171412886126, 40.85700465353686, -73.7717264762301, 40.857020268214185, -73.77173928721976, 40.85703695359388, -73.7717529270835, 40.85705506699375, -73.77176649350878, 40.85707315503286, -73.77177913027408, 40.85708808320019, -73.77179180682379, 40.8571021334635, -73.77180290676529, 40.85712252188297, -73.77181084463855, 40.85713777033314, -73.77182532738458, 40.857162227567656, -73.77183784509398, 40.85719112575052, -73.77184977095854, 40.8572134644666, -73.77186039585862, 40.857235085616885, -73.77187230833356, 40.8572616782357, -73.77187908176205, 40.857278599296336, -73.77188460101806, 40.85729222387121, -73.7718920951494, 40.857310299888226, -73.77190333064691, 40.857334063615085, -73.77191061573669, 40.857349118061514, -73.771925072324, 40.857381919204094, -73.77193583839025, 40.85740458429782, -73.77194601830996, 40.8574297462009, -73.77195204328906, 40.85744427676786, -73.77195849511963, 40.85745987976543, -73.77196552211326, 40.85747688416692, -73.77197107198369, 40.85749300496574, -73.77197612248827, 40.85751744353666, -73.77198163635913, 40.85753230447324, -73.77198874166639, 40.85754826445533, -73.77199230861089, 40.85757231468206, -73.77200816292633, 40.85755549417744, -73.77200597350512, 40.85754096939253, -73.7720039957543, 40.85752628203648, -73.77200670663527, 40.85750597676174, -73.77200656962623, 40.85748297608485, -73.77199959517361, 40.85746067508668, -73.77198954416949, 40.85744045445141, -73.77198099736508, 40.85742325434195, -73.77197555535213, 40.85740784694746, -73.77197004148984, 40.85739298691074, -73.77196620511455, 40.85737280647134, -73.77196090196738, 40.857348723995415, -73.77195663995278, 40.85732642835531, -73.77195589998365, 40.857309793875835, -73.77195866646156, 40.85728399840201, -73.77195684444324, 40.85725641178169, -73.77195413117843, 40.85723590308012, -73.77195146220475, 40.85720282357542, -73.77194919520049, 40.8571784184194, -73.77195069147348, 40.857153308411476, -73.7719511355081, 40.85713933723042, -73.77195223178491, 40.8571250395589, -73.77195336733185, 40.85711035745422, -73.77195446475389, 40.857096417280836, -73.77195382015273, 40.857073415598805, -73.77195284202425, 40.85705291032626, -73.7719557512513, 40.857037710341444, -73.77196114973503, 40.85702325638295, -73.77198550347335, 40.85702668046761, -73.77199137891164, 40.857041924829495, -73.7719949615034, 40.85706174907272, -73.77199732147572, 40.85708014271671, -73.77200435714335, 40.85711605840045, -73.77200435714335, 40.85711605840045 --73.79234936875068, 40.856074207786996, -73.79233537646843, 40.85606391787931, -73.79231968448251, 40.85605140519431, -73.79208257009982, 40.85595293240767, -73.79204620329708, 40.85597627968746, -73.79203560124711, 40.85599083415995, -73.79203908358232, 40.8560218561268, -73.79203652627851, 40.85608832863121, -73.79201584279461, 40.856174324470885, -73.7920036919923, 40.85622484274847, -73.79198583703254, 40.85629908413922, -73.79196701134944, 40.856365912716804, -73.7919003619415, 40.856512497268035, -73.79187062562795, 40.856576806378065, -73.79184370785624, 40.85663598235113, -73.79182818459485, 40.85666352204047, -73.7917916469089, 40.856721223644364, -73.79177679940295, 40.856744669103065, -73.79167203222258, 40.85688511809019, -73.79173232427038, 40.85691277122889, -73.79177747376289, 40.85693347851877, -73.79187096754038, 40.8569879100337, -73.79186114378975, 40.85700003906302, -73.79185002820746, 40.85701376683755, -73.79183609086279, 40.85703097893055, -73.79170104615469, 40.857197742443425, -73.79167679280584, 40.85729180378161, -73.79161217145783, 40.857368628809006, -73.79149746027163, 40.85732491603626, -73.79132546939002, 40.85724072775418, -73.79129519852461, 40.85723359152125, -73.79126047485285, 40.85723984205889, -73.79121229875169, 40.857259132595935, -73.7911264864816, 40.857314749309786, -73.79104650980668, 40.85736491503816, -73.7909467978713, 40.857482921418466, -73.79097674287183, 40.85750131061372, -73.79093874658766, 40.85754799897005, -73.79092621410149, 40.85756339810382, -73.79084302401226, 40.85766561626968, -73.79077544162901, 40.857748655162986, -73.79042824127755, 40.85784518820255, -73.79036285410668, 40.85788816070243, -73.79027644128068, 40.857950198906, -73.79033306922136, 40.858013484920704, -73.79029535019309, 40.85805250136589, -73.79019645707734, 40.85818502812467, -73.79009285102606, 40.85835676899321, -73.79004661058634, 40.858418886405644, -73.79006212138026, 40.858430227523336, -73.78998734428578, 40.858488733333246, -73.78998599256208, 40.8585051450578, -73.78986595261458, 40.85853393676835, -73.7898156090174, 40.85854098237216, -73.78967512558705, 40.85854187899022, -73.78962220679222, 40.858551636602314, -73.78951717159819, 40.85855707130917, -73.78942606410533, 40.8585482594288, -73.78929226941705, 40.85853621329699, -73.78916506730233, 40.85851053658933, -73.78910820913028, 40.85849725756035, -73.78902139652206, 40.85847906737254, -73.78899170445197, 40.85847108062997, -73.78898043094657, 40.858458434199505, -73.7889817944831, 40.85841594873411, -73.78897361920465, 40.858360600289394, -73.78894043960074, 40.85826760421898, -73.78891223884541, 40.85820008679073, -73.7889101577735, 40.858058702879056, -73.78889979996808, 40.858011679992806, -73.78889248322697, 40.85797846092446, -73.78886578968356, 40.85785727145022, -73.7888330503173, 40.857762464353456, -73.78881151711929, 40.85765255667906, -73.78883646023799, 40.85764439253903, -73.78878231217067, 40.85741997878625, -73.78877840349845, 40.85740377806243, -73.7887554934583, 40.85730883224464, -73.78874417829387, 40.85718615895559, -73.78872695436466, 40.85705567116859, -73.78872429304734, 40.85698656965153, -73.78875973748512, 40.8569431155189, -73.78880330368791, 40.856792840827254, -73.78877814713121, 40.85671220963398, -73.7888249182611, 40.85665701757516, -73.78885208270913, 40.85662970220452, -73.78888546856757, 40.856611839883726, -73.7889052283896, 40.85660443886627, -73.78888981930379, 40.856551162703894, -73.78884466181671, 40.85646198616043, -73.78878739890544, 40.85636049210106, -73.78874074475286, 40.85627548565945, -73.78864501352591, 40.85630075376076, -73.78858295572962, 40.8561605620167, -73.78853515111932, 40.85605256738679, -73.78853050114093, 40.85603792134421, -73.78851740373015, 40.855996662845094, -73.78850429931131, 40.85595537551549, -73.7884810186346, 40.855895955202676, -73.78843197276937, 40.85577077143168, -73.78840733337444, 40.855777615019, -73.78835974558221, 40.85563483014264, -73.78842692183436, 40.8553132466698, -73.78840947848717, 40.855184974502485, -73.78855382914242, 40.85514574981657, -73.78853132930392, 40.85509446509386, -73.78849532023892, 40.85504982465552, -73.7884479363592, 40.85506078863316, -73.78843955952287, 40.85503328210575, -73.78841985987768, 40.8550330811888, -73.78837350302557, 40.855049272583244, -73.78834927935951, 40.85503885446051, -73.78831590846346, 40.85485882149831, -73.788310941487, 40.85484097090586, -73.78829279227625, 40.85481906281308, -73.78831386519599, 40.854796539615386, -73.7884165791128, 40.85474649940772, -73.7884392701263, 40.854738362738146, -73.78844196135651, 40.85472113042553, -73.78843223120025, 40.8546895763971, -73.78842074680323, 40.85464056218204, -73.78842609221921, 40.85459649192406, -73.78844304505802, 40.854540008935935, -73.78850226927898, 40.854433568420454, -73.78846100171572, 40.854372614888284, -73.7884233041398, 40.854325033914705, -73.78840023336204, 40.85424904576993, -73.7883715086377, 40.85425596560314, -73.78834184452823, 40.85415073892868, -73.78833770484084, 40.854136045182656, -73.78832479122916, 40.85410091214207, -73.78828456316265, 40.85411104992246, -73.78820067857666, 40.85412865548672, -73.78817508599877, 40.85408307233522, -73.78768701574856, 40.85418367429863, -73.78766565746025, 40.85418264714873, -73.78764302709317, 40.85417181848128, -73.78760820924181, 40.85417378589996, -73.78731476532705, 40.8541941592572, -73.78727980781562, 40.85419491875732, -73.78725342761574, 40.85419220825355, -73.78723150046615, 40.85418772027756, -73.78720137092083, 40.85417108661761, -73.78717312410434, 40.854141666711214, -73.78714542227657, 40.854089080802005, -73.78713050326643, 40.85405227531146, -73.78713968684227, 40.85401759893538, -73.78716347690664, 40.85398248305077, -73.78730963583521, 40.853933129096546, -73.78763289177748, 40.85383680806566, -73.78798195109411, 40.85374113688392, -73.78799482984444, 40.853715690986974, -73.78800196756252, 40.85368795538919, -73.78801152291005, 40.853638430483805, -73.78801792280247, 40.85359287996155, -73.78801408985316, 40.85353630480135, -73.78800087769771, 40.85350748813548, -73.78793745768617, 40.85344465488577, -73.7877739878201, 40.853278051989264, -73.78764130120776, 40.853138541950244, -73.78750282199134, 40.853013456901586, -73.78754900351132, 40.8529960867841, -73.78739454190523, 40.852860597577774, -73.78730238035733, 40.85277709689183, -73.78721526611184, 40.85279933332996, -73.7871594748928, 40.85275483876395, -73.78713398181883, 40.852734507202086, -73.78705345476173, 40.85267028124206, -73.78703206883968, 40.85265322332986, -73.78693890690872, 40.8525771882986, -73.78694749515793, 40.85254728885049, -73.78692418059728, 40.852514059887675, -73.78686276718443, 40.85252511706865, -73.7867813594882, 40.852549311491046, -73.78677042761653, 40.85253153354529, -73.78683192913839, 40.85251482327524, -73.78679201554567, 40.85247259019039, -73.78670920352273, 40.852404396689046, -73.78656940884665, 40.852284111300676, -73.78640133667177, 40.85212307015603, -73.7862641457524, 40.85203652261794, -73.78613272427143, 40.85193277536823, -73.78588285991115, 40.85178058493326, -73.78565959494686, 40.851787223898775, -73.78546191030784, 40.85166331764962, -73.78550609142134, 40.851583231514134, -73.78550992382793, 40.851559107197986, -73.78550183842958, 40.85154470947237, -73.7854753325182, 40.85153609738687, -73.78543369198367, 40.85152490334533, -73.78487981300272, 40.85165965284313, -73.78435417840812, 40.85178989508225, -73.78400916061497, 40.85159898692037, -73.78397999947347, 40.85153162578242, -73.78397060082563, 40.85151308501743, -73.78395729239418, 40.851486823296504, -73.78384490629054, 40.85151032728618, -73.78367378937948, 40.85154313481585, -73.7835645102849, 40.85156842913816, -73.7835458898195, 40.851541945787375, -73.7835356682923, 40.85152740523895, -73.78344628113634, 40.851400259692205, -73.7835799929184, 40.85134193616774, -73.78363054969415, 40.85131746822115, -73.78367089401382, 40.85129972760488, -73.78373106065, 40.85127511014254, -73.78381127733996, 40.85124723891823, -73.7838895421514, 40.851222956953556, -73.78402321538421, 40.85117737123416, -73.78414826072795, 40.85113989257504, -73.78436537905823, 40.85107741710731, -73.78449668334626, 40.85103734283891, -73.78451754306853, 40.85103087213173, -73.7845272970199, 40.85101407362072, -73.78452691823682, 40.850998479954896, -73.78452222803907, 40.850940255141566, -73.78451483342032, 40.85088000906919, -73.78450359417758, 40.8508234046167, -73.78449486464213, 40.850780244728085, -73.78448648189224, 40.85075852805623, -73.78447337191261, 40.85074456841467, -73.78445553703843, 40.85074020641658, -73.78443738425406, 40.85074209325209, -73.7843515680626, 40.85075513501088, -73.78432743864963, 40.85075911601214, -73.78431067086163, 40.85075189961875, -73.78428422660313, 40.85073539183881, -73.78414167577687, 40.85066252013646, -73.78408048122292, 40.8506317464853, -73.78405854702923, 40.85061962709882, -73.78404397676114, 40.850609493576236, -73.78403158214114, 40.85059877790314, -73.78401701471535, 40.8505808325942, -73.78400857588525, 40.850553799263054, -73.78400649744628, 40.85053029066852, -73.78400726283067, 40.850502387583106, -73.78401283958458, 40.85048830528818, -73.78402941481396, 40.85047042638862, -73.784048697611, 40.850453224323985, -73.78407169723394, 40.85043521876832, -73.78415892836355, 40.85037487239443, -73.78419242794635, 40.85034952491837, -73.78420834677819, 40.85033546015951, -73.78422294170953, 40.85032043299514, -73.784236048545, 40.85030461061059, -73.78424752916732, 40.85028816384194, -73.78427038817524, 40.85026302066501, -73.7842842739846, 40.85023919523717, -73.7842268936383, 40.85013273143425, -73.78421997932338, 40.85011353256771, -73.78422368723002, 40.850095369327434, -73.78422507726297, 40.85007557635913, -73.78420610580689, 40.850046937568095, -73.78418312265867, 40.8500204443508, -73.78412624056027, 40.84996190213641, -73.78408434668395, 40.849913682399674, -73.78404036368717, 40.849859145369706, -73.78392884948491, 40.84971585428919, -73.78384069791196, 40.849602031433434, -73.78374425140333, 40.84947216235471, -73.78371162002948, 40.849425337597516, -73.78366078268365, 40.84935239136279, -73.78362000232548, 40.8492992955603, -73.78357708040537, 40.849248731517676, -73.78354017395147, 40.849208172434764, -73.78352603596576, 40.849195415613615, -73.78351190135191, 40.849184903729906, -73.78349483766762, 40.849175838844936, -73.78343153891691, 40.849177041053075, -73.7833625159066, 40.84918371828955, -73.78334453025575, 40.8491864769454, -73.78332504003859, 40.84919096082153, -73.78326917994907, 40.84920827235208, -73.78316274854471, 40.84921383640858, -73.78313571398353, 40.849202614953725, -73.78303604482608, 40.84906299586031, -73.78288095827274, 40.84913656443692, -73.78273196489239, 40.84920816679486, -73.78253811322563, 40.8492927784977, -73.78252431549795, 40.84931202036887, -73.7824258045225, 40.84932731501362, -73.78233435415285, 40.84925529113272, -73.78230805873679, 40.8492345805661, -73.78221468771942, 40.849161042834844, -73.78219903624007, 40.849148463992506, -73.78215811523295, 40.849114809982304, -73.7821370030806, 40.84909744819795, -73.78193602603507, 40.84893216718348, -73.78184748666168, 40.84894915330279, -73.78182548714835, 40.848967364723634, -73.78169503822744, 40.848846205815406, -73.78161117676565, 40.84876831728453, -73.7815949821519, 40.8487532753783, -73.78157215743063, 40.84873207503972, -73.78153993326468, 40.84872504419015, -73.78151040502281, 40.84871860015729, -73.7814944085335, 40.84869921102371, -73.78149252207551, 40.848580004465525, -73.78178484957294, 40.848506890148315, -73.78179043720131, 40.84851995068729, -73.78180174660646, 40.84854639079325, -73.78207334391428, 40.84846810371234, -73.78206499446487, 40.84845284076228, -73.782080251511, 40.84843336847193, -73.78213589792084, 40.84840624622203, -73.78216291690221, 40.84839491679518, -73.78219078710875, 40.84838473890101, -73.78222716437078, 40.84837356400369, -73.7823550041443, 40.84834114252786, -73.78248506676472, 40.848304526094985, -73.78253938443396, 40.84829345786621, -73.78256233503181, 40.84828526790539, -73.78258680760763, 40.8482671204364, -73.7826152068081, 40.84824961791209, -73.78262816078957, 40.84823991968114, -73.7826246939554, 40.84822594287318, -73.78262429895832, 40.848212186171395, -73.78262941511203, 40.848198284069, -73.78264909781736, 40.84818127028853, -73.78267092850801, 40.84816376798089, -73.78268072015203, 40.8481510543327, -73.78263303493905, 40.84806818740957, -73.78262232391698, 40.84805270212926, -73.78260839799975, 40.84803723240117, -73.78258514703111, 40.84802124892391, -73.78257375865232, 40.84800729230286, -73.78256847557715, 40.8479870068049, -73.78256884069087, 40.84797289764055, -73.78257999877759, 40.84796152831331, -73.7825533198828, 40.84794326461911, -73.78253987727082, 40.84793123118106, -73.78253199193323, 40.84791727125377, -73.78250118888218, 40.84790692412646, -73.78246243838383, 40.84791068266258, -73.78239831220439, 40.84792013127363, -73.78218862335135, 40.8479453158906, -73.78210964915948, 40.84795581509746, -73.78207995402926, 40.84796094495322, -73.78201402551123, 40.84797429449133, -73.78198469438507, 40.84797907381746, -73.78185075348496, 40.84799679987833, -73.78174303323931, 40.848010813129896, -73.78171999100249, 40.84801295773326, -73.78169699534597, 40.84801355537007, -73.78167441629665, 40.84801259413389, -73.78165256448861, 40.84801009262267, -73.78162256973313, 40.84800460856209, -73.78160359484107, 40.84799740199955, -73.78158455705466, 40.84798732093542, -73.78157080481135, 40.8479667086845, -73.78155179695364, 40.84796701758056, -73.78153237730933, 40.847974998809754, -73.78151825475918, 40.84796351596795, -73.78149357223178, 40.84790437154413, -73.78148685570768, 40.84787328454658, -73.78149313671335, 40.84785898037772, -73.78148815717105, 40.8478294266109, -73.78149442290534, 40.84780388603859, -73.78149562358583, 40.84776760287391, -73.78149995502213, 40.84770420813767, -73.7814981499949, 40.84768729162457, -73.78149259695033, 40.84766879574794, -73.78148479064157, 40.84765107002824, -73.78146390069762, 40.84760994177532, -73.78143122771537, 40.847543704306645, -73.78142306966949, 40.84752765283633, -73.78142077559004, 40.84751377816695, -73.78143809735523, 40.84749930041332, -73.78145790800818, 40.847491738670485, -73.78146993834648, 40.84746179389265, -73.78147995228, 40.8474215211199, -73.78149220733863, 40.84736684017055, -73.78150149095254, 40.84734744938902, -73.78152351293791, 40.847320815739515, -73.78153591819259, 40.84730487616082, -73.78155032632786, 40.847293269052635, -73.78160233563734, 40.847290883066805, -73.78162191004742, 40.8472880718595, -73.7816973386834, 40.847219508669035, -73.78172936503931, 40.84719264447515, -73.78175585174945, 40.84717715835091, -73.78178603604094, 40.84716813306233, -73.78186933234494, 40.84713683361379, -73.7818933276725, 40.84712782180771, -73.78190888484474, 40.847120174502315, -73.7819143835704, 40.847104260546004, -73.78193418200847, 40.847057688357495, -73.78194851716214, 40.84704117606545, -73.78196655077262, 40.84703013856746, -73.78200450367255, 40.84701849035543, -73.7820246546742, 40.847014117810744, -73.78207430071637, 40.847006561007326, -73.78209832232295, 40.84700000215636, -73.78209565131496, 40.846921965622485, -73.78210503489699, 40.84690890906165, -73.78222415511212, 40.846873874229466, -73.78220151487702, 40.84675698776149, -73.78214019981615, 40.84657791210605, -73.7823111748283, 40.84654421148578, -73.78228447314379, 40.846456297093425, -73.78250172002609, 40.84641710044526, -73.78238749842109, 40.846065672145905, -73.78236090219343, 40.8459977444511, -73.78260611118965, 40.84595028518831, -73.78255893936011, 40.84580011436248, -73.7825450486077, 40.84575589908117, -73.78252742586234, 40.8456961666339, -73.78264369925853, 40.845674456027844, -73.78263665162406, 40.845641178457825, -73.78280218923618, 40.845596997706835, -73.78288303820321, 40.84558415036301, -73.78293874560346, 40.84557529977912, -73.783113400333, 40.84554754726119, -73.78311254572412, 40.84553288919551, -73.78313507512952, 40.84552845699355, -73.78315522580284, 40.84551238321683, -73.78316668230275, 40.84548970507144, -73.78318887534236, 40.84536799263886, -73.78319903078408, 40.84531626657286, -73.78320477765558, 40.84528701758438, -73.7832485643997, 40.845064018397025, -73.7832260564781, 40.84501569514983, -73.78320099332132, 40.84500262508506, -73.7831748152657, 40.84499108916396, -73.78313504998142, 40.844979297166184, -73.7831163330942, 40.84497136733426, -73.78310621011966, 40.84495967067842, -73.78310508431107, 40.84492854294404, -73.78310273383944, 40.84490897166355, -73.7830990619223, 40.84489027137847, -73.78308867435271, 40.84486299205377, -73.78306307886697, 40.844818648558636, -73.78305191166706, 40.844801003063125, -73.783023286696, 40.844760969034056, -73.78301157684511, 40.84474101274336, -73.78300584844827, 40.84472169174694, -73.78300840710587, 40.84470469430912, -73.78302011473437, 40.84468279557615, -73.78303371783103, 40.84466799090696, -73.78305219454965, 40.84465463529444, -73.78307207353518, 40.84464289330205, -73.78309831327238, 40.8446296459325, -73.78312231997235, 40.844618999491374, -73.78318972920609, 40.84459593305642, -73.78322757387079, 40.84458098212043, -73.78325206007068, 40.84456764137098, -73.78327928550502, 40.844547000945155, -73.78329707919707, 40.844527435094975, -73.7833057996986, 40.844514270927995, -73.78330730270818, 40.84449624583583, -73.7833078976792, 40.8444821397943, -73.78336727077775, 40.844460842940364, -73.78338231516648, 40.84445056322392, -73.78338657785531, 40.84443497374984, -73.78338402914824, 40.844417995527714, -73.78336513121394, 40.84437394112554, -73.78334943746783, 40.84434330741679, -73.78333621593985, 40.8443269223843, -73.78331826371048, 40.84431982337649, -73.78329947939793, 40.844323177553285, -73.78327194423895, 40.844322082147094, -73.78324603171593, 40.84432156790147, -73.78313280958886, 40.84435017544178, -73.78306550965927, 40.84437288365243, -73.78298429989125, 40.84417220229042, -73.78307588006815, 40.8441523106146, -73.78330226280599, 40.84410138177634, -73.78332433388023, 40.8440991710987, -73.78334157453051, 40.844104465077244, -73.78334466722349, 40.844119704566, -73.78335941395628, 40.84413089210209, -73.78338521659947, 40.84413271813781, -73.78341434902985, 40.84413159859622, -73.78344613705231, 40.844126645221245, -73.78348000290214, 40.84411830897482, -73.78353502110416, 40.84410184762379, -73.78356665520097, 40.844091715178024, -73.78358860362897, 40.84408236779409, -73.7836053833557, 40.8440718859909, -73.7836170210585, 40.84406008882119, -73.78362740781417, 40.84403879538126, -73.78362927057758, 40.84401622345694, -73.7836266743014, 40.84400036716699, -73.78362289436612, 40.84398677520341, -73.78361115010853, 40.84396425969867, -73.78359892881238, 40.84395023947143, -73.78358595588656, 40.84393981801314, -73.78356593230573, 40.843931585935835, -73.78349976667211, 40.843928753977565, -73.78346637522733, 40.843927620610586, -73.78345049547255, 40.843918083369665, -73.78344090924521, 40.84388906041637, -73.78341642190608, 40.843839832083944, -73.78341194801017, 40.84382488536545, -73.78343521835882, 40.843803201904684, -73.78347412355336, 40.84377848700524, -73.78350368792674, 40.84376264695338, -73.78351802461596, 40.84375115472374, -73.78352809075635, 40.84373582647202, -73.78353083024429, 40.843721873934356, -73.78352597512462, 40.84370491659878, -73.78351271217646, 40.84364881605711, -73.78346719832304, 40.84351956536374, -73.78344250809019, 40.84344892106989, -73.78343264188243, 40.84342069092433, -73.78339121655743, 40.84331156584093, -73.78335786601805, 40.84322004888685, -73.78331834385324, 40.8431364807084, -73.78329319378734, 40.84308041363536, -73.7832672847691, 40.84303384175596, -73.78322908339234, 40.842955847391394, -73.783211312133, 40.84292426152956, -73.78318266231754, 40.84287787988601, -73.7831606556919, 40.842842252734954, -73.78314458555154, 40.84281227834508, -73.78311841191935, 40.84275600849548, -73.7831092683127, 40.8427393447417, -73.78304777784611, 40.84263989093271, -73.78303013847288, 40.842605366971874, -73.78301808689909, 40.84259032133387, -73.78300502824763, 40.84258011666533, -73.78297492216915, 40.84256040490701, -73.78290262438298, 40.84250913331186, -73.78286599240228, 40.842482024277345, -73.78281858776931, 40.84244477787971, -73.78279923513959, 40.84242696385506, -73.78276820045755, 40.842393542048384, -73.78275727878682, 40.84238110454472, -73.78270221007993, 40.84231466580384, -73.78265020048536, 40.84224648403753, -73.78261121367537, 40.84219112643663, -73.78258460056846, 40.84214763366397, -73.7825649194988, 40.842111359718764, -73.78255458624002, 40.8420868908811, -73.7825504312121, 40.84207315769287, -73.78253942547661, 40.842036770425935, -73.7825067799971, 40.84194195781679, -73.78240671605504, 40.8419648280877, -73.78238570447454, 40.841974304887025, -73.78236797201166, 40.84197709358446, -73.78235611904148, 40.841966661489465, -73.7823384634242, 40.84191878393625, -73.7823302781176, 40.841902872939514, -73.78231520907616, 40.84188240234819, -73.78228061992158, 40.84181785616763, -73.78226622747997, 40.841787030245186, -73.78224298270052, 40.84173724658146, -73.78223104415632, 40.841711681480426, -73.78222582136969, 40.841697070081175, -73.7822173493412, 40.841660098640176, -73.78220054896583, 40.84164477289813, -73.78209141434176, 40.84166116110889, -73.78210080612466, 40.84168048908243, -73.78188552375738, 40.841726579287084, -73.7818714914157, 40.841682546424124, -73.78186698922418, 40.84166842353934, -73.78185216645575, 40.841652100135036, -73.78184658430519, 40.84163067128566, -73.78184592910516, 40.841554943754595, -73.78184626151868, 40.84146442384497, -73.78184512913315, 40.84143152208922, -73.7818418304751, 40.841397515830224, -73.78183635638399, 40.841362306896315, -73.78182868132704, 40.84132572774676, -73.78182286706743, 40.841304581211574, -73.7818154990719, 40.84128392700979, -73.7818066302327, 40.84126390751933, -73.78179631233294, 40.84124464170336, -73.78177570763161, 40.84120964817536, -73.78176218495496, 40.84119500844343, -73.78174365094425, 40.841186646489355, -73.78172406498051, 40.8411834090644, -73.78170492546927, 40.841173841094815, -73.78167992454699, 40.84115534621837, -73.78166095378616, 40.84113085554359, -73.7816520942769, 40.84111415528596, -73.78163278731003, 40.841064581558086, -73.78161400459926, 40.84100810381676, -73.7816020096414, 40.840972025250544, -73.7815952951219, 40.84094738757633, -73.78157478544637, 40.84085714966771, -73.78156135967664, 40.84081519895439, -73.78155224054751, 40.84079850269891, -73.78153911851292, 40.84078358274359, -73.78152331438255, 40.84077191029769, -73.78150579817469, 40.84076417787805, -73.78148014552877, 40.84076077853609, -73.78144185406907, 40.84074516432673, -73.78142717430802, 40.840734851045355, -73.78141959571941, 40.840721329245014, -73.78142446630159, 40.84070700618179, -73.78145444000906, 40.84067674418091, -73.78148067720687, 40.840649091934466, -73.78149785775908, 40.84062868502543, -73.78149892762386, 40.84061233494647, -73.78147205646626, 40.84055071352998, -73.78145790721376, 40.8405229370388, -73.78145678476488, 40.84050403800445, -73.7814632598348, 40.84049108763351, -73.7814790372035, 40.84047767402128, -73.78150691900416, 40.84046154402823, -73.78153990061048, 40.84044901126346, -73.78155597713453, 40.84044053742766, -73.78156827382672, 40.84041610054353, -73.78157115308781, 40.84039830229037, -73.7815659159789, 40.8403744058164, -73.7815537377668, 40.84034037462181, -73.78151966865236, 40.84027139153379, -73.78149663281525, 40.840217528853586, -73.78148526058673, 40.84019516060082, -73.78147243215972, 40.840184388876885, -73.7814594240297, 40.840161186364234, -73.7814332646952, 40.840069556351935, -73.7814131517355, 40.83999910575124, -73.78137482429264, 40.839851340051545, -73.78136521041196, 40.839817835981925, -73.7813472966876, 40.839792961840296, -73.78132143497483, 40.839765987978815, -73.78130393627404, 40.83974616459903, -73.78128707544921, 40.83974078098014, -73.78125611583712, 40.8397478857159, -73.78122939255577, 40.839752885014306, -73.78120384336461, 40.83975204141363, -73.78119952692732, 40.83973487877523, -73.78123627860559, 40.83972564276025, -73.78127576737225, 40.839718060732274, -73.78130942600451, 40.83971408943211, -73.78133392578391, 40.839693303805525, -73.78133181782178, 40.83966365637856, -73.78129669590489, 40.83956307821445, -73.78128328783235, 40.83954112300833, -73.78125659485923, 40.83953656990779, -73.78122370290986, 40.83953782494947, -73.78121664245552, 40.83950849860767, -73.78124820200502, 40.839506417987614, -73.78128239956506, 40.83949212803201, -73.78128497439654, 40.83946775918616, -73.7812782838794, 40.839402723474926, -73.78126413235525, 40.83937645798211, -73.7812366871212, 40.83938110021713, -73.7811839267943, 40.83939055169849, -73.7811475410226, 40.83939926520305, -73.78113595502087, 40.83938392848089, -73.7811836519313, 40.83937534449882, -73.78121877724587, 40.83936520130567, -73.78123573131377, 40.83935337663071, -73.78128789736567, 40.83934831481793, -73.78131091775617, 40.83931547685104, -73.78134021419109, 40.8392757331662, -73.78136432600459, 40.83924053795751, -73.7813730512919, 40.83920273185708, -73.78136739149862, 40.83917653560105, -73.78137968431626, 40.83910884789374, -73.78143675341171, 40.83893620396234, -73.7815069333962, 40.83872389546443, -73.78151140174252, 40.838683254628634, -73.7815114266564, 40.83866483772686, -73.78149645850173, 40.838644635554324, -73.78148755123081, 40.83862815040442, -73.78149129839895, 40.83859878781841, -73.7815021255906, 40.83858088575304, -73.78152205837078, 40.83856420850045, -73.78154062816373, 40.83855458225, -73.78157105538226, 40.83853394377158, -73.78160385283286, 40.83850642187733, -73.78165494721331, 40.83838693180931, -73.78167701101835, 40.83833723826568, -73.78170314689156, 40.838291013031785, -73.78172314428514, 40.83825460058942, -73.7817557613507, 40.83821513952972, -73.78181490627888, 40.838164610218456, -73.7819216622448, 40.83808831585774, -73.78203665143064, 40.8380123413247, -73.78199677765541, 40.837919205072474, -73.78198431675301, 40.83789009998983, -73.78190850904694, 40.837713034350124, -73.78189737553613, 40.837691356359485, -73.78190948227923, 40.837680182480646, -73.7818948333534, 40.837662094424864, -73.78191304864096, 40.837628861830986, -73.78205163788807, 40.8375202690953, -73.78216765314895, 40.83743982089819, -73.7823068029589, 40.83735823480025, -73.78233846588942, 40.83734561466815, -73.78236020503941, 40.8373398105695, -73.78238724264158, 40.83733807680209, -73.78240872799061, 40.837343167321634, -73.78242383162375, 40.83733317779202, -73.78264590621045, 40.837454776309066, -73.78272299858438, 40.83749639392574, -73.78278089086534, 40.8374641427329, -73.78288570315748, 40.83736220848292, -73.7829127736455, 40.83731732917002, -73.7829094343372, 40.83726624402683, -73.7828214333913, 40.83694587983047, -73.7827230746578, 40.83687589529613, -73.78270458042981, 40.836862218832955, -73.78269089463689, 40.836825853512224, -73.7826899555641, 40.83678157973339, -73.78270145797677, 40.83664496907038, -73.78269353242744, 40.8365711206272, -73.78268158189809, 40.836545462775106, -73.78267328799436, 40.83651832959463, -73.78267860698978, 40.8364718154634, -73.78268424867623, 40.83644846991477, -73.78270593963721, 40.836412307219746, -73.78274558924977, 40.836377689383355, -73.78277964861911, 40.83635066209626, -73.78282211894451, 40.836337430936126, -73.78286844296696, 40.83632771985253, -73.78292914058696, 40.836321630585836, -73.78297764569629, 40.836319333749536, -73.78301112979221, 40.83632469437181, -73.78304577449104, 40.8363395538042, -73.78308031461931, 40.83637521720113, -73.78313708061616, 40.836454619875454, -73.78320706072223, 40.836616277999525, -73.78325746024798, 40.836709473254835, -73.78329537753392, 40.8368069818253, -73.78334325562042, 40.836897208768185, -73.78337209022548, 40.836920674937225, -73.7833985960036, 40.836927092128526, -73.78347246064618, 40.836927615334545, -73.78353922275556, 40.836923541636644, -73.78358616460271, 40.83691352885787, -73.78360457355728, 40.83688677452945, -73.7836099538154, 40.8368657067033, -73.78361474140382, 40.83684932845092, -73.7836351033338, 40.83683380427084, -73.78372344818347, 40.83681538732256, -73.78379422722735, 40.83679888785498, -73.78385476291426, 40.83677523271345, -73.7839441440263, 40.83676115342868, -73.78399863902851, 40.83675055219886, -73.78406005723406, 40.83674536958588, -73.78411822840064, 40.8367495415233, -73.78417415438221, 40.83675431076166, -73.78422501171923, 40.83676236630739, -73.7842683733776, 40.83677444203466, -73.7843261707652, 40.8368160233925, -73.78439350964699, 40.836879413671305, -73.78446382602583, 40.83698263753039, -73.78448988122697, 40.83702863314746, -73.7845063082623, 40.83705762740722, -73.78454723230365, 40.83715066030428, -73.78458338640185, 40.83721297825024, -73.78464612888301, 40.83726691808675, -73.78476167935652, 40.83731876284007, -73.78501305864589, 40.83740906699883, -73.7851262909337, 40.83744498898987, -73.78516210572424, 40.837462427182146, -73.78517650726357, 40.83750120956768, -73.78518080920269, 40.83754590110805, -73.78521904177327, 40.83768082073189, -73.78527234177886, 40.83776070934835, -73.78531350991618, 40.83779950912573, -73.78534674188273, 40.837819360283994, -73.7854027337306, 40.837849962483325, -73.78553014382685, 40.837899934780324, -73.78556070934677, 40.8379142626771, -73.7855716940883, 40.837926195764545, -73.78554846578068, 40.83795628948558, -73.78551783517867, 40.83805298364572, -73.78545947176755, 40.83827644039305, -73.78544342906544, 40.83835342008473, -73.7854672302991, 40.83846964817545, -73.7854906861997, 40.83860511651775, -73.7855105604914, 40.838718071191344, -73.78553062799575, 40.83883805188914, -73.78558650602756, 40.838943992885866, -73.78562157677024, 40.8390104804682, -73.78565392927544, 40.839053632034805, -73.78565950096633, 40.83908487699567, -73.78565574287961, 40.83911819106771, -73.78570564304468, 40.83922266569007, -73.78581054121948, 40.83933916230001, -73.78582232065155, 40.83935183434211, -73.78580308924424, 40.83936452894167, -73.78581258879926, 40.83937750111846, -73.78582241093868, 40.83939118798677, -73.78585364307783, 40.839381725934054, -73.78594443254636, 40.83945454287792, -73.78610089435273, 40.8395857292389, -73.78614377663445, 40.83959121533371, -73.78619375819531, 40.839591390840425, -73.78623855243676, 40.839597429746675, -73.78632278375603, 40.839634666444766, -73.78642143903998, 40.839693394012464, -73.78646565682114, 40.83972095091452, -73.78650847700042, 40.839735110335354, -73.78656187977609, 40.83973924339099, -73.78666804073349, 40.83974479324056, -73.78683466559973, 40.83972813776242, -73.7868861579235, 40.83973051207052, -73.78690780042662, 40.83973241878505, -73.78700074260423, 40.83972443826799, -73.7870922580103, 40.83972175265997, -73.78722682302171, 40.83970602527605, -73.7873082195651, 40.83969184941207, -73.78733262515259, 40.83971143697663, -73.78736077704241, 40.839757161132724, -73.78737715461294, 40.83977774874603, -73.7873937897549, 40.839819773136846, -73.78742405477648, 40.83988253135003, -73.78745335912951, 40.83992942554912, -73.78748248015017, 40.839975448622994, -73.78748890293852, 40.8400033506153, -73.78747972073559, 40.840041229265175, -73.7874706229813, 40.8400615781166, -73.78744976400407, 40.840067869265376, -73.78751572711627, 40.84021536955638, -73.78751399581525, 40.84024882969298, -73.78751803492662, 40.84027389613206, -73.78753609002268, 40.84028979432718, -73.78754134231686, 40.840314431662456, -73.78757274372094, 40.84039312529686, -73.7876237639852, 40.84048559751317, -73.78762297189701, 40.840516805438135, -73.7876090459947, 40.84053228723404, -73.78758606124958, 40.84054292118596, -73.78754179135642, 40.84055549882036, -73.78749097905778, 40.840563120662196, -73.78735436580946, 40.84058701297634, -73.78736780411805, 40.84062282975656, -73.78738045174205, 40.84065710703065, -73.78739090372623, 40.840677190243525, -73.78740002306671, 40.840694644252864, -73.78749211884309, 40.84084290139545, -73.78751127651724, 40.84087374084836, -73.78752768995498, 40.84088357027924, -73.78757692480211, 40.84093668845609, -73.78778573106413, 40.840894021917, -73.78786091842956, 40.84107830529698, -73.78763866933397, 40.84112384321695, -73.7875962405543, 40.841134919533, -73.78760919106499, 40.84118841211351, -73.78764514638299, 40.841246610714684, -73.78771790505648, 40.841335123792796, -73.78777961824524, 40.84141972095714, -73.78780694138393, 40.84145347587713, -73.78782751500164, 40.841472836559134, -73.78784673429944, 40.84148706102073, -73.78786137951855, 40.841495927222006, -73.7878807268023, 40.841502741734644, -73.78790174738782, 40.84150725495262, -73.78794299495348, 40.84150486163331, -73.78797098370272, 40.841499833390465, -73.78801915782657, 40.84148866934188, -73.78805998884114, 40.841480428297075, -73.78808927556395, 40.841476638791, -73.78811836871185, 40.84147666522245, -73.78816149548804, 40.84148437433559, -73.78818887105916, 40.84149093069061, -73.78821352514315, 40.841500910229016, -73.78824105158995, 40.84151594771644, -73.78826053731633, 40.841536650763466, -73.7882692918743, 40.84155706035833, -73.78825763258692, 40.84157529110122, -73.78823462379086, 40.84160494720619, -73.78821979616515, 40.84163138014573, -73.78821365591884, 40.841652390941675, -73.78821496621688, 40.84167248610599, -73.78812521942339, 40.8417009381362, -73.78799228957999, 40.84173294423248, -73.78804925073807, 40.84184777835666, -73.7880463299543, 40.84186499136557, -73.7881386481071, 40.84206538795802, -73.7881537858142, 40.842100988937204, -73.7881669812047, 40.84211092042337, -73.78821087478175, 40.842185547648036, -73.78825759878694, 40.84225534979283, -73.7882954676555, 40.84225772457179, -73.78829150367453, 40.84230020537585, -73.78830212181472, 40.84231370167988, -73.78833278701701, 40.842329574259665, -73.78834289777589, 40.84234452753098, -73.78834816149474, 40.84236050117381, -73.78838334969906, 40.842421689569214, -73.78843281878115, 40.84240210178805, -73.78845858823163, 40.842413824875855, -73.78850135512175, 40.84239768447713, -73.78852460558916, 40.842417010317185, -73.78857997506553, 40.8424947597421, -73.78868190290365, 40.84264134367052, -73.78866753526322, 40.84265397741309, -73.78866742689061, 40.84267129464234, -73.78870683596728, 40.842662950808844, -73.78872454824042, 40.84271017461684, -73.7887609705898, 40.84280558397882, -73.78880253720469, 40.84292554124629, -73.7888364777451, 40.84292875692055, -73.78884706134426, 40.842941620961554, -73.78881109316285, 40.84295558032868, -73.7888233346071, 40.843003882801085, -73.78887744920532, 40.84307004670446, -73.78897151216093, 40.8431654327089, -73.78907083274024, 40.84323736674342, -73.78910732541824, 40.84322892649026, -73.78923130294298, 40.84320099100376, -73.78947192082973, 40.843147904979375, -73.78960043136821, 40.843119551435414, -73.78965225288118, 40.84324817995172, -73.78970723544563, 40.84340732208485, -73.78972627567198, 40.84340460037979, -73.7897453727959, 40.84344690444058, -73.78975425373257, 40.84346919618032, -73.78978915050484, 40.843556786122065, -73.78980076790822, 40.8435863120207, -73.78976829938345, 40.84359370804891, -73.78950010397845, 40.843644843421266, -73.78947033130055, 40.84365016324071, -73.78932577225584, 40.8436759974595, -73.78932390578598, 40.84369997874192, -73.78932743091208, 40.84372811935372, -73.7893242898275, 40.843749823656964, -73.7893182582065, 40.843771030109615, -73.7893574562914, 40.84384485225822, -73.7894128029925, 40.84383084165493, -73.78945900175455, 40.843941102481, -73.78932347939414, 40.84397165107428, -73.78946829502684, 40.84429357236213, -73.78947773388953, 40.84431455491765, -73.7895010417288, 40.84436026966816, -73.78951171398924, 40.84438120224273, -73.78960084464575, 40.84452938824394, -73.78969880126053, 40.84464053579013, -73.7898004889346, 40.84476099486526, -73.78985520921364, 40.84482011841822, -73.78989716566348, 40.844878868404145, -73.789914499751, 40.844961813958825, -73.7900173536106, 40.844935875175786, -73.79010896275453, 40.84508422556669, -73.79017697649971, 40.84518993774788, -73.79016968591353, 40.845220473779264, -73.79022202762181, 40.84527601245738, -73.79037396018897, 40.84544113597536, -73.79050391701223, 40.845583629561865, -73.79054868706862, 40.845644699583545, -73.79062179589661, 40.84574640723543, -73.79065822019982, 40.845797748425035, -73.79067050866786, 40.84581511966041, -73.79072765618126, 40.84589591309754, -73.79085212493499, 40.846077432773136, -73.79095918678749, 40.84622980686599, -73.79089641291934, 40.84624642158324, -73.79097441483913, 40.8463600847333, -73.79102312324967, 40.84635306447927, -73.79107190290868, 40.84634714203688, -73.79112123769268, 40.846425001715005, -73.79114101506872, 40.846483102330396, -73.79115082696921, 40.84650299941832, -73.79116548193382, 40.84652813894898, -73.79119222726051, 40.84656509774574, -73.79126283453486, 40.846547852288936, -73.79135912862412, 40.84671640550988, -73.79139518980026, 40.846779525171016, -73.79143799323892, 40.84685262098453, -73.79136092590623, 40.84687193230538, -73.79136521645242, 40.84688585631096, -73.79134947322595, 40.8468930741169, -73.79135367607793, 40.84691265036955, -73.7913354748114, 40.846931145125296, -73.79134409725252, 40.84697038357018, -73.7913621965592, 40.84697343476562, -73.79142116103824, 40.84696925954583, -73.79142851738239, 40.84728636944136, -73.79142556607721, 40.84730822451329, -73.79141855618602, 40.84736015867311, -73.79140975439371, 40.847425354778274, -73.79141824113398, 40.847451555607485, -73.79143117490204, 40.847464863090075, -73.79144885604464, 40.84747387028726, -73.79151424229175, 40.84746213166845, -73.7915304043922, 40.84752940531349, -73.79125419653823, 40.847595849489736, -73.79127168288072, 40.847643887399535, -73.79128869771813, 40.84770501404258, -73.79129535405765, 40.84777563476669, -73.79130302495328, 40.84787628881889, -73.7913067131327, 40.847911759668726, -73.79132775029123, 40.84806064587252, -73.79133135470404, 40.84808615890034, -73.7913447798547, 40.84814737178753, -73.79134718066268, 40.8482231563456, -73.79134174184948, 40.84826300149428, -73.79133774209335, 40.84829395506137, -73.7913250332746, 40.84833477309971, -73.79130614802293, 40.848375360241945, -73.79128148618827, 40.84842433674179, -73.79121103138974, 40.84851024608813, -73.79123416582858, 40.848530443725465, -73.79123116580952, 40.848554179832675, -73.79105669157174, 40.84870350540983, -73.79106756679431, 40.848716452605515, -73.79104118959799, 40.8487375889603, -73.79101559465242, 40.84875809908154, -73.79101756595568, 40.84880062580084, -73.79095967549762, 40.848842130057214, -73.79091546394287, 40.84886402199631, -73.79088283379282, 40.84888017895321, -73.79077989782664, 40.848931144892624, -73.79076134169749, 40.84893555607683, -73.79073449396876, 40.84889812605227, -73.79069562466165, 40.84891435898579, -73.79067951607038, 40.8489214382602, -73.79065147775565, 40.8489303617075, -73.79063326588896, 40.84892862762155, -73.79060834478702, 40.848922242007355, -73.79058337156043, 40.84893279099115, -73.79054859972497, 40.848944393767255, -73.79053213250837, 40.848950869038674, -73.79051569916248, 40.84895750825921, -73.79049999341427, 40.84896431358927, -73.79048236798012, 40.84897141889723, -73.79045533057243, 40.8489829519466, -73.79043994388317, 40.84899124006182, -73.79042343095108, 40.84900092639774, -73.79040883292636, 40.84901069815541, -73.79039423506758, 40.849020415881895, -73.79037923775454, 40.84903120266798, -73.79035351586592, 40.8490489956196, -73.79033813024655, 40.84905731163851, -73.79030633415131, 40.84906499539526, -73.79027508726594, 40.84907037217458, -73.79024502270735, 40.849079127949295, -73.79022519736634, 40.84908474700402, -73.79020367586222, 40.84908972902254, -73.7901836423293, 40.84909254895485, -73.79015383919733, 40.8490981210331, -73.79013384413305, 40.849100774435286, -73.79009711490434, 40.849102025032565, -73.79006575533379, 40.84909763028542, -73.79004784638803, 40.84909158779267, -73.79002986609356, 40.849084857189546, -73.79000008722576, 40.84907184757011, -73.78998551798973, 40.84906158422652, -73.78997409632939, 40.84904973363709, -73.78995908738584, 40.849040895872726, -73.78993904633138, 40.84902356808676, -73.78992986842307, 40.84901056894578, -73.78992005439858, 40.848993971170344, -73.78991247841307, 40.84897765482223, -73.78990238764108, 40.84895782016416, -73.7898918489157, 40.848940894186846, -73.78987981633878, 40.84892761519139, -73.78986117313679, 40.848913773950564, -73.78984241728261, 40.848902185538634, -73.78982787611393, 40.84889356742917, -73.78980055100496, 40.84888166083133, -73.7897771122026, 40.848864435785146, -73.7897687319382, 40.84885121926431, -73.78976121816758, 40.848838497793, -73.78975027257808, 40.84882500104412, -73.7897297635522, 40.84880681959974, -73.78970875762263, 40.84879690198402, -73.78968613361309, 40.84879578915076, -73.78965688338504, 40.84879867323232, -73.78963898536658, 40.84880083690152, -73.78960827719128, 40.84880725725535, -73.78959433137057, 40.84881626197816, -73.78957645063275, 40.848835827724635, -73.78956271828778, 40.848857567625586, -73.78956221293973, 40.84888048608856, -73.78956766211819, 40.84889506963113, -73.78957528061986, 40.84892003352805, -73.78957805560574, 40.84894550817469, -73.78958922017117, 40.84896962667099, -73.78961049525458, 40.848985941911465, -73.78963982366085, 40.849004111543984, -73.78966216488351, 40.84902567139749, -73.7896716620335, 40.849040453220404, -73.78968382095017, 40.84905839973025, -73.78969656436227, 40.84907489210532, -73.7897107799932, 40.84909421291421, -73.78972418736315, 40.849118253540155, -73.78972888154487, 40.849131601120376, -73.78973650019849, 40.84915691980049, -73.7897428974897, 40.84917996160507, -73.7897466796108, 40.84920648175504, -73.78974276097004, 40.84923403064174, -73.78973743775771, 40.84924897995207, -73.78969547039051, 40.849283624713216, -73.78963510477833, 40.84933080681132, -73.78968675913204, 40.84948384996378, -73.78969945364352, 40.84952146154201, -73.7897531489269, 40.84970047773542, -73.7897639804601, 40.849736599193534, -73.78959898840031, 40.84976698362941, -73.78960995774507, 40.84979587978675, -73.7896276033648, 40.84982786060466, -73.78964530682987, 40.84985355517444, -73.78968387125231, 40.84988862049866, -73.78982871208999, 40.84986415419873, -73.78986361508997, 40.84997376381266, -73.78986942404677, 40.84999200670153, -73.78991597098441, 40.85013818046326, -73.78989537891053, 40.850145772848414, -73.78989498372158, 40.85016838984258, -73.78988458102106, 40.85018868154321, -73.78986061408612, 40.85018907642814, -73.78980278976509, 40.850197782416835, -73.789780614182, 40.85020397252811, -73.78976067824084, 40.85020994699623, -73.78974768539635, 40.85022614572016, -73.78975266980882, 40.85025049876568, -73.78977639718858, 40.850280130446635, -73.78980493059977, 40.85029413289699, -73.7898101949965, 40.850310577409054, -73.79000590711222, 40.85027586859284, -73.7900190310769, 40.850318793827746, -73.79002678384296, 40.850344156851364, -73.79003882680495, 40.85038354027316, -73.79005777157823, 40.85044550443966, -73.78992071444945, 40.850467883448374, -73.78990352556612, 40.85047367203885, -73.78987830098673, 40.85049486965501, -73.7898708504687, 40.85051911990002, -73.78985955886043, 40.85060341710437, -73.78985769860851, 40.85061979910768, -73.78985740213618, 40.85063368688923, -73.78987376514789, 40.85064120520476, -73.78990071922492, 40.85068671034274, -73.78991964895441, 40.850724512442206, -73.78996719290035, 40.85076733466493, -73.78999718665044, 40.85078050856876, -73.79002790777095, 40.85078190982772, -73.79005522624269, 40.85087620796543, -73.79006974550539, 40.85093174264674, -73.79008338517129, 40.850984920933, -73.79005884456812, 40.85100278620239, -73.790103935377, 40.851125211181575, -73.79012191860393, 40.851174035370924, -73.78972701457575, 40.85124261106248, -73.78950088067621, 40.851283743854204, -73.7895679971791, 40.8514895841693, -73.78965943042174, 40.85147971310968, -73.78966290322279, 40.85149457399132, -73.78967890180297, 40.85156302269683, -73.78970648454144, 40.85167645688409, -73.78972474784177, 40.85169666394205, -73.78984444686868, 40.85168030396543, -73.78994459185726, 40.85166261965474, -73.79003650872865, 40.851640855452004, -73.79005091214299, 40.85162493481749, -73.7901014460641, 40.85161303309409, -73.79012874382963, 40.851611051244014, -73.79014527311305, 40.85162985481264, -73.79017605052802, 40.85167105436659, -73.79019255054853, 40.85172320586896, -73.79020690570327, 40.851801538031935, -73.79025347041856, 40.85198219875741, -73.790224928229, 40.851989145498926, -73.79018537309771, 40.85199698530511, -73.79007667224084, 40.852029002726496, -73.7901514472488, 40.852253382467715, -73.79015865118201, 40.852274993917945, -73.79029629492128, 40.852249391024614, -73.79055922660896, 40.85218138881422, -73.79093536818601, 40.85209089067207, -73.79102907357264, 40.85206803392024, -73.79113451194131, 40.8520423131531, -73.79114483288687, 40.852063135949756, -73.79115733986976, 40.85208837332193, -73.79119244978742, 40.85215920579179, -73.79120918333611, 40.85219883619785, -73.79121521048316, 40.85221310912819, -73.79123367686753, 40.852256842615, -73.7912413391181, 40.85227499062641, -73.79125199377185, 40.85230022283436, -73.79133080499426, 40.852486873001304, -73.79137590515602, 40.852603223631604, -73.7913835718663, 40.85262299973328, -73.79140497911409, 40.85267823150964, -73.79143984465126, 40.85276818273827, -73.79112765181559, 40.85284543139034, -73.79076134082408, 40.852934931327674, -73.7904065271478, 40.853023490164176, -73.7904615734075, 40.85315124595643, -73.79047992042287, 40.85320230395647, -73.79055077475076, 40.853178196728116, -73.79076765539276, 40.85312210320672, -73.79078565030254, 40.85316753963743, -73.79079441832839, 40.85318967886834, -73.79084838205847, 40.85332593586983, -73.79111046073248, 40.85326638379734, -73.79119871927433, 40.85346723660446, -73.7912207131624, 40.85351923489514, -73.7911501757521, 40.85353453177682, -73.79115866076882, 40.85355205453532, -73.79121033327894, 40.85365878272372, -73.79123122509199, 40.853724887049985, -73.79124988460033, 40.85378393196471, -73.7912602072427, 40.85382358406912, -73.79126252928937, 40.85385534507894, -73.79125378828363, 40.8538679748951, -73.79124310415942, 40.85388341433651, -73.79106989638777, 40.85394414974932, -73.79108694278415, 40.85397491626748, -73.79123167133694, 40.85393183840392, -73.79126353897395, 40.853925117151725, -73.79130626067303, 40.85392703234933, -73.79141178915123, 40.853923023296566, -73.79158039694708, 40.8539188282588, -73.79161458428416, 40.85392081076918, -73.79164208188715, 40.85392536200229, -73.79166767918338, 40.85393534337559, -73.7917028148362, 40.85394731944933, -73.79172540764728, 40.85395858669288, -73.79174242845389, 40.8539714890754, -73.79177196170542, 40.85399481744263, -73.79180166385954, 40.85403239101509, -73.79183249283739, 40.85408053390494, -73.79185174190522, 40.85413329523669, -73.79186011220379, 40.8541727798719, -73.79186592879621, 40.85419683354396, -73.791859621756, 40.85422528496558, -73.79184892997606, 40.85424585005751, -73.79180354069501, 40.85427618052341, -73.79169152566645, 40.85431956310951, -73.79153144328193, 40.85435954042012, -73.79123197755251, 40.8544327763315, -73.79118339662075, 40.85445662172655, -73.79111887657893, 40.85448828964631, -73.79109457301381, 40.854503616164344, -73.791091144586, 40.854525072318886, -73.79110096875321, 40.8545391711255, -73.79115728648736, 40.85452796469035, -73.79118572002479, 40.854521565923356, -73.79155310863139, 40.85500206006179, -73.79206779487286, 40.85568362316338, -73.79249253503103, 40.85579104682809, -73.79251187965588, 40.85579031349958, -73.79252698841051, 40.85588333101079, -73.79251314819479, 40.85590679728873, -73.79246130211071, 40.8559947137439, -73.79245031372767, 40.856010720054954, -73.79243721736431, 40.85602611383899, -73.79234936875068, 40.856074207786996, -73.79234936875068, 40.856074207786996 --73.8373964805365, 40.85678438635328, -73.83678971000987, 40.856708231323566, -73.83663846369205, 40.8566892483044, -73.83627791802705, 40.85662313276168, -73.83474059631524, 40.85640421134182, -73.8346167705202, 40.856385666563554, -73.83451452295155, 40.856373770323486, -73.83315322997092, 40.856151122420975, -73.83309416151158, 40.856143987927744, -73.83284386289864, 40.856113759820076, -73.83262298841984, 40.85608708668143, -73.83248030079413, 40.856069854875514, -73.8324278732157, 40.85606352301712, -73.83219649741332, 40.85605787291177, -73.83195516881707, 40.856058309582195, -73.83185660794047, 40.85606250365072, -73.83175080081803, 40.85607130749417, -73.83128154529169, 40.85609928577683, -73.8311283220989, 40.856116422192514, -73.83055069128824, 40.85620146060809, -73.82990765472688, 40.85627257086075, -73.82980866122726, 40.85628436359866, -73.82973075960402, 40.856300288224354, -73.82934937940806, 40.85632181381287, -73.8291401522618, 40.85634449101327, -73.82899851852879, 40.85635986059034, -73.82885689406999, 40.85637528763886, -73.82725732471052, 40.85656218451752, -73.8268285456456, 40.85662024211562, -73.82668738224538, 40.856637195329405, -73.82655543929465, 40.85665304292057, -73.82653325570226, 40.856488636385656, -73.8265037917366, 40.85626816503918, -73.82649156555082, 40.85617713387919, -73.8264885521481, 40.85615204702981, -73.82648544200477, 40.85608857834371, -73.8264508484848, 40.855850108312694, -73.82643578089399, 40.85571223644735, -73.82643076372655, 40.85565923041026, -73.8264416127068, 40.85545260619893, -73.82637118239124, 40.855017165169336, -73.8263578444753, 40.85483698082461, -73.8263334154177, 40.85438700476022, -73.82634449692827, 40.85402185720829, -73.82637299885361, 40.85375662752487, -73.82639713444819, 40.8536206786179, -73.82641407940159, 40.85352522305396, -73.82642396611884, 40.8534695370411, -73.82644758378865, 40.853380648898664, -73.82646748735026, 40.85330526796022, -73.82649838568828, 40.8531894525101, -73.82652206422917, 40.853100339316676, -73.8265580209881, 40.852985667875224, -73.82657266937598, 40.85293895431155, -73.82663613474436, 40.85273655494101, -73.82695316940482, 40.851781304305874, -73.82698544934786, 40.851684035525565, -73.82701682673543, 40.851589494776235, -73.8271712214497, 40.8511242783498, -73.8272617357201, 40.850824302922405, -73.8273185359645, 40.85058163477213, -73.8273629978414, 40.85032477075276, -73.82739323807627, 40.85005470130294, -73.82740650224682, 40.84979830294098, -73.8274011002617, 40.849491754270694, -73.82737641449008, 40.84920636354109, -73.8273290251041, 40.848903303543835, -73.82731278595551, 40.84883154051182, -73.8273050058203, 40.84879715432219, -73.82726266656667, 40.84861003679153, -73.82719528436846, 40.84838328611958, -73.82711307351556, 40.8481542556378, -73.82703000414843, 40.84795461321488, -73.82683348615423, 40.847565133968835, -73.82668132827918, 40.847241038340705, -73.82661801792614, 40.84713626078669, -73.82643733538518, 40.84681821017177, -73.82628439791942, 40.8465279398566, -73.82615083932942, 40.84622585253075, -73.82612098240772, 40.84614069733433, -73.8261091613673, 40.84610698212695, -73.82602743022478, 40.8458738632513, -73.82600644112927, 40.84579913290651, -73.82597790036046, 40.845667470930785, -73.8259455161427, 40.845531414137014, -73.82591897551818, 40.84537050710745, -73.82588862803306, 40.845193506091604, -73.82588317237091, 40.84507065333625, -73.82586489815215, 40.84468012731707, -73.82585381738282, 40.844498768146, -73.82583904606626, 40.8442559806765, -73.82581758841266, 40.84361098536921, -73.82579614422365, 40.84299134523122, -73.8257921477848, 40.84287785346834, -73.82593404124854, 40.84291431889174, -73.82624131232357, 40.84299328188607, -73.82625240912685, 40.84265034704717, -73.82624958242839, 40.84254996015371, -73.8260838175483, 40.84137114917324, -73.82598380478845, 40.84064077264703, -73.82598135364975, 40.8405651706, -73.82596225250782, 40.83997610911289, -73.8259173898996, 40.83901191554169, -73.82590797097627, 40.83874450738583, -73.82583908325842, 40.83705802956972, -73.82583156399795, 40.83694881422906, -73.82581280882691, 40.83687835455176, -73.82578584520662, 40.83680435613162, -73.82568466310217, 40.83655989521559, -73.82563174500255, 40.836428806629115, -73.82555708348505, 40.83624756984964, -73.8254438848943, 40.83594863845074, -73.82541401720673, 40.83582360264577, -73.82539954984604, 40.83571888371587, -73.82539922809384, 40.83557945407878, -73.82541934459708, 40.835430383153096, -73.82542383194746, 40.835409693852384, -73.82542880744433, 40.835390033656424, -73.82549496042056, 40.8352179130577, -73.82552155983912, 40.8351564485404, -73.82553435895049, 40.83513146203568, -73.82554786621012, 40.83510589307931, -73.82556221370677, 40.83508226956246, -73.82563555445886, 40.83497528450218, -73.82573940342611, 40.83483656069344, -73.82588051941796, 40.83468015599107, -73.82610264325885, 40.83446779670674, -73.82622006548681, 40.834355016395946, -73.82619417019019, 40.8343138778425, -73.82616407516302, 40.83426606388038, -73.82613412894828, 40.834218486064195, -73.8261091003926, 40.834178724754885, -73.82607412800765, 40.83412316365176, -73.82603417550595, 40.83405968596994, -73.82601252225129, 40.83402046552474, -73.82680095369537, 40.83363295497924, -73.82818976018474, 40.832950783192544, -73.82820959424711, 40.83299056153388, -73.82822408175018, 40.833019621408525, -73.82824616984762, 40.8330639163863, -73.82826933836579, 40.833110383163685, -73.82827673134746, 40.83312521183377, -73.82830402101355, 40.833179946790665, -73.82833608765351, 40.83324425662094, -73.82835573198513, 40.83328365734466, -73.82839841228873, 40.83334928506916, -73.8285466294205, 40.83357405317997, -73.82858157506688, 40.83362687598849, -73.82863586687, 40.83371992477018, -73.8288464417346, 40.833999303837714, -73.82907160321595, 40.83425118407132, -73.82914657846062, 40.83432557166165, -73.82924945504027, 40.83441742600791, -73.82934789388923, 40.83449274599481, -73.82946225682905, 40.83456902595943, -73.82957318194092, 40.834631346647015, -73.82966653824734, 40.83467536932195, -73.82978768609526, 40.83472286292824, -73.8299212266711, 40.83475671146089, -73.83074237898578, 40.834959079408414, -73.83089929310803, 40.834993676999495, -73.8320046380277, 40.83523739510781, -73.83223926467592, 40.835267509714036, -73.83236051462359, 40.83515047390596, -73.83249195863313, 40.83508597148119, -73.83274690804146, 40.8349890870551, -73.83369537992071, 40.83463291590835, -73.83467194133394, 40.83419100860953, -73.83531149653389, 40.8338852030863, -73.83639063796915, 40.835837290797315, -73.83716853654819, 40.83559259693932, -73.83864323624788, 40.83515076938757, -73.83866154906507, 40.835302459158314, -73.83866554379327, 40.83533555885556, -73.83869424518426, 40.835686767911, -73.83999145008191, 40.83566297919755, -73.84002916430762, 40.83566228860537, -73.84218235289343, 40.83537383490651, -73.84370397919979, 40.83516660575405, -73.84542722049828, 40.83493617171486, -73.84559222023118, 40.83565103935186, -73.8456634184084, 40.83594243136207, -73.84568352873762, 40.836010091767484, -73.84570569179677, 40.8360627760771, -73.84574447494232, 40.83612732592492, -73.84579186886967, 40.836184462689175, -73.84581531075847, 40.83620671915185, -73.84590452825607, 40.83627258804395, -73.84653644695292, 40.836708515635245, -73.8466158660929, 40.83675653122312, -73.84667777987619, 40.83679396428083, -73.84672611203013, 40.83682318655239, -73.8468351954995, 40.836889136944784, -73.84758929354294, 40.837409741352886, -73.84815846173215, 40.837795531101335, -73.84849056282305, 40.83802570569206, -73.84916455732828, 40.83848814401762, -73.84937299923378, 40.838632561321695, -73.8498404079228, 40.838957666765296, -73.84997009577384, 40.83904571030694, -73.85004169645036, 40.83909343418635, -73.85012136894102, 40.83915084792723, -73.85047885763201, 40.83940048418432, -73.85107436389137, 40.839810881512555, -73.85172227309052, 40.84026642816351, -73.85223603226166, 40.84061648112489, -73.85272563414804, 40.840951523005124, -73.85280190756161, 40.841004375829876, -73.8529006494169, 40.84107118250446, -73.85309459376711, 40.84104664537562, -73.85328121870974, 40.84203490431316, -73.85333525227907, 40.8424698414644, -73.8538115813734, 40.84242429852059, -73.85429908685971, 40.84267048999159, -73.85373798096974, 40.84285718978426, -73.8527208245239, 40.843124006820375, -73.85216647664726, 40.843262017882225, -73.85192755710456, 40.843325687924285, -73.8519429227948, 40.84340590654415, -73.85195070760639, 40.843428177648164, -73.85204586479382, 40.843629008142926, -73.8520857578593, 40.844122253519835, -73.85211983281523, 40.84415464475075, -73.85221082999804, 40.84426395616145, -73.85227570557151, 40.84434987163568, -73.85252280581952, 40.84467710399722, -73.85271682479078, 40.84493055812956, -73.85299833786114, 40.845292634747516, -73.85348283618234, 40.84591200374863, -73.85444700046745, 40.84714579821397, -73.85497284623195, 40.847821355040786, -73.8550206502768, 40.84788276843747, -73.85546798689268, 40.84845745002312, -73.85700078656332, 40.85041528595791, -73.85851164782274, 40.85235192397604, -73.85884842916789, 40.85278046485889, -73.85934211587413, 40.85341282266058, -73.85940713847147, 40.85349610830888, -73.85947181318524, 40.8535790990344, -73.8594921954186, 40.853605252544135, -73.8595735541841, 40.853709653822605, -73.85970813234067, 40.85388348558845, -73.85973646499195, 40.85392839606878, -73.8600167693948, 40.85451048868231, -73.8600331957835, 40.85453887591504, -73.8600852295277, 40.85464232182915, -73.8602437146143, 40.85497003279757, -73.86026072834281, 40.855020400816954, -73.86040691703103, 40.85532189502754, -73.86052445163695, 40.85556494398791, -73.8605583963676, 40.85563139359934, -73.86061257620496, 40.855750611262, -73.86063291862959, 40.85579233221495, -73.86070782123767, 40.85594625190246, -73.8608505177815, 40.85624088763735, -73.86098612169779, 40.85647557069582, -73.86098606797377, 40.85652680861379, -73.86097060232726, 40.85680660068343, -73.86172796395887, 40.8567879981087, -73.86191995041258, 40.8567832843444, -73.86179102437214, 40.85738593801209, -73.8616195275447, 40.85739039338669, -73.85892418536825, 40.85746053262024, -73.85878350446404, 40.85746891338174, -73.85716111319677, 40.857519925403935, -73.85656757449114, 40.85754219209732, -73.85637186022493, 40.857549619906074, -73.85614534715332, 40.857558217444726, -73.85552470491378, 40.85760608557684, -73.8526882153589, 40.857849644978565, -73.84995089247045, 40.85809118263786, -73.84965832490997, 40.858108406381355, -73.8495207088577, 40.858109823545604, -73.84937647103247, 40.85811130844276, -73.84716176856178, 40.8580823536064, -73.8468892524897, 40.85807383652161, -73.84647890777076, 40.858051486720406, -73.84402577974151, 40.85779996771452, -73.84390190720086, 40.857785495869756, -73.84369482167266, 40.8577560152496, -73.84365090848304, 40.857749714439166, -73.84354033576243, 40.85772988249087, -73.84309502549317, 40.857644703536494, -73.84277535423901, 40.85760357961847, -73.84215950415809, 40.857507453166775, -73.8411244602509, 40.857358991149496, -73.84003031455403, 40.85719036053286, -73.8373964805365, 40.85678438635328, -73.8373964805365, 40.85678438635328 --73.89994956018232, 40.85741964184392, -73.89906699704859, 40.85711851069522, -73.89817206070177, 40.85681148524648, -73.89787765471054, 40.85671019891456, -73.89771449023927, 40.856654522878245, -73.89738162899329, 40.856540497946284, -73.89730701014652, 40.85650997783707, -73.89573361824611, 40.85601233015435, -73.89558075803289, 40.8562449608149, -73.8954173868229, 40.85619750282142, -73.89477596190368, 40.85592920980796, -73.89443154381522, 40.85578587191474, -73.8931357000083, 40.85524342676993, -73.89250004242852, 40.85497480220619, -73.89239103169434, 40.85492684935656, -73.8918009227508, 40.85461070573189, -73.89102733542543, 40.85419549660511, -73.89090202817884, 40.85411657704465, -73.89047067495969, 40.85459815920566, -73.89038953710536, 40.85468874814731, -73.8903041623979, 40.85457748239623, -73.89024468240072, 40.854499963730476, -73.8900303905916, 40.854220681076455, -73.88986688462803, 40.854031513688454, -73.88971281227137, 40.85380396801569, -73.8896523946171, 40.853696283461716, -73.8896320300897, 40.85365659011286, -73.88962216997417, 40.853636650994524, -73.88961252462137, 40.853616651747785, -73.88957793342736, 40.85354199218459, -73.88956351982958, 40.85349245043598, -73.88955639857966, 40.85341723543987, -73.88958558203556, 40.85330169785055, -73.88960257831933, 40.85324851755846, -73.88963521625624, 40.853177300967715, -73.88891247100469, 40.85297906817284, -73.88884654173741, 40.85295952162546, -73.88879631184027, 40.852944303530975, -73.88834223399122, 40.852812781223065, -73.88807294065944, 40.85273411082917, -73.88722989771465, 40.85248782380472, -73.88638429697782, 40.85224295626431, -73.88554329339598, 40.85199795109595, -73.88487169875532, 40.85180478731497, -73.88473716610433, 40.85176493046612, -73.88471536945954, 40.85175847286867, -73.88459010965782, 40.8517213617098, -73.88382009098237, 40.85149898397315, -73.88400156679926, 40.85113498951269, -73.88419936330529, 40.85070494921001, -73.88447846394425, 40.85004432524586, -73.88473295413715, 40.84939828283743, -73.88480193196843, 40.8493091471463, -73.88487765453262, 40.84921129056983, -73.88499285085625, 40.84907644324616, -73.88505116299423, 40.84900818369399, -73.88601724151623, 40.84787727793019, -73.88669647439079, 40.84708130989292, -73.8872749458077, 40.84640308956014, -73.88734085824379, 40.84632834099445, -73.88740984297793, 40.84624589257193, -73.8875007420636, 40.84613854073512, -73.88766008626189, 40.84595035160583, -73.88783644063697, 40.84574209869733, -73.88802726210719, 40.845518947391106, -73.88831870664407, 40.84517811142466, -73.88886059745961, 40.84454764030551, -73.88900465471967, 40.84436326344208, -73.8890294362146, 40.84437548896938, -73.88935170699881, 40.84399888988028, -73.88947267195552, 40.84385753114465, -73.88955155766453, 40.84377066677398, -73.88996852764393, 40.843274973559595, -73.89003567447601, 40.84319507377471, -73.8901065075801, 40.84310590598122, -73.89033941603168, 40.842834194820846, -73.89041215624306, 40.842749335708426, -73.89051005819982, 40.84265642661102, -73.89150168807517, 40.84169776524743, -73.8921681515509, 40.84104933417755, -73.89028957414303, 40.83994225145754, -73.89017467788797, 40.83987335698266, -73.890070544411, 40.83981313180055, -73.88941989990882, 40.83942715514715, -73.88938679603386, 40.83941169884253, -73.88936003077295, 40.83940131568881, -73.88886949930176, 40.83921907757926, -73.88876036534273, 40.83917814667705, -73.88866486058541, 40.839143162183476, -73.8886349392816, 40.83913062453388, -73.88855830819647, 40.83908944926646, -73.88853907973309, 40.83907394218783, -73.88852850933937, 40.83905551776853, -73.88851228670093, 40.83903288617943, -73.88849317589552, 40.83900025360967, -73.88848497229466, 40.83898175042975, -73.8884692488164, 40.838932978873025, -73.88846122596388, 40.83888234803646, -73.88845316683253, 40.83874304550525, -73.88843151067015, 40.83864595759208, -73.8884244452297, 40.83861765002661, -73.88841185961171, 40.838553079622415, -73.88841799216704, 40.838516195010044, -73.88842576564255, 40.83848853394552, -73.88843627701047, 40.838468553142185, -73.88854455791542, 40.83829172422344, -73.88872709650832, 40.83799397735458, -73.88874099572614, 40.837975791773935, -73.88875401449646, 40.837962971387746, -73.88877992877397, 40.8379465137325, -73.88880382534367, 40.83793199469137, -73.88887171560282, 40.8378922861919, -73.89039531569725, 40.836991404676276, -73.89057332717388, 40.83690073182855, -73.8906818615114, 40.83684751107353, -73.89075932025372, 40.83681854892254, -73.8909934557931, 40.83674889928307, -73.89121441595866, 40.836708227259365, -73.8914808568329, 40.836686753831934, -73.89291773880102, 40.83660183037196, -73.89319812491141, 40.836571832839226, -73.89337675137241, 40.836539703678746, -73.89360733842791, 40.83648616250212, -73.89385804985352, 40.83640238997705, -73.89409473975039, 40.83629595479567, -73.8943318923795, 40.83616121250753, -73.89448930247407, 40.83605287854902, -73.89464457719369, 40.83592628039502, -73.89505302337906, 40.8355228710293, -73.89513914681993, 40.835429198874735, -73.89533793610843, 40.835579873694556, -73.89535557561398, 40.8355951278693, -73.89537986220215, 40.83561990629837, -73.89540668050145, 40.835655005785064, -73.89542511519335, 40.835687868039656, -73.89552574017735, 40.83591179155299, -73.89561816119156, 40.83613044235371, -73.89565260418625, 40.836191551358105, -73.89568799400945, 40.83623713848466, -73.89573407284234, 40.836283980647366, -73.89579615771616, 40.83633170352918, -73.89591005175596, 40.83640289860822, -73.8959906647172, 40.836441657473436, -73.89603976394261, 40.83645953873379, -73.89609069654186, 40.83647416543711, -73.89617678120263, 40.836490288870934, -73.89672559531283, 40.83655879864083, -73.89702253155036, 40.836576784070594, -73.89724960120449, 40.836574124814774, -73.89744768236001, 40.8365587846926, -73.8974996514303, 40.83655043377979, -73.89757979900033, 40.83652253562472, -73.89772849509411, 40.836480416377285, -73.89792276779215, 40.83643942958406, -73.89794590099343, 40.83644013803337, -73.89801199289751, 40.83643514292102, -73.89812115740942, 40.836416629783386, -73.89814884783095, 40.836413719528494, -73.8981999120515, 40.8364123436311, -73.89833719759453, 40.83642096539046, -73.89860393227724, 40.836450263651976, -73.89871488213863, 40.83647152815969, -73.8988082549693, 40.83649975146932, -73.8988953034612, 40.83653667784027, -73.89896459526263, 40.83657474392579, -73.89903794687949, 40.83662603908378, -73.89911677391561, 40.83669611158938, -73.8992027526271, 40.83678987959463, -73.8992686591438, 40.836874603450426, -73.89934718182081, 40.83700357415927, -73.89948534401675, 40.83729139265975, -73.89954921986288, 40.837403925441166, -73.89956172712799, 40.8374213861104, -73.89963404042078, 40.837488327864364, -73.89971309950825, 40.8375384821215, -73.89981560974026, 40.837586429774255, -73.89996791751663, 40.83765445653089, -73.90056610608416, 40.836592196963565, -73.901126533586, 40.836813500676236, -73.90197379297803, 40.83715193804993, -73.90199581765694, 40.837123017583735, -73.90333881383737, 40.83764215391086, -73.90414840966024, 40.83790156764043, -73.90428422721037, 40.837945086947855, -73.90450852648988, 40.838016955799354, -73.90484221392437, 40.83815609947431, -73.90496621768719, 40.83819097159029, -73.90522943648153, 40.83826499266071, -73.90597940187, 40.83850488120952, -73.90567559099327, 40.83910471780956, -73.9055175463911, 40.83946971530249, -73.90538357485364, 40.839768672083316, -73.90560739733047, 40.839843307396706, -73.90576983988356, 40.83955630066447, -73.90593280966088, 40.839331484027305, -73.90610461755293, 40.83910506786621, -73.90661854154297, 40.83844686383244, -73.90668021113356, 40.83836232584255, -73.90670663377689, 40.83833118202123, -73.90677415576803, 40.83825332587639, -73.90694107063298, 40.83810152841801, -73.90698976652385, 40.83806316702962, -73.9070160024687, 40.838044951378414, -73.9070622809497, 40.83801489146579, -73.90726377293768, 40.83790086560033, -73.90733488988766, 40.83785371525847, -73.90742175012505, 40.837789463620396, -73.907503205863, 40.837715875762065, -73.90759141723694, 40.8376193162509, -73.9076941010363, 40.837484813327904, -73.90775313002896, 40.83740130550581, -73.90777788557223, 40.83737213398441, -73.90783512745544, 40.83731096234765, -73.90788649537437, 40.83725757526527, -73.90790410688115, 40.83723978025649, -73.90798076125752, 40.837177781182845, -73.90890430342024, 40.83700413452042, -73.9090455306746, 40.83697865663568, -73.9090924379393, 40.836973129463686, -73.90930617131103, 40.83695807577532, -73.9094587110128, 40.83705689698767, -73.90939666181674, 40.83716160274637, -73.90934998258142, 40.837261618170814, -73.90930734409412, 40.83736064800964, -73.90929518040028, 40.83738413143537, -73.90923276315455, 40.83749226319112, -73.90912742280166, 40.83770156943101, -73.90903749384279, 40.83790601605036, -73.90895671109598, 40.838154300458044, -73.90891034978333, 40.83837617348595, -73.90988230331105, 40.8387082566287, -73.91060408765667, 40.83895519344331, -73.91072456453828, 40.83899743167109, -73.91128047840945, 40.83804891922713, -73.91133845317464, 40.83795096574696, -73.91139056253395, 40.83786527245869, -73.91213729786648, 40.83815106169022, -73.91220960335598, 40.838177492216666, -73.9122649773227, 40.838197732430984, -73.91258002116392, 40.8383128908824, -73.912708299721, 40.83835978040468, -73.9126799579884, 40.83840078815623, -73.91261083315645, 40.838500794184476, -73.91243518231592, 40.838781371925215, -73.91224818252012, 40.839109905555766, -73.91207880848177, 40.83945291333257, -73.91215371774985, 40.83947861286992, -73.91283543996232, 40.83970819406545, -73.91313621078413, 40.83981377423019, -73.91299313551166, 40.84012649429343, -73.91289100810191, 40.84037179632279, -73.91269768027742, 40.84092982380097, -73.91247197750256, 40.84161581167316, -73.91222446997024, 40.842334240717626, -73.91207489608264, 40.842778288810116, -73.91204285819502, 40.8428840534304, -73.91194932344173, 40.84320366976648, -73.91173965566854, 40.843790632858884, -73.91170257865828, 40.84389977216121, -73.91161877238316, 40.8441632931049, -73.9114825690009, 40.84446788488696, -73.91136385952802, 40.844721768770675, -73.91132052432019, 40.84478259708086, -73.91127738386699, 40.84484315267461, -73.91116086634098, 40.845006714978965, -73.91114488557429, 40.845026084879564, -73.91110669914828, 40.84507238221654, -73.91106511697485, 40.84512279037402, -73.91104895085846, 40.84514239154479, -73.91100993052142, 40.84518969495685, -73.91097131633394, 40.84523650429828, -73.91091354994565, 40.84530653335383, -73.91054273922715, 40.84563438057144, -73.91009166557089, 40.845970016347415, -73.90985067598484, 40.846140791317644, -73.90953058847668, 40.84635525331112, -73.90946297060783, 40.84640055987924, -73.90939887657144, 40.84644350358088, -73.90910561986931, 40.84663998820971, -73.90878655075815, 40.84685803108609, -73.9085370513738, 40.84702853001589, -73.90838958354449, 40.847129305991054, -73.90826157395178, 40.84722814768609, -73.90796165317586, 40.84745973248998, -73.90753650271266, 40.8478099299275, -73.90706689635505, 40.848257537667095, -73.90692667851663, 40.848388912726236, -73.9067670265492, 40.84854038800724, -73.90608318424563, 40.84930953454053, -73.90601166874279, 40.84941795590071, -73.90597452798613, 40.849474395505325, -73.90593425578172, 40.84953550069604, -73.90561972603079, 40.84992460493275, -73.90513253261706, 40.850529989806375, -73.90467388472359, 40.85110051739947, -73.90422115189902, 40.851661654097875, -73.90372780593202, 40.85227318713302, -73.90366379788394, 40.85235264532993, -73.90362691708638, 40.85239822713985, -73.90357604916152, 40.85246114432245, -73.90328189153594, 40.85282627353612, -73.90271850271641, 40.85352142159254, -73.90259927288791, 40.853669151106374, -73.9020395628531, 40.85436592785173, -73.90202764933008, 40.85438077224381, -73.9018599526865, 40.85458584182627, -73.90133666763535, 40.85526501081843, -73.90123611571524, 40.85539826955078, -73.90113834849389, 40.85553364583322, -73.9009368998106, 40.855807384495066, -73.90085211839867, 40.855936120646994, -73.90077922353585, 40.85604679949985, -73.90044003743058, 40.85659284614971, -73.89994956018232, 40.85741964184392, -73.89994956018232, 40.85741964184392 --73.87687461990004, 40.855393764315366, -73.87685859001206, 40.85537014441812, -73.87685852483149, 40.855337449295, -73.87686446959471, 40.85531853450789, -73.8768752785199, 40.85530193467302, -73.87690511921312, 40.85526336063428, -73.87692415934393, 40.85524647691702, -73.87697829757923, 40.855213434383764, -73.87703970574137, 40.8551785040384, -73.87705957791289, 40.855165717522375, -73.87707782259214, 40.85515118051387, -73.87709112858201, 40.85513678952369, -73.87710203878679, 40.85511924605969, -73.87711082051857, 40.85509829736897, -73.87711892702698, 40.85507050241998, -73.8771232720886, 40.855049511181825, -73.87713046820119, 40.85500157396257, -73.87713547027688, 40.854979944974815, -73.87715394746425, 40.85491782441453, -73.87718243812166, 40.85481698615968, -73.87719421480938, 40.854782309050314, -73.87720829780102, 40.85475105896468, -73.87721784557037, 40.854735259191585, -73.87722844639497, 40.85472335876747, -73.87724356065716, 40.85471165404916, -73.87726630627547, 40.85469757114445, -73.87729271234339, 40.85469090047481, -73.87731024408811, 40.85468021317325, -73.87731889666907, 40.8546417722741, -73.87732278538789, 40.854591658635734, -73.87732113655846, 40.85457576500242, -73.8773074172301, 40.85456422141576, -73.87724647549972, 40.854552438488064, -73.87720843261621, 40.85455276810543, -73.87718738495421, 40.85455100324967, -73.87717006275123, 40.85454327749852, -73.87715600976111, 40.854534539471125, -73.87711356889929, 40.854501077019314, -73.87709686568054, 40.85448956084572, -73.87708107631072, 40.85448090200353, -73.87704131446854, 40.85446163323036, -73.87702250957561, 40.85445020665606, -73.87700528874801, 40.85443642608075, -73.87698834930313, 40.8544199173125, -73.87697140678846, 40.85440058459593, -73.87694858650596, 40.854371711199626, -73.87694125517925, 40.85434270213824, -73.8769343185493, 40.854328562419276, -73.87689087988585, 40.85430954721203, -73.87683060643468, 40.85428993049749, -73.8767635152277, 40.85426886838318, -73.87672005475825, 40.85425654644432, -73.87666717719644, 40.85424389294654, -73.87657147578328, 40.854223561046645, -73.87653818704722, 40.854217162551116, -73.87644989211249, 40.85420253678897, -73.87642418690635, 40.85419716033555, -73.87640149253411, 40.85419132064732, -73.87636214381966, 40.854179046202056, -73.87631924423339, 40.85416364773208, -73.876176952835, 40.85410624092127, -73.87606512957512, 40.854061866170795, -73.87598078113007, 40.854027256969204, -73.87593022495804, 40.854004987473715, -73.87588409771632, 40.853982432762486, -73.87584185791233, 40.85395932841383, -73.87580324845847, 40.85393553097712, -73.87576965319028, 40.853912402589486, -73.87568809256231, 40.85385215556601, -73.87564953622282, 40.85382538470998, -73.87556837791978, 40.853772072723245, -73.87551547745431, 40.85373902883081, -73.87541812660447, 40.85368496176083, -73.87538177144884, 40.85369055147123, -73.8753535446426, 40.853696859540435, -73.87532748079805, 40.853704544991494, -73.87530012122981, 40.853713846319785, -73.87525891900636, 40.85373084718982, -73.87520148887289, 40.85374431857266, -73.87518144895938, 40.853752363499886, -73.87513935929331, 40.85377773434065, -73.87509586073803, 40.85380433821515, -73.87506551729777, 40.853831916244516, -73.87503746029337, 40.85385384525475, -73.87502096957522, 40.85386268913277, -73.87500103767971, 40.85386812812174, -73.87497922687673, 40.8538693372613, -73.8749049934968, 40.85386539368102, -73.87481122805576, 40.85386427621529, -73.8747874879967, 40.85385650892186, -73.87477330102138, 40.85384421981731, -73.87476231338708, 40.85382771808059, -73.87475312868214, 40.85379595586123, -73.8747442959086, 40.85374483344485, -73.87473887012116, 40.853724080217816, -73.87470960924796, 40.853637755193624, -73.87468838753077, 40.85359637344582, -73.87468354964496, 40.853577699189835, -73.87468438670929, 40.85355011802798, -73.87469077602121, 40.85350321653654, -73.87469904430156, 40.85345104740566, -73.87469430573279, 40.853426242707606, -73.87468158237988, 40.853408889012115, -73.87465538459348, 40.853389495469294, -73.87463089843757, 40.853374979044574, -73.87460253094643, 40.85336032692394, -73.87455928960291, 40.85333987296282, -73.87445700144751, 40.853296066218164, -73.87442362769298, 40.853280402755615, -73.87440488243274, 40.853269841189224, -73.87439023371023, 40.85325850335356, -73.87438038938322, 40.85324646836371, -73.87436842972146, 40.85322481111233, -73.8743382521052, 40.85316397071497, -73.87429984655724, 40.85309555991198, -73.87428842047632, 40.85307774473247, -73.87425640768967, 40.853033564118086, -73.8742077857444, 40.85295621106564, -73.87418729418586, 40.85292095246239, -73.87417936944793, 40.85290731757251, -73.87414424920641, 40.85286212318417, -73.87415358732396, 40.85285394969839, -73.87418916742128, 40.85282280626326, -73.87421722569023, 40.85279824531831, -73.87428766957042, 40.85272584328854, -73.87432939847625, 40.852684097811355, -73.87439324278319, 40.85260332745654, -73.87447257230798, 40.85247947185629, -73.87462733778871, 40.85220432816026, -73.87509935758928, 40.85143631951128, -73.87524021584662, 40.85118067716278, -73.87528412519629, 40.851064328792475, -73.87530434086192, 40.85098360348948, -73.8753101604333, 40.850932812100815, -73.87530910972731, 40.85087144690719, -73.87529915204436, 40.850810543042705, -73.87529088896795, 40.850780665675714, -73.87519061704272, 40.850545830360225, -73.87510704643783, 40.85030736603505, -73.87507606535834, 40.85019163270381, -73.87506829190578, 40.85012720214672, -73.87506573088926, 40.85006253410061, -73.87507268075164, 40.84998709655696, -73.87508783918096, 40.84991234957341, -73.87518350490994, 40.849605622864864, -73.87525317525085, 40.849298345667734, -73.87527198121242, 40.84909387311175, -73.87527801332648, 40.84866592044669, -73.87535056934128, 40.84828421962736, -73.87538933537148, 40.8481270129425, -73.87544873292876, 40.84797725038106, -73.87584085239905, 40.84724518780786, -73.87598802509521, 40.84692925325364, -73.8761421822531, 40.84663615979911, -73.87626391952764, 40.846382886279905, -73.87630191638691, 40.84629447699293, -73.87633809090966, 40.8461835444045, -73.87637962024739, 40.84602231599176, -73.8764011200318, 40.845938837196464, -73.8773747514258, 40.84392862893002, -73.87757141045701, 40.84360125449046, -73.87817174332916, 40.842624123332065, -73.87807610438185, 40.84259087240455, -73.87777502703514, 40.8425283539635, -73.87772996621906, 40.84251923013049, -73.87723524414308, 40.8424118772787, -73.87707748819038, 40.842378558491696, -73.87674422658372, 40.84227965732351, -73.876085039265, 40.8420645173612, -73.87561280339317, 40.84190089452198, -73.87467149324199, 40.84155005531797, -73.87459175045282, 40.84152033248998, -73.87193481731401, 40.8436980795194, -73.87195498926144, 40.84360836592243, -73.87198596229004, 40.84347061576794, -73.87203505822401, 40.84325901731149, -73.87217224909959, 40.84265483457607, -73.87221119868774, 40.84248019994786, -73.87235009109011, 40.84186199361634, -73.87242122079037, 40.841540766174965, -73.8724682457387, 40.84133672572389, -73.87241354288133, 40.84141231122429, -73.87225893959764, 40.84160943833395, -73.87223451169858, 40.84164058727878, -73.87214474152454, 40.84175615355038, -73.87197353769538, 40.8419765558414, -73.87153344997581, 40.84251397203082, -73.87118114792352, 40.84294600613735, -73.87113622209148, 40.842991167045234, -73.8710651331834, 40.843055478309324, -73.87099517065754, 40.843111817817366, -73.8707916855213, 40.843236263414944, -73.8703013450565, 40.843548386132554, -73.86959554264313, 40.843981135728775, -73.86889257875525, 40.8444093475243, -73.86870050107034, 40.8445285020742, -73.868545821377, 40.84461044280907, -73.86837632834789, 40.84468701209907, -73.86810908829614, 40.84479733967986, -73.86802052240608, 40.84482192000663, -73.86794602174903, 40.8448390350682, -73.86781794006271, 40.84486851730596, -73.86776659774937, 40.844721057577445, -73.86757656514473, 40.844313572450616, -73.86756519841664, 40.84429023931821, -73.867535950997, 40.844240835272835, -73.8675097074152, 40.844206211769986, -73.86748674246981, 40.844182938246995, -73.86746090839104, 40.84416182260738, -73.86729742681713, 40.84403349800538, -73.86723015500591, 40.843980691287314, -73.86686753002505, 40.84369604600356, -73.86679550927087, 40.84365005478679, -73.86659183122964, 40.84354783938578, -73.86642506557764, 40.84346336827978, -73.865911222641, 40.8431969949614, -73.86579775297083, 40.84309072989968, -73.86572645258916, 40.84301046425135, -73.86566521794406, 40.84294153128924, -73.86518002147707, 40.84245758548996, -73.86515278280407, 40.842474341557484, -73.86503349469471, 40.84221496784552, -73.86488905102173, 40.84216156964221, -73.86477849750446, 40.84211394353696, -73.86470880592589, 40.84208098117808, -73.86466074748257, 40.842057176971934, -73.86462927786042, 40.84203909054154, -73.86457858749986, 40.84200869429748, -73.86430836988005, 40.84182073449007, -73.86376928258062, 40.841428059050955, -73.86358013450372, 40.84127764568592, -73.86446480771008, 40.84108824401265, -73.86399998012315, 40.84017871910439, -73.86393746696491, 40.840044260111405, -73.86390760365771, 40.83992545958418, -73.86375960837329, 40.83906282285252, -73.86363257170004, 40.838317454076204, -73.86361965730876, 40.8382416774956, -73.86355551104559, 40.837865303837226, -73.86451591546302, 40.83776994889267, -73.86416502580938, 40.83572786590501, -73.86415447693744, 40.83566646403685, -73.86411501046153, 40.83543677241066, -73.86315636874755, 40.835530508817975, -73.86295951204346, 40.834420016848206, -73.86294259667469, 40.83429929527217, -73.86293002739436, 40.83422653202787, -73.86290314785639, 40.834070937727134, -73.86289392011952, 40.83401752558857, -73.86288453893626, 40.83396321457206, -73.86287799188081, 40.83392532925608, -73.8628686318137, 40.83387113982937, -73.86285959628864, 40.833818834623415, -73.86284861587278, 40.8337552817183, -73.86283694543592, 40.83368771538372, -73.8630319681005, 40.83370994896112, -73.86307652021378, 40.83372100051256, -73.86315843144135, 40.833744270175636, -73.86326688203093, 40.83378267885709, -73.86334520455145, 40.83380597024677, -73.86385526089583, 40.83395124704829, -73.86403294947506, 40.83400564576879, -73.86447578274883, 40.83413752672558, -73.86451696011605, 40.834149672357604, -73.86463901872762, 40.83418546448236, -73.86488851548528, 40.834261695797686, -73.86514838713549, 40.83433721470477, -73.86518514466074, 40.83434826082795, -73.86570307237537, 40.83450340085806, -73.86586085775777, 40.83455003832297, -73.86680620462977, 40.83483671335889, -73.86675311172978, 40.834860305335276, -73.86659978040763, 40.83492844414331, -73.86652947106477, 40.834959686518665, -73.86674475908491, 40.83502367250128, -73.86767387778593, 40.83529980926059, -73.8687197894649, 40.83558455417534, -73.86924321517739, 40.83571607984013, -73.86970079991659, 40.83581856524234, -73.86985575806573, 40.83584857089555, -73.86998950863219, 40.8358744704929, -73.87015364276195, 40.83590625195893, -73.87021535784073, 40.835918202551646, -73.87026121156909, 40.83592708259256, -73.87035426663081, 40.835945098974506, -73.87055976026276, 40.83598754047842, -73.87080568426765, 40.836028212414384, -73.87104701806987, 40.83606812407865, -73.87107498512948, 40.83607228771512, -73.87111253666859, 40.836077790285806, -73.87118410187534, 40.83608815478925, -73.87144739851352, 40.8361227430046, -73.87183795195419, 40.83616930279858, -73.87247161793856, 40.83622702002277, -73.87334333493902, 40.83627709538711, -73.87363471608586, 40.83629383102129, -73.87367908508111, 40.83629638029878, -73.87371459948815, 40.83629841918923, -73.87375776163829, 40.83630089867746, -73.87379567196996, 40.83630307614009, -73.87387656782325, 40.83630772203484, -73.87395604581278, 40.83631228707981, -73.8741697286933, 40.83632455911856, -73.87422448164453, 40.83632770483613, -73.87425362987487, 40.836329378221045, -73.87428253981685, 40.836331038731906, -73.8746245393527, 40.83635067889525, -73.874688804916, 40.836354371427454, -73.87598282304852, 40.83642928919778, -73.87601125391407, 40.83643040035882, -73.8761634487565, 40.83643634414714, -73.87631442586857, 40.836443617359805, -73.87655179203274, 40.83645505310863, -73.87747194712362, 40.83656390186796, -73.87766581597079, 40.836597967161985, -73.87808251904447, 40.83667289911261, -73.87824296020017, 40.836701850206126, -73.87860907544966, 40.836779914587304, -73.87871122712642, 40.83680290452421, -73.8789514826479, 40.8368583158239, -73.87942378859483, 40.83700271408649, -73.8797446015481, 40.837101242553054, -73.87983825803957, 40.83713520056051, -73.88011102515954, 40.837234084962176, -73.88030161270957, 40.83730259442614, -73.88033718180552, 40.83726343100868, -73.88034974621596, 40.83724959713985, -73.88038890521162, 40.837200002500026, -73.88042296198516, 40.83714858535894, -73.88045918610814, 40.83708659774772, -73.88050820409663, 40.83699318441457, -73.88052541046996, 40.836956783539186, -73.88056273104748, 40.836868419743176, -73.8805852648085, 40.836824575483874, -73.8806076008808, 40.83678912812706, -73.88065789269709, 40.83671638149458, -73.8806786084352, 40.83668460916614, -73.88073832032691, 40.83658856654223, -73.8807713264421, 40.836532290939275, -73.88084028470668, 40.836407231275174, -73.88091417145083, 40.83627553280692, -73.88095767286441, 40.836178661979076, -73.88098654146971, 40.8361212996459, -73.88101994993279, 40.8360519473994, -73.88105136250898, 40.835986792991314, -73.8810816822288, 40.83592674325203, -73.88111131914108, 40.835865270018736, -73.8811310226515, 40.83581845920057, -73.88116073008278, 40.83573603961879, -73.88118240974778, 40.83567806559302, -73.88123165789459, 40.83554024967429, -73.88124510424733, 40.83549832387804, -73.88126308892996, 40.83545320689637, -73.88127513582592, 40.835416809593575, -73.88129352842746, 40.83534704648474, -73.8813708275581, 40.83516488658583, -73.88192780574164, 40.83535974528586, -73.88202346784126, 40.83539321281382, -73.88207642104231, 40.83539879060305, -73.88208872098114, 40.835416039548505, -73.88222191591045, 40.835462637569904, -73.88224033637843, 40.83542882479182, -73.8822724526944, 40.83537451362164, -73.8823108502017, 40.83530958841647, -73.88238971659386, 40.83520101876981, -73.88255671600429, 40.835019805881885, -73.88293852165613, 40.83469661473442, -73.88312499396051, 40.834504808442105, -73.88322832153781, 40.834376857330525, -73.883324807263, 40.83423973306496, -73.88342399568793, 40.83407896985384, -73.88350556521763, 40.83390354310833, -73.88359951810327, 40.833704941053306, -73.88364178675675, 40.83363523136406, -73.88369173883567, 40.833567736520735, -73.88431973640002, 40.83286089059184, -73.8845150291396, 40.832618209271516, -73.88472947024617, 40.83233353414978, -73.88479862581205, 40.832223970662184, -73.88516300526886, 40.831663067092016, -73.88523545265545, 40.831538525069085, -73.88529184691504, 40.831421804943616, -73.88559067628968, 40.830723619048854, -73.8856326550891, 40.83064158593201, -73.88637621795985, 40.830900618119145, -73.88689370545507, 40.83108450008003, -73.88713511262948, 40.831162903184484, -73.88722921107897, 40.831201292401666, -73.88759795984086, 40.83133759206101, -73.88808080574204, 40.83150131243972, -73.88888192526326, 40.83177957290907, -73.8889362350319, 40.83179780262003, -73.88979108129114, 40.83209013819531, -73.88986269164081, 40.83211392564709, -73.89020479117987, 40.83222924416992, -73.89029352689433, 40.832263392543666, -73.89051304731618, 40.83233957052383, -73.89064797729536, 40.83238638290793, -73.89071353882045, 40.83240912762424, -73.89077806599887, 40.83243149851855, -73.89152546969653, 40.83269060098196, -73.89162677311508, 40.83273246658256, -73.89173687183715, 40.83266324537811, -73.89217333381832, 40.833680749819166, -73.89299709545878, 40.83564268467793, -73.89317033777007, 40.83561509833655, -73.89320883535717, 40.83560389581673, -73.89325882871537, 40.835587567502806, -73.89340328954137, 40.835527484137245, -73.89353897730136, 40.83545280177867, -73.89362217085608, 40.83539612937258, -73.8937105028552, 40.83532455845591, -73.89375408361363, 40.83528176028125, -73.8937926019551, 40.835236578321364, -73.89387164750107, 40.83515774434293, -73.89412191161311, 40.834915863768295, -73.8943031984646, 40.83476133046859, -73.89442613441615, 40.83463754850518, -73.89466690764053, 40.83438647929916, -73.89477113780671, 40.83431086535008, -73.89498774444367, 40.83417419567984, -73.8952737591652, 40.834033559833344, -73.89537072400961, 40.833987289468894, -73.89630199204812, 40.833542908815105, -73.89673258996159, 40.834069076083736, -73.8967801929233, 40.8341272456341, -73.89691056562538, 40.83428930181286, -73.89696588050715, 40.83434184108023, -73.89684642399305, 40.83439353075561, -73.89576722749726, 40.83490099147435, -73.89566235346027, 40.8349571334373, -73.8955873202883, 40.83500710151767, -73.89550939673164, 40.835070487001694, -73.89513914681993, 40.835429198874735, -73.89505302337906, 40.8355228710293, -73.89464457719369, 40.83592628039502, -73.89448930247407, 40.83605287854902, -73.8943318923795, 40.83616121250753, -73.89409473975039, 40.83629595479567, -73.89385804985352, 40.83640238997705, -73.89360733842791, 40.83648616250212, -73.89337675137241, 40.836539703678746, -73.89319812491141, 40.836571832839226, -73.89291773880102, 40.83660183037196, -73.8914808568329, 40.836686753831934, -73.89121441595866, 40.836708227259365, -73.8909934557931, 40.83674889928307, -73.89075932025372, 40.83681854892254, -73.8906818615114, 40.83684751107353, -73.89057332717388, 40.83690073182855, -73.89039531569725, 40.836991404676276, -73.88887171560282, 40.8378922861919, -73.88880382534367, 40.83793199469137, -73.88877992877397, 40.8379465137325, -73.88875401449646, 40.837962971387746, -73.88874099572614, 40.837975791773935, -73.88872709650832, 40.83799397735458, -73.88854455791542, 40.83829172422344, -73.88843627701047, 40.838468553142185, -73.88842576564255, 40.83848853394552, -73.88841799216704, 40.838516195010044, -73.88841185961171, 40.838553079622415, -73.8884244452297, 40.83861765002661, -73.88843151067015, 40.83864595759208, -73.88845316683253, 40.83874304550525, -73.88846122596388, 40.83888234803646, -73.8884692488164, 40.838932978873025, -73.88848497229466, 40.83898175042975, -73.88849317589552, 40.83900025360967, -73.88851228670093, 40.83903288617943, -73.88852850933937, 40.83905551776853, -73.88853907973309, 40.83907394218783, -73.88855830819647, 40.83908944926646, -73.8886349392816, 40.83913062453388, -73.88866486058541, 40.839143162183476, -73.88876036534273, 40.83917814667705, -73.88886949930176, 40.83921907757926, -73.88936003077295, 40.83940131568881, -73.88938679603386, 40.83941169884253, -73.88941989990882, 40.83942715514715, -73.890070544411, 40.83981313180055, -73.89017467788797, 40.83987335698266, -73.89028957414303, 40.83994225145754, -73.8921681515509, 40.84104933417755, -73.89150168807517, 40.84169776524743, -73.89051005819982, 40.84265642661102, -73.89041215624306, 40.842749335708426, -73.89033941603168, 40.842834194820846, -73.8901065075801, 40.84310590598122, -73.89003567447601, 40.84319507377471, -73.88996852764393, 40.843274973559595, -73.88955155766453, 40.84377066677398, -73.88947267195552, 40.84385753114465, -73.88935170699881, 40.84399888988028, -73.8890294362146, 40.84437548896938, -73.88900465471967, 40.84436326344208, -73.88886059745961, 40.84454764030551, -73.88831870664407, 40.84517811142466, -73.88802726210719, 40.845518947391106, -73.88783644063697, 40.84574209869733, -73.88766008626189, 40.84595035160583, -73.8875007420636, 40.84613854073512, -73.88740984297793, 40.84624589257193, -73.88734085824379, 40.84632834099445, -73.8872749458077, 40.84640308956014, -73.88669647439079, 40.84708130989292, -73.88601724151623, 40.84787727793019, -73.88505116299423, 40.84900818369399, -73.88499285085625, 40.84907644324616, -73.88487765453262, 40.84921129056983, -73.88480193196843, 40.8493091471463, -73.88473295413715, 40.84939828283743, -73.88447846394425, 40.85004432524586, -73.88419936330529, 40.85070494921001, -73.88400156679926, 40.85113498951269, -73.88382009098237, 40.85149898397315, -73.88333197398147, 40.85246516790177, -73.88328121692624, 40.852563409772955, -73.88323227730844, 40.85266258276767, -73.88315914567663, 40.85280764823064, -73.88273284337191, 40.853650356228634, -73.8826793160151, 40.853633908351426, -73.88261275029856, 40.853613454401994, -73.88209891742524, 40.85346539832456, -73.88206777599375, 40.85345649214633, -73.88193709504053, 40.85341918257393, -73.88182612294705, 40.85338751121283, -73.88166760274855, 40.853347885564474, -73.88073542057427, 40.85659879398419, -73.88068425460645, 40.856782243229695, -73.88073874600396, 40.85680786902576, -73.8807714553293, 40.85696773736009, -73.88079071339129, 40.857061907238844, -73.88072016150991, 40.85702927074859, -73.88065552061467, 40.85699936791813, -73.88055665387472, 40.856947680053274, -73.88050500895542, 40.8569206784678, -73.88017030832175, 40.85673594939249, -73.87980323760677, 40.85651905698263, -73.87967115508454, 40.85643831990668, -73.87951994611909, 40.856347189944174, -73.879363828741, 40.85625081919142, -73.87926631074835, 40.85618969447062, -73.87909653108052, 40.85604850779739, -73.87905746946271, 40.856025525932, -73.8789402808785, 40.85596197689806, -73.87874495856305, 40.85585920938496, -73.87860703550253, 40.85579718616105, -73.8784943705277, 40.85574434287313, -73.87819338085642, 40.85560316787586, -73.87799689505837, 40.85552618884135, -73.87781600271681, 40.855462288518915, -73.87768326112341, 40.85542896203916, -73.87761436604227, 40.85541357161055, -73.87756563274397, 40.85540330832704, -73.87751353487623, 40.85539559524532, -73.87747656421763, 40.85538917330263, -73.8774177442191, 40.855380176141125, -73.87735387674361, 40.85537372647793, -73.8772664629083, 40.85537235752026, -73.87717064521283, 40.85536970175161, -73.87709835386528, 40.85537345455407, -73.87705632041224, 40.855377238659194, -73.87698144810354, 40.855383049863505, -73.87691725166933, 40.85538967744899, -73.87687461990004, 40.855393764315366, -73.87687461990004, 40.855393764315366 --73.94691631062145, 40.85053363047267, -73.94688156266331, 40.85057528023157, -73.94677656585766, 40.850570821228736, -73.9467506474501, 40.850565724190986, -73.94578923371758, 40.85037666660123, -73.94522924289117, 40.850268157569865, -73.9447211613433, 40.85016970308259, -73.94461458022832, 40.85014904960846, -73.94402297927981, 40.85002575416974, -73.94401601198224, 40.850033059180625, -73.9439778890865, 40.850024875913626, -73.94317022844444, 40.84985152698866, -73.94307043103686, 40.84983010640787, -73.94293108111007, 40.84980300028548, -73.9425813462223, 40.849734967469985, -73.94260064571593, 40.84967944914094, -73.94261461328168, 40.849639266234874, -73.94252502525835, 40.849611377523416, -73.94239160049433, 40.849585828849555, -73.94189527621516, 40.849490785137625, -73.94184262139714, 40.8494739860408, -73.94179676838637, 40.849448159317994, -73.94171525743127, 40.84939651006835, -73.9416623240544, 40.84936213134379, -73.94164301361485, 40.84934958852934, -73.9415250647298, 40.849281589382755, -73.94146251234434, 40.84923845020576, -73.9414024228372, 40.84917406423617, -73.94137737432747, 40.84913701427333, -73.94136673362745, 40.84910460105824, -73.94135873507332, 40.84908023598186, -73.94134943097649, 40.84900600369384, -73.94135052862397, 40.848975598237764, -73.94135752378567, 40.84892478792841, -73.94137644422582, 40.8488602628817, -73.94138606907252, 40.84883562310585, -73.94141807929108, 40.848782908351694, -73.9415328299677, 40.84860685282943, -73.94155095446278, 40.84859223081856, -73.94156974378589, 40.84857809990974, -73.94161561364149, 40.848547473084814, -73.94171218139387, 40.84849778413812, -73.94179995629335, 40.848463872699206, -73.9419146608838, 40.84843250874122, -73.94200246578679, 40.84841701132652, -73.94205394371743, 40.84831641980776, -73.94206486741443, 40.848221573755296, -73.94215726836069, 40.8477928849891, -73.94218464481841, 40.84766597883602, -73.94221558236174, 40.847530757511095, -73.94231579697505, 40.847092763191775, -73.94234832953403, 40.84697462945795, -73.94240290640742, 40.84685391330366, -73.94254847814261, 40.84661714559468, -73.94258220665853, 40.846541475101006, -73.94260775740855, 40.84645923233633, -73.94262093904656, 40.84638907612577, -73.94262312288691, 40.84636896651449, -73.94262459170935, 40.84634881872675, -73.94262534787212, 40.84632864897264, -73.94260999244976, 40.846229967172185, -73.94236058787052, 40.84614347928841, -73.94199791597343, 40.845990472216634, -73.94066522648056, 40.84543033459389, -73.94051799430864, 40.84536844985448, -73.94038325734779, 40.84531169518789, -73.93963115722356, 40.844994882619716, -73.93957051035974, 40.84496933630477, -73.9390255773165, 40.844739785899996, -73.93885508695648, 40.84467874400145, -73.9387307406468, 40.84463580195997, -73.93858939096317, 40.84458698672414, -73.93766824830128, 40.8442003415288, -73.93751739330966, 40.844137021003085, -73.9373747530388, 40.84407690779248, -73.93626716615803, 40.8436101204855, -73.93612528791991, 40.843550324018175, -73.93599222955223, 40.84349436656901, -73.93485106097357, 40.843014438490314, -73.93467106321815, 40.84295693745976, -73.93457436598763, 40.84306996836693, -73.93428225729183, 40.84347189403825, -73.93421197717777, 40.84356859573344, -73.93413713541742, 40.84367105883492, -73.93411654501503, 40.84369925051426, -73.93403996566583, 40.84380424114214, -73.93394246439044, 40.84393892249551, -73.9338176849139, 40.844110682117886, -73.93371553851586, 40.84424606389246, -73.93348278349933, 40.84416669464159, -73.9334432882178, 40.84414700779716, -73.93340799654804, 40.8441332477085, -73.93337068196784, 40.844123022675944, -73.9333455339665, 40.8441182553456, -73.93332445564036, 40.844115781216125, -73.933285187273, 40.844113477562615, -73.93323661477213, 40.8441140383817, -73.9332089589277, 40.844116288011385, -73.93315902637377, 40.8441238898644, -73.93310854411689, 40.844136879926275, -73.93307050441335, 40.84414969888871, -73.93299195480463, 40.84418375044661, -73.93294766848378, 40.84420937975272, -73.93290688913874, 40.84423789085771, -73.93286964992612, 40.844269327908734, -73.93284068553685, 40.84429913537124, -73.93259616209825, 40.84463676579517, -73.93249571647331, 40.84475336769645, -73.93240550215248, 40.84483784502237, -73.93228148649234, 40.8449281736505, -73.93214845905287, 40.845001627012884, -73.93204953706443, 40.84504505987971, -73.93163808356505, 40.845202856841134, -73.93160657274817, 40.84521608531028, -73.93158788350108, 40.845226318232584, -73.9315665465076, 40.84523986159316, -73.93152790680494, 40.84527019517234, -73.93150252693698, 40.84529569286302, -73.93147470478252, 40.84533223093841, -73.93146340318333, 40.84535152358316, -73.9314497862782, 40.8453817666428, -73.93144057902748, 40.84541233649897, -73.93143537030444, 40.8454440523567, -73.93147880474979, 40.845673502980794, -73.93149099494111, 40.845737900846835, -73.92982993640355, 40.84504471164589, -73.92985592579187, 40.84500059430349, -73.92989771967538, 40.84492698641824, -73.92997793137567, 40.8447796172676, -73.93002874406262, 40.84468238227383, -73.93007394571417, 40.84459166252228, -73.93012241636687, 40.844488612482806, -73.93018697067477, 40.84434506438669, -73.93023669655707, 40.84423312088676, -73.93026620548544, 40.84416116233509, -73.93032253748792, 40.84400353988334, -73.93038907786638, 40.843828633196374, -73.93047555896257, 40.84359365579581, -73.93056856197275, 40.843344272558234, -73.930581906421, 40.84330466520137, -73.93060797117438, 40.84321786075159, -73.93061972593222, 40.843183489700564, -73.930684950632, 40.84302134471583, -73.9307538922766, 40.84282966754953, -73.93081710149643, 40.8426586018865, -73.9308588531455, 40.842546752358416, -73.93088993243043, 40.842477585196725, -73.93092503785921, 40.8424112786022, -73.93095598847765, 40.842357419727634, -73.93096662931984, 40.84233920551819, -73.93105546612902, 40.84219455750558, -73.93109413709125, 40.84212909404835, -73.93113194668871, 40.84206290876808, -73.93118375434489, 40.84197222580498, -73.93133042176682, 40.841715497050465, -73.93151319647112, 40.841392661819015, -73.93170216283622, 40.84105443511343, -73.93183312574904, 40.840820032219284, -73.93199916378121, 40.84053212722453, -73.93209384457764, 40.84036239496853, -73.93227776871939, 40.840037613165464, -73.9325572156231, 40.839529538353766, -73.93278345384908, 40.83912370088984, -73.93301086356716, 40.838725683523336, -73.93324463037406, 40.83831364867483, -73.9332586098108, 40.83828852578532, -73.93328900012853, 40.83823152950496, -73.93331780680137, 40.83817406584476, -73.93340053405484, 40.838026832482235, -73.93341934666175, 40.83800003294182, -73.93343658293453, 40.837972610247306, -73.93344505508574, 40.837957856042955, -73.93355204475796, 40.83775774605946, -73.93365153210567, 40.83758140109071, -73.93379175055298, 40.83732699219135, -73.93391624861057, 40.83710948985379, -73.93396544560025, 40.837019312852256, -73.93401034951614, 40.83693360792673, -73.93404684854525, 40.83686194408151, -73.93414041110856, 40.83667823193823, -73.93417845097834, 40.8366043933348, -73.93419787813978, 40.83656328966473, -73.93435182118688, 40.836205247309806, -73.93439575568999, 40.83610360652796, -73.93440160491073, 40.83646868365104, -73.93443684726576, 40.836405849206955, -73.93454874407628, 40.83622570499194, -73.9346990579674, 40.83602673958201, -73.93479279276384, 40.83592192737614, -73.9348414029363, 40.83587557039731, -73.93489763428937, 40.8358219426078, -73.93506980404098, 40.835673238411275, -73.9353300516548, 40.83547131464255, -73.93552764960839, 40.83531687165319, -73.93576703151524, 40.835123095500435, -73.93618040972628, 40.83480803853729, -73.9368993536727, 40.83419140642201, -73.93792835545588, 40.833473551290545, -73.93814090868122, 40.83330339999867, -73.93840183322561, 40.833075027470045, -73.93855748651595, 40.832917985912445, -73.93870855433457, 40.83274561618724, -73.93885319459787, 40.832558807923725, -73.93897708756715, 40.832376065936906, -73.93904341377834, 40.83226539870626, -73.93917672415948, 40.83200965386896, -73.9392518878451, 40.83183427892259, -73.93931679717618, 40.83165767385427, -73.93939208433709, 40.831520306953635, -73.93950167203509, 40.83137857258991, -73.93983320790991, 40.831038343694075, -73.93988218953571, 40.83097454666787, -73.93991246271001, 40.830927008213756, -73.93994799271682, 40.830858263133926, -73.93997526016712, 40.83078737146498, -73.94008773937051, 40.83034934369685, -73.94016749940752, 40.830382737635695, -73.94043759842558, 40.82995275784517, -73.94097580033029, 40.82922234408214, -73.9410261765548, 40.82915397455153, -73.94107858233824, 40.82908285412224, -73.94124597886248, 40.82914082245194, -73.94160659948248, 40.82928485339958, -73.94180214452403, 40.82936336195369, -73.94195166672715, 40.82943266917303, -73.94235506981227, 40.8296124833581, -73.94308746720688, 40.82991909376002, -73.94376243000465, 40.83020315102097, -73.9439235270294, 40.830270949384904, -73.94409291536103, 40.830342345417705, -73.94651879928304, 40.831364791189365, -73.94676879319006, 40.83147015126801, -73.94702609097675, 40.83157841645195, -73.94727522856513, 40.83168324554407, -73.94734205996713, 40.83171136790976, -73.94866994020076, 40.83227008502263, -73.94946312183536, 40.83260220002167, -73.94971383671546, 40.832696156447334, -73.94970979322252, 40.8327550857451, -73.9497022684633, 40.83286472847221, -73.94968983643206, 40.832921227276366, -73.94941690467527, 40.83382776076711, -73.94934123166462, 40.83398179942839, -73.94928671947261, 40.834066695685316, -73.94919448263751, 40.83421034245984, -73.94918412309481, 40.83423017758549, -73.94910166570034, 40.83438800867332, -73.94904408718841, 40.834582419762846, -73.9486540662243, 40.83589924103852, -73.94852105104317, 40.83634833283346, -73.94910452450088, 40.83664885698046, -73.94917082833129, 40.83667980918024, -73.94917882043735, 40.83666163623289, -73.9491908887642, 40.83663418729209, -73.94927756836194, 40.836386258235855, -73.95015094098609, 40.833398887654404, -73.95031544676841, 40.83283616673352, -73.95033577801799, 40.83276661679482, -73.95035333262817, 40.83270656767432, -73.9504164153768, 40.83251330997105, -73.95050766672291, 40.832270888311484, -73.95066723183442, 40.831763296547436, -73.95078086560564, 40.831436086431715, -73.95085728655032, 40.83121603091362, -73.95094235596312, 40.83102918295886, -73.95119152671819, 40.830481885109336, -73.95146373945569, 40.82995000113904, -73.95156632051815, 40.829787538253086, -73.95179208900585, 40.8294609954172, -73.9521218514765, 40.829016643957566, -73.95218696298934, 40.828926351318366, -73.95221998726467, 40.82888737807228, -73.95272452818196, 40.82832816693727, -73.95343264640667, 40.82756485584159, -73.95347085242189, 40.82752558715784, -73.95454187805879, 40.827861164234385, -73.95439411906119, 40.82807137152017, -73.95436068369618, 40.828117573505494, -73.95427220807258, 40.828236230921654, -73.95421652980724, 40.828307159742835, -73.95416950223805, 40.828360553931525, -73.95413649447228, 40.82839309100624, -73.9540611132347, 40.828461815605515, -73.95403271753152, 40.82849010505076, -73.95402106247873, 40.828502670415645, -73.95398614393848, 40.82854320218077, -73.95395406017501, 40.82858504168534, -73.9534718071264, 40.82926613925958, -73.95318538813366, 40.82974914879582, -73.95283630046397, 40.83029685143603, -73.95248796374166, 40.830742834292536, -73.95235902737109, 40.83100166253751, -73.95230904246765, 40.83105774269987, -73.95226330586323, 40.83111138605892, -73.95222119582228, 40.831163320862444, -73.95218238722796, 40.83121394769978, -73.95212020050525, 40.831310959207386, -73.95206492484668, 40.83139719192986, -73.95190762523707, 40.83162238698244, -73.95175412348829, 40.83184214441377, -73.95146723487106, 40.832245908468366, -73.9514485495707, 40.832271288246545, -73.9511691026488, 40.83265084757147, -73.95107897181825, 40.832808575107116, -73.95107195656455, 40.832837844504816, -73.95106033066224, 40.83288635010913, -73.95105335268684, 40.83291166004698, -73.95103914349752, 40.83296322263132, -73.9510252166261, 40.83300810996809, -73.95101941840795, 40.83302680357125, -73.95098658911883, 40.83312566031037, -73.95097877896994, 40.83314753450285, -73.95095936049137, 40.833201930517916, -73.95092988942686, 40.83327396023638, -73.95091399558873, 40.83330430013409, -73.95089225707592, 40.833335854108796, -73.95086428446193, 40.83336935859576, -73.95082582362579, 40.83340991577876, -73.95065838024317, 40.83363400522576, -73.95061946814297, 40.83369754546222, -73.95059784988297, 40.83373284458689, -73.9504607385999, 40.83396950681857, -73.95039913026478, 40.83407584762494, -73.9503119677323, 40.83417676631984, -73.95024800938754, 40.834255767023905, -73.95019521339937, 40.83432681124279, -73.95017588157845, 40.83435599961777, -73.95015909150712, 40.834383838346426, -73.95011402463759, 40.834486059175596, -73.95006863198229, 40.83460671025923, -73.95001383269445, 40.83475236306903, -73.94991389430734, 40.83511231656275, -73.94989179025282, 40.83528777544327, -73.94983268119603, 40.83541175678858, -73.94982350290688, 40.83542796078881, -73.94981185983013, 40.83544556038208, -73.94975772835083, 40.83551850654982, -73.94974690595318, 40.835535764306, -73.94973843904256, 40.835551915479954, -73.94973131661914, 40.835572788529625, -73.94972830974707, 40.835596482819575, -73.9497289426554, 40.8356218761272, -73.94973456180206, 40.83567306535935, -73.9497358853614, 40.83569451120174, -73.94973491416927, 40.835716694449054, -73.94973099867104, 40.83573624697046, -73.94972047977667, 40.83575661065975, -73.94969309762753, 40.83578952978594, -73.94968447487784, 40.83580160705233, -73.94967707112073, 40.83581973526925, -73.94967812317547, 40.83586153125754, -73.94969105124672, 40.83594316037577, -73.94969377425875, 40.83597974143066, -73.9496930360468, 40.83601052089382, -73.94969067959144, 40.8360411006418, -73.94968671208056, 40.83607137982225, -73.9496811430633, 40.83610127109133, -73.94967361793373, 40.836130903965184, -73.9496631361439, 40.83616323612945, -73.94961141009779, 40.83629342136677, -73.94960079354537, 40.836323585976686, -73.9495927010099, 40.83635089171987, -73.9495877757599, 40.836372921051876, -73.94958396649766, 40.83639768206948, -73.94957646571324, 40.836481132064996, -73.94957250106884, 40.83651221898362, -73.94956610269918, 40.83654276724285, -73.94955726570748, 40.83656984843401, -73.94954196118312, 40.83660920502949, -73.94953168832531, 40.836631635439765, -73.94951983322568, 40.83665170676303, -73.94950641540666, 40.836668691408285, -73.94948831128305, 40.83668492749022, -73.94946656935208, 40.83669834433011, -73.94924199464398, 40.83669512010194, -73.94916705140454, 40.83668840363035, -73.94920148317372, 40.836756003568055, -73.94929800150521, 40.83676771193626, -73.94948408981374, 40.83679965846703, -73.94951711542205, 40.836833354999754, -73.94952861037068, 40.836847332993834, -73.94953789099382, 40.8368606967816, -73.9495442981041, 40.83688277879362, -73.94932124133719, 40.83746201099257, -73.9492419158258, 40.83766559035496, -73.9492156610093, 40.83776116170494, -73.9492036504748, 40.8377996264083, -73.94915068965145, 40.837949335364286, -73.94913313242392, 40.8380018246038, -73.9490757788136, 40.838191212736746, -73.94902180004213, 40.83836108592841, -73.94895916930079, 40.83855231046752, -73.94890229872016, 40.838724404731494, -73.94888965847575, 40.83875946525129, -73.94887063747754, 40.83881223384861, -73.94882846153223, 40.838915404502444, -73.94881918535043, 40.83893461061548, -73.94880708140371, 40.83895521844163, -73.94874965577516, 40.83903727292541, -73.94872790662404, 40.83907425193151, -73.94870674727903, 40.83911975526728, -73.94868720321946, 40.8391678122166, -73.94866913428682, 40.83921874419393, -73.94866279634063, 40.8392392591176, -73.94865233133508, 40.83927315353704, -73.94851135693143, 40.83963487114685, -73.94849486859287, 40.839670080282616, -73.94837636770758, 40.839923143398565, -73.94823479358718, 40.840120835498276, -73.9482015435314, 40.84019140034028, -73.9481091767525, 40.840387419636464, -73.94807710461313, 40.84045548159803, -73.94794822049072, 40.84072731665273, -73.94794189728326, 40.84074065100491, -73.94785493974445, 40.840927197531094, -73.94781004403505, 40.84103232692072, -73.94774462876666, 40.8411711839749, -73.94770468868856, 40.84126623814492, -73.94769365266279, 40.84128791161399, -73.9476790935842, 40.84131139887813, -73.94762679485, 40.84138334435945, -73.94761022398643, 40.84140776991542, -73.94759720251002, 40.84143005300733, -73.94758737410353, 40.84145095799309, -73.94750593442534, 40.8416523009433, -73.94748692572742, 40.841699065705114, -73.94744057052577, 40.84181311185637, -73.94741238110052, 40.84187868011984, -73.94738278976772, 40.84194013698527, -73.94736674556358, 40.8419655325754, -73.94734298295703, 40.841992921933496, -73.94731251457593, 40.84202078908703, -73.94724337365156, 40.842076425966205, -73.94721507407493, 40.84210110543959, -73.94718872868165, 40.842128650269174, -73.94716963596866, 40.84215533484181, -73.94715828686054, 40.84218113867475, -73.94714817645588, 40.84221788406464, -73.94714211282825, 40.84223991635105, -73.94713142182123, 40.842262690323466, -73.94706441643007, 40.8423669943175, -73.94703910670424, 40.84240858457672, -73.94695550426911, 40.84255574344987, -73.9468991788476, 40.842665424594976, -73.9468880457751, 40.84268327624508, -73.94687405750348, 40.84270248092053, -73.94681957557563, 40.842767789281304, -73.94679943446293, 40.84279429771044, -73.94678345425294, 40.842822167800065, -73.94675458914833, 40.842887620317114, -73.94674614649067, 40.84290250426954, -73.94673706265789, 40.84291550229295, -73.94672496160662, 40.84292930396285, -73.94670975233902, 40.842943524725726, -73.94664462677261, 40.84299391502001, -73.94661608602736, 40.8430198810357, -73.94658335227943, 40.8430563439496, -73.94655792594378, 40.84308740548132, -73.94653698333202, 40.843116519518404, -73.94652006380777, 40.84314439273667, -73.94647763821905, 40.84322714006314, -73.94644434709895, 40.84330028155415, -73.94643386535935, 40.84332330859362, -73.9463874002567, 40.84344207192228, -73.94636444487979, 40.843492183583855, -73.9463052681264, 40.843596181886944, -73.94626902906653, 40.84367046377557, -73.94625223801006, 40.843698990769624, -73.9462115157137, 40.84375824762809, -73.94619516986339, 40.84378458212107, -73.94618064283077, 40.843812565362086, -73.94616692190849, 40.843843732219405, -73.94615363185477, 40.84387874438038, -73.94613759155149, 40.843925990250995, -73.94613038115195, 40.84395050009864, -73.94612446560355, 40.84397649006016, -73.94611978541937, 40.84400420594249, -73.94611624768105, 40.84403417719213, -73.94611465439102, 40.84406003679938, -73.94611458615448, 40.8440886490248, -73.94612098578459, 40.84420140901618, -73.94612109836812, 40.84424980335005, -73.94611580397756, 40.844306735430905, -73.94610471674787, 40.8443815656994, -73.94609613691625, 40.84443947147656, -73.94609316149133, 40.84447348169586, -73.946092339664, 40.84450430517714, -73.9460946497336, 40.84457727858305, -73.94609753544651, 40.844605695878904, -73.94610181528545, 40.84463163657066, -73.9461131393048, 40.84468174077163, -73.94612579968151, 40.844737759130574, -73.94613275132939, 40.84478102474622, -73.94614921257927, 40.84488345896916, -73.94619337146779, 40.845094664007895, -73.94620195664157, 40.84513572147026, -73.94622421886861, 40.84522660956397, -73.9462272761859, 40.845245278200665, -73.94622888021964, 40.84526625412222, -73.94622946213798, 40.845354656650414, -73.9462314457198, 40.845374056886506, -73.94623482175149, 40.84539159915486, -73.94624268787385, 40.8454200917042, -73.94625311069582, 40.84545139678196, -73.94628934613765, 40.84554436790373, -73.9463080261266, 40.8455899235127, -73.94631997214795, 40.845619058204896, -73.94634887146773, 40.84568226191186, -73.94635643238222, 40.84569524692842, -73.94636874090622, 40.84571163441161, -73.94638378643434, 40.845727834962716, -73.94643206985504, 40.84577539529507, -73.94644525976497, 40.84579141577818, -73.94645492729626, 40.845806618778596, -73.94646234045018, 40.84583232857882, -73.94646274120845, 40.84587806027605, -73.94646427919096, 40.845894286964, -73.9464684773899, 40.8459084950818, -73.94647828394007, 40.84592337937008, -73.94650028219749, 40.84593339134481, -73.94652419174864, 40.84593928084634, -73.94654150088385, 40.845946876418964, -73.94655204556841, 40.84596109287755, -73.94655744142638, 40.845982725206795, -73.94655487759135, 40.84600647180636, -73.94654467563703, 40.84602909915632, -73.94651074043871, 40.84605509685178, -73.94644806855449, 40.84606882549743, -73.94643016988348, 40.84607321429135, -73.94641321228913, 40.84607964403556, -73.94637881716426, 40.84610827721974, -73.9463630373907, 40.8461290172296, -73.94635363060748, 40.8461492343137, -73.946350720391, 40.84616862416452, -73.94635243375389, 40.8461982079391, -73.94635643129564, 40.846225959373164, -73.94636272952066, 40.84625200184161, -73.94637134380261, 40.84627639028127, -73.94640035039251, 40.84634521759299, -73.94642235902731, 40.846391088995524, -73.94647905538449, 40.84649881780825, -73.9465257158103, 40.84658944248937, -73.94653723510821, 40.84660247345098, -73.94655516310087, 40.84661341553708, -73.94658932766932, 40.846629949993016, -73.94660540693651, 40.846640941642825, -73.94663263788291, 40.846665023504684, -73.9466471291031, 40.84667927329575, -73.94665883608911, 40.84669342364383, -73.9466670535801, 40.846707090614004, -73.94670955968715, 40.846795709701034, -73.9467639737581, 40.846909831707485, -73.94680278470105, 40.846982603988835, -73.94681608369592, 40.84701091529593, -73.94682409455743, 40.84703542408627, -73.94682911320334, 40.847063356969464, -73.94683130673326, 40.84709038805789, -73.94683378724777, 40.84715746417059, -73.94683652874747, 40.84721996860343, -73.94683470873605, 40.84727158938475, -73.94682974918173, 40.84731064414995, -73.94682110801755, 40.84735361976177, -73.94680946117364, 40.847399019912835, -73.94678654143313, 40.84747887489984, -73.94677472696421, 40.84750992472492, -73.94673973334402, 40.84758033607057, -73.94673299277976, 40.8475984031356, -73.94672874714017, 40.84761509540027, -73.94672755605636, 40.84763052388386, -73.9467295640979, 40.847647781843946, -73.94674528316702, 40.84770169166491, -73.94674911479277, 40.84771926383758, -73.94675021393711, 40.8477342440327, -73.94673079216355, 40.84782458054679, -73.94671197530214, 40.84788508402993, -73.9466724242174, 40.847986537712636, -73.94666289542342, 40.84801525360402, -73.9466557529722, 40.848041967003034, -73.94665084460176, 40.84806727216449, -73.94664812385807, 40.84809142930946, -73.94664694102327, 40.84813645787188, -73.94664938671379, 40.848186149959815, -73.94665512803826, 40.84824010019765, -73.94666712766588, 40.84832591814199, -73.9466723922154, 40.848356310383394, -73.9466894637835, 40.84843770835155, -73.94669307162036, 40.8484622916518, -73.94669483382374, 40.84848446528269, -73.94669733772267, 40.84860660468188, -73.9467027873782, 40.848707943172734, -73.9467023870127, 40.84872809419871, -73.94670036342664, 40.848749443029575, -73.94669122095769, 40.84879760612405, -73.94667858747657, 40.848910627342576, -73.94667566505636, 40.848951124719456, -73.94667632839838, 40.848965365406706, -73.9466827807102, 40.84899346193863, -73.94668908802609, 40.84901012755764, -73.94671157816818, 40.84905729221229, -73.94674460774829, 40.84911409339046, -73.94675561174486, 40.84913888631275, -73.94677792185689, 40.84921701068464, -73.9467927426159, 40.84926181159367, -73.94681435278252, 40.849312213088844, -73.94683628101527, 40.849344535549285, -73.94685570892794, 40.84938641287406, -73.9468693473619, 40.84942836677219, -73.94688251524498, 40.8494834045994, -73.94688894981785, 40.849504185512686, -73.94691546153612, 40.849573692278675, -73.94694045725888, 40.84963787643334, -73.94696209466436, 40.84970200230688, -73.94698361825833, 40.84977060266748, -73.94698565800945, 40.84979585249661, -73.94697793983319, 40.8498440342694, -73.94697711081609, 40.84986348091067, -73.94698006683751, 40.849901157047796, -73.94698436156776, 40.84992861591878, -73.94700273401656, 40.850005090526516, -73.94702808745147, 40.850116280495016, -73.9470494809803, 40.85022040698145, -73.94705147233492, 40.85023648437569, -73.94705137359018, 40.8502532685971, -73.94704918464835, 40.850270880311534, -73.94704487330587, 40.850289549129485, -73.94703056243728, 40.85032918310857, -73.94700463319455, 40.85038392110044, -73.9469889234621, 40.85041693311506, -73.94696201477426, 40.85046996871701, -73.94693256580939, 40.85051414590674, -73.94691631062145, 40.85053363047267, -73.94691631062145, 40.85053363047267 --73.92809812096971, 40.845318162159785, -73.9280671054889, 40.84537595265353, -73.9280476733797, 40.84541026641531, -73.92803812245643, 40.84542713479, -73.92799289443322, 40.84550516757541, -73.92797610867439, 40.84552989453027, -73.9279676546243, 40.84554234756762, -73.9278943641713, 40.84564019883811, -73.92785980288544, 40.845693532319494, -73.92779534672115, 40.845804192253674, -73.9277664074488, 40.845850747614556, -73.92772756471524, 40.845905589399955, -73.92766786094153, 40.84598237660508, -73.92761627385218, 40.846042893368626, -73.92759094120453, 40.846068026426934, -73.92756602066818, 40.84608820432764, -73.92752738932177, 40.846115270482414, -73.92749900479421, 40.84613561728568, -73.92748416129741, 40.84614924951758, -73.9274662249624, 40.846171784773986, -73.92743782680662, 40.84621328232321, -73.92739496557482, 40.8462750651638, -73.92737459639122, 40.84630581586887, -73.92735825182837, 40.84633333993834, -73.92734848858983, 40.84635757594984, -73.92734073916718, 40.84639348001039, -73.92733765465177, 40.84640777068519, -73.92733103891857, 40.8464284274187, -73.92731890516247, 40.84645595143317, -73.92721289352993, 40.84640855019858, -73.92719534732284, 40.846400607587306, -73.92657057639279, 40.846117764872716, -73.92651835663206, 40.84609412250458, -73.92646995806236, 40.84607221239484, -73.9264335231518, 40.8460557182538, -73.92638497648704, 40.84603373957634, -73.92633541530553, 40.84601130187969, -73.92626956924596, 40.8459814913262, -73.92609170952036, 40.845905275972726, -73.9259180284843, 40.845827394414584, -73.92585788574745, 40.84580042473998, -73.92579870189795, 40.84577388698669, -73.92552373674238, 40.84565058632241, -73.92555807266737, 40.84558624306985, -73.92558515278196, 40.84553550067004, -73.92560837089631, 40.84549199483371, -73.92554236691832, 40.84546947504954, -73.9254553086258, 40.84541980347431, -73.92538639607307, 40.845372899079386, -73.92529211378528, 40.84529290311659, -73.92521236377544, 40.84519913265573, -73.92516165297833, 40.84510538368358, -73.92512547553623, 40.84499785937851, -73.9251131233283, 40.84490917353115, -73.92511240617702, 40.844877347848936, -73.92511527277472, 40.84484105984977, -73.92500318553809, 40.844829584989, -73.92485230781185, 40.84481992536212, -73.92473433112711, 40.84481237345224, -73.92467555670841, 40.84488515163757, -73.9245904644296, 40.844990519434184, -73.92449531165872, 40.84510834610291, -73.92445367202197, 40.845159800011274, -73.92439278816121, 40.845246558618065, -73.92435214437366, 40.84530536296317, -73.92425287108884, 40.845529548421425, -73.92413459032275, 40.84549125107784, -73.92393862794543, 40.845427802082156, -73.9236127983059, 40.84534653252174, -73.92336110568105, 40.845298254046064, -73.92270220385439, 40.845238441302286, -73.92244678212468, 40.84521528748251, -73.9223422424576, 40.84537028740788, -73.92230993504533, 40.84541818807627, -73.92222761236788, 40.84553941366538, -73.92212005651004, 40.8456667752266, -73.9217827828347, 40.84597853622212, -73.9215478467049, 40.84615275798202, -73.92142728208859, 40.8462342776642, -73.92104357413493, 40.84651971585354, -73.92074124949788, 40.84635561256673, -73.92068027138517, 40.846322512668195, -73.92059936360384, 40.846285156799986, -73.92040695039691, 40.84623147099873, -73.92027834400811, 40.84619753537216, -73.91987980878605, 40.846101762005205, -73.9197127714771, 40.84607400884511, -73.91959635284724, 40.846064201535796, -73.91954599288206, 40.84606188727568, -73.91952781361047, 40.8460615044924, -73.91950703922384, 40.84606157734572, -73.91947011421928, 40.84606247547903, -73.91944201821372, 40.84606385342586, -73.91941604173837, 40.846065814564795, -73.91938655398495, 40.846068817815635, -73.91934935868933, 40.84607356172564, -73.9193288983338, 40.84607673786414, -73.91918441902584, 40.846097829827976, -73.91909274430976, 40.846110890245264, -73.91817826474444, 40.846239628899866, -73.91756633410263, 40.84633026995171, -73.917150009528, 40.846375751832035, -73.91690494678899, 40.84641925575714, -73.91687447471901, 40.846440139639604, -73.91679724103825, 40.84651021702564, -73.9165177524646, 40.84652871382523, -73.91596511965199, 40.84665249409109, -73.91584681030683, 40.846678341129014, -73.91530938848696, 40.846797076683806, -73.91526645737844, 40.84681241116226, -73.9152143510044, 40.84678533108281, -73.91517483309542, 40.84676687525007, -73.91460195539892, 40.84653092511392, -73.91438764507019, 40.84645349948493, -73.91444250443546, 40.846372627319056, -73.91455637267403, 40.846193696474465, -73.91455514662121, 40.84614747327585, -73.91457583367824, 40.846109239269104, -73.91467537207707, 40.8459734979252, -73.9147673278456, 40.84584805072615, -73.91481777739425, 40.84577922731074, -73.91403486815949, 40.84545385767014, -73.91398075221959, 40.84543136804172, -73.91390697192175, 40.845400795297145, -73.91371810848658, 40.845322553539084, -73.91357863716038, 40.845264774365184, -73.91352842299317, 40.84524397046788, -73.91339079255107, 40.845186953362266, -73.91333965762996, 40.845165769583616, -73.91321270104596, 40.84511317179764, -73.91308485223695, 40.84506020669839, -73.91301292083773, 40.84503007871553, -73.91295404152905, 40.845005415723655, -73.91289666621122, 40.84498138508285, -73.91229586457276, 40.8447297310355, -73.91226538877709, 40.84471696498407, -73.91214740521977, 40.844705948604656, -73.91208901287844, 40.84470447413448, -73.91197786761569, 40.84471154199014, -73.9116871902569, 40.844739809608164, -73.9116101362252, 40.844748802344576, -73.91132052432019, 40.84478259708086, -73.91136385952802, 40.844721768770675, -73.9114825690009, 40.84446788488696, -73.91161877238316, 40.8441632931049, -73.91170257865828, 40.84389977216121, -73.91173965566854, 40.843790632858884, -73.91194932344173, 40.84320366976648, -73.91204285819502, 40.8428840534304, -73.91207489608264, 40.842778288810116, -73.91222446997024, 40.842334240717626, -73.91247197750256, 40.84161581167316, -73.91269768027742, 40.84092982380097, -73.91289100810191, 40.84037179632279, -73.91299313551166, 40.84012649429343, -73.91313621078413, 40.83981377423019, -73.91315698623852, 40.83977052115178, -73.91322952057165, 40.839619521522245, -73.9133657270489, 40.839367984533084, -73.91351549813955, 40.83911086277689, -73.91365770748925, 40.83888529836506, -73.91370958367592, 40.83880943456125, -73.91372658017426, 40.83878498896227, -73.9137559688282, 40.83874272465007, -73.91377111572633, 40.83872094492405, -73.91382997935759, 40.8386392249732, -73.91387854584367, 40.83856525055542, -73.91406939918532, 40.83831458914276, -73.9142375318796, 40.83810848856522, -73.91456826635992, 40.837729687284664, -73.9147800307831, 40.83751712564623, -73.91484318534846, 40.83745211159775, -73.91532801990503, 40.83695400635099, -73.91540337107716, 40.83687431658581, -73.9156616069447, 40.83660607740645, -73.91587066606408, 40.83639328482738, -73.91597821586855, 40.83628428366275, -73.91646777879433, 40.835777294507416, -73.917024920905, 40.83520549286741, -73.9173969759814, 40.83482556760211, -73.91746536471507, 40.83475573099127, -73.9176677747671, 40.83454903839187, -73.91769884142985, 40.834517312732366, -73.91771392374567, 40.83450183228781, -73.91775835748031, 40.834456223319556, -73.91820453029062, 40.833998245643166, -73.9182735398041, 40.833927412137335, -73.91838925176593, 40.8338086368982, -73.91847195712623, 40.833725030441805, -73.91877733956596, 40.83338583058778, -73.91902903154048, 40.83308997085474, -73.91942108287472, 40.832588757237495, -73.919658618129, 40.83225352377452, -73.91985637833862, 40.831948282868325, -73.92014554369645, 40.83147674390671, -73.92046111236192, 40.83091451103663, -73.92117100416223, 40.829627420164364, -73.92186583245109, 40.829865060027835, -73.92241309987789, 40.830052229119815, -73.92334180713556, 40.82846256843934, -73.92347089197408, 40.82824378517807, -73.9238920081586, 40.82753475353739, -73.92397721520882, 40.82739025680331, -73.92402837565659, 40.82728248049653, -73.9240468257939, 40.82724361375641, -73.92412629253636, 40.82726607489904, -73.92422154432515, 40.827293462165464, -73.92494334364555, 40.827510672668325, -73.92502268107917, 40.827532713476806, -73.92580921052031, 40.8277747431495, -73.9259278480337, 40.82781124895506, -73.92605999126717, 40.82785158950345, -73.9268209180335, 40.82808388219631, -73.92693368676365, 40.82813055973817, -73.92713355181601, 40.82821069791017, -73.92744200128989, 40.82836532193814, -73.92759866804823, 40.82846501968617, -73.92766671497425, 40.828507256895186, -73.92784467193233, 40.82861766013894, -73.92866739475312, 40.82913020255932, -73.92875620397604, 40.82918552624992, -73.92883588976687, 40.82923517022195, -73.92940603703266, 40.82959073355519, -73.92942874803065, 40.829608655601405, -73.92990283499756, 40.829956103601695, -73.9300653522382, 40.82994115679818, -73.93016841843027, 40.829931034654265, -73.9302542193378, 40.82992130900158, -73.93036345675993, 40.82990153260595, -73.93052486117442, 40.829856471027696, -73.93072190079995, 40.82978321632439, -73.93103678426786, 40.82963937536796, -73.92968227073642, 40.828713460721325, -73.92989113777996, 40.828634844082444, -73.93017731053551, 40.82854084841207, -73.93047046429272, 40.828457820670195, -73.93096438642043, 40.8283519985414, -73.93112689077118, 40.82832601736448, -73.93128973766156, 40.828299980331884, -73.93136142828959, 40.8282885182962, -73.9314639335595, 40.82828049821638, -73.93182752917899, 40.82825414101441, -73.93200770463679, 40.82823911456144, -73.93211969808836, 40.8282303097582, -73.93250609791275, 40.8281999314197, -73.93289313404541, 40.82816950262957, -73.93294252454986, 40.82816561870794, -73.93300239921909, 40.82816091240085, -73.93307133286685, 40.8281555980833, -73.93311365941653, 40.82815245920047, -73.93311846347508, 40.82818859436042, -73.9331200157387, 40.82820583974543, -73.93312254461088, 40.8282339411674, -73.93312519080118, 40.82828332226114, -73.9331265765556, 40.82834003355544, -73.93312572304099, 40.8283682978059, -73.93312024186368, 40.828437313986825, -73.93312080438483, 40.82847328639684, -73.93313568034193, 40.82862990825389, -73.93316364132833, 40.82888869526679, -73.93316849076193, 40.82893166790633, -73.93317303786827, 40.8289593238477, -73.93317881819924, 40.8289725257549, -73.93320182794908, 40.82900069306661, -73.93320886458623, 40.82901423878852, -73.93321453455461, 40.829042916539706, -73.93321850489235, 40.82909246768446, -73.9332216991691, 40.829145119684604, -73.9332261094472, 40.82929379848748, -73.93322916136339, 40.82932529957387, -73.93323455771517, 40.829359682701195, -73.93326989809503, 40.82951797957767, -73.93327649756569, 40.82955613016901, -73.93328033859147, 40.82959047817414, -73.93329831610019, 40.82986103330853, -73.93331333990498, 40.83000571282644, -73.93331539343929, 40.83004218496235, -73.93331537370759, 40.83007488462616, -73.9332901502247, 40.83007620817385, -73.93327126417074, 40.83009331295617, -73.93326528916599, 40.83011215595863, -73.93325619114519, 40.83015023082596, -73.93324904346692, 40.830191698985814, -73.93324362932958, 40.830237594081275, -73.93323927086782, 40.83029356722646, -73.93324309701553, 40.83030850054844, -73.93325444845829, 40.83032273133732, -73.93327846473663, 40.830339564679484, -73.93330353377912, 40.83034693982633, -73.93335813763652, 40.83035119291311, -73.93337615597596, 40.83035416955419, -73.93339236310203, 40.83036278494634, -73.93339933690403, 40.830390727730546, -73.93340029801162, 40.8304124086021, -73.93339927590797, 40.830436267526046, -73.93339617830318, 40.83046448904976, -73.93338908399927, 40.830497696106335, -73.9333881430367, 40.83051273652982, -73.93339456470926, 40.830526150409376, -73.93340712236633, 40.8305411139817, -73.93341232812081, 40.830612136320994, -73.93341770322546, 40.830694014223184, -73.93342270959785, 40.830722617732235, -73.93343540286924, 40.8307679730821, -73.93344236005792, 40.83079954754808, -73.9334445733821, 40.83081622509035, -73.93344528651822, 40.83089856495321, -73.93344450573413, 40.83095614934884, -73.93344738907767, 40.83100820411856, -73.933457460386, 40.83108279791903, -73.93346494254033, 40.83112531819971, -73.93348935294505, 40.831242779319055, -73.93349532004555, 40.83130660623119, -73.93349833743858, 40.831326607961046, -73.93350943635902, 40.83136716634335, -73.93353806893484, 40.83144521972711, -73.93354838028944, 40.831477870406204, -73.93356463430842, 40.83154786622538, -73.93357031038197, 40.83158148586548, -73.93357436898141, 40.83161429773022, -73.93357807342791, 40.83168122373425, -73.93357671757234, 40.83176155248831, -73.9335735446381, 40.831786865369075, -73.93356040986981, 40.83184616888893, -73.93355867538882, 40.83186160687191, -73.93355864243412, 40.83187561224746, -73.93356271636361, 40.8319227662993, -73.93357804840957, 40.832055430608726, -73.93359525899612, 40.832262390407635, -73.93359697406886, 40.83228303163342, -73.93361192269327, 40.832476927544235, -73.93361589409496, 40.8325639383231, -73.93361586004528, 40.83265747718195, -73.93361384576042, 40.832710937486794, -73.93361101157552, 40.83272941670605, -73.93360655753052, 40.83274587968572, -73.93359566279165, 40.83277485403083, -73.93357786730581, 40.832816373693156, -73.93357075519523, 40.832830444327215, -73.93354698511608, 40.83287120232649, -73.93354147909277, 40.83288444813051, -73.93353580508362, 40.83293292928951, -73.93353681412586, 40.8330004660629, -73.93353766656975, 40.83308590907929, -73.93353577319633, 40.83310726771877, -73.93353109981685, 40.833130808455195, -73.9335067851831, 40.833210953761125, -73.93349942342068, 40.833242252507176, -73.93348233689537, 40.83334408678231, -73.93346913085969, 40.83343277427126, -73.93344695163366, 40.83360384011763, -73.93343972318743, 40.83362505699875, -73.93343625284976, 40.83366308377747, -73.93343535809613, 40.833742110654335, -73.93342883871617, 40.83382484432065, -73.93342410719453, 40.83385900814919, -73.93341811680286, 40.833890562518214, -73.93339769721634, 40.833935596160444, -73.93339240040433, 40.83395054761227, -73.93338323676755, 40.83400989210531, -73.93337916642788, 40.83402900995185, -73.93335133625247, 40.834105325180694, -73.93331895988076, 40.83432057414948, -73.93331790846628, 40.83433455191551, -73.93331765100827, 40.834376135695464, -73.93331179839454, 40.83440024935115, -73.93328510341065, 40.8344592171923, -73.93325040714356, 40.834536652236366, -73.93324538916845, 40.83455485012344, -73.93324290722208, 40.834590761300895, -73.9332403993565, 40.834605237996904, -73.9332206489943, 40.83464112747017, -73.93321428602187, 40.834669269635896, -73.9332103409624, 40.83469695935225, -73.93319874098826, 40.83477837712945, -73.93318393893514, 40.8348724855162, -73.93315513218586, 40.83505641909061, -73.93314445234734, 40.83511637591156, -73.93311829911119, 40.835245755465806, -73.93309947417121, 40.835355039331276, -73.93309028200687, 40.83540103574517, -73.93307723888897, 40.83544823838673, -73.93304848239502, 40.835532208088196, -73.93301714864182, 40.835624052906994, -73.93298469598083, 40.83571430949462, -73.93296540294574, 40.835758296426754, -73.93290961725268, 40.83586112563383, -73.9328974536028, 40.83588604693646, -73.93288786504226, 40.8359087157994, -73.93281212511205, 40.836118121228324, -73.9327608015599, 40.83625386601506, -73.93272567326122, 40.836340777426216, -73.93267976316928, 40.836442387600385, -73.93261362151691, 40.836576344288176, -73.93256984177124, 40.83666150723587, -73.93253197286263, 40.83673098971965, -73.93247176460174, 40.83683361259997, -73.93244473016338, 40.83687605866159, -73.93241820190099, 40.83691506512616, -73.93236748927336, 40.83698495965678, -73.93231455927547, 40.83705377677281, -73.93220683667666, 40.83718869844776, -73.9320581843769, 40.837379642656835, -73.93194227453091, 40.837531165262334, -73.93192319059138, 40.837558491192986, -73.93190559406995, 40.837587537041344, -73.93188947665452, 40.837618315410054, -73.9318748252797, 40.83765084970482, -73.93186196183949, 40.83766373807884, -73.93185087942486, 40.83767762705193, -73.93179845132505, 40.83776932126634, -73.93177966360115, 40.8378001880892, -73.93174608600494, 40.837851688177665, -73.93173224237312, 40.83787572136888, -73.93172451406353, 40.8378931656632, -73.93171419854394, 40.83792223380052, -73.93170802708364, 40.837938450741746, -73.93168340413288, 40.83796975623532, -73.93167111587526, 40.837992809702236, -73.93166187029297, 40.83802600813283, -73.93163900789837, 40.83808280944008, -73.9316245026381, 40.838124084880505, -73.93161530891697, 40.83814370118956, -73.93160792576339, 40.83815635055056, -73.93158269158887, 40.83819964573382, -73.93156794566485, 40.83823622404805, -73.93155910197976, 40.838252097207345, -73.9315356251211, 40.83828712238714, -73.93152710899558, 40.838303829595525, -73.93152154249529, 40.8383392931381, -73.9315073532567, 40.8383625552726, -73.9314864345121, 40.8383923230773, -73.93146192026319, 40.83842718643672, -73.93143885450971, 40.83845896646067, -73.93142896146043, 40.83847251661231, -73.93139172043499, 40.83852425934839, -73.93135766461529, 40.838570899068735, -73.93133817665837, 40.8385974124123, -73.93132939463243, 40.83861433106298, -73.93131984433349, 40.83865876203999, -73.93130983056052, 40.838696166187404, -73.93130232936618, 40.838716226520624, -73.93127700387618, 40.838778653467806, -73.93125419242628, 40.83882115578298, -73.93124446993622, 40.83884626385612, -73.93121829889603, 40.83888924412406, -73.931183415684, 40.83893995983171, -73.93113632822921, 40.839007752408236, -73.9311134166994, 40.83904254190607, -73.93110161553209, 40.83905856454478, -73.93106257655613, 40.839103306558634, -73.93104602320344, 40.83912267528694, -73.93103452084185, 40.839138657575056, -73.93102263177268, 40.83916394893392, -73.93098236941073, 40.83921976896139, -73.93093565587688, 40.83927419835143, -73.93091496985669, 40.83929285139486, -73.93087717231082, 40.83935216857697, -73.93084411950873, 40.8393924287435, -73.93083414059157, 40.83941076941658, -73.93082893572355, 40.83943096886921, -73.93082284131482, 40.83946738657809, -73.9308112405647, 40.839536820282376, -73.93079045264568, 40.839564410640286, -73.93078340019139, 40.839578003861334, -73.93078096797825, 40.839592008678785, -73.93073787200176, 40.839646043939304, -73.93071863306635, 40.83966971716649, -73.93070823453317, 40.83968445199962, -73.93070164669929, 40.83970956730957, -73.93068990798727, 40.83973713336883, -73.93068130968538, 40.83975266891939, -73.93065054049181, 40.83979950310266, -73.93061984897864, 40.83984230041156, -73.9305899568979, 40.83988139446321, -73.93055962515699, 40.83992477188985, -73.93053092255707, 40.83996699495628, -73.93052223780667, 40.83998236295056, -73.93051952899792, 40.839998883573855, -73.93052119013878, 40.84002389398077, -73.9305194291649, 40.840041113057346, -73.93051423872359, 40.840058713678125, -73.93051644981672, 40.8400850661515, -73.93051294259244, 40.84010313154022, -73.93047733622431, 40.84014239051062, -73.93046385887752, 40.840161086536675, -73.93045789282903, 40.840200361565095, -73.9304556888994, 40.84022161908642, -73.9304561008529, 40.840238143390124, -73.93046674931516, 40.84026689806414, -73.93047506065554, 40.84030027896424, -73.93047844691377, 40.84032310221123, -73.93047873197699, 40.8403487277255, -73.93047664273188, 40.840373706154736, -73.93046910519656, 40.84043265331552, -73.93046314145953, 40.84047650285053, -73.93045433671834, 40.84051243173268, -73.9304418550859, 40.84054379919843, -73.9304254102303, 40.840571151673366, -73.9303563929618, 40.84066423815063, -73.93030694451987, 40.84072800553978, -73.93028552982919, 40.840757982630734, -73.93025101676933, 40.84081141145153, -73.930226564489, 40.8408512939225, -73.93021644125646, 40.84086780644891, -73.93018143982326, 40.840927768932424, -73.93014529501008, 40.84099251323249, -73.93009038970413, 40.841095492805486, -73.93006388898218, 40.84114712003371, -73.92995989010893, 40.84134973726576, -73.92989858572452, 40.84146536118448, -73.92976230383482, 40.84171321199149, -73.929692503424, 40.84184521329349, -73.9296829871379, 40.841869454173406, -73.9296681863486, 40.84192588806505, -73.92965726355693, 40.841950313586445, -73.92962839184021, 40.84199523238806, -73.92961704131375, 40.84201597012473, -73.92959780563183, 40.84205795288636, -73.9295729962861, 40.84210726045513, -73.92957278099679, 40.842121333231326, -73.92959085297636, 40.84213921995458, -73.92960622817922, 40.842158606151294, -73.92961226902511, 40.842186001039515, -73.92961434291985, 40.84221847769113, -73.92961547823103, 40.84224373271507, -73.92961589456374, 40.842270501929654, -73.92961478331189, 40.84229086950656, -73.92960980184698, 40.84233358316097, -73.92960226128682, 40.84235523541956, -73.92958400779062, 40.84239115215356, -73.92957480862607, 40.842410304529125, -73.92955726577705, 40.84242231630095, -73.92952678840548, 40.84243129991418, -73.92950577663676, 40.842438268597995, -73.92948831312695, 40.84244924303969, -73.92946953064438, 40.84247402663503, -73.92945414658763, 40.8424976209533, -73.9294307004413, 40.842522474629654, -73.92940358798735, 40.84252939723904, -73.92937166331168, 40.842553480294654, -73.92935282751321, 40.84257592165531, -73.92933490768824, 40.842604510339974, -73.92930762051041, 40.84263968128885, -73.9292969943395, 40.84265812227789, -73.92927719428853, 40.842701923631786, -73.9292648514224, 40.84272120012317, -73.92924209038586, 40.84274838465661, -73.92921353363955, 40.84278421396452, -73.92919896232888, 40.84280384117385, -73.92918744345687, 40.842822065485954, -73.92917859931676, 40.84283948729883, -73.92917232652272, 40.8428563199665, -73.92917072350998, 40.84287846931098, -73.92917837651869, 40.842911767040164, -73.92919238378117, 40.84294640410072, -73.92919658485172, 40.84296764300754, -73.92919013181603, 40.84301900767305, -73.92919132712993, 40.8430367688314, -73.929201925801, 40.84306653483156, -73.92920873872785, 40.84310039575067, -73.92920502153419, 40.843141460454476, -73.9291997746611, 40.843181448129826, -73.92918921672721, 40.8432002844656, -73.92916862971917, 40.84321565945048, -73.92915836721562, 40.84322875081919, -73.92915048557991, 40.84324309083227, -73.92913186429128, 40.84328208154682, -73.92911787070905, 40.84331580631737, -73.92910555159709, 40.843353811257955, -73.92910834994092, 40.8433727890669, -73.92911778886834, 40.84339261381813, -73.92911464080424, 40.84343364734947, -73.92910561314707, 40.84346406675808, -73.92906484233609, 40.84356908239803, -73.9290519870553, 40.84361832065134, -73.92904579392862, 40.84363595930008, -73.92902908766119, 40.843670345152034, -73.92901037759417, 40.84370123405447, -73.92899551177359, 40.8437232491612, -73.92898399426231, 40.84373555451096, -73.92895697337134, 40.84375505245466, -73.92893164633765, 40.8437751106417, -73.92891085040526, 40.84379380556794, -73.92890336928713, 40.84381050870314, -73.92890697065194, 40.84383920152822, -73.92892215657301, 40.84387833100122, -73.92892521260757, 40.84389359804038, -73.92891424636943, 40.84391817564007, -73.92891308768671, 40.84393387772153, -73.928926788546, 40.84395460110335, -73.92893117931307, 40.843968076983636, -73.92888835301977, 40.84404641598485, -73.92884891617913, 40.844118658021614, -73.92884165008402, 40.84413715866833, -73.92883300829774, 40.84417910459892, -73.92882700323001, 40.84419708913961, -73.92881640019235, 40.84421571739645, -73.92878454161823, 40.844257957862226, -73.92877252131042, 40.8442779152678, -73.92876451781316, 40.84429734206097, -73.92874921613141, 40.844343038926326, -73.92873957557593, 40.84436418915015, -73.92868739196446, 40.844458931071166, -73.92864755641136, 40.844531009798516, -73.92864565236763, 40.84455170464733, -73.92864914348844, 40.84456924390458, -73.92865394452961, 40.84458603025945, -73.92865162216984, 40.84460094818803, -73.92862587205008, 40.84462260621933, -73.92861727783941, 40.84463550136131, -73.92861315332961, 40.844659016079056, -73.9286018117482, 40.844681749204405, -73.92858936792162, 40.844699553249065, -73.92856493343112, 40.84472944438609, -73.9285375840305, 40.84475732471249, -73.92849580169275, 40.8447835887068, -73.92848286333569, 40.84479478191557, -73.92847525647328, 40.84481022425236, -73.92842084370685, 40.844856775693216, -73.9283702683306, 40.84490090626506, -73.928343309374, 40.844919544129375, -73.9283082807232, 40.84493739984692, -73.9282711021842, 40.84494867791828, -73.9282444704321, 40.84496514307376, -73.92823315256797, 40.84497781767236, -73.92821726807922, 40.84500818501132, -73.92820078892031, 40.84502699685479, -73.92818893435427, 40.84504251937344, -73.92817992672492, 40.84505708914113, -73.92817361033636, 40.84507103834338, -73.92817301237976, 40.8451086686624, -73.9281639789947, 40.84513390024667, -73.92814552893485, 40.84516813359352, -73.92813846575827, 40.84518511338697, -73.92812395194288, 40.845237447284966, -73.92811762554742, 40.84525843562915, -73.92809812096971, 40.845318162159785, -73.92809812096971, 40.845318162159785 --73.91313621078413, 40.83981377423019, -73.91283543996232, 40.83970819406545, -73.91215371774985, 40.83947861286992, -73.91207880848177, 40.83945291333257, -73.91224818252012, 40.839109905555766, -73.91243518231592, 40.838781371925215, -73.91261083315645, 40.838500794184476, -73.9126799579884, 40.83840078815623, -73.912708299721, 40.83835978040468, -73.91258002116392, 40.8383128908824, -73.9122649773227, 40.838197732430984, -73.91220960335598, 40.838177492216666, -73.91213729786648, 40.83815106169022, -73.91139056253395, 40.83786527245869, -73.91133845317464, 40.83795096574696, -73.91128047840945, 40.83804891922713, -73.91072456453828, 40.83899743167109, -73.91060408765667, 40.83895519344331, -73.90988230331105, 40.8387082566287, -73.90891034978333, 40.83837617348595, -73.90895671109598, 40.838154300458044, -73.90903749384279, 40.83790601605036, -73.90912742280166, 40.83770156943101, -73.90923276315455, 40.83749226319112, -73.90929518040028, 40.83738413143537, -73.90930734409412, 40.83736064800964, -73.90934998258142, 40.837261618170814, -73.90939666181674, 40.83716160274637, -73.9094587110128, 40.83705689698767, -73.90930617131103, 40.83695807577532, -73.9090924379393, 40.836973129463686, -73.9090455306746, 40.83697865663568, -73.90890430342024, 40.83700413452042, -73.90798076125752, 40.837177781182845, -73.90790410688115, 40.83723978025649, -73.90788649537437, 40.83725757526527, -73.90783512745544, 40.83731096234765, -73.90777788557223, 40.83737213398441, -73.90775313002896, 40.83740130550581, -73.9076941010363, 40.837484813327904, -73.90759141723694, 40.8376193162509, -73.907503205863, 40.837715875762065, -73.90742175012505, 40.837789463620396, -73.90733488988766, 40.83785371525847, -73.90726377293768, 40.83790086560033, -73.9070622809497, 40.83801489146579, -73.9070160024687, 40.838044951378414, -73.90698976652385, 40.83806316702962, -73.90694107063298, 40.83810152841801, -73.90677415576803, 40.83825332587639, -73.90670663377689, 40.83833118202123, -73.90668021113356, 40.83836232584255, -73.90661854154297, 40.83844686383244, -73.90610461755293, 40.83910506786621, -73.90593280966088, 40.839331484027305, -73.90576983988356, 40.83955630066447, -73.90560739733047, 40.839843307396706, -73.90538357485364, 40.839768672083316, -73.9055175463911, 40.83946971530249, -73.90567559099327, 40.83910471780956, -73.90597940187, 40.83850488120952, -73.90522943648153, 40.83826499266071, -73.90496621768719, 40.83819097159029, -73.90484221392437, 40.83815609947431, -73.90450852648988, 40.838016955799354, -73.90428422721037, 40.837945086947855, -73.90414840966024, 40.83790156764043, -73.90333881383737, 40.83764215391086, -73.90199581765694, 40.837123017583735, -73.90197379297803, 40.83715193804993, -73.901126533586, 40.836813500676236, -73.90056610608416, 40.836592196963565, -73.89996791751663, 40.83765445653089, -73.89981560974026, 40.837586429774255, -73.89971309950825, 40.8375384821215, -73.89963404042078, 40.837488327864364, -73.89956172712799, 40.8374213861104, -73.89954921986288, 40.837403925441166, -73.89948534401675, 40.83729139265975, -73.89934718182081, 40.83700357415927, -73.8992686591438, 40.836874603450426, -73.8992027526271, 40.83678987959463, -73.89911677391561, 40.83669611158938, -73.89903794687949, 40.83662603908378, -73.89896459526263, 40.83657474392579, -73.8988953034612, 40.83653667784027, -73.8988082549693, 40.83649975146932, -73.89871488213863, 40.83647152815969, -73.89860393227724, 40.836450263651976, -73.89833719759453, 40.83642096539046, -73.8981999120515, 40.8364123436311, -73.89814884783095, 40.836413719528494, -73.89812115740942, 40.836416629783386, -73.89801199289751, 40.83643514292102, -73.89794590099343, 40.83644013803337, -73.89792276779215, 40.83643942958406, -73.89772849509411, 40.836480416377285, -73.89757979900033, 40.83652253562472, -73.8974996514303, 40.83655043377979, -73.89744768236001, 40.8365587846926, -73.89724960120449, 40.836574124814774, -73.89702253155036, 40.836576784070594, -73.89672559531283, 40.83655879864083, -73.89617678120263, 40.836490288870934, -73.89609069654186, 40.83647416543711, -73.89603976394261, 40.83645953873379, -73.8959906647172, 40.836441657473436, -73.89591005175596, 40.83640289860822, -73.89579615771616, 40.83633170352918, -73.89573407284234, 40.836283980647366, -73.89568799400945, 40.83623713848466, -73.89565260418625, 40.836191551358105, -73.89561816119156, 40.83613044235371, -73.89552574017735, 40.83591179155299, -73.89542511519335, 40.835687868039656, -73.89540668050145, 40.835655005785064, -73.89537986220215, 40.83561990629837, -73.89535557561398, 40.8355951278693, -73.89533793610843, 40.835579873694556, -73.89513914681993, 40.835429198874735, -73.89550939673164, 40.835070487001694, -73.8955873202883, 40.83500710151767, -73.89566235346027, 40.8349571334373, -73.89576722749726, 40.83490099147435, -73.89684642399305, 40.83439353075561, -73.89696588050715, 40.83434184108023, -73.89691056562538, 40.83428930181286, -73.8967801929233, 40.8341272456341, -73.89673258996159, 40.834069076083736, -73.89630199204812, 40.833542908815105, -73.89647294916713, 40.83304726252595, -73.89663386980777, 40.83223518560634, -73.89669215684586, 40.831965836724926, -73.89680193214457, 40.83195492105141, -73.89791582110685, 40.83184415916653, -73.89871607599632, 40.83176290708977, -73.89884262251223, 40.83175058862347, -73.89882680983628, 40.831632642312414, -73.8986872597118, 40.83083797419469, -73.89863875252706, 40.83056134985772, -73.89862661661383, 40.83050502761894, -73.89879391290674, 40.830105037662776, -73.89887151432777, 40.829927908063375, -73.89915422205479, 40.829249234311725, -73.89932057221952, 40.828852172897925, -73.89976662428275, 40.82776956420914, -73.89978623996849, 40.82772195494066, -73.89981209784561, 40.827658183592035, -73.90022587494687, 40.82667597628133, -73.90049543788386, 40.82602271122474, -73.90051017878855, 40.8259880071235, -73.90076662132334, 40.82537702724154, -73.90117668083606, 40.824388604049986, -73.90198757266563, 40.82244011783688, -73.90266818031182, 40.8208028450622, -73.90298916325945, 40.82002698912127, -73.90303578828662, 40.819912819229046, -73.90339126039571, 40.819060398393056, -73.90343714224375, 40.81896732544196, -73.90339137548604, 40.81883251692877, -73.90337473115005, 40.81878348532962, -73.90353162461405, 40.81870601186937, -73.90368190154496, 40.81864059752692, -73.90376643088806, 40.81860280580959, -73.903956610962, 40.818517930445566, -73.90444274888294, 40.81830447351331, -73.90474252213117, 40.81817304457706, -73.90499971099311, 40.818059553703065, -73.90513871693305, 40.81799780039757, -73.9053128701802, 40.81792394519621, -73.90539046535669, 40.81794494905053, -73.90563882499278, 40.81801217476535, -73.90612242576104, 40.818128783164525, -73.90624112722973, 40.81815725170787, -73.90699718076868, 40.818339985032, -73.90707939856267, 40.81835926792467, -73.9073596550599, 40.81842555119381, -73.90747249841635, 40.81845239736834, -73.90752988222883, 40.818466095837294, -73.90775942699554, 40.81852103531516, -73.9078234189626, 40.8185382652701, -73.90800935254497, 40.818582039235096, -73.90808996517802, 40.81860105808068, -73.90863393710664, 40.81873079095642, -73.90874961935907, 40.81875922840594, -73.90973935290891, 40.8189948398997, -73.91042954417202, 40.81916111546226, -73.91061208516336, 40.81922345803636, -73.91056357865033, 40.8193452783548, -73.91019617553884, 40.82038794902552, -73.91008181924403, 40.820727499324505, -73.90995956393235, 40.82109050306079, -73.90993195713352, 40.82117247351313, -73.90990919182244, 40.82124007221373, -73.90974946776194, 40.82167866380924, -73.909676000185, 40.82189090553004, -73.90958798373393, 40.82214774007952, -73.90953288105814, 40.82230893974737, -73.90949742367317, 40.82243788641834, -73.90963705008576, 40.82261772328652, -73.9094767390144, 40.82273468098248, -73.90940309288582, 40.822868481021445, -73.90933302394534, 40.82297709964369, -73.90925405111416, 40.82313532225599, -73.90921852657456, 40.8231954717581, -73.90911175176517, 40.82337626492693, -73.90870858200311, 40.824066325357585, -73.91010939161515, 40.8245248175167, -73.91055890569008, 40.82466976419859, -73.91058748176555, 40.824616832690296, -73.91130643580848, 40.824842266076175, -73.91136758308573, 40.82501221326906, -73.91146117803886, 40.825385734341424, -73.91174891157907, 40.82628620400456, -73.9117936137434, 40.82642784656706, -73.91180151491113, 40.82651725202669, -73.9118003492091, 40.82653364285895, -73.91171800592771, 40.82760460776923, -73.9116943019272, 40.82775839966544, -73.91108580000669, 40.82816366747339, -73.91066552125103, 40.82847720676316, -73.91044391841095, 40.82865726004228, -73.91030770544577, 40.828772169960025, -73.91107784420332, 40.82905069796339, -73.91110776038994, 40.829048196938565, -73.91127397089522, 40.8291011587996, -73.91194860162189, 40.82783513983607, -73.91211594160599, 40.82788563850327, -73.91266801313975, 40.82752705284415, -73.91333589728222, 40.82710956195054, -73.91363149152484, 40.826924057389284, -73.91371228430779, 40.826866206094614, -73.91401485591973, 40.82667286785097, -73.91420022158181, 40.82655360829154, -73.91445299872112, 40.826390512801005, -73.9144697347676, 40.82637971476393, -73.91451600030959, 40.826349864317514, -73.91461050936739, 40.82629420085522, -73.91470190761, 40.826348588200474, -73.91531654736002, 40.82654486209439, -73.9159902432093, 40.826759433290235, -73.91623406327008, 40.826841818704345, -73.91753304804048, 40.827249808679255, -73.91846770032872, 40.827547120820476, -73.91933607191373, 40.82782386843801, -73.92020143497739, 40.82809949170316, -73.91964222769191, 40.829113271866674, -73.91975578342992, 40.82914950672258, -73.92029259238834, 40.8293326182973, -73.92117100416223, 40.829627420164364, -73.92046111236192, 40.83091451103663, -73.92014554369645, 40.83147674390671, -73.91985637833862, 40.831948282868325, -73.919658618129, 40.83225352377452, -73.91942108287472, 40.832588757237495, -73.91902903154048, 40.83308997085474, -73.91877733956596, 40.83338583058778, -73.91847195712623, 40.833725030441805, -73.91838925176593, 40.8338086368982, -73.9182735398041, 40.833927412137335, -73.91820453029062, 40.833998245643166, -73.91775835748031, 40.834456223319556, -73.91771392374567, 40.83450183228781, -73.91769884142985, 40.834517312732366, -73.9176677747671, 40.83454903839187, -73.91746536471507, 40.83475573099127, -73.9173969759814, 40.83482556760211, -73.917024920905, 40.83520549286741, -73.91646777879433, 40.835777294507416, -73.91597821586855, 40.83628428366275, -73.91587066606408, 40.83639328482738, -73.9156616069447, 40.83660607740645, -73.91540337107716, 40.83687431658581, -73.91532801990503, 40.83695400635099, -73.91484318534846, 40.83745211159775, -73.9147800307831, 40.83751712564623, -73.91456826635992, 40.837729687284664, -73.9142375318796, 40.83810848856522, -73.91406939918532, 40.83831458914276, -73.91387854584367, 40.83856525055542, -73.91382997935759, 40.8386392249732, -73.91377111572633, 40.83872094492405, -73.9137559688282, 40.83874272465007, -73.91372658017426, 40.83878498896227, -73.91370958367592, 40.83880943456125, -73.91365770748925, 40.83888529836506, -73.91351549813955, 40.83911086277689, -73.9133657270489, 40.839367984533084, -73.91322952057165, 40.839619521522245, -73.91315698623852, 40.83977052115178, -73.91313621078413, 40.83981377423019, -73.91313621078413, 40.83981377423019 --73.88011102515954, 40.837234084962176, -73.87983825803957, 40.83713520056051, -73.8797446015481, 40.837101242553054, -73.87942378859483, 40.83700271408649, -73.8789514826479, 40.8368583158239, -73.87871122712642, 40.83680290452421, -73.87860907544966, 40.836779914587304, -73.87824296020017, 40.836701850206126, -73.87808251904447, 40.83667289911261, -73.87766581597079, 40.836597967161985, -73.87747194712362, 40.83656390186796, -73.87655179203274, 40.83645505310863, -73.87631442586857, 40.836443617359805, -73.8761634487565, 40.83643634414714, -73.87601125391407, 40.83643040035882, -73.87598282304852, 40.83642928919778, -73.874688804916, 40.836354371427454, -73.8746245393527, 40.83635067889525, -73.87428253981685, 40.836331038731906, -73.87425362987487, 40.836329378221045, -73.87422448164453, 40.83632770483613, -73.8741697286933, 40.83632455911856, -73.87395604581278, 40.83631228707981, -73.87387656782325, 40.83630772203484, -73.87379567196996, 40.83630307614009, -73.87375776163829, 40.83630089867746, -73.87371459948815, 40.83629841918923, -73.87367908508111, 40.83629638029878, -73.87363471608586, 40.83629383102129, -73.87334333493902, 40.83627709538711, -73.87247161793856, 40.83622702002277, -73.87183795195419, 40.83616930279858, -73.87144739851352, 40.8361227430046, -73.87118410187534, 40.83608815478925, -73.87111253666859, 40.836077790285806, -73.87107498512948, 40.83607228771512, -73.87104701806987, 40.83606812407865, -73.87080568426765, 40.836028212414384, -73.87055976026276, 40.83598754047842, -73.87035426663081, 40.835945098974506, -73.87026121156909, 40.83592708259256, -73.87021535784073, 40.835918202551646, -73.87015364276195, 40.83590625195893, -73.86998950863219, 40.8358744704929, -73.86985575806573, 40.83584857089555, -73.86970079991659, 40.83581856524234, -73.86924321517739, 40.83571607984013, -73.8687197894649, 40.83558455417534, -73.86767387778593, 40.83529980926059, -73.86674475908491, 40.83502367250128, -73.86652947106477, 40.834959686518665, -73.86659978040763, 40.83492844414331, -73.86675311172978, 40.834860305335276, -73.86680620462977, 40.83483671335889, -73.86586085775777, 40.83455003832297, -73.86570307237537, 40.83450340085806, -73.86518514466074, 40.83434826082795, -73.86514838713549, 40.83433721470477, -73.86488851548528, 40.834261695797686, -73.86463901872762, 40.83418546448236, -73.86451696011605, 40.834149672357604, -73.86447578274883, 40.83413752672558, -73.86403294947506, 40.83400564576879, -73.86385526089583, 40.83395124704829, -73.86334520455145, 40.83380597024677, -73.86326688203093, 40.83378267885709, -73.86315843144135, 40.833744270175636, -73.86307652021378, 40.83372100051256, -73.8630319681005, 40.83370994896112, -73.86283694543592, 40.83368771538372, -73.86284861587278, 40.8337552817183, -73.86285959628864, 40.833818834623415, -73.8628686318137, 40.83387113982937, -73.86267417873991, 40.83381342083758, -73.86212648009236, 40.8336508439229, -73.86177626498389, 40.8335468866696, -73.86171077920777, 40.83352840924542, -73.86163126837992, 40.8335051441338, -73.86155085467784, 40.833481642854075, -73.86143638122768, 40.83344738650832, -73.86137634592579, 40.833429420619964, -73.86132499819313, 40.833413956817324, -73.86113467518875, 40.83335663280422, -73.86111146658273, 40.83334957739121, -73.86097072926808, 40.833306791875685, -73.86086734287147, 40.83327536147581, -73.86069967786374, 40.83322509694375, -73.8605341378343, 40.83317645562867, -73.86049593065944, 40.833165365743476, -73.86042963982852, 40.83314612569732, -73.86032421653766, 40.83311552800384, -73.86032840453099, 40.83306671811899, -73.8603302111668, 40.83304760909232, -73.86033407494175, 40.833031816379965, -73.86033966191278, 40.83300898658136, -73.8603544667289, 40.83297036965191, -73.86037736870708, 40.83292570399001, -73.85898355755027, 40.832517547000826, -73.8589279090163, 40.832501339362395, -73.85888605130945, 40.83249006887972, -73.85858520014112, 40.8324124360518, -73.85823472514761, 40.83229921599741, -73.85819043063562, 40.832286049424425, -73.85797462294465, 40.832223014816286, -73.85787777540081, 40.832193937371265, -73.85755467246577, 40.83209857608335, -73.857375284993, 40.83204623819173, -73.85682918004451, 40.83188690770896, -73.85678297444696, 40.83187342664981, -73.85592324638847, 40.83162051327555, -73.85585799568067, 40.83160131781788, -73.85552491589243, 40.83150332962044, -73.85548957317437, 40.83149081167246, -73.8551331620343, 40.83138716590453, -73.8550639248803, 40.8313651950636, -73.85398659768373, 40.83104410425942, -73.85339600250381, 40.8308680734784, -73.85271483372121, 40.830695293681096, -73.85264349640254, 40.83067319353137, -73.85203680650376, 40.83048523514975, -73.85165914226253, 40.83037629424883, -73.8515848934524, 40.83035388893152, -73.85058792055781, 40.83005694622732, -73.84990764378973, 40.829861412534484, -73.8495032315333, 40.82974516813688, -73.84877914802071, 40.82952918426005, -73.84828970524455, 40.8293441017973, -73.84797478001387, 40.82919384810646, -73.84764310603792, 40.82902187036444, -73.8475048575417, 40.82894372176857, -73.84742157874503, 40.82889571511901, -73.84737120241888, 40.828866439959405, -73.84734855635851, 40.82885319880402, -73.8472595367496, 40.82879831184936, -73.84717761375519, 40.82874754679651, -73.84713842867357, 40.82859346496594, -73.84707960049461, 40.82836694996014, -73.84706385713868, 40.82828953952346, -73.84703430254466, 40.828158077378625, -73.84699865411287, 40.827999512101336, -73.84708945758722, 40.82798742721012, -73.8500302819039, 40.82759602072816, -73.85275600506233, 40.827229832617775, -73.85294366728981, 40.82720434849755, -73.85309055243874, 40.82718529840776, -73.85324043841213, 40.8271638899477, -73.85382125038286, 40.82708221511356, -73.85420300307517, 40.82703286581913, -73.85432217134829, 40.82701746034487, -73.85470996737543, 40.82696732817184, -73.85599073683471, 40.82679533609254, -73.85615112859968, 40.82676973435236, -73.85632283943214, 40.8267483842286, -73.85637332243141, 40.82674194913266, -73.85660538955787, 40.826712108222594, -73.85692269122215, 40.826669875539004, -73.85727871143169, 40.826599309861855, -73.85732539207956, 40.82659414114425, -73.85853273837283, 40.826435133999254, -73.85866083059459, 40.826419978123795, -73.85879356780688, 40.82640128524082, -73.85901202766013, 40.826370043265314, -73.8590997798145, 40.82635751565198, -73.85919813851649, 40.82634376093923, -73.85970333113893, 40.82627703303898, -73.85962570957321, 40.82610497256504, -73.85960575329422, 40.82606069697228, -73.85958577815424, 40.826016383531844, -73.85956517177766, 40.82597066904682, -73.85954978782077, 40.82593653500028, -73.85952908355904, 40.825890603369245, -73.85969037405071, 40.825868867235314, -73.86005453806193, 40.82581979144508, -73.86087365187981, 40.825713973795935, -73.86179276613116, 40.82560324905516, -73.86266220871624, 40.82551062986402, -73.862777611552, 40.82549833499177, -73.86289131284872, 40.82548622258276, -73.86333317125388, 40.82544473803251, -73.8635069381733, 40.82542842423205, -73.86438660743799, 40.825339982450615, -73.86465809384362, 40.825316627348975, -73.86469877482055, 40.82531312533013, -73.86496624401448, 40.82529011508283, -73.86543976485812, 40.82523894407735, -73.86616651087708, 40.825156138189804, -73.86764503917317, 40.82495274667546, -73.86960335564376, 40.82468331954078, -73.8698433848681, 40.82492516061349, -73.8698976604632, 40.82491836368019, -73.87051877811352, 40.82484058990342, -73.87082749050967, 40.824796898245005, -73.87145660911659, 40.82471712297417, -73.87176796788482, 40.82467563796477, -73.87200390468702, 40.82464992076419, -73.87208797734445, 40.824637966308714, -73.87224819445807, 40.824615255096234, -73.87242102753207, 40.82459342209621, -73.87251337819937, 40.8245807047632, -73.87263655228844, 40.82456374224492, -73.87270768962482, 40.824554086425664, -73.87284304649442, 40.82453640413016, -73.87319925109489, 40.824482943971304, -73.87359452833266, 40.82443248007865, -73.8734231506684, 40.82407412768884, -73.87411367684244, 40.82397263310585, -73.87416436892798, 40.82396518099447, -73.87504997324501, 40.82383500558808, -73.87510645303227, 40.82382781597533, -73.87519344760419, 40.82381129330074, -73.87548466793902, 40.823750105110555, -73.87594599753238, 40.82368508039753, -73.8763355395469, 40.82363677293756, -73.87662179144547, 40.82360612589493, -73.87692707865733, 40.82357602254871, -73.87704375917573, 40.82357533117217, -73.87718389002569, 40.82358017659581, -73.8772100788545, 40.823577906418336, -73.87723626303625, 40.82357558400121, -73.87728575530701, 40.823571085570855, -73.87736254571287, 40.82356379579914, -73.87782367393262, 40.82350343693873, -73.8778719674494, 40.823497113481025, -73.8779850237964, 40.82348231463646, -73.87890200013481, 40.8233574368618, -73.87972312440638, 40.82324960361659, -73.87983392813442, 40.8232325619753, -73.88075198471304, 40.82310891780502, -73.88168691119891, 40.82297844796695, -73.88173624004206, 40.82297077140744, -73.88266525576034, 40.82282619750498, -73.88355698365535, 40.82269212598803, -73.88369954342137, 40.82268258681813, -73.88383476041625, 40.82268616031118, -73.88390992675457, 40.82268402529026, -73.88405864039558, 40.82266601369578, -73.88410019953302, 40.82269037968975, -73.88413890038778, 40.822784370096734, -73.88414631689398, 40.82280238748079, -73.88416441614463, 40.82284633909278, -73.88420513686313, 40.82294523921042, -73.88422220212969, 40.82298668909485, -73.8842325142516, 40.82301173505443, -73.88424026251573, 40.82303055240576, -73.88424652817518, 40.8230457707844, -73.88416290534988, 40.8231170223494, -73.88413712536436, 40.823210152819286, -73.88415992030606, 40.823317329407736, -73.88418994891856, 40.82341825480386, -73.88423585078407, 40.82351346086457, -73.88423885187575, 40.823569553103596, -73.88424180016662, 40.823624654742815, -73.88424860040458, 40.82372443297839, -73.88425503449024, 40.823826185633095, -73.88426441346834, 40.823939360436896, -73.88425461379234, 40.82404760197995, -73.88424505813578, 40.824140254371144, -73.88425237176583, 40.824256362715055, -73.8842564692169, 40.824352103102285, -73.88425064746225, 40.82445779752406, -73.88425343519856, 40.824558887342945, -73.8842850081938, 40.8246671703976, -73.88431591383612, 40.82476321142505, -73.88435487794672, 40.82487984677055, -73.88439870163984, 40.824986741801304, -73.8843844106736, 40.825081173325565, -73.88435873928402, 40.82519409322985, -73.88437321911687, 40.82530345591027, -73.88437246581759, 40.82536175418212, -73.88437200982663, 40.82539699464502, -73.8843578235898, 40.825512945422744, -73.88434753180577, 40.82561372223896, -73.88434324668405, 40.82570904176675, -73.88433277787652, 40.825828426253715, -73.88432704101929, 40.825927558823054, -73.88430548955797, 40.82602019915711, -73.8842774990916, 40.82613846834791, -73.88426122574819, 40.826249860494976, -73.88424648918485, 40.82634939644786, -73.8842348709114, 40.82646496525829, -73.8842220365947, 40.826572874125524, -73.88421342772234, 40.826598761947565, -73.88419550090089, 40.82665266474956, -73.88418869268725, 40.82667313249101, -73.8841491006683, 40.82677099645306, -73.88411131952965, 40.82686705222289, -73.88405766332757, 40.82696937568022, -73.88401007466867, 40.82707348999704, -73.88398108457521, 40.82716280174226, -73.88394012516099, 40.82725723245937, -73.88390123435437, 40.82736725733042, -73.88384576705975, 40.82747169322245, -73.88382148344864, 40.827507761537774, -73.88380464644239, 40.82753534297316, -73.8837913885884, 40.827560783031494, -73.88378150380132, 40.82758465512225, -73.88375597270733, 40.827667023864294, -73.88374633610681, 40.82769471070241, -73.8837197277331, 40.82776327374712, -73.88367694364835, 40.82786824462731, -73.88366758299404, 40.827894018182626, -73.88365885800214, 40.82792236329406, -73.8836408759649, 40.827995177256405, -73.88363623907335, 40.82801779033193, -73.88363133793644, 40.82804914515422, -73.88362818995365, 40.8280806080038, -73.88371957389667, 40.828080591224214, -73.88371539018581, 40.82809489228251, -73.8837037083655, 40.82813487962691, -73.8836888971078, 40.82818555269899, -73.88368187251183, 40.8282095879518, -73.88367471672065, 40.82823407241914, -73.88366515300088, 40.82826679399358, -73.88365424515455, 40.8283041247495, -73.88364766778001, 40.82832662510563, -73.88364045472119, 40.82835130311924, -73.88363434244397, 40.82837222447409, -73.88354493623234, 40.82838944265334, -73.88352585519351, 40.828451978124164, -73.8835052696619, 40.82850912710666, -73.8834484043153, 40.82864737589318, -73.88339968491304, 40.82875689446421, -73.88339386839661, 40.82877945590679, -73.88338995843296, 40.82882757444522, -73.883386048383, 40.82884800544101, -73.88334390537453, 40.82897745950543, -73.88332370776422, 40.82904847647698, -73.88331228907025, 40.82909975895938, -73.88330691722373, 40.829132367676635, -73.88330457735513, 40.82915651029971, -73.8833046850974, 40.82917822045907, -73.88330734762081, 40.829197905287224, -73.88331888745854, 40.82925264638894, -73.88333440561941, 40.829325809351346, -73.88333863648951, 40.82933947054847, -73.88334527425533, 40.82935431743143, -73.88337714830953, 40.82941033438392, -73.88343195275941, 40.829520479886526, -73.88345801885447, 40.829571218542334, -73.88348025110929, 40.82961039095461, -73.88351316504757, 40.82963596766364, -73.88353122683984, 40.829658796360334, -73.88354779366911, 40.82969247991945, -73.88355734000129, 40.829706424728144, -73.88357038372878, 40.82972099350846, -73.88358231702703, 40.829731944776, -73.88360071912221, 40.82974392643509, -73.88363676794175, 40.82975784215285, -73.88366361662362, 40.82976592687492, -73.88369746035204, 40.82977308212988, -73.88371801930651, 40.829779433345365, -73.88374877148459, 40.82979524463347, -73.88378015198438, 40.829813783247126, -73.88381269503375, 40.829835985338875, -73.88383575144357, 40.82985483432598, -73.88384883718598, 40.8298671185594, -73.8838821327017, 40.8298983767726, -73.88389575407479, 40.829908763295265, -73.88391267654856, 40.829916095956904, -73.88392704806758, 40.82992733509972, -73.88393824208717, 40.829954371137966, -73.88395376309454, 40.830005994157005, -73.88397172316381, 40.83005262818077, -73.88399337004226, 40.83010550724449, -73.88400120831318, 40.83012617339675, -73.88400378973681, 40.83014015528573, -73.88400313631597, 40.83015862649317, -73.88399951208433, 40.83017906049405, -73.88397899658854, 40.830244923710154, -73.88395831300245, 40.830313336055596, -73.88394132007275, 40.83036400604616, -73.88392008245042, 40.83041221250827, -73.88391399721016, 40.83042845132153, -73.88389086380168, 40.83051406335181, -73.88387583047606, 40.8305633692524, -73.8838627132547, 40.830598243939114, -73.88384704080548, 40.83063129524881, -73.8838059684942, 40.83070893511413, -73.88375841615526, 40.830811540071245, -73.88374404260806, 40.83083529415936, -73.88370528626466, 40.830886676974295, -73.88369761763107, 40.83089918612722, -73.88368296698916, 40.830935617102334, -73.88367683614631, 40.830960248472934, -73.88367357732031, 40.83098452164141, -73.88367322413016, 40.831008196209666, -73.88367959113378, 40.831053958603604, -73.88368059711733, 40.83106919059729, -73.88367944743842, 40.83111309579164, -73.88367558281095, 40.83114820671085, -73.8836673676757, 40.83118711873484, -73.88365440490497, 40.831231842268025, -73.88362347185655, 40.83131500512203, -73.88361339726856, 40.83135214308988, -73.88360355759964, 40.83140001519815, -73.88360206381168, 40.83141695110729, -73.88360300235838, 40.83145513755914, -73.8836009032977, 40.83147176038534, -73.88359343038975, 40.83148890097521, -73.88357268886674, 40.83151815874255, -73.88356197082018, 40.83154086561763, -73.88356443583045, 40.8315685061086, -73.88357646195549, 40.83159909276698, -73.88358022312109, 40.83161841308867, -73.88357281428031, 40.8316368693651, -73.88356245195838, 40.83165208087605, -73.88354918798095, 40.83168049792115, -73.88352810436982, 40.831721593245355, -73.8835204273761, 40.83173948103474, -73.88351699205408, 40.83176225829482, -73.88351229166477, 40.83180471370077, -73.88350785834292, 40.831823962712235, -73.88349923034794, 40.83184465188065, -73.88348690496623, 40.83186647283754, -73.88346398823909, 40.83190155459046, -73.88345230128843, 40.83191693044352, -73.88341745902908, 40.83195601724391, -73.88340784040996, 40.83197097825391, -73.88338942334825, 40.83200982050601, -73.88337892263893, 40.832026819342744, -73.8833607891579, 40.83204319452047, -73.8833340464793, 40.8320559644085, -73.88330060152752, 40.83206414849027, -73.8832652402016, 40.83206653053275, -73.88318625576784, 40.832063616699266, -73.88311644575535, 40.83205839243444, -73.88300505897308, 40.83204719079296, -73.88296099350855, 40.83204334239019, -73.88293430922145, 40.832043770057, -73.88290062598477, 40.83204787994044, -73.88285128326471, 40.832055652431485, -73.88278640127346, 40.83206681298117, -73.88276642032574, 40.83206916997925, -73.88270414292565, 40.83207364605255, -73.88267121045385, 40.83208092997781, -73.88262131034297, 40.83209818041638, -73.8825901424944, 40.83210987223772, -73.8825631084197, 40.83212172764768, -73.88253932891904, 40.83213414107122, -73.88251852749276, 40.8321472617108, -73.88250138308095, 40.832160640012184, -73.88248448162479, 40.83217674795959, -73.88246760971246, 40.83219558983815, -73.88244655548407, 40.83222159719428, -73.88236769882616, 40.832327381708986, -73.88232792566605, 40.83237543208114, -73.882238646003, 40.8324793508499, -73.88220351296731, 40.83252206147711, -73.88209293119719, 40.832667720635534, -73.88202236920742, 40.83275664170986, -73.8819409671528, 40.83285631796365, -73.88190214676523, 40.83290025389792, -73.88181030052628, 40.832996608241544, -73.88177227971966, 40.83304083671103, -73.88162377213897, 40.83323550559082, -73.88150686389272, 40.83338121170823, -73.88143293332044, 40.833475433768164, -73.88140969727901, 40.83350848506086, -73.88139058439495, 40.83353905072043, -73.88135479191503, 40.83360987295893, -73.88131341583956, 40.833709582722875, -73.88129096336515, 40.833766539337475, -73.88127695867405, 40.83380796930396, -73.88126810282722, 40.833841534242936, -73.88126065647319, 40.833878518911284, -73.88125437399951, 40.83391969658137, -73.88124767667637, 40.83397542132015, -73.88123602937232, 40.83409761099671, -73.88122745499963, 40.83423115457296, -73.88122292333254, 40.83442124888746, -73.88121541510212, 40.83453002814304, -73.88120127118356, 40.834687161638506, -73.88118525540531, 40.83483417163767, -73.8811762146715, 40.834898796241646, -73.8811662013374, 40.83495964856968, -73.8811606612324, 40.834989356489146, -73.88115526356367, 40.835018307238826, -73.88113469379054, 40.83508227610313, -73.88114184125254, 40.835086617550786, -73.88113106051252, 40.835136991826026, -73.88112437320473, 40.83516442391066, -73.88111118585053, 40.835216662428564, -73.88109099652344, 40.83528396800836, -73.88105144319854, 40.83539522567469, -73.88099833606971, 40.835568553951674, -73.88096391682123, 40.83567350171066, -73.88093995830826, 40.8357386935098, -73.88090566406005, 40.835818749903055, -73.88087643021424, 40.835878169472075, -73.88086167326014, 40.83591224245593, -73.88082793720285, 40.835996965763975, -73.88079353388868, 40.8360735569045, -73.88076079515179, 40.8361362452168, -73.88065512474384, 40.836318851687345, -73.88058752022546, 40.83643400450226, -73.88052311380456, 40.83653889585058, -73.88047554275173, 40.83662631970592, -73.88042552630549, 40.83670740242388, -73.88039561981203, 40.83675668699969, -73.88037999365858, 40.836785963882406, -73.88035988622786, 40.836834743528044, -73.88033909434589, 40.83688039414166, -73.8803154046109, 40.836932025530324, -73.88029262961734, 40.83697671234879, -73.88024374814405, 40.83706855527018, -73.88022107151166, 40.83710465506005, -73.88018081257378, 40.83715928496683, -73.88016236178437, 40.837184070819184, -73.88014953869187, 40.83720129656181, -73.88011102515954, 40.837234084962176, -73.88011102515954, 40.837234084962176 --73.94008773937051, 40.83034934369685, -73.9397879866821, 40.82990482844561, -73.93973902518243, 40.829830673224, -73.93970019162678, 40.829760553892335, -73.93967968277899, 40.82970221270228, -73.93966339725516, 40.829617220865934, -73.93966081350875, 40.82954194263196, -73.93967127028212, 40.82945642358577, -73.93969201010941, 40.829382785644356, -73.93972862493347, 40.829301526101375, -73.93977152857427, 40.829233640381304, -73.94070544758684, 40.82796608126417, -73.94153619275897, 40.82681994160969, -73.9425733324729, 40.825405424969155, -73.9427943012336, 40.8251045198102, -73.94309193384946, 40.824696724507874, -73.94367772067183, 40.823890365079016, -73.94372389199877, 40.82382681081209, -73.94375329258843, 40.823786339762776, -73.94384274880308, 40.823647489976686, -73.94394084754126, 40.82368869037095, -73.94398473155034, 40.82370712143454, -73.94408726354666, 40.82375018338122, -73.94456731531814, 40.82395179753911, -73.94475648760539, 40.8240312454174, -73.9448689787961, 40.8238660690726, -73.94498139977797, 40.82363172459092, -73.94505600885097, 40.82347497482326, -73.94527604478763, 40.823012688295016, -73.94531187267148, 40.822937412121554, -73.94574113122145, 40.8220355384779, -73.94603076684253, 40.82137275073263, -73.94607848725428, 40.82126355096989, -73.94612297888305, 40.821156878270415, -73.94616456399233, 40.82106906959174, -73.94634281042966, 40.82069710182561, -73.94638032030535, 40.82061882562149, -73.94640288722037, 40.820571730249526, -73.94642913264886, 40.820515336255625, -73.94645589930654, 40.82045782227982, -73.9466585939081, 40.82002228398964, -73.94671831388142, 40.81989396204437, -73.94674019052206, 40.81984676272496, -73.94677198663749, 40.819778164080375, -73.94689577927595, 40.81951107717493, -73.94698749746964, 40.819313187546165, -73.94701372427618, 40.81925660519564, -73.94703622149642, 40.819208064360645, -73.94708122667979, 40.81911076476108, -73.94734952900566, 40.818534683230276, -73.9474553605135, 40.818308243092204, -73.94756098272941, 40.81808174692295, -73.94766640158123, 40.81785519562628, -73.94772153125659, 40.8177364928417, -73.94773907150424, 40.81769872585495, -73.94777493921798, 40.81762138403186, -73.94781164746608, 40.81754223077755, -73.947909259514, 40.817329150739965, -73.94800732362741, 40.81711619058254, -73.94973379372071, 40.81792128978692, -73.94994991758571, 40.818002049397094, -73.95072771320773, 40.81832996076766, -73.9508799060885, 40.81839412305363, -73.95097252226643, 40.818328349674736, -73.9515218323506, 40.81805605112304, -73.95161210626176, 40.8180051758606, -73.95170372618547, 40.81794173916205, -73.95178564831328, 40.81787091876483, -73.95185663801456, 40.817793717327255, -73.95213019769797, 40.81741566401575, -73.95227185248326, 40.81722033294728, -73.9524083383195, 40.81728221477171, -73.95301457530886, 40.817537445368615, -73.9531899356207, 40.81759458477449, -73.95338066736555, 40.81765673148789, -73.9543196911031, 40.8180510935446, -73.95443141885059, 40.818098014908784, -73.95509342027299, 40.81837602741802, -73.95529479589557, 40.818479917620195, -73.95542379439476, 40.81854931390453, -73.9558057239246, 40.81870976642335, -73.95595956254577, 40.81877470606103, -73.95602259852345, 40.8188013154798, -73.95608318515907, 40.81882688836006, -73.95624829369149, 40.81889658292267, -73.9586748727707, 40.819920827507126, -73.95874241881125, 40.81994933619628, -73.95886502771586, 40.82000128371083, -73.95887389289734, 40.82000520943518, -73.95876861686321, 40.820131964425116, -73.95854993005918, 40.820443842255266, -73.95841539577593, 40.82062539059542, -73.95835219626332, 40.8206948032512, -73.95830470143594, 40.82075487259942, -73.95827858395907, 40.820781903253526, -73.95825088324663, 40.82081013278936, -73.95820656443958, 40.820850375219564, -73.95815196106844, 40.8208948192178, -73.95809182380172, 40.82093445523046, -73.95801665501013, 40.820981294211755, -73.95794583320033, 40.82101821666395, -73.9578967827245, 40.821036824627825, -73.95783586743683, 40.82105422877195, -73.95768310945917, 40.821086888740226, -73.95746185726573, 40.82111923960207, -73.9573343579571, 40.82126108908273, -73.95688458568917, 40.821638368346335, -73.95679637533057, 40.82170642364207, -73.95665691314419, 40.82182614899261, -73.95622655149616, 40.822195595034096, -73.95615427296806, 40.822257640566185, -73.95606975012451, 40.82234343467231, -73.95597993452111, 40.8224503667391, -73.955912421408, 40.82255797633181, -73.95588139398524, 40.822612918132535, -73.95585018222138, 40.82267048029715, -73.9558335731736, 40.822701496923386, -73.9557811652334, 40.82280002981736, -73.95574306977825, 40.822875250738264, -73.9560222276546, 40.82297852826092, -73.95611135892564, 40.82301150506163, -73.95618590683696, 40.82303818899058, -73.95623755653433, 40.82305375746679, -73.95627752229301, 40.823063036028785, -73.95630480830734, 40.82306971004118, -73.95634184285552, 40.82307675784225, -73.95639057307649, 40.823084921267046, -73.95690142422295, 40.82315347988097, -73.95698295797, 40.82316587233337, -73.9570810251742, 40.823179245219556, -73.95727774874311, 40.8232061548501, -73.95814312664264, 40.82302040455257, -73.95870336559429, 40.823256838139415, -73.95918196065209, 40.82345880966448, -73.95943846594189, 40.82356207538577, -73.95946454209131, 40.82357082386703, -73.95948269806098, 40.82357833768148, -73.95949747046862, 40.82358649776118, -73.95953101342312, 40.82361886435245, -73.95954283882385, 40.82363885410592, -73.95954648389454, 40.823656537520364, -73.95885119587798, 40.82471124566621, -73.95881321109381, 40.82476855225532, -73.95838656745146, 40.82541221561276, -73.95763273601595, 40.82654946049798, -73.95726081764974, 40.827111386334316, -73.95693710623013, 40.82698723258405, -73.95684787673478, 40.82712794844668, -73.95630519984955, 40.82793617180719, -73.95620357943994, 40.82789660962465, -73.95622394131061, 40.82786977359435, -73.95503913136099, 40.82741311786258, -73.9546973614592, 40.82791806737751, -73.95454187805879, 40.827861164234385, -73.95347085242189, 40.82752558715784, -73.95343264640667, 40.82756485584159, -73.95272452818196, 40.82832816693727, -73.95221998726467, 40.82888737807228, -73.95218696298934, 40.828926351318366, -73.9521218514765, 40.829016643957566, -73.95179208900585, 40.8294609954172, -73.95156632051815, 40.829787538253086, -73.95146373945569, 40.82995000113904, -73.95119152671819, 40.830481885109336, -73.95094235596312, 40.83102918295886, -73.95085728655032, 40.83121603091362, -73.95078086560564, 40.831436086431715, -73.95066723183442, 40.831763296547436, -73.95050766672291, 40.832270888311484, -73.9504164153768, 40.83251330997105, -73.95035333262817, 40.83270656767432, -73.95033577801799, 40.83276661679482, -73.95031544676841, 40.83283616673352, -73.95015094098609, 40.833398887654404, -73.94927756836194, 40.836386258235855, -73.9491908887642, 40.83663418729209, -73.94917882043735, 40.83666163623289, -73.94917082833129, 40.83667980918024, -73.94910452450088, 40.83664885698046, -73.94852105104317, 40.83634833283346, -73.9486540662243, 40.83589924103852, -73.94904408718841, 40.834582419762846, -73.94910166570034, 40.83438800867332, -73.94918412309481, 40.83423017758549, -73.94919448263751, 40.83421034245984, -73.94928671947261, 40.834066695685316, -73.94934123166462, 40.83398179942839, -73.94941690467527, 40.83382776076711, -73.94968983643206, 40.832921227276366, -73.9497022684633, 40.83286472847221, -73.94970979322252, 40.8327550857451, -73.94971383671546, 40.832696156447334, -73.94946312183536, 40.83260220002167, -73.94866994020076, 40.83227008502263, -73.94734205996713, 40.83171136790976, -73.94727522856513, 40.83168324554407, -73.94702609097675, 40.83157841645195, -73.94676879319006, 40.83147015126801, -73.94651879928304, 40.831364791189365, -73.94409291536103, 40.830342345417705, -73.9439235270294, 40.830270949384904, -73.94376243000465, 40.83020315102097, -73.94308746720688, 40.82991909376002, -73.94235506981227, 40.8296124833581, -73.94195166672715, 40.82943266917303, -73.94180214452403, 40.82936336195369, -73.94160659948248, 40.82928485339958, -73.94124597886248, 40.82914082245194, -73.94107858233824, 40.82908285412224, -73.9410261765548, 40.82915397455153, -73.94097580033029, 40.82922234408214, -73.94043759842558, 40.82995275784517, -73.94016749940752, 40.830382737635695, -73.94008773937051, 40.83034934369685, -73.94008773937051, 40.83034934369685 --73.93439575568999, 40.83610360652796, -73.93441799561512, 40.83605215683983, -73.93443423156582, 40.83601021025014, -73.9344427019825, 40.83599192512954, -73.93445681698795, 40.83597024925388, -73.93448657413958, 40.835929233345816, -73.93449860095974, 40.83591504298667, -73.93455571430445, 40.83587631544058, -73.93457029732029, 40.83586574741113, -73.93458187877731, 40.835854702216444, -73.93458998692954, 40.835841836953215, -73.93457295865136, 40.83583361839028, -73.93458972129292, 40.8357984789111, -73.93464363868618, 40.83572648795641, -73.9347042459799, 40.83564774885823, -73.93471542434247, 40.835631789424994, -73.93472626797526, 40.83561379738592, -73.93475065653064, 40.83556526914813, -73.93476018754951, 40.83554012824037, -73.93477610570014, 40.83548216523002, -73.934786684831, 40.835456983489706, -73.93484927614803, 40.83534585825975, -73.93487568006427, 40.83529734103732, -73.93489478420034, 40.83525958959869, -73.9349038663824, 40.83523866994135, -73.93491155662377, 40.8352165536413, -73.93491790605069, 40.83519309394723, -73.93492298605857, 40.83516802795521, -73.93492954639746, 40.835113172648164, -73.93493283833396, 40.83503855234932, -73.93493418828163, 40.83487779597677, -73.93493897662016, 40.834783599773466, -73.93494714869018, 40.834705159624676, -73.93495484399523, 40.834681424233935, -73.9349766014957, 40.83460344829343, -73.93499322119382, 40.83452477607143, -73.93500672925427, 40.83444425247717, -73.93501812528856, 40.8343665948643, -73.93502747852888, 40.83429133411492, -73.93503482366803, 40.83421816047913, -73.93503949199673, 40.83415439730153, -73.9350480497206, 40.83400254815144, -73.93505458680515, 40.83392635289703, -73.935073922302, 40.83377614690676, -73.93507997399976, 40.83365786226448, -73.93508438028886, 40.8336122655067, -73.93508798406194, 40.83359326350007, -73.93509883182955, 40.83354992700567, -73.93510209677976, 40.83352943899193, -73.93510813286794, 40.83345382696695, -73.93511834326445, 40.83336133481842, -73.93512601080721, 40.833279520201614, -73.93512414764918, 40.8332594660414, -73.93511155268023, 40.83321619379648, -73.93511036849526, 40.833198954063164, -73.93511831690539, 40.83312940703959, -73.93512296837642, 40.833063317860066, -73.93511062946389, 40.83303227087153, -73.9351063419477, 40.833016928534576, -73.9351150785992, 40.832964557985754, -73.93512873339363, 40.83289600291207, -73.93512876309907, 40.83287769587426, -73.93512353339115, 40.83285592707829, -73.9351143192631, 40.832841135773876, -73.93511290505029, 40.83281906565718, -73.93511650441982, 40.83279844815746, -73.93512097560915, 40.83277739801004, -73.93513023300567, 40.83275996333886, -73.93514291995744, 40.832750150580814, -73.93511451767081, 40.83226325517254, -73.93509903463206, 40.83203911333555, -73.93501302703044, 40.831301917198886, -73.93491452134441, 40.83048802770502, -73.93484803516905, 40.82993234964633, -73.9348377321903, 40.8299161610293, -73.93480250934626, 40.829886756168314, -73.9347887273, 40.82987254306697, -73.93478393609675, 40.829857319290205, -73.93478755145095, 40.82981791387123, -73.9347860461063, 40.82980312058806, -73.93478028036242, 40.82978673282029, -73.9347637423013, 40.82974802559243, -73.93475786278573, 40.82972798174917, -73.93475160913343, 40.82968930915273, -73.93474710173783, 40.82964582709918, -73.93474916939284, 40.82960099261998, -73.93474665867086, 40.829582642711934, -73.93471991648934, 40.82951173160024, -73.93470103578977, 40.829459894717544, -73.93469163092642, 40.82942984077127, -73.93469605561727, 40.8294029256776, -73.93469589982183, 40.82936356674961, -73.93469276890372, 40.82933695984882, -73.93467900159136, 40.82931995430597, -73.93467500017746, 40.82925384129021, -73.93467227757169, 40.829194142324305, -73.9346847747592, 40.829166881510005, -73.93468822455739, 40.82915122925641, -73.93466910359189, 40.82911361014705, -73.93464468958129, 40.82906487772558, -73.93462949081172, 40.8288662883161, -73.93459267721875, 40.82863834670585, -73.93458667627532, 40.82845617581953, -73.9345870741409, 40.82827335119557, -73.93456646776389, 40.82812994463733, -73.93456136123554, 40.82809439108614, -73.9345457932026, 40.8279860445618, -73.934540580717, 40.82794976424902, -73.93453665164, 40.82792241127439, -73.93445595687422, 40.82730694529327, -73.93442124253964, 40.827039809796204, -73.93449153134858, 40.82703062687156, -73.93437967885204, 40.8260610204547, -73.93429752863379, 40.825401006719666, -73.93426305747447, 40.8243265947521, -73.93423584228991, 40.82400407653843, -73.93419893591832, 40.82358273954793, -73.93414654369481, 40.82288846142288, -73.93411379640514, 40.822392170303075, -73.9340998702416, 40.82215054481493, -73.93407456899413, 40.821687798662346, -73.93406211305233, 40.82146046305703, -73.934046852347, 40.82118195783528, -73.93402185064573, 40.82078247794326, -73.93400985644946, 40.8205739746441, -73.93400885899968, 40.82055661070118, -73.93399886914813, 40.820382943344924, -73.9339780533499, 40.81991432566388, -73.93396483833921, 40.81972394412404, -73.93382728343398, 40.819697983193365, -73.93382566821865, 40.819620089313986, -73.93382513780969, 40.819594428459425, -73.93382351135669, 40.81951592043354, -73.93382316748985, 40.8194993510991, -73.93415990865323, 40.81955828596425, -73.93623228005859, 40.820435613945925, -73.9390768275256, 40.82163707950858, -73.94191717108168, 40.82283718928265, -73.94292366307877, 40.82326027932195, -73.9430931017059, 40.82333113844445, -73.94371922635108, 40.82359536308252, -73.94384274880308, 40.823647489976686, -73.94375329258843, 40.823786339762776, -73.94372389199877, 40.82382681081209, -73.94367772067183, 40.823890365079016, -73.94309193384946, 40.824696724507874, -73.9427943012336, 40.8251045198102, -73.9425733324729, 40.825405424969155, -73.94153619275897, 40.82681994160969, -73.94070544758684, 40.82796608126417, -73.93977152857427, 40.829233640381304, -73.93972862493347, 40.829301526101375, -73.93969201010941, 40.829382785644356, -73.93967127028212, 40.82945642358577, -73.93966081350875, 40.82954194263196, -73.93966339725516, 40.829617220865934, -73.93967968277899, 40.82970221270228, -73.93970019162678, 40.829760553892335, -73.93973902518243, 40.829830673224, -73.9397879866821, 40.82990482844561, -73.94008773937051, 40.83034934369685, -73.93997526016712, 40.83078737146498, -73.93994799271682, 40.830858263133926, -73.93991246271001, 40.830927008213756, -73.93988218953571, 40.83097454666787, -73.93983320790991, 40.831038343694075, -73.93950167203509, 40.83137857258991, -73.93939208433709, 40.831520306953635, -73.93931679717618, 40.83165767385427, -73.9392518878451, 40.83183427892259, -73.93917672415948, 40.83200965386896, -73.93904341377834, 40.83226539870626, -73.93897708756715, 40.832376065936906, -73.93885319459787, 40.832558807923725, -73.93870855433457, 40.83274561618724, -73.93855748651595, 40.832917985912445, -73.93840183322561, 40.833075027470045, -73.93814090868122, 40.83330339999867, -73.93792835545588, 40.833473551290545, -73.9368993536727, 40.83419140642201, -73.93618040972628, 40.83480803853729, -73.93576703151524, 40.835123095500435, -73.93552764960839, 40.83531687165319, -73.9353300516548, 40.83547131464255, -73.93506980404098, 40.835673238411275, -73.93489763428937, 40.8358219426078, -73.9348414029363, 40.83587557039731, -73.93479279276384, 40.83592192737614, -73.9346990579674, 40.83602673958201, -73.93454874407628, 40.83622570499194, -73.93443684726576, 40.836405849206955, -73.93440160491073, 40.83646868365104, -73.93439575568999, 40.83610360652796, -73.93439575568999, 40.83610360652796 --73.89630199204812, 40.833542908815105, -73.89537072400961, 40.833987289468894, -73.8952737591652, 40.834033559833344, -73.89498774444367, 40.83417419567984, -73.89477113780671, 40.83431086535008, -73.89466690764053, 40.83438647929916, -73.89442613441615, 40.83463754850518, -73.8943031984646, 40.83476133046859, -73.89412191161311, 40.834915863768295, -73.89387164750107, 40.83515774434293, -73.8937926019551, 40.835236578321364, -73.89375408361363, 40.83528176028125, -73.8937105028552, 40.83532455845591, -73.89362217085608, 40.83539612937258, -73.89353897730136, 40.83545280177867, -73.89340328954137, 40.835527484137245, -73.89325882871537, 40.835587567502806, -73.89320883535717, 40.83560389581673, -73.89317033777007, 40.83561509833655, -73.89299709545878, 40.83564268467793, -73.89217333381832, 40.833680749819166, -73.89173687183715, 40.83266324537811, -73.89162677311508, 40.83273246658256, -73.89152546969653, 40.83269060098196, -73.89077806599887, 40.83243149851855, -73.89071353882045, 40.83240912762424, -73.89064797729536, 40.83238638290793, -73.89051304731618, 40.83233957052383, -73.89029352689433, 40.832263392543666, -73.89020479117987, 40.83222924416992, -73.88986269164081, 40.83211392564709, -73.88979108129114, 40.83209013819531, -73.8889362350319, 40.83179780262003, -73.88888192526326, 40.83177957290907, -73.88808080574204, 40.83150131243972, -73.88759795984086, 40.83133759206101, -73.88722921107897, 40.831201292401666, -73.88713511262948, 40.831162903184484, -73.88689370545507, 40.83108450008003, -73.88637621795985, 40.830900618119145, -73.8856326550891, 40.83064158593201, -73.88559067628968, 40.830723619048854, -73.88529184691504, 40.831421804943616, -73.88523545265545, 40.831538525069085, -73.88516300526886, 40.831663067092016, -73.88479862581205, 40.832223970662184, -73.88472947024617, 40.83233353414978, -73.8845150291396, 40.832618209271516, -73.88431973640002, 40.83286089059184, -73.88369173883567, 40.833567736520735, -73.88364178675675, 40.83363523136406, -73.88359951810327, 40.833704941053306, -73.88350556521763, 40.83390354310833, -73.88342399568793, 40.83407896985384, -73.883324807263, 40.83423973306496, -73.88322832153781, 40.834376857330525, -73.88312499396051, 40.834504808442105, -73.88293852165613, 40.83469661473442, -73.88255671600429, 40.835019805881885, -73.88238971659386, 40.83520101876981, -73.8823108502017, 40.83530958841647, -73.8822724526944, 40.83537451362164, -73.88224033637843, 40.83542882479182, -73.88222191591045, 40.835462637569904, -73.88208872098114, 40.835416039548505, -73.88207642104231, 40.83539879060305, -73.88202346784126, 40.83539321281382, -73.88192780574164, 40.83535974528586, -73.8813708275581, 40.83516488658583, -73.88133314191863, 40.83515262360024, -73.88132708881226, 40.83514958540606, -73.88134705940377, 40.83508444344766, -73.8813507445011, 40.83506638691485, -73.88137103969706, 40.834974763533594, -73.88137812338341, 40.834951039178826, -73.88139896105747, 40.834896254692325, -73.88140569994906, 40.83486907118032, -73.8814110578248, 40.834823798007804, -73.88141536206372, 40.83476168089561, -73.88142026204899, 40.83466864050075, -73.88142038295202, 40.83461211386023, -73.88142048127135, 40.834566262562866, -73.88142292682122, 40.83454384995848, -73.88143163710055, 40.834494844976405, -73.88143357854658, 40.83447454801629, -73.8814344271666, 40.83440617791243, -73.88143940412826, 40.83430850004156, -73.88145121276087, 40.8341115496232, -73.88145827331736, 40.83401157222327, -73.88146646816459, 40.8339264073285, -73.88147622783833, 40.833863284555584, -73.88149104330739, 40.833803250271295, -73.88150624421633, 40.83375511552165, -73.88152049520323, 40.83372176141939, -73.88156403934184, 40.833641414451236, -73.88162555063575, 40.833535972002274, -73.88164882191518, 40.833499052175725, -73.88167345455967, 40.8334639455371, -73.88169943431804, 40.83343066557829, -73.88172676117121, 40.83339922310441, -73.881784031264, 40.83333908102512, -73.88186577752057, 40.833257683491105, -73.88194982905104, 40.833177899243616, -73.88198454574817, 40.833142939733676, -73.88201581982817, 40.83310844674972, -73.88209802779836, 40.83301372309364, -73.88224444858058, 40.83285292359182, -73.88237424407295, 40.83271381698303, -73.88242911051995, 40.832657307425066, -73.88247509612134, 40.832613325484786, -73.88251505501268, 40.83257828110471, -73.88255648849149, 40.83254470782047, -73.88258216684572, 40.8325259055131, -73.88260660020899, 40.83251053281932, -73.88262704460412, 40.83249958109408, -73.88264948111767, 40.83248909694833, -73.88270134971216, 40.8324690740749, -73.88274802823028, 40.83245488201086, -73.88280077150343, 40.8324423863207, -73.8828568368365, 40.832431178086914, -73.88287670711345, 40.83242844185236, -73.88289486190446, 40.83242703030188, -73.8829129718214, 40.832428212129116, -73.88293315559791, 40.832433270889446, -73.88297429887325, 40.83244790877205, -73.88301639337205, 40.83246503026999, -73.88304500451193, 40.83247869368569, -73.88308715640092, 40.83250163421573, -73.8831227567303, 40.832533407351484, -73.88313702681326, 40.832541894571385, -73.8831614498059, 40.83254923583994, -73.88318987003059, 40.83255350415996, -73.88322269508728, 40.832554833214516, -73.8832639165182, 40.83255338552729, -73.8833441167043, 40.832545507201445, -73.88341497337443, 40.83254912049917, -73.88343824666883, 40.832546829751074, -73.88351352951537, 40.83252311743334, -73.88356891937603, 40.83250560740665, -73.88358646347135, 40.83249546212859, -73.88360052035559, 40.83247743219458, -73.8836084615553, 40.83246035961673, -73.88363506983549, 40.832389600341905, -73.88364444525877, 40.8323611739641, -73.8836686795534, 40.83228453835505, -73.88368545176718, 40.832222853340305, -73.88369541174617, 40.832186222234704, -73.88372837699742, 40.83205634823192, -73.88374520264131, 40.8319993026116, -73.88376692737909, 40.83193729389362, -73.88382907109981, 40.83177772391175, -73.88387776129493, 40.83164572431888, -73.883889345539, 40.83160759550398, -73.88390241434493, 40.83155641009965, -73.88391893015381, 40.831473616274884, -73.88392616225545, 40.831452428595576, -73.88394564737936, 40.83140727125513, -73.88395304938668, 40.831387221070514, -73.88396920114911, 40.83132480868161, -73.88397606947117, 40.83130281649034, -73.88401208879975, 40.83120360372583, -73.8840387033882, 40.83113073088752, -73.88404920289575, 40.83109791658695, -73.8840674639599, 40.83102780616608, -73.88407651732223, 40.83099756852701, -73.8840894038818, 40.83096645945827, -73.88412315733598, 40.83090261403509, -73.88413592127105, 40.830874499885205, -73.88420594344704, 40.83069243060564, -73.88424523352099, 40.83058678970432, -73.88426061791256, 40.8305454237768, -73.88426772086781, 40.83052952365273, -73.884287665107, 40.83049207855189, -73.88429564896111, 40.83047478264139, -73.8843157687811, 40.83042156643375, -73.88433094700366, 40.83037394994989, -73.88434551643266, 40.83031985378802, -73.88435725257058, 40.83026975838577, -73.8843727168073, 40.830188504172284, -73.88440213835148, 40.83001781142248, -73.88401468544092, 40.829791566407295, -73.88397897227044, 40.82977071282707, -73.88393967892871, 40.82974776738341, -73.88389800652998, 40.829687303083865, -73.88387540906936, 40.82965072921546, -73.88385239313985, 40.829613478648696, -73.88374668027026, 40.82944238062098, -73.88375481168103, 40.82942952703853, -73.88375803187009, 40.82941509443889, -73.88375044770669, 40.82937935872909, -73.88373836461987, 40.829340846757525, -73.88371908248853, 40.82929385836419, -73.88371336526616, 40.82927456398235, -73.88371213289888, 40.82924710482604, -73.883719168102, 40.829199418967974, -73.88372612753992, 40.829147595255044, -73.88373456672646, 40.829115310187504, -73.88379169423116, 40.828970749060204, -73.88381891557195, 40.82890510243498, -73.88382984745868, 40.82887030208443, -73.88383385307189, 40.82884462668299, -73.88383673231438, 40.828797298627485, -73.88384174040422, 40.828721632314, -73.88384801732465, 40.828704169018884, -73.88386497606741, 40.828681034352826, -73.88389527586551, 40.82865417515879, -73.88391150698995, 40.82863222120359, -73.88391895287188, 40.82861742995153, -73.88393584131592, 40.82857340280194, -73.8839639977931, 40.82849547431724, -73.88398388768641, 40.82843591302557, -73.8839980382423, 40.828381279773346, -73.88385728073257, 40.828390471738224, -73.88386956173836, 40.82835695864773, -73.88387675404613, 40.82833732967891, -73.88388562350522, 40.828313132382135, -73.8838934780873, 40.82829170038591, -73.88390622003709, 40.8282569306629, -73.88391933242227, 40.8282211527559, -73.88392762771147, 40.82819851993923, -73.8839371105929, 40.82817264383064, -73.8839435012063, 40.828155202255125, -73.88395185960867, 40.828132398405806, -73.88413155541879, 40.828110922169955, -73.88417920748473, 40.82807421900257, -73.88420836826373, 40.828049714277064, -73.88423512230821, 40.82802393832948, -73.88423622017983, 40.82800752519339, -73.88422756199303, 40.82798874836724, -73.88423583203151, 40.82796283589645, -73.88424621919161, 40.82794860137921, -73.8842585121584, 40.82793599506935, -73.88427240453014, 40.82792533003126, -73.88429049612525, 40.827915223910345, -73.88433037113437, 40.82789761689564, -73.8843466493381, 40.82788931083924, -73.88436330310476, 40.82787841082858, -73.88440202682665, 40.82784791563824, -73.88442121374847, 40.82783509469923, -73.88444350025817, 40.827827318739274, -73.88449730401038, 40.82782171212358, -73.88451906263866, 40.827816172452025, -73.88454755802472, 40.82780265392373, -73.88457090658176, 40.82778743370256, -73.8845882086934, 40.82777109801466, -73.88459920663772, 40.82775392035555, -73.8846227348002, 40.827698002392246, -73.88462867724772, 40.82767772556815, -73.88463189021392, 40.8276590957216, -73.88463126142335, 40.82763886185039, -73.88465117076099, 40.82756348864792, -73.88466530047586, 40.82745890207576, -73.88468196691157, 40.827349623751545, -73.88469198381897, 40.8273095040669, -73.88469684484876, 40.827290028498666, -73.88470834680099, 40.82724394991434, -73.88472349498949, 40.82713439721215, -73.88471328756303, 40.82701971244758, -73.88467900818019, 40.82690966998032, -73.88462513591887, 40.82682395280978, -73.88470360885299, 40.826745642215194, -73.88470974258519, 40.826647059340445, -73.88472415732826, 40.82654337802888, -73.8847607126324, 40.82644537215571, -73.88479524827727, 40.826346404322926, -73.88482263531503, 40.82624342213097, -73.88481549520549, 40.826181827369304, -73.88481175986612, 40.82614961289233, -73.88480956984529, 40.82613071289327, -73.88480833193333, 40.82606034869082, -73.88480752799741, 40.826014581072414, -73.88481298724676, 40.82590899795008, -73.88482835768896, 40.825797468843106, -73.8848310167841, 40.82568849795435, -73.88480221380424, 40.8256823548156, -73.88483646950091, 40.825494184425196, -73.88484092208377, 40.82545443556592, -73.88485124686102, 40.82536223326184, -73.88492190470218, 40.82473134766601, -73.88496743465036, 40.82473013059757, -73.88499175232323, 40.82464597375468, -73.88500617088646, 40.824540262659255, -73.88499875599395, 40.82443944109536, -73.88500964890515, 40.82432557428603, -73.88500273646018, 40.8242269216151, -73.88501769423667, 40.82412329569794, -73.88502559681248, 40.82402419223988, -73.88503098191805, 40.823918689143056, -73.88504141365456, 40.8238198637541, -73.88504331411484, 40.82372434998857, -73.88504402304, 40.82360698628726, -73.88499440501678, 40.8235082640079, -73.88498081934692, 40.823403813573464, -73.88492679850724, 40.823321801886415, -73.88485926729791, 40.82321878070583, -73.88481110382715, 40.82311487203236, -73.88473437755079, 40.823022271140516, -73.88459085677006, 40.82300530361056, -73.8845826007826, 40.82298527730815, -73.88456829883935, 40.82294088021668, -73.88455089187782, 40.82290836747007, -73.88451098021686, 40.82281156283982, -73.8844821328332, 40.82274159687434, -73.8844464531971, 40.82265505941864, -73.88443220309698, 40.82262049218106, -73.88449555886922, 40.822613095946046, -73.88474386293365, 40.82258302107447, -73.88491400666815, 40.822562411150614, -73.88499334649059, 40.822552802765145, -73.88508732213616, 40.822541278246476, -73.88589850317777, 40.82244180986689, -73.88668157263785, 40.822325587737225, -73.88714510037988, 40.8222556748136, -73.8871915136427, 40.82224632444683, -73.8872470228456, 40.82222831567551, -73.88729410148093, 40.82221242921271, -73.88735929950882, 40.822184211921126, -73.88737689462808, 40.82217558794141, -73.88741357964348, 40.82215622976872, -73.88745981013838, 40.82212381469405, -73.88753556664264, 40.822060305435286, -73.88762344472747, 40.82197786869347, -73.88783297251696, 40.82179219036821, -73.88796641858059, 40.82167439915234, -73.88798933285587, 40.82165417194306, -73.88802325946905, 40.82162680097714, -73.88805227903799, 40.8216033865224, -73.8881142280537, 40.821553405143625, -73.88835031025437, 40.82137693489698, -73.8884969645225, 40.821268251767165, -73.88862632105923, 40.82117462335829, -73.888712909449, 40.82111194953549, -73.88874063128286, 40.82109307125699, -73.88886106322796, 40.821011067489664, -73.88889995081146, 40.820984584432445, -73.8891479411526, 40.82082133160039, -73.88955720563975, 40.82055761129295, -73.88968612004213, 40.820467250967674, -73.88995193573118, 40.82030240966332, -73.8899920598745, 40.82027742314095, -73.89011260417995, 40.82020235469344, -73.89019971896502, 40.820147344377766, -73.89038753709946, 40.82001350211279, -73.89042223097152, 40.81998337924604, -73.8905034263866, 40.81991058636335, -73.89061645246571, 40.819809255356105, -73.89091664030911, 40.81951659455174, -73.89104895225931, 40.81939252129612, -73.89144545935898, 40.819003017861995, -73.8917868387743, 40.81867001884359, -73.89183196601712, 40.818625144389316, -73.89187696260278, 40.8185803994662, -73.89192830255931, 40.81852934978684, -73.8919514190013, 40.818507305668625, -73.89228241289787, 40.81817980647095, -73.89248520482023, 40.817991703576034, -73.89265044651843, 40.81783419758073, -73.89288509100062, 40.81761549771248, -73.89292454483386, 40.817638556471266, -73.89301098051952, 40.817689077161134, -73.89307262750144, 40.817725108311855, -73.89312890183709, 40.817757998017704, -73.89321150977182, 40.81780894724676, -73.89332276105716, 40.817877560959545, -73.89411819981498, 40.81711185299632, -73.89413165698275, 40.81709889819161, -73.89454374457479, 40.81670220331653, -73.89513978745437, 40.81612550286157, -73.89542858468495, 40.815844358782684, -73.89606171901048, 40.81622032885363, -73.8962135119426, 40.81631866393351, -73.89637884424528, 40.816425768317615, -73.89659100719165, 40.816545512431006, -73.8966257483915, 40.81656512129757, -73.89704466239064, 40.81680154979638, -73.89746113179609, 40.81704023843767, -73.89778572865015, 40.81724597060165, -73.89793806493847, 40.81734330792204, -73.8985204899244, 40.81768542831928, -73.89928595578574, 40.81814609863637, -73.89990572492812, 40.81851448507626, -73.90002347001433, 40.81859439378063, -73.90018373694363, 40.818681211774745, -73.90044423697127, 40.8188361333716, -73.90132837688806, 40.819363247339396, -73.9014249481414, 40.81941977038373, -73.9014472562894, 40.81943255399652, -73.90155852350742, 40.81948354062611, -73.90166320721704, 40.81953151117223, -73.90160121097064, 40.81969454727262, -73.90192989972424, 40.81953321692391, -73.9023092877938, 40.81932722793399, -73.90236688544938, 40.81929595383356, -73.90300879674002, 40.81894742244043, -73.90312671494459, 40.818890318400385, -73.90337473115005, 40.81878348532962, -73.90339137548604, 40.81883251692877, -73.90343714224375, 40.81896732544196, -73.90339126039571, 40.819060398393056, -73.90303578828662, 40.819912819229046, -73.90298916325945, 40.82002698912127, -73.90266818031182, 40.8208028450622, -73.90198757266563, 40.82244011783688, -73.90117668083606, 40.824388604049986, -73.90076662132334, 40.82537702724154, -73.90051017878855, 40.8259880071235, -73.90049543788386, 40.82602271122474, -73.90022587494687, 40.82667597628133, -73.89981209784561, 40.827658183592035, -73.89978623996849, 40.82772195494066, -73.89976662428275, 40.82776956420914, -73.89932057221952, 40.828852172897925, -73.89915422205479, 40.829249234311725, -73.89887151432777, 40.829927908063375, -73.89879391290674, 40.830105037662776, -73.89862661661383, 40.83050502761894, -73.89863875252706, 40.83056134985772, -73.8986872597118, 40.83083797419469, -73.89882680983628, 40.831632642312414, -73.89884262251223, 40.83175058862347, -73.89871607599632, 40.83176290708977, -73.89791582110685, 40.83184415916653, -73.89680193214457, 40.83195492105141, -73.89669215684586, 40.831965836724926, -73.89663386980777, 40.83223518560634, -73.89647294916713, 40.83304726252595, -73.89630199204812, 40.833542908815105, -73.89630199204812, 40.833542908815105 --73.93293579599258, 40.82772422710435, -73.93295126186852, 40.827797173519805, -73.93296245079505, 40.82784043711968, -73.93297001086265, 40.827869663488514, -73.93297733064603, 40.8278926438815, -73.93298681107514, 40.827917308555165, -73.93301492294405, 40.8279782433966, -73.93303449057736, 40.827986600551554, -73.93305571030457, 40.82798837334002, -73.93307226313173, 40.82799565624854, -73.93308554255134, 40.82803149376279, -73.93309642673722, 40.82806787738689, -73.93310388633242, 40.82809925316986, -73.93311365941653, 40.82815245920047, -73.93307133286685, 40.8281555980833, -73.93300239921909, 40.82816091240085, -73.93294252454986, 40.82816561870794, -73.93289313404541, 40.82816950262957, -73.93250609791275, 40.8281999314197, -73.93211969808836, 40.8282303097582, -73.93200770463679, 40.82823911456144, -73.93182752917899, 40.82825414101441, -73.9314639335595, 40.82828049821638, -73.93136142828959, 40.8282885182962, -73.93128973766156, 40.828299980331884, -73.93112689077118, 40.82832601736448, -73.93096438642043, 40.8283519985414, -73.93047046429272, 40.828457820670195, -73.93017731053551, 40.82854084841207, -73.92989113777996, 40.828634844082444, -73.92968227073642, 40.828713460721325, -73.93103678426786, 40.82963937536796, -73.93072190079995, 40.82978321632439, -73.93052486117442, 40.829856471027696, -73.93036345675993, 40.82990153260595, -73.9302542193378, 40.82992130900158, -73.93016841843027, 40.829931034654265, -73.9300653522382, 40.82994115679818, -73.92990283499756, 40.829956103601695, -73.92942874803065, 40.829608655601405, -73.92940603703266, 40.82959073355519, -73.92883588976687, 40.82923517022195, -73.92875620397604, 40.82918552624992, -73.92866739475312, 40.82913020255932, -73.92784467193233, 40.82861766013894, -73.92766671497425, 40.828507256895186, -73.92759866804823, 40.82846501968617, -73.92744200128989, 40.82836532193814, -73.92713355181601, 40.82821069791017, -73.92693368676365, 40.82813055973817, -73.9268209180335, 40.82808388219631, -73.92605999126717, 40.82785158950345, -73.9259278480337, 40.82781124895506, -73.92580921052031, 40.8277747431495, -73.92502268107917, 40.827532713476806, -73.92494334364555, 40.827510672668325, -73.92422154432515, 40.827293462165464, -73.92412629253636, 40.82726607489904, -73.9240468257939, 40.82724361375641, -73.92402837565659, 40.82728248049653, -73.92397721520882, 40.82739025680331, -73.9238920081586, 40.82753475353739, -73.92347089197408, 40.82824378517807, -73.92334180713556, 40.82846256843934, -73.92241309987789, 40.830052229119815, -73.92186583245109, 40.829865060027835, -73.92117100416223, 40.829627420164364, -73.92029259238834, 40.8293326182973, -73.91975578342992, 40.82914950672258, -73.91964222769191, 40.829113271866674, -73.92020143497739, 40.82809949170316, -73.91933607191373, 40.82782386843801, -73.91846770032872, 40.827547120820476, -73.91753304804048, 40.827249808679255, -73.91623406327008, 40.826841818704345, -73.9159902432093, 40.826759433290235, -73.91531654736002, 40.82654486209439, -73.91470190761, 40.826348588200474, -73.91461050936739, 40.82629420085522, -73.91451600030959, 40.826349864317514, -73.9144697347676, 40.82637971476393, -73.91445299872112, 40.826390512801005, -73.91420022158181, 40.82655360829154, -73.91401485591973, 40.82667286785097, -73.91371228430779, 40.826866206094614, -73.91363149152484, 40.826924057389284, -73.91333589728222, 40.82710956195054, -73.91266801313975, 40.82752705284415, -73.91211594160599, 40.82788563850327, -73.91194860162189, 40.82783513983607, -73.91127397089522, 40.8291011587996, -73.91110776038994, 40.829048196938565, -73.91107784420332, 40.82905069796339, -73.91030770544577, 40.828772169960025, -73.91044391841095, 40.82865726004228, -73.91066552125103, 40.82847720676316, -73.91108580000669, 40.82816366747339, -73.9116943019272, 40.82775839966544, -73.91171800592771, 40.82760460776923, -73.9118003492091, 40.82653364285895, -73.91180151491113, 40.82651725202669, -73.9117936137434, 40.82642784656706, -73.91174891157907, 40.82628620400456, -73.91146117803886, 40.825385734341424, -73.91136758308573, 40.82501221326906, -73.91130643580848, 40.824842266076175, -73.91058748176555, 40.824616832690296, -73.91055890569008, 40.82466976419859, -73.91010939161515, 40.8245248175167, -73.90870858200311, 40.824066325357585, -73.90911175176517, 40.82337626492693, -73.90921852657456, 40.8231954717581, -73.90925405111416, 40.82313532225599, -73.90933302394534, 40.82297709964369, -73.90940309288582, 40.822868481021445, -73.9094767390144, 40.82273468098248, -73.90963705008576, 40.82261772328652, -73.90949742367317, 40.82243788641834, -73.90953288105814, 40.82230893974737, -73.90958798373393, 40.82214774007952, -73.909676000185, 40.82189090553004, -73.90974946776194, 40.82167866380924, -73.90990919182244, 40.82124007221373, -73.90993195713352, 40.82117247351313, -73.90995956393235, 40.82109050306079, -73.91008181924403, 40.820727499324505, -73.91019617553884, 40.82038794902552, -73.91056357865033, 40.8193452783548, -73.91061208516336, 40.81922345803636, -73.91081250015488, 40.81929203477934, -73.91139931968063, 40.819514636142884, -73.91180102740562, 40.81965599162442, -73.911914141968, 40.81969579360036, -73.91193632841812, 40.81970360074453, -73.91215827914863, 40.81978570894296, -73.91307272180802, 40.82012005849006, -73.91304674920218, 40.820153878671576, -73.91358064380077, 40.820293976794105, -73.91396267593409, 40.820393817788776, -73.91560956707374, 40.82082301477427, -73.91599761033318, 40.82092380883964, -73.9172611514381, 40.8212527993949, -73.91741656421195, 40.821276943254674, -73.91748602027276, 40.82114479739407, -73.91771275691941, 40.820646319381225, -73.91801112171126, 40.81999435986234, -73.91824196786506, 40.819480865157686, -73.91827548040855, 40.81937809451189, -73.91828529881366, 40.819347978053514, -73.91831872555191, 40.81924547387924, -73.91857003538001, 40.81869000098429, -73.91864410865392, 40.81852922903791, -73.91889880404479, 40.817967112986686, -73.91923864869972, 40.817220320831375, -73.91954493864039, 40.81655480286268, -73.91985897770437, 40.81586469591849, -73.92024629599818, 40.81503445473309, -73.92027094322752, 40.8149763356696, -73.92030881430252, 40.814866796534794, -73.92034893246158, 40.81462854724152, -73.92048117696184, 40.81456337137171, -73.92057146601711, 40.814511766666854, -73.92060236269425, 40.814495298038494, -73.92107912497215, 40.81424421908703, -73.92121116241002, 40.814173487966706, -73.92208764533747, 40.81373122611961, -73.92287548098923, 40.81331493350688, -73.9238296307881, 40.81282382858454, -73.92468325226648, 40.81238383169693, -73.9250399556851, 40.812198744436714, -73.92537423835253, 40.812027884731584, -73.92555271134677, 40.81194038528397, -73.92565095331399, 40.81188933912751, -73.92609560151773, 40.811672443856644, -73.9261606877797, 40.81163747870776, -73.92620787651109, 40.81161510453488, -73.92629355063141, 40.81157385440432, -73.92644365632947, 40.81150627425669, -73.92643177623205, 40.81144270323662, -73.92661115830815, 40.811340662385554, -73.92703871279008, 40.81107079069812, -73.92722322483102, 40.81103809407545, -73.92719137929237, 40.81086208066021, -73.92738288956582, 40.81059659958086, -73.9276745790841, 40.81021878720691, -73.92774935867133, 40.81013937955384, -73.92777315377396, 40.81010739436621, -73.92808189220555, 40.80969238933753, -73.92813462125902, 40.80962124955192, -73.92828168440525, 40.809685546642854, -73.92845868415218, 40.80976293375594, -73.92852062704914, 40.80978715055006, -73.92854791833103, 40.80979782035944, -73.92857749011723, 40.809809380366715, -73.92880616771905, 40.8098987827754, -73.92891183051172, 40.80981217053746, -73.92913708128062, 40.80962752790802, -73.92921853850254, 40.80956440710696, -73.92925410881246, 40.809533230283336, -73.92931137065435, 40.809492470142615, -73.92942362085472, 40.80940548596187, -73.92947457289148, 40.809355581820675, -73.92951601843701, 40.80933388625191, -73.92960222874028, 40.809252719399176, -73.92967699629769, 40.809199439331884, -73.92999762474066, 40.808961278906935, -73.93010788623636, 40.8088759902851, -73.93024464440387, 40.808773233519084, -73.93062294877618, 40.80850881167603, -73.93080795539322, 40.808386284907264, -73.93092245542644, 40.80832260639937, -73.93114958479336, 40.808196288899744, -73.93171204095242, 40.807953420461544, -73.93175644752303, 40.80793424272999, -73.93178695914483, 40.80796286151364, -73.93181331021705, 40.807987580471774, -73.93193104728489, 40.80809801421669, -73.93206314833122, 40.80827378114905, -73.93218266477164, 40.808431181164785, -73.93223929142792, 40.80851805670823, -73.93231557055242, 40.80861755613978, -73.93234292216559, 40.808666935704224, -73.93240557069086, 40.808777436564256, -73.9324147486507, 40.808793627499135, -73.93243571321139, 40.80883640984807, -73.93245010798725, 40.808872688548, -73.93245307654767, 40.8088881131192, -73.93245160908849, 40.80890353058874, -73.9324459281087, 40.808916907762026, -73.9324079839023, 40.80894874784778, -73.93238401898545, 40.80896733358403, -73.93237388808701, 40.80897919440627, -73.93238118697754, 40.80899366158808, -73.93242899816718, 40.80903016879993, -73.93246315529198, 40.80905726769387, -73.93248548307689, 40.80907650550609, -73.9324936860093, 40.80908889936273, -73.93249659685239, 40.809127364043334, -73.9325394659888, 40.80927739591149, -73.93254337230145, 40.80929374133708, -73.93255317469597, 40.809334738645695, -73.93256322277513, 40.80939294191371, -73.93256956663697, 40.809451738243006, -73.93257217217942, 40.809510853862875, -73.9325724090027, 40.80956019499143, -73.93257076985671, 40.80959418243113, -73.93256668563075, 40.80962474024447, -73.93255992846191, 40.80965217266633, -73.93254115787492, 40.80967431123488, -73.93251062277696, 40.809699308298775, -73.93247372836507, 40.80972515890403, -73.93243651166952, 40.80974856535693, -73.93234516025566, 40.80980320173194, -73.93230065120002, 40.80983235804343, -73.93226112686892, 40.80986274014287, -73.93224442433169, 40.80987780916714, -73.93222951124967, 40.809893020619064, -73.93222433614886, 40.80990878439647, -73.9322334353648, 40.80992909057232, -73.9322619919238, 40.80995718218036, -73.93229505812556, 40.80998523680766, -73.9323115730974, 40.809993793131575, -73.9323355583228, 40.80999874824369, -73.93235526716379, 40.810000485163464, -73.93237619480696, 40.810000619007866, -73.93239806747789, 40.80999914781464, -73.93245146768993, 40.80998758070033, -73.9324972873437, 40.8099832005, -73.93252643599064, 40.809982689871234, -73.93255421299541, 40.809983740796696, -73.93258061480448, 40.80998635327527, -73.93261226439094, 40.809992643747606, -73.9326546878363, 40.81000533584193, -73.9327048998929, 40.81001955791073, -73.93272574343696, 40.81002668581041, -73.93274485326359, 40.81003597479063, -73.9327591153257, 40.810046843115266, -73.93280450801566, 40.81009912908055, -73.93282352414256, 40.810117913744094, -73.93285005815576, 40.8101387406103, -73.93286135819221, 40.81014991786865, -73.93286900909209, 40.81016813039272, -73.93287046487639, 40.810181845824324, -73.93287057157977, 40.81021236016028, -73.93287340977662, 40.81029961646214, -73.9328732735559, 40.81034419643383, -73.93287120242282, 40.81037536866537, -73.9328656259933, 40.81039667750286, -73.93285415106354, 40.810410794229846, -73.93282685484742, 40.810426392963116, -73.93276728553262, 40.81046959024471, -73.93272568186971, 40.810493291394245, -73.93270896914034, 40.810505494193514, -73.93269846930842, 40.81052337915716, -73.9326955726749, 40.810538663418214, -73.9326961420235, 40.81055578761884, -73.93269936839356, 40.81056955271226, -73.932709956947, 40.81059755807415, -73.93272262282717, 40.810646973984596, -73.93272562185871, 40.810664051876145, -73.93272611669065, 40.810681036455634, -73.93272338147926, 40.8106960857812, -73.932716837276, 40.810714459323094, -73.93269959000081, 40.81075593429321, -73.93267307129692, 40.81082873666999, -73.93265526854252, 40.8108416745311, -73.93263071384351, 40.81084985201442, -73.93260191201308, 40.81087617474321, -73.93258976680501, 40.81089430366948, -73.93258294055057, 40.810911428047696, -73.93258143204062, 40.810927575793656, -73.93259090913331, 40.81102087471309, -73.93259675790381, 40.81109591751769, -73.93259985747824, 40.811110838777765, -73.93261288406609, 40.81114464927978, -73.9326167048917, 40.81116010135411, -73.9326194975756, 40.81118783381656, -73.93262092053918, 40.81121872082269, -73.93262060825332, 40.81127665776859, -73.93262033801922, 40.81132700714407, -73.93262108787285, 40.811351963077676, -73.93262162332819, 40.81136977433636, -73.93262568114321, 40.81141338961651, -73.9326342997788, 40.81150601535149, -73.93263605872818, 40.81154688727135, -73.93263685165941, 40.81156559107312, -73.93263674595556, 40.811579861199355, -73.93263617980888, 40.81165677058061, -73.93263567988257, 40.811676450666724, -73.93263501563035, 40.81170274391219, -73.93262558551177, 40.81171742912194, -73.93260474371611, 40.81172561867396, -73.9325577706544, 40.81172551556403, -73.93253924221091, 40.81172567221657, -73.93252108439852, 40.81173083765153, -73.93250855614022, 40.81175602984685, -73.93250314642583, 40.8117751658587, -73.9324956022146, 40.81181761360612, -73.93249254848683, 40.81185329854283, -73.9324893837675, 40.811938810654084, -73.93248644094426, 40.8119773214167, -73.93244793778956, 40.81232695040454, -73.93240661646446, 40.812643225978086, -73.93237051541787, 40.81294574768183, -73.93235380223587, 40.81310348613713, -73.9323625652156, 40.813126230642, -73.93236756720762, 40.81315040022857, -73.932368868393, 40.81317625247493, -73.93236649786745, 40.81320430968672, -73.93235698765724, 40.81324855095363, -73.93232106715429, 40.813361332495035, -73.93231397905029, 40.813388543169445, -73.93230941378985, 40.81341276207084, -73.93229986663206, 40.81342451426099, -73.93228042849452, 40.81341782565659, -73.93225532201762, 40.81340004048984, -73.9321634726684, 40.813336955261846, -73.93214194981117, 40.81332671654668, -73.93212500481414, 40.8133183229405, -73.93210320985747, 40.81330992557534, -73.93204582191721, 40.81337165418793, -73.93202398908035, 40.813401497312334, -73.93201235586477, 40.813417888512376, -73.93201664987382, 40.81344234495429, -73.93202541635027, 40.81345579455058, -73.93207007599302, 40.81347667909515, -73.93219734097329, 40.81352978610468, -73.93222443019106, 40.813539612952034, -73.93228921424435, 40.81356033184159, -73.93231798881277, 40.81357140414418, -73.93233378030385, 40.81357898569639, -73.93235911208878, 40.81359558052003, -73.9323729688068, 40.81360946351347, -73.93239016145097, 40.81362969426711, -73.93240795016897, 40.81365586955124, -73.93242244609006, 40.81368342786769, -73.93242991012856, 40.81370268938022, -73.93244171568641, 40.81374298275314, -73.93244656854674, 40.813775194589034, -73.9324482762859, 40.81380924699965, -73.93244685050476, 40.813845383126186, -73.93244349157713, 40.81387569640394, -73.93243813015333, 40.81390778699048, -73.93243071610055, 40.813941998846005, -73.93242109582287, 40.81397901715872, -73.932415862147, 40.813996170367595, -73.93240934055972, 40.814017547054476, -73.93240590747426, 40.81407066988589, -73.93238115018896, 40.81410438620026, -73.9323753022202, 40.81412184971828, -73.93235479211148, 40.81418308771775, -73.93234706098596, 40.81420616923288, -73.93232868319159, 40.814269636308524, -73.93231498290436, 40.81434888193984, -73.9323078327857, 40.81437170084754, -73.93230526734735, 40.81439904834634, -73.93230522148438, 40.81441966700716, -73.93230764520754, 40.814443086764065, -73.93231273240178, 40.81447096374536, -73.93233163076773, 40.81455653379134, -73.93233504232914, 40.814582951882485, -73.93233551698323, 40.81460572393727, -73.93233196067266, 40.81463074126752, -73.93232366087867, 40.814652348331556, -73.93231043936275, 40.81467098446644, -73.93229214894471, 40.814686852196, -73.93227720490731, 40.81469532790481, -73.93226003732427, 40.814701475420286, -73.9322404825664, 40.81470535858063, -73.93221817431419, 40.81470705281094, -73.93219884530595, 40.81470690096852, -73.93217681045469, 40.814705490436886, -73.93209049494546, 40.81469542069695, -73.93205565920864, 40.814692970631945, -73.93181651676356, 40.814685266181435, -73.93170661275143, 40.81468291117049, -73.93168450098369, 40.81468370581715, -73.93166863354264, 40.814692193506964, -73.93166356111551, 40.81471135938689, -73.93166012452653, 40.814731497872714, -73.93165830467882, 40.81475273952544, -73.93165808355182, 40.81477532116512, -73.9316621934412, 40.81482437008676, -73.93167348701107, 40.81489091452445, -73.93167910262781, 40.814914146179476, -73.93168660088146, 40.81493002188688, -73.93169986455068, 40.814942136930604, -73.93175603527837, 40.81494903468201, -73.93182573807952, 40.814950207842536, -73.9321614980725, 40.81495205199331, -73.9322178387451, 40.8149492503636, -73.93223799388588, 40.81494946572316, -73.93225821935799, 40.814952780632105, -73.93227402480362, 40.81495977687557, -73.93228168329969, 40.814975568891995, -73.9322824818808, 40.81499332176404, -73.93229207294071, 40.815043493198374, -73.93231077880179, 40.81514133420253, -73.93234985107534, 40.81537449946702, -73.93235410527616, 40.81539988517818, -73.93236006460006, 40.81544207246558, -73.93236389571469, 40.81548607210527, -73.93236562553864, 40.81553221729722, -73.9323652783499, 40.815581106886285, -73.93236300028363, 40.815631229023445, -73.932358742505, 40.81568631263853, -73.9323455410214, 40.815805142601384, -73.93234172407476, 40.81585329534655, -73.93232910803006, 40.81635681710331, -73.93226756754167, 40.81671362182834, -73.93223411511408, 40.81671005601502, -73.93220689639251, 40.81705763725294, -73.93216215640035, 40.81731899008067, -73.93223851461158, 40.81733664239685, -73.93223730854817, 40.817388460782816, -73.93221002899087, 40.81749529680925, -73.93213336435016, 40.81780003748309, -73.93211352386261, 40.817800765111286, -73.93206018720767, 40.818043426596994, -73.93216375542927, 40.8180538351845, -73.93223542745484, 40.8180973794291, -73.9322398903468, 40.81817520478615, -73.93226069910742, 40.81853803256246, -73.93228067998663, 40.81888645188008, -73.93228157444833, 40.818902049908516, -73.93232044187388, 40.819086957302034, -73.93235014700825, 40.819151613284085, -73.93234240710635, 40.81923172502845, -73.93237788692831, 40.81930140736016, -73.93236513368117, 40.8194018962031, -73.93236235671272, 40.81942377574127, -73.9323540437219, 40.81948927118643, -73.93235149257255, 40.819509383181675, -73.93234209576543, 40.81958342460224, -73.93233966768985, 40.81960256233183, -73.93232507653975, 40.81971753187273, -73.93231743412116, 40.81980659279993, -73.93226873073066, 40.81991358011132, -73.93221710484785, 40.819980273866015, -73.93217759940974, 40.81999198230479, -73.93227589892814, 40.820366280121526, -73.93228853388767, 40.82041031641587, -73.9322925628552, 40.820424360223015, -73.93231829463429, 40.82051291574265, -73.93226533176382, 40.82052087564853, -73.93228567755541, 40.82058700835043, -73.93229557287569, 40.8206231997096, -73.93230474844385, 40.82066313040683, -73.93231000996965, 40.820692557216184, -73.93231394333162, 40.82072486663501, -73.93231894281261, 40.82080915783432, -73.93231358719869, 40.82085357437702, -73.932313716748, 40.820868385817754, -73.93233186908125, 40.82091187603939, -73.93233457688399, 40.82092661335124, -73.93232984730568, 40.82099418562496, -73.93232238068103, 40.82105245146241, -73.93232181682583, 40.821082380929035, -73.9323241923137, 40.82114764669711, -73.93232413348854, 40.82117634998369, -73.9323206181689, 40.82122248575112, -73.93231896539984, 40.82123682518519, -73.93231498307014, 40.821250296073885, -73.9322995798168, 40.82126595026456, -73.93228389230408, 40.82127554664739, -73.932262166675, 40.82128612912669, -73.93222707137845, 40.82129887123922, -73.93220437265003, 40.82130352877028, -73.93216228278823, 40.821306626937236, -73.93213466836573, 40.82130773900996, -73.93207178181686, 40.82130666010662, -73.93204344833384, 40.821308479524006, -73.9320236530922, 40.821312626348174, -73.93198151632824, 40.82132680592933, -73.9319622408837, 40.82133151315829, -73.93188736578578, 40.82134283321783, -73.93176187121387, 40.821356840081485, -73.93174429530218, 40.82136181122469, -73.93172749083948, 40.82137162569119, -73.93171143650984, 40.821386260055746, -73.93169563041951, 40.821406178677485, -73.93167721235577, 40.82143358967974, -73.93166763698129, 40.82145312117373, -73.93166395251741, 40.82147074080256, -73.93166649920558, 40.821486416350474, -73.93168077746613, 40.82151836361388, -73.9316990957413, 40.82155008544291, -73.93171240764227, 40.82157077862749, -73.93172370377278, 40.82158169212774, -73.93174285522409, 40.821589324366045, -73.93176913539912, 40.82159132371282, -73.9318020984529, 40.821590136547904, -73.93187559929511, 40.82158760007347, -73.93194178546426, 40.82158360493355, -73.93206601361848, 40.82157272635289, -73.93220635065907, 40.821565699528044, -73.932284321518, 40.82156316632153, -73.93230296969261, 40.82156452981659, -73.9323186732596, 40.82157301180452, -73.93232580188062, 40.821596566667814, -73.93233381473057, 40.82164117295093, -73.9323464004457, 40.82170010971242, -73.93234157481564, 40.821722205959944, -73.9323504863485, 40.82176900907868, -73.93235213130815, 40.82178451298727, -73.93235077068994, 40.8218064698897, -73.93234807839528, 40.82189536980203, -73.93234637495503, 40.821910569179146, -73.93233947110602, 40.82194454355276, -73.93233825842839, 40.821959727008654, -73.93233966821022, 40.82197919386285, -73.93234782867562, 40.82203606318629, -73.9323482341621, 40.822061632113765, -73.93234650978872, 40.82208925562436, -73.93234384656917, 40.82211806183601, -73.93233990926298, 40.82213500416289, -73.93233268787908, 40.82214898823342, -73.93231192415422, 40.82216574598757, -73.93227390316804, 40.8221816813559, -73.93224141014429, 40.8221912975763, -73.93216458721736, 40.822219386610804, -73.9321404243884, 40.82222735979488, -73.93211780246244, 40.8222307818728, -73.93207784376297, 40.82222998391589, -73.93199414569868, 40.822226516300816, -73.93196425170525, 40.82222615647808, -73.93189436898372, 40.82222886353901, -73.93181137315601, 40.82223534398747, -73.93172544497237, 40.82224498158069, -73.93167794727253, 40.82225217902934, -73.93164254363563, 40.82226098921327, -73.93162623664381, 40.822268643668245, -73.93161231187399, 40.8222801581599, -73.93160277910623, 40.822293851754374, -73.93159895724644, 40.82230784319808, -73.93159876912429, 40.822350166406956, -73.93159446769867, 40.82242361282557, -73.9315963123618, 40.822449950731176, -73.93160308420451, 40.822476783230215, -73.93161818461795, 40.82250363777748, -73.93162215301481, 40.822518933256895, -73.93161945548289, 40.822535819562106, -73.93162922184064, 40.822548626806466, -73.93166177942146, 40.82255258667715, -73.93170485863115, 40.82255303543278, -73.93173879168661, 40.822564686333465, -73.93178266245285, 40.82256773706197, -73.93181838661171, 40.82256671271454, -73.931945940352, 40.822557111332785, -73.93199740886868, 40.82255499311303, -73.93204553269736, 40.82255818582651, -73.93231284287724, 40.822544447490074, -73.93233364139195, 40.822543719488976, -73.93235285423133, 40.82254844305807, -73.93238725483987, 40.82259820393913, -73.93241744731655, 40.82264565076974, -73.93242816742548, 40.822667283367046, -73.93243340937995, 40.82268817614772, -73.93243831904577, 40.82276431777194, -73.93244547538418, 40.82283313247388, -73.93245680485285, 40.82287225936248, -73.93245842818277, 40.82288693479766, -73.93245350244462, 40.822970235004206, -73.93244667070239, 40.82307908656904, -73.9324460941093, 40.82314962568939, -73.9324443056992, 40.82319363278401, -73.93243962303036, 40.823223125788466, -73.93243202081074, 40.82324666840504, -73.93241390307134, 40.82328980685592, -73.9323642482157, 40.82340568778893, -73.93235969726352, 40.82342566802655, -73.93236144289558, 40.82344596533003, -73.93236914823603, 40.8234633016961, -73.93238209760464, 40.82347620979591, -73.93240017634633, 40.82348436538197, -73.9324413577982, 40.82349466687721, -73.93246217700364, 40.82350304287958, -73.93247177255765, 40.82351625247204, -73.9324728551156, 40.82353350300727, -73.93248276835781, 40.82357592937709, -73.93248435878156, 40.823593851078954, -73.93248474201101, 40.8236250606931, -73.93248777553117, 40.82380495184694, -73.93251459541712, 40.824078670583155, -73.93250598460091, 40.82409142827204, -73.93247386537469, 40.82412313844136, -73.93244839275825, 40.82412452379329, -73.9318259951532, 40.82415006747855, -73.93186279049367, 40.82456012191881, -73.93258781474074, 40.82452637512501, -73.93260831235203, 40.82465832685513, -73.93263422915528, 40.82514810814987, -73.93255717600654, 40.82515218287893, -73.932464589163, 40.82515707601574, -73.93237343321033, 40.82516189517621, -73.93192603241849, 40.82518554279557, -73.93192849024742, 40.825224545617786, -73.93193952308415, 40.82539963911717, -73.93194587123327, 40.82550040112985, -73.93246459108356, 40.82547638189626, -73.93250543718965, 40.82572151443251, -73.9325334917129, 40.825995498545, -73.93244500845135, 40.825998531841854, -73.93244693660566, 40.82603997738191, -73.93245034043609, 40.82611317165928, -73.9324536712427, 40.82618473779683, -73.93248051323636, 40.82618980349547, -73.93253237453851, 40.82649987627562, -73.93245820682316, 40.82691348988396, -73.93260476637373, 40.82692460669978, -73.93266781571548, 40.826929390942304, -73.9326453721953, 40.82711689250997, -73.93264032771438, 40.82714175494448, -73.93252819981177, 40.82769421086648, -73.9326041692854, 40.827701374606164, -73.93270288256525, 40.827710683943586, -73.93283381556313, 40.8277230313277, -73.93293579599258, 40.82772422710435, -73.93293579599258, 40.82772422710435 --73.84699865411287, 40.827999512101336, -73.84690801574973, 40.82801195553787, -73.84687131772466, 40.82801703874341, -73.84661555009836, 40.828081079831094, -73.8461931264715, 40.82820643722291, -73.8461404174218, 40.8282220787728, -73.84608848538414, 40.82823748900754, -73.84592775997902, 40.82828518619806, -73.84580087640241, 40.82832283745754, -73.84574380359103, 40.82830410914786, -73.84552022618759, 40.828230737286596, -73.84536115490609, 40.82817915527237, -73.84504430274647, 40.82809845610179, -73.84501789369742, 40.82809172902402, -73.8448745389128, 40.828061140019706, -73.84473940514121, 40.82803230166451, -73.84465971306982, 40.828021938590375, -73.84459877934056, 40.828014014971615, -73.84451096677297, 40.82800259447457, -73.84428938697751, 40.82797377857922, -73.84418270179005, 40.8279627186609, -73.84389898548929, 40.8279390904484, -73.84379912661352, 40.82793353424472, -73.84372097960185, 40.82792918612976, -73.84366148853937, 40.82792793845046, -73.84329852282134, 40.827939851952294, -73.84323633293654, 40.82794189350218, -73.84296647526423, 40.82796054843781, -73.8426536628398, 40.82798696765535, -73.84266936167606, 40.82795516282586, -73.84265254750471, 40.82790967381601, -73.84264251680176, 40.827886718179364, -73.84262453303333, 40.82784555085278, -73.84258896511939, 40.82777672688534, -73.84257507443529, 40.82774127248423, -73.8425749342572, 40.82774089408431, -73.84256157055104, 40.82771420223222, -73.8425408759249, 40.82768945714802, -73.84252173173317, 40.82765527967472, -73.8425158835089, 40.82763633424564, -73.84250988805266, 40.82758994057913, -73.84250044031546, 40.82755062280156, -73.8424923353631, 40.827531498691904, -73.84247706210365, 40.82750472677815, -73.84244881034799, 40.82746936440406, -73.8424407209822, 40.82745568381368, -73.84241848462305, 40.827400210755265, -73.84239427980336, 40.82733798217766, -73.84237509292831, 40.827291871238245, -73.84236240118214, 40.82726433831495, -73.84234431041546, 40.82722894747954, -73.84232370612547, 40.82720219797205, -73.84231452765155, 40.827183892733245, -73.84230709843578, 40.827156801038456, -73.8423005680433, 40.82714161964036, -73.84228617776107, 40.82712500740949, -73.84228025479264, 40.82711113616304, -73.84227959977285, 40.8270953999887, -73.8422299304328, 40.82706896550389, -73.84201765657616, 40.82651663079249, -73.84181390223677, 40.82601530245693, -73.84172134390624, 40.825765131793155, -73.84176327953226, 40.825757091176186, -73.84174717323596, 40.825735456248864, -73.84172333523303, 40.8257034333815, -73.84170121293985, 40.8256772489845, -73.84164990375639, 40.825620622832766, -73.84162957340365, 40.825596150925804, -73.84161603372331, 40.82557599721975, -73.84159393962304, 40.82553501767615, -73.84158379857027, 40.82551838417452, -73.84156959709941, 40.82549887070737, -73.84153273157787, 40.82545224275068, -73.84151583357867, 40.82542711187328, -73.84150540048024, 40.82540669047299, -73.84148683742832, 40.82536145280825, -73.84147751879736, 40.82534197305591, -73.84145794086847, 40.825310738519185, -73.84144617144612, 40.82529196138424, -73.8414365232661, 40.825274478477446, -73.84143066487937, 40.82525852262092, -73.84142189662533, 40.825221507342974, -73.84141518952238, 40.825205528706476, -73.84137735642395, 40.82514619155376, -73.84137010402499, 40.82513121171597, -73.84136488850514, 40.82511710726134, -73.84136734910317, 40.825074006557806, -73.84135661919193, 40.825047353295346, -73.84133333459357, 40.8250150978757, -73.84129968492546, 40.82495831755939, -73.8412676949618, 40.82492488039941, -73.84122268912968, 40.82485210150586, -73.841193320348, 40.824803725986676, -73.84118396292502, 40.82478417771737, -73.84117547154896, 40.824757891320374, -73.84116238346303, 40.824701141080006, -73.84115406588022, 40.824672574861935, -73.84114545065636, 40.824650010946364, -73.8411363181488, 40.82463458275647, -73.84111779212022, 40.824611766552856, -73.84108325852533, 40.824581285768566, -73.84106455368162, 40.82455691685284, -73.84105607325765, 40.824539973117986, -73.84103801800092, 40.824488829713395, -73.8410215669372, 40.82444302846478, -73.84101924548322, 40.82442879831102, -73.84102072630158, 40.82441283093739, -73.84103229888763, 40.824396284949174, -73.84104033939322, 40.824369601697704, -73.84104159497403, 40.82435264166541, -73.84103620978959, 40.824330218167894, -73.84102179545529, 40.82430718969527, -73.84097736280683, 40.824257751472175, -73.8409394638389, 40.82421048974057, -73.84089865136937, 40.82415718524259, -73.84087691975385, 40.824150403329526, -73.84085039568409, 40.82415145992914, -73.84083143597555, 40.82414848643345, -73.84081381694887, 40.82413660886884, -73.84080203105508, 40.82411794240237, -73.84078622674679, 40.824065019077565, -73.84078119373012, 40.82405052763191, -73.84077062131887, 40.824019650295185, -73.84075294120767, 40.82394960412291, -73.84074194049967, 40.823919879728386, -73.84071449791614, 40.82386196417047, -73.84068196606619, 40.82379724462146, -73.8406378231043, 40.8237122298199, -73.8406056362826, 40.82365397539375, -73.84057728546078, 40.82360663308359, -73.840506554811, 40.823494530531036, -73.84047556410778, 40.82344327548457, -73.84044628564888, 40.8233878733072, -73.84042492189408, 40.82334694766265, -73.84041612409831, 40.82332357748928, -73.84040398521358, 40.82327772447856, -73.84040043099978, 40.82323882618213, -73.84040317571002, 40.823208474218035, -73.84041133101019, 40.82318290417855, -73.84043292495186, 40.8231436300573, -73.8404393014723, 40.823120802269806, -73.8404415427586, 40.82309077918964, -73.84043734888954, 40.82306206373194, -73.84042493835025, 40.82303904515587, -73.84039262128205, 40.82300021691115, -73.84035565958212, 40.82295457626821, -73.84031614701806, 40.82290347056434, -73.84028903154504, 40.822864677408, -73.84027029344493, 40.822829793202054, -73.84026115201483, 40.82279851797315, -73.8402519030494, 40.82276908140996, -73.84023327912834, 40.82273010819709, -73.840212446767, 40.82269412247243, -73.84019552389925, 40.82266948032401, -73.84017838863939, 40.82262814806054, -73.84017200033459, 40.822579859940504, -73.84015736188228, 40.8225369129402, -73.840144730699, 40.82250071884871, -73.84012900344783, 40.82247481404879, -73.84010033334535, 40.82243785840566, -73.84008115243752, 40.822390513369704, -73.84006489485854, 40.82234509134477, -73.84004773983598, 40.82229725473921, -73.84003212628025, 40.822254169492616, -73.84000928682194, 40.822210990471696, -73.8399943652538, 40.82218036546181, -73.83997307294953, 40.82214056634589, -73.83995407002136, 40.82209470195097, -73.83994411174095, 40.822059143693636, -73.83993386030339, 40.822009450820254, -73.83993068119909, 40.82199412984594, -73.8399062312574, 40.8219454051045, -73.83988184204566, 40.821900521964004, -73.83986435217714, 40.82185597888216, -73.83984617672047, 40.82181162665105, -73.83982878570811, 40.82177232549632, -73.83981395545322, 40.82173437323932, -73.83979692331292, 40.82167994872208, -73.83978788284551, 40.82163791444515, -73.83978212474779, 40.821597833404624, -73.83977702931809, 40.82155330752802, -73.83977996279773, 40.82152144569796, -73.83978988273648, 40.821482757898, -73.83980256060431, 40.82143932650551, -73.83981448265163, 40.82139520878268, -73.83982489336098, 40.82134763014788, -73.8398382021144, 40.82129717304446, -73.83985210657247, 40.82125431966742, -73.83985920126997, 40.82121925153823, -73.83986260765275, 40.82117015213596, -73.83985579260528, 40.82111955811979, -73.83984809633873, 40.82107458918782, -73.83984019003512, 40.821026271012656, -73.83983781348711, 40.820993715623686, -73.83984130384862, 40.82096931968793, -73.8398560420787, 40.820925754272125, -73.83986777498208, 40.8208843251635, -73.83988207669178, 40.82084185684426, -73.83989361489382, 40.820821232559446, -73.8399079896782, 40.82080848886461, -73.83992489104686, 40.820796985058685, -73.83995835290322, 40.82076439567141, -73.83996682031874, 40.82074404266923, -73.83997748811598, 40.82069495423805, -73.8399812603283, 40.820658317322945, -73.83997840219436, 40.82061552350875, -73.83998784923534, 40.82059297374923, -73.8400101498204, 40.82055930086675, -73.8400327686448, 40.820513550045995, -73.8400358352266, 40.820485420951755, -73.84003403072855, 40.82043971909134, -73.84004004552746, 40.820417411301776, -73.84005537838914, 40.82038131270822, -73.84005705885599, 40.820359274457545, -73.84005199533738, 40.82031622994708, -73.84004138862218, 40.820279792802694, -73.84003002071366, 40.82025922047031, -73.83999279641398, 40.820233807203905, -73.83996448311436, 40.82022833250695, -73.83994543014025, 40.82021878329818, -73.8399357385755, 40.820206994036475, -73.83993256073789, 40.82019167486025, -73.83993515929895, 40.82014721369059, -73.83993898825011, 40.82010275422849, -73.83993914375755, 40.820053378352036, -73.83994437790543, 40.82002494879918, -73.83996225134818, 40.81998473666648, -73.83997524388688, 40.81996013418925, -73.8399878129372, 40.819932209186554, -73.84000018912981, 40.81990955542871, -73.840026280283, 40.819876353356754, -73.84006071538074, 40.81984450819644, -73.8400902814049, 40.81982434653545, -73.84013586887663, 40.81979814312847, -73.84016767667026, 40.81977735510763, -73.84018031806913, 40.81976417133233, -73.84018390566266, 40.81972882366216, -73.84019349474384, 40.81970775719952, -73.84021613774419, 40.81968187855588, -73.8402372894973, 40.819659482767975, -73.8402465602905, 40.819636192530645, -73.84024359919724, 40.8196199398457, -73.84021682284853, 40.81962264836185, -73.84019247356235, 40.81962113239832, -73.84017560065519, 40.819607109873274, -73.84017301132413, 40.819586604650546, -73.84017945014105, 40.81956833346967, -73.84021180623668, 40.81954523912058, -73.84026238203772, 40.8195167931318, -73.84031471091257, 40.819497241064035, -73.84033747055025, 40.8194814904564, -73.84035624671698, 40.81947097612696, -73.84038260871883, 40.81946209139081, -73.84043831909369, 40.819447567825236, -73.84047945516835, 40.81942335992806, -73.84052198836152, 40.81938842451676, -73.84055079812181, 40.819368126616, -73.84058575086783, 40.8193461073447, -73.84060066538905, 40.81933448992952, -73.84061542378635, 40.819311345023706, -73.84062169812788, 40.819271610223886, -73.84062763801556, 40.81925026402796, -73.84063507567073, 40.819236549820026, -73.84065944453087, 40.81921448978303, -73.84070519239673, 40.819180929303364, -73.84073514713194, 40.81916455820802, -73.84079065950972, 40.81914199005104, -73.84083713351117, 40.81912245667619, -73.84087777332637, 40.81910884410949, -73.84091698448184, 40.81910428766548, -73.84098699491119, 40.81909249946462, -73.84102103388797, 40.81909114612727, -73.8410741078541, 40.81909042415207, -73.84112753552644, 40.819063187480026, -73.84116338250857, 40.819029888728224, -73.84119164995552, 40.81899380689321, -73.84122139784894, 40.81895772708974, -73.84125696003848, 40.818923522015375, -73.84127860889078, 40.818904667476566, -73.84129589771408, 40.81889640309139, -73.84132495394887, 40.81889235301893, -73.84138524999557, 40.818893615630934, -73.8414301679639, 40.81888972512664, -73.84148319327618, 40.81887999971852, -73.841546806366, 40.818869108283636, -73.84161376540361, 40.818864287163585, -73.84165322229963, 40.81886198115107, -73.84170760766392, 40.81884306252351, -73.84173772812923, 40.81883209708377, -73.84178384655348, 40.81882431163508, -73.84184036671041, 40.818817828148056, -73.84186967941781, 40.81881306509583, -73.84190163656798, 40.818804820735224, -73.84192421291762, 40.81879162157315, -73.84195003803222, 40.81876453938124, -73.84197723797642, 40.818721539165146, -73.84199088892137, 40.81869279326801, -73.84200615615858, 40.81865276814594, -73.84202628987738, 40.818603447545556, -73.84204596854812, 40.81856205520223, -73.84206295588005, 40.81852941651126, -73.8420847861219, 40.81848042600481, -73.8421053067809, 40.8184498218686, -73.84214638304782, 40.81840483790435, -73.84217927676468, 40.81836793910287, -73.84218859066114, 40.818355600620784, -73.84218989157247, 40.818339847289025, -73.84218307439632, 40.8182895271373, -73.84216433198976, 40.81824059093561, -73.84214712563134, 40.818198216060686, -73.84211897591463, 40.818155057173726, -73.8421078794271, 40.81812688070549, -73.84210484812262, 40.818080107390095, -73.8421112663815, 40.818039740550084, -73.84212142051676, 40.81800846575026, -73.84213714004198, 40.817961058042776, -73.84215732542552, 40.8179193106734, -73.84218220793524, 40.81787866833703, -73.84221368528051, 40.81782862031297, -73.84224233561321, 40.81778307000183, -73.8422575005332, 40.81775605509676, -73.84228054274547, 40.81771365334888, -73.84230687282819, 40.817670815749274, -73.84233028051408, 40.8176262190765, -73.84235369819585, 40.81757788984784, -73.84237562901731, 40.8175317521948, -73.8423983106804, 40.8174893769441, -73.84242321717439, 40.817448987626, -73.84247471786892, 40.817368742572626, -73.84251274907916, 40.81731285648288, -73.8425445706059, 40.817269917366765, -73.84258441891728, 40.81722449211918, -73.8426185210604, 40.81717947054207, -73.84264621242, 40.81714223401726, -73.84267770655924, 40.81710083156696, -73.84270927329923, 40.81705778219576, -73.84273997586916, 40.817015253926, -73.84276050232394, 40.81698187794148, -73.842776891388, 40.81694226756578, -73.84279829384458, 40.81690483152202, -73.84282874285847, 40.81686120427423, -73.84285764002601, 40.81681768476397, -73.84288218733603, 40.816781103960736, -73.84290628481183, 40.81674979045364, -73.84294710669616, 40.81670494362338, -73.84297539911474, 40.81667201762014, -73.8430110123712, 40.816630840407385, -73.84303796966311, 40.81659708951531, -73.84305894033197, 40.81655918637547, -73.84306921591853, 40.816522366382834, -73.84307108999634, 40.81649365834902, -73.84306137133652, 40.81646219161883, -73.84304648676569, 40.816416333296985, -73.84304207077338, 40.81639003363779, -73.84305006456184, 40.81636984274204, -73.84306637889071, 40.81634620615825, -73.84308331867173, 40.816332779371805, -73.84310241743886, 40.81632262342887, -73.84312816887602, 40.816311102373945, -73.84316497954784, 40.81628175658617, -73.84317882271544, 40.816263055857696, -73.84318015687957, 40.81624917018829, -73.84317397597037, 40.81623543908865, -73.84317039358974, 40.816207462939246, -73.84317463454259, 40.81618633581453, -73.84316005861763, 40.81614580257133, -73.84315579472901, 40.816116812433414, -73.84315650187386, 40.81609186509077, -73.84316879430824, 40.81605872546512, -73.84319175526845, 40.81601912306356, -73.84321131800597, 40.81599612122466, -73.84324715845894, 40.815963946525464, -73.84327410409146, 40.81593598756418, -73.84328298863161, 40.81592202930998, -73.84331827351593, 40.81588112530321, -73.84335095882801, 40.81583829789122, -73.84338512028901, 40.815798271223606, -73.84341682584748, 40.81575873468351, -73.8434470049226, 40.815723148348944, -73.84348033667892, 40.81568257302294, -73.84349886494991, 40.815654327929195, -73.84352454435864, 40.815611296449376, -73.84353418592912, 40.815582326094265, -73.8435475135248, 40.815537796526534, -73.84359572579244, 40.81549891538344, -73.84362345167281, 40.815460580954706, -73.84365784881321, 40.815413418974885, -73.84367341889839, 40.81539812350979, -73.84369804577562, 40.8153721658129, -73.84372844591442, 40.81533416456589, -73.84374284610026, 40.81530978417851, -73.84375066091815, 40.81528944530681, -73.84375687651209, 40.81527326997291, -73.84377689997329, 40.8152083297487, -73.84378542871839, 40.81516104983016, -73.84379131465496, 40.815115137789185, -73.84380405580616, 40.81507442370645, -73.84382340932653, 40.815032785662694, -73.84385269584082, 40.81499143391907, -73.84387486469541, 40.814951145023585, -73.84389032048311, 40.81490820947462, -73.84390572973835, 40.814884599457294, -73.84393586826714, 40.81484934341863, -73.84396161838802, 40.81480623088753, -73.84398575696605, 40.81475787346771, -73.84400807293646, 40.81471593863317, -73.84402934539568, 40.81467268135119, -73.84405637030669, 40.81462570017989, -73.84408050502755, 40.814577919953344, -73.84410060007097, 40.81452824141141, -73.84411511200742, 40.814487391908905, -73.84412962669734, 40.81444434699274, -73.84414522340161, 40.814401851940715, -73.84416448362444, 40.814354833230944, -73.84417777211587, 40.81430950838931, -73.84418871530153, 40.81426505836246, -73.8441948151358, 40.81422128886974, -73.84419169133963, 40.81419828411487, -73.84419144267241, 40.81416476992487, -73.84419271664915, 40.81411421315583, -73.84419831814287, 40.81406712194977, -73.84420584596876, 40.81401533904704, -73.84421773477243, 40.81396740446321, -73.8442317353769, 40.81392820126357, -73.84425499074806, 40.81388629375979, -73.84426805270878, 40.813862240175986, -73.84428321539099, 40.813819744515285, -73.84430611325433, 40.81376090174115, -73.84433072341002, 40.813711831683655, -73.84435999426641, 40.813661587358574, -73.84438448369012, 40.813616470314884, -73.84440606229566, 40.813566215594875, -73.84442457719699, 40.81352603061461, -73.8444502574593, 40.813482533359014, -73.8444796593166, 40.81343802625548, -73.84450771130089, 40.81340005044139, -73.84454052554108, 40.81336358937689, -73.84457114207422, 40.81332520457651, -73.84460187540185, 40.81328297659693, -73.84462566376273, 40.81324458257825, -73.84465271851906, 40.81320012719659, -73.8446757288279, 40.81315432191517, -73.84469021916694, 40.81312143181084, -73.8447056058632, 40.813076713961046, -73.8447184055261, 40.81304099400964, -73.84473173254104, 40.81301139635696, -73.84474252635924, 40.81299820868115, -73.84475207616072, 40.81297821155907, -73.84479006184802, 40.81293893252043, -73.84482205095001, 40.812901893943575, -73.84485318068116, 40.8128592828157, -73.84487299534084, 40.812820608744325, -73.84489343486061, 40.81277825877366, -73.84491099271723, 40.81273046861197, -73.84492666120535, 40.81268780784835, -73.84494276838456, 40.81264405266587, -73.84495612194826, 40.81260298176665, -73.84496991148696, 40.81256045714639, -73.84498457168789, 40.812517110639014, -73.84500294915813, 40.81247459128225, -73.84502756588826, 40.81243754273464, -73.84505534248225, 40.81239281357157, -73.84507647955317, 40.81234447978832, -73.84508585650032, 40.81230496949614, -73.84509424295597, 40.81225562982822, -73.84510362722787, 40.81221296239501, -73.84511775887806, 40.8121634107215, -73.8451242500634, 40.81212123377338, -73.84512963326317, 40.812074388951324, -73.8451343278124, 40.81204436812389, -73.84514425542243, 40.81200043801598, -73.84515363056084, 40.811961667023276, -73.84517270339549, 40.81191613009778, -73.84519328421739, 40.811872956301656, -73.84520601978059, 40.81184980626726, -73.84522939344751, 40.81181863175936, -73.84525594698785, 40.81178644305039, -73.84527354005044, 40.811771206808444, -73.84530656360094, 40.81175277918918, -73.84534514107557, 40.81173993129771, -73.84539240421712, 40.81173401087253, -73.84543911240165, 40.81173484252505, -73.8454982433223, 40.811737968168494, -73.84554986419765, 40.811738284070145, -73.84561380977262, 40.81172184646272, -73.84565590247362, 40.811702360194225, -73.84570249823491, 40.811674480984024, -73.84573974715555, 40.81164110070856, -73.84577692963441, 40.81160568880657, -73.84578748483221, 40.81159299508522, -73.84580355592342, 40.81157366575993, -73.84583172127829, 40.811532642477644, -73.84585456157694, 40.8114972113709, -73.84587117239646, 40.811453098326254, -73.84587502779813, 40.81141064225535, -73.84588614289495, 40.81136803109721, -73.84589249139974, 40.811326319468314, -73.84590208739093, 40.81128458426399, -73.84591494365883, 40.811255727849215, -73.84593845418473, 40.81121178880571, -73.84595938506133, 40.81117426866899, -73.8459830500504, 40.81112552746136, -73.84599810553219, 40.81108303141539, -73.84600376476098, 40.81105693801235, -73.84600947498497, 40.811008802263395, -73.84601356189401, 40.81095997906591, -73.8460225925079, 40.810913083234915, -73.8460314951063, 40.810875410142565, -73.84604664381325, 40.81083919969608, -73.84606975035979, 40.81079764820705, -73.84609849854456, 40.81075294619433, -73.84612958685615, 40.81071310819103, -73.84615860852475, 40.810691573665885, -73.84618920666392, 40.81067046897361, -73.84621951627358, 40.81065984389584, -73.8462924762426, 40.81064909918254, -73.84633663945912, 40.81064155423974, -73.84639585960133, 40.810635402602685, -73.84644880025051, 40.810627870211476, -73.84650828814233, 40.81061661394438, -73.84657247610126, 40.81060242737419, -73.84662109753417, 40.8105888783249, -73.84679288330169, 40.81053517224765, -73.84685695638684, 40.8105239768242, -73.84691618068995, 40.81051749534285, -73.84697517455126, 40.810515872617955, -73.84702883729466, 40.81052360167583, -73.84709075992235, 40.8105373786094, -73.84711033108681, 40.81054501918464, -73.84713450257176, 40.8105544551478, -73.84718752312313, 40.81057554938695, -73.84723110189206, 40.81060105073998, -73.84726434731142, 40.81062799359371, -73.84730681423733, 40.81066598156493, -73.84734195195864, 40.810701928289994, -73.84737898953911, 40.81074512563542, -73.84740782177015, 40.8107910559291, -73.84742801720904, 40.81083766006557, -73.8474413630505, 40.81087772291513, -73.84745096664565, 40.81092736212019, -73.84746080067508, 40.8109710979578, -73.84747092849531, 40.811012830572786, -73.84748941387728, 40.81104957917497, -73.84751934331716, 40.81108796290763, -73.84754592042712, 40.81112403692215, -73.84757693240965, 40.81116483630838, -73.84760484743968, 40.81119945687134, -73.84761814585023, 40.811229254848136, -73.84764402992855, 40.81128388090185, -73.84766927246092, 40.811336090963586, -73.84768579220962, 40.81136281978537, -73.84771102457545, 40.81140292531784, -73.84773852363783, 40.81144641070882, -73.84775835084046, 40.81148060992373, -73.84777657727675, 40.81150374349242, -73.84779303077705, 40.81152786436587, -73.84781869888273, 40.81156613343109, -73.84784088932712, 40.8115957233953, -73.84785042957245, 40.81160844382557, -73.84787829104361, 40.811652121466054, -73.84790499261008, 40.811696154166825, -73.84792401352776, 40.811736280271795, -73.84794197522601, 40.81178041129554, -73.84795826682027, 40.81182876795564, -73.84796962441345, 40.81186830672607, -73.84797314273602, 40.811910578978264, -73.84797487978997, 40.81195540359637, -73.84797899498662, 40.811990102539504, -73.84799442724392, 40.81203436799418, -73.84801246638051, 40.81207630369075, -73.84803595786352, 40.81211912455715, -73.84805569294566, 40.81216216109016, -73.84807040739126, 40.81220420225589, -73.84808775731823, 40.81224748057528, -73.84810649032241, 40.81228612494638, -73.84812824377418, 40.812331303709726, -73.8481518673658, 40.81237966999574, -73.84818168310342, 40.81242156624268, -73.84821471430547, 40.81246297324144, -73.84824297228424, 40.81249207583687, -73.84827928600951, 40.81252075138408, -73.84832552737312, 40.81255141567449, -73.84835532627764, 40.81256957110537, -73.84840387537663, 40.81260333881637, -73.84844365555406, 40.8126322115757, -73.84848859226022, 40.812665426998706, -73.84853873637044, 40.81269626112259, -73.84858660734142, 40.81272654293495, -73.84862578003624, 40.81275264129701, -73.84866688665268, 40.81278725279684, -73.84867566581478, 40.81280175604476, -73.84868519127438, 40.812839371569375, -73.8486895883561, 40.81287538738059, -73.84871443171701, 40.812895786559814, -73.84876670538148, 40.812912269429006, -73.84882727364683, 40.812934332734606, -73.8488792801474, 40.81295627582599, -73.84892699342117, 40.812976814794, -73.84898329468402, 40.813001097558114, -73.8490269276041, 40.813020449685645, -73.84908268199807, 40.81304602119891, -73.84913385341115, 40.8130704340499, -73.84919444587388, 40.813098673713256, -73.84925873841418, 40.81311917929736, -73.84933245370517, 40.81314329104938, -73.84939605344711, 40.81316725266536, -73.84945047818854, 40.813190243234935, -73.84950788918727, 40.813219248504666, -73.84955458898077, 40.81324000380936, -73.8496076852881, 40.813260328896106, -73.84966179410776, 40.81327947562539, -73.84972250667867, 40.813302472463725, -73.84977606901273, 40.81332326543875, -73.84979617636363, 40.81333067572411, -73.84982583550169, 40.81334649649727, -73.84986355679605, 40.813359610056864, -73.84991836223288, 40.81337422806465, -73.84995392507338, 40.81338426538331, -73.85001142385285, 40.813406572606965, -73.85005570325771, 40.81342751726563, -73.85009907125836, 40.81345213925874, -73.85014664374444, 40.81347078378795, -73.85019739796202, 40.813488139315574, -73.85024638682141, 40.81350258661911, -73.8503117477263, 40.81351529738562, -73.85036832323603, 40.81352926011303, -73.85040756217622, 40.81354328046462, -73.85042986148022, 40.81355582542403, -73.85046549416424, 40.81358233099177, -73.85048887677783, 40.81361071351141, -73.85049809046782, 40.813640945288334, -73.85049987508356, 40.81368436873949, -73.85050325926402, 40.813736990154936, -73.85051248362718, 40.81376406389571, -73.85053313170181, 40.81380312187136, -73.85055861659087, 40.81384490111532, -73.85057829941809, 40.813878907835786, -73.85059196340958, 40.81389188011421, -73.85062050849403, 40.813905750558554, -73.85066681129047, 40.81392579170021, -73.8506999341562, 40.81394532318424, -73.85074190652574, 40.81398050957426, -73.85077403628101, 40.814006350444195, -73.85079637276328, 40.81401774364207, -73.85082461244579, 40.814023021984724, -73.85084465909478, 40.8140238169459, -73.85090817374461, 40.81402236194453, -73.85096746246013, 40.81401955610112, -73.85099615615327, 40.814015284302165, -73.8510592272976, 40.81400227254799, -73.85108259994054, 40.81400191912627, -73.85113023474764, 40.81400889737037, -73.85116835663362, 40.814021242892885, -73.85122317755328, 40.81404574236756, -73.85127132151, 40.81406781806636, -73.8513170481788, 40.81408857139752, -73.85137122133332, 40.814111805666286, -73.85140773613745, 40.81413210944362, -73.85144447671135, 40.814164379323046, -73.85148643401178, 40.81420549430214, -73.85149713929432, 40.81421659772892, -73.85155107763467, 40.81424900048473, -73.8515731615707, 40.81426052918149, -73.85162724612896, 40.81427522649024, -73.85168737266697, 40.814285871198585, -73.85174454819585, 40.81429214916631, -73.85180067223112, 40.81429957569061, -73.85186325858469, 40.81430898888561, -73.85192761611931, 40.81431769022608, -73.851979811138, 40.814320831548294, -73.85202942174337, 40.81431729953862, -73.85208893931093, 40.81430974598467, -73.85214336371067, 40.81430171850999, -73.85219926822688, 40.81429380276781, -73.85226160006953, 40.814288145579965, -73.85230137775379, 40.814286770153814, -73.85234212806203, 40.81428720686179, -73.85239904243053, 40.81428033509319, -73.85244628062065, 40.814270158691535, -73.85246786668053, 40.814278584362576, -73.85245368712633, 40.81433543719231, -73.85244228130873, 40.8143793380998, -73.85242409382438, 40.814419332968896, -73.85241993910977, 40.81443661902028, -73.85244622549973, 40.81444203314151, -73.8524869700638, 40.814460612131, -73.85251139856094, 40.81447379155899, -73.85253487783606, 40.814491714493485, -73.85254839979709, 40.814503755241134, -73.85262100990782, 40.81450524655202, -73.85265065345321, 40.81449652889487, -73.8526868966647, 40.814476485089905, -73.85273588243045, 40.81444523013642, -73.85275298092604, 40.81443932219275, -73.85278432071414, 40.81443158911113, -73.85280852923479, 40.81443063937623, -73.85283663559514, 40.81444651231861, -73.85285938563045, 40.81446729063693, -73.85287474449187, 40.81448161015025, -73.85290562136123, 40.814503140839925, -73.85291096661827, 40.81448662441524, -73.85289447684879, 40.814445569469115, -73.85288314128046, 40.81442510738983, -73.85286380726161, 40.81439516456123, -73.85284829603555, 40.81435273939761, -73.85281885672906, 40.81433453066453, -73.852787284575, 40.81433213105132, -73.85274099440254, 40.814338108879085, -73.85268448490072, 40.814359117357014, -73.85264997363292, 40.814362998528914, -73.85263899676819, 40.81434437570131, -73.85263899682566, 40.81432829099962, -73.85264682476586, 40.81430074485378, -73.85265422789874, 40.81426913331477, -73.85265905565741, 40.81422673321494, -73.85265757469726, 40.814210400784226, -73.85265024704248, 40.81419079477389, -73.85264888418354, 40.81416930173768, -73.85265076566111, 40.814119294964094, -73.85264633678864, 40.814097167660336, -73.85263333867128, 40.81406001449342, -73.85263034066975, 40.814028666112996, -73.85263525595454, 40.813993841116975, -73.85264497894072, 40.81397598585439, -73.85265989796119, 40.813960304730905, -73.85268974070422, 40.81394233739798, -73.85271971317981, 40.81393161653385, -73.85273931440017, 40.8139226663032, -73.85278088446711, 40.81391141003093, -73.85281323715185, 40.8139021753026, -73.85284302403305, 40.813893896321204, -73.8528858621709, 40.81388107836427, -73.8529031203847, 40.813852170971465, -73.85294125924581, 40.813825294720395, -73.85294646908486, 40.813772409689236, -73.85294308737039, 40.81374998116381, -73.85293343373274, 40.81373704129475, -73.85291690544281, 40.81372851050046, -73.8528973771453, 40.81372220100782, -73.8528690711619, 40.813713656980234, -73.85285699383789, 40.813703347969714, -73.8528622321266, 40.81368694217002, -73.85290357077628, 40.813681642355256, -73.85296482194761, 40.81367343139608, -73.85302442611116, 40.813660168309546, -73.85307177483652, 40.81364853568618, -73.85313086812764, 40.813636342586236, -73.85319038562864, 40.813628485896245, -73.85324799283482, 40.81361886987157, -73.85330889850201, 40.81360335704842, -73.85335718836896, 40.813592192863965, -73.85338379040371, 40.81358602316171, -73.85343087009174, 40.81358240538558, -73.85346959100197, 40.813584925570716, -73.85352814329158, 40.81358961052273, -73.85359270779038, 40.81360207077936, -73.85365206590235, 40.813618148897525, -73.85369818199626, 40.81362531595953, -73.85375194802393, 40.813637158189394, -73.85380494542696, 40.81365251496543, -73.85384270534595, 40.813666285534644, -73.85387901456915, 40.81368112584602, -73.85392278726894, 40.81370352358006, -73.8539507545712, 40.81371739246757, -73.85400780877796, 40.81374535136133, -73.85405789701984, 40.81377022710771, -73.85411139095922, 40.81379164832723, -73.85416269786587, 40.813804009542366, -73.85421519213304, 40.81381919980102, -73.85426544572312, 40.813834660955045, -73.85432027458585, 40.813856522307304, -73.85436400732324, 40.81388051190356, -73.85441235364276, 40.81390856945716, -73.85445633926415, 40.813932394546185, -73.85450777622565, 40.813952029997466, -73.85456834943804, 40.81397313035461, -73.85462126789835, 40.813992821653656, -73.85466686036813, 40.81400926550181, -73.85472367874073, 40.81402931826683, -73.8547814342027, 40.814051761206244, -73.85483537614292, 40.81408155368532, -73.85486406482796, 40.814095780756055, -73.85489213950149, 40.81411058156479, -73.85492178057436, 40.81413540328235, -73.85496113595406, 40.81417980774341, -73.85498709826324, 40.81421922819758, -73.8550079970529, 40.81424349049312, -73.85505752231036, 40.81427958980603, -73.85509614310953, 40.814311972544104, -73.8551318738561, 40.81434347185096, -73.85518012947507, 40.814380832914296, -73.85523699750486, 40.814412057068914, -73.8552664493278, 40.81442482979139, -73.85529021436537, 40.814427769131484, -73.85531384972224, 40.81442384650682, -73.85533413748443, 40.81441412767201, -73.85534576295676, 40.814400803176774, -73.85535563907092, 40.81437817163669, -73.85536985619187, 40.81433561931452, -73.85537919368632, 40.81429358135774, -73.85537942196072, 40.814272529794295, -73.8553695854542, 40.81422786084299, -73.85535321283005, 40.8141982247145, -73.85531235592235, 40.81416342501978, -73.8552618832875, 40.8141323746212, -73.85521094482066, 40.814099180429224, -73.85517062796912, 40.81408260744851, -73.8551067715727, 40.81405867571768, -73.85504584282087, 40.8140352690207, -73.85499686265297, 40.81401508849636, -73.85494901382613, 40.81398920021472, -73.85490334033618, 40.81396205215197, -73.85486802556402, 40.813936152594565, -73.85480854938577, 40.81389243595821, -73.85477117205431, 40.81386993765725, -73.85472668199014, 40.8138458644155, -73.85466303658447, 40.81382481519874, -73.85460495017198, 40.81380585851141, -73.85456550100919, 40.813789393571426, -73.85452221075052, 40.81376142710805, -73.85450128165847, 40.81375009133869, -73.85444234113407, 40.81372556210749, -73.85438234512746, 40.813705669079795, -73.85431984593214, 40.81368794125816, -73.85426074558934, 40.81367095880913, -73.85420486051949, 40.81365411817187, -73.85414304448925, 40.813639465419676, -73.8540802407419, 40.813630959987606, -73.85401426942306, 40.81361517718462, -73.85395228335541, 40.81359648898111, -73.85390559361963, 40.813587152893604, -73.8538428698682, 40.813574639314744, -73.85379004177736, 40.81356370331755, -73.85372284451992, 40.81354816552937, -73.8536564109124, 40.81353032339521, -73.85358693331867, 40.813518020825754, -73.85353088162228, 40.81351078616704, -73.85348894167309, 40.8135093326046, -73.85342491198699, 40.813515096356994, -73.85336328002475, 40.81351655603917, -73.85328170846269, 40.81351549143288, -73.85321162009978, 40.81351683041174, -73.85316972530015, 40.81352822150087, -73.85312270824132, 40.81353623188171, -73.85306709536614, 40.81354337941763, -73.85300944397471, 40.81355691966803, -73.85295141568605, 40.81357688266445, -73.85291757645037, 40.81358899803099, -73.85289360448223, 40.81359835424354, -73.85283996624186, 40.81362314315328, -73.8528080011745, 40.81364045945744, -73.85278603589859, 40.81365619283796, -73.85275454829683, 40.81368268671664, -73.85273081123405, 40.813699948671164, -73.85269948399606, 40.81371876508972, -73.85267952081803, 40.81372848297649, -73.85264923005442, 40.813736320928115, -73.85260984376943, 40.813739867175585, -73.8525431831966, 40.81374373422745, -73.85249604463985, 40.81374175316709, -73.85243234517955, 40.81374490984789, -73.85236404785246, 40.81373752117211, -73.85228189489756, 40.81373769059822, -73.85223001776315, 40.81373784384268, -73.85217558208072, 40.8137356885074, -73.85211464274572, 40.81373204168363, -73.8520631064439, 40.8137254973826, -73.85202219698631, 40.81371523503252, -73.85196611019924, 40.81369180590436, -73.85191424118584, 40.81367181216485, -73.85185659992054, 40.81366520590006, -73.85180173132309, 40.81366162164129, -73.85174484495055, 40.813655071221355, -73.85168233934101, 40.81364321591224, -73.8516515780095, 40.813635079054045, -73.85163047122282, 40.81362234405986, -73.85161221832831, 40.813594269141085, -73.8515778486995, 40.813585277548526, -73.85155927599764, 40.813586351345684, -73.85154209674246, 40.81359450845426, -73.85152362618223, 40.8135992050826, -73.85148532912444, 40.813600638878754, -73.85143845279553, 40.81359327724505, -73.85141701279393, 40.813585948375255, -73.85138646309906, 40.813563209235255, -73.85136351786164, 40.813549511890834, -73.85134141139031, 40.81354819387567, -73.85127486018456, 40.813552497977476, -73.85123842677469, 40.81356063110292, -73.8512011402073, 40.81356124305278, -73.85116289361802, 40.813557075706235, -73.85112093937836, 40.81354612460671, -73.85106029319616, 40.81352598407312, -73.85103578449711, 40.813516618742916, -73.85099807964059, 40.81349549115203, -73.85095234340551, 40.81346441706585, -73.85091943983264, 40.81344441947792, -73.85087300464151, 40.813417460634895, -73.85082165401137, 40.81339222617127, -73.85076857644852, 40.81336385841601, -73.85072525878876, 40.81333308903622, -73.85069504069087, 40.81330851312396, -73.85066145231289, 40.813272622576456, -73.85063461993974, 40.81325145311701, -73.85058764280821, 40.81322526248154, -73.85054856479299, 40.81320509379474, -73.85049869664938, 40.81317903715154, -73.85045324030578, 40.81315177683954, -73.85041955107586, 40.81312815628316, -73.85037686486768, 40.81308868697285, -73.8503417894524, 40.813055895717945, -73.8503082025581, 40.81303529553367, -73.85026312539519, 40.81301552958751, -73.8502042534654, 40.81299415362016, -73.85015787121479, 40.81297606086439, -73.85010931908495, 40.81296049026699, -73.85004423620073, 40.81293669100549, -73.85000116844932, 40.81292362457812, -73.84994846606874, 40.812905276778416, -73.84989638323917, 40.81288445699194, -73.84984293073498, 40.81286240351588, -73.8498005391442, 40.8128375638743, -73.8497539303866, 40.81280859984067, -73.84971356482195, 40.81278252822336, -73.84969371140495, 40.81277506422387, -73.84964796901426, 40.812746678496076, -73.84960282241552, 40.81271060867165, -73.84956371748343, 40.812669579562055, -73.84953416439558, 40.81263899067955, -73.84951721847432, 40.81262362586651, -73.84947191271445, 40.812593539595866, -73.84942736945267, 40.81256276992404, -73.84938958182713, 40.81253049712271, -73.84935358011539, 40.81249205012177, -73.8493237149344, 40.8124554247337, -73.84929060160614, 40.81241753169204, -73.84926124326009, 40.81238008299342, -73.84922402122318, 40.812338368246614, -73.84919159343735, 40.81230083357012, -73.84915977701499, 40.81226445232254, -73.84912380136288, 40.81222979368013, -73.84908729500177, 40.81219085246009, -73.8490597699739, 40.81215829221441, -73.8490324411266, 40.812118677711624, -73.8490082980108, 40.812075471682725, -73.84898819045252, 40.812037539752545, -73.84898119434875, 40.812015516996, -73.84898458878762, 40.81198417778155, -73.8489940072045, 40.81195668708431, -73.84901176634217, 40.81191647425683, -73.84902830960279, 40.811869395331975, -73.84903492221208, 40.811852003652696, -73.84906134259413, 40.811815010634916, -73.84909717534984, 40.81178398853148, -73.84911086989246, 40.81176643952448, -73.84913040974011, 40.811720709850924, -73.84914793015633, 40.81167385370898, -73.8491642140686, 40.811645439062644, -73.84919410883377, 40.81160447215508, -73.8492169690125, 40.81156053249808, -73.84923432824716, 40.81151938349274, -73.84925231600167, 40.811488529809054, -73.84929328574405, 40.811455151451035, -73.8493391933876, 40.81142683132971, -73.84936347549927, 40.811407568970225, -73.84938368443008, 40.81138500455816, -73.84939399888655, 40.81136105665842, -73.84940013623964, 40.81131478893971, -73.8494038380505, 40.81129102420719, -73.84939760225862, 40.81125404427968, -73.8493879400082, 40.81122861507701, -73.84936619087924, 40.81119806515388, -73.84933985061107, 40.81118414324224, -73.84930750838053, 40.81117290326998, -73.84924801649763, 40.81115451745242, -73.84922927237193, 40.81113527989727, -73.8492033881004, 40.81109692981657, -73.84918933894123, 40.81106287618353, -73.8491790302011, 40.81102152799762, -73.84917042202049, 40.810978177524674, -73.84916817909857, 40.810931870935974, -73.84917562559986, 40.81089842173975, -73.84919305567587, 40.81085785004892, -73.84921468643952, 40.810813962809135, -73.84924184709999, 40.81078427375906, -73.84928037792123, 40.810742246522736, -73.84930802276729, 40.81070544865057, -73.84933728676198, 40.810672220664415, -73.84937553021115, 40.81063090801636, -73.84940802189331, 40.81059222270254, -73.8494210248524, 40.810575327415144, -73.84943102756995, 40.810562335472994, -73.84944989314488, 40.81052678859947, -73.84946877421716, 40.81048385675073, -73.84948031660132, 40.81044355287923, -73.84948704248886, 40.81039324988106, -73.84951098872698, 40.81029957701578, -73.84952475153831, 40.810266851034754, -73.84954048575838, 40.81024230505625, -73.84956242309303, 40.81022199591334, -73.84960318405945, 40.81018408945805, -73.84963462531259, 40.81016272110502, -73.8496814300533, 40.810136076941056, -73.84972576637917, 40.810098257049134, -73.84974634618557, 40.810071824508945, -73.84975825592632, 40.810044036221655, -73.84976702303281, 40.81000081828929, -73.84976691847191, 40.80996733219542, -73.84975728070108, 40.80993265402447, -73.8497401007058, 40.80989316186021, -73.84973704680222, 40.80986993761109, -73.84974059831256, 40.80984913800997, -73.84975940088619, 40.809808785936966, -73.84978269024226, 40.809781671640344, -73.84980765723613, 40.80976372660514, -73.84985580598791, 40.8097337621789, -73.84987604484054, 40.809713395832574, -73.84989542697465, 40.809688224204486, -73.84991231091135, 40.80964984620318, -73.84992783033523, 40.809608476765966, -73.84994346180035, 40.80956523983706, -73.84996227877029, 40.809518411358546, -73.84997065848064, 40.80947082998487, -73.8499811558616, 40.809429123520715, -73.85000003789526, 40.809386000673655, -73.85000984562323, 40.809361585593926, -73.85001436437517, 40.80934487730832, -73.85001175121305, 40.80930169857683, -73.85001836443735, 40.809268028512264, -73.8500244250765, 40.809251319530375, -73.85003636033919, 40.80921839929956, -73.8500438281976, 40.80918992082196, -73.85004410630567, 40.80916274682048, -73.85003523008297, 40.80914195805752, -73.85000812811785, 40.809098199063236, -73.84998972452212, 40.80905738880909, -73.84997872735192, 40.809016944787416, -73.84996683531054, 40.80897128390847, -73.84996017120629, 40.808930790592896, -73.84995737375222, 40.808890000641796, -73.84995685187663, 40.80887493551137, -73.84995584822364, 40.80884594443409, -73.84995151623497, 40.808797165957564, -73.84994141388198, 40.80875831607829, -73.84994040015127, 40.80872749067027, -73.84995318023644, 40.80869620865258, -73.84998087278291, 40.808641386277806, -73.84998095412676, 40.80862159701234, -73.84997123417527, 40.80859081610544, -73.84995183217391, 40.80854347051977, -73.8499372456395, 40.80852495347843, -73.84990302668064, 40.8084977084516, -73.84988121873278, 40.80847618784082, -73.84988801605553, 40.80844180752508, -73.8498999382803, 40.80840937895982, -73.84990153923103, 40.80838843813251, -73.84989579822704, 40.80837116718611, -73.84988280031646, 40.808351387904715, -73.84986607279386, 40.808336324182115, -73.84981161427552, 40.80831424144494, -73.84977816869586, 40.808295698912104, -73.8497635074948, 40.80827827855878, -73.84975406069135, 40.80825413916993, -73.84974617207253, 40.80821175139166, -73.84973467043922, 40.80817072946325, -73.84971879794591, 40.808144962597844, -73.84970362317969, 40.808130889623364, -73.84966929585669, 40.80810348049293, -73.84962976909391, 40.80807408797443, -73.84958143920187, 40.808041526806, -73.84956273246598, 40.808026541501036, -73.84954277648922, 40.80801055770983, -73.84952804278319, 40.80799643125753, -73.84951514258441, 40.80798226397266, -73.84948220735463, 40.807946210007984, -73.84944832732452, 40.807912900422416, -73.8493865850333, 40.807884713390514, -73.84934114507314, 40.80786719693642, -73.84928052884888, 40.80785204964936, -73.84922402818128, 40.80783709951929, -73.84917543637997, 40.80782509623713, -73.84911200142949, 40.8078101919104, -73.84905366487031, 40.807793235682645, -73.84899854783612, 40.80777441690708, -73.84894225173869, 40.807750325937235, -73.84889963551797, 40.80772996022629, -73.84887723752693, 40.80771541121561, -73.8488592696934, 40.80770550648108, -73.84881673848037, 40.807680610438254, -73.848781420929, 40.80766000661707, -73.84873550049366, 40.80763137352825, -73.84869002165387, 40.80760035287618, -73.84865297508601, 40.80757661841096, -73.84860413892285, 40.807544522623196, -73.8485728074191, 40.80751804911377, -73.84853395298072, 40.80748053279289, -73.84850595967836, 40.80744745038285, -73.84847304262624, 40.80740480899615, -73.8484391935069, 40.80735774672307, -73.84841893729946, 40.807321846894276, -73.84839426840935, 40.80727367105313, -73.84837210809938, 40.807232938432335, -73.84835392765325, 40.80719004173894, -73.84834020527718, 40.80715771736816, -73.8483250284829, 40.807111476563925, -73.84831174483949, 40.807075421096606, -73.84829913631144, 40.80704578887835, -73.84829197300805, 40.807001781046225, -73.84828929039502, 40.806975044387045, -73.8482835924004, 40.806923024036465, -73.84828107088592, 40.80687240814236, -73.84828344784626, 40.80682786445925, -73.84828798961985, 40.8067850525838, -73.84829252096608, 40.80676137180697, -73.84830446186704, 40.80672095779189, -73.84832294586495, 40.80666282154794, -73.8483387768011, 40.80662633702383, -73.8483560783727, 40.80658000116555, -73.84836427251177, 40.806550752911804, -73.84836539168387, 40.80651883347499, -73.84835748104601, 40.80647150361773, -73.84835039709154, 40.806440533322515, -73.84833028942104, 40.8064035620733, -73.84830164013822, 40.8063585129055, -73.84827442165934, 40.806318513814084, -73.84824648599782, 40.80629264801383, -73.84820872077093, 40.80626899439917, -73.84817047820346, 40.80624835681705, -73.84811266005244, 40.80622772404955, -73.84807042058924, 40.8062162500552, -73.8480307016102, 40.80621007700721, -73.8479670687552, 40.80620425602362, -73.84790394208427, 40.806197339764644, -73.84784191153328, 40.806185290268935, -73.84778046134987, 40.80617184212967, -73.84774819943131, 40.80615931139737, -73.84769724324777, 40.80613764290368, -73.84766552328249, 40.80612393320959, -73.8476298507944, 40.806101514953596, -73.84758852705659, 40.80606956733189, -73.84755954439619, 40.80604306962967, -73.84752597255685, 40.806002814319996, -73.84750314948312, 40.805968832592576, -73.84747941784494, 40.805921235904236, -73.84746540418811, 40.80587255165871, -73.8474624509757, 40.80583736162627, -73.84747015748432, 40.80580072958999, -73.84747762043972, 40.80575970459321, -73.84748150292931, 40.80572035158919, -73.84747918480961, 40.805691419068616, -73.84747729437238, 40.8056335855752, -73.84747359339518, 40.80557769746667, -73.84746837443907, 40.80552227380794, -73.84747205244233, 40.80547751213076, -73.84748363493551, 40.805435368758246, -73.84750425997055, 40.805388954569516, -73.84752419127464, 40.80534531209793, -73.84754313315, 40.80530729643773, -73.84756581257506, 40.805262641829, -73.84759300188196, 40.805219256579136, -73.84762527690185, 40.80518029679728, -73.84765529462018, 40.80514844256848, -73.84768026975564, 40.805125913548494, -73.84771321842739, 40.80510740228048, -73.84776421566207, 40.80507917233149, -73.8478145961671, 40.80505165384101, -73.84787278293003, 40.80502096236328, -73.84792273040668, 40.80499413033535, -73.84797896748235, 40.80496401165123, -73.84801201994496, 40.80494720327954, -73.84807196630946, 40.80492277069361, -73.84809896255598, 40.80491652168058, -73.8481507782534, 40.80490860341192, -73.84820292253377, 40.80489898270749, -73.84826089099224, 40.80488541825253, -73.84831088804579, 40.80486843939046, -73.84836467214559, 40.804852699172805, -73.84842399129691, 40.80483351008962, -73.84847811135843, 40.80481280400427, -73.84851372163432, 40.80479937302336, -73.84856749286875, 40.80477309414473, -73.84860551719079, 40.80474712504535, -73.84861813048987, 40.80473492632925, -73.84863581641288, 40.804717823846666, -73.84866883314359, 40.80471764747138, -73.84868353587629, 40.80473248809782, -73.84870493802818, 40.80477228766359, -73.84871700329097, 40.804803071775446, -73.84872825441272, 40.80484428530688, -73.84873866963282, 40.80487004426291, -73.84876075620858, 40.8048949963741, -73.84879915699555, 40.804925540371485, -73.84883943790953, 40.80490626847089, -73.84884729934855, 40.80486469729991, -73.8488554178768, 40.80482054473223, -73.84886403858721, 40.80479426143999, -73.84889074165358, 40.804774589006975, -73.8489090971238, 40.80477156667499, -73.84897068964295, 40.804768820715324, -73.84899882307718, 40.804771080903755, -73.84902134090076, 40.80478096366584, -73.84904356036212, 40.80479542957685, -73.84906157445396, 40.804815434354765, -73.84908025102283, 40.804862092990305, -73.84910365278095, 40.80489662447333, -73.8491377087455, 40.80493103301854, -73.84917340902396, 40.80495786960114, -73.84920325269194, 40.80497056066514, -73.84926469993242, 40.80498389818482, -73.84930860576398, 40.80499191510323, -73.8493413597356, 40.80499845862154, -73.8493636707274, 40.80500291463425, -73.84942536293845, 40.80501852615023, -73.8494912199521, 40.8050313479194, -73.8495498208929, 40.80504199177791, -73.84959888399739, 40.8050527609399, -73.8496515979189, 40.805063204359, -73.84969884114442, 40.80506540735213, -73.84975540719519, 40.80506509657482, -73.84982036653582, 40.80505930725772, -73.8498757205054, 40.80505257247809, -73.8499372266276, 40.805040411164335, -73.84995512223566, 40.80503321605187, -73.84998707606479, 40.805007814016534, -73.85000011274971, 40.80499328340649, -73.85001664906444, 40.804963990952885, -73.85003299739448, 40.80492292331722, -73.85005015571959, 40.80487474908773, -73.8500700551906, 40.80482759328371, -73.85008250385819, 40.80478630084634, -73.85009675475423, 40.804744599222545, -73.85010460829407, 40.804706704696216, -73.8501074681944, 40.804670258884016, -73.8501141060326, 40.80462701110549, -73.85012473045354, 40.804592714975115, -73.85015319193184, 40.80454504889654, -73.85016839967133, 40.804527832196115, -73.85018626922486, 40.80451739791565, -73.85021359247708, 40.80450996737674, -73.85025600936194, 40.80450494456389, -73.85031662117845, 40.804506039044284, -73.85036069250296, 40.80450466896748, -73.85042078207043, 40.8044955798631, -73.85047050422602, 40.804486119781835, -73.85052875605622, 40.80447582066715, -73.85058613540691, 40.80446774282582, -73.85063287910073, 40.80446634819314, -73.85069765192142, 40.804463111957816, -73.85075092908059, 40.80446323587703, -73.85081301563876, 40.80446567645203, -73.85087892718789, 40.80447042812152, -73.85094097173481, 40.8044752287833, -73.85100344930737, 40.804480880943615, -73.85106133914836, 40.80448614353006, -73.8511233458197, 40.80449146543406, -73.85118567709911, 40.80449895792828, -73.85123684168047, 40.80450739411103, -73.85128828997031, 40.80451827549403, -73.85134843412078, 40.80453298258472, -73.85140735811933, 40.80454483348683, -73.85146870173224, 40.80455630296294, -73.85151695505412, 40.80455765554071, -73.85155885752526, 40.804557956241425, -73.8516272458006, 40.80455324101606, -73.85167922859536, 40.80455138714364, -73.85174703157188, 40.80454979943047, -73.8518086156411, 40.804550702570175, -73.85186120545892, 40.804551921901336, -73.85192820628403, 40.80455346318809, -73.85195244566951, 40.80455247855623, -73.85201272876508, 40.80455434164988, -73.85207644598805, 40.80455417488965, -73.85214008557914, 40.804556946325405, -73.8522086790675, 40.80455799511756, -73.85226358280835, 40.80455732438103, -73.85231755046172, 40.804556597488684, -73.85237404487276, 40.80455579186138, -73.85243787878689, 40.80455216803205, -73.8524906269098, 40.80454773394103, -73.8525521209625, 40.804539523510506, -73.85261094828013, 40.80453144741416, -73.85263800371554, 40.80452978005771, -73.85266968312418, 40.804529271244256, -73.85271737007103, 40.80452683509357, -73.85278679806558, 40.80452456266423, -73.85280623194275, 40.80452464961431, -73.85285481603846, 40.804524869225716, -73.85290059105519, 40.804536016399055, -73.852932575115, 40.8045606777715, -73.85295360087733, 40.80456062174707, -73.85302668359292, 40.804556240362054, -73.85308542602482, 40.804551703780035, -73.8531562783485, 40.80454358869983, -73.8532079051546, 40.804539235698265, -73.85325831002673, 40.8045322462558, -73.85331847008965, 40.80452326379123, -73.85337913673663, 40.80451455929352, -73.85343778716212, 40.80450280310829, -73.85350257573334, 40.80449182462108, -73.85363943052025, 40.804467639035494, -73.85367949462746, 40.804460512010714, -73.85372989326028, 40.80445577270318, -73.85379801878891, 40.80445563940081, -73.85386126133939, 40.804458957787276, -73.85392060028526, 40.80446172368877, -73.8539803036378, 40.80446476377317, -73.85404393431521, 40.80447159630112, -73.85410500441728, 40.80447664256387, -73.85416531780588, 40.80447981929992, -73.8542203021765, 40.80447692439966, -73.85426758426928, 40.80447640786187, -73.85428647156724, 40.80447931423675, -73.85431407514143, 40.80449194711611, -73.85434019933352, 40.804504770826554, -73.85438796624551, 40.80451504103809, -73.85444884333573, 40.804525465559806, -73.85451044665227, 40.80453383332394, -73.85457277492135, 40.80454126725095, -73.85463457166755, 40.804545187624406, -73.8547076029589, 40.80454747511068, -73.85477131985255, 40.80454799484231, -73.85482571704065, 40.804548091274235, -73.85488937073305, 40.80454498634951, -73.85495497924404, 40.80453941557948, -73.85501918388596, 40.80453200238502, -73.85507645151068, 40.804524389528275, -73.85513465717165, 40.80451647615441, -73.85519365563955, 40.80451182895909, -73.85525734279032, 40.80451020789692, -73.85532146597872, 40.80450534644818, -73.85535298007292, 40.804498003697816, -73.85537707767108, 40.8044957007369, -73.85541347429223, 40.8044856184715, -73.85544275276932, 40.80447525261651, -73.85546309146358, 40.804474509992566, -73.8555154690416, 40.80449052260137, -73.85554641127335, 40.80449712061849, -73.85559495295406, 40.80449940476832, -73.8556397457014, 40.804497567118325, -73.85567894170313, 40.804496105156744, -73.85574271727893, 40.80450288379868, -73.85579525629846, 40.804510607382134, -73.85585689074084, 40.80452218474708, -73.85589154464733, 40.80453262974477, -73.85595081659127, 40.80454999612032, -73.85600712878716, 40.804567111131014, -73.85607065073823, 40.804592030741965, -73.85611911851052, 40.80461155104377, -73.8561757478597, 40.80463275643731, -73.85622226458165, 40.804652494883825, -73.85627054727274, 40.804674348085605, -73.85632352035398, 40.8046984835761, -73.85637844250313, 40.80472336618365, -73.85642059199213, 40.8047449082126, -73.85647738468774, 40.80477124740945, -73.85652952913226, 40.80479557628101, -73.85655690859024, 40.80481237945761, -73.85657084832255, 40.80483015555615, -73.85658632206794, 40.80485704571756, -73.8565918488184, 40.80487431697267, -73.8565897582222, 40.80488866923723, -73.85657892712864, 40.80490325736482, -73.85655309843489, 40.804920764260295, -73.85652624395, 40.80492869035784, -73.85649369145531, 40.80493117574117, -73.85644801405356, 40.80492326831473, -73.85638307820321, 40.8049025749981, -73.85633290576367, 40.80488535706282, -73.8562715880921, 40.804860250340866, -73.85621094058547, 40.80482775852357, -73.8561702450314, 40.80480465226335, -73.85611651668172, 40.80477848243185, -73.8560660007534, 40.80475467769631, -73.85603887153283, 40.8047444321541, -73.8560194757607, 40.80473710758007, -73.85595457393597, 40.80471726503579, -73.85589457449512, 40.80470085858662, -73.85584125510331, 40.80468676663954, -73.8557739850649, 40.80467482471783, -73.85573104666044, 40.80467073585064, -73.85568058595253, 40.80467075553566, -73.8556463621396, 40.80467782032992, -73.85563185611414, 40.80468795800037, -73.85562270246146, 40.80471149730563, -73.85561452029975, 40.804743901445526, -73.8556028996764, 40.80479949544856, -73.8555952561228, 40.80484200116633, -73.85559687561889, 40.804878289730524, -73.8556044707303, 40.804906735223184, -73.85561831531048, 40.804935489309365, -73.85563441835231, 40.804972040947185, -73.85563840534327, 40.80499919240313, -73.8556341235051, 40.805024931426075, -73.8556199352205, 40.8050715748483, -73.85561825921557, 40.80509465615744, -73.85562366169762, 40.805119393345606, -73.85563331497411, 40.80513161801113, -73.85565821263688, 40.80514411120259, -73.85570413651635, 40.805154241683255, -73.85574314087842, 40.80515717299743, -73.85579829701689, 40.805157818323764, -73.85585515013638, 40.805159041164856, -73.8559178873662, 40.80516183820159, -73.85596154728184, 40.80516672214065, -73.8559807531521, 40.80517204377537, -73.8559952871055, 40.80518133977936, -73.85602441946673, 40.80520739520325, -73.85606059594532, 40.80524828163899, -73.856091439649, 40.805284195150755, -73.85611577380675, 40.80530524948977, -73.85616119043142, 40.80533412575578, -73.85620434512732, 40.805355698831974, -73.856235317395, 40.80536452003369, -73.85625713516562, 40.80536550717266, -73.85628893007241, 40.80536162333624, -73.8563221451287, 40.80535260661229, -73.85635045207209, 40.80534169091274, -73.85640877884536, 40.80531195614025, -73.85643821827964, 40.80529574238952, -73.85648351333936, 40.805262890029034, -73.85650665513802, 40.80525163827783, -73.85653354454479, 40.80524571584019, -73.8565597306187, 40.805245007314475, -73.85660953553693, 40.80524869198431, -73.85664907153277, 40.80525683844632, -73.85671466923942, 40.805273058751936, -73.85676305236058, 40.805282670477595, -73.8568091708692, 40.805286735894526, -73.85686621528245, 40.80528227722238, -73.8568963407818, 40.80528258927485, -73.85695753631609, 40.80529699127173, -73.85700094756176, 40.80530020408147, -73.85703444021746, 40.80529651125035, -73.85707178033041, 40.805284233314, -73.85709188455363, 40.80527413121941, -73.85709939119978, 40.80526019718888, -73.8570972288455, 40.80524122728516, -73.8570840849303, 40.80520539361905, -73.85707198944097, 40.805186850843754, -73.85705533148938, 40.805172667131586, -73.85701138987507, 40.80514716902007, -73.85695476961693, 40.805121957728076, -73.85689983906701, 40.80510017850867, -73.85684740060267, 40.80507848610411, -73.85678957870859, 40.80505771810459, -73.85674746377225, 40.80503979716405, -73.856698429415, 40.805014595171805, -73.85668022143221, 40.804998789479164, -73.85667248686357, 40.8049853579158, -73.85667163997238, 40.80495818428568, -73.856679437246, 40.80494359327831, -73.85669362726132, 40.80492936501433, -73.85671232846836, 40.80491753138141, -73.85673213432429, 40.80491223134287, -73.85677450348588, 40.80491220204508, -73.85681378989065, 40.80491839765893, -73.8568649129375, 40.80493119691264, -73.85690167632666, 40.80495116971007, -73.85695930469676, 40.80497759075045, -73.85700925737372, 40.80499626244695, -73.85706094090304, 40.805015758424, -73.85711357360648, 40.805031441037826, -73.85716492251709, 40.805055027523196, -73.85721169573398, 40.80507369429162, -73.85726709383427, 40.80509632401295, -73.85732913651519, 40.80512017130203, -73.85738431164951, 40.80514568228958, -73.85744342539792, 40.80517150158957, -73.85749142605252, 40.80519038948368, -73.85753473870946, 40.805205868576365, -73.8575937562546, 40.805224083861305, -73.8576495410291, 40.80523614741332, -73.85770991559173, 40.80524492347648, -73.85776538072523, 40.805254076163145, -73.85780458349505, 40.805264609942455, -73.85786271959871, 40.80529108428489, -73.85792499272101, 40.805325415152325, -73.85797041012746, 40.8053537432017, -73.85802492378583, 40.80538455160572, -73.85807799386562, 40.805414891747816, -73.85813493128018, 40.80544452162779, -73.85817757954301, 40.80546661473009, -73.85822296661668, 40.80549203132666, -73.8582794341446, 40.80552144263595, -73.85832853405174, 40.805550267643255, -73.85836007041449, 40.805565950773094, -73.85840629710917, 40.805588376869046, -73.85845304844109, 40.80561711699279, -73.85849818195581, 40.80564316441898, -73.85854977087652, 40.805674160789174, -73.85859761638804, 40.805698895873924, -73.85865159472453, 40.80572646422582, -73.85868139898795, 40.80574198035194, -73.85870716402721, 40.80575378776533, -73.85875176604968, 40.80577516715109, -73.85880155991188, 40.805800507872426, -73.85885151380818, 40.805835345435746, -73.85890071038568, 40.805870785384904, -73.85895112690545, 40.805909382155605, -73.8589861943083, 40.80594617714091, -73.85901992688626, 40.80598373860892, -73.85904723418356, 40.80601835568219, -73.85907818374942, 40.80605613435228, -73.85911226213679, 40.80609945941172, -73.85914153290774, 40.80614431754015, -73.85916172915962, 40.80617694930013, -73.85917153859879, 40.80620144406244, -73.85919434636442, 40.806246073658954, -73.85922520124602, 40.80629452939393, -73.85925292517535, 40.806337352275946, -73.85928077657672, 40.80638772509357, -73.85930217403045, 40.80643243399069, -73.85932068842219, 40.80647420463782, -73.85933599038844, 40.80651523025101, -73.85934943137678, 40.80656484345504, -73.85935933040356, 40.8066148647648, -73.85936653912385, 40.80665708626789, -73.85937335008968, 40.80669854096014, -73.85938066154239, 40.80674263022277, -73.85939006074082, 40.806791415433615, -73.85939541774806, 40.80683728620002, -73.85940055066402, 40.80688713689956, -73.85940501622304, 40.80692751713368, -73.85940806132054, 40.80697327521796, -73.85940828495808, 40.807021692637555, -73.85940584025714, 40.80708443464709, -73.85940417559877, 40.807136965945205, -73.85940390893781, 40.80719531887473, -73.8594069917119, 40.807240638459895, -73.85941107896497, 40.80728900565863, -73.85941358789891, 40.807332759475436, -73.85942007831764, 40.807389116131674, -73.85942409289771, 40.80742139942298, -73.85942258923467, 40.80746616410882, -73.859418053668, 40.807511089888465, -73.85941899242479, 40.80756208720566, -73.85942007128503, 40.807598374137896, -73.85941735473696, 40.80761868158537, -73.8593917155026, 40.807649584266564, -73.859368130354, 40.80766465146738, -73.8593359170641, 40.80767764869433, -73.85927286167477, 40.80766999764173, -73.85924579069015, 40.807660000569456, -73.85921620758984, 40.80764311160401, -73.85920521760671, 40.80762978610262, -73.85919649829346, 40.80760191670888, -73.85919153399229, 40.807558680378726, -73.85919367332706, 40.80752050362477, -73.85920510577013, 40.80747704148377, -73.85921345359776, 40.8074250388415, -73.8592167494891, 40.80736954509685, -73.85921747800941, 40.80731591315038, -73.85921841470072, 40.807265276518265, -73.85922244311101, 40.80722205116839, -73.8592214433898, 40.807182581063635, -73.85921521290585, 40.807122765893745, -73.85920912150318, 40.80706555783823, -73.85919904250962, 40.80701435664524, -73.85919024417906, 40.80697289951735, -73.859176599897, 40.806933687717425, -73.85916389665536, 40.806910699560774, -73.8591486951678, 40.80689108342186, -73.85913185629953, 40.80687629735959, -73.85909989078816, 40.806858060104524, -73.8590676584522, 40.80684662938886, -73.85901140451654, 40.80683541782678, -73.85895476998513, 40.80683268577393, -73.8589048393257, 40.80683682370331, -73.85885053506769, 40.80684287792193, -73.85879669404348, 40.80685011413747, -73.85875416274074, 40.80685895356647, -73.85869528752333, 40.80687334703898, -73.85863254367476, 40.80689015087679, -73.858598598483, 40.80690234973391, -73.85857052751923, 40.80692086918853, -73.85851800629426, 40.80695390709972, -73.85850759322626, 40.80699377473394, -73.85853621889586, 40.80703602437185, -73.85856748365325, 40.80706164321653, -73.85858099260433, 40.80707793631397, -73.8585863427196, 40.8070938889188, -73.85858713946722, 40.807111018293604, -73.85858203855616, 40.80713060870257, -73.85857192529001, 40.807146514422605, -73.85854982446676, 40.8071607611223, -73.85852422600284, 40.807171818459416, -73.8584997643872, 40.807176591701065, -73.85848505664524, 40.807195154550506, -73.85847434987741, 40.80723601056793, -73.85847289910727, 40.807272322321566, -73.85847549086195, 40.807310834454974, -73.85848343162101, 40.807331263024146, -73.85850777356254, 40.80736664560363, -73.85853901061714, 40.80740480927592, -73.85856364497681, 40.80743980588772, -73.85857981893263, 40.807478610232856, -73.85858344500052, 40.807506142943275, -73.85857723435204, 40.80753931962277, -73.85856094849723, 40.80758774470204, -73.85854350474801, 40.80763616835792, -73.85853192961703, 40.80767740602454, -73.85852601399499, 40.80772565111601, -73.85852010466678, 40.807769258643596, -73.85851393138924, 40.80781772223887, -73.85849897834082, 40.8078679877624, -73.85847860491613, 40.80791915073108, -73.85846339172873, 40.80795629655718, -73.85845489992242, 40.80799043035932, -73.8584519355819, 40.80804296004128, -73.8584485514628, 40.80807163768562, -73.85843838380075, 40.80811359386555, -73.85843288740055, 40.80814968002353, -73.85843041350269, 40.808209538568015, -73.85843281878923, 40.80824991630177, -73.85843743053383, 40.808272595632864, -73.85845005390522, 40.80829915064359, -73.85847501444002, 40.80833360106645, -73.85849836754672, 40.80835931917161, -73.8585380229334, 40.80839702671123, -73.85855301087155, 40.808415709746605, -73.85857366300216, 40.80845429715717, -73.85859053412176, 40.80848750214539, -73.85861831663124, 40.80852028106901, -73.85863210601222, 40.808541953181354, -73.85863842605228, 40.808559418006666, -73.85862829993006, 40.80858128051407, -73.85860924502525, 40.80860642609603, -73.85860230146713, 40.80862807458333, -73.85859914451304, 40.80866866430991, -73.85860812046607, 40.80869450343346, -73.85863081670799, 40.80872379028287, -73.85862654949626, 40.80875869829996, -73.8586146739546, 40.80878953483495, -73.85860309201374, 40.808816610344095, -73.85860088985861, 40.808850148531825, -73.8586124313852, 40.80889287065576, -73.85862380476127, 40.80893832288512, -73.8586329664666, 40.808969912820274, -73.85865349864385, 40.809013744572184, -73.85867158560228, 40.80903649264015, -73.85869026982739, 40.809049223385536, -73.85871858977353, 40.809066797113914, -73.858736397493, 40.80908487934379, -73.85876751418579, 40.80912938140756, -73.85878383491158, 40.80916629034224, -73.8587919535581, 40.80920524866968, -73.8587939089358, 40.80923659563408, -73.85878997741084, 40.809250725050944, -73.85877414314342, 40.8092738718926, -73.85876409831452, 40.80929090513295, -73.8587583171784, 40.80930873873656, -73.85877768175823, 40.80934326327673, -73.8588049473204, 40.8093802666583, -73.85880899846215, 40.809412550005646, -73.85880078493554, 40.80945181791075, -73.85878760960831, 40.80949755612612, -73.85877662018534, 40.80951961029267, -73.8587767656774, 40.809535941920046, -73.85879166512375, 40.8095802872314, -73.85881237814755, 40.809623926465, -73.85881308792268, 40.80968153855507, -73.85881308503069, 40.809716423880296, -73.85882848431328, 40.809762061113084, -73.85883837188806, 40.809784552374666, -73.85885003207824, 40.80982288288007, -73.85885482392455, 40.80986246747495, -73.8588546532081, 40.80989211169006, -73.85886170557272, 40.809938779674546, -73.85886857299076, 40.80998827499835, -73.8588696486802, 40.810025934278215, -73.85888704697763, 40.81006676978628, -73.8588987056535, 40.81010529208934, -73.85891263943257, 40.81014458530067, -73.85892344164107, 40.81017789266413, -73.85892412035676, 40.81019820604747, -73.858924735414, 40.81021500380537, -73.85893724420411, 40.810226546397054, -73.85897074466018, 40.81022085030345, -73.85899093577918, 40.810204983897364, -73.85899855747613, 40.810154160058275, -73.85899497079924, 40.810125227145484, -73.85898500684985, 40.8100878307479, -73.85898091172905, 40.81006002283607, -73.85898725742724, 40.81003192512716, -73.85900481896704, 40.80999461822534, -73.85902317982845, 40.80997328534748, -73.85904565475644, 40.8099534694342, -73.85910121215305, 40.80991985958792, -73.85912543634115, 40.809909568572714, -73.85914881925007, 40.80990534318568, -73.85919943371658, 40.80990230369318, -73.8592373951189, 40.80990550539665, -73.85928703792557, 40.80990125711031, -73.85932868867245, 40.80988431912623, -73.85938166698678, 40.80985797752636, -73.85940992731675, 40.8098350114491, -73.85942896256151, 40.80981919758592, -73.85946845070832, 40.80979981386083, -73.85951093376711, 40.809783232522385, -73.85955335821357, 40.80975847186525, -73.85960864523972, 40.8097326012327, -73.85966595219146, 40.80972619461501, -73.8597299132984, 40.809716115725976, -73.85974734593779, 40.809705433604556, -73.85975406199675, 40.80969094824451, -73.85975706016107, 40.80967253488772, -73.85976706220774, 40.80965827594732, -73.85978435558901, 40.809645615254674, -73.85981158320942, 40.80963343489909, -73.85985635680083, 40.80962539294821, -73.85991172406615, 40.80963111357107, -73.85997030830382, 40.809634945225966, -73.8599951310416, 40.80963184613922, -73.86003960351292, 40.80963003430362, -73.86005794584707, 40.8096178710183, -73.86008200861589, 40.809598549402715, -73.8600854365956, 40.80958310010082, -73.8600826688818, 40.80955902460437, -73.8600724420473, 40.809543257963476, -73.86004168129651, 40.809518352445814, -73.85999697442216, 40.80949472220084, -73.85996443139432, 40.8094748104661, -73.8599141916188, 40.8094362675089, -73.85987304820769, 40.80940157981611, -73.85983653447867, 40.80936445378285, -73.85980416401597, 40.80933131388222, -73.85978884078311, 40.80931625421309, -73.85974763513842, 40.80927742050166, -73.8596983413668, 40.80923607984883, -73.85965516249367, 40.80919052057688, -73.859622657869, 40.80915251956721, -73.85960069628663, 40.8091179658913, -73.85957690670375, 40.8090752280504, -73.8595514919823, 40.80903320322072, -73.85954046820153, 40.80901946618543, -73.85947160199973, 40.80900895268264, -73.8594304263272, 40.80900604790277, -73.85940047587846, 40.80900790512986, -73.85934393206833, 40.80901351740606, -73.85932634125906, 40.80899535358921, -73.8593256869948, 40.80897968050574, -73.85933437187975, 40.808955537017184, -73.85934941101043, 40.80893277454124, -73.85936798939198, 40.80891094929769, -73.85940642564731, 40.80887704376138, -73.8594143611735, 40.80886426365058, -73.85941842285659, 40.80884005958705, -73.85941663394692, 40.808815053248445, -73.85940519205478, 40.8087759819498, -73.85939499089321, 40.8087493174381, -73.85938640834738, 40.80872504302312, -73.85937393932089, 40.80869365532706, -73.85937201511923, 40.808664258889124, -73.85936879493671, 40.808632909488615, -73.85935252555629, 40.80858787549321, -73.85933777106092, 40.80854440841091, -73.85932554374345, 40.80850130100773, -73.85931329405537, 40.80845196392286, -73.85930905645965, 40.808423139178004, -73.85930212087636, 40.808371612258945, -73.8592892901546, 40.808323563976025, -73.85927786991944, 40.80827488526266, -73.85926868282057, 40.808229422254705, -73.85926333107055, 40.80818105351454, -73.85926463199931, 40.808129096301535, -73.8592667388847, 40.80808943998999, -73.85926939080767, 40.808048160743525, -73.85926704664419, 40.808011708377016, -73.8592728073768, 40.80796977556057, -73.85928161813415, 40.807954991113824, -73.85929779458255, 40.807939614122716, -73.85931363670858, 40.807931015679245, -73.85934272733815, 40.80792528617993, -73.85938607917505, 40.80792270420366, -73.85942156036995, 40.80795329690941, -73.85944633006815, 40.80799298869641, -73.85946769885034, 40.80803473487328, -73.8594800208973, 40.808067218290944, -73.8594892927807, 40.808106260827465, -73.85949675345422, 40.80814826469829, -73.85950322889035, 40.80819550827268, -73.85950869372815, 40.80824203922049, -73.85951770500505, 40.808302379140855, -73.85952264873198, 40.808339767585075, -73.85953160696992, 40.80839099618874, -73.85953516415469, 40.808434531550375, -73.85954000497141, 40.80848531389129, -73.85954399042639, 40.808531457619154, -73.8595528808762, 40.80858057086457, -73.85956524077939, 40.808629443399475, -73.8595784397742, 40.8086743898782, -73.85959689407963, 40.80872760573486, -73.85960521329847, 40.80875651738357, -73.85961318384625, 40.80877936374577, -73.859630477769, 40.80880175500108, -73.85966989207314, 40.80883394359585, -73.85969175992369, 40.808861773119844, -73.85972284515215, 40.80890402544179, -73.85974815086564, 40.80894775294557, -73.85977338316516, 40.808989777510526, -73.85980524486871, 40.80904042880754, -73.8598367944005, 40.8090857010352, -73.85986741128737, 40.809128143652785, -73.8599004106929, 40.80916987596206, -73.85993014891467, 40.80920131249645, -73.85996707522845, 40.80923102699503, -73.86000832750304, 40.809266896242164, -73.86004438889489, 40.80929652771996, -73.86008611123103, 40.80933039389921, -73.86012575123276, 40.80935920663801, -73.86017918558898, 40.80939017657961, -73.8602307136818, 40.80941746744798, -73.86028144012217, 40.80944783072453, -73.86033004110614, 40.80947560967311, -73.86037723072322, 40.80950445938605, -73.86041213608792, 40.80953389934198, -73.86043371105387, 40.80954679719399, -73.86048243630243, 40.80956681032547, -73.86053332236429, 40.80958954375595, -73.86059269105284, 40.809617201444006, -73.8606331490596, 40.809633634036096, -73.86068217620796, 40.80964876224107, -73.86073572163774, 40.80966030109144, -73.86079367858412, 40.80967112844657, -73.86085167652921, 40.809679927898515, -73.86091378147054, 40.809692518873895, -73.86097458088238, 40.809708840809456, -73.86102863519139, 40.80972021534589, -73.86109199530875, 40.80973791176588, -73.86114781755529, 40.80975060400536, -73.86120570444182, 40.8097592923838, -73.86127297736554, 40.809771642650254, -73.8613253023096, 40.80978202531812, -73.86138288067161, 40.809800594410596, -73.86143669504138, 40.80982311124, -73.86148460941398, 40.8098337902015, -73.86153938933388, 40.80984340849651, -73.86156315461211, 40.80984557752169, -73.86162390188801, 40.80985234655942, -73.86168283358975, 40.809862491158185, -73.86174273771432, 40.80987521682216, -73.8618012017613, 40.80988571559608, -73.86182539357398, 40.809890811699724, -73.86185691603497, 40.80989744923138, -73.86191439939364, 40.80990937406338, -73.86198131702355, 40.80992002154746, -73.86203516213156, 40.80992785369877, -73.86208875164401, 40.809936070032165, -73.86214730122471, 40.80994022922079, -73.8621843245972, 40.809942633691634, -73.86224481777806, 40.809949129247045, -73.86230455012256, 40.80995790032304, -73.86235640357222, 40.80996718605207, -73.86241580271265, 40.80997892111471, -73.86246744365624, 40.809987822927674, -73.86253383061172, 40.80999267564816, -73.86258352233381, 40.8099996795348, -73.86264711190437, 40.81001218939924, -73.86270449354349, 40.810020683715585, -73.8627534690227, 40.810025600220165, -73.8627976892981, 40.810023759104844, -73.86285169851965, 40.81002220427005, -73.86288474006082, 40.81002734759888, -73.86293052149686, 40.81003917786137, -73.86298907711078, 40.810057747311966, -73.86304182339241, 40.810072684423425, -73.86310100895977, 40.810083488663636, -73.86316167528655, 40.810095223945744, -73.86322306170474, 40.81010548053058, -73.86328232961206, 40.81011257742171, -73.86334678809449, 40.81012338508687, -73.86340745579093, 40.81013449169294, -73.86346498408308, 40.81014265712204, -73.86352806726667, 40.81015489034763, -73.86358602318033, 40.810166651914145, -73.8636390298295, 40.810178406697226, -73.86366730405234, 40.810182722007376, -73.86372157395486, 40.81019456109215, -73.86378427605682, 40.810200783797995, -73.86384476687812, 40.81020862295506, -73.86390060328958, 40.81021483658861, -73.86396741272553, 40.81022479661084, -73.86402884472544, 40.810232004631615, -73.8640859103658, 40.81023813858018, -73.86413712113385, 40.810243742411195, -73.8641995285158, 40.81025155842656, -73.8642561211971, 40.81025774396266, -73.86434116922429, 40.81027071759843, -73.86440365297263, 40.81027597797758, -73.86446711409506, 40.81028085675985, -73.86452671763551, 40.81028216049677, -73.86458509170015, 40.81028368428145, -73.86463317320208, 40.810283109496474, -73.86470574768647, 40.810281329753614, -73.86475783891724, 40.81028295413753, -73.86482466354866, 40.810285528690216, -73.86486577272758, 40.810285495837824, -73.86492833885082, 40.8102858167934, -73.86499114435078, 40.81029316368663, -73.86505214716158, 40.81029877947793, -73.86511387069834, 40.81030491746901, -73.86517877314962, 40.81031210102152, -73.86524189797426, 40.81032156252254, -73.86529701076367, 40.810328214076975, -73.86536013268024, 40.81033912891472, -73.86542279231894, 40.8103477379015, -73.86548837304944, 40.810358300742585, -73.86554683851347, 40.81036742525661, -73.86561635859354, 40.810378101579225, -73.865675185401, 40.8103873110962, -73.86574568088406, 40.81039683313731, -73.86580765548952, 40.8104043172946, -73.86586230397535, 40.810407947765434, -73.86588661995941, 40.81040578063821, -73.86594213549876, 40.81040966151793, -73.86599796909881, 40.81041686287941, -73.86603902457276, 40.810427064614515, -73.86608910223809, 40.810438157502496, -73.86615472200457, 40.81044767543102, -73.86621844019508, 40.810450987580005, -73.86628371676396, 40.81045142080586, -73.86632616306707, 40.81045072891786, -73.86639921107248, 40.81044870102077, -73.86644877274924, 40.81044941670789, -73.86648207278597, 40.81045296812303, -73.8665429536783, 40.810465143116936, -73.86659972022036, 40.81047525477803, -73.86664878663059, 40.81048892528077, -73.86670611359996, 40.81050801370857, -73.86677034594777, 40.81052449954216, -73.86682118712038, 40.81053556507855, -73.86688226599864, 40.81053829749246, -73.86694500948877, 40.81054191068184, -73.86698476866869, 40.81054851669343, -73.86704745297338, 40.810562779956626, -73.86710938727136, 40.81057160691115, -73.86716382330789, 40.8105743045037, -73.86722946156003, 40.810574105460574, -73.86728741085156, 40.81057186600447, -73.86735450621575, 40.81056486259846, -73.8674090638336, 40.81056067049982, -73.86746429906266, 40.81055960838715, -73.86753004311169, 40.81056102929166, -73.8675645731844, 40.81056353902981, -73.86761816361891, 40.810571889667635, -73.86766481058984, 40.81058594147223, -73.86770205751544, 40.81060256330075, -73.8677846248419, 40.81065075275158, -73.86781014157154, 40.81067597075967, -73.8678384133451, 40.81071876605174, -73.86786334416111, 40.81075258223758, -73.86789469012648, 40.81079431034573, -73.86792042715446, 40.810822637102426, -73.86795479240037, 40.810853939978095, -73.86799210968839, 40.81088897788967, -73.86803343271119, 40.81092772682645, -73.8680693365752, 40.810966137262916, -73.86810423473085, 40.81100191438003, -73.86813848406167, 40.81103618060805, -73.86817666919517, 40.81107237208939, -73.86821366632735, 40.81110521414616, -73.86824225179356, 40.81113645269563, -73.86826990189641, 40.81118399639717, -73.86829948451867, 40.81122344501618, -73.8683146130072, 40.811244678943446, -73.86833428939775, 40.811287930749685, -73.86834777133876, 40.81132071798927, -73.8683716369052, 40.81136364498968, -73.86839698356123, 40.81140679429757, -73.86842208154886, 40.81144804866685, -73.86843438542691, 40.81147306685063, -73.86844657202536, 40.81152204626425, -73.86845786543054, 40.811547420790106, -73.86848272169016, 40.811583296191806, -73.8685124416907, 40.811621151928115, -73.86852963526698, 40.81164343095803, -73.86853945864921, 40.81166421936123, -73.86855887637098, 40.81170955728594, -73.86857039661835, 40.811729330958, -73.86859760029691, 40.811765510676636, -73.86864511071396, 40.81179899492133, -73.86867644225534, 40.811829910507235, -73.86868922006997, 40.81185388552423, -73.86870457771896, 40.811887060268425, -73.86872005242019, 40.811917982997, -73.86873174741297, 40.811959769535726, -73.86874864126659, 40.812001894275475, -73.86876349716272, 40.812034106707436, -73.86878263866109, 40.81207420157512, -73.86879801128055, 40.812101034112196, -73.8688299749507, 40.8121408698108, -73.868858024216, 40.81216911793673, -73.86890148003724, 40.81220761954072, -73.8689291184726, 40.81224349800529, -73.8689513080076, 40.81227541708167, -73.86898102510054, 40.81231925650077, -73.86901465691821, 40.81235651321382, -73.86905261602512, 40.81239737052173, -73.86908212762692, 40.81243607683971, -73.86910556637908, 40.812475298544435, -73.86912821608021, 40.81251317400395, -73.86915298857184, 40.81255464755785, -73.86916998503088, 40.81258277320044, -73.86920338735865, 40.81262656001012, -73.869245766229, 40.81267958259585, -73.86928789762491, 40.81273070843539, -73.8693254559652, 40.81277304921743, -73.86936084847517, 40.81281563156782, -73.8693870435961, 40.81285040967517, -73.86941943498859, 40.81289491027044, -73.86945821886901, 40.81293914524329, -73.8694921756423, 40.812976593986704, -73.86952976922083, 40.81301983884035, -73.86955279795067, 40.813048986111724, -73.86957539818076, 40.81309358634445, -73.8696014688815, 40.81313451196207, -73.86963502577962, 40.81317530916281, -73.86966259034467, 40.813211186460975, -73.86968242396574, 40.81324812570672, -73.86970621733428, 40.81329179344408, -73.86972913433408, 40.81333996177661, -73.8697445597329, 40.81337832331963, -73.86976914385345, 40.81342314457406, -73.86980005331172, 40.81344933625509, -73.86983720667503, 40.81347852733245, -73.86987716577504, 40.8135130462102, -73.86991567776593, 40.813549978577264, -73.86995121999733, 40.813589130911474, -73.8699765057188, 40.813627420697436, -73.87000520901373, 40.81367394938679, -73.87003312825289, 40.81371413587665, -73.87006545123738, 40.81375586537323, -73.8700989296105, 40.81379833637168, -73.87013508432932, 40.81383897155743, -73.87016129594754, 40.81386570715177, -73.87019925561079, 40.813907688793165, -73.87023102809377, 40.813954056087944, -73.87025419145154, 40.81398803363757, -73.87028514632505, 40.8140282513955, -73.870318745882, 40.81406402545976, -73.87035592029628, 40.814100956171366, -73.87039252003852, 40.8141359933777, -73.87042360701496, 40.81416322786425, -73.87045626378814, 40.81420177346156, -73.87048431043738, 40.814231557427426, -73.87052098887973, 40.81426398593753, -73.87055382905565, 40.81430030838267, -73.87058406963298, 40.81433621637271, -73.87061860915293, 40.81437273251243, -73.87065745175993, 40.814406508750835, -73.87068587433883, 40.814429568168705, -73.87070733198829, 40.81444795428885, -73.87071061156972, 40.81447175542849, -73.87073326576136, 40.81448800150106, -73.87076572669785, 40.81449756245828, -73.8707949309975, 40.81447149155171, -73.87081457944656, 40.814454744493986, -73.87083304451488, 40.81445229511565, -73.8708602453974, 40.81445386273568, -73.87087630887237, 40.81446071550681, -73.87089513282264, 40.81447794600481, -73.8709139908228, 40.81449718104643, -73.87094581887159, 40.814515906513364, -73.87099930262589, 40.81454385298943, -73.87101993823723, 40.81455897202484, -73.8710650251452, 40.81459577447959, -73.87111016548334, 40.81462398622509, -73.87116068523169, 40.81465368438277, -73.87121586528178, 40.81468347237052, -73.87126371801526, 40.81471086312929, -73.87131228673478, 40.81474006646919, -73.87135916671843, 40.81476547950919, -73.87140875022202, 40.81479339352668, -73.87146227727084, 40.8148193911569, -73.87151280948959, 40.81484217424893, -73.87157125113457, 40.81486672210027, -73.8716002375474, 40.814878556310674, -73.8716590131404, 40.814898988312976, -73.87171630146322, 40.814921777935105, -73.87175778715961, 40.81493450399763, -73.87181761796661, 40.8149511225831, -73.87186867471458, 40.814965067714105, -73.87193435559266, 40.81498314614358, -73.87198689520959, 40.81499582947057, -73.8720359635009, 40.815010211762555, -73.87209333840408, 40.81502630519005, -73.87214681367404, 40.815041239826314, -73.87221325108185, 40.81505984122427, -73.87227471195813, 40.81507393458132, -73.87233403441466, 40.815091236713435, -73.8723907704636, 40.81510183894923, -73.87245375007568, 40.81511513875189, -73.87250112725677, 40.8151263888439, -73.87256218448589, 40.81514336499541, -73.87261396665623, 40.81515744747315, -73.87267181711881, 40.815169203439005, -73.87272973975226, 40.81518227778443, -73.8727895736496, 40.81519752260839, -73.8728426867117, 40.815212977909866, -73.87289442678785, 40.81522868021061, -73.87295035730284, 40.81524474370285, -73.87300870794581, 40.815260919694225, -73.87307417468747, 40.815277240365646, -73.87314112131436, 40.81529446942941, -73.87319705585062, 40.815309104616475, -73.87325399891324, 40.815323824631314, -73.87331845380554, 40.815340637524216, -73.87334806748365, 40.815346379214255, -73.87337641070724, 40.81535453463678, -73.87340792732428, 40.81536620727934, -73.87345913741665, 40.8153758970203, -73.87354679055133, 40.815390815381704, -73.87361641547335, 40.815404642323834, -73.87368845289932, 40.815423852341645, -73.87374546766833, 40.81544024441629, -73.87380669992659, 40.81546087071721, -73.87384583648051, 40.81547395005256, -73.87391787383959, 40.81549326978729, -73.87397684726247, 40.81550565847461, -73.87406640660394, 40.815523706853355, -73.87413848654306, 40.8155393758782, -73.87421829149703, 40.815558511197246, -73.87429993737831, 40.815577565622135, -73.87438025179695, 40.81559497332892, -73.87443362271404, 40.8156085623452, -73.87450298879298, 40.81562724755541, -73.87457918259487, 40.81564566459879, -73.8746587715698, 40.81566444278022, -73.87472766938846, 40.81568197380826, -73.87480433123703, 40.815700529887714, -73.87487539699559, 40.81571806318126, -73.87494336006036, 40.815733533627245, -73.87498352272718, 40.8157394241139, -73.8750658862937, 40.81576218522246, -73.87515915537165, 40.81578761995199, -73.87523849622738, 40.81580362573163, -73.87528839513061, 40.815814414548804, -73.87539890646275, 40.81583928871243, -73.87548550336189, 40.81585928056219, -73.8755211379841, 40.81587172519713, -73.87558417124592, 40.81589635881051, -73.87565003046487, 40.81591580766951, -73.87572618806841, 40.81593427884463, -73.8757773907362, 40.81594836017425, -73.8758534385642, 40.81596853218716, -73.87592742850217, 40.815986316516785, -73.87599679494524, 40.81600587791148, -73.87606687409318, 40.816029091548735, -73.87612631223473, 40.81604381192328, -73.87617943537386, 40.81605462903192, -73.87621536606348, 40.816062874748646, -73.87629362372282, 40.81608038697166, -73.87636776615695, 40.81609405320568, -73.87644494071115, 40.81610956055701, -73.87651990297971, 40.816131132140534, -73.87659477550741, 40.81616085578494, -73.87664810134197, 40.81618007093586, -73.87671792797846, 40.81620353064255, -73.87678872935425, 40.81622806204017, -73.8768473996025, 40.816247996003725, -73.87691505849651, 40.81627145417573, -73.87697228981374, 40.81628886154389, -73.87704771844372, 40.81631098168394, -73.87712361745892, 40.816332580887625, -73.87716464093366, 40.81634310909383, -73.8772057284248, 40.81635685032925, -73.87728255289854, 40.81638635498224, -73.87735386471823, 40.81640811394264, -73.87743475455612, 40.81642812707027, -73.87750076467506, 40.81644537871588, -73.87758396288112, 40.81646704120128, -73.8776290599111, 40.81648103057719, -73.87769548732295, 40.81650797370963, -73.87775801088216, 40.81653403287867, -73.87782554887178, 40.8165636371833, -73.87788850068912, 40.8165947197108, -73.87795051711306, 40.816623357263005, -73.87802584738093, 40.816660079126486, -73.87808590768049, 40.81669093696422, -73.87816098251338, 40.81672936221024, -73.87819029352846, 40.81674366516609, -73.87825374888531, 40.81677504879103, -73.87831673164837, 40.81680692805629, -73.8783692892097, 40.816832644990846, -73.87843566709786, 40.816864993329375, -73.87850052348125, 40.816901044673244, -73.87856115216995, 40.81693764173168, -73.87860449842692, 40.816960414134726, -73.87866311333796, 40.81699184736677, -73.87872966189633, 40.81703152306314, -73.87879383546156, 40.81706584546769, -73.8788676755471, 40.81710714784301, -73.87893232120503, 40.817141360805195, -73.87899373467135, 40.81718336414494, -73.87904376697699, 40.81722469724916, -73.8790872761136, 40.817259134684946, -73.879153814864, 40.817305150526884, -73.87920738956059, 40.81734489609267, -73.87925662878521, 40.817387737506145, -73.87929705850492, 40.81742686502978, -73.87934794738032, 40.817474511384, -73.87939491575466, 40.81751276772946, -73.8794542076663, 40.8175504597212, -73.87950595327916, 40.817585260403405, -73.87956627684088, 40.81763129922545, -73.87962085803518, 40.81767581918473, -73.87966852431684, 40.81770781858904, -73.87970868663471, 40.81773577501605, -73.87976746521879, 40.81777634790113, -73.8798303126978, 40.81782499435407, -73.87987305919042, 40.817861457713974, -73.87993109423071, 40.81791482490763, -73.87998326197388, 40.8179557482944, -73.8800417456149, 40.81800035585969, -73.88009297912603, 40.818038835174775, -73.88015078111313, 40.81808094489586, -73.88020944860517, 40.818123630004145, -73.88026172923689, 40.81816260560469, -73.88031316841287, 40.81820747946595, -73.88036149757816, 40.81825356034543, -73.88041304342396, 40.81829917538135, -73.88045589425697, 40.81833794750508, -73.8805092468603, 40.81838411367371, -73.8805514894713, 40.81841972978836, -73.88058983507325, 40.81845254130486, -73.88061091213034, 40.81846398143652, -73.88063564806745, 40.818471581129096, -73.8806754415244, 40.81848295867762, -73.88070139888818, 40.81849621474312, -73.88076570264754, 40.8185366298394, -73.88083368844741, 40.818582150922566, -73.88089107611499, 40.81861388521035, -73.8809620410452, 40.818649996396374, -73.88102036084581, 40.81868617823722, -73.8810430288014, 40.8186969328515, -73.8810626109874, 40.818717840987084, -73.88111256486283, 40.818765293779684, -73.88115152875498, 40.818795306098544, -73.8811692208717, 40.8188033387587, -73.88124320618468, 40.818826937772045, -73.88128342335152, 40.818843501509846, -73.88130377351979, 40.818859222629854, -73.8813483466839, 40.818904446452166, -73.88136894749067, 40.81892055233077, -73.88142082070698, 40.81896605648556, -73.88146786604003, 40.81900362497465, -73.88150051458382, 40.819031079573215, -73.88154550247451, 40.819066533349215, -73.88160402485036, 40.81911182543001, -73.88166088973237, 40.81915338411921, -73.88170270895024, 40.819184414940665, -73.8817472345386, 40.81921599692516, -73.8817753420491, 40.81923757194388, -73.881835976471, 40.81927315150726, -73.88189696211197, 40.8193125729192, -73.881930051493, 40.819336265568815, -73.88199379032794, 40.81937327551523, -73.88203339469658, 40.81941017789159, -73.8820497192386, 40.819434238766185, -73.88206824014007, 40.81946236402743, -73.88209784234992, 40.8194954398437, -73.8823786321791, 40.819704023305015, -73.88247469405985, 40.819790470823015, -73.88251442371535, 40.81990038095973, -73.88255381684822, 40.82001567210823, -73.88257587534557, 40.82012836566536, -73.8826040255413, 40.82022690330158, -73.8826256714876, 40.82032559819906, -73.88265767229953, 40.82041516268378, -73.88270024204428, 40.82051135386158, -73.88274663209302, 40.8206157551357, -73.88279503043663, 40.8207059422852, -73.88286431035702, 40.82079812451665, -73.8829024783887, 40.82089285593854, -73.88295173751852, 40.82098652881493, -73.88302727498758, 40.8210958726617, -73.88309797479964, 40.821181826549, -73.88316140120543, 40.82127460779311, -73.88322327304262, 40.821367798052954, -73.88327133303841, 40.821467067959034, -73.88331912578742, 40.82157416198972, -73.88335881838742, 40.821666039314685, -73.88341714491435, 40.821782502818955, -73.88346257534296, 40.82187691269974, -73.88350072882938, 40.821981469210634, -73.88354559374241, 40.8220889428907, -73.88358706017083, 40.82217818706661, -73.88362876332869, 40.82227786191854, -73.88367824581346, 40.822368350530105, -73.88373956331716, 40.82245075558686, -73.8838105118929, 40.82254019418856, -73.88391656744213, 40.82259632090037, -73.88407803625407, 40.82263654643328, -73.88405864039558, 40.82266601369578, -73.88390992675457, 40.82268402529026, -73.88383476041625, 40.82268616031118, -73.88369954342137, 40.82268258681813, -73.88355698365535, 40.82269212598803, -73.88266525576034, 40.82282619750498, -73.88173624004206, 40.82297077140744, -73.88168691119891, 40.82297844796695, -73.88075198471304, 40.82310891780502, -73.87983392813442, 40.8232325619753, -73.87972312440638, 40.82324960361659, -73.87890200013481, 40.8233574368618, -73.8779850237964, 40.82348231463646, -73.8778719674494, 40.823497113481025, -73.87782367393262, 40.82350343693873, -73.87736254571287, 40.82356379579914, -73.87728575530701, 40.823571085570855, -73.87723626303625, 40.82357558400121, -73.8772100788545, 40.823577906418336, -73.87718389002569, 40.82358017659581, -73.87704375917573, 40.82357533117217, -73.87692707865733, 40.82357602254871, -73.87662179144547, 40.82360612589493, -73.8763355395469, 40.82363677293756, -73.87594599753238, 40.82368508039753, -73.87548466793902, 40.823750105110555, -73.87519344760419, 40.82381129330074, -73.87510645303227, 40.82382781597533, -73.87504997324501, 40.82383500558808, -73.87416436892798, 40.82396518099447, -73.87411367684244, 40.82397263310585, -73.8734231506684, 40.82407412768884, -73.87359452833266, 40.82443248007865, -73.87319925109489, 40.824482943971304, -73.87284304649442, 40.82453640413016, -73.87270768962482, 40.824554086425664, -73.87263655228844, 40.82456374224492, -73.87251337819937, 40.8245807047632, -73.87242102753207, 40.82459342209621, -73.87224819445807, 40.824615255096234, -73.87208797734445, 40.824637966308714, -73.87200390468702, 40.82464992076419, -73.87176796788482, 40.82467563796477, -73.87145660911659, 40.82471712297417, -73.87082749050967, 40.824796898245005, -73.87051877811352, 40.82484058990342, -73.8698976604632, 40.82491836368019, -73.8698433848681, 40.82492516061349, -73.86960335564376, 40.82468331954078, -73.86764503917317, 40.82495274667546, -73.86616651087708, 40.825156138189804, -73.86543976485812, 40.82523894407735, -73.86496624401448, 40.82529011508283, -73.86469877482055, 40.82531312533013, -73.86465809384362, 40.825316627348975, -73.86438660743799, 40.825339982450615, -73.8635069381733, 40.82542842423205, -73.86333317125388, 40.82544473803251, -73.86289131284872, 40.82548622258276, -73.862777611552, 40.82549833499177, -73.86266220871624, 40.82551062986402, -73.86179276613116, 40.82560324905516, -73.86087365187981, 40.825713973795935, -73.86005453806193, 40.82581979144508, -73.85969037405071, 40.825868867235314, -73.85952908355904, 40.825890603369245, -73.85954978782077, 40.82593653500028, -73.85956517177766, 40.82597066904682, -73.85958577815424, 40.826016383531844, -73.85960575329422, 40.82606069697228, -73.85962570957321, 40.82610497256504, -73.85970333113893, 40.82627703303898, -73.85919813851649, 40.82634376093923, -73.8590997798145, 40.82635751565198, -73.85901202766013, 40.826370043265314, -73.85879356780688, 40.82640128524082, -73.85866083059459, 40.826419978123795, -73.85853273837283, 40.826435133999254, -73.85732539207956, 40.82659414114425, -73.85727871143169, 40.826599309861855, -73.85692269122215, 40.826669875539004, -73.85660538955787, 40.826712108222594, -73.85637332243141, 40.82674194913266, -73.85632283943214, 40.8267483842286, -73.85615112859968, 40.82676973435236, -73.85599073683471, 40.82679533609254, -73.85470996737543, 40.82696732817184, -73.85432217134829, 40.82701746034487, -73.85420300307517, 40.82703286581913, -73.85382125038286, 40.82708221511356, -73.85324043841213, 40.8271638899477, -73.85309055243874, 40.82718529840776, -73.85294366728981, 40.82720434849755, -73.85275600506233, 40.827229832617775, -73.8500302819039, 40.82759602072816, -73.84708945758722, 40.82798742721012, -73.84699865411287, 40.827999512101336, -73.84699865411287, 40.827999512101336 --73.93623228005859, 40.820435613945925, -73.93645137172749, 40.82013576152404, -73.93664749855235, 40.819868609294176, -73.93672042163244, 40.81976966135715, -73.93677899546283, 40.81969238045748, -73.9367915598979, 40.81967514553862, -73.93696278853106, 40.81944028351624, -73.9371807105425, 40.81914323226952, -73.93756558812781, 40.81861601412193, -73.93762395272009, 40.818541058649124, -73.93764082484415, 40.818516798488695, -73.93771594985537, 40.81840878219011, -73.9380224173804, 40.81798871971628, -73.93808760273973, 40.817899370525105, -73.93817703833412, 40.817776720421584, -73.93846831740795, 40.817377250144645, -73.9385384767004, 40.81728103255332, -73.93864378954687, 40.81713712440382, -73.9389139903831, 40.81676790294371, -73.93899151321436, 40.81666196900451, -73.93906788342986, 40.81655762197856, -73.93939315464021, 40.816113209034626, -73.93945690364693, 40.816026104128404, -73.93952102228822, 40.81593770086297, -73.93985072124453, 40.81548312139565, -73.93990919823605, 40.81540249435854, -73.93996072972777, 40.81533203569014, -73.94031349021797, 40.81484968112202, -73.94036884206946, 40.814773992354006, -73.94043248091363, 40.814686601376096, -73.9407744683074, 40.81421696651248, -73.94085554218665, 40.81410563101953, -73.9409340572168, 40.81399922798174, -73.94106810558517, 40.8138175690062, -73.94114184836872, 40.81371763615806, -73.94127115966647, 40.81354239236534, -73.9413475201897, 40.81343688933738, -73.94145572819664, 40.813290346053215, -73.94172623849802, 40.81291916656596, -73.94180335635708, 40.8128147559124, -73.94201498333149, 40.81289963267364, -73.94310163070651, 40.81335638498161, -73.94439987229617, 40.813904338859025, -73.944648333899, 40.81400920605844, -73.94492089111186, 40.81412414008697, -73.94728025727149, 40.81511901466615, -73.94748831679728, 40.815206745092965, -73.94769749558758, 40.8152946989738, -73.948500784675, 40.815632454311476, -73.94867681697706, 40.81569197641429, -73.94860871787233, 40.815836748705685, -73.9484055822749, 40.81626859397435, -73.9483560042026, 40.81637399295686, -73.94829122549719, 40.816505767859255, -73.94823172464255, 40.81663296156303, -73.94817238472592, 40.8167601994303, -73.94808969619348, 40.81693815264396, -73.94800732362741, 40.81711619058254, -73.947909259514, 40.817329150739965, -73.94781164746608, 40.81754223077755, -73.94777493921798, 40.81762138403186, -73.94773907150424, 40.81769872585495, -73.94772153125659, 40.8177364928417, -73.94766640158123, 40.81785519562628, -73.94756098272941, 40.81808174692295, -73.9474553605135, 40.818308243092204, -73.94734952900566, 40.818534683230276, -73.94708122667979, 40.81911076476108, -73.94703622149642, 40.819208064360645, -73.94701372427618, 40.81925660519564, -73.94698749746964, 40.819313187546165, -73.94689577927595, 40.81951107717493, -73.94677198663749, 40.819778164080375, -73.94674019052206, 40.81984676272496, -73.94671831388142, 40.81989396204437, -73.9466585939081, 40.82002228398964, -73.94645589930654, 40.82045782227982, -73.94642913264886, 40.820515336255625, -73.94640288722037, 40.820571730249526, -73.94638032030535, 40.82061882562149, -73.94634281042966, 40.82069710182561, -73.94616456399233, 40.82106906959174, -73.94612297888305, 40.821156878270415, -73.94607848725428, 40.82126355096989, -73.94603076684253, 40.82137275073263, -73.94574113122145, 40.8220355384779, -73.94531187267148, 40.822937412121554, -73.94527604478763, 40.823012688295016, -73.94505600885097, 40.82347497482326, -73.94498139977797, 40.82363172459092, -73.9448689787961, 40.8238660690726, -73.94475648760539, 40.8240312454174, -73.94456731531814, 40.82395179753911, -73.94408726354666, 40.82375018338122, -73.94398473155034, 40.82370712143454, -73.94394084754126, 40.82368869037095, -73.94384274880308, 40.823647489976686, -73.94371922635108, 40.82359536308252, -73.9430931017059, 40.82333113844445, -73.94292366307877, 40.82326027932195, -73.94191717108168, 40.82283718928265, -73.9390768275256, 40.82163707950858, -73.93623228005859, 40.820435613945925, -73.93623228005859, 40.820435613945925 --73.94800732362741, 40.81711619058254, -73.94808969619348, 40.81693815264396, -73.94817238472592, 40.8167601994303, -73.94823172464255, 40.81663296156303, -73.94829122549719, 40.816505767859255, -73.9483560042026, 40.81637399295686, -73.9484055822749, 40.81626859397435, -73.94860871787233, 40.815836748705685, -73.94867681697706, 40.81569197641429, -73.948500784675, 40.815632454311476, -73.94769749558758, 40.8152946989738, -73.94748831679728, 40.815206745092965, -73.94728025727149, 40.81511901466615, -73.94492089111186, 40.81412414008697, -73.944648333899, 40.81400920605844, -73.94439987229617, 40.813904338859025, -73.94310163070651, 40.81335638498161, -73.94201498333149, 40.81289963267364, -73.94180335635708, 40.8128147559124, -73.94190534866654, 40.812673154587195, -73.94215201386896, 40.81233413862811, -73.94224931984574, 40.812200401383926, -73.94233082716563, 40.81208925324062, -73.9426295821649, 40.8116818568687, -73.94272056410395, 40.81156770909518, -73.94279912640879, 40.81144761180186, -73.94310361491088, 40.81103540654748, -73.94317184229294, 40.81094161373321, -73.94310371964386, 40.81091289297706, -73.93994875510087, 40.80958111245293, -73.94040343651763, 40.80895778861845, -73.94086062473832, 40.808333959939425, -73.94131742021706, 40.80771303239549, -73.94177138838889, 40.80708868686614, -73.94226133375177, 40.80641532537544, -73.9427536615997, 40.80574370268095, -73.94144768720405, 40.80519282052195, -73.94116690447598, 40.805062843674996, -73.94124088491183, 40.80499667854753, -73.94125674126363, 40.80498063884203, -73.94129131826212, 40.804940528435104, -73.94131547323309, 40.804906221829505, -73.94137963890988, 40.80481941668768, -73.94154502839937, 40.80459442822653, -73.94165131309613, 40.80444984306711, -73.94172931850947, 40.80434255388006, -73.94201538801688, 40.80394908831337, -73.94210239765884, 40.80382941163045, -73.94220222148799, 40.80369285064863, -73.94249278500122, 40.80329533116583, -73.9425667971691, 40.803194078147136, -73.9426656703621, 40.803058319522506, -73.94284462584096, 40.80281260189593, -73.94292741078026, 40.80267428034564, -73.94299316129776, 40.80256123632202, -73.94311081740058, 40.802609088429236, -73.94317986395266, 40.80263807802785, -73.94321839530596, 40.80265367654643, -73.94331620309353, 40.80268803729479, -73.94459750392838, 40.803227839347315, -73.94613130797744, 40.803877050615306, -73.94781298036332, 40.80458631495897, -73.94837437966738, 40.804822761327465, -73.95065413937193, 40.805784368348185, -73.95213811428233, 40.80640810649562, -73.95285737001258, 40.80670883162689, -73.95349968582119, 40.806980978151024, -73.95494881432056, 40.807592500185116, -73.95616189451695, 40.80810456336109, -73.95634493338468, 40.808173044558764, -73.95588417382599, 40.80880193909584, -73.95542974395457, 40.809428843177244, -73.95496656978354, 40.81006424539303, -73.95553510546661, 40.810304329868984, -73.95780889465546, 40.81126446660255, -73.95827207880002, 40.8106285551267, -73.95810384448149, 40.810551155765836, -73.95748225554482, 40.81028577303705, -73.95741412800865, 40.81024683648214, -73.95736161122765, 40.810210475681934, -73.95729537589011, 40.810154118725606, -73.95724604609234, 40.810101291649076, -73.95718619608937, 40.8100163660017, -73.95715214362053, 40.80994654225649, -73.95712707732561, 40.80986361959877, -73.95712028033898, 40.80982136571169, -73.95711732449014, 40.80977175708566, -73.95712812833912, 40.80968182748095, -73.957154036817, 40.80958679766541, -73.95716509473571, 40.80955866481734, -73.95724526864066, 40.80940385846537, -73.957616382814, 40.808671038777106, -73.95786549468687, 40.80818691157478, -73.9579486160864, 40.80805308108036, -73.95840662134991, 40.80741890211354, -73.95935674787394, 40.80612057207774, -73.9595658131846, 40.80619073588591, -73.96089865606879, 40.80675227995845, -73.96105362550844, 40.80682063250891, -73.96113232074498, 40.806702938728414, -73.96116852081542, 40.80664880036315, -73.96129870155748, 40.80647613666786, -73.96142626759202, 40.80630497757935, -73.96154857489535, 40.806135472607785, -73.96200827985187, 40.80550895016593, -73.96236344220986, 40.805664701612095, -73.96484783075401, 40.80670601357398, -73.96439006634871, 40.80733731865132, -73.96390317211124, 40.80800355025744, -73.96412050628581, 40.80810866930703, -73.96455280686047, 40.808291355605974, -73.96496113046267, 40.80848136754932, -73.96523219738916, 40.80860750582872, -73.96539606248992, 40.808660933949525, -73.96562996866739, 40.80872649083502, -73.96568844617205, 40.808742881107975, -73.96575307937577, 40.80875927227952, -73.96590008449402, 40.80880503233559, -73.96568887508224, 40.80902587892653, -73.96442407550265, 40.810754825974705, -73.96427243132028, 40.81069898154277, -73.96359348304412, 40.81041463419758, -73.96347671478482, 40.810372878105206, -73.96305843804956, 40.81094688596704, -73.96385238513955, 40.811279578844946, -73.96401951406317, 40.81133035885581, -73.96390973883238, 40.811498649156654, -73.96383754908298, 40.811643456261876, -73.96380449669608, 40.811690449160864, -73.96376212721265, 40.811811757183975, -73.96374596214595, 40.81186408631701, -73.96339407577226, 40.812183029499224, -73.96321420271862, 40.812362179349705, -73.96316733640032, 40.812418885820996, -73.96301572221049, 40.81262406605364, -73.96238490605596, 40.813485698279216, -73.96220247785841, 40.81375363471192, -73.96197563400375, 40.813894218693136, -73.96185164983262, 40.81405271027359, -73.96183142926566, 40.81408008950263, -73.96174613474689, 40.81419682780645, -73.96116364940936, 40.814997699119786, -73.96068713858185, 40.81564408279405, -73.96064200196015, 40.81571063123166, -73.96062298867984, 40.815741183104684, -73.96056136940308, 40.815881868296444, -73.96051188787418, 40.816089216894675, -73.96049822852973, 40.816173369055534, -73.96049221021082, 40.81630422630255, -73.96050599099883, 40.81642094082253, -73.96053200692268, 40.81651476709634, -73.96057097495722, 40.81660596473998, -73.96072289462745, 40.81687331646684, -73.96075764807735, 40.81694666385919, -73.9607778165891, 40.81700380274049, -73.96078789425397, 40.817045591920404, -73.96080172453722, 40.81711966338316, -73.96080354848048, 40.81714621965286, -73.96080127858973, 40.81719056204322, -73.96079561336133, 40.81724000099092, -73.96078211230054, 40.81729713021668, -73.96076749541301, 40.81733890919331, -73.96074614059387, 40.81738580249652, -73.96073153340338, 40.81741308527503, -73.9607056926272, 40.81745315577968, -73.96067221803477, 40.817503957595605, -73.96081012768397, 40.81756152558002, -73.96091229151595, 40.81760417266327, -73.96102015827718, 40.817648367736545, -73.9611620686128, 40.81770650756583, -73.96136184705607, 40.81778948071213, -73.96141095096887, 40.817809874495495, -73.96145122416124, 40.81783262010465, -73.96152568721968, 40.817874674756446, -73.96158283150609, 40.81790689917244, -73.96169393744019, 40.81796969805219, -73.96175346594224, 40.81800331624338, -73.96178925795873, 40.81802353165258, -73.96199929531913, 40.81813029730894, -73.96193722852863, 40.81820080193021, -73.96162734879434, 40.818551545294014, -73.96116126756405, 40.819079077499865, -73.9605173091179, 40.819805631450414, -73.95999619054795, 40.820384843781, -73.9598208324584, 40.820300214501756, -73.95968973926628, 40.82045862547785, -73.95956965307342, 40.82060864573482, -73.95950477930766, 40.82069650329958, -73.95939032821448, 40.82085700171607, -73.95932230916381, 40.82095265906569, -73.95912783577518, 40.82116820060274, -73.9590909704993, 40.82120906195149, -73.95881888797673, 40.821510618704984, -73.95894488078797, 40.82156020532735, -73.95874992706462, 40.821798092746306, -73.95865934139648, 40.8219086277162, -73.95863651399274, 40.82189791533314, -73.95851699538031, 40.82183875032826, -73.95826329088263, 40.822177797299666, -73.9582294614441, 40.822224390222026, -73.95820531933235, 40.82226286237066, -73.95819052352664, 40.82229266252456, -73.95818143927225, 40.82232002530424, -73.95816628142316, 40.822403377820706, -73.95815549637942, 40.82244726768421, -73.9581443724853, 40.8224833222079, -73.95813406558817, 40.822505756124656, -73.95811937241056, 40.822526798982146, -73.9579390466774, 40.82277404195654, -73.95822838371217, 40.822887551987584, -73.95814312664264, 40.82302040455257, -73.95727774874311, 40.8232061548501, -73.9570810251742, 40.823179245219556, -73.95698295797, 40.82316587233337, -73.95690142422295, 40.82315347988097, -73.95639057307649, 40.823084921267046, -73.95634184285552, 40.82307675784225, -73.95630480830734, 40.82306971004118, -73.95627752229301, 40.823063036028785, -73.95623755653433, 40.82305375746679, -73.95618590683696, 40.82303818899058, -73.95611135892564, 40.82301150506163, -73.9560222276546, 40.82297852826092, -73.95574306977825, 40.822875250738264, -73.9557811652334, 40.82280002981736, -73.9558335731736, 40.822701496923386, -73.95585018222138, 40.82267048029715, -73.95588139398524, 40.822612918132535, -73.955912421408, 40.82255797633181, -73.95597993452111, 40.8224503667391, -73.95606975012451, 40.82234343467231, -73.95615427296806, 40.822257640566185, -73.95622655149616, 40.822195595034096, -73.95665691314419, 40.82182614899261, -73.95679637533057, 40.82170642364207, -73.95688458568917, 40.821638368346335, -73.9573343579571, 40.82126108908273, -73.95746185726573, 40.82111923960207, -73.95768310945917, 40.821086888740226, -73.95783586743683, 40.82105422877195, -73.9578967827245, 40.821036824627825, -73.95794583320033, 40.82101821666395, -73.95801665501013, 40.820981294211755, -73.95809182380172, 40.82093445523046, -73.95815196106844, 40.8208948192178, -73.95820656443958, 40.820850375219564, -73.95825088324663, 40.82081013278936, -73.95827858395907, 40.820781903253526, -73.95830470143594, 40.82075487259942, -73.95835219626332, 40.8206948032512, -73.95841539577593, 40.82062539059542, -73.95854993005918, 40.820443842255266, -73.95876861686321, 40.820131964425116, -73.95887389289734, 40.82000520943518, -73.95886502771586, 40.82000128371083, -73.95874241881125, 40.81994933619628, -73.9586748727707, 40.819920827507126, -73.95624829369149, 40.81889658292267, -73.95608318515907, 40.81882688836006, -73.95602259852345, 40.8188013154798, -73.95595956254577, 40.81877470606103, -73.9558057239246, 40.81870976642335, -73.95542379439476, 40.81854931390453, -73.95529479589557, 40.818479917620195, -73.95509342027299, 40.81837602741802, -73.95443141885059, 40.818098014908784, -73.9543196911031, 40.8180510935446, -73.95338066736555, 40.81765673148789, -73.9531899356207, 40.81759458477449, -73.95301457530886, 40.817537445368615, -73.9524083383195, 40.81728221477171, -73.95227185248326, 40.81722033294728, -73.95213019769797, 40.81741566401575, -73.95185663801456, 40.817793717327255, -73.95178564831328, 40.81787091876483, -73.95170372618547, 40.81794173916205, -73.95161210626176, 40.8180051758606, -73.9515218323506, 40.81805605112304, -73.95097252226643, 40.818328349674736, -73.9508799060885, 40.81839412305363, -73.95072771320773, 40.81832996076766, -73.94994991758571, 40.818002049397094, -73.94973379372071, 40.81792128978692, -73.94800732362741, 40.81711619058254, -73.94800732362741, 40.81711619058254 --73.89542858468495, 40.815844358782684, -73.89513978745437, 40.81612550286157, -73.89454374457479, 40.81670220331653, -73.89413165698275, 40.81709889819161, -73.89411819981498, 40.81711185299632, -73.89332276105716, 40.817877560959545, -73.89321150977182, 40.81780894724676, -73.89312890183709, 40.817757998017704, -73.89307262750144, 40.817725108311855, -73.89301098051952, 40.817689077161134, -73.89292454483386, 40.817638556471266, -73.89288509100062, 40.81761549771248, -73.89265044651843, 40.81783419758073, -73.89248520482023, 40.817991703576034, -73.89228241289787, 40.81817980647095, -73.8919514190013, 40.818507305668625, -73.89192830255931, 40.81852934978684, -73.89187696260278, 40.8185803994662, -73.89183196601712, 40.818625144389316, -73.8917868387743, 40.81867001884359, -73.89144545935898, 40.819003017861995, -73.89104895225931, 40.81939252129612, -73.89091664030911, 40.81951659455174, -73.89061645246571, 40.819809255356105, -73.8905034263866, 40.81991058636335, -73.89042223097152, 40.81998337924604, -73.89038753709946, 40.82001350211279, -73.89019971896502, 40.820147344377766, -73.89011260417995, 40.82020235469344, -73.8899920598745, 40.82027742314095, -73.88995193573118, 40.82030240966332, -73.88968612004213, 40.820467250967674, -73.88955720563975, 40.82055761129295, -73.8891479411526, 40.82082133160039, -73.88889995081146, 40.820984584432445, -73.88886106322796, 40.821011067489664, -73.88874063128286, 40.82109307125699, -73.888712909449, 40.82111194953549, -73.88862632105923, 40.82117462335829, -73.8884969645225, 40.821268251767165, -73.88835031025437, 40.82137693489698, -73.8881142280537, 40.821553405143625, -73.88805227903799, 40.8216033865224, -73.88802325946905, 40.82162680097714, -73.88798933285587, 40.82165417194306, -73.88796641858059, 40.82167439915234, -73.88783297251696, 40.82179219036821, -73.88762344472747, 40.82197786869347, -73.88753556664264, 40.822060305435286, -73.88745981013838, 40.82212381469405, -73.88741357964348, 40.82215622976872, -73.88737689462808, 40.82217558794141, -73.88735929950882, 40.822184211921126, -73.88729410148093, 40.82221242921271, -73.8872470228456, 40.82222831567551, -73.8871915136427, 40.82224632444683, -73.88714510037988, 40.8222556748136, -73.88668157263785, 40.822325587737225, -73.88589850317777, 40.82244180986689, -73.88508732213616, 40.822541278246476, -73.88499334649059, 40.822552802765145, -73.88491400666815, 40.822562411150614, -73.88474386293365, 40.82258302107447, -73.88449555886922, 40.822613095946046, -73.88443220309698, 40.82262049218106, -73.88441889379912, 40.822588213145984, -73.88440765615536, 40.82256096005671, -73.88441868179915, 40.82254238035525, -73.88443537521388, 40.822514016133304, -73.88440938098243, 40.822416927344, -73.88435894695166, 40.82230997071065, -73.8843288002409, 40.82221302361571, -73.8842912287861, 40.822106957835295, -73.8842288144315, 40.82201297067775, -73.88415662139927, 40.8219125234031, -73.88409477743967, 40.821822023466176, -73.88402030685232, 40.821721381106904, -73.88396274854286, 40.8216396400363, -73.88388721569537, 40.82154679392063, -73.88383125200819, 40.82146370904514, -73.88375886861031, 40.82128495411342, -73.88374203896277, 40.82124339542545, -73.88365882230438, 40.821037885643825, -73.88359954197755, 40.820908437019504, -73.88325248896275, 40.820119885656936, -73.88304096189385, 40.81965965686694, -73.88300612912109, 40.819600445361985, -73.88296038043362, 40.81950425105584, -73.88241499712461, 40.818895822763814, -73.88189924318624, 40.818497447861795, -73.88140759364929, 40.818117956332074, -73.8814250100749, 40.81809436500425, -73.88142843704337, 40.818076282038916, -73.88139967409164, 40.81803906101544, -73.88136757354576, 40.818009028823184, -73.88134910690619, 40.81799141590414, -73.88128972456485, 40.81794312954579, -73.88125234145404, 40.81791825173207, -73.88123248748563, 40.817908926443764, -73.8811903739308, 40.81790125314281, -73.88115977706494, 40.81790012300457, -73.88036227085848, 40.81732101322384, -73.88033192582772, 40.81729929865473, -73.88029976083048, 40.81726536693958, -73.88026017430543, 40.81723955359778, -73.88021069586182, 40.817189711896184, -73.88019302676757, 40.817171168503286, -73.88018757253798, 40.817150466701456, -73.88018996434428, 40.81712683743041, -73.88015719564886, 40.81708793790273, -73.88011253203919, 40.817051277241866, -73.8800909964245, 40.81703412738465, -73.88005178558656, 40.8170005727834, -73.88002298245553, 40.81698500833284, -73.87994755598599, 40.81696072084711, -73.87992163951944, 40.81694820575985, -73.87987477257894, 40.81691225050227, -73.87983160825577, 40.81688761923917, -73.87978594783971, 40.81686424065097, -73.87973992235935, 40.816844155683945, -73.87970217729803, 40.81681952462124, -73.879641125194, 40.81677688898386, -73.8795865775514, 40.81673387829588, -73.87954643440396, 40.81669700241243, -73.87953659695508, 40.816663341440325, -73.87951147731188, 40.81660951856603, -73.87950207979539, 40.81659213544499, -73.87949136417438, 40.8165636613174, -73.87947580896645, 40.81651558460025, -73.87946619671335, 40.81649636063436, -73.8794502049893, 40.81647007820102, -73.87940560371833, 40.81644132189518, -73.87936548149943, 40.81641136179038, -73.87932872464742, 40.81638058213884, -73.87929303372195, 40.816358121488065, -73.87922598023466, 40.81631797732445, -73.87916400844233, 40.81628615634419, -73.87909885355819, 40.81625600421687, -73.87904146837421, 40.81622449144733, -73.87901241885258, 40.81620524795022, -73.87898013636409, 40.81617727252847, -73.87895526592581, 40.81614579203763, -73.87893240235182, 40.81614158972343, -73.87891050545079, 40.81613506783731, -73.87888997088876, 40.816126347462195, -73.87887118833105, 40.816115590197214, -73.87885450114894, 40.81610299451357, -73.87884135355097, 40.81609282398518, -73.87882128112949, 40.81609329456282, -73.87880196390253, 40.816089115760725, -73.87878522767625, 40.81608068121519, -73.87877264979963, 40.816068785924344, -73.8787494879563, 40.81606502360349, -73.87872863249915, 40.8160626576743, -73.87870819477807, 40.816058708205325, -73.87868838688216, 40.81605321774332, -73.87866940665907, 40.816046238725676, -73.87865144954779, 40.81603784429883, -73.87863469318808, 40.816028118396474, -73.8786168297689, 40.8160235980039, -73.8785973991258, 40.81602573153695, -73.87857849649245, 40.816021710720975, -73.8785633493215, 40.8160122242342, -73.87855455160621, 40.8159988930048, -73.87853601345938, 40.81600039081571, -73.87851754889743, 40.816001185412425, -73.87849911512947, 40.81600004486909, -73.87848106296153, 40.81599699026682, -73.87846373364668, 40.81599208139841, -73.87844745652559, 40.815985410462154, -73.87843253954608, 40.8159771011513, -73.87841926687592, 40.81596731765662, -73.87840788828139, 40.81595623944119, -73.87838902695114, 40.81595168644347, -73.87837039124744, 40.815950145845505, -73.87835300462659, 40.8159448253725, -73.87833816898781, 40.81593612171721, -73.87832699255945, 40.815924688010405, -73.87830861922224, 40.815923570913284, -73.87828565835831, 40.81592207796548, -73.87826318426154, 40.815918202810046, -73.87824162350196, 40.81591201793766, -73.87822138478275, 40.81590364354652, -73.87820285303496, 40.815893235830146, -73.8781863787387, 40.81588099326909, -73.87817268602855, 40.81587083919751, -73.87815267284118, 40.815869417775545, -73.8781336688866, 40.815864453958234, -73.87811673922889, 40.815856222623246, -73.878102843085, 40.81584519304447, -73.87808201427589, 40.81584127096622, -73.87806052158678, 40.81584129956617, -73.87803922981358, 40.81583905821984, -73.87801855727812, 40.815834592394786, -73.87799890208107, 40.81582798625883, -73.87798064446453, 40.81581936718513, -73.87796414088352, 40.81580890664615, -73.8779487733651, 40.81580072466622, -73.8779288479235, 40.81580123666688, -73.87790968016373, 40.815797067778675, -73.87789313260737, 40.81578861979538, -73.87788080624667, 40.815776712065805, -73.87785851988895, 40.8157758518967, -73.87783807147207, 40.81577586805395, -73.8778178130581, 40.81577375203019, -73.87779812978195, 40.81576954835819, -73.87777938894462, 40.815763331268336, -73.87776194827856, 40.81575522180711, -73.87774613464397, 40.81574537070471, -73.87773225231095, 40.815733966488544, -73.87771835123239, 40.81572502601266, -73.87769860440315, 40.81572445756569, -73.87767980614066, 40.81571983157818, -73.8776633722186, 40.81571149264258, -73.87765054601783, 40.81570007152712, -73.87762961044682, 40.815701392852205, -73.8776086326586, 40.81570053402353, -73.87758800732632, 40.81569750896761, -73.87756811363309, 40.81569237571915, -73.87754932950516, 40.815685231033115, -73.87753200198681, 40.815676206751355, -73.87751645553351, 40.81566547161224, -73.87750298135116, 40.815653227637455, -73.8774829847212, 40.81565444457519, -73.8774634626004, 40.81565093800244, -73.87744630014146, 40.81564304580883, -73.8774331576978, 40.81563152978062, -73.87741461312523, 40.81562497515322, -73.87739294127812, 40.81562707008057, -73.87737111701037, 40.815626330975256, -73.87734977440998, 40.8156227774221, -73.87732954384799, 40.81561651635077, -73.87731100933485, 40.81560772758242, -73.87729471917747, 40.81559666924368, -73.87728114333443, 40.815583664213904, -73.87726352917686, 40.815580351443955, -73.87724348215224, 40.81557998250992, -73.87722452934467, 40.81557500238786, -73.87720846320275, 40.815565883947635, -73.87719680640365, 40.8155534860861, -73.87717758859893, 40.815555303531916, -73.87715822404859, 40.8155550703847, -73.8771390908373, 40.815552796952744, -73.87712056225031, 40.81554852505687, -73.87710299134332, 40.81554233972049, -73.87708672281481, 40.81553435837625, -73.87707207047438, 40.81552473714529, -73.87705932318532, 40.81551366183886, -73.877045256051, 40.815504858880516, -73.87702464647796, 40.81550361492509, -73.87700499777749, 40.815498730377904, -73.87698740701225, 40.81549047655917, -73.87697285947222, 40.8154793173771, -73.87695286810934, 40.815477708466375, -73.87693472504226, 40.81547649324155, -73.87691683819136, 40.8154738897198, -73.87689939123285, 40.81546992060971, -73.87688256187954, 40.81546462842466, -73.87686652426527, 40.81545806828128, -73.87685144894755, 40.81545030609843, -73.87683748274851, 40.81544142397852, -73.87682477366027, 40.81543151212995, -73.8768134542428, 40.81542067335146, -73.8767943002553, 40.81542324721971, -73.8767753933275, 40.81541977630703, -73.87675990179913, 40.815410842119626, -73.87674644015623, 40.81539961022864, -73.87672833134818, 40.81540038961056, -73.87671025571964, 40.815399253666286, -73.87669256170078, 40.81539622438037, -73.87667559172849, 40.8153913597511, -73.87665967276402, 40.81538475378038, -73.87664511510967, 40.81537653557179, -73.87663219819679, 40.815366863011874, -73.87662117058748, 40.81535592186982, -73.87661224879298, 40.81534392399481, -73.87660560068446, 40.81533110459688, -73.87660135619103, 40.81531770604946, -73.8765996013465, 40.81530399229072, -73.87660036529675, 40.81529022449637, -73.87657415992653, 40.81527631887455, -73.87651935557693, 40.81525712911734, -73.8764880460957, 40.81525045441009, -73.87641641703405, 40.81524461356942, -73.876340887088, 40.81523950961027, -73.8763020232543, 40.81523447286014, -73.87623919859229, 40.815215136588435, -73.87616550887435, 40.81519057473085, -73.87608842900171, 40.81516301772875, -73.87601589263342, 40.815140378677114, -73.87594533764914, 40.815120512543636, -73.87587413143382, 40.815100948233024, -73.87582508489103, 40.815092853074304, -73.87579232298839, 40.815090320704805, -73.8757432704175, 40.81508546369516, -73.87572291181604, 40.8150774831526, -73.87569603160986, 40.81505950365107, -73.8756658459341, 40.815030623653726, -73.87561684600458, 40.815016654508746, -73.87554578065432, 40.81500046701388, -73.87546573359397, 40.81497595277562, -73.87539420440537, 40.81495559087836, -73.87532773228799, 40.81493422134482, -73.87528484842785, 40.81491773277489, -73.87520555363952, 40.8148954154836, -73.87511784347288, 40.81487251090337, -73.8750279743927, 40.81484677815376, -73.87499207815529, 40.81483891751498, -73.87495094793908, 40.814829731959016, -73.87486194715804, 40.81480243675692, -73.87478348805925, 40.81477770404573, -73.8747185003057, 40.814757568553645, -73.87466734084613, 40.81474002978511, -73.87459349018341, 40.81470522808302, -73.87453436932287, 40.81467642707251, -73.87445919780873, 40.81465326188224, -73.8743847923101, 40.81462680435631, -73.87433871991992, 40.81461127369109, -73.87426257859507, 40.814605893050796, -73.8742125661479, 40.81461184842241, -73.87418048270182, 40.814614229451585, -73.87413456946629, 40.81461234142272, -73.87411055155823, 40.81460789555674, -73.87407348328324, 40.81459004232662, -73.87402411711923, 40.81456138768237, -73.8739651683263, 40.81451765450924, -73.87392691468284, 40.81449678056603, -73.87390001518467, 40.814488736717145, -73.87381471561397, 40.81447146189197, -73.87378376897192, 40.81446566933396, -73.87375379271376, 40.8144600579298, -73.87371424886898, 40.81443270612133, -73.8736644801108, 40.8143883786136, -73.87361715288054, 40.8143509984011, -73.87355304058654, 40.814306546160736, -73.8734867093513, 40.81427032560357, -73.87342639325743, 40.81424286625354, -73.87337184040662, 40.81422510346105, -73.87329610799462, 40.81421190090462, -73.87325779731214, 40.814201264437635, -73.87321830727039, 40.81418505437912, -73.87313321514266, 40.814154384367754, -73.87308241482023, 40.81413854632931, -73.87301624531217, 40.81411220684333, -73.87294689169129, 40.814088661657976, -73.87287638982093, 40.81406190669008, -73.87282353784238, 40.81404241385483, -73.87275684975464, 40.81402208537258, -73.8727192725556, 40.8140060690595, -73.87262744234059, 40.81396633492547, -73.8725674827809, 40.81394241627645, -73.87253211424309, 40.81392492102385, -73.87249691845949, 40.81389583293871, -73.87244318866765, 40.81385396878348, -73.87238750366124, 40.813810059208535, -73.87233212449566, 40.813771105386174, -73.87227377418893, 40.81373637518369, -73.87222722979817, 40.8137061308098, -73.87218301551053, 40.813666691312044, -73.87213238663088, 40.813625471602315, -73.87211001080247, 40.81360743772184, -73.87205810914912, 40.81356247679831, -73.87200867376009, 40.81351458116381, -73.87195764917827, 40.813465998463705, -73.87190662237823, 40.81341799115642, -73.87188211582726, 40.813388156536405, -73.8718428296136, 40.81334038106696, -73.8718140693393, 40.81330499823681, -73.8717946201453, 40.813293063920646, -73.87175996024051, 40.813282074415746, -73.87169590581806, 40.8132653412333, -73.87162170732934, 40.81324415276173, -73.87159948927051, 40.813225573254556, -73.87154596605332, 40.81318041848494, -73.87152092345097, 40.81314597083759, -73.87148702673021, 40.81309581492987, -73.8714533515007, 40.813042693017486, -73.87143757805015, 40.81301715080704, -73.87141771535454, 40.81297700155416, -73.87139904066409, 40.81291947850865, -73.87136415052272, 40.81285910980426, -73.8713413012806, 40.812812151238866, -73.87132265168391, 40.81277971428869, -73.87129547468365, 40.81272937221373, -73.87127085152919, 40.81268411179383, -73.87125409632573, 40.81264292140189, -73.87123619273794, 40.81259863020943, -73.87121121929891, 40.812548236544096, -73.8711744825437, 40.812490528489, -73.87114285926621, 40.81244180230425, -73.87111241450955, 40.81239900540847, -73.87107806378062, 40.812359030801034, -73.87106571112008, 40.81234024249738, -73.87103715343652, 40.81229371602603, -73.87101513269118, 40.812248182906345, -73.87099604170044, 40.81220026673957, -73.87097975619798, 40.81215965404925, -73.87096289081366, 40.812138775129455, -73.87091888912204, 40.81210186307182, -73.87088865097651, 40.81208407138511, -73.87086672594272, 40.812082757316446, -73.87084749921658, 40.81208715542617, -73.87077642267111, 40.81211556485124, -73.87073661209669, 40.81213352568894, -73.8707193310043, 40.81213938116405, -73.87068804934356, 40.81213896066966, -73.87065522855764, 40.81212915344584, -73.87060519169319, 40.81211249030827, -73.87058038287799, 40.812108210308956, -73.87053543077062, 40.812095725758255, -73.87051233554197, 40.8120836493523, -73.87049719096076, 40.81206840041164, -73.8704923950129, 40.81202667493327, -73.87050184868238, 40.81197772005036, -73.87051279112295, 40.811941473771576, -73.87052502470753, 40.811910471643486, -73.87054653900572, 40.811863342102455, -73.87055909053302, 40.811818150272934, -73.87056401845719, 40.81177374592377, -73.87056405025257, 40.811738504952636, -73.87055824252464, 40.81171607331931, -73.87053651355646, 40.81166886730478, -73.87051596247069, 40.811629704060024, -73.87049669234416, 40.81160042432044, -73.87046300387328, 40.811555509232385, -73.87044012574246, 40.81152394716791, -73.87042554818441, 40.81149695004974, -73.87041007508084, 40.81144719812698, -73.87041677326891, 40.81140243917375, -73.87042658561323, 40.81137195662113, -73.87044517142473, 40.81132592151143, -73.87046198419343, 40.81128169440832, -73.87046628377787, 40.811244097122334, -73.87046874337645, 40.811204959717195, -73.87047194667376, 40.81115577808614, -73.87046948104162, 40.81112311333344, -73.87046165572963, 40.81109787887566, -73.87043729611817, 40.81104691030017, -73.8704136172418, 40.811000607066816, -73.87039412310716, 40.81095623199755, -73.87037420134492, 40.81091053721342, -73.87034955531414, 40.81085882628487, -73.87032955761782, 40.81081442092082, -73.87030951714513, 40.81077191015391, -73.870289436293, 40.810733103988994, -73.87026127860035, 40.81068630220941, -73.87022771191694, 40.81063395086476, -73.87019544147002, 40.81058363159364, -73.87016634176382, 40.81053861261678, -73.87014553232197, 40.81050277004618, -73.87012559140894, 40.81046583164265, -73.87009700579522, 40.810416146842456, -73.87006844415247, 40.810372417959826, -73.87003594951311, 40.81032657296686, -73.87000176643342, 40.810276278497604, -73.86997997665893, 40.810241834164984, -73.8699517196337, 40.81019028386398, -73.86992187843565, 40.81013672815859, -73.86989931651634, 40.81009111315272, -73.86987952453723, 40.8100526926511, -73.86985748855442, 40.809997552754574, -73.86985005389586, 40.80998425210023, -73.86981523741683, 40.809916206226546, -73.86979332587799, 40.809871414988436, -73.86976983198664, 40.8098230811973, -73.86973850947183, 40.80976839904471, -73.86971571931616, 40.80972931596005, -73.86969289363621, 40.80969083616459, -73.8696668514963, 40.8096517214786, -73.86964079442346, 40.809602698581514, -73.86962522617574, 40.809563925310584, -73.86959850221045, 40.809505680541406, -73.86956656882202, 40.80945080404077, -73.8695374752534, 40.809402518793625, -73.86951465651084, 40.80935819202967, -73.86950283948441, 40.80932543561687, -73.86948884178899, 40.809296297639804, -73.86946000228936, 40.80924724453389, -73.86943089591128, 40.809206781877, -73.8694050430904, 40.80916437421856, -73.8693829305484, 40.8091304787048, -73.86936558148922, 40.8090970280277, -73.86935181058632, 40.80908402903035, -73.86931546979719, 40.80902865578885, -73.86928270769538, 40.808972955209434, -73.86925264865204, 40.808919234280815, -73.86922364703722, 40.8088605744064, -73.86920587244681, 40.80882542217851, -73.86919010474703, 40.80879729791723, -73.8691658039746, 40.80875530349098, -73.8691442374006, 40.8087199272278, -73.86907867635152, 40.80860770285771, -73.86905651303749, 40.80856244382419, -73.86902685830728, 40.80852447842147, -73.86899923140524, 40.808484100176884, -73.86898056800698, 40.80844120621291, -73.86896941740964, 40.8083988421735, -73.86895714741728, 40.808354993738554, -73.8689361312817, 40.80831585847628, -73.86890811735053, 40.808268672896595, -73.86888115964682, 40.8082201692799, -73.86885545837796, 40.808172794510554, -73.86883696831359, 40.80813464904937, -73.86880880311661, 40.80809212875726, -73.86877926496581, 40.80803247940388, -73.86875786362219, 40.8079850536744, -73.86873471253874, 40.80794629865449, -73.86870699391436, 40.80789735648533, -73.86867905893303, 40.80784877066029, -73.86865596266342, 40.80780090353611, -73.86863299274904, 40.807762890712084, -73.86860897278201, 40.80772490370149, -73.86858401601432, 40.807685406381275, -73.86855170130393, 40.80764084976673, -73.86852465763123, 40.807598329779594, -73.86849302967042, 40.807554131429264, -73.86847542316528, 40.80752485142686, -73.86845629692058, 40.80747899330007, -73.86844288767861, 40.80744576759189, -73.8684230708433, 40.80740215901822, -73.86840618092037, 40.807358141353184, -73.8683854556361, 40.80731787979116, -73.86835899685626, 40.807270968696145, -73.86835057345061, 40.807255755049866, -73.86832014376844, 40.80720804336952, -73.86829324108243, 40.80716810431642, -73.868272263251, 40.807126169316696, -73.86824387449143, 40.80707006189187, -73.86821098436269, 40.8070242960493, -73.86819467748587, 40.806995375885606, -73.86817687404864, 40.80695676463697, -73.86815242935873, 40.80691449696741, -73.86813595174186, 40.806881457716216, -73.86811970195608, 40.806842299831054, -73.86810865267718, 40.80680364136673, -73.86810617236554, 40.806779649230116, -73.86811164548388, 40.806751412234405, -73.86813713536347, 40.80668540328265, -73.86815295565937, 40.8066488070785, -73.86817179066355, 40.80660513279342, -73.86818362180144, 40.806576930078805, -73.86820692555348, 40.80653877825592, -73.86823492917846, 40.80649596451243, -73.86826016278606, 40.8064503479443, -73.86827785852151, 40.80641578359025, -73.86829953576049, 40.806377850511666, -73.8683179761447, 40.80633228109968, -73.86833585843216, 40.806293244169325, -73.86836088192192, 40.806243538170634, -73.86838401992902, 40.806197398692184, -73.86840281877681, 40.80615388821608, -73.86841602149221, 40.8061068035711, -73.86843532877185, 40.806062059084915, -73.86846729489861, 40.80600851855386, -73.86849435207867, 40.80597127685457, -73.86852267201793, 40.805933102771114, -73.8685451015735, 40.80589813224406, -73.8685650935755, 40.805854047681066, -73.86853771279176, 40.80581756604823, -73.86854041476685, 40.805801390758226, -73.86856821215137, 40.805755927425025, -73.8685954966194, 40.80571272915658, -73.86862430468318, 40.80566673296519, -73.86864916293756, 40.80562726448842, -73.86867683466264, 40.805589555184866, -73.86870801229949, 40.805550424376825, -73.86873268264688, 40.805511845360826, -73.86879612911288, 40.805436040608846, -73.86881371422196, 40.80541704117372, -73.86931760126036, 40.80476024979144, -73.86939174837504, 40.80465687543491, -73.86942215047965, 40.80462480706831, -73.86944277627788, 40.804608136069085, -73.86948824671505, 40.804571168922315, -73.86951266292455, 40.804540908261025, -73.8695359795709, 40.804508122249935, -73.86955929006098, 40.80447786122767, -73.86957699206204, 40.80448545265638, -73.86973073947028, 40.80427570564891, -73.86969976369478, 40.80426136620582, -73.87023644902723, 40.803553964573936, -73.87063159254551, 40.80303697167452, -73.87080716291943, 40.80281384013836, -73.8708703061517, 40.802733587210064, -73.8709999438074, 40.802563727904186, -73.87152108862507, 40.801879547341926, -73.87158622279918, 40.80190276546626, -73.87166110597458, 40.80178660963565, -73.87159189627714, 40.80175126268294, -73.87173128207543, 40.801564008528445, -73.87176528666775, 40.80153676301496, -73.8723690592085, 40.80130447285897, -73.87247659597213, 40.80126309863702, -73.87260591384928, 40.80121334582293, -73.87270018259123, 40.801177076971015, -73.87277257160054, 40.80114922518189, -73.87353307893254, 40.800856266727514, -73.87378883654635, 40.80088360886208, -73.87466096316787, 40.80097683917497, -73.87467792246407, 40.800982827028015, -73.87468982424515, 40.80099378824501, -73.8746943357006, 40.801007578902826, -73.87470420728762, 40.80107282725157, -73.8747306157671, 40.80123631920108, -73.87473433253487, 40.8012593247092, -73.8747551063714, 40.80126222257798, -73.87488341140354, 40.80128009725526, -73.87489645143958, 40.80126995827159, -73.87491564280624, 40.80122518463057, -73.87492238649209, 40.8012120725648, -73.87494064856492, 40.80120083883118, -73.87496821783296, 40.80119460936258, -73.87498881090744, 40.80119216342679, -73.87501815974287, 40.80120062032819, -73.8750315728092, 40.801232886274235, -73.87502314460637, 40.801276627924636, -73.87502470320757, 40.801294139834944, -73.87505120037343, 40.801320573917394, -73.87507091018925, 40.801327210351914, -73.87513536547732, 40.80133683088959, -73.87516052715743, 40.80134369293602, -73.87520354655628, 40.80138117779978, -73.87571922792021, 40.80143844030297, -73.87798124866536, 40.80167481842188, -73.87795489215873, 40.80178682980394, -73.8779699304745, 40.801795704841325, -73.87797895124655, 40.80180844655679, -73.87798041319587, 40.8018228732102, -73.87797406014003, 40.80183651445991, -73.87796098658764, 40.80184703196485, -73.87797382044778, 40.801859312158946, -73.87798532561105, 40.80187045451454, -73.87799353351737, 40.80188316835326, -73.87799808729743, 40.80189690219231, -73.87799878304035, 40.801911055183005, -73.87799559580694, 40.80192500865555, -73.87799712666212, 40.801952274707055, -73.87801274072164, 40.80196062535659, -73.87802201167078, 40.80197330970107, -73.87802309313166, 40.801987794483445, -73.87801576760414, 40.802001192471614, -73.8780014975676, 40.80201083252852, -73.87801484041346, 40.80202215602512, -73.87803321060449, 40.80204100221133, -73.8780398131281, 40.8020541961152, -73.87804273239202, 40.802068136238205, -73.8780418485983, 40.80208223442763, -73.87803719363605, 40.802095900889746, -73.87802896527904, 40.802108556812044, -73.87804318832387, 40.802118106351514, -73.87805641168941, 40.80212868500347, -73.87806292675077, 40.802142407406585, -73.87806163683825, 40.80215696442128, -73.87805275856459, 40.80216990151409, -73.87805312522458, 40.80218386775218, -73.87806796782954, 40.80219483803196, -73.878078917974, 40.80220819231824, -73.87808533123722, 40.80222315279941, -73.87808683711609, 40.80223884559958, -73.87808334366694, 40.80225435481351, -73.87807506111146, 40.80226877476043, -73.87808483354465, 40.80228137228111, -73.87809853709086, 40.802291840674215, -73.87810555217551, 40.80230561042932, -73.87810469089379, 40.80232036330577, -73.87809610237288, 40.80233361047986, -73.87809641733367, 40.80234863474998, -73.87810896496909, 40.802358737216984, -73.87811850296838, 40.80237058707194, -73.87812462105498, 40.80238367509955, -73.87812705835809, 40.802397441814186, -73.87812571167724, 40.802411294578164, -73.87812063661156, 40.80242463821995, -73.8781120498827, 40.80243690115075, -73.87812797129814, 40.802445086416945, -73.87814280440841, 40.802454161124686, -73.87815039043372, 40.80246743350388, -73.87814899174306, 40.80248186343328, -73.87813892841073, 40.80249414911869, -73.87813687884112, 40.80250873684779, -73.87815110005482, 40.80251998921618, -73.87816259972833, 40.802532914536314, -73.87817104555242, 40.80254713694939, -73.87817619061221, 40.80256224106472, -73.87818626830183, 40.80257967007944, -73.87820426179825, 40.80259530735815, -73.8782298260531, 40.80262157312445, -73.87827619252332, 40.80264786175305, -73.8783279189179, 40.802665756159534, -73.87835630073857, 40.80267091986102, -73.87838856069216, 40.802667934522965, -73.87845549078216, 40.802668555317034, -73.87847559964894, 40.8026738174255, -73.87850177692559, 40.802678539323246, -73.87857396799598, 40.80268599768416, -73.87863539988878, 40.802691607653635, -73.87868927801006, 40.802698690963325, -73.87873914469884, 40.8027071144742, -73.8788013601736, 40.802717802196405, -73.87885003700066, 40.80272433065749, -73.87890738555056, 40.80272979751353, -73.87897712162659, 40.80273642998623, -73.87904180596509, 40.80274105530542, -73.87910164852129, 40.80274616808383, -73.8791622520639, 40.8027492239872, -73.87922577665307, 40.80275494389548, -73.87929143591981, 40.80275978891739, -73.8793497954853, 40.802764543416195, -73.87940957568388, 40.802764853604906, -73.8794542138214, 40.80276819341914, -73.87950969291141, 40.80276882684004, -73.87954648077687, 40.802759369517375, -73.87960064784902, 40.802746992005495, -73.87964378148513, 40.80274349718384, -73.87970074632135, 40.80274166289404, -73.87974011633052, 40.80274140230535, -73.8797888775422, 40.802742604903145, -73.87984153248031, 40.802747929523754, -73.87990032502674, 40.80275311283297, -73.87997356582359, 40.802758854157915, -73.88001987797627, 40.80275588389429, -73.88008147485824, 40.802749607570185, -73.88012393350515, 40.80273990742441, -73.88018900910673, 40.802727350073525, -73.88024265214429, 40.802724907828186, -73.88028785175209, 40.80271652880095, -73.88033309889413, 40.802703455500804, -73.88037398273468, 40.8026857409825, -73.88041880316396, 40.80266742359655, -73.88048070795354, 40.8026506340455, -73.8805463699741, 40.80263346654277, -73.88060510020988, 40.80261390189738, -73.88065499984616, 40.802603387106394, -73.8807252788139, 40.802589460677225, -73.88075269975562, 40.80258600411246, -73.8808180305987, 40.8025717168107, -73.88087092926486, 40.80256200016796, -73.8809225225693, 40.802554615347155, -73.88097711454279, 40.8025462727663, -73.88103817487591, 40.802537030932314, -73.88109623159458, 40.80253017409294, -73.8811433394753, 40.8025261055893, -73.88120438569071, 40.802523422892044, -73.88126265008633, 40.802521699030756, -73.88129004908909, 40.802511242731946, -73.88135165643526, 40.802498900875, -73.88141466384789, 40.802490237165415, -73.88148135437763, 40.80248355290436, -73.88154410841486, 40.80247541205382, -73.88160195696867, 40.80246427196961, -73.88165485468865, 40.80245430822934, -73.88169510564059, 40.802447021278894, -73.88175819598614, 40.802432978782335, -73.8818075885479, 40.8024242180461, -73.88186903398187, 40.80242087804156, -73.88192387366234, 40.80241505936671, -73.88196339224709, 40.80241309622676, -73.88200555616167, 40.80240693765169, -73.88204657004286, 40.80239707052745, -73.88210221607407, 40.80238491397593, -73.88216331656393, 40.80237289804822, -73.88221718987701, 40.80236200212956, -73.88226907411047, 40.80235343824937, -73.88233102842834, 40.802348422688475, -73.88239940807975, 40.802346049411874, -73.88245192738039, 40.80234558158904, -73.88251066776405, 40.80234061848527, -73.88256974242428, 40.8023302220773, -73.882612529352, 40.802318133224276, -73.88265704021687, 40.80231225055274, -73.88269862399318, 40.80230639100007, -73.882756137596, 40.80230087721812, -73.88281935584345, 40.80229542593804, -73.88288084400394, 40.80228925786883, -73.8829405983735, 40.80228245675593, -73.88300129610354, 40.802272910946165, -73.88305770242805, 40.80226020540028, -73.8831208314746, 40.80224410365511, -73.88318096041331, 40.8022297818244, -73.88324498204727, 40.802219580989416, -73.88330384225237, 40.802208360931395, -73.88336287158823, 40.80220205143902, -73.88342816313849, 40.80219004088241, -73.88350258637794, 40.80218015299035, -73.8835523373154, 40.80217290200671, -73.88360616408181, 40.80216807115763, -73.88366519947691, 40.80215893574866, -73.88372062968634, 40.80214590021096, -73.88378025550219, 40.80213047895056, -73.88380887758055, 40.80212167029995, -73.88384582664236, 40.80210145169735, -73.88387436686283, 40.80207773877811, -73.88389274083879, 40.802064801797535, -73.88391787056422, 40.80204920974028, -73.88393816421826, 40.802030868085495, -73.88394708681615, 40.80201019259131, -73.88399433998187, 40.80190068716413, -73.88462554016913, 40.80203791472891, -73.8850487397416, 40.80212991922951, -73.88506586583276, 40.80215394542741, -73.88507638718133, 40.802173491356044, -73.88508653290218, 40.80219233812157, -73.88511495149618, 40.80223886194436, -73.88514423506432, 40.802286154747755, -73.885163741459, 40.802311163045616, -73.88517688762064, 40.802328017284495, -73.88520983509707, 40.80236724434304, -73.88523945763146, 40.802404959745054, -73.88531156453138, 40.80242026435805, -73.88535868124532, 40.802430824557646, -73.88541409238807, 40.802450832019716, -73.8854667544259, 40.802472128040044, -73.88552537888613, 40.802492470925266, -73.88557241821583, 40.80250673471527, -73.88560786423425, 40.80252035753293, -73.88563889161898, 40.80254204353186, -73.88568691111848, 40.80257489095631, -73.88573380774054, 40.80260952113711, -73.88578084361835, 40.80264727977206, -73.88581694148326, 40.802681653381924, -73.88584834616739, 40.802713522546334, -73.88587894933623, 40.80275049584031, -73.88589916006366, 40.8027817235585, -73.88592473411175, 40.80282275671682, -73.88595298340552, 40.80286346023155, -73.88597985155423, 40.80290866487056, -73.8859987489731, 40.80294702863046, -73.88601982330432, 40.80297918919739, -73.88604300480918, 40.80302719072895, -73.88605905732788, 40.80305912840297, -73.88607930337342, 40.80309128904021, -73.88611596748517, 40.80313224846595, -73.88615357544501, 40.80316945012702, -73.88617542537796, 40.80319373476135, -73.88621602343491, 40.80323639998271, -73.886252175643, 40.803260095383656, -73.88630006263858, 40.803286355263886, -73.88635654086848, 40.80331704144411, -73.88641195887465, 40.80335307912052, -73.88646361673054, 40.803391912719434, -73.886500621124, 40.80342466790531, -73.88653817679874, 40.80345105258819, -73.88657879571217, 40.80348309721004, -73.88660815714455, 40.803506483248775, -73.88665322972912, 40.80353147771236, -73.88671061409465, 40.80355845905346, -73.8867623837383, 40.803575663531596, -73.88681017369369, 40.803594430047305, -73.88686874863454, 40.80362311622318, -73.88690544462841, 40.803645769172704, -73.88695008030572, 40.803673451982036, -73.88699492869976, 40.803702204775675, -73.8870304672058, 40.80372611815001, -73.8870740099286, 40.80375824740626, -73.88712697133127, 40.803796808229805, -73.88715547076877, 40.803817860990264, -73.88719941198188, 40.80384987892667, -73.88723505024757, 40.80387865232986, -73.88727515214084, 40.80391684300638, -73.88730388295168, 40.80395038408077, -73.88733505577227, 40.80399328732461, -73.88735449915418, 40.80402970180706, -73.88736026951624, 40.80405545272127, -73.88736582591821, 40.80410189870149, -73.88736310436276, 40.80413238965078, -73.88735715860916, 40.80416545828044, -73.88735857730788, 40.80420177230137, -73.88737183475895, 40.80424515240066, -73.88740003997815, 40.80428967182302, -73.88742724523517, 40.80432916727664, -73.88745717010922, 40.80436314892006, -73.88749026817605, 40.80439880768066, -73.88752878113439, 40.80443642129552, -73.88757335768413, 40.804477827410324, -73.88761154607514, 40.804515410963965, -73.88765453017989, 40.8045581068102, -73.88767882284608, 40.8045884322817, -73.8876963472018, 40.80460843233371, -73.88766210625671, 40.80464945903553, -73.88764499638664, 40.8046633307608, -73.88764094803773, 40.804687974379675, -73.88766794005859, 40.80472409359422, -73.88769536534437, 40.80476191606837, -73.88770920800484, 40.80477963156658, -73.88773155305304, 40.80480822617013, -73.88776810607023, 40.8048515748739, -73.88780798378006, 40.804895336528595, -73.88783534420531, 40.80492813592058, -73.88785708009613, 40.804954696579195, -73.88788283928939, 40.80497426606885, -73.88789929353372, 40.80498309255444, -73.8879586903832, 40.80499761501605, -73.88797949120934, 40.805000296205606, -73.88802176932916, 40.80499029221198, -73.88807413608193, 40.804973929668115, -73.88813145889092, 40.80495400413216, -73.88818101773583, 40.80493223041673, -73.88823118528765, 40.80491421955571, -73.88827908779152, 40.80488934377342, -73.88833281906342, 40.80485706340948, -73.88835834195947, 40.80484517632619, -73.88841435353238, 40.80482969514403, -73.8884623971091, 40.80480824942337, -73.88849280828799, 40.80480280831058, -73.88851706224763, 40.80479850486947, -73.88856161412242, 40.80479003912823, -73.88859177862679, 40.80478894265951, -73.88866155297221, 40.80479510284684, -73.8886825736882, 40.80479737439488, -73.88873362114141, 40.804813617353446, -73.88875156050842, 40.804821649109655, -73.88877777714602, 40.80484843544153, -73.88881232957874, 40.804878824600216, -73.88885421091241, 40.804912571572174, -73.88890017353913, 40.80494500413124, -73.8889267002863, 40.80495859121055, -73.88894564898854, 40.80496829433479, -73.88896354856976, 40.80497819365473, -73.88900115715789, 40.804995988616774, -73.88902529196919, 40.805014126293955, -73.88905376415795, 40.80503086966516, -73.88906794173877, 40.805041999970996, -73.88908092772783, 40.80505277072991, -73.8890951041328, 40.80506390103123, -73.8891155226286, 40.805079866711964, -73.88913785797237, 40.80509336506376, -73.88917416096477, 40.80511527579551, -73.8891932106878, 40.80512841347958, -73.88920677297736, 40.80514042116341, -73.88921993804242, 40.805151852144405, -73.88923577095822, 40.805166002493145, -73.88925243224944, 40.805182294121956, -73.88926808089073, 40.805198942273755, -73.88928383920461, 40.80521592011139, -73.88929945527697, 40.80523007114349, -73.88931626903133, 40.80524164159229, -73.88933193029706, 40.80525071474872, -73.88935823076108, 40.805270803114304, -73.88936987732457, 40.805282507272736, -73.88938298216895, 40.80530952851831, -73.88938859422852, 40.80532268119033, -73.88939586422734, 40.80533868913441, -73.8894021967766, 40.80535401179935, -73.88940535270218, 40.80536754572665, -73.88940917814944, 40.805391812444576, -73.8894118985549, 40.805405704352474, -73.8894136086291, 40.80541997800326, -73.88941611152674, 40.805435680606045, -73.88941650254351, 40.80546139833489, -73.88941485370775, 40.8054758884852, -73.88941524682006, 40.80549963142146, -73.88941346282361, 40.80552984955907, -73.889412925917, 40.805548430842705, -73.88941094552257, 40.80556703775648, -73.88940560716951, 40.80558385665965, -73.88939919092516, 40.805597493065164, -73.8893824297625, 40.805619819265914, -73.88937215211502, 40.80563152939911, -73.8893606748237, 40.805646998864134, -73.88934973792745, 40.805663896137695, -73.88933999861516, 40.80567826865988, -73.88932214949219, 40.80570202109835, -73.8893125553454, 40.8057153230641, -73.889302454563, 40.80572898294117, -73.88929401706277, 40.8057415728207, -73.88928539558876, 40.80575646870104, -73.88927285752482, 40.805780527899294, -73.8892652483891, 40.80579525905856, -73.8892609611676, 40.80580922618311, -73.88925667161303, 40.80582601907127, -73.88926278967837, 40.805839914245595, -73.88927816338006, 40.805847393248754, -73.88929684844796, 40.80586401819653, -73.88932716924057, 40.80587683619641, -73.889348510602, 40.80588391479399, -73.88937476700227, 40.80588360770859, -73.88939667665274, 40.805871770959754, -73.88940991292813, 40.80586184755172, -73.8894250259815, 40.80585288767523, -73.8894521386917, 40.80584146743437, -73.88948194484519, 40.805838779207065, -73.88950351242903, 40.80583594529937, -73.88952276784131, 40.80583456437833, -73.88955013926437, 40.805840052132446, -73.88958230369187, 40.805851693078296, -73.88960403962406, 40.80585810923917, -73.88962815351103, 40.80586699774151, -73.88965039020658, 40.80587517124674, -73.88967353277629, 40.805882356866576, -73.88969426183759, 40.805884928716964, -73.88971615051584, 40.805887145975845, -73.88974746077311, 40.805890059322245, -73.88976747289406, 40.80589046027111, -73.88979138984503, 40.805887327789385, -73.88981897057697, 40.80587664992101, -73.88983943532689, 40.80586420747227, -73.88986084339045, 40.80584962723592, -73.88987383398342, 40.805836299653514, -73.88988546406544, 40.80581366681402, -73.88989263928659, 40.805800388605064, -73.88990593677542, 40.80577633096543, -73.88991383371335, 40.80576305254379, -73.88992436757242, 40.80574972441049, -73.88993591113588, 40.80573710953498, -73.8899478122854, 40.80572611499747, -73.88996032972207, 40.80571437903571, -73.88998480426285, 40.80570295615128, -73.89000358786961, 40.805701628729636, -73.89002453798159, 40.80570236281309, -73.89006148748211, 40.80570489694075, -73.89010886505518, 40.805712929539304, -73.89013761312907, 40.80571652381622, -73.89016494908242, 40.80572124416543, -73.89019369370381, 40.80572549849089, -73.89023453360548, 40.80573467744913, -73.89025720683784, 40.805741176324865, -73.89027843757809, 40.80574709750379, -73.89029923543637, 40.80575249687795, -73.89031905500491, 40.805758252815686, -73.890339817669, 40.80576271923203, -73.89037552368285, 40.80577482888346, -73.89039350053955, 40.80578124222136, -73.8904195276778, 40.80579131203102, -73.89044652673566, 40.80580418240987, -73.89046218978855, 40.80581306360704, -73.89047997935037, 40.80582383967128, -73.89050230515151, 40.80584345843941, -73.89052738972592, 40.8058566844789, -73.8905575754532, 40.805863135498555, -73.89059199268246, 40.8058677246923, -73.89061084321551, 40.80587040355541, -73.89062922654625, 40.805873249464966, -73.8906489798414, 40.805875381674916, -73.8906847732281, 40.80587837916347, -73.89070312112231, 40.805879713990336, -73.89072500992879, 40.80587970682516, -73.89074332397995, 40.80588000063664, -73.89077792608225, 40.80588099335698, -73.89079602345926, 40.80588188848818, -73.89081440637044, 40.805883552012595, -73.89084828355385, 40.80588649360558, -73.89088291722348, 40.80589064347383, -73.8909013006484, 40.80589271941342, -73.89092437668911, 40.80589647471834, -73.89095027196123, 40.80589885942449, -73.89097284658592, 40.80589907258278, -73.89099921450082, 40.80590014119535, -73.89102836610682, 40.80590055326796, -73.89107279468267, 40.8059010617145, -73.89109348959023, 40.805900641823186, -73.89112827521765, 40.80590174537313, -73.891157963372, 40.80590451722708, -73.891176311012, 40.80590601767017, -73.8912121020411, 40.80590975700395, -73.89123059205207, 40.80591188702156, -73.89127476990755, 40.80591280758221, -73.89131894835388, 40.80591191542197, -73.89136290573816, 40.80591286275592, -73.89138930702248, 40.80591527665628, -73.8914147320352, 40.80591826414933, -73.89143968723718, 40.80592083966635, -73.8914585041446, 40.805922366620884, -73.89147898560113, 40.805923484511716, -73.89149747445646, 40.80592705798531, -73.89152529404502, 40.80594490954325, -73.8915355493074, 40.8059685509877, -73.89154090794449, 40.80598406442301, -73.8915500750717, 40.80601075213087, -73.89155467377739, 40.806025714645656, -73.89155900199277, 40.806051765650324, -73.89156408697485, 40.806078861945316, -73.89156875858376, 40.806094181125545, -73.89157378811608, 40.80611021563838, -73.89157947182899, 40.80612479465935, -73.89158407524269, 40.80613833078672, -73.89159468756388, 40.8061639761711, -73.89160189000451, 40.80617745981122, -73.89161042864096, 40.806192043315875, -73.8916200807912, 40.806208382939175, -73.89162999183168, 40.80622293981708, -73.89164029928486, 40.80623713866809, -73.89165025055809, 40.806249554195446, -73.89166171409705, 40.80626265732333, -73.89167569426233, 40.80628556204432, -73.89168159512911, 40.80629926417787, -73.89169104973726, 40.806327048950905, -73.8916979426854, 40.806353047428125, -73.89170045051281, 40.80636680130338, -73.89171257962978, 40.80639258497664, -73.8918391278698, 40.806395543949854, -73.89198187944957, 40.80638796051813, -73.8922849639224, 40.80637186042702, -73.89260406070247, 40.806355477292456, -73.89270706521062, 40.80634614678121, -73.89274826676991, 40.806342413830315, -73.89302538891424, 40.80631732587092, -73.89304659186445, 40.80631352022442, -73.89307148296594, 40.806311128176276, -73.89309539903174, 40.80630854341229, -73.89311725563321, 40.806308014374046, -73.89315073330516, 40.80631271089242, -73.89318301616835, 40.80631828608147, -73.89320139885832, 40.8063209379726, -73.89321978103015, 40.80632243632124, -73.89325090991609, 40.8063285588262, -73.89326838462773, 40.80633502527984, -73.89330474558358, 40.80634348580683, -73.89332418507767, 40.80633894547109, -73.89333908083405, 40.806330726892604, -73.89336508281978, 40.80631178463866, -73.89338023095065, 40.806303592402756, -73.89340956903891, 40.80630016071608, -73.89344566310727, 40.806293963530926, -73.89346868053798, 40.806290827654095, -73.89348931098654, 40.806287060118564, -73.89351037707229, 40.80628285173728, -73.89353057205592, 40.80628089469551, -73.89356348238466, 40.80628021098948, -73.89358276821525, 40.80628058629187, -73.89360484079988, 40.8062806066649, -73.89362738299275, 40.80627895253899, -73.89365036081537, 40.80627537894691, -73.8936709956819, 40.80627032006748, -73.89370051707475, 40.80626414375512, -73.89373025656447, 40.806257940621244, -73.8937511392435, 40.80625502334244, -73.89378582675478, 40.80624868787857, -73.89380363886556, 40.80624574074616, -73.89382993782895, 40.80624482935091, -73.89385482931642, 40.80624290449293, -73.89387527399148, 40.80624264956363, -73.89389553625807, 40.80624381995265, -73.89391739278744, 40.806243318678085, -73.89394040373472, 40.80624199540544, -73.89397540750579, 40.80624169892135, -73.89401094730506, 40.80624266451843, -73.89403941028364, 40.80624472130838, -73.89406154981206, 40.80624734950041, -73.89408461239064, 40.8062590087394, -73.89458611828606, 40.806244289594524, -73.89463015262648, 40.80623946265423, -73.8947187108232, 40.80622975423975, -73.89475330002301, 40.806217322917895, -73.89478379137704, 40.80620622508658, -73.89482422295713, 40.806205148063434, -73.89485842466236, 40.806209179277765, -73.89487959026211, 40.806211675852104, -73.8949520445957, 40.80621659918792, -73.89497702357352, 40.80622754679945, -73.8950001324661, 40.806279059277784, -73.89507470607514, 40.80654245556316, -73.89505444934743, 40.806560250793325, -73.8950475532664, 40.80662633662946, -73.89502915635552, 40.80686329965734, -73.89510230367125, 40.806863613875045, -73.89551389349991, 40.80681015943166, -73.8955296641422, 40.806819784748114, -73.89564068085795, 40.80681239224748, -73.8957736762536, 40.806794698895665, -73.8958236991935, 40.80679748792971, -73.89608857395078, 40.80675869755991, -73.8962176053756, 40.80673386457026, -73.89628735300191, 40.80671405513031, -73.89629021196957, 40.80668713188669, -73.89629418013112, 40.80666709935734, -73.89630168552553, 40.80664879896734, -73.89630825400744, 40.806630167251036, -73.89631301129702, 40.8066140336901, -73.89631738658281, 40.8065882635472, -73.89632044215485, 40.80657358186055, -73.89632259866464, 40.80655785748802, -73.89633787574942, 40.80653591346206, -73.89634152053637, 40.806515001752935, -73.89634216102947, 40.80649943990748, -73.89634030337598, 40.8064853571365, -73.89631867031743, 40.80648234622536, -73.89628631915082, 40.80649680975407, -73.89626196324494, 40.80650257804755, -73.89623773416234, 40.80649692992548, -73.89623183004173, 40.80648394211914, -73.89622849339648, 40.80646985801496, -73.89622627716282, 40.80645470512655, -73.8962101788643, 40.80640059316456, -73.89619782474652, 40.806284672526395, -73.89619300302857, 40.80621673364733, -73.89618994837384, 40.806185987864055, -73.89621704780643, 40.806175583585606, -73.89626188883794, 40.80618229123882, -73.89628637162068, 40.80624409289501, -73.89652075923027, 40.80620848257687, -73.89702399823875, 40.80612849702864, -73.89720794383808, 40.80609649266871, -73.89718395589756, 40.80602991270105, -73.89720612617234, 40.806011130954786, -73.89723711298689, 40.806015769135115, -73.89727115045012, 40.80603180133698, -73.89728589342069, 40.80605157682276, -73.8973547054228, 40.80619285344975, -73.89736580206204, 40.80625785863765, -73.89727500421739, 40.80627227039521, -73.89729394408623, 40.80628949580405, -73.89730736141794, 40.80630130969514, -73.89731575225015, 40.806318033129934, -73.89729354715561, 40.80633552535097, -73.89727273207168, 40.80634080263863, -73.8972562044271, 40.80635547324545, -73.89725336268678, 40.80636996334157, -73.89724858352491, 40.806399656634134, -73.89725042120051, 40.80642680381023, -73.89725432622718, 40.80644747373948, -73.89726197118543, 40.80647830552905, -73.89728391536713, 40.806490154036105, -73.897300234355, 40.8064962892657, -73.89731799562132, 40.80650396382962, -73.8973357538885, 40.80651281714111, -73.89736366037923, 40.80652236656586, -73.89739970354361, 40.80652750357732, -73.89743136604588, 40.806538345842704, -73.89748941602728, 40.80653702421498, -73.89776936387233, 40.80649096915598, -73.89785464680466, 40.80646702934783, -73.89793943467163, 40.806461396179785, -73.8980757154363, 40.80644345724474, -73.89811714657701, 40.80644442588377, -73.8981291276341, 40.80642920273256, -73.89814518055184, 40.80641796248211, -73.89816589874972, 40.806405492667096, -73.8981911937425, 40.806400053482875, -73.89822316036732, 40.806400384276415, -73.89825284768503, 40.80640326506322, -73.89827500928871, 40.806391591642985, -73.89828594969136, 40.80637021895091, -73.89829261998058, 40.806355156788555, -73.89829831502098, 40.806340806059964, -73.8983034647693, 40.80632577137147, -73.89831177577696, 40.80630104830239, -73.89831734188505, 40.80627489552087, -73.89831888184871, 40.80626059785758, -73.89830674575073, 40.80623462216824, -73.89828864775234, 40.806212290939506, -73.8982785007938, 40.806186755544815, -73.89828099438358, 40.80616263157895, -73.89828686698363, 40.806146855517454, -73.8982905448361, 40.8061294836363, -73.89827392165162, 40.806110695368154, -73.89826364331289, 40.80609902123535, -73.89826122679754, 40.806073493561016, -73.89826569228141, 40.80605952716187, -73.89826694264735, 40.80604396584324, -73.89826532599425, 40.80601539068579, -73.89825871740364, 40.80599010694875, -73.89825420604954, 40.80596353284626, -73.89824958769069, 40.805936412046194, -73.89824686418176, 40.80592177923639, -73.89824361836229, 40.80589608603767, -73.89824418151888, 40.80588197931856, -73.89824609678199, 40.805857854841776, -73.89822917750733, 40.80584364894401, -73.89820051799293, 40.805829873021175, -73.89817066518178, 40.80581604110665, -73.89814438304245, 40.80580610879814, -73.89812546661534, 40.805799065490056, -73.89810748856996, 40.8057913917585, -73.89808291828409, 40.80577413268851, -73.89806209994657, 40.80575770178803, -73.89802971552052, 40.80574639169675, -73.89801821852852, 40.80572961153477, -73.89802602576016, 40.805703433732425, -73.89803738625938, 40.80569172288653, -73.89806013732894, 40.80567187259678, -73.89807373531738, 40.8056601358103, -73.89809778759839, 40.80564028666348, -73.89812364315978, 40.8056207119564, -73.89814755915867, 40.80559619449203, -73.89816029145005, 40.80558481532896, -73.89817540207879, 40.80557585340345, -73.89819080421259, 40.80556845680061, -73.89820667280037, 40.805560592348094, -73.89822225367779, 40.80555100048235, -73.89825208142774, 40.805534640432406, -73.89828338451797, 40.80552143882591, -73.89830444880573, 40.80550874146364, -73.8983973564287, 40.805461464342166, -73.8987562895695, 40.8056152827838, -73.89879121536508, 40.80563018339069, -73.90147799974054, 40.806775667145146, -73.90156701645314, 40.807722678791734, -73.9008615846486, 40.80876224560466, -73.90083627235386, 40.80879952428307, -73.89985898763625, 40.81023965614253, -73.89752613447436, 40.81239794989664, -73.8972556230873, 40.81267823767745, -73.89719121287692, 40.81265175244627, -73.89649130665659, 40.812363953799014, -73.89635837981284, 40.81230929211861, -73.89628604001756, 40.81240527868709, -73.89605022258495, 40.81267678257506, -73.89581857151605, 40.81295595387318, -73.8952917119745, 40.81355825457203, -73.8954080521524, 40.813617251828525, -73.89559500858714, 40.81371205639452, -73.89597796752908, 40.81393510195225, -73.89621975605368, 40.81407945801939, -73.8963597776319, 40.814163053808045, -73.89642303358168, 40.814200818994415, -73.8963482553569, 40.81427219188015, -73.89624559566975, 40.81437439518418, -73.89609071216515, 40.81452750870518, -73.89598201528766, 40.81463571084843, -73.89568676339948, 40.814918495731845, -73.89527959671116, 40.81531319385296, -73.89516766252751, 40.815417698435574, -73.89498559762893, 40.81558017972381, -73.89503609842642, 40.81561030953101, -73.89512539697387, 40.81566366512549, -73.89519375615077, 40.81570450901615, -73.89530371385462, 40.81577020655721, -73.89542858468495, 40.815844358782684, -73.89542858468495, 40.815844358782684 --73.90337473115005, 40.81878348532962, -73.90312671494459, 40.818890318400385, -73.90300879674002, 40.81894742244043, -73.90236688544938, 40.81929595383356, -73.9023092877938, 40.81932722793399, -73.90192989972424, 40.81953321692391, -73.90160121097064, 40.81969454727262, -73.90166320721704, 40.81953151117223, -73.90155852350742, 40.81948354062611, -73.9014472562894, 40.81943255399652, -73.9014249481414, 40.81941977038373, -73.90132837688806, 40.819363247339396, -73.90044423697127, 40.8188361333716, -73.90018373694363, 40.818681211774745, -73.90002347001433, 40.81859439378063, -73.89990572492812, 40.81851448507626, -73.89928595578574, 40.81814609863637, -73.8985204899244, 40.81768542831928, -73.89793806493847, 40.81734330792204, -73.89778572865015, 40.81724597060165, -73.89746113179609, 40.81704023843767, -73.89704466239064, 40.81680154979638, -73.8966257483915, 40.81656512129757, -73.89659100719165, 40.816545512431006, -73.89637884424528, 40.816425768317615, -73.8962135119426, 40.81631866393351, -73.89606171901048, 40.81622032885363, -73.89542858468495, 40.815844358782684, -73.89530371385462, 40.81577020655721, -73.89519375615077, 40.81570450901615, -73.89512539697387, 40.81566366512549, -73.89503609842642, 40.81561030953101, -73.89498559762893, 40.81558017972381, -73.89516766252751, 40.815417698435574, -73.89527959671116, 40.81531319385296, -73.89568676339948, 40.814918495731845, -73.89598201528766, 40.81463571084843, -73.89609071216515, 40.81452750870518, -73.89624559566975, 40.81437439518418, -73.8963482553569, 40.81427219188015, -73.89642303358168, 40.814200818994415, -73.8963597776319, 40.814163053808045, -73.89621975605368, 40.81407945801939, -73.89597796752908, 40.81393510195225, -73.89559500858714, 40.81371205639452, -73.8954080521524, 40.813617251828525, -73.8952917119745, 40.81355825457203, -73.89581857151605, 40.81295595387318, -73.89605022258495, 40.81267678257506, -73.89628604001756, 40.81240527868709, -73.89635837981284, 40.81230929211861, -73.89649130665659, 40.812363953799014, -73.89719121287692, 40.81265175244627, -73.8972556230873, 40.81267823767745, -73.89752613447436, 40.81239794989664, -73.89985898763625, 40.81023965614253, -73.90083627235386, 40.80879952428307, -73.9008615846486, 40.80876224560466, -73.90156701645314, 40.807722678791734, -73.90147799974054, 40.806775667145146, -73.89879121536508, 40.80563018339069, -73.8987562895695, 40.8056152827838, -73.8983973564287, 40.805461464342166, -73.89842277575147, 40.80545118683515, -73.89843279931193, 40.80543950358784, -73.8984352413804, 40.80542501310863, -73.89843865941775, 40.805410880086754, -73.89845006207264, 40.80539398416368, -73.89847702299907, 40.8053845922926, -73.89849832378815, 40.805391609727465, -73.89851210723377, 40.80540194248151, -73.89853922017093, 40.80541099655109, -73.89856899076995, 40.805406384278506, -73.89860743475634, 40.80540040726653, -73.89862737742747, 40.80539732348628, -73.89864609730853, 40.80539253488351, -73.8986664762243, 40.80538780536791, -73.89870019024326, 40.805379656666105, -73.8987343752632, 40.805370381844, -73.89876429658969, 40.80536170750235, -73.89878211084913, 40.80535782488465, -73.89880368121091, 40.805354357990005, -73.89882431137626, 40.80535116581884, -73.89884635047046, 40.805347286899014, -73.8988716455473, 40.80534149096743, -73.89888898923147, 40.80533766285081, -73.89891240554259, 40.80533134387355, -73.89893534937154, 40.80532634010628, -73.8989580779429, 40.80532183232077, -73.8989900135846, 40.80531881301876, -73.89902729732108, 40.80531437110144, -73.89906183299368, 40.80531294703958, -73.89910244490822, 40.80530507801129, -73.89913594058943, 40.80529783399244, -73.89917453347145, 40.80528658630097, -73.89919375864612, 40.80528223929564, -73.8992136694848, 40.80527822246921, -73.89923241850101, 40.8052752744166, -73.8992677937634, 40.805267208045755, -73.8992860764738, 40.80526384714843, -73.89931678805607, 40.805258358418726, -73.89934023713613, 40.80525461841232, -73.89935826901622, 40.805250982632316, -73.89938872776614, 40.805244972273826, -73.89941264629779, 40.80524112280142, -73.89943327575527, 40.805237572122074, -73.89946557926959, 40.80522947599588, -73.89949228431094, 40.80522302199239, -73.89951989384991, 40.80521481189755, -73.89955079168092, 40.805206028342, -73.89959126343095, 40.80519593568731, -73.89961467802753, 40.80518989031749, -73.899635274472, 40.80518463763011, -73.89966711356297, 40.805175635141055, -73.8997008254522, 40.80516638753593, -73.89972045176499, 40.805160037181444, -73.89973870238364, 40.80515434389192, -73.8997569504077, 40.80514958441476, -73.89979745637831, 40.80513954574738, -73.89981527076468, 40.80513549907925, -73.89983398957598, 40.805131315417896, -73.89987030353366, 40.805122290646295, -73.89989932286512, 40.80511432752122, -73.89993300003522, 40.80510527162431, -73.89995034720273, 40.8051006211954, -73.8999690638719, 40.80509627361945, -73.89999764549171, 40.8050901489088, -73.90001733735454, 40.805085885016844, -73.90005155371716, 40.8050791906613, -73.90007124535913, 40.80507585877646, -73.90009234618545, 40.805072447064596, -73.9001213965404, 40.805066680227604, -73.90014903893629, 40.805060171953656, -73.90017057567812, 40.805055304498076, -73.90019073603071, 40.80505156237112, -73.90022401192985, 40.805045305693206, -73.90025306303505, 40.8050398134759, -73.9002765120678, 40.805036018348495, -73.90030794407156, 40.80503126928761, -73.90033746416803, 40.80502597016142, -73.90035852954819, 40.80502088434243, -73.90037656201251, 40.80501598680453, -73.90040601634347, 40.805005526844006, -73.90042683199667, 40.804999423232935, -73.90045797809422, 40.80499247936807, -73.90050083359336, 40.804982635188935, -73.90051954999811, 40.804976832316896, -73.900548003078, 40.80496228319044, -73.9005760141465, 40.8049492960415, -73.90060634219958, 40.80493620282363, -73.90062315052938, 40.804928065096604, -73.90065047400734, 40.80491680899644, -73.90066868917894, 40.80490935865547, -73.90070211948873, 40.804898023157946, -73.90072365360307, 40.80489247121751, -73.90074287745497, 40.80489045624509, -73.90076078920553, 40.80489335416329, -73.9007801427496, 40.80489735102792, -73.9008100994769, 40.804889251604436, -73.90082716035343, 40.8048818011457, -73.90084371503376, 40.80487525525061, -73.90086246631598, 40.804870660822544, -73.90089621388833, 40.80486429359474, -73.90092692437902, 40.80486012096471, -73.90094788312862, 40.80485415515883, -73.90096955991247, 40.8048514569765, -73.9010050687466, 40.804850498726616, -73.90103746989195, 40.80484981245022, -73.90107272731935, 40.8048481695844, -73.90109461460463, 40.80484975253165, -73.90112520479391, 40.80485235870238, -73.90115961868095, 40.80485853592063, -73.9011954446109, 40.804863507670156, -73.90121491791773, 40.8048610813048, -73.90123511212308, 40.80485920395771, -73.90126889088802, 40.80485574796099, -73.90130468289041, 40.80485802985687, -73.90132415297207, 40.80485697583085, -73.90135490090135, 40.8048523096454, -73.90137715737205, 40.80484867716446, -73.90139496910011, 40.80484550733601, -73.90141841681158, 40.80484171377618, -73.90143717046882, 40.80483868342354, -73.90145498214869, 40.80483554240173, -73.90147492566376, 40.80483248514457, -73.90149320570015, 40.80482997396598, -73.90152323318333, 40.804823633092305, -73.90155459554882, 40.804816962867584, -73.90157522741433, 40.804813220000625, -73.90159910972942, 40.804808025598625, -73.9016319531127, 40.80480237237996, -73.90165399215394, 40.80479909715814, -73.9016722748573, 40.80479557199149, -73.90170714402713, 40.804787174857665, -73.90173782275885, 40.80477957108317, -73.90177110008918, 40.80477295646176, -73.9017919476517, 40.80476918762534, -73.90182858009312, 40.80476567806471, -73.90184689443514, 40.80476399081586, -73.90186918452106, 40.80476324166652, -73.90190371840835, 40.80476118460163, -73.9019234407916, 40.80476018652002, -73.90194222805555, 40.80475844562842, -73.90196618019904, 40.8047556942637, -73.90199150629155, 40.80475264149439, -73.90201241963341, 40.804751672325544, -73.9020447049885, 40.804757957331326, -73.90207221039498, 40.80477104513992, -73.90208490979933, 40.80478145849198, -73.90209791380057, 40.80480474473509, -73.90210247832745, 40.804821134091895, -73.90210714793771, 40.80483859513155, -73.9021130866593, 40.80485210405791, -73.9021317958957, 40.80487926548598, -73.90214218186622, 40.80489060978451, -73.90215455173514, 40.80490352083324, -73.90216782711879, 40.804915552861544, -73.90218275011456, 40.80493702891903, -73.90220169530045, 40.80494882081839, -73.90224022439313, 40.804932907461556, -73.90224124765972, 40.80504066384182, -73.90286678840081, 40.80862951797759, -73.90298130557797, 40.80928983913986, -73.90298867740297, 40.80937024994237, -73.90300737196699, 40.809537906047275, -73.9030144182663, 40.80960100629159, -73.90303059701183, 40.80970509859657, -73.90304493316918, 40.80976342422304, -73.90307457115763, 40.809880292400386, -73.9032714192212, 40.809742838172696, -73.9040277425247, 40.80919889748617, -73.90464164566896, 40.8087610334706, -73.90496022825491, 40.80853127772071, -73.90514836327574, 40.80856782180425, -73.90553245066585, 40.80864711538677, -73.9060180357374, 40.80874620238397, -73.90621656135338, 40.80878921066615, -73.9063049508252, 40.80880626683562, -73.90670878138233, 40.80889027133821, -73.90698183479716, 40.80894621391098, -73.90753719459566, 40.809060467442826, -73.90853045880824, 40.80926558555367, -73.90944535616845, 40.809456240003286, -73.91036523555671, 40.80964492526839, -73.91008493048852, 40.81040737943777, -73.91004563725357, 40.810517699429006, -73.91000906970883, 40.8106210831946, -73.90963734864492, 40.81166071909358, -73.90959635529543, 40.81177644686908, -73.91022111726924, 40.81191237715966, -73.91024181117105, 40.81194211780785, -73.91024237504188, 40.81197484774384, -73.91023155031911, 40.81213054170572, -73.91023428904988, 40.812173816363284, -73.9102428105874, 40.81220291718359, -73.91025237997594, 40.81223193237098, -73.91026139265804, 40.81224663461111, -73.91030832331687, 40.812304841490956, -73.91094778842798, 40.81362060330537, -73.91110033575384, 40.81365420063143, -73.91181209511768, 40.81388300087826, -73.91233778149073, 40.81406063410197, -73.91253334899486, 40.81412671796276, -73.91295449425807, 40.814269023536404, -73.91333777346392, 40.813610539745945, -73.91371547772164, 40.81295324630539, -73.91386799137942, 40.81268489044777, -73.9140546734832, 40.8123624606467, -73.91409755947974, 40.8123007986022, -73.91414209220099, 40.81221115299647, -73.9141494783126, 40.812198391238304, -73.91441412685151, 40.81174295589077, -73.91447425197956, 40.811650932702044, -73.91451563967301, 40.811664439347894, -73.91464271635911, 40.81170382042247, -73.91466118015349, 40.81170974585947, -73.91471254311182, 40.81172654843603, -73.91490363871696, 40.81178920310461, -73.9160086751844, 40.81215721753876, -73.91647035468175, 40.81231067269544, -73.91798334811165, 40.81281254553216, -73.91965796798742, 40.813518916949185, -73.92000296694982, 40.81366433686038, -73.92006063040223, 40.81368864346352, -73.92103509536354, 40.814099374537804, -73.92121116241002, 40.814173487966706, -73.92107912497215, 40.81424421908703, -73.92060236269425, 40.814495298038494, -73.92057146601711, 40.814511766666854, -73.92048117696184, 40.81456337137171, -73.92034893246158, 40.81462854724152, -73.92030881430252, 40.814866796534794, -73.92027094322752, 40.8149763356696, -73.92024629599818, 40.81503445473309, -73.91985897770437, 40.81586469591849, -73.91954493864039, 40.81655480286268, -73.91923864869972, 40.817220320831375, -73.91889880404479, 40.817967112986686, -73.91864410865392, 40.81852922903791, -73.91857003538001, 40.81869000098429, -73.91831872555191, 40.81924547387924, -73.91828529881366, 40.819347978053514, -73.91827548040855, 40.81937809451189, -73.91824196786506, 40.819480865157686, -73.91801112171126, 40.81999435986234, -73.91771275691941, 40.820646319381225, -73.91748602027276, 40.82114479739407, -73.91741656421195, 40.821276943254674, -73.9172611514381, 40.8212527993949, -73.91599761033318, 40.82092380883964, -73.91560956707374, 40.82082301477427, -73.91396267593409, 40.820393817788776, -73.91358064380077, 40.820293976794105, -73.91304674920218, 40.820153878671576, -73.91307272180802, 40.82012005849006, -73.91215827914863, 40.81978570894296, -73.91193632841812, 40.81970360074453, -73.911914141968, 40.81969579360036, -73.91180102740562, 40.81965599162442, -73.91139931968063, 40.819514636142884, -73.91081250015488, 40.81929203477934, -73.91061208516336, 40.81922345803636, -73.91042954417202, 40.81916111546226, -73.90973935290891, 40.8189948398997, -73.90874961935907, 40.81875922840594, -73.90863393710664, 40.81873079095642, -73.90808996517802, 40.81860105808068, -73.90800935254497, 40.818582039235096, -73.9078234189626, 40.8185382652701, -73.90775942699554, 40.81852103531516, -73.90752988222883, 40.818466095837294, -73.90747249841635, 40.81845239736834, -73.9073596550599, 40.81842555119381, -73.90707939856267, 40.81835926792467, -73.90699718076868, 40.818339985032, -73.90624112722973, 40.81815725170787, -73.90612242576104, 40.818128783164525, -73.90563882499278, 40.81801217476535, -73.90539046535669, 40.81794494905053, -73.9053128701802, 40.81792394519621, -73.90513871693305, 40.81799780039757, -73.90499971099311, 40.818059553703065, -73.90474252213117, 40.81817304457706, -73.90444274888294, 40.81830447351331, -73.903956610962, 40.818517930445566, -73.90376643088806, 40.81860280580959, -73.90368190154496, 40.81864059752692, -73.90353162461405, 40.81870601186937, -73.90337473115005, 40.81878348532962, -73.90337473115005, 40.81878348532962 --73.93382316748985, 40.8194993510991, -73.93381935240363, 40.81931526579305, -73.933817216915, 40.81921227116713, -73.9338022331581, 40.81887496443567, -73.933791191871, 40.81853892154325, -73.93378669920719, 40.81840220464848, -73.93378682095238, 40.81806183224726, -73.93379199096943, 40.817696402799044, -73.93378651492993, 40.81739014336945, -73.93378748916082, 40.81706261699012, -73.93378703659295, 40.81687774470485, -73.93378666747792, 40.816726938263194, -73.93379720603912, 40.81637531733795, -73.93380010072576, 40.81608078351877, -73.9338126179832, 40.81587629411612, -73.93381744362512, 40.81575076758651, -73.93381701811806, 40.81572573172081, -73.93381277609713, 40.81566606504639, -73.93381203954864, 40.81563915056472, -73.93381394635999, 40.815610841829724, -73.93381931595087, 40.81558550402136, -73.93384150814975, 40.81558396069826, -73.93387723508883, 40.81558706899758, -73.93390291428783, 40.815586789258866, -73.93392129705714, 40.8155804341812, -73.93392531819654, 40.81556301906954, -73.93391476025444, 40.815527942255976, -73.93391508801969, 40.815323196399014, -73.93391694427689, 40.815222799228366, -73.93392075061553, 40.81514833389183, -73.93392362744999, 40.81512784022363, -73.93393399995506, 40.815083401226225, -73.93393731096486, 40.815063722756285, -73.93394394405857, 40.81499767868594, -73.93394685491653, 40.8149464735774, -73.93394819267272, 40.81479998955315, -73.93395316401354, 40.81463121939821, -73.9339557825631, 40.8146093973461, -73.93396679097802, 40.81455945846868, -73.93396871620692, 40.814538770645534, -73.93396482075718, 40.81451559231508, -73.93395668046045, 40.81450123822778, -73.93394230762411, 40.81449095531953, -73.93391916221076, 40.814490753852525, -73.9338862714635, 40.814496706194724, -73.93386530041813, 40.814498270037895, -73.93384774653772, 40.81449259673999, -73.93385006873375, 40.81436948567924, -73.93385446341362, 40.81426238754843, -73.93385530393553, 40.814241932332656, -73.93385953820979, 40.81416622544587, -73.93386067010167, 40.81414596940681, -73.93386275886832, 40.81410863148133, -73.93386522953546, 40.814071038033354, -73.93386698461823, 40.81404506419298, -73.93387408316735, 40.81393997031294, -73.93389900004192, 40.8136600235539, -73.93390320631055, 40.81360884799394, -73.93391069863844, 40.813517689528275, -73.93391629658623, 40.81344956920289, -73.93393879920501, 40.813236069641086, -73.93395116923963, 40.81307625102579, -73.9339737904743, 40.81284927556633, -73.9339896702868, 40.812705686813835, -73.93400450792103, 40.812585113277514, -73.93403769029949, 40.812347329756314, -73.93405946402468, 40.812174918524015, -73.93407140391905, 40.812082715291695, -73.93408257940045, 40.8119964152826, -73.93409605822113, 40.81191199232458, -73.93412316022737, 40.81176363100505, -73.9341387907761, 40.81167731912358, -73.93416420882315, 40.811536939739476, -73.93421174456998, 40.81128420615505, -73.93424161045714, 40.81112931595984, -73.93425558345997, 40.811043354302576, -73.9342639124488, 40.81097429807238, -73.93426634512842, 40.8109472196885, -73.93426946690653, 40.810912428933264, -73.934270841434, 40.81089712305458, -73.93427235164751, 40.81087283388668, -73.9342786851145, 40.810770994791696, -73.93428122984518, 40.8107300479028, -73.93428348190947, 40.810693823958125, -73.93428738506303, 40.8106310596797, -73.9343042458615, 40.8103845381772, -73.93431889993941, 40.81021467569625, -73.9343281625481, 40.810088095274054, -73.93433217892314, 40.81001260161316, -73.93433419452869, 40.80994210637647, -73.93433314806568, 40.80983154894047, -73.93433582909756, 40.809714844124656, -73.93433897658379, 40.809614254885034, -73.93433732593377, 40.809583932375105, -73.93433330883686, 40.80955688362855, -73.93432552997326, 40.80952508981565, -73.93430872792597, 40.80946862711995, -73.93427671815628, 40.80936030237255, -73.93427143960653, 40.80933133934528, -73.93426864460619, 40.80927533307483, -73.9342512998974, 40.809208042469955, -73.93424057557178, 40.80916468277311, -73.93421744587768, 40.80906051616591, -73.93421033050177, 40.80904702354442, -73.93418888918666, 40.809018928372566, -73.93417484563606, 40.80897644205761, -73.93415887884203, 40.808904956801385, -73.93415051387889, 40.808872767319876, -73.93414308728127, 40.8088516436948, -73.93411819266919, 40.808792273135786, -73.93411393101086, 40.8087765624106, -73.93411140852531, 40.80875909400625, -73.93411047127252, 40.80873853869957, -73.93411069728185, 40.808675446325324, -73.93410843559968, 40.80865551700815, -73.9341041118124, 40.808637929608516, -73.93409543340839, 40.808617140249346, -73.93408239957509, 40.80859517144811, -73.93406617664947, 40.80857307114976, -73.93401726662366, 40.808512287454825, -73.93400424685541, 40.808492913888195, -73.93399456547458, 40.80847491188925, -73.93397236578477, 40.80841949782601, -73.9339566038964, 40.8083628240472, -73.933838795886, 40.80815418489954, -73.9336717172331, 40.80783904867338, -73.93355745524413, 40.80762618522103, -73.93353762407138, 40.80758977924956, -73.9335101964174, 40.807548453072975, -73.93347505297224, 40.807504210225886, -73.93343895065239, 40.807463675966794, -73.93335485848776, 40.80737398007151, -73.9333208535028, 40.80733510840642, -73.93330288556933, 40.80731288722027, -73.9332890049314, 40.807295605829076, -73.93325646123199, 40.80723787495187, -73.9333267711654, 40.80720818478139, -73.93334868743018, 40.80719893042537, -73.93340624590208, 40.80717462681876, -73.93364129721475, 40.8070758921343, -73.93371754964033, 40.80704317586867, -73.93379486194041, 40.8070100045089, -73.93383021645744, 40.80706242210779, -73.93385690041318, 40.80710199271338, -73.93389114737423, 40.80715277885468, -73.93392960579902, 40.80716229755795, -73.93395074850395, 40.807165753178886, -73.93397188679634, 40.807177243040066, -73.93400962670789, 40.80719907291902, -73.93405490365419, 40.80724041819547, -73.93407617560874, 40.80726537146504, -73.9342680566488, 40.807498189616, -73.93435249373229, 40.80754839098326, -73.93447126334691, 40.8075885802568, -73.93457421513763, 40.80760468831086, -73.9346877505085, 40.80759873375692, -73.93478545721521, 40.80758073497821, -73.93486205191878, 40.8075506854279, -73.93491752324128, 40.807522632014894, -73.93496244091428, 40.80748855279037, -73.93510527852105, 40.8075395393543, -73.93523186576186, 40.807593049714015, -73.93663558604256, 40.80818640627467, -73.93672466924207, 40.80822406180938, -73.93681008611837, 40.80826004304033, -73.93737546851037, 40.808498204636294, -73.93833765783161, 40.80890350800619, -73.93917714443278, 40.80926274030306, -73.93983030615652, 40.80952734589448, -73.93994875510087, 40.80958111245293, -73.94310371964386, 40.81091289297706, -73.94317184229294, 40.81094161373321, -73.94310361491088, 40.81103540654748, -73.94279912640879, 40.81144761180186, -73.94272056410395, 40.81156770909518, -73.9426295821649, 40.8116818568687, -73.94233082716563, 40.81208925324062, -73.94224931984574, 40.812200401383926, -73.94215201386896, 40.81233413862811, -73.94190534866654, 40.812673154587195, -73.94180335635708, 40.8128147559124, -73.94172623849802, 40.81291916656596, -73.94145572819664, 40.813290346053215, -73.9413475201897, 40.81343688933738, -73.94127115966647, 40.81354239236534, -73.94114184836872, 40.81371763615806, -73.94106810558517, 40.8138175690062, -73.9409340572168, 40.81399922798174, -73.94085554218665, 40.81410563101953, -73.9407744683074, 40.81421696651248, -73.94043248091363, 40.814686601376096, -73.94036884206946, 40.814773992354006, -73.94031349021797, 40.81484968112202, -73.93996072972777, 40.81533203569014, -73.93990919823605, 40.81540249435854, -73.93985072124453, 40.81548312139565, -73.93952102228822, 40.81593770086297, -73.93945690364693, 40.816026104128404, -73.93939315464021, 40.816113209034626, -73.93906788342986, 40.81655762197856, -73.93899151321436, 40.81666196900451, -73.9389139903831, 40.81676790294371, -73.93864378954687, 40.81713712440382, -73.9385384767004, 40.81728103255332, -73.93846831740795, 40.817377250144645, -73.93817703833412, 40.817776720421584, -73.93808760273973, 40.817899370525105, -73.9380224173804, 40.81798871971628, -73.93771594985537, 40.81840878219011, -73.93764082484415, 40.818516798488695, -73.93762395272009, 40.818541058649124, -73.93756558812781, 40.81861601412193, -73.9371807105425, 40.81914323226952, -73.93696278853106, 40.81944028351624, -73.9367915598979, 40.81967514553862, -73.93677899546283, 40.81969238045748, -73.93672042163244, 40.81976966135715, -73.93664749855235, 40.819868609294176, -73.93645137172749, 40.82013576152404, -73.93623228005859, 40.820435613945925, -73.93415990865323, 40.81955828596425, -73.93382316748985, 40.8194993510991, -73.93382316748985, 40.8194993510991 --73.96401951406317, 40.81133035885581, -73.96411987556016, 40.811175954792176, -73.96442407550265, 40.810754825974705, -73.96568887508224, 40.80902587892653, -73.96590008449402, 40.80880503233559, -73.96611011739765, 40.80858541418417, -73.96639618809334, 40.80834860391109, -73.96651733012864, 40.80822555458385, -73.96662924426685, 40.80811188024304, -73.96676937052246, 40.807933475319, -73.96689075099415, 40.80776418418192, -73.96697894697168, 40.807595393994774, -73.96716348480327, 40.8073309064609, -73.96739658860396, 40.80698894359392, -73.96743856719436, 40.80692736228003, -73.9676430283973, 40.8066056511105, -73.96798679907566, 40.80595654812835, -73.96811983917374, 40.80569275337643, -73.96844844636853, 40.805052094108184, -73.96857206188567, 40.80483003702577, -73.96880711888521, 40.804428232675015, -73.96921025774229, 40.80382987236649, -73.96933728252917, 40.80365170563854, -73.97020097347118, 40.8024588910191, -73.97122447535243, 40.80105293007163, -73.97134705064539, 40.80087419532924, -73.9714208389482, 40.80078010428747, -73.97148759851075, 40.800705980927106, -73.97154825749872, 40.800651305001665, -73.97171471413083, 40.80052572994004, -73.97216083927314, 40.8002317868496, -73.97235317143509, 40.80009531115875, -73.97256006031678, 40.79992467366997, -73.97277743120223, 40.7997263839496, -73.97306981635998, 40.79940791902217, -73.97331842055564, 40.799125760350094, -73.97365663362793, 40.798721553549626, -73.97372479534523, 40.79863204055668, -73.9738635801985, 40.79843590551519, -73.97396152328824, 40.79827918134608, -73.97403658018725, 40.7981269814497, -73.97409414640727, 40.797969595196605, -73.9741435929893, 40.79776352968782, -73.97415852284637, 40.7975787946555, -73.97414766721012, 40.79743005220648, -73.97409777347421, 40.79706840396959, -73.97411451663274, 40.796864423851666, -73.97425532423127, 40.796588224411664, -73.9745646771525, 40.79630927325592, -73.97479549631403, 40.7961595654496, -73.97503039450778, 40.796018322759316, -73.97520604537584, 40.79591283380922, -73.97559863001781, 40.79567689568969, -73.97565458448138, 40.79564368628238, -73.97572323997177, 40.79560732057012, -73.97580583437087, 40.795467619984166, -73.97602584005482, 40.79521645350763, -73.9761213933718, 40.795081370443825, -73.9761951397795, 40.794938378208094, -73.97623321853666, 40.794826960906754, -73.97626246149187, 40.79473512674495, -73.97628287596697, 40.79462254323908, -73.97630571674406, 40.79403140030101, -73.97631914659354, 40.79385726526025, -73.9763370172039, 40.79377676782563, -73.97636767727454, 40.793683240072404, -73.97645179239191, 40.79350805418633, -73.97657376071022, 40.793328303194116, -73.97670857648447, 40.793143611819424, -73.9768277580491, 40.79298361155655, -73.97699923267464, 40.792845498366034, -73.97709165644882, 40.79272324865393, -73.97553124319028, 40.792067858122806, -73.9741103724919, 40.79146954343372, -73.97325067180553, 40.791107579169115, -73.97268972552595, 40.790870415177274, -73.97020662908973, 40.78982310950105, -73.96985080984045, 40.7896733177407, -73.9670097615731, 40.78847647549763, -73.96731326783286, 40.78806143466921, -73.9674490793219, 40.78786041466306, -73.96753374546925, 40.787764211013425, -73.96792695594841, 40.787221258679565, -73.96838479235178, 40.786595389256085, -73.96884378352446, 40.785967077009055, -73.96933573219127, 40.785292969452314, -73.9698322571393, 40.784610597925436, -73.97010474943865, 40.78424497531143, -73.97020918925918, 40.78410159389963, -73.97024167872044, 40.784056674474925, -73.97030067104173, 40.78397510696153, -73.9703942933736, 40.7838456596495, -73.97070416306673, 40.783417216279794, -73.97076013025476, 40.783339829683655, -73.9708105694335, 40.78327074518437, -73.97116886003974, 40.78277998366216, -73.97122291617603, 40.782705942619984, -73.97127854400011, 40.782629779460954, -73.97161292466659, 40.7821719500024, -73.97172304875227, 40.78202116825138, -73.9718180083297, 40.78189048008249, -73.97267774360436, 40.780707221500236, -73.97291172353444, 40.780385184304926, -73.97349520496923, 40.779582100104975, -73.97357116591147, 40.77947754764845, -73.97376540928686, 40.779559389139486, -73.97554852956675, 40.78031066218928, -73.97601290364034, 40.78050585083112, -73.97621817112443, 40.78059187600074, -73.97629013791095, 40.78062027645159, -73.97642746477226, 40.780653936569806, -73.97650685486641, 40.78054430226557, -73.97655060031722, 40.78048389019753, -73.97682485708292, 40.78010514952986, -73.97690314007123, 40.77999704197241, -73.97705131681815, 40.780059452050814, -73.97923768338744, 40.7809802679238, -73.97974787065435, 40.781195028447655, -73.97942798005664, 40.781633796217776, -73.97937825484024, 40.78170260007311, -73.97936100338323, 40.78172653772444, -73.97928494709242, 40.781838686073165, -73.98081059700124, 40.78247286198695, -73.98085481315897, 40.78236072176529, -73.9810634537504, 40.781750415992946, -73.98258998958516, 40.78239259917513, -73.98387805415753, 40.78293536220747, -73.98428573543833, 40.78311262011816, -73.98445219849627, 40.783191419472445, -73.9843944126651, 40.78327210650505, -73.98433377830202, 40.783339293702234, -73.98390071238221, 40.78377390158516, -73.98341128609256, 40.78424765891732, -73.98329700371717, 40.78435207175573, -73.98280504111436, 40.784819558615574, -73.98265479541939, 40.78497027281576, -73.98280438830272, 40.78503985985884, -73.98357143784388, 40.78536261235469, -73.98386596901986, 40.785483050078824, -73.98392748509961, 40.78550820427054, -73.98405350501343, 40.78555973404834, -73.98411682896827, 40.785585627700364, -73.9841922515291, 40.78561646853021, -73.9842226235572, 40.785606143943326, -73.98426105244091, 40.785593082024825, -73.9842903423118, 40.78557972978719, -73.98436649285469, 40.78555302767437, -73.98444557111037, 40.785535229161894, -73.98453928631262, 40.78553969475069, -73.98461835746264, 40.785557513643255, -73.98464998927595, 40.785570702999514, -73.98470913755393, 40.78559536838659, -73.98469011447328, 40.78541392296947, -73.98469012675812, 40.785360497133205, -73.98469315845514, 40.78528850966526, -73.98469894087933, 40.785238066153845, -73.98471360495247, 40.785142348417416, -73.98473705713243, 40.78504217976353, -73.98477222907279, 40.78492420433883, -73.9847956702446, 40.78486633131439, -73.98483376656677, 40.7847661636672, -73.98489823002785, 40.784608123342345, -73.98496269440214, 40.784465667054384, -73.98502129270689, 40.7843454685582, -73.98506574854085, 40.78424788519124, -73.98516250177413, 40.78399795001423, -73.98542885811668, 40.78361682874851, -73.98571610418685, 40.78322708893508, -73.98641374967578, 40.782271706877395, -73.98648831280565, 40.782169345713186, -73.98656526348852, 40.78206370424984, -73.98768599284708, 40.78216256676321, -73.98757117028045, 40.78232829537064, -73.98744482722661, 40.78251319428472, -73.98729489605185, 40.782730780466224, -73.98698163222161, 40.78318230922045, -73.98659897690459, 40.7837298405108, -73.98650690612655, 40.78386561097899, -73.986312080768, 40.78414930088335, -73.98624329019607, 40.78424803177028, -73.98618030033184, 40.784338435473714, -73.98600201497244, 40.78459147284958, -73.98591158060837, 40.78471998228099, -73.98590212370435, 40.78473329953915, -73.98587423055609, 40.784772576891854, -73.98583178102945, 40.784832441510964, -73.98573791165393, 40.784965702324385, -73.98563792521814, 40.78510961522659, -73.98555032047322, 40.785234890116485, -73.98546484716307, 40.78535820211357, -73.9854348283842, 40.78540151153263, -73.9854009733647, 40.785450355838734, -73.9853537741353, 40.78551752273874, -73.98526886159975, 40.78564112731935, -73.98519878280902, 40.78574377907853, -73.98512742075185, 40.78584631626426, -73.98508045646038, 40.785914685247654, -73.98501006791308, 40.78601715764801, -73.98496401830573, 40.78608419485999, -73.9848862859371, 40.786198832894435, -73.9848192353622, 40.7862963510544, -73.98481048789706, 40.78630872278705, -73.98476653846193, 40.7863757169699, -73.98470916587715, 40.78645735870685, -73.98465233476347, 40.7865382242544, -73.98462902517282, 40.78657216283442, -73.98454521568983, 40.78669419743582, -73.98448381601148, 40.78677900107622, -73.98440605824713, 40.78689390531956, -73.98431790837907, 40.78702005175048, -73.98426422055194, 40.7870964267289, -73.98417785930224, 40.7872219114248, -73.98410261260061, 40.78733018721275, -73.98405900162261, 40.78739300643961, -73.98402525825577, 40.78744211418903, -73.98395638851069, 40.787541294801656, -73.98390415847676, 40.78761696021448, -73.98387012362853, 40.7876652385148, -73.98379709173322, 40.78777238247629, -73.9837567961143, 40.78783139473281, -73.98369374854937, 40.78792175109436, -73.9836530675286, 40.78798144043541, -73.98357014279404, 40.788104591048146, -73.98348566733812, 40.78822585212599, -73.9834266641749, 40.78831031333651, -73.98336500934379, 40.78839936938872, -73.98310645687039, 40.788776722658156, -73.98256606373442, 40.7895506315507, -73.98241169640272, 40.78976979085451, -73.98232474020963, 40.78989200160074, -73.98209047882318, 40.790217505405316, -73.98176762062971, 40.79067836607822, -73.98159555138741, 40.79091899928644, -73.98146203058306, 40.79110919240083, -73.98112505161693, 40.79160143227768, -73.98083796577738, 40.79203063361018, -73.98077187358687, 40.79212886898794, -73.9807182686339, 40.79220583569868, -73.98065143060064, 40.79229258679994, -73.98043956697448, 40.792596776046956, -73.98044421585077, 40.792618729230576, -73.98044703194446, 40.79264000852884, -73.98044800226363, 40.79266046625767, -73.98044711853764, 40.79268001686818, -73.98044438671958, 40.79269855680388, -73.98043981866232, 40.79271606715606, -73.98043342741047, 40.792732505603276, -73.98042522126532, 40.7927478442311, -73.98039128163796, 40.792801321871195, -73.98036428229688, 40.79283678437579, -73.98035006053367, 40.79285218770955, -73.9803353996931, 40.79286584759825, -73.98032012318123, 40.79287793150456, -73.98030412196792, 40.79288851775314, -73.98020038380791, 40.79295036614365, -73.98014060089751, 40.79298730067959, -73.97998758716263, 40.793210942246255, -73.9797182350328, 40.79358684045958, -73.9794032064009, 40.7940381287372, -73.97923353483462, 40.794282250863056, -73.97903298383739, 40.79455198994301, -73.97893059648854, 40.79469917149769, -73.97886426342541, 40.79479991989331, -73.97874641135574, 40.79494269949996, -73.97864572645088, 40.795090559183095, -73.97847512672182, 40.79533728332633, -73.9783268348911, 40.7955452926135, -73.978231883234, 40.79567838300157, -73.97792724226284, 40.79610691433371, -73.97789052704178, 40.79615425737463, -73.97785790270541, 40.79619632426097, -73.97782255270998, 40.796249917009945, -73.97777145646543, 40.796327383462156, -73.97747329946985, 40.796752376738944, -73.9771793562694, 40.79716241635478, -73.97707818211285, 40.797307241638855, -73.97699667597462, 40.79742610755427, -73.97692425408718, 40.79754292389088, -73.97690210293341, 40.79757958959667, -73.97687404502274, 40.797615528310494, -73.97684479347477, 40.79765590804114, -73.97675499524223, 40.7977853052561, -73.97665930907469, 40.797923510792955, -73.9766285655758, 40.797970136929656, -73.97656123636474, 40.79806404805581, -73.97649499983807, 40.798156996730164, -73.97640509318653, 40.79828422523774, -73.97632581013575, 40.7984027543292, -73.97630214317843, 40.79843501165885, -73.97624306348541, 40.79851035779128, -73.97621736932423, 40.798544937073125, -73.97611094584758, 40.79869760374392, -73.97602721999897, 40.79881423615042, -73.97594489756044, 40.79894206829732, -73.97588128112785, 40.799033198144556, -73.97582737932315, 40.79910705751542, -73.9757963595925, 40.79913464410664, -73.97578431636065, 40.79914847414732, -73.97578297099982, 40.799162628813484, -73.9757930658992, 40.79917549906916, -73.97578649550059, 40.799200699063, -73.97576202689827, 40.79924611960827, -73.97574312490757, 40.799279627713815, -73.97571396510229, 40.79931475455408, -73.97568281767175, 40.79935416104066, -73.97565351022119, 40.799391045608715, -73.97562734942434, 40.799426418896154, -73.97561423170023, 40.79945862968255, -73.97560289654486, 40.79947691552378, -73.9755880008576, 40.79949423257319, -73.9755561887298, 40.79954267089132, -73.97554201662089, 40.79956758560029, -73.9755023829247, 40.79961116675122, -73.97546971922209, 40.79964525000505, -73.97543900442803, 40.79968032061193, -73.97541559077669, 40.799710947003064, -73.97539271388145, 40.79974484051513, -73.97537009026375, 40.79978271248217, -73.97534031377064, 40.79982124117951, -73.97531581128423, 40.79986073363212, -73.97529419679248, 40.799902888573946, -73.97527048656397, 40.79994676931883, -73.97525013600462, 40.799986811951875, -73.97522455078885, 40.800025040751194, -73.975198856606, 40.80006304979937, -73.97517200392593, 40.80010300727233, -73.97513915681938, 40.80014795851504, -73.97509720852683, 40.80019703657104, -73.97508365256867, 40.80021491755522, -73.97505141584142, 40.800265605984265, -73.9750162864711, 40.800322633291096, -73.97499456604253, 40.80035567599986, -73.9749783403331, 40.800382706363905, -73.97496642946626, 40.8003932774388, -73.97495279041559, 40.80041448663387, -73.97492969790702, 40.80045010716085, -73.97489912530887, 40.800489735076575, -73.97486331597409, 40.80053608586909, -73.97484612898617, 40.80056662975172, -73.97480480723208, 40.80061844084965, -73.97478251036738, 40.80064607679428, -73.97475186657489, 40.8006854840319, -73.97473919507812, 40.80070480506607, -73.97471211131837, 40.800752720988264, -73.97468153472018, 40.800799044054266, -73.97464988150368, 40.80083757395604, -73.97463806198706, 40.80085374071766, -73.97452289086961, 40.801011754708384, -73.97450394915757, 40.801050120785234, -73.97448685428844, 40.80108379476694, -73.97447697552145, 40.801097444145654, -73.9744530656125, 40.801124931985534, -73.97441230166473, 40.80117591910531, -73.9743809757258, 40.80120994560796, -73.97435687173024, 40.801242713010105, -73.97432228670925, 40.80128653980279, -73.97428969104459, 40.80133099647731, -73.97425561469973, 40.80137380669946, -73.97422898135387, 40.801404541082825, -73.97420000134359, 40.80144216555308, -73.97415590758126, 40.801510223494205, -73.97413498279813, 40.8015368438546, -73.97410101478008, 40.80157482287696, -73.97408262210398, 40.801599027757675, -73.97405985628151, 40.80162729290174, -73.97404788819341, 40.80165602783154, -73.97399902938406, 40.80172348220378, -73.97398059730956, 40.80174823546261, -73.97395504714443, 40.8017871771729, -73.97394217683345, 40.80181678987366, -73.97392269420389, 40.801852083225505, -73.97389905845021, 40.801883284666935, -73.97387957586436, 40.8019153389165, -73.97385178624857, 40.80195331926301, -73.97382717874437, 40.801984411508435, -73.97379978241645, 40.80201959318066, -73.97378727139713, 40.80203931126268, -73.9737689891491, 40.80207437073055, -73.97374957917516, 40.8021113101803, -73.97373013222236, 40.802145807465074, -73.97370675061195, 40.8021781336467, -73.97367783952848, 40.80221666389879, -73.97365351762387, 40.802247288812154, -73.97361492729887, 40.802288340933785, -73.97358754335696, 40.80232157477767, -73.97356631834059, 40.8023510198277, -73.97353604010311, 40.802382243081894, -73.9735098033687, 40.80241505123428, -73.973488154413, 40.8024465466079, -73.97345468591423, 40.802498715610284, -73.97342046226869, 40.8025425422071, -73.97339527105464, 40.80258612144028, -73.973369646051, 40.8026238554295, -73.97332660227063, 40.80268184030372, -73.97330303769749, 40.8027173253083, -73.97326953618749, 40.802762468555365, -73.97322273321691, 40.80283236611699, -73.97318651847702, 40.80288475412212, -73.97315272802904, 40.80292896344961, -73.97311260880987, 40.802995129953636, -73.97308561031234, 40.803037996400015, -73.97305734608487, 40.803078089908254, -73.97302890576249, 40.803116920868824, -73.97298188449275, 40.80318327751663, -73.97295611693028, 40.80322073672492, -73.97292832455128, 40.80325413420244, -73.97290407622259, 40.80328272834544, -73.97289169588304, 40.80329459670959, -73.97287905977555, 40.803314680262204, -73.97286903914696, 40.803346214270334, -73.97285244451547, 40.80337896510419, -73.972841073892, 40.803396454613555, -73.97280778872673, 40.80344126819011, -73.97277609667994, 40.80347919241738, -73.97274530334062, 40.803521756217485, -73.97270244142135, 40.80358144373665, -73.97266802983017, 40.80363597248519, -73.9726325004452, 40.803693932758094, -73.97260232187045, 40.80373671728673, -73.97257814712997, 40.80377577337003, -73.97256650190145, 40.80379212455561, -73.97253878560845, 40.80382675563751, -73.972510956671, 40.80386147043213, -73.97248146169538, 40.803907190716615, -73.97244684018072, 40.80395269004636, -73.97242352824507, 40.80398542930421, -73.9723903133476, 40.804033727702624, -73.97235981301483, 40.80407151522162, -73.97232771755462, 40.80411498449567, -73.97230007344298, 40.80414640525826, -73.97226003064468, 40.804196019406575, -73.97222396167498, 40.80424195776237, -73.972193745249, 40.80428902224113, -73.97217021325399, 40.8043288149984, -73.9721373558078, 40.80438864159052, -73.97211190889591, 40.80443071303435, -73.97208360529079, 40.80447711878064, -73.97204934341228, 40.80452275675086, -73.97202032256777, 40.8045611469694, -73.97199108828936, 40.80458847810583, -73.97196876493496, 40.80460836019039, -73.97195535256022, 40.80461885223886, -73.97193714363284, 40.80463063173164, -73.97191648630258, 40.804645285016434, -73.97188818508118, 40.804660254309745, -73.97184573470442, 40.804679211150905, -73.97182409217031, 40.804691936211086, -73.97180841054274, 40.80470472756095, -73.9717989725348, 40.80471882165659, -73.97179954398295, 40.80474622576768, -73.97180548699711, 40.80476897651569, -73.97180516993147, 40.804784498331195, -73.97179265369529, 40.8048111095032, -73.97178152215834, 40.80483086731847, -73.97175896338656, 40.804868987100456, -73.97173738476025, 40.80490405983112, -73.97172097512386, 40.80492592981611, -73.97169520816074, 40.80495872415037, -73.9716670172859, 40.80499522163335, -73.97164189873686, 40.80503026555994, -73.97160983456438, 40.805084329000024, -73.9715925938192, 40.80511240319598, -73.9715635666718, 40.80516155425119, -73.97154647483323, 40.805187732927386, -73.97152648531282, 40.805214216154255, -73.9714922965535, 40.80525337398487, -73.97143457981177, 40.805323790383234, -73.97140541628798, 40.80535611554984, -73.97137494866166, 40.805395056347116, -73.97105630201118, 40.805849145857614, -73.97030825284403, 40.806825913434714, -73.97019895310709, 40.80697161916361, -73.97001649647203, 40.80721484684496, -73.96980584900375, 40.80748695662981, -73.96965104533592, 40.80768692652088, -73.96938289333924, 40.80802585712835, -73.96906312195914, 40.80846955790366, -73.96893673801391, 40.80864491931582, -73.96880575666572, 40.80879652960781, -73.9687634545693, 40.80884305678861, -73.96866349769812, 40.80894874631968, -73.96861821626317, 40.80899958782231, -73.96860102457543, 40.80902184885306, -73.96858483883135, 40.80904713312678, -73.96856920839845, 40.80907601683971, -73.96855140385244, 40.809113531229805, -73.96853717682738, 40.80914698084526, -73.96849922757067, 40.80924324181215, -73.96849394603335, 40.809256751439285, -73.96847296414175, 40.80930393899657, -73.9684340889909, 40.809377921369126, -73.96838731394939, 40.80945586285189, -73.96832558494613, 40.80955008481034, -73.96825952605468, 40.8096449394928, -73.96792527503953, 40.81016346167564, -73.96758266582226, 40.81069619935598, -73.96755684932572, 40.81073917645028, -73.96739719671392, 40.811004950217004, -73.9673688866726, 40.81105207515454, -73.96734122161942, 40.8110913758436, -73.9673181155932, 40.81112420143938, -73.96710372730456, 40.81142876619793, -73.96705002028442, 40.8115097163988, -73.96692948532176, 40.81169138788565, -73.96688023403313, 40.811765617968604, -73.96672902940381, 40.81198823685147, -73.96665996381309, 40.812089925389955, -73.96656134318005, 40.81222779270851, -73.96637516538475, 40.81248807417299, -73.96627345555167, 40.81262931449951, -73.96611158949078, 40.812854088815996, -73.96582428499744, 40.81326812743067, -73.96551661562285, 40.81369151447954, -73.965361867956, 40.81390446270442, -73.96532885254324, 40.81395547225182, -73.96503003186902, 40.8144171587611, -73.9647657615536, 40.814835098071626, -73.96430577837985, 40.81554180533809, -73.96426694376096, 40.815597731281144, -73.96411270898453, 40.81581984048121, -73.96391434931718, 40.81606278036826, -73.96383105518842, 40.816164794976594, -73.96362242200718, 40.81642031376783, -73.96345677553843, 40.8166215593523, -73.96341997078848, 40.81666307589379, -73.96337731526279, 40.81670698138414, -73.96332787078292, 40.816754357015014, -73.963260965218, 40.81681543982728, -73.9629169060404, 40.81715435771701, -73.96253155268491, 40.81757002939504, -73.96223026350516, 40.81788030978589, -73.96215352052447, 40.81795934462513, -73.96211354370219, 40.81800051300862, -73.96199929531913, 40.81813029730894, -73.96178925795873, 40.81802353165258, -73.96175346594224, 40.81800331624338, -73.96169393744019, 40.81796969805219, -73.96158283150609, 40.81790689917244, -73.96152568721968, 40.817874674756446, -73.96145122416124, 40.81783262010465, -73.96141095096887, 40.817809874495495, -73.96136184705607, 40.81778948071213, -73.9611620686128, 40.81770650756583, -73.96102015827718, 40.817648367736545, -73.96091229151595, 40.81760417266327, -73.96081012768397, 40.81756152558002, -73.96067221803477, 40.817503957595605, -73.9607056926272, 40.81745315577968, -73.96073153340338, 40.81741308527503, -73.96074614059387, 40.81738580249652, -73.96076749541301, 40.81733890919331, -73.96078211230054, 40.81729713021668, -73.96079561336133, 40.81724000099092, -73.96080127858973, 40.81719056204322, -73.96080354848048, 40.81714621965286, -73.96080172453722, 40.81711966338316, -73.96078789425397, 40.817045591920404, -73.9607778165891, 40.81700380274049, -73.96075764807735, 40.81694666385919, -73.96072289462745, 40.81687331646684, -73.96057097495722, 40.81660596473998, -73.96053200692268, 40.81651476709634, -73.96050599099883, 40.81642094082253, -73.96049221021082, 40.81630422630255, -73.96049822852973, 40.816173369055534, -73.96051188787418, 40.816089216894675, -73.96056136940308, 40.815881868296444, -73.96062298867984, 40.815741183104684, -73.96064200196015, 40.81571063123166, -73.96068713858185, 40.81564408279405, -73.96116364940936, 40.814997699119786, -73.96174613474689, 40.81419682780645, -73.96183142926566, 40.81408008950263, -73.96185164983262, 40.81405271027359, -73.96197563400375, 40.813894218693136, -73.96220247785841, 40.81375363471192, -73.96238490605596, 40.813485698279216, -73.96301572221049, 40.81262406605364, -73.96316733640032, 40.812418885820996, -73.96321420271862, 40.812362179349705, -73.96339407577226, 40.812183029499224, -73.96374596214595, 40.81186408631701, -73.96376212721265, 40.811811757183975, -73.96380449669608, 40.811690449160864, -73.96383754908298, 40.811643456261876, -73.96390973883238, 40.811498649156654, -73.96401951406317, 40.81133035885581, -73.96401951406317, 40.81133035885581 --73.93175644752303, 40.80793424272999, -73.93171204095242, 40.807953420461544, -73.93114958479336, 40.808196288899744, -73.93092245542644, 40.80832260639937, -73.93080795539322, 40.808386284907264, -73.93062294877618, 40.80850881167603, -73.93024464440387, 40.808773233519084, -73.93010788623636, 40.8088759902851, -73.92999762474066, 40.808961278906935, -73.92967699629769, 40.809199439331884, -73.92960222874028, 40.809252719399176, -73.92951601843701, 40.80933388625191, -73.92947457289148, 40.809355581820675, -73.92942362085472, 40.80940548596187, -73.92931137065435, 40.809492470142615, -73.92925410881246, 40.809533230283336, -73.92921853850254, 40.80956440710696, -73.92913708128062, 40.80962752790802, -73.92891183051172, 40.80981217053746, -73.92880616771905, 40.8098987827754, -73.92857749011723, 40.809809380366715, -73.92854791833103, 40.80979782035944, -73.92852062704914, 40.80978715055006, -73.92845868415218, 40.80976293375594, -73.92828168440525, 40.809685546642854, -73.92813462125902, 40.80962124955192, -73.92808189220555, 40.80969238933753, -73.92777315377396, 40.81010739436621, -73.92774935867133, 40.81013937955384, -73.9276745790841, 40.81021878720691, -73.92738288956582, 40.81059659958086, -73.92719137929237, 40.81086208066021, -73.92722322483102, 40.81103809407545, -73.92703871279008, 40.81107079069812, -73.92661115830815, 40.811340662385554, -73.92643177623205, 40.81144270323662, -73.92644365632947, 40.81150627425669, -73.92629355063141, 40.81157385440432, -73.92620787651109, 40.81161510453488, -73.9261606877797, 40.81163747870776, -73.92609560151773, 40.811672443856644, -73.92565095331399, 40.81188933912751, -73.92555271134677, 40.81194038528397, -73.92537423835253, 40.812027884731584, -73.9250399556851, 40.812198744436714, -73.92468325226648, 40.81238383169693, -73.9238296307881, 40.81282382858454, -73.92287548098923, 40.81331493350688, -73.92208764533747, 40.81373122611961, -73.92121116241002, 40.814173487966706, -73.92103509536354, 40.814099374537804, -73.92006063040223, 40.81368864346352, -73.92000296694982, 40.81366433686038, -73.91965796798742, 40.813518916949185, -73.91798334811165, 40.81281254553216, -73.91647035468175, 40.81231067269544, -73.9160086751844, 40.81215721753876, -73.91490363871696, 40.81178920310461, -73.91471254311182, 40.81172654843603, -73.91466118015349, 40.81170974585947, -73.91464271635911, 40.81170382042247, -73.91451563967301, 40.811664439347894, -73.91447425197956, 40.811650932702044, -73.91441412685151, 40.81174295589077, -73.9141494783126, 40.812198391238304, -73.91414209220099, 40.81221115299647, -73.91409755947974, 40.8123007986022, -73.9140546734832, 40.8123624606467, -73.91386799137942, 40.81268489044777, -73.91371547772164, 40.81295324630539, -73.91333777346392, 40.813610539745945, -73.91295449425807, 40.814269023536404, -73.91253334899486, 40.81412671796276, -73.91233778149073, 40.81406063410197, -73.91181209511768, 40.81388300087826, -73.91110033575384, 40.81365420063143, -73.91094778842798, 40.81362060330537, -73.91030832331687, 40.812304841490956, -73.91026139265804, 40.81224663461111, -73.91025237997594, 40.81223193237098, -73.9102428105874, 40.81220291718359, -73.91023428904988, 40.812173816363284, -73.91023155031911, 40.81213054170572, -73.91024237504188, 40.81197484774384, -73.91024181117105, 40.81194211780785, -73.91022111726924, 40.81191237715966, -73.90959635529543, 40.81177644686908, -73.90963734864492, 40.81166071909358, -73.91000906970883, 40.8106210831946, -73.91004563725357, 40.810517699429006, -73.91008493048852, 40.81040737943777, -73.91036523555671, 40.80964492526839, -73.90944535616845, 40.809456240003286, -73.90853045880824, 40.80926558555367, -73.90753719459566, 40.809060467442826, -73.90698183479716, 40.80894621391098, -73.90670878138233, 40.80889027133821, -73.9063049508252, 40.80880626683562, -73.90621656135338, 40.80878921066615, -73.9060180357374, 40.80874620238397, -73.90553245066585, 40.80864711538677, -73.90514836327574, 40.80856782180425, -73.90496022825491, 40.80853127772071, -73.90464164566896, 40.8087610334706, -73.9040277425247, 40.80919889748617, -73.9032714192212, 40.809742838172696, -73.90307457115763, 40.809880292400386, -73.90304493316918, 40.80976342422304, -73.90303059701183, 40.80970509859657, -73.9030144182663, 40.80960100629159, -73.90300737196699, 40.809537906047275, -73.90298867740297, 40.80937024994237, -73.90298130557797, 40.80928983913986, -73.90286678840081, 40.80862951797759, -73.90224124765972, 40.80504066384182, -73.90224022439313, 40.804932907461556, -73.90223341791707, 40.804919562597426, -73.90222682712982, 40.80490621701523, -73.90221422240583, 40.804881338143026, -73.90220489071444, 40.80486464217913, -73.90219909841669, 40.80484825178491, -73.9021932113885, 40.80482294006605, -73.9021932103431, 40.80479865000419, -73.90219803531886, 40.80478539605038, -73.90222021623708, 40.80475892938844, -73.90223190858639, 40.80474255292407, -73.90223911587664, 40.80472908306809, -73.90224700970488, 40.80471616129719, -73.90225468499183, 40.80470356892305, -73.90226808249254, 40.804681650428535, -73.90227604807305, 40.80466908711501, -73.90228846549508, 40.804648786884485, -73.90229874965637, 40.80463260102585, -73.90230740285948, 40.80461822558823, -73.9022908512164, 40.80457440588301, -73.90229752557828, 40.80455582884109, -73.9024407260986, 40.80442115801293, -73.90251210538612, 40.80446732845364, -73.90268505075981, 40.8043722612073, -73.90285228614965, 40.8042510852206, -73.90291323121416, 40.80419635109839, -73.9028683419368, 40.80415900920793, -73.90287830274421, 40.80414418277769, -73.90301168170603, 40.80403312305059, -73.90309306752803, 40.80397276800234, -73.90311834856472, 40.803954021048355, -73.90320806469943, 40.803887487390185, -73.90325624369282, 40.80391588184972, -73.90333423811444, 40.80384857373168, -73.90335562418184, 40.80385563626771, -73.90339891167548, 40.80387395268279, -73.90345134378042, 40.80385997043304, -73.90355895118778, 40.80383129676255, -73.90368557447097, 40.803792482150655, -73.90373951628274, 40.8037645261845, -73.90376415203482, 40.80375175876464, -73.90382955054554, 40.80369373654789, -73.90387081253583, 40.803661356594695, -73.90392500394306, 40.80363358625224, -73.90394851160346, 40.80362152294353, -73.90407292880607, 40.803521076802774, -73.90409728563904, 40.80349945357015, -73.90414616893575, 40.8034560577474, -73.90420330952267, 40.80340533059775, -73.90434633796076, 40.80328704182346, -73.90445576080795, 40.803210437047284, -73.90447569088987, 40.80319648592029, -73.90453556859518, 40.80316385010116, -73.90456157367305, 40.8031396635125, -73.90463656341521, 40.80305631322691, -73.90464895980668, 40.80304253593702, -73.90471315889116, 40.80297118032978, -73.90477201936157, 40.80291131064696, -73.90479511990806, 40.802887811387784, -73.904865844379, 40.80281587215652, -73.90502433508169, 40.802642838629815, -73.9050630554108, 40.80256621101762, -73.90507705897868, 40.80252387026512, -73.9050851820079, 40.80249923208786, -73.90510214436574, 40.80247699741575, -73.90511300975999, 40.802465519590335, -73.90517650598812, 40.802415975036034, -73.90535603994459, 40.80222712036859, -73.90546425002127, 40.80210375069582, -73.90545893524421, 40.802081157309914, -73.90548574740235, 40.80204887298008, -73.90557733910931, 40.801977421372364, -73.90568630715998, 40.80187971634122, -73.90584123521874, 40.801719001188594, -73.9060085943761, 40.801553410751225, -73.90607103486607, 40.80158499443593, -73.90621753814094, 40.80148150585179, -73.90631725270791, 40.80141178831761, -73.90629773885924, 40.801393355441846, -73.90632472508695, 40.80136488647166, -73.906497690869, 40.80119252091232, -73.90652160091915, 40.80116975226352, -73.90658431398877, 40.80111003784974, -73.90681592931011, 40.80088948676411, -73.9066984930063, 40.8008205530834, -73.90671850200647, 40.80079594871836, -73.90699360485897, 40.800523258402954, -73.90718179242023, 40.800336718507246, -73.90757450543333, 40.799951701250414, -73.9076062940698, 40.799948296731046, -73.90765209648444, 40.79992009016215, -73.90764557895076, 40.799905620214254, -73.90766633905784, 40.7998858195487, -73.9077478781356, 40.7998184743275, -73.90794059895279, 40.79964389904153, -73.90797039538201, 40.79964397776453, -73.90799037638575, 40.799638174686, -73.9080619339189, 40.79956808555463, -73.90809389002857, 40.79953678265239, -73.90811558803043, 40.79951553014671, -73.90816792339463, 40.79946366974909, -73.90813371493417, 40.799441564038815, -73.90817626064259, 40.799389156435176, -73.90822172357711, 40.79942107573553, -73.90823923540715, 40.79940465015377, -73.90843916819976, 40.799519328388584, -73.90848218937109, 40.7994648517021, -73.90858069764745, 40.799374794348054, -73.90861465403587, 40.79934322633921, -73.9084725477862, 40.79925237473333, -73.90823816966645, 40.79909980041817, -73.90822661826297, 40.799069023845696, -73.90820753794777, 40.79904910940871, -73.90829084607851, 40.79895662415037, -73.90843598388159, 40.79884066510509, -73.90871421365783, 40.7986201813747, -73.90900309143436, 40.7984036288509, -73.90908628579717, 40.79834185356813, -73.90963817200708, 40.79793736243223, -73.90968248227762, 40.797967971834034, -73.90971447649595, 40.79793714757162, -73.90978660072726, 40.79786765302795, -73.90984755752174, 40.79790247532535, -73.90986893063416, 40.79788319702723, -73.909889244542, 40.79786992873425, -73.90990905156266, 40.797859954070276, -73.90992690461766, 40.79785170593543, -73.90994917536106, 40.79783456881213, -73.90996317039254, 40.7978217881428, -73.90997347968357, 40.79781026979564, -73.90998467090883, 40.797787991161805, -73.9099920904274, 40.79777534313023, -73.91000447440877, 40.797752544036264, -73.91001113773498, 40.797739155202, -73.91001866840776, 40.797725794059474, -73.91002608961635, 40.797712762413965, -73.91003318681035, 40.79770011502849, -73.91004324597937, 40.797686014746226, -73.91006035498958, 40.79766711669723, -73.91007688232052, 40.79765162208173, -73.91009268608349, 40.7976357973165, -73.91010740605105, 40.79762139899632, -73.91011868983631, 40.79760949598182, -73.91013840006828, 40.79758862515285, -73.91016006279322, 40.79756972883773, -73.91017282493262, 40.79755991342854, -73.91019805981472, 40.79754047328641, -73.91021280673758, 40.797532413593, -73.91023475551076, 40.797513135674514, -73.91024438154746, 40.79750032545358, -73.91026890063594, 40.79747739890293, -73.91028776903904, 40.797465638651715, -73.91031918390709, 40.797443156000504, -73.91033563418046, 40.79743024122006, -73.9103524501848, 40.79741587241408, -73.91037052893253, 40.797402684242606, -73.9103927973405, 40.79738620529626, -73.91040910224635, 40.797373866712206, -73.9104314082966, 40.79735845938264, -73.91045852006484, 40.797340720785414, -73.91047186003698, 40.79733115342922, -73.91049705853892, 40.7973130837538, -73.91051184202284, 40.79730332480683, -73.910526589591, 40.79729471756952, -73.91056454297659, 40.79727300895319, -73.91058391924197, 40.79726152369973, -73.91061554131772, 40.79724518974215, -73.91064206656345, 40.797234423218455, -73.91065800368318, 40.79722765750847, -73.9106739427479, 40.797218556801255, -73.9106872445652, 40.79720912446546, -73.91071598375531, 40.79719092241027, -73.91073634025254, 40.79717477059875, -73.91076238128973, 40.79714685004708, -73.91077287805842, 40.797128770729195, -73.91077997604148, 40.79711538218584, -73.91079184173525, 40.7971005970544, -73.91080594300149, 40.79708965518487, -73.9108206887468, 40.79708146033735, -73.91084623938553, 40.79707017162287, -73.9108674282196, 40.79705270480112, -73.91088120561419, 40.797039376346696, -73.91089288723872, 40.79702840648115, -73.9109078911661, 40.797016753001266, -73.91093283431917, 40.79700071546115, -73.91095072528144, 40.796990436568585, -73.91096666465158, 40.79698103505383, -73.91098217446333, 40.79697031397251, -73.91100563723943, 40.796952766035204, -73.91103180958035, 40.79693461684943, -73.91104854876512, 40.79692255136093, -73.91106431012032, 40.7969115585116, -73.91109188985709, 40.79689450630658, -73.91110710811783, 40.79688557157561, -73.91112188988089, 40.7968769633876, -73.9111469726186, 40.79686457743633, -73.9111696665888, 40.796854796586416, -73.91119232512844, 40.7968458108463, -73.91121158577775, 40.79683910074957, -73.91123232494076, 40.79683082761969, -73.91125256186893, 40.7968224163228, -73.91127092092266, 40.796813811770335, -73.91129358107854, 40.79680359232644, -73.9113196379002, 40.79679200222868, -73.91134471640873, 40.796780960677644, -73.9113640514473, 40.7967717517249, -73.91138479332444, 40.79676229981494, -73.9114375921506, 40.796740628436346, -73.91145833336722, 40.79673254887478, -73.91147448609055, 40.79672567155515, -73.91150495732258, 40.796708293689576, -73.91151819059606, 40.79669677564639, -73.91153052023375, 40.796684900310076, -73.91154433150956, 40.79667445250162, -73.91157400175562, 40.796660588654866, -73.91159138548649, 40.79665201031797, -73.91160779249972, 40.79664546275769, -73.91163879107347, 40.79663692366949, -73.91166881027198, 40.79663241716235, -73.9117076037941, 40.79662978410544, -73.9117339670356, 40.796629173045815, -73.91175404779929, 40.79663031404622, -73.91177311609054, 40.79663364968743, -73.91180366260392, 40.79663806480332, -73.91184386002918, 40.79663919416367, -73.91187690805242, 40.79663905464277, -73.91190272902767, 40.796640803340715, -73.91192421384572, 40.7966438112208, -73.91194208900802, 40.79664618418823, -73.91196075919929, 40.79664770948908, -73.91198658309408, 40.79664904664191, -73.91201001963822, 40.79665016224455, -73.91203388903483, 40.79665190942331, -73.91206256282089, 40.79665495067917, -73.91209119777422, 40.79665958398251, -73.91213192166207, 40.796672131084584, -73.91215188344707, 40.796679940128136, -73.91216754931335, 40.79668725332129, -73.91218368323239, 40.79669456686889, -73.91221552151153, 40.79670697029541, -73.91223317606597, 40.79671132054786, -73.91227116749558, 40.796714916350155, -73.91232085929325, 40.79671918290821, -73.91234115370187, 40.7967209813339, -73.9123772271501, 40.79672605876623, -73.91240998306492, 40.79672731824752, -73.91242912626807, 40.79672779925177, -73.91245039638623, 40.79672921658747, -73.91246903092222, 40.79673084983883, -73.91249798250107, 40.79673353820124, -73.91252497066432, 40.79673440605618, -73.91256274599877, 40.796737454094306, -73.91259239523662, 40.79673854727605, -73.91261056389243, 40.796738532236134, -73.91263165653847, 40.79673794489062, -73.9126703034321, 40.79673690438328, -73.91269518621641, 40.79673758149822, -73.91272245481456, 40.79673875388834, -73.91274682904195, 40.7967405031027, -73.91277413315694, 40.79674079661943, -73.91279800386012, 40.79674339551397, -73.91281854960008, 40.79674601890376, -73.91284722375013, 40.79674884024258, -73.91288066382197, 40.79675158323103, -73.91291605828724, 40.79675218629715, -73.91297456546744, 40.79675330027871, -73.91300663798606, 40.79675433935247, -73.913040116987, 40.796755408294345, -73.91307164289435, 40.7967576283937, -73.91310082392233, 40.796758857067054, -73.91312426210398, 40.79676057758037, -73.91315340518298, 40.79676274003041, -73.9131892653121, 40.796766088087665, -73.91322317479097, 40.79676962557127, -73.91325661392187, 40.79677311046195, -73.91327499419798, 40.7967752926967, -73.91329388155646, 40.796777530240426, -73.91333020975051, 40.79678087860594, -73.91334906141441, 40.79678232097228, -73.91339568226545, 40.796786362334664, -73.91342384963339, 40.79678984141481, -73.91345635099412, 40.796792803253126, -73.91349412585525, 40.79679444980744, -73.91351698974798, 40.796794963139774, -73.91353851502402, 40.796795197208986, -73.913558378411, 40.79679589828788, -73.91357726627402, 40.79679684626947, -73.91359709458693, 40.79679809571996, -73.91363006337032, 40.79680155043317, -73.91366350314352, 40.796804568747234, -73.91369889367368, 40.79680640615556, -73.91373381948362, 40.79680750389465, -73.91376780513374, 40.79680807682883, -73.91381208447112, 40.796808549390306, -73.9138384125478, 40.79680859698907, -73.91386376570686, 40.79680842323076, -73.9138929873862, 40.796807567076314, -73.91392408393263, 40.79680739849558, -73.91395232656191, 40.79680860013807, -73.91397428208977, 40.796811497225725, -73.91399479122921, 40.796815904269074, -73.91401721218638, 40.79682083412444, -73.91404436500589, 40.79682637173969, -73.91408754972579, 40.79683491276001, -73.91411567567518, 40.79684023046123, -73.91414716322329, 40.79684744531148, -73.91417716500723, 40.79685638800703, -73.91421925716303, 40.79687143337674, -73.91425058831237, 40.79688509746362, -73.9142693612952, 40.79689246761259, -73.91428719351289, 40.79689978122793, -73.91431516607581, 40.79691382911416, -73.91433836999933, 40.796928228246806, -73.914357823697, 40.79693886500081, -73.91437247588165, 40.796947768324145, -73.91438895921412, 40.796965566343914, -73.91441259269408, 40.796983205779625, -73.91442503939065, 40.79699328711361, -73.91447225331243, 40.79701547265554, -73.91449459819921, 40.7970243546559, -73.91451694305728, 40.79703326366698, -73.91454073131945, 40.7970420647833, -73.91456018807729, 40.79705036830965, -73.91459274837534, 40.797063869323104, -73.91460866706429, 40.79707112654009, -73.91463404374875, 40.797084100830354, -73.91466580406644, 40.797100511646654, -73.91468500555632, 40.797110159409314, -73.91470702947613, 40.7971171194638, -73.91472392295134, 40.797123801066085, -73.91474904279018, 40.79713658423486, -73.9147882073885, 40.79715615404417, -73.9148071547362, 40.79716626895802, -73.91482469341145, 40.79717528511832, -73.91484555586024, 40.79718800748793, -73.914867822122, 40.79720100734403, -73.91489340992464, 40.797214831804766, -73.91492095272747, 40.79722786256132, -73.9149363639129, 40.7972354498417, -73.91496624969899, 40.79725100641787, -73.91500252515834, 40.797269010754555, -73.91502103958196, 40.79727857600879, -73.91503667017436, 40.79728695947942, -73.9150546793649, 40.797296881854294, -73.91507409532568, 40.79730847929225, -73.915094420309, 40.79731623406266, -73.91512582668358, 40.79732789435336, -73.91514413222431, 40.79733402852904, -73.91516102364136, 40.797339613256504, -73.91520409719008, 40.79735301107246, -73.91523222280975, 40.79736069051172, -73.91526081998343, 40.79736655668385, -73.91529179900317, 40.797374210290684, -73.91530920220329, 40.79737897141502, -73.91532703672495, 40.79738466577154, -73.91534584468198, 40.79739082819968, -73.91536461911593, 40.79739726435208, -73.91538342558148, 40.79740367350993, -73.9154027062734, 40.79740989120626, -73.91542057932384, 40.79741418529911, -73.91545163666126, 40.797417118499645, -73.91547980321855, 40.797420597076126, -73.91549742199956, 40.797425441176046, -73.91551287065839, 40.79743253313153, -73.91553664770318, 40.79745132508032, -73.91555472550245, 40.797465170905255, -73.91557414058985, 40.79747756429989, -73.91559590369631, 40.79749039885456, -73.91561774125161, 40.79750153061421, -73.91563578913019, 40.797510024733256, -73.91565524469922, 40.797518546894565, -73.915675171745, 40.797528113977386, -73.9156965392793, 40.79753801079275, -73.91571978465842, 40.7975490877316, -73.91573779346541, 40.79755944944288, -73.91575197537578, 40.79756942294042, -73.91576539857452, 40.79757967053418, -73.91578116718136, 40.79759055109051, -73.91579777100088, 40.79759970329491, -73.91582591855884, 40.79761734573605, -73.91584205440037, 40.79762550884335, -73.91585865648618, 40.7976332337453, -73.91588725307986, 40.797641570733006, -73.91591252806813, 40.79764724341274, -73.91593725739949, 40.79765431596643, -73.91598548577609, 40.79767622607233, -73.91601601581179, 40.79769524076411, -73.9160354691186, 40.79770469847864, -73.91605824773222, 40.797714842090926, -73.9160762968306, 40.79772245905466, -73.91609192279086, 40.79773188515694, -73.91610902669052, 40.79774389676747, -73.91612190988896, 40.79775394671686, -73.91614868998067, 40.79777173126306, -73.91616705280516, 40.7977852422125, -73.91618292896175, 40.797798319110846, -73.91619872308655, 40.79780973272406, -73.91621461238829, 40.797820848338816, -73.91622951439466, 40.79783120681393, -73.91624582787084, 40.7978423623546, -73.91626498927211, 40.79785502919964, -73.91628461993375, 40.797868630200604, -73.91630136271658, 40.797881405143876, -73.91631860898752, 40.797895222328606, -73.91633773293616, 40.79790942718797, -73.91635147879914, 40.79792140390677, -73.91636641665076, 40.79793250440192, -73.91638210874906, 40.79794217724946, -73.91640536493762, 40.7979505111344, -73.91642583869647, 40.79795519147032, -73.91645205100626, 40.79796286832316, -73.91647252248445, 40.79796842753702, -73.9164930318701, 40.79797305385686, -73.91651018125057, 40.79797819822828, -73.91653891651734, 40.79798952751516, -73.91656837253839, 40.798001571412925, -73.91659638388278, 40.79801473808162, -73.916617792724, 40.79802216378354, -73.9166387300241, 40.79802953511045, -73.91665728774325, 40.798036108671184, -73.91667537661765, 40.79804141938926, -73.9167091273571, 40.79805505753859, -73.91672500854432, 40.798063302283104, -73.91675493380761, 40.798077296054146, -73.91677196998175, 40.79808677711205, -73.91678998059251, 40.79809689102164, -73.91681041046837, 40.79810640153863, -73.91683225130781, 40.79811522869005, -73.91685178238974, 40.798122377440606, -73.91687221570636, 40.79812914592698, -73.91691297832871, 40.7981396319205, -73.91693005067108, 40.79814864742255, -73.91694542132743, 40.79816153024322, -73.9169589898594, 40.79817235502193, -73.9169889127968, 40.79818544192693, -73.91700934677431, 40.79819360796515, -73.91703122298996, 40.798201666977874, -73.91705165541686, 40.79821013467489, -73.91707732337386, 40.798219266201116, -73.9171189881132, 40.798232388533506, -73.91714614043603, 40.798238994309145, -73.9171734268889, 40.79825303920378, -73.91719916388462, 40.79826480561486, -73.91721959877546, 40.79827132460215, -73.9172438987361, 40.79827902781655, -73.9172681199742, 40.79828810333101, -73.91729331792763, 40.798297892737025, -73.9173171084246, 40.798307461405976, -73.9173398862537, 40.7983176056637, -73.91735602198119, 40.79832519223798, -73.91737483052165, 40.79833220440603, -73.9174035348349, 40.79833911650277, -73.91743414493807, 40.79835338163788, -73.91745504412039, 40.79836393695599, -73.91748428705509, 40.798374168660516, -73.91750139903127, 40.79837999903812, -73.91753692961326, 40.798389110504985, -73.9175555262371, 40.798392170198284, -73.91758556649103, 40.798399684738946, -73.91761574852845, 40.79841041055543, -73.91763650877016, 40.798414541575674, -73.91766872244874, 40.79841903917237, -73.91770140080268, 40.798425320981885, -73.91773693113727, 40.79843275655672, -73.91775927632253, 40.79844309312948, -73.91777233279615, 40.798457072797746, -73.91779905313525, 40.798463376443664, -73.91781981631404, 40.79846707069057, -73.91785347020742, 40.79847217079617, -73.91787921698902, 40.79847713108451, -73.91789632726574, 40.79848534952752, -73.91792285566694, 40.79850029960683, -73.91794158922517, 40.79850958989318, -73.91796833002897, 40.79852720289096, -73.91798630062209, 40.798540226099014, -73.918007087083, 40.79855486950538, -73.91802159283941, 40.79856596947725, -73.91804057815185, 40.79857580923125, -73.91805526880134, 40.798583998915056, -73.91807234076931, 40.798592573902454, -73.91809038820982, 40.79860191860727, -73.91810984441412, 40.7986114020865, -73.91812691896769, 40.79861981317664, -73.91814258385172, 40.79862786576478, -73.91817012861023, 40.7986383698407, -73.91818774876086, 40.79864444901475, -73.91822200808708, 40.79865646798181, -73.91823937360878, 40.798661476273104, -73.91826941663483, 40.79866882494515, -73.91830277961478, 40.79867645241586, -73.91832018394298, 40.7986807466261, -73.91833805687695, 40.79868460082137, -73.91837214142592, 40.798693271561845, -73.91840210744641, 40.79870352965939, -73.9184177737276, 40.798710485402275, -73.91843961484483, 40.79871942120869, -73.91847647240951, 40.79873377513315, -73.91849452284337, 40.79874172039992, -73.91851210304081, 40.798748539706764, -73.91853159866973, 40.798755908769024, -73.91855202899453, 40.79876542077727, -73.91857054883039, 40.79877325560233, -73.91859195836922, 40.798780490030886, -73.9186100066724, 40.79878923041928, -73.91862852469824, 40.79879758752351, -73.91865747504791, 40.79881094705895, -73.91867573982644, 40.79882097800587, -73.9186925962895, 40.79882856670171, -73.91872060792186, 40.79884115563188, -73.91874627683265, 40.7988508631057, -73.91876819592913, 40.798856176194185, -73.9187846219409, 40.79886208874324, -73.91881426456148, 40.79886946580681, -73.91883209893216, 40.79887488496664, -73.9188515952011, 40.7988817884167, -73.9188744479849, 40.798890093602296, -73.91891398001053, 40.79890365232628, -73.91891423112966, 40.79890373084641, -73.91897246784744, 40.79892326401453, -73.9189911633586, 40.79892995616106, -73.9190169443103, 40.79893918728883, -73.91905709029511, 40.798955600978964, -73.91910690233598, 40.79898064012145, -73.91912686472774, 40.7989891917663, -73.9191597214316, 40.799002150491894, -73.9191810130964, 40.799012888572335, -73.91920090286338, 40.79902368960162, -73.91921891146006, 40.79903402285033, -73.91923457646064, 40.79904314508306, -73.9192523336867, 40.79905361502637, -73.91926698447409, 40.799063616332376, -73.91928044601494, 40.799073232290404, -73.91929607346478, 40.799083042470144, -73.91931920463067, 40.79910032214191, -73.91933580254017, 40.799114085288615, -73.91935756139982, 40.79913048690553, -73.9193802619529, 40.79914524216305, -73.91940300059159, 40.79915791098497, -73.919422456415, 40.79916799757611, -73.91943859138937, 40.79917657260564, -73.91945421922127, 40.79918610631064, -73.91948287568948, 40.79920366626333, -73.91949897213037, 40.799212762646725, -73.91952643974277, 40.79922864592834, -73.91954449052626, 40.79923749693281, -73.91956109205086, 40.7992463739381, -73.91957625155871, 40.79925516708889, -73.9195937953181, 40.79926390697038, -73.91961278162418, 40.79927328090643, -73.91963270575351, 40.79928224306435, -73.91965032614402, 40.799288375143654, -73.91966646194587, 40.799295331043304, -73.91968310479048, 40.79930239715488, -73.91969927753344, 40.799309187383706, -73.91971826539105, 40.79931729790241, -73.91974057385863, 40.799327138788826, -73.91975909177297, 40.79933681314138, -73.91977807947418, 40.799346049274625, -73.91979898149017, 40.799354819377314, -73.91981750081516, 40.79936235233334, -73.91983461215762, 40.79936908916597, -73.91985320612072, 40.79937467348693, -73.9198727402736, 40.799379846930094, -73.9198917681764, 40.79938524064054, -73.91991083311113, 40.79939137458423, -73.91992599098904, 40.79939961838291, -73.91994793148838, 40.79941593806821, -73.91997330668181, 40.799429789162964, -73.92000276692782, 40.799440349960015, -73.9200222987733, 40.799446483308714, -73.92003821819343, 40.79945409817171, -73.92005482487914, 40.799460750875014, -73.92008555058504, 40.79946944669327, -73.92010338627244, 40.79947596336565, -73.92013092900639, 40.79946006342056, -73.92014592669675, 40.7994507410332, -73.92017159562248, 40.79945981693819, -73.92018708287401, 40.79946715592838, -73.9201799771511, 40.7994883685801, -73.92015806276623, 40.79951146292474, -73.9201503774387, 40.79953574947872, -73.92016887904686, 40.79955813070365, -73.92019273002187, 40.799577278333224, -73.92021297246234, 40.79959367783687, -73.92023263413915, 40.79961315214114, -73.9202450818133, 40.79962455207407, -73.92027077368184, 40.799645210198236, -73.92028546181811, 40.79965493494614, -73.92030061934106, 40.799664553757744, -73.92031386265707, 40.79967554180445, -73.92032590645233, 40.799690754164544, -73.92034622492392, 40.79970506904048, -73.92036585295972, 40.79972201739708, -73.92039161308568, 40.79974610554394, -73.9204040586455, 40.79975931726311, -73.92043245362645, 40.79978390159436, -73.9204482911151, 40.799799695581186, -73.92046268203732, 40.79981622967882, -73.92048158719712, 40.799834248210566, -73.92051303970902, 40.79987058164746, -73.92052049946686, 40.79988428338934, -73.92052716462837, 40.7998985329872, -73.92054316891478, 40.799924536039, -73.92055232825284, 40.79993700436538, -73.92056170563517, 40.79994947104029, -73.9205765268884, 40.79996888611784, -73.92059358370095, 40.799992722385205, -73.92060270494257, 40.800005354572065, -73.92062549705456, 40.800035234435114, -73.92063602831561, 40.80004698780215, -73.92065427900909, 40.800069369674894, -73.92067273945587, 40.80009573189694, -73.92068150285785, 40.80010836383109, -73.92069225141731, 40.8001197625456, -73.92071889590574, 40.800129852060664, -73.92074677377495, 40.800135140954076, -73.92077134963532, 40.80015289048459, -73.92076822172348, 40.80016941069964, -73.92074810302744, 40.80017123658991, -73.92072859114852, 40.80017695935529, -73.92073153455345, 40.800192990270645, -73.9207402598322, 40.800205813079835, -73.92074992338338, 40.80022083645366, -73.9207599764757, 40.80023912170366, -73.92077103885758, 40.800260675559066, -73.92078199596014, 40.800280087953155, -73.9207956994706, 40.800299860632094, -73.92080795492308, 40.80031962961302, -73.92081923761651, 40.80033830201648, -73.92082918397288, 40.800357686696614, -73.9208395261252, 40.800377071647574, -73.92084867942397, 40.800395714670216, -73.92085938074021, 40.80041800847919, -73.9208711262331, 40.800442142724336, -73.92088319891376, 40.80046518038439, -73.92089559511162, 40.80048821556357, -73.92090637292664, 40.80050798622084, -73.92091639173917, 40.80052627233328, -73.92092807430099, 40.80054456048653, -73.92094087265403, 40.80056326093204, -73.92095298772246, 40.80058157729476, -73.92096380212126, 40.80059950645007, -73.92097403705648, 40.80061743700811, -73.92098525005073, 40.80063501073729, -73.92099700275456, 40.80065513685066, -73.92100369727966, 40.800673752060405, -73.92101093021039, 40.800696017362874, -73.92101931538303, 40.80072193227797, -73.92102392076912, 40.800736537932025, -73.92103094507573, 40.800752874201876, -73.92104093423796, 40.80076624625703, -73.92105564621815, 40.80078714431797, -73.92106668347499, 40.800799064583046, -73.92107960020681, 40.80081194516568, -73.92108933406867, 40.80082677404979, -73.92109671226196, 40.80085049375228, -73.9211013160662, 40.8008654559996, -73.92111187339397, 40.80088739308707, -73.92111922360138, 40.80090274172629, -73.92112755068419, 40.800917733535144, -73.92113764719122, 40.80093055725086, -73.92114745895621, 40.80094267027691, -73.92115423250536, 40.8009556565094, -73.92116316081382, 40.80097830657358, -73.9211759957711, 40.80100024611297, -73.92119023609716, 40.801022240641586, -73.9211996748594, 40.801044149940694, -73.92121112834015, 40.801071906657974, -73.92122067235444, 40.80109400873401, -73.92122752078312, 40.801106831122176, -73.92123757456132, 40.80112476063095, -73.92124712463321, 40.8011437595879, -73.9212563890057, 40.801159851536916, -73.92126652047412, 40.80117522908085, -73.92127665019427, 40.80119208884466, -73.92128548098121, 40.80120708008488, -73.92129510722421, 40.80122281477945, -73.92130837496552, 40.80124261231067, -73.92132543369583, 40.80126532374212, -73.92134339676699, 40.80128589350006, -73.92135922978763, 40.80130495166467, -73.92137542841296, 40.80132148687719, -73.92138718833633, 40.80133469891942, -73.92139822667099, 40.80134683707318, -73.92140864799022, 40.80135966098569, -73.92141986476864, 40.80137322835145, -73.92143101290047, 40.80138572407505, -73.92144320579992, 40.801398578908305, -73.92145893615624, 40.801413300184095, -73.92148203288147, 40.80143080091388, -73.92150524129005, 40.80144404505475, -73.92152614421173, 40.80145380358959, -73.92154372285955, 40.801461802983965, -73.92155743743037, 40.80147158273495, -73.92157064577354, 40.80148155574717, -73.92158356340344, 40.801491857242375, -73.92160016732517, 40.80150141923187, -73.92161673425515, 40.80151120271658, -73.92164795106041, 40.80153353831171, -73.92167342665128, 40.801555705206006, -73.921685947868, 40.80156655572484, -73.92169778144533, 40.80157869438964, -73.9217192116708, 40.80159962394117, -73.92173050197745, 40.80161121563059, -73.92175298123624, 40.801630910402956, -73.92176767018701, 40.80164049898365, -73.92178678922285, 40.801663815077944, -73.9217987300432, 40.80167447248363, -73.92182474427115, 40.80169820477709, -73.92183809313974, 40.80171270646445, -73.92185894877043, 40.80173056039488, -73.92187965631938, 40.80175242324386, -73.92188874227142, 40.80176524620706, -73.92190743089834, 40.80178378664156, -73.92193536829494, 40.80179961562988, -73.92196453525355, 40.801814868223694, -73.9219844607723, 40.8018255859453, -73.9220077062493, 40.80183874896416, -73.92202474192561, 40.80184809146211, -73.92205011840849, 40.80186301368834, -73.92206480909064, 40.801871203756605, -73.92209683097093, 40.801886347485436, -73.92211372729237, 40.80189327653799, -73.92212986212813, 40.801899791744574, -73.92215824730154, 40.80190672765038, -73.92217922590456, 40.80190973417371, -73.92220216224068, 40.80191268618347, -73.92222632367613, 40.801913800195784, -73.92225183285186, 40.80190547337744, -73.92228818502585, 40.801893091711584, -73.92230625138053, 40.80188750458509, -73.92232684023794, 40.80188735456901, -73.92234514279741, 40.80189463933185, -73.92237524926473, 40.80191019592255, -73.92239018460107, 40.801925082226376, -73.92238719006069, 40.80195249951164, -73.92238439647994, 40.80196611137818, -73.92238167044462, 40.80197972329015, -73.92237489846246, 40.80199456796255, -73.92236841527229, 40.80200869873312, -73.9223632325062, 40.80202447739217, -73.9223616608119, 40.8020389959832, -73.9223680988072, 40.802063620868346, -73.92238816199925, 40.80208037645964, -73.9224054868397, 40.802089803742476, -73.92243639384577, 40.802101846207144, -73.92246783717533, 40.80211635909346, -73.92249614510273, 40.80212562805729, -73.9225166165137, 40.80213277737488, -73.92253466508751, 40.80214149012836, -73.92255459146634, 40.802151631431784, -73.92256950083036, 40.80215938303905, -73.92260819951737, 40.80217853923154, -73.92262386501042, 40.80218623460792, -73.92265162744715, 40.80219994983233, -73.92266870067836, 40.80220874475618, -73.92268386152556, 40.80221731867303, -73.9227160968393, 40.80223465868949, -73.92274985266882, 40.80224782860357, -73.92278429383367, 40.80226374278786, -73.92280562775595, 40.8022741884587, -73.92282775913678, 40.8022826562627, -73.92284541851181, 40.80228574238778, -73.92286304045224, 40.80228943272002, -73.92288095167248, 40.80229301158126, -73.92289933446317, 40.8022956326239, -73.92292550222847, 40.802312172481905, -73.92293006458335, 40.80233369476117, -73.92292013907107, 40.8023579520752, -73.92291747704475, 40.80238084008372, -73.92291529171767, 40.8023962920887, -73.92294265175819, 40.80241173593177, -73.92296070378607, 40.80241962556413, -73.92299084953152, 40.80243331438348, -73.92302012819114, 40.80244362664455, -73.92304974472995, 40.802445622113446, -73.92308089148133, 40.802437080054084, -73.92310108437326, 40.80243311331993, -73.92313825797598, 40.80242888325331, -73.92317275660899, 40.802425969722805, -73.92320678354409, 40.802424126561206, -73.92322643311782, 40.80242372722081, -73.92324915555444, 40.802423275893084, -73.92326680994476, 40.80242765146498, -73.92328294813379, 40.80243455192529, -73.92329959099541, 40.802441588694506, -73.92333334947766, 40.802454704408966, -73.92336237916868, 40.802464137530244, -73.92339523783562, 40.80247450700638, -73.92341278014712, 40.80248258803538, -73.92343914536774, 40.80248732686595, -73.92345727124321, 40.80249186751311, -73.92347539869783, 40.802495036698225, -73.92350642080163, 40.80250109423402, -73.92352620894064, 40.80250388090043, -73.9235448452697, 40.802505595205595, -73.92357637495094, 40.802509266736415, -73.92359457800109, 40.8025105953326, -73.92362993640141, 40.80251336348424, -73.92364810175151, 40.802514501141246, -73.92366818608969, 40.802515282567896, -73.9237002201266, 40.802517307385834, -73.92372080851428, 40.802517734340256, -73.92374378183234, 40.80251761086275, -73.92378210514246, 40.802517334540376, -73.923813674007, 40.802517848882154, -73.92383520050824, 40.80251865914829, -73.92385336748721, 40.80251941316137, -73.92389050005443, 40.802518943309536, -73.9239264026137, 40.80251841770363, -73.92394550908027, 40.80251939024296, -73.92396371472667, 40.80252052967776, -73.92399668882649, 40.80252227858016, -73.92401485471142, 40.80252399339964, -73.92403825771855, 40.80252636903176, -73.92406599487936, 40.80252937876411, -73.92408748323801, 40.80253246722086, -73.92412237246127, 40.80253413720397, -73.92415795226134, 40.80253295304861, -73.9241912576295, 40.80253102627579, -73.92422672974696, 40.80252866147401, -73.92424847296043, 40.80253065235979, -73.92426707030216, 40.80253332645463, -73.92430416635533, 40.80253370741728, -73.92434278187933, 40.80252969853145, -73.92436362543458, 40.80252770859887, -73.92439769031027, 40.80252482143214, -73.92441878749229, 40.80252280374046, -73.92444056784754, 40.80252130878218, -73.92445881023997, 40.80252035900488, -73.92449031059128, 40.80251859665467, -73.92450970770618, 40.80251720998314, -73.92454311996181, 40.80251610623484, -73.92457404247493, 40.80251288737639, -73.92459470766406, 40.8025093331183, -73.92461465084844, 40.80250500935809, -73.9246331495307, 40.80250062971958, -73.92467939458356, 40.80249217904412, -73.92479548375513, 40.802490799630874, -73.9249727899059, 40.80249656850005, -73.9250508805793, 40.80249748918089, -73.92520254616755, 40.8025000118332, -73.92550877807584, 40.80246400735957, -73.92561291264094, 40.8024540286357, -73.92565576663355, 40.80245133857483, -73.92569553212748, 40.80244996573846, -73.9257225120134, 40.80245092144603, -73.92574967829678, 40.802454754362145, -73.92577605466172, 40.80246132788254, -73.9258006708344, 40.802470400049586, -73.92631610640959, 40.80242272415626, -73.9264857687482, 40.80238366706972, -73.92660309218024, 40.80237827850164, -73.92667920394402, 40.802375772221296, -73.9267048226655, 40.8023763108026, -73.92672781401798, 40.80237805527758, -73.92676642996474, 40.80238314062153, -73.92687302917595, 40.8024000512294, -73.92697158648755, 40.80241290349766, -73.92707621056493, 40.80242636375452, -73.92709453437463, 40.802447314650934, -73.92711285090962, 40.80246517952929, -73.92713165262276, 40.80248043416437, -73.92715112541039, 40.80249321825094, -73.92717287035812, 40.802503440949074, -73.92722396601079, 40.80252157865326, -73.92724297214632, 40.80253090541347, -73.92726221945348, 40.80254401802096, -73.92730205934336, 40.802575456163396, -73.927320460511, 40.80258752454898, -73.92734350297845, 40.80260006231553, -73.92736394755234, 40.802609609684005, -73.9273834145458, 40.80261691779229, -73.9274022711924, 40.802622103036555, -73.9274255072681, 40.80262664807855, -73.92744877197704, 40.80262993243514, -73.92747185678112, 40.8026319280597, -73.92749458156942, 40.80263261953047, -73.92752480238838, 40.80263163267703, -73.92755481924782, 40.802628588947506, -73.92761282593533, 40.802545685817776, -73.92767849902535, 40.8025713624467, -73.92750713031717, 40.802917393145776, -73.92745551547122, 40.802997985957745, -73.92740058290843, 40.80307481797325, -73.9273575047018, 40.80312954747986, -73.92731182180698, 40.803183076763425, -73.92728075989113, 40.80321719328987, -73.92741546634427, 40.80327332614538, -73.92732070964817, 40.803430572811195, -73.92729308451338, 40.803476414202116, -73.92734725354806, 40.803553410399346, -73.92741181344802, 40.80364114526002, -73.92743216398584, 40.80367311678024, -73.92746531823627, 40.8037320023615, -73.92750376884618, 40.803808060176074, -73.92751700490429, 40.80383191461122, -73.92753473872976, 40.803857539551615, -73.92755778409698, 40.80388418719184, -73.92758620578616, 40.80391223037598, -73.92762971803799, 40.803951243900286, -73.9276636195097, 40.80397930491298, -73.92769989299693, 40.804005658256365, -73.92771987553758, 40.804018792857114, -73.9282522257182, 40.803983000098654, -73.92827115377261, 40.803981726865715, -73.92828672986218, 40.80398870911939, -73.92830116923489, 40.8039970161983, -73.92832927009849, 40.804018487158096, -73.92837276388819, 40.804063012343136, -73.92837753556155, 40.80406135929042, -73.92840357970361, 40.804085667326454, -73.92841553446415, 40.80409907597488, -73.928462213791, 40.80416127809545, -73.92848610733203, 40.804187578482285, -73.92850365115797, 40.80419524450515, -73.9285292128305, 40.804193291865204, -73.9285609320095, 40.804181505986, -73.92857624771503, 40.80417278964221, -73.92871941334995, 40.80411762184316, -73.92901649480007, 40.80453182570568, -73.92909874907616, 40.80464699879266, -73.92912542245192, 40.80468627784234, -73.92921739239904, 40.804812590581186, -73.92942154751927, 40.805092980678836, -73.92974030141177, 40.80551819636407, -73.9297957660054, 40.80558572973258, -73.9299321708849, 40.80575182414628, -73.92996169766668, 40.80578778008834, -73.9301306215713, 40.805995436714866, -73.93022411106737, 40.80611036273823, -73.9302506090261, 40.80614293900065, -73.93051336727531, 40.80646595071846, -73.93052580161729, 40.806477141503635, -73.93053961503583, 40.80649552540005, -73.93054788298362, 40.80651537646806, -73.93055026929349, 40.80654311776225, -73.93054408650742, 40.80658860452031, -73.93053550728894, 40.806613771886255, -73.93050759776125, 40.80665930137917, -73.93050113800376, 40.80667263927072, -73.93049624793149, 40.80668654001927, -73.9304960118042, 40.80670384115432, -73.93050142899543, 40.8067174275393, -73.93051671375456, 40.806732994664976, -73.93056454164004, 40.806761185671014, -73.93057990792508, 40.80677246826557, -73.93069636371429, 40.80687903398262, -73.93075531678682, 40.806879589895644, -73.93106498349917, 40.80720422956656, -73.93134264156731, 40.80749799735446, -73.93141742501736, 40.80748928632153, -73.93149351300819, 40.80757294823625, -73.93160012530016, 40.80769017357792, -73.93161798050228, 40.80780436375572, -73.93165442262823, 40.80783854666973, -73.93167978023409, 40.80786233035273, -73.93175644752303, 40.80793424272999, -73.93175644752303, 40.80793424272999 --73.94459750392838, 40.803227839347315, -73.94505127401129, 40.80259828811118, -73.9455086322876, 40.801969923583734, -73.94596788819541, 40.801342084864366, -73.94646132814393, 40.80066499472591, -73.94697366442495, 40.79996139319672, -73.94831124487305, 40.798128906221, -73.9484331557917, 40.797960971723036, -73.94879165103129, 40.79747681672026, -73.94899280058704, 40.79719893695888, -73.94909696106198, 40.797057542412745, -73.94922045723276, 40.796909548422114, -73.94968767504788, 40.79708078431901, -73.94974060007938, 40.79710018165954, -73.95082340590727, 40.79754567745296, -73.95180815970153, 40.79796243216792, -73.95214408043464, 40.79811009376367, -73.95248391212144, 40.79825239711584, -73.9552888437877, 40.799434094723836, -73.95776723548926, 40.800471793123876, -73.95819500893874, 40.80055217993086, -73.9596468489256, 40.80115611458278, -73.96103721626439, 40.801747392328636, -73.9610779408779, 40.80180003845189, -73.96041160852995, 40.803739240250415, -73.9603182734235, 40.80399120191598, -73.96007468245492, 40.80470571210217, -73.96003465329903, 40.80482739341017, -73.95982679587927, 40.805434543525706, -73.95973816554532, 40.80559476351213, -73.95935674787394, 40.80612057207774, -73.95840662134991, 40.80741890211354, -73.9579486160864, 40.80805308108036, -73.95786549468687, 40.80818691157478, -73.957616382814, 40.808671038777106, -73.95724526864066, 40.80940385846537, -73.95716509473571, 40.80955866481734, -73.957154036817, 40.80958679766541, -73.95712812833912, 40.80968182748095, -73.95711732449014, 40.80977175708566, -73.95712028033898, 40.80982136571169, -73.95712707732561, 40.80986361959877, -73.95715214362053, 40.80994654225649, -73.95718619608937, 40.8100163660017, -73.95724604609234, 40.810101291649076, -73.95729537589011, 40.810154118725606, -73.95736161122765, 40.810210475681934, -73.95741412800865, 40.81024683648214, -73.95748225554482, 40.81028577303705, -73.95810384448149, 40.810551155765836, -73.95827207880002, 40.8106285551267, -73.95780889465546, 40.81126446660255, -73.95553510546661, 40.810304329868984, -73.95496656978354, 40.81006424539303, -73.95542974395457, 40.809428843177244, -73.95588417382599, 40.80880193909584, -73.95634493338468, 40.808173044558764, -73.95616189451695, 40.80810456336109, -73.95494881432056, 40.807592500185116, -73.95349968582119, 40.806980978151024, -73.95285737001258, 40.80670883162689, -73.95213811428233, 40.80640810649562, -73.95065413937193, 40.805784368348185, -73.94837437966738, 40.804822761327465, -73.94781298036332, 40.80458631495897, -73.94613130797744, 40.803877050615306, -73.94459750392838, 40.803227839347315, -73.94459750392838, 40.803227839347315 --73.93325646123199, 40.80723787495187, -73.93318783404226, 40.80716964135742, -73.93316921097778, 40.80714726848637, -73.93313771999702, 40.80710943919923, -73.93300981107511, 40.806965760660624, -73.93289662581961, 40.80684165207536, -73.93279876113142, 40.80673615210368, -73.93275091842978, 40.806686518446305, -73.93263799864204, 40.806573892012054, -73.93258831241522, 40.80652282091345, -73.93234110638787, 40.806260717475226, -73.9320955221968, 40.8060022398573, -73.93184218434877, 40.805733629212554, -73.93159462510495, 40.805469220452544, -73.93133133662678, 40.80518792193222, -73.93129306634324, 40.80514570356157, -73.93125261597015, 40.80509848971196, -73.93114716256756, 40.8049676563527, -73.93107423735137, 40.80487375829316, -73.93102985311566, 40.80481368919238, -73.9310076367678, 40.804783621752634, -73.93062455203932, 40.80424635957935, -73.93038289124112, 40.80391105542053, -73.9303014582653, 40.80379571173837, -73.93023397538288, 40.80369575065784, -73.93020385681427, 40.803647399046994, -73.93017391276123, 40.80359427308823, -73.93014333998518, 40.80353502965087, -73.93010826766832, 40.803462181440224, -73.93005516432423, 40.80337965182062, -73.93003684959561, 40.80335118583975, -73.93000140093493, 40.80329609250427, -73.92996930528749, 40.80324621148155, -73.92994790151488, 40.803212943949646, -73.93002495030161, 40.80307064976835, -73.92973941446218, 40.80256036949205, -73.92949359818267, 40.80200081673911, -73.92928606169797, 40.80144842155384, -73.92919790543314, 40.80113445339447, -73.9290351736993, 40.80107847104334, -73.92902490319639, 40.80098065698722, -73.92902091817388, 40.80094270929305, -73.92900962127196, 40.80083510347214, -73.92900792968099, 40.80081898259162, -73.92899684747289, 40.800713443545554, -73.92899303727691, 40.80067715647733, -73.92897803586568, 40.80053426680091, -73.92889711248944, 40.799838152462684, -73.92893032239982, 40.79907848811896, -73.92896207017861, 40.79830023916129, -73.92897806456642, 40.797950626395725, -73.92899620378391, 40.797554134009545, -73.92903193467048, 40.79676397638706, -73.929044667589, 40.79671545088198, -73.92927022594804, 40.79585575430123, -73.92980993713626, 40.7951141558876, -73.92986963301591, 40.795030703252934, -73.9300904006129, 40.7947220837684, -73.93018374293692, 40.794591593028464, -73.9304995342158, 40.79442090855419, -73.9309156694467, 40.79419598233134, -73.93134531312802, 40.79428472760441, -73.93315689271577, 40.795054938443045, -73.93408787803727, 40.795448008872675, -73.93522436646946, 40.795926688096394, -73.93540759429672, 40.79600386201195, -73.93557993267534, 40.796076565771244, -73.93758606167592, 40.796922853496866, -73.93777472568127, 40.7970024381164, -73.93795893287007, 40.797080228933005, -73.9396279228364, 40.797785013303695, -73.93978936301902, 40.79785104133781, -73.94002174922079, 40.79794608596302, -73.94028506181652, 40.798061537958155, -73.94148730031861, 40.798567785038294, -73.94161921923533, 40.79862333260585, -73.94311368392869, 40.799254890533106, -73.9431457198484, 40.79926882175662, -73.94323769126053, 40.799308820442334, -73.94332385138038, 40.79934493324361, -73.94350210418774, 40.7994196487395, -73.94484776388472, 40.7999860823986, -73.94646132814393, 40.80066499472591, -73.94596788819541, 40.801342084864366, -73.9455086322876, 40.801969923583734, -73.94505127401129, 40.80259828811118, -73.94459750392838, 40.803227839347315, -73.94331620309353, 40.80268803729479, -73.94321839530596, 40.80265367654643, -73.94317986395266, 40.80263807802785, -73.94311081740058, 40.802609088429236, -73.94299316129776, 40.80256123632202, -73.94292741078026, 40.80267428034564, -73.94284462584096, 40.80281260189593, -73.9426656703621, 40.803058319522506, -73.9425667971691, 40.803194078147136, -73.94249278500122, 40.80329533116583, -73.94220222148799, 40.80369285064863, -73.94210239765884, 40.80382941163045, -73.94201538801688, 40.80394908831337, -73.94172931850947, 40.80434255388006, -73.94165131309613, 40.80444984306711, -73.94154502839937, 40.80459442822653, -73.94137963890988, 40.80481941668768, -73.94131547323309, 40.804906221829505, -73.94129131826212, 40.804940528435104, -73.94125674126363, 40.80498063884203, -73.94124088491183, 40.80499667854753, -73.94116690447598, 40.805062843674996, -73.94144768720405, 40.80519282052195, -73.9427536615997, 40.80574370268095, -73.94226133375177, 40.80641532537544, -73.94177138838889, 40.80708868686614, -73.94131742021706, 40.80771303239549, -73.94086062473832, 40.808333959939425, -73.94040343651763, 40.80895778861845, -73.93994875510087, 40.80958111245293, -73.93983030615652, 40.80952734589448, -73.93917714443278, 40.80926274030306, -73.93833765783161, 40.80890350800619, -73.93737546851037, 40.808498204636294, -73.93681008611837, 40.80826004304033, -73.93672466924207, 40.80822406180938, -73.93663558604256, 40.80818640627467, -73.93523186576186, 40.807593049714015, -73.93510527852105, 40.8075395393543, -73.93496244091428, 40.80748855279037, -73.93491752324128, 40.807522632014894, -73.93486205191878, 40.8075506854279, -73.93478545721521, 40.80758073497821, -73.9346877505085, 40.80759873375692, -73.93457421513763, 40.80760468831086, -73.93447126334691, 40.8075885802568, -73.93435249373229, 40.80754839098326, -73.9342680566488, 40.807498189616, -73.93407617560874, 40.80726537146504, -73.93405490365419, 40.80724041819547, -73.93400962670789, 40.80719907291902, -73.93397188679634, 40.807177243040066, -73.93395074850395, 40.807165753178886, -73.93392960579902, 40.80716229755795, -73.93389114737423, 40.80715277885468, -73.93385690041318, 40.80710199271338, -73.93383021645744, 40.80706242210779, -73.93379486194041, 40.8070100045089, -73.93371754964033, 40.80704317586867, -73.93364129721475, 40.8070758921343, -73.93340624590208, 40.80717462681876, -73.93334868743018, 40.80719893042537, -73.9333267711654, 40.80720818478139, -73.93325646123199, 40.80723787495187, -73.93325646123199, 40.80723787495187 --74.01162614660643, 40.70977173820812, -74.01167375613942, 40.70968708806147, -74.01264557237951, 40.71013431601604, -74.01270117958514, 40.71023671959615, -74.01298572580247, 40.710366389333345, -74.01303297018934, 40.71038791881142, -74.01341871863237, 40.71056370734414, -74.01395920099486, 40.710796851969064, -74.01405350355762, 40.710837529176544, -74.01440986247813, 40.71099124464136, -74.0140372531763, 40.71252429671666, -74.0139779312178, 40.71276836752563, -74.01390617438521, 40.713063713069594, -74.01388617229328, 40.71314592129202, -74.01375387073827, 40.71369023995356, -74.01342045910144, 40.71354214892959, -74.01330440131588, 40.713508139312744, -74.01322826500459, 40.7134792597093, -74.01265682463912, 40.71322210662922, -74.01254377556594, 40.71317879634094, -74.01243344521862, 40.71313652753852, -74.01204901188864, 40.71297148772113, -74.01194101951977, 40.71292930284896, -74.01184559387954, 40.71289143273005, -74.01178863156889, 40.712853991745135, -74.011760097684, 40.712834759757456, -74.01169132093247, 40.712775845454296, -74.01159007527019, 40.71268911761054, -74.01156448286997, 40.712672791225486, -74.0115273866857, 40.71265215434237, -74.01056043588655, 40.71221217746464, -74.0104513318984, 40.712153739776966, -74.01036394439323, 40.712120215361665, -74.01015299265815, 40.71206415305681, -74.01019567324258, 40.71198000826794, -74.01042312033994, 40.71159556257781, -74.01046533878169, 40.71153423756829, -74.01080076682929, 40.71101709367774, -74.0112310003939, 40.7103665495896, -74.01162614660643, 40.70977173820812, -74.01162614660643, 40.70977173820812 --73.95935674787394, 40.80612057207774, -73.95973816554532, 40.80559476351213, -73.95982679587927, 40.805434543525706, -73.96003465329903, 40.80482739341017, -73.96007468245492, 40.80470571210217, -73.9603182734235, 40.80399120191598, -73.96041160852995, 40.803739240250415, -73.9610779408779, 40.80180003845189, -73.96103721626439, 40.801747392328636, -73.9596468489256, 40.80115611458278, -73.95819500893874, 40.80055217993086, -73.95861878528298, 40.79997671572293, -73.95907668964253, 40.79935192186777, -73.9595365863136, 40.79871821819319, -73.96003667490793, 40.798037613240446, -73.96008432028273, 40.79796559518865, -73.96044264055261, 40.79747774699442, -73.96052270977657, 40.797368158426465, -73.96062187000311, 40.79723150100172, -73.9609138682103, 40.79682907702994, -73.96097970796725, 40.79673833797098, -73.96103772272312, 40.79665891370905, -73.96107726721527, 40.79660477821916, -73.9611744563985, 40.79647320656089, -73.96124520756348, 40.796373328927004, -73.96127346935923, 40.79633660613958, -73.96130011548541, 40.796300882357336, -73.96144060186731, 40.79611051245489, -73.96189984454328, 40.79547896362535, -73.9623597952916, 40.79485174634327, -73.96283349051224, 40.79420311950902, -73.96417588252925, 40.79236167946402, -73.96468540064807, 40.79166370848306, -73.9650929711598, 40.79110539718811, -73.96517704822651, 40.79099003248678, -73.96563268831451, 40.79036509399532, -73.96609499935636, 40.789734079028264, -73.96655225722758, 40.78910683738129, -73.9670097615731, 40.78847647549763, -73.96985080984045, 40.7896733177407, -73.97020662908973, 40.78982310950105, -73.97268972552595, 40.790870415177274, -73.97325067180553, 40.791107579169115, -73.9741103724919, 40.79146954343372, -73.97553124319028, 40.792067858122806, -73.97709165644882, 40.79272324865393, -73.97699923267464, 40.792845498366034, -73.9768277580491, 40.79298361155655, -73.97670857648447, 40.793143611819424, -73.97657376071022, 40.793328303194116, -73.97645179239191, 40.79350805418633, -73.97636767727454, 40.793683240072404, -73.9763370172039, 40.79377676782563, -73.97631914659354, 40.79385726526025, -73.97630571674406, 40.79403140030101, -73.97628287596697, 40.79462254323908, -73.97626246149187, 40.79473512674495, -73.97623321853666, 40.794826960906754, -73.9761951397795, 40.794938378208094, -73.9761213933718, 40.795081370443825, -73.97602584005482, 40.79521645350763, -73.97580583437087, 40.795467619984166, -73.97572323997177, 40.79560732057012, -73.97565458448138, 40.79564368628238, -73.97559863001781, 40.79567689568969, -73.97520604537584, 40.79591283380922, -73.97503039450778, 40.796018322759316, -73.97479549631403, 40.7961595654496, -73.9745646771525, 40.79630927325592, -73.97425532423127, 40.796588224411664, -73.97411451663274, 40.796864423851666, -73.97409777347421, 40.79706840396959, -73.97414766721012, 40.79743005220648, -73.97415852284637, 40.7975787946555, -73.9741435929893, 40.79776352968782, -73.97409414640727, 40.797969595196605, -73.97403658018725, 40.7981269814497, -73.97396152328824, 40.79827918134608, -73.9738635801985, 40.79843590551519, -73.97372479534523, 40.79863204055668, -73.97365663362793, 40.798721553549626, -73.97331842055564, 40.799125760350094, -73.97306981635998, 40.79940791902217, -73.97277743120223, 40.7997263839496, -73.97256006031678, 40.79992467366997, -73.97235317143509, 40.80009531115875, -73.97216083927314, 40.8002317868496, -73.97171471413083, 40.80052572994004, -73.97154825749872, 40.800651305001665, -73.97148759851075, 40.800705980927106, -73.9714208389482, 40.80078010428747, -73.97134705064539, 40.80087419532924, -73.97122447535243, 40.80105293007163, -73.97020097347118, 40.8024588910191, -73.96933728252917, 40.80365170563854, -73.96921025774229, 40.80382987236649, -73.96880711888521, 40.804428232675015, -73.96857206188567, 40.80483003702577, -73.96844844636853, 40.805052094108184, -73.96811983917374, 40.80569275337643, -73.96798679907566, 40.80595654812835, -73.9676430283973, 40.8066056511105, -73.96743856719436, 40.80692736228003, -73.96739658860396, 40.80698894359392, -73.96716348480327, 40.8073309064609, -73.96697894697168, 40.807595393994774, -73.96689075099415, 40.80776418418192, -73.96676937052246, 40.807933475319, -73.96662924426685, 40.80811188024304, -73.96651733012864, 40.80822555458385, -73.96639618809334, 40.80834860391109, -73.96611011739765, 40.80858541418417, -73.96590008449402, 40.80880503233559, -73.96575307937577, 40.80875927227952, -73.96568844617205, 40.808742881107975, -73.96562996866739, 40.80872649083502, -73.96539606248992, 40.808660933949525, -73.96523219738916, 40.80860750582872, -73.96496113046267, 40.80848136754932, -73.96455280686047, 40.808291355605974, -73.96412050628581, 40.80810866930703, -73.96390317211124, 40.80800355025744, -73.96439006634871, 40.80733731865132, -73.96484783075401, 40.80670601357398, -73.96236344220986, 40.805664701612095, -73.96200827985187, 40.80550895016593, -73.96154857489535, 40.806135472607785, -73.96142626759202, 40.80630497757935, -73.96129870155748, 40.80647613666786, -73.96116852081542, 40.80664880036315, -73.96113232074498, 40.806702938728414, -73.96105362550844, 40.80682063250891, -73.96089865606879, 40.80675227995845, -73.9595658131846, 40.80619073588591, -73.95935674787394, 40.80612057207774, -73.95935674787394, 40.80612057207774 --73.82481668744532, 40.79714518711377, -73.82466788947688, 40.797157175273995, -73.82461586571264, 40.79720435984395, -73.82460145688238, 40.797216005715555, -73.82458653359132, 40.79722727349229, -73.82457112075406, 40.79723815150551, -73.8245552290731, 40.797248625363174, -73.82453888109093, 40.79725868429344, -73.82452209697774, 40.79726831842129, -73.82450488980842, 40.79727751245787, -73.82448728330108, 40.7972862592352, -73.82446929762834, 40.79729454797774, -73.82445095296066, 40.797302368810506, -73.82443226946133, 40.79730971456005, -73.82441327086035, 40.797316573555854, -73.82439397494895, 40.79732293952132, -73.82437440781514, 40.79732880529206, -73.82435458843509, 40.79733416459334, -73.8243345452669, 40.79733901026444, -73.82431429609927, 40.797343336929266, -73.82429386345864, 40.797347140119555, -73.82427327342606, 40.797350415372485, -73.82425255208027, 40.79735315912572, -73.82423171957774, 40.797355366907446, -73.82419030638715, 40.7975008842004, -73.8241346005293, 40.79758747787845, -73.82404499597244, 40.79766844748542, -73.82387201391907, 40.797796061689894, -73.82389175107181, 40.79783797596263, -73.8240172255993, 40.79810448904643, -73.82401200118075, 40.79812731688132, -73.82401763579108, 40.798154169426084, -73.82402851329964, 40.798178997543225, -73.82403493925801, 40.79819382960348, -73.82401551345758, 40.798205739692996, -73.82399573787653, 40.79821235069586, -73.8239686291951, 40.79821961146482, -73.82395047610649, 40.79822611507654, -73.82393175804893, 40.79823207121819, -73.8239076167705, 40.798237440049704, -73.82388991070808, 40.79821337051678, -73.8238781264587, 40.79818999531073, -73.82386767127889, 40.79816903637807, -73.82385947486148, 40.79815381798943, -73.82382994161341, 40.79816381794762, -73.82379816401547, 40.798174720371776, -73.82377766834594, 40.79818163460599, -73.8237522155427, 40.79819139404504, -73.82372433597152, 40.79820337310488, -73.82368203244239, 40.79822093031289, -73.82366000738203, 40.79823170983957, -73.82364333294977, 40.79824139983738, -73.82362921862583, 40.79825131527334, -73.82361040666089, 40.798264077207506, -73.8235895947163, 40.79828032191808, -73.82357362185572, 40.798296682992124, -73.82354912543127, 40.79831352539172, -73.82352815141684, 40.798337702358374, -73.82350720853196, 40.79836264659582, -73.8234985745837, 40.79837660465225, -73.8234954032237, 40.798401330261235, -73.82351315136025, 40.79842290372923, -73.82351365441649, 40.79843786272515, -73.82349303892279, 40.79843451011082, -73.82347251222797, 40.798411971549754, -73.82345032716347, 40.79840172768968, -73.82343323279316, 40.79840620221124, -73.82341638398321, 40.79841191349461, -73.8234098841149, 40.79842543356792, -73.82340969569535, 40.798441518032014, -73.82338937441068, 40.798450545940575, -73.82336057697621, 40.79844084033716, -73.82333338642096, 40.79843915165007, -73.82331437242844, 40.79844450210107, -73.82328823993781, 40.79845222976543, -73.82325370155634, 40.79846922149866, -73.82323364851368, 40.79848565911507, -73.82321974282013, 40.79849996566453, -73.8232113842244, 40.79851908309295, -73.82319351157183, 40.79854441739624, -73.82317382063835, 40.79856058000416, -73.82315026486162, 40.79857698431701, -73.82312399888603, 40.79859300175336, -73.82310769322059, 40.79861279406176, -73.82311590229891, 40.79863613684413, -73.82312337502816, 40.79865118938248, -73.82313572082717, 40.79866696169381, -73.82312840540915, 40.7986881410631, -73.82310857616578, 40.79868854917912, -73.82308227972126, 40.79867588289466, -73.82305360744648, 40.79866008461597, -73.82303723262487, 40.79865149571196, -73.82300262119333, 40.79864197290035, -73.82298306452215, 40.79864861378204, -73.82295908646792, 40.798659802604824, -73.82292700763644, 40.79867600197441, -73.82289589761501, 40.79869327351948, -73.82287477051536, 40.79870715740251, -73.82285414408443, 40.798721699416944, -73.82283416315022, 40.798738137074274, -73.82281323463226, 40.798757538621956, -73.82279111038872, 40.79877874833493, -73.82277930655094, 40.79878954430647, -73.82259579867454, 40.79874562013751, -73.82230001948656, 40.798938312140784, -73.82195947940357, 40.799322871569586, -73.82194353198143, 40.79938441239735, -73.82194938767881, 40.799436434386465, -73.82194072396281, 40.79948925610505, -73.82191454545797, 40.799540103881434, -73.82186465155496, 40.79958569930283, -73.82180156052985, 40.799623258941494, -73.82170074684755, 40.79977436561698, -73.82161788691761, 40.79999167420542, -73.82159515473992, 40.80000994711181, -73.82157101380885, 40.800027695542475, -73.82154817945377, 40.80004473279392, -73.82152606827931, 40.80006031595089, -73.82150641969427, 40.80007362464923, -73.82149078590268, 40.80008515566905, -73.8214635011563, 40.800104656086006, -73.8214477970509, 40.800115446779174, -73.82143064628353, 40.80012571113759, -73.82141248936499, 40.80013556420671, -73.82139632298079, 40.800143747226244, -73.82137773439382, 40.80015195260464, -73.82136135461846, 40.800159283414615, -73.82132859680186, 40.80017152898608, -73.8213090771285, 40.800177400612604, -73.82128952249413, 40.80018305155887, -73.82127195619049, 40.800187414266304, -73.82123979210287, 40.80019433697108, -73.82120707806325, 40.80020438715441, -73.82118361436412, 40.80021258493982, -73.82115870342285, 40.80022179533979, -73.82114109328529, 40.80022923407071, -73.82111118016617, 40.80024516164033, -73.82108469664288, 40.80026189056824, -73.82106262032339, 40.800278105841834, -73.82103634690989, 40.80029689363005, -73.82101962997196, 40.80030839498856, -73.82099303051234, 40.80032723719112, -73.82082475267991, 40.80048629868744, -73.82080906087337, 40.80050829604708, -73.82079247776865, 40.80052331133524, -73.82077775114894, 40.80053275810797, -73.82074978691338, 40.80054877055901, -73.82071919328158, 40.800563408351415, -73.82068477658778, 40.80057504692337, -73.82065694240565, 40.800583237802755, -73.82062521096077, 40.80059046267695, -73.82060479723062, 40.800592516469806, -73.82057433209714, 40.80059815031448, -73.82055579407537, 40.800602019726696, -73.82053822797967, 40.8006062463469, -73.82051871381019, 40.800610442916266, -73.82049338245987, 40.80061463042377, -73.8204690277697, 40.8006187375012, -73.82044951181938, 40.80062315197732, -73.82041679596585, 40.800633312695, -73.82039231165932, 40.8006450485985, -73.8203768655826, 40.80065364412603, -73.82035899765751, 40.800662562759136, -73.82034015735474, 40.800671288967784, -73.82031007068909, 40.80068375813483, -73.82028142474887, 40.8006985087081, -73.8202622920241, 40.80070844201989, -73.8202456575097, 40.80071566241277, -73.82022342310295, 40.800723148722774, -73.82019261650052, 40.80073583645855, -73.82017601856512, 40.80074223203956, -73.82014788702213, 40.800754292685255, -73.82012925566471, 40.800764611271056, -73.82011499904772, 40.80077460709744, -73.8201006633927, 40.800786661343814, -73.82008086394968, 40.80080211095423, -73.81987104661486, 40.80073615656994, -73.81958194920966, 40.80064216401589, -73.81941366410817, 40.800564307034385, -73.81937976536547, 40.800519048773275, -73.8193777779329, 40.80045273276482, -73.81932426874468, 40.80039215505051, -73.81912266502508, 40.80024090500469, -73.81916239921829, 40.80018728127432, -73.81907170241901, 40.800135126913524, -73.81903094191587, 40.800155208939366, -73.81893064467246, 40.800085965894255, -73.81895228532551, 40.80004406084865, -73.81878555396978, 40.79987466764149, -73.81848201133322, 40.79958407199926, -73.81835884279393, 40.79947924964895, -73.81811517762713, 40.79923194890115, -73.81795297765595, 40.79929545284062, -73.81784618224697, 40.79922655607485, -73.81766540738623, 40.79912177790487, -73.81755583287683, 40.799079582636935, -73.8173666241977, 40.79903440653072, -73.81710326807242, 40.798928425906645, -73.8169670297927, 40.799065546008876, -73.8167003423384, 40.79895944931302, -73.81665466776408, 40.79894036799162, -73.81665873844172, 40.79891789435205, -73.816518061566, 40.79883832014036, -73.81626314519823, 40.798744565423966, -73.81621334692731, 40.79874102901136, -73.8162026210618, 40.7987275350066, -73.81619048859656, 40.7987136263282, -73.81617932302534, 40.79870273947186, -73.81616589131822, 40.79868773190829, -73.81615458932791, 40.79867346885242, -73.8161429962863, 40.79866033095789, -73.81613078931575, 40.79864680666824, -73.81611753999302, 40.79863141487569, -73.81610858040834, 40.79861940680521, -73.81609926866375, 40.79860404920767, -73.81608586338615, 40.79857948915827, -73.81606734978362, 40.79856090568812, -73.81605394467267, 40.798550015245695, -73.81603876667627, 40.79853961634755, -73.81601081555095, 40.79852505115175, -73.81598336613654, 40.79851246425105, -73.81596792779831, 40.798504945631734, -73.81593628945548, 40.798491528973635, -73.81590367207639, 40.79847992165141, -73.81588573585184, 40.79847454042389, -73.81586733190113, 40.79846861004111, -73.81584770238341, 40.79846193568426, -73.81581775355795, 40.79845162301935, -73.81579985497609, 40.79844506218174, -73.81577041363666, 40.79843463955379, -73.81574000253565, 40.798421388694166, -73.81572038200883, 40.79841147612701, -73.81570198681212, 40.79840153940097, -73.81567586776207, 40.79839125983724, -73.81565771948996, 40.798384587816535, -73.81563982718734, 40.79837662758489, -73.8156133520981, 40.79836398632278, -73.81558709065888, 40.79835164796485, -73.81555570498219, 40.79833861612004, -73.81552626379369, 40.798327314540245, -73.81549809259488, 40.7983139852555, -73.81548164122411, 40.79830731682352, -73.81546446809604, 40.798300262719614, -73.81544386782326, 40.7982924349983, -73.81542644170213, 40.79828559840496, -73.81540952357683, 40.79827846365603, -73.81537961622736, 40.79826521350749, -73.81518949393146, 40.79818853731515, -73.81515661927037, 40.798176228777955, -73.81513309802183, 40.79816716172927, -73.81510953756413, 40.79815770829775, -73.81508403708241, 40.79814578347476, -73.81505658906217, 40.798131960866336, -73.81502914330667, 40.79811775374085, -73.81499924575871, 40.798101456211946, -73.81498330087916, 40.7980942140014, -73.81496688741922, 40.79808716014176, -73.81494037263487, 40.7980756713023, -73.81492345885042, 40.7980665869029, -73.81490730046852, 40.79805857350975, -73.81488208292907, 40.798048048475415, -73.81484625899097, 40.798034047572955, -73.81482612498219, 40.798026495142544, -73.81480357557844, 40.79801825174531, -73.81478639732784, 40.79801309128615, -73.8147674866695, 40.798007077967135, -73.81473237333834, 40.79799705838751, -73.81470445922969, 40.797982575778484, -73.81467976835887, 40.79796464041915, -73.8146642305979, 40.797953774300346, -73.81465180094236, 40.79794250074757, -73.81463789147706, 40.79793158051178, -73.81460773834513, 40.797916491843004, -73.81459153925103, 40.79790993355022, -73.81457114947399, 40.79790446622503, -73.81455396959001, 40.79789990906442, -73.81453531191848, 40.79789455348023, -73.81450612165303, 40.79788391301032, -73.81447837754202, 40.79787266972356, -73.81446171125542, 40.79786580899249, -73.81443083480224, 40.79785219863684, -73.81441366370292, 40.797843223609114, -73.814397510827, 40.79783370181285, -73.81437771144205, 40.797823047614884, -73.81435310987256, 40.79781180935836, -73.81432320381415, 40.79780037074517, -73.81429227805167, 40.79779043972194, -73.81427162866936, 40.79778672880374, -73.81425245699344, 40.79778469429544, -73.81421461595298, 40.797780241564695, -73.81417852489099, 40.797770769545735, -73.81414980516776, 40.79776012794275, -73.81412502063567, 40.79774993212308, -73.81410247881014, 40.79773861518859, -73.81407795335092, 40.797726882620445, -73.81405050954324, 40.79771168831391, -73.81401497954468, 40.79769524456536, -73.81399290442496, 40.79768527281109, -73.8139747619221, 40.797676241219385, -73.81394981823433, 40.797658991476474, -73.81393192242213, 40.79765242945133, -73.81391648351315, 40.79764526895428, -73.81389931513154, 40.79763706108112, -73.81388163897897, 40.79762907300836, -73.81386497052304, 40.79762218427145, -73.81385025904571, 40.79761422799624, -73.81382137664357, 40.79759697186447, -73.8137958801492, 40.79758293328404, -73.81377701142875, 40.79757513507545, -73.81374630261129, 40.797566082244536, -73.81372395906027, 40.79756102404165, -73.81369476453281, 40.79755285163313, -73.8136790738961, 40.79754547007431, -73.81365672504946, 40.79752918529693, -73.81364447866522, 40.79751771922328, -73.81363222875636, 40.797493546165086, -73.81362879556448, 40.79746828874936, -73.81362796408322, 40.79744361366202, -73.81362905073298, 40.7974292055929, -73.81363548155008, 40.79740250891487, -73.81364166534702, 40.79738701227557, -73.81364730698083, 40.797371320251095, -73.81365850034227, 40.79734707613282, -73.81366765610676, 40.79732730151098, -73.81367688759349, 40.7973071424966, -73.8136866623773, 40.79728550033293, -73.81369615973028, 40.79726009992684, -73.81370172340189, 40.797246852635254, -73.81370918556142, 40.797226334159696, -73.8137174321495, 40.79720878050214, -73.81372970012411, 40.79718752957949, -73.8137439053485, 40.797157854891786, -73.8137165762192, 40.79710179052299, -73.8136996322041, 40.79707909841322, -73.81368271652322, 40.79705644776973, -73.81364009103834, 40.797046524672545, -73.81349349531217, 40.79705806252643, -73.81336974764301, 40.797074248658774, -73.8132773813755, 40.79710544373039, -73.81325099442186, 40.79719604547545, -73.81324649091309, 40.797211504294175, -73.81294054078998, 40.79716099973553, -73.81292335366075, 40.797169669787415, -73.81290280718345, 40.79716991469392, -73.81288460872678, 40.797169088209415, -73.81286466146416, 40.79717199326307, -73.81284293562155, 40.797178682034755, -73.8128243158175, 40.79718652938873, -73.81283100196785, 40.79721030988658, -73.81283013153255, 40.797224882191344, -73.81282467137679, 40.797240024264696, -73.81282026066019, 40.79725363088572, -73.81281285180276, 40.797281643365, -73.81280165698459, 40.79730629982918, -73.81279233667665, 40.7973204477815, -73.81277514728956, 40.79734506659138, -73.81276880694142, 40.79736517619998, -73.8127640495554, 40.79738701644207, -73.81275869677306, 40.79741494941097, -73.81275271170016, 40.79743681467321, -73.81274916239254, 40.79745379957141, -73.81274572753004, 40.79746801111045, -73.81274192816952, 40.79748331976865, -73.81273820306288, 40.79749750562183, -73.8127332528275, 40.79751207219769, -73.81272692141549, 40.797541210246834, -73.8127241071211, 40.79756607212482, -73.81272035403056, 40.7975897807359, -73.81271720457102, 40.79760531197231, -73.81271175419184, 40.797629594146244, -73.81270575984605, 40.79765516405368, -73.8126991174992, 40.79767982970471, -73.81269236830086, 40.797703724352324, -73.81268298149439, 40.79772800102836, -73.81267734702251, 40.79774105634832, -73.81266528858102, 40.79776475055908, -73.81265366709158, 40.79778770526643, -73.8126474135498, 40.79780262631829, -73.81263964754223, 40.797820235610004, -73.8126306197128, 40.79784031292575, -73.8126196784969, 40.79786532548071, -73.81261237416737, 40.79788098683561, -73.81260283705495, 40.79790770451982, -73.81259374256096, 40.79793082902122, -73.81258835303443, 40.797946518701636, -73.81258390252486, 40.79796201990268, -73.81257581463973, 40.797987038893304, -73.81256509047793, 40.79801112067695, -73.81255231138923, 40.79803443008956, -73.81253971042267, 40.79805886451674, -73.81251976596407, 40.79807455843768, -73.8125044668145, 40.798082165303285, -73.81248719033489, 40.798086693737666, -73.81245762870323, 40.7980927105221, -73.81242163268477, 40.7981004205772, -73.81240168269902, 40.798105026593696, -73.81238096995403, 40.79811160706554, -73.81234839936896, 40.79812151719531, -73.81230999790314, 40.79812458391583, -73.81227087515842, 40.79812710014297, -73.81224183972309, 40.79812551569537, -73.81221163084895, 40.79811816611918, -73.81219424150008, 40.7981110292293, -73.81216552148483, 40.798100551023, -73.81214635119655, 40.798098435121645, -73.81212492800705, 40.798099360140775, -73.81210600490533, 40.79809867102994, -73.81208560291215, 40.79809674311661, -73.81205365462827, 40.798092301084104, -73.81201827822619, 40.79808409115686, -73.81199958120628, 40.79808013447731, -73.81198045072057, 40.79807609694304, -73.81195735274048, 40.79807004751645, -73.81193327690417, 40.7980649312103, -73.81191118535479, 40.79806042147305, -73.8118910449694, 40.79805607880699, -73.81187090342102, 40.79805214856523, -73.81185173325098, 40.798048741295844, -73.8118340428839, 40.79804582991373, -73.81179964625849, 40.79803770436483, -73.81177837254869, 40.79802474292954, -73.8117727799307, 40.79799777998547, -73.8117720135958, 40.79797461243172, -73.81177100357513, 40.797948783497844, -73.81176825870534, 40.79792297874599, -73.81176460898367, 40.79789827022765, -73.81176302707718, 40.79788276010724, -73.81176159291869, 40.79786612460114, -73.81176151921454, 40.79784106532363, -73.81176055038407, 40.79782665301511, -73.81175929587423, 40.79781018259396, -73.81175700979846, 40.79778849568363, -73.81175556720267, 40.79776269305747, -73.81175667773918, 40.79773914495417, -73.81175822924718, 40.79771428013712, -73.81171036482033, 40.797577459895, -73.81164514710973, 40.79743347299827, -73.81162839536148, 40.797392467396996, -73.81160938241295, 40.79737209759452, -73.81149731867669, 40.797343861958225, -73.81142258379063, 40.797333860312435, -73.81139492994602, 40.797329916795725, -73.81137601539128, 40.79732629104283, -73.81134724370908, 40.79732124707341, -73.81132709974739, 40.79731783992326, -73.81129417741039, 40.79731188414241, -73.81125930421051, 40.79730650237934, -73.81123814707762, 40.79730353029789, -73.81121800237354, 40.797300806608135, -73.8111958690016, 40.797297779790476, -73.81117128138662, 40.797294829092706, -73.8111481753562, 40.79729215637061, -73.81112261338795, 40.79728890419901, -73.81109705010105, 40.79728611757894, -73.81105404674358, 40.79728124291944, -73.81102256432148, 40.797277735183684, -73.8109844780527, 40.79727176994755, -73.81095992793466, 40.797267722455125, -73.81093779765868, 40.79726444795496, -73.81091913265766, 40.79726183740164, -73.8108857002168, 40.79725777532272, -73.81084833130829, 40.79725332226025, -73.81081587180866, 40.79724964537131, -73.8107787519464, 40.79724637325268, -73.8107475235916, 40.79724228773679, -73.81072834965923, 40.79724030576762, -73.81070452116057, 40.79723752280946, -73.81068632414905, 40.797234940902534, -73.81066347016228, 40.79723240537336, -73.81063274567148, 40.79722864933708, -73.8106125992164, 40.79722655769072, -73.81058023958978, 40.7972252699304, -73.81056081654965, 40.79722213668283, -73.81054261761132, 40.797220651561055, -73.81050672775099, 40.797217380475935, -73.81048756017071, 40.79721358846878, -73.81045391498436, 40.797207687990806, -73.81043546851673, 40.797204912926645, -73.81041629460191, 40.797202931806055, -73.8103981417821, 40.797198154503135, -73.81037947846247, 40.79719496754404, -73.81035735114799, 40.797191087800066, -73.81033966263924, 40.797187626884764, -73.81032099821478, 40.797184413799854, -73.81030280570477, 40.797180678297025, -73.81028414716788, 40.797175816397235, -73.81025270452551, 40.7971704399755, -73.81021901639235, 40.79716673388077, -73.81019887317835, 40.79716351654025, -73.81017970898333, 40.79715813330089, -73.81015957319941, 40.79715189658359, -73.81012747011968, 40.79713836679816, -73.81010932530218, 40.79712996674454, -73.81009215235677, 40.79712356920404, -73.81006342423377, 40.79711578205733, -73.81004624879412, 40.79711067672578, -73.81001235670603, 40.79710246862646, -73.80998041207852, 40.797096130467594, -73.80996298524829, 40.79708943262219, -73.80993599912833, 40.79707953393761, -73.8099013876423, 40.797070968921176, -73.80987113172307, 40.79706748720688, -73.80983794570521, 40.79706474176359, -73.80980455972556, 40.79705733228251, -73.80978340500884, 40.79705356479468, -73.8097645942129, 40.797051006943164, -73.80974398347342, 40.79704762486006, -73.80971301747444, 40.797040108585044, -73.80968479146874, 40.79703328300798, -73.80965360565203, 40.79702639670519, -73.80962038428864, 40.79702441926882, -73.80958622215554, 40.79702241595522, -73.8095655790132, 40.79701711211603, -73.8095475262149, 40.79701551721716, -73.8095226789885, 40.7970143226172, -73.80949441536606, 40.79700947263207, -73.80947253810434, 40.79700562194724, -73.80945387488299, 40.79700243483818, -73.80941752388, 40.79699556784833, -73.80939391834654, 40.79699069672406, -73.80936937102051, 40.79698574389276, -73.80934626767791, 40.796981781294974, -73.80932760510741, 40.796978785072895, -73.80929003251319, 40.7969702428898, -73.80927281515646, 40.79696573980902, -73.80925512983505, 40.79696162046556, -73.8092276716405, 40.79695235298568, -73.8092102490197, 40.79694463926716, -73.80917911883115, 40.796931192772625, -73.80900734422048, 40.796867802914065, -73.80898577230529, 40.7968599769274, -73.80895904093381, 40.79684851426393, -73.80894309915399, 40.796841350464156, -73.80892545793763, 40.796834268492226, -73.8088911094254, 40.796822107003564, -73.80886090592215, 40.79681239543943, -73.80884102165655, 40.79680695495167, -73.80880688032123, 40.796798582192345, -73.80878377266143, 40.796795744201106, -73.80875742685971, 40.79680146460453, -73.80872936618505, 40.79680067693157, -73.80869967255046, 40.796790032350806, -73.80868351727472, 40.7967813057901, -73.80864789417386, 40.796772737816774, -73.80861440151814, 40.79676419948433, -73.80858291560168, 40.79676162399542, -73.8085501891576, 40.79676272138523, -73.80851716150272, 40.79676802000663, -73.80847732963389, 40.79676723973214, -73.8084591326836, 40.79676429907341, -73.80842793850843, 40.79676040479185, -73.80839645497554, 40.79675741592562, -73.80836179377178, 40.796753487947385, -73.80833282002156, 40.796743888150324, -73.80829626729417, 40.79673185969499, -73.80827761060623, 40.7967268614969, -73.80825501007045, 40.796723638828276, -73.80822204531982, 40.79671985140674, -73.80819177896606, 40.796720076599584, -73.80816130431737, 40.79671733518489, -73.80812162764747, 40.796711232179575, -73.80810994539108, 40.796730123269676, -73.807787475464, 40.79668602691068, -73.80767739651756, 40.79667186660652, -73.80747196767801, 40.79660785188065, -73.80744753243154, 40.796601937090514, -73.80742760335377, 40.79659935087441, -73.80739283334252, 40.796596218466306, -73.8073736600785, 40.79659451329411, -73.80734166404912, 40.79659300460852, -73.80732177345723, 40.79658981510223, -73.80728910319392, 40.796584216096214, -73.80725323196134, 40.79657427491145, -73.80721616393001, 40.79656597873174, -73.80717967224713, 40.796558341771046, -73.80715191161961, 40.79655423406551, -73.80712241794788, 40.796548722272426, -73.8070902594927, 40.796541120449746, -73.80707109269069, 40.7965376025278, -73.80704997628992, 40.79653380758652, -73.80701997992574, 40.79652758082776, -73.80698684654398, 40.79651948296841, -73.80695295686421, 40.79651149459459, -73.8069210108327, 40.79650542933654, -73.80690332298941, 40.79650227136323, -73.80686942593363, 40.796496423445376, -73.80685000288626, 40.79649342554725, -73.80681657528807, 40.79648832041402, -73.80679004191065, 40.79648394002497, -73.80676228414214, 40.79647845806438, -73.80674485150766, 40.79647392632871, -73.80672629208851, 40.79647222207788, -73.80669387623946, 40.79646596326161, -73.80666193486174, 40.796458719182475, -73.80662978206368, 40.796450018628285, -73.80659906782597, 40.79644211922399, -73.80658163526913, 40.79643838350731, -73.80654993867422, 40.796432950717104, -73.80651384240264, 40.79642630295989, -73.80649417584345, 40.796420670625004, -73.80647331214826, 40.79641679135497, -73.80643941962634, 40.79640981949172, -73.80640502308157, 40.79640177427421, -73.80637383655788, 40.796394941111274, -73.8063541625884, 40.7963918634638, -73.80633422555513, 40.79639204788934, -73.80631529382818, 40.79639410254204, -73.80629653868269, 40.796397776590766, -73.80626742228141, 40.79641169804314, -73.80624875743761, 40.79643441965158, -73.80623626500157, 40.79645792156212, -73.80622875173816, 40.79647080952173, -73.80622008430122, 40.79648289859635, -73.80619839602231, 40.79650095231486, -73.80617916856171, 40.7965060789604, -73.80614471589426, 40.796505499631934, -73.80610831652488, 40.796503242985644, -73.80608422909104, 40.79650204892204, -73.80606111923852, 40.79650044496886, -73.8060254442149, 40.7964972565952, -73.80600089575893, 40.79649405902218, -73.8059782576667, 40.79649037028406, -73.80595714580913, 40.796485449522685, -73.80593700326354, 40.79648173706195, -73.80591588327918, 40.79647879288099, -73.80589129874588, 40.796475374600895, -73.80586819516182, 40.79647121949778, -73.80585101663017, 40.79646693479227, -73.80582990850266, 40.796459928451505, -73.80580215708301, 40.79645189424789, -73.80577123472374, 40.7964418510777, -73.80575309181481, 40.796433861868806, -73.8057351995604, 40.796426063085384, -73.8057069939784, 40.79641327974684, -73.80567683907422, 40.796399724987005, -73.80565945839274, 40.79639041781298, -73.80564279989132, 40.79638092184817, -73.80561730847461, 40.79636589270985, -73.8056018767556, 40.79635708318929, -73.80558572712454, 40.7963465984228, -73.8055632402314, 40.796329708500004, -73.805537184003, 40.79631009303532, -73.80552399510512, 40.79630016166069, -73.80550072189868, 40.796280278931505, -73.80548782263017, 40.796269772620676, -73.80546458908483, 40.79624848967048, -73.80545166085965, 40.79623573205186, -73.80544013949354, 40.79622407361778, -73.80542724235056, 40.796212441676225, -73.80540900015379, 40.79618899963199, -73.80540152496773, 40.796176251213296, -73.80537702388322, 40.79616824940914, -73.80535662064668, 40.79616741981361, -73.80533377342813, 40.79616235823037, -73.80531363219734, 40.796158646562965, -73.80528045119749, 40.796155213632126, -73.80525953399382, 40.796156716351675, -73.8052368877112, 40.79615750024674, -73.8052014020224, 40.79616419314519, -73.80518216947699, 40.79617025433707, -73.80514545860974, 40.79617612028771, -73.80511570161191, 40.7961748624068, -73.80509555944978, 40.79617106695307, -73.80506295291036, 40.79615638405971, -73.80503936778995, 40.796144347683054, -73.80502599392783, 40.79612316416632, -73.80500590176574, 40.796102710395864, -73.8049836230444, 40.79608845377888, -73.80495097059253, 40.79607692613473, -73.80493123356092, 40.7960699480633, -73.80491402004395, 40.796065527182606, -73.80487740538034, 40.79606324276753, -73.80485648996772, 40.79606414118013, -73.80482301262992, 40.79606400165187, -73.80478660042805, 40.7960662182596, -73.80475259239947, 40.796073297136374, -73.80473188679812, 40.79607699464181, -73.80470279136667, 40.79608410794069, -73.80467251045488, 40.79609746510489, -73.80465440718473, 40.79610431065868, -73.80463838683953, 40.79611202332135, -73.80462257975103, 40.79612014877316, -73.80460427225265, 40.79613076707608, -73.80457614429397, 40.796140902266565, -73.80455767279048, 40.796146030824126, -73.80453768991177, 40.796150552578986, -73.80451993880959, 40.796156094781985, -73.80449870906855, 40.79616596789962, -73.80447943091626, 40.79617543189388, -73.80444884017979, 40.79618814281382, -73.8044323150059, 40.79619464701824, -73.80441600344209, 40.796202250195144, -73.80438592979742, 40.79621076293521, -73.80436129036879, 40.796213988138554, -73.80433153043788, 40.796212920956634, -73.80431137940325, 40.79621255806423, -73.80428996255237, 40.796212301079265, -73.80426781850969, 40.79621393841212, -73.8042347993223, 40.79621673602803, -73.80421142643118, 40.796218398278036, -73.8041771684858, 40.79622539461485, -73.80414417118726, 40.79623283162809, -73.80411471637764, 40.79623961458422, -73.8040796944328, 40.79624811883498, -73.80404987513049, 40.796255946637736, -73.8040220107619, 40.796261828169946, -73.8040052369382, 40.79626704147111, -73.80397418217125, 40.79627794056666, -73.80394308772671, 40.79628903139329, -73.8039253356774, 40.79629567031452, -73.80390707862696, 40.7963019805912, -73.80388882028375, 40.79630872850673, -73.80386141273772, 40.79631880981793, -73.80383031361823, 40.79633187630746, -73.80379874937748, 40.79634354351734, -73.80377083351937, 40.79635521512866, -73.80373405529372, 40.796370989638746, -73.8037138437711, 40.79637866802131, -73.80369410357804, 40.79638563400545, -73.8036758448127, 40.79639210813395, -73.8036430114766, 40.796405775855916, -73.80361288244815, 40.79642054588794, -73.8035955935181, 40.796428832565475, -73.8035716542922, 40.79643927721674, -73.80354080987829, 40.796451521003355, -73.80351686399368, 40.796464215986205, -73.8034882178353, 40.796477588232825, -73.80346385529091, 40.79649695161161, -73.8034541731458, 40.796509808678046, -73.80344893261164, 40.79653614932886, -73.80344553541163, 40.79656062638219, -73.80344368830166, 40.796575004248126, -73.80344122118136, 40.796591084806316, -73.80343933584106, 40.79661800839956, -73.80343460942585, 40.796640781236995, -73.80342210204876, 40.796668591719666, -73.80340120717612, 40.79668774127615, -73.80337425052178, 40.79670435638159, -73.80334995473608, 40.79671271391548, -73.80331622085406, 40.79671306788805, -73.80329755111536, 40.796712212970725, -73.8032586527295, 40.796712749919905, -73.80323947527343, 40.79671208593349, -73.80321979311631, 40.79671139406722, -73.80319964470016, 40.79671009626423, -73.80316298570438, 40.79671028130634, -73.80313149024572, 40.79671061023122, -73.80309630906804, 40.796711128260384, -73.80307760370742, 40.79671029936116, -73.80305683722662, 40.796710044158935, -73.80299970517719, 40.79670852013406, -73.80297167570943, 40.79668481243838, -73.80296493396332, 40.79659534955585, -73.80295829690832, 40.796409272897186, -73.80302514237457, 40.79636247910013, -73.80302021706157, 40.79618412446664, -73.80291509526371, 40.79614276661792, -73.80281616406533, 40.79618247975139, -73.80267287507732, 40.79617496028275, -73.802502354814, 40.79616959030477, -73.80233169367305, 40.79616857556113, -73.80216108476351, 40.79617191638258, -73.80199071882988, 40.796179611296196, -73.80182079019572, 40.796191650731636, -73.80165148846409, 40.79620801880809, -73.80148300679078, 40.79622870055247, -73.8013155336246, 40.796253670178686, -73.80114925742095, 40.79628290010069, -73.80112141779347, 40.796292705362575, -73.801092398542, 40.79631024929746, -73.80105234550071, 40.796504524713285, -73.80103909499637, 40.79651422726367, -73.8010112623438, 40.796522057709964, -73.80099724070026, 40.79651264576971, -73.80098709258249, 40.79650046967099, -73.80097936811755, 40.79648695150564, -73.80097218137273, 40.79646281374772, -73.80097178472683, 40.79643813840768, -73.80097006150609, 40.79642279087818, -73.80096377042435, 40.796400687099016, -73.80095705885087, 40.79638645748339, -73.8009351232874, 40.79636706871488, -73.80090645681955, 40.79635101728317, -73.80089051570525, 40.796343167086604, -73.80086306512563, 40.796332222690246, -73.80082718143665, 40.79632680900705, -73.80079148794786, 40.796329904484956, -73.80076142019377, 40.79633627399598, -73.80072838830716, 40.796343243512126, -73.80069709837632, 40.7963478008844, -73.80067173231386, 40.796351434671855, -73.80064461900606, 40.79636003440201, -73.80063698324176, 40.79638933343648, -73.80063333162191, 40.79641493649717, -73.80062184713897, 40.79642644575992, -73.80060753965529, 40.79641596258061, -73.80060595767281, 40.79640135730339, -73.80060127515915, 40.796385814643, -73.80057919658643, 40.79636554666916, -73.8005548744477, 40.79634623744561, -73.80053630639945, 40.7963229579554, -73.80052713474345, 40.79631039809047, -73.8005048309361, 40.796293341803064, -73.80047517559177, 40.79628189912256, -73.8004565167858, 40.79627744895958, -73.80042457835302, 40.79626987267136, -73.80040541117485, 40.79626583224878, -73.80037346585786, 40.79625976517582, -73.80035530916041, 40.79625660538492, -73.80032162096855, 40.796253253894456, -73.80029380761266, 40.79625466001971, -73.80025662791196, 40.796259837419235, -73.8002349447819, 40.79626460312027, -73.80021669436127, 40.79626819510939, -73.80018643038225, 40.79626729167593, -73.80016556714779, 40.79626300153573, -73.80012820097917, 40.796258846667904, -73.80011007282556, 40.79625683953045, -73.80009213210965, 40.79625436535466, -73.80006952787154, 40.79625295378409, -73.80005184072039, 40.79624930038416, -73.80002190141903, 40.7962377481335, -73.79974956237334, 40.79617057783367, -73.7997114213347, 40.79617193796002, -73.7996806798615, 40.79617419072422, -73.79965401485781, 40.796190119286535, -73.79964743035899, 40.79620542268018, -73.79964912518663, 40.796230101183504, -73.79965287641485, 40.79624396823137, -73.79966259177762, 40.796267947477304, -73.79966915850434, 40.7962821760168, -73.79967547273024, 40.79629604841879, -73.79967979995334, 40.79631027306548, -73.79966872588028, 40.796329467831356, -73.79963987819285, 40.79633869466242, -73.79960547870623, 40.79633190991302, -73.79958682901236, 40.79632405392633, -73.79956502148121, 40.79631029415704, -73.7995556721059, 40.79629660827792, -73.79954855768743, 40.79627263354624, -73.79953894912029, 40.796260815756646, -73.79952616133077, 40.79625019730862, -73.7995122858581, 40.796239552653724, -73.79948485175144, 40.79622322835787, -73.79945220840227, 40.796209365069195, -73.79943604833545, 40.79620228331876, -73.79941862622081, 40.79619484187054, -73.79939190318522, 40.796182032548835, -73.79937389861244, 40.79616380386623, -73.79936902935319, 40.796149384656196, -73.79936492130741, 40.796134803780035, -73.79935299541259, 40.7961130449005, -73.79933926728894, 40.79610267333307, -73.79932383436478, 40.79609416553671, -73.79929244654168, 40.79608285731168, -73.79926051244486, 40.79607352472874, -73.79924236330274, 40.79606789379767, -73.79920944589475, 40.796060863872775, -73.79919027810354, 40.79605707088476, -73.79917089634635, 40.796053110927865, -73.79914411465364, 40.79604760271705, -73.79912223808695, 40.79604421562642, -73.79910234338688, 40.796042178236526, -73.79908216183397, 40.79603978194332, -73.79904800624284, 40.79603588085975, -73.79901605287333, 40.79603255812632, -73.79899540168192, 40.79603029877587, -73.79897525766913, 40.79602724516289, -73.79894796606867, 40.796023051650714, -73.79891627539811, 40.79601671176531, -73.79889368027928, 40.79601192399741, -73.7988625041845, 40.79600234498838, -73.79884236834255, 40.79599698428002, -73.7988094881913, 40.79598902228597, -73.79879227515526, 40.79598419076267, -73.7987579219051, 40.79597474305541, -73.79873706360846, 40.79596927210652, -73.79871080060065, 40.79595879572977, -73.79869265527229, 40.79595192922967, -73.79867671536184, 40.79594419039018, -73.7986603105769, 40.79593540435296, -73.7986416605201, 40.79592774181976, -73.79860930168621, 40.79591511517763, -73.79858655381616, 40.79590091233274, -73.79856758679546, 40.795879744403166, -73.79854478790604, 40.79585813122865, -73.79852481117402, 40.79583663194329, -73.79850626465448, 40.79581826530007, -73.79847993450268, 40.79579516371285, -73.79846555789094, 40.795784186669785, -73.79843860272219, 40.795764019617174, -73.7984220295759, 40.79575059656568, -73.7983939911038, 40.79573092378465, -73.79837917691263, 40.795720851870456, -73.7983627350466, 40.79571182078896, -73.79834542562236, 40.79570363826137, -73.79831880381369, 40.795692749637396, -73.7982993217639, 40.79568596358218, -73.79826932244619, 40.79567015679705, -73.79825132209258, 40.79566241249101, -73.79823036871416, 40.79565200022806, -73.79821446601946, 40.79564453424136, -73.79819816041451, 40.79563786359092, -73.7981710711997, 40.79562678140687, -73.79814210288013, 40.79561564369643, -73.79811107432265, 40.79560557036575, -73.7980927759139, 40.79560117448039, -73.79806025707344, 40.79559411700874, -73.79804267971679, 40.79559029960065, -73.79802156544622, 40.79558567904763, -73.79798770636982, 40.795579828581424, -73.79795973134601, 40.795574453978844, -73.79793782779107, 40.79556870820028, -73.79790740286899, 40.795561215811546, -73.79787315578827, 40.795552427193144, -73.79784464386356, 40.795545542379436, -73.7978244343615, 40.79554031823957, -73.79780704225766, 40.795535596115634, -73.79777448908065, 40.7955277703746, -73.7977412128636, 40.795520026201785, -73.79771317364197, 40.79551278648654, -73.79769314347853, 40.79550704214811, -73.79767123936958, 40.79550110361023, -73.79764980659927, 40.79549486152596, -73.79761407966474, 40.795484890574514, -73.79758077296148, 40.795475884698135, -73.79754778527402, 40.79546912972748, -73.79751815150641, 40.79546295696057, -73.79749919847046, 40.79545954768171, -73.79747981357865, 40.79545709757634, -73.79746136474684, 40.79545426639907, -73.79742732411124, 40.7954493204536, -73.79739381625274, 40.79544607648327, -73.79735897050763, 40.79544403952557, -73.7973370535839, 40.79544232695851, -73.79730488942722, 40.79543713753855, -73.79727118735755, 40.795438917993394, -73.79725678389312, 40.79544890984606, -73.7972324093791, 40.795447221752354, -73.79723507270944, 40.795426722001864, -73.79724684966551, 40.79540140888933, -73.79725642675265, 40.79537631162865, -73.7972579509915, 40.79536138308213, -73.7972511500709, 40.795342158003756, -73.79722011982281, 40.79533194755297, -73.7971885870848, 40.79532137961083, -73.79715953885595, 40.79531323207975, -73.7971278225871, 40.795303404911266, -73.79709865724898, 40.795297919043364, -73.7970805302418, 40.7952968173358, -73.79705038002734, 40.79529451299721, -73.79702796038472, 40.79529175670449, -73.79700998103905, 40.79528963857878, -73.79698787952172, 40.79528863971835, -73.79696683538387, 40.79528555535202, -73.79693983482176, 40.795280484786566, -73.79691507902429, 40.795274073720016, -73.79689082850466, 40.79526749874658, -73.7968722101276, 40.7952616198764, -73.79685255016041, 40.7952538174956, -73.79683486931866, 40.795248241039495, -73.79679807173446, 40.79523546828559, -73.7967640908428, 40.79522226104132, -73.79673567325416, 40.79520862415276, -73.79670645289207, 40.795197511750175, -73.79667705050893, 40.79518702937062, -73.79664707509465, 40.7951748458243, -73.79648271487082, 40.79511397894612, -73.7964641286839, 40.795109223893384, -73.7964442066861, 40.79510460605652, -73.79642475444057, 40.795100591481884, -73.79640620625558, 40.79509581127288, -73.7963759972891, 40.795088346775714, -73.79635845495761, 40.79508477500901, -73.79633113650803, 40.79507830525887, -73.79631349106971, 40.79507357975969, -73.79629299522217, 40.7950671481714, -73.79626532168518, 40.79505823381484, -73.79624648525044, 40.795053177516834, -73.79622483464766, 40.79504696359764, -73.7962059984622, 40.795041440833266, -73.7961869788995, 40.79503698753827, -73.79616770829777, 40.7950320952516, -73.79613453596797, 40.795025778993974, -73.79611590544995, 40.79502390811545, -73.7960968742148, 40.795023269312715, -73.79605829621417, 40.79502589086122, -73.79602402070451, 40.79502577618024, -73.79597602974759, 40.79502376957073, -73.79595768599926, 40.79502266640226, -73.79591063365493, 40.795020607396935, -73.79589235848518, 40.795020711913025, -73.79586366952586, 40.79502455848108, -73.79584338023221, 40.79502227219068, -73.79580841824922, 40.79502229220554, -73.79577097283911, 40.79501994849349, -73.79575183925537, 40.795017525557306, -73.79572822774803, 40.79501476689934, -73.7957083739027, 40.79501151962041, -73.79568870117522, 40.79500832939069, -73.79566859503524, 40.795005053742074, -73.79564126219034, 40.79500291972136, -73.79560670255529, 40.795001568923354, -73.79558572122573, 40.79500007560342, -73.79555282375641, 40.794998810583216, -73.7955193890166, 40.79499693946292, -73.7954947901175, 40.79499739019678, -73.79547390544673, 40.79498911984742, -73.7954408292718, 40.79497544735695, -73.7954245248757, 40.7949689122907, -73.79539140118958, 40.79495875346182, -73.79536485016851, 40.794948989006016, -73.7953436667932, 40.794943461933286, -73.79530976656861, 40.794939229708966, -73.79528008478184, 40.79493725622305, -73.79524989038231, 40.794938218357025, -73.7952111392963, 40.79493817742957, -73.7951752178072, 40.79493311761481, -73.79515384952852, 40.79492838622262, -73.7951227542784, 40.79491674779392, -73.79510710102156, 40.79490963931952, -73.79508906907735, 40.7949011803632, -73.795071038403, 40.79489269529176, -73.79504466899232, 40.794882081010634, -73.79502504363509, 40.794875073522235, -73.79500812231073, 40.79486996639697, -73.79497427654486, 40.79485961255561, -73.79495150224723, 40.79485474264896, -73.79491886705723, 40.794850292837374, -73.79488598075874, 40.794845430139596, -73.79485527968008, 40.79484586987765, -73.79481782323973, 40.794847532171005, -73.79479860789662, 40.794847827547564, -73.79476728940068, 40.79485021485008, -73.79474741999465, 40.794852429824985, -73.79472725131694, 40.79485678475766, -73.79470671495037, 40.79485664732609, -73.7946903863053, 40.79484225522931, -73.7946833852574, 40.79481748524686, -73.7946770415736, 40.79480163681139, -73.79466810017153, 40.794784768881776, -73.79465704111679, 40.794763366751276, -73.79465130597036, 40.794749605862414, -73.79464460082214, 40.79473340018205, -73.7946381872467, 40.7947175516197, -73.79463061484682, 40.79470208460623, -73.79462116354088, 40.79468650528355, -73.79460318540738, 40.79466064503829, -73.79459513651706, 40.794647154676476, -73.79458691362605, 40.794632071015265, -73.79457977110431, 40.794617841154114, -73.79456939934805, 40.79459567121038, -73.79455908080863, 40.794580832350626, -73.79454278213025, 40.79456098594246, -73.79452453007643, 40.79454174028674, -73.79450964784316, 40.79453095455262, -73.79448985054931, 40.79450945397988, -73.79447640927904, 40.794488269107056, -73.79446081491693, 40.79446252385083, -73.79445131924305, 40.794449441527625, -73.79443753194832, 40.79442328706052, -73.79443400086336, 40.79440911766065, -73.79442566102735, 40.79438511340146, -73.79441599150898, 40.79435811530084, -73.79441322486315, 40.79434197156126, -73.79441121044674, 40.79432742125163, -73.79440732185422, 40.79429971936267, -73.79440698009371, 40.79428223549787, -73.79440742543409, 40.79426617943286, -73.79440870162638, 40.79425081283375, -73.79440998562691, 40.794232917637515, -73.79441100495097, 40.79421861947649, -73.7944139514849, 40.7941884047698, -73.79442016709012, 40.79416396091043, -73.79443057440187, 40.79413850875988, -73.79443780616573, 40.79412419376263, -73.79444900243026, 40.79409994879014, -73.7944560490816, 40.79408725346549, -73.79446962736317, 40.794064031207014, -73.79448406331699, 40.794044321535324, -73.79449363697583, 40.794031740575356, -73.79451190754422, 40.79400962348987, -73.79453256404081, 40.79398687760135, -73.79455656280467, 40.79396921830159, -73.79457064093592, 40.793959856555794, -73.79458305878924, 40.79394980566645, -73.7946043641323, 40.793927583212785, -73.79460906577108, 40.79391298994293, -73.79460972475991, 40.79389871815247, -73.79461056325732, 40.79388425487489, -73.79461270521207, 40.79386938148975, -73.79461458961593, 40.79385541535216, -73.79461643155186, 40.79383217036088, -73.79461611319724, 40.79380631456532, -73.79461562236428, 40.79377798748338, -73.79461461423656, 40.793754107061496, -73.79461196202365, 40.79372352397105, -73.79461013064285, 40.79370878308315, -73.79460493109559, 40.79368467546927, -73.79459933580401, 40.793660950763936, -73.79459215955869, 40.79363387427184, -73.7945856371176, 40.79360572914734, -73.79458434082731, 40.793580777513455, -73.79459034168546, 40.793556002775624, -73.79459468148856, 40.79354231476626, -73.79459956836948, 40.7935271995346, -73.79460746915258, 40.793506080619906, -73.79461362147741, 40.79349019861336, -73.79461840594239, 40.793472943604165, -73.79462883077552, 40.793442136175756, -73.79463494364147, 40.79342713478915, -73.79464796992772, 40.79339573045816, -73.79465549668225, 40.793379083669656, -73.79466374519065, 40.7933631513645, -73.79467243387616, 40.793344338234654, -73.79468109488764, 40.79332373935813, -73.7946904126434, 40.793299576560976, -73.79469712300816, 40.79327831504057, -73.79470049422223, 40.793262869321374, -73.79470464457687, 40.79324028760627, -73.79471263467393, 40.793214006261145, -73.79471625935803, 40.793198204393775, -73.79472009969221, 40.79318240110934, -73.7947270361712, 40.7931581224053, -73.79473214870971, 40.79314012596074, -73.79473722112797, 40.79312284354304, -73.79474179099353, 40.79310522974563, -73.79474581801283, 40.79308728719833, -73.79474880548204, 40.793067557102994, -73.79475254339235, 40.79304961314004, -73.79475660823839, 40.79303131316006, -73.79476124368225, 40.79301548427461, -73.79476573676877, 40.79299894193739, -73.79477055916082, 40.79298165907265, -73.79477479199984, 40.79296728378147, -73.7947780117797, 40.792952905785796, -73.79478009187709, 40.79293501470105, -73.79478137219182, 40.792917505806315, -73.79478040541338, 40.792903259033636, -73.79477685909596, 40.79288250243693, -73.79477365757886, 40.792866357928, -73.79476997966694, 40.79285292938723, -73.79476020359377, 40.79282593111907, -73.79475609194414, 40.792812144305834, -73.79475046967632, 40.79279679152973, -73.79473678704215, 40.792771351376196, -73.79472946239, 40.79275783439365, -73.79471718163259, 40.79273503160508, -73.79471053219451, 40.79271311593495, -73.79470613221682, 40.79268793904827, -73.79470736549044, 40.79267416265348, -73.7947195412875, 40.79264953668083, -73.79473315626352, 40.792637345609975, -73.79474785334213, 40.79262658646274, -73.79476883356084, 40.79261512350255, -73.79480148345316, 40.79260252777102, -73.79483110144513, 40.792589872603095, -73.79485898986748, 40.792575567329834, -73.79488652323832, 40.792559202868816, -73.79490752523101, 40.79254142649769, -73.79492145893146, 40.7925196023938, -73.7949322612021, 40.79249502888508, -73.79493728990155, 40.792468826899935, -73.79493816512687, 40.7924547202813, -73.7949383542823, 40.79242831517705, -73.79493883138966, 40.792414209650936, -73.79493526430117, 40.79238864883863, -73.79492891686087, 40.792361382029576, -73.794927736615, 40.79234642077849, -73.79493082019083, 40.79231815678302, -73.79493519890636, 40.792292171562465, -73.79493664528349, 40.79226804696627, -73.79493672301139, 40.79225396774434, -73.79493777892523, 40.79223966873909, -73.79493930530555, 40.792225344456284, -73.79494202208564, 40.792199219401866, -73.79494586121025, 40.79218377270456, -73.79494973587315, 40.792168327871316, -73.794953147006, 40.79215180971451, -73.7949577524196, 40.79212261370297, -73.79495884386621, 40.792107932046825, -73.79495891800238, 40.79208386083961, -73.79495950588847, 40.79206840835767, -73.79495908326459, 40.7920532845625, -73.7949598948687, 40.7920244384004, -73.79496018769387, 40.792000532373926, -73.79496326329237, 40.79197369475829, -73.79496612684963, 40.79195953674474, -73.79494004914191, 40.79173765959439, -73.794931789336, 40.79171080271106, -73.7949268514552, 40.79169561504998, -73.7949223863258, 40.79168004461567, -73.79491853038313, 40.7916651875628, -73.7949102410582, 40.79163638013592, -73.79490922448204, 40.791614833797055, -73.79491200701683, 40.79159120595224, -73.7949140813704, 40.79157438464852, -73.79491191760721, 40.79154945938254, -73.79490922374356, 40.791533150084796, -73.79490559131536, 40.79151612591851, -73.79490199121946, 40.79150091452186, -73.79489672606083, 40.79147466540018, -73.79489156560348, 40.79145058397488, -73.79488701229003, 40.79142787869752, -73.79488417448364, 40.79141137553459, -73.79488180357986, 40.7913952334036, -73.79487363796498, 40.79137282156424, -73.79486288297016, 40.79134711197663, -73.7948565719923, 40.79133266298157, -73.7948434641001, 40.79130881504598, -73.79483342800764, 40.79129628109193, -73.79482259892292, 40.79128270294301, -73.79480591547198, 40.791258766691946, -73.79478380616831, 40.79123767537182, -73.79477135049525, 40.79122557654944, -73.79474480916772, 40.79120049800755, -73.79472944643422, 40.791182080577705, -73.79471980612034, 40.7911691619031, -73.79470453437578, 40.79114429613071, -73.79469717038856, 40.79113168407766, -73.7946814337912, 40.791105415390966, -73.79467220378703, 40.79108893055111, -73.7946643455636, 40.79107291641594, -73.79465265316084, 40.79104616145432, -73.79463915991113, 40.79101822272342, -73.79462834218556, 40.79098985111385, -73.79461594086796, 40.790959004800676, -73.79460791282916, 40.79093928388859, -73.79459644237625, 40.790911266811065, -73.79458772833303, 40.79089154467484, -73.79457478558442, 40.790861081906485, -73.7945619193575, 40.79082847877746, -73.79454800702062, 40.7907966157964, -73.79454127785118, 40.790777197061956, -73.7945350457885, 40.79076063650911, -73.79452399743916, 40.79073599616152, -73.79451840484714, 40.790722619125134, -73.79450545385997, 40.79069446252143, -73.7944992130055, 40.79068075564463, -73.79449149815781, 40.79066476696617, -73.79448238336731, 40.79064630571123, -73.7944756355013, 40.79063295452808, -73.79446716000281, 40.790617349906746, -73.79445599244633, 40.79059679762296, -73.7944421609104, 40.79057333376319, -73.79443444328862, 40.79055786826791, -73.79442525566209, 40.79053959868529, -73.79441851214204, 40.79052446360993, -73.79441295631845, 40.790511086633416, -73.79440223939055, 40.79048466296787, -73.79439784012892, 40.790471233123014, -73.7943933684306, 40.790457089049895, -73.79438419506853, 40.79043382529949, -73.79437654873256, 40.79041907312552, -73.79436822071682, 40.79040291855202, -73.79436017408266, 40.79038926337583, -73.79434792443763, 40.790367694283105, -73.79434136239364, 40.79035327362543, -73.79433534165409, 40.79033775531962, -73.7943284592239, 40.79032119179268, -73.79432154336966, 40.7903039429229, -73.79431394355476, 40.79028526373374, -73.79430569776609, 40.79026589810831, -73.7942966580687, 40.79024617536664, -73.79428754711843, 40.790226123813355, -73.79427417193195, 40.790194973152, -73.79426577830702, 40.790176678858124, -73.79425925719401, 40.79015976027287, -73.79425313656095, 40.790142456086336, -73.79424756400121, 40.7901230141831, -73.79423369090547, 40.79007778416287, -73.79422753244971, 40.790060838307404, -73.79422147393454, 40.79004567562603, -73.79421505649974, 40.79003125431801, -73.79420165983693, 40.79000669168923, -73.79408487883369, 40.78975974796173, -73.79407275763307, 40.789731576578, -73.79406533812039, 40.78971325609296, -73.79405742390131, 40.78969207922798, -73.7940502946722, 40.78967376016099, -73.79404284073381, 40.789655082113065, -73.79403473175925, 40.78963711789341, -73.7940286712786, 40.78962376610904, -73.79401444768772, 40.78959884628007, -73.79400519490925, 40.78957835500319, -73.79399524901115, 40.78955939874491, -73.79398620712982, 40.78954005958678, -73.79397942920068, 40.78952500546671, -73.79396773308781, 40.78950039181803, -73.79396069567694, 40.789486874391805, -73.79395254532722, 40.78947195649405, -73.79394377785565, 40.78945813520567, -73.79393468092877, 40.789444340342584, -73.79392450465033, 40.78943054354891, -73.79391594951264, 40.789417792435714, -73.7939074300059, 40.78940501437046, -73.79389478657886, 40.78938292313023, -73.79388489190838, 40.789359685961344, -73.79387650402143, 40.78933960684937, -73.79386940940331, 40.789322000129935, -73.7938618809905, 40.78930367943566, -73.79385277148778, 40.78928362694669, -73.79384121433327, 40.7892596988156, -73.79382452934354, 40.7892254417437, -73.79381717354886, 40.789210689148554, -73.79380595055818, 40.789184458124225, -73.79379750583747, 40.789159026313264, -73.79379289201846, 40.78914416876073, -73.7937826799305, 40.78911862392496, -73.7937715133388, 40.789097909480404, -73.79375837286331, 40.78907299065501, -73.79393526956353, 40.789128983383335, -73.79397598051686, 40.78912748388627, -73.79400179712985, 40.789101914318934, -73.7940234879621, 40.78908830596036, -73.79405049915142, 40.78907795071747, -73.79407622555954, 40.78906888899684, -73.79414377597416, 40.789046645673665, -73.79434315315211, 40.78895773023037, -73.79441200980499, 40.78892410401872, -73.79444644947195, 40.788904568696445, -73.79450983267392, 40.788859670970936, -73.79463758224902, 40.78875680095939, -73.79470625095188, 40.78868949001266, -73.79476008372306, 40.788627107174534, -73.79482010825403, 40.788542769358266, -73.79487913127473, 40.78843388741138, -73.79490889067067, 40.78836702937727, -73.79493617916673, 40.78826457724756, -73.79497453158328, 40.78807194497795, -73.79493783031579, 40.78792351905764, -73.79487018962155, 40.78765404192293, -73.7948655129052, 40.787639558907586, -73.79481727646731, 40.78752633919834, -73.79478340855457, 40.78746173711701, -73.79477487465348, 40.78744212516586, -73.79477039450353, 40.78742691939191, -73.79471708416206, 40.78719030181908, -73.79471279266502, 40.78716925301136, -73.79470182335805, 40.787073811623145, -73.79470489583805, 40.786983393941, -73.79471881054829, 40.7868989749133, -73.79478564786673, 40.786708312373094, -73.79485715333439, 40.78650707718208, -73.7948888718025, 40.78641780818802, -73.79494056283235, 40.786275434206594, -73.79496311214254, 40.786210833478336, -73.79496908528688, 40.78618402440696, -73.79497942660706, 40.78613759212791, -73.79501374338864, 40.78599582655631, -73.79503811955131, 40.785861136560136, -73.79482981182443, 40.78590758669066, -73.79468406921967, 40.78593825853701, -73.7945903183935, 40.78595880306238, -73.79439451624502, 40.78601177723164, -73.79434096592983, 40.78602816630254, -73.7941156563318, 40.786097124407206, -73.79394880390414, 40.785273835192896, -73.79372995257101, 40.78415790227228, -73.79371245429914, 40.78406422484969, -73.79338010429363, 40.78236757964822, -73.79245244743521, 40.782477702168244, -73.79209660442072, 40.780682736619816, -73.7913264467349, 40.78077005958048, -73.79130774120725, 40.78068533416635, -73.79119252168383, 40.779966461639056, -73.79105664611536, 40.77903120251861, -73.79368167372348, 40.77873395888594, -73.79366721075088, 40.778651750234765, -73.7936509419687, 40.77855976066736, -73.7935074850394, 40.777824756677134, -73.79349459362254, 40.77776000259095, -73.79345301512153, 40.77755115233912, -73.79338345685909, 40.77720177674542, -73.79336660387044, 40.77711543763733, -73.79334771522164, 40.77701821587542, -73.79333104969984, 40.77693371772775, -73.79320878861955, 40.77631380330469, -73.79318728601403, 40.77620477659532, -73.79298704025949, 40.77618934797325, -73.79289880236205, 40.77618254819392, -73.79287588388968, 40.77618195499107, -73.79285041327496, 40.776184210896, -73.79171234854205, 40.776453750783645, -73.79164750065752, 40.776476247029606, -73.79129062985133, 40.776557440000786, -73.79117063981707, 40.77658474024026, -73.79113027043482, 40.77648580873323, -73.79093127360673, 40.77599813594635, -73.79089092492056, 40.77589925301023, -73.79085538523016, 40.775812210523455, -73.79065391474924, 40.775318752368, -73.79061220194772, 40.77521658360236, -73.79057872328274, 40.77513432464671, -73.79047886137897, 40.774888967054196, -73.79046085211996, 40.774844714996064, -73.79043992707666, 40.77479351203493, -73.79039181164299, 40.774675795118256, -73.7903497113994, 40.774572783568935, -73.79046890067325, 40.77455159445526, -73.79088163275765, 40.77445164883398, -73.79091897037091, 40.774438561107864, -73.79095699357312, 40.774417250298576, -73.7913510283755, 40.77432263158395, -73.79145589483626, 40.77429153336856, -73.79163525613264, 40.77423834261879, -73.79176165277649, 40.77419882280899, -73.79192681484997, 40.774138325358265, -73.79226614141035, 40.77399085761279, -73.79271258086716, 40.77378722078182, -73.79273797923872, 40.77391863488869, -73.79274474297974, 40.77395363258675, -73.79275808511647, 40.77402267221167, -73.79296490300334, 40.77403473976443, -73.7953672187081, 40.77422609128113, -73.79548507400771, 40.774235476670114, -73.79560662353339, 40.774244987358216, -73.79754146579772, 40.77439635440576, -73.79759816052066, 40.77439980208492, -73.79785399685537, 40.774415357163896, -73.79811503014993, 40.77443200048576, -73.79828845986943, 40.77444305714679, -73.7983159911892, 40.774459033473136, -73.79871521826232, 40.77449097818275, -73.80108659667346, 40.774679135146265, -73.80322743477124, 40.774848402975195, -73.80388708839969, 40.77490055107709, -73.80668939202734, 40.7751219451698, -73.80773939530968, 40.775204818477896, -73.80955071799768, 40.77534835383427, -73.8116826366655, 40.775517065226, -73.81250926447325, 40.77558247060787, -73.81278399816547, 40.77560420703391, -73.81405363486839, 40.775703564177654, -73.81494346055322, 40.77586180241997, -73.81676295756462, 40.77621208334073, -73.8169074327002, 40.776240157490356, -73.81716761114069, 40.77629201011697, -73.81753562652221, 40.776360775140866, -73.8176530541622, 40.77637309982432, -73.81868787749416, 40.77653932422906, -73.81873215434116, 40.77654641872345, -73.81881964651812, 40.77655892565098, -73.81892238607126, 40.776571206133085, -73.81965209908745, 40.776646885263574, -73.81977201411993, 40.77665743498364, -73.82155166507333, 40.7768400453321, -73.82167154544693, 40.776853161258614, -73.82179538195341, 40.77685846950302, -73.82181331260074, 40.776857739006736, -73.82274635849443, 40.776805483668944, -73.82291461400257, 40.77679584402148, -73.82306455305059, 40.77678634710107, -73.82322226381919, 40.77677829731234, -73.8242012599079, 40.77672554777093, -73.82431388538032, 40.77672505766902, -73.82436264767365, 40.776727249989705, -73.82442534254629, 40.776730524313315, -73.82467154772625, 40.776739387339845, -73.82470086644688, 40.77674017396114, -73.8247253050592, 40.77673946912114, -73.82488933402767, 40.776738644202744, -73.82490912315525, 40.776712257982425, -73.8249927542511, 40.77670745566756, -73.82538795474066, 40.77668479247603, -73.82546297546521, 40.7766829925608, -73.82549723061898, 40.776682761682714, -73.8255204687253, 40.776682697816085, -73.82567120942541, 40.7766916284376, -73.82573044923777, 40.776693416395105, -73.8257881644146, 40.7766934244218, -73.8258255694811, 40.77669315318304, -73.82582411174869, 40.77665945321183, -73.82591763307504, 40.77665861568689, -73.82632470290652, 40.776658941777754, -73.82662329730987, 40.776659179812036, -73.82688451588868, 40.776659386141745, -73.82850225136644, 40.77674666147435, -73.82848007294187, 40.77678509169739, -73.82820659526148, 40.77725895460457, -73.82802213838721, 40.77757976858926, -73.82800848855724, 40.77760350621484, -73.82788512196629, 40.77781806611092, -73.82764128991619, 40.77824213620062, -73.8262381635839, 40.78068232136976, -73.82605677082971, 40.780985213966545, -73.82577550958116, 40.7815302177945, -73.82569678419206, 40.781690218179804, -73.82577510578209, 40.7816845418766, -73.82617962261835, 40.781672597914756, -73.82664726755053, 40.781668111830456, -73.8270130902473, 40.784644384572736, -73.82786167792713, 40.784648504402625, -73.82825479568871, 40.78464831288748, -73.8288053432334, 40.784648043325134, -73.82903011689777, 40.78464540534411, -73.82962170353608, 40.78463806707706, -73.83045036900195, 40.784635650266445, -73.83049454699866, 40.78463763962809, -73.83053868056071, 40.78464545156, -73.8305949207758, 40.78468028825757, -73.83065176490307, 40.784952354320794, -73.83069087582089, 40.785193434101906, -73.83072245215516, 40.78535806720659, -73.83077743544365, 40.78562994674193, -73.83079348083108, 40.78564795334339, -73.83081110667261, 40.78566269613889, -73.83083275248323, 40.785703032621264, -73.83084052048018, 40.78572089289054, -73.83084720995187, 40.785753838601046, -73.83086709717598, 40.7859095611278, -73.83086733216048, 40.78598262466984, -73.83090880176998, 40.78624576741484, -73.83112966062158, 40.78743697814529, -73.83125849045936, 40.78808161600455, -73.8312639679884, 40.788131529873624, -73.83126851959886, 40.78823030365223, -73.83113556952729, 40.7882710953034, -73.83091048804211, 40.788333706819834, -73.83077939380583, 40.788350378122196, -73.83084219610664, 40.78861890560026, -73.83091219632185, 40.7889603050434, -73.83092141675009, 40.78903482703932, -73.83093651932738, 40.789153371517024, -73.83095516838988, 40.78921906530558, -73.83097299640544, 40.789263297114104, -73.83099355205698, 40.78930278727195, -73.83102455226417, 40.78934443053184, -73.83104211228772, 40.78936217095787, -73.83106951914195, 40.7893846255361, -73.83108617594687, 40.78939599267685, -73.83111009123243, 40.789410961655086, -73.83114713958354, 40.78942661263955, -73.83118581146353, 40.78943559416829, -73.83123471708876, 40.789439220073895, -73.83128881169954, 40.78943321727916, -73.83133362704233, 40.78941405624727, -73.83172382838382, 40.789326313459746, -73.8317544398912, 40.78931941437678, -73.83180053320925, 40.78932425791862, -73.83183317092087, 40.7893318229387, -73.83186318001809, 40.789342957308136, -73.83188359574436, 40.78935315286054, -73.83189837381438, 40.78936301780688, -73.83191627199292, 40.78937831372872, -73.83193339545157, 40.789394963773994, -73.83195117760721, 40.789414455861895, -73.83196547632002, 40.789432585811326, -73.83197645897711, 40.78945016071773, -73.83198459989755, 40.78946843117068, -73.83199053704463, 40.78948812300514, -73.83199270647849, 40.78950453692161, -73.83198967367868, 40.78953258314738, -73.83198921021891, 40.789560832129425, -73.83199197080619, 40.78958149907931, -73.83199969370628, 40.78960579508279, -73.83201457326078, 40.78964026908821, -73.83203429103993, 40.78968295101689, -73.83206986494612, 40.78976754110821, -73.83209380631175, 40.789818819070696, -73.83210275893082, 40.789841778711356, -73.83211841175545, 40.78989384423938, -73.83213625749974, 40.78996149705052, -73.83214115455283, 40.78998162410429, -73.83214871584642, 40.79003293402716, -73.83214820383444, 40.790054149113956, -73.83214206257409, 40.79008060052725, -73.8321320643821, 40.79011094459668, -73.83212056904202, 40.79013969079444, -73.83209261195245, 40.79019937587795, -73.8320711001499, 40.790242190431584, -73.83205476491179, 40.79027087554016, -73.83201383869212, 40.790331941085, -73.83196639556604, 40.790399694148576, -73.83195528664413, 40.790413775313624, -73.83191507089617, 40.79045992053722, -73.83189574672993, 40.79048887231463, -73.83187554014094, 40.790525215924255, -73.8318567043368, 40.79056439000729, -73.83184190619417, 40.790601772575805, -73.83183057997132, 40.790639471781844, -73.8318248266946, 40.7906726721053, -73.83181917423241, 40.79075179368186, -73.83181354063711, 40.790819220463725, -73.83180860960655, 40.79085898844677, -73.83180369697115, 40.79087881033433, -73.83179394456918, 40.79090367787589, -73.83177044619332, 40.79095554762075, -73.83175692582505, 40.790982355644125, -73.83174330614916, 40.79100579114048, -73.83172443146508, 40.79103166832854, -73.83169117808897, 40.791069530011, -73.83166080491276, 40.79110227833708, -73.83163531190787, 40.79112571538844, -73.83155494920557, 40.791186063981066, -73.83150886712495, 40.791221221563426, -73.83148597120645, 40.79124278032878, -73.83143773023919, 40.79129760439265, -73.83138528702104, 40.7913569229977, -73.83137353452585, 40.79136863394258, -73.83135904856039, 40.791380357996275, -73.831341549963, 40.791392380208364, -73.8313180963774, 40.79140672420197, -73.83127101627502, 40.79143397562084, -73.83123310772413, 40.791454330898176, -73.83115485614002, 40.79149393203249, -73.83107610194358, 40.79153265618848, -73.83103000757538, 40.79155378734046, -73.83099215707644, 40.79156755455061, -73.83096269295162, 40.791575704109476, -73.83088186338476, 40.791595499237474, -73.83078034886722, 40.791624087960635, -73.83070547272251, 40.791641680973086, -73.83065971550728, 40.791649901074045, -73.83061230013276, 40.79165554148317, -73.83056779199204, 40.791657604849945, -73.83052501207948, 40.79165566080522, -73.83049016090864, 40.791651493359744, -73.83046245066699, 40.79164599015731, -73.83038005614176, 40.79162468011659, -73.83028200040506, 40.79159824020932, -73.83019817581524, 40.79157138354129, -73.83015911885222, 40.791560112942626, -73.83012624937581, 40.79155247597119, -73.83009368502853, 40.791549240193696, -73.8300747018442, 40.79154953999076, -73.83005210987646, 40.79155113118655, -73.83000804669726, 40.7915562107746, -73.82997421709337, 40.7915631208549, -73.8298850608424, 40.791587279440606, -73.82977794241746, 40.79161693060765, -73.82974037275281, 40.791630108893436, -73.82968965812033, 40.791653112032364, -73.8295654160531, 40.791713779804304, -73.82948295519613, 40.79175360410788, -73.82943290039907, 40.79177473506563, -73.82929535689192, 40.79182517386916, -73.82917068208945, 40.791870441088875, -73.82914478986073, 40.79188138973497, -73.8291183966834, 40.79189547137958, -73.82909089521286, 40.79191295707338, -73.82905874051912, 40.79193609371358, -73.82896119372248, 40.792009969363875, -73.82889011225981, 40.792066548659996, -73.82882760726584, 40.79211920815714, -73.82872574533275, 40.79219697997389, -73.82863314789827, 40.792266340378326, -73.82855854089732, 40.79232062965314, -73.82853626131602, 40.79233606803561, -73.82851830355838, 40.79234711479221, -73.82850117031342, 40.7923559178214, -73.82848447138728, 40.792362623324806, -73.82846554066595, 40.7923682205883, -73.82840984430204, 40.79238186313527, -73.82836657577135, 40.792395105429044, -73.82833867444018, 40.79240484062721, -73.82831328520811, 40.792415876283435, -73.82830213995857, 40.79242707363216, -73.82829724389367, 40.79244874952542, -73.82829790222, 40.79247419418909, -73.82829619108118, 40.7924917280152, -73.82829155195712, 40.79251392838286, -73.82828392749963, 40.79253454662325, -73.82827013010424, 40.792557840062194, -73.82825526099498, 40.79257768658201, -73.82823426518479, 40.79260203098187, -73.82821200694121, 40.7926265833132, -73.8281947656145, 40.79263957527059, -73.82817584644215, 40.792648921293264, -73.82814646050953, 40.79266088567525, -73.8280818946515, 40.792686177239226, -73.8280525808435, 40.792702316431836, -73.82802835563263, 40.792720900868225, -73.82800402889663, 40.79274575624348, -73.82798633489215, 40.79276974892609, -73.82795357423619, 40.79282761310888, -73.82792931958033, 40.79287819051229, -73.82789820531144, 40.79295549086796, -73.82787507546227, 40.79301735052587, -73.8278487478586, 40.79308735674557, -73.8278213263875, 40.7931610948053, -73.82780895220564, 40.79319703335949, -73.82780227520674, 40.793224605756514, -73.82779277386892, 40.79329507654341, -73.82778570622372, 40.793360061505766, -73.82778377938035, 40.79339175539128, -73.82778457361623, 40.79342046997969, -73.82779719682867, 40.79349761682198, -73.82780451221834, 40.793573685035625, -73.82781379117108, 40.793658840443435, -73.8278202781167, 40.79370522507633, -73.82782925960724, 40.79373818695299, -73.82786390453644, 40.79383164144546, -73.82788750333782, 40.79389557449151, -73.82789751494722, 40.7939279264593, -73.82790967864895, 40.7939794046946, -73.82791704709365, 40.79401301521734, -73.82792022158925, 40.794036784197914, -73.82792031134049, 40.794056153224055, -73.82791782774075, 40.79408184983593, -73.82790637938996, 40.794151494657264, -73.82789394602871, 40.79424739573571, -73.82788720161233, 40.79432026687075, -73.82788649663718, 40.79433858472427, -73.82789413201873, 40.794366118159125, -73.827915558587, 40.79440092122288, -73.82793384272523, 40.794425678997456, -73.82795977375937, 40.794467574824715, -73.827973210145, 40.79449476751745, -73.82797763586838, 40.794509391966535, -73.82797995761536, 40.79452477780128, -73.82798037158271, 40.794540199510344, -73.82797915755327, 40.794555599879175, -73.82797292912389, 40.79458976282096, -73.8279688489756, 40.79463169669601, -73.82796949923845, 40.79467306040936, -73.82796723666256, 40.7947099739983, -73.82796673715993, 40.79474966196252, -73.82796996861593, 40.79478488180288, -73.82797408734471, 40.794800929486286, -73.8279860155729, 40.79481338861884, -73.82800604023497, 40.794816225364826, -73.82804678311153, 40.79481395385456, -73.8280653412449, 40.79481664342163, -73.82807108370474, 40.79483070611643, -73.82804995935845, 40.79485680356023, -73.82802254914452, 40.794875992878445, -73.82801043193322, 40.794888060430736, -73.82800565429285, 40.794908737823995, -73.82801371648651, 40.79493209265712, -73.82802486801609, 40.79495121163692, -73.82805225680224, 40.7949884990462, -73.8280838733462, 40.79502441948964, -73.82810708303529, 40.79504380498382, -73.8281378486216, 40.79506100361522, -73.8281601142074, 40.79508029583971, -73.82817505412565, 40.79509935021312, -73.82819916328458, 40.795133860053, -73.8282079973111, 40.7951492690955, -73.8282301126507, 40.79520430829347, -73.82824392619854, 40.79523926923973, -73.82826262815479, 40.79529787023086, -73.82828572229339, 40.79536256965476, -73.82831145139066, 40.795440723789724, -73.82832650319959, 40.7954807653978, -73.82834275376555, 40.79551498704645, -73.8283587422055, 40.795541043454925, -73.82838528162296, 40.79557749385079, -73.82841279499436, 40.79561305509413, -73.82843540007096, 40.79563773276781, -73.82845982796981, 40.79565673728872, -73.82848775794965, 40.79566997840283, -73.82851832230901, 40.795679886170795, -73.82854016274543, 40.795684027649706, -73.8285724137528, 40.79568454117907, -73.82859974178332, 40.79567754980345, -73.82861855353717, 40.7956784818789, -73.82863180296414, 40.7956910437631, -73.82863786328032, 40.79570460622116, -73.82863957171227, 40.795728629638475, -73.82863657057234, 40.79574878110169, -73.828625579811, 40.795781702404206, -73.8286214399113, 40.79580693370364, -73.82862401986819, 40.79582657747692, -73.8286318957722, 40.79584279461124, -73.82864862045616, 40.79586646574357, -73.82866925311578, 40.79589470732424, -73.82868432893011, 40.79591219135618, -73.82869842664354, 40.79592298050506, -73.82872286353532, 40.79591415048213, -73.82874086193726, 40.795905628764984, -73.82875850242498, 40.79590081657933, -73.8287749515564, 40.79591002162813, -73.82878406045562, 40.79592599474645, -73.82878808325079, 40.79594443218585, -73.82878342161221, 40.79597305310339, -73.82876332488712, 40.796021577387506, -73.82875466514328, 40.796049795242794, -73.82875352156331, 40.79606965140169, -73.82876324024012, 40.79609686548618, -73.82878635101402, 40.79614065067944, -73.82880615398751, 40.7961782553161, -73.8288199529077, 40.79619237406006, -73.82884211074553, 40.79620125889355, -73.82887840088583, 40.7962010615354, -73.82892257616523, 40.79619969981446, -73.8289595090738, 40.79620436609245, -73.82897991058863, 40.7962105927145, -73.82900266439361, 40.796220431131815, -73.82902260977984, 40.796231247825816, -73.82904143076553, 40.79624387465748, -73.8290861178297, 40.79626702438084, -73.82913126968083, 40.796293303117615, -73.82914764798095, 40.79631492862324, -73.82915587835832, 40.79632976307554, -73.82916736886888, 40.79635599190066, -73.82917971864225, 40.796385845615575, -73.82918736817473, 40.796402160529404, -73.82919890827313, 40.79642292698314, -73.82920965131626, 40.79644446218333, -73.82922393372621, 40.79646693554579, -73.82924703432438, 40.79648667634121, -73.82925726198425, 40.79651235488056, -73.8292660474272, 40.79653624738942, -73.82927443921366, 40.79655978091494, -73.82927989745059, 40.79658641412308, -73.82928332521466, 40.796615623359415, -73.82928646644788, 40.79663042234855, -73.82928855881855, 40.79664483527009, -73.82929097343334, 40.79666158186778, -73.82930334185257, 40.79668328335676, -73.82933273258573, 40.796700562473305, -73.82934863556206, 40.79670983596861, -73.82937272316927, 40.796724556103186, -73.82939727986972, 40.79673979831723, -73.82941556179472, 40.79675201275954, -73.82943556107548, 40.796769168989975, -73.82945736112337, 40.79678923740108, -73.82946360777558, 40.79680371229651, -73.82945991215689, 40.79682305770175, -73.82943547469569, 40.79683155559415, -73.82939933385197, 40.79682653584449, -73.8293669686823, 40.79681394395411, -73.82934622941659, 40.79680395010439, -73.82932152252432, 40.7967904366198, -73.82930035328233, 40.79677761455091, -73.82927075334597, 40.796757808309685, -73.8292514335219, 40.79674232798954, -73.82923963575433, 40.79672359089053, -73.82924024077231, 40.796698835203856, -73.82924570293576, 40.796680974647366, -73.82923323930073, 40.79665482543493, -73.82921482791559, 40.7966376715217, -73.82918320724225, 40.79661621614686, -73.82916539129204, 40.79660622659631, -73.82914800573474, 40.79659706073916, -73.82912052022414, 40.79658357100779, -73.82910266480263, 40.79657511674376, -73.82907780560018, 40.796564211732885, -73.82905863599638, 40.79656179517595, -73.829023084299, 40.796566902319434, -73.82900267180382, 40.79656813544257, -73.82896377610804, 40.796567748150515, -73.82892358421145, 40.79656593162691, -73.82888595265383, 40.79656469611151, -73.82885825360195, 40.796563775198585, -73.82883445463233, 40.79656313652446, -73.8288155296402, 40.79656236640683, -73.82879508825503, 40.796562391878034, -73.82877370192729, 40.79656447358751, -73.82874446986494, 40.7965694261414, -73.82870938714355, 40.7965750831908, -73.8286801571072, 40.7965797052474, -73.82863802891531, 40.79658529687258, -73.8286083313315, 40.79658925994942, -73.8285761740075, 40.79659406943376, -73.82853317381657, 40.7966019100767, -73.82850050890366, 40.79660872420143, -73.8284683113437, 40.796615346305124, -73.82844200207602, 40.796621372927476, -73.82842248810724, 40.796625679795945, -73.82840246717413, 40.796630372221514, -73.82836831132374, 40.79664050423778, -73.82835214631068, 40.796648357752815, -73.82833105552294, 40.79666172040098, -73.82829961006267, 40.796684535492744, -73.82828096761727, 40.79670100400595, -73.82826251587305, 40.79671382306818, -73.82824143409161, 40.796724139317185, -73.8282184747182, 40.796733327137446, -73.82819115177831, 40.79674091726324, -73.82816968284338, 40.7967465106929, -73.82814456721846, 40.796752348120485, -73.82812314259067, 40.79675500507257, -73.82810125439391, 40.79675546680755, -73.82808178540705, 40.796756096938374, -73.8280565414657, 40.796755181295694, -73.8280383407764, 40.796754275254784, -73.82801768639047, 40.796752790129624, -73.82799280655523, 40.79675083043465, -73.82796200420202, 40.79674894654203, -73.82793029500603, 40.79674766282237, -73.8279002811469, 40.79674833301171, -73.82787022918951, 40.796749989185344, -73.82783938303032, 40.796750383462985, -73.82781019855769, 40.796751080081684, -73.827756957837, 40.79675300415147, -73.82772607560916, 40.796754056611384, -73.82769858568471, 40.79675563462376, -73.82767535896294, 40.796756834489145, -73.82765520332583, 40.796757683243726, -73.8276369651044, 40.796757545210966, -73.82761876330514, 40.79675661208713, -73.82759009137608, 40.7967552256564, -73.82756429528818, 40.79675795881208, -73.82752596266147, 40.79676339091724, -73.82750500823117, 40.79676566574494, -73.82748697300381, 40.7967704141127, -73.82745083063693, 40.796780679760275, -73.82743330484927, 40.796784086234666, -73.82739957456248, 40.796797264096725, -73.82737218177091, 40.79681712235451, -73.82735354390026, 40.79683172398525, -73.82733949927179, 40.79684342207306, -73.82732794866864, 40.796854767296715, -73.8273146936586, 40.79686811628274, -73.82729507958277, 40.79688400595944, -73.82727942133782, 40.796905637754115, -73.82728239797397, 40.796927078649105, -73.82728872775692, 40.79695135304307, -73.82727261780778, 40.79696576393993, -73.82724275904593, 40.796961877653835, -73.8272295138276, 40.796944044984336, -73.82721950593465, 40.79693121224705, -73.82720743544112, 40.796920516008036, -73.8271883861454, 40.7969260597526, -73.82715779790479, 40.79693935301606, -73.8271274138598, 40.79695659977859, -73.82711175513622, 40.79696470061632, -73.82709508019377, 40.7969744469445, -73.82707641173441, 40.796987098898946, -73.82706243930103, 40.79699879886208, -73.82704564420848, 40.79701282508576, -73.82703058513479, 40.79702636313874, -73.82701443128444, 40.79704395990739, -73.82700062075345, 40.79706265790181, -73.82698897280397, 40.79708361039394, -73.82697941789566, 40.79710530713917, -73.82697090915632, 40.7971279662889, -73.82696958029321, 40.79715233546209, -73.82697204919998, 40.797174874213894, -73.82697978301255, 40.797200988654716, -73.82698553429383, 40.79722578178531, -73.8269907873654, 40.79724667769851, -73.82699896159005, 40.79727021196202, -73.82701213862177, 40.797286013924285, -73.82703329936774, 40.79730108675283, -73.82705836729366, 40.797315095644095, -73.82707440824909, 40.79732683883405, -73.82708842333949, 40.797340255716215, -73.82710156721552, 40.79735514991297, -73.82711225570013, 40.79736965771233, -73.82711969713165, 40.79738336639856, -73.82712727821419, 40.797398968147455, -73.82713648008702, 40.7974160257355, -73.82714903710706, 40.797434241896276, -73.82716127263558, 40.79745169034646, -73.82717234922227, 40.79746916407262, -73.8271803967887, 40.7974858363127, -73.82719240152696, 40.79750866310748, -73.82719784870736, 40.7975388083497, -73.82719704716366, 40.79755544030699, -73.82719494654448, 40.7975713003881, -73.82719101153786, 40.79758490826686, -73.82718213475175, 40.79760921479602, -73.82717365077066, 40.79762188293457, -73.82714946526119, 40.79764492921816, -73.82712911895754, 40.79766342471818, -73.8271143934153, 40.797673503555366, -73.82709623354047, 40.79768462092008, -73.82707221520307, 40.79769803297527, -73.82703270570505, 40.79771654743396, -73.82703260012036, 40.79771659500209, -73.82699711526638, 40.79773033652768, -73.82697420052439, 40.79773628596391, -73.82695617000657, 40.797740018489975, -73.82692078688214, 40.79774880378595, -73.82686846984576, 40.79776339168169, -73.82685099630757, 40.79776755546752, -73.8268307562234, 40.79777295868668, -73.82681001068427, 40.79777770467743, -73.826792699999, 40.79778212354096, -73.82675807495578, 40.797791459231846, -73.82673856128875, 40.79779593150782, -73.8267154404421, 40.797797736476106, -73.8266945665619, 40.79779715488783, -73.82667174663347, 40.79779443167906, -73.8266528668089, 40.7977907526559, -73.82663395186702, 40.79778690878506, -73.82661605469751, 40.79778037664485, -73.82660014679787, 40.7977725858921, -73.82657894233206, 40.79776017480118, -73.82655391890721, 40.797743613853115, -73.82653171445693, 40.797726616796794, -73.82650832181305, 40.797708138424206, -73.82648648069475, 40.797690868153545, -73.82646691994687, 40.79767113123678, -73.82644924214813, 40.79764955922855, -73.82643456128582, 40.79762837444333, -73.82641642006645, 40.79760457839446, -73.82640778577155, 40.797592131269944, -73.82639759689742, 40.797579654788414, -73.82638690391407, 40.7975664643497, -73.82636659571321, 40.797543021627355, -73.8263439522499, 40.7975149351, -73.82633116250615, 40.7975015208742, -73.82631447769162, 40.79748725160519, -73.82628605838553, 40.79747159048483, -73.82626841620147, 40.79746456519969, -73.82625029911951, 40.797458800798324, -73.82623312542951, 40.797452518226976, -73.82621357200532, 40.79744455623234, -73.82619545492885, 40.79743788591803, -73.82617132296959, 40.797426706725226, -73.82614856046085, 40.797415665568536, -73.82612773461545, 40.7974108047676, -73.82610304352296, 40.79740546806999, -73.82608026719296, 40.79740063133295, -73.82605846360205, 40.79739628953396, -73.82603618905289, 40.797391699382196, -73.82601536164627, 40.79738744189447, -73.8259860554882, 40.79738017833691, -73.82596862022879, 40.79737606283781, -73.82593519528467, 40.7973687651331, -73.82591334859153, 40.79736686630158, -73.82589391804348, 40.79736631466343, -73.82587401850026, 40.79736612251404, -73.82585310763366, 40.79736614495365, -73.82583024340278, 40.79736638416026, -73.82580788521156, 40.79736659801249, -73.82578552824478, 40.797367249505875, -73.8257621937686, 40.7973678725023, -73.8257378846534, 40.797369181103036, -73.82571256061274, 40.797371174346104, -73.82568727334046, 40.79737360618329, -73.82566682311753, 40.797376457760365, -73.82564879248278, 40.797379339108204, -73.82560666349553, 40.797385395183845, -73.8255715801148, 40.79739058481785, -73.82553767961267, 40.797398823527985, -73.82554211917855, 40.797414365696156, -73.82553800009927, 40.79742890706062, -73.8255200984684, 40.797437717484236, -73.82549372585407, 40.797427000316915, -73.82547590247238, 40.79740550988325, -73.82546689283696, 40.797383538417265, -73.82543962477394, 40.797370430851544, -73.82542459007051, 40.79736006132173, -73.82540927837437, 40.79734551844725, -73.8253924370023, 40.79733500839998, -73.82536830593386, 40.797324458490415, -73.82533369443115, 40.79731419616398, -73.8253155377744, 40.79731046398692, -73.82527960609195, 40.79730793855202, -73.8252606056746, 40.79731010607259, -73.8250702768412, 40.79723705327486, -73.82481668744532, 40.79714518711377, -73.82481668744532, 40.79714518711377 --73.94646132814393, 40.80066499472591, -73.94484776388472, 40.7999860823986, -73.94350210418774, 40.7994196487395, -73.94332385138038, 40.79934493324361, -73.94323769126053, 40.799308820442334, -73.9431457198484, 40.79926882175662, -73.94311368392869, 40.799254890533106, -73.94161921923533, 40.79862333260585, -73.94148730031861, 40.798567785038294, -73.94028506181652, 40.798061537958155, -73.94002174922079, 40.79794608596302, -73.93978936301902, 40.79785104133781, -73.9396279228364, 40.797785013303695, -73.93795893287007, 40.797080228933005, -73.93777472568127, 40.7970024381164, -73.93758606167592, 40.796922853496866, -73.93557993267534, 40.796076565771244, -73.93540759429672, 40.79600386201195, -73.93522436646946, 40.795926688096394, -73.93408787803727, 40.795448008872675, -73.93315689271577, 40.795054938443045, -73.93134531312802, 40.79428472760441, -73.9309156694467, 40.79419598233134, -73.93123291401689, 40.79402450517069, -73.93249187305135, 40.79333876469366, -73.9333037699834, 40.79287661248518, -73.9336160018681, 40.79267672855439, -73.93409094908044, 40.79234610501777, -73.93411617550386, 40.792328546173025, -73.93486175075017, 40.79182017903769, -73.93526987067179, 40.791527847129736, -73.9358285404495, 40.79109707276862, -73.93667105605707, 40.78994494375365, -73.93706994813486, 40.78938567565629, -73.93707209888157, 40.78935775499918, -73.93707579875368, 40.78934425580919, -73.93707960680229, 40.78933037486574, -73.937102691468, 40.789274011606594, -73.93711270007654, 40.789249573871366, -73.9371235291299, 40.789225788545394, -73.93714306675008, 40.789182885831, -73.93716375123883, 40.7891374659377, -73.93743121926153, 40.78854205973081, -73.93771518580871, 40.78791064982884, -73.93781277641504, 40.787701005535425, -73.93811265865834, 40.787187214923584, -73.93853697170141, 40.78671410162672, -73.93853707013938, 40.786713990017084, -73.93871612513317, 40.78651433797786, -73.93933473584778, 40.78581802483017, -73.93982714421492, 40.78525967313482, -73.94060371827064, 40.78484015954119, -73.94162929819646, 40.7843396327912, -73.94182994850466, 40.78423417204716, -73.94245453738523, 40.783905885380506, -73.94286943427777, 40.78361976110147, -73.94310147129212, 40.78345628896331, -73.94312719638921, 40.78343903724339, -73.94317366914629, 40.78340786769062, -73.94319247261005, 40.78339269000011, -73.94320501100914, 40.78337655648828, -73.94322304232554, 40.783354089751455, -73.9432868017428, 40.783269080467285, -73.94343997886872, 40.78306060225032, -73.94351217389064, 40.78296584814582, -73.94353368917456, 40.78293499219147, -73.94359174238912, 40.78283173397072, -73.94375536152383, 40.78287735771942, -73.9438213505254, 40.78289771333105, -73.943871950885, 40.78291332207021, -73.9439447785872, 40.782935786314624, -73.94401478987389, 40.782957381061074, -73.94472263677996, 40.783247263782485, -73.94487947469341, 40.78331367706361, -73.94530672289179, 40.78349388190394, -73.94667742780996, 40.78407199614994, -73.94689039801378, 40.78416180966291, -73.94691849232645, 40.784173650694555, -73.9470693705051, 40.78423591323003, -73.94724888135386, 40.78431288306103, -73.9479361144272, 40.78460243126347, -73.94862541521636, 40.784893101000286, -73.94933170062325, 40.785192815101205, -73.95092733266732, 40.785865137304924, -73.9521525111717, 40.78638067075845, -73.95255145057871, 40.78654827398929, -73.95352147254077, 40.7869518731693, -73.95416382027048, 40.78722654823805, -73.95421643709278, 40.78724875569823, -73.95568323041489, 40.78786782378561, -73.9557329617537, 40.78788881376496, -73.9557716386795, 40.78790513668691, -73.95559519211015, 40.78813573936724, -73.95527480108527, 40.788583069887444, -73.95481723718896, 40.78920442971176, -73.95397379515218, 40.79035476841654, -73.95389731133062, 40.79045907795748, -73.95343832271595, 40.79108505383569, -73.95341580623514, 40.79112210933995, -73.95338895759456, 40.791163078464066, -73.95306553123926, 40.79160870127124, -73.95298393687484, 40.79172112161484, -73.952889340317, 40.79184941510949, -73.95261025450758, 40.79222791430037, -73.95252221867595, 40.7923473105362, -73.95244814086418, 40.792449165311965, -73.95214785293881, 40.792862039304595, -73.95207222039653, 40.792965847271184, -73.95198366700562, 40.79308880524658, -73.95160265116517, 40.79360749882221, -73.95111101250491, 40.79428472140249, -73.95061371293896, 40.794965260436705, -73.95015820693841, 40.79558742331885, -73.94969537851864, 40.79621656542506, -73.94943125960302, 40.796589173036345, -73.94931761533995, 40.796772348715464, -73.94922045723276, 40.796909548422114, -73.94909696106198, 40.797057542412745, -73.94899280058704, 40.79719893695888, -73.94879165103129, 40.79747681672026, -73.9484331557917, 40.797960971723036, -73.94831124487305, 40.798128906221, -73.94697366442495, 40.79996139319672, -73.94646132814393, 40.80066499472591, -73.94646132814393, 40.80066499472591 --73.94922045723276, 40.796909548422114, -73.94931761533995, 40.796772348715464, -73.94943125960302, 40.796589173036345, -73.94969537851864, 40.79621656542506, -73.95015820693841, 40.79558742331885, -73.95061371293896, 40.794965260436705, -73.95111101250491, 40.79428472140249, -73.95160265116517, 40.79360749882221, -73.95198366700562, 40.79308880524658, -73.95207222039653, 40.792965847271184, -73.95214785293881, 40.792862039304595, -73.95244814086418, 40.792449165311965, -73.95252221867595, 40.7923473105362, -73.95261025450758, 40.79222791430037, -73.952889340317, 40.79184941510949, -73.95298393687484, 40.79172112161484, -73.95306553123926, 40.79160870127124, -73.95338895759456, 40.791163078464066, -73.95341580623514, 40.79112210933995, -73.95343832271595, 40.79108505383569, -73.95389731133062, 40.79045907795748, -73.95397379515218, 40.79035476841654, -73.95481723718896, 40.78920442971176, -73.95527480108527, 40.788583069887444, -73.95559519211015, 40.78813573936724, -73.9557716386795, 40.78790513668691, -73.95585573701871, 40.78779918896754, -73.95626130846956, 40.78722256457858, -73.95671862892334, 40.786600483751286, -73.95716852519384, 40.78598258112198, -73.95763598575333, 40.78534314854958, -73.9580956345912, 40.78471714936379, -73.95844880581956, 40.784241362222616, -73.9585581403387, 40.78409728263069, -73.95900362568172, 40.78346697472044, -73.95946905023648, 40.78283301330618, -73.9599209358441, 40.78221263021531, -73.96041638693964, 40.78153131970714, -73.96052565781295, 40.781377995418595, -73.96091849257525, 40.78085031722988, -73.96118377883317, 40.78048509035522, -73.96124030711067, 40.780402873738936, -73.96136064876839, 40.78024053562983, -73.96183836031139, 40.77958388391947, -73.96230360578129, 40.77894673186695, -73.96276714659473, 40.778312730885325, -73.96322991324712, 40.77767673582253, -73.96344692307855, 40.7773812158573, -73.96360821020889, 40.777159740609875, -73.96372911795021, 40.77699371167168, -73.96384443304215, 40.7768357367432, -73.96415852086412, 40.77640545500062, -73.96422820024814, 40.77630999636819, -73.96429195134877, 40.77622207846487, -73.96461518052045, 40.77577631142775, -73.96468735781264, 40.77567676949658, -73.96474902123293, 40.775591953824616, -73.96508609277959, 40.77512831197961, -73.96514744579461, 40.775043920130436, -73.96520384257119, 40.77496619677469, -73.96554817821506, 40.77449164523759, -73.9656096747581, 40.77440689207585, -73.96566409404195, 40.774332639335846, -73.96601538704263, 40.773853315766914, -73.9660744863761, 40.7737726751394, -73.96612847568527, 40.773698696700045, -73.96647666811265, 40.77322157790225, -73.96653616121516, 40.77314005285128, -73.96659048556107, 40.773066751464235, -73.96695260570274, 40.77257811418635, -73.96703946434187, 40.772460909777244, -73.9671249568273, 40.77235114036478, -73.96748337397493, 40.77184704677749, -73.96753397943313, 40.771775875373415, -73.96758619229755, 40.77170437481442, -73.96793286788662, 40.771229640987904, -73.96799327715844, 40.77114692044837, -73.96805002728115, 40.77106943348694, -73.96839032967576, 40.77060478661286, -73.96842089642463, 40.770559228626574, -73.96844155274799, 40.77051601372905, -73.96844508774235, 40.77051238116633, -73.96849689438756, 40.7704591404768, -73.96890454730848, 40.769900523998864, -73.96936484426307, 40.76927034712634, -73.96982454844452, 40.76864569459307, -73.97021634815208, 40.768097515917994, -73.97028164609944, 40.76802472165681, -73.97066726056353, 40.767479039602385, -73.97072777091157, 40.76739341168477, -73.97078070677826, 40.767321297474304, -73.971128237545, 40.76684786328414, -73.97118812197951, 40.76676628362538, -73.9712411160044, 40.76669431959555, -73.97158144140086, 40.766232181719815, -73.97164773469697, 40.7661421602711, -73.97171036196801, 40.7660552986516, -73.97203998615761, 40.76559812212994, -73.97209851680766, 40.76551693697606, -73.97215757361042, 40.765434720841554, -73.97242879290266, 40.765057121888326, -73.97255352340666, 40.76489742476506, -73.97268347679962, 40.76473090652272, -73.97291278618172, 40.76441790851893, -73.973014865883, 40.764278572256046, -73.97316549383636, 40.76436670916083, -73.97343945084803, 40.764478931333194, -73.97351686593369, 40.76451062438651, -73.97363583789866, 40.76456959777093, -73.97376650210647, 40.76463463318687, -73.97606820938998, 40.7656061288668, -73.9762338789646, 40.765674323204784, -73.97642224776703, 40.76575546489436, -73.97894600724862, 40.766820669864494, -73.9790765811316, 40.76687577836793, -73.97919771675949, 40.76692690389204, -73.97924205863484, 40.76694561805428, -73.981362841001, 40.767834214969994, -73.98130252859028, 40.76792022760881, -73.98129294213173, 40.76795723314972, -73.98127942858328, 40.76800940883602, -73.98128132994744, 40.76808397444605, -73.98131399996828, 40.76816000656672, -73.9813735908674, 40.76824481573848, -73.98144088053799, 40.76830477041906, -73.98151970871942, 40.7683574175236, -73.98164276198779, 40.76843785036241, -73.98102289054536, 40.76927252388401, -73.98056370054636, 40.76990501586077, -73.98011181282708, 40.770528057328406, -73.97965232885544, 40.77115501281481, -73.97924057306474, 40.77171160520427, -73.97919213414299, 40.7717809595206, -73.97872879234104, 40.77241647879895, -73.97828138392768, 40.773030671647646, -73.97782638618446, 40.77365587979672, -73.97737084343669, 40.77428069156459, -73.97691167812084, 40.77490881549892, -73.97645763383149, 40.775532036255825, -73.97595517173474, 40.77621944550054, -73.97546066996361, 40.776898191346945, -73.97510532766802, 40.777384324285755, -73.97505339929015, 40.77745551397591, -73.9749974363652, 40.77753223455256, -73.9749446794, 40.777604285793146, -73.97459381002315, 40.778083474303564, -73.97453230404177, 40.7781674712842, -73.97448519716586, 40.778231981849956, -73.97412688443451, 40.778722654952404, -73.97406667384767, 40.778805104004206, -73.97401200561066, 40.77887929666883, -73.97364292308683, 40.77938017028007, -73.97357116591147, 40.77947754764845, -73.97349520496923, 40.779582100104975, -73.97291172353444, 40.780385184304926, -73.97267774360436, 40.780707221500236, -73.9718180083297, 40.78189048008249, -73.97172304875227, 40.78202116825138, -73.97161292466659, 40.7821719500024, -73.97127854400011, 40.782629779460954, -73.97122291617603, 40.782705942619984, -73.97116886003974, 40.78277998366216, -73.9708105694335, 40.78327074518437, -73.97076013025476, 40.783339829683655, -73.97070416306673, 40.783417216279794, -73.9703942933736, 40.7838456596495, -73.97030067104173, 40.78397510696153, -73.97024167872044, 40.784056674474925, -73.97020918925918, 40.78410159389963, -73.97010474943865, 40.78424497531143, -73.9698322571393, 40.784610597925436, -73.96933573219127, 40.785292969452314, -73.96884378352446, 40.785967077009055, -73.96838479235178, 40.786595389256085, -73.96792695594841, 40.787221258679565, -73.96753374546925, 40.787764211013425, -73.9674490793219, 40.78786041466306, -73.96731326783286, 40.78806143466921, -73.9670097615731, 40.78847647549763, -73.96655225722758, 40.78910683738129, -73.96609499935636, 40.789734079028264, -73.96563268831451, 40.79036509399532, -73.96517704822651, 40.79099003248678, -73.9650929711598, 40.79110539718811, -73.96468540064807, 40.79166370848306, -73.96417588252925, 40.79236167946402, -73.96283349051224, 40.79420311950902, -73.9623597952916, 40.79485174634327, -73.96189984454328, 40.79547896362535, -73.96144060186731, 40.79611051245489, -73.96130011548541, 40.796300882357336, -73.96127346935923, 40.79633660613958, -73.96124520756348, 40.796373328927004, -73.9611744563985, 40.79647320656089, -73.96107726721527, 40.79660477821916, -73.96103772272312, 40.79665891370905, -73.96097970796725, 40.79673833797098, -73.9609138682103, 40.79682907702994, -73.96062187000311, 40.79723150100172, -73.96052270977657, 40.797368158426465, -73.96044264055261, 40.79747774699442, -73.96008432028273, 40.79796559518865, -73.96003667490793, 40.798037613240446, -73.9595365863136, 40.79871821819319, -73.95907668964253, 40.79935192186777, -73.95861878528298, 40.79997671572293, -73.95819500893874, 40.80055217993086, -73.95776723548926, 40.800471793123876, -73.9552888437877, 40.799434094723836, -73.95248391212144, 40.79825239711584, -73.95214408043464, 40.79811009376367, -73.95180815970153, 40.79796243216792, -73.95082340590727, 40.79754567745296, -73.94974060007938, 40.79710018165954, -73.94968767504788, 40.79708078431901, -73.94922045723276, 40.796909548422114, -73.94922045723276, 40.796909548422114 --73.85464575691063, 40.78943232230577, -73.85463753883758, 40.78944871458315, -73.85461485885035, 40.7894841603476, -73.85460743622622, 40.78950034380919, -73.85459363821204, 40.78954416103296, -73.85457923815115, 40.789596181067374, -73.85456120417291, 40.78966938892494, -73.8545485076541, 40.78976107460907, -73.85453150893308, 40.78983925093492, -73.85452541024115, 40.78986277244988, -73.85452124393208, 40.78990529339037, -73.85451937351763, 40.78997125549003, -73.8545147596965, 40.79006728908567, -73.85450772936817, 40.790143557216666, -73.85450297408443, 40.790182324119684, -73.85449617544644, 40.79020894967848, -73.85448647462867, 40.790234740409595, -73.85447733715117, 40.790251603375815, -73.85446598874223, 40.79026469404907, -73.85445222949672, 40.790273861792436, -73.85443480400471, 40.79028212890448, -73.85415926175041, 40.790412401954114, -73.85406971351263, 40.790452011541305, -73.85389889953666, 40.79052111306277, -73.85383119139426, 40.790549718100415, -73.85362955455162, 40.7906426353199, -73.85355197207969, 40.79067649828954, -73.85347749514793, 40.79070597340797, -73.85340953072352, 40.790729730470915, -73.85337851302909, 40.79073887883536, -73.85330680464469, 40.79075771613631, -73.85327445561485, 40.79076773896648, -73.85316791667148, 40.7908059133337, -73.85312868025423, 40.79082180402272, -73.8530937688316, 40.79083752551382, -73.85300595634844, 40.79087981998095, -73.85283621754459, 40.79096215777163, -73.85279912678318, 40.79098015105795, -73.8527712605315, 40.790994665771464, -73.85274514063258, 40.79101028942606, -73.85272098420174, 40.79102689082705, -73.85269894788239, 40.79104435941419, -73.85267926838105, 40.79106549064855, -73.85267113438911, 40.79107784413977, -73.85266414231728, 40.79109138595136, -73.85265829693104, 40.79110610438317, -73.85265359466243, 40.791122005734266, -73.85264759686291, 40.79115740489247, -73.85264742484438, 40.79118908702351, -73.85265298358007, 40.791221982252594, -73.85266417846216, 40.79125547811689, -73.85268071409978, 40.79128867283491, -73.8527070340009, 40.79133212146013, -73.8527343035573, 40.79137370905496, -73.85276256999467, 40.791413511321245, -73.85279187230681, 40.79145157603465, -73.85283501896404, 40.79150438252054, -73.85285878664075, 40.791533471153066, -73.85288469159099, 40.79156265435969, -73.85290948183133, 40.79158852589381, -73.85297910729558, 40.791656508948705, -73.85306080636902, 40.79173314496504, -73.85314656205246, 40.79181269561164, -73.85317478117602, 40.7918370775241, -73.85320119572701, 40.79185826485301, -73.85335450710892, 40.791970169939184, -73.85342444741477, 40.79202200712758, -73.85346169474273, 40.792051495487534, -73.85357001618893, 40.792144295665345, -73.85366553555524, 40.79222739009016, -73.85371694678803, 40.79226879197341, -73.85374337893253, 40.79229345333335, -73.8537533625054, 40.79230534091497, -73.85376989502795, 40.792335464756185, -73.85377521569946, 40.792356745854555, -73.85377760851422, 40.79238021685986, -73.85377854631257, 40.79242095493635, -73.85377797018151, 40.79246208551158, -73.85377595221706, 40.792478874602715, -73.85377267900893, 40.792494260920975, -73.85373125908873, 40.79264072175552, -73.85369739447407, 40.79275178534611, -73.85369038869001, 40.792770503281275, -73.85367235270185, 40.79281144509624, -73.85366601971339, 40.792829174232864, -73.85365784035396, 40.79286430771757, -73.85364967512358, 40.79292049854485, -73.85363606342509, 40.79302393536618, -73.85363079526633, 40.793097867045745, -73.85363152593682, 40.79314493357972, -73.85363658520446, 40.79320697734618, -73.85365042376219, 40.79333561353, -73.85368397061326, 40.793453404777864, -73.85371088778976, 40.793595095009316, -73.85372636115562, 40.793719670188864, -73.85374050458606, 40.79384018151489, -73.85373351028944, 40.793935058460114, -73.8537182543244, 40.79396172365372, -73.85368561831042, 40.794018079724005, -73.85358451169112, 40.79410751338837, -73.85353236745642, 40.79413854504873, -73.85338820495423, 40.7941827979002, -73.85321700610807, 40.794220265986944, -73.85304034321092, 40.79426324332347, -73.85290226711105, 40.79431491445239, -73.85282871751677, 40.7943549423973, -73.85276627300324, 40.794388931311865, -73.8526850743341, 40.794474655234104, -73.8526372521408, 40.79454197770905, -73.85262416619031, 40.79461313209107, -73.85262310283089, 40.79474984482297, -73.85265710081585, 40.79487477429405, -73.8526589773046, 40.79492420880368, -73.85263098156231, 40.794944538747416, -73.85259260864433, 40.79493532347819, -73.8525561154838, 40.79489325401471, -73.85253153404757, 40.794789745077146, -73.85249076059056, 40.79467466108075, -73.85242651169918, 40.794609447388034, -73.85233600376434, 40.794545050093966, -73.85225477950927, 40.79451222899741, -73.85214062025383, 40.794446180327135, -73.85200288107612, 40.79436286657506, -73.85193159683834, 40.79430947255318, -73.85189730411756, 40.79428634504537, -73.85181651384488, 40.79423658846815, -73.85168071368592, 40.79414224207731, -73.85159076548435, 40.79408621687248, -73.85143722870936, 40.794025607147006, -73.85129177817952, 40.79398290421237, -73.85112011093126, 40.79392380782556, -73.85097034351554, 40.793857629141534, -73.85079807335102, 40.79380929248473, -73.85062808267456, 40.79377490008589, -73.85049082074127, 40.79373695419233, -73.85032637785207, 40.79367734550029, -73.85016769437189, 40.79364274648078, -73.85000721756174, 40.7936005996075, -73.84984085350025, 40.793544170992845, -73.84969975017383, 40.79351398597477, -73.84953629201235, 40.79348215340221, -73.84936537699333, 40.793441145548755, -73.84929354986147, 40.7934075367926, -73.84923448738093, 40.79338130268615, -73.84917054877674, 40.79338766932562, -73.84908616509692, 40.793396643128816, -73.84898342239116, 40.79339329827109, -73.84893051197542, 40.79341038348694, -73.84886197859012, 40.793468315650166, -73.84884893857853, 40.79350137396793, -73.84885848597371, 40.793590782866026, -73.84887965127817, 40.79365457062062, -73.84890146893588, 40.79366796536644, -73.84896194109984, 40.79380459575601, -73.8490172129863, 40.79392453030701, -73.84905669952731, 40.79404727173221, -73.84907814709229, 40.794145067247904, -73.8490628962252, 40.79421253895176, -73.84903162728632, 40.79433776853932, -73.84896270336655, 40.794408163181615, -73.84886310639126, 40.79448249598099, -73.84878369730357, 40.79454178979422, -73.8487712104753, 40.79461706072147, -73.84878456412997, 40.794700599733645, -73.84881817537844, 40.794801678263596, -73.84884690475194, 40.7949049178866, -73.84885880033409, 40.79496375332511, -73.84887460893381, 40.79509181902228, -73.84887654591064, 40.79513372998729, -73.84884566448005, 40.79522884995738, -73.84878187249349, 40.79534514345417, -73.84870998474382, 40.79541616349786, -73.84855988824474, 40.795494741330906, -73.84840067265654, 40.79556430286364, -73.8482344201041, 40.795631522613036, -73.84808903045047, 40.79568820043842, -73.84792365208199, 40.795753197553914, -73.84781967275651, 40.79578437884839, -73.84763762216885, 40.79582550016598, -73.8474584032902, 40.79586094638352, -73.84729839056845, 40.79590003868319, -73.84712646856771, 40.7959347511379, -73.84694516409374, 40.795965883092656, -73.84677145436595, 40.79599257818417, -73.84660913889797, 40.796026918123644, -73.84651631265552, 40.79606151427675, -73.84637823537005, 40.79614120298089, -73.84632263623865, 40.79616377376773, -73.8462452784172, 40.79616163907382, -73.84612011234722, 40.79609285295913, -73.8460400976159, 40.79603760392503, -73.84597412482148, 40.79601698616127, -73.84588459929131, 40.79601326989393, -73.84570427037058, 40.79602856498906, -73.84562105758957, 40.796029165865136, -73.8455916626325, 40.7960115063859, -73.84559497945952, 40.79598280195239, -73.8456272268036, 40.79589150011062, -73.84561606509386, 40.79584540111439, -73.84557628115115, 40.795807168373244, -73.84551678680734, 40.79576454447371, -73.84543670414217, 40.795646056329616, -73.8453746323355, 40.7955480417719, -73.84528519585506, 40.79544307280119, -73.84520216416767, 40.79539770032814, -73.84506393507081, 40.79532513681849, -73.84498447527307, 40.79526489270799, -73.84495114163956, 40.79520218469272, -73.84488891565854, 40.79510878112465, -73.8448730166881, 40.79509651741333, -73.84480116267291, 40.79505736324418, -73.84466733669336, 40.79495634213717, -73.84459914635141, 40.79491123686252, -73.84451391095006, 40.79488147831144, -73.84438471316876, 40.79487002337511, -73.84422311452106, 40.7948766669089, -73.84407887343801, 40.79487474291522, -73.84390524029237, 40.79486899143199, -73.84379857049285, 40.794877040586485, -73.84373232138381, 40.794882040421655, -73.84354668509238, 40.794913627620915, -73.84343262074627, 40.79494813843693, -73.84333760802488, 40.795021075113674, -73.8433241336603, 40.79506873294029, -73.84334118528633, 40.79515902957142, -73.84335588889442, 40.79523403609799, -73.84336414902779, 40.795345785123445, -73.8433511753172, 40.7954722176799, -73.84332486605825, 40.795494112728775, -73.84330632221128, 40.795500619757185, -73.84323461744282, 40.795476285265835, -73.8431796052974, 40.79543355819111, -73.84314829348448, 40.795386470698645, -73.84311058932298, 40.795263372188714, -73.84304363634246, 40.79521442614074, -73.84289545570009, 40.7951824671863, -73.84286053039983, 40.79519855836189, -73.84284865054617, 40.79521308886331, -73.84289254289759, 40.795392462816906, -73.84274641874485, 40.795436832962984, -73.84263324685998, 40.795471196522236, -73.84259823946093, 40.795481827766686, -73.84254903960368, 40.79549676652295, -73.84252248670391, 40.79550483025732, -73.84224085579923, 40.79559034395442, -73.84219748147407, 40.79560351474527, -73.84208805013473, 40.795636741954944, -73.8419786448072, 40.79563999591233, -73.84190479489183, 40.795621477592476, -73.84183741043626, 40.79558828272261, -73.84178209332822, 40.7955366053805, -73.84170537716219, 40.79543242101274, -73.84168697935017, 40.795408352360745, -73.84165396242017, 40.795395599133535, -73.84158720750003, 40.79540074922616, -73.84148924788184, 40.79543624108619, -73.84142736177947, 40.795490117602846, -73.84136287335606, 40.795619635312626, -73.84135034372444, 40.79573959004892, -73.84136133423553, 40.795856284021845, -73.8414710325573, 40.79595755132932, -73.84149408968241, 40.79598157149038, -73.84148779950172, 40.79601416998905, -73.84144315790144, 40.79604482198385, -73.84134129691274, 40.79609504775283, -73.84130710118492, 40.796137765480175, -73.8412920430095, 40.79616713890745, -73.84130572489259, 40.796200643782264, -73.84129943097545, 40.79621935383486, -73.84062792368445, 40.79678894703654, -73.84061548568644, 40.79679921176024, -73.84059982113698, 40.79680648956099, -73.84058213053109, 40.79681022288663, -73.84013218959228, 40.79688344261382, -73.8399779809183, 40.796908783052444, -73.83912522283605, 40.79704889996373, -73.83910354927053, 40.79705321282924, -73.83908129474906, 40.7970552114923, -73.83905889305557, 40.79705485783666, -73.83903677075553, 40.79705215876149, -73.83901534600854, 40.79704716707996, -73.83843677717437, 40.796788367608436, -73.8384209062084, 40.79677709450028, -73.83840743392204, 40.79676372118198, -73.83839708171956, 40.796748827687985, -73.83839014008109, 40.79673283135852, -73.83745416332172, 40.7945015011401, -73.83736225348255, 40.794263211351364, -73.83730248106721, 40.794219266266836, -73.83722791365966, 40.79411107288572, -73.83717496560062, 40.79402338560169, -73.83708406952722, 40.79390314916036, -73.83706498355947, 40.79385077962611, -73.83707146578143, 40.79379861192563, -73.83712603859824, 40.793695239429894, -73.83663288762207, 40.792516062123866, -73.83662052147177, 40.792448360178845, -73.83660801859547, 40.79231906371366, -73.83656843685006, 40.79218646543217, -73.83654148460651, 40.79207318009925, -73.83654203252486, 40.79193833072183, -73.83653931820228, 40.79186732139856, -73.83650814644425, 40.79173684759082, -73.83657451848931, 40.79168023441347, -73.83671513512124, 40.791582639202836, -73.83682042065773, 40.79153330122979, -73.8369058550743, 40.791493183226656, -73.8369447683437, 40.791471171484424, -73.83706019871728, 40.79143806748446, -73.8372228772804, 40.791430037045984, -73.83730266662714, 40.79140983888377, -73.83742329279413, 40.791392524051496, -73.83745252775743, 40.79137014188678, -73.83750910457132, 40.79133204128195, -73.8375208915061, 40.791320337866, -73.83752783552032, 40.79130591350923, -73.83752906362528, 40.79127167815636, -73.83752090467846, 40.79122706749455, -73.83751880660543, 40.79120947593259, -73.83751919806431, 40.791192294907034, -73.83752273258884, 40.791177669434326, -73.83753363072272, 40.79115194394827, -73.83754577070668, 40.79112907120073, -73.8375593870322, 40.791108609375364, -73.83757459026234, 40.79109040554217, -73.8375887645632, 40.79107919895837, -73.83761860904013, 40.79106284466935, -73.83763726194017, 40.791049238247986, -73.8376456527452, 40.791035234655105, -73.83764711082755, 40.79102084398582, -73.83763957818975, 40.79099632531287, -73.83762759256715, 40.790976819764076, -73.83761057088135, 40.790958013112146, -73.83756247165653, 40.790917563221356, -73.83754353181156, 40.79089776330368, -73.83752622582459, 40.790873609957856, -73.83751540032566, 40.790853085763636, -73.83751003516834, 40.7908342478023, -73.83751014389713, 40.790816884475745, -73.83751906038603, 40.7908040072602, -73.83754690638165, 40.790786988302855, -73.83755947770125, 40.79077523195756, -73.83756144720206, 40.7907328571082, -73.83755719864774, 40.790698762615996, -73.83754749831655, 40.79065268376227, -73.83753790140234, 40.79061521205164, -73.83753119435227, 40.7905961668846, -73.83751302348793, 40.79055552232282, -73.8375061304604, 40.790537436827094, -73.8375039346245, 40.790520104469714, -73.83750739769992, 40.79048862239716, -73.8375055827741, 40.79046619823753, -73.83749768178079, 40.7904528398563, -73.83748689341661, 40.7904394620947, -73.8374508848652, 40.7904013299838, -73.83741434807952, 40.79035828217584, -73.83739429204414, 40.79032889841441, -73.8373878082985, 40.79031110885302, -73.83738726230378, 40.790290649575695, -73.83739143880527, 40.79026979083472, -73.83740848184571, 40.79021329036223, -73.83741072518576, 40.79019660181995, -73.83740999830404, 40.79018180194294, -73.83739733557924, 40.79010246244988, -73.8373822267224, 40.790003520074215, -73.8373778918136, 40.78996748576795, -73.8373734614663, 40.7899118338874, -73.83737506398894, 40.789892165579715, -73.83738634056276, 40.789852111846415, -73.83738906268688, 40.78983585712069, -73.83738741762255, 40.78981958542724, -73.83738007511867, 40.78980608734608, -73.83734725970163, 40.78978458477479, -73.83729580933527, 40.78974474687852, -73.83727912460337, 40.78973027926856, -73.83725891933065, 40.78970097721533, -73.83724908395402, 40.789677327846476, -73.83723553618815, 40.78963444841281, -73.83723208439554, 40.78961960326199, -73.83723098504015, 40.78960306488724, -73.83723210551173, 40.789584311710485, -73.83723893013656, 40.78952804626464, -73.83723862028324, 40.78951036716782, -73.83723591216149, 40.78949471441605, -73.8372287757793, 40.789481742508876, -73.83719323449031, 40.78945242058393, -73.8371806820812, 40.78943956349114, -73.83717302180884, 40.78939519302944, -73.83717427311379, 40.78936364300037, -73.83717917646946, 40.78933286625889, -73.83718766449377, 40.789303283244, -73.83722674976582, 40.789203572708644, -73.83723934827302, 40.789168479918345, -73.83724431423177, 40.789101898391394, -73.8371835103685, 40.789245225598386, -73.83716310924281, 40.789300921655624, -73.8371421003554, 40.789373538187334, -73.83713962017744, 40.789391128695144, -73.8371412183382, 40.78941056199038, -73.83714658434111, 40.789431870952605, -73.83716207383296, 40.78947575089807, -73.83716755022017, 40.78949456202198, -73.83717066292093, 40.78951433964706, -73.83717002362319, 40.78953205972667, -73.83716356532429, 40.78954558244879, -73.83714861404735, 40.78955727145444, -73.8371166252335, 40.78956894178388, -73.83709699988401, 40.78957239088544, -73.83707697787868, 40.78957379798446, -73.8370585156943, 40.789573019064854, -73.83702440931297, 40.78956738232476, -73.83698752184775, 40.78955752909172, -73.83695332125819, 40.78954585703149, -73.83687511066067, 40.789516395393086, -73.83683724794271, 40.78950420843075, -73.83680301971114, 40.78949610137489, -73.83677085680903, 40.78949177934319, -73.83670468263068, 40.789487517179325, -73.83655947622326, 40.789480655742025, -73.83650022663501, 40.78947665542088, -73.83647468852116, 40.789473579994365, -73.83640120302039, 40.78946156386376, -73.83637809631536, 40.78945986513304, -73.83635729575799, 40.78946036959896, -73.8363242801425, 40.789464599202, -73.83628837213647, 40.789472310531245, -73.8362546140356, 40.78948167642487, -73.83617393389899, 40.78950645975693, -73.83613202828595, 40.789517083741245, -73.8360115473545, 40.78954161405427, -73.83589707322467, 40.789562339167375, -73.8358420634964, 40.789570091596325, -73.83578722135144, 40.78957474380865, -73.83573311916791, 40.78957625249575, -73.8356802190682, 40.789574602108516, -73.83565807813083, 40.789572355304, -73.83563618544905, 40.789568414104096, -73.83561550384738, 40.78956295187815, -73.83559665138007, 40.789556137902274, -73.83558026246104, 40.78954823332762, -73.83556638788123, 40.789539301262856, -73.83555067543168, 40.789524227850286, -73.83553285322901, 40.78949413014714, -73.83552040390339, 40.7894670099653, -73.83550927690239, 40.78943698484793, -73.83549888604264, 40.78940249608992, -73.83549596818256, 40.78938174705476, -73.83549633900078, 40.78933284760993, -73.83549109794838, 40.789310096143474, -73.83548345384204, 40.78929608512355, -73.83547247647067, 40.78928271950735, -73.83545814695034, 40.78926997045097, -73.835440407343, 40.78925779104436, -73.83541948609408, 40.78924627166232, -73.8353949041151, 40.78923510634863, -73.83536639639304, 40.789224140736515, -73.83533150442699, 40.78921243028555, -73.83528734469687, 40.78919985830632, -73.83523904220598, 40.7891890066507, -73.83518580123763, 40.78917968416971, -73.83515381991451, 40.7891753430353, -73.8351250033293, 40.78917143055595, -73.834978027975, 40.78915536506255, -73.83483049875177, 40.78914242152982, -73.83478381651122, 40.789139003850664, -73.83457183491805, 40.789127156238465, -73.83440942023299, 40.78911553795105, -73.83432302323685, 40.78910934890375, -73.8342825504889, 40.7891054978009, -73.83424292475327, 40.789099793767654, -73.83420807704721, 40.78909230099256, -73.83416564288758, 40.78907964551737, -73.8341495306243, 40.789073043262675, -73.8341040317566, 40.78904693345179, -73.83408663336407, 40.78903297853645, -73.83407004499564, 40.78901442501875, -73.83405560026374, 40.788994315815536, -73.83403865847332, 40.7889664046645, -73.83402388587703, 40.78893904414014, -73.83401535175584, 40.78891908842432, -73.83401195288099, 40.78890232968303, -73.83401331332043, 40.78883473093054, -73.83401007119508, 40.788773160715536, -73.83400505816857, 40.78873853188082, -73.83399530416773, 40.78871412772507, -73.83396022541933, 40.788661597715844, -73.83391732990611, 40.78860128869771, -73.83390128840298, 40.788583476155296, -73.83387417026003, 40.7885599735794, -73.83385766900962, 40.788546936632834, -73.83384260616393, 40.78853672393212, -73.83382786043158, 40.788528576538674, -73.83379547378915, 40.78851685032217, -73.83377597275634, 40.78851232148701, -73.83375443867298, 40.78850872173601, -73.83373021425352, 40.788505941158895, -73.83365829249614, 40.78850078645922, -73.83362430445187, 40.78849648882916, -73.83359974236193, 40.78849134391832, -73.8335801695143, 40.788485218355525, -73.83353782704094, 40.788469265139774, -73.83351863031208, 40.78846292849162, -73.83348845615338, 40.7884572036312, -73.8334566427995, 40.78845788977242, -73.83342599949488, 40.78846446778227, -73.83340396414397, 40.78847275927618, -73.83335416815083, 40.78849469376356, -73.8333092956066, 40.7885121013207, -73.83327558834719, 40.78852342771083, -73.83325759786243, 40.78852745214404, -73.83323708541043, 40.78852940176977, -73.83321371664577, 40.788529370655574, -73.83318341707366, 40.78852735740486, -73.83316390617054, 40.788524891502796, -73.83311954928168, 40.788517110878836, -73.83309847721259, 40.788514964184614, -73.83306179715899, 40.788514050180254, -73.83301119347199, 40.78851453698387, -73.83296901363514, 40.788514559608245, -73.83294876465176, 40.788515385737476, -73.83292937066413, 40.788517797086335, -73.83290226941516, 40.78852594786632, -73.83285623982808, 40.78855253959484, -73.83280758336309, 40.78857683391453, -73.83278676176701, 40.78858392668148, -73.83276865397977, 40.7885865208704, -73.83272615351873, 40.78858823048226, -73.83265976532236, 40.78859556865676, -73.83260105879422, 40.78860358432241, -73.83256885018969, 40.788609234114446, -73.83253871785911, 40.78861608998552, -73.83251063571815, 40.788624159103456, -73.83248459073319, 40.78863344145075, -73.8324076646148, 40.78866442846602, -73.832325384908, 40.788698481056095, -73.83228543936545, 40.78871406916371, -73.83224824944297, 40.78872691383548, -73.83219613781509, 40.788738494977814, -73.83216100270917, 40.78874976673398, -73.83214084448815, 40.78875873429579, -73.83211812526109, 40.78877172066791, -73.83209671447948, 40.78878735191624, -73.83206703562007, 40.788819172952714, -73.831982005777, 40.788893543085855, -73.83195418706286, 40.78891921727387, -73.83193642545467, 40.78893857288776, -73.83191892685983, 40.78896262230083, -73.83190176823446, 40.788991386336996, -73.83186570277641, 40.789058058253616, -73.8318379165258, 40.78910742287666, -73.83181680343141, 40.78914537886084, -73.83180112247263, 40.78917730399987, -73.83179239529852, 40.78919180556013, -73.83178006185774, 40.7892080713433, -73.83176459588455, 40.789221954325825, -73.83174254680634, 40.78923408972627, -73.83171853158322, 40.78924315964324, -73.83168930903359, 40.78925133225442, -73.83166578683954, 40.78925612009126, -73.83164201932625, 40.78925905793306, -73.83161004616865, 40.789259527211065, -73.83158829784044, 40.78926703804135, -73.8316686234914, 40.78930570229134, -73.83168820136915, 40.78931080161257, -73.83172382838382, 40.789326313459746, -73.83133362704233, 40.78941405624727, -73.83128881169954, 40.78943321727916, -73.83123471708876, 40.789439220073895, -73.83118581146353, 40.78943559416829, -73.83114713958354, 40.78942661263955, -73.83111009123243, 40.789410961655086, -73.83108617594687, 40.78939599267685, -73.83106951914195, 40.7893846255361, -73.83104211228772, 40.78936217095787, -73.83102455226417, 40.78934443053184, -73.83099355205698, 40.78930278727195, -73.83097299640544, 40.789263297114104, -73.83095516838988, 40.78921906530558, -73.83093651932738, 40.789153371517024, -73.83092141675009, 40.78903482703932, -73.83091219632185, 40.7889603050434, -73.83084219610664, 40.78861890560026, -73.83077939380583, 40.788350378122196, -73.83091048804211, 40.788333706819834, -73.83113556952729, 40.7882710953034, -73.83126851959886, 40.78823030365223, -73.8312639679884, 40.788131529873624, -73.83125849045936, 40.78808161600455, -73.83112966062158, 40.78743697814529, -73.83090880176998, 40.78624576741484, -73.83086733216048, 40.78598262466984, -73.83086709717598, 40.7859095611278, -73.83084720995187, 40.785753838601046, -73.83084052048018, 40.78572089289054, -73.83083275248323, 40.785703032621264, -73.83081110667261, 40.78566269613889, -73.83079348083108, 40.78564795334339, -73.83077743544365, 40.78562994674193, -73.83072245215516, 40.78535806720659, -73.83069087582089, 40.785193434101906, -73.83065176490307, 40.784952354320794, -73.8305949207758, 40.78468028825757, -73.83053868056071, 40.78464545156, -73.83049454699866, 40.78463763962809, -73.83045036900195, 40.784635650266445, -73.82962170353608, 40.78463806707706, -73.82903011689777, 40.78464540534411, -73.8288053432334, 40.784648043325134, -73.82825479568871, 40.78464831288748, -73.82786167792713, 40.784648504402625, -73.8270130902473, 40.784644384572736, -73.82664726755053, 40.781668111830456, -73.82617962261835, 40.781672597914756, -73.82577510578209, 40.7816845418766, -73.82569678419206, 40.781690218179804, -73.82577550958116, 40.7815302177945, -73.82605677082971, 40.780985213966545, -73.8262381635839, 40.78068232136976, -73.82764128991619, 40.77824213620062, -73.82788512196629, 40.77781806611092, -73.82800848855724, 40.77760350621484, -73.82802213838721, 40.77757976858926, -73.82820659526148, 40.77725895460457, -73.82848007294187, 40.77678509169739, -73.82850225136644, 40.77674666147435, -73.82917535473644, 40.77558032237447, -73.82930118965274, 40.77537557568771, -73.82957963767831, 40.774964621253716, -73.82984840202852, 40.77460471943225, -73.82999272740737, 40.774385534465985, -73.83041569909791, 40.77393734812906, -73.83085684678228, 40.773501587748115, -73.83121936030452, 40.77317757928511, -73.83164098557116, 40.77283023753398, -73.83196067766495, 40.772590231651684, -73.832362816203, 40.772311587136315, -73.83289285587368, 40.77198056431701, -73.83350673912012, 40.7716188053389, -73.83395461971568, 40.7727011837625, -73.8343461192888, 40.77365979852373, -73.83444496148138, 40.77395120963747, -73.83481910555146, 40.77491542040191, -73.83518137988428, 40.775777431713806, -73.83529662344232, 40.77608795433833, -73.83548906990727, 40.77658043216119, -73.83560849017377, 40.776913267679376, -73.83575300285536, 40.777269958053154, -73.83586700989277, 40.77752870199517, -73.83644472094856, 40.77862642169546, -73.8373702537603, 40.77862082024686, -73.83872250353863, 40.778612937665166, -73.83886154822953, 40.77861618849234, -73.83886022414615, 40.77856661571395, -73.83885872822694, 40.77851070765135, -73.83892298818272, 40.77727443281933, -73.83892773495747, 40.77716223757259, -73.83894666668473, 40.77688811822945, -73.83896232730547, 40.776788513765496, -73.83896871003392, 40.77674728590874, -73.83899082871237, 40.77669088133433, -73.8390037191465, 40.776673317906095, -73.8390191718444, 40.77665966534254, -73.83904233139188, 40.77664602354234, -73.83908090702383, 40.77663435736051, -73.83913746569677, 40.77662271537102, -73.83927725871058, 40.776604758079046, -73.8396297862982, 40.77655157290291, -73.83976641607359, 40.77652973124424, -73.8399050670026, 40.77651119167816, -73.83998073294735, 40.776506828478745, -73.84079635217441, 40.776535384880006, -73.84157167023183, 40.77655900567727, -73.84169684646744, 40.77655776482083, -73.84179764703862, 40.776556766819894, -73.84249793473796, 40.77658175697648, -73.84259852666436, 40.77658534605706, -73.8426000349711, 40.776558141193284, -73.84301364131699, 40.776572747876045, -73.84304796822157, 40.776573682533574, -73.84310750075694, 40.776572039140504, -73.84312928681464, 40.77656932946846, -73.84339889748887, 40.776575184761775, -73.84350044540581, 40.77657927863636, -73.84359512670312, 40.77658270843513, -73.84384146275166, 40.776591636937184, -73.84402226648913, 40.776597633335214, -73.84459915845011, 40.776616214839265, -73.84529889145178, 40.77663745553522, -73.84574766263827, 40.77665176552055, -73.84612290332038, 40.77666513902212, -73.84625067889452, 40.776683792420926, -73.84624434277863, 40.776794003831036, -73.84622255928224, 40.77690540130033, -73.84712379337137, 40.77693508791874, -73.84800998343428, 40.77696346712902, -73.84904433893405, 40.77672161874963, -73.8490275760916, 40.77692635783168, -73.84903352112451, 40.776974083312794, -73.84904703123173, 40.77706296181776, -73.84905577770125, 40.77711649831493, -73.84905685242352, 40.777131521024934, -73.84905164660455, 40.77718305723609, -73.84903779388274, 40.777267762077564, -73.8490349070697, 40.77728812408683, -73.84901842182158, 40.777404316088926, -73.84899941527473, 40.77752173847281, -73.84897771219629, 40.77763460076913, -73.84897405169723, 40.77767433609731, -73.8489716581468, 40.77777229694791, -73.84895680343405, 40.77789024615145, -73.84895450161032, 40.7779273871065, -73.84895558665932, 40.777961353723114, -73.84896007965757, 40.777992779082886, -73.84896802271994, 40.778021899172586, -73.84897382593171, 40.77803503071761, -73.84898207219514, 40.77804798896535, -73.84899253723351, 40.77806042242501, -73.84900491860856, 40.77807196959774, -73.84901882147616, 40.77808227156517, -73.84903387803517, 40.77809105859435, -73.84904968840588, 40.77809810233358, -73.84911406092286, 40.77811438489858, -73.84917605106405, 40.7781265553117, -73.84920560387998, 40.778131073092965, -73.84928764110546, 40.77814065011298, -73.8493120587296, 40.778145138637974, -73.8493333833033, 40.77815069381241, -73.84935670854482, 40.77816102246616, -73.84937825877248, 40.778177323636136, -73.84939584931416, 40.778196045583535, -73.84943535491249, 40.778245245791325, -73.84947843631927, 40.77829575368456, -73.84949435693268, 40.77831748201749, -73.84950757413839, 40.77833822256727, -73.84951731933016, 40.7783568342936, -73.84952520757189, 40.778376266654426, -73.84953114581324, 40.778396282696214, -73.8495350588034, 40.77841663198103, -73.84953689738111, 40.77843705149782, -73.8495366454931, 40.77845730529385, -73.84953430129522, 40.778477160136276, -73.84952989369859, 40.77849640264346, -73.84952033368694, 40.77850853975305, -73.84948131213223, 40.77852862404804, -73.84946927950122, 40.778540377010636, -73.84945845541249, 40.77856250355009, -73.84945106398087, 40.77858059311344, -73.84944618560031, 40.778596895758646, -73.84944382117872, 40.778611534856246, -73.8494467078541, 40.77863678694448, -73.84945566725077, 40.77865191720253, -73.84946904032279, 40.77866347192322, -73.84950513862856, 40.778681517435885, -73.84953684897036, 40.778690722368246, -73.84957720568246, 40.77869842393194, -73.84960428433139, 40.778701796542094, -73.84968687479038, 40.77870907861476, -73.84973916994663, 40.778717374717424, -73.84975785871923, 40.77872198895144, -73.84978540732763, 40.77873339462263, -73.84979758830158, 40.7787440967752, -73.84980264949192, 40.77876383070145, -73.84980367020505, 40.77878555307581, -73.8498040991919, 40.77883800345869, -73.8497977940069, 40.77898270884492, -73.84979808202571, 40.77905511329784, -73.8497961073562, 40.77907502625757, -73.849792236513, 40.77909265667102, -73.84978489832764, 40.779107111891875, -73.84977160687163, 40.77912022660629, -73.84973107932932, 40.77914190651408, -73.84966179127255, 40.77916837828946, -73.84964409715607, 40.77917334489341, -73.84960160181225, 40.77917879421613, -73.84958245598466, 40.779183474356856, -73.84957076520958, 40.7791948801809, -73.8495703985211, 40.779230820594094, -73.84957273296357, 40.77928818030488, -73.84957754172216, 40.77939709796407, -73.84958284975956, 40.77942292142409, -73.84959547235651, 40.77944740907885, -73.84961377931279, 40.77946748267896, -73.8496363134555, 40.779481603161145, -73.84965952582226, 40.77948653578741, -73.84968773483773, 40.77948470314139, -73.8497318756122, 40.779477771903004, -73.849751892394, 40.77947668858313, -73.84977229803346, 40.77948072332729, -73.84979304246515, 40.77949736825806, -73.84980330480401, 40.779510551495896, -73.84981049565297, 40.779524671755745, -73.84982588252265, 40.77960832695798, -73.84982913243219, 40.77962913372092, -73.84983132317416, 40.77964315921379, -73.8498411861673, 40.779706316260615, -73.84984464034751, 40.7797400329047, -73.84984613402672, 40.77977056731671, -73.84981376013528, 40.77977694031438, -73.84979508625726, 40.779780294663894, -73.84975448873611, 40.77981863830094, -73.84973817794604, 40.77983155186338, -73.84972177623054, 40.779841708864296, -73.8497055315331, 40.77985000292628, -73.84968940827758, 40.7798564511126, -73.84966424205642, 40.77986265066733, -73.84961020012285, 40.779862627879076, -73.84959128996883, 40.77986410523829, -73.84957193684791, 40.779871836011665, -73.84955944258434, 40.77988279773706, -73.84955001639355, 40.77989958702165, -73.84954767072976, 40.779914302685754, -73.84954849057989, 40.77992947183385, -73.84955331645126, 40.77996213308563, -73.84955451293166, 40.77997891372567, -73.84955265332664, 40.779992946542315, -73.8495402560169, 40.78001498908505, -73.8495048200133, 40.78005161580891, -73.84949380579596, 40.780065512399034, -73.84948746914777, 40.780080187729446, -73.8494879363976, 40.78009411642403, -73.84949573805238, 40.78011158737223, -73.84951236087254, 40.780135209471105, -73.84952637335975, 40.78015174750173, -73.84956532357434, 40.78019197070682, -73.8495749510718, 40.78020407613291, -73.84958596419568, 40.780223705270515, -73.84959131661601, 40.78025193763096, -73.84959071944522, 40.78027086633053, -73.84958612705101, 40.7803147085414, -73.84958618480601, 40.78033476642622, -73.8495970782106, 40.78044779290064, -73.84960315678589, 40.78049021183464, -73.84961037069459, 40.78052876819035, -73.84961739890824, 40.78054569151423, -73.84963102911517, 40.78056211917067, -73.8496504367829, 40.78057701090088, -73.84967357015161, 40.78058876923431, -73.84969216055455, 40.780593108695165, -73.84975146118717, 40.7805923287483, -73.84977733660271, 40.780594831661894, -73.84979287595435, 40.780602580936794, -73.84980707762294, 40.780621455083825, -73.84981503378155, 40.78064139538998, -73.84981746055676, 40.780655306824606, -73.84981942912637, 40.78069221651371, -73.84981214556782, 40.78077008884088, -73.84981067053388, 40.780797987208665, -73.84981008696462, 40.780852402954615, -73.84981172379274, 40.78087042235536, -73.84981487541437, 40.780886510349916, -73.84982676911109, 40.780926015615215, -73.84984981054336, 40.78099016956887, -73.849856740381, 40.781006637994565, -73.84988262792048, 40.78105953575764, -73.849888005704, 40.78107712868882, -73.84988980325545, 40.781093231125965, -73.84988893217034, 40.781117563387134, -73.84988442348208, 40.78117320680655, -73.8498777033143, 40.781287570953786, -73.84987415288765, 40.781320669723435, -73.84986202892897, 40.781400578981945, -73.84985508146346, 40.781487001117604, -73.84985479611582, 40.78150321790587, -73.8498571162227, 40.78154869093129, -73.84985467654901, 40.78157200357835, -73.84984795795208, 40.78158791661934, -73.84983659498711, 40.78159930758523, -73.84981313100634, 40.78160895471447, -73.8497668687688, 40.78161776526935, -73.84973619947013, 40.78162012692461, -73.84965317840445, 40.78162356392209, -73.84958434845606, 40.78162910945109, -73.84954646065196, 40.7816310816215, -73.84949053112248, 40.781631132857314, -73.8493616992916, 40.781627053638786, -73.84928814852465, 40.78162783726313, -73.8492012578921, 40.78163197576924, -73.8491870866322, 40.78164149985543, -73.84918360991983, 40.78165549272525, -73.84918666955421, 40.781669776907144, -73.84920292850965, 40.7816852283041, -73.84921772181066, 40.78169397803818, -73.8492349268831, 40.78170125590164, -73.84925484789663, 40.781707190162685, -73.84927461655127, 40.78171135113046, -73.84929759611022, 40.78171479228937, -73.84938705954347, 40.781723402793496, -73.84942345543364, 40.781728449047925, -73.84944211122026, 40.78173229785924, -73.84947384140911, 40.78174227095782, -73.8495012388061, 40.78175716414093, -73.84951378293228, 40.78176780645843, -73.84952475802129, 40.78178025853794, -73.84953388640037, 40.78179419943819, -73.84954093302603, 40.78180931637825, -73.84954560660647, 40.781825023651145, -73.84954773780534, 40.78184076452524, -73.84954725086243, 40.78185598779396, -73.8495406949986, 40.78188791647545, -73.84952912998114, 40.7819179007335, -73.84952160671402, 40.781931789273806, -73.84951298716256, 40.78194483171017, -73.84950332125567, 40.78195695156478, -73.84949265532153, 40.78196809306672, -73.849472945716, 40.78198441145357, -73.84944811994342, 40.782000527744145, -73.849422715076, 40.78201444964729, -73.84936185969644, 40.78204523935884, -73.84933420306957, 40.78206110248507, -73.8493117652324, 40.782076832850784, -73.8492939169746, 40.78209302036628, -73.84926950061477, 40.78212135067597, -73.84925186455591, 40.78214793116764, -73.84924064029411, 40.78217331967417, -73.8492357967788, 40.78219762962022, -73.84923644344897, 40.78222386301906, -73.84924212020702, 40.78224646226463, -73.84925257809114, 40.78226446169142, -73.84926764704164, 40.78227762604437, -73.8492960091669, 40.78229294377308, -73.84932904005035, 40.78230672773891, -73.84936730180135, 40.782319249723955, -73.84941365685422, 40.78233144998656, -73.8494775517066, 40.782346543044476, -73.84952318273079, 40.78235622270985, -73.84956489782031, 40.78236353432561, -73.84960336270603, 40.78236850217787, -73.84964463058664, 40.782371882485606, -73.84974246335753, 40.78237690071853, -73.84978655325114, 40.78238024233133, -73.84982764404951, 40.78238493077348, -73.84993441108507, 40.78239917082971, -73.84999441647415, 40.78240441964051, -73.85017559804407, 40.78241085890132, -73.85020961244143, 40.78241253663067, -73.8502303311447, 40.78241526686887, -73.85024983432376, 40.78243013070158, -73.85026066380415, 40.782446859008665, -73.85027330255721, 40.78245767876408, -73.85029411357539, 40.7824572951715, -73.85031710940613, 40.78244362298956, -73.85034040997087, 40.782414014097505, -73.85035396063338, 40.782402302643575, -73.85037135705193, 40.78239468356435, -73.85040198101588, 40.782388920481324, -73.85044211440918, 40.78236522991195, -73.8504623761376, 40.78235937862274, -73.85048366321296, 40.78235537018882, -73.85051869115085, 40.78235306081436, -73.85057294219925, 40.78235423969088, -73.85064452494208, 40.78235709432897, -73.85080255719782, 40.78236536844181, -73.8508519065563, 40.78236579072194, -73.85095974125609, 40.782364117521816, -73.85105864343001, 40.78236457047041, -73.85115887953056, 40.78236662525074, -73.85118244873706, 40.782370355856095, -73.85120513693111, 40.782379744079556, -73.85122501941431, 40.78239513863304, -73.85168734951864, 40.78236243217, -73.85192054815153, 40.78234703358823, -73.85201581844963, 40.78234411767013, -73.85209644378456, 40.78234169886657, -73.85216039976756, 40.78234127484921, -73.85228096858555, 40.78234598690613, -73.8523442575352, 40.78234505584905, -73.8523815653036, 40.7823440905789, -73.85253458360528, 40.78233496538117, -73.85260054315266, 40.78233227531653, -73.85277635355654, 40.78233329609826, -73.85285529256477, 40.78233163193246, -73.85297395460684, 40.78232912870177, -73.85314992513013, 40.782323616869796, -73.85320917023522, 40.78208270335809, -73.85321368502194, 40.78206766440609, -73.85324406486832, 40.782052079372, -73.85326692680717, 40.782045067451314, -73.85329195784004, 40.78203915059758, -73.85331933812319, 40.7820342903171, -73.85346811754538, 40.782012988187695, -73.85364506717985, 40.781989031843494, -73.85367973515135, 40.781985426128095, -73.85371710599367, 40.78198315117459, -73.8537579522456, 40.78198214852755, -73.85380511610335, 40.78198234614669, -73.85395650538482, 40.78198953681005, -73.8540557039475, 40.78199072327376, -73.85413968735249, 40.781988835889145, -73.854171567109, 40.78198552546371, -73.85424027151453, 40.781973461897614, -73.8542681680258, 40.781970855103076, -73.85429401647775, 40.78197084276277, -73.85435233249275, 40.78197391605614, -73.85437832824996, 40.781974260482265, -73.85449825773573, 40.78197042634106, -73.85459641511791, 40.78196394054074, -73.85463146869184, 40.78196003785965, -73.85470960394397, 40.78194916917078, -73.85474428235568, 40.78194562888502, -73.85480622506267, 40.781941453869365, -73.8548542827777, 40.781939727810595, -73.8549001851045, 40.781939845048896, -73.85496441428165, 40.78194162335047, -73.85505841333166, 40.78194603881473, -73.85516739002641, 40.78195381839536, -73.85519576466442, 40.781956859931555, -73.85522449611857, 40.78196143186353, -73.8552534399041, 40.781967514198435, -73.85528242313922, 40.781975070698905, -73.85530228009947, 40.781981871917864, -73.85532050674048, 40.78199040545524, -73.85533642612496, 40.78200035078348, -73.85534961590386, 40.78201144082455, -73.85536630373953, 40.782030847796804, -73.85537942212315, 40.782052451116336, -73.8553884516462, 40.78207539825668, -73.85539300938437, 40.78209872249874, -73.85540215289541, 40.782211021280304, -73.85541082630328, 40.782340692871266, -73.85541235220285, 40.78245306493621, -73.85542197041825, 40.782580295543156, -73.85543894787794, 40.78283688270206, -73.85544085079805, 40.78288094038762, -73.85544431390089, 40.78297031693217, -73.8554506188335, 40.78314276121614, -73.85564799331743, 40.78313756777796, -73.85568713395313, 40.78315639588322, -73.85571213337508, 40.783170626313584, -73.85572843314715, 40.78318122942875, -73.85577176549863, 40.783211446007776, -73.85578341013448, 40.783222817721295, -73.85579178326118, 40.78323773151969, -73.8557964559868, 40.78325237233734, -73.85580842213713, 40.783279948096826, -73.8558107020807, 40.783303749435724, -73.85581296995908, 40.78333312307028, -73.8558152153204, 40.783354294897684, -73.85582618512477, 40.78336821058297, -73.85584806551448, 40.78337251083972, -73.85587304725276, 40.78336650421474, -73.85591893825215, 40.78334931697154, -73.85593713354211, 40.7833424346637, -73.85596093354269, 40.783337240596936, -73.85599952679178, 40.78333701687547, -73.8560335244727, 40.78333849205182, -73.85611274903631, 40.78334554287664, -73.85614261371023, 40.78335176661428, -73.85621393223688, 40.783377730664185, -73.85623171230651, 40.783382626367384, -73.85626839025568, 40.78338663793219, -73.85628930519395, 40.78338542852585, -73.85631107349502, 40.78338184735504, -73.85633399498974, 40.78337584616599, -73.85635640841356, 40.78336811897587, -73.85638099979641, 40.783357969441866, -73.85641761543306, 40.78333978258914, -73.85643316942358, 40.783332056743106, -73.85645205954776, 40.78332267092162, -73.85643993432048, 40.78315720374937, -73.8566810540246, 40.78314964247676, -73.85670377328874, 40.783148929615145, -73.85671073126372, 40.78318129062854, -73.85671669449351, 40.78319915501212, -73.85672676781714, 40.783220698556335, -73.85674404821853, 40.78324749018364, -73.85678319068549, 40.78330529707878, -73.8568036520327, 40.78333209625187, -73.85682477019526, 40.78335757249819, -73.85684128436174, 40.783371051026805, -73.85686419111936, 40.78338124975772, -73.85689057652675, 40.78338687014561, -73.85691574744, 40.78338706168985, -73.85698714645093, 40.78337846947002, -73.8570807261435, 40.78336952830554, -73.85712873369032, 40.78336568505386, -73.85717784429352, 40.78336289673739, -73.85727945763973, 40.78336046969855, -73.8572982659069, 40.7833615871006, -73.8573184919087, 40.78336507998, -73.85734051946609, 40.78337095961719, -73.85736824521659, 40.783380259207895, -73.85739519631888, 40.783390600615526, -73.85741998841434, 40.783401724583996, -73.85744260611705, 40.78341362389175, -73.85746304350707, 40.78342629673159, -73.85749350525124, 40.78344921077414, -73.85751732987069, 40.78347233362393, -73.8575343589365, 40.78349551200372, -73.85754452512393, 40.783518647678626, -73.85755062227737, 40.78354934254538, -73.85755204160064, 40.78358365255089, -73.85754287752471, 40.7836264727317, -73.85754278017909, 40.78364262402707, -73.85755883123163, 40.783655046490445, -73.8576070195815, 40.78365925555763, -73.85765720106784, 40.783661588618, -73.85777527534508, 40.783664058594475, -73.85783297808014, 40.78366771379307, -73.85787766990532, 40.783672705472945, -73.85794918325396, 40.78368223901596, -73.85799605677404, 40.78368748908183, -73.85801725359947, 40.7836907876254, -73.85803742661193, 40.783695860695154, -73.85805418401146, 40.7837026522159, -73.85806873332359, 40.783711572504565, -73.85808130554878, 40.78372262995089, -73.85809199764668, 40.78373591202378, -73.85810097977887, 40.78375162334722, -73.85810758954912, 40.78376760820331, -73.85811331318479, 40.78378636191405, -73.85813431927333, 40.783856400953, -73.85815747655845, 40.783932132910984, -73.85816813314536, 40.783993809743315, -73.85817228296064, 40.78401616352391, -73.8581717667213, 40.784031041892916, -73.85816854597341, 40.78404750001707, -73.85814829106032, 40.78410750709231, -73.85813495019843, 40.784154124097064, -73.85812363699625, 40.7841871009823, -73.85810837850045, 40.78421071228455, -73.85809642366097, 40.7842217746469, -73.85808174892533, 40.78423218079424, -73.8580643899646, 40.78424186953528, -73.85804484740267, 40.7842505245086, -73.85802363708109, 40.78425791581986, -73.85800160314581, 40.78426374914349, -73.8579534709156, 40.784264671375034, -73.85793207164045, 40.784266221776925, -73.8579041516717, 40.784276662000885, -73.8578877952464, 40.7842862087715, -73.85785532772096, 40.78436185777089, -73.85784848822301, 40.78438244743006, -73.85783493559995, 40.784423249592315, -73.85783053466032, 40.784437539641104, -73.85783035847491, 40.78446567832711, -73.85783547955626, 40.78448420437971, -73.85784533798902, 40.784508441859664, -73.85793425078369, 40.78450143482812, -73.85794078416414, 40.78451548081575, -73.85800366047415, 40.78465063458292, -73.8579820312224, 40.78465052688569, -73.8579683672957, 40.784662989210396, -73.85797581517966, 40.784677649564976, -73.85800723195857, 40.78470640080003, -73.8580476893577, 40.78474239329699, -73.8581309334677, 40.78480992542871, -73.85816453519872, 40.78483858835905, -73.8582752497977, 40.78493785457896, -73.85831017815346, 40.7849722715073, -73.8583397149873, 40.78500439362093, -73.85841247886356, 40.78508954179928, -73.85846481992309, 40.78514933191621, -73.85847627415336, 40.78516036363, -73.85850383801899, 40.785182711025264, -73.85851903193581, 40.78519956547236, -73.85852594743474, 40.785216190933134, -73.85899156047306, 40.78520385737218, -73.85905695065473, 40.7854332944219, -73.85906636691345, 40.78546633006114, -73.85908213948252, 40.78552166991055, -73.85899973955595, 40.78549435414361, -73.85894034331783, 40.7855673347138, -73.85895721875715, 40.78557795247962, -73.85897274312413, 40.785585438443455, -73.85899124361185, 40.785588424634334, -73.85901334759338, 40.785585485422494, -73.8590381678842, 40.78558604347809, -73.85905706259774, 40.78559196757926, -73.85908482820773, 40.785616010726294, -73.85910484799562, 40.78563613981886, -73.85912438069144, 40.78566195138281, -73.85913266622406, 40.78567956723206, -73.85913527679953, 40.785698887098796, -73.85913188627245, 40.78571727031186, -73.85912285881695, 40.78573281815657, -73.85910598058287, 40.78574812407327, -73.85907851813195, 40.78576553682832, -73.85904278628158, 40.78577841623961, -73.859025999408, 40.785785810442796, -73.85901247204451, 40.785800902523015, -73.85900722968283, 40.785818745866834, -73.85900754817439, 40.78583282921243, -73.85901262342989, 40.785863689332544, -73.85902672549706, 40.785894997238096, -73.85903168991463, 40.78591106557045, -73.85903137963464, 40.78593115179557, -73.85902784169893, 40.785946394773134, -73.85902121746844, 40.785965009057875, -73.85900817860671, 40.78598549574362, -73.85898579496447, 40.78600462294217, -73.85897116314213, 40.78601366679274, -73.85895403664748, 40.78602251758233, -73.85891074006584, 40.786040408894856, -73.85885571776463, 40.786060094039726, -73.8588048846109, 40.7860770278532, -73.85875663414589, 40.78609174507133, -73.85871029775537, 40.78610444478923, -73.85865077443391, 40.786115781164234, -73.8586270565838, 40.78612264901934, -73.85859860120908, 40.786138305362364, -73.85858452871018, 40.786152831207424, -73.85857642323134, 40.786169850660066, -73.85856622690211, 40.78621743329519, -73.85856492388272, 40.78624801095253, -73.85856645028984, 40.7862623010954, -73.858569423621, 40.78627587261204, -73.8585784398553, 40.786301958620115, -73.85859127659197, 40.78632931632178, -73.85860815424114, 40.78635848448664, -73.85863031342602, 40.786391610531574, -73.85864129636992, 40.7864048721925, -73.85866899553905, 40.786432955908595, -73.8586792005993, 40.786445988784806, -73.85868878914056, 40.786462024979684, -73.85869445258078, 40.78647527561028, -73.85869681435639, 40.78649287612086, -73.8586907384229, 40.78651432763948, -73.85868283302074, 40.78653085026675, -73.85867222425769, 40.78654780992397, -73.8586588693293, 40.78656527769754, -73.85860949205667, 40.78662337786786, -73.85856725249933, 40.7866693822254, -73.85854492685972, 40.786690595871534, -73.85848302500459, 40.786744374411974, -73.85847124119434, 40.78675672473752, -73.8584450558535, 40.78678782383999, -73.85842952679856, 40.78680249735921, -73.85839718259126, 40.78681876211621, -73.85832309732464, 40.78687433470883, -73.85826743295611, 40.78691639806253, -73.85825574994689, 40.78692811363574, -73.858234124613, 40.78695697784842, -73.85820537113759, 40.78698834028526, -73.85816955623203, 40.787024804374745, -73.85815754099909, 40.787035064317514, -73.85814353816136, 40.78704400797984, -73.85812816580695, 40.7870512480055, -73.85809130891069, 40.787060711931666, -73.85806905613416, 40.787063174417725, -73.85804551933207, 40.78706384692058, -73.8580210930573, 40.78706271821907, -73.85799961465905, 40.78706039457612, -73.8579799771341, 40.787057079043265, -73.85796202058432, 40.78705275071285, -73.85792171158414, 40.78703707731447, -73.85786314861413, 40.78700823315834, -73.85780599865004, 40.78698515573067, -73.85772985738491, 40.786958553679575, -73.85770908733491, 40.78695298994942, -73.85768481742642, 40.78694912204192, -73.85760255698129, 40.786943555285404, -73.85757378028529, 40.786940221186754, -73.85754733848171, 40.786934248794076, -73.85752521048067, 40.7869254730619, -73.85750542256982, 40.78691384652734, -73.85746576276833, 40.78688555773565, -73.857447392724, 40.78687407882589, -73.85737742434004, 40.78684028556158, -73.85736136264445, 40.786830829321104, -73.8573483414769, 40.78682117422887, -73.8572855888329, 40.786766724214054, -73.85724349003826, 40.78672947953157, -73.85721807459603, 40.7867167626721, -73.85716818608881, 40.786706023599166, -73.8571234562359, 40.78669077578181, -73.85705112158176, 40.78666005099763, -73.85703042670774, 40.7866526520144, -73.85701118169386, 40.78664704232328, -73.85699174610095, 40.78664797544174, -73.85695322357388, 40.78666622583953, -73.85693580388923, 40.786670169128236, -73.85691545620595, 40.78666991514019, -73.85686648780687, 40.786667139319704, -73.85684155918254, 40.78666774591233, -73.85681133213077, 40.78667229551964, -73.85676146402302, 40.78668406074748, -73.85670910569509, 40.78669685213173, -73.85667404633135, 40.78670839709976, -73.85664594636195, 40.786722083103186, -73.85662488221394, 40.78673818129343, -73.85660830218494, 40.78675766734537, -73.85659429509751, 40.78678116563241, -73.85658366655286, 40.78680539302633, -73.85656011670446, 40.78686879869735, -73.85655178055586, 40.78688647058347, -73.85654280848868, 40.7869018021726, -73.85652107650918, 40.78694022926565, -73.85650746151644, 40.786953279502534, -73.85649032787013, 40.786959137547726, -73.85645160016723, 40.78695370971666, -73.85640981063973, 40.78695780717232, -73.85638521898125, 40.78696417459886, -73.85636465125992, 40.78697251463261, -73.8563481726878, 40.786982803943964, -73.85633435873169, 40.786995249675364, -73.85632137645807, 40.787010448376684, -73.85628494653413, 40.78706624579781, -73.85626918781345, 40.78708662252055, -73.8562533837113, 40.7871022229208, -73.85621070866564, 40.787138868752166, -73.85619204025907, 40.787160276510946, -73.85617855829862, 40.787184088776264, -73.85616903469666, 40.78721006808583, -73.85616370422142, 40.78723758258097, -73.85616274176594, 40.78726574728694, -73.85617045476727, 40.78735616823127, -73.85617603583508, 40.7874364225455, -73.85617604732445, 40.787462914432616, -73.85617436323815, 40.787486740518275, -73.8561669722901, 40.78750115373686, -73.85614910197845, 40.7875122940577, -73.85609772330349, 40.78752918637256, -73.85608104580753, 40.7875355014807, -73.8560611051208, 40.787547992657174, -73.8560160360938, 40.78760890305648, -73.85597608761792, 40.787663227260666, -73.8559586829522, 40.78767486701192, -73.85592982710885, 40.787680077269215, -73.85589212139256, 40.7876818122222, -73.8558040568257, 40.78768679081087, -73.85573913520531, 40.78768925258351, -73.85560309449492, 40.787692485216056, -73.85556149312308, 40.78769262489318, -73.8554219618417, 40.787689403541066, -73.85539746598897, 40.78769022198263, -73.85537111330333, 40.78769335418034, -73.85534233975318, 40.78769883454449, -73.85530781000156, 40.78770729374002, -73.85528960083408, 40.78771398592206, -73.85525882733792, 40.78772983303622, -73.85523406973606, 40.78773932204934, -73.8551274867612, 40.78774766184618, -73.85494971730252, 40.78775992641197, -73.85491541650791, 40.787763319553136, -73.85483685933927, 40.78777439676545, -73.85480173061377, 40.78777822197148, -73.8547645703728, 40.78777969879878, -73.85473137970666, 40.787777656952784, -73.85470704615426, 40.787774119723395, -73.85468022440729, 40.787769028686895, -73.85457031964215, 40.78774407761916, -73.85451274700522, 40.78773302603415, -73.85448289397341, 40.787733113514854, -73.85442754731908, 40.78774492934761, -73.85440531640548, 40.78774752082637, -73.85437741250222, 40.78774644459177, -73.85431408967432, 40.78773886788354, -73.85428497508519, 40.78773880496207, -73.85416877870537, 40.78774930733067, -73.85401805117196, 40.78776393877533, -73.85393151819052, 40.78777327450275, -73.85371524647914, 40.78779857715916, -73.85354068289018, 40.787814494256786, -73.85345184105806, 40.78782579338678, -73.85336457663863, 40.787841168326956, -73.85332033601708, 40.78785128140098, -73.85328433228037, 40.78786232975966, -73.85325391327527, 40.78787513129184, -73.85322865080776, 40.78788990788061, -73.85313945449515, 40.78795495368886, -73.85304317716668, 40.78802133574901, -73.85301985873255, 40.788039911287576, -73.85299454983486, 40.78806332268039, -73.85293742826391, 40.788125363740704, -73.85287291916653, 40.788179489833674, -73.85284229851464, 40.788211056562744, -73.85284200856033, 40.78834224043677, -73.85288990401911, 40.788346355642226, -73.85297296761496, 40.78835152065768, -73.8530666408274, 40.78835622997831, -73.85312592812411, 40.7883581650849, -73.85316419503404, 40.78835789146538, -73.8532509288619, 40.78835404512972, -73.85328967049064, 40.78835340556865, -73.85346960802902, 40.78835819012137, -73.85353771489724, 40.78835797502398, -73.85359051667503, 40.78835559995111, -73.85361441419586, 40.78835275410325, -73.85367261967504, 40.788341804971935, -73.85369958004921, 40.78833833624563, -73.85386496208707, 40.78832655227643, -73.85401770286298, 40.78831724915088, -73.85415345778877, 40.78831420983361, -73.85424119256838, 40.78831310514776, -73.85432600523798, 40.78831327541462, -73.8543536271144, 40.78831502307942, -73.85438364035136, 40.78831981205296, -73.85441611762707, 40.78832745872273, -73.85446439869231, 40.78834111728166, -73.85450027755202, 40.78835254222718, -73.85453502436474, 40.78836586218998, -73.85456828398806, 40.78838094344866, -73.85459973211873, 40.78839763611199, -73.85463110308005, 40.78841766412892, -73.85466211951808, 40.788441624182525, -73.85469341314149, 40.788469962818034, -73.85472744467103, 40.78850489657088, -73.85476549455318, 40.78854548962937, -73.8547851776839, 40.788570937404415, -73.85479249246818, 40.78858348881278, -73.85480083121224, 40.788607313094346, -73.85480065694698, 40.78864212808346, -73.85479354755459, 40.78869130814802, -73.85479170468906, 40.78871272786819, -73.85479014334463, 40.78880226101304, -73.85478828215817, 40.788841313439015, -73.85477488762787, 40.788955560356555, -73.85477486624156, 40.789013706641654, -73.85477254621838, 40.789036060480285, -73.85476699676764, 40.789056628156, -73.85475091943697, 40.789099881516464, -73.8547451362954, 40.78911894505814, -73.85472716198252, 40.78919753081945, -73.85471341282778, 40.78925051342969, -73.85470066286665, 40.789292986639154, -73.8546933064027, 40.78931090455681, -73.85467402350817, 40.789347355074035, -73.85466678023764, 40.78936334695902, -73.85464575691063, 40.78943232230577, -73.85464575691063, 40.78943232230577 --73.78177608573833, 40.79484556596058, -73.7817804627048, 40.794860410029145, -73.78177897203102, 40.79491718029928, -73.7818107290748, 40.79491743852947, -73.78184612937213, 40.79491671489451, -73.78186715439914, 40.7949167060588, -73.78188775170193, 40.79491632720377, -73.78190590534517, 40.794916064388694, -73.78194020336213, 40.79491543679392, -73.78197085376348, 40.794914952673246, -73.78199233034944, 40.79491454844767, -73.78201211306431, 40.79491433912524, -73.78204084535315, 40.794913777517074, -73.782070879375, 40.7949133624434, -73.78209089150003, 40.794912932017546, -73.78212186640555, 40.79491249619676, -73.78214471187061, 40.794911996375575, -73.78216696660975, 40.79491169264355, -73.78220139124137, 40.79491111563852, -73.78223721736754, 40.79491061511224, -73.78225863142382, 40.79490976497014, -73.7822773730412, 40.79490905925947, -73.7823081269894, 40.794907708060585, -73.782328237489, 40.7949069058717, -73.78235016933832, 40.79490605849142, -73.78238469363517, 40.79490471439158, -73.78240695402707, 40.79490376766499, -73.78243975523287, 40.794902495037526, -73.78247613699092, 40.794900931992096, -73.7825082876781, 40.79489965991851, -73.78252921260503, 40.79489873496195, -73.78255130907078, 40.79489791216756, -73.78258238765731, 40.7949056358733, -73.78259627389207, 40.794917878284885, -73.782630367129, 40.79492988595185, -73.78264943303758, 40.79493002096122, -73.78267669710732, 40.79493022185322, -73.78270923500725, 40.7949304822086, -73.7827290189658, 40.79493061855847, -73.7827686805725, 40.794930866210514, -73.78280362398246, 40.794931081545165, -73.7828227896613, 40.79493114377318, -73.78285337113306, 40.79493144902871, -73.7828760840074, 40.79493163949829, -73.78291863905694, 40.79493191866379, -73.78293790181577, 40.79493200626954, -73.78295827095751, 40.794932192309204, -73.78299292161913, 40.794932431348805, -73.78302535872555, 40.79493271573874, -73.78306267912981, 40.794932910255326, -73.7830888057827, 40.794933082794486, -73.78311670719843, 40.794927870059375, -73.78314967289074, 40.79491611388756, -73.78316792300546, 40.794906602893036, -73.78317795978826, 40.79489186073435, -73.78318845635434, 40.79487637742548, -73.7832048615969, 40.79486721685236, -73.78322906173555, 40.794869884631105, -73.78323289471518, 40.794897600306086, -73.78322394110498, 40.794914113994366, -73.78321662728199, 40.79492738985695, -73.78320642738502, 40.79494200924376, -73.78318924939, 40.79495122329414, -73.78316534210342, 40.79495904151083, -73.78313397751809, 40.794963790286495, -73.78309754679934, 40.79496546420926, -73.78307786260197, 40.79496525426918, -73.78304763658696, 40.79496494884177, -73.7830125301234, 40.79496458559173, -73.78298542513232, 40.79496428782446, -73.78296398491825, 40.79496407275773, -73.78293006568829, 40.794963723424644, -73.782893525255, 40.794963431279044, -73.78285855174289, 40.79496299439129, -73.78282347609176, 40.79496263024123, -73.78279107104328, 40.79496232154133, -73.7827720039403, 40.794962186553164, -73.7827393385402, 40.794961777392224, -73.78271858058676, 40.7949616383076, -73.78268571832619, 40.794961280089005, -73.78264218635951, 40.79496080178529, -73.78261447233331, 40.79495832536684, -73.78258279120853, 40.79495549476523, -73.78255053109388, 40.794949993972736, -73.78251333113585, 40.79494339514277, -73.78248359595074, 40.794942645645236, -73.78244891326594, 40.794941689592015, -73.78243062696717, 40.794941209327504, -73.78241201718787, 40.79494072934998, -73.78236263220766, 40.79493939882193, -73.78234362570798, 40.79494030035587, -73.78231297119174, 40.79494167786662, -73.78228082036667, 40.79494334700723, -73.78226018919813, 40.79494429678719, -73.7822387758355, 40.79494529371289, -73.78221502077857, 40.79494638706635, -73.78217902834459, 40.79494809664655, -73.78216041403321, 40.794949001592926, -73.78213919617328, 40.79494999977012, -73.78211980203407, 40.794950952763585, -73.78209734579242, 40.794951997219286, -73.78206386116547, 40.79495353950852, -73.78203506211537, 40.79495494386665, -73.78201107710424, 40.794956060156366, -73.78198768099097, 40.794957176654414, -73.78195321848237, 40.79495881881865, -73.78191358062786, 40.79496072043085, -73.78188279559784, 40.79496214530691, -73.78186203510423, 40.79496314339805, -73.78183889728851, 40.79496426215575, -73.78181283126293, 40.79496547262017, -73.78178708989336, 40.794966685494316, -73.7817569896378, 40.79499669358804, -73.78175043859694, 40.795010330102826, -73.7817446614934, 40.79502535305582, -73.78173706773318, 40.79503898759539, -73.78172467483185, 40.795061011134145, -73.78173217358439, 40.79526355918608, -73.78173747381787, 40.79534267207508, -73.78173722114664, 40.79535685361246, -73.78173631682597, 40.79537101860722, -73.78173476682728, 40.795385152662746, -73.78173257121503, 40.79539923596799, -73.78172973122396, 40.795413253216736, -73.78172625520416, 40.795427187315205, -73.78172214084447, 40.79544102024893, -73.78171739648609, 40.79545473762559, -73.78171202930305, 40.79546831964759, -73.78170604289407, 40.79548175281419, -73.78169944561226, 40.795495019131025, -73.78169224698385, 40.795508104208, -73.78168445181012, 40.79552098914351, -73.7816760731633, 40.79553366225575, -73.78166711939653, 40.7955461055503, -73.7816576012181, 40.79555830553978, -73.78164753408483, 40.79557024604426, -73.78163692633514, 40.79558191357195, -73.78162578631068, 40.79559329373032, -73.78161413775676, 40.79560437215632, -73.78160198782116, 40.795615137156666, -73.7815893531428, 40.795625573454316, -73.78157624915806, 40.79563567117275, -73.78156269013904, 40.79564541412981, -73.78154149690236, 40.79565942000378, -73.78151907395348, 40.795672268198146, -73.78149552458135, 40.79568389767378, -73.78147096983113, 40.795694252828355, -73.78144552126605, 40.79570327894222, -73.78118225100431, 40.795795462777214, -73.78075338658348, 40.7959431109807, -73.78059186638899, 40.79599973521022, -73.77989878021162, 40.7962427156673, -73.77980304926416, 40.796205210598515, -73.77944960998578, 40.796575920117135, -73.77946868387706, 40.796608124362166, -73.77943300247432, 40.7966612226575, -73.77936246104127, 40.79668507613723, -73.77928445403836, 40.79667438370949, -73.77927286958523, 40.79663736528183, -73.77871477804543, 40.79659704591528, -73.77868968557686, 40.796604957282206, -73.77867107729453, 40.79661779423631, -73.77865312683089, 40.79662879362453, -73.77862394558743, 40.79664012803992, -73.77860456117715, 40.79664761180618, -73.77858658902382, 40.796654082515175, -73.7785550576741, 40.796665522260085, -73.77853520730388, 40.79667237296676, -73.77851817543035, 40.79667829616513, -73.77849735268695, 40.796683937422955, -73.77846699077247, 40.7966911254172, -73.77844830400448, 40.796695481251774, -73.77841208512822, 40.7967043878391, -73.77837959826363, 40.79670989679059, -73.77834923697162, 40.796716534547976, -73.77831089779795, 40.796722719309706, -73.77829124687223, 40.79672375221118, -73.77827065501977, 40.796724810314416, -73.77825056519727, 40.796727406537556, -73.77822227134284, 40.79673163309109, -73.77820132117841, 40.796732472570945, -73.778167684645, 40.79673627730074, -73.77813538746875, 40.79673783514348, -73.77810288001466, 40.79673955556328, -73.77806661990601, 40.796738416857174, -73.77803334793741, 40.79673025457122, -73.77800593027986, 40.79672117153071, -73.77797478041494, 40.7967151826254, -73.77794084566509, 40.796710699389855, -73.7779218587307, 40.79670734175674, -73.7778855842382, 40.79670093142411, -73.77785421333816, 40.79669620456474, -73.77782399664048, 40.79669252270357, -73.77778724663284, 40.7966865787842, -73.77775422398862, 40.79667970821878, -73.77772279869052, 40.79666998613117, -73.7776949140746, 40.79665988634909, -73.77766141664763, 40.79665361907856, -73.77764012113144, 40.79665036680715, -73.77760946299357, 40.79664866064111, -73.77757811951655, 40.79664673342184, -73.77754158520008, 40.79664150303824, -73.77752169216367, 40.79663981762454, -73.77748973765033, 40.79663706614254, -73.7774714751337, 40.796632886774184, -73.77744563663792, 40.79661614877495, -73.7774203241696, 40.796603692774816, -73.77740390955907, 40.796597923975, -73.7773753305906, 40.796590321669065, -73.77734721958076, 40.796583102973514, -73.77732801652003, 40.79657919641885, -73.77730831334193, 40.79657495841026, -73.77727882707042, 40.79656867176267, -73.77724579978613, 40.79656215854183, -73.77722587979913, 40.79655720510114, -73.77720480808057, 40.79655118233526, -73.77718792546634, 40.796545055100474, -73.77716048274351, 40.796532897493954, -73.77714078778905, 40.79652514841306, -73.77712307914409, 40.79651764810624, -73.77710550897994, 40.79651267307367, -73.77707132901067, 40.79650538854444, -73.77703946597003, 40.796497285427456, -73.77700853957874, 40.79648937411969, -73.77697244954493, 40.79648137356835, -73.77694224560373, 40.79647357440246, -73.77691717748648, 40.796463561827636, -73.77690167146883, 40.79645647727921, -73.77687050504092, 40.796444890518636, -73.77684188501982, 40.79642801012226, -73.77682617432181, 40.79641730244541, -73.77679776722078, 40.79640124550961, -73.77676727207628, 40.79638348257294, -73.77674992979365, 40.79637452770575, -73.77673442573334, 40.79636722431634, -73.77670372963303, 40.79635497925347, -73.7766863812743, 40.79634819367568, -73.77665422749588, 40.79632965936668, -73.77663779037553, 40.79631969136995, -73.77661854497079, 40.79630760444887, -73.77660304657597, 40.79629826861819, -73.77658780242058, 40.79628803007406, -73.77657209068147, 40.79627800764262, -73.77654789752675, 40.79626541854393, -73.77651555035952, 40.79625086314209, -73.77649116402543, 40.796242525830266, -73.77645833965497, 40.79622964532231, -73.77644099328933, 40.79622228338953, -73.77642436551591, 40.796215472154564, -73.77640489172482, 40.79620684268458, -73.77638801719655, 40.79619835603072, -73.77635819773111, 40.79618339485894, -73.77634038492762, 40.79617520804597, -73.7763127223653, 40.79616368106213, -73.77628271202967, 40.79615193159318, -73.7762644268083, 40.796144345387276, -73.77623535980875, 40.79613185662328, -73.77621823377602, 40.79612276611939, -73.77620133341871, 40.79611175437842, -73.77617884992753, 40.79609573580501, -73.77616428715986, 40.7960869240232, -73.77613963772203, 40.79607123262088, -73.77612627005854, 40.79606115974996, -73.77611428296503, 40.796049992746816, -73.7761027674404, 40.796037427277234, -73.7760782745552, 40.79601712379101, -73.77605581177417, 40.79599567160032, -73.7760386592915, 40.79597368041667, -73.77601317225499, 40.79595867174143, -73.77599720645911, 40.79594884144472, -73.77597431488063, 40.79592524790963, -73.7759537646087, 40.795904155114265, -73.77593060312131, 40.795885775856725, -73.77591966063423, 40.79587477565556, -73.77590879337073, 40.79586325420852, -73.77589904587563, 40.79585137743793, -73.77588612220931, 40.79583861650083, -73.77587233060018, 40.79582673276523, -73.77585239540956, 40.79580457135011, -73.7758428997622, 40.79579286075688, -73.7758310952042, 40.7957806494955, -73.77581021740873, 40.795760079228984, -73.77578633994534, 40.79574005152981, -73.77577226276766, 40.795727124444305, -73.77575263854833, 40.79570869620026, -73.77574126353828, 40.795697721254804, -73.77571775167597, 40.79567645966322, -73.77569672767436, 40.795655694582585, -73.77568452445273, 40.79564400752309, -73.7756692662111, 40.79562783811743, -73.77564699836637, 40.79561226020401, -73.775631035946, 40.795601469025925, -73.77561001437599, 40.79558034913578, -73.77558981352593, 40.79556252397821, -73.77557655677985, 40.7955526439659, -73.77546440971079, 40.79543613102736, -73.77545297695214, 40.79542087585068, -73.77543936737783, 40.79540846922465, -73.77541468231624, 40.79539187168964, -73.77539188325773, 40.7953739865034, -73.77536975286327, 40.79534932273025, -73.77534952523696, 40.79532858705243, -73.7753292946325, 40.795309088656005, -73.77531104809835, 40.795290140728795, -73.77528735292933, 40.79526920827422, -73.77526177132602, 40.79525145451343, -73.77524109227399, 40.79523634517798, -73.77521821988658, 40.79521774751607, -73.77519629308028, 40.79519739301178, -73.77517457195862, 40.79518104704246, -73.7751595143958, 40.79516937957273, -73.77513844616453, 40.79515163458814, -73.77511845378446, 40.79513636267841, -73.77510332646918, 40.79512395305078, -73.77507955365228, 40.79510499700484, -73.77505736737989, 40.79508711204656, -73.77503602019462, 40.79506637502815, -73.77502436058002, 40.79505378125134, -73.77501421521085, 40.79504226112697, -73.77500345849676, 40.795029670010905, -73.77499169104826, 40.7950174326193, -73.77497848036414, 40.79500414962668, -73.77495600289664, 40.794986897133505, -73.77493568828855, 40.79497058087958, -73.77492225020829, 40.79496042668376, -73.77489787447493, 40.79493864004232, -73.7748772760697, 40.79492075905026, -73.77486552889683, 40.794902538744104, -73.77484934299572, 40.79489344896986, -73.77483746177961, 40.794882282938346, -73.77482110331422, 40.79486045701094, -73.77481124832815, 40.79484858173681, -73.77480034832014, 40.79483598761983, -73.7747894127847, 40.79482303863419, -73.7747719635209, 40.79480247487424, -73.77475249156126, 40.79478333355538, -73.77473819367849, 40.794771668414626, -73.77471490473731, 40.79474809996132, -73.77469359877199, 40.794726100453474, -73.77467362153362, 40.79470572264334, -73.77465513083821, 40.79468479932965, -73.77464469584761, 40.79467311381355, -73.77462115280376, 40.79465042283438, -73.77460815199022, 40.79463994077264, -73.77460419030355, 40.79461525744488, -73.77458488468402, 40.794599161923074, -73.7745746358123, 40.79458640786748, -73.77455903343568, 40.79457613953418, -73.7745523220976, 40.794552713331385, -73.77454680838129, 40.79453812790688, -73.77452384876838, 40.79452477086072, -73.77451123862846, 40.79450495673964, -73.7744959350549, 40.794480993233094, -73.77448044169563, 40.79446024054655, -73.77447057974653, 40.794438564154746, -73.77445606159348, 40.79441745677375, -73.77443630791137, 40.79439584386854, -73.77442342941593, 40.79438110804889, -73.77440959795621, 40.79435912131378, -73.77440318193013, 40.79434472772395, -73.77438515698387, 40.79433467254671, -73.77437223936288, 40.79432064984288, -73.77436430297323, 40.79430735008723, -73.77437133284104, 40.79428990669825, -73.77436173021785, 40.7942780859085, -73.77434649014974, 40.79426792811642, -73.77433312978684, 40.79425623774439, -73.77431750281968, 40.794231586496096, -73.77431393827324, 40.79421771807435, -73.77430668500857, 40.79419445468609, -73.77429277119671, 40.79416497739111, -73.77428750980418, 40.7941511344617, -73.7742831538158, 40.79413655039007, -73.77427699322637, 40.79412092090227, -73.7742705398216, 40.79410743223673, -73.7742630410814, 40.79409262318719, -73.77425144949939, 40.79408137481438, -73.77423907106531, 40.79405722429323, -73.77423089592163, 40.7940402725204, -73.77421526832237, 40.79401548437951, -73.77420346438602, 40.793992790192455, -73.77419065473931, 40.793979452961615, -73.77417558512523, 40.79397042110896, -73.77416745309087, 40.793951247874865, -73.77415869284626, 40.79392515484455, -73.77414932006351, 40.793899747697026, -73.77414665666372, 40.793885359643795, -73.77414240603044, 40.793871517787125, -73.77413495413418, 40.793853744364384, -73.77412685164775, 40.79383599758175, -73.77412007725465, 40.79382179327864, -73.77411539056385, 40.793808308966454, -73.77411113882978, 40.793794794889386, -73.77410656233961, 40.793781309892225, -73.77410209193427, 40.79376798899432, -73.77409614345237, 40.79375447339213, -73.77408983715169, 40.79373955680605, -73.77408390304423, 40.79372145767086, -73.77407753897448, 40.79370261657846, -73.77407062366514, 40.79368629941571, -73.77406493232813, 40.79367138403349, -73.77405999456288, 40.79365787041046, -73.77405158069155, 40.793636225634245, -73.7740388084622, 40.79361119542662, -73.77403033627523, 40.79358579003354, -73.7740273861707, 40.79357140231519, -73.77402386509135, 40.793555228680226, -73.77401706499002, 40.793526971068836, -73.77401162072543, 40.79350280620037, -73.77400212275204, 40.793480803595656, -73.77399165990174, 40.79345682159329, -73.7739861829838, 40.793442977325206, -73.77397323560987, 40.79341580717064, -73.77396877497586, 40.79338950283217, -73.77396489612946, 40.79336180025256, -73.77396082815528, 40.79334757513174, -73.77395596507121, 40.793333017966816, -73.77394723034728, 40.7933102748392, -73.77394182333205, 40.79329678730498, -73.7739315044613, 40.793272640786704, -73.77392552230886, 40.793258247117954, -73.77391950697232, 40.793242809700644, -73.77391144442514, 40.793224157073105, -73.77390261380576, 40.793208027949035, -73.77388763415998, 40.793184779990746, -73.77387456392957, 40.79316241106551, -73.77386619896677, 40.793147682233894, -73.77385637582861, 40.79312655606788, -73.77384418630113, 40.79309990787499, -73.77383141543443, 40.7930748785451, -73.77382633127579, 40.79306158434613, -73.77381655701838, 40.79303688957822, -73.77380404827629, 40.79300864956517, -73.77379313916003, 40.792988070568896, -73.77378672035408, 40.7929742244416, -73.77377602699217, 40.792953617050955, -73.77377239386675, 40.792939062291275, -73.77376991012477, 40.79291542551152, -73.77376602961387, 40.7928882452115, -73.77375582842373, 40.79286088681181, -73.77374789058793, 40.79283833793906, -73.77373555592138, 40.79281223875532, -73.77372924319776, 40.792798913323495, -73.7737244536085, 40.792785070390686, -73.77370778380124, 40.792759238246894, -73.7736976763308, 40.79274719578389, -73.77368348714114, 40.79272430414729, -73.77367085436555, 40.79270086625822, -73.77366332011107, 40.79268578514408, -73.77365481428717, 40.79267069851944, -73.7736457616283, 40.792656489711376, -73.77363541275588, 40.7926408789748, -73.77361949187308, 40.792618177537086, -73.7735996433351, 40.79259263990147, -73.77358795553484, 40.792577740629476, -73.77357764108511, 40.79256281613857, -73.77356819261998, 40.792548634462136, -73.7735580606114, 40.79253302414436, -73.77354879356086, 40.792518458307775, -73.7735391602393, 40.79250463376544, -73.77353075204262, 40.79249221101153, -73.77352144098842, 40.79247978648289, -73.77350449863873, 40.79245957921638, -73.7734884609369, 40.79243989601708, -73.77346972505623, 40.79241576082739, -73.77345621289977, 40.792396603078, -73.77343853348741, 40.79237016377069, -73.7734288230479, 40.792358122964096, -73.77341753166345, 40.79234374584477, -73.7734069184391, 40.792332031945186, -73.77338603877276, 40.79231220053436, -73.77337351557073, 40.79229944009353, -73.77335360995946, 40.79227958537786, -73.77333910341403, 40.79226575123522, -73.77331642171947, 40.79224484556932, -73.77330537362614, 40.792233844903976, -73.77328200834958, 40.792212225588536, -73.77325834295883, 40.792193842987224, -73.7732362482701, 40.792170717818856, -73.77321257710904, 40.79215403714786, -73.7731906035651, 40.7921374435594, -73.77317374497163, 40.792124702480486, -73.77315897200411, 40.79211501190656, -73.77314405589149, 40.79210490951898, -73.77312881376567, 40.7920948605179, -73.7731052860191, 40.79207818190785, -73.77308260180705, 40.79205840271974, -73.77306694559935, 40.79204261668901, -73.7730471483548, 40.79202369415359, -73.77303400628377, 40.79201142593227, -73.77301020542491, 40.79199076744045, -73.7729937770658, 40.79197939864871, -73.77297100851246, 40.79196282956648, -73.77294795691428, 40.79194483442531, -73.77292512949391, 40.79192434082434, -73.77291065198489, 40.79191281107191, -73.77289429918018, 40.791899797195015, -73.77288198638627, 40.791889316288184, -73.77286154004605, 40.79186932084216, -73.77284771319596, 40.791857052150206, -73.77282160725083, 40.79183485101606, -73.77280498970553, 40.791815055814226, -73.77279145494343, 40.79180226629964, -73.77276890622898, 40.79178484753499, -73.77275369927877, 40.791775292028746, -73.77273964405776, 40.79176606927617, -73.77272628328897, 40.791755421493896, -73.77271422542296, 40.79174351377362, -73.77269178198159, 40.79171678939944, -73.77268016392861, 40.791703429130436, -73.77266763452216, 40.79169151777368, -73.77264444813642, 40.79167140882341, -73.77263173511199, 40.791660185085, -73.77261960378995, 40.79164863290853, -73.77260939154708, 40.791636151595426, -73.77259736907132, 40.79161389534754, -73.77259011797597, 40.79160100834492, -73.77258131890059, 40.791586554113, -73.77256751647828, 40.79156682026171, -73.77255187985087, 40.791546066120745, -73.7725363438662, 40.791527069058326, -73.77252447467262, 40.791513020292875, -73.77250854781941, 40.79149190897369, -73.77249642817821, 40.791476953804505, -73.77247894557927, 40.79145655350935, -73.77246457704683, 40.791433990946956, -73.77245181167807, 40.791407944798536, -73.77244047664087, 40.79138426259257, -73.77243409592357, 40.79137118639126, -73.77242279865301, 40.7913482444718, -73.77241598245837, 40.791335357415754, -73.77240234239522, 40.791309750780925, -73.77239372138172, 40.79128621080583, -73.77238639350703, 40.79126426637432, -73.77237968495449, 40.79124034656031, -73.77237461429583, 40.79121283336977, -73.77237332510083, 40.79119899728969, -73.77237221846613, 40.79118513365445, -73.77237064147833, 40.79117091519235, -73.77236892078585, 40.791146400089886, -73.77236715977287, 40.7911222424075, -73.77236681155692, 40.79110799755598, -73.77236654375264, 40.79108063072669, -73.77236696145405, 40.79105376142862, -73.77236788230175, 40.79103844748424, -73.77236866445254, 40.79100998591508, -73.772372991344, 40.79098057050941, -73.77237558387958, 40.790960785264474, -73.7723744055341, 40.790946757595506, -73.77237369581492, 40.79093289654465, -73.77237305884324, 40.7909078081599, -73.77237521073384, 40.79088590946329, -73.7723781291893, 40.79087164134616, -73.77238182616138, 40.79085734955226, -73.7723863188815, 40.79084215252275, -73.77238932516619, 40.79081882821494, -73.77238637584526, 40.7907939540856, -73.77237613773836, 40.790767256449804, -73.77237315310359, 40.79075305952038, -73.77236786740691, 40.79072538201107, -73.77236557788774, 40.79070852546632, -73.77236244804719, 40.79069452185797, -73.77235611332395, 40.790678067052376, -73.77234936692702, 40.79065414715955, -73.7723452987152, 40.790640140796626, -73.77234224172297, 40.79062597163875, -73.77234080756413, 40.790611915547785, -73.77233916308234, 40.79059665146607, -73.77233965550475, 40.790569069114795, -73.77233932223021, 40.79053936984965, -73.77233784510724, 40.79051743606848, -73.77233583785238, 40.790491494899776, -73.77233123419815, 40.79047573059589, -73.77232182765658, 40.79045984784317, -73.77231549456913, 40.79043183777623, -73.77231415700165, 40.79041067420064, -73.77230619448872, 40.79038482932659, -73.77229718526412, 40.79035774959462, -73.77228805668462, 40.79033404471339, -73.77228262180124, 40.790318828071996, -73.77227566098324, 40.79029526344864, -73.7722656614714, 40.79027262754332, -73.77225462908602, 40.790245405132225, -73.77224735116886, 40.79023037755485, -73.77223370327737, 40.79020852958156, -73.77222421605028, 40.79019443055829, -73.77221057681294, 40.79017005758709, -73.77219866978493, 40.790145688037974, -73.7721862847183, 40.79013498718732, -73.7721721361219, 40.79012236027415, -73.77215192069654, 40.79009846777208, -73.77214073370993, 40.79008562878787, -73.77213015614919, 40.790074050811974, -73.77211900279939, 40.790062117798755, -73.77210061654385, 40.79004210016909, -73.77208158220998, 40.790022080354305, -73.77206775705166, 40.79000912538374, -73.7720553726349, 40.789997902227945, -73.7720421906397, 40.789987775207166, -73.77201671991413, 40.789969280711134, -73.77199464865427, 40.789950380503846, -73.77197203795869, 40.78993054630327, -73.77195906983616, 40.78992094198807, -73.77194444610605, 40.78990938480507, -73.77193145576456, 40.78989623876193, -73.77191043440851, 40.78987626991695, -73.77189042994635, 40.78985413646892, -73.7718742200158, 40.78983178900412, -73.77186002607242, 40.7898113401872, -73.77185331737559, 40.789797932815944, -73.77184281817053, 40.789774581783206, -73.7718325449345, 40.789747526524586, -73.77182310066671, 40.78973199935318, -73.77180179453684, 40.78971079443292, -73.7717893801648, 40.78969762429953, -73.77177009605214, 40.78967656025348, -73.77176009812146, 40.78966459977592, -73.77174974427744, 40.78965104920353, -73.77174007164867, 40.789638897561076, -73.77172896005047, 40.789624850209044, -73.77171036941249, 40.78960162001382, -73.77169292177241, 40.78958160417635, -73.77167270914552, 40.789557684577986, -73.77166217455276, 40.78954468114564, -73.77165120517935, 40.789531320251406, -73.77163487608743, 40.78951163530488, -73.77161606383721, 40.78948947535372, -73.7715925367607, 40.78946365541364, -73.77158217865367, 40.789451366422924, -73.77156252666272, 40.78943189460312, -73.77154985447768, 40.78942034123685, -73.77153078191222, 40.789400513960466, -73.77151211545863, 40.78937835428084, -73.77149891276689, 40.78936361567592, -73.77148675150431, 40.78935060990248, -73.77147660784411, 40.789338677926644, -73.77145796901722, 40.78931918018185, -73.77144613108906, 40.789306558659696, -73.77142943835385, 40.78928791574536, -73.77141824542845, 40.78927688668961, -73.77140593780867, 40.7892640724244, -73.77138617793254, 40.78924534147434, -73.7713736577921, 40.78923093379293, -73.77135646031915, 40.789211960282096, -73.77133507015729, 40.789194270673185, -73.77132012375868, 40.78918221839234, -73.77130166383621, 40.78916343687702, -73.77128386120832, 40.789141633671925, -73.77126441195158, 40.78911700231566, -73.77124408141695, 40.789095415611115, -73.77123354338305, 40.78908276963152, -73.77121490342135, 40.789063298859155, -73.77119381705437, 40.789041355846585, -73.77117550355285, 40.78902205050799, -73.77115199908263, 40.7889990581022, -73.77113461664166, 40.78898153940419, -73.77111576180532, 40.78896151978191, -73.77109693928266, 40.788943476826404, -73.77107408343304, 40.78892103409942, -73.77105062672337, 40.788905534859516, -73.77103943699574, 40.7888939573656, -73.77102868283367, 40.788881475729596, -73.77101807085688, 40.78886899257402, -73.77100077732975, 40.78884700032901, -73.77098886743467, 40.78883399500105, -73.7709781107905, 40.788821896069344, -73.77096742647036, 40.78881012776523, -73.7709488595529, 40.78879082188606, -73.77093684059311, 40.78877852953489, -73.7709259731696, 40.788766952670215, -73.77091583097963, 40.78875499273091, -73.7708983139008, 40.78873497573107, -73.77088055315055, 40.78871174794787, -73.77087088142335, 40.78869907574067, -73.77085549656697, 40.78867884234967, -73.77084589532373, 40.788666692572704, -73.77082570587517, 40.78864653427191, -73.77081701538901, 40.78863208011307, -73.77080088466838, 40.78860756423599, -73.77079082510318, 40.7885932991597, -73.77078140879887, 40.78857974766044, -73.77077040123453, 40.78856690889598, -73.77076182223297, 40.78855173995439, -73.77075001524568, 40.7885305546285, -73.77074265886675, 40.78851678930139, -73.77073990245037, 40.78848908972221, -73.77073650788567, 40.78846813995095, -73.7707319293153, 40.78844455385033, -73.77073154710092, 40.78842962183515, -73.77073369884427, 40.78841340443856, -73.77073715288809, 40.78838577034269, -73.77073773841423, 40.788362304376015, -73.77073862848964, 40.78834501467079, -73.77074062470574, 40.78832097518767, -73.7707421577652, 40.78830654135871, -73.77074574537806, 40.78829172620092, -73.77075558412552, 40.788266878356126, -73.77077020752775, 40.78824601935378, -73.77078560009673, 40.788222335197524, -73.77080365895063, 40.78820090850176, -73.7708163086558, 40.78818756657707, -73.77083581371579, 40.788164879345096, -73.77084517725832, 40.78815175060594, -73.77086439623669, 40.788128183908384, -73.77087476306075, 40.78811684105967, -73.77088492100812, 40.78810387868872, -73.77090056279769, 40.788081429603054, -73.7709099686065, 40.78806599565242, -73.77092870486, 40.78804635328107, -73.77094444168448, 40.78802761085232, -73.77109313702002, 40.78791491194809, -73.77144381194148, 40.78773877505315, -73.771591308607, 40.78766353499262, -73.77161277311613, 40.787649065908724, -73.771638534096, 40.78763445855192, -73.7716614442592, 40.78761957268851, -73.77168789416508, 40.78760444709481, -73.77170259036284, 40.78759401865462, -73.77173025690666, 40.78758238041158, -73.77175039427509, 40.78757624463864, -73.77176984464167, 40.78756936728745, -73.77179479666984, 40.787548445760805, -73.77180704031261, 40.78753768286655, -73.77183869666973, 40.78753102237864, -73.77185769482833, 40.78752990644234, -73.77189169785083, 40.787524044829695, -73.77192124627067, 40.787521248712004, -73.77195061468828, 40.78750805050914, -73.77197516494073, 40.78748852933263, -73.77199726579629, 40.78746741031356, -73.77203263092052, 40.78745334506127, -73.77205020250898, 40.78744775256764, -73.77208321964565, 40.78743395820995, -73.7721150937768, 40.78742699460699, -73.77214585327638, 40.787429305783604, -73.77216583758268, 40.78743532914079, -73.7721970299607, 40.78743786088244, -73.77221413471445, 40.78743158035658, -73.77224458519744, 40.78741824644036, -73.77227361618269, 40.78740806687823, -73.7723066613719, 40.787397482808714, -73.77233919776022, 40.78738670501681, -73.7723569892808, 40.78737949470524, -73.77238509221249, 40.787367335775144, -73.7724181038381, 40.78735477500117, -73.77244880065695, 40.787343527084644, -73.77246590111284, 40.78733779672087, -73.77248321610055, 40.78733203976296, -73.7725026686222, 40.78732587549155, -73.77253452178324, 40.78731427143419, -73.7725532505296, 40.78730772211101, -73.77257853218107, 40.787296683195855, -73.77259585136821, 40.787289690737836, -73.77261552727485, 40.78728124861306, -73.77263754795234, 40.78727242659543, -73.77265721670386, 40.787265382932105, -73.7726867212504, 40.78725457294678, -73.77271857186582, 40.787244042234306, -73.77274058883333, 40.78723664658801, -73.77276260779523, 40.787228318019324, -73.77278227380074, 40.78722207127531, -73.77280056050782, 40.78721831980689, -73.7728319412736, 40.78720797814315, -73.7728507025113, 40.78720230592659, -73.77286895613099, 40.78719748458338, -73.77288912239278, 40.78719288582884, -73.77290972433572, 40.78718768369106, -73.77294110931176, 40.78717575081534, -73.77296874238253, 40.78716304331081, -73.77299684264949, 40.78715091124142, -73.77301463244552, 40.787144167285994, -73.77303430289358, 40.78713660307036, -73.77305444175366, 40.787129259496716, -73.77307269948805, 40.787122873053406, -73.77309309381222, 40.78711531025306, -73.77312237776788, 40.78710556862015, -73.77315209602114, 40.787095279427696, -73.77317133041574, 40.78708911461412, -73.7731883920213, 40.78708327420526, -73.77320643267215, 40.78707765544339, -73.77323737042713, 40.78707003141915, -73.77326994092519, 40.78705958301612, -73.77329432493254, 40.78705740763996, -73.77331426468744, 40.78705563504758, -73.77333207629702, 40.787053254928516, -73.77336749008545, 40.7870463249561, -73.77338434394899, 40.78703850750343, -73.77341427095074, 40.78702012312283, -73.7734395274499, 40.78700491193431, -73.77347229926457, 40.786989249051146, -73.77350393289072, 40.78697904457813, -73.77352503301, 40.786975381370276, -73.77355760000087, 40.786966633931186, -73.77357516426208, 40.78696277195949, -73.77359344870669, 40.786959651614204, -73.77361245083439, 40.78695661462165, -73.77364479060618, 40.78695127061677, -73.77366589730896, 40.786946014404485, -73.77368597826836, 40.78693510280994, -73.77370401742832, 40.78692885271402, -73.7737326032321, 40.78692229373749, -73.77376568557987, 40.78692120603803, -73.77379997578217, 40.786925527325856, -73.7738183037305, 40.786931217561595, -73.7738366539737, 40.78693976243581, -73.77385641647629, 40.786958767631326, -73.77388029731927, 40.786976353604835, -73.77391275334372, 40.78698945477632, -73.77393930200006, 40.78699875683169, -73.77395884302922, 40.78700763270597, -73.77397412233506, 40.787017242234235, -73.77400092779641, 40.78702454115757, -73.7740206648666, 40.78702976766307, -73.77405102156594, 40.7870439074627, -73.77407549171443, 40.78705858412184, -73.77409103020108, 40.78706619052117, -73.77411928381433, 40.787083867862364, -73.77413326251416, 40.78709306058839, -73.7741478598201, 40.787101160412625, -73.77416412033652, 40.78710827384031, -73.77419610056288, 40.78712406380456, -73.77421303782899, 40.78713425197128, -73.77424176789033, 40.78714910173259, -73.77427000281216, 40.78716148133503, -73.77429820681343, 40.78717180141734, -73.77431465307042, 40.78717795525014, -73.77434545598723, 40.78718841818724, -73.77437344103417, 40.78719972657574, -73.77440026437058, 40.78721262387383, -73.77443062072042, 40.787227614548264, -73.77445979050758, 40.78724103961776, -73.7744784017406, 40.787257928068904, -73.77447582825135, 40.78728246086506, -73.77447691154971, 40.78730332405924, -73.77450484110086, 40.787299205773884, -73.77452028602423, 40.78729144032955, -73.7745373567606, 40.787284283202325, -73.77456102816612, 40.78727878420508, -73.77459322263658, 40.78728348657239, -73.77460967115745, 40.787289337797965, -73.7746388149888, 40.787299249004775, -73.77465713935234, 40.78730534972917, -73.77468771969698, 40.78731789770634, -73.77470748197862, 40.787325868878966, -73.7747248667149, 40.78733235407194, -73.77475592012955, 40.78734410691009, -73.77478743884167, 40.78735665759507, -73.77481704797638, 40.787368078910376, -73.77483352997326, 40.78737420302197, -73.77485163577282, 40.78738118308064, -73.77486995600077, 40.78738851925437, -73.77490053679212, 40.787400958214576, -73.77504555728414, 40.78740253179196, -73.77507615889559, 40.78741969118764, -73.7751048704016, 40.787439425929975, -73.77511902980756, 40.787449198812645, -73.77513621405122, 40.7874617475454, -73.77515174673174, 40.78747113678722, -73.77516633988992, 40.78748052599507, -73.7751853230624, 40.787495054835865, -73.77519781488685, 40.78750641654669, -73.77521921051478, 40.787522980723715, -73.77523448189538, 40.78753467563507, -73.77525832128222, 40.78755418201428, -73.77527790303098, 40.78757285702619, -73.77529010687998, 40.78758460087946, -73.77530332025422, 40.7875963178835, -73.77531786524946, 40.78760910998214, -73.77533172962224, 40.787620665260825, -73.77535394455977, 40.7876402242844, -73.77537962308102, 40.78766105075954, -73.77539913086233, 40.78768024789852, -73.77541140946853, 40.787690564585745, -73.77542516309578, 40.78770299852889, -73.77543822947247, 40.7877154572459, -73.77544779487079, 40.78772755254067, -73.77546455635338, 40.78774745751644, -73.77548419245899, 40.787771127693276, -73.77549624952763, 40.787783556521674, -73.77551766532825, 40.78780437646272, -73.77553282649839, 40.787817167932836, -73.7755471927025, 40.78782960305415, -73.77556105486521, 40.78784148788477, -73.77557662138571, 40.78786232253813, -73.77557765863963, 40.78787621302859, -73.77556736640209, 40.787898013995324, -73.77554576544208, 40.78792050613653, -73.7755223431835, 40.78793780782421, -73.77549832424785, 40.787949700819354, -73.77550871124049, 40.78796446049876, -73.77552759348336, 40.78796611638294, -73.77554590666222, 40.78796436725132, -73.77556415761221, 40.78796034152196, -73.77558197345678, 40.78795675258729, -73.77559978746513, 40.78795335635414, -73.77563356118094, 40.78795081515023, -73.77565658795446, 40.787965433729596, -73.77567081087251, 40.787977511956704, -73.77568189046193, 40.787990323377706, -73.7757027892111, 40.78801448944971, -73.77571661151671, 40.78802837780456, -73.77573214805655, 40.78804723667244, -73.77574750932331, 40.788064668799116, -73.77575992065863, 40.78807888218656, -73.77577233071445, 40.78809312528675, -73.77578589120911, 40.78810912570558, -73.77580373938233, 40.78812796204551, -73.77582352089073, 40.78815179813821, -73.77583225523254, 40.788164439289794, -73.77584109499819, 40.788177439946715, -73.77585145378704, 40.78818970064164, -73.77587156353077, 40.78821318076469, -73.77588343407393, 40.788226159396544, -73.77589602850739, 40.78823949603423, -73.77590617040713, 40.78825178421793, -73.7759296536072, 40.78828185717439, -73.77594053650331, 40.78829928056757, -73.77595196316284, 40.788316017932374, -73.77596523107135, 40.788332731860095, -73.77597788156032, 40.788350898899665, -73.77599233654514, 40.78836975472841, -73.77600585681247, 40.78838682754223, -73.776018373597, 40.788401426521496, -73.77603032546337, 40.78841314188899, -73.77604861212549, 40.788430579659135, -73.7760664254876, 40.78844889359731, -73.77607746970261, 40.788461348310854, -73.77609158135769, 40.78847521016653, -73.77610377725529, 40.78848835329868, -73.77611615070695, 40.788503308588005, -73.776126616779, 40.78851540557413, -73.77614099087656, 40.78852627555945, -73.77616264551162, 40.78854103004819, -73.77618685354348, 40.78854727973123, -73.77621475332583, 40.78855249379424, -73.77624669885073, 40.78855639736767, -73.77626546978294, 40.78855879582994, -73.77629808641808, 40.78855655295301, -73.77631775174595, 40.78855052532842, -73.77633528410655, 40.78853472219533, -73.77634682116302, 40.78851899027168, -73.77634410633331, 40.78849867324133, -73.77632560784922, 40.78846984553617, -73.77631132455295, 40.78845310266468, -73.77629678276361, 40.78843959750111, -73.77628014981829, 40.788424330493115, -73.77626900134808, 40.7884108066987, -73.77625854195284, 40.788395662433636, -73.77624843963451, 40.78838285206602, -73.77623613475805, 40.78836899463788, -73.77622080763503, 40.788351920143825, -73.77620311232867, 40.7883302025543, -73.7761845177273, 40.788307795230644, -73.776167144555, 40.78828753257459, -73.77615064113915, 40.7882665322915, -73.77614147070157, 40.788254601715344, -73.77613147440951, 40.78824198425087, -73.77612190945797, 40.78822969720773, -73.77611176624619, 40.78821743605561, -73.77610140868977, 40.78820514567002, -73.77609079509267, 40.78819359860214, -73.77607942090869, 40.78818133415502, -73.77606578027729, 40.78816835120351, -73.7760501196431, 40.78815429542722, -73.77603550389702, 40.78814026959493, -73.7760220813117, 40.788126573862854, -73.77601201171098, 40.78811357263061, -73.77600155227904, 40.78809952695591, -73.77598407383479, 40.78807783676823, -73.77596597577526, 40.78805790225625, -73.77594651044514, 40.7880369232004, -73.77592118134898, 40.78800898625425, -73.77590264720423, 40.78798979199881, -73.77589102306773, 40.787978241146035, -73.77587864189447, 40.78796597562095, -73.77586636495472, 40.787954423496174, -73.77585520761356, 40.78794323104757, -73.7758371379627, 40.78792543796812, -73.77582332274069, 40.787910148457385, -73.77580986295334, 40.787896620121295, -73.77579527902196, 40.787884788847435, -73.77577924469222, 40.78787408128027, -73.7757632392597, 40.78786534857194, -73.77573926214181, 40.78785429506005, -73.77572347371498, 40.78784550873816, -73.77570819688518, 40.78783573645756, -73.77569382012383, 40.78782607398711, -73.77566248294424, 40.787802077600766, -73.77564413388883, 40.78779304044602, -73.77562628191691, 40.787785566630205, -73.77560461469, 40.78777465626467, -73.77558768423148, 40.78776304011837, -73.77557240770082, 40.78775178469031, -73.7755577855603, 40.78774006317306, -73.7755315368978, 40.78771753187429, -73.77552005807655, 40.78770543376008, -73.77551002350488, 40.78769333575641, -73.77549438169828, 40.787673764353684, -73.77547320915593, 40.78765530600282, -73.77545937733346, 40.78764462879598, -73.77544335015266, 40.7876318347279, -73.77542596173663, 40.787616210422925, -73.77541184010177, 40.78760575326905, -73.7753963482277, 40.78759548615084, -73.77537032762429, 40.78757948751421, -73.77534518593065, 40.78756039015008, -73.77532437432103, 40.787542782550595, -73.77531224327898, 40.78753123155065, -73.77529254466258, 40.787514888621686, -73.77526791706357, 40.78749337709129, -73.77524891586486, 40.78747330292601, -73.77523892408313, 40.78746013608347, -73.7752261050395, 40.78743796138845, -73.77522319601107, 40.78742264084497, -73.77521527056494, 40.787406292947985, -73.77520902976903, 40.787393133418604, -73.77520197171624, 40.787377448182255, -73.77519562795054, 40.787362504552966, -73.77518924630846, 40.787348603632935, -73.77518232680514, 40.78733434506378, -73.77516894908774, 40.787306760845546, -73.78177789164268, 40.79037664220469, -73.78173309349339, 40.79052946914155, -73.7816991457639, 40.79059198082144, -73.78161086371362, 40.790772679660044, -73.7815536307537, 40.79086390654398, -73.78174708380993, 40.791133089461916, -73.7816226044361, 40.79120860490716, -73.78160545869984, 40.79121760266585, -73.78158420858915, 40.79123312489432, -73.78157110434236, 40.791242843505145, -73.78154377091151, 40.79126315838169, -73.78152874331563, 40.79127550731402, -73.78150802264008, 40.79129432547314, -73.78148759549728, 40.79131251203179, -73.78147074488906, 40.79133012814543, -73.78146012105539, 40.79134328236362, -73.78143260348982, 40.791364804439326, -73.781390830744, 40.791383169322096, -73.78136047753723, 40.7913993613267, -73.78134039812363, 40.79141013737747, -73.78131492239663, 40.79142576140073, -73.78130012399936, 40.79143468072132, -73.78128398585223, 40.79144458625012, -73.78126925354896, 40.791454302637526, -73.78125545984334, 40.79146467817168, -73.78124256816399, 40.79147530395505, -73.78122528262381, 40.79149327670689, -73.78120243806893, 40.79152161450084, -73.78118998831636, 40.791540171848695, -73.78117862685498, 40.79155818375543, -73.78116448283023, 40.791575997670186, -73.7811392332159, 40.79159993823045, -73.78112430434877, 40.79161500681672, -73.78111252617246, 40.79162785714182, -73.78109460323068, 40.791652278967355, -73.78108633024613, 40.7916646415708, -73.7810784529959, 40.79167700492526, -73.78106970249202, 40.79169153503202, -73.78105684040204, 40.791714757989226, -73.78104300895826, 40.79173658152254, -73.78103679068025, 40.79174960539293, -73.78102649754042, 40.791771682384024, -73.78101894384456, 40.791784731631864, -73.78101308150916, 40.791806970125286, -73.78100414231363, 40.79182878583924, -73.78099646360455, 40.7918488587724, -73.78099216123493, 40.791862596777655, -73.78098679693947, 40.791876064414865, -73.78097857366393, 40.79189707283519, -73.7809710689681, 40.79191430861183, -73.78096328631003, 40.79193932060468, -73.78095670568615, 40.791963790977476, -73.7809524996149, 40.791980306315615, -73.78094817737771, 40.79199827664587, -73.78094472372695, 40.792016219810556, -73.78093840825626, 40.79204796495007, -73.78093300415452, 40.7920659602384, -73.78092738781879, 40.792082198241495, -73.78092262636702, 40.79209861256683, -73.7809197428234, 40.792112893567555, -73.78091074974861, 40.79215141980688, -73.78090285673595, 40.792178626111095, -73.78089784359967, 40.79219338663303, -73.78089446697328, 40.79220951993094, -73.78089004511952, 40.792225347772174, -73.78088514457208, 40.79224405811402, -73.78088061019454, 40.792261313038324, -73.7808771577634, 40.7922785159891, -73.78087384017695, 40.792309827377814, -73.7808714328243, 40.79232845961252, -73.78086910252213, 40.79234528108201, -73.78086677094798, 40.79236212866354, -73.78086393814583, 40.792377905494426, -73.78086045006673, 40.792395136292235, -73.78085424762287, 40.792436075776514, -73.78085154420107, 40.79245682002775, -73.78084883830502, 40.792477235590496, -73.78084605663938, 40.79249979150486, -73.78084391965024, 40.79252339322834, -73.78084059523218, 40.79254633352569, -73.78083751974582, 40.79256995957897, -73.78083387066106, 40.792592542659435, -73.78082964327155, 40.79261479235434, -73.78082533780406, 40.79263880328455, -73.78082049891835, 40.79266072313252, -73.78081652399213, 40.792683303791534, -73.78081051068271, 40.79271068655845, -73.78080649668989, 40.792734694439844, -73.78080464440767, 40.79274847041437, -73.78080029978497, 40.79277393197903, -73.78079779929472, 40.79278773283519, -73.78079464467231, 40.792801918763, -73.78078698295263, 40.79283656995495, -73.7807863441882, 40.79285495791183, -73.78078450921977, 40.79287534811324, -73.78078344855273, 40.7928905240739, -73.78078277594705, 40.79290803397583, -73.78078152042423, 40.79292697096676, -73.78078081933839, 40.79294305441767, -73.78077882187351, 40.79295737762105, -73.78077502939279, 40.792990390951616, -73.78077460809156, 40.79300858571348, -73.78077421293018, 40.79302963692041, -73.78077209228721, 40.793049341294974, -73.78076997288633, 40.79306758865799, -73.78076912878687, 40.79309327750159, -73.78076864216494, 40.793109718859654, -73.78076812358584, 40.793123990845224, -73.78076706281159, 40.79313883722086, -73.78076951113799, 40.79316283127655, -73.78077322416937, 40.793176616934566, -73.78078964885871, 40.793200747433566, -73.78081179408338, 40.79322057900179, -73.78082955728709, 40.79323332067808, -73.78085015360895, 40.79325216054129, -73.78083765401598, 40.79328141032399, -73.78082144201942, 40.7933193483021, -73.78080808027038, 40.79335061717041, -73.78072434971982, 40.79333330332732, -73.78071549831297, 40.7933722620555, -73.78070830270792, 40.793411418441714, -73.78070277489564, 40.79345073018547, -73.78069891737938, 40.79349015766958, -73.78069673267416, 40.79352965767492, -73.78069622801978, 40.79356919149367, -73.78069740000106, 40.793608717696266, -73.78070024639072, 40.79364819395468, -73.7807047673221, 40.79368758064703, -73.78071095464352, 40.79372683543392, -73.78071880848842, 40.79376591869321, -73.78073741823206, 40.79385336771051, -73.78075949773614, 40.79394034965896, -73.78078502831363, 40.794026786157254, -73.78081398536457, 40.79411259521069, -73.78088208156815, 40.79424927422975, -73.78092180166753, 40.79432883891533, -73.78093060057732, 40.794344723398694, -73.78094011833484, 40.79436036611176, -73.7809503467055, 40.7943757490287, -73.78096127035424, 40.79439085140863, -73.78097287866768, 40.79440565792256, -73.78098515393506, 40.79442014962615, -73.78099808673966, 40.794434307590706, -73.78101165698891, 40.79444811646924, -73.78102585052352, 40.79446155822465, -73.7810406484387, 40.794474616611716, -73.78116595381564, 40.794556840855385, -73.78118880893268, 40.79458040717811, -73.78120465256256, 40.79459509383686, -73.78121887628178, 40.79460766483919, -73.78124230145993, 40.79462327178886, -73.78127172211653, 40.79463856052728, -73.78128909801774, 40.79464778853288, -73.78130463272524, 40.79465805582457, -73.7813321057523, 40.79467180369385, -73.78134800715578, 40.79467973937331, -73.78136463236004, 40.79468772955312, -73.78139379777639, 40.79470318346841, -73.78141088920549, 40.79471136813379, -73.78144150257552, 40.794726467283354, -73.78145736817494, 40.794734128226324, -73.78147652122611, 40.79474162970729, -73.78150534944491, 40.79474972584768, -73.78152374786285, 40.79475610116238, -73.78154164330299, 40.794761570515554, -73.7815615675237, 40.79476588926631, -73.7815980578802, 40.794772381700696, -73.78163285336376, 40.79477829369026, -73.78166905970643, 40.79478431820312, -73.78170239549478, 40.79479453721263, -73.78173290727959, 40.794808125948926, -73.7817595098988, 40.794823574918055, -73.78177608573833, 40.79484556596058, -73.78177608573833, 40.79484556596058 --73.78663963158975, 40.79032132282757, -73.78660687314947, 40.79032255170086, -73.78656962725331, 40.79032616038947, -73.78654892894036, 40.79032782400926, -73.7865124473493, 40.79032992395097, -73.78647018971805, 40.79033165838193, -73.7864277865797, 40.79033295218169, -73.7864001903797, 40.79033493077558, -73.78636836936866, 40.79033682228778, -73.78633614551435, 40.79033945235747, -73.78631721678474, 40.79034128310774, -73.78627950395415, 40.79034491875253, -73.78625638460068, 40.790346715607335, -73.78620300058171, 40.7903490848719, -73.78618407430682, 40.79035014927663, -73.7861361402961, 40.790353683065874, -73.78610998612673, 40.7903559947508, -73.78608057837701, 40.79035942692053, -73.78605070412543, 40.79036238995514, -73.78601656847765, 40.790364851594525, -73.7859613139952, 40.79036488497116, -73.78593267713944, 40.790364393241255, -73.7859091683583, 40.790363856099276, -73.78588992255709, 40.79036332687199, -73.78585207958746, 40.79036210301985, -73.7858327638973, 40.790360832539, -73.78581373435459, 40.79036011099315, -73.78577791881473, 40.790357355526325, -73.78575668759697, 40.79035561321069, -73.78572544415643, 40.79035695361054, -73.78570615171508, 40.790360240598496, -73.78566900137727, 40.7903676357899, -73.78563775162971, 40.79037166865891, -73.78561485114378, 40.790373190238164, -73.78559429452986, 40.790374990826614, -73.78557511366712, 40.790376739040205, -73.7855522131751, 40.79037826150749, -73.78553155747635, 40.790378085295785, -73.78549180183477, 40.79037586991418, -73.78546788596815, 40.79037848818839, -73.78543680709898, 40.79038537501572, -73.78540661497479, 40.790396517462966, -73.78537768504373, 40.79040865010475, -73.78535877712252, 40.79041503728278, -73.78533614827586, 40.79042196683442, -73.78531120660004, 40.79042927658834, -73.78528803907737, 40.7904349705372, -73.78526141344445, 40.790437967334796, -73.78523623482658, 40.79044085786173, -73.7851932526962, 40.790442368950835, -73.7851716585665, 40.790441834326394, -73.78513840947964, 40.790438670113666, -73.78510430619934, 40.79044209328076, -73.78506943695716, 40.79044825884273, -73.78504720932482, 40.79045384463458, -73.7850014603042, 40.790462787748005, -73.78497165252196, 40.79046715181004, -73.784932344876, 40.790471853836664, -73.78488924245717, 40.79047794904991, -73.78486713724921, 40.790479007305294, -73.78483875222207, 40.79047903626461, -73.78481697239935, 40.790480231093774, -73.78479732255822, 40.79048079774266, -73.78476766386169, 40.79048411834711, -73.78473463864657, 40.79048976676061, -73.78471512566239, 40.79049307748448, -73.78468601196978, 40.79049530137245, -73.78465120170364, 40.79049383605379, -73.78461800727429, 40.790495750631294, -73.78458501655291, 40.79050208434935, -73.7845564315544, 40.79050752038734, -73.78453810855925, 40.79051179504306, -73.78451256003994, 40.79051693597857, -73.78449207388127, 40.79051964150799, -73.78446117636385, 40.790526088065455, -73.78443945889637, 40.790529973643594, -73.78441915735793, 40.79053237693625, -73.78438599361718, 40.790535417133434, -73.78436518745323, 40.79053705314434, -73.7843269964456, 40.79054266295998, -73.78429588293656, 40.790548478716715, -73.78427824717151, 40.79055237010247, -73.78425945465871, 40.79055637008219, -73.78424160280525, 40.790560398834856, -73.78422374707107, 40.790564893137685, -73.78418724581527, 40.7905733615663, -73.78416986059214, 40.79057744701281, -73.78415084964608, 40.79058193914103, -73.78413111837823, 40.79058604810362, -73.78411229193688, 40.79058990931829, -73.7840755795936, 40.79059623501899, -73.7840571183719, 40.79059817793651, -73.78402199936927, 40.79060384923807, -73.78398941044378, 40.79060864547914, -73.7839587276154, 40.79061462674415, -73.78394026442217, 40.79061826978937, -73.78392212444764, 40.790621256070224, -73.78389213141945, 40.79062679826468, -73.78387315482182, 40.790631648811825, -73.78385533650781, 40.79063628180524, -73.78382135758885, 40.7906462352756, -73.78380310205992, 40.79065196425386, -73.78377172229106, 40.790662391747254, -73.78373470889612, 40.79067200991494, -73.78370185325149, 40.79068084162978, -73.78368026799599, 40.79068813031478, -73.78366367528557, 40.79069369850022, -73.78362925989984, 40.79070450116975, -73.78359854046748, 40.790722449057654, -73.78357168514496, 40.79072934421283, -73.78355173638226, 40.79073399927333, -73.7835196351073, 40.79074365631339, -73.7834847835849, 40.7907548444365, -73.78346775382856, 40.79076181115474, -73.78345119148915, 40.7907682303422, -73.78342588801671, 40.7907755660237, -73.78339583433028, 40.79078879286964, -73.78336880210456, 40.79080598039694, -73.78335306508563, 40.79081473432536, -73.78332562273229, 40.79082395972263, -73.78330502421142, 40.79082910879574, -73.78327325581105, 40.79083621256584, -73.78324340023586, 40.790844251945515, -73.78321191727511, 40.790852839364334, -73.78317940708997, 40.79086614528004, -73.78315334790517, 40.79088358042464, -73.78314095478711, 40.79089659459262, -73.7831324973522, 40.79090898491199, -73.78311383824705, 40.790916716641355, -73.78309133199015, 40.790930261980265, -73.78307119359802, 40.790948723115925, -73.78305548764718, 40.79095846491418, -73.78304122555048, 40.79096834720525, -73.78302513394507, 40.79097462944061, -73.78300832267321, 40.79098069149652, -73.78298976676632, 40.790989467083264, -73.782959494461, 40.791003187779914, -73.78292170512222, 40.79101848730109, -73.7829064035936, 40.79102628025127, -73.78289019473885, 40.79103544565821, -73.782866886239, 40.79105154056754, -73.78284447765942, 40.791067802860276, -73.78281733055786, 40.79108707470642, -73.78280234637037, 40.791096734983846, -73.78277680332775, 40.791111344336166, -73.78274591357362, 40.7911258058276, -73.78266782442873, 40.791174047144516, -73.78265156900916, 40.791186203901546, -73.78263353772908, 40.7912004698876, -73.78261547042887, 40.79121451608007, -73.78259917978616, 40.791226205402104, -73.78258426560735, 40.79123726606562, -73.78256866404006, 40.79124838036114, -73.78255451117553, 40.791258152035915, -73.7825307971464, 40.79127647035482, -73.78252677510206, 40.79129336611093, -73.78252220229105, 40.79131600783886, -73.78251932526543, 40.79133566309583, -73.78252264662196, 40.791351911738595, -73.78254231935506, 40.79135494122937, -73.78256621817305, 40.79135841183148, -73.78258532999433, 40.791361226837516, -73.78262063491779, 40.791367358318524, -73.78264937095791, 40.791372435519115, -73.78268541072184, 40.791378861029536, -73.78270395836022, 40.791382102691095, -73.78272236566951, 40.79138550347419, -73.78275349014648, 40.79139101289031, -73.78277210752657, 40.79139430690153, -73.78280309066942, 40.79139992229729, -73.78283681448616, 40.791405863427734, -73.78286906168846, 40.79141153431712, -73.7828897196805, 40.791415100503514, -73.7829303278062, 40.7914223900206, -73.78294796231089, 40.79142552186266, -73.782984215048, 40.79143205664143, -73.78301786679815, 40.79143794355297, -73.78305053733199, 40.79144388263786, -73.78306919019876, 40.79144720368291, -73.78308703460601, 40.79145028276906, -73.78310579367472, 40.79145373818298, -73.7831355827645, 40.791458923503185, -73.78315469509313, 40.791462326444154, -73.78318644806978, 40.7914684222527, -73.78321363697306, 40.7914734423718, -73.78323190333487, 40.79147684370879, -73.78326527494806, 40.79148326582041, -73.78329815472101, 40.79148936551802, -73.78332839852197, 40.7914950072978, -73.78334870091729, 40.7914989968703, -73.78336774182927, 40.79150250680147, -73.78338650058149, 40.791506068428404, -73.78342008211663, 40.79151243685953, -73.78344038486262, 40.791516321958085, -73.78346195215276, 40.791520475977805, -73.7834847134098, 40.79152474119721, -73.78351042963291, 40.79152938477088, -73.7835315035171, 40.79153369814032, -73.7835711283352, 40.79154136019371, -73.78360611339352, 40.79154826430386, -73.783625855065, 40.79155198892725, -73.78364777323407, 40.79155646414991, -73.78367116788411, 40.79156089081098, -73.78369350939543, 40.791565259659635, -73.78371556772693, 40.7915696297736, -73.78377331630692, 40.79158085213611, -73.7838064755929, 40.79158737995173, -73.7838418836881, 40.791594284783706, -73.78387321718151, 40.791600433646146, -73.78389141283803, 40.79160410219521, -73.78392724055428, 40.79161095555852, -73.7839476164693, 40.79161494876508, -73.78397937060092, 40.79162109838716, -73.78400564541812, 40.79162633092559, -73.78402461343634, 40.7916300531302, -73.78404467142056, 40.79163380528954, -73.78407459787606, 40.791639792071706, -73.78409637834216, 40.791644000402044, -73.78412054488355, 40.791648640035845, -73.78414741763004, 40.79165400873731, -73.78418071798832, 40.791660535808795, -73.78419996717814, 40.79166415225161, -73.7842301756537, 40.79167013952137, -73.78427738860219, 40.79167920501303, -73.78429776184811, 40.79168330351147, -73.78431820332399, 40.7916871887148, -73.78433537283054, 40.791693819729474, -73.78435752225093, 40.79170265008249, -73.78434692918563, 40.79171780283891, -73.7843228570305, 40.79171693203461, -73.78430093290733, 40.7917138986349, -73.78427606415003, 40.79171022126294, -73.78424262178362, 40.791705458038805, -73.78421507786466, 40.791701346105874, -73.78418100637333, 40.791696210678715, -73.78416217450426, 40.79169360988124, -73.78413969307788, 40.79168961547088, -73.78411103211852, 40.79168432716497, -73.78409220385845, 40.79168098074624, -73.78406227443871, 40.791675901670224, -73.7840444296027, 40.791672557086166, -73.78402279214886, 40.79166845617393, -73.78398366222476, 40.79166160025351, -73.78395022100275, 40.791655768049374, -73.78391973575236, 40.79165037271831, -73.78390062789461, 40.79164702394305, -73.78387294580197, 40.79164205619127, -73.78383620705767, 40.791635527084644, -73.7838020612347, 40.79162958455511, -73.78377072801857, 40.791624077732564, -73.78373757154115, 40.79161813974148, -73.7836990687818, 40.79161154964895, -73.78366970360689, 40.791606045591784, -73.78365171796216, 40.79160301946062, -73.78362966194915, 40.791599027550134, -73.78361069086571, 40.79159589330326, -73.78358272884513, 40.79159103211593, -73.78356123446066, 40.79158703944589, -73.78353538041586, 40.79158250458572, -73.78350966619168, 40.79157796818131, -73.78348929247767, 40.7915744026403, -73.78346266915742, 40.79156960157076, -73.78342908751887, 40.79156398327111, -73.78340477852986, 40.791559449483756, -73.78338314198247, 40.79155545741378, -73.78335433911056, 40.79155048653029, -73.78333340176927, 40.79154681544385, -73.78331358968258, 40.79154325272852, -73.78329012257686, 40.79153925449804, -73.78326546898202, 40.791534669605134, -73.78324158279486, 40.79153056431734, -73.78320490987386, 40.791523871241395, -73.78317812366129, 40.79151925710428, -73.78314833846524, 40.791513958339074, -73.78311868414286, 40.79150885882364, -73.78308038462305, 40.791502113119506, -73.78305137992585, 40.79149691575405, -73.78302874935459, 40.79149291724385, -73.78300533744373, 40.791488717346496, -73.78297666100156, 40.79148387087592, -73.78295663224169, 40.79148027257152, -73.78292411548527, 40.79147477139417, -73.78289641349173, 40.79146977365334, -73.7828740471463, 40.79146577921245, -73.78285323575767, 40.7914623775264, -73.78282397162172, 40.79145717781378, -73.78278320219857, 40.79144993388098, -73.7827561494093, 40.791445333551245, -73.78272272133088, 40.79143953343325, -73.78269840250408, 40.79143513815559, -73.78268006357078, 40.79143183925455, -73.78265365976088, 40.79142734008021, -73.78259962288433, 40.791417794590394, -73.78258063348771, 40.79141449354603, -73.78255332070961, 40.79140969456753, -73.78252106586714, 40.791404194670946, -73.7824921298003, 40.79139905132416, -73.78246728785166, 40.79139485041962, -73.78242410732152, 40.79138725151314, -73.78239302817109, 40.79138165834678, -73.78236558358219, 40.79137695722965, -73.78233996665968, 40.79137097543997, -73.78231422242416, 40.79136479619395, -73.78228990398705, 40.791359211266006, -73.78225694168786, 40.79135158387107, -73.7822388047083, 40.791347049790836, -73.78222295033426, 40.79133979870011, -73.78219514130464, 40.791326988723114, -73.78217585096625, 40.791317904912326, -73.78215974090173, 40.79130986178737, -73.78214050696498, 40.79130092485921, -73.78210367455421, 40.79128330172351, -73.78208574287261, 40.791275058834586, -73.78206131562723, 40.79126363839184, -73.78203091262135, 40.791250232739856, -73.78200777901031, 40.7912406922813, -73.78198035619904, 40.791229367011866, -73.78196112434973, 40.79122161602027, -73.78194332044163, 40.79121416489303, -73.7819177835255, 40.79120368334609, -73.78189302710436, 40.791193300524775, -73.78186534635996, 40.79118187658486, -73.78183448130169, 40.791169206617866, -73.78179802622785, 40.79115435224501, -73.78177437437014, 40.7911446144485, -73.78174708380993, 40.791133089461916, -73.7815536307537, 40.79086390654398, -73.78161086371362, 40.790772679660044, -73.7816991457639, 40.79059198082144, -73.78173309349339, 40.79052946914155, -73.78177789164268, 40.79037664220469, -73.77516894908774, 40.787306760845546, -73.77516022817824, 40.7872800384879, -73.77514906871083, 40.78725901966626, -73.77514066097355, 40.78724656820369, -73.77512820182989, 40.78722554774466, -73.77511461821005, 40.787205620102824, -73.77510472711167, 40.78719388254414, -73.775081818948, 40.78717583226296, -73.77506512629002, 40.78716789506103, -73.77503783347446, 40.787155407631225, -73.77502302053018, 40.78714692478484, -73.77500230966413, 40.78713077163627, -73.7749800510555, 40.78711299725639, -73.77496726661187, 40.78710306494998, -73.77495307713436, 40.78709170169922, -73.77493181043302, 40.78707000395, -73.77491176815961, 40.78704814379591, -73.77490108217357, 40.78703604626636, -73.77489010945881, 40.78702430477529, -73.77488007389239, 40.787012565113685, -73.77486111150874, 40.78699229915093, -73.7748498491207, 40.78698003569824, -73.7748385542365, 40.78696722287349, -73.774824161401, 40.786941036913696, -73.77482460415884, 40.78691696730724, -73.77482956628852, 40.786902155607144, -73.77484296384026, 40.786880717369115, -73.77485250030101, 40.78686906997054, -73.77486261364203, 40.7868469400306, -73.7748340792907, 40.7868386779925, -73.77481621178876, 40.78683589834643, -73.77478833327751, 40.786846356355014, -73.77477241886204, 40.78685425779466, -73.77474056699397, 40.78686531046374, -73.77471737570679, 40.78686727055524, -73.7746905287991, 40.78685085861693, -73.77467239473597, 40.7868309229257, -73.77466464718051, 40.786816334021054, -73.77465858672302, 40.78680314779782, -73.77464974499203, 40.786780348658674, -73.77464395384277, 40.78675165448107, -73.77463724117071, 40.78672954658841, -73.77462547905593, 40.78670498665405, -73.77461765817132, 40.78669036788588, -73.77461037746247, 40.7866754223901, -73.77460003260876, 40.78664798361168, -73.77459377091729, 40.78663125440823, -73.77457933724584, 40.78660633174347, -73.77455300228648, 40.78658852229073, -73.7745377165139, 40.78658047700139, -73.7745062090888, 40.78656471597102, -73.77448981209585, 40.786543357250224, -73.77447195090797, 40.78651845487994, -73.7744484700564, 40.78649960730389, -73.77442588797736, 40.78648229774207, -73.77441213430019, 40.78645951778521, -73.77439707343231, 40.786438957711745, -73.77438783303114, 40.78642686296284, -73.7743726008629, 40.78640336600695, -73.77435263001108, 40.786382219091664, -73.7743392376165, 40.78637030891722, -73.77431928604649, 40.78635396532253, -73.77430256893687, 40.78634284377827, -73.774273061277, 40.78632296859434, -73.77426284639928, 40.78631106463434, -73.77424898326096, 40.78628844833458, -73.77422955304445, 40.78626790759521, -73.77421781698092, 40.78624691366426, -73.77420953792172, 40.78622839838873, -73.77419936368132, 40.78620417020342, -73.77418727665125, 40.78617977167596, -73.77417808407692, 40.786153597621606, -73.77417245447849, 40.78613149092117, -73.77417391464623, 40.786115958285386, -73.77417533154048, 40.78609257496986, -73.77417675443596, 40.78606672338421, -73.77417492569852, 40.78604177043361, -73.77417082470566, 40.786015742330925, -73.77416871038768, 40.78600058720589, -73.7741620847032, 40.78597351047119, -73.77415477070407, 40.785947476071414, -73.77414473796694, 40.78592451066418, -73.77413727802127, 40.78590937207724, -73.77412009837681, 40.7858855137688, -73.77410920187465, 40.78587165886681, -73.7740923420225, 40.78584922938044, -73.77407515206951, 40.78582841835092, -73.77405421126362, 40.7858061987806, -73.77404324509743, 40.78579193310564, -73.77403353746695, 40.785779315118404, -73.77401487154711, 40.78577834469544, -73.77399472723492, 40.78578744621086, -73.77397553306588, 40.7857930628341, -73.7739503345277, 40.78580149345914, -73.77395747297169, 40.78578394132579, -73.77398061583777, 40.7857640324435, -73.77398833563957, 40.78574483532669, -73.77397927881954, 40.785732108749514, -73.7739623852715, 40.785709158686075, -73.7739448012987, 40.78568647831748, -73.77393726425204, 40.78567348186509, -73.77392889257537, 40.78566100336591, -73.77391192195337, 40.785639478641635, -73.773898346909, 40.78561757696182, -73.77387862580387, 40.78559731024366, -73.77386595329538, 40.78558594893126, -73.77385263465756, 40.78557332474322, -73.77384057889743, 40.78556141623123, -73.7738181218192, 40.78553883794208, -73.7737948305943, 40.78551768531036, -73.77377305167347, 40.78549741363413, -73.7737518484916, 40.785477856283286, -73.77373900023855, 40.78546523210473, -73.77372171975725, 40.78544985538606, -73.77370209860867, 40.78543227863934, -73.77368273896411, 40.785412011696145, -73.77367469855334, 40.785398298336496, -73.7736624551872, 40.78537746994255, -73.77364387205891, 40.785352181505, -73.77363128039539, 40.78533832322682, -73.7736182906928, 40.78532410846611, -73.77360894405707, 40.785311985527784, -73.77359920653946, 40.78529774923783, -73.7735809430995, 40.78527427233181, -73.77356792998673, 40.7852568454206, -73.7735523635223, 40.78523600958469, -73.77353720294562, 40.78521322675351, -73.77352854344947, 40.78520041807389, -73.7735180110168, 40.785186179314174, -73.77350219239328, 40.785165645545106, -73.77349354258664, 40.785150340683984, -73.77347524143356, 40.78512648007158, -73.77346513653245, 40.78511438354631, -73.77344387461942, 40.785091258223844, -73.77342297763956, 40.785066734231144, -73.77341128653259, 40.78505320638266, -73.77327465175946, 40.784891657338896, -73.77325490100483, 40.78487012704504, -73.77324305982113, 40.78485928959054, -73.77322207994065, 40.78483723458002, -73.77321309649895, 40.7848242613465, -73.77319742660957, 40.78480254816614, -73.77318613608703, 40.78478830878353, -73.77317361823641, 40.784773708583415, -73.7731628653404, 40.784761281170816, -73.77314426798485, 40.78474027451966, -73.77313362060139, 40.78472817689653, -73.77312117733997, 40.784713249954294, -73.77310552965372, 40.78469581510077, -73.77307621631637, 40.78466095559346, -73.77306546601953, 40.78464742866081, -73.7730560557248, 40.78463283726821, -73.77304545854527, 40.784616100337104, -73.77303362424041, 40.78460257306755, -73.77302264857883, 40.78459121500189, -73.77301138630874, 40.78457983025603, -73.7729889696576, 40.78455634597292, -73.77297756280295, 40.784544631354265, -73.77296604827276, 40.78453253110644, -73.772954501822, 40.78451971759511, -73.77294414364134, 40.78450690732422, -73.77293151496377, 40.784493570286244, -73.77291942339976, 40.78448149681231, -73.77289346379975, 40.78445891143639, -73.77287700792604, 40.78444504545813, -73.7728624027114, 40.78442975582556, -73.77284963258573, 40.78441482820886, -73.77283819885925, 40.78440058670779, -73.77282391350369, 40.7843856543004, -73.77280915416728, 40.78437179255707, -73.77279570058424, 40.784356834770726, -73.77278257152608, 40.78434190463772, -73.77277091131154, 40.7843301615829, -73.77274734020938, 40.784306536297635, -73.77273759393432, 40.78429496270629, -73.7727222097422, 40.784274319821606, -73.7727120071144, 40.78425865343599, -73.77270197962027, 40.78424513059533, -73.77268724471043, 40.78422413058563, -73.7726705007789, 40.7841995876286, -73.77265699745632, 40.78417839823678, -73.77264758007433, 40.78416523409502, -73.77262977555151, 40.784144942121905, -73.77261790159832, 40.784132319737076, -73.7725985885379, 40.78410972039171, -73.77258685603705, 40.7840980041902, -73.77257415349386, 40.784084831758484, -73.77256037162894, 40.78407132761063, -73.77254954075904, 40.78405994366979, -73.77253014450832, 40.78404055444674, -73.77251692602334, 40.7840299888511, -73.77250356100562, 40.784020355887186, -73.77248944367884, 40.78401003525219, -73.77247540389155, 40.78398673219579, -73.77246556398423, 40.78396999760478, -73.77245435449527, 40.783953973508225, -73.77244348938035, 40.783941874488946, -73.7724206473848, 40.78391644146114, -73.77240935042855, 40.78390417679344, -73.7723976217122, 40.78389172036495, -73.77237443325859, 40.78387199494139, -73.77236108267256, 40.783858849121195, -73.77235267653872, 40.78384620654304, -73.77233909993735, 40.783825016967775, -73.77232342444827, 40.78380440046761, -73.77231228134679, 40.78377937414445, -73.77230377115542, 40.783764947457605, -73.7722902728232, 40.78375240467501, -73.77227687980407, 40.78374024661433, -73.77226432757973, 40.78372611360622, -73.77224647413547, 40.78370980170525, -73.77223817776097, 40.78369625432827, -73.77222927303394, 40.78368149727129, -73.77221244812696, 40.78365958896124, -73.77220137098578, 40.78364715991466, -73.77219133346924, 40.78363558479936, -73.77217468064472, 40.783616365730225, -73.7721570203221, 40.78359591007502, -73.77214640692661, 40.78358471833256, -73.77213475184142, 40.783571547922, -73.77212406863089, 40.7835596419393, -73.77211223037689, 40.78354737797227, -73.77210025069797, 40.783534206916244, -73.77208791078343, 40.78352106216165, -73.77206732240181, 40.783501504808086, -73.77205512833987, 40.783487978524406, -73.7720383531999, 40.78347232699207, -73.77202604399618, 40.78346025389182, -73.77201273038267, 40.78344708018761, -73.77200013697676, 40.78343393492189, -73.77198316331494, 40.78341364539011, -73.77197291685454, 40.7834008352501, -73.7719610866343, 40.78338555009024, -73.77194867952615, 40.783370594272704, -73.77192782041828, 40.78334639965988, -73.7719107065374, 40.78332451774747, -73.77189930379149, 40.78331137482695, -73.7718819087804, 40.78328787324648, -73.77186172652387, 40.783265654767646, -73.77185007098616, 40.78325264911883, -73.77182948760196, 40.783232023733106, -73.77180940336635, 40.78321301663826, -73.77179730800087, 40.78320217942863, -73.77177574972622, 40.78318083800246, -73.77176463671593, 40.78316786043437, -73.7717525824223, 40.78315575989332, -73.77173099349471, 40.78313334679743, -73.77172132285042, 40.783120893474184, -73.77170089390766, 40.783097056270954, -73.77169028556236, 40.78308443719552, -73.77168007479084, 40.78307126959897, -73.77166896181434, 40.78305829292192, -73.77164762646986, 40.78303588031238, -73.77163485313808, 40.78302273554958, -73.77162214731597, 40.7830106337035, -73.77160980164666, 40.782998531669186, -73.77158886251178, 40.782976669141505, -73.77157633794856, 40.78296388146497, -73.77156320393452, 40.78295090077145, -73.77155114853518, 40.78293879930613, -73.77153995665694, 40.78292777025137, -73.77152330230955, 40.78290910129058, -73.77151326677232, 40.78289736132608, -73.77150164494147, 40.78288561911586, -73.77148818267078, 40.78287302047722, -73.77147670362992, 40.782861443339925, -73.77146533165138, 40.78285008433594, -73.77145211810786, 40.78283888737141, -73.77143706602008, 40.782826972658754, -73.77141214687504, 40.78280705089644, -73.77139444108084, 40.78278892823829, -73.77137000929814, 40.78276439684966, -73.77134779478519, 40.782744837939305, -73.77132410534557, 40.782724589012744, -73.77130221962567, 40.78270450845311, -73.77129037681574, 40.782693314189935, -73.77127871522903, 40.782682475984565, -73.77126596913025, 40.782671445618895, -73.77125296750278, 40.78266134496592, -73.77122826995479, 40.782641094918766, -73.77121599121142, 40.782630587767954, -73.7712044031417, 40.7826193922005, -73.77118385139893, 40.78259967176671, -73.77117208519104, 40.78258757173546, -73.7711613650191, 40.78257583038005, -73.77114912539108, 40.78256463441357, -73.77112622603501, 40.78254548563024, -73.77110683304736, 40.78252574046863, -73.77109516915048, 40.782514902239654, -73.7710741165288, 40.78249444057608, -73.77105504146607, 40.78247595764415, -73.77103211776571, 40.782453569677976, -73.77101408695881, 40.78243596770649, -73.77100242682322, 40.78242438926053, -73.77098100491325, 40.78240625825243, -73.77095466633921, 40.78238957268395, -73.77094170342242, 40.7823789245653, -73.77092316728248, 40.782361870882724, -73.77090240999776, 40.78233858218937, -73.77089151541693, 40.78232522045349, -73.770881735309, 40.78231367274781, -73.77086834440232, 40.782301403761814, -73.77085332434251, 40.782290231051036, -73.77082699855755, 40.782270196501244, -73.7708126264004, 40.7822600948732, -73.77078390525418, 40.78224280118853, -73.77076858997694, 40.78223376837915, -73.77075106326677, 40.78221671577574, -73.7707399150769, 40.782203738036216, -73.77073554125133, 40.782183776851056, -73.77073678217984, 40.78216950541899, -73.77072281873522, 40.782145652984454, -73.77070500989977, 40.7821265961894, -73.77069211512767, 40.78211682707029, -73.77066715956326, 40.78209764618671, -73.7706410093931, 40.78207859979678, -73.77061840200686, 40.7820583537763, -73.77060042657887, 40.782035400148935, -73.77058208364852, 40.78201458628691, -73.77055821345022, 40.78199433593933, -73.77053849074201, 40.781975140231665, -73.77051588711531, 40.78195382259739, -73.770493785095, 40.78193374235066, -73.77046998915318, 40.78191327421015, -73.77044933373226, 40.78189248273567, -73.77043998630623, 40.781880552238285, -73.77042858102286, 40.78186864465581, -73.7704127777282, 40.78185447704827, -73.77039075135309, 40.78183412227806, -73.7703784403909, 40.78182273337778, -73.77026683099456, 40.78171697627343, -73.77025433811085, 40.781706136304834, -73.77023641844816, 40.78168837143907, -73.77022508507079, 40.781675558071456, -73.77020346207101, 40.78165369392234, -73.77019136729938, 40.78164249904123, -73.77017135442637, 40.7816243706894, -73.77015692203967, 40.78161050834976, -73.77014155391758, 40.781595573441535, -73.77012776955414, 40.78158239857537, -73.77011592884838, 40.781571396000494, -73.77009566008057, 40.78155362462516, -73.77007259140017, 40.781531209159304, -73.77005938385054, 40.78151841995124, -73.77004635642085, 40.78150596068584, -73.7700327472374, 40.78149352637259, -73.77002055135227, 40.78148178286396, -73.77000845849682, 40.78146970817384, -73.7699953588691, 40.78145689215848, -73.76998207415107, 40.78144553098804, -73.76996897207549, 40.78143342636358, -73.76994964827401, 40.78141442225614, -73.7699289595729, 40.78139272561229, -73.76990675566549, 40.78137138073827, -73.76988454190605, 40.78135220515642, -73.76987389437332, 40.78134082132365, -73.76985809891316, 40.78132445732264, -73.76984564786919, 40.78131183529322, -73.76983225915141, 40.781299731881404, -73.76981771360406, 40.78128677427969, -73.76980609040616, 40.78127593779964, -73.76978434170782, 40.78125761320371, -73.76976151858706, 40.78123755928858, -73.76974967748137, 40.78122705015115, -73.76973718538905, 40.781215689635125, -73.76971918885106, 40.781198993432724, -73.76969861236793, 40.78117674676232, -73.76967947994505, 40.781154174289966, -73.76966178303525, 40.781134431368564, -73.76964159974314, 40.781113257074445, -73.76962022532153, 40.78109155900305, -73.76960176096065, 40.78107450434619, -73.76958067495917, 40.78105299775098, -73.76955999138387, 40.78103022944862, -73.76954099692345, 40.781009579806536, -73.76952915703701, 40.780998740163064, -73.769518472947, 40.78098699962357, -73.76950985082756, 40.78097438431438, -73.76949280976363, 40.78095274801565, -73.76947510122817, 40.78093605235031, -73.7694540477047, 40.78091613878959, -73.76944210209189, 40.78090368161849, -73.76942788556939, 40.78089017621722, -73.76941546580856, 40.780879172410174, -73.7693962220551, 40.780858354750855, -73.76938542897288, 40.7808469705805, -73.76937439221923, 40.78083308702015, -73.76936357040569, 40.78081939749746, -73.7693431417809, 40.78079591556487, -73.76933134068366, 40.780783816171706, -73.76931802943565, 40.780769241868214, -73.76930662886336, 40.78075642917379, -73.76928499862883, 40.78073580032645, -73.76926567966018, 40.780715174301655, -73.76925536063553, 40.78070272126802, -73.76924330967334, 40.780689577680036, -73.76923115601073, 40.78067462116855, -73.7692182489759, 40.780658621262695, -73.76920617000859, 40.78064330829805, -73.76919588778475, 40.78063049783214, -73.76918528350197, 40.78061661511924, -73.76917313095052, 40.78060168741978, -73.76915335282953, 40.780578206755486, -73.76914184214978, 40.78056539382371, -73.76913195433328, 40.780553297342, -73.76912052329835, 40.78053869976661, -73.7691006510756, 40.78051093700307, -73.76909229322679, 40.78049491918245, -73.76908696497068, 40.78048014202434, -73.7690665541363, 40.780462177471044, -73.7690453184085, 40.78044193388369, -73.76902460084831, 40.78041916631475, -73.76901464199635, 40.78040706968026, -73.76900161942619, 40.780392304110045, -73.768984074248, 40.78037094227758, -73.76896580821837, 40.78034872801991, -73.76895548755635, 40.7803364379466, -73.76893928296558, 40.78031384420246, -73.76893029988076, 40.78030084270832, -73.76892153162618, 40.78028874845279, -73.76890164040907, 40.78026650391049, -73.76888398260547, 40.780245526352, -73.76886706111131, 40.78022095365035, -73.76884908920871, 40.78019764224772, -73.76883768821516, 40.780184663811646, -73.7688207966117, 40.78016206867203, -73.7688107301968, 40.780148901102926, -73.76879993790193, 40.7801373520852, -73.76878886037419, 40.78012470387799, -73.76877340172598, 40.78010532190683, -73.76876434700495, 40.78009215726406, -73.76875533138359, 40.78007899179847, -73.768736895457, 40.78005389464538, -73.76872197764922, 40.78003467764443, -73.76870443901048, 40.7800104629808, -73.76868895169473, 40.77998877654776, -73.76867788402123, 40.779973986948114, -73.76866774344091, 40.77996172422479, -73.7686580426743, 40.779948008968255, -73.76864348509267, 40.77992843698032, -73.76862731304372, 40.779907105764, -73.76861876742518, 40.77989267782223, -73.76860378350882, 40.779872391773, -73.76859101464237, 40.77985762756477, -73.7685808000149, 40.77984588787831, -73.76856234066008, 40.779827568751294, -73.76854959850293, 40.77981637239334, -73.76852559019932, 40.77979433833757, -73.76851306455406, 40.779783225256864, -73.76850067788345, 40.77977268787682, -73.76840435370023, 40.77968652940642, -73.76833073350177, 40.77963368206152, -73.76827600659851, 40.7796194638116, -73.76822603488353, 40.77962973893497, -73.76816526301923, 40.77964097926285, -73.76813398765604, 40.7795909076836, -73.76817869377489, 40.77954793186828, -73.76821420633279, 40.77951163640197, -73.7682226365757, 40.77948565937551, -73.76819609860587, 40.779443749613804, -73.76818064985002, 40.779411412912566, -73.76814418216946, 40.77938010372073, -73.76809707071175, 40.77932563641731, -73.76808984705286, 40.779274212937494, -73.7680716646214, 40.77923871264723, -73.7680408042059, 40.77918318030999, -73.76791229366015, 40.77897747758651, -73.76778186005694, 40.77870180697717, -73.76769898600675, 40.7785358866276, -73.76764649383757, 40.778422337834584, -73.76762185185359, 40.77836248918594, -73.76761538806498, 40.77834057946264, -73.7676116439049, 40.77832043751245, -73.7676055694977, 40.77826231294911, -73.76760424136972, 40.77821722016529, -73.76760786381212, 40.77813137148614, -73.76761824921606, 40.77804177593369, -73.76761961670358, 40.77801618812872, -73.76761893346637, 40.7779943828134, -73.76761614608068, 40.777974696646474, -73.76761118002871, 40.77795675846927, -73.76760013455892, 40.77793000198863, -73.76756971866234, 40.77786686654077, -73.76749982074297, 40.777700036571446, -73.76747817105733, 40.77765522966183, -73.76743328020441, 40.77757360370292, -73.76741018854008, 40.77752891363652, -73.76723381299391, 40.777151921967786, -73.76722619141431, 40.7771356317354, -73.7671371635218, 40.776937439693384, -73.7670991688285, 40.776856892827524, -73.76707248914194, 40.776806894159144, -73.76703963127329, 40.7767530072179, -73.76700067457844, 40.77669490257375, -73.7669394744814, 40.776608527481315, -73.76685164711994, 40.77648640874265, -73.76678836180737, 40.7764046426378, -73.76658263315451, 40.77615640332176, -73.76641719803666, 40.775952727593804, -73.76791154287896, 40.77553852119573, -73.76776898342492, 40.77523237898934, -73.76771947764385, 40.77512494071523, -73.77057106264651, 40.774488069042164, -73.77055957628848, 40.77445604669698, -73.77048768073136, 40.77426073418575, -73.77046407023413, 40.77420135102381, -73.77026380859003, 40.773697611450714, -73.77034987689562, 40.77367621860573, -73.7711711760216, 40.77351437832583, -73.77164018801014, 40.77341256377013, -73.77236919271101, 40.77325854920971, -73.77232641167514, 40.772944197114434, -73.77228532317375, 40.772553792494485, -73.77348553811613, 40.77230594631145, -73.77366807136436, 40.77315745153652, -73.77395998428759, 40.77441000860214, -73.77407965748476, 40.774891490654895, -73.77423470935184, 40.77557455790601, -73.7750540558051, 40.77535526090312, -73.77509878432447, 40.77534346964326, -73.77515720268241, 40.77532398864726, -73.7751745874875, 40.77531760916782, -73.77510626924847, 40.77498544412708, -73.77508489750012, 40.77492899113878, -73.77501157039593, 40.77458849016818, -73.77489668648666, 40.77405500611813, -73.77489292944718, 40.77399464237999, -73.77484659458206, 40.77378355434165, -73.77481361434633, 40.77367301043834, -73.77508081069512, 40.77362016743838, -73.77560499085247, 40.773500258716275, -73.7757270914401, 40.7734792787181, -73.77585412243765, 40.77345744909916, -73.77617010733533, 40.77338849387017, -73.77663214365771, 40.77328694442724, -73.77753937386197, 40.773089949821035, -73.77844388285297, 40.77289500950466, -73.77874286169445, 40.77283084843906, -73.77885801736274, 40.77279853063007, -73.78043424566559, 40.77233104782415, -73.78056080365053, 40.772300651009296, -73.78067005225117, 40.77226884693612, -73.78219716353412, 40.771816647870146, -73.78231112421037, 40.77178286463273, -73.78234637816176, 40.77177241512492, -73.78247199237043, 40.77173517778863, -73.78322223278167, 40.77151022165975, -73.78339839857414, 40.77145777791496, -73.78352616935389, 40.77142029404375, -73.78372871574228, 40.771360874507444, -73.78384094033935, 40.77132795278561, -73.78405026750323, 40.77126556383002, -73.78479451214362, 40.77104828195364, -73.7849361796593, 40.7710057868455, -73.7850584060041, 40.77096882762844, -73.78580272150005, 40.770747710423414, -73.78668550399956, 40.77048483174407, -73.78721167897568, 40.77032868080859, -73.78746096509052, 40.77025549394376, -73.78755960963973, 40.77022590063643, -73.78768710983881, 40.7701882144433, -73.78832502479506, 40.76999966235511, -73.78843391294744, 40.769967476551344, -73.78855904623937, 40.76993033435614, -73.78899073522334, 40.76980219941045, -73.789308642076, 40.769707834531985, -73.78935580876175, 40.76980021813128, -73.78948983689683, 40.77006272823523, -73.7895103315479, 40.77010287331101, -73.78952983319061, 40.7701409120866, -73.78962836942266, 40.77033311861785, -73.78964923990557, 40.77037395414064, -73.78970165430334, 40.7704766057305, -73.78992447487111, 40.77091292816377, -73.78997510311153, 40.77101207969886, -73.79003143720523, 40.771121736102074, -73.79070105645727, 40.77242508199146, -73.79075024432922, 40.77252082212933, -73.79080614982895, 40.77262971912034, -73.79115389808989, 40.77330705550754, -73.79119007514934, 40.773377521687486, -73.79124347906819, 40.77348078755843, -73.79157966454346, 40.77413084961643, -73.79163525613264, 40.77423834261879, -73.79145589483626, 40.77429153336856, -73.7913510283755, 40.77432263158395, -73.79095699357312, 40.774417250298576, -73.79091897037091, 40.774438561107864, -73.79088163275765, 40.77445164883398, -73.79046890067325, 40.77455159445526, -73.7903497113994, 40.774572783568935, -73.79039181164299, 40.774675795118256, -73.79043992707666, 40.77479351203493, -73.79046085211996, 40.774844714996064, -73.79047886137897, 40.774888967054196, -73.79057872328274, 40.77513432464671, -73.79061220194772, 40.77521658360236, -73.79065391474924, 40.775318752368, -73.79085538523016, 40.775812210523455, -73.79089092492056, 40.77589925301023, -73.79093127360673, 40.77599813594635, -73.79113027043482, 40.77648580873323, -73.79117063981707, 40.77658474024026, -73.79129062985133, 40.776557440000786, -73.79164750065752, 40.776476247029606, -73.79171234854205, 40.776453750783645, -73.79285041327496, 40.776184210896, -73.79287588388968, 40.77618195499107, -73.79289880236205, 40.77618254819392, -73.79298704025949, 40.77618934797325, -73.79318728601403, 40.77620477659532, -73.79320878861955, 40.77631380330469, -73.79333104969984, 40.77693371772775, -73.79334771522164, 40.77701821587542, -73.79336660387044, 40.77711543763733, -73.79338345685909, 40.77720177674542, -73.79345301512153, 40.77755115233912, -73.79349459362254, 40.77776000259095, -73.7935074850394, 40.777824756677134, -73.7936509419687, 40.77855976066736, -73.79366721075088, 40.778651750234765, -73.79368167372348, 40.77873395888594, -73.79105664611536, 40.77903120251861, -73.79119252168383, 40.779966461639056, -73.79130774120725, 40.78068533416635, -73.7913264467349, 40.78077005958048, -73.79209660442072, 40.780682736619816, -73.79245244743521, 40.782477702168244, -73.79338010429363, 40.78236757964822, -73.79371245429914, 40.78406422484969, -73.79372995257101, 40.78415790227228, -73.79394880390414, 40.785273835192896, -73.7941156563318, 40.786097124407206, -73.79434096592983, 40.78602816630254, -73.79439451624502, 40.78601177723164, -73.7945903183935, 40.78595880306238, -73.79468406921967, 40.78593825853701, -73.79482981182443, 40.78590758669066, -73.79503811955131, 40.785861136560136, -73.79501374338864, 40.78599582655631, -73.79497942660706, 40.78613759212791, -73.79496908528688, 40.78618402440696, -73.79496311214254, 40.786210833478336, -73.79494056283235, 40.786275434206594, -73.7948888718025, 40.78641780818802, -73.79485715333439, 40.78650707718208, -73.79478564786673, 40.786708312373094, -73.79471881054829, 40.7868989749133, -73.79470489583805, 40.786983393941, -73.79470182335805, 40.787073811623145, -73.79471279266502, 40.78716925301136, -73.79471708416206, 40.78719030181908, -73.79477039450353, 40.78742691939191, -73.79477487465348, 40.78744212516586, -73.79478340855457, 40.78746173711701, -73.79481727646731, 40.78752633919834, -73.7948655129052, 40.787639558907586, -73.79487018962155, 40.78765404192293, -73.79493783031579, 40.78792351905764, -73.79497453158328, 40.78807194497795, -73.79493617916673, 40.78826457724756, -73.79490889067067, 40.78836702937727, -73.79487913127473, 40.78843388741138, -73.79482010825403, 40.788542769358266, -73.79476008372306, 40.788627107174534, -73.79470625095188, 40.78868949001266, -73.79463758224902, 40.78875680095939, -73.79450983267392, 40.788859670970936, -73.79444644947195, 40.788904568696445, -73.79441200980499, 40.78892410401872, -73.79434315315211, 40.78895773023037, -73.79414377597416, 40.789046645673665, -73.79407622555954, 40.78906888899684, -73.79405049915142, 40.78907795071747, -73.7940234879621, 40.78908830596036, -73.79400179712985, 40.789101914318934, -73.79397598051686, 40.78912748388627, -73.79393526956353, 40.789128983383335, -73.79375837286331, 40.78907299065501, -73.79374010578879, 40.78904767903901, -73.79372761450075, 40.78903503162847, -73.79370361298943, 40.78904337415529, -73.79368586497652, 40.78904900294904, -73.79366597953192, 40.78905732221908, -73.79364469258562, 40.78906024946465, -73.79363412997655, 40.78903543339522, -73.79362392699262, 40.78900926991541, -73.7936106960472, 40.7889948309672, -73.79359203336593, 40.788992436425865, -73.79355631621056, 40.78898177803331, -73.79353855533614, 40.78897894745406, -73.79350346158715, 40.78897663332421, -73.79346996065053, 40.7889730325174, -73.7934336899874, 40.788965886858435, -73.79340087387678, 40.788962285457885, -73.79335969157802, 40.78895496707943, -73.79332490960873, 40.78894496855957, -73.79329507474804, 40.788935554323515, -73.79326280511975, 40.78891927567857, -73.7932461806972, 40.78891103957079, -73.79321728539846, 40.78890162880098, -73.79320058070277, 40.78889597158386, -73.7931826855404, 40.78889061389662, -73.79315206227885, 40.7888794710434, -73.79313431679417, 40.78887208298242, -73.79310747534811, 40.78886363490736, -73.79308764163059, 40.78885454203988, -73.79306030401195, 40.788842965615196, -73.79302867307861, 40.78883050258291, -73.79299836837146, 40.78882095144996, -73.79296559975579, 40.78881353727967, -73.79293784794542, 40.788807530594966, -73.79292049154134, 40.78880305362653, -73.79288790763383, 40.78879454115202, -73.79286156326353, 40.788789333022976, -73.79283874969991, 40.78878561436338, -73.79280669211846, 40.78878273005683, -73.79277701366628, 40.78878059023273, -73.79275907047983, 40.78877888213293, -73.79273718962756, 40.788777361457825, -73.79271815986269, 40.78877683375839, -73.79268789511757, 40.78877730071439, -73.79266734316838, 40.78877896569546, -73.79264938775749, 40.78878118375086, -73.7926140535343, 40.78878726791127, -73.7925876248773, 40.788795812053905, -73.79231763454821, 40.78893928840909, -73.79230398437744, 40.78895070830685, -73.79228907088032, 40.78896185217321, -73.79226479038898, 40.788977536601564, -73.79223970469953, 40.78899648479806, -73.79221550562397, 40.78900923192117, -73.79219098476072, 40.789020304423424, -73.79217358935632, 40.78902869906577, -73.79215684409144, 40.789036434809056, -73.79213985140758, 40.789042965230365, -73.79211942044313, 40.78905176591977, -73.79210252844373, 40.78906095750425, -73.79208081660451, 40.78907434033835, -73.79205591655516, 40.789091862432514, -73.79204435442783, 40.78910539954784, -73.79202672317409, 40.78913125179875, -73.79201436364593, 40.789145172887494, -73.79200171849467, 40.78915911957401, -73.79198943353052, 40.789172683294815, -73.7919786297961, 40.7891865531574, -73.79196318009328, 40.78920735751274, -73.79195357266197, 40.7892190611205, -73.7919421194905, 40.78923259932256, -73.7919279862358, 40.78924766894348, -73.79191509433895, 40.78925980606391, -73.79190236858899, 40.78926957966187, -73.791880996247, 40.78928499640739, -73.79184568291367, 40.789311196711544, -73.79184499414983, 40.78931170064987, -73.79182101896389, 40.78932932521965, -73.79179752763933, 40.78934717758527, -73.79178539531254, 40.78935775098864, -73.79177250240872, 40.78936867961586, -73.79173281266603, 40.78939703678803, -73.79173515493561, 40.78940085555218, -73.79170355934521, 40.789427456950904, -73.79168835858614, 40.78944022112566, -73.79166304200125, 40.789461665873986, -73.79164719179039, 40.78947258824077, -73.79161837792945, 40.78949204104728, -73.79161831738045, 40.78949208055998, -73.79158888577838, 40.78950978076345, -73.79157109138264, 40.789519909862776, -73.79154712183838, 40.78953114441479, -73.7915310285003, 40.78953759172544, -73.79150206502489, 40.78954956285167, -73.79147367568787, 40.78956282362944, -73.79144898453929, 40.78957103926922, -73.79142449953733, 40.78958266007934, -73.79140728485461, 40.789590397565526, -73.79138948742856, 40.789599587406435, -73.79137396814004, 40.78960847969983, -73.79136039630693, 40.78961786899231, -73.7913318056774, 40.789637497729224, -73.79131504733851, 40.78964932431222, -73.7912977865863, 40.7896604097694, -73.7912814643706, 40.78967144109245, -73.79125594084192, 40.78969231085516, -73.79124243199767, 40.789703894774014, -73.79122718962165, 40.789716657911804, -73.79120586081444, 40.78973547581092, -73.79119223999476, 40.789748379658654, -73.79117511218658, 40.789763527508, -73.79115758397427, 40.789779030328035, -73.79114298242355, 40.78979409990393, -73.79113092300904, 40.78980516594533, -73.79111640581704, 40.789817135238295, -73.79108597726034, 40.7898345363401, -73.79105939571743, 40.7898466746635, -73.79102996600683, 40.789858012672426, -73.79100236867512, 40.78987102713155, -73.79098732127831, 40.78987939883707, -73.79097186832541, 40.7898893898103, -73.79095836587258, 40.78990004168652, -73.79094511409771, 40.789910475193516, -73.79091948275217, 40.78993090433972, -73.79090496304026, 40.78994290061646, -73.79088982903275, 40.78995582779756, -73.79087560052076, 40.78996639640089, -73.79084195837899, 40.789985000082346, -73.7908273766321, 40.789993729211226, -73.79081189289357, 40.7900025665625, -73.79079496480227, 40.79001104379027, -73.79077666169418, 40.79002009574194, -73.79076067562922, 40.79002816314477, -73.79074609524342, 40.79003645282027, -73.79073060960589, 40.79004551078046, -73.79071374783216, 40.79005549916095, -73.79069464599765, 40.79006685493724, -73.7906736630564, 40.79007883854657, -73.7906522479986, 40.79009071060533, -73.79063263957971, 40.79010151794522, -73.79061259617744, 40.79011350234966, -73.79057854970391, 40.79013328667962, -73.7905576351327, 40.79014612136748, -73.79053762635608, 40.79015876589057, -73.79051674483378, 40.79017201216099, -73.79049633593463, 40.79018567081661, -73.79047501746827, 40.79019995996831, -73.79045511265764, 40.790214194954586, -73.79042355637559, 40.79023442231102, -73.79039019324115, 40.79025577110111, -73.79036974911486, 40.79026893619453, -73.79034032931116, 40.79028718990918, -73.79032087032529, 40.790296788092064, -73.7902948617553, 40.79031123346974, -73.79026955122424, 40.79032035363583, -73.79024931639762, 40.79032385849127, -73.79022904844742, 40.79032659425319, -73.79019595591548, 40.79033084292531, -73.79016683422668, 40.79033493402529, -73.79013658999753, 40.790340313494866, -73.79010873095002, 40.790346026884365, -73.79008260230552, 40.79035081049759, -73.79006396043462, 40.790353383499486, -73.79003856837852, 40.79035490231964, -73.79001901896542, 40.79035821477509, -73.78999903850665, 40.7903618290109, -73.7899786551226, 40.790366596053474, -73.78995672611941, 40.79036930082512, -73.78993382573303, 40.79037082326247, -73.78991045538129, 40.790372590676014, -73.78988738040835, 40.79037161659132, -73.78986622129199, 40.79037064509448, -73.78981608470907, 40.79037423132877, -73.78977371744142, 40.790376185593146, -73.78974796446745, 40.79037718049863, -73.78972690562739, 40.790378597293405, -73.78970725562512, 40.79037998873934, -73.78968857859087, 40.79038168362591, -73.78966846101835, 40.79038293643504, -73.78964895969315, 40.7903822704927, -73.78961837808362, 40.79038078737685, -73.78956926089168, 40.79038160361594, -73.78954010721051, 40.79038492637007, -73.78951016389333, 40.790386545723784, -73.78949188741136, 40.79038708866602, -73.78947242284792, 40.790387162074026, -73.78944378378652, 40.790387357395964, -73.78942193718275, 40.790386851922754, -73.78940149933575, 40.79038634721852, -73.78938225136395, 40.79038611933854, -73.78935874266455, 40.790385171370495, -73.78930906936128, 40.790379755901164, -73.78929065658515, 40.79037769070525, -73.7892576589173, 40.79037477577909, -73.78922657120471, 40.79037260545045, -73.78919360748871, 40.790370569459135, -73.78917313477396, 40.790369104714294, -73.78913684811238, 40.790366540336436, -73.7891173154507, 40.7903652970243, -73.78909214831393, 40.790363877705744, -73.78905484550499, 40.790362300195, -73.78901775999559, 40.79036206842171, -73.78899331478605, 40.79036128165578, -73.78896843207937, 40.79036096234527, -73.78894127135696, 40.790362010324074, -73.78892065055368, 40.79036241200619, -73.78888283927586, 40.79036201316772, -73.78884702381977, 40.79035881830899, -73.78879778604988, 40.79035282709506, -73.7887609262151, 40.79034831376017, -73.78872486133382, 40.79034456909943, -73.78868991449113, 40.790340963353614, -73.78867085282442, 40.79033952992269, -73.78864048614304, 40.790337910064856, -73.78861769986477, 40.790337072231274, -73.78859854758, 40.790341043442076, -73.78857165160325, 40.79033819444175, -73.78852840011136, 40.79033465715909, -73.7885029111814, 40.79033197551641, -73.78846789086172, 40.79032875408332, -73.78844106442833, 40.79032714067051, -73.78842040943323, 40.79032674615554, -73.78838848510455, 40.790326495738654, -73.78835428300978, 40.79032753065069, -73.78833268648467, 40.790327381128975, -73.78829126355367, 40.79032708532483, -73.7882585404854, 40.790329495292106, -73.78823704409355, 40.79033176198638, -73.78820723566083, 40.79033604403733, -73.78818859586329, 40.790338315971816, -73.78816337962634, 40.790340793737876, -73.7881372620482, 40.790343545395494, -73.78810875850331, 40.79034621071496, -73.78808166625618, 40.79034882189062, -73.78805926864048, 40.79035095001818, -73.7880157505495, 40.79035114373797, -73.78799358335128, 40.79034937399835, -73.78797188607916, 40.790347001781875, -73.7879515968215, 40.790345235488914, -73.78793181164072, 40.79034330442727, -73.7879110171187, 40.790340960875476, -73.78789304448097, 40.79033799035992, -73.78787196379005, 40.790334356753846, -73.78785211014845, 40.79033160249262, -73.78781813991158, 40.790327916334284, -73.78779929425735, 40.790326372394915, -73.78776834770161, 40.79032491603171, -73.78773303824319, 40.79032246287253, -73.78771180877891, 40.790320530013624, -73.78769198924988, 40.79031859974807, -73.78767072577544, 40.79031581494295, -73.78764949880963, 40.79031347144771, -73.78762920948456, 40.79031173211295, -73.78760805055111, 40.79031034777134, -73.78758216041892, 40.790309395052255, -73.78755865295994, 40.79030844581871, -73.7875361180667, 40.790308294418, -73.78750198968707, 40.79030850525271, -73.78747385679009, 40.790309003587375, -73.7874443160292, 40.790309221963774, -73.78741332912254, 40.7903092755746, -73.78737465077805, 40.79030955992491, -73.78733565001964, 40.79030877567049, -73.78731496063429, 40.79030802339417, -73.78729195843766, 40.79030765226118, -73.78724558899941, 40.79030731813594, -73.78721460376282, 40.79030684940461, -73.78718542765705, 40.79030566990642, -73.78716104993033, 40.79030639482125, -73.78713533284024, 40.79030802046198, -73.78711102229809, 40.790309595565404, -73.78708855752649, 40.790310487889954, -73.78706511568066, 40.79031162334181, -73.78704362486975, 40.79031287495679, -73.78702303281088, 40.79031429212009, -73.78698806983085, 40.79031650397945, -73.78696976074258, 40.79031649805504, -73.78694635640578, 40.79031738861525, -73.78691962773578, 40.79031818927797, -73.78689712991628, 40.79031866997412, -73.7868765421564, 40.79031948288163, -73.78685736262055, 40.79032046228125, -73.78682315936038, 40.790321854236616, -73.7868034745634, 40.79032225727121, -73.78678194684173, 40.79032356279928, -73.78675590342259, 40.79032571004354, -73.78672935980312, 40.79032533134534, -73.78670686585609, 40.79032386242212, -73.786674909684, 40.79032245882759, -73.78663963158975, 40.79032132282757, -73.78663963158975, 40.79032132282757 --73.89671713862711, 40.78294170542122, -73.89671223316677, 40.78295599199448, -73.89670241955582, 40.782968731607866, -73.89668842785518, 40.78297897218336, -73.89667130771178, 40.78298594383079, -73.89665234058303, 40.78298912900861, -73.89663294966417, 40.78298828495641, -73.89660396702557, 40.78300222664599, -73.89660124376849, 40.783016495361174, -73.89659349794694, 40.783029656454495, -73.89658131872072, 40.78304070909521, -73.89656563263547, 40.78304881574604, -73.89654762890191, 40.783053357027065, -73.89652867756354, 40.78305398837456, -73.89648950217034, 40.78306538596947, -73.89648538450462, 40.78307965252887, -73.89647631816027, 40.78309252967037, -73.89646298584273, 40.783103047264866, -73.89644639577145, 40.78311041467544, -73.89642779156037, 40.78311407380655, -73.89640858105625, 40.783113750369075, -73.8963711983286, 40.78312801403256, -73.89636714022572, 40.78314205101311, -73.89635819857783, 40.783154713037334, -73.89634505725651, 40.78316504348542, -73.89632870788793, 40.783172258010154, -73.89631038932707, 40.78317581292102, -73.89629148927686, 40.783175437514245, -73.89626198963036, 40.783189589369755, -73.89625817637948, 40.78320461351714, -73.89624906731292, 40.783218258730486, -73.8962353665969, 40.78322947025396, -73.8962181358872, 40.78323738005759, -73.89619870299694, 40.783241377894726, -73.89617857653197, 40.78324115354963, -73.89606128356675, 40.783162023353675, -73.89604420046619, 40.783154302347874, -73.896030645689, 40.7831433562225, -73.8960215775656, 40.78312999989739, -73.89601769108772, 40.78311526237416, -73.8960041125497, 40.78310588399843, -73.89599372704802, 40.78309405013191, -73.89597427098845, 40.783094697141756, -73.89595552770751, 40.78309105569998, -73.89593932421481, 40.783080718613306, -73.89592856415942, 40.78306825855361, -73.89592067173429, 40.78305461332042, -73.89591586551064, 40.78304016402411, -73.89590027931548, 40.78303282346019, -73.89588715741395, 40.78302312760574, -73.89586728352988, 40.78302279177215, -73.89584849014312, 40.783017875156524, -73.89583255475169, 40.783008844025176, -73.89582099123696, 40.782996556125475, -73.89581489243324, 40.78298217499497, -73.89581484143844, 40.78296706632303, -73.89579108457461, 40.78295056385186, -73.89577191307079, 40.78295260326118, -73.89575341423908, 40.78294798046013, -73.89573848893397, 40.78293925910163, -73.89572619222194, 40.78292842213843, -73.89571702925997, 40.78291592027959, -73.89571137952693, 40.78290226805608, -73.89570219306363, 40.782890403730335, -73.89568822522003, 40.78288079083409, -73.89566953889495, 40.78287789591346, -73.89564985980873, 40.782875752010256, -73.89563200153952, 40.78286910724163, -73.8956176998314, 40.78285860884073, -73.89560834628591, 40.78284527383594, -73.89560484160448, 40.782830397066085, -73.8955941137926, 40.78281859437038, -73.89558131112766, 40.78280859980323, -73.89557659351065, 40.78279512041333, -73.8955568060926, 40.78279408401374, -73.89553753800239, 40.782790505963725, -73.89551934824479, 40.78278449483059, -73.89550276729423, 40.78277622129086, -73.8952583023801, 40.782596782303486, -73.89522319032608, 40.78257215946954, -73.89489498504862, 40.78233885203319, -73.89477428758256, 40.78225327611545, -73.89496162598259, 40.78209686677764, -73.89522371343047, 40.78188137201955, -73.89540801536971, 40.78172899974241, -73.8954219794373, 40.781717454467454, -73.89539493194066, 40.78169653196056, -73.89531858636393, 40.781637475226624, -73.89533651436747, 40.781621382423495, -73.89529071193326, 40.781586483268455, -73.89531846623422, 40.78156317916775, -73.89528419742315, 40.78153828786377, -73.89527663901532, 40.78155199564688, -73.89526452876865, 40.781563663256705, -73.89524875059777, 40.78157243962004, -73.89523255766181, 40.78157903818935, -73.89522745115833, 40.781592963418284, -73.89521755160855, 40.78160530570829, -73.89520360089799, 40.7816151310113, -73.89518666046949, 40.78162169917773, -73.89518523689274, 40.78163650034123, -73.89518583572917, 40.7816504316578, -73.89518389238076, 40.78166429042297, -73.89517943806558, 40.78167781101671, -73.89517256678192, 40.78169073237867, -73.89516340567795, 40.78170280698588, -73.89515213045517, 40.78171379906603, -73.89513896297787, 40.78172349810282, -73.89512415350596, 40.781731717018936, -73.89510798897933, 40.78173829758638, -73.89509078235271, 40.78174311221827, -73.8950728642959, 40.7817460684634, -73.89506222866801, 40.78175787877319, -73.8950552893106, 40.78177112784891, -73.89504336837965, 40.78178214094235, -73.89502760125627, 40.78178987000097, -73.89500948770838, 40.78179358067917, -73.89500213901454, 40.78180871953318, -73.8949963314959, 40.78182315739908, -73.8949879994111, 40.7818368617563, -73.89497729598183, 40.781849578802216, -73.89496441823476, 40.78186107278418, -73.8949496081733, 40.781871134104975, -73.89493313620518, 40.78187957120345, -73.8949153117703, 40.78188623217612, -73.89489646322401, 40.781890990351016, -73.8948820732372, 40.78190059729255, -73.89487758692744, 40.78191482473942, -73.89486706545442, 40.78192707638123, -73.89485174076064, 40.781935925143756, -73.89483339029846, 40.78194034157191, -73.89482304067184, 40.78195254203785, -73.8948170800868, 40.78196785144104, -73.89480843030636, 40.781982399265736, -73.89479724931599, 40.78199591640538, -73.89478375075862, 40.78200814821209, -73.8947681837752, 40.78201886708556, -73.89475083892822, 40.782027872478224, -73.89473204345308, 40.78203499719483, -73.89471214467382, 40.7820401064766, -73.89470181798825, 40.7820520097867, -73.89469617015357, 40.78206580032173, -73.89467216249051, 40.782083903692616, -73.8946539746479, 40.78208808520966, -73.89464354831314, 40.78210305823581, -73.89463814258524, 40.7821173136485, -73.89463024301443, 40.782130880597904, -73.89461998624196, 40.782143503465846, -73.89460756692147, 40.78215495010007, -73.8945932152189, 40.78216500639092, -73.89457719916622, 40.782173486178856, -73.89455981518404, 40.782180231245995, -73.89454138333406, 40.782185116714814, -73.89452225205237, 40.78218805465448, -73.89451985316569, 40.782202956672656, -73.89451097999732, 40.782216370537704, -73.89449666808362, 40.78222671861563, -73.89447860159089, 40.7822327876689, -73.89446163480518, 40.78224163937813, -73.89445714973135, 40.78225651066823, -73.89445002851895, 40.78227077620718, -73.89444040664797, 40.78228416596788, -73.89442846813948, 40.782296429778654, -73.89441443015586, 40.78230733640862, -73.89439856313075, 40.78231667988985, -73.89438116114347, 40.782324284893164, -73.89436255494735, 40.78233000854114, -73.89434309537869, 40.782333743995146, -73.89433293234454, 40.7823462192408, -73.89432691889704, 40.78235966002706, -73.89431524286172, 40.78237074080666, -73.89429929952752, 40.78237813551722, -73.89428099644822, 40.78238096251417, -73.8942710433796, 40.78239623580747, -73.89426396275964, 40.78241101555875, -73.89425426302448, 40.782424910413994, -73.89424212822459, 40.782437652191845, -73.89422779568173, 40.78244899797368, -73.89421153466732, 40.782458728283395, -73.89419414432523, 40.78246642331924, -73.89417703518187, 40.78247160981134, -73.89415915415266, 40.78247497207484, -73.8941408377888, 40.782476447383345, -73.8941224285106, 40.78247600723532, -73.89410426986295, 40.782473660951226, -73.89408670296692, 40.78246945206891, -73.89407005585446, 40.78246346013436, -73.8940546411077, 40.782455795296634, -73.89404074637129, 40.78244660460254, -73.89402863319056, 40.78243605758753, -73.8940185310796, 40.782424351673306, -73.89399916849061, 40.78242071924867, -73.89397930273985, 40.78241985810392, -73.89396075221664, 40.78241438939522, -73.89394531798114, 40.782404843375566, -73.89393091176284, 40.78239473638654, -73.89391238919188, 40.78239775492994, -73.89389349660487, 40.78239879022356, -73.8938745977347, 40.782397820990234, -73.89385606098698, 40.78239486738028, -73.89383823931189, 40.78238998374913, -73.89382148440423, 40.782383268575906, -73.8938061194786, 40.78237485003029, -73.89379244044989, 40.782364888674884, -73.8937807171121, 40.78235358106849, -73.89377116946896, 40.78234114443554, -73.89376398667902, 40.782327822987064, -73.893759308128, 40.78231387079375, -73.89374492209345, 40.782304508515296, -73.8937272211646, 40.782297475479204, -73.89371321182358, 40.78228665563097, -73.89370423701578, 40.78227309299226, -73.8936878710761, 40.78226690044957, -73.89366875476257, 40.78226339426681, -73.8936504637931, 40.7822579005334, -73.89363335695955, 40.782250524039156, -73.89361776929505, 40.78224141007478, -73.89360399905532, 40.782230736315206, -73.89359232075745, 40.782218708329125, -73.89358295318766, 40.7822055631512, -73.89357608430132, 40.782191555797816, -73.89357184990159, 40.78217695744601, -73.89355430690357, 40.782169726418516, -73.89353758243139, 40.7821618108622, -73.89352477649709, 40.78215042838801, -73.89351708155847, 40.782136639990334, -73.89349751775194, 40.78213444719845, -73.89347852936606, 40.78213024141192, -73.89346047522511, 40.782124106709425, -73.89344369278847, 40.78211615236424, -73.89342849575229, 40.78210653085193, -73.89341517052299, 40.782095420737406, -73.89340396554616, 40.782083032068215, -73.89339509487687, 40.7820695964721, -73.89338872159682, 40.782055365340575, -73.89338496493141, 40.78204060443259, -73.89336632421943, 40.78203754708957, -73.89334977636588, 40.78203034216564, -73.89333687339081, 40.782019670977334, -73.89332882680569, 40.7820065297025, -73.89330964392528, 40.782003222409266, -73.89329150293713, 40.781999564881744, -73.8932741882562, 40.78199406298728, -73.8932580219487, 40.78198682058234, -73.89324329996997, 40.78197797121586, -73.89323030282075, 40.78196768174132, -73.89321926950018, 40.781956142386626, -73.89321040579853, 40.78194356676217, -73.89320387718624, 40.781930193654965, -73.89319980528906, 40.781916269015184, -73.89318461090245, 40.78190652320344, -73.89316747016157, 40.78189969411354, -73.89315339941523, 40.78188959814341, -73.89314344827058, 40.78187698188329, -73.89312393341342, 40.781872394637396, -73.89310226972741, 40.78186844295062, -73.89308177133597, 40.781861805241796, -73.89306301369456, 40.78185266664851, -73.89304935726588, 40.78184352198054, -73.8930372457738, 40.78183282717931, -73.8930272069838, 40.7818209546427, -73.89301943362024, 40.78180813868069, -73.89301408048026, 40.781794624374236, -73.8930110276458, 40.78177836477033, -73.89299249341482, 40.781773239011514, -73.89297648243969, 40.78176448746894, -73.8929641937404, 40.78175276502206, -73.89295654047211, 40.78173894870907, -73.89293844482644, 40.78173661940891, -73.8929169671249, 40.78173344409297, -73.89289651738639, 40.78172752949969, -73.89287769477717, 40.781719049082874, -73.89286105332341, 40.78170825189717, -73.89284707586145, 40.78169545446873, -73.89283617642178, 40.781681031792544, -73.89282867536531, 40.78166540830409, -73.8928247923031, 40.78164904076296, -73.89280778764578, 40.78164310684518, -73.89279096228776, 40.78163618163853, -73.8927777227593, 40.78162568026869, -73.89276933385202, 40.781612607973976, -73.89274892623193, 40.781606317883984, -73.89273054348021, 40.78160280322268, -73.89271296577454, 40.78159741176035, -73.89269652229504, 40.78159024195872, -73.89268152083076, 40.7815814336827, -73.89266824662532, 40.78157114928893, -73.89265694459536, 40.781559580813244, -73.89264782999807, 40.78154694637827, -73.89264107303819, 40.78153348567671, -73.8926368000744, 40.78151944646497, -73.892618304417, 40.781513971286664, -73.89260048389606, 40.78150710545833, -73.89258678922103, 40.781496049833116, -73.89257884719723, 40.78148211255794, -73.89255995126847, 40.78147508813294, -73.89253852566934, 40.78147125632858, -73.89251828561416, 40.781464679994, -73.892499839711, 40.78145555240513, -73.89248373009492, 40.78144414782136, -73.89247044903787, 40.78143080619235, -73.89246038565058, 40.781415925904305, -73.89245384130477, 40.78139995028655, -73.89245101069378, 40.781383358588634, -73.89243136223688, 40.78138165811112, -73.89241360058172, 40.78137505345435, -73.89239977396832, 40.781364306555815, -73.8923914796834, 40.78135066070125, -73.8923726084191, 40.78134307075279, -73.89235151164085, 40.78134032342563, -73.89233136465495, 40.781334836753, -73.89231277137718, 40.781326774290626, -73.89229630597204, 40.78131638241316, -73.89228246075066, 40.78130397585697, -73.89227165565975, 40.7812899305251, -73.89226086134474, 40.781261906702355, -73.89225566241714, 40.781248387100476, -73.89223772878391, 40.781243404060625, -73.89222264111827, 40.78123450919539, -73.89221183268099, 40.78122254581639, -73.89220632991842, 40.78120864951794, -73.89218529507612, 40.78120865325327, -73.89216457865578, 40.78120588643654, -73.89214480721175, 40.781200431600105, -73.89212657873333, 40.78119245319568, -73.89211044725117, 40.781182193077306, -73.89209689797086, 40.781169963274074, -73.89208634492415, 40.78115613338059, -73.89207910373645, 40.78114112152638, -73.89207539756892, 40.78112538267492, -73.89205784727265, 40.78111927073579, -73.8920408754082, 40.781113695134856, -73.8920287379995, 40.78110309205313, -73.89202381994329, 40.78108954298703, -73.89200615182875, 40.78108084918891, -73.8919881155638, 40.78107782910927, -73.89197079429303, 40.78107295196045, -73.89195452075867, 40.78106630900539, -73.89193960513559, 40.781058027506326, -73.89192633030288, 40.7810482644165, -73.89191494947588, 40.78103720547741, -73.8919056814707, 40.781025063413495, -73.89189869413923, 40.78101206530938, -73.89189413042024, 40.78099845983824, -73.89189207162948, 40.78098450822238, -73.89189255761681, 40.78097047344599, -73.89189558083999, 40.78095662205083, -73.89190108400415, 40.78094321873062, -73.89190896007396, 40.780930519127295, -73.8918606984491, 40.78089911114683, -73.89184385742618, 40.78090638220854, -73.89182585488408, 40.780911806147245, -73.89180703454463, 40.7809152779264, -73.89178776257435, 40.7809167321527, -73.89176841219206, 40.78091613765887, -73.89174935654346, 40.78091350830295, -73.89173096516025, 40.78090889486041, -73.89171359329794, 40.78090238501411, -73.891697579562, 40.78089410605357, -73.89168323170234, 40.78088421855808, -73.8916708289897, 40.780872911896346, -73.8916606079954, 40.780860406914485, -73.8916527709017, 40.780846945137895, -73.89164746773629, 40.78083278605275, -73.89164479874478, 40.78081820530753, -73.89164482033296, 40.780803483011745, -73.89164752847627, 40.780788907322325, -73.89165286822613, 40.7807747564428, -73.89164036563912, 40.78076441682345, -73.89162930994212, 40.78075308801053, -73.8916246160547, 40.78073943918156, -73.89162695956242, 40.78072544667525, -73.89163600310535, 40.78071312820016, -73.89162019472042, 40.78070390569503, -73.89160622512564, 40.78069310093326, -73.89159436881665, 40.78068092489139, -73.891584856417, 40.78066761281819, -73.89157787230731, 40.78065342513295, -73.89157355227357, 40.78063863661718, -73.89157197877172, 40.78062353460907, -73.89157318567527, 40.78060841360491, -73.89157714525741, 40.780593567142425, -73.89158378478368, 40.780579283313735, -73.89159297467138, 40.780565841152246, -73.89160453324321, 40.7805535016322, -73.89161823857953, 40.78054250407788, -73.89163382023618, 40.7805330598523, -73.89165098055949, 40.78052535778045, -73.89166484011808, 40.78051567419882, -73.89166941115398, 40.78050070403847, -73.89167972369329, 40.78048748715042, -73.89169481970877, 40.780477261724336, -73.89171327487223, 40.78047099085819, -73.89171651527074, 40.78045545483033, -73.89171805556698, 40.780440728557764, -73.89172225845404, 40.78042630645529, -73.89172904174019, 40.780412464899776, -73.89173827231633, 40.78039946671235, -73.89174977681769, 40.78038756116894, -73.89176333452521, 40.78037697859021, -73.89177868567084, 40.78036792224499, -73.89179553381888, 40.780360561148754, -73.89181355769168, 40.780355042681705, -73.89183241239529, 40.78035146737581, -73.8918465936686, 40.7803282008928, -73.89185906656799, 40.78031740026342, -73.89187529632534, 40.78031002957018, -73.89189371806123, 40.780306796939485, -73.89189730270543, 40.78029225898607, -73.89190138073292, 40.78027809790541, -73.89190798232472, 40.780264497503325, -73.8919169826711, 40.780251717007054, -73.89192820960776, 40.780239996688834, -73.89194144953038, 40.78022956327433, -73.89195645216083, 40.780220612837816, -73.89197293053867, 40.78021331620503, -73.89199057287905, 40.7802078117606, -73.8920090437618, 40.780204202747434, -73.8920143374166, 40.78019064073554, -73.89202103827326, 40.78017717189323, -73.89203333248798, 40.78016621529046, -73.89204977270913, 40.78015905818882, -73.8920684242392, 40.78015654164503, -73.89207598970573, 40.780142443257425, -73.89208040027935, 40.780128461681606, -73.89208727395703, 40.780115065037414, -73.89209648357242, 40.780102505345994, -73.89210785815435, 40.7800910183785, -73.89212118294259, 40.780080813750274, -73.89213621595859, 40.78007208394178, -73.89215267143928, 40.780064992576385, -73.8921702435344, 40.780059671741164, -73.89218860512732, 40.780056218383876, -73.89219640451184, 40.78004249301512, -73.89220535721587, 40.780029086602084, -73.89221923957717, 40.780018375501065, -73.8922367421126, 40.78001137335217, -73.89225437748698, 40.78000500257714, -73.89225758849078, 40.77998996988666, -73.89226351982337, 40.779975422408754, -73.89227205611154, 40.77996164549448, -73.89228303225967, 40.779948904637315, -73.89229623463044, 40.779937448175566, -73.89231140461153, 40.7799274991915, -73.89232824809449, 40.77991925461961, -73.89234643668541, 40.77991286903886, -73.89236561834052, 40.77990847089158, -73.89237655824606, 40.7798968817345, -73.89238352919425, 40.77988335278917, -73.89239608509945, 40.77987239639169, -73.89241275849638, 40.779865292585455, -73.89243160524826, 40.77986286711586, -73.8924325436834, 40.77984660851569, -73.89243789052888, 40.77983084840637, -73.89244741248795, 40.77981627095151, -73.89246070220653, 40.779803508823434, -73.89246262353375, 40.779783797712334, -73.89245699111552, 40.77976807057985, -73.89245293518186, 40.77974957497208, -73.89245075063556, 40.77973128822632, -73.89244982026507, 40.77970808590633, -73.89245132853424, 40.77969400795443, -73.89245624822077, 40.779678665278496, -73.89246343835049, 40.77966362999147, -73.89248150428064, 40.77963118012472, -73.89249120384818, 40.77961663254817, -73.89251952030652, 40.779583488945335, -73.8925291287784, 40.77956518708476, -73.89252734285931, 40.779550928660335, -73.89251459643181, 40.77953612421393, -73.89249987884817, 40.77952715048334, -73.8924789637548, 40.77952155145557, -73.89245792698331, 40.779524546708345, -73.89242484465746, 40.779537947728535, -73.89236649427912, 40.77954686134896, -73.89225251927823, 40.779558120982145, -73.89217704707794, 40.779567952317564, -73.89199483207912, 40.77959479676167, -73.89194731754047, 40.77959925833436, -73.89190134962415, 40.7795996501656, -73.89185800636528, 40.77959596516426, -73.89183752123229, 40.77959261137689, -73.89181791434424, 40.77958826335487, -73.89179113280494, 40.77957986353439, -73.8917650480919, 40.77956839094636, -73.89173970164843, 40.7795538591378, -73.89171514081008, 40.779536300571664, -73.89169139991904, 40.77951572428582, -73.89166859018204, 40.77949222313698, -73.89164681094566, 40.7794658980754, -73.89162621236608, 40.77943692934342, -73.89160195536147, 40.77939505206157, -73.8915641008945, 40.77931628098939, -73.89154820051716, 40.779285924486395, -73.89152955834427, 40.77925592740231, -73.8915097057016, 40.77923016964298, -73.89146876194835, 40.779183371581816, -73.89143801730384, 40.77915072280925, -73.89130521312927, 40.779019071082764, -73.89127601805497, 40.778989367471254, -73.89125694934033, 40.77896824889675, -73.89124137441055, 40.77894838081285, -73.89122924513359, 40.77892949302477, -73.89121734485924, 40.77890385618294, -73.89120865054714, 40.778874365512934, -73.89120296227726, 40.77884229773973, -73.89119629808877, 40.778784732207534, -73.89119014992869, 40.77871368393273, -73.89118920330814, 40.77864125829661, -73.891190749138, 40.77859346826886, -73.89119589636455, 40.778562971296196, -73.89120055141926, 40.77854948795956, -73.89121429085974, 40.77852682987086, -73.89134291864995, 40.77841422177696, -73.89146050535696, 40.7783132979699, -73.89149409909196, 40.77828749417914, -73.8915703318877, 40.77823677487105, -73.89160199029968, 40.77821363201462, -73.89163783901604, 40.77818370960159, -73.89171454036067, 40.778114979679316, -73.89174955007502, 40.778085178911184, -73.89178252027688, 40.77805950052036, -73.8918608860508, 40.77800149435112, -73.89189686902021, 40.77797264718323, -73.89193682135497, 40.77793735792648, -73.89204049865018, 40.777841829798305, -73.8921726406294, 40.77773078553353, -73.89221252780249, 40.77769605353048, -73.89225444640793, 40.777654801069964, -73.89233357419748, 40.77756674190259, -73.8923690314493, 40.77753014346537, -73.8923958837508, 40.7775067500625, -73.89246164097905, 40.77745591051625, -73.89248935563964, 40.7774302927532, -73.89250320297936, 40.777411559900905, -73.89251064329565, 40.77739255001908, -73.89251042505678, 40.77737657489224, -73.89248461061511, 40.77734930519039, -73.8924677882142, 40.77733684003923, -73.89239397410763, 40.7772876126742, -73.89236269878838, 40.77726840275007, -73.89228769485825, 40.777226167511415, -73.89225365566246, 40.777204207539185, -73.89222468185879, 40.777182206368856, -73.89219664725537, 40.777158132211305, -73.89216946548832, 40.77713191744868, -73.89214302302716, 40.77710344581039, -73.89211731154364, 40.77707274070211, -73.89209195621612, 40.777039375835464, -73.89206666742683, 40.77700297903157, -73.89204076679766, 40.776962581614036, -73.89200587163985, 40.776903929767805, -73.8919690841004, 40.7768376551787, -73.89195261406181, 40.7768052837602, -73.89191710904477, 40.776730551029836, -73.89190662370386, 40.776710495995424, -73.89187464103226, 40.77666026654312, -73.8919189663763, 40.77659631747478, -73.89197470683027, 40.7765144698845, -73.89199811414859, 40.776480098009166, -73.8920216791222, 40.776439070657894, -73.89204543294973, 40.776397712993905, -73.89224175843485, 40.77605590726528, -73.89234935160938, 40.77581486207865, -73.89238683023967, 40.77568866994655, -73.89242060030267, 40.77551308263446, -73.89251493031452, 40.774939190761536, -73.89257689249119, 40.774476830158164, -73.89260081943733, 40.77434804805656, -73.89261515736735, 40.77426781035555, -73.89264514824117, 40.77417549257484, -73.89268936710249, 40.77407249095599, -73.89273697358331, 40.77396949247226, -73.89279471117729, 40.773887112316345, -73.89288991698697, 40.77380735411237, -73.89301289297595, 40.773841664980736, -73.8931257424618, 40.77389004929929, -73.89317390148568, 40.77391173395649, -73.89332875798327, 40.773986910970244, -73.89349976451827, 40.77408520061611, -73.8936131461057, 40.77416356900941, -73.89370304555356, 40.77422570476752, -73.893800907915, 40.77415396364712, -73.89593300841912, 40.77240912936158, -73.89800953243825, 40.77071029477272, -73.89809645236008, 40.77063851867641, -73.89828807994469, 40.770480275860166, -73.90033220354314, 40.768807173463905, -73.90106286619651, 40.76820962624085, -73.90162630951679, 40.76774882543659, -73.90229258117479, 40.76785511968459, -73.90238160883197, 40.76786932496019, -73.90274081285092, 40.7679266288546, -73.90359023756977, 40.76806202936775, -73.90382510717946, 40.7681250727448, -73.90400273816783, 40.76815960032888, -73.90412886632485, 40.76821092152027, -73.90431311540422, 40.76833839786104, -73.90464128698841, 40.76854193982275, -73.9048738450615, 40.76857750116143, -73.90508213600584, 40.76862348518658, -73.90515145273721, 40.76863766307399, -73.905338027912, 40.76863995160981, -73.90561002144328, 40.76868548451875, -73.90690773911028, 40.76888780659374, -73.90703774762005, 40.76891447733146, -73.90799551977082, 40.76907014630987, -73.90843336586168, 40.76914023823958, -73.90869659973679, 40.76918237730225, -73.90910897539497, 40.76924838970543, -73.90948293692635, 40.76930721775664, -73.90997475643454, 40.769382824879166, -73.91024078715377, 40.7694270103419, -73.91123756807438, 40.76958493308823, -73.9113826517895, 40.769605419566815, -73.91167318115613, 40.769644296780584, -73.91173077993537, 40.76972745922583, -73.91179282457293, 40.76978524614584, -73.91207385236108, 40.76998447949034, -73.91216771900997, 40.77003080095775, -73.91225249847646, 40.7700727164672, -73.91285034345437, 40.77049221062444, -73.91289253228337, 40.77052089565468, -73.9129689429574, 40.77057761849218, -73.91358993132707, 40.77101605483852, -73.91431026585755, 40.77152275956492, -73.91480011339254, 40.77186894138744, -73.9153379835909, 40.772249364726036, -73.91539501226653, 40.772289700541634, -73.91545272881551, 40.77233034480558, -73.91605836862895, 40.7727568580945, -73.91638759641576, 40.77298773528762, -73.917076783664, 40.77347462037725, -73.91776223503858, 40.77395995787452, -73.91845499841997, 40.774448743552355, -73.91914111570226, 40.77493288546925, -73.91982713393132, 40.775416081263245, -73.92051815697425, 40.775903624911564, -73.92152213660076, 40.776612620671244, -73.92257328354448, 40.77736100116786, -73.92264887572969, 40.77742233924656, -73.92272339609306, 40.77736110193356, -73.92331040143827, 40.776882983164015, -73.92363528114446, 40.77662007561915, -73.92375761368064, 40.7765466945092, -73.92369459591633, 40.776488309220746, -73.92368063807648, 40.776465550575004, -73.92312117527749, 40.77554982472009, -73.92302570903344, 40.77538399550621, -73.92314347617582, 40.77528777793225, -73.92322217988641, 40.77522347775681, -73.92333442852951, 40.77513162554905, -73.92341289220461, 40.77506766187052, -73.9238322301743, 40.77472505349224, -73.92398142272889, 40.774614797168866, -73.92508158203286, 40.77521951389395, -73.92602206932425, 40.77573009073992, -73.9265808140097, 40.776038952273574, -73.92725947385466, 40.77640825474535, -73.92733986531739, 40.776448157215206, -73.92754021645179, 40.776551287382645, -73.92783102659718, 40.7767021717181, -73.92797009803682, 40.77676189182543, -73.9282828554613, 40.77689977556704, -73.92824312117608, 40.77691277930356, -73.92817716641598, 40.77693538135355, -73.92817148103418, 40.77694908075919, -73.92818461892236, 40.776972460594564, -73.9281896534966, 40.77698885558249, -73.92817730592816, 40.77700592051739, -73.92815166260701, 40.77702623788185, -73.92813552277306, 40.77703597936082, -73.92810209836122, 40.7770525592776, -73.92802196276793, 40.77708717860269, -73.927962560201, 40.77711261400134, -73.92781519439065, 40.7771690562389, -73.9277767254918, 40.77718596968892, -73.92774327816099, 40.77720277731417, -73.92768638587116, 40.77723444292108, -73.92763235163983, 40.777266387649505, -73.92758105930514, 40.77729868076921, -73.92753241996925, 40.777331374457084, -73.92748837192124, 40.77736419888493, -73.92745505191702, 40.777389028183734, -73.9274270504878, 40.777408626200774, -73.92738961846945, 40.777431508705554, -73.92729780155128, 40.77748277315938, -73.92727474676948, 40.777497069399075, -73.92725481993963, 40.777510786784624, -73.92723279220881, 40.77752831106565, -73.9271844760319, 40.77757174330346, -73.92716150398715, 40.77759048985654, -73.92705754410365, 40.77766595915567, -73.92703459099249, 40.77768466157056, -73.9269861665822, 40.77772718865073, -73.92696513447646, 40.77774407055207, -73.92694497604592, 40.77775713307143, -73.92689430434143, 40.7777834739549, -73.92687300385968, 40.777796601473796, -73.92685155484118, 40.77781337683036, -73.92680482014863, 40.777855278156416, -73.92678247184041, 40.77787325960223, -73.92675637374478, 40.777890629920556, -73.92669273203512, 40.77792846639064, -73.92666442988026, 40.77794858181871, -73.92654437481913, 40.77804662951385, -73.92637307288692, 40.778185816227136, -73.92634926366331, 40.77820385878943, -73.92632303600273, 40.77822140992709, -73.92629420496569, 40.77823859559064, -73.92626241611491, 40.77825563077135, -73.92622870055138, 40.77827206947764, -73.92619069952231, 40.77828915829357, -73.92608568223257, 40.778332365529415, -73.92605648628196, 40.77834310059965, -73.92602613466588, 40.778352298663336, -73.9259949248209, 40.77835987166129, -73.92596316957281, 40.77836574145015, -73.92593909014218, 40.77836881920294, -73.9259070836378, 40.77837585226408, -73.9257495463698, 40.778415822324696, -73.92558195107996, 40.778458344002466, -73.92554115570796, 40.77846869323949, -73.92549413934388, 40.778480622423864, -73.92516320796344, 40.77856759823558, -73.92507778824019, 40.77859148258842, -73.92503463694884, 40.77860354737251, -73.92490725360963, 40.778641911387034, -73.92484120660153, 40.778662905867506, -73.924815255722, 40.778702348056974, -73.92478388723622, 40.778739980296365, -73.92474773102442, 40.778775045670024, -73.92470751879526, 40.77880683415518, -73.92466048420313, 40.7788376717379, -73.92460476558296, 40.778869153782644, -73.92454913940223, 40.778897418365595, -73.92441252051411, 40.77896343921979, -73.92434479170348, 40.778999339229294, -73.92431235266906, 40.779018589580275, -73.9242830968486, 40.77903770423681, -73.92425654292835, 40.779056999861886, -73.92423243956159, 40.77907665999454, -73.92416613232996, 40.77913523008124, -73.92409996955627, 40.779195834459486, -73.92403386348435, 40.77925855051481, -73.92396770618568, 40.779323484435324, -73.92384622523107, 40.7794435078245, -73.9237812846809, 40.77951214440574, -73.92377430740586, 40.7795254258027, -73.92377054888897, 40.77954998541922, -73.92376573263304, 40.77956407599572, -73.92374757388924, 40.779582290149314, -73.92373014037548, 40.77959511887535, -73.92370792347025, 40.77960884313337, -73.9236370555192, 40.7796488856581, -73.92361649159162, 40.77966324854939, -73.92360019706953, 40.77967761426768, -73.92355281096015, 40.77972679619574, -73.9234215330696, 40.77986715677986, -73.92330701095558, 40.77998214050268, -73.9232851475776, 40.78000654937375, -73.92326520666283, 40.78003112341218, -73.9232472641424, 40.78005576541529, -73.92323136866744, 40.78008040697819, -73.92321756652963, 40.78010497158996, -73.92320588265011, 40.7801294232478, -73.92319633129902, 40.780153716936795, -73.92318893028991, 40.78017781664922, -73.92319037490556, 40.7801937826172, -73.92320454674712, 40.78022051806971, -73.92320905603316, 40.78023751625423, -73.92319687756537, 40.780264512400535, -73.92318475353571, 40.780283332921634, -73.92317100788233, 40.78030098711028, -73.92315576636824, 40.78031730935744, -73.92313513543576, 40.780335058005456, -73.92311174195765, 40.78035070483531, -73.92308639448159, 40.780363713685524, -73.92305983385245, 40.78037370413715, -73.92300184976153, 40.78038944671071, -73.92287368243736, 40.78041749449365, -73.92281831231385, 40.78043159440715, -73.92266342552988, 40.780479687247656, -73.92258640693291, 40.780515294522985, -73.92251636633665, 40.78055046969525, -73.92245206270208, 40.780585834189004, -73.92239291755234, 40.78062171090456, -73.92201675732743, 40.78086812343452, -73.92197084340964, 40.78089160716888, -73.92193963832838, 40.78090987523509, -73.92184278626561, 40.780972954603705, -73.92179942769629, 40.78100334775486, -73.92175892576763, 40.78103333940416, -73.9217209295136, 40.781063194964354, -73.92168539742818, 40.78109295403183, -73.92165220737216, 40.78112272098403, -73.921621275151, 40.781152569606945, -73.92157017198886, 40.781205304265214, -73.92144438843701, 40.781340761274116, -73.9213850115469, 40.781402316930624, -73.92135431413928, 40.78143174240494, -73.9212726454613, 40.781506132952856, -73.92123076289398, 40.78154910871196, -73.9212019380062, 40.78158379525788, -73.92117255985357, 40.78162348100564, -73.92114523400147, 40.78166375347646, -73.92111638930007, 40.78170808526487, -73.92107601211241, 40.781770141835295, -73.92105060404391, 40.781805486247855, -73.92103417991697, 40.781828334240124, -73.9209962014543, 40.78187648597166, -73.92096685696806, 40.78191055165508, -73.92094537415457, 40.781932466846825, -73.9209091163434, 40.78196512929283, -73.9208626295072, 40.781999218302616, -73.92081125825692, 40.78203127420555, -73.92075537248844, 40.7820610622185, -73.92069549260718, 40.782088302636964, -73.92067915471439, 40.78209429143779, -73.92066002288546, 40.782099677677884, -73.92058922207202, 40.78211443136438, -73.9205621497304, 40.78212147894556, -73.92053646946313, 40.78213143340039, -73.9205163270249, 40.78214381492012, -73.92048479605398, 40.782171263883605, -73.92044670201908, 40.782210546307674, -73.920423482649, 40.78223704105632, -73.92036966446841, 40.782302921529904, -73.92033909129874, 40.78233571379324, -73.92031985562046, 40.78235256239511, -73.92029645076963, 40.78236963683786, -73.92027053859526, 40.78238616113543, -73.92019632437014, 40.78243052882909, -73.92017474925854, 40.78244508580994, -73.92015659266201, 40.782459046321414, -73.92012010349396, 40.78248550840041, -73.92010669072462, 40.782497179513975, -73.92009728402078, 40.782510278898265, -73.92009665497176, 40.78253790586333, -73.92010411688759, 40.782569840135935, -73.9201061403432, 40.7826024099941, -73.92010214516263, 40.782616583826986, -73.92008613849912, 40.78262973176379, -73.92003591708203, 40.7826457015486, -73.91998368262139, 40.782647081781796, -73.91996455090862, 40.78265022115383, -73.91994074822942, 40.78266300345497, -73.9199083113062, 40.7826937132476, -73.91983746266135, 40.78275934119736, -73.91961484282585, 40.782969657746996, -73.91951699528549, 40.78305811509704, -73.91935797164798, 40.783198882050314, -73.91925518731442, 40.783292772951185, -73.91921249045966, 40.78333017238894, -73.91916558063178, 40.78336768411995, -73.91912070509875, 40.78339916389676, -73.91908423626354, 40.783421779615345, -73.91904226286654, 40.783445715193345, -73.91890351527934, 40.783518866263485, -73.91885540913103, 40.783545245021415, -73.91866702228721, 40.78365215937967, -73.91855541520097, 40.78371679872626, -73.91848689967799, 40.783758801919745, -73.91831191714044, 40.78387107325542, -73.91823739920167, 40.78391723686586, -73.91819302371033, 40.783943159637396, -73.91815007640824, 40.783965663300236, -73.91810952628492, 40.78398387505781, -73.91806190638763, 40.7840016009067, -73.91800889178057, 40.7840179694437, -73.91794929369331, 40.78403339044383, -73.91787722341248, 40.78404939055379, -73.91767098292098, 40.78409162191778, -73.91751394834176, 40.78412689394478, -73.91745137330183, 40.784140046894, -73.91741370451831, 40.78414550666339, -73.91732925279476, 40.78415272396812, -73.91729441653708, 40.784158268576554, -73.91726484484067, 40.78416595924786, -73.9172460791135, 40.784175389336504, -73.91722969965711, 40.78418841954111, -73.91721846708153, 40.784200101787384, -73.91720961775027, 40.78421686637578, -73.91720901512694, 40.78427466735137, -73.91720668285693, 40.7843781684492, -73.91720357610372, 40.78442043036695, -73.91719639425024, 40.7844671864622, -73.91718640156769, 40.784514477235994, -73.91716298765635, 40.7846118523734, -73.91714929077894, 40.784663521421194, -73.91713111890076, 40.78471827236813, -73.9171081103906, 40.784777279206146, -73.91707859888531, 40.78484484693239, -73.91704232233192, 40.7849211338413, -73.91700987442667, 40.78498055980008, -73.91697611005641, 40.785032524144434, -73.91695844955767, 40.78505607304669, -73.91694011195179, 40.78507821487453, -73.91690594121226, 40.78511586182875, -73.91687033762224, 40.78515198949333, -73.91683338777625, 40.78518651058072, -73.91679516758653, 40.78521935400494, -73.91667928401274, 40.78530852350234, -73.91663395430884, 40.785346868299854, -73.91657333578728, 40.78540393514821, -73.91650813786777, 40.785467846061046, -73.91634044201221, 40.78563756895887, -73.91627642103022, 40.785698845725356, -73.91621390850605, 40.78575415592847, -73.9161795211485, 40.785781639445595, -73.91609823294154, 40.78584236955455, -73.91606248881124, 40.78587185026172, -73.91604181032271, 40.7858906232639, -73.91595128457543, 40.785972801888555, -73.91585628185304, 40.78605559671765, -73.91583822699602, 40.78606911627137, -73.91581762529252, 40.78608140837932, -73.9157947897556, 40.78609228326303, -73.91577014359294, 40.78610154131911, -73.9157441028602, 40.78610901805886, -73.91571726252747, 40.78611453561711, -73.91569020208736, 40.786117976451536, -73.91566347490813, 40.78611927072779, -73.91563230263166, 40.7861148939872, -73.91558030599667, 40.786097478032254, -73.91556185860676, 40.786092561287006, -73.91554393381897, 40.78609034732691, -73.91550968344008, 40.786095425364614, -73.91548836060635, 40.786103629508524, -73.91547396885818, 40.78611438354954, -73.9154056275164, 40.7861939233335, -73.91537730358904, 40.78622478704058, -73.91534624444023, 40.78625534166047, -73.91558974048087, 40.78642895685072, -73.9148241948644, 40.7872629873512, -73.91467306906101, 40.787428726303666, -73.91451448603385, 40.78759038745604, -73.91434863319776, 40.78774778001099, -73.91417570863844, 40.78790071227809, -73.91374774021536, 40.78829305366901, -73.91372343240587, 40.788321045566356, -73.91368871717627, 40.78835469561878, -73.91313642326807, 40.78886538626561, -73.91312254523785, 40.788875762185754, -73.91302238923588, 40.78890235678788, -73.91279992925507, 40.78895577661369, -73.91274406396413, 40.78897090237421, -73.9127089696211, 40.78898040400234, -73.91266314538899, 40.788992874546175, -73.91255830375697, 40.78901900323694, -73.9125120605487, 40.78903199659396, -73.91245999111099, 40.78904991395014, -73.91243711779109, 40.789059497717886, -73.91241594389194, 40.78906965999376, -73.9123658686319, 40.789096416341145, -73.91231854244616, 40.789123787098944, -73.91227398667507, 40.789151763281765, -73.9122322203027, 40.78918032599673, -73.91219326704304, 40.78920946355846, -73.91215713757609, 40.789239165171814, -73.9121238461356, 40.78926942094487, -73.91209340340198, 40.78930022008222, -73.91207806682087, 40.78932569886908, -73.91206853851634, 40.78933833643675, -73.91202886617415, 40.789361001492125, -73.9119434330483, 40.789404268364514, -73.91192363360582, 40.7894151249855, -73.91185216988258, 40.789454311488036, -73.91164874935583, 40.7895693325219, -73.91161078800162, 40.789589908681315, -73.91155627119839, 40.78961946092685, -73.9115310612803, 40.789628913949436, -73.9114676169684, 40.78964145603826, -73.91144113674933, 40.78965014083842, -73.91140455061522, 40.78966822269788, -73.91131950537846, 40.78971410445968, -73.91127461490227, 40.78973479764443, -73.91124959057373, 40.789743618596425, -73.91122502260204, 40.78974961592316, -73.91120147395705, 40.78975265408289, -73.91117921482116, 40.789752701767064, -73.91114368242, 40.78974728127745, -73.91108370823936, 40.7897314339316, -73.91106190236191, 40.78972655800286, -73.91104045652132, 40.78972356709665, -73.91102075501458, 40.789723019692076, -73.91098874852702, 40.789727433547505, -73.91097026763619, 40.789734665605344, -73.91095059874709, 40.78974959152409, -73.91093953086711, 40.78976151461138, -73.91093024328129, 40.78977910682723, -73.91092587574019, 40.78982628160361, -73.91092364170972, 40.78988787505044, -73.91092195317698, 40.78998983928077, -73.9109201309334, 40.79001020270353, -73.91091557765809, 40.790027043956734, -73.91090814569512, 40.7900409140326, -73.91085116294943, 40.790087019748434, -73.91079656899676, 40.790124076348846, -73.91074218960914, 40.79015835234222, -73.91060974290909, 40.79023898411313, -73.91035630661608, 40.79039523761572, -73.91024701232044, 40.790466582996565, -73.91011687421047, 40.79055556363997, -73.91005552393177, 40.79059849759094, -73.91001556421791, 40.79062846478852, -73.90998139172504, 40.790657146074395, -73.90995295865278, 40.790684849387794, -73.90991948593042, 40.790721713153495, -73.90989523184477, 40.790751936618705, -73.90987636648718, 40.79078030655896, -73.90986254653832, 40.79080749628324, -73.9098434932703, 40.79086261455083, -73.909806628384, 40.7908565037248, -73.90978406695561, 40.790866888654016, -73.90974673061224, 40.790891291814475, -73.90973052835056, 40.79090066324607, -73.90971418841592, 40.79090758160299, -73.90967623195178, 40.79091132316143, -73.90965198465405, 40.79091021995362, -73.90962664395462, 40.79090722483146, -73.90959969453722, 40.790902276155855, -73.90955097445841, 40.790889880357916, -73.90944319080856, 40.790857220101, -73.90939641002741, 40.790845940581455, -73.90901591026956, 40.790770840727596, -73.90875372075351, 40.79072035578378, -73.90866684074724, 40.790705670037546, -73.90847503518536, 40.79067768339838, -73.90839677932098, 40.79066410831076, -73.90827894711771, 40.79063988207351, -73.90802151975974, 40.79058306872984, -73.90791458589045, 40.790561400134735, -73.90771466592456, 40.79052419722219, -73.90745537464448, 40.79047756488577, -73.90705891728442, 40.79041090775727, -73.90700774416344, 40.79040197853498, -73.9069406971013, 40.79039028004045, -73.90690097239434, 40.79038175803528, -73.90686197994351, 40.79037067738421, -73.9068242444186, 40.790357188895776, -73.90678827978334, 40.79034147308706, -73.90677129781356, 40.79033294151242, -73.90674669366582, 40.790316106551685, -73.90672759616662, 40.79030379835841, -73.9066805750819, 40.79028029053713, -73.90651602468162, 40.790180693242505, -73.9064880831296, 40.790184023140974, -73.90645899902344, 40.79018762675818, -73.90642647819077, 40.79018417305254, -73.90639102590123, 40.790179187005535, -73.90634874404067, 40.790171868503606, -73.90623285158742, 40.79014948687422, -73.90607771089026, 40.79012122619747, -73.9059510932603, 40.79009911109725, -73.90573334508093, 40.79006300411368, -73.90561615279533, 40.790040127325774, -73.9054726121307, 40.79000841830882, -73.90538608754017, 40.78999074521691, -73.9053261041151, 40.78998137217153, -73.90521785300751, 40.789969123732966, -73.90510837457921, 40.78995596737757, -73.90507826255603, 40.789950093826945, -73.90502194838336, 40.78993421842499, -73.90499848627395, 40.78992867721521, -73.90486273780996, 40.789902546161365, -73.90473659156176, 40.7898794683793, -73.90461072599635, 40.789861495632316, -73.90447382097663, 40.789836514903556, -73.90433716739994, 40.78981224741766, -73.90428039919142, 40.78980334385627, -73.90421296274042, 40.78979457818281, -73.90415038049711, 40.78979074314868, -73.90412525222759, 40.78978714996026, -73.90407366531015, 40.78977491965321, -73.90397608517196, 40.789752826545325, -73.903891500493, 40.78973211565545, -73.90377829449854, 40.7897022956556, -73.90364375408322, 40.78966403172056, -73.90352260453747, 40.78963313413181, -73.90345191550342, 40.78961657775564, -73.90337931760507, 40.78960095535652, -73.90331753365135, 40.7895893068903, -73.90324100340948, 40.78957696073045, -73.90317338588443, 40.78956749280563, -73.90312105517522, 40.789562642854925, -73.90309914296144, 40.78956207062585, -73.90304849534857, 40.78956327792775, -73.90302579133208, 40.78956294635295, -73.90296222921337, 40.78955933317308, -73.90290962416437, 40.789554943051485, -73.90285030088228, 40.78954837253271, -73.90280322303164, 40.78954151424508, -73.9027606593934, 40.78953378896225, -73.90272054460674, 40.78952536063823, -73.90262516777898, 40.78950249921671, -73.90252308052193, 40.78947460724412, -73.90250482893394, 40.789471924521585, -73.90247990248444, 40.789490847277094, -73.90241405973843, 40.789545413248, -73.90238116554258, 40.78955130528649, -73.90236154699251, 40.78954921031128, -73.90227280240417, 40.78953469826074, -73.90218972493881, 40.789521700191365, -73.90212076527317, 40.78950978564894, -73.90207289830444, 40.78949818795531, -73.90205846666892, 40.78948898067441, -73.90205318290907, 40.78947173969045, -73.90205314579143, 40.78944703800996, -73.90204350469969, 40.78942309449366, -73.90202737475322, 40.7894102036158, -73.90199484991902, 40.789396198383, -73.90196230372763, 40.78938624627884, -73.90183296119642, 40.789352238615834, -73.90174753199432, 40.78932974964244, -73.90172102213558, 40.789324025966586, -73.90169686396749, 40.78932000983978, -73.90156309054397, 40.78930282215885, -73.90147654466655, 40.789292044850264, -73.9014343564536, 40.78928463727496, -73.90135762195212, 40.789268283358595, -73.90118321445637, 40.78923209589499, -73.90099826935936, 40.78919202876139, -73.90077375523136, 40.78914350037968, -73.90067464106497, 40.78912177055649, -73.90063293768571, 40.78911115191773, -73.90059444800163, 40.7891001974472, -73.90050773281226, 40.7890729743098, -73.90042837413752, 40.78904573765185, -73.90035410903936, 40.78901925365956, -73.90032629118095, 40.78900734839106, -73.90028686927083, 40.78898762483011, -73.90025947946553, 40.78896997291642, -73.90018289382797, 40.78891482024632, -73.90013569134109, 40.7888777921646, -73.90012027103323, 40.7888636922599, -73.90010758911201, 40.78885017194794, -73.90007075191663, 40.788804055057625, -73.90004151790114, 40.78876720820697, -73.9000239602621, 40.788748378803376, -73.89993802134889, 40.78867021724875, -73.89986315410917, 40.78860178075834, -73.89983220048306, 40.788574836973694, -73.89979080518795, 40.78854089441064, -73.89970474568754, 40.78847157009482, -73.89961637676704, 40.78840018425573, -73.89956879104722, 40.78836318352001, -73.89952551181501, 40.78833264041239, -73.89950104055863, 40.788317378089786, -73.89942398083875, 40.788272660406115, -73.89933450991698, 40.788214285632094, -73.89925232350221, 40.78816511037509, -73.8991232092426, 40.78807675459887, -73.89904127955195, 40.78802335246095, -73.89890681063581, 40.7879435825331, -73.89886140098916, 40.78791275724894, -73.89881291443062, 40.78787652893792, -73.89871422777011, 40.78779895770053, -73.89861402552557, 40.78772248275565, -73.89857969543124, 40.787699155675874, -73.89853440368128, 40.787671252492544, -73.89844139061893, 40.78761602835662, -73.89836515738865, 40.78756951958954, -73.89828364880192, 40.78752512049342, -73.89826597273903, 40.78751377388088, -73.89824825094712, 40.78750056859006, -73.89823014257979, 40.78748526478652, -73.8982105022585, 40.787466895220305, -73.89819953800331, 40.787453967841465, -73.89817850326119, 40.7874224037898, -73.89816610106207, 40.78740924460886, -73.89813575666439, 40.787386041584284, -73.898104305811, 40.787366644894, -73.89805613898336, 40.787343427890534, -73.898039207394, 40.787334172865975, -73.89801195349936, 40.78731680058875, -73.8979938233755, 40.78730416581494, -73.89791125922584, 40.787243098135185, -73.89783961858261, 40.78719374029613, -73.8977638917237, 40.78714673810146, -73.89773395428517, 40.787124866272286, -73.89770347710856, 40.787098816529294, -73.8976710153007, 40.787062087768454, -73.89763296345839, 40.78702944140995, -73.8976010282978, 40.787006227824925, -73.89752566680437, 40.786956096553546, -73.89748638373023, 40.786927554438165, -73.8974569179932, 40.786904159306914, -73.8973969101462, 40.78685242340885, -73.89733466011113, 40.78680038291312, -73.89730676442014, 40.786779207977595, -73.89727636665722, 40.786759489617864, -73.8972444640125, 40.78674223998427, -73.89721296390432, 40.786729020445804, -73.89714063857481, 40.78670406154975, -73.89707400917001, 40.78668245666091, -73.89704093315844, 40.786677818349126, -73.89702169857672, 40.7866732455261, -73.89697356827341, 40.78664536800342, -73.89693780533125, 40.78662460918056, -73.89681948563067, 40.78667913674756, -73.89656763672981, 40.786369603071634, -73.89640442294656, 40.78616700207431, -73.89633474301871, 40.786167830915005, -73.89631333711708, 40.78613806988665, -73.89633389242569, 40.78609931187219, -73.89621215654073, 40.78592874812664, -73.89616261365609, 40.78594876667893, -73.89611176635242, 40.78588221609622, -73.89615696311763, 40.7858624836112, -73.89602951527787, 40.785699521057616, -73.8959595406996, 40.7856996776309, -73.89593743243967, 40.78566999694138, -73.89595788705248, 40.785629765679204, -73.89562976909916, 40.78520479141746, -73.89597598600454, 40.78493612002117, -73.89634866455775, 40.78464606374586, -73.89688743164524, 40.784227974823146, -73.8969194248101, 40.784202752467095, -73.89707857537559, 40.78407728638503, -73.89726907178601, 40.78392710853524, -73.89767703714327, 40.78360246588043, -73.89799015422078, 40.78336119908849, -73.89828381832803, 40.78313491753699, -73.89874897870071, 40.78278084268511, -73.89898482187424, 40.782772185111455, -73.8998165644132, 40.782749335127, -73.89999472958071, 40.78274228045379, -73.9001802857278, 40.78273697257807, -73.9002813461426, 40.782735766948896, -73.90075566579371, 40.782722068234406, -73.90114577051895, 40.7827107951531, -73.90125232787585, 40.782589732045615, -73.90128000480523, 40.78257913253374, -73.90130772206275, 40.78256609629083, -73.90132297401658, 40.7825546873818, -73.90135136770898, 40.7825224611054, -73.90140048687331, 40.782465796717666, -73.90141173272085, 40.78245483011764, -73.9014401875676, 40.7824324535644, -73.90145171953061, 40.782421869018044, -73.90146427046454, 40.78240718175329, -73.90149246772592, 40.78236830776624, -73.90150689293536, 40.782351130409225, -73.90155885415821, 40.782301495000524, -73.90161097594594, 40.78224175787114, -73.9016677575993, 40.782179995862485, -73.90169925740958, 40.78214681761674, -73.90172372843253, 40.78212893650351, -73.9017493446671, 40.78211691773053, -73.9017909328252, 40.78210160231808, -73.90185231331617, 40.78208068371449, -73.90186925733519, 40.782073722853674, -73.90188611554511, 40.782065499413186, -73.90191949154435, 40.78204530704613, -73.90195096155715, 40.782020972538355, -73.90198344923341, 40.78199016517678, -73.9020525594746, 40.78191776232111, -73.90211708190445, 40.781847387059706, -73.90217133151458, 40.78178938134569, -73.90218359725509, 40.7817694537365, -73.9021916252506, 40.781739965498524, -73.90219915931299, 40.78167412716491, -73.90220653285238, 40.78163368736154, -73.90221467219106, 40.78161548521126, -73.90222980158111, 40.78159773744112, -73.90226142328991, 40.781567492078715, -73.90228930876724, 40.781537893702314, -73.90230442592211, 40.78151957769489, -73.90232573797172, 40.78148653021574, -73.9023467463998, 40.78144481964275, -73.90236529555035, 40.781403033140975, -73.90239211354363, 40.781337867594225, -73.90245829380645, 40.78121800643359, -73.9024941735655, 40.78115251984782, -73.90250159502938, 40.781136631359686, -73.90251247193967, 40.78110793344655, -73.90252557345165, 40.78107045481425, -73.90254149292237, 40.78101620220408, -73.90254487460929, 40.780991458357846, -73.9025409242475, 40.780932862928346, -73.90254137569059, 40.78091904239928, -73.90254867184605, 40.78088756790613, -73.90255622109174, 40.78086690325718, -73.902580497767, 40.780814579378536, -73.90259771608561, 40.78078260988841, -73.90264195700132, 40.78070722569317, -73.90266148598712, 40.78066832517693, -73.90266831809815, 40.780650338909, -73.9026732603562, 40.78063176931999, -73.90267624134812, 40.78061284597786, -73.90267722991017, 40.780593818295664, -73.90267182511543, 40.78048712580277, -73.90267251250015, 40.78046180335365, -73.90267804936515, 40.78037844041205, -73.90267677149575, 40.78035225542244, -73.90267208719463, 40.780332139643946, -73.90266352905881, 40.78031610977488, -73.90265096803456, 40.78030411707839, -73.90263054043287, 40.780295736853425, -73.90257929338102, 40.78028880649797, -73.9025589241686, 40.78028263073971, -73.90254075085613, 40.78027270444109, -73.90250250193674, 40.780247842531494, -73.90248701623496, 40.780238972986595, -73.90241825223293, 40.780197071128946, -73.90240294310863, 40.780188980656895, -73.9023822413023, 40.78018102249111, -73.90236301658969, 40.78017882878915, -73.90234303045393, 40.78018693078432, -73.90229964210876, 40.78022704921446, -73.90226612410939, 40.78025913361186, -73.90225481165842, 40.78027385623783, -73.90224096779122, 40.78030137105465, -73.90223094626464, 40.780316315396476, -73.9021926379633, 40.78034484592705, -73.90218303686414, 40.78035905491094, -73.90217657793889, 40.78039227796968, -73.90217222087944, 40.780445448941904, -73.90216448919064, 40.78054669667582, -73.90215690772649, 40.78061986506803, -73.90215603964702, 40.78069465826262, -73.90215383408677, 40.78073559593196, -73.90214966612156, 40.78078017806907, -73.90214210188596, 40.78082305447168, -73.90212888745327, 40.78086631869399, -73.90208714010576, 40.78096871718019, -73.9020575095448, 40.781041159030195, -73.90205018260464, 40.78106278917358, -73.90204501586086, 40.781082422037336, -73.90204180984084, 40.781105196619336, -73.90203897765402, 40.78116053188378, -73.90203796295462, 40.78119397477873, -73.9020315028956, 40.781210150414005, -73.90201674570145, 40.78122777780824, -73.90199157419062, 40.78125422576956, -73.90196698322745, 40.78127981243836, -73.90193029552593, 40.78130388046656, -73.90178205177648, 40.78143227841155, -73.90164836818609, 40.78155025627168, -73.90151179917186, 40.78167002621019, -73.90129127739313, 40.78185810464776, -73.90124686685627, 40.78183223839286, -73.90122302915844, 40.78182087883824, -73.9012046928137, 40.78181608775631, -73.90117236537108, 40.781824156453496, -73.90109859497063, 40.78184629865178, -73.90107971672306, 40.78185301460362, -73.90104996515046, 40.78186557988445, -73.90100588461438, 40.781886340927876, -73.90098835842659, 40.78189360553159, -73.90089756852863, 40.781925530441804, -73.90087148303013, 40.781935197410796, -73.90079615982836, 40.78196016475621, -73.90074728278533, 40.7819743118847, -73.90072846171324, 40.781979181798555, -73.9006984166064, 40.78198195467389, -73.90064593830671, 40.78198962224383, -73.9006109015295, 40.78199678434333, -73.90041287605702, 40.782048268897746, -73.90034572738314, 40.782065735525066, -73.9003496045212, 40.78216409623708, -73.90002041803737, 40.78216732757538, -73.8996830122396, 40.78217054991833, -73.89947946949786, 40.78216956930654, -73.89904183805871, 40.78207713379994, -73.89865437598074, 40.78199510914375, -73.8983040791705, 40.7821923662495, -73.89807481671743, 40.78232082476758, -73.8979916764192, 40.78236761964481, -73.89774855449366, 40.78250445792344, -73.89741794995105, 40.78268797732603, -73.89725430175724, 40.78277567552935, -73.89724420090832, 40.78278885167662, -73.89722927823402, 40.78279904646273, -73.89721096635178, 40.782805279616326, -73.8971907705665, 40.78280706710799, -73.89717211739152, 40.78280492437993, -73.89715492482227, 40.78279902245515, -73.89714047756938, 40.782789801025594, -73.89712985263333, 40.78277795083824, -73.89712385067992, 40.782764356902184, -73.89711757493417, 40.782750848269, -73.89710820622811, 40.7827387065379, -73.89705162745194, 40.78276275164665, -73.89704452148658, 40.78277667516713, -73.89703216263037, 40.78278828600669, -73.89701573372825, 40.78279647760297, -73.89699679859719, 40.7828004670146, -73.89697716803056, 40.78279987584721, -73.89694630561404, 40.78281141160176, -73.89694320191082, 40.78282583667255, -73.89693505326244, 40.7828390766731, -73.89692247606834, 40.78285013169571, -73.89690641817778, 40.78285817322434, -73.89688808892068, 40.782862590898624, -73.89686887015971, 40.78286305456932, -73.89683114115745, 40.782876166330155, -73.89682621438111, 40.78289046639677, -73.89681631079598, 40.78290318612834, -73.89680218775167, 40.782913345554974, -73.89678493636966, 40.78292016671789, -73.89676588195684, 40.78292312040718, -73.89671713862711, 40.78294170542122, -73.89671713862711, 40.78294170542122 --73.94359174238912, 40.78283173397072, -73.9435997948939, 40.78281334696438, -73.94362703769457, 40.78275213247711, -73.94364373850271, 40.78271262482642, -73.94366385314493, 40.78263719872619, -73.94367307078576, 40.78259845644071, -73.94368090931002, 40.78257107691252, -73.94369284728846, 40.78252354705689, -73.94370013436436, 40.782477207192, -73.94375026585944, 40.78224667438819, -73.94387799221587, 40.78163639089144, -73.94387854791286, 40.78127787161829, -73.94360944152844, 40.780154485502045, -73.94351542947936, 40.77994651891644, -73.94349190290855, 40.77989447726756, -73.94321221185899, 40.779275765895775, -73.94318308779494, 40.7793202408537, -73.94320590150045, 40.779329765906, -73.94316830582198, 40.77938571448586, -73.94313060081349, 40.779453088571394, -73.94311706548544, 40.779472220264786, -73.94308642956672, 40.77946000693494, -73.94297133491905, 40.77962142989309, -73.94292410991471, 40.77960444285178, -73.94291289284898, 40.77956274404288, -73.94278106070277, 40.77950543103091, -73.94277147674855, 40.77952094102458, -73.94276097485827, 40.77953351222273, -73.9427427730157, 40.77953902055737, -73.94272378059922, 40.77953537939361, -73.9427111930586, 40.779523967375276, -73.94264162424558, 40.779316566013115, -73.94271276812498, 40.779214725781095, -73.94258823675712, 40.77916259946537, -73.94255069225288, 40.77914775668561, -73.94253019984654, 40.77908965146325, -73.94255219676481, 40.77906257802407, -73.94282565642959, 40.778700692285454, -73.94289425834302, 40.77861131902658, -73.94274830492901, 40.77830624915345, -73.94270062028, 40.77819681891325, -73.9426697553091, 40.77812395111545, -73.94262792978813, 40.77798310612735, -73.94259478344287, 40.77788414241112, -73.94257090349544, 40.77780810649308, -73.94255792060626, 40.77776378899721, -73.94252771584368, 40.777655200353095, -73.94300629924568, 40.777491490767936, -73.94300048644027, 40.77744028982278, -73.9430034402434, 40.777409126692945, -73.94300932904052, 40.77737292039933, -73.9430086179193, 40.77735120262833, -73.94301594283141, 40.77733529437127, -73.94303773751946, 40.7773055363345, -73.94306371884579, 40.77726986676211, -73.94313252497031, 40.77720004605544, -73.94336076398086, 40.77686354070279, -73.9438198333611, 40.776234848095605, -73.94427810443734, 40.77560701229744, -73.94468430829615, 40.775782032513085, -73.94477818221476, 40.77582247949394, -73.94486376528982, 40.77570577930299, -73.94495311692035, 40.77558384892594, -73.94527480134317, 40.775147854436625, -73.9471214320016, 40.775929323762306, -73.94662848507481, 40.7766037575812, -73.94845999896796, 40.77737548723605, -73.94888041296221, 40.77755297624, -73.95124787283788, 40.77855053682427, -73.95215786119574, 40.77893519315725, -73.95349212448676, 40.77949631370673, -73.9550930713334, 40.78017174987006, -73.95670855396996, 40.78085507107597, -73.95696797232799, 40.78096425144372, -73.9583206467322, 40.781533540734785, -73.95982019344616, 40.782163158488366, -73.9599209358441, 40.78221263021531, -73.95946905023648, 40.78283301330618, -73.95900362568172, 40.78346697472044, -73.9585581403387, 40.78409728263069, -73.95844880581956, 40.784241362222616, -73.9580956345912, 40.78471714936379, -73.95763598575333, 40.78534314854958, -73.95716852519384, 40.78598258112198, -73.95671862892334, 40.786600483751286, -73.95626130846956, 40.78722256457858, -73.95585573701871, 40.78779918896754, -73.9557716386795, 40.78790513668691, -73.9557329617537, 40.78788881376496, -73.95568323041489, 40.78786782378561, -73.95421643709278, 40.78724875569823, -73.95416382027048, 40.78722654823805, -73.95352147254077, 40.7869518731693, -73.95255145057871, 40.78654827398929, -73.9521525111717, 40.78638067075845, -73.95092733266732, 40.785865137304924, -73.94933170062325, 40.785192815101205, -73.94862541521636, 40.784893101000286, -73.9479361144272, 40.78460243126347, -73.94724888135386, 40.78431288306103, -73.9470693705051, 40.78423591323003, -73.94691849232645, 40.784173650694555, -73.94689039801378, 40.78416180966291, -73.94667742780996, 40.78407199614994, -73.94530672289179, 40.78349388190394, -73.94487947469341, 40.78331367706361, -73.94472263677996, 40.783247263782485, -73.94401478987389, 40.782957381061074, -73.9439447785872, 40.782935786314624, -73.943871950885, 40.78291332207021, -73.9438213505254, 40.78289771333105, -73.94375536152383, 40.78287735771942, -73.94359174238912, 40.78283173397072, -73.94359174238912, 40.78283173397072 --73.99306672479462, 40.77433817238742, -73.99200488603776, 40.77389643670864, -73.98963766785641, 40.772956158261636, -73.98704451977572, 40.77660455268055, -73.98803524966415, 40.77702748261312, -73.98823352325226, 40.77716133569257, -73.98722636379381, 40.77913310231014, -73.98714973763985, 40.77928658437142, -73.98691410719381, 40.77999240646348, -73.98674581825489, 40.780583693723834, -73.98821069352252, 40.781224724756534, -73.98816323141448, 40.78132403263281, -73.98809075317791, 40.781479843491574, -73.98804175864163, 40.7815873835427, -73.9880194757401, 40.7816362928816, -73.98800882729297, 40.78165966970002, -73.98797490587977, 40.781736353794265, -73.98795514821256, 40.78177428446593, -73.98793315711202, 40.781813907843464, -73.98789977632111, 40.7818613373711, -73.98782707019403, 40.78196110530389, -73.98778679602441, 40.78201933018424, -73.98772752918995, 40.78210261218998, -73.98768599284708, 40.78216256676321, -73.98656526348852, 40.78206370424984, -73.98648831280565, 40.782169345713186, -73.98641374967578, 40.782271706877395, -73.98571610418685, 40.78322708893508, -73.98542885811668, 40.78361682874851, -73.98516250177413, 40.78399795001423, -73.98506574854085, 40.78424788519124, -73.98502129270689, 40.7843454685582, -73.98496269440214, 40.784465667054384, -73.98489823002785, 40.784608123342345, -73.98483376656677, 40.7847661636672, -73.9847956702446, 40.78486633131439, -73.98477222907279, 40.78492420433883, -73.98473705713243, 40.78504217976353, -73.98471360495247, 40.785142348417416, -73.98469894087933, 40.785238066153845, -73.98469315845514, 40.78528850966526, -73.98469012675812, 40.785360497133205, -73.98469011447328, 40.78541392296947, -73.98470913755393, 40.78559536838659, -73.98464998927595, 40.785570702999514, -73.98461835746264, 40.785557513643255, -73.98453928631262, 40.78553969475069, -73.98444557111037, 40.785535229161894, -73.98436649285469, 40.78555302767437, -73.9842903423118, 40.78557972978719, -73.98426105244091, 40.785593082024825, -73.9842226235572, 40.785606143943326, -73.9841922515291, 40.78561646853021, -73.98411682896827, 40.785585627700364, -73.98405350501343, 40.78555973404834, -73.98392748509961, 40.78550820427054, -73.98386596901986, 40.785483050078824, -73.98357143784388, 40.78536261235469, -73.98280438830272, 40.78503985985884, -73.98265479541939, 40.78497027281576, -73.98280504111436, 40.784819558615574, -73.98329700371717, 40.78435207175573, -73.98341128609256, 40.78424765891732, -73.98390071238221, 40.78377390158516, -73.98433377830202, 40.783339293702234, -73.9843944126651, 40.78327210650505, -73.98445219849627, 40.783191419472445, -73.98428573543833, 40.78311262011816, -73.98387805415753, 40.78293536220747, -73.98258998958516, 40.78239259917513, -73.9810634537504, 40.781750415992946, -73.98085481315897, 40.78236072176529, -73.98081059700124, 40.78247286198695, -73.97928494709242, 40.781838686073165, -73.97936100338323, 40.78172653772444, -73.97937825484024, 40.78170260007311, -73.97942798005664, 40.781633796217776, -73.97974787065435, 40.781195028447655, -73.97923768338744, 40.7809802679238, -73.97705131681815, 40.780059452050814, -73.97690314007123, 40.77999704197241, -73.97682485708292, 40.78010514952986, -73.97655060031722, 40.78048389019753, -73.97650685486641, 40.78054430226557, -73.97642746477226, 40.780653936569806, -73.97629013791095, 40.78062027645159, -73.97621817112443, 40.78059187600074, -73.97601290364034, 40.78050585083112, -73.97554852956675, 40.78031066218928, -73.97376540928686, 40.779559389139486, -73.97357116591147, 40.77947754764845, -73.97364292308683, 40.77938017028007, -73.97401200561066, 40.77887929666883, -73.97406667384767, 40.778805104004206, -73.97412688443451, 40.778722654952404, -73.97448519716586, 40.778231981849956, -73.97453230404177, 40.7781674712842, -73.97459381002315, 40.778083474303564, -73.9749446794, 40.777604285793146, -73.9749974363652, 40.77753223455256, -73.97505339929015, 40.77745551397591, -73.97510532766802, 40.777384324285755, -73.97546066996361, 40.776898191346945, -73.97595517173474, 40.77621944550054, -73.97645763383149, 40.775532036255825, -73.97691167812084, 40.77490881549892, -73.97737084343669, 40.77428069156459, -73.97782638618446, 40.77365587979672, -73.97828138392768, 40.773030671647646, -73.97872879234104, 40.77241647879895, -73.97919213414299, 40.7717809595206, -73.97924057306474, 40.77171160520427, -73.97965232885544, 40.77115501281481, -73.98011181282708, 40.770528057328406, -73.98056370054636, 40.76990501586077, -73.98102289054536, 40.76927252388401, -73.98164276198779, 40.76843785036241, -73.98151970871942, 40.7683574175236, -73.98144088053799, 40.76830477041906, -73.9813735908674, 40.76824481573848, -73.98131399996828, 40.76816000656672, -73.98128132994744, 40.76808397444605, -73.98127942858328, 40.76800940883602, -73.98129294213173, 40.76795723314972, -73.98130252859028, 40.76792022760881, -73.981362841001, 40.767834214969994, -73.98163627328809, 40.76764454887075, -73.98186193801102, 40.76760173685212, -73.98202991720383, 40.767635678843895, -73.9821409989421, 40.76767591531072, -73.98221765385391, 40.76771844624834, -73.9822872950108, 40.76781779423451, -73.9824539027017, 40.768011751288114, -73.98247619465104, 40.768102220173695, -73.98246501048739, 40.768199752016486, -73.98242595195852, 40.76827465895859, -73.98236458127822, 40.7683396749444, -73.98219104918628, 40.76843241812951, -73.98220500980273, 40.7689388454583, -73.98431936781793, 40.76984168217166, -73.98477434073865, 40.76921899916202, -73.98723155082502, 40.77025779057988, -73.98761511649877, 40.77041512876054, -73.98775904077279, 40.77047538871069, -73.98779640076772, 40.77049117669509, -73.98787586073502, 40.77052453162027, -73.98795725244672, 40.770559027630014, -73.98826658823151, 40.77068965863254, -73.99025312369538, 40.77152752878789, -73.99045325328841, 40.77161193259154, -73.99062944837507, 40.77168799724472, -73.9909455774402, 40.77182447305317, -73.99194592266686, 40.7722399926047, -73.9930979703702, 40.77272824445534, -73.99320029521037, 40.77277615549566, -73.9932362683439, 40.772792057793616, -73.99328392143093, 40.772813124245616, -73.99333310131522, 40.77283486434233, -73.99349586740578, 40.77290681482519, -73.9935504544969, 40.77293094416823, -73.99360939717026, 40.772954153413, -73.99365828399937, 40.7729707082584, -73.99378238889456, 40.77302271636446, -73.99383835149582, 40.77304587490277, -73.993865353846, 40.77305705788832, -73.99391203479593, 40.77310446193711, -73.99392880325244, 40.773125485062266, -73.99393841910717, 40.77313901112219, -73.9939449160194, 40.77315379411949, -73.99394068603488, 40.77316764633332, -73.99392435662193, 40.77317694856892, -73.99389247696543, 40.773198053771004, -73.99388261698286, 40.77321160311505, -73.99386066220247, 40.77324740234044, -73.99383589118428, 40.773315416001005, -73.99381498030094, 40.773372477946886, -73.99379753573635, 40.77342476470843, -73.99377305445817, 40.7734583854635, -73.99372719900155, 40.77349867597682, -73.9936785602535, 40.77355977153682, -73.99359944984118, 40.773617461486346, -73.9935612823069, 40.77366414683013, -73.99350564336584, 40.77370660511768, -73.99346466082338, 40.77374585301725, -73.99339298361298, 40.77384430090269, -73.99338388344434, 40.773862444611666, -73.99338970492624, 40.773879202402554, -73.99329124358889, 40.77401726450231, -73.99311636562122, 40.774265469672166, -73.99306672479462, 40.77433817238742, -73.99306672479462, 40.77433817238742 --73.75505529779556, 40.776456631332664, -73.75506466015112, 40.77647546370407, -73.75506891632513, 40.77648964041142, -73.7550671346981, 40.77650703620074, -73.7550505241602, 40.776525807959416, -73.7550219146665, 40.7765469207364, -73.75497772413203, 40.77658708660012, -73.75495735212819, 40.776610787821106, -73.75494395249115, 40.776631612341866, -73.75493165224452, 40.77665562699016, -73.75489749075393, 40.77674168412343, -73.75488186416132, 40.77677470755617, -73.75484979281991, 40.77682325944621, -73.75483943215873, 40.776845211549436, -73.7548305529265, 40.77687598185613, -73.75482779230526, 40.77689832653949, -73.75482889796064, 40.77693134774238, -73.75483166654324, 40.77694963300248, -73.75483552973577, 40.77696372243278, -73.75484740977134, 40.7769785799408, -73.75487844141252, 40.77699012650569, -73.75489533183156, 40.77699802475105, -73.75490244530542, 40.77701089460343, -73.7548839915965, 40.77702091670327, -73.75486259752088, 40.77702455966479, -73.75484356260459, 40.77703156742894, -73.75483200433564, 40.777043210692966, -73.75483457871371, 40.77707499232185, -73.75484515797028, 40.7771243103232, -73.75484780134951, 40.77715118794311, -73.75484736873962, 40.77716701791623, -73.75484034411699, 40.77719629462659, -73.75483000082534, 40.77722059078162, -73.75481819689223, 40.77725036430649, -73.75479804613359, 40.77728886758321, -73.7547797034252, 40.77731858216461, -73.75476265005706, 40.777341080131485, -73.7547524258805, 40.7773584300304, -73.7547381416248, 40.777392308176466, -73.75472768608523, 40.77743516080691, -73.75471809238762, 40.77746722360858, -73.75470791526587, 40.77750234148426, -73.7546998337577, 40.77752972307172, -73.75472788641774, 40.77753321461303, -73.75474111040272, 40.777557575327684, -73.75475249087775, 40.7775794395171, -73.75476754845015, 40.777590020988725, -73.7547874920931, 40.77759331515672, -73.75480253444282, 40.77760352918495, -73.7548127597358, 40.777617733008626, -73.75481413326752, 40.7776320530732, -73.75479733414245, 40.777643715798746, -73.75477533643233, 40.77765134579993, -73.75471005136004, 40.77767206706646, -73.75468723790583, 40.77768149992803, -73.7546639068297, 40.77769445446183, -73.75464067456059, 40.7777101683511, -73.75460151942349, 40.77773954952345, -73.754578825107, 40.7777574662825, -73.75455791031307, 40.77777627652714, -73.7545389521312, 40.77779582214655, -73.75452209206377, 40.77781595846164, -73.75450020893882, 40.7778438941597, -73.75448920719066, 40.7778610109477, -73.75448253787748, 40.777877393147655, -73.75448086111575, 40.77789264144177, -73.75448698768535, 40.77790779920152, -73.75450102208656, 40.77791862166397, -73.7545486196498, 40.777934021751584, -73.75456571433543, 40.77794151345016, -73.7546041165677, 40.777965392002365, -73.75463666112256, 40.77797989911254, -73.75465006540335, 40.77798974316619, -73.75462766229995, 40.77800126516237, -73.75460770207987, 40.778001795379915, -73.75456149901827, 40.77799917466315, -73.75453444803446, 40.77800090995026, -73.75447840646167, 40.77801991009746, -73.75446081891349, 40.778023998740665, -73.75440800060154, 40.77803272554782, -73.7543865178195, 40.778040410602465, -73.75437898358196, 40.77805618221064, -73.75437494379807, 40.778069743321225, -73.75437087513252, 40.778083747418904, -73.75436657673258, 40.77809772941458, -73.75436156894673, 40.77811197914915, -73.75435619406092, 40.778129725665316, -73.75434492939665, 40.77817313214419, -73.7543420238686, 40.778198412151816, -73.75430708449987, 40.77837158506163, -73.75430005333885, 40.7784173031541, -73.75428864373553, 40.77851762217865, -73.75428213023041, 40.778558202186765, -73.75427378754429, 40.77859464227109, -73.75426250593745, 40.77863265287286, -73.75424816301168, 40.77867265696789, -73.75423042115705, 40.77871561377398, -73.75421409831701, 40.77875026373733, -73.7541603956064, 40.77885590907059, -73.75414592122522, 40.77889041888619, -73.75413567280955, 40.778921925525005, -73.75412622051297, 40.77895854873361, -73.75411294788225, 40.77900380864374, -73.75411171262978, 40.7790242555908, -73.75411739724221, 40.77905997547092, -73.75413014035024, 40.77912925154454, -73.75413246351583, 40.77916034195574, -73.75413317119235, 40.77921796862168, -73.75413580148542, 40.77928779763828, -73.75413599390822, 40.77932134638533, -73.75413405369018, 40.779354335870586, -73.7541296339217, 40.77938382700401, -73.75412393422036, 40.77940479842425, -73.7541148749516, 40.77942767985208, -73.75407655069633, 40.779502149127744, -73.75400696131474, 40.77964239301828, -73.75396544895966, 40.77971718143244, -73.75395136048071, 40.77973886794402, -73.75393611856626, 40.77975884012985, -73.75390659617098, 40.77977839640135, -73.75387667135058, 40.77981131350714, -73.7538428687116, 40.77986198029097, -73.753827155064, 40.7798874499413, -73.75379298814114, 40.779951393885966, -73.75378207524653, 40.779968365810525, -73.75377081882512, 40.779983088437696, -73.75375358791408, 40.780001744312386, -73.75373235671448, 40.78002129034015, -73.7536527039458, 40.78008461383365, -73.75362342432405, 40.78011021294314, -73.7535629778214, 40.780169427005724, -73.75353032430169, 40.78020141426625, -73.75349943652947, 40.780235464750604, -73.75347127936708, 40.78026246830917, -73.75344505919368, 40.78030319880834, -73.75341176872338, 40.78035168193263, -73.75340183628089, 40.78038152324136, -73.75337345144068, 40.78042167366849, -73.75335111990674, 40.78046444400811, -73.75333459653123, 40.78048998930001, -73.7532973077811, 40.7805269355609, -73.75327087086055, 40.780547135831654, -73.75324972193017, 40.780574126424334, -73.75322687505381, 40.78060056406873, -73.75321500663681, 40.78062628500431, -73.75316899632486, 40.78064852800298, -73.75313556535102, 40.780676013659225, -73.75310170135963, 40.78071420178571, -73.7530475829431, 40.78076972355261, -73.75301995952483, 40.78082774155057, -73.75300812355931, 40.78086575983591, -73.7530049689011, 40.780907253767474, -73.7530093031613, 40.78096580851648, -73.7530087337491, 40.78103148835969, -73.75300785809891, 40.78110243820395, -73.75301072454569, 40.78118591219219, -73.75299838943008, 40.78128917011869, -73.75296302891793, 40.78133084265132, -73.75290552472606, 40.78140694714451, -73.75288168607091, 40.7814352430355, -73.75286787258334, 40.78144712079536, -73.75283891610236, 40.78146584863877, -73.75276522591328, 40.78152556967011, -73.75270729227373, 40.78156823557739, -73.75262275322984, 40.7816290696738, -73.75258528849498, 40.78165985586581, -73.75253630989523, 40.78170625909902, -73.75245962615915, 40.78178077871353, -73.75233586776586, 40.78190089686098, -73.75232522990254, 40.78191317400044, -73.75231617403364, 40.78192787689829, -73.75230879222502, 40.781944141267765, -73.75229081401196, 40.78199114862363, -73.7522835560278, 40.78200501431143, -73.75224636711286, 40.78205199567227, -73.75222259655953, 40.78207777105737, -73.75219902079004, 40.78209958823517, -73.75217505899302, 40.78211785208453, -73.75204470212364, 40.78220674961571, -73.75196855192529, 40.782260815071034, -73.7519289263376, 40.78228601596619, -73.75190576525033, 40.78229728365661, -73.75185764631273, 40.78231588985219, -73.75175660155497, 40.782357694310896, -73.75169772591951, 40.78238097700482, -73.75161098138032, 40.7824132352734, -73.75154783942207, 40.78243497513466, -73.75138039744913, 40.78248816436444, -73.75132629049594, 40.78250780740868, -73.75120854862591, 40.78255359611172, -73.75115840963183, 40.782571509668344, -73.75111484137085, 40.7825854931811, -73.75107371203994, 40.78259734594717, -73.75103425670085, 40.78260728694041, -73.75099611370037, 40.78261540363065, -73.75092431918569, 40.782627425112366, -73.75084285487348, 40.78263763543877, -73.7508081955318, 40.782640814023814, -73.75077483946387, 40.78264269508737, -73.7507426776845, 40.782643277494344, -73.75071165094128, 40.78264256652061, -73.75066996230319, 40.78263892383947, -73.75063261028208, 40.782631945150214, -73.7506001844482, 40.78262173979358, -73.75057293917953, 40.782608396573785, -73.75046143487613, 40.78254046960284, -73.75036470242712, 40.78248113742731, -73.75032887017788, 40.78245717840163, -73.7502920127795, 40.782428909126004, -73.75025341253018, 40.78239595793632, -73.75020151904798, 40.782348459072466, -73.75016318967218, 40.78231027650327, -73.750148110078, 40.782292845147154, -73.75013520489617, 40.78227590927902, -73.75011374224654, 40.78224269352871, -73.75008690507384, 40.782194862624, -73.75008081179553, 40.782177309366965, -73.75007644907362, 40.782141521027526, -73.75007020022736, 40.78200823898748, -73.75002458259928, 40.781896317989265, -73.74994812191979, 40.78172798092519, -73.74983374338437, 40.78152256423231, -73.74971855698952, 40.781310694442254, -73.74956288716037, 40.78112955995939, -73.74948669317261, 40.780977472766615, -73.74941672943824, 40.78089689920633, -73.74928193289946, 40.78083053952555, -73.74915071072436, 40.780831792020216, -73.74902373789308, 40.78086447946279, -73.7488473175243, 40.78091814074437, -73.74880976209027, 40.7809116896134, -73.7487871295791, 40.7809093836111, -73.74874695833864, 40.78090703756508, -73.74868132759093, 40.78090029644789, -73.74863748966646, 40.78089234752609, -73.74859195001439, 40.78088078384776, -73.74851452630226, 40.78085766012388, -73.74842756413128, 40.78083130702371, -73.74835543921782, 40.78080763284456, -73.74833405292766, 40.78079908176683, -73.74831353213257, 40.78078846771605, -73.74829430011076, 40.7807760104402, -73.74827682604436, 40.78076200813153, -73.74826012198294, 40.7807451934223, -73.7482452852236, 40.78072579923947, -73.74823378146849, 40.78070531732175, -73.74821862649769, 40.780683299267295, -73.74818510927109, 40.780647214812305, -73.74814253620949, 40.7806002675676, -73.74811316912962, 40.78055535549969, -73.74806637295762, 40.78048866531471, -73.74805071270744, 40.78042832871754, -73.74804864077566, 40.78038449117517, -73.7480621048688, 40.780327676193124, -73.74810151043776, 40.78028681184267, -73.74816008994489, 40.78025490799108, -73.7481565442434, 40.78021858825207, -73.74812779247097, 40.78021180043695, -73.74810645456688, 40.780201790602284, -73.74808378317996, 40.78018164896082, -73.74805215620125, 40.780151717248586, -73.74805719136852, 40.780109651228905, -73.74809519205176, 40.78004273578061, -73.74818525549557, 40.77992158677874, -73.74830831204099, 40.77977786475395, -73.74833029242659, 40.77969433592356, -73.74821149328847, 40.779666794689334, -73.74802402907778, 40.779664628044294, -73.74783402295445, 40.77962828313979, -73.74770145383303, 40.779595138915994, -73.7476194599756, 40.77954525145045, -73.74759415290586, 40.779537674097355, -73.7475170472362, 40.77951459271477, -73.74745026165432, 40.77943948196248, -73.74739848475869, 40.77939204959899, -73.74737590199368, 40.77935492266857, -73.74742912497834, 40.77933778564287, -73.74761231132038, 40.77927880314674, -73.74781570729584, 40.77921101441766, -73.74798498960722, 40.779151548846656, -73.74820926864243, 40.7790709044457, -73.74834152374865, 40.7790342771141, -73.74835203341597, 40.7789572545883, -73.74822219627855, 40.778870758350884, -73.74805912669706, 40.778805708701384, -73.74785274072562, 40.77890017060546, -73.747681736872, 40.77893827671763, -73.74754611073827, 40.778958812873285, -73.74749470459642, 40.77899394243924, -73.74746226651709, 40.77897850062124, -73.74735711295392, 40.778966719340005, -73.74734341083015, 40.77895692691438, -73.74729598534957, 40.77888550105706, -73.74718907657741, 40.77883621780767, -73.74709266924143, 40.77883600626104, -73.74698721253887, 40.77888007515182, -73.74692932663136, 40.77890108291406, -73.74690679795368, 40.778904380616254, -73.74684968270378, 40.77891274062511, -73.74684751044086, 40.77889052847748, -73.74682421143551, 40.77884592926476, -73.74677096458115, 40.77878592232115, -73.74668884021187, 40.77872376540423, -73.74659449941119, 40.778654967348054, -73.74650501573413, 40.778581814245726, -73.74645498738548, 40.77849178596143, -73.74643936353142, 40.77847061760964, -73.74642380280187, 40.778453095543185, -73.74639997824742, 40.77843089607049, -73.74636900727828, 40.77841451344069, -73.74634826419268, 40.77840904043358, -73.74631016812458, 40.77840158682974, -73.7461972972903, 40.7783293617448, -73.7460613156115, 40.77825415807628, -73.74595035181677, 40.77818087525265, -73.74588293546763, 40.77808685605546, -73.74584967286789, 40.777975730494155, -73.74578980110603, 40.77784492059398, -73.7457743892961, 40.77781329774156, -73.74575643594551, 40.777782447316675, -73.74573607517924, 40.77775261094967, -73.74571346252, 40.77772401050697, -73.745702674786, 40.77771241699888, -73.74568938413611, 40.77770016509905, -73.7456064422209, 40.777628124337724, -73.74559499200744, 40.7776116540168, -73.74555111916936, 40.77752732110577, -73.74551706579226, 40.7774723780688, -73.74550944804112, 40.77745243574636, -73.74550640172576, 40.77742813606496, -73.7455098423289, 40.777414358715866, -73.74552801153222, 40.777387119809156, -73.74553364910687, 40.77736695011543, -73.74553110518903, 40.7773506750534, -73.74552380570222, 40.7773364174291, -73.74550955888641, 40.77732424534207, -73.74547024900436, 40.77731005659312, -73.74542193596825, 40.777296552136434, -73.7454593871918, 40.77726023010832, -73.74549779909765, 40.77722297366331, -73.74557341313623, 40.777155017350246, -73.74560192800533, 40.77710619542907, -73.74565366100472, 40.77701762688125, -73.74562677955089, 40.7768990492235, -73.7455437967846, 40.77671304745395, -73.74542479554641, 40.776579554713564, -73.74541436339693, 40.77639972307983, -73.74545871136625, 40.776264999054085, -73.74545722449258, 40.776096166148335, -73.7453661052492, 40.775942369069114, -73.74519630539211, 40.77584636625084, -73.7451155572063, 40.775698959378936, -73.7450445143877, 40.77557386145411, -73.74488707868137, 40.77538925678646, -73.7448925086901, 40.77522538114077, -73.74485992668087, 40.77509726598971, -73.74465450466425, 40.77507251079013, -73.74468050598786, 40.77511907776406, -73.74469279565841, 40.775199745347585, -73.74469555183907, 40.77531722882317, -73.74476176383358, 40.77551352201289, -73.744811467059, 40.77564455312028, -73.74491083721762, 40.77584697464572, -73.74495668553196, 40.77598843581824, -73.74499181991797, 40.77611341020274, -73.74500607446917, 40.77621163385618, -73.74506751695517, 40.77629370507346, -73.74510012757004, 40.77643595725162, -73.74510439325896, 40.77653714847166, -73.7451314066811, 40.776619108366305, -73.74516298593721, 40.776702207585885, -73.74515800410676, 40.77676026030925, -73.74513175618519, 40.77678870057736, -73.7451237135014, 40.77682597725319, -73.7451848423168, 40.776891144302965, -73.74518069166402, 40.77696818693733, -73.74514453242323, 40.77705723547057, -73.74512394804262, 40.777105139195164, -73.7451177280338, 40.77712146782325, -73.74509513190642, 40.77712828419991, -73.74507761851001, 40.777124671348005, -73.74506087736918, 40.77713129535519, -73.74506185965646, 40.7771600029637, -73.74506525799796, 40.77718729852053, -73.74507095226002, 40.77721423895405, -73.74507889590312, 40.777240604437424, -73.74510281514185, 40.7773000448306, -73.74511060937765, 40.77732274131884, -73.74511592177794, 40.77734979977162, -73.74511656971234, 40.777378282413046, -73.74511310300335, 40.777394835953345, -73.74510485135967, 40.7774111699918, -73.74509250824923, 40.777425920894146, -73.74507709355365, 40.7774378653265, -73.74502169335896, 40.777470686870046, -73.74494295135518, 40.77751475087196, -73.7448290508606, 40.77757691278579, -73.74479937300816, 40.7775970202013, -73.74476187523516, 40.777628036129165, -73.74474845216547, 40.77764110785994, -73.74472105803892, 40.777672065108966, -73.74470735327793, 40.777684759799364, -73.74468772505112, 40.7776960266689, -73.74466279926149, 40.77770297197447, -73.74464332873858, 40.777698441607235, -73.7446415469248, 40.77767130270805, -73.74464639514814, 40.77764822627598, -73.74465752600722, 40.7776194068298, -73.74466588547898, 40.77760557196702, -73.74468709913364, 40.77758059210451, -73.74471884087015, 40.777534763630975, -73.74472740632385, 40.77751725065238, -73.74472807478324, 40.777502328045074, -73.7446797295894, 40.777469098519894, -73.74456587912925, 40.77740483822776, -73.74454658526078, 40.77739844058559, -73.7445231299379, 40.777397592538556, -73.7444881356021, 40.77739670629401, -73.74439251567784, 40.7773995964734, -73.74439119804983, 40.777516958318216, -73.7443595271393, 40.77757482932773, -73.74433158589595, 40.77761310728643, -73.74435831115407, 40.7776468770261, -73.7443812251467, 40.777658231011074, -73.7444038270094, 40.7776694294121, -73.74445102701961, 40.77768220331697, -73.74443866697041, 40.77778311183463, -73.74442008626401, 40.77787359310017, -73.74441270369446, 40.777913742899464, -73.74439821808845, 40.777992501449575, -73.74440414389382, 40.77809516778306, -73.74434196519637, 40.77813366516136, -73.7442877469824, 40.778167234592054, -73.74426081237563, 40.77816695509534, -73.74422157445939, 40.778167585710676, -73.74420062820647, 40.77817281888232, -73.74418820190839, 40.778157947355396, -73.74416982128169, 40.77812624295569, -73.74415806373761, 40.778105968973165, -73.74413957207719, 40.77808251295749, -73.74411477714472, 40.77809265343064, -73.74410743153108, 40.77814101140434, -73.7440787428137, 40.778168397819606, -73.74403091992822, 40.77821342856584, -73.74402127385245, 40.77822816373128, -73.74400033133426, 40.778260148208155, -73.7440125246261, 40.77830974004922, -73.74400542777498, 40.77836670200235, -73.74400177301936, 40.778407124803095, -73.7439896011975, 40.77844191672824, -73.743992911938, 40.77847156423937, -73.7439960280285, 40.778499460734125, -73.7440054502194, 40.778526333855034, -73.74398287603755, 40.77857597002358, -73.74395442438623, 40.77858877774102, -73.74393271227525, 40.77860398316679, -73.7438751487186, 40.77860905926189, -73.74380503731531, 40.77862408053592, -73.74375253260722, 40.77863516968931, -73.74370300801456, 40.7786522024832, -73.74364329910155, 40.77868311281035, -73.74359668641267, 40.778716714142895, -73.74353134887738, 40.77874187926659, -73.74349343111147, 40.77875521060797, -73.74341885767338, 40.77875806668482, -73.74334631491725, 40.77875809244337, -73.74329631119022, 40.7787512479792, -73.74325489584115, 40.77874320964719, -73.74315658377127, 40.778738697851274, -73.74308221512281, 40.77874005842625, -73.74280129799594, 40.77858907337945, -73.7416326764695, 40.7778997484656, -73.74028770806393, 40.77710695310667, -73.73839829369908, 40.77603816620355, -73.73340769546486, 40.77307706022489, -73.73389260399993, 40.772526859159576, -73.73398999168903, 40.772416357675475, -73.7340150129427, 40.7723879657155, -73.73440164526045, 40.77194591341038, -73.73477627856997, 40.77150616448483, -73.73483441416093, 40.771446197535184, -73.73491838970686, 40.77135667052189, -73.73495371156767, 40.77130687628324, -73.73540282692296, 40.77077718733929, -73.73549287075234, 40.77067408248004, -73.73554690656465, 40.77060758247957, -73.73564188666037, 40.770488109503496, -73.73585818327278, 40.77022239667623, -73.73591061437276, 40.77015893653853, -73.73623232301952, 40.76976601304535, -73.7362934066602, 40.76968799962647, -73.73637446031935, 40.76958899421351, -73.7363990524889, 40.7695592571896, -73.7364172167211, 40.769537266929376, -73.73642840257958, 40.76952413880592, -73.73650028561704, 40.769436850438936, -73.73654809010449, 40.769381795568464, -73.73656419258796, 40.7693623778228, -73.7367010510881, 40.76920071997579, -73.7368573554065, 40.769016228083295, -73.73694986558469, 40.76890526807194, -73.73698062685003, 40.76887557472318, -73.73699407849983, 40.768863903334584, -73.73707427546235, 40.76879446813409, -73.73717312278161, 40.76871115537748, -73.7372382449575, 40.76865643688761, -73.73753933470373, 40.7684013033636, -73.73763952433151, 40.76831640476693, -73.73785630922474, 40.76812954670072, -73.73804917874149, 40.76796721591058, -73.73817483152214, 40.767865334429494, -73.73827307451104, 40.76777747088645, -73.73829518998078, 40.767758215139196, -73.73840099142852, 40.76766678913685, -73.73853668882205, 40.76755147197821, -73.7385631865272, 40.76752889064353, -73.73863528678017, 40.76746738295756, -73.73874667282642, 40.76737238258239, -73.73884508299288, 40.76728802280305, -73.73894558286958, 40.76720259066687, -73.73896501780465, 40.76718600772708, -73.73911483692295, 40.767058408335174, -73.73927915543335, 40.76692495674144, -73.73936051426438, 40.76685371885251, -73.73942730088606, 40.76678829854825, -73.73951880202587, 40.7667041999204, -73.73985681309416, 40.76642911468021, -73.73990405818516, 40.76639229692591, -73.7399319989315, 40.766371185459526, -73.74005386124831, 40.76628579516742, -73.74015650339008, 40.76621453179027, -73.74017778263583, 40.76620047782816, -73.74019783143693, 40.76618759895165, -73.74026815641575, 40.7661438217363, -73.74039027717687, 40.76607273533612, -73.74056502118164, 40.76598075396562, -73.74075856121071, 40.765890851573666, -73.74094810331987, 40.76581314895245, -73.74114290604356, 40.76574336970094, -73.74125871665883, 40.76570623175549, -73.74138362200226, 40.76567154998272, -73.74167737025503, 40.765602912208806, -73.74200750291863, 40.76554633012107, -73.74213128249232, 40.76553273220939, -73.74224396666659, 40.76552066992228, -73.7423715532639, 40.76551030949089, -73.74285908558035, 40.765475628678566, -73.74303376558291, 40.76546524834275, -73.74317135694237, 40.76545414480904, -73.74323571843793, 40.76544993160896, -73.74344226454512, 40.765436380740105, -73.74367835348686, 40.76542015318562, -73.74399034784864, 40.765396335966805, -73.74428213006522, 40.76535812975523, -73.74459299430008, 40.76529872032935, -73.74502981707874, 40.76516717365597, -73.74593052559625, 40.76484745526652, -73.74667445010213, 40.76459233343164, -73.74707766578676, 40.76447269085738, -73.74749231187835, 40.76435388778606, -73.7479727439404, 40.76424018444904, -73.75179473314856, 40.76339594958466, -73.75195271090962, 40.76336097371065, -73.75196929632004, 40.7633963255345, -73.75198794506343, 40.76343608167875, -73.75199891908744, 40.76345679627049, -73.7520108869013, 40.76347938875806, -73.75203578576281, 40.76352639302711, -73.7520548006963, 40.763562291271874, -73.75211887447557, 40.7637282954806, -73.75234708380894, 40.76391468798966, -73.75251102203053, 40.76401903901303, -73.75266574577371, 40.76409614136724, -73.75294471398172, 40.76430259778639, -73.75309885443836, 40.764449497551176, -73.75323860276364, 40.76456452703207, -73.75346671935907, 40.76475871368357, -73.75356816796935, 40.76487393544922, -73.75361940028675, 40.764920719230666, -73.75369844620849, 40.764992897333016, -73.75372293299495, 40.765038430713865, -73.75375154177904, 40.76526069930402, -73.75375474084099, 40.76527926560157, -73.75366781720034, 40.76531404468898, -73.75361786119461, 40.76533676663338, -73.75359781593936, 40.76534529839684, -73.7534296979921, 40.76541685324977, -73.7534427245594, 40.76543457610053, -73.75346695226614, 40.76546306687395, -73.75347874661983, 40.76547451775051, -73.75349642517652, 40.765491681428166, -73.75326958196653, 40.76561517592691, -73.75308703821189, 40.76570912202112, -73.75288590903531, 40.76580036606401, -73.75266066073728, 40.76591255331045, -73.75244550717595, 40.76602800273347, -73.75219383462819, 40.76615866112764, -73.75199774284559, 40.76626380207988, -73.7517662362269, 40.76639771325475, -73.75151557962432, 40.76655469508727, -73.75132515921352, 40.76668735042202, -73.7511020202793, 40.76684178197305, -73.75090664679593, 40.767023995242496, -73.75073049823173, 40.76716238966223, -73.7505533784107, 40.7672803591025, -73.7503778656305, 40.76740264248023, -73.75014911019888, 40.767551735310704, -73.75001564017253, 40.76769686241757, -73.74988198283019, 40.767843773766735, -73.74970860026087, 40.76800330572586, -73.74959759855378, 40.76813574707693, -73.74961075870564, 40.76818806273077, -73.7496387402841, 40.768234867067584, -73.74973777629313, 40.76825231793616, -73.7498215006701, 40.76819359848647, -73.74996452927985, 40.768117879141634, -73.75009616425702, 40.76799961925753, -73.7502645505857, 40.767920468674426, -73.75053624162346, 40.76780701251553, -73.75070587873907, 40.76773074651941, -73.75088237202054, 40.76762663520357, -73.751013436292, 40.7675158661557, -73.7511823116957, 40.767459579168, -73.75129932332767, 40.76736082913332, -73.75142065450852, 40.767303561163374, -73.75152266561354, 40.7673744584276, -73.75166676889584, 40.767522847636045, -73.75182000932647, 40.767690662273196, -73.75190260720187, 40.76784622178805, -73.7520524103007, 40.76800551891032, -73.75220563480998, 40.76815779833448, -73.75234543474606, 40.76832942670823, -73.75247054008108, 40.768461855780224, -73.75269989114628, 40.76873487505576, -73.75274995851478, 40.76879873841024, -73.75277450594876, 40.76883005128781, -73.75282259768026, 40.768891395254045, -73.7529159171736, 40.76902883359127, -73.75304745338885, 40.76915092718186, -73.75316876764116, 40.76915750149303, -73.7532679633166, 40.769082917844656, -73.7534177984148, 40.76902151065557, -73.75359163921507, 40.76896020774357, -73.75372043356474, 40.76886732566377, -73.75387955353948, 40.76879348911102, -73.75389937961077, 40.768786206736394, -73.7539157248417, 40.768780140713034, -73.75412582330999, 40.76871097285822, -73.75425636711807, 40.768681945265044, -73.7542953941874, 40.76869069047579, -73.75437074459761, 40.76866666622126, -73.75447194708259, 40.76866081341222, -73.75445193596516, 40.76868040452167, -73.75443837330569, 40.76868961661965, -73.7544158282959, 40.7687093031791, -73.75440101931646, 40.76872918902759, -73.75439454532554, 40.76874841275914, -73.75439628127457, 40.76876330724396, -73.75441557472821, 40.76877710271391, -73.7544389429425, 40.768782795097806, -73.75445936529793, 40.76891221266477, -73.7544317120121, 40.768991883719174, -73.75435685664362, 40.76904890544606, -73.7542137477454, 40.76913692647821, -73.75404485441156, 40.76928741539317, -73.75402217854507, 40.769320958596424, -73.75401106275787, 40.76940713679457, -73.75401424981713, 40.76945243549673, -73.75404420016405, 40.76951780509987, -73.75408246875504, 40.76956464110552, -73.75411753778279, 40.769595864484955, -73.75419104057474, 40.76964205613508, -73.75422512487197, 40.76966347536257, -73.75443357386857, 40.769723335266455, -73.7545745178769, 40.76975345225933, -73.75471999956774, 40.76978295738964, -73.75472472619408, 40.76979661643455, -73.75474652853863, 40.76986127511405, -73.75475494643348, 40.76988156074022, -73.75476388016007, 40.76989943590623, -73.75478050524194, 40.76992389573824, -73.75481271615827, 40.76996104986213, -73.75487283379786, 40.770027300194755, -73.75488478248525, 40.77004248024455, -73.75489564698421, 40.77005905827486, -73.75490545205236, 40.770077065856356, -73.75491424240381, 40.77009658322953, -73.75491831423282, 40.7701163165925, -73.75491762093783, 40.77016115855716, -73.75492224300986, 40.77017910738518, -73.75493925844087, 40.770212113833054, -73.75496313279523, 40.77025165543518, -73.75497237366612, 40.77026463067889, -73.75500213136667, 40.77030641443877, -73.75501427311852, 40.77032515909084, -73.75503812930648, 40.770369018568026, -73.75505054486455, 40.77039480125877, -73.75505779650817, 40.77040985423801, -73.75507809730156, 40.77045201229462, -73.75508439205643, 40.770465091128116, -73.75509872542234, 40.77049245467717, -73.75510617322819, 40.770506672399726, -73.75513391797777, 40.77055509488372, -73.75515558298528, 40.770588983769635, -73.75518780515465, 40.770628376467535, -73.75519798622825, 40.77064306285172, -73.75520785041797, 40.770664044004434, -73.7552147512251, 40.7706885227324, -73.75522137561984, 40.77075243496349, -73.75522931141435, 40.770780852003895, -73.755241957214, 40.77081041999106, -73.75528238104147, 40.77088039148022, -73.75529371761777, 40.770902013310675, -73.75532491107835, 40.77097064233558, -73.75533497717471, 40.77099536821188, -73.75534278706846, 40.7710145502797, -73.7553506040272, 40.771033744968996, -73.75535813973077, 40.771058244845996, -73.75537163898765, 40.77111830488561, -73.75537684574915, 40.771134169360316, -73.75538299988048, 40.771148159190105, -73.75540826122496, 40.77119045558619, -73.75544936556365, 40.771253918693844, -73.75547215347123, 40.7712879116564, -73.75548271336702, 40.77130624947154, -73.75548894117271, 40.77132276627329, -73.75549671964319, 40.77135601417683, -73.75551147512071, 40.77140787865015, -73.75551816004591, 40.771436040871386, -73.75551959816865, 40.771459875831106, -73.75551500825917, 40.77149762703678, -73.75551115636523, 40.77152470880455, -73.7555132203155, 40.77153875118183, -73.75550736950225, 40.7715540797979, -73.75548462266005, 40.771573070940015, -73.75546879581584, 40.77158329772484, -73.75544988869216, 40.77159336308274, -73.75543302909011, 40.77160000635584, -73.75539895755702, 40.771609888231644, -73.75534957004714, 40.771624087025025, -73.7552832786769, 40.77164052097457, -73.75521784014693, 40.7716543668408, -73.75512031026226, 40.771671060311476, -73.75507162886464, 40.771677459397615, -73.7550516865456, 40.771680079802444, -73.75502506754616, 40.77168357931121, -73.75488072529845, 40.77169958320957, -73.75485969495178, 40.7717007703615, -73.75480692010827, 40.77170067607864, -73.75477947385481, 40.77170397745986, -73.7547171797671, 40.77171820614579, -73.75465784370438, 40.771732978699085, -73.75457854494964, 40.77175652466321, -73.75455136181772, 40.771753666184765, -73.7545297819493, 40.771745826327965, -73.75451109493531, 40.77174304357231, -73.7544011014995, 40.77179088361795, -73.75422969204402, 40.77186944032889, -73.75400652071714, 40.77197172900135, -73.75394911601808, 40.77200225697493, -73.75393531534802, 40.77201381162064, -73.75393152950784, 40.7720279640021, -73.75393267364457, 40.772048184619855, -73.75391098728589, 40.772076849156875, -73.75386646419201, 40.77211403322953, -73.75384837132717, 40.77213154635305, -73.75381617078378, 40.77216994990149, -73.75379282747977, 40.77220462986175, -73.75378688296573, 40.77222018961983, -73.75378066447806, 40.772256347880194, -73.753774314336, 40.7722707667294, -73.75376040691171, 40.772284901077114, -73.7537398507249, 40.77229586583823, -73.75372259246012, 40.77230067367716, -73.75370154972028, 40.772295866819775, -73.75368413537466, 40.77228618877051, -73.75366423841184, 40.77228000568009, -73.75363749838893, 40.772285396574226, -73.75361474138325, 40.772295076987525, -73.75359286066687, 40.7723089835467, -73.7535731919211, 40.77232627443359, -73.75355733529933, 40.77234377968668, -73.75354558454131, 40.77235958455831, -73.75353722537267, 40.77237465466599, -73.75353216104851, 40.772389206825544, -73.75354142484191, 40.77241327646979, -73.75354263285624, 40.7724274089022, -73.7535339159534, 40.772440239584945, -73.75352226987482, 40.772453358466876, -73.75350750874006, 40.772467061416044, -73.75348679058399, 40.772483996143926, -73.75347173478384, 40.77249442061416, -73.75343093962195, 40.772517631228624, -73.75341354662531, 40.77252937353396, -73.75338014432539, 40.772556641424835, -73.75335119595324, 40.77258289766569, -73.75332607873825, 40.772608707345405, -73.75330455841436, 40.77263431940509, -73.75327874304682, 40.77266951896228, -73.75325116631173, 40.77271078415573, -73.75323056079856, 40.77274427218948, -73.75321439326034, 40.77277402721963, -73.75320326162401, 40.77280043954754, -73.75319710342394, 40.772825344273194, -73.75319598968329, 40.77284843627779, -73.75319992213932, 40.772869567882246, -73.75321089728199, 40.772900090644605, -73.75322828525704, 40.77294184294856, -73.75326719984702, 40.77303049920257, -73.75328083296995, 40.77305178755192, -73.75330475348254, 40.77307855859659, -73.75332213909246, 40.77309507598695, -73.75336244918239, 40.77312938332475, -73.75337719130553, 40.773143570841015, -73.75338981949862, 40.773157960947465, -73.75340124511607, 40.773173389464326, -73.7534113833195, 40.773189735542466, -73.75342013635725, 40.77320684678739, -73.75343666416633, 40.77324743106096, -73.7534510124306, 40.773292825676236, -73.75347614427965, 40.77339942917192, -73.75348927810623, 40.7734254008613, -73.75350229835801, 40.77344397734731, -73.7535392541272, 40.773487258195516, -73.75356625333458, 40.7735185518084, -73.75358055574067, 40.77354212703698, -73.75358639343732, 40.773568604504135, -73.753587327056, 40.77358967564917, -73.75358912642604, 40.77363031214707, -73.75359192023186, 40.773694792578574, -73.75359184217018, 40.77372709357585, -73.75358733643851, 40.77381154423485, -73.7535911132446, 40.773837655289874, -73.75359597782348, 40.77385150197299, -73.75360280464018, 40.77386581391119, -73.7536211658514, 40.773894375811686, -73.75366960428961, 40.7739570168388, -73.75367968958685, 40.77397266488545, -73.7536874177076, 40.77398733984809, -73.7537215898173, 40.77407077096203, -73.75374325624936, 40.77411207756837, -73.75375029646065, 40.774128279215454, -73.75375438205917, 40.77415291139172, -73.7537491635812, 40.77421040837407, -73.75375170561526, 40.77423571173057, -73.75375990581473, 40.77426144051095, -73.75377035930735, 40.77427780073565, -73.75378913190316, 40.77429029935433, -73.7538013884794, 40.77431269321904, -73.753801403077, 40.77432828911886, -73.75379719947813, 40.774356711822534, -73.75379743540957, 40.774370753020776, -73.75381582838286, 40.77440135730374, -73.75385019355726, 40.77444227228254, -73.75389225398388, 40.77448147471483, -73.75391042042921, 40.774504161247044, -73.75392737613323, 40.77453265795866, -73.75394270306039, 40.77456565372086, -73.75395410392946, 40.774598780676016, -73.7539692413994, 40.77466446800869, -73.75399371994156, 40.77474274544849, -73.75400364280857, 40.774786062972765, -73.75401270928101, 40.77484123923515, -73.75401913251841, 40.77489430987324, -73.75402360102822, 40.77495193109824, -73.75405466845476, 40.77499583045359, -73.75409268787014, 40.77505454085389, -73.7541039429412, 40.77507779252941, -73.75411833734988, 40.77511926093881, -73.75412509977112, 40.77514081277505, -73.75414381162275, 40.77521123716423, -73.75416012293796, 40.77525552914219, -73.7541790701635, 40.775299434120114, -73.75420058638657, 40.7753427889624, -73.75422458694209, 40.77538542599282, -73.75424906335247, 40.775407941322634, -73.75432480075985, 40.7755369859636, -73.7543386150652, 40.77556429985061, -73.7543471980094, 40.77557789688036, -73.75437520988731, 40.77559221700937, -73.75441879016083, 40.7756246200571, -73.75443156924246, 40.77563682843782, -73.75444191024724, 40.77564878218132, -73.754454451088, 40.77566649304449, -73.75448259012587, 40.77571059765716, -73.75451186681008, 40.775753623178424, -73.75453123021535, 40.775777919560625, -73.7545694819647, 40.77579986082572, -73.75462114995649, 40.77584178946499, -73.75466503654678, 40.77588533323055, -73.75468828046024, 40.77591130198277, -73.75470209167685, 40.775931798086276, -73.75473131457329, 40.77598691903259, -73.75476849988084, 40.776056605492336, -73.75480244758204, 40.77612249752156, -73.7548087090766, 40.77613669741715, -73.75482069057892, 40.77617124921272, -73.75482719883354, 40.776186638300146, -73.75483596677688, 40.776202480646916, -73.75484726128838, 40.77621932522847, -73.75488244912312, 40.77626308813452, -73.75493536331548, 40.77632447381124, -73.75497971620894, 40.77637149349696, -73.75501246716105, 40.77639764808933, -73.75503813968838, 40.77642750491341, -73.75505529779556, 40.776456631332664, -73.75505529779556, 40.776456631332664 --73.9599209358441, 40.78221263021531, -73.95982019344616, 40.782163158488366, -73.9583206467322, 40.781533540734785, -73.95696797232799, 40.78096425144372, -73.95670855396996, 40.78085507107597, -73.9550930713334, 40.78017174987006, -73.95349212448676, 40.77949631370673, -73.95215786119574, 40.77893519315725, -73.95124787283788, 40.77855053682427, -73.94888041296221, 40.77755297624, -73.94845999896796, 40.77737548723605, -73.94662848507481, 40.7766037575812, -73.9471214320016, 40.775929323762306, -73.94527480134317, 40.775147854436625, -73.94495311692035, 40.77558384892594, -73.94486376528982, 40.77570577930299, -73.94477818221476, 40.77582247949394, -73.94468430829615, 40.775782032513085, -73.94427810443734, 40.77560701229744, -73.9438198333611, 40.776234848095605, -73.94336076398086, 40.77686354070279, -73.94313252497031, 40.77720004605544, -73.94306371884579, 40.77726986676211, -73.94303773751946, 40.7773055363345, -73.94301594283141, 40.77733529437127, -73.9430086179193, 40.77735120262833, -73.94300932904052, 40.77737292039933, -73.9430034402434, 40.777409126692945, -73.94300048644027, 40.77744028982278, -73.94300629924568, 40.777491490767936, -73.94252771584368, 40.777655200353095, -73.94250842583612, 40.77757840218185, -73.94249896246139, 40.77753820353109, -73.94246366780553, 40.77739933292924, -73.94245688419952, 40.77737264585125, -73.94240874862643, 40.777183263230185, -73.94236159698566, 40.777164427256054, -73.94234276524463, 40.77715798284376, -73.94229530546359, 40.77713935920681, -73.94227609933003, 40.77713026982008, -73.94225467538027, 40.77712013023327, -73.9422201693967, 40.77709981110615, -73.94219190370104, 40.77707964818479, -73.9421660130641, 40.77705818342127, -73.94214279341311, 40.77703566820593, -73.94212246844833, 40.7770123151714, -73.94210511223893, 40.77698876551423, -73.94209084971182, 40.776965750506655, -73.94207964893535, 40.7769432061981, -73.94207149334318, 40.7769211082675, -73.94206445206912, 40.776891278280786, -73.94206054310652, 40.776858416975784, -73.94205960245505, 40.77682176514659, -73.94206147630277, 40.77677566035546, -73.94203004150968, 40.77646763032331, -73.9419713394356, 40.77637839698364, -73.94210786437061, 40.7759514652896, -73.94241889776366, 40.775761768144406, -73.94246866100197, 40.77560850762121, -73.94250584475405, 40.775498286631084, -73.94254130497146, 40.775398911323876, -73.94257580847871, 40.77530855316263, -73.94261163311236, 40.775219055628, -73.94263810658178, 40.775157310525444, -73.94266439565564, 40.77510192917804, -73.94269098657477, 40.775052252659755, -73.94275156019262, 40.7749484007622, -73.94280097540923, 40.77487049578526, -73.94290338721645, 40.77472337379074, -73.94307579769149, 40.774500283858714, -73.94313489244925, 40.77442769648241, -73.94320971882743, 40.77433578303155, -73.9433289376866, 40.77419535876643, -73.94343571808227, 40.774074888818696, -73.9435573686571, 40.77394188474994, -73.94387635460625, 40.773598837254276, -73.94416469364278, 40.773285611281445, -73.9442838656377, 40.773158319822755, -73.94449783306274, 40.77293252468033, -73.94467382603388, 40.77274809803027, -73.94469496010349, 40.77272664378328, -73.94480151463492, 40.77261847331024, -73.94481296542473, 40.772606847896405, -73.94489728398133, 40.77252595012581, -73.94499061418853, 40.77244200569046, -73.94509474832012, 40.77235337380517, -73.94521548969581, 40.77225510893479, -73.9455641861784, 40.771977398718086, -73.94591519741527, 40.77169578754225, -73.94608952498815, 40.77155515839744, -73.94621631778895, 40.77145049452161, -73.94628992662055, 40.771385745749086, -73.94631824463862, 40.77135864208968, -73.9469724321143, 40.77067282089368, -73.94712527421909, 40.770513037370506, -73.94733133860669, 40.77029761426191, -73.94747458019249, 40.7701407164944, -73.94769770082583, 40.77023152570675, -73.94743282880023, 40.77051317809718, -73.94740470773118, 40.77054239740604, -73.94708489091026, 40.7708886926402, -73.94683531968542, 40.77115533566487, -73.94670637555272, 40.77128894861158, -73.946531169481, 40.77145371267574, -73.94682673897343, 40.771585958691475, -73.94711811871976, 40.771712476623314, -73.94758356894675, 40.77107929959519, -73.9499370441256, 40.77207333295073, -73.94947623763929, 40.772707506571166, -73.95121110940237, 40.77344007774405, -73.95126022100207, 40.773460926262395, -73.95130836645876, 40.77348123224864, -73.9513347885696, 40.77349237272755, -73.95172338041343, 40.773656217018186, -73.95216152197005, 40.77383963229565, -73.9540926546595, 40.77465594298504, -73.95455519682257, 40.774019985899855, -73.95679748874352, 40.774965995491655, -73.9583990754482, 40.775641748459535, -73.96001748012748, 40.77632327965667, -73.9611859170995, 40.77681684296601, -73.96144217227993, 40.776924381455984, -73.96162831421834, 40.77700249554307, -73.96178942996349, 40.777070061551775, -73.96240120923827, 40.777326615123926, -73.96253071251078, 40.77738092158185, -73.96322991324712, 40.77767673582253, -73.96276714659473, 40.778312730885325, -73.96230360578129, 40.77894673186695, -73.96183836031139, 40.77958388391947, -73.96136064876839, 40.78024053562983, -73.96124030711067, 40.780402873738936, -73.96118377883317, 40.78048509035522, -73.96091849257525, 40.78085031722988, -73.96052565781295, 40.781377995418595, -73.96041638693964, 40.78153131970714, -73.9599209358441, 40.78221263021531, -73.9599209358441, 40.78221263021531 --73.80388708839969, 40.77490055107709, -73.80398518470727, 40.77418942262446, -73.80408053775503, 40.77347996339027, -73.8041787111295, 40.77277021523324, -73.8042786421515, 40.77206061218584, -73.8052199393283, 40.77213436834947, -73.80615269986923, 40.7722084005248, -73.80629119915078, 40.77119397829427, -73.80535560792755, 40.771094281621366, -73.80545306443764, 40.77036092509112, -73.80556455743346, 40.76956006857745, -73.80649701240844, 40.76963444963615, -73.8066864631486, 40.76825305427479, -73.80702872239989, 40.765727314500054, -73.80733473692737, 40.76349731144019, -73.8074855370634, 40.76239772547809, -73.80749326621297, 40.762342739957745, -73.80757928256075, 40.76235017055607, -73.80777645232543, 40.76236720140134, -73.80785241528984, 40.76237370280782, -73.80841349452756, 40.76242172112725, -73.80898796057203, 40.762478162435, -73.80926272517144, 40.762511194389816, -73.80931093217231, 40.76252979941104, -73.80932513708393, 40.76254963856671, -73.80928965170341, 40.76281823962333, -73.80929763607584, 40.762859335744054, -73.80932727476139, 40.76288061424008, -73.80935034105286, 40.76288925044884, -73.8093826947482, 40.76289422255073, -73.81024345765215, 40.7629645187554, -73.81122718883042, 40.76304105698101, -73.81259971283502, 40.763152556188466, -73.81399557307114, 40.76277122601828, -73.81392000817692, 40.76259431478637, -73.81479108274367, 40.76236092312047, -73.81556315026025, 40.762156544616005, -73.81587972851098, 40.76206519575109, -73.81680256006612, 40.76181689796628, -73.81807771381592, 40.76147295579557, -73.82155809102397, 40.76053401020656, -73.82393338415179, 40.75989344528767, -73.82583344656852, 40.75938038385448, -73.82588900119458, 40.75936530510271, -73.82597383766205, 40.75934134384083, -73.82596207307962, 40.75931777962355, -73.82607938112658, 40.75929196546566, -73.82610661414358, 40.75928626404653, -73.82613053291671, 40.75928126361605, -73.82649210781912, 40.75920578620306, -73.82877583746631, 40.7587300544705, -73.82927947394386, 40.758625895626714, -73.829351557891, 40.758614190485034, -73.82939901071462, 40.75860836875423, -73.82942801575591, 40.75860091408715, -73.82945428134958, 40.75858615585113, -73.8294714344848, 40.75857631799572, -73.82948709454237, 40.75856914702925, -73.8296233688425, 40.758514365526466, -73.82946928884581, 40.758193219508925, -73.82961049335489, 40.7581329846456, -73.82963143516768, 40.75812438066071, -73.8329216715096, 40.75668029526685, -73.83315648653158, 40.756576901725545, -73.83327132294752, 40.75652633704323, -73.83352846994022, 40.756413060483624, -73.83367810417411, 40.75632025517801, -73.83379575478406, 40.756702948541836, -73.8378731204498, 40.754479686117875, -73.83791209454783, 40.754553109766796, -73.83803461619456, 40.75479774090971, -73.83810937838062, 40.75499289038883, -73.83814325533115, 40.755096910514844, -73.83820556603126, 40.755299970488096, -73.83825183375427, 40.75545074608354, -73.83832971432129, 40.75577072892533, -73.83839907995473, 40.75610730419681, -73.83831810532413, 40.75618941133776, -73.83828285796575, 40.7562251534001, -73.83827296177827, 40.756236728127504, -73.83826417502266, 40.756249838875114, -73.83825643116863, 40.756264573799385, -73.8382495874372, 40.75628121005613, -73.83823105357486, 40.75633275694872, -73.83821402574968, 40.75637368537743, -73.83819858760742, 40.75641392894965, -73.83818197017581, 40.756449697145946, -73.83817844890329, 40.756466022887786, -73.8381804084215, 40.75648323612375, -73.83818757599539, 40.75650051340728, -73.83819838058193, 40.75651378314115, -73.8382247893988, 40.75653399428202, -73.8382375741536, 40.75654574583726, -73.83824830067404, 40.75655752151623, -73.83825341648438, 40.75657119118631, -73.83825031824368, 40.75658936356266, -73.83824078598029, 40.75660710186525, -73.83822572893688, 40.756623528474826, -73.83817722171591, 40.75666504303907, -73.83815175777414, 40.75668776216765, -73.83813895102548, 40.75669918961305, -73.83812577996697, 40.75671287411517, -73.83811317741402, 40.756728961065846, -73.83810085441323, 40.75674745095974, -73.8380892253473, 40.756767408752914, -73.83807119605778, 40.75680468419626, -73.83805560397332, 40.756848744778196, -73.83804454379633, 40.75688457389485, -73.83804101330207, 40.756900772647214, -73.83803875733142, 40.756919285692256, -73.83803931814072, 40.75695505190151, -73.83804206409835, 40.75698146491925, -73.83804620218383, 40.757004686697556, -73.83805062038455, 40.75701936756441, -73.83806770262512, 40.757047744928784, -73.83809489973825, 40.757076475097485, -73.83810636644843, 40.75708728288385, -73.83812823860004, 40.757111420181346, -73.83814130662986, 40.75713236991837, -73.83814867232333, 40.75714757721638, -73.83815930116913, 40.75717180497009, -73.8381622869319, 40.75721652021638, -73.83818723841667, 40.75724152631444, -73.8381913273984, 40.757258177021264, -73.83820044701893, 40.75729774097898, -73.83820473225404, 40.757328181417634, -73.8382055761135, 40.757355690376315, -73.83820291378106, 40.75737623529592, -73.8381958646033, 40.757400855149356, -73.83818526756008, 40.7574283507392, -73.83817383507095, 40.757449735217534, -73.83812558079379, 40.75752237521885, -73.83809214679233, 40.75757033513607, -73.83806976060951, 40.75760365212846, -73.83805904752823, 40.75762233788761, -73.83804691266177, 40.75764715139478, -73.83803623656205, 40.75767351312118, -73.83794537089086, 40.757916351888944, -73.83781816703195, 40.75837657660838, -73.83775326525014, 40.75836386462121, -73.8377456495922, 40.758382705996965, -73.83773388991925, 40.75840264195392, -73.8377205700633, 40.75841792639721, -73.83770498165794, 40.758431064437694, -73.8376823926986, 40.75844631240449, -73.83765595904933, 40.758462284358956, -73.837602463346, 40.758491605089105, -73.8375447662855, 40.75852802936769, -73.837492526424, 40.75856097545539, -73.83746812800746, 40.75857808937822, -73.8374335066453, 40.758606043574055, -73.8374059125069, 40.75862920707834, -73.83738720140876, 40.75864706742619, -73.83734250617309, 40.758695585745976, -73.8373123166281, 40.758730154978906, -73.83729807559293, 40.758748694302994, -73.83728960178136, 40.75876437726036, -73.8372739323067, 40.75880917693171, -73.83725716537373, 40.75886157802561, -73.83724494005297, 40.75890138564813, -73.83723349734464, 40.75894611023914, -73.837215179189, 40.75899647759185, -73.83719608167779, 40.75904300137936, -73.83718061383333, 40.75909392206293, -73.8371710965897, 40.759118817516935, -73.83716173789149, 40.75913698821296, -73.83715314563929, 40.7591492526701, -73.83714077478048, 40.75916377475724, -73.8371013636161, 40.75920535754677, -73.83705332506885, 40.759261913445464, -73.83701714558804, 40.759310305903014, -73.8369982332821, 40.759337191676416, -73.83698765347972, 40.75935489506826, -73.83696788283012, 40.75939521427542, -73.83693890109015, 40.759452374317384, -73.8369132059079, 40.7595084683024, -73.83689384858235, 40.759556967379766, -73.83686712370609, 40.7596209933561, -73.83686265425811, 40.7596345252383, -73.83685973861799, 40.75964852578289, -73.836858422281, 40.75966279424163, -73.83685871999755, 40.75967711091187, -73.83686067708132, 40.75969473388942, -73.83686376995547, 40.75970846198473, -73.8368757392301, 40.759743859824695, -73.83688885172639, 40.75976943115662, -73.83691235206364, 40.75979866694504, -73.83686364512191, 40.75989481977528, -73.83675870140219, 40.76010199196404, -73.83649604191477, 40.76060909703403, -73.83647663686253, 40.76060297666677, -73.83644740159625, 40.76063084815451, -73.83640090582804, 40.76077899914243, -73.8363323761079, 40.76094731986106, -73.83628605653578, 40.76114067645224, -73.83624302055672, 40.76124549182642, -73.83626965759987, 40.76137958352144, -73.83628470789515, 40.761563119936575, -73.83629887697658, 40.761754433663405, -73.8363072443809, 40.76184686988622, -73.83632921280959, 40.762147396338634, -73.83633199113638, 40.76226455160621, -73.83633830409563, 40.76247159679122, -73.83636414978292, 40.76247204503587, -73.83638272551777, 40.762586010629086, -73.83640577465768, 40.762727412879116, -73.83641150880527, 40.76276229131025, -73.83642949575462, 40.76287156982238, -73.83643289851038, 40.762892242163325, -73.83644615597332, 40.76297278421762, -73.83645405606384, 40.76308156122841, -73.83658274648299, 40.76330211922593, -73.83674356711224, 40.76354764590404, -73.83683593476015, 40.76368866448307, -73.83709735555979, 40.76416500121406, -73.83738555607674, 40.76460067046052, -73.83778952210768, 40.76517354633695, -73.83807037486021, 40.76550125265347, -73.83818333753908, 40.76561880396047, -73.83822190943089, 40.765671447647044, -73.83833721676076, 40.765699138853535, -73.83870963113846, 40.76578048928238, -73.83879800746622, 40.76582660808567, -73.83882318063496, 40.765839747459424, -73.83895254304213, 40.76593871110049, -73.83898061448355, 40.76594597329001, -73.8390719236569, 40.76596959145024, -73.83914650466197, 40.765995616648155, -73.83926484649658, 40.766036910592334, -73.83937093491161, 40.766078137803675, -73.83952678524874, 40.76613923455015, -73.83954371402538, 40.76621140301491, -73.83969771530583, 40.76639235961536, -73.83973778044717, 40.76665055870577, -73.83973386038228, 40.76673410303325, -73.83969375090601, 40.7668244867777, -73.83961913802898, 40.76688155601754, -73.83956049907648, 40.766916524741625, -73.83951000111588, 40.76697384721197, -73.83949805493481, 40.76701670272475, -73.83959071511717, 40.767110510429006, -73.83968174074421, 40.76710457132211, -73.83975387066607, 40.76712012433645, -73.83978749971753, 40.76705116809069, -73.83988137912559, 40.7671045742878, -73.83994296538907, 40.76715022182269, -73.83996439143887, 40.76708317025075, -73.83994021831703, 40.76700156350444, -73.8398843092688, 40.76695188869284, -73.83990190943388, 40.766823843294176, -73.8400075906086, 40.766623101779864, -73.84011313984895, 40.766566349877245, -73.84022373427553, 40.7665289270165, -73.84027020631872, 40.76646435318382, -73.84027438027428, 40.766379354871674, -73.84031169688288, 40.76629448354518, -73.8405722206625, 40.766270086751454, -73.84095135106111, 40.766207397984566, -73.8414105229972, 40.76611199295497, -73.8417316811056, 40.76604304434126, -73.84195931048794, 40.76599417481407, -73.84231781209823, 40.76591287042474, -73.84251715584672, 40.76586766215666, -73.8426819582781, 40.765830286706084, -73.84271384263731, 40.765887695130054, -73.8427822654054, 40.76597474221434, -73.84282848028127, 40.766063597794805, -73.8428369928874, 40.766188413137996, -73.84274809715828, 40.766532949425134, -73.84271143449948, 40.76666264327327, -73.84268899778772, 40.76674712415532, -73.8427614003615, 40.766677423929835, -73.8427829851155, 40.76657147742761, -73.84279490483023, 40.766461129570345, -73.84282508893025, 40.766352860680584, -73.84286400334548, 40.76626206268509, -73.84288033323766, 40.766164399943584, -73.84287360423643, 40.76604812382605, -73.84286776838844, 40.76593632353516, -73.84295915128989, 40.76585440669336, -73.84325462102932, 40.765767718485094, -73.84336969829799, 40.76572497491555, -73.8434682040748, 40.765652756789486, -73.8435997407168, 40.765643164042494, -73.84370632908853, 40.765679649480965, -73.84379834557225, 40.76560423898292, -73.84386734356725, 40.765553498981284, -73.84394747962726, 40.765494569520676, -73.84407906009247, 40.76549644872437, -73.84420444365485, 40.76547715752228, -73.84433101342984, 40.7654600920347, -73.84448895495835, 40.76545928956072, -73.8445862118277, 40.76547341915164, -73.84474170156743, 40.76550113112764, -73.84491333045543, 40.76552806857287, -73.84509171633849, 40.765598819929274, -73.8452816283237, 40.76566579986238, -73.84546124941936, 40.76576397539081, -73.84593023119197, 40.76601226136273, -73.84602715817849, 40.76604455878797, -73.84614071157681, 40.76611538754231, -73.84620023535926, 40.76619602621536, -73.84635158179944, 40.76625260518134, -73.84652169721973, 40.766295485252535, -73.84666767931027, 40.7662834372587, -73.84684963947406, 40.76626172045942, -73.84701308906172, 40.76626764681724, -73.84723067025382, 40.76631284102266, -73.84738262647248, 40.7664190994105, -73.84749636258867, 40.7665206955244, -73.84766965876265, 40.766689232793816, -73.84776698748435, 40.76676731186194, -73.84785542695793, 40.76688086891512, -73.8479223481157, 40.767012183372834, -73.84799048516473, 40.76711684804499, -73.84804248275024, 40.76723746634918, -73.84809410954344, 40.76737844996056, -73.8482132389252, 40.767634279250686, -73.84828222893222, 40.7677450664957, -73.84837411014506, 40.76786903029681, -73.84842037423745, 40.76791045226528, -73.84849386971487, 40.76797625968053, -73.84850404917547, 40.767992180485734, -73.8485178908837, 40.76801383151546, -73.84856696718535, 40.7680905920344, -73.84852060100553, 40.76813509707302, -73.84848118240846, 40.76817293128412, -73.84835884920389, 40.76818254171968, -73.84823766492002, 40.76825813713617, -73.84815252403995, 40.7683751986561, -73.84824242403984, 40.768562699562814, -73.84841804310246, 40.76855321519823, -73.84866633657937, 40.76862303895488, -73.84883521594826, 40.76875198871692, -73.84901286984696, 40.76921498567699, -73.84892254831487, 40.76932421827513, -73.84892275644268, 40.76940686237177, -73.8488413264669, 40.769463790838884, -73.84871788345747, 40.76954745320792, -73.84857698003746, 40.769642072352646, -73.84850948160809, 40.7697622856518, -73.84861496516616, 40.7698767154497, -73.8486732026428, 40.769988290641145, -73.84871814806675, 40.77007440098831, -73.84866558784707, 40.77025459588672, -73.84862550201295, 40.770387444205156, -73.84861273408718, 40.770425715985986, -73.84858664241948, 40.77050393465146, -73.84858417995017, 40.770542986300086, -73.84858696624502, 40.770605319287775, -73.8485978975738, 40.77063509262747, -73.84861026768081, 40.77065877504245, -73.84862191512944, 40.77068772896088, -73.84864526721586, 40.7707189234007, -73.84867152441443, 40.77076125278816, -73.84874746575142, 40.77084371625228, -73.84890526446358, 40.77098193821825, -73.84912991293851, 40.77106347701025, -73.84933814768401, 40.77118730050338, -73.84949402802843, 40.77132829990262, -73.84960978471833, 40.77148388442375, -73.84973230652851, 40.77172978113157, -73.84977303382021, 40.77180448245298, -73.84980501758766, 40.7718422732937, -73.84982269038298, 40.771857973210324, -73.8498636469601, 40.77187360891264, -73.84993252682688, 40.7718934647148, -73.84994216984222, 40.77192604131343, -73.8499511404415, 40.77195635136636, -73.84996292649616, 40.771996170808904, -73.84995298315339, 40.77202801050164, -73.84995110269115, 40.77204512754148, -73.84992460693644, 40.77210964749112, -73.84990162744658, 40.772163863941316, -73.84988694080197, 40.77218489229677, -73.84986846098303, 40.77221134845077, -73.8497276948913, 40.77241288782976, -73.84960397745874, 40.77253011975887, -73.84958316138855, 40.77254984424841, -73.84957161022007, 40.772560790107, -73.8494503765683, 40.772734950490765, -73.84933467019668, 40.77290763393977, -73.84918579905921, 40.77310440287647, -73.84910375684844, 40.77327018815562, -73.84903590787948, 40.77341790264071, -73.84897618939777, 40.77356134854385, -73.84896112150446, 40.77374237155572, -73.84912364608331, 40.7742599123917, -73.84916114486671, 40.77447386001946, -73.84915131260638, 40.77470157831702, -73.84907755687348, 40.77508102526368, -73.84900371991462, 40.775184568433126, -73.84894790333124, 40.77526463382598, -73.84891540005778, 40.775393700966376, -73.84889771457044, 40.775444875927526, -73.84890054295643, 40.7754894005506, -73.84900348177152, 40.77567983087492, -73.84911614322735, 40.77578595245059, -73.84912941181753, 40.77586164276665, -73.84913631736848, 40.775901065961676, -73.84912157516167, 40.77594091826906, -73.84911588004992, 40.77598209085325, -73.84911636705303, 40.77611899959294, -73.84911547674352, 40.77619458942016, -73.84910597700188, 40.77628113430824, -73.84908640921753, 40.77636311216134, -73.84907966221753, 40.77639850302968, -73.84906703089025, 40.77649161568704, -73.84904677026553, 40.77660483740278, -73.84904428808599, 40.77662856602739, -73.8490431926961, 40.7766550628162, -73.84904433893405, 40.77672161874963, -73.84800998343428, 40.77696346712902, -73.84712379337137, 40.77693508791874, -73.84622255928224, 40.77690540130033, -73.84624434277863, 40.776794003831036, -73.84625067889452, 40.776683792420926, -73.84612290332038, 40.77666513902212, -73.84574766263827, 40.77665176552055, -73.84529889145178, 40.77663745553522, -73.84459915845011, 40.776616214839265, -73.84402226648913, 40.776597633335214, -73.84384146275166, 40.776591636937184, -73.84359512670312, 40.77658270843513, -73.84350044540581, 40.77657927863636, -73.84339889748887, 40.776575184761775, -73.84312928681464, 40.77656932946846, -73.84310750075694, 40.776572039140504, -73.84304796822157, 40.776573682533574, -73.84301364131699, 40.776572747876045, -73.8426000349711, 40.776558141193284, -73.84259852666436, 40.77658534605706, -73.84249793473796, 40.77658175697648, -73.84179764703862, 40.776556766819894, -73.84169684646744, 40.77655776482083, -73.84157167023183, 40.77655900567727, -73.84079635217441, 40.776535384880006, -73.83998073294735, 40.776506828478745, -73.8399050670026, 40.77651119167816, -73.83976641607359, 40.77652973124424, -73.8396297862982, 40.77655157290291, -73.83927725871058, 40.776604758079046, -73.83913746569677, 40.77662271537102, -73.83908090702383, 40.77663435736051, -73.83904233139188, 40.77664602354234, -73.8390191718444, 40.77665966534254, -73.8390037191465, 40.776673317906095, -73.83899082871237, 40.77669088133433, -73.83896871003392, 40.77674728590874, -73.83896232730547, 40.776788513765496, -73.83894666668473, 40.77688811822945, -73.83892773495747, 40.77716223757259, -73.83892298818272, 40.77727443281933, -73.83885872822694, 40.77851070765135, -73.83886022414615, 40.77856661571395, -73.83886154822953, 40.77861618849234, -73.83872250353863, 40.778612937665166, -73.8373702537603, 40.77862082024686, -73.83644472094856, 40.77862642169546, -73.83586700989277, 40.77752870199517, -73.83575300285536, 40.777269958053154, -73.83560849017377, 40.776913267679376, -73.83548906990727, 40.77658043216119, -73.83529662344232, 40.77608795433833, -73.83518137988428, 40.775777431713806, -73.83481910555146, 40.77491542040191, -73.83444496148138, 40.77395120963747, -73.8343461192888, 40.77365979852373, -73.83395461971568, 40.7727011837625, -73.83350673912012, 40.7716188053389, -73.83289285587368, 40.77198056431701, -73.832362816203, 40.772311587136315, -73.83196067766495, 40.772590231651684, -73.83164098557116, 40.77283023753398, -73.83121936030452, 40.77317757928511, -73.83085684678228, 40.773501587748115, -73.83041569909791, 40.77393734812906, -73.82999272740737, 40.774385534465985, -73.82984840202852, 40.77460471943225, -73.82957963767831, 40.774964621253716, -73.82930118965274, 40.77537557568771, -73.82917535473644, 40.77558032237447, -73.82850225136644, 40.77674666147435, -73.82688451588868, 40.776659386141745, -73.82662329730987, 40.776659179812036, -73.82632470290652, 40.776658941777754, -73.82591763307504, 40.77665861568689, -73.82582411174869, 40.77665945321183, -73.8258255694811, 40.77669315318304, -73.8257881644146, 40.7766934244218, -73.82573044923777, 40.776693416395105, -73.82567120942541, 40.7766916284376, -73.8255204687253, 40.776682697816085, -73.82549723061898, 40.776682761682714, -73.82546297546521, 40.7766829925608, -73.82538795474066, 40.77668479247603, -73.8249927542511, 40.77670745566756, -73.82490912315525, 40.776712257982425, -73.82488933402767, 40.776738644202744, -73.8247253050592, 40.77673946912114, -73.82470086644688, 40.77674017396114, -73.82467154772625, 40.776739387339845, -73.82442534254629, 40.776730524313315, -73.82436264767365, 40.776727249989705, -73.82431388538032, 40.77672505766902, -73.8242012599079, 40.77672554777093, -73.82322226381919, 40.77677829731234, -73.82306455305059, 40.77678634710107, -73.82291461400257, 40.77679584402148, -73.82274635849443, 40.776805483668944, -73.82181331260074, 40.776857739006736, -73.82179538195341, 40.77685846950302, -73.82167154544693, 40.776853161258614, -73.82155166507333, 40.7768400453321, -73.81977201411993, 40.77665743498364, -73.81965209908745, 40.776646885263574, -73.81892238607126, 40.776571206133085, -73.81881964651812, 40.77655892565098, -73.81873215434116, 40.77654641872345, -73.81868787749416, 40.77653932422906, -73.8176530541622, 40.77637309982432, -73.81753562652221, 40.776360775140866, -73.81716761114069, 40.77629201011697, -73.8169074327002, 40.776240157490356, -73.81676295756462, 40.77621208334073, -73.81494346055322, 40.77586180241997, -73.81405363486839, 40.775703564177654, -73.81278399816547, 40.77560420703391, -73.81250926447325, 40.77558247060787, -73.8116826366655, 40.775517065226, -73.80955071799768, 40.77534835383427, -73.80773939530968, 40.775204818477896, -73.80668939202734, 40.7751219451698, -73.80388708839969, 40.77490055107709, -73.80388708839969, 40.77490055107709 --73.9282828554613, 40.77689977556704, -73.92797009803682, 40.77676189182543, -73.92783102659718, 40.7767021717181, -73.92754021645179, 40.776551287382645, -73.92733986531739, 40.776448157215206, -73.92725947385466, 40.77640825474535, -73.9265808140097, 40.776038952273574, -73.92602206932425, 40.77573009073992, -73.92508158203286, 40.77521951389395, -73.92398142272889, 40.774614797168866, -73.9238322301743, 40.77472505349224, -73.92341289220461, 40.77506766187052, -73.92333442852951, 40.77513162554905, -73.92322217988641, 40.77522347775681, -73.92314347617582, 40.77528777793225, -73.92302570903344, 40.77538399550621, -73.92312117527749, 40.77554982472009, -73.92368063807648, 40.776465550575004, -73.92369459591633, 40.776488309220746, -73.92375761368064, 40.7765466945092, -73.92363528114446, 40.77662007561915, -73.92331040143827, 40.776882983164015, -73.92272339609306, 40.77736110193356, -73.92264887572969, 40.77742233924656, -73.92257328354448, 40.77736100116786, -73.92152213660076, 40.776612620671244, -73.92051815697425, 40.775903624911564, -73.91982713393132, 40.775416081263245, -73.91914111570226, 40.77493288546925, -73.91845499841997, 40.774448743552355, -73.91776223503858, 40.77395995787452, -73.917076783664, 40.77347462037725, -73.91638759641576, 40.77298773528762, -73.91605836862895, 40.7727568580945, -73.91545272881551, 40.77233034480558, -73.91539501226653, 40.772289700541634, -73.9153379835909, 40.772249364726036, -73.91480011339254, 40.77186894138744, -73.91431026585755, 40.77152275956492, -73.91440058114779, 40.77144869544238, -73.91462696610853, 40.771263039988604, -73.91550137635427, 40.770549161049914, -73.91556865523162, 40.77049423462087, -73.91582766138114, 40.7702773541078, -73.91606144464322, 40.770316442626886, -73.91608813469846, 40.77032265122965, -73.91613362707204, 40.77033161284579, -73.9162011262647, 40.770349516244124, -73.91629210267578, 40.770374134608, -73.9165056155625, 40.77043400372853, -73.91675580656334, 40.770467788853715, -73.91682422761339, 40.770495147840975, -73.91711803440693, 40.77068244459791, -73.91714861575555, 40.770701939082656, -73.91725837002268, 40.77077171873316, -73.91735993584756, 40.77068527123541, -73.91745758845916, 40.77060220673753, -73.91754748035655, 40.770525694970885, -73.91758266664347, 40.77049569285059, -73.91762408577841, 40.770459781568164, -73.91770216792003, 40.77039208076854, -73.91799399471475, 40.770148762927576, -73.91811626355077, 40.77002817608522, -73.9180108008021, 40.769964257174074, -73.91798353947758, 40.769947732439036, -73.91786034493093, 40.7699372015379, -73.91771779067737, 40.76991400730516, -73.91759120519602, 40.769900549758866, -73.91742935683807, 40.76988454809906, -73.91714741139062, 40.76984678208732, -73.9168212818775, 40.7697914479867, -73.9184933737776, 40.76773434502951, -73.91890600595738, 40.76722646375115, -73.91977764155997, 40.76615186929948, -73.92168910512773, 40.76382123559964, -73.92188015016521, 40.76357407054756, -73.92200180727261, 40.76363691454057, -73.92208395587393, 40.76367347117822, -73.92266321263615, 40.763965998646135, -73.92272985858975, 40.76400682721266, -73.92339293852704, 40.764317612680664, -73.92345723832055, 40.76434774937563, -73.92351995165617, 40.76437742662465, -73.92425287914567, 40.76472425563207, -73.9249665921976, 40.765060294708654, -73.9250606138002, 40.765097004628544, -73.92509295684721, 40.76510738416282, -73.92631683770064, 40.765691005871375, -73.92643792002379, 40.76573250734002, -73.9265594583237, 40.76577630435695, -73.92855636206563, 40.7667139311656, -73.92985647291586, 40.7673262433926, -73.92999065615557, 40.767390587671024, -73.93202370952807, 40.76825618347933, -73.93225633993193, 40.76834807553005, -73.93243855209678, 40.768420053531315, -73.93344467400493, 40.76881748122223, -73.93411397400816, 40.76908054283611, -73.93510550150013, 40.76947009343402, -73.93522718205871, 40.76952540870288, -73.93489257943796, 40.7698157423917, -73.93486136648876, 40.769849777293445, -73.93471817999469, 40.77003074069971, -73.93462332961298, 40.77016215683833, -73.93451011407316, 40.77033777087961, -73.9344744899731, 40.77041128214194, -73.9344459925849, 40.7704789414731, -73.9344343777753, 40.77050651458545, -73.93424609149884, 40.771028955949234, -73.93421220889944, 40.771129057281904, -73.93446033838383, 40.77118112441787, -73.93442652851176, 40.77120520715542, -73.93441117032391, 40.771222238640064, -73.93439300792272, 40.77125063377956, -73.93438298616685, 40.771273317156705, -73.93437312567835, 40.77130182327976, -73.93436550960075, 40.77133051078106, -73.93448954304111, 40.77147966780914, -73.93482653298011, 40.77157427669347, -73.93479240584318, 40.77172996612163, -73.93483784521284, 40.771745801064775, -73.9351381013193, 40.77183654670579, -73.93610524883943, 40.77212756333033, -73.93684963956892, 40.77234774513608, -73.93745897164355, 40.772531590133056, -73.93760619481664, 40.77296168903604, -73.93763241243971, 40.773039265367245, -73.9376730222342, 40.773163414494405, -73.93771207308652, 40.77328784822158, -73.93774686746464, 40.77340915939036, -73.93777938888248, 40.77353933026926, -73.93779297793614, 40.77360378931285, -73.93780410378844, 40.77367015699163, -73.93781278292802, 40.773738527868005, -73.9378190306344, 40.773809022618074, -73.93782332554854, 40.77389041690252, -73.93782451405352, 40.77396862443047, -73.93782557879096, 40.77400685315904, -73.93781758926693, 40.77411706231111, -73.93780293839555, 40.77425843247257, -73.93779526588487, 40.77431451525825, -73.93778670331055, 40.77436602120624, -73.9377510604048, 40.77452964405478, -73.93773225554155, 40.77463761140036, -73.93769146151678, 40.774904241767835, -73.93768068168288, 40.774957881596826, -73.93766757441486, 40.775003689392385, -73.93765129118934, 40.77504460663758, -73.9376315067618, 40.77508135445797, -73.93757197427071, 40.775186767503165, -73.93748200883682, 40.775305175373994, -73.93740167490613, 40.775413301961606, -73.93732120201771, 40.77551902137202, -73.93730257431784, 40.77554220999133, -73.93723776791838, 40.775601643916495, -73.93722243345982, 40.77561957898201, -73.93721024856764, 40.775636441461856, -73.93719008786653, 40.77567104670218, -73.93714765483124, 40.775754782030376, -73.93713497883796, 40.7757760954193, -73.93712207429212, 40.77579481883609, -73.93710009088876, 40.77582269180711, -73.93704827851681, 40.775883591530125, -73.93702617463462, 40.77591103398052, -73.9369334024954, 40.77603287619567, -73.93687491642298, 40.77611576426399, -73.93683066721789, 40.776185281338265, -73.93677366350535, 40.776281132902575, -73.93666205539105, 40.77647548203796, -73.93664408369884, 40.77650338864193, -73.93659911092286, 40.77656718883465, -73.93657983373623, 40.77659886691559, -73.93656666921261, 40.77662654652446, -73.93653525036943, 40.776703884204046, -73.93651185011811, 40.77675364299584, -73.93649749141811, 40.77678138497345, -73.9364820593499, 40.77680677424453, -73.93646580841798, 40.77682875916206, -73.93644195637448, 40.77685656613696, -73.93641621873843, 40.776884075800986, -73.93638863700953, 40.77691124495172, -73.93635926217125, 40.77693802318785, -73.93631908047732, 40.77697085492672, -73.9363129698185, 40.77698507588899, -73.93630479715004, 40.77699892470405, -73.93629474163089, 40.777012100702656, -73.93628302150393, 40.777024311341606, -73.93622346345707, 40.777070732621986, -73.93620005049421, 40.777086398312285, -73.93617716893093, 40.77710008138538, -73.93609187638667, 40.777146886363155, -73.93601449757315, 40.77718669696594, -73.93599631329342, 40.77719373780254, -73.93597452430151, 40.777198319161855, -73.93595142144898, 40.77720059179869, -73.93588746005389, 40.77720378363098, -73.935868861976, 40.77720627667914, -73.93583858237427, 40.77721521802313, -73.93581231386251, 40.77723145116201, -73.93580029033247, 40.777242454909086, -73.93578903258611, 40.77725535283851, -73.93577849201048, 40.77727019084912, -73.93576864133352, 40.77728699594088, -73.9357593642617, 40.777305978766805, -73.93569801497985, 40.77736907248102, -73.93554442663833, 40.77752703027576, -73.93507850681742, 40.777933839987156, -73.93489974256765, 40.77800727056587, -73.93475259512503, 40.77801893529753, -73.93452452602453, 40.778064482122375, -73.93452369135524, 40.77808086358931, -73.93410503435143, 40.77811556894446, -73.93394737300325, 40.77806170607431, -73.93391772925342, 40.77806072824239, -73.93376591213608, 40.778054199786354, -73.93357097699817, 40.77804375881268, -73.93353950725535, 40.778040940104155, -73.933504770327, 40.778035799807334, -73.9333819195653, 40.778011179351886, -73.93289897333224, 40.7779207075117, -73.93287087378772, 40.77791679287034, -73.93284407621262, 40.77791513924218, -73.93281708122905, 40.77791541887166, -73.93279037334108, 40.7779176275386, -73.9327644394564, 40.77792172680579, -73.93272390021626, 40.77802001910886, -73.93231376258454, 40.77794841590732, -73.93183570382097, 40.777848417864355, -73.93179676725198, 40.777826382040914, -73.93168655997967, 40.77776439550317, -73.93163795134917, 40.77773881311545, -73.93161154571129, 40.777723578053575, -73.9315470564235, 40.777683013545314, -73.93152468779151, 40.77767137476715, -73.93149809547828, 40.77766031970111, -73.93141074703428, 40.777631382321545, -73.93138300948266, 40.77762125226377, -73.93136057620254, 40.77761147025147, -73.93134122461575, 40.77760115247094, -73.9313023459911, 40.777577216453565, -73.93121536791276, 40.77752134331293, -73.93112053428797, 40.77746724570434, -73.93109897591566, 40.77745346142979, -73.93108081212907, 40.77744012853222, -73.9310708344213, 40.77742856821543, -73.93106707122895, 40.777414585661404, -73.93107055412716, 40.777393797841285, -73.93108277548696, 40.77736640465791, -73.93110096939414, 40.77732885467337, -73.93110526956316, 40.77731501561878, -73.93110625654244, 40.7772518342436, -73.93110382176374, 40.77723394700475, -73.93109963533192, 40.777218008306676, -73.9310876644003, 40.777190027034116, -73.93106993099951, 40.777160377283906, -73.93104689586181, 40.777129137672844, -73.93100752461238, 40.77708140187483, -73.93085544781502, 40.77686991141819, -73.93068725180058, 40.77664062342877, -73.9306738366685, 40.77662106454424, -73.9306566728773, 40.77660327829317, -73.93062279489575, 40.77657507126563, -73.93058685993503, 40.776548558635575, -73.93054914142446, 40.77652393957694, -73.93050989978994, 40.776501386241115, -73.93042566278429, 40.77645773126769, -73.93028132577514, 40.77638646378967, -73.92997815538489, 40.77623765198111, -73.92994897019753, 40.77620697032201, -73.92993489268574, 40.77619577571765, -73.92989721110568, 40.776198382267495, -73.92986930965745, 40.776204063671244, -73.92978883119686, 40.7762241706165, -73.92967580874647, 40.77625343737396, -73.92958441637282, 40.7762783362944, -73.92940368914863, 40.776331368883696, -73.92911607933476, 40.7764205014818, -73.92895028270515, 40.77648706899458, -73.9285561283057, 40.77657399845808, -73.92848338263973, 40.77670043074164, -73.92835389837433, 40.77684373555196, -73.92835318451576, 40.776856533952994, -73.92834442090872, 40.776874206272225, -73.92832926602242, 40.77688458954893, -73.9282828554613, 40.77689977556704, -73.9282828554613, 40.77689977556704 --73.88968690606896, 40.773676025741146, -73.88964908104676, 40.77365000729373, -73.8896369309234, 40.77361381882728, -73.88941440223054, 40.772983341203634, -73.88924484626153, 40.77206234306891, -73.88922358944316, 40.771946875348505, -73.88908058915945, 40.7711700649221, -73.8890399951582, 40.770915928847224, -73.88901821828244, 40.77080235882987, -73.88901094832427, 40.77077229660746, -73.88900660587983, 40.7707411214802, -73.88899787816527, 40.77070660395982, -73.88899352645345, 40.770680994837825, -73.8889839723007, 40.77062000170326, -73.88895612988378, 40.770471660067194, -73.88871821956401, 40.76915821823059, -73.88872550721624, 40.76891592480709, -73.88841962147096, 40.768824026092894, -73.88837849076057, 40.768796363286214, -73.88834205174045, 40.76876511380072, -73.88830622789355, 40.76872443572008, -73.88828865536344, 40.76869772053404, -73.88827314399234, 40.76866875428231, -73.88817758635433, 40.768427949587654, -73.88781936068408, 40.76720987992917, -73.88779347223795, 40.767129483797056, -73.88773245369876, 40.766925071075555, -73.88767125182765, 40.7667200295843, -73.88760963693187, 40.766513611680054, -73.88755217097422, 40.76634950979347, -73.88738622469465, 40.76640793363652, -73.88642728122389, 40.76661046584319, -73.88460352675102, 40.76699012445799, -73.8842710719529, 40.765166694138514, -73.88334380131802, 40.76526503331413, -73.88326935848208, 40.764859569567705, -73.88324071203779, 40.764703555994, -73.8831745740028, 40.76434333292823, -73.88303918770869, 40.76360394764681, -73.8830109721848, 40.76344393167859, -73.88274181748561, 40.76196287284724, -73.88267652969894, 40.76160779299539, -73.88312662149423, 40.76156131795304, -73.88360707142041, 40.76151069438399, -73.88324518562469, 40.75952548373701, -73.88276529469962, 40.75957667098317, -73.88231601563548, 40.75962371006117, -73.88203460818733, 40.75807343863632, -73.88193464042149, 40.75752320824453, -73.88191371424111, 40.757408019306006, -73.88179249548719, 40.75674081014327, -73.88164812247686, 40.755951282880396, -73.8825791235793, 40.75585326282033, -73.88350692023565, 40.755755010472384, -73.8844390808336, 40.75565713954709, -73.88536727257191, 40.75555663575758, -73.88629814513494, 40.755460156900945, -73.88722783076135, 40.75536299398184, -73.88815672553065, 40.7552655067154, -73.88900971128669, 40.755176074017, -73.88908815783145, 40.75517005765127, -73.89001339615443, 40.75507049874125, -73.89094768197272, 40.754973429064556, -73.89188065367638, 40.754873006098656, -73.89280343279914, 40.75477760712575, -73.89373445640727, 40.75468044247535, -73.89466105933384, 40.75458312037685, -73.89558970812583, 40.75448432305448, -73.8956990816977, 40.75447308206643, -73.89604559316652, 40.75443746420359, -73.89644491072619, 40.754396418605985, -73.89652230713199, 40.754388461947414, -73.89690836043302, 40.75651105822378, -73.89695249736499, 40.75675536889821, -73.89719124435007, 40.75805974579126, -73.89755300469618, 40.7600435113696, -73.8980259420949, 40.75999361163948, -73.89820974546792, 40.75997718598376, -73.89845326004433, 40.759930623244564, -73.89802508822949, 40.76055133249793, -73.89790015435734, 40.76073084110904, -73.89788806949826, 40.76074648568058, -73.89786988105442, 40.760768893937424, -73.89780940929491, 40.760843234645975, -73.89771940581015, 40.76097611796188, -73.89705450771977, 40.761949785789284, -73.89695471096681, 40.76208999345008, -73.89628244007318, 40.763064740598594, -73.8962149686351, 40.76313371524226, -73.89610349334987, 40.7632471891414, -73.89600670268632, 40.76333617885325, -73.89588060674541, 40.763436277644765, -73.89560627834221, 40.763616020498446, -73.89532546665669, 40.76381978137276, -73.89513136922183, 40.76397774520674, -73.89509147512759, 40.76401252780405, -73.89506745077111, 40.76403790826431, -73.89498265425412, 40.76415748467046, -73.89484963400734, 40.76437074334329, -73.89467349033983, 40.7646932431882, -73.89456794039097, 40.76488649400432, -73.89445573329348, 40.76509192695071, -73.89437393670168, 40.76522421626336, -73.89428885092536, 40.76532954138982, -73.89418847807676, 40.76542741694676, -73.8940718104556, 40.76551694596599, -73.89394231634047, 40.765595629088956, -73.89360244882577, 40.765746455510836, -73.89308014758271, 40.76582329380917, -73.89321452389436, 40.76586213742995, -73.89347158887651, 40.765936471621764, -73.89368800604373, 40.76599900264653, -73.89391090986837, 40.76606343479895, -73.8944879521273, 40.766168289048814, -73.89455843242094, 40.766182118684995, -73.89500292254903, 40.766260058056716, -73.89504261249576, 40.76626701729899, -73.89593985615544, 40.76642433795618, -73.89597452464089, 40.766430417051296, -73.89663424183988, 40.7665460844783, -73.89801555270179, 40.766779033255276, -73.90067609398713, 40.76721394994939, -73.90175888195762, 40.76737854946071, -73.90202516666511, 40.76741647041517, -73.90168114579377, 40.76770313113318, -73.90162630951679, 40.76774882543659, -73.90106286619651, 40.76820962624085, -73.90033220354314, 40.768807173463905, -73.89828807994469, 40.770480275860166, -73.89809645236008, 40.77063851867641, -73.89800953243825, 40.77071029477272, -73.89593300841912, 40.77240912936158, -73.893800907915, 40.77415396364712, -73.89370304555356, 40.77422570476752, -73.8936131461057, 40.77416356900941, -73.89349976451827, 40.77408520061611, -73.89332875798327, 40.773986910970244, -73.89317390148568, 40.77391173395649, -73.8931257424618, 40.77389004929929, -73.89301289297595, 40.773841664980736, -73.89288991698697, 40.77380735411237, -73.89279471117729, 40.773887112316345, -73.89273697358331, 40.77396949247226, -73.89268936710249, 40.77407249095599, -73.89264514824117, 40.77417549257484, -73.89261515736735, 40.77426781035555, -73.89260081943733, 40.77434804805656, -73.89257689249119, 40.774476830158164, -73.89251493031452, 40.774939190761536, -73.89242060030267, 40.77551308263446, -73.89238683023967, 40.77568866994655, -73.89234935160938, 40.77581486207865, -73.89224175843485, 40.77605590726528, -73.89204543294973, 40.776397712993905, -73.8920216791222, 40.776439070657894, -73.89199811414859, 40.776480098009166, -73.89197470683027, 40.7765144698845, -73.8919189663763, 40.77659631747478, -73.89187464103226, 40.77666026654312, -73.89182407933308, 40.77661887338814, -73.89180507015881, 40.776608081021436, -73.89178470071367, 40.776598251812935, -73.89176332135257, 40.7765895580872, -73.89174013049158, 40.77658322557573, -73.89168012359731, 40.77657284761651, -73.891658167995, 40.776565224928206, -73.8916114739573, 40.77653632079147, -73.89157010608486, 40.77650725325354, -73.89153058427353, 40.77647645216875, -73.89148591085237, 40.776438335934465, -73.89145613822421, 40.776408958694724, -73.89144415850758, 40.776394490731946, -73.89143414726591, 40.77638020292217, -73.89142612458699, 40.7763661250014, -73.89142009282118, 40.77635226777835, -73.89141605905252, 40.77633864476753, -73.89140449042443, 40.776173803963864, -73.89139892184691, 40.7760684281359, -73.89140127780297, 40.776044551712936, -73.89141003558379, 40.776018965864395, -73.89142396608993, 40.77599282297519, -73.89145711099215, 40.775941528219874, -73.89146978226941, 40.77591974617627, -73.89148015900268, 40.775896529269744, -73.89148574591484, 40.77587514307712, -73.89149679387357, 40.775764211482674, -73.89150924308525, 40.77568021075435, -73.89152124459197, 40.775626695239524, -73.89152986749512, 40.77560531100155, -73.89154379075747, 40.77558353372939, -73.89156307022377, 40.77556125541324, -73.89158807616658, 40.77553804865972, -73.89160689764817, 40.7755242157254, -73.89165144880175, 40.77549663288612, -73.89166784785571, 40.7754842438722, -73.89168459968378, 40.77546834772731, -73.89170116988977, 40.775449769710434, -73.89171776464609, 40.77542847219436, -73.8917409601226, 40.77539601373622, -73.89175540137032, 40.77537323286338, -73.89177471725081, 40.775338671680515, -73.89178535300839, 40.77531703357014, -73.89179937066362, 40.775277170646696, -73.89180765309526, 40.77523778680713, -73.89180882736845, 40.7752193257909, -73.89180749751849, 40.775198662493786, -73.89179552024618, 40.77513247596008, -73.89179266948666, 40.77510959509562, -73.89179251201703, 40.77508840790552, -73.89179536110674, 40.77506930460188, -73.89181596831742, 40.774985719420556, -73.89183920538225, 40.7748837736388, -73.89180269687019, 40.7749206789116, -73.89176673520409, 40.77497749301426, -73.89174728361864, 40.77500888249729, -73.89173491626889, 40.77503113582294, -73.8917254751008, 40.775051717861174, -73.89171896085138, 40.77507090596833, -73.89171593938944, 40.77509401454692, -73.8917187412541, 40.775142577722114, -73.89171750994197, 40.775163320559486, -73.89171195766691, 40.77519408373906, -73.89170611986454, 40.77521686188704, -73.8916986602014, 40.77523685055202, -73.89168934353351, 40.775254419619614, -73.891675155328, 40.77527311153697, -73.89163424242682, 40.77531505453193, -73.89161819319258, 40.77533524042787, -73.89155785246857, 40.775428724336535, -73.8915081496949, 40.775509372549706, -73.89145170561035, 40.77560519237275, -73.89143553008047, 40.77563955564686, -73.89142281337185, 40.775679055946696, -73.89141378811318, 40.77571978440807, -73.89139877113118, 40.775806387861465, -73.89137072348638, 40.77595350455115, -73.8913631208377, 40.77600366441761, -73.8913580087524, 40.776049093586586, -73.89135386392935, 40.776103556614565, -73.89135089184556, 40.77616236297409, -73.89134887651335, 40.77623156474335, -73.89135022951595, 40.776280798328564, -73.8913530529442, 40.77630003934043, -73.89135913220203, 40.776321079025145, -73.89136766143022, 40.77634268113216, -73.89138612968549, 40.77638362190744, -73.89139898750258, 40.77640732086119, -73.8914364284316, 40.776463234163295, -73.89144445423015, 40.77647904015159, -73.8914496434919, 40.77649379978408, -73.89145185430199, 40.7765124548887, -73.89144898569504, 40.77653253250584, -73.89144110254942, 40.77655347078223, -73.89142860703392, 40.77657417418361, -73.89141594099453, 40.77658975356001, -73.89138413459249, 40.77662417323145, -73.89137123057235, 40.77664111934223, -73.89134562183807, 40.77668352960639, -73.89132046451351, 40.776731674694055, -73.89131322892227, 40.77675137447964, -73.89130165845609, 40.77680039956169, -73.89129012709847, 40.77682400707876, -73.89127841502727, 40.77683930548206, -73.89126413798857, 40.77685553708649, -73.89122053863272, 40.77689879032412, -73.89114066129163, 40.77697103879663, -73.8911273474725, 40.7769856909109, -73.89111530414739, 40.77700285932922, -73.89110422749977, 40.77702288775702, -73.89109240549512, 40.77704886060052, -73.89109067080024, 40.77706290320688, -73.89109698820721, 40.777080284384105, -73.89111300572046, 40.777106655444435, -73.89112043844347, 40.77712438887038, -73.89111918791795, 40.77714080746152, -73.8911119361026, 40.77715587683129, -73.89110297407301, 40.77717074107069, -73.89109239091077, 40.7771852543821, -73.89108029585472, 40.777199259280145, -73.89106681708142, 40.77721260820316, -73.8910521159521, 40.77722514371512, -73.89103635973386, 40.77723671919177, -73.89101972395066, 40.77724720962873, -73.8909890080776, 40.77726496190823, -73.89096839436975, 40.77727548549515, -73.8909486080106, 40.77728352717446, -73.89092964338799, 40.77728889873617, -73.89081445861096, 40.777312668292076, -73.89071835482935, 40.77733519422533, -73.89068255743352, 40.77734542690602, -73.89064883650025, 40.77735933739944, -73.8906184023352, 40.77737280795546, -73.89058953911369, 40.77738760733646, -73.89056250054924, 40.77740360701265, -73.89053748940513, 40.77742068651052, -73.89051657687118, 40.77743925032409, -73.89049834475374, 40.77746232369856, -73.8904823897321, 40.777490245741554, -73.89046643915806, 40.777526978307904, -73.89045915481105, 40.77755018635117, -73.89045537715374, 40.77757393802936, -73.89045308557095, 40.77759156860017, -73.89045053164561, 40.777606650498015, -73.89044931970682, 40.77762183002538, -73.89044945224326, 40.7776370351445, -73.8904509293625, 40.77765220101923, -73.8904537488133, 40.777667256507584, -73.89045789057097, 40.77768213315231, -73.89046334289857, 40.77769676520526, -73.89046597027692, 40.77771048506475, -73.89046181974075, 40.77772398686317, -73.89039512429223, 40.77777374737393, -73.89035193320517, 40.77780000007064, -73.89031065590207, 40.77782080112683, -73.89027055534578, 40.77783628852022, -73.89023372130869, 40.77784638589891, -73.8902015314679, 40.777851108086374, -73.89017368961241, 40.77785049712782, -73.89015027039208, 40.777844544993, -73.89012862734162, 40.77783329508692, -73.89010990062779, 40.77781855130488, -73.89009576188641, 40.777801649787975, -73.89008729407858, 40.77778388109116, -73.89008184006754, 40.777763138205664, -73.8900773380411, 40.777739789271806, -73.89006691541056, 40.77765974442405, -73.89005541834713, 40.77756249804122, -73.89003618292223, 40.77734368266548, -73.89002369146546, 40.77724681263658, -73.89001712656085, 40.77721232881035, -73.89000814711761, 40.77717662429818, -73.88999666845095, 40.777139335215466, -73.88998247611525, 40.777099768869746, -73.88995112383215, 40.77702438573454, -73.88987571985332, 40.77685911460284, -73.88983572020675, 40.776770216522515, -73.88973394411401, 40.77655225414887, -73.88968379598109, 40.77643654282278, -73.88965159237611, 40.7763541699777, -73.88961973072114, 40.77626564971473, -73.8895875046201, 40.77616907949433, -73.88955270869795, 40.77605786281689, -73.88951643615756, 40.775936396984285, -73.8894932853834, 40.77584906829346, -73.88947627425665, 40.775769595172804, -73.8894653529186, 40.775696598006505, -73.88946114867252, 40.775636795152785, -73.88946132663847, 40.77560950827303, -73.88946302091266, 40.77558360602073, -73.88946626031598, 40.77555885159123, -73.88947104841107, 40.7755352386842, -73.88947740189987, 40.775512695275324, -73.88948533625948, 40.77549117365245, -73.88954636292617, 40.77535872130316, -73.88955918678695, 40.77532738527333, -73.8895690586843, 40.77529892982451, -73.88958041998687, 40.77526807325912, -73.88958199142047, 40.775251211939555, -73.88957392101932, 40.77519693987472, -73.88956126703799, 40.77509943475251, -73.88956382579008, 40.77508364867958, -73.88957711519419, 40.775057981761314, -73.88958222971685, 40.77504177399992, -73.88957644059465, 40.775011190059615, -73.88957028835581, 40.774991712579414, -73.88955802597384, 40.774970950527866, -73.88955789311414, 40.77495463778194, -73.8895731099333, 40.774925292353686, -73.88959374613495, 40.77489017898886, -73.88960926403028, 40.77485855016747, -73.8896269438396, 40.774813978678466, -73.88963943474613, 40.77477832620549, -73.88965243277855, 40.774740436465706, -73.88968440804413, 40.77462767632887, -73.88980516494512, 40.774176118257245, -73.88981772671752, 40.77414117632675, -73.88983245771703, 40.77411389435041, -73.88984246740452, 40.77410006498262, -73.88987159671449, 40.774066858845075, -73.88988339733234, 40.77405092220618, -73.88988473713263, 40.77402650993631, -73.88989059030926, 40.774013373581695, -73.88993486783285, 40.7740063955592, -73.89001031166545, 40.77398143810431, -73.89006760494574, 40.77396216977546, -73.8901917111317, 40.77364656077219, -73.89008920989967, 40.77362612427147, -73.88997672669572, 40.77372329111539, -73.88992535782714, 40.77374087931668, -73.88988248413733, 40.7737514435818, -73.88985169807731, 40.77375298103263, -73.88981671010148, 40.773746164988545, -73.88978404900479, 40.77373406160177, -73.88975034650757, 40.77371707828105, -73.88971665617787, 40.77369633445935, -73.88968690606896, 40.773676025741146, -73.88968690606896, 40.773676025741146 --73.9496232806159, 40.76752090694545, -73.95042972215498, 40.7666272121809, -73.95045516529957, 40.76663855956884, -73.95110872717939, 40.76590445436404, -73.95182514127946, 40.76509991533388, -73.95216807571265, 40.764715289007796, -73.95232471552399, 40.764539606134534, -73.9527068798735, 40.76470161216194, -73.95470085029905, 40.765545060134436, -73.9551592019079, 40.764917695250695, -73.9668470852754, 40.76984636410302, -73.96844508774235, 40.77051238116633, -73.96844155274799, 40.77051601372905, -73.96842089642463, 40.770559228626574, -73.96839032967576, 40.77060478661286, -73.96805002728115, 40.77106943348694, -73.96799327715844, 40.77114692044837, -73.96793286788662, 40.771229640987904, -73.96758619229755, 40.77170437481442, -73.96753397943313, 40.771775875373415, -73.96748337397493, 40.77184704677749, -73.9671249568273, 40.77235114036478, -73.96703946434187, 40.772460909777244, -73.96695260570274, 40.77257811418635, -73.96659048556107, 40.773066751464235, -73.96653616121516, 40.77314005285128, -73.96647666811265, 40.77322157790225, -73.96612847568527, 40.773698696700045, -73.9660744863761, 40.7737726751394, -73.96601538704263, 40.773853315766914, -73.96566409404195, 40.774332639335846, -73.9656096747581, 40.77440689207585, -73.96554817821506, 40.77449164523759, -73.96520384257119, 40.77496619677469, -73.96514744579461, 40.775043920130436, -73.96508609277959, 40.77512831197961, -73.96474902123293, 40.775591953824616, -73.96468735781264, 40.77567676949658, -73.95022258922349, 40.769576587764966, -73.9500811863897, 40.76950133904575, -73.95051825260323, 40.768873309263626, -73.94908345717363, 40.76828406540917, -73.94917366077605, 40.76816020673099, -73.94949038879113, 40.767718059094854, -73.94965320043892, 40.767534642801266, -73.9496232806159, 40.76752090694545, -73.9496232806159, 40.76752090694545 --73.80388708839969, 40.77490055107709, -73.80322743477124, 40.774848402975195, -73.80108659667346, 40.774679135146265, -73.79871521826232, 40.77449097818275, -73.7983159911892, 40.774459033473136, -73.79828845986943, 40.77444305714679, -73.79811503014993, 40.77443200048576, -73.79785399685537, 40.774415357163896, -73.79759816052066, 40.77439980208492, -73.79754146579772, 40.77439635440576, -73.79560662353339, 40.774244987358216, -73.79548507400771, 40.774235476670114, -73.7953672187081, 40.77422609128113, -73.79296490300334, 40.77403473976443, -73.79275808511647, 40.77402267221167, -73.79274474297974, 40.77395363258675, -73.79273797923872, 40.77391863488869, -73.79271258086716, 40.77378722078182, -73.79226614141035, 40.77399085761279, -73.79192681484997, 40.774138325358265, -73.79176165277649, 40.77419882280899, -73.79163525613264, 40.77423834261879, -73.79157966454346, 40.77413084961643, -73.79124347906819, 40.77348078755843, -73.79119007514934, 40.773377521687486, -73.79115389808989, 40.77330705550754, -73.79080614982895, 40.77262971912034, -73.79075024432922, 40.77252082212933, -73.79070105645727, 40.77242508199146, -73.79003143720523, 40.771121736102074, -73.78997510311153, 40.77101207969886, -73.78992447487111, 40.77091292816377, -73.78970165430334, 40.7704766057305, -73.78964923990557, 40.77037395414064, -73.78962836942266, 40.77033311861785, -73.78952983319061, 40.7701409120866, -73.7895103315479, 40.77010287331101, -73.78948983689683, 40.77006272823523, -73.78935580876175, 40.76980021813128, -73.789308642076, 40.769707834531985, -73.7892628201524, 40.769618359304324, -73.78849941173914, 40.768127548601, -73.78844513552846, 40.76802155302531, -73.7883879068339, 40.767909928337886, -73.7878094741999, 40.76678168722291, -73.78776261659809, 40.76669028956512, -73.78771827201359, 40.76660385290444, -73.78686120461363, 40.76493318524997, -73.78679003758732, 40.76481675943469, -73.78672410670613, 40.76470890348294, -73.78639573916749, 40.764090282759625, -73.78635673705408, 40.764016804728186, -73.78631855316873, 40.76394488067391, -73.78606363273411, 40.76346468236528, -73.78604542561156, 40.76343007089031, -73.78602115757438, 40.76338275370947, -73.7859569617883, 40.76309624174002, -73.78574564209526, 40.762927269531055, -73.78567608976957, 40.76287343932815, -73.78558528997313, 40.76278079551042, -73.78550416709619, 40.76268316641968, -73.78544506446195, 40.76259628711108, -73.78536334539339, 40.76247210985998, -73.78532814358147, 40.762411469864006, -73.78531792398114, 40.76239200347042, -73.78526283763998, 40.76226406302258, -73.78527050085852, 40.762128315058256, -73.78528131139798, 40.762016624600925, -73.78528636167653, 40.76194047452561, -73.7852857660068, 40.76190592726104, -73.78528082597252, 40.76187991681141, -73.78526639491484, 40.761803914127846, -73.78525456617469, 40.761754253424684, -73.7851982977055, 40.7615505537635, -73.78516836950774, 40.761432504502835, -73.78488207358693, 40.760723086467706, -73.78457489196487, 40.76011540122404, -73.78447111316295, 40.759863847585194, -73.78427779721102, 40.75944277858129, -73.78409866081087, 40.75903808090995, -73.78345259894532, 40.75786962851172, -73.78339161527143, 40.75775807603122, -73.78329970136548, 40.75758547394835, -73.78316156721063, 40.757325874989064, -73.78290058742827, 40.75682834005296, -73.78288549745064, 40.75680016083757, -73.7828157478734, 40.75666603198631, -73.78278019031715, 40.756596658254466, -73.78248129548352, 40.75599714662139, -73.78227300703847, 40.755590046796506, -73.78212461798886, 40.7553389963546, -73.78193063760145, 40.75505129247903, -73.78165170771992, 40.754707444479955, -73.78113321140395, 40.75408901533979, -73.78073151261843, 40.75360252263221, -73.78068712376806, 40.75354717483273, -73.78064340201236, 40.75348920870717, -73.78053165770572, 40.753328561290665, -73.78033187402822, 40.753001895668774, -73.78010325371048, 40.75252266992434, -73.78007236761943, 40.752465226955636, -73.77980638756479, 40.75189469601701, -73.77985240711186, 40.75188208680843, -73.78000816443564, 40.751839413019894, -73.78073797416333, 40.751639455329794, -73.78088350987095, 40.75159935976839, -73.78121247153098, 40.75150702647189, -73.78163838145332, 40.75139175190396, -73.7825222505337, 40.7511498112961, -73.7834024624792, 40.750908246052525, -73.78428571055265, 40.75066688328723, -73.78516767017929, 40.750423568952556, -73.78574854261481, 40.75027273507369, -73.78646872459815, 40.75007079789754, -73.7869499878423, 40.749932805423256, -73.78707410009545, 40.7498998151566, -73.78731874819277, 40.74983347642033, -73.78764001887906, 40.74974383191274, -73.7878435243563, 40.74969045466671, -73.78873095255537, 40.74944553193588, -73.78961212811404, 40.74920135818399, -73.78976894978807, 40.749158878463646, -73.79053278022674, 40.748949415066306, -73.79102459300324, 40.748815794028246, -73.79144818686956, 40.74869863566285, -73.79229828029827, 40.748470108871004, -73.79230276575258, 40.74840321546645, -73.79230780260818, 40.74832808520169, -73.7948155991135, 40.74842147991325, -73.79481030818452, 40.748646907419605, -73.79502263239247, 40.74879732010478, -73.79631737736601, 40.74975950317059, -73.79636270108651, 40.74979288861305, -73.7963795304519, 40.74980538680466, -73.79644616817447, 40.749858908337956, -73.796523061929, 40.749820815816, -73.79797926975678, 40.748982741823546, -73.79800874443468, 40.74887993203211, -73.79801493438622, 40.74883946863165, -73.7980221154748, 40.74874704132345, -73.79802487306776, 40.74871154811297, -73.79840141794382, 40.74873975613677, -73.80281094488514, 40.74908514593277, -73.80287800695156, 40.7497830880321, -73.80750598260775, 40.7501362772088, -73.80763493872044, 40.75014714205445, -73.80781167040686, 40.750162033407356, -73.80820258033233, 40.75019223155836, -73.80882518227683, 40.750244265063394, -73.80913470641967, 40.75026836538004, -73.8090265864103, 40.75106468911735, -73.80896843486335, 40.75149298863239, -73.808908787428, 40.75193228351377, -73.80861936081168, 40.754059850449245, -73.80826214566466, 40.75664189010783, -73.80825717557704, 40.756691631259216, -73.80793956703324, 40.759042602676054, -73.80787623076303, 40.75951901471109, -73.80778292480656, 40.76012443731603, -73.80768023011068, 40.76095965073487, -73.80766932650786, 40.76103871322932, -73.80753470979882, 40.76201471324332, -73.80752762235561, 40.762066103217876, -73.80752212234553, 40.76211037013542, -73.80751858288059, 40.762138892269526, -73.8075090365928, 40.76221574535944, -73.80749975454455, 40.76229049530601, -73.80749326621297, 40.762342739957745, -73.8074855370634, 40.76239772547809, -73.80733473692737, 40.76349731144019, -73.80702872239989, 40.765727314500054, -73.8066864631486, 40.76825305427479, -73.80649701240844, 40.76963444963615, -73.80556455743346, 40.76956006857745, -73.80545306443764, 40.77036092509112, -73.80535560792755, 40.771094281621366, -73.80629119915078, 40.77119397829427, -73.80615269986923, 40.7722084005248, -73.8052199393283, 40.77213436834947, -73.8042786421515, 40.77206061218584, -73.8041787111295, 40.77277021523324, -73.80408053775503, 40.77347996339027, -73.80398518470727, 40.77418942262446, -73.80388708839969, 40.77490055107709, -73.80388708839969, 40.77490055107709 --73.75195271090962, 40.76336097371065, -73.75179473314856, 40.76339594958466, -73.7479727439404, 40.76424018444904, -73.74749231187835, 40.76435388778606, -73.74707766578676, 40.76447269085738, -73.74667445010213, 40.76459233343164, -73.74593052559625, 40.76484745526652, -73.74502981707874, 40.76516717365597, -73.74459299430008, 40.76529872032935, -73.74428213006522, 40.76535812975523, -73.74399034784864, 40.765396335966805, -73.74367835348686, 40.76542015318562, -73.74344226454512, 40.765436380740105, -73.74323571843793, 40.76544993160896, -73.74317135694237, 40.76545414480904, -73.74303376558291, 40.76546524834275, -73.74285908558035, 40.765475628678566, -73.7423715532639, 40.76551030949089, -73.74224396666659, 40.76552066992228, -73.74213128249232, 40.76553273220939, -73.74200750291863, 40.76554633012107, -73.74167737025503, 40.765602912208806, -73.74138362200226, 40.76567154998272, -73.74125871665883, 40.76570623175549, -73.74114290604356, 40.76574336970094, -73.74094810331987, 40.76581314895245, -73.74075856121071, 40.765890851573666, -73.74056502118164, 40.76598075396562, -73.74039027717687, 40.76607273533612, -73.74026815641575, 40.7661438217363, -73.74019783143693, 40.76618759895165, -73.74017778263583, 40.76620047782816, -73.74015650339008, 40.76621453179027, -73.74005386124831, 40.76628579516742, -73.7399319989315, 40.766371185459526, -73.73990405818516, 40.76639229692591, -73.73985681309416, 40.76642911468021, -73.73951880202587, 40.7667041999204, -73.73942730088606, 40.76678829854825, -73.73936051426438, 40.76685371885251, -73.73927915543335, 40.76692495674144, -73.73911483692295, 40.767058408335174, -73.73896501780465, 40.76718600772708, -73.73894558286958, 40.76720259066687, -73.73884508299288, 40.76728802280305, -73.73874667282642, 40.76737238258239, -73.73863528678017, 40.76746738295756, -73.7385631865272, 40.76752889064353, -73.73853668882205, 40.76755147197821, -73.73840099142852, 40.76766678913685, -73.73829518998078, 40.767758215139196, -73.73827307451104, 40.76777747088645, -73.73817483152214, 40.767865334429494, -73.73804917874149, 40.76796721591058, -73.73785630922474, 40.76812954670072, -73.73763952433151, 40.76831640476693, -73.73753933470373, 40.7684013033636, -73.7372382449575, 40.76865643688761, -73.73717312278161, 40.76871115537748, -73.73707427546235, 40.76879446813409, -73.73699407849983, 40.768863903334584, -73.73698062685003, 40.76887557472318, -73.73694986558469, 40.76890526807194, -73.7368573554065, 40.769016228083295, -73.7367010510881, 40.76920071997579, -73.73656419258796, 40.7693623778228, -73.73654809010449, 40.769381795568464, -73.73650028561704, 40.769436850438936, -73.73642840257958, 40.76952413880592, -73.7364172167211, 40.769537266929376, -73.7363990524889, 40.7695592571896, -73.73637446031935, 40.76958899421351, -73.7362934066602, 40.76968799962647, -73.73623232301952, 40.76976601304535, -73.73591061437276, 40.77015893653853, -73.73585818327278, 40.77022239667623, -73.73564188666037, 40.770488109503496, -73.73554690656465, 40.77060758247957, -73.73549287075234, 40.77067408248004, -73.73540282692296, 40.77077718733929, -73.73495371156767, 40.77130687628324, -73.73491838970686, 40.77135667052189, -73.73483441416093, 40.771446197535184, -73.73477627856997, 40.77150616448483, -73.73440164526045, 40.77194591341038, -73.7340150129427, 40.7723879657155, -73.73398999168903, 40.772416357675475, -73.73389260399993, 40.772526859159576, -73.73340769546486, 40.77307706022489, -73.73336058839628, 40.77304714714159, -73.73248484561944, 40.772494802036924, -73.73239235461767, 40.772436362268266, -73.7322874123602, 40.7723702283782, -73.7320711964183, 40.772233760027866, -73.73138073509678, 40.7717979467192, -73.731124086226, 40.77163603572169, -73.73039028406394, 40.771172960461364, -73.7303558525366, 40.77115123259046, -73.7295843420569, 40.7706643490199, -73.72881643727413, 40.77017989737697, -73.72804998151283, 40.769699232410844, -73.72720258727863, 40.76916779545854, -73.72650524415204, 40.76873048016831, -73.72635985361217, 40.76863969514792, -73.72506220390952, 40.76783000108734, -73.72467734645865, 40.76759023579856, -73.72414199637, 40.76725599687519, -73.72395415979194, 40.76713907435599, -73.72330994170281, 40.766737167589866, -73.7219505679554, 40.765889155995374, -73.7211704610463, 40.7654023540538, -73.72080235180793, 40.76517268118357, -73.7205273834141, 40.765001123193464, -73.71758770656959, 40.76316699977812, -73.71476221555517, 40.76140371557763, -73.71354950583365, 40.76064879661075, -73.71332823676454, 40.76051100497879, -73.7131396600143, 40.76039353687884, -73.71303014928797, 40.76032538103502, -73.71294127258886, 40.76026989894437, -73.71277386890392, 40.76016586006343, -73.71239340129354, 40.75992907369999, -73.71245938805515, 40.759931674298905, -73.71291140960686, 40.75994948358831, -73.71325444323591, 40.75996299910052, -73.7137452004385, 40.75995859770809, -73.71446302948328, 40.759927108024364, -73.71513284379355, 40.75987306886262, -73.71557639694865, 40.7598251095657, -73.71588575781318, 40.75978499971797, -73.71618834963425, 40.75973888847892, -73.71638130829004, 40.759709482990566, -73.7164778402886, 40.75969477215036, -73.71675520318757, 40.759642096552405, -73.71702993267627, 40.75958196750652, -73.71727419578747, 40.759521622560065, -73.71754277627868, 40.75944679439539, -73.71769739486021, 40.75940005874431, -73.71790847572363, 40.75932934281531, -73.71810784733498, 40.75925859604724, -73.7183541337537, 40.75917015606933, -73.7185594346414, 40.759081615442454, -73.71888793252411, 40.75893549940135, -73.7192341475309, 40.758753805954484, -73.71951587659834, 40.75858976475219, -73.7198329047326, 40.75838573964449, -73.7201793725894, 40.75814171520562, -73.72042608191994, 40.757950872189646, -73.72057309499723, 40.75782665959878, -73.72079641637626, 40.757626855715586, -73.72100217545567, 40.757427008863765, -73.72137285526878, 40.75699160012492, -73.72170119256168, 40.75646529130216, -73.72178986544533, 40.75631605060188, -73.72187263779837, 40.756173416132256, -73.72194965385312, 40.756003984746826, -73.72203850283167, 40.75581226362638, -73.72214505224197, 40.755598267795655, -73.72225160215564, 40.755384270962026, -73.72241712717666, 40.75510346234763, -73.7225647271224, 40.75489849177981, -73.72283029464418, 40.754555433479936, -73.72294405666096, 40.75442012998579, -73.72304547362018, 40.75429950382509, -73.72306625107909, 40.75427479245732, -73.72315411130822, 40.75419143002622, -73.72331964845614, 40.7540343663873, -73.72357308677627, 40.753811883415565, -73.72385577333226, 40.75358491792529, -73.72421487248113, 40.75333135084019, -73.72448557392545, 40.75316238216782, -73.72496800627793, 40.752891255046926, -73.72567983819114, 40.7525001535822, -73.72615629581281, 40.75225132549442, -73.72641523245784, 40.75208678724127, -73.72653302492715, 40.75198886632686, -73.72659781268489, 40.751939920708665, -73.7269038351426, 40.75167671525039, -73.72720833176353, 40.75139544292867, -73.7274314643028, 40.7511653721084, -73.72763949957425, 40.750920935336104, -73.72786453236895, 40.750606113939995, -73.72809385407174, 40.75024695479021, -73.72827633274312, 40.74991353202358, -73.72841024917584, 40.74961940349635, -73.72860639998524, 40.74897374423035, -73.72865135889482, 40.748825749507354, -73.7287412556554, 40.74852984099703, -73.72874540202787, 40.748515081489586, -73.72879710718286, 40.74833102813829, -73.72884205050225, 40.74817123480379, -73.72885266432999, 40.748133476169905, -73.729129297626, 40.747605290534835, -73.72948122566787, 40.747058414475454, -73.72992878808228, 40.746362914380754, -73.73005083147463, 40.746205647130104, -73.73045153214198, 40.74572034939948, -73.73107280616236, 40.7450561423072, -73.7312216937956, 40.74490520583181, -73.73124540435578, 40.74488129226381, -73.73161675683431, 40.744526494220715, -73.73206593110281, 40.74413141247988, -73.73236172644616, 40.74389212936519, -73.73252372035006, 40.743760904118275, -73.73261389691727, 40.743688132496565, -73.73295904824481, 40.74345022583361, -73.7334887859067, 40.743077038408956, -73.73377342323778, 40.742864081091774, -73.73395763543954, 40.7427704465833, -73.73428662116669, 40.742549626310314, -73.7345371210861, 40.74240288576334, -73.73464489909408, 40.74246274886892, -73.73473290724114, 40.7425258829218, -73.73479417662494, 40.742588411429274, -73.73484080693163, 40.74264867743583, -73.73488159027298, 40.74270670209935, -73.73490851684846, 40.7427726391625, -73.73493522260883, 40.742864927364046, -73.73494222759071, 40.74291746849129, -73.73494365139605, 40.74295956345303, -73.73493674498927, 40.74304443422664, -73.73492824820784, 40.74314990412909, -73.7349207215251, 40.7432412778626, -73.73489158711857, 40.74359921613009, -73.73489301977055, 40.74378160890574, -73.73491181127042, 40.74397556366828, -73.73495326122584, 40.744177848963815, -73.73502952677111, 40.744415385590806, -73.73521194545685, 40.74478139268281, -73.73529020227163, 40.74503042510834, -73.73541453179858, 40.74536549815269, -73.7355053792964, 40.745545782830696, -73.73564547485374, 40.74577619033338, -73.7357142754331, 40.74588248510555, -73.73577480716374, 40.74596632374376, -73.73578533178045, 40.74598043187308, -73.73580550640384, 40.74600676045337, -73.73584538585364, 40.746054584385746, -73.73589779686215, 40.74612371250197, -73.73605899114982, 40.74636577003177, -73.73687037028452, 40.74714220329079, -73.73715870824944, 40.74740616187295, -73.73740235975194, 40.747618056600324, -73.73767125283395, 40.747840684743956, -73.7380575256177, 40.74814419833136, -73.73846068054729, 40.74844179836596, -73.73874984304096, 40.74864347187746, -73.7390600188681, 40.74885000368545, -73.73947906957045, 40.74911307724091, -73.74037892881333, 40.74964700247191, -73.74069421386666, 40.74984543135099, -73.74100981105174, 40.75005938845171, -73.74161404896473, 40.75046841260047, -73.74203749303855, 40.750886169860905, -73.74237459052742, 40.75119435382796, -73.74272382101825, 40.75154832778886, -73.74279204715364, 40.751625387281116, -73.74286399206468, 40.75170663339805, -73.7430211508969, 40.75188412516806, -73.7438363304352, 40.75286341157355, -73.74392118601955, 40.75295895429245, -73.74418963125093, 40.75324934549622, -73.74424363800853, 40.75331770602112, -73.74433677190311, 40.75343057999801, -73.7444058445992, 40.75351452297689, -73.74453744171977, 40.75367415102172, -73.74459720194417, 40.75374620811816, -73.74463710329356, 40.753794569283016, -73.74470840487663, 40.75387987678454, -73.74471939149436, 40.753892905387694, -73.74473728060248, 40.75391430241, -73.74477168926161, 40.75395541936469, -73.74494364130446, 40.754193043895754, -73.74497261462936, 40.75422833506556, -73.74563460267733, 40.7550227925388, -73.74619933070979, 40.755694114158025, -73.74655779357282, 40.75610531484668, -73.74693924501561, 40.75652349880735, -73.7473805711984, 40.75699261679199, -73.7478022402557, 40.75742643689129, -73.74810921626269, 40.75772696262575, -73.74843168049394, 40.75801709525795, -73.74865504458738, 40.75820040227971, -73.74908189210225, 40.758515931776294, -73.749383408737, 40.758718262411385, -73.74983294110423, 40.758986676105195, -73.75021799105502, 40.759190648327554, -73.75057805170252, 40.759363275184604, -73.75097199747826, 40.759532139797265, -73.75115215184884, 40.7596007525069, -73.7518275625838, 40.75983652265877, -73.7532137351142, 40.7602611220353, -73.75363620547328, 40.76037760109992, -73.75405866183712, 40.76049185432511, -73.75457811289239, 40.76070980986745, -73.7548967939241, 40.76084365366177, -73.75528717780253, 40.761026758107434, -73.75571644624966, 40.76124882941655, -73.75590314681821, 40.761359643642045, -73.75612403896591, 40.761484412177786, -73.75628823895117, 40.761594234406566, -73.75648733115551, 40.76174765080372, -73.75680385287609, 40.76200691105821, -73.75696061084831, 40.76214717448183, -73.75706953898836, 40.76224463836158, -73.75702270256738, 40.76225465769544, -73.75690417609317, 40.7622800180958, -73.7568112379875, 40.76229990147283, -73.75669885690365, 40.76232394548481, -73.75665732365795, 40.76233724381274, -73.75634128970708, 40.76239663971066, -73.75630467463779, 40.76240417425713, -73.75620933050952, 40.76242381432542, -73.75566518154356, 40.76254329448028, -73.7554100018686, 40.76261775179453, -73.75523800606564, 40.762650554012616, -73.75491058503825, 40.76272166621893, -73.75431427261996, 40.762840941664884, -73.7536265410312, 40.76299036477357, -73.75195271090962, 40.76336097371065, -73.75195271090962, 40.76336097371065 --73.96025188017803, 40.751601405001004, -73.96020097625231, 40.75162783528101, -73.96018205576857, 40.75164235840398, -73.9601435434879, 40.75168308577006, -73.9600975431279, 40.751734937179464, -73.96002978343536, 40.75181566474612, -73.96001675449381, 40.7518371652039, -73.95997985989634, 40.75188517096376, -73.95995984899112, 40.75191890956446, -73.95994304502771, 40.75195212968495, -73.95987582296155, 40.75209897788402, -73.95983570778004, 40.75218734494422, -73.9597545669546, 40.752373108072504, -73.95960237741141, 40.75270991778482, -73.95947114244976, 40.75296683638845, -73.95943466001886, 40.75303637320184, -73.95940539129856, 40.75310415926086, -73.95938566991703, 40.75315721910751, -73.95935140580755, 40.75320446105549, -73.95930177704639, 40.753278986488375, -73.95927154056716, 40.75331200004473, -73.959243446723, 40.75334611296795, -73.95917684890496, 40.7534202055007, -73.95914550421456, 40.75345273866105, -73.95900667219692, 40.753593782357825, -73.9589358965918, 40.75355568737406, -73.9587628699389, 40.75368312004522, -73.958441404239, 40.75392627879794, -73.95846132628778, 40.75393279033529, -73.95820885565477, 40.75422882215863, -73.95816555276686, 40.75427750848031, -73.95799169533288, 40.754472045348706, -73.95763548494085, 40.7548863320128, -73.95729445667173, 40.755274160930185, -73.9568723379402, 40.755711955443516, -73.95650273502983, 40.75612030369326, -73.95626481755771, 40.756388196774, -73.95605973644732, 40.75662952167092, -73.95597962509642, 40.75672069605439, -73.95590964995174, 40.75679302128419, -73.95588607719772, 40.75681738443267, -73.95559356102724, 40.75713958805972, -73.9555657532973, 40.757176262115834, -73.95554167067533, 40.75720120402071, -73.95548319280259, 40.75728515264118, -73.95543927579662, 40.7573430741617, -73.95539721249632, 40.75739855241182, -73.95507863596552, 40.75781871236088, -73.95494394365832, 40.758005962109074, -73.95479359148645, 40.75818238958499, -73.95470610317003, 40.75828258142764, -73.95450212337461, 40.75851236215012, -73.9544071727775, 40.75862205564377, -73.95436097706667, 40.75867933017867, -73.95426830092835, 40.758802876023395, -73.9542266021953, 40.75885586318311, -73.9541519743918, 40.75894579484944, -73.9540961177884, 40.75900880254712, -73.95405866804775, 40.759047892044265, -73.95401681960234, 40.759089123875526, -73.95391172234332, 40.75918598610992, -73.95365526931974, 40.75946982321887, -73.95361425549805, 40.759505629695575, -73.95355213228979, 40.7595664040508, -73.95348673705332, 40.759625138308024, -73.95345523487636, 40.75965117718945, -73.95342033091875, 40.75967794859816, -73.95338136872009, 40.75970597455829, -73.95333617403004, 40.75973681475984, -73.95331699886759, 40.75974937803844, -73.95326654910436, 40.759782431324744, -73.95318891352345, 40.7598315484567, -73.95297825791954, 40.759959960199396, -73.95252335694727, 40.76042747328916, -73.95232553488204, 40.760641701812915, -73.95230199221218, 40.76066331948944, -73.9522456419885, 40.76071659881919, -73.95219072761445, 40.76077073059436, -73.9521708937342, 40.76079117102216, -73.95214943022509, 40.76081329291238, -73.95211797616733, 40.760848314878736, -73.95209168373599, 40.760881013879875, -73.95206995189936, 40.76091222713869, -73.9520365987314, 40.76096944753331, -73.95197395056191, 40.761092468191464, -73.95194466982221, 40.76114506616433, -73.95187583381227, 40.76125593457631, -73.95184925875773, 40.761300763199536, -73.95175123380345, 40.76147726431604, -73.95167655003348, 40.76161772343679, -73.95165250647958, 40.76165641253346, -73.95162805925077, 40.76168992895716, -73.95150886746062, 40.76183332022198, -73.95128377918776, 40.762103253253, -73.9512440365903, 40.76215228692165, -73.95120215620041, 40.762206214813254, -73.95109997089563, 40.7623444385483, -73.95097209052885, 40.762520569700285, -73.95089902630072, 40.76262110602136, -73.95088389457435, 40.76263976702858, -73.95086492256426, 40.762659345811024, -73.95078828104809, 40.762726615900185, -73.9507592957616, 40.7627553998462, -73.9507293193397, 40.76279195111216, -73.95066903017644, 40.76287607114782, -73.95064030802284, 40.76291240410457, -73.95059846226586, 40.762959850855694, -73.95049076641229, 40.763077071009924, -73.9504425044156, 40.763131514566474, -73.95023756851779, 40.76337765744428, -73.9501556230093, 40.76347054686522, -73.95008153024612, 40.7635482021956, -73.95004629328893, 40.76358175952502, -73.95000829605853, 40.763614683491795, -73.9499676096587, 40.76364691288975, -73.94992432889222, 40.763678371214354, -73.94953865201988, 40.76400793068787, -73.94925538466696, 40.764240394814344, -73.94916706866489, 40.7642631377382, -73.94905150707753, 40.76427263834046, -73.94897403301461, 40.76437366494296, -73.9487088071938, 40.76470291649189, -73.94844015056121, 40.765039082652464, -73.94813810049232, 40.76545831635378, -73.94783556475478, 40.76585010075526, -73.9476070568936, 40.76611879031588, -73.94733970139183, 40.76647880608504, -73.94693924940105, 40.76691574947895, -73.9467787403151, 40.767104953260564, -73.94667394397608, 40.76723341301059, -73.94658306771197, 40.76733816524927, -73.94646801107153, 40.76747565120347, -73.94640191658326, 40.767557259251994, -73.94633108148638, 40.76764965579076, -73.94628241310674, 40.76771648921438, -73.94620649522278, 40.76782073843703, -73.94611823235121, 40.76794193832169, -73.9460472791922, 40.76803726036258, -73.94598430976859, 40.768118332928374, -73.9459260113866, 40.76819380651786, -73.94591187483431, 40.768211796449634, -73.94588228001976, 40.76822865979368, -73.94586385381702, 40.76824036308892, -73.9458431548823, 40.768251826679474, -73.94581912857146, 40.76826366601265, -73.94571786994209, 40.768307924035064, -73.94567585797115, 40.768328519466095, -73.94565450206798, 40.76834088231606, -73.94563593062684, 40.76835340226307, -73.94561977390089, 40.768366331275, -73.94560586359226, 40.76837980344839, -73.94552607117359, 40.76846476429613, -73.94550284004505, 40.76849184046174, -73.94548344105372, 40.76851684547635, -73.94547042316694, 40.76853826229904, -73.94544452030699, 40.76859231898032, -73.94543559488504, 40.76860618341113, -73.94542577694153, 40.76861793483679, -73.94540492815807, 40.7686356864943, -73.94537732196486, 40.76865222196616, -73.94534837508907, 40.76866573200356, -73.94527913423518, 40.76869438378359, -73.94524893183979, 40.768709306990424, -73.94522613118774, 40.7687239824678, -73.94520838009197, 40.76873972563791, -73.94519044579482, 40.76876074566963, -73.94517769469715, 40.76878019858693, -73.9451697390013, 40.76879868124099, -73.94516654545029, 40.76881631158295, -73.94517050243344, 40.768830977267726, -73.94518961673296, 40.76885711537644, -73.94520074835692, 40.768892794123694, -73.94520314931309, 40.76891859109321, -73.94520234997663, 40.76894574540056, -73.94519834427764, 40.768974431740496, -73.94519123308271, 40.769004415129146, -73.94518086758255, 40.769036605904375, -73.94516708263833, 40.76907160552303, -73.94514864976648, 40.769112541748676, -73.94512857427279, 40.76915320253524, -73.94510623576221, 40.76919471231532, -73.94508151916686, 40.76923727904907, -73.9450542382545, 40.76928122772796, -73.94499150419983, 40.769374159481764, -73.94491176601912, 40.769482804963374, -73.94488971217932, 40.76951064969398, -73.94482459471588, 40.76959910200968, -73.94480197856112, 40.76962649350045, -73.94478205109847, 40.76965388627526, -73.94471444632708, 40.76978331474845, -73.94468444204102, 40.76981708814073, -73.944669102089, 40.769831396980315, -73.94464572391647, 40.76984201079233, -73.94460138201947, 40.76985688831166, -73.9445802445158, 40.76986787059314, -73.9445483772621, 40.7698913349897, -73.94451527718387, 40.769917378726284, -73.94443985644168, 40.76998162752719, -73.94440925102144, 40.77001018484071, -73.94434238945136, 40.770076721383134, -73.94431003618256, 40.77010609278131, -73.94428782796619, 40.770123952536935, -73.94426186643368, 40.770142917191464, -73.94417410070085, 40.770201517288996, -73.94415809268877, 40.770211378149426, -73.94413912462879, 40.77022131771736, -73.94407396521099, 40.7702505191528, -73.94405117979805, 40.770261627507786, -73.94403053044945, 40.77027357346365, -73.9440135182957, 40.77028586697646, -73.94394501269983, 40.77034314441093, -73.94387050854604, 40.770407798508046, -73.94375525637771, 40.77051144158134, -73.9436101940568, 40.770641894148625, -73.94350391173491, 40.77073501447189, -73.94330194919644, 40.77090786144846, -73.94313777719397, 40.771049308160244, -73.943088984413, 40.77109288644382, -73.94304833623632, 40.771132102191686, -73.94300800695935, 40.77117370981965, -73.94296780452254, 40.77121790734369, -73.94289642734063, 40.77130110911804, -73.94282176054382, 40.77139272892101, -73.94269883826286, 40.771550958329925, -73.94266057608094, 40.77159870829439, -73.94263148260175, 40.77163314886999, -73.94260376543433, 40.77166350814221, -73.94257679631279, 40.7716903576186, -73.94255272775759, 40.771707863111665, -73.94248888563675, 40.77173989548439, -73.94246348391155, 40.771756696099665, -73.94235021320353, 40.771855340044574, -73.9422535705391, 40.77193572820437, -73.94215905644481, 40.772011721994446, -73.9421410951582, 40.77202487383168, -73.94212171209661, 40.77203709022954, -73.9420846327407, 40.77205600107681, -73.94206506380416, 40.77206400571796, -73.94204502435467, 40.77207095112733, -73.94147266380494, 40.77229004872102, -73.94141723315164, 40.77230702835617, -73.94136044732767, 40.77232139941764, -73.94131723823827, 40.77233040046178, -73.94121419703696, 40.7723480392235, -73.94108578190534, 40.77236640243415, -73.9410501039654, 40.77236988624337, -73.94096928606346, 40.772374407717294, -73.94093366567769, 40.77237842821985, -73.94089055049137, 40.77238695368638, -73.94084796273978, 40.77239909492797, -73.94080670571354, 40.77241462272945, -73.94076764793913, 40.77243321065613, -73.94073369959463, 40.77245236041026, -73.94070364568297, 40.77247173368225, -73.940677189912, 40.77249152032892, -73.94065421019442, 40.77251181664365, -73.94060295055613, 40.772562468749776, -73.94055736640102, 40.77260980900858, -73.94049969375186, 40.77267232008786, -73.94044909167398, 40.7727291490152, -73.94041774841052, 40.772767501450794, -73.9403595903622, 40.77284530545267, -73.94033429473242, 40.77287747003593, -73.94031568472239, 40.77289877620773, -73.94030041699276, 40.7729178886816, -73.94028695649023, 40.772930765205146, -73.94026123442633, 40.77294305814822, -73.9402388376128, 40.77295234242822, -73.94021169589449, 40.772957376568556, -73.94018156267072, 40.772957809379506, -73.94015175583343, 40.772953569641274, -73.94011841600899, 40.7729436026604, -73.9400963687673, 40.77293295625832, -73.9400751337046, 40.77291617694754, -73.94005901368706, 40.77289510489373, -73.940050400202, 40.77288162708448, -73.9400262279085, 40.772830284024685, -73.94002692473214, 40.772814132962694, -73.94003296659916, 40.77280002162071, -73.94011932834708, 40.77267984756023, -73.94015739758822, 40.7726214868164, -73.94017840285294, 40.77258676261434, -73.94019960560695, 40.77254841668691, -73.9402487139636, 40.77244949397118, -73.94026158379465, 40.77241758951209, -73.94027124409808, 40.772382499208376, -73.94027788018806, 40.77234363422773, -73.94028188376505, 40.7722987696301, -73.94028956210416, 40.77211073232378, -73.94029224607503, 40.77200383497263, -73.94029289582502, 40.771893459722456, -73.94028960669552, 40.771780932927925, -73.94028026927948, 40.77165552039635, -73.94026773008657, 40.77153686808131, -73.94023493847014, 40.7712639337261, -73.94022228780678, 40.77113504081677, -73.9402152277388, 40.77102351521159, -73.94021322387677, 40.77092161500726, -73.94021409294173, 40.770895607118575, -73.94021646998455, 40.7708720817996, -73.9402204231633, 40.7708503213845, -73.940226014311, 40.77083005665459, -73.94026061822058, 40.770722386097034, -73.9402821221532, 40.77066315222223, -73.94029831937638, 40.770625325063016, -73.94031710279864, 40.7705869211177, -73.94035199689108, 40.770523921954926, -73.94036059463545, 40.77050973447088, -73.94040283242119, 40.77044004024755, -73.94043042634307, 40.770397059978436, -73.94045889501729, 40.77035600092843, -73.94048830129698, 40.77031677848204, -73.94051868668593, 40.77027934043082, -73.9405498502145, 40.77024457816884, -73.94064126244925, 40.770148945900374, -73.94071387335978, 40.770065402150344, -73.94077454994398, 40.76999064293527, -73.9408093576308, 40.76994406246536, -73.94084390182223, 40.769894041025296, -73.94087865215887, 40.76983990257806, -73.94091467018349, 40.76978000064673, -73.94105771046958, 40.769530466925325, -73.94112586367272, 40.769418132428186, -73.94114056694876, 40.76939858550435, -73.94115984101666, 40.76937902830592, -73.94118398822081, 40.7693591052859, -73.94121489083267, 40.769337263132435, -73.94126336693017, 40.769307541518884, -73.94132023374041, 40.769277675575395, -73.94138240014705, 40.76924866687801, -73.94149855849405, 40.76919789158478, -73.94160147964261, 40.76915618113935, -73.94167386098195, 40.76912252906145, -73.94172859710368, 40.76909483385191, -73.94177362591718, 40.76907069790449, -73.9418136115995, 40.76904761658395, -73.94184951287522, 40.76902501405714, -73.94192901661651, 40.76897163897963, -73.9420050221175, 40.76891878888082, -73.94216299538519, 40.76880608650656, -73.94261866920749, 40.768473625953376, -73.9427077924243, 40.76841795703962, -73.9427551404201, 40.768385910934434, -73.942796627102, 40.76835330268693, -73.94281415504715, 40.768337280620365, -73.94282981162877, 40.768321205393306, -73.94294628135776, 40.768191353753444, -73.9431204206679, 40.767994558210795, -73.94314040411868, 40.76797255886137, -73.94321541307936, 40.76788997643197, -73.9433564514305, 40.76773864595242, -73.94360481924573, 40.767452408470106, -73.94382724324693, 40.76723022144307, -73.94396596095358, 40.76703662122002, -73.94422992090539, 40.76666272228318, -73.94448237302561, 40.76631398716505, -73.94467984462402, 40.76605190400794, -73.94483757042232, 40.76582820167491, -73.94530204353448, 40.76533576993975, -73.94571755482616, 40.764890137657865, -73.94641331519742, 40.764112959911095, -73.94657319883642, 40.763926532522284, -73.94666029811295, 40.76382497618284, -73.9467437482973, 40.76372767207187, -73.94680947099852, 40.763651038897706, -73.94685283597421, 40.76360047307904, -73.94731769269602, 40.76304125273957, -73.94781363913778, 40.76245701324578, -73.94820692119542, 40.76199353265104, -73.94835501892274, 40.76181800074598, -73.9487979290934, 40.761288056973456, -73.94943175322115, 40.760548299474635, -73.94999278052549, 40.760108890029294, -73.95033358327908, 40.75985643955933, -73.95059325195463, 40.75957886523996, -73.95062085492644, 40.75954228235818, -73.95065002177972, 40.75950639352837, -73.95066388858677, 40.75949021289276, -73.95077032897478, 40.759369726750315, -73.95091984349104, 40.75920388062379, -73.9512600548636, 40.7588097975138, -73.95141650240258, 40.75870336718048, -73.95144057596444, 40.75869209310277, -73.95146388651823, 40.758679656146626, -73.95148626820459, 40.75866614179065, -73.95150756344786, 40.75865164452206, -73.95152814196628, 40.7586358484197, -73.95154726679579, 40.758619241247764, -73.95158201178967, 40.75858497273101, -73.95165698581442, 40.758505216774296, -73.95169334757965, 40.75847042660898, -73.95177822518205, 40.758402229104384, -73.95210260017704, 40.75798142875418, -73.95217302070931, 40.75782903312075, -73.95221146110845, 40.75758332194419, -73.95230491925273, 40.75742081770051, -73.9524785570597, 40.75719472218971, -73.95272862546267, 40.75688955472117, -73.95277706012652, 40.7568297603291, -73.9528107261601, 40.75679179351672, -73.95282879885391, 40.75677140987858, -73.95288366860389, 40.75671469960448, -73.95294148568382, 40.75665981943401, -73.95297234345023, 40.756632335108236, -73.9530036166733, 40.7566051057866, -73.95303174738605, 40.75658061091002, -73.9531575734124, 40.756471054446024, -73.9531935870978, 40.75644019436159, -73.95322783381809, 40.756417876641706, -73.95327961669878, 40.756366467998504, -73.95330288954653, 40.75634704273034, -73.95337244614214, 40.75628898741502, -73.95339729122222, 40.756268374097, -73.95342720600227, 40.75624424995219, -73.95349769469843, 40.756187405216465, -73.95374284151049, 40.75599457515891, -73.95381970176766, 40.755932811521035, -73.9538710504773, 40.75588983206497, -73.95388547535414, 40.755876121343306, -73.95389962831064, 40.7558600439829, -73.95395127600767, 40.75578868068211, -73.95396442110143, 40.755772701065816, -73.95397747575825, 40.755759059123676, -73.95401072459397, 40.75573012565814, -73.95408755718427, 40.75567161895626, -73.95411955028624, 40.75564496323701, -73.95422601990258, 40.75554661997941, -73.9543384266662, 40.755438096060814, -73.9550732739735, 40.75479836608269, -73.95519503446336, 40.75477420431766, -73.95567637375268, 40.75425209374185, -73.95616384904147, 40.75371548801479, -73.95645733877929, 40.75342012722735, -73.95648103167932, 40.753396394349835, -73.95657227578725, 40.75329736956289, -73.95663558433823, 40.753232481363796, -73.95674931265624, 40.75312278940193, -73.95688514313491, 40.75299446873526, -73.95692404316445, 40.75296083949565, -73.95702254714858, 40.7528821783954, -73.9570557781098, 40.75285281269104, -73.95713117285183, 40.752781753052844, -73.95716628548168, 40.752750318654336, -73.95721550606227, 40.75270969532256, -73.95727180020293, 40.7526661695621, -73.95733390394373, 40.75262044238842, -73.9574388109413, 40.752545305178145, -73.95758186174027, 40.75241401287778, -73.95770150026603, 40.75230877694227, -73.95773324181478, 40.7522837050054, -73.95780821582707, 40.75222974897117, -73.9578396225751, 40.75220406093613, -73.95785226173611, 40.75219158275032, -73.95786486563695, 40.752176807359945, -73.95791452612612, 40.75210953611975, -73.95792881775424, 40.75209420032372, -73.95794360984577, 40.7520814086375, -73.95801444697895, 40.75202976975952, -73.95810021368285, 40.7519724171569, -73.95829421729391, 40.75184754688239, -73.95864662018654, 40.75162449887254, -73.95891539245187, 40.75145757822774, -73.95902169201953, 40.75138998269859, -73.95903343959621, 40.75137678726197, -73.95903758146598, 40.75135787991232, -73.95903737888585, 40.75132914739877, -73.95903981748265, 40.75131104089341, -73.95904824088338, 40.75129642507572, -73.95912382416432, 40.751218601386384, -73.95913834395354, 40.751205042217585, -73.95917619372055, 40.75116969006964, -73.95926879571634, 40.7510944765774, -73.95930243573991, 40.75106502301362, -73.95933039916544, 40.75103731351675, -73.95939228347095, 40.75097184695647, -73.95942352936184, 40.75094193685677, -73.95954215592194, 40.75083655185022, -73.95963860965169, 40.75075045589513, -73.95971938289387, 40.75068029693363, -73.95975085148612, 40.75065565208031, -73.95978088172176, 40.75063432057812, -73.9599018731787, 40.75055819526321, -73.96000892694235, 40.75048865398472, -73.96003395683813, 40.75047466970942, -73.96009284204573, 40.75044627736052, -73.9601170206341, 40.75043212077545, -73.96020230377553, 40.75037300233708, -73.96028830682647, 40.750315666184775, -73.96031386954203, 40.75030152444343, -73.96037940453746, 40.75027296494323, -73.96040733700438, 40.75025817743288, -73.96044886093723, 40.75023096579925, -73.96050110694301, 40.75019376311135, -73.96055989406462, 40.750150285211895, -73.96060097956088, 40.75011738397576, -73.96062432386556, 40.750095967118504, -73.96067744688261, 40.75004106160133, -73.96070325210684, 40.75001695935841, -73.96079829119081, 40.74993574808626, -73.96086552841552, 40.74987887337462, -73.96088904044669, 40.74985787795686, -73.96091089972315, 40.74983642811836, -73.96093103278952, 40.749814595875534, -73.96094938277496, 40.74979244154399, -73.96100927026721, 40.74971085977119, -73.96107720987186, 40.74962253049386, -73.96109989969152, 40.749595948915136, -73.9611268494643, 40.74956804232411, -73.961158574647, 40.74953815622365, -73.96120183304265, 40.74949989028774, -73.9612182523243, 40.74948664667062, -73.96123544158249, 40.7494748864439, -73.96125392211006, 40.749464110902146, -73.96127346529929, 40.74945445324278, -73.96129998590334, 40.74944353541508, -73.96133037109779, 40.74943311145554, -73.9614194080379, 40.749408390001335, -73.96145296705633, 40.7494012188001, -73.96148711498232, 40.74939741747992, -73.96152057765734, 40.7493971215911, -73.96155240899115, 40.74940033802246, -73.96157158298605, 40.74940657322194, -73.96158833332852, 40.74941864739227, -73.96160175680134, 40.749436136995456, -73.9616125734056, 40.74945891980379, -73.96161687745519, 40.74947559861152, -73.96161872812077, 40.74949217214283, -73.96161848134989, 40.74953616268491, -73.96161474379655, 40.74958026192518, -73.96160754405379, 40.74962415469571, -73.96159693676465, 40.74966752673749, -73.96156454796105, 40.74978270236972, -73.96154240369384, 40.74984901815147, -73.9615322012353, 40.74987402900232, -73.96151999939634, 40.749900090074824, -73.96150361716487, 40.74993315838755, -73.96149638332277, 40.74994776217796, -73.96147986045878, 40.749976217147534, -73.96146149372267, 40.75000093529815, -73.96144121241, 40.75002132767424, -73.96140106459944, 40.75005322185839, -73.96131180475275, 40.75011773298156, -73.9612148193713, 40.750192825081285, -73.96120355001192, 40.75020740047876, -73.96120113546404, 40.75022595639318, -73.96120597607661, 40.7502463328729, -73.96122349986673, 40.75028878502537, -73.9612291981275, 40.75030654132014, -73.96123124580478, 40.75032425136065, -73.9612281595485, 40.75033928967275, -73.96121922290246, 40.75035787130735, -73.96120688345815, 40.750377896206835, -73.96116168620279, 40.75043833284452, -73.9611478346078, 40.750458368033684, -73.96113753438753, 40.75047598475977, -73.96112990018308, 40.75049260552442, -73.96108546680301, 40.75061947451619, -73.96106602593173, 40.75066819342432, -73.96103379077812, 40.75074299295754, -73.96102280351057, 40.750764972391615, -73.96101163663097, 40.750784277261076, -73.96096167540202, 40.750862568336665, -73.96088433068914, 40.7509861653535, -73.96087372727764, 40.75099958739515, -73.9608592943713, 40.751013072070506, -73.96084319964541, 40.75102537381478, -73.96079911202519, 40.75105614351454, -73.960777445746, 40.75107486666206, -73.96070940299339, 40.7511481833756, -73.9606435193429, 40.75120647314354, -73.96062122129536, 40.751228106480426, -73.9605572205154, 40.75130395040341, -73.96047975128975, 40.751385800546544, -73.96037372369075, 40.75149236870683, -73.96032552673226, 40.75153883262683, -73.96027188490326, 40.75158754861473, -73.96025188017803, 40.751601405001004, -73.96025188017803, 40.751601405001004 --73.88781936068408, 40.76720987992917, -73.88762730553788, 40.7672641687873, -73.88701254282655, 40.76741727374956, -73.88671002502441, 40.767485692374564, -73.88627374950786, 40.76756982172816, -73.88589088023606, 40.76761691686257, -73.88538812582459, 40.76763302854216, -73.88522838483308, 40.76741557330447, -73.88497098592818, 40.76750434768177, -73.88435083615785, 40.7677346774349, -73.88376389038332, 40.76796672309356, -73.88320964359627, 40.76819888265556, -73.88269997215134, 40.76842527488315, -73.8822614430834, 40.76863411470377, -73.88189035135639, 40.768821360370545, -73.88150182245849, 40.76902794864928, -73.8799595697236, 40.769901093882844, -73.87903776777551, 40.770389331411856, -73.87890145458893, 40.77046153112453, -73.87826967240713, 40.770767496033656, -73.87754955462783, 40.77104806846733, -73.8771857084433, 40.771162985360476, -73.87669607795418, 40.77126845895512, -73.87662882797157, 40.771297712783024, -73.87658834396697, 40.77130767042644, -73.87654758911268, 40.77131740714195, -73.87634587384878, 40.77136451863182, -73.8761974045129, 40.771396348706766, -73.87611434476766, 40.771414176760324, -73.87608967394972, 40.7714194451955, -73.87599041900646, 40.77143771950176, -73.87589948907443, 40.771454461026394, -73.87581774202754, 40.771469513125545, -73.8755123219756, 40.77151570178687, -73.87519265214593, 40.77155364449808, -73.87515065801321, 40.771557666579525, -73.87498342891587, 40.77155163288061, -73.87434540442592, 40.77164230939679, -73.87419772369607, 40.77165337843595, -73.87380753893616, 40.771665446256115, -73.8735671548103, 40.77166664335198, -73.87322798874733, 40.77166166280817, -73.8729427386481, 40.77165034535276, -73.87234770987715, 40.77160939461476, -73.87216425277147, 40.771591953771335, -73.87192902444548, 40.77156015870007, -73.87170422791239, 40.77152356156975, -73.87163210793584, 40.77150328563874, -73.87150556763086, 40.77148620881115, -73.87143012711437, 40.77147172469482, -73.87117260821945, 40.771414457658224, -73.8709311533763, 40.77135311254807, -73.87089080694487, 40.77134236035179, -73.87084027314033, 40.7713283621112, -73.870461308917, 40.77119011632325, -73.8703944245141, 40.77117378880944, -73.87036812996222, 40.77116538364015, -73.8703419257478, 40.77115681917719, -73.87031580949493, 40.77114809902011, -73.87025078610752, 40.771125632078935, -73.86996949402955, 40.77101833778155, -73.86969309094812, 40.77090330128628, -73.86921036860683, 40.77067906279612, -73.86894957982743, 40.770544639066166, -73.86878158822857, 40.77045045053427, -73.86856887466438, 40.77033549735019, -73.86827208379779, 40.77016301711419, -73.86821732500938, 40.770131191908014, -73.8681747085535, 40.77010457827965, -73.8681002990086, 40.770058109043994, -73.86751876915213, 40.769694931215426, -73.86668443536252, 40.76911405479744, -73.86657553506753, 40.769034809514544, -73.86631088558669, 40.76884222341372, -73.86560407736476, 40.76827524668598, -73.86552669855477, 40.76820422905384, -73.86543832919057, 40.7681087912555, -73.86538015547438, 40.768036977392235, -73.86536418092201, 40.768008946727825, -73.86535587618368, 40.76799348706457, -73.8653138117781, 40.76792940661446, -73.86524788585476, 40.767857227019775, -73.86499680335655, 40.76764398804085, -73.86489142684673, 40.767573852977385, -73.86479490997827, 40.767520065170636, -73.86448428821745, 40.76727903673854, -73.86424940933243, 40.76707518311622, -73.86364687309062, 40.766519664263924, -73.86334301874854, 40.766195877110604, -73.86331941445451, 40.76617072772421, -73.86310904482883, 40.76594655479905, -73.86281822778606, 40.76561802434971, -73.86228702386202, 40.764980215748096, -73.86191952054708, 40.76452014004046, -73.861172052928, 40.76357967259132, -73.86092899566437, 40.763272003654045, -73.86088090195886, 40.76320903358189, -73.86044664692149, 40.76268380548457, -73.86023641098765, 40.762409723122616, -73.86012458226729, 40.762266399823396, -73.86000864839674, 40.76211780886939, -73.8598567777148, 40.761937299789935, -73.85976692354959, 40.76185175768638, -73.85974052002338, 40.76182662124936, -73.85966821921124, 40.76175779040711, -73.85945200265354, 40.76154603318322, -73.85931463172895, 40.76143232886081, -73.85905448808585, 40.76122719627715, -73.85882354405477, 40.76105771928751, -73.85863349522711, 40.760935042673836, -73.85845511956747, 40.76083018938824, -73.85799885174904, 40.76058024542895, -73.85782629633216, 40.76049320943974, -73.85764072807002, 40.760411855511464, -73.85755885875946, 40.760360550653616, -73.85739801589024, 40.760273528500036, -73.85718744211283, 40.76016640822627, -73.85687446957635, 40.760025766032335, -73.85666974889482, 40.75992087902915, -73.85644467923349, 40.759775937015995, -73.85633066884529, 40.759695649862664, -73.85625471335527, 40.7596350077959, -73.85620499069927, 40.75959531177514, -73.85611447742522, 40.7595137020725, -73.85604925518213, 40.759489884155585, -73.85602314750085, 40.75948017739407, -73.85582692179946, 40.75940723504102, -73.85568651575277, 40.75934917561519, -73.85543799068454, 40.759233822576206, -73.85525138979547, 40.759147221634905, -73.85513335634187, 40.7590191329736, -73.85507392883821, 40.75896135109914, -73.85500302534417, 40.758892405584454, -73.85498403403135, 40.75887030847521, -73.8549082827039, 40.75878217421835, -73.85482488406747, 40.75868514047735, -73.85467373540193, 40.758507226018686, -73.85463994763369, 40.758465851060244, -73.8545797160761, 40.75838731034401, -73.85455217056926, 40.758351388599145, -73.85453705750695, 40.75833168355239, -73.85451245717664, 40.75829960707565, -73.85448824971253, 40.758268223578945, -73.85459175193033, 40.758300391576356, -73.85478602139615, 40.75832769233306, -73.85485111816628, 40.75833173389779, -73.85493238730479, 40.758336780946074, -73.85511979336104, 40.758323658682514, -73.85522908731036, 40.7583071790452, -73.85526091509178, 40.758302381520046, -73.85530448148839, 40.75829581302737, -73.85534195881786, 40.7582901625925, -73.85538062196878, 40.758284332632336, -73.85547998612707, 40.75826935043967, -73.8555883807537, 40.75825300711074, -73.85560413820387, 40.75831047014783, -73.85658788603313, 40.75818079695553, -73.85681773273994, 40.75815049807561, -73.85695185520132, 40.75813281666954, -73.85765568385914, 40.75803978372423, -73.85787157608456, 40.75801147092576, -73.85846013562482, 40.757930239609, -73.85856139054441, 40.75791211791795, -73.85888932178901, 40.75789916287323, -73.85951332298467, 40.75787827828022, -73.85992746074926, 40.75786378825905, -73.8604616173829, 40.75784342230634, -73.86099882209827, 40.75782467936653, -73.86135425411211, 40.7578128806209, -73.86152185651315, 40.75780731627521, -73.86190616340636, 40.757794556374776, -73.8628070296384, 40.757758672396974, -73.86371499508382, 40.757725360718965, -73.8646195545151, 40.757693407552466, -73.86515217458096, 40.757674859582146, -73.86567435885509, 40.75762927189503, -73.86656996794778, 40.75753521209331, -73.86746336219555, 40.75744122472811, -73.86848374439849, 40.757334621616394, -73.86950313864868, 40.75722770487882, -73.87041370740046, 40.75713210128593, -73.87095881774303, 40.757076053358546, -73.87132394876782, 40.757036028171775, -73.87221855946402, 40.75694291390611, -73.87296983119963, 40.75686277310266, -73.87311054666168, 40.75685057234435, -73.87365721457762, 40.75680317263249, -73.87420802663252, 40.7567312477699, -73.87513874128076, 40.756633502738644, -73.87606786484692, 40.75653591597173, -73.87699789219475, 40.75643865136217, -73.87793029845993, 40.75633870186057, -73.87886052094656, 40.75624115857468, -73.87978909540753, 40.75614646876746, -73.87998439469038, 40.75612560866859, -73.88071927956162, 40.756048780761844, -73.88164812247686, 40.755951282880396, -73.88179249548719, 40.75674081014327, -73.88191371424111, 40.757408019306006, -73.88193464042149, 40.75752320824453, -73.88203460818733, 40.75807343863632, -73.88231601563548, 40.75962371006117, -73.88276529469962, 40.75957667098317, -73.88324518562469, 40.75952548373701, -73.88360707142041, 40.76151069438399, -73.88312662149423, 40.76156131795304, -73.88267652969894, 40.76160779299539, -73.88274181748561, 40.76196287284724, -73.8830109721848, 40.76344393167859, -73.88303918770869, 40.76360394764681, -73.8831745740028, 40.76434333292823, -73.88324071203779, 40.764703555994, -73.88326935848208, 40.764859569567705, -73.88334380131802, 40.76526503331413, -73.8842710719529, 40.765166694138514, -73.88460352675102, 40.76699012445799, -73.88642728122389, 40.76661046584319, -73.88738622469465, 40.76640793363652, -73.88755217097422, 40.76634950979347, -73.88760963693187, 40.766513611680054, -73.88767125182765, 40.7667200295843, -73.88773245369876, 40.766925071075555, -73.88779347223795, 40.767129483797056, -73.88781936068408, 40.76720987992917, -73.88781936068408, 40.76720987992917 --73.91431026585755, 40.77152275956492, -73.91358993132707, 40.77101605483852, -73.9129689429574, 40.77057761849218, -73.91289253228337, 40.77052089565468, -73.91285034345437, 40.77049221062444, -73.91225249847646, 40.7700727164672, -73.91216771900997, 40.77003080095775, -73.91207385236108, 40.76998447949034, -73.91179282457293, 40.76978524614584, -73.91173077993537, 40.76972745922583, -73.91167318115613, 40.769644296780584, -73.9113826517895, 40.769605419566815, -73.91123756807438, 40.76958493308823, -73.91024078715377, 40.7694270103419, -73.90997475643454, 40.769382824879166, -73.90948293692635, 40.76930721775664, -73.90910897539497, 40.76924838970543, -73.90869659973679, 40.76918237730225, -73.90843336586168, 40.76914023823958, -73.90799551977082, 40.76907014630987, -73.90703774762005, 40.76891447733146, -73.90690773911028, 40.76888780659374, -73.90561002144328, 40.76868548451875, -73.905338027912, 40.76863995160981, -73.90515145273721, 40.76863766307399, -73.90508213600584, 40.76862348518658, -73.9048738450615, 40.76857750116143, -73.90464128698841, 40.76854193982275, -73.90431311540422, 40.76833839786104, -73.90412886632485, 40.76821092152027, -73.90400273816783, 40.76815960032888, -73.90382510717946, 40.7681250727448, -73.90359023756977, 40.76806202936775, -73.90274081285092, 40.7679266288546, -73.90238160883197, 40.76786932496019, -73.90229258117479, 40.76785511968459, -73.90162630951679, 40.76774882543659, -73.90168114579377, 40.76770313113318, -73.90202516666511, 40.76741647041517, -73.90219530789312, 40.76731889765446, -73.90286649381031, 40.766611497095205, -73.9032565934458, 40.76614387192168, -73.9034170883292, 40.76596241446021, -73.90347746249891, 40.76588646608514, -73.90352452096953, 40.76582734416014, -73.90361990995669, 40.76570727869427, -73.90366773953626, 40.765647110968295, -73.90370770582376, 40.765596834995314, -73.90421906097046, 40.76496419217286, -73.90451228826127, 40.76458875137561, -73.90514164916054, 40.763813701759815, -73.90526212395105, 40.763665336483484, -73.905295371168, 40.763624392655416, -73.90565799192326, 40.76316569750379, -73.90606688659416, 40.7626591527773, -73.9062571152896, 40.76242499005919, -73.9065103187339, 40.76210916182506, -73.90677762065816, 40.76177695253957, -73.90703988839986, 40.76145278907218, -73.90741987390243, 40.760981672587306, -73.90753052538868, 40.76084440381989, -73.9077940437732, 40.76051748405546, -73.90961704045644, 40.758251050443974, -73.90980288273973, 40.758023698725864, -73.90988541263066, 40.75794605960411, -73.91008176845858, 40.7580377187941, -73.9106836329496, 40.75831867011653, -73.91075691230408, 40.75825140062548, -73.9119640699701, 40.75676781923073, -73.91239682640563, 40.75623559915134, -73.91261086703963, 40.755970633058865, -73.91216835437329, 40.75576319461687, -73.9121054730138, 40.755633001972015, -73.91205595985107, 40.755535493445834, -73.91203219859244, 40.75548991871939, -73.9120143858599, 40.75545581286968, -73.91195810481793, 40.75539536934774, -73.91190088968987, 40.75533392011896, -73.911876487254, 40.755290667272895, -73.91149800043635, 40.75455629199356, -73.91078788344427, 40.75318359200588, -73.91069114890949, 40.75299659360579, -73.91089285281498, 40.753023867653255, -73.91230814241506, 40.75326024519698, -73.9124298441443, 40.75328056854933, -73.9125695377412, 40.75330390051331, -73.91354182379757, 40.75346840580246, -73.91417571181574, 40.75357699907977, -73.91468505164106, 40.753666441081805, -73.91467025607349, 40.75378888812052, -73.91526454008229, 40.754067392222915, -73.91536880332382, 40.754102853349465, -73.916073423818, 40.75442896567098, -73.91612767592852, 40.754457261256256, -73.91616492185065, 40.75447532730143, -73.91687098423454, 40.75480618143573, -73.91766949380926, 40.75518062057316, -73.91847005397779, 40.75555694936331, -73.91918387962687, 40.75588359298794, -73.91926888630289, 40.755927122699894, -73.9200621300779, 40.756302905747305, -73.92086505648199, 40.75667789481129, -73.9210696044449, 40.756774418045765, -73.92165916320081, 40.75705110726391, -73.92245965274651, 40.757427054247856, -73.92239888107113, 40.757511567176024, -73.9205964853116, 40.7597245830841, -73.91868596321645, 40.762071730338356, -73.91948387763784, 40.762448789988966, -73.92028342539237, 40.76282239268131, -73.92108062633076, 40.763199101234754, -73.92188015016521, 40.76357407054756, -73.92168910512773, 40.76382123559964, -73.91977764155997, 40.76615186929948, -73.91890600595738, 40.76722646375115, -73.9184933737776, 40.76773434502951, -73.9168212818775, 40.7697914479867, -73.91714741139062, 40.76984678208732, -73.91742935683807, 40.76988454809906, -73.91759120519602, 40.769900549758866, -73.91771779067737, 40.76991400730516, -73.91786034493093, 40.7699372015379, -73.91798353947758, 40.769947732439036, -73.9180108008021, 40.769964257174074, -73.91811626355077, 40.77002817608522, -73.91799399471475, 40.770148762927576, -73.91770216792003, 40.77039208076854, -73.91762408577841, 40.770459781568164, -73.91758266664347, 40.77049569285059, -73.91754748035655, 40.770525694970885, -73.91745758845916, 40.77060220673753, -73.91735993584756, 40.77068527123541, -73.91725837002268, 40.77077171873316, -73.91714861575555, 40.770701939082656, -73.91711803440693, 40.77068244459791, -73.91682422761339, 40.770495147840975, -73.91675580656334, 40.770467788853715, -73.9165056155625, 40.77043400372853, -73.91629210267578, 40.770374134608, -73.9162011262647, 40.770349516244124, -73.91613362707204, 40.77033161284579, -73.91608813469846, 40.77032265122965, -73.91606144464322, 40.770316442626886, -73.91582766138114, 40.7702773541078, -73.91556865523162, 40.77049423462087, -73.91550137635427, 40.770549161049914, -73.91462696610853, 40.771263039988604, -73.91440058114779, 40.77144869544238, -73.91431026585755, 40.77152275956492, -73.91431026585755, 40.77152275956492 --73.93446033838383, 40.77118112441787, -73.93421220889944, 40.771129057281904, -73.93424609149884, 40.771028955949234, -73.9344343777753, 40.77050651458545, -73.9344459925849, 40.7704789414731, -73.9344744899731, 40.77041128214194, -73.93451011407316, 40.77033777087961, -73.93462332961298, 40.77016215683833, -73.93471817999469, 40.77003074069971, -73.93486136648876, 40.769849777293445, -73.93489257943796, 40.7698157423917, -73.93522718205871, 40.76952540870288, -73.93510550150013, 40.76947009343402, -73.93411397400816, 40.76908054283611, -73.93344467400493, 40.76881748122223, -73.93243855209678, 40.768420053531315, -73.93225633993193, 40.76834807553005, -73.93202370952807, 40.76825618347933, -73.92999065615557, 40.767390587671024, -73.92985647291586, 40.7673262433926, -73.92855636206563, 40.7667139311656, -73.9265594583237, 40.76577630435695, -73.92643792002379, 40.76573250734002, -73.92631683770064, 40.765691005871375, -73.92509295684721, 40.76510738416282, -73.9250606138002, 40.765097004628544, -73.9249665921976, 40.765060294708654, -73.92425287914567, 40.76472425563207, -73.92351995165617, 40.76437742662465, -73.92345723832055, 40.76434774937563, -73.92339293852704, 40.764317612680664, -73.92272985858975, 40.76400682721266, -73.92266321263615, 40.763965998646135, -73.92208395587393, 40.76367347117822, -73.92200180727261, 40.76363691454057, -73.92188015016521, 40.76357407054756, -73.92108062633076, 40.763199101234754, -73.92028342539237, 40.76282239268131, -73.91948387763784, 40.762448789988966, -73.91868596321645, 40.762071730338356, -73.9205964853116, 40.7597245830841, -73.92239888107113, 40.757511567176024, -73.92245965274651, 40.757427054247856, -73.92252617000341, 40.757334547762724, -73.92292558048275, 40.75684043912621, -73.92302694934243, 40.75671522408608, -73.92370439822815, 40.755879727408654, -73.92495399212225, 40.754336437741834, -73.92501048036102, 40.75426563084231, -73.92506417962556, 40.754201238203585, -73.92510527758587, 40.754150851918105, -73.92516727112063, 40.75407444377138, -73.92523897872564, 40.753986060666115, -73.92645404926395, 40.75248839749602, -73.92649152733946, 40.75242424415987, -73.92661591400613, 40.75247998644617, -73.92726594767568, 40.75284690825, -73.92802474204858, 40.75327184912641, -73.92878175379727, 40.75369518187031, -73.9295410551476, 40.7541214556617, -73.9297878550325, 40.754260287838484, -73.92983650670043, 40.75428765683564, -73.93029885636254, 40.75454773971721, -73.93099242594062, 40.754937453986315, -73.93105722045776, 40.75497386150367, -73.93111996419316, 40.75500895752249, -73.93181756797236, 40.755399159979326, -73.93210073268754, 40.75555628174564, -73.93257952404524, 40.75582194823898, -73.93334529109802, 40.75623884072476, -73.93395777476667, 40.75657089645527, -73.9341262555904, 40.75666392057342, -73.93434537142474, 40.75678274937837, -73.934388747582, 40.756806453780214, -73.9344290511701, 40.75682847967577, -73.93463207858639, 40.75693944006325, -73.9354650233128, 40.75739311149784, -73.93622512767539, 40.757807751000264, -73.93700946848821, 40.7582353596823, -73.93771838169901, 40.75862282274666, -73.93791704496391, 40.75870629873977, -73.9381968707646, 40.758817998364954, -73.93831931962093, 40.758864332841355, -73.93877467694188, 40.7590292375956, -73.93896323354622, 40.75909752209112, -73.93917761799032, 40.759175158153056, -73.93999411408792, 40.75946832880158, -73.94081047169479, 40.75976150708324, -73.94162692540853, 40.76005591780649, -73.94244445657496, 40.76035074200007, -73.94314669648027, 40.76060155530183, -73.9432219710834, 40.76063245002265, -73.94330354396693, 40.760657625086075, -73.94328837849564, 40.760681951061194, -73.94327543186454, 40.76070271392891, -73.94320591932937, 40.76081419908967, -73.94314643504595, 40.76090783755045, -73.94247180047442, 40.761993595911626, -73.94274130235965, 40.76209051010221, -73.94314531451217, 40.76222056205116, -73.94357287832139, 40.76237882791992, -73.94388369428655, 40.76249352391157, -73.94405351797676, 40.762561847638885, -73.94425857995479, 40.762652120857524, -73.94432678643867, 40.76268502855569, -73.9444066279097, 40.76272355197137, -73.94459093300073, 40.76281247372646, -73.94457752530383, 40.762867818585235, -73.94456101714502, 40.76288456722952, -73.9444468347994, 40.76300040715016, -73.94457248375927, 40.763056899581656, -73.94456428260229, 40.76308632682215, -73.94455600518725, 40.763106339251436, -73.9445457125083, 40.763125768984175, -73.94453353148171, 40.763144383750834, -73.94449979611763, 40.7631892333359, -73.94446092628176, 40.76323729613702, -73.94441614412058, 40.76328966138386, -73.94435433910036, 40.76335932068369, -73.94410695385751, 40.76364975947494, -73.94407888557484, 40.76368270881633, -73.94404160594242, 40.76366990175218, -73.94400056527346, 40.76373827331557, -73.94396327623986, 40.76379433589365, -73.94394904858092, 40.76381270016163, -73.9439148992862, 40.76385175732608, -73.94390072550277, 40.763869403011704, -73.94387151097385, 40.76391311907371, -73.94383272884268, 40.76398113507561, -73.94381768235431, 40.76400976017434, -73.94380259710917, 40.76404219348488, -73.94374506789345, 40.76418004612481, -73.94373049970821, 40.764210185192596, -73.94371573163293, 40.764237190405865, -73.94369336276931, 40.764273484206356, -73.94366856465511, 40.764309901984625, -73.94364133610253, 40.76434644283807, -73.94361167829341, 40.764383104964566, -73.94349965531975, 40.764515978918105, -73.94342667324318, 40.76460572517792, -73.94332608720404, 40.764721609358, -73.94328641924979, 40.76476745611982, -73.94314299373269, 40.7649392295461, -73.94299921298439, 40.765111427652094, -73.94292397085712, 40.76519993157325, -73.94257092594414, 40.765562995189285, -73.94237892485512, 40.76571468379322, -73.9421150472842, 40.76598479729506, -73.9419508343032, 40.76617205913928, -73.94192878741802, 40.76619719820628, -73.94181645426238, 40.766325297663066, -73.9416254630655, 40.76655540229467, -73.94151474153551, 40.76668119337541, -73.94140064743347, 40.766820622565795, -73.9413446734318, 40.76688948623743, -73.94132493405338, 40.76690974022676, -73.94130514077563, 40.766926630802956, -73.94120917144221, 40.76699826648825, -73.94104761156036, 40.76711423998083, -73.94093165419747, 40.76719718093627, -73.9409033827617, 40.7672153584185, -73.94083584726253, 40.76725444164759, -73.94080638745352, 40.76727435376665, -73.9407871458503, 40.767291268850116, -73.94075449348314, 40.767326427547495, -73.94074022795725, 40.76734024834877, -73.94065076721314, 40.767412932397654, -73.94061851362623, 40.76744171389281, -73.94047015422078, 40.76758697145389, -73.94035698165987, 40.76769834937527, -73.94033878585591, 40.76771372686369, -73.9403158301436, 40.76772878580673, -73.94029012276923, 40.76774279423219, -73.94023789508321, 40.767768608011764, -73.94021175824881, 40.76778072153685, -73.94018164567994, 40.76779241425758, -73.94005702062147, 40.767832148153964, -73.94002931632288, 40.76784209240888, -73.94000518423356, 40.76785203761671, -73.93997663785368, 40.767867172824964, -73.93994795776295, 40.767887404808036, -73.93992270305408, 40.767908898374976, -73.93986557903641, 40.76796187132872, -73.9398354870812, 40.76798598732012, -73.93981990248369, 40.767996400711574, -73.93980436667046, 40.768005251752264, -73.93978863908053, 40.768012677193084, -73.93970027568457, 40.768043342663226, -73.93965951832422, 40.76805519536827, -73.93962018816744, 40.76806314602337, -73.93960176838071, 40.768065304782034, -73.93957392290542, 40.768066182580846, -73.93955590591861, 40.76806431899295, -73.93939382854347, 40.768129920199875, -73.93935328562691, 40.76814939027091, -73.93905765922156, 40.767981475825614, -73.9390395739489, 40.76797920419258, -73.93901019823618, 40.767981363362914, -73.9389917296357, 40.767986386500915, -73.93897591547194, 40.76799383880015, -73.93893773577068, 40.76801812046839, -73.93889827384835, 40.76804568648188, -73.93885656972384, 40.76807717748841, -73.93880851057084, 40.76811569893996, -73.93873603574362, 40.768174627215316, -73.93869680052286, 40.76820791868288, -73.93866137625486, 40.768240469250216, -73.93863154186869, 40.76827109300441, -73.93859208980669, 40.7683159251768, -73.93852615700625, 40.76839449679239, -73.93840521987833, 40.7685437852535, -73.93836524825942, 40.76859167427894, -73.93834702332536, 40.768610889382536, -73.93832615204829, 40.76862915123419, -73.93830293196714, 40.76864619344273, -73.93827772220695, 40.76866175595359, -73.9382509233371, 40.768675591341555, -73.93822293470356, 40.76868749540543, -73.93819417576425, 40.76869729006948, -73.93816503277016, 40.76870484406698, -73.93812591406142, 40.768712798827536, -73.93809896449663, 40.768715401215694, -73.93807668471793, 40.76871339282686, -73.93805936160294, 40.76870651627383, -73.93804084896821, 40.76869364802721, -73.93799912310008, 40.76865983688012, -73.93797891107211, 40.7686454296486, -73.93794142917535, 40.76862170640667, -73.93791556334169, 40.76860658291956, -73.93789102169197, 40.768594028377116, -73.93786759335873, 40.76858407958711, -73.9378437139146, 40.76858031340765, -73.93781584031282, 40.76858315116313, -73.93779759508611, 40.768590954084964, -73.93779439625443, 40.76860708668358, -73.93780415262985, 40.768623385665315, -73.93783388488829, 40.76865199270511, -73.93785552959207, 40.76866689691237, -73.93790633865748, 40.7686907453312, -73.93792611383994, 40.768702381490094, -73.9379388384688, 40.76871740334399, -73.93794278378758, 40.76873778837087, -73.93794034932503, 40.768753515257664, -73.93793376707455, 40.76877038625127, -73.93792357642049, 40.768786628549854, -73.93791070732905, 40.76880077483251, -73.93789626246591, 40.76881160551013, -73.93784225729429, 40.76884148661875, -73.9377857298024, 40.768868203771, -73.93772730565331, 40.768891464637605, -73.93766757374132, 40.76891103450285, -73.93761103168727, 40.768926606927494, -73.93759025413478, 40.768930480447786, -73.93757109155217, 40.76893247368715, -73.93752536332983, 40.76893424630631, -73.93747664946345, 40.768934399082006, -73.93742408648964, 40.7689329414471, -73.93736513147574, 40.76892980987918, -73.93731663263313, 40.76892551061379, -73.93720023352556, 40.76891093831309, -73.93714702607224, 40.76890589349423, -73.9370708342343, 40.76890117739043, -73.93700918400532, 40.76889873935704, -73.93695328478077, 40.76889823511771, -73.9369017187522, 40.768899693620995, -73.93686519893977, 40.76890212568695, -73.93683677958776, 40.768905733737625, -73.9368121156401, 40.768911071007025, -73.93679075922574, 40.76891829664103, -73.93676209332723, 40.76893455931663, -73.93675009698724, 40.7689448662007, -73.93672104601143, 40.76904227394334, -73.93670771588431, 40.769119962980135, -73.93670779033758, 40.769136340481516, -73.93671436402661, 40.76917496219259, -73.93671233869901, 40.7691935789936, -73.93670195241063, 40.7692183740597, -73.93668744798634, 40.76924171795147, -73.93666940787514, 40.76926267626481, -73.93664839056112, 40.76928060724599, -73.9366103401906, 40.769289295989516, -73.93659342690897, 40.76929484639265, -73.9365549610287, 40.7693318719382, -73.93651804695398, 40.76937363767652, -73.93650866423165, 40.76938679246685, -73.93649963364517, 40.76940205642998, -73.93648238259497, 40.76942888913373, -73.93645968189655, 40.769449488244874, -73.93644033675267, 40.769462622226484, -73.93641724624555, 40.769475882009516, -73.93638421111064, 40.769492822058965, -73.9363650250699, 40.76950180389342, -73.93634614832925, 40.76950937570689, -73.93632754415819, 40.7695155518872, -73.9363092018927, 40.769520337831736, -73.9362847082975, 40.76952437295386, -73.93625764670661, 40.769526037424995, -73.93622764398602, 40.769525367057035, -73.93619305851657, 40.76952233212246, -73.93615755677311, 40.7695163160028, -73.93608251247235, 40.76949757453793, -73.93604907690269, 40.76949107235852, -73.93596856632209, 40.76948105366544, -73.93586287971628, 40.769471590923246, -73.9357862775348, 40.769463154662226, -73.93575177273979, 40.769461265080736, -73.93571831225846, 40.769463444547, -73.93568995199281, 40.76947056070986, -73.93556029819558, 40.76951972870922, -73.93544956738779, 40.7695611952523, -73.93541580776, 40.769574990059496, -73.93538171768581, 40.76959119531966, -73.93534709808218, 40.76960990457312, -73.9353115555015, 40.76963132831638, -73.93526568776362, 40.76966275084324, -73.93522130386404, 40.76969807426714, -73.9351780280356, 40.769737595544534, -73.93513519402008, 40.76978191763887, -73.93509546303163, 40.76982765525571, -73.93505371067803, 40.769880105873995, -73.93501376355592, 40.76993358496957, -73.93492961488913, 40.770049877136366, -73.93489124807977, 40.77010290502787, -73.93486699628417, 40.77014037027925, -73.934848440688, 40.77017527141076, -73.93483563181928, 40.77020803259094, -73.9348108651477, 40.7702813537888, -73.93480099864915, 40.7703151260938, -73.93479420432625, 40.77034922701922, -73.93479203136673, 40.77038013017009, -73.93479217724047, 40.770404135875594, -73.93479403052689, 40.77041906727286, -73.93480164285698, 40.77043746796702, -73.93481780096953, 40.77045361683367, -73.9348432326141, 40.77046823288253, -73.9349807437826, 40.770506824197376, -73.93514336031556, 40.77055113417184, -73.93507472057784, 40.77083995271809, -73.93506416028998, 40.770884388413805, -73.93500360874387, 40.77113917063136, -73.93446661654, 40.77106275411155, -73.93493918101014, 40.771161256036685, -73.93490901167606, 40.771234573294, -73.93489908226229, 40.77125869937464, -73.93446033838383, 40.77118112441787, -73.93446033838383, 40.77118112441787 --73.86263799020648, 40.76688618341398, -73.8626886371252, 40.76687559531594, -73.862754896129, 40.766764210672974, -73.86272021486207, 40.76667032594059, -73.86266295168384, 40.76662192219562, -73.86246875257345, 40.766470429131694, -73.86224048181411, 40.766282772146624, -73.86215785552206, 40.76619143776174, -73.86215929937244, 40.76612158551848, -73.86216750382513, 40.76604768008521, -73.86208373684578, 40.76594972916917, -73.86199090857188, 40.76586996564222, -73.86193468963934, 40.76580005241579, -73.86191691281242, 40.76577794622601, -73.86176874233884, 40.76559368640801, -73.86153844181099, 40.765342212174716, -73.86133384173964, 40.7650832671976, -73.86123668194521, 40.764960302406635, -73.86084598129612, 40.76442230072132, -73.86043337030024, 40.76386856900929, -73.86024209000784, 40.7635785482149, -73.86013041694996, 40.76340922574661, -73.8597508360575, 40.762877519229896, -73.85949072462785, 40.76256229732645, -73.85938812815203, 40.76249627135831, -73.85922062466993, 40.76248242503684, -73.85915607537446, 40.76251931819506, -73.85907892497244, 40.76252251609805, -73.85892055796292, 40.76240608322215, -73.85892927292022, 40.762363825065705, -73.8589919726319, 40.762246207554114, -73.85898422498278, 40.76217115624312, -73.85891962335215, 40.76211933500215, -73.85884371655634, 40.76205844889191, -73.85882660428803, 40.76204895820724, -73.85861963446413, 40.761934174498705, -73.85858658824993, 40.76191584827318, -73.85853529662607, 40.76188740316669, -73.85798924962532, 40.761595568179075, -73.85763617831786, 40.761408517024755, -73.85757462677601, 40.76137668461351, -73.857476622875, 40.76130860314816, -73.85725411988848, 40.76122296603051, -73.85689829097787, 40.761111911865505, -73.85653140192936, 40.76099093365982, -73.85621453022088, 40.760894334877435, -73.85588105331672, 40.760814100952715, -73.85537376968738, 40.760669532882304, -73.85533311428179, 40.76065794545639, -73.8553026600162, 40.76064926685603, -73.85514756070044, 40.76052855004636, -73.85499809350927, 40.760390851170925, -73.85478913467472, 40.76027031280716, -73.85471974264179, 40.76020995175933, -73.85466366073592, 40.7601708494947, -73.85452030962122, 40.76015903131954, -73.85440067451881, 40.76021248549376, -73.85429144815751, 40.760244185681024, -73.85413527315657, 40.76026874565211, -73.85396488904314, 40.76027110974163, -73.85372403001135, 40.760246074474594, -73.85359931061615, 40.76021517457684, -73.8535236887924, 40.76019268827215, -73.85348315345028, 40.7601806356834, -73.8532844883282, 40.76012620030525, -73.85317556657218, 40.76008508311443, -73.85306618471466, 40.760038392902764, -73.85294926767041, 40.76002108818362, -73.85290460796087, 40.76000836915472, -73.8527792877126, 40.75997267420679, -73.85258878870229, 40.75989662060986, -73.8522869128727, 40.759765720905236, -73.85210361829014, 40.759682512214575, -73.85200759221735, 40.75957218767316, -73.85188710288594, 40.75952205023822, -73.85171252009003, 40.75940094712087, -73.85158552717013, 40.75935510361475, -73.85156636415152, 40.7593679921818, -73.85154607129151, 40.759379834702706, -73.8515247410941, 40.75939057276315, -73.85150247788805, 40.759400156068715, -73.85147939547045, 40.75940853703877, -73.85145559933675, 40.75941567348508, -73.85143120325036, 40.7594215331357, -73.85140633399374, 40.759426087337594, -73.85138110649473, 40.75942931282556, -73.85135564513949, 40.75943119355077, -73.85133438198609, 40.75942036184139, -73.85123707648523, 40.75941595162073, -73.85113963024465, 40.759414112080705, -73.85104215812134, 40.759414846070996, -73.85097130570888, 40.75941787468851, -73.85090063270151, 40.75942275763661, -73.8508302219984, 40.759429492321416, -73.85076016125593, 40.759438067150406, -73.85069053102114, 40.759448472323044, -73.85062141183917, 40.75946069893949, -73.85055288901249, 40.759474729101235, -73.85048504191862, 40.75949054670321, -73.85042437566538, 40.7595060926311, -73.85036439769533, 40.75952310994743, -73.85030516726123, 40.75954157981964, -73.85024674361792, 40.75956148251473, -73.85018918839121, 40.75958279740245, -73.85013256438938, 40.75960550475466, -73.85007692140407, 40.7596295803239, -73.85000794503718, 40.75966292362455, -73.84994041793783, 40.75969794191185, -73.84987441242127, 40.75973460106328, -73.84980999726653, 40.759772859747876, -73.84974723887866, 40.7598126793331, -73.84968620485554, 40.75985401758606, -73.84963775192375, 40.75989039783303, -73.84959086901878, 40.75992795076713, -73.84954560834076, 40.75996663593572, -73.84950201734685, 40.7600064155814, -73.84946014114027, 40.760047245640195, -73.84942002482072, 40.7600890838491, -73.84938170520016, 40.76013188703381, -73.84933909019115, 40.76018827142223, -73.84932116933831, 40.76022501023962, -73.8493064162254, 40.76023828781338, -73.84926801974642, 40.760258987940254, -73.84917544945793, 40.76030045484976, -73.84914981532395, 40.76030524169471, -73.84912370919297, 40.76030822240138, -73.84910149799497, 40.76030031118139, -73.84907309669947, 40.76030120599994, -73.84904468103903, 40.76030060054973, -73.84901638839064, 40.76029849591135, -73.84898835729122, 40.76029490397297, -73.84896072271445, 40.76028984112092, -73.84893587343409, 40.76028328077117, -73.84891392969469, 40.760275467120344, -73.84889272152968, 40.76026655401183, -73.84887234240442, 40.760256582991936, -73.84885288696415, 40.760245597409615, -73.84883444391639, 40.76023364780999, -73.84881709130545, 40.760220786525366, -73.84880090716153, 40.7602070721915, -73.84868655367501, 40.76013817652232, -73.84858834688461, 40.760179246539, -73.84850925531012, 40.7602438628261, -73.84835869983833, 40.76033610979022, -73.84821242022589, 40.76043727990116, -73.84796233353683, 40.76055077497567, -73.84782842164262, 40.76064002021006, -73.84768959718558, 40.7607327761694, -73.8475625480992, 40.760805232129044, -73.84740965778172, 40.76090746497174, -73.84725150801084, 40.7610048306069, -73.84709492784927, 40.761094595136235, -73.84697157446028, 40.761191952533714, -73.84685904873528, 40.76125844674617, -73.84670933564313, 40.761344953743, -73.84656783641664, 40.76145156267049, -73.84640037380294, 40.76156401261026, -73.8462449825783, 40.76166917621511, -73.84595369804009, 40.76190733198312, -73.84573577118087, 40.762047626441046, -73.8455808062712, 40.762170768314164, -73.84523206334788, 40.76243428990639, -73.84502905286149, 40.76257177637112, -73.84489009194179, 40.762656154054476, -73.84484211877799, 40.76268895881443, -73.8447450691293, 40.76275531870952, -73.84468986269138, 40.76276086975809, -73.84465054101456, 40.76277992187096, -73.84451556452872, 40.762874927739645, -73.84428576146523, 40.76299824058859, -73.84411566686948, 40.76313587888293, -73.84387273885864, 40.76325195018982, -73.84377425819828, 40.76329900408549, -73.8435378789854, 40.76339315805383, -73.84347858322771, 40.76341598457243, -73.84329959207706, 40.76348489198487, -73.84312877918138, 40.76355651717502, -73.8430696054989, 40.76359225419843, -73.8430045075346, 40.76370390474746, -73.84298348525249, 40.763831535375466, -73.84300671284558, 40.763994300996835, -73.8430514478192, 40.76409704479715, -73.84304715528488, 40.764188191723946, -73.84304240095179, 40.764321003510965, -73.8429847988564, 40.7644232755792, -73.84285375972914, 40.76452868749129, -73.84272818923208, 40.764628233621764, -73.84252150392925, 40.764726019943055, -73.84231147918076, 40.764831351160225, -73.8421165225158, 40.764900718445354, -73.84183321556729, 40.7649747395231, -73.84145465951121, 40.76508653384443, -73.84107084512029, 40.76520809195354, -73.84052635488217, 40.76538767028198, -73.8405078288623, 40.76536044396968, -73.84046518772989, 40.76530255267081, -73.8403478010355, 40.765297834406496, -73.84016724121717, 40.76530823343416, -73.83992812392758, 40.765349895629264, -73.83984617417123, 40.76532828757611, -73.83974020028514, 40.765277246346734, -73.83960880106379, 40.76526131635487, -73.83946758835525, 40.76521827542912, -73.83943587001008, 40.765199413366005, -73.83926731566069, 40.76509918350463, -73.83922977746471, 40.76507686432867, -73.83908436178837, 40.764975105907325, -73.83894420752227, 40.7648919636024, -73.83869348549644, 40.7647618959145, -73.83852606887005, 40.764636390260954, -73.8383193188772, 40.764447482201724, -73.83823959168346, 40.764350673094754, -73.83811801507447, 40.76416967809731, -73.83805086260087, 40.76403983976629, -73.83800940894619, 40.76398529819284, -73.83795817835478, 40.76400238078121, -73.83786317997212, 40.76383259455669, -73.83769759740494, 40.76354899387027, -73.83767912053662, 40.76351734838096, -73.83752892555736, 40.76323171055967, -73.83757845644672, 40.76320090205655, -73.83753700086385, 40.76313247180156, -73.8374489151577, 40.76298607929341, -73.83735305328814, 40.76287129519767, -73.83732079434724, 40.76287081200474, -73.83730826454978, 40.762799829048, -73.83730465723494, 40.76277939687917, -73.83728538250955, 40.76267019232792, -73.83727907206804, 40.762634450441794, -73.83725477784454, 40.76249680982239, -73.83723726249967, 40.76239758174704, -73.83729567724983, 40.762305880196166, -73.83738938850445, 40.762187878736626, -73.83743706905375, 40.762041952403166, -73.83740081708963, 40.76194245927185, -73.83736857784916, 40.76178033619874, -73.83734809088386, 40.76165596901141, -73.83726399481681, 40.76153296810065, -73.83716736017695, 40.76141505527338, -73.83711242329018, 40.761339634072, -73.83712652473878, 40.76127139204893, -73.83708082412517, 40.76118253392989, -73.83734091895236, 40.76100117212863, -73.83751160084898, 40.76099622607766, -73.83759062307209, 40.76096480088374, -73.83746636223312, 40.76086641824537, -73.83753729915722, 40.76067183338615, -73.83772224749704, 40.760425752499735, -73.83788851185368, 40.76020322297236, -73.83796611890669, 40.76010023950493, -73.83808740175189, 40.76014649343176, -73.83817084377264, 40.76019738931921, -73.83829670252453, 40.76023165561091, -73.83822766508999, 40.760180176704395, -73.83809597952148, 40.76003298227416, -73.83806837349034, 40.75992595433149, -73.83816491609485, 40.759828541758594, -73.8381381091695, 40.75968945512903, -73.83815263215266, 40.759654781729445, -73.83817152351607, 40.75965537108495, -73.83819797684853, 40.75965191607892, -73.83821668313483, 40.75964630248012, -73.83825258262566, 40.75964318671018, -73.83827871270202, 40.75963921884368, -73.83830400191238, 40.75963331010059, -73.83832127937562, 40.75962744323804, -73.83833816339342, 40.75961680493873, -73.83835048313159, 40.75959838706246, -73.83836110896377, 40.75956451051884, -73.83836059520233, 40.759547341646254, -73.83835381341265, 40.75953247017529, -73.83833573836257, 40.7595229687842, -73.83831733783977, 40.75952216762495, -73.83828505400035, 40.75952821513593, -73.83826043080225, 40.75953054079506, -73.83823060841739, 40.759530027956444, -73.83820070267035, 40.759524830559506, -73.83818153184987, 40.75951303131419, -73.83817106225118, 40.75949670483702, -73.83816917476787, 40.759475153971096, -73.8381781826304, 40.759435073384076, -73.8381884382821, 40.75940735489793, -73.83820113339907, 40.75937773976879, -73.83822525848541, 40.7593279018109, -73.8382375979794, 40.75930670411082, -73.83824848132615, 40.75929260935941, -73.83826776609946, 40.75927501532819, -73.83828333683604, 40.75925894694075, -73.83829490878797, 40.75924510889533, -73.83830486890582, 40.75922787097615, -73.83831512594618, 40.75919954553871, -73.83832917514336, 40.759152136489504, -73.83834209622172, 40.75911818032004, -73.83835484142497, 40.75909178725475, -73.83839243646248, 40.759025225946345, -73.83841679987933, 40.75898101374354, -73.838424974338, 40.75896316996948, -73.83843056762782, 40.75894510555274, -73.83844108145028, 40.75889631735716, -73.8384512192594, 40.75885411853848, -73.83846062753348, 40.758831458782865, -73.83847964667963, 40.75880074576626, -73.83850974638403, 40.758758545211805, -73.83852784613345, 40.758729937182515, -73.8385403705115, 40.758707619477676, -73.8385496773651, 40.75868769441011, -73.83855968301512, 40.758662358277725, -73.83856350240019, 40.75864373125286, -73.83857031465496, 40.758626957161376, -73.8385780874403, 40.758614540164736, -73.83858831560458, 40.75860146473574, -73.83860184736443, 40.75858663434486, -73.83863568556754, 40.75856400069421, -73.83866184769724, 40.75853879254176, -73.8386781405052, 40.7585188367243, -73.83869366965978, 40.75849684108874, -73.83871502179169, 40.758462621124885, -73.8387362907766, 40.7584226251925, -73.83876182823816, 40.758361898369, -73.83880994626787, 40.75829854484217, -73.83885821165833, 40.75811305131186, -73.83887627063481, 40.758065915248594, -73.83888742801254, 40.75803679856956, -73.83893677268746, 40.75795821373568, -73.8389231642326, 40.75789563652476, -73.83896076161484, 40.75786677742902, -73.83897243395415, 40.75784260704241, -73.83897885925363, 40.757825635173276, -73.83898303677165, 40.75780477717802, -73.83898831954423, 40.75777740286151, -73.8389921032225, 40.75775779962136, -73.83900392058541, 40.75770742289427, -73.83901494314583, 40.75767328118694, -73.83902132686076, 40.7576592944359, -73.83902857528614, 40.757646688468775, -73.83905368294324, 40.757608242206224, -73.8390807815208, 40.7575672457832, -73.83909389677991, 40.757546254385915, -73.83910148030961, 40.7575302206538, -73.83911530673733, 40.75749082389428, -73.83913228076716, 40.757437244048184, -73.83914254126067, 40.75740330567824, -73.8391556539842, 40.75736863017279, -73.83916911415034, 40.75732542014991, -73.83917722626545, 40.757284671847984, -73.83918207691903, 40.75726945735769, -73.83918928352209, 40.757254523512046, -73.83920348773935, 40.757235677727735, -73.8392233324294, 40.757218807420735, -73.83924188601493, 40.75720745001063, -73.8392620419972, 40.757198000305316, -73.83931291178926, 40.75717844653515, -73.83936975007711, 40.75715398790139, -73.83938945745163, 40.757144433989936, -73.83940943273126, 40.75713329285556, -73.83942628232107, 40.757121372925155, -73.83944147841154, 40.757106631201665, -73.83945726917067, 40.75708689699605, -73.83947302098962, 40.75706316988786, -73.83948244563209, 40.75704624539284, -73.83948811135194, 40.75703184698345, -73.83949147379009, 40.75701349574272, -73.83949094594719, 40.75699468612655, -73.83948722325565, 40.75697775681902, -73.83948084179823, 40.75696335513049, -73.83947190886103, 40.756950206092775, -73.83946112377213, 40.75693804773189, -73.83944866551003, 40.756927305335914, -73.8394286961157, 40.75691736562655, -73.83940912191791, 40.75691493578902, -73.83939057885316, 40.756918046401815, -73.83934562267146, 40.75693541752154, -73.83930482617892, 40.756954463965585, -73.83928632292395, 40.75696168272806, -73.83926166001096, 40.75696615175095, -73.83923532062472, 40.75696309469646, -73.83921195453269, 40.75695427944442, -73.83919817877847, 40.75694381253846, -73.83916700699238, 40.75690281128081, -73.83915193038659, 40.75687836488972, -73.83914015317042, 40.756859264008455, -73.83912362135634, 40.75682836525265, -73.83910530792772, 40.756791811526035, -73.83909608887872, 40.75677311493837, -73.83907667266665, 40.75673374378228, -73.83905974624771, 40.756701506312645, -73.83905395197914, 40.75667840922764, -73.83906007546351, 40.75666523616699, -73.83907284553463, 40.75665372662209, -73.83909731251006, 40.756640614303336, -73.8391410391889, 40.75661987006629, -73.8391872966286, 40.75659663134022, -73.83924071100347, 40.75656917560536, -73.83929478386145, 40.75653922455991, -73.83933572578009, 40.756519188664655, -73.83940601576651, 40.75648462077374, -73.83944743514874, 40.75646200825435, -73.83946909070694, 40.75644837594775, -73.83949273686852, 40.756431329888485, -73.83951049285643, 40.75641569481684, -73.8395219397155, 40.756400382339834, -73.83952852578385, 40.75638537916833, -73.83953251797844, 40.75636907925563, -73.83953552762537, 40.75633395108153, -73.83953165924044, 40.75630377421735, -73.83953440720232, 40.756276498996996, -73.8395415320347, 40.75625364685838, -73.83954877547762, 40.75623513892869, -73.83955666478315, 40.756219386547926, -73.83960243296234, 40.75614440836195, -73.83962259148036, 40.7561071905721, -73.83965119823685, 40.75605420045745, -73.83966285769118, 40.75603465497969, -73.83968442275354, 40.7560024549586, -73.83972451633014, 40.755946490227814, -73.83974627170998, 40.75592080652605, -73.83977141344955, 40.755897286945476, -73.8398041883844, 40.75587237858729, -73.84001903921025, 40.75574000011278, -73.84005106255864, 40.75571929870822, -73.84006896674052, 40.755706419305675, -73.84009127679298, 40.755687853913464, -73.84012416266025, 40.75565807837887, -73.84017694404646, 40.755608690388215, -73.8402083827349, 40.75558138381202, -73.84023357643298, 40.75556323482413, -73.84028899157545, 40.75552905729188, -73.84033721231532, 40.75549994681847, -73.84037227247329, 40.755480425595024, -73.8403916559717, 40.75546541399096, -73.84041069111554, 40.75544405602991, -73.84042156140444, 40.75542259850548, -73.840440636496, 40.755397902416135, -73.84045671426973, 40.755381648025306, -73.84048123179448, 40.75536046964216, -73.84050597353722, 40.75534109437872, -73.84055319633863, 40.755306302036004, -73.84059532225716, 40.75527449320384, -73.84063438599175, 40.75524111684006, -73.84065149880011, 40.755223818365316, -73.84066268706547, 40.75520849370864, -73.84067756257204, 40.75517697673514, -73.84069220269672, 40.75513741700797, -73.840704120297, 40.755089949765825, -73.84071242202329, 40.75504368420131, -73.84072251425346, 40.755010290254354, -73.84073561350357, 40.754976251198485, -73.8407431210638, 40.75496347258037, -73.84075081919521, 40.75493933523229, -73.84075186983101, 40.75492535901799, -73.84074827581436, 40.7549040543616, -73.84074276611494, 40.7548835980356, -73.84073305787543, 40.754852487411135, -73.84072974020448, 40.75483298865225, -73.84072930905126, 40.754805298371586, -73.84073231956597, 40.754768523133414, -73.84074134221763, 40.75472481239888, -73.8407554035277, 40.754685088869294, -73.84076038010396, 40.754663037833645, -73.84076415013776, 40.75463497964972, -73.840767256838, 40.75459956791008, -73.84076371128799, 40.754576818006704, -73.84075126530854, 40.75454468872653, -73.84073383732735, 40.75449676847237, -73.84072147293375, 40.75445975044959, -73.84071433232626, 40.75442705127567, -73.84070523460652, 40.75438282110559, -73.84069434369155, 40.75433329167304, -73.84069106236163, 40.75431198204242, -73.84068900725929, 40.75428497660033, -73.84068729144276, 40.75423296004804, -73.84068778962668, 40.75419102232925, -73.84069018981285, 40.754139094315384, -73.84069236540314, 40.754121659007694, -73.84069661912083, 40.754106249112404, -73.8407042247153, 40.75408908156015, -73.84071522146787, 40.75407006995596, -73.84074119112181, 40.75403266908884, -73.8407644975513, 40.75400665324543, -73.84077754284031, 40.75399460268398, -73.84082089664366, 40.75396641099716, -73.84083549018496, 40.75395611225353, -73.84084802051194, 40.75394497858907, -73.84085238958491, 40.75392934372036, -73.84084941332134, 40.75391564469872, -73.84083667528658, 40.75390269581914, -73.84081674361818, 40.753893119301495, -73.84079751775384, 40.75388749427986, -73.8407855670043, 40.75387463203077, -73.84077641899034, 40.753850959466504, -73.84076065049062, 40.75381876975981, -73.84074910949077, 40.75380045640406, -73.84073525068023, 40.75378428665114, -73.84072062681338, 40.75377409610535, -73.84069904058849, 40.75376712964993, -73.84065187259706, 40.753770091914696, -73.84062309905615, 40.753773264215916, -73.8405067714981, 40.75378721054981, -73.84049064694325, 40.75379893533607, -73.84045636161213, 40.7538122558807, -73.84040622706881, 40.753826649474036, -73.84034045038409, 40.753847612176465, -73.84030568203926, 40.75385986760749, -73.84028771001311, 40.75386620297141, -73.84021618574204, 40.753889927593086, -73.8401521075677, 40.75391067191973, -73.84010045476762, 40.75392654640811, -73.84003731168785, 40.75394742974648, -73.8399805674028, 40.75396505399963, -73.83993447612566, 40.753980140991644, -73.83989119598331, 40.75399624764439, -73.83987656184961, 40.75400514142126, -73.8398629881392, 40.75401920918237, -73.83985355411984, 40.75403384911605, -73.83984818876961, 40.7540485577412, -73.83983763561204, 40.754099677454874, -73.83982567042236, 40.754152963624485, -73.83981893791152, 40.75417235388354, -73.83980530740071, 40.75420017319991, -73.83979221298591, 40.75422418951893, -73.83977674626995, 40.75424934618046, -73.83975988928024, 40.75427254680591, -73.83973960383594, 40.754295351838984, -73.83971469230251, 40.7543184286882, -73.83968680006305, 40.75433957790099, -73.83966127053631, 40.75435618193524, -73.83964136747717, 40.75436523314062, -73.8395943392285, 40.75437979819881, -73.83955266302392, 40.7543925840869, -73.83952954267491, 40.7543981251182, -73.83947321495009, 40.75440680226468, -73.83943158259923, 40.75441366013313, -73.83940894173007, 40.75441678574858, -73.83939042288321, 40.75441848980345, -73.83927669859698, 40.75465008473806, -73.83925144455877, 40.754620156272914, -73.83923692758991, 40.75465253895303, -73.83923226668817, 40.75468489396382, -73.83923190165336, 40.75473114168632, -73.8392260885072, 40.75477675144995, -73.83921999533744, 40.75480492520831, -73.83921084003516, 40.75482811218768, -73.83920160523436, 40.754844493924956, -73.8391901073943, 40.75486187386588, -73.83915662210798, 40.754904970398606, -73.83910586933216, 40.75496698766749, -73.83905630930937, 40.75502738476729, -73.83903594717, 40.7550542904756, -73.83900538616257, 40.75509906058927, -73.83898049492502, 40.755138495913044, -73.83896259592969, 40.75516047207473, -73.83893677317022, 40.75518795005755, -73.83889068390512, 40.75523260297372, -73.8388730576152, 40.755250989182, -73.83884591224938, 40.755281803472975, -73.83880353283843, 40.75532895414664, -73.83878365573364, 40.75535304550396, -73.83875588242717, 40.75539031462767, -73.83871455520283, 40.755449873022926, -73.83870049717403, 40.75547348984116, -73.83868830782552, 40.75549710026938, -73.83866533134625, 40.75555061762801, -73.83864461221769, 40.75561037055094, -73.83863748262031, 40.75563802413191, -73.83863288847876, 40.755667113970354, -73.83863058686117, 40.75570162176707, -73.83863375443511, 40.75572711684899, -73.83864545550564, 40.75576822156134, -73.83866104293978, 40.75583093307109, -73.83865942170681, 40.75584464281646, -73.83865295238292, 40.755861746084896, -73.83864164389061, 40.755880513014546, -73.83862605142076, 40.755897115427125, -73.83860639940234, 40.7559093446924, -73.83859127500902, 40.75591896972942, -73.83855846107384, 40.75595048920867, -73.83847106398356, 40.75603636688413, -73.83845769432052, 40.75604950363868, -73.83839907995473, 40.75610730419681, -73.83832971432129, 40.75577072892533, -73.83825183375427, 40.75545074608354, -73.83820556603126, 40.755299970488096, -73.83814325533115, 40.755096910514844, -73.83810937838062, 40.75499289038883, -73.83803461619456, 40.75479774090971, -73.83791209454783, 40.754553109766796, -73.8378731204498, 40.754479686117875, -73.83781677715008, 40.75437353519135, -73.8377350551662, 40.7542277856157, -73.83767932446622, 40.754144011277766, -73.83762942713008, 40.75406899896278, -73.83735350067892, 40.75365516530985, -73.8369752547543, 40.75310070168914, -73.83683218491662, 40.752900304673716, -73.83661751803842, 40.75258272560061, -73.83649826708208, 40.75240311502392, -73.8361711234531, 40.75193454041361, -73.83598376554069, 40.751666462010995, -73.83574523486708, 40.7513228415093, -73.83554415854354, 40.75104428970984, -73.83532954137506, 40.750739764662946, -73.83521026502642, 40.75057315508683, -73.83507743276357, 40.750357114225935, -73.83488088671324, 40.74999922308643, -73.83482402068816, 40.749881933288705, -73.83480337740325, 40.74982112932744, -73.83473966589548, 40.74963148018351, -73.8347218998259, 40.74957700189686, -73.83470598046604, 40.749356179982726, -73.83466724304574, 40.74909747967214, -73.83463545538174, 40.74892319030257, -73.83462505924562, 40.74878432429023, -73.83462532282937, 40.74867814400055, -73.8346296922949, 40.74859888217901, -73.83463450219533, 40.74850770817152, -73.83464408872821, 40.748329683442584, -73.83465954936364, 40.748224191337826, -73.83469943738675, 40.74800369351412, -73.83473378505063, 40.74786761483408, -73.8347933449926, 40.74766895189044, -73.83488732284245, 40.747402469676025, -73.83505026885632, 40.74710872153153, -73.83506785351035, 40.74707705693858, -73.83508626834976, 40.74704531968977, -73.83512037726003, 40.746986532934734, -73.83527870013747, 40.74675589623986, -73.83531425374339, 40.74670410213495, -73.83533111617675, 40.746684299759856, -73.83558126330436, 40.74639052058959, -73.83573455973345, 40.746225013425935, -73.83579074037497, 40.746164356970844, -73.83611248245474, 40.74581697868398, -73.83618819649028, 40.74573131029729, -73.83625280166267, 40.74565820886681, -73.8363430909784, 40.745556049381044, -73.83637479630342, 40.745519162788774, -73.83641506098887, 40.745472122508616, -73.83650142283477, 40.74537123063701, -73.8366379057166, 40.74521560127276, -73.83678907028701, 40.74503995624336, -73.83687714933521, 40.74492877821279, -73.83695206490567, 40.74482650911764, -73.83705191349206, 40.744689747964536, -73.8371620806766, 40.74452183652338, -73.83726353979846, 40.7443249739368, -73.83729329767615, 40.744266692761514, -73.83734588569222, 40.74416370206892, -73.8373642764885, 40.744121638283104, -73.83740300863923, 40.744031452134564, -73.83741806097143, 40.74399112881147, -73.83743484497305, 40.7439461595066, -73.83744785335772, 40.7439113083846, -73.83746310794974, 40.74386910507909, -73.83747844090968, 40.74382971416939, -73.83749627496042, 40.7437517670203, -73.83755526428101, 40.74353070790246, -73.83757397361094, 40.743439936932795, -73.83757750698135, 40.743422798037635, -73.83758475256627, 40.74337829342563, -73.83760758526373, 40.74323764550217, -73.83773472653614, 40.74321721026236, -73.83777547797736, 40.74320853363861, -73.83786530026926, 40.7431894099538, -73.8379212026969, 40.74317750917416, -73.8379648137078, 40.743168225062384, -73.83800149362159, 40.743160416123544, -73.8383793502616, 40.74307030361418, -73.83856786245329, 40.74301578737134, -73.83873334915101, 40.74296481540073, -73.83887663131765, 40.7429231035764, -73.83916371900509, 40.74281442896776, -73.83939809685283, 40.742716810437564, -73.83964335947019, 40.742610835459395, -73.84122620847815, 40.74193795507679, -73.84165100522772, 40.74173814976537, -73.84227162514712, 40.74144060439306, -73.84235957434939, 40.741398438729576, -73.84244520736702, 40.741357384659814, -73.8424890040861, 40.74133638347314, -73.84304563046015, 40.74107887754829, -73.84392569619915, 40.740652671480454, -73.84497335914834, 40.74014239229119, -73.84502338034866, 40.7401184295409, -73.84510073576088, 40.740081374120514, -73.84514046415656, 40.740062343969, -73.84519835883809, 40.740034612294664, -73.84525623213986, 40.74000688956753, -73.845309185435, 40.73998152313756, -73.84538878894134, 40.73994338993258, -73.84546646751333, 40.739906181613556, -73.84550039630473, 40.739889928828795, -73.84557653038519, 40.73985345858152, -73.84565152655506, 40.73981753156656, -73.84570817275497, 40.73979039680054, -73.84576693100755, 40.73976224906139, -73.845832275577, 40.73973094662219, -73.84594420461713, 40.73967732882975, -73.8474412791017, 40.738960160152594, -73.84747800521075, 40.73894256603034, -73.848004908422, 40.738690145842995, -73.84842349416455, 40.73850153306021, -73.84913648060784, 40.73820025581767, -73.84923306794494, 40.73815670132494, -73.8500382143929, 40.73780585173383, -73.8502096645875, 40.73775246577095, -73.85059809656485, 40.737625049458245, -73.85094781059264, 40.73751716509619, -73.85133905740092, 40.737400900928236, -73.85155239618032, 40.73734104734732, -73.85159469902436, 40.7373291800322, -73.85175311341143, 40.737283770589926, -73.85182762507054, 40.737262745948556, -73.85191465552758, 40.73742846687642, -73.8519598012115, 40.73751448659397, -73.8520475747759, 40.73768173833443, -73.85224296449026, 40.73763115006434, -73.85275523889118, 40.73749851377141, -73.85295440402454, 40.73745225876795, -73.85368699985855, 40.73731459093892, -73.85390636197961, 40.737277511819215, -73.85400928404506, 40.7372601130341, -73.8541883683507, 40.73722984238662, -73.85425264481285, 40.737218977166364, -73.85467722130629, 40.73713997087485, -73.85486803206646, 40.737098472915825, -73.8549966342109, 40.73706967274849, -73.85504487029168, 40.73705869323526, -73.85507008405321, 40.73705290858261, -73.8550952860323, 40.73704709599386, -73.855182877015, 40.73702988308501, -73.85539564626926, 40.73697664941622, -73.85548814474431, 40.736951562984835, -73.85585099424638, 40.736851862243626, -73.85624746476672, 40.73672245132021, -73.856283724461, 40.736708679168316, -73.85659523871405, 40.73659036602577, -73.85676838485954, 40.73654102830392, -73.85743044957216, 40.73635237106905, -73.85752580871855, 40.73632519826217, -73.85821586191382, 40.73612855930725, -73.85837020910384, 40.736082761144935, -73.85869324628474, 40.735987899444865, -73.85881661503716, 40.73595094979053, -73.85872360353257, 40.73579713505668, -73.85995773068251, 40.73543062876255, -73.86099707076691, 40.73511446758267, -73.86198106042227, 40.73482333598599, -73.86436298307562, 40.734114606416696, -73.86443531841131, 40.73409359086556, -73.86451199024239, 40.73407131425542, -73.86456804062466, 40.73417561951494, -73.86459484807551, 40.73422643434657, -73.86461813304399, 40.734270571357925, -73.86464787915108, 40.734329387952364, -73.86470987474432, 40.73445197055373, -73.86481503986533, 40.73465990541984, -73.86515864000859, 40.73532469925896, -73.86550060358674, 40.735989018225325, -73.8655763789339, 40.73613738628151, -73.8658228301112, 40.736629474845515, -73.86530298601065, 40.73678362941772, -73.86506415392537, 40.73685448190703, -73.86502900602275, 40.73686495595868, -73.86492970085217, 40.736894517594244, -73.86497530231034, 40.73701435853833, -73.86523050221031, 40.73764056861536, -73.86551616308581, 40.738342827366836, -73.86554850628622, 40.73842542195057, -73.86648010641431, 40.73821065481601, -73.86672216781874, 40.7387968411404, -73.86676010914024, 40.73889005704843, -73.86679707767517, 40.738989053981996, -73.86690095195188, 40.73924076621931, -73.86695567016235, 40.73937178407413, -73.86699414827908, 40.739463900996206, -73.86703972679061, 40.739571877750066, -73.8670702751247, 40.73965336399294, -73.86710961138724, 40.73974752241475, -73.8671466841401, 40.7398369082182, -73.86717958324394, 40.73992649721254, -73.86727580971726, 40.740158668230826, -73.86731778933563, 40.74026103505165, -73.86735082688392, 40.74034553087614, -73.86752276115811, 40.74077080737512, -73.86754632260201, 40.7408477279676, -73.86755559793647, 40.74089044883641, -73.86756252420139, 40.74094157594814, -73.86755765686321, 40.74104170595659, -73.8675572823809, 40.74167738230025, -73.86754890229761, 40.741775662216924, -73.86750474194194, 40.741955969674585, -73.86747168535832, 40.742095414029265, -73.86746190132838, 40.74222086154523, -73.8674707035431, 40.74300146888216, -73.86747084160602, 40.74309217269825, -73.86747113727742, 40.7432131625752, -73.86749134223919, 40.74330173726389, -73.86767774391117, 40.74404180878638, -73.8678105974638, 40.74456134808465, -73.86782807897565, 40.74462779049484, -73.86784957484826, 40.74470948760525, -73.8678680994936, 40.74477954224045, -73.86788925868458, 40.74485791878364, -73.86790963629288, 40.74493340109451, -73.86805576538393, 40.745507236960286, -73.86808573121878, 40.74560027120303, -73.86817847696047, 40.74593495646006, -73.86825097865544, 40.74623085792757, -73.8682650181702, 40.74631390707806, -73.8682786890634, 40.746394772974135, -73.86841910681497, 40.74695478703698, -73.86843750709274, 40.747030878416105, -73.86845968756613, 40.74714501964388, -73.8684834906879, 40.747299736877075, -73.86851219936452, 40.74748631064556, -73.86852925403893, 40.74758798748209, -73.86854274482842, 40.747659611219696, -73.86854659630421, 40.74767535828369, -73.8685512781359, 40.74769334135425, -73.86855912047878, 40.74772200624655, -73.86858055914881, 40.7477778396479, -73.86867777552031, 40.74796537220367, -73.86886824147966, 40.7482817825025, -73.86891395602619, 40.74836856058517, -73.86896650245995, 40.748451912786955, -73.86897589147236, 40.74846613166992, -73.86907502425993, 40.74862312084706, -73.86911210437195, 40.74867525102418, -73.86919187269224, 40.74876257646965, -73.86924012311214, 40.74885599313285, -73.86937919822302, 40.74907305247644, -73.86942457349491, 40.749156536806126, -73.86947309901599, 40.749242209316876, -73.86955736023783, 40.74939097128251, -73.8696344425854, 40.749527059426704, -73.86968550159253, 40.74961204582238, -73.86974155507166, 40.74970621580976, -73.86981728984951, 40.749832412933, -73.86983746519215, 40.74986604715676, -73.87084433418028, 40.75154831519154, -73.87096907112773, 40.75178291182004, -73.87178599426137, 40.75331327955764, -73.87179790152324, 40.753335794667, -73.87202848684035, 40.753776579732666, -73.87207046696307, 40.75386167289183, -73.87193881911745, 40.753889174859346, -73.87189953867228, 40.753896651312665, -73.87186174402521, 40.753903685455704, -73.87174855932054, 40.753925224777944, -73.87172547132934, 40.753930818230046, -73.87168483831024, 40.753960527508006, -73.87167992420981, 40.753986840234504, -73.87188582012327, 40.75511323993992, -73.87217708079984, 40.75673054207274, -73.87221855946402, 40.75694291390611, -73.87132394876782, 40.757036028171775, -73.87095881774303, 40.757076053358546, -73.87041370740046, 40.75713210128593, -73.86950313864868, 40.75722770487882, -73.86848374439849, 40.757334621616394, -73.86746336219555, 40.75744122472811, -73.86656996794778, 40.75753521209331, -73.86567435885509, 40.75762927189503, -73.86515217458096, 40.757674859582146, -73.8646195545151, 40.757693407552466, -73.86371499508382, 40.757725360718965, -73.8628070296384, 40.757758672396974, -73.86190616340636, 40.757794556374776, -73.86152185651315, 40.75780731627521, -73.86135425411211, 40.7578128806209, -73.86099882209827, 40.75782467936653, -73.8604616173829, 40.75784342230634, -73.85992746074926, 40.75786378825905, -73.85951332298467, 40.75787827828022, -73.85888932178901, 40.75789916287323, -73.85856139054441, 40.75791211791795, -73.85846013562482, 40.757930239609, -73.85787157608456, 40.75801147092576, -73.85765568385914, 40.75803978372423, -73.85695185520132, 40.75813281666954, -73.85681773273994, 40.75815049807561, -73.85658788603313, 40.75818079695553, -73.85560413820387, 40.75831047014783, -73.8555883807537, 40.75825300711074, -73.85547998612707, 40.75826935043967, -73.85538062196878, 40.758284332632336, -73.85534195881786, 40.7582901625925, -73.85530448148839, 40.75829581302737, -73.85526091509178, 40.758302381520046, -73.85522908731036, 40.7583071790452, -73.85511979336104, 40.758323658682514, -73.85493238730479, 40.758336780946074, -73.85485111816628, 40.75833173389779, -73.85478602139615, 40.75832769233306, -73.85459175193033, 40.758300391576356, -73.85448824971253, 40.758268223578945, -73.85451245717664, 40.75829960707565, -73.85453705750695, 40.75833168355239, -73.85455217056926, 40.758351388599145, -73.8545797160761, 40.75838731034401, -73.85463994763369, 40.758465851060244, -73.85467373540193, 40.758507226018686, -73.85482488406747, 40.75868514047735, -73.8549082827039, 40.75878217421835, -73.85498403403135, 40.75887030847521, -73.85500302534417, 40.758892405584454, -73.85507392883821, 40.75896135109914, -73.85513335634187, 40.7590191329736, -73.85525138979547, 40.759147221634905, -73.85543799068454, 40.759233822576206, -73.85568651575277, 40.75934917561519, -73.85582692179946, 40.75940723504102, -73.85602314750085, 40.75948017739407, -73.85604925518213, 40.759489884155585, -73.85611447742522, 40.7595137020725, -73.85620499069927, 40.75959531177514, -73.85625471335527, 40.7596350077959, -73.85633066884529, 40.759695649862664, -73.85644467923349, 40.759775937015995, -73.85666974889482, 40.75992087902915, -73.85687446957635, 40.760025766032335, -73.85718744211283, 40.76016640822627, -73.85739801589024, 40.760273528500036, -73.85755885875946, 40.760360550653616, -73.85764072807002, 40.760411855511464, -73.85782629633216, 40.76049320943974, -73.85799885174904, 40.76058024542895, -73.85845511956747, 40.76083018938824, -73.85863349522711, 40.760935042673836, -73.85882354405477, 40.76105771928751, -73.85905448808585, 40.76122719627715, -73.85931463172895, 40.76143232886081, -73.85945200265354, 40.76154603318322, -73.85966821921124, 40.76175779040711, -73.85974052002338, 40.76182662124936, -73.85976692354959, 40.76185175768638, -73.8598567777148, 40.761937299789935, -73.86000864839674, 40.76211780886939, -73.86012458226729, 40.762266399823396, -73.86023641098765, 40.762409723122616, -73.86044664692149, 40.76268380548457, -73.86088090195886, 40.76320903358189, -73.86092899566437, 40.763272003654045, -73.861172052928, 40.76357967259132, -73.86191952054708, 40.76452014004046, -73.86228702386202, 40.764980215748096, -73.86281822778606, 40.76561802434971, -73.86310904482883, 40.76594655479905, -73.86331941445451, 40.76617072772421, -73.86334301874854, 40.766195877110604, -73.86364687309062, 40.766519664263924, -73.86424940933243, 40.76707518311622, -73.86448428821745, 40.76727903673854, -73.86479490997827, 40.767520065170636, -73.86489142684673, 40.767573852977385, -73.86499680335655, 40.76764398804085, -73.86524788585476, 40.767857227019775, -73.8653138117781, 40.76792940661446, -73.86535587618368, 40.76799348706457, -73.86536418092201, 40.768008946727825, -73.86538015547438, 40.768036977392235, -73.86543832919057, 40.7681087912555, -73.86552669855477, 40.76820422905384, -73.86560407736476, 40.76827524668598, -73.86631088558669, 40.76884222341372, -73.86657553506753, 40.769034809514544, -73.86668443536252, 40.76911405479744, -73.86751876915213, 40.769694931215426, -73.8681002990086, 40.770058109043994, -73.8681747085535, 40.77010457827965, -73.86800263832752, 40.770254391794936, -73.8678592411808, 40.77036528842562, -73.86779277412212, 40.77032502807407, -73.86715928767077, 40.769916495248644, -73.86691161463841, 40.76977424941615, -73.86667206682198, 40.7696148560393, -73.86634968829942, 40.76938913940798, -73.86611262267495, 40.769165321141294, -73.86599755666101, 40.7690696384423, -73.86583757730361, 40.76894787335334, -73.86556020164231, 40.76876031172792, -73.86495152591662, 40.76826694193251, -73.86445915962165, 40.76781158459108, -73.86398256818676, 40.767240231700576, -73.86263799020648, 40.76688618341398, -73.86263799020648, 40.76688618341398 --73.90202516666511, 40.76741647041517, -73.90175888195762, 40.76737854946071, -73.90067609398713, 40.76721394994939, -73.89801555270179, 40.766779033255276, -73.89663424183988, 40.7665460844783, -73.89597452464089, 40.766430417051296, -73.89593985615544, 40.76642433795618, -73.89504261249576, 40.76626701729899, -73.89500292254903, 40.766260058056716, -73.89455843242094, 40.766182118684995, -73.8944879521273, 40.766168289048814, -73.89391090986837, 40.76606343479895, -73.89368800604373, 40.76599900264653, -73.89347158887651, 40.765936471621764, -73.89321452389436, 40.76586213742995, -73.89308014758271, 40.76582329380917, -73.89360244882577, 40.765746455510836, -73.89394231634047, 40.765595629088956, -73.8940718104556, 40.76551694596599, -73.89418847807676, 40.76542741694676, -73.89428885092536, 40.76532954138982, -73.89437393670168, 40.76522421626336, -73.89445573329348, 40.76509192695071, -73.89456794039097, 40.76488649400432, -73.89467349033983, 40.7646932431882, -73.89484963400734, 40.76437074334329, -73.89498265425412, 40.76415748467046, -73.89506745077111, 40.76403790826431, -73.89509147512759, 40.76401252780405, -73.89513136922183, 40.76397774520674, -73.89532546665669, 40.76381978137276, -73.89560627834221, 40.763616020498446, -73.89588060674541, 40.763436277644765, -73.89600670268632, 40.76333617885325, -73.89610349334987, 40.7632471891414, -73.8962149686351, 40.76313371524226, -73.89628244007318, 40.763064740598594, -73.89695471096681, 40.76208999345008, -73.89705450771977, 40.761949785789284, -73.89771940581015, 40.76097611796188, -73.89780940929491, 40.760843234645975, -73.89786988105442, 40.760768893937424, -73.89788806949826, 40.76074648568058, -73.89790015435734, 40.76073084110904, -73.89802508822949, 40.76055133249793, -73.89845326004433, 40.759930623244564, -73.89820974546792, 40.75997718598376, -73.8980259420949, 40.75999361163948, -73.89755300469618, 40.7600435113696, -73.89719124435007, 40.75805974579126, -73.89695249736499, 40.75675536889821, -73.89690836043302, 40.75651105822378, -73.89652230713199, 40.754388461947414, -73.89644517487022, 40.7539705605256, -73.89626434071018, 40.75297200214767, -73.8962361658486, 40.752810952750416, -73.8961921520469, 40.752559380085636, -73.8961760344297, 40.75245917793275, -73.89584856909276, 40.75069112521163, -73.89579868665953, 40.7506193871708, -73.89654041137317, 40.750541663981785, -73.89618456098044, 40.749892807078595, -73.89609876464475, 40.74976508650673, -73.89587472582446, 40.74943156976162, -73.89550099333927, 40.748832176411355, -73.89535135624558, 40.748592183372274, -73.89531871138026, 40.74849783822815, -73.89529277236375, 40.74842287267324, -73.89525242826792, 40.748306275288336, -73.89583954237241, 40.748546541544115, -73.89596772636159, 40.74853274005875, -73.8960009145881, 40.74852916620143, -73.8960571287351, 40.74852311420961, -73.89611059297732, 40.748517358678356, -73.89613302202234, 40.748514943035396, -73.89618737919749, 40.74850909101896, -73.896149993571, 40.748448770188475, -73.89612624269208, 40.748410451117934, -73.89609768947098, 40.74836438245127, -73.89583492154172, 40.74794561564989, -73.89565974522924, 40.74764043199696, -73.89556343191329, 40.74745109507324, -73.89554604373906, 40.74741273842173, -73.89532715098827, 40.74692991119092, -73.89528266185431, 40.7468490529486, -73.89512980264608, 40.74657122631821, -73.89510248675268, 40.746521582604416, -73.89507143293342, 40.746465136650144, -73.89501939973951, 40.74647066877743, -73.89499296391774, 40.74647347947537, -73.89493960317598, 40.74647915263641, -73.89488373419897, 40.74648509363575, -73.89486460632418, 40.74648712663191, -73.89480820324135, 40.74649312383905, -73.89471661543885, 40.746502660272924, -73.89460952000287, 40.7465138114625, -73.8943681258555, 40.746538945006165, -73.89369466815435, 40.74660906203024, -73.89358817752485, 40.74662014889253, -73.89291429392036, 40.74669049329177, -73.89253624696647, 40.74672995350555, -73.89232089986044, 40.74675243165215, -73.89220532222976, 40.74676434621196, -73.89175045193132, 40.746811229545, -73.89157142072457, 40.746829795294424, -73.89143130031583, 40.74684432625738, -73.89141696947827, 40.74677621280147, -73.89140759811113, 40.74673167118987, -73.89138772392381, 40.74663722347632, -73.89112474724462, 40.74527734352078, -73.89111025771233, 40.7452024058167, -73.8907164710044, 40.74312746457313, -73.89076752052128, 40.74312042960876, -73.89079716469153, 40.74311634510229, -73.89087534300589, 40.743105570787485, -73.8908637625523, 40.74302601167861, -73.89071127695588, 40.742326240210886, -73.89069780732125, 40.742260331880196, -73.89068536080839, 40.742198663207944, -73.89055912239967, 40.74157320375054, -73.89054699442225, 40.74151310134281, -73.89053526569896, 40.74145429424295, -73.89040795041846, 40.7408158391998, -73.89039917911629, 40.74074714461643, -73.89027618414696, 40.7407579515624, -73.89026256732276, 40.74068985299017, -73.89022228072115, 40.74048834036657, -73.89020388310834, 40.740426809134206, -73.89017719306634, 40.74036682696923, -73.89013576325836, 40.74030028674642, -73.89009418808567, 40.74024942961528, -73.89004415438735, 40.74020179451519, -73.88993183874437, 40.74010336796961, -73.8898978428851, 40.74007357728826, -73.88981276282892, 40.73998798638475, -73.88977976419328, 40.73994588127514, -73.889744876722, 40.739890493656, -73.88971551889591, 40.73983327878741, -73.88969177568163, 40.739774396144895, -73.88966322066759, 40.739661408167464, -73.88965544893188, 40.73956661504937, -73.88966181138518, 40.7394729223852, -73.8896836297552, 40.73937500133168, -73.88974163201091, 40.73911470919228, -73.88986243438166, 40.73913721051408, -73.89003687371927, 40.73917065368009, -73.8901380947223, 40.73919006167943, -73.88964075165762, 40.73829794264918, -73.88869109787782, 40.73655222813678, -73.88880153530292, 40.73653070281423, -73.88904085058532, 40.73648222244519, -73.88930600159253, 40.73643552240678, -73.88938342767378, 40.73642188746357, -73.88948820235001, 40.73640314851972, -73.88953621517379, 40.73639456231064, -73.88995616461818, 40.736319460338, -73.89053736334208, 40.73621551654835, -73.89085017385224, 40.73616411436811, -73.89138531845448, 40.73600816870578, -73.89079380365858, 40.73593917965429, -73.89072270734708, 40.73594413794936, -73.89062885507879, 40.73594252249116, -73.89047287699972, 40.73593983571465, -73.8896411141337, 40.73594120015043, -73.88961956490226, 40.735940184435655, -73.88959846610705, 40.73593668104384, -73.88957831837718, 40.73593077690397, -73.88944144848024, 40.73587987491612, -73.88940289991469, 40.73586553962764, -73.88938436433865, 40.73585624748807, -73.88936845105385, 40.73584549994147, -73.88935458059129, 40.73582864620636, -73.8893277849541, 40.73578177690672, -73.88909016373363, 40.73536392756566, -73.8890428581965, 40.73527663172177, -73.8890164111183, 40.735231143161116, -73.88899760991136, 40.735198808488924, -73.88897203170401, 40.735159792710235, -73.88880108843681, 40.73491506944818, -73.88852298636185, 40.734530626476676, -73.88868770905798, 40.734559845231445, -73.88904399721977, 40.734592617288754, -73.8893651516449, 40.7345899212807, -73.88993489454717, 40.7345654961337, -73.8911385243781, 40.734512646650806, -73.89138497183578, 40.73450467032405, -73.89175016184774, 40.734484488894665, -73.89180165659442, 40.734395961459036, -73.89198215333859, 40.734105561078515, -73.89204851994998, 40.73399431143418, -73.89206337825276, 40.73396424837175, -73.89206836743, 40.733950018707226, -73.89209410238212, 40.733856523195726, -73.89212166319382, 40.7337473722428, -73.89213096784468, 40.73368018770005, -73.89231349952038, 40.73367633416323, -73.89271326812145, 40.733664591863196, -73.89316555287681, 40.733640369031406, -73.89348195515984, 40.73362080861953, -73.89406457744796, 40.73359499177786, -73.89498346272994, 40.733554168686574, -73.89544570032896, 40.73352859701449, -73.89569881761157, 40.733517057803084, -73.89578296160157, 40.73351342659068, -73.89595645120009, 40.733503148375085, -73.89596126642728, 40.733563380547956, -73.89611625212862, 40.73356437144795, -73.8975849270057, 40.73359659965779, -73.89772296338948, 40.73359962017612, -73.89789189630031, 40.73360331809615, -73.89806632145759, 40.733608228212226, -73.89908063645386, 40.733629882823664, -73.89988206194093, 40.73365071415268, -73.90006743364816, 40.73365750651345, -73.90002777755461, 40.7343388815372, -73.9001639963482, 40.734340906089855, -73.90058778414438, 40.73435115849768, -73.9006525350273, 40.73435495959225, -73.90071138268519, 40.73435841426809, -73.90091094205985, 40.73412571824763, -73.90107971397956, 40.73391431947584, -73.90259649635243, 40.73210411493598, -73.90421794626492, 40.73012627985469, -73.90488258022646, 40.729314669763305, -73.90510463284045, 40.729042062644865, -73.90521332482497, 40.72892192789347, -73.90528900639602, 40.728855489367305, -73.90563624234242, 40.728585032765515, -73.90573454858274, 40.72851122110345, -73.90622432293658, 40.72878265086725, -73.90709316382478, 40.72919052307451, -73.90736130581534, 40.7293166906169, -73.90782769400069, 40.72954765194199, -73.90828265813018, 40.72975151585861, -73.90841833599026, 40.729810599983836, -73.9085282026828, 40.729844520335725, -73.9086196635116, 40.72986712999253, -73.90884534319467, 40.72989788835112, -73.90895464811423, 40.72992217060349, -73.90909477902531, 40.729938716505316, -73.90918771904096, 40.72994281871696, -73.90940843100752, 40.72994399843782, -73.9095128809822, 40.72993826147536, -73.90976082630701, 40.72991930762661, -73.9100591484307, 40.729898479021806, -73.91068725196592, 40.72986345813718, -73.91086369301244, 40.729878573020095, -73.910923682256, 40.72988266452805, -73.91095891685599, 40.72988506732182, -73.91127091385201, 40.72990634764747, -73.91135039304886, 40.729912606165975, -73.9114456455166, 40.72992257425073, -73.91151236231416, 40.72993005473819, -73.91153758150001, 40.72993316916464, -73.91161658383393, 40.729941113786296, -73.91170995895217, 40.72996984681805, -73.91247365924188, 40.730162160807275, -73.91276733644436, 40.73022912757928, -73.91279135357016, 40.73023460195467, -73.91334541709288, 40.730360939300944, -73.91433123646821, 40.73061322148994, -73.91478470725765, 40.73073603527304, -73.91568274669284, 40.73099046603448, -73.91611082440326, 40.73111543792158, -73.91651041962699, 40.731231095216756, -73.91666237280752, 40.73127504655708, -73.91669498105551, 40.731284478667085, -73.91676553801928, 40.731304886589605, -73.91728035856264, 40.73144319929122, -73.9174250474822, 40.73148270939919, -73.91758191613141, 40.73152918087081, -73.91770680394137, 40.73156519868543, -73.91784691709964, 40.73160933991041, -73.91804489033667, 40.7316801799172, -73.91835103070218, 40.73178588658124, -73.91854747369146, 40.731865995373084, -73.91865953868518, 40.731916591321216, -73.91886115293637, 40.73200761469175, -73.91889110779209, 40.73202289311233, -73.91901996822963, 40.7320886335844, -73.91905452760177, 40.732106263726735, -73.919148946071, 40.73215538706614, -73.9192464062813, 40.73220609465447, -73.91945651837513, 40.73232445787502, -73.91967143021651, 40.73246352314808, -73.91973893552569, 40.73250720616198, -73.91998097311631, 40.73268353929199, -73.92040833183306, 40.73301202219069, -73.92048525112455, 40.73307114508429, -73.92052400532015, 40.73310093184203, -73.9209534954563, 40.73343245608341, -73.9212666645745, 40.733695764967365, -73.92133008491369, 40.73374908959189, -73.92143958949188, 40.73384115848471, -73.92149340819103, 40.733886410613806, -73.92156639261876, 40.73394204872882, -73.92174139597404, 40.73409086063188, -73.9218890900031, 40.73417440831406, -73.92197994553864, 40.73423153691955, -73.92211996769076, 40.73433745943869, -73.92215632758149, 40.73436496663605, -73.92221711189838, 40.73440595112004, -73.92236146932545, 40.734503290824605, -73.92241784410878, 40.73454225599066, -73.92259991737652, 40.73467464516583, -73.92277255441915, 40.73479222786939, -73.92302924020046, 40.73494940963743, -73.92322673754603, 40.73505109178566, -73.92328606956892, 40.73508163874274, -73.92333111878135, 40.735104832516555, -73.92367956846333, 40.73528328805511, -73.92414786709439, 40.73549576529148, -73.92420859788758, 40.73551917796618, -73.92420295742821, 40.73564147406522, -73.92412472705801, 40.73562100532706, -73.92402158142625, 40.735595358387464, -73.92397156816719, 40.73578346764204, -73.92391401113365, 40.7360596667914, -73.92388701631342, 40.7361906881862, -73.92361018487036, 40.737587837528196, -73.92354640383189, 40.73789464776376, -73.92317552109594, 40.73973937291556, -73.92303957065032, 40.74043582025877, -73.9220018973713, 40.74089000723221, -73.92175322655717, 40.74099491246596, -73.9209562936558, 40.74136147814211, -73.9207000752948, 40.741348992971616, -73.92002839925338, 40.74126134590069, -73.91909861870259, 40.74115482566012, -73.91889775544219, 40.74218624445286, -73.91877122170362, 40.74279487211105, -73.91875877019336, 40.742854760569934, -73.91873497946595, 40.74296919015439, -73.91685960723237, 40.742840566727295, -73.91660321188768, 40.74291540081631, -73.9161515437263, 40.74304719800468, -73.91609578325938, 40.74306102881012, -73.91584692169712, 40.74313818370774, -73.91583015817004, 40.743224012312254, -73.91556556710913, 40.74457867129872, -73.91523179776719, 40.74624588499702, -73.91514223973405, 40.746689069230186, -73.91511335514284, 40.74683199889897, -73.91508528783194, 40.74697089218834, -73.9150614123085, 40.74710022157571, -73.91496145188964, 40.7475836758083, -73.91466836106348, 40.74903395907549, -73.9137443887249, 40.74892684449175, -73.91280973306326, 40.74881786116322, -73.91188825701903, 40.748714174407404, -73.91164202171625, 40.74868426365923, -73.91027152886261, 40.74851688601005, -73.9102012574139, 40.74840525487143, -73.90989961299289, 40.749086953147504, -73.90971146955009, 40.749754393628386, -73.90966743813577, 40.74990417006292, -73.90957064453121, 40.750248022735065, -73.9094983919427, 40.75050469495974, -73.9094826679754, 40.750560550020055, -73.9094439709829, 40.7506973830641, -73.90943892488079, 40.750727421789925, -73.90944992353232, 40.750862908014405, -73.90945641071184, 40.750888627972856, -73.90955575242468, 40.75103700049975, -73.90961464154115, 40.7511249505481, -73.90975404974003, 40.751430935724215, -73.90981330608372, 40.75157345663168, -73.90982222647399, 40.75159246970031, -73.90983512945958, 40.751619974958, -73.90984700286246, 40.75164528397413, -73.90985917972559, 40.751671237088345, -73.90989643887379, 40.751750656669344, -73.90990728036624, 40.75177376313386, -73.91027142512169, 40.7525499306816, -73.91033564032264, 40.752696932474684, -73.91043344508648, 40.75296759803263, -73.91069114890949, 40.75299659360579, -73.91078788344427, 40.75318359200588, -73.91149800043635, 40.75455629199356, -73.911876487254, 40.755290667272895, -73.91190088968987, 40.75533392011896, -73.91195810481793, 40.75539536934774, -73.9120143858599, 40.75545581286968, -73.91203219859244, 40.75548991871939, -73.91205595985107, 40.755535493445834, -73.9121054730138, 40.755633001972015, -73.91216835437329, 40.75576319461687, -73.91261086703963, 40.755970633058865, -73.91239682640563, 40.75623559915134, -73.9119640699701, 40.75676781923073, -73.91075691230408, 40.75825140062548, -73.9106836329496, 40.75831867011653, -73.91008176845858, 40.7580377187941, -73.90988541263066, 40.75794605960411, -73.90980288273973, 40.758023698725864, -73.90961704045644, 40.758251050443974, -73.9077940437732, 40.76051748405546, -73.90753052538868, 40.76084440381989, -73.90741987390243, 40.760981672587306, -73.90703988839986, 40.76145278907218, -73.90677762065816, 40.76177695253957, -73.9065103187339, 40.76210916182506, -73.9062571152896, 40.76242499005919, -73.90606688659416, 40.7626591527773, -73.90565799192326, 40.76316569750379, -73.905295371168, 40.763624392655416, -73.90526212395105, 40.763665336483484, -73.90514164916054, 40.763813701759815, -73.90451228826127, 40.76458875137561, -73.90421906097046, 40.76496419217286, -73.90370770582376, 40.765596834995314, -73.90366773953626, 40.765647110968295, -73.90361990995669, 40.76570727869427, -73.90352452096953, 40.76582734416014, -73.90347746249891, 40.76588646608514, -73.9034170883292, 40.76596241446021, -73.9032565934458, 40.76614387192168, -73.90286649381031, 40.766611497095205, -73.90219530789312, 40.76731889765446, -73.90202516666511, 40.76741647041517, -73.90202516666511, 40.76741647041517 --73.8378731204498, 40.754479686117875, -73.83379575478406, 40.756702948541836, -73.83367810417411, 40.75632025517801, -73.83352846994022, 40.756413060483624, -73.83327132294752, 40.75652633704323, -73.83315648653158, 40.756576901725545, -73.8329216715096, 40.75668029526685, -73.82963143516768, 40.75812438066071, -73.82961049335489, 40.7581329846456, -73.82946928884581, 40.758193219508925, -73.8296233688425, 40.758514365526466, -73.82948709454237, 40.75856914702925, -73.8294714344848, 40.75857631799572, -73.82945428134958, 40.75858615585113, -73.82942801575591, 40.75860091408715, -73.82939901071462, 40.75860836875423, -73.829351557891, 40.758614190485034, -73.82927947394386, 40.758625895626714, -73.82877583746631, 40.7587300544705, -73.82649210781912, 40.75920578620306, -73.82613053291671, 40.75928126361605, -73.82610661414358, 40.75928626404653, -73.82607938112658, 40.75929196546566, -73.82596207307962, 40.75931777962355, -73.82597383766205, 40.75934134384083, -73.82588900119458, 40.75936530510271, -73.82583344656852, 40.75938038385448, -73.82393338415179, 40.75989344528767, -73.82155809102397, 40.76053401020656, -73.81807771381592, 40.76147295579557, -73.81680256006612, 40.76181689796628, -73.81587972851098, 40.76206519575109, -73.81556315026025, 40.762156544616005, -73.81479108274367, 40.76236092312047, -73.81392000817692, 40.76259431478637, -73.81399557307114, 40.76277122601828, -73.81259971283502, 40.763152556188466, -73.81122718883042, 40.76304105698101, -73.81024345765215, 40.7629645187554, -73.8093826947482, 40.76289422255073, -73.80935034105286, 40.76288925044884, -73.80932727476139, 40.76288061424008, -73.80929763607584, 40.762859335744054, -73.80928965170341, 40.76281823962333, -73.80932513708393, 40.76254963856671, -73.80931093217231, 40.76252979941104, -73.80926272517144, 40.762511194389816, -73.80898796057203, 40.762478162435, -73.80841349452756, 40.76242172112725, -73.80785241528984, 40.76237370280782, -73.80777645232543, 40.76236720140134, -73.80757928256075, 40.76235017055607, -73.80749326621297, 40.762342739957745, -73.80749975454455, 40.76229049530601, -73.8075090365928, 40.76221574535944, -73.80751858288059, 40.762138892269526, -73.80752212234553, 40.76211037013542, -73.80752762235561, 40.762066103217876, -73.80753470979882, 40.76201471324332, -73.80766932650786, 40.76103871322932, -73.80768023011068, 40.76095965073487, -73.80778292480656, 40.76012443731603, -73.80787623076303, 40.75951901471109, -73.80793956703324, 40.759042602676054, -73.80825717557704, 40.756691631259216, -73.80826214566466, 40.75664189010783, -73.80861936081168, 40.754059850449245, -73.808908787428, 40.75193228351377, -73.80896843486335, 40.75149298863239, -73.8090265864103, 40.75106468911735, -73.80913470641967, 40.75026836538004, -73.80882518227683, 40.750244265063394, -73.80820258033233, 40.75019223155836, -73.80781167040686, 40.750162033407356, -73.80763493872044, 40.75014714205445, -73.80750598260775, 40.7501362772088, -73.81416170525885, 40.74613826763511, -73.81374831915898, 40.74573557957266, -73.81367361296574, 40.745555550637995, -73.81370645170315, 40.745035686107784, -73.81389548659357, 40.744183627816156, -73.81430884466918, 40.742973464544576, -73.81013261285372, 40.74229474790812, -73.81024440393965, 40.74060097263349, -73.81035511896789, 40.73887105133465, -73.8113293092743, 40.73890846109755, -73.81226836260774, 40.73894445458179, -73.81320839488598, 40.73898634573479, -73.81374332685118, 40.73902730010074, -73.81413839205045, 40.739075859870155, -73.814641556235, 40.7391512518989, -73.81495811940745, 40.73920845794135, -73.81509629713483, 40.7392334276732, -73.81594551611923, 40.73943333319843, -73.81653777233215, 40.73961076541287, -73.81673891539349, 40.73966482085117, -73.81686334593608, 40.73970956067624, -73.81703970697538, 40.739776788448296, -73.81747092673184, 40.73992168565185, -73.81758367372201, 40.73995962534317, -73.81769120561125, 40.73999584119835, -73.81928079629787, 40.74053118680216, -73.81938497543733, 40.740566272874084, -73.8194999537665, 40.740604722069016, -73.82144874090066, 40.74125637488991, -73.82156183608004, 40.74129419144467, -73.82169408686501, 40.74133720556723, -73.82185111258833, 40.74139109188601, -73.82205804357984, 40.74146045020706, -73.82224683821794, 40.741523501816594, -73.82227567620535, 40.741533577090365, -73.82230535645267, 40.741543036807826, -73.8225846498249, 40.74163051958433, -73.82269208737925, 40.74166417316272, -73.82297481907891, 40.74176358302069, -73.82311506330433, 40.74181289334388, -73.82341399437243, 40.74191799570158, -73.82351891190936, 40.741953080053136, -73.82544203918799, 40.7425988480721, -73.82538588446121, 40.74232280745322, -73.82535537849574, 40.742173218212514, -73.8254315938694, 40.74219272711678, -73.82555153824352, 40.74222344420963, -73.82587807855732, 40.74230707062052, -73.82627660555923, 40.74239373136354, -73.8266791511462, 40.74246888737091, -73.82709894961877, 40.74253435228321, -73.82753652442089, 40.74259002583916, -73.82912465658814, 40.74274759840124, -73.82941876413426, 40.742773858265856, -73.83031191385413, 40.74285706179539, -73.83035129553286, 40.74286072995039, -73.83044070036466, 40.74286905713789, -73.83122183866259, 40.742954052654646, -73.8322065832822, 40.74304020056799, -73.83299170337921, 40.74311316268228, -73.83365057995026, 40.74319196247254, -73.83372470300826, 40.743199233053204, -73.83470196091058, 40.743294951830784, -73.83489746217552, 40.74331119016193, -73.83516185110953, 40.743337169419625, -73.83529938245105, 40.74334849555936, -73.83545447744794, 40.74335873450119, -73.83554809053078, 40.74336552476489, -73.83573831675466, 40.743372474396686, -73.83598416065163, 40.74337616384684, -73.83606118500701, 40.74337522711957, -73.8361205437143, 40.74337450474089, -73.83616200825446, 40.74337400091564, -73.83623002099156, 40.74337317462539, -73.83641438637164, 40.7433700741379, -73.8366383279756, 40.743354810499014, -73.83667746604095, 40.74335185920852, -73.83674023259171, 40.74334712777714, -73.83678712390208, 40.74334349044604, -73.8368482743145, 40.74333729964295, -73.83706198032704, 40.743315661290325, -73.83713014400436, 40.74330875895209, -73.83721028629793, 40.74329740338156, -73.83736008415923, 40.74327617481057, -73.83742582529379, 40.743266860016455, -73.83760758526373, 40.74323764550217, -73.83758475256627, 40.74337829342563, -73.83757750698135, 40.743422798037635, -73.83757397361094, 40.743439936932795, -73.83755526428101, 40.74353070790246, -73.83749627496042, 40.7437517670203, -73.83747844090968, 40.74382971416939, -73.83746310794974, 40.74386910507909, -73.83744785335772, 40.7439113083846, -73.83743484497305, 40.7439461595066, -73.83741806097143, 40.74399112881147, -73.83740300863923, 40.744031452134564, -73.8373642764885, 40.744121638283104, -73.83734588569222, 40.74416370206892, -73.83729329767615, 40.744266692761514, -73.83726353979846, 40.7443249739368, -73.8371620806766, 40.74452183652338, -73.83705191349206, 40.744689747964536, -73.83695206490567, 40.74482650911764, -73.83687714933521, 40.74492877821279, -73.83678907028701, 40.74503995624336, -73.8366379057166, 40.74521560127276, -73.83650142283477, 40.74537123063701, -73.83641506098887, 40.745472122508616, -73.83637479630342, 40.745519162788774, -73.8363430909784, 40.745556049381044, -73.83625280166267, 40.74565820886681, -73.83618819649028, 40.74573131029729, -73.83611248245474, 40.74581697868398, -73.83579074037497, 40.746164356970844, -73.83573455973345, 40.746225013425935, -73.83558126330436, 40.74639052058959, -73.83533111617675, 40.746684299759856, -73.83531425374339, 40.74670410213495, -73.83527870013747, 40.74675589623986, -73.83512037726003, 40.746986532934734, -73.83508626834976, 40.74704531968977, -73.83506785351035, 40.74707705693858, -73.83505026885632, 40.74710872153153, -73.83488732284245, 40.747402469676025, -73.8347933449926, 40.74766895189044, -73.83473378505063, 40.74786761483408, -73.83469943738675, 40.74800369351412, -73.83465954936364, 40.748224191337826, -73.83464408872821, 40.748329683442584, -73.83463450219533, 40.74850770817152, -73.8346296922949, 40.74859888217901, -73.83462532282937, 40.74867814400055, -73.83462505924562, 40.74878432429023, -73.83463545538174, 40.74892319030257, -73.83466724304574, 40.74909747967214, -73.83470598046604, 40.749356179982726, -73.8347218998259, 40.74957700189686, -73.83473966589548, 40.74963148018351, -73.83480337740325, 40.74982112932744, -73.83482402068816, 40.749881933288705, -73.83488088671324, 40.74999922308643, -73.83507743276357, 40.750357114225935, -73.83521026502642, 40.75057315508683, -73.83532954137506, 40.750739764662946, -73.83554415854354, 40.75104428970984, -73.83574523486708, 40.7513228415093, -73.83598376554069, 40.751666462010995, -73.8361711234531, 40.75193454041361, -73.83649826708208, 40.75240311502392, -73.83661751803842, 40.75258272560061, -73.83683218491662, 40.752900304673716, -73.8369752547543, 40.75310070168914, -73.83735350067892, 40.75365516530985, -73.83762942713008, 40.75406899896278, -73.83767932446622, 40.754144011277766, -73.8377350551662, 40.7542277856157, -73.83781677715008, 40.75437353519135, -73.8378731204498, 40.754479686117875, -73.8378731204498, 40.754479686117875 --73.95596947170483, 40.74456317683738, -73.95574112398143, 40.7452509368838, -73.95551383894079, 40.745944914820676, -73.95665012649935, 40.74616212704609, -73.95708250707482, 40.746244932060534, -73.9571606077018, 40.74625370505451, -73.95717885511462, 40.74619813527665, -73.95765511621312, 40.74628972628072, -73.95774939782437, 40.74624657531175, -73.95777614172968, 40.746229710526734, -73.95780401459257, 40.74621005547929, -73.95782472300205, 40.746193868354055, -73.95784495733258, 40.74617652750264, -73.95786564298469, 40.74615697606916, -73.9578854721891, 40.74613614830092, -73.9579033335713, 40.746115228858876, -73.95791919853875, 40.74609449869144, -73.95793326009793, 40.74607394706395, -73.95794646041706, 40.74605221365562, -73.95795653890056, 40.74603348499715, -73.95796794466663, 40.746009148467095, -73.95797732891873, 40.745985383020006, -73.95798452392917, 40.745963427692246, -73.9579919020642, 40.74593458895834, -73.95799606863446, 40.745912118335845, -73.95799936247928, 40.74588415790663, -73.95800058048663, 40.74585655872391, -73.95799979742675, 40.74582904526005, -73.95799699097249, 40.74580135275789, -73.95798224342748, 40.745749495307436, -73.95815695665098, 40.745783101882964, -73.9581811005379, 40.74571278378649, -73.95820524200072, 40.745642473787925, -73.95849061165596, 40.74511026498666, -73.95848853849465, 40.745131080352266, -73.95862530241068, 40.74515155035346, -73.95865309368936, 40.7452068946685, -73.95881053751302, 40.74522800312667, -73.95885464192071, 40.74523622881029, -73.95898709679435, 40.74526363704696, -73.95902730474941, 40.745269750489214, -73.95911273893728, 40.74527943878391, -73.95914952098353, 40.745284528892185, -73.95917262519868, 40.74528965646483, -73.95919658717298, 40.74529779473055, -73.95922184966227, 40.74530906091137, -73.9592508357082, 40.745324526566144, -73.95927575068295, 40.74534454733795, -73.95928567316072, 40.74535750193274, -73.95929370134225, 40.745372171322366, -73.95929972873309, 40.745388443806746, -73.95930350349127, 40.74540573666937, -73.95930489807888, 40.74542349605389, -73.95930385137865, 40.745440979020685, -73.95929971963491, 40.74546341818641, -73.95929321011845, 40.74548626354059, -73.95928431808568, 40.74550952318564, -73.95927303760499, 40.7455332115271, -73.959259378147, 40.74555732676654, -73.95924330533784, 40.745581924722345, -73.95922479072979, 40.74560705130937, -73.95920376558816, 40.74563280105515, -73.9591758519312, 40.74566406215763, -73.95915217526321, 40.74568668349446, -73.95912831658373, 40.7457048823738, -73.95910374765819, 40.74571892335687, -73.95906434828217, 40.74573566418656, -73.9590454757142, 40.74574197363081, -73.95902715929688, 40.74574690999723, -73.959009397848, 40.74575047238515, -73.95897560262502, 40.74575345723878, -73.95888429657772, 40.7457451526269, -73.95876792904394, 40.7457297555886, -73.9587282253908, 40.74572338469212, -73.9586145163665, 40.74570180107038, -73.95857857569656, 40.74569715864601, -73.95854600200778, 40.74569506315451, -73.95852727778173, 40.74569696458736, -73.95850888442484, 40.74570372436962, -73.95848489291645, 40.745720080631244, -73.95847275779451, 40.745731492879464, -73.95844324834653, 40.74576548356481, -73.95841892910173, 40.74579277634713, -73.95840886122703, 40.745806157842225, -73.95840209536513, 40.74581993134895, -73.9584004031443, 40.74583548698939, -73.95841708496062, 40.74585065664398, -73.95843772238348, 40.74585673800997, -73.95846372281467, 40.745860076562316, -73.9591416546343, 40.74599066647752, -73.95877673019032, 40.74655598251601, -73.95861041461468, 40.746809538818034, -73.95860186765329, 40.746837021005035, -73.95859451773421, 40.74685120674309, -73.95857965979278, 40.74685961933536, -73.95854939882499, 40.746867589637866, -73.95852692499935, 40.74687040643665, -73.9584788632819, 40.74687415683984, -73.95845598252919, 40.7468744475574, -73.95839859694308, 40.74686976762412, -73.95836933217828, 40.74687323840831, -73.95834587737372, 40.74688265823111, -73.95832388884938, 40.74689706378349, -73.95830389844143, 40.746916132877494, -73.95828696886802, 40.74693886363529, -73.95827885715237, 40.746957427339545, -73.95827663663259, 40.74697701074969, -73.95850561356215, 40.74703536614151, -73.95831125889904, 40.747282570524135, -73.9579605633219, 40.74773928976137, -73.95788402037324, 40.74783897216605, -73.95781063534317, 40.747934540361356, -73.95704643945145, 40.748914269888665, -73.95568555750334, 40.74835058944515, -73.95492674599781, 40.748058538160905, -73.95431520189727, 40.7479343596356, -73.95316678338634, 40.747707153602846, -73.95309983004587, 40.74791126935478, -73.95303134478812, 40.74810602097234, -73.95399837058898, 40.74829201100375, -73.95478497719989, 40.74843367765098, -73.95508181050047, 40.74856106774707, -73.95631700630798, 40.7490762379635, -73.9557974720608, 40.749570533811195, -73.95570648622578, 40.7495684403018, -73.95569219316171, 40.74958241966488, -73.95559712986095, 40.74967538823128, -73.95551370200074, 40.749675057972475, -73.95547452855011, 40.74967490145681, -73.9553782741701, 40.74967157015708, -73.95533018911466, 40.74967152810595, -73.955215919914, 40.74967516590376, -73.95519128228509, 40.74967351830126, -73.95517327736584, 40.749667505820234, -73.95515499003933, 40.74965885924597, -73.955112839563, 40.74963617078478, -73.9550934706038, 40.74962836575245, -73.95507416316465, 40.74962766933629, -73.95504895728644, 40.74965746535482, -73.95501888876105, 40.74970760640475, -73.95487632592598, 40.74993075278955, -73.95481717635099, 40.75002333854919, -73.95472465663212, 40.75017090236957, -73.9546891932131, 40.75022918538606, -73.95461696813602, 40.75034788147066, -73.9545917649448, 40.750385195712205, -73.95456871223067, 40.750415334663664, -73.95453296869108, 40.75046206402728, -73.95450942036018, 40.750494821442466, -73.9544887561494, 40.75052810498729, -73.95447473749805, 40.75055744513761, -73.95446922847076, 40.75057380515444, -73.95446592252658, 40.750589242122686, -73.9544647982939, 40.75060384248275, -73.95446585573437, 40.750617664767525, -73.95447454037729, 40.75064316332643, -73.95449205565671, 40.750665947646645, -73.95456314643874, 40.7507337162752, -73.95461706961763, 40.75078640902927, -73.9546377090343, 40.750808688473334, -73.95465146930641, 40.75082837985284, -73.95465929442713, 40.750846845106885, -73.95466119375743, 40.75086424092851, -73.95465817986937, 40.750878601911936, -73.95465078766827, 40.75089386888164, -73.95463975756608, 40.75090954324795, -73.95461757976747, 40.750936192190395, -73.95454862625009, 40.751015651763424, -73.95452573051234, 40.75104445801677, -73.95451136222422, 40.751065461147334, -73.95450109191451, 40.751085121439395, -73.95449496913596, 40.751103709065475, -73.9544978557494, 40.75111972480357, -73.95452319891955, 40.751151907187875, -73.95452899570832, 40.75116679574003, -73.95452985728407, 40.751186563986465, -73.95452892414433, 40.75120224772996, -73.95452605978306, 40.751216065763224, -73.95451293251773, 40.7512421329282, -73.95450218016214, 40.75125670787257, -73.95446874482515, 40.75129355326902, -73.95431109299645, 40.751451505318116, -73.95427293048435, 40.75149168245445, -73.95417815704009, 40.751595396578416, -73.95412338494674, 40.75165042360189, -73.95385836719353, 40.75189687895295, -73.95378837288851, 40.75196325419439, -73.95375038160208, 40.75199641628312, -73.95373363684287, 40.7520081035274, -73.95371339725995, 40.75201868804632, -73.95368948871696, 40.75202826612213, -73.95366116736315, 40.75203713912278, -73.95363247163556, 40.75204286469788, -73.95314843444726, 40.75255030827, -73.95296230432523, 40.752752440080194, -73.9530090555311, 40.75276808203568, -73.95255007064061, 40.753231338243936, -73.95229278195247, 40.753530314216604, -73.952168027621, 40.75367527990826, -73.95196306218176, 40.75391140714311, -73.95181436443488, 40.754096063046326, -73.95154491582045, 40.75442435718942, -73.9514665869697, 40.75452002543877, -73.9513310234302, 40.7546842222485, -73.95112490406257, 40.754932155800724, -73.95093356721515, 40.75516489023905, -73.95089388590392, 40.755213160232465, -73.95084626920483, 40.75527108024423, -73.95079576749008, 40.75533250737273, -73.95075522310636, 40.755381825136894, -73.95051168530519, 40.75567805367982, -73.95009203265725, 40.75618178011076, -73.94962677648465, 40.75674320743231, -73.94958834935906, 40.75679042842555, -73.9493516892712, 40.75708123912972, -73.94899771325262, 40.75750954511503, -73.94896273133078, 40.75755064218411, -73.94884174061714, 40.75769936637192, -73.94859383807021, 40.75800376991804, -73.94838741304174, 40.758242264633964, -73.94816139151784, 40.758123575636525, -73.94810202695477, 40.75819870055751, -73.94834349472055, 40.758308379840365, -73.94797913778343, 40.75876967697479, -73.94794543234053, 40.758812351989036, -73.94774652395742, 40.759064177300495, -73.94645068347852, 40.76069461893498, -73.94627273990724, 40.760898278881164, -73.94579808879003, 40.761439095961684, -73.94574979799536, 40.76143549192452, -73.94550229197625, 40.76176089131987, -73.945162245132, 40.76222772262614, -73.94481272377398, 40.7627472431814, -73.94472958203559, 40.762713553272754, -73.9446885494754, 40.762755181011734, -73.94465656450107, 40.76278763063844, -73.94459093300073, 40.76281247372646, -73.9444066279097, 40.76272355197137, -73.94432678643867, 40.76268502855569, -73.94425857995479, 40.762652120857524, -73.94405351797676, 40.762561847638885, -73.94388369428655, 40.76249352391157, -73.94357287832139, 40.76237882791992, -73.94314531451217, 40.76222056205116, -73.94274130235965, 40.76209051010221, -73.94247180047442, 40.761993595911626, -73.94314643504595, 40.76090783755045, -73.94320591932937, 40.76081419908967, -73.94327543186454, 40.76070271392891, -73.94328837849564, 40.760681951061194, -73.94330354396693, 40.760657625086075, -73.9432219710834, 40.76063245002265, -73.94314669648027, 40.76060155530183, -73.94244445657496, 40.76035074200007, -73.94162692540853, 40.76005591780649, -73.94081047169479, 40.75976150708324, -73.93999411408792, 40.75946832880158, -73.93917761799032, 40.759175158153056, -73.93896323354622, 40.75909752209112, -73.93877467694188, 40.7590292375956, -73.93831931962093, 40.758864332841355, -73.9381968707646, 40.758817998364954, -73.93791704496391, 40.75870629873977, -73.93771838169901, 40.75862282274666, -73.93700946848821, 40.7582353596823, -73.93622512767539, 40.757807751000264, -73.9354650233128, 40.75739311149784, -73.93463207858639, 40.75693944006325, -73.9344290511701, 40.75682847967577, -73.934388747582, 40.756806453780214, -73.93434537142474, 40.75678274937837, -73.9341262555904, 40.75666392057342, -73.93395777476667, 40.75657089645527, -73.93334529109802, 40.75623884072476, -73.93257952404524, 40.75582194823898, -73.93210073268754, 40.75555628174564, -73.93181756797236, 40.755399159979326, -73.93111996419316, 40.75500895752249, -73.93105722045776, 40.75497386150367, -73.93099242594062, 40.754937453986315, -73.93029885636254, 40.75454773971721, -73.92983650670043, 40.75428765683564, -73.9297878550325, 40.754260287838484, -73.9295410551476, 40.7541214556617, -73.92878175379727, 40.75369518187031, -73.92802474204858, 40.75327184912641, -73.92726594767568, 40.75284690825, -73.92661591400613, 40.75247998644617, -73.92649152733946, 40.75242424415987, -73.92645404926395, 40.75248839749602, -73.92523897872564, 40.753986060666115, -73.92516727112063, 40.75407444377138, -73.92510527758587, 40.754150851918105, -73.92506417962556, 40.754201238203585, -73.92501048036102, 40.75426563084231, -73.92495399212225, 40.754336437741834, -73.92370439822815, 40.755879727408654, -73.92302694934243, 40.75671522408608, -73.92292558048275, 40.75684043912621, -73.92252617000341, 40.757334547762724, -73.92245965274651, 40.757427054247856, -73.92165916320081, 40.75705110726391, -73.9210696044449, 40.756774418045765, -73.92086505648199, 40.75667789481129, -73.9200621300779, 40.756302905747305, -73.91926888630289, 40.755927122699894, -73.91918387962687, 40.75588359298794, -73.91847005397779, 40.75555694936331, -73.91766949380926, 40.75518062057316, -73.91687098423454, 40.75480618143573, -73.91616492185065, 40.75447532730143, -73.91612767592852, 40.754457261256256, -73.916073423818, 40.75442896567098, -73.91536880332382, 40.754102853349465, -73.91526454008229, 40.754067392222915, -73.91467025607349, 40.75378888812052, -73.91468505164106, 40.753666441081805, -73.91417571181574, 40.75357699907977, -73.91354182379757, 40.75346840580246, -73.9125695377412, 40.75330390051331, -73.9124298441443, 40.75328056854933, -73.91230814241506, 40.75326024519698, -73.91089285281498, 40.753023867653255, -73.91069114890949, 40.75299659360579, -73.91043344508648, 40.75296759803263, -73.91033564032264, 40.752696932474684, -73.91027142512169, 40.7525499306816, -73.90990728036624, 40.75177376313386, -73.90989643887379, 40.751750656669344, -73.90985917972559, 40.751671237088345, -73.90984700286246, 40.75164528397413, -73.90983512945958, 40.751619974958, -73.91236265953074, 40.75126518114781, -73.9126786426533, 40.75088504997421, -73.91531035759455, 40.75056020054126, -73.9202543272815, 40.74960335658295, -73.92523202234057, 40.74861542230244, -73.92524060681792, 40.74857120220045, -73.92539346645046, 40.747783819159764, -73.92540512984368, 40.74773381077736, -73.92541111918342, 40.7477081268052, -73.9254177652269, 40.747663804572376, -73.92543623614527, 40.74757324988095, -73.92544646446385, 40.74752317302584, -73.92546654070233, 40.747431726964834, -73.925671193407, 40.74641837495815, -73.92568279598491, 40.74636092020847, -73.92580342586072, 40.74576359456698, -73.9261211510694, 40.744187430801965, -73.92614030212258, 40.74408933644485, -73.92615220735665, 40.74402835003488, -73.92616335404138, 40.74397126233245, -73.92618407558601, 40.74386511303569, -73.92634514905022, 40.74305416811096, -73.92652675080014, 40.742138150370224, -73.92655027082662, 40.742019515431274, -73.92657402250308, 40.74190009899293, -73.92669882992621, 40.74127258519935, -73.92670458496983, 40.74124365285777, -73.92671078727403, 40.74121281082419, -73.92673656784291, 40.74108461478229, -73.92675417584456, 40.74099706874425, -73.92675939360508, 40.740971116736745, -73.92676551180612, 40.74094565337653, -73.92676989941593, 40.74091880393507, -73.92689178521181, 40.74031030130608, -73.92691907869546, 40.74017404932698, -73.92694377060639, 40.740055411417316, -73.92700530121988, 40.73975978768285, -73.92714408337517, 40.739051420092856, -73.92715011747178, 40.739020289757484, -73.9271854128567, 40.73883444098758, -73.9271900628153, 40.73880991409755, -73.92724240677299, 40.73859967232255, -73.92729025132947, 40.73833975927102, -73.9273156492977, 40.73821187798538, -73.92763519686082, 40.736596514053, -73.92780338119334, 40.73662106750479, -73.92814551143624, 40.73668617479021, -73.92849384253384, 40.73686907585074, -73.92865083523562, 40.7369425592173, -73.92900831273303, 40.73710267792778, -73.92976570300019, 40.7374523061564, -73.92988032880658, 40.73750521870761, -73.9299462592286, 40.73753565277294, -73.9301006543712, 40.73748248965383, -73.93061327434236, 40.737254071557885, -73.93066409446992, 40.73722926796025, -73.9307257853124, 40.737197260513206, -73.93081356532744, 40.73715144501311, -73.93088597104482, 40.737121957234244, -73.93090261035115, 40.73711518099158, -73.93101320142851, 40.73707014175357, -73.93115347629839, 40.73701301282994, -73.93121146909232, 40.736989395644784, -73.93130537552534, 40.736951150396095, -73.93139218392508, 40.73691579597516, -73.93141109474948, 40.73690809348902, -73.93144385557548, 40.73689475216044, -73.93147428792304, 40.73688235677131, -73.93152703966535, 40.736860872313, -73.93161369741271, 40.736825581571274, -73.9313934548044, 40.7367818551844, -73.9283441261207, 40.73619354777291, -73.92785146648195, 40.73611581899465, -73.92614301728563, 40.735773378571125, -73.92593009408871, 40.73572246486677, -73.92569613999885, 40.73565891117612, -73.92512626156068, 40.735481974933606, -73.92495824164675, 40.73542417631492, -73.92473028038116, 40.735342279410865, -73.92466704141233, 40.73528394726522, -73.92451114868499, 40.73516746530369, -73.92443434241531, 40.735116140894, -73.92433299961425, 40.735038049816374, -73.9243071151307, 40.73501810365842, -73.92426544054797, 40.73498051606094, -73.92421769578897, 40.73492583731024, -73.92418019566207, 40.73487252145013, -73.92414207330049, 40.7348042936516, -73.92412230070087, 40.73475663293313, -73.9241172332147, 40.734721881682404, -73.92411986933948, 40.734616086306715, -73.92414000109298, 40.73453957077582, -73.92414861045654, 40.734506851075814, -73.92415836717822, 40.734469763765006, -73.92421700032851, 40.734354868691916, -73.92425879647712, 40.7343028459097, -73.92459681083646, 40.7339388166206, -73.92472481428696, 40.73378532767082, -73.92481961277905, 40.733653480432594, -73.92512884341293, 40.73318424416989, -73.92554224126417, 40.732542586550046, -73.92561809537824, 40.73244283041239, -73.9258656585857, 40.732092701239914, -73.92593855341553, 40.73198656197664, -73.92595328396267, 40.73196461885177, -73.92596207985794, 40.731951496893416, -73.92603351370899, 40.73181539130498, -73.92701439767988, 40.73029605848943, -73.92709608518864, 40.7301834232694, -73.92718006489801, 40.73008419801548, -73.92727230692769, 40.7299893129672, -73.92738184664935, 40.7298913112868, -73.92749113751454, 40.729808491923286, -73.92760792478268, 40.729730014919404, -73.92773060452836, 40.72965692473668, -73.92788262599753, 40.729577841005934, -73.92802519974916, 40.72951402650066, -73.92818181823823, 40.72945466639132, -73.92835362743942, 40.72939964786967, -73.92845333909749, 40.729375964349465, -73.92854989033798, 40.72935868590249, -73.92862900553462, 40.72934649525002, -73.92869605168623, 40.72933837727592, -73.92878960702512, 40.7293319361981, -73.92887837551912, 40.72932418995197, -73.9291232310461, 40.729309219582106, -73.92934326398452, 40.7293138789644, -73.92958602188108, 40.72933242596506, -73.92989786512128, 40.729356720157774, -73.93005198262455, 40.72936622329818, -73.93021676985992, 40.72937171372786, -73.93033549404062, 40.72937178561687, -73.93043118616482, 40.729365104962824, -73.93052511021193, 40.72935572433741, -73.93061904925396, 40.729333053034125, -73.93066455495475, 40.72931442280081, -73.93070929228838, 40.72929474659629, -73.93075321980683, 40.729274039705246, -73.93079629487364, 40.729252321914124, -73.9308384784012, 40.7292296157131, -73.93087973130649, 40.72920593908988, -73.93092001568306, 40.729181317237, -73.93093979709379, 40.72916760084478, -73.93096130745684, 40.729155486590564, -73.93098432765143, 40.72914510041328, -73.93100861608698, 40.729136548427334, -73.93103392290031, 40.72912992413524, -73.93105998523916, 40.729125290414544, -73.93108653197774, 40.72912269843152, -73.93110436198198, 40.72912211926762, -73.93113110401852, 40.72912297814121, -73.93115759178639, 40.72912590262392, -73.93118354832694, 40.72913086103265, -73.9312625490421, 40.72914744606469, -73.93131508939094, 40.72872912979567, -73.93140253672075, 40.7287388362807, -73.93175333944457, 40.72877778012358, -73.9322197474723, 40.728828783082264, -73.93230428943843, 40.728838066634204, -73.93236990039372, 40.72884583965951, -73.9324165254161, 40.72885138805463, -73.93244064453954, 40.72885426312513, -73.93274204072065, 40.72888738288296, -73.9331783757371, 40.72894140720692, -73.93369383267212, 40.72899961960689, -73.93412785847605, 40.7290513183901, -73.93464282904284, 40.72913160763951, -73.93482189279628, 40.729178548202846, -73.93498607278808, 40.72922155836876, -73.93509409099383, 40.72925079759371, -73.9351295671519, 40.72926096181721, -73.935265781676, 40.72929673464516, -73.93530265242288, 40.72930680054331, -73.93541371330365, 40.729335842164986, -73.93568366361066, 40.72940570975475, -73.93588751649621, 40.729464801360436, -73.93592821050169, 40.729481449204364, -73.9361331088211, 40.72956304196926, -73.93636315421634, 40.7296430687762, -73.9364456408122, 40.729671824353545, -73.93648138446325, 40.72968619998692, -73.93675660392267, 40.72984074280136, -73.93690921717067, 40.72992591559125, -73.93708331494302, 40.73003338480804, -73.93728749066067, 40.730154046388016, -73.93752165389928, 40.73026975487121, -73.93777915027528, 40.73040016098173, -73.9380447841376, 40.73050965567805, -73.93805830690144, 40.73051910478626, -73.93827964208928, 40.730698591448544, -73.93861592445695, 40.730966743656566, -73.93880546738438, 40.731115692306815, -73.93885882388751, 40.7311629307121, -73.93899164137096, 40.731279707066456, -73.93911054419054, 40.731379487814976, -73.93917411465716, 40.73150591678987, -73.93920193477109, 40.73154334310836, -73.93936863314994, 40.73186072337056, -73.93937410259393, 40.731875933136976, -73.93940973448456, 40.73193449664854, -73.93941918119643, 40.731981246112916, -73.93945253318034, 40.73208674471261, -73.93948778671182, 40.73216586660708, -73.93949645258527, 40.7321991656592, -73.93947937550296, 40.732209311719025, -73.93941545297736, 40.732234365370374, -73.93946413817008, 40.73230138970205, -73.93947186520354, 40.73233479812387, -73.93948488438814, 40.73238058771494, -73.9395419601338, 40.732506711384836, -73.93966762828295, 40.73275240446384, -73.93974903112137, 40.73290939218338, -73.93978436501068, 40.73298168096244, -73.9398698250937, 40.733161205032964, -73.93991049538987, 40.733276012255615, -73.93998971287544, 40.733255619230675, -73.94003201301706, 40.7332447307079, -73.94005209026815, 40.73327776280104, -73.94006307159218, 40.73329583091266, -73.94008548226242, 40.73333270037952, -73.94013905165296, 40.73343585534833, -73.94014836161311, 40.733453781202776, -73.94016494063133, 40.7334857065333, -73.94009695779086, 40.7335108232858, -73.940017674019, 40.73354011337111, -73.94007982037532, 40.73368784078612, -73.94010437010584, 40.73375262981727, -73.94006708936776, 40.73376183342599, -73.94020505928275, 40.73397462320277, -73.94032483042, 40.73416311307042, -73.94034972641165, 40.73420523012973, -73.94039892010474, 40.73431125802054, -73.94045033804463, 40.734432218364596, -73.94064086967897, 40.7347427777189, -73.94079733681858, 40.73497484265866, -73.9408649820322, 40.7350700935371, -73.9409449366051, 40.73515780172848, -73.94123983560442, 40.73545787218495, -73.94147463002402, 40.73566708700723, -73.94162191731488, 40.735798470238194, -73.94163597199915, 40.735818761304216, -73.94161654829524, 40.73583253013093, -73.94180143574934, 40.73596225904143, -73.94190459160852, 40.73601317181623, -73.94196641593136, 40.736041967013215, -73.94203049579957, 40.73606640035131, -73.94205819324281, 40.73607875305013, -73.94208360791085, 40.736091459394345, -73.94210483743107, 40.73610441757224, -73.9421480805909, 40.73613535013921, -73.94216644572258, 40.736146341057825, -73.94224043381554, 40.73618404823846, -73.94227949445917, 40.736201375585246, -73.94229950465962, 40.736210252013905, -73.94240797259509, 40.7362523546267, -73.94256066326261, 40.73631432549646, -73.94261730105403, 40.73633968501936, -73.9426417159466, 40.736349196640155, -73.9426591855292, 40.73635273443042, -73.94270176689501, 40.73635388306054, -73.9427200846754, 40.73635678370398, -73.94273678893865, 40.73636233913997, -73.9427563014349, 40.73637052545253, -73.9428693724194, 40.73642409608443, -73.94291468452157, 40.73644377664173, -73.94303934467047, 40.736497280809644, -73.94316721983199, 40.73654867473781, -73.94324208083528, 40.736578761605465, -73.94328861842216, 40.73659569877163, -73.94338583901595, 40.73663022615262, -73.9434315668993, 40.736647175469926, -73.94346410932756, 40.73665941494418, -73.94357675844856, 40.736697938986616, -73.94359480656541, 40.736717472639015, -73.94377941541416, 40.73677516659674, -73.94445052603669, 40.737001512529005, -73.94484628322223, 40.73712747847119, -73.94542629475555, 40.73732293354706, -73.94560259271131, 40.73738178229202, -73.94579980936454, 40.737451810511594, -73.94589125964974, 40.737482266363294, -73.94592145257892, 40.73749347925962, -73.9459372679529, 40.73750091857546, -73.94651624763125, 40.737693465327865, -73.94715086608372, 40.737899807073475, -73.94767233178912, 40.738080668122485, -73.94809251658681, 40.73822836683202, -73.94814815268342, 40.73824802296153, -73.94884333337266, 40.73849115754081, -73.94921542926761, 40.738622276740465, -73.9493805875406, 40.73868113548695, -73.95039319752705, 40.73902724583984, -73.95072468605912, 40.73913018918577, -73.95136030851647, 40.73931466089962, -73.95138071654848, 40.739336160127785, -73.95192207621336, 40.73948699186883, -73.95218615328415, 40.73953405066519, -73.95221536970978, 40.73950314386837, -73.95283133970767, 40.73963567963887, -73.95291653155029, 40.739651795760864, -73.95301574158246, 40.739668854967846, -73.95331834568528, 40.73971827990354, -73.95341454832861, 40.739735949892705, -73.9535001418995, 40.73975360561284, -73.95367148545598, 40.739794023702416, -73.95375351722659, 40.739812687269975, -73.95377723895645, 40.73981690036173, -73.95379877980423, 40.739819545690935, -73.95382003244795, 40.739819513692, -73.95385882106733, 40.739814797973224, -73.95399631915537, 40.7398137777735, -73.95404537526994, 40.73981173699775, -73.95416096425933, 40.73980295088641, -73.95421335107788, 40.73980041608566, -73.95434254804732, 40.73979853488902, -73.9544533966663, 40.73979996196057, -73.95457431604052, 40.739804429409084, -73.9546740546358, 40.73981121981009, -73.95474210480549, 40.73981558161497, -73.95478422170694, 40.73981559905879, -73.95481022317087, 40.739811924388064, -73.95485696942626, 40.73979939505119, -73.9548758580415, 40.73979546183325, -73.95491397838305, 40.73978967029146, -73.9549396654439, 40.73978695090678, -73.95498631266238, 40.73978426312391, -73.9550599794413, 40.73978148050946, -73.9552036387194, 40.73977849006168, -73.9552288031821, 40.73977647280503, -73.95529063468142, 40.73976777090889, -73.95531916063251, 40.73976525065325, -73.95536636528622, 40.739764571964706, -73.95541179212991, 40.73976676878915, -73.95545972201865, 40.73977747906007, -73.9554944145294, 40.73977924395892, -73.95551408293029, 40.739777647754316, -73.9555372391439, 40.73977431401322, -73.955561619416, 40.73976937873714, -73.95560215693774, 40.73975162465952, -73.95562429030076, 40.739746404844105, -73.955679278192, 40.73974728690383, -73.95569800370185, 40.73974640440735, -73.95587541920689, 40.73972146812967, -73.95598072536356, 40.7397109950044, -73.95611897482105, 40.73970484416805, -73.95614908064626, 40.73970144181159, -73.9562149344817, 40.739691608112395, -73.95624261530136, 40.739688697386974, -73.95636592762234, 40.73968001555516, -73.95654189069307, 40.73966858170934, -73.95657678925251, 40.739662965801294, -73.95663482107209, 40.73964728732089, -73.95665583055398, 40.73964241267885, -73.95673649513574, 40.739627061442704, -73.9567987119232, 40.739617048643325, -73.9568235428126, 40.739614411363966, -73.9568505286732, 40.7396132346092, -73.95688022597244, 40.73961348256548, -73.95691509015221, 40.73961517235863, -73.95695727365464, 40.73962918832078, -73.95697731158857, 40.73963457093672, -73.95702053176225, 40.73963463119926, -73.957061791042, 40.739631515525346, -73.95710462207533, 40.739625481877624, -73.95714889106101, 40.73961654911521, -73.95717457951774, 40.73960956983254, -73.95722992972787, 40.73959180267886, -73.95725341435832, 40.73958565462903, -73.9572836932931, 40.73957982967527, -73.95736536606186, 40.73956678457197, -73.9574147043462, 40.73955626598931, -73.95746607354155, 40.7395431015443, -73.95752016042185, 40.73952712129166, -73.95757867132455, 40.73950782337289, -73.95759520339364, 40.739498788366845, -73.95760956197617, 40.73948386954344, -73.95763455826024, 40.73945000705537, -73.95764957119661, 40.73943747481228, -73.95769167535133, 40.7394199006762, -73.9577897751676, 40.73938928069889, -73.95781297931987, 40.739380894671, -73.95783305565746, 40.73937235440699, -73.9578717469677, 40.73935215757822, -73.95796044832082, 40.73929959405368, -73.95798514441891, 40.73928703108162, -73.95800849044385, 40.73927698362979, -73.9580371979159, 40.7392677197674, -73.95810634472976, 40.73925029490833, -73.95812312188669, 40.73924478360099, -73.95825512299227, 40.739183310656195, -73.95836705785534, 40.73913301370941, -73.95846682392582, 40.73909473223931, -73.95858431443733, 40.73904084135802, -73.95868260676862, 40.73899794947281, -73.95878576294609, 40.738954288409836, -73.95881278975497, 40.73894383688337, -73.95887504374579, 40.73892187954429, -73.95890248996915, 40.73891087973743, -73.95892486657056, 40.73890007442666, -73.9589846843384, 40.73886795483275, -73.95902844569382, 40.73884773420551, -73.95913624190007, 40.73880090289109, -73.95918468788655, 40.73877873877027, -73.9592059689177, 40.738766600265286, -73.95925086978313, 40.738735511731896, -73.95927345762946, 40.73872368345137, -73.95939408331421, 40.738677038333726, -73.95953182019092, 40.7386180198267, -73.95963595216202, 40.738575950440435, -73.95972420585761, 40.738535278398636, -73.95978270736295, 40.73851139487087, -73.95983699754278, 40.7384936522066, -73.95987349993065, 40.73848714435579, -73.95993158377948, 40.73848432437846, -73.95995298720122, 40.73848484421198, -73.96000510239149, 40.738490932643884, -73.96002897282413, 40.7384918531454, -73.96005462205224, 40.73848786289084, -73.96008046219379, 40.73847742956544, -73.96010554710803, 40.738460882426935, -73.96012758978833, 40.73843970922299, -73.96013545372986, 40.738425054384216, -73.96013848691939, 40.73837947354344, -73.96014264888139, 40.738360727317335, -73.96015351815608, 40.73834702715474, -73.96016917812271, 40.73833818688633, -73.9602004635796, 40.73832667120591, -73.96022036146698, 40.73831655277379, -73.96027048611285, 40.73825961837701, -73.96028543520195, 40.738243678245865, -73.96072580850219, 40.73807985764557, -73.96111362106453, 40.738130657207236, -73.96120844676283, 40.73814196354194, -73.96173972792079, 40.73820530467368, -73.9619544143158, 40.738240564030846, -73.96209999175626, 40.73825987658987, -73.96213404329876, 40.73826556999372, -73.96216415920087, 40.738271922166554, -73.96216465562163, 40.73829003783997, -73.96215855062306, 40.73831650715387, -73.96213733980493, 40.738387541221975, -73.96213345972632, 40.738409152127005, -73.96213242453271, 40.738428719815275, -73.96213943218646, 40.73844303388537, -73.96215860537747, 40.73845565179491, -73.96218880349274, 40.738469580858435, -73.96226892517937, 40.73850918624296, -73.96235370566973, 40.73854659675665, -73.96239876610935, 40.73856343746056, -73.96242478352207, 40.738576053957935, -73.96244960571921, 40.73858985602813, -73.96247295930458, 40.73860469319799, -73.96249462652035, 40.73862042311735, -73.96251438606807, 40.73863688272326, -73.9625321326312, 40.73865398013065, -73.96254775025257, 40.73867159733627, -73.96256115137552, 40.73868963885872, -73.9625895984012, 40.73873570455871, -73.96264119185864, 40.73881581424334, -73.96264588301689, 40.73882966557002, -73.96264690463374, 40.738855175477106, -73.96264925729137, 40.73890755515759, -73.96264951464151, 40.738968012610485, -73.96264802878612, 40.738991331669695, -73.96264405929702, 40.739016387902595, -73.96263753954337, 40.73904376751765, -73.96262776579043, 40.73907645096568, -73.96260385634982, 40.739142484618995, -73.96257554821882, 40.73920502466964, -73.9625661288288, 40.73922009069964, -73.96253910064134, 40.73925490003069, -73.96252946591686, 40.73927390390648, -73.96251641274776, 40.73931900967725, -73.96250519935569, 40.739368342126575, -73.96248373733668, 40.73947765853669, -73.96246824257051, 40.73956740796002, -73.96246057872831, 40.73959531218592, -73.96243766046355, 40.73966030693765, -73.96243439518501, 40.73967504807878, -73.96242920800066, 40.73971359260454, -73.96242221012038, 40.739734081366464, -73.9624032947307, 40.73976530388771, -73.96235485545841, 40.73983278739406, -73.96232045628261, 40.73989185753119, -73.96230519095619, 40.73991451110148, -73.9622902550638, 40.739930336230394, -73.96226980831534, 40.73994558232688, -73.96224583417649, 40.739959557548076, -73.9621965673133, 40.73998482313015, -73.96216204914833, 40.7400028633644, -73.96213717310452, 40.74001424300439, -73.96211369217298, 40.740022742375075, -73.96209131631849, 40.74002831995836, -73.962070983233, 40.7400309445461, -73.96204794246489, 40.74003155740509, -73.96196995764522, 40.74002652305789, -73.96191018056267, 40.74002131007726, -73.96178054337456, 40.74000389183975, -73.96172787168231, 40.73999968158591, -73.96170169478141, 40.740000150152746, -73.9616743239148, 40.74000366203109, -73.96164746406329, 40.740009992661044, -73.96162264269485, 40.74001878685159, -73.96160140993354, 40.740029412064295, -73.96158410216174, 40.74004161356959, -73.96157122749483, 40.74005502863447, -73.96156302405396, 40.740069397993786, -73.96154136243563, 40.74012557881693, -73.96152941112146, 40.74016375093243, -73.96151530549886, 40.74021957497129, -73.96150271431661, 40.740256586115756, -73.96148198612208, 40.74030149558853, -73.96146814178138, 40.740312797727015, -73.96144316579368, 40.740316441825605, -73.96140257495432, 40.74031592484555, -73.96137732050745, 40.7403179236097, -73.96135870126443, 40.74032527901117, -73.96134164954859, 40.74033874938025, -73.96132411929884, 40.7403525950977, -73.96131137302228, 40.74036491155719, -73.9613011570636, 40.74037678761698, -73.96128786699505, 40.74039990727706, -73.96128430585428, 40.740422089176334, -73.9612875479194, 40.74046002683677, -73.96129260150312, 40.740493729119585, -73.9612941407179, 40.74051801631795, -73.96129912750105, 40.740534248736815, -73.96131695167372, 40.74054647550911, -73.96134749458425, 40.74055310719385, -73.9613883121079, 40.74055700567406, -73.961408869816, 40.74056139893534, -73.96146767939602, 40.740580055524845, -73.96153424853199, 40.740600773235776, -73.96158544023098, 40.740622336759316, -73.96167080547794, 40.74065159656735, -73.96173086999482, 40.74067470914966, -73.96180602387567, 40.74070812850854, -73.9618269911948, 40.740718906427276, -73.96184655350834, 40.74073118502232, -73.96186395100229, 40.74074448317183, -73.96187871859216, 40.740758443221566, -73.96189043386424, 40.74077262018214, -73.961899079104, 40.74078693300297, -73.96190454548838, 40.74080120424885, -73.96190679164418, 40.74081531684062, -73.96190668740222, 40.740834050057934, -73.96190472652357, 40.74085315907316, -73.9619009221083, 40.74087250701335, -73.96189530622117, 40.74089191919054, -73.96187876743953, 40.74094000170314, -73.96186545341801, 40.74097202833685, -73.96185554482832, 40.740990915895686, -73.96184382036782, 40.74100926795074, -73.96183040209354, 40.74102688913188, -73.96181543218383, 40.741043594881624, -73.96179851995454, 40.741059352651604, -73.96177951755293, 40.7410739165534, -73.96175878031697, 40.741087017452294, -73.96173669435532, 40.74109840873667, -73.96171611111927, 40.7411072097572, -73.96169483354088, 40.74111489751621, -73.96167306530234, 40.74112139823947, -73.96165100652644, 40.74112665165948, -73.96163038832968, 40.74113033777214, -73.96160844110588, 40.74113307250254, -73.96155992020637, 40.741135761441484, -73.96151787817841, 40.74113585546223, -73.96147315519516, 40.74113476350341, -73.96137061219335, 40.74112886415128, -73.96134980468139, 40.741126198873005, -73.96130137049622, 40.74111615546097, -73.96127914255835, 40.74111296739846, -73.96124893599425, 40.74111183160478, -73.96122027498784, 40.741113894925185, -73.96119443588499, 40.74111906323756, -73.96117202849264, 40.741127204374926, -73.96115484367549, 40.74113908347389, -73.96114201375553, 40.74115646343706, -73.96113443206744, 40.741178251351684, -73.96113322872172, 40.741201355258404, -73.96114338071276, 40.74130349060583, -73.96114951367294, 40.741370327416114, -73.96115430714667, 40.74144199409402, -73.96115650349931, 40.74151083410371, -73.96115884998007, 40.741573991062744, -73.9611545726616, 40.74159376295578, -73.96113586063018, 40.74162760490494, -73.96113040912417, 40.74164076127533, -73.96112329727364, 40.74166683756118, -73.96111968058928, 40.74168660517316, -73.96111877513837, 40.74170439078358, -73.96112065650611, 40.74172052040172, -73.96112498849058, 40.74173695431789, -73.96113120717118, 40.74175430648733, -73.96115020308142, 40.74179409009674, -73.9611757541482, 40.74183871253638, -73.96118852673693, 40.7418610197007, -73.96119443090001, 40.741891935198296, -73.96120507727215, 40.74190583180843, -73.96122478271495, 40.741910598525, -73.96126255264502, 40.74192012058996, -73.96134495800924, 40.74193155770226, -73.96139385678248, 40.74193977232049, -73.96143365027307, 40.74194907168181, -73.96144936013306, 40.74196157417873, -73.96145110647399, 40.74197590363195, -73.96143075372434, 40.74200324521791, -73.96141166499716, 40.74202520309187, -73.96139386213345, 40.74204087315273, -73.96136965345957, 40.74207384070377, -73.9613307281113, 40.742137353911914, -73.9612697618463, 40.74222552188315, -73.96126013836921, 40.74224214650915, -73.96123997785506, 40.742282715673085, -73.96122980653753, 40.74230076921678, -73.96120600481437, 40.74233604306771, -73.96118162479057, 40.742372172200376, -73.96115619930774, 40.742414371292966, -73.96113181014306, 40.742457955709256, -73.96107515788914, 40.74257217399574, -73.96104166441388, 40.74262695221873, -73.96103148399652, 40.74264621242033, -73.96102492090996, 40.74266496956128, -73.96101550158517, 40.74271086341382, -73.96100895176586, 40.742731209052536, -73.96099304028697, 40.74276563544981, -73.96097719543067, 40.74279342332981, -73.96091947554055, 40.742881948808396, -73.96086865208622, 40.74296257195032, -73.96084430841856, 40.742994561390404, -73.96083651232631, 40.74300794747706, -73.96083483353507, 40.743023901187826, -73.9608453941816, 40.74303677842598, -73.9608802895571, 40.74305510209273, -73.96091477926001, 40.743068683541566, -73.9609293553996, 40.74307854003324, -73.960928046966, 40.743094918910174, -73.96091212738003, 40.74311469134236, -73.96087604013658, 40.74317424672256, -73.96084977411694, 40.74321543869064, -73.96082239023495, 40.74325285534716, -73.96078198777933, 40.74330138162112, -73.96074513346296, 40.74334222686553, -73.9607297558709, 40.743356242515915, -73.96071435357182, 40.74336797356975, -73.9606874683099, 40.743384816482234, -73.96062088955814, 40.7434221782815, -73.96049587009314, 40.74350170605842, -73.96046608807505, 40.74351757807949, -73.96043474861969, 40.7435302644649, -73.96040287849563, 40.743539352233796, -73.96037119532191, 40.74354464622267, -73.9603442237491, 40.74354510790427, -73.96028496926918, 40.74353999331937, -73.96026123926177, 40.74354079198829, -73.96014065830373, 40.74355834442414, -73.96008886275418, 40.74356544409342, -73.96006628149618, 40.743567734359694, -73.9600433448751, 40.74356832434123, -73.96002293389864, 40.743566619802834, -73.95998915690794, 40.743560880849955, -73.95990854732706, 40.743545061529396, -73.9598186963752, 40.74352985127333, -73.9597961390067, 40.743533760606326, -73.95978262941733, 40.74354400275765, -73.95975788351448, 40.74360168688871, -73.95972628945057, 40.74368467916623, -73.95968797604776, 40.743785436082916, -73.95966704566308, 40.74384366183205, -73.95966277041417, 40.74386295459462, -73.95966294443554, 40.743882553286646, -73.9596793356127, 40.743902227896676, -73.95967602582458, 40.74392655753231, -73.959665096436, 40.74393814592986, -73.95962456160449, 40.74397053646568, -73.95957482685148, 40.744007183155674, -73.95955661038953, 40.744021899146624, -73.95952536333293, 40.7440630665462, -73.95951345475697, 40.74407655555493, -73.95948898238694, 40.74409064618502, -73.95945885981699, 40.744089401891486, -73.9577018889395, 40.74415872230983, -73.95763029410269, 40.744144855204254, -73.95675998639595, 40.74397629095938, -73.95636543147957, 40.74390131543816, -73.9562077026594, 40.74387121466422, -73.95596947170483, 40.74456317683738, -73.95596947170483, 40.74456317683738 --73.77980638756479, 40.75189469601701, -73.77885617980044, 40.75215647704396, -73.77797290109605, 40.75239764775518, -73.77709026511985, 40.75263981160497, -73.77617836492486, 40.75289382556449, -73.77624583898704, 40.75316544916246, -73.77625752321636, 40.75320456113089, -73.77594757989635, 40.753255548817634, -73.77587976325484, 40.753266991125216, -73.7758169682647, 40.75327819372527, -73.77575616622227, 40.75328903996754, -73.77568748471343, 40.75330129183647, -73.77562295736746, 40.7533128025333, -73.77544169997354, 40.75334207875288, -73.77535492090831, 40.75335321723315, -73.77521851043235, 40.7533831055505, -73.77487204076401, 40.75346182676433, -73.77475012373391, 40.75350057774127, -73.7744659769085, 40.753574451482066, -73.77438016412177, 40.75360188582151, -73.77434413851056, 40.75361747509629, -73.773963285668, 40.75378436704351, -73.77386009430975, 40.753836307549584, -73.77364041569712, 40.75392748209773, -73.77300320842443, 40.7541966670734, -73.7728007870413, 40.754269064205694, -73.77248379511406, 40.75437616277108, -73.77210024535363, 40.75448172851283, -73.77189274072127, 40.754530967324506, -73.77170475158601, 40.754579413272005, -73.77128997449871, 40.754688811825574, -73.77096771213884, 40.75477693285042, -73.77013305492943, 40.75499229284678, -73.76994086883069, 40.755044150375035, -73.76932641331388, 40.75520752730472, -73.7690488492191, 40.75527660116288, -73.76855299732964, 40.755403082834775, -73.76831584589105, 40.75546611806384, -73.76814835574658, 40.75547654305247, -73.76774836062845, 40.75556241752236, -73.76738382299415, 40.7556331075981, -73.7671561432577, 40.75566939285562, -73.76713957570932, 40.755629549690184, -73.76692505988754, 40.75565219408456, -73.76616164151842, 40.755743926978845, -73.76613740944023, 40.75574683865816, -73.76523621097054, 40.75586429591086, -73.76506102253514, 40.755889660870494, -73.76446580073757, 40.75597015121204, -73.76433276312063, 40.75599405867047, -73.76407518922292, 40.7560552099586, -73.76342030553414, 40.75619690182357, -73.76267489941064, 40.75634858826023, -73.76202239056934, 40.75648518290042, -73.76185571210536, 40.75651666331485, -73.76185208171228, 40.75655529392547, -73.76177377728861, 40.757035050772174, -73.76177166212231, 40.75705097909276, -73.76175710053765, 40.757169578349156, -73.76176691320983, 40.75727848991431, -73.76178081028333, 40.75734470691721, -73.76196857722343, 40.75800489747854, -73.7619974473632, 40.75810187973123, -73.76201816912914, 40.75817819919014, -73.76239509428186, 40.75949668628172, -73.76182168153137, 40.759616112620414, -73.76170619396828, 40.759623426352626, -73.7615906929227, 40.7596414478824, -73.76141008722291, 40.759675980369515, -73.761255399646, 40.75971439344893, -73.76102383509097, 40.759759814915014, -73.76036611289271, 40.75989509533705, -73.76028406769133, 40.759910642110654, -73.75965021474354, 40.76002837128641, -73.75839219213037, 40.76028827027541, -73.75810847275292, 40.76035274560717, -73.75800131165354, 40.76037955920463, -73.75804686389701, 40.76049476502617, -73.75805196648408, 40.76051186828563, -73.75817342342098, 40.76092704137035, -73.7582215194057, 40.76109336888505, -73.7583140875615, 40.76142388743749, -73.758358768453, 40.76158342509146, -73.75843249541889, 40.7618466765888, -73.75848073588789, 40.761994423194665, -73.75811450611921, 40.76205358813662, -73.75768602755414, 40.76213489866582, -73.7575801520643, 40.762153874753764, -73.75729205329903, 40.762197031944574, -73.75716463883253, 40.76222429377039, -73.75706953898836, 40.76224463836158, -73.75696061084831, 40.76214717448183, -73.75680385287609, 40.76200691105821, -73.75648733115551, 40.76174765080372, -73.75628823895117, 40.761594234406566, -73.75612403896591, 40.761484412177786, -73.75590314681821, 40.761359643642045, -73.75571644624966, 40.76124882941655, -73.75528717780253, 40.761026758107434, -73.7548967939241, 40.76084365366177, -73.75457811289239, 40.76070980986745, -73.75405866183712, 40.76049185432511, -73.75363620547328, 40.76037760109992, -73.7532137351142, 40.7602611220353, -73.7518275625838, 40.75983652265877, -73.75115215184884, 40.7596007525069, -73.75097199747826, 40.759532139797265, -73.75057805170252, 40.759363275184604, -73.75021799105502, 40.759190648327554, -73.74983294110423, 40.758986676105195, -73.749383408737, 40.758718262411385, -73.74908189210225, 40.758515931776294, -73.74865504458738, 40.75820040227971, -73.74843168049394, 40.75801709525795, -73.74810921626269, 40.75772696262575, -73.7478022402557, 40.75742643689129, -73.7473805711984, 40.75699261679199, -73.74693924501561, 40.75652349880735, -73.74655779357282, 40.75610531484668, -73.74619933070979, 40.755694114158025, -73.74563460267733, 40.7550227925388, -73.74497261462936, 40.75422833506556, -73.74494364130446, 40.754193043895754, -73.74477168926161, 40.75395541936469, -73.74473728060248, 40.75391430241, -73.74471939149436, 40.753892905387694, -73.74470840487663, 40.75387987678454, -73.74463710329356, 40.753794569283016, -73.74459720194417, 40.75374620811816, -73.74453744171977, 40.75367415102172, -73.7444058445992, 40.75351452297689, -73.74433677190311, 40.75343057999801, -73.74424363800853, 40.75331770602112, -73.74418963125093, 40.75324934549622, -73.74392118601955, 40.75295895429245, -73.7438363304352, 40.75286341157355, -73.7430211508969, 40.75188412516806, -73.74286399206468, 40.75170663339805, -73.74279204715364, 40.751625387281116, -73.74272382101825, 40.75154832778886, -73.74237459052742, 40.75119435382796, -73.74203749303855, 40.750886169860905, -73.74161404896473, 40.75046841260047, -73.74100981105174, 40.75005938845171, -73.74069421386666, 40.74984543135099, -73.74037892881333, 40.74964700247191, -73.73947906957045, 40.74911307724091, -73.7390600188681, 40.74885000368545, -73.73874984304096, 40.74864347187746, -73.73846068054729, 40.74844179836596, -73.7380575256177, 40.74814419833136, -73.73767125283395, 40.747840684743956, -73.73740235975194, 40.747618056600324, -73.73715870824944, 40.74740616187295, -73.73687037028452, 40.74714220329079, -73.73605899114982, 40.74636577003177, -73.73589779686215, 40.74612371250197, -73.73584538585364, 40.746054584385746, -73.73580550640384, 40.74600676045337, -73.73578533178045, 40.74598043187308, -73.73577480716374, 40.74596632374376, -73.7357142754331, 40.74588248510555, -73.73564547485374, 40.74577619033338, -73.7355053792964, 40.745545782830696, -73.73541453179858, 40.74536549815269, -73.73529020227163, 40.74503042510834, -73.73521194545685, 40.74478139268281, -73.73502952677111, 40.744415385590806, -73.73495326122584, 40.744177848963815, -73.73491181127042, 40.74397556366828, -73.73489301977055, 40.74378160890574, -73.73489158711857, 40.74359921613009, -73.7349207215251, 40.7432412778626, -73.73492824820784, 40.74314990412909, -73.73493674498927, 40.74304443422664, -73.73494365139605, 40.74295956345303, -73.73494222759071, 40.74291746849129, -73.73493522260883, 40.742864927364046, -73.73490851684846, 40.7427726391625, -73.73488159027298, 40.74270670209935, -73.73484080693163, 40.74264867743583, -73.73479417662494, 40.742588411429274, -73.73473290724114, 40.7425258829218, -73.73464489909408, 40.74246274886892, -73.7345371210861, 40.74240288576334, -73.73475407146478, 40.74226788661697, -73.73501388795759, 40.74212808421464, -73.73513587288751, 40.742062447402894, -73.73549762829096, 40.74187497921298, -73.7356612907323, 40.74179011078519, -73.73610856070947, 40.74155809502287, -73.73627475229124, 40.741471883452995, -73.73739715819366, 40.74089482156922, -73.7379355818632, 40.74062134346923, -73.73826814470618, 40.74042779733541, -73.73857728023731, 40.740218562388186, -73.7391559040581, 40.73977648335594, -73.73945360020039, 40.739486819790976, -73.7397396092811, 40.73918149346166, -73.73986365550095, 40.739040478094644, -73.73996690702815, 40.73892310449305, -73.74005990622469, 40.73881738548888, -73.74009058006706, 40.73878251307745, -73.74060103477292, 40.738113563724944, -73.74089020559262, 40.73774794157744, -73.74116898579572, 40.737387811873006, -73.74142852802098, 40.73708912251544, -73.74150344722428, 40.73701199800021, -73.74168681435266, 40.73682306698927, -73.7418532080789, 40.73678579331369, -73.74202131368445, 40.736743885598266, -73.7424587314634, 40.73665080982206, -73.74280333666623, 40.73658794351827, -73.74470462043838, 40.7361775569766, -73.74500787874129, 40.7361095945745, -73.74513705481499, 40.736091941438794, -73.7454806321401, 40.73601904576436, -73.7457016247862, 40.73596629843636, -73.74604196910595, 40.735888690577646, -73.74654073656089, 40.73577806745098, -73.74681198206943, 40.73573097663855, -73.74711891789273, 40.73567769240421, -73.74771801098018, 40.73556399037601, -73.74864378602761, 40.735407847131654, -73.74956285726704, 40.73525234644978, -73.75047135505223, 40.73509994570643, -73.75089522262408, 40.73501660971931, -73.75091743398627, 40.735012784663816, -73.75152920605706, 40.7349138055073, -73.75265792985991, 40.73473117755918, -73.75327753514254, 40.734625740273856, -73.75369744034364, 40.73455377966356, -73.75373170684227, 40.73454790777208, -73.7538731187843, 40.73452502012851, -73.75419485152577, 40.73447151904407, -73.75519590169569, 40.734301566415205, -73.75618994242242, 40.734133768588194, -73.75711405892557, 40.73397640293902, -73.75803542704166, 40.73382096470706, -73.75895898143936, 40.73366472222997, -73.75988173100936, 40.73350820952512, -73.76052507098652, 40.733399241051416, -73.76080236485878, 40.73334593347063, -73.76100265565577, 40.733318473104006, -73.7617640338062, 40.73319015290859, -73.76272293223015, 40.73303321766487, -73.76275795450094, 40.7330290862359, -73.7633349538504, 40.7329235187997, -73.76366621872897, 40.73286829899145, -73.76373334871133, 40.73285929385182, -73.76391506312957, 40.73282776862384, -73.76420976897288, 40.73277619140748, -73.76426800417686, 40.73276671478587, -73.76489286266653, 40.7326607017076, -73.76513979715921, 40.73261986132356, -73.76516071196652, 40.73261632984834, -73.76542254534989, 40.73257248541867, -73.76551992112911, 40.732556340358244, -73.76570559807467, 40.73252558310864, -73.7657922504993, 40.73251122782856, -73.7658925138299, 40.73249461825918, -73.76614834794243, 40.732455497574215, -73.76638736282571, 40.73241894828119, -73.76653911977999, 40.732397621265136, -73.76662589856964, 40.73237987248745, -73.76675731943169, 40.73235299193811, -73.76696328240931, 40.73230991062854, -73.76904758359692, 40.731957817058614, -73.77010678711493, 40.731778874326764, -73.77020152907518, 40.73191341072381, -73.77022123850247, 40.73194140192668, -73.77027368786717, 40.73201956019572, -73.77097467561633, 40.73299366896627, -73.77113415679935, 40.73322427106395, -73.77119177785272, 40.73331073198243, -73.77123317795643, 40.73337285134901, -73.77150285877302, 40.733777500148506, -73.77177451792913, 40.73421658324737, -73.77194918796155, 40.73450411035261, -73.77229994495899, 40.73513214268249, -73.77255091419788, 40.735616611905215, -73.77273135671054, 40.73599158334957, -73.77274314647882, 40.73601735492087, -73.77286130450271, 40.736275596973194, -73.77299839371538, 40.736582082350374, -73.77312330690391, 40.73688298651043, -73.77340642033782, 40.73761258739832, -73.7739961506209, 40.73934696947975, -73.77422543426395, 40.73999616121601, -73.77440965126401, 40.74048193953298, -73.774595247987, 40.740908193797544, -73.77481731331585, 40.741378110033224, -73.7755171243545, 40.74285894918633, -73.77558822969354, 40.74300584114206, -73.7755677736572, 40.7431103288589, -73.77558691293028, 40.74316301445901, -73.77559619811242, 40.74318857010815, -73.77562858446815, 40.74326042184626, -73.77569247479953, 40.74340216856727, -73.77572908272062, 40.743483391096184, -73.77577851134072, 40.74358070186553, -73.77582435033344, 40.74367094382782, -73.77594254295303, 40.743819104153005, -73.77600164022004, 40.743939442552836, -73.776066650056, 40.744065934792346, -73.77616784314462, 40.744239711038475, -73.77638568596332, 40.74468564061244, -73.77663538993505, 40.74521322219907, -73.7767919582133, 40.7455439766916, -73.77692632956786, 40.7458274013139, -73.77703454302542, 40.7460556513495, -73.7775506044593, 40.747144117756974, -73.77831179355417, 40.74874470133453, -73.77877654002315, 40.749727149625755, -73.77906557878234, 40.750332265498805, -73.77944065745238, 40.75112238287931, -73.77980638756479, 40.75189469601701, -73.77980638756479, 40.75189469601701 --74.00170164102914, 40.76138042126827, -74.00149759470449, 40.761289700976114, -73.99879301192344, 40.76015347924307, -73.9972927433823, 40.75952328057819, -73.9969423020515, 40.75937708207009, -73.99612817060415, 40.7590377356816, -73.99594236281865, 40.7589806669996, -73.99579855799564, 40.75893650018881, -73.9946791537525, 40.75846543316433, -73.99462332035193, 40.75844225427818, -73.99458126530583, 40.75842504726163, -73.99437792461951, 40.758376173421446, -73.99421248426978, 40.758336410639714, -73.99407731606303, 40.758295673033196, -73.99395968227773, 40.758252435486455, -73.99318717288203, 40.75792427451389, -73.993070760975, 40.75782711569408, -73.99294710603756, 40.75772391212268, -73.99293300993247, 40.757713414072406, -73.99273700610962, 40.75760417513083, -73.99159016619245, 40.7571206925177, -73.99083208770428, 40.75680109405984, -73.99043644045399, 40.756634654854125, -73.99027621073614, 40.75656725123971, -73.98826922479878, 40.75572167819002, -73.98744641857695, 40.75537264927684, -73.98663912350571, 40.75503421611619, -73.98602331140208, 40.75477011397736, -73.98459583220392, 40.75417662584459, -73.98411754590519, 40.754841737213624, -73.980887091666, 40.753480675530014, -73.98137142718045, 40.75281354147462, -73.98182243758353, 40.75219681487782, -73.9822748945757, 40.75157698714336, -73.98067344560995, 40.75090479374131, -73.98112322330941, 40.750282143277346, -73.98272387210466, 40.75095863118391, -73.98317415761953, 40.75034189812445, -73.98346558814006, 40.7499384046933, -73.98356014615308, 40.74980795922234, -73.98362140155281, 40.74972345545947, -73.98367258839053, 40.749653515921246, -73.98401333335535, 40.74918792194159, -73.98407634991705, 40.74910181707397, -73.98606147985888, 40.74993874807509, -73.98729376772091, 40.75045129649972, -73.98760719977517, 40.75058000753986, -73.98777909131701, 40.75066040326065, -73.98795730000924, 40.7507437539444, -73.9882700783964, 40.750874294735624, -73.98943660026568, 40.75136061953454, -73.99013379028499, 40.751658492129856, -73.99297937605922, 40.752853090023926, -73.99581650530027, 40.75405631328403, -73.99679401552292, 40.75446309482889, -73.99691004125215, 40.754527925382284, -73.9970934365802, 40.75459691787254, -73.99729294041137, 40.75467534594502, -73.99740906235141, 40.75472422534468, -73.99746482964814, 40.754747682048446, -73.99756725807568, 40.754790813060275, -73.99769358444227, 40.75484399410139, -73.99776351466805, 40.75487341949216, -73.99849140182144, 40.75517979854111, -73.99866066593911, 40.75525145293885, -73.99882543049999, 40.75532100256055, -74.00129124998676, 40.75636183044532, -74.00258782893467, 40.75691109241486, -74.00388144846808, 40.75745911335948, -74.00443481916344, 40.75769353175264, -74.00448448643051, 40.75762574161668, -74.00492679465654, 40.75702202498695, -74.00495658056794, 40.75692877010661, -74.00505431944997, 40.756801347993544, -74.00543692839602, 40.7563637607286, -74.00584854273879, 40.75581419377392, -74.00634977245254, 40.75603122230738, -74.00627329418116, 40.756137266385416, -74.00598185525583, 40.75654254612378, -74.00590460962005, 40.756648598093484, -74.005801004042, 40.756795061506004, -74.00574779477705, 40.756881605412886, -74.00539548943311, 40.757347955292616, -74.00535336903152, 40.75732453692329, -74.00533854532276, 40.75731657174385, -74.00531367231407, 40.75731002352085, -74.0052936492464, 40.75730970386294, -74.00527091721199, 40.757316490210606, -74.00525518415206, 40.75732517720076, -74.005232233727, 40.757340901063024, -74.00521054095209, 40.757356659983444, -74.00518989746095, 40.75737320229188, -74.00517041338074, 40.75739043883386, -74.00515219410187, 40.75740827955481, -74.00513533435604, 40.75742662539557, -74.00511990637663, 40.757445398910065, -74.00510597647566, 40.757464519950915, -74.00509360030736, 40.75748390927186, -74.00501001462234, 40.757628204453134, -74.00495768284567, 40.75772111541684, -74.00494957482051, 40.75774352122947, -74.00494753740247, 40.75776839506494, -74.00495168301936, 40.75779463650171, -74.00496173205916, 40.757820392311956, -74.00496999550323, 40.757833451979025, -74.00499479952923, 40.757865475563605, -74.00500361053454, 40.75788423359971, -74.00500749746901, 40.75790320977144, -74.00476380407201, 40.75824295990014, -74.00450695048265, 40.7585912531015, -74.00423392921566, 40.758961468196524, -74.00392586987861, 40.75937918184715, -74.00388085335014, 40.759440223185756, -74.0038202008043, 40.75952246650908, -74.00379104859293, 40.759561992425425, -74.00368500710333, 40.75970578125438, -74.00357930620356, 40.75984910531175, -74.00356964910232, 40.759862199849955, -74.00338055625447, 40.76011859634132, -74.00335021694832, 40.76015973408074, -74.00332804033653, 40.76018980257347, -74.0032502698667, 40.76029525208506, -74.00321149881583, 40.760347821030095, -74.00263387431292, 40.76015154548639, -74.00218297931353, 40.76077574868188, -74.00170164102914, 40.76138042126827, -74.00170164102914, 40.76138042126827 --73.97720025989497, 40.75853762390283, -73.97765482554107, 40.75791111102775, -73.9781160595067, 40.75728411850167, -73.97924492211175, 40.757757113263494, -73.9793629528906, 40.75781169786608, -73.98134106854117, 40.75864498968967, -73.98088573706215, 40.75927036156312, -73.98050325858355, 40.75980316214459, -73.98042605575134, 40.7598987682444, -73.98036293324951, 40.759976215313564, -73.97997187593029, 40.760524389631314, -73.97989058572013, 40.760490436351695, -73.97982320634432, 40.760460155008126, -73.97980531526092, 40.76044844171107, -73.979244155919, 40.76021597035372, -73.97798851019432, 40.759689249107545, -73.97844979872714, 40.75906470028731, -73.97720025989497, 40.75853762390283, -73.97720025989497, 40.75853762390283 --73.71291140960686, 40.75994948358831, -73.71245938805515, 40.759931674298905, -73.71239340129354, 40.75992907369999, -73.71222920742427, 40.75982588580898, -73.71195129578605, 40.759653907131664, -73.71092995077314, 40.75901820409534, -73.7056333570524, 40.75582717519269, -73.70536013850352, 40.75567135658182, -73.70477547567499, 40.755269898883064, -73.70528511200132, 40.754752661171835, -73.70567735033161, 40.75436577815489, -73.70611158392099, 40.753937463094196, -73.70630451361771, 40.753811389303316, -73.70639752098393, 40.7537099326471, -73.70688881744036, 40.75323785657658, -73.70749973783721, 40.75269164060843, -73.70807709428078, 40.75219240962129, -73.70811868170696, 40.75215645135767, -73.70814891606862, 40.75213116688389, -73.70855203665023, 40.75179405660376, -73.70875353556535, 40.751625511583306, -73.7094060482972, 40.75108113490167, -73.709576499455, 40.7509406447616, -73.70999654048495, 40.75065259047221, -73.71007916305481, 40.75058039919376, -73.71068374218717, 40.75004006034894, -73.71121667089254, 40.74957757967423, -73.71132911270087, 40.749474173100076, -73.71149293114863, 40.74957827197235, -73.71174816357711, 40.74974464551273, -73.71233218146317, 40.750122813556125, -73.71263234786923, 40.75030655201246, -73.71373129785854, 40.75102828503015, -73.7139021751583, 40.751128021495106, -73.71493664124081, 40.75178947270281, -73.71497041538174, 40.751815760236646, -73.71509806321792, 40.75181143659906, -73.71510463482502, 40.75189403776949, -73.71510984543708, 40.75191527028591, -73.71513589428044, 40.7519922473087, -73.71514918664434, 40.752056972852415, -73.71524917862179, 40.75295835723756, -73.7152544358288, 40.752992543700245, -73.7152607040563, 40.75301238573107, -73.71526661093137, 40.75302700751039, -73.71526949629607, 40.75313017080193, -73.71527216666301, 40.753225734153894, -73.71528184687662, 40.75327651984699, -73.71528690019366, 40.753294696530496, -73.71542395196317, 40.75449670844576, -73.71543030612712, 40.75470105079042, -73.71541665792431, 40.75493424648603, -73.715418222976, 40.75495043071756, -73.71542114013664, 40.75497942354259, -73.71541781678125, 40.754998109921445, -73.71545372832674, 40.755043968859965, -73.7154653465396, 40.7550542219496, -73.71553103043476, 40.755064246560934, -73.71546691224427, 40.75511655462059, -73.71543736074047, 40.75516999443274, -73.7153934004863, 40.755358250015775, -73.71534601144735, 40.75550859914121, -73.71730957358722, 40.755957495793204, -73.71746783036575, 40.755659779255026, -73.71755930694773, 40.755548394380604, -73.71759497601867, 40.75550410200035, -73.71760406234218, 40.755489044336365, -73.71762614919754, 40.755445702005645, -73.71763333359642, 40.75543177882217, -73.71764046302317, 40.75541797256974, -73.7176516900368, 40.75538958359683, -73.71775341644046, 40.75534722436282, -73.71791955268947, 40.75538040086627, -73.7180062330039, 40.755408667578855, -73.7184443692445, 40.755533684586474, -73.71944087959837, 40.75581217803912, -73.72038574833796, 40.75606589144891, -73.72109289791287, 40.75628100765122, -73.72127086589106, 40.755968131258825, -73.72135971440704, 40.75577641065517, -73.7214426760467, 40.755589138670224, -73.72154326603108, 40.75539744811017, -73.72160844867851, 40.75525030566362, -73.7216853151426, 40.75511658288924, -73.72183610533634, 40.75486479714588, -73.7219482816604, 40.7547088412136, -73.72206045745921, 40.75455288516859, -73.72215932537563, 40.75443881385036, -73.72227279079155, 40.75430789938409, -73.7225323213904, 40.75400499893835, -73.7226809307044, 40.753770521815184, -73.72270447283204, 40.75373337932267, -73.72289509719569, 40.75404644738431, -73.72294011750643, 40.75411875135982, -73.72300100010271, 40.754220380745934, -73.72301597416885, 40.75424828123125, -73.72304547362018, 40.75429950382509, -73.72294405666096, 40.75442012998579, -73.72283029464418, 40.754555433479936, -73.7225647271224, 40.75489849177981, -73.72241712717666, 40.75510346234763, -73.72225160215564, 40.755384270962026, -73.72214505224197, 40.755598267795655, -73.72203850283167, 40.75581226362638, -73.72194965385312, 40.756003984746826, -73.72187263779837, 40.756173416132256, -73.72178986544533, 40.75631605060188, -73.72170119256168, 40.75646529130216, -73.72137285526878, 40.75699160012492, -73.72100217545567, 40.757427008863765, -73.72079641637626, 40.757626855715586, -73.72057309499723, 40.75782665959878, -73.72042608191994, 40.757950872189646, -73.7201793725894, 40.75814171520562, -73.7198329047326, 40.75838573964449, -73.71951587659834, 40.75858976475219, -73.7192341475309, 40.758753805954484, -73.71888793252411, 40.75893549940135, -73.7185594346414, 40.759081615442454, -73.7183541337537, 40.75917015606933, -73.71810784733498, 40.75925859604724, -73.71790847572363, 40.75932934281531, -73.71769739486021, 40.75940005874431, -73.71754277627868, 40.75944679439539, -73.71727419578747, 40.759521622560065, -73.71702993267627, 40.75958196750652, -73.71675520318757, 40.759642096552405, -73.7164778402886, 40.75969477215036, -73.71638130829004, 40.759709482990566, -73.71618834963425, 40.75973888847892, -73.71588575781318, 40.75978499971797, -73.71557639694865, 40.7598251095657, -73.71513284379355, 40.75987306886262, -73.71446302948328, 40.759927108024364, -73.7137452004385, 40.75995859770809, -73.71325444323591, 40.75996299910052, -73.71291140960686, 40.75994948358831, -73.71291140960686, 40.75994948358831 --73.97765482554107, 40.75791111102775, -73.97604541016177, 40.757231742887605, -73.97502009149079, 40.756798750473266, -73.97453748247621, 40.756598170755424, -73.97443866229102, 40.7565559953236, -73.97433757482138, 40.75651285125858, -73.97365316718052, 40.75622323837355, -73.9728196708413, 40.7558702438882, -73.97121704384926, 40.755193013204924, -73.97022230425335, 40.754776447719756, -73.96897803210935, 40.75425022417574, -73.96661581964884, 40.7532431137706, -73.9665560698444, 40.753213471604866, -73.96649172630583, 40.75309992616156, -73.9664214702867, 40.753106582952185, -73.9663717116419, 40.753097664236826, -73.96610545060084, 40.75298187662561, -73.96576010859738, 40.75284153334179, -73.96529770919618, 40.75264550346251, -73.96520697806552, 40.75262098864137, -73.96511038206586, 40.7526165073237, -73.96482065057295, 40.75249621249647, -73.96475448024903, 40.7524784198878, -73.96469887376789, 40.75246059535927, -73.96459499727874, 40.75243943851434, -73.9645041990761, 40.75254180887661, -73.9643958336809, 40.752653077037195, -73.9643313966284, 40.752722064654435, -73.96426697734385, 40.75275988753986, -73.96416742043765, 40.752819959063814, -73.96404151225894, 40.752888927378834, -73.96398586593031, 40.75294233609504, -73.96362854617634, 40.75330506906456, -73.96352897085107, 40.75339407957532, -73.963444027895, 40.75348977279295, -73.96320189790256, 40.753367246747224, -73.96336604694645, 40.75317970393633, -73.96366799828199, 40.752854713427354, -73.9638550417287, 40.752640598699685, -73.96425814003469, 40.752216908665126, -73.96464863091002, 40.751805728556775, -73.96492446147967, 40.751511023292764, -73.96537176705147, 40.750994353808366, -73.96555338416226, 40.750783804242964, -73.9656445152351, 40.75067799409598, -73.96598612225833, 40.75029781000472, -73.96627727278683, 40.74994865416484, -73.96628882843605, 40.74993465828054, -73.96653049951678, 40.7496419472218, -73.9667467029054, 40.749380987344296, -73.96695598526145, 40.74912622234965, -73.96723278927892, 40.74879034508995, -73.96754753979602, 40.74841152009812, -73.9677127892414, 40.74820936056248, -73.9681174823719, 40.747740451797526, -73.96837339650517, 40.747441481306716, -73.96823192954675, 40.74737500391649, -73.96824459448665, 40.74735957002831, -73.96841475507814, 40.74715309648435, -73.96842463340397, 40.747141110751215, -73.9684369783448, 40.74712613150939, -73.96877844491732, 40.74730121367843, -73.96869521796137, 40.747431373691256, -73.968667893739, 40.747465952909586, -73.96879503435834, 40.74751436802917, -73.9697161507921, 40.74790758044607, -73.96975909452755, 40.74792591343001, -73.9701670629739, 40.74810006607116, -73.9702252777845, 40.74812401749159, -73.9702711774758, 40.74814182875439, -73.9703300623214, 40.74808386484212, -73.97043178388512, 40.74804027227741, -73.97078030798353, 40.74754315837187, -73.97228261907073, 40.748177297912086, -73.97314042297151, 40.74853805302595, -73.9737040889322, 40.74877357450484, -73.97451592372613, 40.7491167021411, -73.97468389342413, 40.74918335051951, -73.97538294554208, 40.749482748321014, -73.97646686489642, 40.74993718742011, -73.97698569888456, 40.75015664560792, -73.97837929219789, 40.75074646875422, -73.97848760656375, 40.75079194296977, -73.97860723736855, 40.750842168453474, -73.97871751259378, 40.75088875584157, -73.97884885236252, 40.750938910295424, -73.97924699351952, 40.751108661433584, -73.98022089271592, 40.751521668775496, -73.98182243758353, 40.75219681487782, -73.98137142718045, 40.75281354147462, -73.980887091666, 40.753480675530014, -73.980395597963, 40.754154498824775, -73.97993646502596, 40.75478223053057, -73.97948312884041, 40.75540465020317, -73.97924555373068, 40.75572999171578, -73.9790239599984, 40.7560315577946, -73.9785652420736, 40.756654530177705, -73.97846199016486, 40.75679944541704, -73.9781160595067, 40.75728411850167, -73.97765482554107, 40.75791111102775, -73.97765482554107, 40.75791111102775 --74.00827017706996, 40.75258680862208, -74.00819195014822, 40.75279269591195, -74.00816385448815, 40.752866648327384, -74.00814558123227, 40.75292027653027, -74.00793244992241, 40.75346999781773, -74.00779975664042, 40.753821276964274, -74.0076250784004, 40.754278847182796, -74.00755695308253, 40.75437817831927, -74.00748262474536, 40.754476993827595, -74.00744893970558, 40.7545217772431, -74.00728867803004, 40.75473854814242, -74.00715032443703, 40.75492568632628, -74.00693012100345, 40.75522836952486, -74.00666917522487, 40.755588179105956, -74.0065189817466, 40.75579720937543, -74.00648797033406, 40.75584009588599, -74.00634977245254, 40.75603122230738, -74.00584854273879, 40.75581419377392, -74.00543692839602, 40.7563637607286, -74.00505431944997, 40.756801347993544, -74.00495658056794, 40.75692877010661, -74.00492679465654, 40.75702202498695, -74.00448448643051, 40.75762574161668, -74.00443481916344, 40.75769353175264, -74.00388144846808, 40.75745911335948, -74.00258782893467, 40.75691109241486, -74.00129124998676, 40.75636183044532, -73.99882543049999, 40.75532100256055, -73.99866066593911, 40.75525145293885, -73.99849140182144, 40.75517979854111, -73.99776351466805, 40.75487341949216, -73.99769358444227, 40.75484399410139, -73.99756725807568, 40.754790813060275, -73.99746482964814, 40.754747682048446, -73.99740906235141, 40.75472422534468, -73.99729294041137, 40.75467534594502, -73.9970934365802, 40.75459691787254, -73.99691004125215, 40.754527925382284, -73.99679401552292, 40.75446309482889, -73.99581650530027, 40.75405631328403, -73.99297937605922, 40.752853090023926, -73.99013379028499, 40.751658492129856, -73.98943660026568, 40.75136061953454, -73.9882700783964, 40.750874294735624, -73.98795730000924, 40.7507437539444, -73.98777909131701, 40.75066040326065, -73.98760719977517, 40.75058000753986, -73.98729376772091, 40.75045129649972, -73.98606147985888, 40.74993874807509, -73.98407634991705, 40.74910181707397, -73.98414015640272, 40.749014449770094, -73.98448142450661, 40.74854717048945, -73.9845607675887, 40.74843852967892, -73.98463650264237, 40.74833455745553, -73.98499250432708, 40.74784582852139, -73.98504576703172, 40.74777270623582, -73.98510373423927, 40.74769279651712, -73.98543647002451, 40.747234104947445, -73.98549601511279, 40.747152019601465, -73.98554671827563, 40.74708295353595, -73.98588889348113, 40.74661682902434, -73.98594856635302, 40.74653553950065, -73.98600156413085, 40.74646228615396, -73.98633811216432, 40.74599710511513, -73.98639325871159, 40.745920878365105, -73.98643447573912, 40.74586431881128, -73.98679324012295, 40.745371975237525, -73.98684538795375, 40.74530040984301, -73.98690737511149, 40.745215613499276, -73.98724028557443, 40.74476020793147, -73.98729804726061, 40.744681190354584, -73.98735899822505, 40.74459753909065, -73.98769880016022, 40.74413115213542, -73.98774683653347, 40.74406521945134, -73.98779340196626, 40.74400103087227, -73.98814373248648, 40.74351734854724, -73.98819360333484, 40.74345042350154, -73.98827138035794, 40.74347939084683, -73.9883032964176, 40.743490301031066, -73.98832595506762, 40.743500110749665, -73.98887203942357, 40.74374082164513, -73.98901110824306, 40.74379533997141, -73.98915524475511, 40.743850080131224, -73.99141858537085, 40.74480236863796, -73.9918710173766, 40.74418525721686, -73.99231888620506, 40.743568006783896, -73.99516072007836, 40.744763156177946, -73.99729330663489, 40.74566246831054, -73.9978430645531, 40.74589378852284, -73.99800821279412, 40.74595098986858, -73.99755164551429, 40.74658058906207, -73.9977602178196, 40.74666926707281, -73.99781029410845, 40.74668613902299, -73.99792346199612, 40.746713655191215, -73.99796045474979, 40.74672703737718, -74.00023384078946, 40.74768578646291, -74.00039850546979, 40.747767580795546, -74.00084826590624, 40.747146461348336, -74.00099279270692, 40.74722373174095, -74.00368344261638, 40.748354685960166, -74.00417544730941, 40.7485618333206, -74.00427037277282, 40.74860179880593, -74.00631597751506, 40.74946300646166, -74.00652833961176, 40.74955290204412, -74.00745286770207, 40.749939350314406, -74.00825562736317, 40.750274154118785, -74.00848639716924, 40.750356570561124, -74.0079456601193, 40.75175937929861, -74.00771262083416, 40.752443698423484, -74.00827017706996, 40.75258680862208, -74.00827017706996, 40.75258680862208 --73.99231888620506, 40.743568006783896, -73.99267731156351, 40.743077487140674, -73.99280513676136, 40.742900672568496, -73.99329166649973, 40.742232988658394, -73.9937392851659, 40.741616897774826, -73.99416491655644, 40.74103062518027, -73.99094521455733, 40.739673067226654, -73.99137406282439, 40.739087872139606, -73.9917976872102, 40.73850334411327, -73.99222485016388, 40.737916676014976, -73.99265430348932, 40.73733015591501, -73.9931195300627, 40.736690735085794, -73.99346298136358, 40.73621565533826, -73.993616879733, 40.73600418153011, -73.99411856314553, 40.7353123255937, -73.99426272235289, 40.73510407781851, -73.99458519761149, 40.734672362935065, -73.99504996084485, 40.734033994849334, -73.99549000870863, 40.73343583515398, -73.99586828360934, 40.73291893428308, -73.99591436986267, 40.73284686555949, -73.99627814878943, 40.732346473603094, -73.996351243429, 40.73225505995072, -73.99640988400112, 40.73218221157918, -73.99663935649909, 40.7318559427547, -73.99688469449163, 40.73152112986572, -73.99697434818299, 40.73140851918886, -73.99556244615393, 40.73071490639371, -73.9956316500527, 40.730661069442846, -73.99598221139371, 40.730250016313754, -73.99606314079568, 40.730154949728124, -73.99657214976307, 40.729551915263905, -73.9972939465077, 40.72990911129181, -73.9973598207972, 40.729941396951475, -73.99749284216863, 40.730004103232005, -73.9976462593013, 40.730081334078406, -73.99807197040953, 40.7302877160229, -73.99884195945194, 40.73066873866493, -73.99960359875357, 40.731042940161885, -74.00095441302066, 40.731705787560436, -74.0005106541623, 40.73231491307264, -74.00006657112078, 40.732928924781824, -73.99955588763, 40.73361028708795, -73.9991877933376, 40.73413451762237, -73.99938655262811, 40.734117560486354, -73.99947875602327, 40.73409378032571, -73.99949796830748, 40.73408931028943, -73.99954265408378, 40.73408311498059, -73.99965309527857, 40.73406941053513, -73.99965523403071, 40.73414938195428, -73.99966222440904, 40.73416864834322, -73.99973997857722, 40.734308410984, -73.9999726014176, 40.73468758454948, -74.00035545150038, 40.735307211766376, -74.00041525997827, 40.73541808299067, -74.00072171815525, 40.73592613086361, -74.00089414693709, 40.736215837402185, -74.0010949992097, 40.73656292735569, -74.00121303648751, 40.73675312149663, -74.00146274379436, 40.737168255314174, -74.00176797725103, 40.73767461634552, -74.00203201899276, 40.73813014992269, -74.00238720394611, 40.73873059426768, -74.00278934380074, 40.739395717979356, -74.00272237066665, 40.739478561752655, -74.0025238155139, 40.739752329497726, -74.00515808066075, 40.74085776912769, -74.00536591929941, 40.740944980051, -74.00631520836738, 40.74134942439155, -74.00687143867285, 40.741584779691095, -74.00697077692085, 40.74162681029077, -74.00707730929244, 40.741671445529505, -74.00768178753597, 40.74192470951692, -74.00786905094616, 40.742003168855355, -74.00806969782299, 40.74208723350805, -74.0082043617593, 40.742143651562216, -74.00880950905034, 40.742377669335376, -74.00880368881522, 40.742405748487535, -74.0087480810092, 40.74267403895286, -74.00929177229453, 40.74280600798294, -74.00928700840595, 40.74283460936663, -74.00927740490567, 40.74289227049713, -74.009274815343, 40.74290783236512, -74.00961176028497, 40.74294859049564, -74.00963406210451, 40.74295122351542, -74.00961127211212, 40.7430773188938, -74.00957845574177, 40.74325887371403, -74.00957075057111, 40.743301504348175, -74.0095116453265, 40.743628521989514, -74.00950277120728, 40.74367761294904, -74.00949379178236, 40.74372728474312, -74.00945255133752, 40.7439722007603, -74.0093952275976, 40.74396873039514, -74.00935159312668, 40.74396442412103, -74.00890222696854, 40.743920144893224, -74.00889755304712, 40.74395047071972, -74.00889126199766, 40.74399129657939, -74.00882639037833, 40.744363900632464, -74.00879268087994, 40.74455456659043, -74.00877525460844, 40.74465314008059, -74.0087521031077, 40.7447840989223, -74.00872736204099, 40.74492910758177, -74.00875725767158, 40.74493247230685, -74.00889532060837, 40.744948009873944, -74.00931985344411, 40.74499516375109, -74.0095216165116, 40.74501757346472, -74.00956057720593, 40.74505501780464, -74.00953623080983, 40.745207718726945, -74.00951161596433, 40.74531370948654, -74.00950868184752, 40.74532952082325, -74.00950155122854, 40.745367950529584, -74.00944593992803, 40.74566766799705, -74.00944127849162, 40.74569330670062, -74.00943210350214, 40.74574381055968, -74.009323708598, 40.74634034639657, -74.00932109624993, 40.74635472589493, -74.00931775272542, 40.74637312081053, -74.00931423284106, 40.746391974097975, -74.00926838306482, 40.746637591823486, -74.00925495678086, 40.746711447035075, -74.00924637544225, 40.7467586405628, -74.00923474630994, 40.746822617071444, -74.00914466237137, 40.74732035753144, -74.00914189495877, 40.74733564114433, -74.00913763912861, 40.747359151900866, -74.00912845660716, 40.74740988895545, -74.00907408292058, 40.747710323761346, -74.00907025527253, 40.74773088622288, -74.00906267924778, 40.74777161401595, -74.00900359467903, 40.74808914615465, -74.00894640501677, 40.748413731766284, -74.01008640239205, 40.748533153658215, -74.00995996316637, 40.748922973956724, -74.00969061109599, 40.749640665147524, -74.00964317123419, 40.749770578827565, -74.00960723866702, 40.74987839581103, -74.00958676717559, 40.74993919247672, -74.00957490988453, 40.749974402346204, -74.00955135578195, 40.75003292818491, -74.00954164157707, 40.7500508328497, -74.00953066566788, 40.75006436115897, -74.00951156662646, 40.7500767771129, -74.00949197917413, 40.750077009258256, -74.00921370129224, 40.74996650645287, -74.00908679237018, 40.750373205733275, -74.00900471807729, 40.75063621393395, -74.00899017631497, 40.750682815348966, -74.00898084003424, 40.75071273988776, -74.00888978888563, 40.7509552081548, -74.00883082093355, 40.75110805734766, -74.0086873981717, 40.7514862734876, -74.00857256401859, 40.751803257416675, -74.00858003935188, 40.75183907627681, -74.00858895723059, 40.751867704490394, -74.00859121995566, 40.75188480582593, -74.00858889028895, 40.75190873964086, -74.00858423636649, 40.75192512378894, -74.00855824152326, 40.75199401981368, -74.00853592108771, 40.75204498108801, -74.00852062408187, 40.75207990473232, -74.00849189998601, 40.75214204805021, -74.00847845624095, 40.75216862206301, -74.00846343323381, 40.752198318243394, -74.00844571120093, 40.75222527618184, -74.00839461447026, 40.75229331852405, -74.00835992712322, 40.75234858688077, -74.00833788937668, 40.75240859547397, -74.00827017706996, 40.75258680862208, -74.00771262083416, 40.752443698423484, -74.0079456601193, 40.75175937929861, -74.00848639716924, 40.750356570561124, -74.00825562736317, 40.750274154118785, -74.00745286770207, 40.749939350314406, -74.00652833961176, 40.74955290204412, -74.00631597751506, 40.74946300646166, -74.00427037277282, 40.74860179880593, -74.00417544730941, 40.7485618333206, -74.00368344261638, 40.748354685960166, -74.00099279270692, 40.74722373174095, -74.00084826590624, 40.747146461348336, -74.00039850546979, 40.747767580795546, -74.00023384078946, 40.74768578646291, -73.99796045474979, 40.74672703737718, -73.99792346199612, 40.746713655191215, -73.99781029410845, 40.74668613902299, -73.9977602178196, 40.74666926707281, -73.99755164551429, 40.74658058906207, -73.99800821279412, 40.74595098986858, -73.9978430645531, 40.74589378852284, -73.99729330663489, 40.74566246831054, -73.99516072007836, 40.744763156177946, -73.99231888620506, 40.743568006783896, -73.99231888620506, 40.743568006783896 --73.98182243758353, 40.75219681487782, -73.98022089271592, 40.751521668775496, -73.97924699351952, 40.751108661433584, -73.97884885236252, 40.750938910295424, -73.97871751259378, 40.75088875584157, -73.97860723736855, 40.750842168453474, -73.97848760656375, 40.75079194296977, -73.97837929219789, 40.75074646875422, -73.97698569888456, 40.75015664560792, -73.97646686489642, 40.74993718742011, -73.97538294554208, 40.749482748321014, -73.97468389342413, 40.74918335051951, -73.97451592372613, 40.7491167021411, -73.9737040889322, 40.74877357450484, -73.97314042297151, 40.74853805302595, -73.97228261907073, 40.748177297912086, -73.97078030798353, 40.74754315837187, -73.97043178388512, 40.74804027227741, -73.9703300623214, 40.74808386484212, -73.9702711774758, 40.74814182875439, -73.9702252777845, 40.74812401749159, -73.9701670629739, 40.74810006607116, -73.96975909452755, 40.74792591343001, -73.9697161507921, 40.74790758044607, -73.96879503435834, 40.74751436802917, -73.968667893739, 40.747465952909586, -73.96869521796137, 40.747431373691256, -73.96877844491732, 40.74730121367843, -73.9684369783448, 40.74712613150939, -73.96857655990789, 40.74695676010612, -73.96881878814166, 40.746663631847454, -73.96894061809734, 40.74652406014849, -73.96897186844083, 40.74653700254577, -73.96903404967496, 40.74646310390769, -73.96931429562468, 40.74612428499697, -73.96944240502938, 40.74596884210162, -73.969589414594, 40.745795069738705, -73.96983990595979, 40.745485774672886, -73.96987387848729, 40.74544279517964, -73.96997303700483, 40.7454925650581, -73.97002856399533, 40.74542462819294, -73.97007816731902, 40.7453643539735, -73.9701248383573, 40.74530796555819, -73.97022659221852, 40.7451829196404, -73.97026312267603, 40.74513802711519, -73.97033123594252, 40.74505242360821, -73.97032275714392, 40.74503925241445, -73.9703233189773, 40.745024594111854, -73.97042579196628, 40.74488342642751, -73.97044053444061, 40.74487203970312, -73.970460041334, 40.74486609866227, -73.97048911464458, 40.74484504326402, -73.97060650672321, 40.74467972944849, -73.97067953322173, 40.74456876511291, -73.97078815796641, 40.7444034470727, -73.97094377440963, 40.744468058172366, -73.97111506961888, 40.744205345098, -73.97117168691113, 40.74412440462564, -73.97122751104034, 40.74403465156702, -73.97134910579682, 40.74383815797811, -73.97120302003589, 40.743777132920016, -73.97140252794267, 40.74347342006333, -73.97146040573489, 40.74338296319733, -73.9715920241318, 40.743181990895415, -73.97166539170536, 40.743074234502274, -73.97167933232393, 40.74305375770258, -73.9716989986845, 40.74302487697675, -73.97200604382405, 40.74314932372638, -73.97211675553093, 40.743195045003915, -73.97213815114026, 40.743195440101275, -73.97221024310865, 40.743177528426656, -73.97225430462731, 40.74315013932661, -73.97229113484875, 40.743124381989624, -73.97231323845875, 40.74310198269373, -73.97233152349831, 40.74307439645704, -73.97234380133456, 40.74304315541846, -73.9724462979188, 40.742927411717204, -73.97253125738347, 40.74274487584359, -73.97265137893388, 40.742482200435795, -73.9727158438731, 40.74230856375952, -73.97278032294274, 40.74210821170451, -73.9727920448052, 40.74207482097235, -73.97283265041362, 40.74191420171474, -73.9729118496383, 40.741502356350516, -73.9729734777175, 40.74110608826133, -73.97300576292561, 40.74089237126429, -73.97303216963596, 40.740734309623406, -73.97306441430632, 40.74061409675624, -73.97314415559623, 40.740336284585034, -73.97310707951249, 40.74028356744303, -73.97311589818044, 40.74018783927685, -73.97317457325723, 40.73985390793654, -73.97321562882581, 40.73965800311988, -73.97324643725506, 40.73954782960608, -73.97329624408044, 40.73942539467837, -73.97338707017249, 40.73919833385749, -73.97343101138681, 40.739102612863114, -73.97362732401821, 40.73872868355626, -73.97371518866746, 40.7385906738609, -73.97373862406457, 40.73853947365121, -73.97376792608308, 40.7384571073085, -73.97378552715925, 40.7383547011023, -73.97393983344568, 40.738204905182364, -73.97412139287746, 40.73797118517619, -73.97427074405569, 40.73776639909777, -73.97449037637921, 40.737463670292435, -73.9746426584371, 40.73724775319209, -73.9747451331489, 40.73711505259084, -73.97476523529599, 40.737090220096036, -73.97478907311492, 40.73706077601524, -73.9748212790304, 40.737036292854995, -73.9748798136784, 40.737038532593445, -73.97537395250885, 40.73723328044443, -73.97760270069728, 40.7381714826236, -73.97714764865832, 40.738795150434385, -73.97730564989008, 40.73885560572661, -73.9781934640181, 40.73923176610901, -73.9790013237987, 40.73957045927891, -73.97925055666742, 40.73966915593003, -73.9793474478379, 40.73971041117784, -73.97951815770597, 40.739783097295, -73.97967821294314, 40.739850858205415, -73.98159346635684, 40.74066166286105, -73.98176150346345, 40.740732797243425, -73.9819294605076, 40.740803611687205, -73.98322474793594, 40.74134971757314, -73.98336169890588, 40.74140745634189, -73.98349766872151, 40.741464768866855, -73.9848131073145, 40.74201924524108, -73.98497775132738, 40.74208864369426, -73.98494709603656, 40.742130954515225, -73.98491259872148, 40.74217856610912, -73.98459703861732, 40.74261407343819, -73.98455890957486, 40.742666695758246, -73.98452913609724, 40.742707785495426, -73.98469998503356, 40.7427794454444, -73.98540892295995, 40.74307679566521, -73.9860397944626, 40.743343298718955, -73.98614707790276, 40.743388617071986, -73.98624926248519, 40.743431835634794, -73.9876369013455, 40.74401872354507, -73.98774683653347, 40.74406521945134, -73.98769880016022, 40.74413115213542, -73.98735899822505, 40.74459753909065, -73.98729804726061, 40.744681190354584, -73.98724028557443, 40.74476020793147, -73.98690737511149, 40.745215613499276, -73.98684538795375, 40.74530040984301, -73.98679324012295, 40.745371975237525, -73.98643447573912, 40.74586431881128, -73.98639325871159, 40.745920878365105, -73.98633811216432, 40.74599710511513, -73.98600156413085, 40.74646228615396, -73.98594856635302, 40.74653553950065, -73.98588889348113, 40.74661682902434, -73.98554671827563, 40.74708295353595, -73.98549601511279, 40.747152019601465, -73.98543647002451, 40.747234104947445, -73.98510373423927, 40.74769279651712, -73.98504576703172, 40.74777270623582, -73.98499250432708, 40.74784582852139, -73.98463650264237, 40.74833455745553, -73.9845607675887, 40.74843852967892, -73.98448142450661, 40.74854717048945, -73.98414015640272, 40.749014449770094, -73.98407634991705, 40.74910181707397, -73.98401333335535, 40.74918792194159, -73.98367258839053, 40.749653515921246, -73.98362140155281, 40.74972345545947, -73.98356014615308, 40.74980795922234, -73.98346558814006, 40.7499384046933, -73.98317415761953, 40.75034189812445, -73.98272387210466, 40.75095863118391, -73.98112322330941, 40.750282143277346, -73.98067344560995, 40.75090479374131, -73.9822748945757, 40.75157698714336, -73.98182243758353, 40.75219681487782, -73.98182243758353, 40.75219681487782 --73.90983512945958, 40.751619974958, -73.90982222647399, 40.75159246970031, -73.90981330608372, 40.75157345663168, -73.90975404974003, 40.751430935724215, -73.90961464154115, 40.7511249505481, -73.90955575242468, 40.75103700049975, -73.90945641071184, 40.750888627972856, -73.90944992353232, 40.750862908014405, -73.90943892488079, 40.750727421789925, -73.9094439709829, 40.7506973830641, -73.9094826679754, 40.750560550020055, -73.9094983919427, 40.75050469495974, -73.90957064453121, 40.750248022735065, -73.90966743813577, 40.74990417006292, -73.90971146955009, 40.749754393628386, -73.90989961299289, 40.749086953147504, -73.9102012574139, 40.74840525487143, -73.91027152886261, 40.74851688601005, -73.91164202171625, 40.74868426365923, -73.91188825701903, 40.748714174407404, -73.91280973306326, 40.74881786116322, -73.9137443887249, 40.74892684449175, -73.91466836106348, 40.74903395907549, -73.91496145188964, 40.7475836758083, -73.9150614123085, 40.74710022157571, -73.91508528783194, 40.74697089218834, -73.91511335514284, 40.74683199889897, -73.91514223973405, 40.746689069230186, -73.91523179776719, 40.74624588499702, -73.91556556710913, 40.74457867129872, -73.91583015817004, 40.743224012312254, -73.91584692169712, 40.74313818370774, -73.91609578325938, 40.74306102881012, -73.9161515437263, 40.74304719800468, -73.91660321188768, 40.74291540081631, -73.91685960723237, 40.742840566727295, -73.91873497946595, 40.74296919015439, -73.91875877019336, 40.742854760569934, -73.91877122170362, 40.74279487211105, -73.91889775544219, 40.74218624445286, -73.91909861870259, 40.74115482566012, -73.92002839925338, 40.74126134590069, -73.9207000752948, 40.741348992971616, -73.9209562936558, 40.74136147814211, -73.92175322655717, 40.74099491246596, -73.9220018973713, 40.74089000723221, -73.92303957065032, 40.74043582025877, -73.92317552109594, 40.73973937291556, -73.92354640383189, 40.73789464776376, -73.92361018487036, 40.737587837528196, -73.92388701631342, 40.7361906881862, -73.92391401113365, 40.7360596667914, -73.92397156816719, 40.73578346764204, -73.92402158142625, 40.735595358387464, -73.92412472705801, 40.73562100532706, -73.92420295742821, 40.73564147406522, -73.92420859788758, 40.73551917796618, -73.92433299961425, 40.735038049816374, -73.92443434241531, 40.735116140894, -73.92451114868499, 40.73516746530369, -73.92466704141233, 40.73528394726522, -73.92473028038116, 40.735342279410865, -73.92495824164675, 40.73542417631492, -73.92512626156068, 40.735481974933606, -73.92569613999885, 40.73565891117612, -73.92593009408871, 40.73572246486677, -73.92614301728563, 40.735773378571125, -73.92785146648195, 40.73611581899465, -73.9283441261207, 40.73619354777291, -73.9313934548044, 40.7367818551844, -73.93161369741271, 40.736825581571274, -73.93152703966535, 40.736860872313, -73.93147428792304, 40.73688235677131, -73.93144385557548, 40.73689475216044, -73.93141109474948, 40.73690809348902, -73.93139218392508, 40.73691579597516, -73.93130537552534, 40.736951150396095, -73.93121146909232, 40.736989395644784, -73.93115347629839, 40.73701301282994, -73.93101320142851, 40.73707014175357, -73.93090261035115, 40.73711518099158, -73.93088597104482, 40.737121957234244, -73.93081356532744, 40.73715144501311, -73.9307257853124, 40.737197260513206, -73.93066409446992, 40.73722926796025, -73.93061327434236, 40.737254071557885, -73.9301006543712, 40.73748248965383, -73.9299462592286, 40.73753565277294, -73.92988032880658, 40.73750521870761, -73.92976570300019, 40.7374523061564, -73.92900831273303, 40.73710267792778, -73.92865083523562, 40.7369425592173, -73.92849384253384, 40.73686907585074, -73.92814551143624, 40.73668617479021, -73.92780338119334, 40.73662106750479, -73.92763519686082, 40.736596514053, -73.9273156492977, 40.73821187798538, -73.92729025132947, 40.73833975927102, -73.92724240677299, 40.73859967232255, -73.9271900628153, 40.73880991409755, -73.9271854128567, 40.73883444098758, -73.92715011747178, 40.739020289757484, -73.92714408337517, 40.739051420092856, -73.92700530121988, 40.73975978768285, -73.92694377060639, 40.740055411417316, -73.92691907869546, 40.74017404932698, -73.92689178521181, 40.74031030130608, -73.92676989941593, 40.74091880393507, -73.92676551180612, 40.74094565337653, -73.92675939360508, 40.740971116736745, -73.92675417584456, 40.74099706874425, -73.92673656784291, 40.74108461478229, -73.92671078727403, 40.74121281082419, -73.92670458496983, 40.74124365285777, -73.92669882992621, 40.74127258519935, -73.92657402250308, 40.74190009899293, -73.92655027082662, 40.742019515431274, -73.92652675080014, 40.742138150370224, -73.92634514905022, 40.74305416811096, -73.92618407558601, 40.74386511303569, -73.92616335404138, 40.74397126233245, -73.92615220735665, 40.74402835003488, -73.92614030212258, 40.74408933644485, -73.9261211510694, 40.744187430801965, -73.92580342586072, 40.74576359456698, -73.92568279598491, 40.74636092020847, -73.925671193407, 40.74641837495815, -73.92546654070233, 40.747431726964834, -73.92544646446385, 40.74752317302584, -73.92543623614527, 40.74757324988095, -73.9254177652269, 40.747663804572376, -73.92541111918342, 40.7477081268052, -73.92540512984368, 40.74773381077736, -73.92539346645046, 40.747783819159764, -73.92524060681792, 40.74857120220045, -73.92523202234057, 40.74861542230244, -73.9202543272815, 40.74960335658295, -73.91531035759455, 40.75056020054126, -73.9126786426533, 40.75088504997421, -73.91236265953074, 40.75126518114781, -73.90983512945958, 40.751619974958, -73.90983512945958, 40.751619974958 --73.95765511621312, 40.74628972628072, -73.95717885511462, 40.74619813527665, -73.9571606077018, 40.74625370505451, -73.95708250707482, 40.746244932060534, -73.95665012649935, 40.74616212704609, -73.95551383894079, 40.745944914820676, -73.95574112398143, 40.7452509368838, -73.95596947170483, 40.74456317683738, -73.9562077026594, 40.74387121466422, -73.95636543147957, 40.74390131543816, -73.95675998639595, 40.74397629095938, -73.95763029410269, 40.744144855204254, -73.9577018889395, 40.74415872230983, -73.95945885981699, 40.744089401891486, -73.95944209055034, 40.74411124858655, -73.95942479378262, 40.74413215226266, -73.9594196530004, 40.744145514873125, -73.9594162254415, 40.74416086100303, -73.95941418819233, 40.74417961243902, -73.95942196928164, 40.744222656704665, -73.95941935289198, 40.74424750706909, -73.95940943315874, 40.7442691436525, -73.95939507513435, 40.74428600148176, -73.95937771241582, 40.74429651778113, -73.95935610039223, 40.74430106401937, -73.9593060981991, 40.744301936063984, -73.95922824874573, 40.74429617230327, -73.95921017868326, 40.744295844424144, -73.9591677859298, 40.744300830817394, -73.9591114664813, 40.744314244597426, -73.959030441015, 40.74432665000157, -73.95901318590253, 40.744331506599046, -73.95899654734406, 40.74433879027923, -73.95898059757887, 40.744348474052934, -73.95896543372999, 40.74436049942206, -73.95895107828777, 40.744374873598986, -73.95893781674863, 40.744391349946966, -73.9589258540999, 40.74440967729804, -73.95891554469085, 40.744429318176486, -73.95890946276009, 40.74444801593062, -73.95890197540669, 40.74449167072815, -73.95889456132613, 40.744510582326605, -73.9588681837153, 40.744545577408694, -73.95886053589254, 40.74455950911891, -73.9588557526442, 40.74457461161027, -73.95885252565367, 40.7445908664055, -73.95885082999425, 40.744608376153636, -73.95885064182059, 40.74462741009776, -73.95883406758658, 40.744737392069425, -73.95877567696877, 40.74493241914155, -73.95877028753135, 40.744951230598716, -73.95876940864339, 40.744969012590204, -73.95877270818103, 40.74498291309245, -73.95877324375124, 40.74499758163797, -73.95876035840283, 40.74501048849015, -73.95873917360558, 40.7450187448529, -73.95871775771528, 40.745021598989126, -73.95869086316023, 40.74501716695779, -73.9586500613973, 40.74500471001534, -73.95863241267801, 40.745000531630225, -73.95861419281039, 40.74499899152183, -73.9585838915592, 40.74500646654206, -73.95855629455453, 40.74502161934714, -73.9585433683779, 40.74503156439376, -73.95853110192073, 40.74504304864245, -73.95851970723592, 40.74505588846638, -73.95850934901324, 40.74506990472426, -73.95850025833425, 40.74508477962085, -73.95849061165596, 40.74511026498666, -73.95820524200072, 40.745642473787925, -73.9581811005379, 40.74571278378649, -73.95815695665098, 40.745783101882964, -73.95798224342748, 40.745749495307436, -73.95799699097249, 40.74580135275789, -73.95799979742675, 40.74582904526005, -73.95800058048663, 40.74585655872391, -73.95799936247928, 40.74588415790663, -73.95799606863446, 40.745912118335845, -73.9579919020642, 40.74593458895834, -73.95798452392917, 40.745963427692246, -73.95797732891873, 40.745985383020006, -73.95796794466663, 40.746009148467095, -73.95795653890056, 40.74603348499715, -73.95794646041706, 40.74605221365562, -73.95793326009793, 40.74607394706395, -73.95791919853875, 40.74609449869144, -73.9579033335713, 40.746115228858876, -73.9578854721891, 40.74613614830092, -73.95786564298469, 40.74615697606916, -73.95784495733258, 40.74617652750264, -73.95782472300205, 40.746193868354055, -73.95780401459257, 40.74621005547929, -73.95777614172968, 40.746229710526734, -73.95774939782437, 40.74624657531175, -73.95765511621312, 40.74628972628072, -73.95765511621312, 40.74628972628072 --73.98827138035794, 40.74347939084683, -73.98819360333484, 40.74345042350154, -73.98814373248648, 40.74351734854724, -73.98779340196626, 40.74400103087227, -73.98774683653347, 40.74406521945134, -73.9876369013455, 40.74401872354507, -73.98624926248519, 40.743431835634794, -73.98614707790276, 40.743388617071986, -73.9860397944626, 40.743343298718955, -73.98540892295995, 40.74307679566521, -73.98469998503356, 40.7427794454444, -73.98452913609724, 40.742707785495426, -73.98455890957486, 40.742666695758246, -73.98459703861732, 40.74261407343819, -73.98491259872148, 40.74217856610912, -73.98494709603656, 40.742130954515225, -73.98497775132738, 40.74208864369426, -73.9848131073145, 40.74201924524108, -73.98349766872151, 40.741464768866855, -73.98336169890588, 40.74140745634189, -73.98322474793594, 40.74134971757314, -73.9819294605076, 40.740803611687205, -73.98176150346345, 40.740732797243425, -73.98159346635684, 40.74066166286105, -73.97967821294314, 40.739850858205415, -73.97951815770597, 40.739783097295, -73.9793474478379, 40.73971041117784, -73.97925055666742, 40.73966915593003, -73.9790013237987, 40.73957045927891, -73.9781934640181, 40.73923176610901, -73.97730564989008, 40.73885560572661, -73.97714764865832, 40.738795150434385, -73.97760270069728, 40.7381714826236, -73.97537395250885, 40.73723328044443, -73.9748798136784, 40.737038532593445, -73.9748212790304, 40.737036292854995, -73.97478907311492, 40.73706077601524, -73.97476523529599, 40.737090220096036, -73.9747451331489, 40.73711505259084, -73.9746426584371, 40.73724775319209, -73.97449037637921, 40.737463670292435, -73.97427074405569, 40.73776639909777, -73.97412139287746, 40.73797118517619, -73.97393983344568, 40.738204905182364, -73.97378552715925, 40.7383547011023, -73.97376792608308, 40.7384571073085, -73.97373862406457, 40.73853947365121, -73.97371518866746, 40.7385906738609, -73.97362732401821, 40.73872868355626, -73.97343101138681, 40.739102612863114, -73.97338707017249, 40.73919833385749, -73.97329624408044, 40.73942539467837, -73.97324643725506, 40.73954782960608, -73.97321562882581, 40.73965800311988, -73.97317457325723, 40.73985390793654, -73.97311589818044, 40.74018783927685, -73.97310707951249, 40.74028356744303, -73.97314415559623, 40.740336284585034, -73.97306441430632, 40.74061409675624, -73.97303216963596, 40.740734309623406, -73.97300576292561, 40.74089237126429, -73.9729734777175, 40.74110608826133, -73.9729118496383, 40.741502356350516, -73.97283265041362, 40.74191420171474, -73.9727920448052, 40.74207482097235, -73.97278032294274, 40.74210821170451, -73.9727158438731, 40.74230856375952, -73.97265137893388, 40.742482200435795, -73.97253125738347, 40.74274487584359, -73.9724462979188, 40.742927411717204, -73.97234380133456, 40.74304315541846, -73.97233152349831, 40.74307439645704, -73.97231323845875, 40.74310198269373, -73.97229113484875, 40.743124381989624, -73.97225430462731, 40.74315013932661, -73.97221024310865, 40.743177528426656, -73.97213815114026, 40.743195440101275, -73.97211675553093, 40.743195045003915, -73.97200604382405, 40.74314932372638, -73.9716989986845, 40.74302487697675, -73.97171092288927, 40.74300736324582, -73.97183268628102, 40.74281585706798, -73.97188537604663, 40.74272510154401, -73.97174964129337, 40.74267260299386, -73.97176877572883, 40.74264134748727, -73.97193391140962, 40.74238910001291, -73.97196464418897, 40.74234012982327, -73.97196919859128, 40.74231557680752, -73.97204740482546, 40.741925216115185, -73.97214342593163, 40.74145925668457, -73.97229580329393, 40.740724112196546, -73.97220268791862, 40.740717652033645, -73.97218583343275, 40.74071178025945, -73.97217347275408, 40.740701271056025, -73.97216767230788, 40.74068788001282, -73.97222401836984, 40.74040384662296, -73.97224251129704, 40.740313215027314, -73.97229861379725, 40.740038255038904, -73.97230771705746, 40.74002391935115, -73.97232454341736, 40.74001445276071, -73.97234522882042, 40.74001202816102, -73.9724418580578, 40.74002480881063, -73.97254101560506, 40.739668457627985, -73.97259213056923, 40.73948629896939, -73.97260962846748, 40.739423940296206, -73.97266377830967, 40.73923097443173, -73.97261060190456, 40.73726042083292, -73.97253124402988, 40.7362125648669, -73.97252367774527, 40.73611265532642, -73.97249870490782, 40.73579843607946, -73.97263225665242, 40.73578941238893, -73.97282970526733, 40.7357754004153, -73.97285176122728, 40.73577635565272, -73.97287358210916, 40.73577897136702, -73.97289495364797, 40.73578322139305, -73.97291566632012, 40.735789064258476, -73.9729355141604, 40.735796441382305, -73.97295430186415, 40.73580527887739, -73.97391760541188, 40.7362128872053, -73.9744167450218, 40.736424084492114, -73.9746977228114, 40.736528046250335, -73.97473288979509, 40.736405608333705, -73.97476219976578, 40.736296524551335, -73.97477563621834, 40.73621307834207, -73.97478154585201, 40.73611037132251, -73.97479333161952, 40.73599649568896, -73.97479632113303, 40.73585805317524, -73.97479931147738, 40.7357173810016, -73.97476983334936, 40.73544287184188, -73.97475543058711, 40.73530874434255, -73.97472670792911, 40.73526567755687, -73.97470400172247, 40.73523162977151, -73.97468347379639, 40.735175801876046, -73.97453398676858, 40.73459297459337, -73.97441113260263, 40.734126771481435, -73.97440468306951, 40.73410228883693, -73.97419678618522, 40.73331334063523, -73.9740491305996, 40.732773175457396, -73.97401792401146, 40.732659007394105, -73.97399606630427, 40.73254698374106, -73.97385532738883, 40.73198559753966, -73.97380924518862, 40.73183456192028, -73.97375353083416, 40.731689409806656, -73.97369487302387, 40.731564350033466, -73.97368064459549, 40.73153891732711, -73.9736274099307, 40.73144375653436, -73.97354234111398, 40.731307528826, -73.97346313318589, 40.73118693252714, -73.97337804808377, 40.73109312944069, -73.97334560406547, 40.731052853901, -73.9734572584982, 40.730707540112284, -73.97349064087477, 40.73073657929413, -73.9735962666802, 40.73085048185948, -73.97369308768857, 40.73096214995455, -73.97376349789249, 40.731055950367704, -73.97382510573995, 40.731140814792234, -73.9738720397158, 40.73122567765522, -73.97392483709429, 40.73131947216748, -73.97397762066886, 40.73144899522082, -73.9740098695714, 40.73155394954817, -73.97403756521354, 40.731657272017856, -73.9740713637292, 40.73178391091452, -73.97410359550543, 40.73192459287367, -73.97413875754344, 40.73209207010293, -73.97415926177936, 40.73219925590172, -73.97417683556367, 40.732301973616785, -73.97417680527683, 40.732380126919615, -73.97417969545084, 40.732491774379504, -73.97419139890117, 40.73259449257276, -73.97422757852733, 40.73275550974155, -73.97426070721109, 40.73275222939583, -73.97436341273897, 40.73274206125553, -73.97450558519027, 40.73272798545792, -73.97455845321802, 40.732738309770305, -73.97460340757121, 40.73275173726557, -73.97532247351756, 40.733031009716534, -73.97539068921263, 40.73305929036529, -73.97680777883903, 40.7336560945673, -73.97772292325233, 40.73404149006965, -73.97925210364771, 40.734701338397564, -73.97986374206843, 40.734974131575605, -73.98010880333618, 40.735109887909104, -73.9803937821838, 40.735230321175976, -73.98226715789805, 40.73601942650913, -73.98272747002078, 40.73621454554863, -73.98388628368743, 40.736701244331506, -73.98433595306831, 40.73689010050598, -73.98450756340425, 40.736962174237576, -73.98444944505461, 40.73704182440955, -73.98414984131718, 40.73745240512716, -73.98408212714844, 40.73754520389935, -73.98424168091023, 40.73761277921852, -73.98488096814367, 40.737883529572834, -73.98498118074733, 40.73792597099793, -73.98505587004865, 40.73795751018394, -73.9855623857422, 40.73817140390626, -73.98567437556186, 40.738218694534474, -73.9857922217905, 40.73826826045804, -73.98632578625042, 40.73849267387469, -73.98642506081345, 40.738534425039965, -73.9865109573714, 40.73857051846601, -73.98713911074366, 40.73883445791207, -73.98730154864246, 40.738902711885615, -73.98733163608047, 40.73886118289757, -73.98736307822384, 40.738817786397746, -73.98766797287995, 40.73839694839161, -73.98769442910451, 40.738360431141516, -73.98772624024541, 40.73831652309074, -73.98788683422943, 40.7383843564108, -73.98827224857664, 40.738547150418455, -73.98976487149183, 40.739176779834416, -73.99094521455733, 40.739673067226654, -73.99416491655644, 40.74103062518027, -73.9937392851659, 40.741616897774826, -73.99329166649973, 40.742232988658394, -73.99280513676136, 40.742900672568496, -73.99267731156351, 40.743077487140674, -73.99231888620506, 40.743568006783896, -73.9918710173766, 40.74418525721686, -73.99141858537085, 40.74480236863796, -73.98915524475511, 40.743850080131224, -73.98901110824306, 40.74379533997141, -73.98887203942357, 40.74374082164513, -73.98832595506762, 40.743500110749665, -73.9883032964176, 40.743490301031066, -73.98827138035794, 40.74347939084683, -73.98827138035794, 40.74347939084683 --73.83760758526373, 40.74323764550217, -73.83742582529379, 40.743266860016455, -73.83736008415923, 40.74327617481057, -73.83721028629793, 40.74329740338156, -73.83713014400436, 40.74330875895209, -73.83706198032704, 40.743315661290325, -73.8368482743145, 40.74333729964295, -73.83678712390208, 40.74334349044604, -73.83674023259171, 40.74334712777714, -73.83667746604095, 40.74335185920852, -73.8366383279756, 40.743354810499014, -73.83641438637164, 40.7433700741379, -73.83623002099156, 40.74337317462539, -73.83616200825446, 40.74337400091564, -73.8361205437143, 40.74337450474089, -73.83606118500701, 40.74337522711957, -73.83598416065163, 40.74337616384684, -73.83573831675466, 40.743372474396686, -73.83554809053078, 40.74336552476489, -73.83545447744794, 40.74335873450119, -73.83529938245105, 40.74334849555936, -73.83516185110953, 40.743337169419625, -73.83489746217552, 40.74331119016193, -73.83470196091058, 40.743294951830784, -73.83372470300826, 40.743199233053204, -73.83365057995026, 40.74319196247254, -73.83299170337921, 40.74311316268228, -73.8322065832822, 40.74304020056799, -73.83122183866259, 40.742954052654646, -73.83044070036466, 40.74286905713789, -73.83035129553286, 40.74286072995039, -73.83031191385413, 40.74285706179539, -73.82941876413426, 40.742773858265856, -73.82912465658814, 40.74274759840124, -73.82753652442089, 40.74259002583916, -73.82709894961877, 40.74253435228321, -73.8266791511462, 40.74246888737091, -73.82627660555923, 40.74239373136354, -73.82587807855732, 40.74230707062052, -73.82555153824352, 40.74222344420963, -73.8254315938694, 40.74219272711678, -73.82535537849574, 40.742173218212514, -73.82538588446121, 40.74232280745322, -73.82544203918799, 40.7425988480721, -73.82351891190936, 40.741953080053136, -73.82341399437243, 40.74191799570158, -73.82311506330433, 40.74181289334388, -73.82297481907891, 40.74176358302069, -73.82269208737925, 40.74166417316272, -73.8225846498249, 40.74163051958433, -73.82230535645267, 40.741543036807826, -73.82227567620535, 40.741533577090365, -73.82224683821794, 40.741523501816594, -73.82205804357984, 40.74146045020706, -73.82185111258833, 40.74139109188601, -73.82169408686501, 40.74133720556723, -73.82156183608004, 40.74129419144467, -73.82144874090066, 40.74125637488991, -73.8194999537665, 40.740604722069016, -73.81938497543733, 40.740566272874084, -73.81928079629787, 40.74053118680216, -73.81769120561125, 40.73999584119835, -73.81758367372201, 40.73995962534317, -73.81747092673184, 40.73992168565185, -73.81703970697538, 40.739776788448296, -73.81686334593608, 40.73970956067624, -73.81673891539349, 40.73966482085117, -73.81653777233215, 40.73961076541287, -73.81594551611923, 40.73943333319843, -73.81509629713483, 40.7392334276732, -73.81507888360278, 40.739138906565444, -73.81507372600116, 40.73911092305991, -73.81506707553123, 40.7390748199653, -73.81505715346479, 40.739020966178586, -73.81504700751398, 40.73896588373628, -73.81504051799469, 40.73893066609857, -73.81503069280525, 40.73887732755536, -73.81502079410069, 40.738823608877894, -73.8150126449418, 40.73877937447296, -73.81497231522863, 40.738572138487264, -73.81463073977257, 40.738577276809536, -73.81450785639838, 40.73857260071668, -73.81392873767297, 40.73850266135004, -73.81323677301835, 40.73844031292003, -73.81229734784272, 40.738399554012446, -73.8113637655233, 40.73836452154936, -73.81039283697979, 40.738327778406315, -73.81048168648904, 40.73699122524224, -73.81053701341058, 40.736059987442125, -73.81056158406747, 40.73571699934059, -73.81056564561085, 40.73562881188357, -73.81065005639371, 40.73426080498523, -73.81065986641725, 40.73411136615876, -73.81068971825768, 40.733665340346924, -73.81069675241193, 40.73356619763837, -73.81070503635713, 40.733445489763895, -73.81077181348915, 40.732325592605136, -73.81087857831763, 40.73044042695687, -73.81089956160312, 40.73031112829167, -73.81092058599583, 40.73017899488071, -73.8109900234069, 40.729198830114406, -73.81100564131053, 40.729020310591864, -73.81111698896872, 40.72857942583714, -73.81115638188228, 40.72830510841597, -73.81115869727222, 40.728115454731025, -73.81112357649037, 40.72783224139897, -73.81109762279559, 40.7276934589153, -73.81101024355087, 40.72743928591127, -73.81094323830995, 40.72727626358367, -73.81088634839317, 40.72717154159684, -73.81078223836657, 40.72698015065916, -73.81073012149021, 40.72685588634013, -73.81070413191401, 40.726778079989664, -73.81069041261388, 40.72671525759816, -73.81068498178891, 40.726666520217506, -73.81068176270335, 40.726592157028705, -73.81068708859424, 40.72652824301032, -73.81069369708469, 40.72648867641572, -73.81069871968957, 40.72645860040064, -73.81074426210462, 40.726264798839324, -73.81069282537717, 40.72611758698387, -73.81068579634645, 40.72605603179828, -73.81068604988002, 40.725800948037524, -73.81069115397322, 40.72511547472819, -73.8106894969435, 40.72492168199077, -73.81067739048127, 40.72473292573605, -73.81062582483926, 40.724419528752236, -73.8105957043556, 40.724288361161335, -73.810539604362, 40.72409964145921, -73.8103989595665, 40.72372321232012, -73.8101297110834, 40.723032243859535, -73.80999704594264, 40.72269074285938, -73.80985444109159, 40.72234256058743, -73.80984312266497, 40.722308371083, -73.80984023770439, 40.72229277936357, -73.80983504422234, 40.722274449878036, -73.80959383204177, 40.72164836855514, -73.80947290395311, 40.721339255180666, -73.8093653536214, 40.72103894740705, -73.80934250701564, 40.72095692518699, -73.80904031747652, 40.71991128947007, -73.80978642584654, 40.71972119280509, -73.80989412902386, 40.719689411529174, -73.81019380781403, 40.719595392746925, -73.8103452901609, 40.719554245850844, -73.81045759134854, 40.719518164473804, -73.81057844925067, 40.71948969918703, -73.81160653322691, 40.71920376347651, -73.8120830537899, 40.719071469097365, -73.81211756494746, 40.71906188814319, -73.81284999347075, 40.71885863065044, -73.81376788138274, 40.71860655652661, -73.81388407515975, 40.718573511929606, -73.8139725565145, 40.7185483505476, -73.8151398081754, 40.7182264687375, -73.8161747127563, 40.717938821044314, -73.8162760091038, 40.7179024318598, -73.81660814368301, 40.71780575654522, -73.81692376425323, 40.71772128386635, -73.81712305533944, 40.71767450473098, -73.81815647125038, 40.71746247086529, -73.81930468690182, 40.71713576207221, -73.819409747032, 40.71709036011251, -73.8195942772979, 40.71701597626692, -73.81963886302437, 40.71699800436716, -73.81975519385395, 40.716951111391005, -73.81992573794071, 40.71686612680155, -73.82005463887896, 40.7168098806545, -73.82037320074616, 40.716659572989755, -73.82059729163419, 40.71655734058528, -73.8206155259238, 40.71654902215271, -73.82082199505038, 40.71647089827561, -73.82100004541039, 40.716409017406704, -73.82111716405356, 40.716377408669395, -73.821176994509, 40.716363557189894, -73.8212522947189, 40.71635009980958, -73.82141704035196, 40.71633201745399, -73.82189000529756, 40.716293796697485, -73.82237154433976, 40.71624886580628, -73.82271698878303, 40.71621376952042, -73.82305578100922, 40.716152575942175, -73.82320803421901, 40.7161173638961, -73.82327369393602, 40.71610217851609, -73.82358460995664, 40.71603027402184, -73.82368132719294, 40.71600204165185, -73.82447660020813, 40.71580375656427, -73.82480210792464, 40.715722590352264, -73.82513249833103, 40.715635416116974, -73.8251650243988, 40.71562683320922, -73.82553820072137, 40.715528365521536, -73.82558274042815, 40.71549803982736, -73.82565416284062, 40.715498148012735, -73.82576336585633, 40.715473841024405, -73.82586934800423, 40.71544927331537, -73.82594829610156, 40.715428571061516, -73.82600315213112, 40.71541363164126, -73.8260595667176, 40.71539826860747, -73.82607653538473, 40.715424669341495, -73.82610376598264, 40.71546700572651, -73.82611894020775, 40.71549079946259, -73.8261865233382, 40.71552404486431, -73.82621459580709, 40.715542210949586, -73.82624983646573, 40.71556501557796, -73.82629796498807, 40.715596159472284, -73.82636188000158, 40.7156360170985, -73.82640359474118, 40.71565963379999, -73.82648007912621, 40.71570293586044, -73.82652640280143, 40.715729161943486, -73.82681264601077, 40.71587266175041, -73.82692102782038, 40.71591901470361, -73.82695834125607, 40.71593497203499, -73.82699409539659, 40.71595026423415, -73.8270305115809, 40.71596583927709, -73.82723187650353, 40.71603925150563, -73.8274388381015, 40.716103738691174, -73.82782941339414, 40.71620876753627, -73.82799803367878, 40.716248608790345, -73.82809809033668, 40.71627225169057, -73.82814244841124, 40.71628273233628, -73.82820419977874, 40.7162985519415, -73.82832743411308, 40.71633012581525, -73.82931251136077, 40.7166212230529, -73.82953706332047, 40.716678496021096, -73.82961786501076, 40.7166967231244, -73.82971795875986, 40.71671930566648, -73.82979038960637, 40.71673565260547, -73.82982582137564, 40.71674366460841, -73.82990687594607, 40.71677230990334, -73.83003962264054, 40.71681922450532, -73.83025360582614, 40.716896502448435, -73.83032712944032, 40.71692305525959, -73.83056238648403, 40.717008015626476, -73.83076222881424, 40.71709327915838, -73.83091281160095, 40.717165717858, -73.83112117281321, 40.71727148171781, -73.8313016034368, 40.717375375334946, -73.8314940086512, 40.71750116682723, -73.83166470595764, 40.71762754220641, -73.83200593751822, 40.7179100655744, -73.83233527920099, 40.71821021072269, -73.8326513055054, 40.7185154936885, -73.83336658908394, 40.71924425612473, -73.83369386049928, 40.719568552337385, -73.83408167794566, 40.719994281118844, -73.83410987063517, 40.72002805850089, -73.83423831889093, 40.72019951445553, -73.8342762237958, 40.720250109319316, -73.83436288198477, 40.72036578313063, -73.83454648560259, 40.720580522797626, -73.83458664901487, 40.72062739268497, -73.83466050248323, 40.72071035660813, -73.83467939415071, 40.7207206756793, -73.83469813830277, 40.72073082253791, -73.834708042362, 40.72074283246728, -73.8347434340627, 40.72078576111445, -73.83495263560037, 40.72103954340004, -73.83519065825041, 40.72134209771543, -73.83537876292206, 40.72158687090597, -73.83560133946719, 40.72186366204976, -73.83563597134324, 40.72190800403234, -73.8356613600547, 40.72194051270303, -73.83575127321407, 40.72204795040621, -73.83586201208205, 40.72219825683937, -73.83598535995188, 40.722375240753365, -73.83646437343431, 40.72304840840155, -73.83662896517971, 40.72327631823371, -73.83683096274166, 40.72360260221483, -73.83696224866667, 40.72382453178029, -73.8369851391526, 40.72386322852347, -73.83713224999774, 40.72411190925068, -73.83740033760841, 40.724567017265805, -73.83753416959473, 40.72484342163149, -73.83776144695443, 40.72536980240839, -73.83784625531449, 40.72558010284969, -73.8378750324462, 40.72564397516471, -73.83790075416319, 40.7256977943731, -73.83791964458611, 40.72574056009785, -73.83801604624531, 40.72595452829098, -73.83811800240117, 40.72618358775665, -73.83817939265924, 40.72630217132601, -73.83821301264555, 40.7263671174603, -73.83824641357037, 40.72643163553396, -73.83831106878057, 40.72655026954103, -73.83847390116595, 40.72682455672614, -73.83873884631733, 40.727311324367356, -73.83878266703915, 40.727391074592575, -73.8388229652689, 40.72746441543999, -73.83888287772383, 40.72757345563471, -73.83899238234571, 40.72775629803449, -73.83917827466362, 40.728043778270326, -73.8393887943146, 40.72833241458213, -73.83953589192403, 40.72852411406096, -73.83966708363475, 40.7287014622814, -73.83982485884808, 40.72890304763843, -73.84010329631846, 40.729242937738356, -73.84047653463564, 40.729654430199034, -73.84084318931647, 40.730027044509086, -73.84147858416718, 40.73061097685018, -73.84155954823609, 40.73068538394846, -73.84221995227735, 40.731292282521295, -73.84245293382874, 40.73147580122524, -73.8426637542488, 40.731631103219065, -73.84315139696187, 40.732267386935455, -73.84328993594521, 40.732438092458324, -73.84371523041662, 40.7330535068762, -73.84394273002154, 40.73338029783771, -73.84414209654155, 40.73373118211115, -73.84423202764404, 40.73389524604066, -73.84432604889807, 40.734065562258735, -73.8443509790104, 40.734110679060805, -73.84439781088035, 40.7341954343593, -73.84442620099793, 40.73424681435961, -73.84450688757582, 40.734405387772924, -73.8446487970203, 40.734717053777445, -73.84472430919338, 40.73490295860797, -73.84483342706861, 40.73519428266223, -73.84494844874295, 40.73559491205437, -73.84499322402283, 40.73575891453394, -73.84500742415608, 40.73583075735879, -73.8450530112625, 40.73611160106385, -73.845061254597, 40.73620420970854, -73.84508695336937, 40.73647379007264, -73.84519942348692, 40.737681792259195, -73.84520399056497, 40.73773086803084, -73.84521768161324, 40.737877910724556, -73.8452205669666, 40.73790890831843, -73.84522341080506, 40.73793943128809, -73.84532170319288, 40.73864178556495, -73.84544865232256, 40.73930368136849, -73.8455163066958, 40.73960058341483, -73.84553147587097, 40.739667149553036, -73.84554444488481, 40.73972318939342, -73.84556051692721, 40.73978844919893, -73.84557653038519, 40.73985345858152, -73.84550039630473, 40.739889928828795, -73.84546646751333, 40.739906181613556, -73.84538878894134, 40.73994338993258, -73.845309185435, 40.73998152313756, -73.84525623213986, 40.74000688956753, -73.84519835883809, 40.740034612294664, -73.84514046415656, 40.740062343969, -73.84510073576088, 40.740081374120514, -73.84502338034866, 40.7401184295409, -73.84497335914834, 40.74014239229119, -73.84392569619915, 40.740652671480454, -73.84304563046015, 40.74107887754829, -73.8424890040861, 40.74133638347314, -73.84244520736702, 40.741357384659814, -73.84235957434939, 40.741398438729576, -73.84227162514712, 40.74144060439306, -73.84165100522772, 40.74173814976537, -73.84122620847815, 40.74193795507679, -73.83964335947019, 40.742610835459395, -73.83939809685283, 40.742716810437564, -73.83916371900509, 40.74281442896776, -73.83887663131765, 40.7429231035764, -73.83873334915101, 40.74296481540073, -73.83856786245329, 40.74301578737134, -73.8383793502616, 40.74307030361418, -73.83800149362159, 40.743160416123544, -73.8379648137078, 40.743168225062384, -73.8379212026969, 40.74317750917416, -73.83786530026926, 40.7431894099538, -73.83777547797736, 40.74320853363861, -73.83773472653614, 40.74321721026236, -73.83760758526373, 40.74323764550217, -73.83760758526373, 40.74323764550217 --74.00095441302066, 40.731705787560436, -74.00137877774068, 40.73112366496542, -74.00141242277472, 40.73106493970587, -74.00172562874606, 40.730508441058504, -74.00213898853593, 40.72979542951914, -74.00220337131212, 40.72965293633774, -74.00234969866861, 40.729353931284535, -74.00280854959993, 40.72836505536186, -74.00214891903113, 40.72803504572308, -74.00251323578823, 40.727600612207006, -74.00302566584895, 40.726970747084096, -74.00312206872566, 40.72687681242959, -74.00319066555508, 40.726913614347154, -74.00320784829029, 40.72691826049554, -74.00331130220157, 40.72694560241942, -74.00344418444482, 40.72695755097561, -74.00554514322069, 40.72715660029014, -74.00631387019365, 40.72722856899298, -74.00731990799484, 40.72732832183206, -74.0078401613673, 40.72737659537962, -74.0088451161844, 40.72746983779367, -74.00859270944376, 40.72891496989369, -74.00934962035556, 40.72898724788059, -74.00990680497863, 40.72607193460119, -74.01098360141134, 40.726176308568284, -74.01160379397494, 40.72623886192703, -74.01160118763357, 40.7262531955909, -74.01158932158269, 40.72630297151827, -74.01158200110083, 40.726333681411376, -74.011575480201, 40.726361039529166, -74.01157200726256, 40.72639508181812, -74.01156686342053, 40.72644544059621, -74.01151846511094, 40.726919466135975, -74.01146750920353, 40.72747539495768, -74.01141073777941, 40.72802288742454, -74.01139355963019, 40.7281885440115, -74.0113916537697, 40.72821579989772, -74.01140706034548, 40.728225569792635, -74.01166431232998, 40.72824182071559, -74.01265601631822, 40.72831777295209, -74.01299030204844, 40.728346912207094, -74.01349770206585, 40.72838569188682, -74.01424435046344, 40.72844623409421, -74.01464722708657, 40.72848049293264, -74.01478139396441, 40.728492149982536, -74.01483985319706, 40.72849171382117, -74.01489104307574, 40.72852255954094, -74.01486959093975, 40.72863081156176, -74.01487658698451, 40.728653046918886, -74.0148307210775, 40.72867390681535, -74.01480848249123, 40.72866890825232, -74.01461837867926, 40.72864280338392, -74.0145915489741, 40.728640203416326, -74.01436331849433, 40.72861847582203, -74.01434436730878, 40.72874062318067, -74.01432877465221, 40.72885342733907, -74.01428021554311, 40.72920062447331, -74.0142583384053, 40.72935307248391, -74.01424398801592, 40.72945306583248, -74.01420425268437, 40.72974393230369, -74.01416087924915, 40.7300510740872, -74.01411775488164, 40.73036236355279, -74.01410358103738, 40.73046516103161, -74.0140934502719, 40.73053713540954, -74.01408092533235, 40.7306287312569, -74.01407501156358, 40.730669380029816, -74.01405280323942, 40.73068166477663, -74.01390572787953, 40.73067559249307, -74.01347274713409, 40.73064117970779, -74.01297551684839, 40.73059958109174, -74.01284732662826, 40.73058911354708, -74.0127111660314, 40.7305777939583, -74.01246665554307, 40.73055787082573, -74.01209568125192, 40.73052810536299, -74.0119864435419, 40.730519070277964, -74.01124237228368, 40.73045830697669, -74.01117465573239, 40.7304530600018, -74.01114602275081, 40.730741702743984, -74.01110593065941, 40.73113694875415, -74.01109922483415, 40.73119518527633, -74.01109444339558, 40.73123671267981, -74.01109228877904, 40.731257131013706, -74.01107552413171, 40.7314490039386, -74.01103773982032, 40.73188148207946, -74.01099405120665, 40.732355505692404, -74.01093144557133, 40.73299988738426, -74.01092930888906, 40.73302203828609, -74.01090306035877, 40.73329658048329, -74.0108752623779, 40.73359519158977, -74.01087173893383, 40.733643434840445, -74.01086509970037, 40.73372082242703, -74.01084229086315, 40.73400295103914, -74.01083885168508, 40.734045515674694, -74.01083221317752, 40.7341642608854, -74.01082631810849, 40.734283127592434, -74.01082483135896, 40.73431310924451, -74.0108237251307, 40.7343316814248, -74.0108152172514, 40.734348002129956, -74.01080856298363, 40.73440652406548, -74.01078934501332, 40.7345618463787, -74.01076938107973, 40.73477540280085, -74.01076163304452, 40.73484969542731, -74.01074717973549, 40.735004701200324, -74.01073260295276, 40.73515792487453, -74.01072425379988, 40.735256519555946, -74.01071226355242, 40.735379918161975, -74.01069781910515, 40.73554730950093, -74.01068821975896, 40.73566099049772, -74.01067415396744, 40.73583542286231, -74.01066824691078, 40.7359116784078, -74.01066269386916, 40.735980883844206, -74.01065395692714, 40.73606919024408, -74.01064175220819, 40.73621534918152, -74.01062082599383, 40.73646594710135, -74.01058977655283, 40.736829492113095, -74.01054500804537, 40.73735039485339, -74.01052725284147, 40.73757917222753, -74.01050149872418, 40.737865232505406, -74.01048337102354, 40.738068464293626, -74.01047523781132, 40.73815966483029, -74.01045861376588, 40.73836458402039, -74.01044995760633, 40.73849611832741, -74.01043189176876, 40.73871092880831, -74.01042419771109, 40.73881017172495, -74.0104077423664, 40.73898298778576, -74.01039475735627, 40.73913543134878, -74.01044915566554, 40.73913498697839, -74.01064614933598, 40.739143779500374, -74.01088157666516, 40.739154215088305, -74.0109505758513, 40.73915900645137, -74.01107683742346, 40.73917146100035, -74.01128971069413, 40.739191807103985, -74.01143337048372, 40.73920021807821, -74.0114959083066, 40.7392070187877, -74.01155494464139, 40.73921678518531, -74.01156624526018, 40.739245026662985, -74.01159360176575, 40.739257547267954, -74.01166431100079, 40.73926415885704, -74.01164131487647, 40.739516147448704, -74.01163716751398, 40.73956304808967, -74.01156136768644, 40.739559749061186, -74.01154482482676, 40.73974449159385, -74.01153222142824, 40.73987816145531, -74.01152298835541, 40.73997607093214, -74.01151723554874, 40.74003709528209, -74.0114981453545, 40.74026720740519, -74.01147881017114, 40.74050545382358, -74.01147339781159, 40.7405776696361, -74.01146084374413, 40.740745209344524, -74.0114584883561, 40.74081096551182, -74.01125025381268, 40.74080780905231, -74.01085225124707, 40.740790200004916, -74.01051458645553, 40.740775025364066, -74.01027594260523, 40.74076456229963, -74.00990868852875, 40.74074598460158, -74.00966741202959, 40.74073713961445, -74.00960459646934, 40.74106269981244, -74.0095771560344, 40.741210137623746, -74.00952558022777, 40.741487250442376, -74.00948535066132, 40.74170341687778, -74.00945953470286, 40.74187183632733, -74.00943068089494, 40.74198404456815, -74.00941733602727, 40.74203965466865, -74.00940853266891, 40.74206062549443, -74.00939139295315, 40.74208956738693, -74.00937399620706, 40.74210941867964, -74.00936177713075, 40.74214755434319, -74.0093618868509, 40.74216164006444, -74.00937549472981, 40.74218246588279, -74.0093650660479, 40.74229818277705, -74.00936345953949, 40.74231600033832, -74.00935538564895, 40.742380529521704, -74.00934460839294, 40.742467923694996, -74.00933046026309, 40.742571685753205, -74.00929177229453, 40.74280600798294, -74.0087480810092, 40.74267403895286, -74.00880368881522, 40.742405748487535, -74.00880950905034, 40.742377669335376, -74.0082043617593, 40.742143651562216, -74.00806969782299, 40.74208723350805, -74.00786905094616, 40.742003168855355, -74.00768178753597, 40.74192470951692, -74.00707730929244, 40.741671445529505, -74.00697077692085, 40.74162681029077, -74.00687143867285, 40.741584779691095, -74.00631520836738, 40.74134942439155, -74.00536591929941, 40.740944980051, -74.00515808066075, 40.74085776912769, -74.0025238155139, 40.739752329497726, -74.00272237066665, 40.739478561752655, -74.00278934380074, 40.739395717979356, -74.00238720394611, 40.73873059426768, -74.00203201899276, 40.73813014992269, -74.00176797725103, 40.73767461634552, -74.00146274379436, 40.737168255314174, -74.00121303648751, 40.73675312149663, -74.0010949992097, 40.73656292735569, -74.00089414693709, 40.736215837402185, -74.00072171815525, 40.73592613086361, -74.00041525997827, 40.73541808299067, -74.00035545150038, 40.735307211766376, -73.9999726014176, 40.73468758454948, -73.99973997857722, 40.734308410984, -73.99966222440904, 40.73416864834322, -73.99965523403071, 40.73414938195428, -73.99965309527857, 40.73406941053513, -73.99954265408378, 40.73408311498059, -73.99949796830748, 40.73408931028943, -73.99947875602327, 40.73409378032571, -73.99938655262811, 40.734117560486354, -73.9991877933376, 40.73413451762237, -73.99955588763, 40.73361028708795, -74.00006657112078, 40.732928924781824, -74.0005106541623, 40.73231491307264, -74.00095441302066, 40.731705787560436, -74.00095441302066, 40.731705787560436 --73.97986374206843, 40.734974131575605, -73.98027567514626, 40.73440985184334, -73.9807112979196, 40.73381219453286, -73.981126663394, 40.733241280901076, -73.98156137251001, 40.73264319959357, -73.98202234275152, 40.73201172895281, -73.98238209829113, 40.731529481317764, -73.98256355025492, 40.73136091756679, -73.98266152165849, 40.73123381299882, -73.98307688482362, 40.73065943778369, -73.98354333550938, 40.730020981849606, -73.98400921542574, 40.72938067154585, -73.9840294604711, 40.7293528477396, -73.98444794124731, 40.7287805570462, -73.98487544640729, 40.72819347421731, -73.98530719273614, 40.72759931139657, -73.98575326726696, 40.726987811185914, -73.98617545919282, 40.72640808439264, -73.98662251221678, 40.725795847820194, -73.98705290279706, 40.72520228865079, -73.98750143701507, 40.72458361909829, -73.98796759153689, 40.72394169754089, -73.9880276549217, 40.72385895240462, -73.9881622792672, 40.723675452440595, -73.98818575051867, 40.72364360924099, -73.98827489257145, 40.723522430514166, -73.98839635406678, 40.72335651587403, -73.98845126950046, 40.72327647151936, -73.98851341616246, 40.72318623589459, -73.98863956920928, 40.722931914851856, -73.98892272551934, 40.72303679775283, -73.9892143375137, 40.72312618388291, -73.98926553882015, 40.7231411749444, -73.98939216995852, 40.72317374909867, -73.98958010515649, 40.72322744472119, -73.9902736142758, 40.72342570929751, -73.99044865110676, 40.72346670973143, -73.99078071382614, 40.72356738672332, -73.99107776208184, 40.72366756386741, -73.99142462743102, 40.72377386922884, -73.9917638128978, 40.72386380173636, -73.9922937577125, 40.72402273508237, -73.99260322879198, 40.72413613579467, -73.9923264178528, 40.72490791527571, -73.99220970681768, 40.72523097138409, -73.99206166186667, 40.725642134610716, -73.99179378631723, 40.72639114390116, -73.99154832691556, 40.72708915742276, -73.99180130085934, 40.7272048298663, -73.9931465668147, 40.72786688902087, -73.99425278468156, 40.72841214544871, -73.99506102845582, 40.72881045812664, -73.9958123720543, 40.729180220533415, -73.99616776900571, 40.729353891488486, -73.99657214976307, 40.729551915263905, -73.99606314079568, 40.730154949728124, -73.99598221139371, 40.730250016313754, -73.9956316500527, 40.730661069442846, -73.99556244615393, 40.73071490639371, -73.99697434818299, 40.73140851918886, -73.99688469449163, 40.73152112986572, -73.99663935649909, 40.7318559427547, -73.99640988400112, 40.73218221157918, -73.996351243429, 40.73225505995072, -73.99627814878943, 40.732346473603094, -73.99591436986267, 40.73284686555949, -73.99586828360934, 40.73291893428308, -73.99549000870863, 40.73343583515398, -73.99504996084485, 40.734033994849334, -73.99458519761149, 40.734672362935065, -73.99426272235289, 40.73510407781851, -73.99411856314553, 40.7353123255937, -73.993616879733, 40.73600418153011, -73.99346298136358, 40.73621565533826, -73.9931195300627, 40.736690735085794, -73.99265430348932, 40.73733015591501, -73.99222485016388, 40.737916676014976, -73.9917976872102, 40.73850334411327, -73.99137406282439, 40.739087872139606, -73.99094521455733, 40.739673067226654, -73.98976487149183, 40.739176779834416, -73.98827224857664, 40.738547150418455, -73.98788683422943, 40.7383843564108, -73.98772624024541, 40.73831652309074, -73.98769442910451, 40.738360431141516, -73.98766797287995, 40.73839694839161, -73.98736307822384, 40.738817786397746, -73.98733163608047, 40.73886118289757, -73.98730154864246, 40.738902711885615, -73.98713911074366, 40.73883445791207, -73.9865109573714, 40.73857051846601, -73.98642506081345, 40.738534425039965, -73.98632578625042, 40.73849267387469, -73.9857922217905, 40.73826826045804, -73.98567437556186, 40.738218694534474, -73.9855623857422, 40.73817140390626, -73.98505587004865, 40.73795751018394, -73.98498118074733, 40.73792597099793, -73.98488096814367, 40.737883529572834, -73.98424168091023, 40.73761277921852, -73.98408212714844, 40.73754520389935, -73.98414984131718, 40.73745240512716, -73.98444944505461, 40.73704182440955, -73.98450756340425, 40.736962174237576, -73.98433595306831, 40.73689010050598, -73.98388628368743, 40.736701244331506, -73.98272747002078, 40.73621454554863, -73.98226715789805, 40.73601942650913, -73.9803937821838, 40.735230321175976, -73.98010880333618, 40.735109887909104, -73.97986374206843, 40.734974131575605, -73.97986374206843, 40.734974131575605 --73.95422254832839, 40.73910693266045, -73.95418342618254, 40.73910663074169, -73.95414617823732, 40.73910794956878, -73.95411177801331, 40.739101789002895, -73.95401767869379, 40.73908416726048, -73.95396295043585, 40.73907331139044, -73.953805814186, 40.73905183259933, -73.95372801404491, 40.73904424340714, -73.9535711380408, 40.73903177397774, -73.95335794720953, 40.73900893470969, -73.9532228761683, 40.738993710877715, -73.9530973613306, 40.73897397113242, -73.95297916350066, 40.738952018989465, -73.95294793143704, 40.7389444185572, -73.95287899018177, 40.73892752566516, -73.95283170495138, 40.738917399011875, -73.95271507493584, 40.738893591293774, -73.95264434291367, 40.73887950440776, -73.95259651513545, 40.73886992314231, -73.95257889660584, 40.73886606531879, -73.95237439909961, 40.738821396804454, -73.95217659001334, 40.73878625807391, -73.95213494523425, 40.73877926274008, -73.95209530501539, 40.738771989968185, -73.95202326358223, 40.73875828036888, -73.95199501974024, 40.73875253776927, -73.95196718295321, 40.73873231066876, -73.95194459004836, 40.73870995334779, -73.9519257746702, 40.73869953382683, -73.95190235901522, 40.73869188414385, -73.95187881780647, 40.738695799622064, -73.95187004682671, 40.738711405354536, -73.95184778502181, 40.73870930507017, -73.95180257955545, 40.73869519051555, -73.9517070322447, 40.738666240594206, -73.95153192006033, 40.738612278856685, -73.95063512140824, 40.73836549745301, -73.9504996126751, 40.738323707964625, -73.95045447804782, 40.73831059067275, -73.95037738923726, 40.73828585565791, -73.95020931254328, 40.73822253596121, -73.95003836059497, 40.73815907429197, -73.94995505146593, 40.73812550501671, -73.9496376138661, 40.73799875886315, -73.94947419762684, 40.73793488721669, -73.9492473478229, 40.73784600821765, -73.94883367827993, 40.737686901773195, -73.94857396448954, 40.73758557262748, -73.94839512011646, 40.73751485139762, -73.94811281221845, 40.73739817093296, -73.94808163064756, 40.73746871526216, -73.94753201510318, 40.7372799412722, -73.9471913838615, 40.73716746794538, -73.94717129166231, 40.73716227991001, -73.94715167391679, 40.737155957449055, -73.94712623464572, 40.73714567277944, -73.94708547646668, 40.737125882510476, -73.94703922446676, 40.737100965811436, -73.94699559830892, 40.73707161980405, -73.94697849534509, 40.73706208635967, -73.94695818680047, 40.737053603229405, -73.94690035573258, 40.7370327523363, -73.94684980712458, 40.73700841530761, -73.94682968309718, 40.73700018258096, -73.946811446284, 40.73699477291383, -73.94676813138089, 40.736985033719684, -73.94674913207251, 40.73697973625373, -73.94668908027721, 40.736958773464856, -73.94660577284297, 40.73692558807831, -73.94657040897432, 40.73694528739434, -73.94651341236248, 40.73692787123035, -73.94615327410523, 40.73681142623125, -73.94589486390946, 40.73672787036344, -73.9457536844153, 40.73668222294287, -73.94558080478488, 40.73662631439512, -73.94451693393654, 40.73628393974277, -73.94448230467268, 40.736284102254615, -73.94446024489469, 40.736280908322335, -73.94443745973165, 40.73627591121902, -73.94441351010771, 40.73626894954137, -73.94437038470465, 40.736253005936554, -73.94426477441776, 40.73620823294787, -73.94407400094275, 40.73613389898523, -73.9438427288052, 40.73603769684033, -73.94369115200968, 40.7359780299113, -73.94347777757338, 40.7358968445468, -73.94320337291734, 40.7357915365119, -73.94315777988598, 40.73576853035159, -73.94309497046108, 40.73573681856114, -73.94299679136331, 40.73568966713435, -73.94293401598841, 40.73566122501697, -73.94287033163552, 40.7356339710849, -73.94283179305299, 40.735618251603, -73.94238432499422, 40.73542676159888, -73.94211236817361, 40.73523477738123, -73.9420952696958, 40.73522006528964, -73.94195880299655, 40.7351200014743, -73.94176219318312, 40.73498310513186, -73.94172811067978, 40.73495174120446, -73.94178176684184, 40.7349139154856, -73.94177606814374, 40.73489596727933, -73.94175294575808, 40.73486039812392, -73.94168356413054, 40.73477039414623, -73.94159648419549, 40.7346887144531, -73.94153557532314, 40.73473534337416, -73.94128790365245, 40.734377303206216, -73.94113735236706, 40.73415394715058, -73.94098736210549, 40.733791497777844, -73.94114657502048, 40.73375109691005, -73.94102860556086, 40.73349002063977, -73.94091902392843, 40.73351241414179, -73.94080808056957, 40.733249922940274, -73.94074478627591, 40.73327882642159, -73.94071550471094, 40.733292215416455, -73.94069027557894, 40.733254762892265, -73.94067835022166, 40.733237116692486, -73.94058709634652, 40.733101796189466, -73.9405768451365, 40.73308658851853, -73.9405585960967, 40.73305949631227, -73.9406448367128, 40.73303104060824, -73.94067593918192, 40.733019956969784, -73.94052742647251, 40.732660331693886, -73.94035647644725, 40.73221360461775, -73.94029647333392, 40.73210438507446, -73.94015555093445, 40.7318285014906, -73.94008076216512, 40.73168607239549, -73.94001425888915, 40.73155951542578, -73.93989625700391, 40.73134229536291, -73.939803128264, 40.73115369373279, -73.93973597016674, 40.73106648487315, -73.9396534339636, 40.73098838466408, -73.93931908516595, 40.73071499734881, -73.93899962962624, 40.73046485546804, -73.9389049124127, 40.730384804063455, -73.9386379347903, 40.73019225941901, -73.93855109922782, 40.73013467060679, -73.93836207641367, 40.72996199428999, -73.9380932486824, 40.72972954493611, -73.93807889058515, 40.72974786887266, -73.93797000926965, 40.72967583800858, -73.93783550038118, 40.72960230016465, -73.93762979031223, 40.72949147767477, -73.93737594833284, 40.72935105413847, -73.93735240753227, 40.729338247804655, -73.93728499265359, 40.729301574806705, -73.937222527682, 40.729261720268624, -73.93710865865103, 40.72919093306971, -73.9369211258755, 40.729109112916014, -73.93682992173298, 40.729088931141966, -73.9365488256857, 40.72901885387866, -73.93607235506873, 40.72888373193128, -73.93562580443341, 40.7287529723966, -73.93526425594382, 40.7286520270695, -73.93500184613309, 40.72857342870797, -73.93491972951975, 40.72854238950993, -73.9347983357416, 40.72852961645509, -73.93424582252018, 40.728431974363914, -73.93422023956232, 40.72843233796578, -73.93422511635079, 40.72839650769963, -73.93414463709489, 40.728380153482554, -73.93375712467697, 40.72833255002292, -73.93351798763733, 40.72830596335231, -73.9334893637424, 40.72830514626976, -73.93347546948205, 40.72829541814961, -73.9332472026124, 40.728241819225246, -73.93321845676743, 40.728245784607765, -73.93320442183882, 40.728265438180024, -73.93318320768343, 40.728292135868514, -73.93315772815801, 40.728294459702326, -73.93313063431142, 40.72828353430507, -73.93310500750745, 40.72828399668964, -73.93305894548764, 40.72828512437295, -73.93300817553897, 40.728275928565594, -73.93296254452922, 40.728260451075606, -73.9329409046386, 40.72824077676201, -73.93290105414242, 40.72823432931585, -73.93261670959775, 40.728181632078005, -73.93239772319427, 40.728146473019315, -73.93237689579885, 40.72814870395762, -73.93235077799841, 40.72816879247946, -73.93233627205858, 40.72818110832225, -73.93205099559555, 40.72815493723351, -73.93199410925601, 40.72814609757279, -73.93195073998967, 40.728126632662814, -73.93187116122326, 40.728096401444546, -73.93173830811128, 40.72805473005232, -73.93167306294498, 40.72803275945777, -73.93150422672745, 40.72800685055931, -73.93137419664046, 40.72797949671797, -73.9311975822681, 40.72794233987836, -73.93079505477608, 40.72784760644081, -73.93067235287265, 40.727835787289635, -73.93031625935478, 40.72779615075545, -73.9302792522641, 40.727784415432325, -73.9299172147929, 40.72764335513076, -73.9296529794827, 40.72754441806095, -73.9296221262876, 40.727565611599395, -73.92961388581473, 40.72757859370454, -73.92961724746644, 40.72760108057076, -73.92960143878548, 40.727611421358, -73.92957009520204, 40.72761384527175, -73.92953146542165, 40.72758873345388, -73.92950327354386, 40.727570383633065, -73.92941321051921, 40.72751181607823, -73.92939927840712, 40.72750277993301, -73.92931033929085, 40.727444960408725, -73.92928556726866, 40.7274288296871, -73.92925341282637, 40.72740792893027, -73.9292352197349, 40.72740082984354, -73.92924175404399, 40.72738385836188, -73.92925887845432, 40.727366230611814, -73.92900766855352, 40.72714038680245, -73.9287825721459, 40.72693275337924, -73.9284870138573, 40.726618575246256, -73.92838068172553, 40.72648979667211, -73.92830119035413, 40.72638385541923, -73.92812065639332, 40.7261737008771, -73.92804418052361, 40.726073353486775, -73.92794504890001, 40.72591752589875, -73.92792903130709, 40.72588475624593, -73.92789162509294, 40.725876784931074, -73.92787245248307, 40.72586749587567, -73.92786161755438, 40.72585505575584, -73.92785422079356, 40.72582769184744, -73.92784883854236, 40.72575560630582, -73.92781988336758, 40.725334978250444, -73.92780490293893, 40.72515245361574, -73.92780289258455, 40.725127779298155, -73.92778232864303, 40.7249214840088, -73.92940867824855, 40.72495049573058, -73.92919463479299, 40.72464618482574, -73.92931701533469, 40.72461483494018, -73.9293605631459, 40.72460367823848, -73.92977252484322, 40.72449884799397, -73.92994494026053, 40.724455018070195, -73.93000587669825, 40.724439527645146, -73.93087101027895, 40.72421982531915, -73.9324415424306, 40.72381306447615, -73.93401233776123, 40.7234032386279, -73.93415916823938, 40.723366436913196, -73.93558882966845, 40.72299076683804, -73.93555240193504, 40.72289824250468, -73.93535481578388, 40.72247391425295, -73.93528432803024, 40.72231775329247, -73.93524435010065, 40.72222782122568, -73.93503975605739, 40.721766022742756, -73.93502938636246, 40.72172489061101, -73.93502422222159, 40.72169826592672, -73.93506533702076, 40.721638736610466, -73.93509503390884, 40.72162624257306, -73.93512285074428, 40.72161667682691, -73.93550876937924, 40.721505738316004, -73.9365043478439, 40.72124717718384, -73.93626360922258, 40.72070785219321, -73.9362273446497, 40.7206207825234, -73.93620865502858, 40.7205759096676, -73.93617875309442, 40.72051401455876, -73.936143951442, 40.72044197788315, -73.93613917212464, 40.72043211825083, -73.93610241003255, 40.72035321588733, -73.93609794555074, 40.720343365432996, -73.93604330929662, 40.720224872114066, -73.93599535735169, 40.72012437377153, -73.93594784351565, 40.72001397904687, -73.93560565594346, 40.71922163292461, -73.93683824686248, 40.71889680745802, -73.93725759525012, 40.71879085670832, -73.93731201412817, 40.71891500545877, -73.9373236858028, 40.71894073398331, -73.93735182664797, 40.71900296644119, -73.93742457869239, 40.71916417839643, -73.93747154230513, 40.71926882426881, -73.93751908792638, 40.71944338873588, -73.93776093848622, 40.719383542163264, -73.93802674796035, 40.71931420399878, -73.93817158968291, 40.71927718446257, -73.93890583101961, 40.71908975705021, -73.93908698583569, 40.71904731024139, -73.93922815810201, 40.71900689070988, -73.93979509451991, 40.7188579623487, -73.94049201104177, 40.7186779507079, -73.94052230061182, 40.71881699070801, -73.94057424023626, 40.7190989807344, -73.94058990587037, 40.71920510582177, -73.9415395874518, 40.719111378802715, -73.94230559230996, 40.71903607554364, -73.94247258541506, 40.71902167350205, -73.9426235765547, 40.71900754600484, -73.94318222342625, 40.71895377264369, -73.94329401921598, 40.71894439942151, -73.94342656769138, 40.71893328389767, -73.9435246232171, 40.71892429812239, -73.94450305948088, 40.718834634668006, -73.94493900038748, 40.718794682134835, -73.94508415372172, 40.718781377988336, -73.9453187756838, 40.71875727584695, -73.94627797541335, 40.71867664279921, -73.94637170222258, 40.71866436211543, -73.94655882430868, 40.718639844490056, -73.94675232151214, 40.71861449023388, -73.94693422650195, 40.718597079112186, -73.9471147347033, 40.718579803939, -73.94743475442442, 40.71854917466488, -73.94749397644645, 40.718543505962806, -73.94830399524918, 40.71846597300754, -73.94841638234006, 40.718455215495545, -73.94853259776066, 40.7191668604301, -73.95018028468178, 40.719008473204596, -73.95040224474249, 40.72037491451351, -73.95047354032603, 40.720802883667524, -73.95060467552781, 40.72158572068295, -73.95060996322393, 40.72161691570579, -73.95064593125613, 40.72170537738755, -73.95186701431342, 40.7209668316301, -73.95192187985838, 40.72093364735701, -73.95219961815714, 40.72076565764191, -73.95258939432368, 40.720529239580685, -73.9527295561985, 40.72044442416462, -73.95294541392899, 40.720290232745086, -73.95346872241238, 40.71979791967783, -73.95475341569288, 40.72060050771649, -73.95464448326689, 40.720701689356595, -73.95436966363425, 40.72095695632419, -73.95425787221836, 40.72106078936259, -73.95414247410731, 40.72116797525335, -73.95401978119119, 40.72128193625043, -73.95387190484688, 40.7214192876727, -73.953525165605, 40.72174134248141, -73.95477662149834, 40.72245919577702, -73.9549260295547, 40.72255158360737, -73.95462294618507, 40.722687758473974, -73.95491585812378, 40.722869170418704, -73.95506196981003, 40.72295966030336, -73.95517674778817, 40.7230307453359, -73.95516133794253, 40.723045147487305, -73.95582297843804, 40.72345491532382, -73.9557486166867, 40.723524413298826, -73.95585350759832, 40.72358937308787, -73.95562664467464, 40.72380120635642, -73.95555691073808, 40.72386659876472, -73.95567927820143, 40.72394264622158, -73.95572701133362, 40.72397233366739, -73.95581930449983, 40.72402973786784, -73.95587042415573, 40.72406122306934, -73.95616950059694, 40.72379614630824, -73.95639699188999, 40.72392921090143, -73.95684242067338, 40.724205944050766, -73.95695447888704, 40.72427556024892, -73.95754639777023, 40.724628246557494, -73.95764642131637, 40.72468407084305, -73.95768956234653, 40.724433695598776, -73.95770032275982, 40.724374265939296, -73.9577068166228, 40.724343855424316, -73.95772236032428, 40.7242710558563, -73.95805126567384, 40.72442275888558, -73.95796220754134, 40.724638972000044, -73.95793848792627, 40.72485147001222, -73.95793268789807, 40.72493038942265, -73.95803562554534, 40.725038313392744, -73.95813376362793, 40.72508805632617, -73.95827429652277, 40.725151992163454, -73.9583491478876, 40.72518602429249, -73.95840056233273, 40.725215064489674, -73.95842722871168, 40.725413042057944, -73.95879610880158, 40.72538914816914, -73.9594924905406, 40.72533974659422, -73.96005073143293, 40.725302321962786, -73.96007285883766, 40.72530043046412, -73.96009685214483, 40.72530372473966, -73.96011482767958, 40.72531297829647, -73.96012483038793, 40.72532560960103, -73.96013637816213, 40.72537125050343, -73.96015123350107, 40.725424174066205, -73.96016488533701, 40.725480614599, -73.96017011003201, 40.72551035752198, -73.96017165918792, 40.72553655296823, -73.96017092247718, 40.72561259530679, -73.96017029512572, 40.72568390190489, -73.96017366779189, 40.72577041138025, -73.96017850162302, 40.72584221784725, -73.96018744802228, 40.725917210836045, -73.9601898414645, 40.7259310020598, -73.96019885502162, 40.72595304693685, -73.96020772923526, 40.725966618875, -73.96030858784643, 40.72595108928762, -73.96030458827336, 40.72590526010069, -73.960764057952, 40.72586194190779, -73.96077257231877, 40.72591190055078, -73.96093434587955, 40.72589703591653, -73.96093047747468, 40.72584075818863, -73.96120544892041, 40.72582647993752, -73.9612980516629, 40.725821955425154, -73.96164855256285, 40.725806834288065, -73.96165513926084, 40.72586728135378, -73.96164843909135, 40.726059542313465, -73.96167256558044, 40.726072677067634, -73.9616806518817, 40.72612518303951, -73.96168427315092, 40.726157444981595, -73.96168542192989, 40.72618726932323, -73.96168384042728, 40.726214212928284, -73.96166979809465, 40.72632793804407, -73.96165846564773, 40.72641203370989, -73.96165365081028, 40.72643191534574, -73.9616359672439, 40.72648003715982, -73.96163016734779, 40.72650235524366, -73.96162147348075, 40.72655524374299, -73.96161113268057, 40.72662322332257, -73.96160448715497, 40.72666276515834, -73.96159609893873, 40.7266884313698, -73.9615797774902, 40.72671431825992, -73.96154335431756, 40.726755012709006, -73.96150653238783, 40.72679127650887, -73.9614933094535, 40.72680749925935, -73.96147855349807, 40.72683418901177, -73.96146054613722, 40.726876884220914, -73.96144942451919, 40.7269130728538, -73.96144326339143, 40.7269273879829, -73.96141089379752, 40.72694216349637, -73.96139905986843, 40.72695329162153, -73.96139318863136, 40.72696982299759, -73.96139298842623, 40.72699870495419, -73.96149096403306, 40.7269866187135, -73.96137947230841, 40.727524787639446, -73.96133300485977, 40.72774902036691, -73.96127288376026, 40.7280390963848, -73.96128393084281, 40.72813983912099, -73.96120424384523, 40.72815269678006, -73.9611781003596, 40.72815661778918, -73.96109768321472, 40.72885644175058, -73.96109590721505, 40.728966627397526, -73.96109322474942, 40.729135130580225, -73.96109228163988, 40.72919336615846, -73.96109194092361, 40.72921532584807, -73.96111312178775, 40.72934872355196, -73.96112614120482, 40.729430777794676, -73.96118755433515, 40.72942546659946, -73.96120337756632, 40.7295085078345, -73.96132731502419, 40.73015750645497, -73.96127889266441, 40.73016324713353, -73.9612827719821, 40.730191493789526, -73.96129756181931, 40.73029946973708, -73.9613163092249, 40.73042541665846, -73.96135051354302, 40.73063214797913, -73.96136364052609, 40.730719491803335, -73.961371650564, 40.73078362780486, -73.9613761826599, 40.73081110023699, -73.96138235089586, 40.730848486014864, -73.9613904090345, 40.73088686838828, -73.96140018461702, 40.73091539527143, -73.96143999929559, 40.73099535395138, -73.96145814209784, 40.731033574902774, -73.96146795895994, 40.73105426376786, -73.96149050128497, 40.731101679476645, -73.96153670636352, 40.731207975627164, -73.96154736127292, 40.73122680881694, -73.96157489480815, 40.73126752549148, -73.96158467643326, 40.731285804573574, -73.96161706666368, 40.731362106447875, -73.96167246800314, 40.731496678867174, -73.96167922795316, 40.73151418249763, -73.96169408999353, 40.73155996208515, -73.96175095723443, 40.73186353695681, -73.96186683908317, 40.73248173742548, -73.96189817565549, 40.73268397944114, -73.96221889534425, 40.732649520004436, -73.96224231363728, 40.73271352950808, -73.96225074365572, 40.73274244128793, -73.96225720692834, 40.73277008090488, -73.9622672954062, 40.73282627052169, -73.96227795625107, 40.73290026607378, -73.9622808915084, 40.73292427638536, -73.96230430025732, 40.733114248057504, -73.96230970569293, 40.73314531916042, -73.9623249989537, 40.73320660734899, -73.96232786450953, 40.73322413667818, -73.96232902158833, 40.73324000491135, -73.96232920746542, 40.733359327707774, -73.96232733422572, 40.73345226043726, -73.96232708070853, 40.733515397682055, -73.962328911548, 40.73356028681081, -73.96233792287379, 40.733656380279555, -73.9623448361056, 40.733725944091184, -73.96234674422524, 40.73376399208347, -73.96234385324276, 40.73379140620706, -73.96233141003435, 40.7338418567061, -73.96230524067055, 40.733958844856204, -73.96229163810345, 40.73400780012688, -73.96228383417441, 40.73402903695482, -73.96227508524512, 40.734048722797624, -73.96219173539082, 40.73421448530107, -73.96217544235904, 40.73425003651113, -73.96215480358933, 40.73431250157561, -73.96211925955, 40.73439935919796, -73.96209456958825, 40.734476445367, -73.96208024448383, 40.73450900572245, -73.9620641742081, 40.734537743745065, -73.96205061892113, 40.73455720826212, -73.96203109425022, 40.73458170645028, -73.96202002102854, 40.73459358320095, -73.96198578048472, 40.73462575065621, -73.96197467091149, 40.734639066402224, -73.96196385009222, 40.73465462540801, -73.96192296496385, 40.734723508863006, -73.96191152633168, 40.734738763287694, -73.96189954082986, 40.734751830196345, -73.9618228697799, 40.734824218253124, -73.96175198742819, 40.73489264864741, -73.96156484735664, 40.735180634521285, -73.96119984129477, 40.73558193063188, -73.96096098090979, 40.73584453255555, -73.96089570120913, 40.73591656454323, -73.96062937097795, 40.73621044908319, -73.96050904763567, 40.73634321747742, -73.96045735453096, 40.73640066024105, -73.96041251150835, 40.7364455882778, -73.9602854597101, 40.736563926185696, -73.96022852801235, 40.736614776221955, -73.9602127878501, 40.736637671597876, -73.96017755998503, 40.73667648391311, -73.96013719916405, 40.736716705536395, -73.96008511284326, 40.736759581380745, -73.96006700660045, 40.736779568176686, -73.96002372519133, 40.73683532520692, -73.95999097498229, 40.736870149074875, -73.95990649962198, 40.73695507899798, -73.95988489782866, 40.7369800767737, -73.95984070213557, 40.73703788116977, -73.95981920860822, 40.737061909123895, -73.9598057313301, 40.73707375780378, -73.95978897719849, 40.73708540992775, -73.95976964007858, 40.73709667392863, -73.95971235392057, 40.73712733600075, -73.95969574722976, 40.737137880538185, -73.95968212398606, 40.73714828743961, -73.95965531542232, 40.737173173486745, -73.95959229504757, 40.73723797713946, -73.95957302527133, 40.7372551934866, -73.95955423186629, 40.73726969856913, -73.95946000936189, 40.73733579241962, -73.9593912829898, 40.73738204169317, -73.95935861379228, 40.73740534611332, -73.95929563884567, 40.73745309310214, -73.95918097981851, 40.73754014241543, -73.95915363061886, 40.737558021302874, -73.95909980409242, 40.73758705167521, -73.95907944457745, 40.737599032900995, -73.9590178583706, 40.73763838930005, -73.95897845130249, 40.73766573539342, -73.95887810531514, 40.7377421851225, -73.95882321304724, 40.737786498399714, -73.95880548499002, 40.7377988272131, -73.95876954656293, 40.73781273349844, -73.9587202630352, 40.73783475576751, -73.95866789232947, 40.73786752356543, -73.95863019191972, 40.737900962985876, -73.95860331033045, 40.73792221881335, -73.95847735828801, 40.738017711022835, -73.9584485839654, 40.73804021333444, -73.95842177678612, 40.738059669931864, -73.95836495914475, 40.73809797500763, -73.95830224335293, 40.73813805101924, -73.95823202574394, 40.73818094646671, -73.95814578372645, 40.738231841560754, -73.95794977121518, 40.738349403460056, -73.95788414265911, 40.73838742772346, -73.95784433563651, 40.73841114513509, -73.95775477835024, 40.73846538770888, -73.95770663088784, 40.73849433576271, -73.95762399691746, 40.73853913895513, -73.95753692007588, 40.7385832758753, -73.95740814447156, 40.73865026840546, -73.95708318990887, 40.7388070215797, -73.95695016230238, 40.73887721781802, -73.95691820247164, 40.738888593684486, -73.95689332825816, 40.73889091218855, -73.95676803940698, 40.73890650703955, -73.95563004047064, 40.73904437956571, -73.9556044521724, 40.73904682358732, -73.95557390340754, 40.73903843438582, -73.95552062212126, 40.73903399953207, -73.9553122753384, 40.739067403345715, -73.9552273917452, 40.73907908417831, -73.955178755467, 40.739086172965344, -73.95512283335705, 40.73908979374019, -73.95505023872755, 40.7390944165501, -73.95500774485808, 40.73909754452877, -73.95491269230936, 40.73910434310713, -73.95479739977225, 40.739119598434925, -73.95475295402079, 40.739123856590844, -73.95470517664798, 40.73912650241143, -73.9546530944259, 40.739127617455544, -73.9545935855079, 40.7391270176835, -73.95453657753498, 40.73912391725822, -73.95443133862699, 40.739116714829926, -73.95438566530713, 40.73911380792083, -73.95427305627825, 40.73910704908025, -73.95422254832839, 40.73910693266045, -73.95422254832839, 40.73910693266045 --73.9744167450218, 40.736424084492114, -73.9744506300852, 40.736327023583875, -73.97445801970892, 40.736308604436644, -73.97446293996674, 40.73629282322896, -73.97446653293817, 40.73627750098577, -73.97446928632463, 40.73625967874672, -73.97447742903601, 40.73621301263763, -73.97449300402988, 40.73611679593298, -73.97450416569654, 40.736020227049906, -73.97451090098882, 40.73592342035131, -73.97451320514479, 40.73582649560441, -73.97451106393378, 40.73572956717075, -73.97450449390386, 40.73563275302034, -73.97447401539088, 40.735633549521594, -73.97443952358543, 40.7356344540855, -73.9742185913312, 40.7356402347237, -73.9739742806237, 40.735536257562465, -73.97330912784705, 40.73525438413386, -73.97333983944482, 40.73521801433131, -73.97332579592087, 40.7352081523189, -73.97331317580228, 40.73519723343835, -73.97330211281543, 40.73518537658817, -73.97329273239698, 40.735172706968534, -73.97328513038075, 40.735159365981794, -73.97327940023087, 40.73514549953225, -73.97327559279465, 40.73513124901176, -73.9732737494408, 40.73511677562096, -73.97327389259812, 40.735102236053585, -73.97327602693704, 40.73508778880011, -73.97328012279827, 40.73507358874084, -73.97328613395048, 40.73505978624969, -73.97329400232361, 40.73504653349873, -73.97330363788645, 40.735033976349065, -73.97331493758986, 40.735022250753005, -73.97332777589683, 40.73501148095104, -73.9733420201715, 40.73500178127656, -73.97335751291814, 40.734993265156504, -73.97337408244671, 40.73498601719851, -73.97339154996557, 40.73498011930698, -73.97340973195591, 40.73497563357419, -73.97342843188153, 40.73497261038292, -73.9734474378234, 40.734971083002804, -73.973466555628, 40.73497106489656, -73.9734855662848, 40.734972560516354, -73.97350426973514, 40.73497554820394, -73.97354616176021, 40.734937911200696, -73.97403246236394, 40.73514652638737, -73.97396845142738, 40.73489972504079, -73.97391420625218, 40.73469562794996, -73.9738788598484, 40.73455548919234, -73.97385173272822, 40.734442966365165, -73.97382668533753, 40.73434036399863, -73.9738007905437, 40.73424042063248, -73.97402710780942, 40.73420513596488, -73.97418250997629, 40.734274439786994, -73.97403068452554, 40.7336938517165, -73.97395288070723, 40.73338175675972, -73.97393057854532, 40.73337060612407, -73.9739134970923, 40.73335919281795, -73.97389473521206, 40.733343288294364, -73.9738287170719, 40.733299777866456, -73.97379455629394, 40.733277756275974, -73.9737772606435, 40.73326928846288, -73.9737509751456, 40.73326086632525, -73.97372530248617, 40.73325641105972, -73.97370433783985, 40.73324893565891, -73.97368607099132, 40.73323572643493, -73.97366749769685, 40.73321314374875, -73.97365681957085, 40.73319565884148, -73.97365008443789, 40.73317885742066, -73.97364685867305, 40.73316062859661, -73.97364757265474, 40.73314229711565, -73.97365339071362, 40.733125204100766, -73.97367187101435, 40.73310443360441, -73.97368663153148, 40.73309331210046, -73.97371023525245, 40.733081707239975, -73.97374711722426, 40.733068293580146, -73.97379146882494, 40.73305528233488, -73.97386750044453, 40.73303554876863, -73.97380476382969, 40.73280308453839, -73.97373610975968, 40.73254384500648, -73.97356042115695, 40.73184384603073, -73.97342032321487, 40.73129399850352, -73.97338602142281, 40.73124561346952, -73.97334494684127, 40.73119252620366, -73.97328481768861, 40.731117508925145, -73.97323694487528, 40.731061496992055, -73.97321536753134, 40.731036975633664, -73.9731875909789, 40.73100615737354, -73.97315224922293, 40.730968905011395, -73.97310644122217, 40.73092436057851, -73.97305442579729, 40.73087351831985, -73.97300092173276, 40.730824471302085, -73.97296693607254, 40.73079477536636, -73.9728176703368, 40.73067058352576, -73.97275692696209, 40.730620968264205, -73.97265761763971, 40.730540425761426, -73.97259125313028, 40.73048721424683, -73.97252430093653, 40.73043557123915, -73.97247996366687, 40.7304031720626, -73.97236174033942, 40.73032127671893, -73.97222930999912, 40.73023059696907, -73.972158080343, 40.73017592520513, -73.97209628688177, 40.730125968044895, -73.97205845772322, 40.730094921044234, -73.97202505999569, 40.73006522406947, -73.97197984273703, 40.73002382750398, -73.97193831343594, 40.72998119001801, -73.97186798291982, 40.72990087991274, -73.97183088903334, 40.7298559949009, -73.9717918813284, 40.72980492831722, -73.97173485856136, 40.72971967489421, -73.97167811828606, 40.72963575966718, -73.97163003277538, 40.72955117026193, -73.97161460242604, 40.729524033234576, -73.97159744709853, 40.72950033212037, -73.97156968018767, 40.72945016964005, -73.97154072974332, 40.72938853708187, -73.97152358654995, 40.72935043412481, -73.97151517343097, 40.729331734783344, -73.97148239396368, 40.729239060729476, -73.97145848012443, 40.729161684902856, -73.9714422349927, 40.72909712160877, -73.97143220586972, 40.729043139930475, -73.9714248363436, 40.7289925349179, -73.97141863391577, 40.72893381661103, -73.97141569958436, 40.72888658420239, -73.9714145371512, 40.72883417791037, -73.97141782483571, 40.7287502882371, -73.9714232641996, 40.728680960322585, -73.9714499866, 40.728465956086055, -73.97149647450948, 40.72815420697021, -73.97153180180948, 40.72790652806624, -73.97156128778617, 40.727704742133106, -73.97144662810265, 40.72765439332382, -73.97145436912798, 40.7276249864256, -73.97158922958478, 40.72765116065078, -73.97163519051857, 40.72765411394426, -73.97167264126404, 40.727435508432016, -73.9714961158115, 40.72741814898399, -73.9715360713688, 40.727166804327304, -73.97160536439216, 40.72677958549169, -73.97165917330081, 40.726463604751196, -73.9716817535757, 40.72633762639793, -73.97172158788527, 40.72610383883478, -73.97176935755839, 40.72581071685365, -73.97182304288064, 40.72581693811319, -73.9718921106737, 40.725434453856224, -73.9719123272953, 40.72532595824783, -73.97193590984563, 40.72520423407502, -73.9719620462922, 40.725069300048126, -73.97200998825159, 40.72483515141409, -73.97205496018746, 40.7246374591471, -73.97208226276182, 40.72450086842868, -73.97214549831594, 40.72422017880598, -73.97221282406102, 40.72393083533037, -73.9722831469682, 40.72364246507578, -73.97246191974634, 40.722895187854995, -73.97255850267331, 40.72248879209483, -73.97269552822559, 40.72191222213715, -73.97294159557948, 40.720867512599256, -73.97314004055518, 40.72003936118844, -73.9733138557372, 40.7194056912522, -73.97347698741069, 40.71887870464955, -73.97372357755224, 40.718168627159955, -73.97390281938446, 40.717668083419234, -73.97414300993779, 40.71699962144341, -73.9743243938601, 40.716495190848725, -73.97460168609292, 40.715791574758086, -73.97467329917448, 40.71562737798367, -73.97486978113457, 40.71517689483177, -73.97511691161817, 40.714648516420795, -73.97514073388339, 40.714597587798444, -73.97515662287863, 40.71456360866707, -73.97515666314665, 40.71456352853035, -73.97517283283119, 40.7145289533193, -73.975195618649, 40.71448023431383, -73.97521505609008, 40.714438682645714, -73.97521508570105, 40.71443861781534, -73.97524295140549, 40.71437903343412, -73.97533637996897, 40.71417927254452, -73.97569578043692, 40.71341329460397, -73.97597143898541, 40.71279629200263, -73.97622473778264, 40.71229760307552, -73.97626930229838, 40.712201489959384, -73.97631779055202, 40.7121064834592, -73.97637015515816, 40.71201267901452, -73.97642635110181, 40.711920164860814, -73.97648756711735, 40.7118272779921, -73.97655294448472, 40.71173605067818, -73.97662240623227, 40.71164658825612, -73.9766958694739, 40.7115589924596, -73.97677324540487, 40.711473374025836, -73.97685444759401, 40.71138982928436, -73.97693937540934, 40.711308458163685, -73.9770279282218, 40.71122935789068, -73.97712000540498, 40.71115262209017, -73.9774038172715, 40.710937922527165, -73.97760156215652, 40.71079921046194, -73.9778026779801, 40.71066333801544, -73.97782457700787, 40.71064881609524, -73.97784711605719, 40.710634869720494, -73.97787026317044, 40.71062151689484, -73.97789399467553, 40.71060877022055, -73.97791827861576, 40.710596644999804, -73.9779430936846, 40.71058515833796, -73.97796840674559, 40.710574314730785, -73.9779941929407, 40.71056413578551, -73.97802041439734, 40.71055463410173, -73.97804704981306, 40.71054581507816, -73.97807406486628, 40.7105376895141, -73.97810142760252, 40.71053026730883, -73.97812910251578, 40.71052356286358, -73.97815706238937, 40.71051757347133, -73.97818527526749, 40.71051231353408, -73.97821370683126, 40.71050778664715, -73.97824232394379, 40.71050400000823, -73.97827109228683, 40.71050095541167, -73.97870210413532, 40.710471879219945, -73.97921302103211, 40.71043604222806, -73.97925965393942, 40.71043299430541, -73.97984031464854, 40.71039500764882, -73.9802091868601, 40.71037077497244, -73.98033652260271, 40.71036465981203, -73.98033128449669, 40.710285716529555, -73.98071463437306, 40.71026299756438, -73.98115179288966, 40.71023272995843, -73.98128866036387, 40.71022308170019, -73.98126575944676, 40.710083397025286, -73.98123989714566, 40.7098240114425, -73.98146386159229, 40.709800718186514, -73.98183499305455, 40.70976166455604, -73.9821678549553, 40.70972957556294, -73.98245533864942, 40.70970066380736, -73.98278199514426, 40.70966972294538, -73.98307975821675, 40.70964155138729, -73.98342874013596, 40.70960973577202, -73.98372141651465, 40.70958622646864, -73.98395969840385, 40.709562382869414, -73.98428458560862, 40.70953116374124, -73.98451089291015, 40.70951030616151, -73.98475887538042, 40.70948758514995, -73.98506229969925, 40.709457625300374, -73.98539000003026, 40.709426102646454, -73.98573486903229, 40.709392466788614, -73.98605275580346, 40.70936242327239, -73.98640148430084, 40.70932895247928, -73.98662926862252, 40.70930647088972, -73.98693528766357, 40.709276258763516, -73.98728033379037, 40.70924267412692, -73.98759692367604, 40.7092108693057, -73.987888369372, 40.7091824658031, -73.98821787071178, 40.709149644855266, -73.98827742170018, 40.709144075871286, -73.98839850938876, 40.70913275520734, -73.98843017853656, 40.70913528342762, -73.98844954122983, 40.70914068933877, -73.98847140176439, 40.709154528782555, -73.98848294226447, 40.70916715600285, -73.98848928716333, 40.709183074970795, -73.98851959622347, 40.70933228456768, -73.9885808301144, 40.7096237842635, -73.98863423516354, 40.70990864007365, -73.98865003148799, 40.709920197889005, -73.98867585728996, 40.709923521516814, -73.98869587429435, 40.709931015735144, -73.98871231299701, 40.70994387484333, -73.98872399298935, 40.70995845526, -73.98873157749176, 40.70997166919951, -73.98894662923233, 40.709953273700776, -73.98925654893675, 40.70991169223312, -73.98930867037934, 40.70990373746956, -73.98978988907882, 40.70983944415323, -73.99018850415075, 40.70978106987747, -73.99074150352803, 40.70969696203376, -73.99126942969303, 40.70962624203283, -73.99167993532811, 40.70956707644574, -73.99173702768559, 40.70955858063494, -73.99181614089964, 40.70954667612845, -73.99183467661999, 40.70954388946274, -73.99195632146441, 40.70952558433535, -73.99197526189865, 40.70952273463951, -73.99205600576207, 40.7095105860433, -73.99211523526677, 40.70950167235528, -73.99221757505602, 40.709486273377735, -73.9927407742556, 40.70940157668065, -73.99332673455409, 40.70931117202049, -73.99368830080445, 40.709256708795785, -73.9937774646521, 40.70924798499699, -73.99399200655999, 40.709238472589824, -73.9941149343779, 40.70923180795447, -73.99423504525409, 40.70921691057514, -73.99489840904002, 40.70911151455818, -73.9955848524262, 40.70900707735034, -73.99580709253485, 40.70897578299568, -73.99625946411676, 40.708912078422756, -73.99689450648171, 40.70881992819937, -73.99711182389623, 40.70878419707564, -73.9971873580676, 40.708768224780286, -73.99728131391602, 40.70874835455948, -73.99768572767694, 40.70864894787867, -73.99796923362753, 40.70857105721976, -73.99801253825618, 40.70855677586976, -73.99813841434212, 40.708515272517616, -73.99823733766479, 40.708482653060464, -73.99847085129309, 40.70839056923361, -73.99860474090488, 40.70833103634379, -73.998579277809, 40.708305455213065, -73.99855467847519, 40.70828508804689, -73.99854239428846, 40.70827075085446, -73.9985403770171, 40.708254147204826, -73.99854854723868, 40.70824122677455, -73.99857224571689, 40.70822025776883, -73.99859302111827, 40.70820672334241, -73.9986075566781, 40.70819147156216, -73.99861671977864, 40.70817571092681, -73.99863507915683, 40.70814145660293, -73.99864747155738, 40.70812958531089, -73.99868326741239, 40.70811110003325, -73.9987046201118, 40.708104017755396, -73.99873776754069, 40.70808744151458, -73.99876363360399, 40.70807812870902, -73.9987854880663, 40.70806899685818, -73.9988345422997, 40.708045529144314, -73.99887692345467, 40.70802689258686, -73.99893474991025, 40.70800053427461, -73.99900449281968, 40.70796874955667, -73.999104991317, 40.70792294227979, -73.99917464767857, 40.70789119167718, -73.99922203308971, 40.70786959324683, -73.99922642801849, 40.70787451997307, -73.9992334251424, 40.707880041954354, -73.99938657286751, 40.70800084824543, -73.99945379786385, 40.708053877884645, -73.9995232038924, 40.70810810067051, -73.99957615309883, 40.70815039608475, -73.99963461208597, 40.70819651055976, -73.99950924376402, 40.70827182614251, -73.99949434041412, 40.70828084289585, -73.99943827471891, 40.70831475948661, -73.99923772738552, 40.70843608509546, -73.99917113529929, 40.70847636989977, -73.9990954252727, 40.708517361495225, -73.99899726881976, 40.708571353525876, -73.9986582710726, 40.70876825132263, -73.99862629002892, 40.708787833458956, -73.9985844206551, 40.70880955597996, -73.99854508970618, 40.70882596910459, -73.9984586780445, 40.70884967213249, -73.99841219841576, 40.70886028222251, -73.9983330800196, 40.70887517735779, -73.99780079268926, 40.708971786950656, -73.99729479330713, 40.70904981265674, -73.99639817406116, 40.70916295351314, -73.99608811357268, 40.70919799758621, -73.99611842934138, 40.70934131583922, -73.99624505620137, 40.70977915567685, -73.99644451797732, 40.71019800764893, -73.99651164426226, 40.71034845715567, -73.99656975227481, 40.710565173144744, -73.99675699673675, 40.71126418477885, -73.99678219992641, 40.71136300573603, -73.9969416418686, 40.71195694553023, -73.99694729815249, 40.71207137537331, -73.9969535160731, 40.712197039099706, -73.996990210569, 40.712332971246845, -73.9971171813323, 40.71279942548623, -73.99730028629634, 40.713467987865435, -73.99740749925881, 40.71385983215734, -73.99741593294529, 40.71388183722049, -73.99742140472725, 40.713896106831825, -73.9974333225149, 40.71391877834934, -73.99744920964984, 40.71394145085406, -73.99753100889386, 40.714022187901286, -73.99729457849841, 40.71434245992492, -73.99710132398559, 40.714604245296854, -73.99691670826398, 40.714846570538526, -73.9967989228413, 40.71503414002333, -73.9965171821458, 40.7154980171138, -73.9964634177764, 40.71557809334946, -73.99643691888181, 40.71560918535033, -73.99641379110189, 40.71563010798785, -73.99640444301944, 40.715645766668935, -73.99636667904102, 40.71570816453947, -73.99635254667496, 40.71573425907821, -73.99632913397612, 40.71576988612094, -73.99627500345339, 40.7158712665248, -73.99621070064816, 40.71597145699352, -73.99614755397991, 40.71605032788479, -73.99607777442361, 40.716196110924024, -73.99600546507196, 40.71634749770511, -73.99581562555178, 40.71665330330582, -73.99542875160314, 40.71727893508749, -73.99510494020505, 40.717834178952636, -73.99499660352011, 40.718049405183415, -73.99480778455151, 40.71845711440144, -73.99475944759735, 40.718560121539035, -73.9944343831134, 40.719353132176956, -73.9943981053466, 40.719457145602334, -73.9943723374372, 40.7195340532842, -73.99433092150974, 40.719611504998504, -73.99403498555306, 40.720322694618034, -73.99379527055012, 40.72093612713025, -73.99352297526215, 40.72163137666009, -73.99325914866293, 40.72235300009768, -73.99320879897488, 40.72249186199644, -73.99308859844531, 40.72281877847825, -73.9930476408267, 40.72291672711863, -73.99260322879198, 40.72413613579467, -73.9922937577125, 40.72402273508237, -73.9917638128978, 40.72386380173636, -73.99142462743102, 40.72377386922884, -73.99107776208184, 40.72366756386741, -73.99078071382614, 40.72356738672332, -73.99044865110676, 40.72346670973143, -73.9902736142758, 40.72342570929751, -73.98958010515649, 40.72322744472119, -73.98939216995852, 40.72317374909867, -73.98926553882015, 40.7231411749444, -73.9892143375137, 40.72312618388291, -73.98892272551934, 40.72303679775283, -73.98863956920928, 40.722931914851856, -73.98827501751896, 40.72281223752925, -73.9878649052964, 40.72269678034801, -73.98778082756023, 40.722680083215465, -73.98723563574754, 40.722507635045, -73.98718294190984, 40.72249134888121, -73.98713585240979, 40.72246949546977, -73.9862857388971, 40.722241604479166, -73.9861197142206, 40.72217083875915, -73.9855168566114, 40.7219849164558, -73.98467779332317, 40.72173029504741, -73.98456198175124, 40.72167750341505, -73.9843987166585, 40.721628058742915, -73.98382386647509, 40.7214725559678, -73.98300308018649, 40.72122236981705, -73.9821661438568, 40.72096854535091, -73.98205020851086, 40.72091739729851, -73.98198847763561, 40.72089858411631, -73.9818894964541, 40.72086845194497, -73.98130824253444, 40.720708470857524, -73.97982460408076, 40.72025860134838, -73.97938256157713, 40.72014114789939, -73.9792566458844, 40.720102947271506, -73.97909884106173, 40.7200542713947, -73.97888684960473, 40.719992455044576, -73.97875234129991, 40.71993339378084, -73.9786386466442, 40.71987327722355, -73.9782610589814, 40.71971164158652, -73.97774763726721, 40.71951286762403, -73.97738604101028, 40.71936266777268, -73.97729696409797, 40.71933073797445, -73.97722422269817, 40.719309375220746, -73.97713373198152, 40.71929007826879, -73.97635524255445, 40.71913256773031, -73.97545166815635, 40.718946247726535, -73.97541448256068, 40.71897387103694, -73.9753713910966, 40.718994823895876, -73.97533454546839, 40.719002319056294, -73.97529823469218, 40.719003714265746, -73.97519581749393, 40.71899923742376, -73.97509047657785, 40.71899253830023, -73.97503011658065, 40.71898918073124, -73.97500526720007, 40.71898779845955, -73.97495552710531, 40.71897220162525, -73.97495841713608, 40.719064104689764, -73.97495374892024, 40.71910892565247, -73.9748994254324, 40.71952857121835, -73.97487007169951, 40.719780149242695, -73.97484659686523, 40.71994935350498, -73.97477608738876, 40.720532613538765, -73.97472619725893, 40.72090663919513, -73.97470562789786, 40.721133727899115, -73.9746912843062, 40.72124810027405, -73.97468834126477, 40.72127156510638, -73.9746439294417, 40.72162570864324, -73.97461753378705, 40.72178155131372, -73.97457063006493, 40.72199527690068, -73.97453253329476, 40.72213775700006, -73.97449444914092, 40.7222468452948, -73.974462226695, 40.722335894037286, -73.97442415223762, 40.722416036331836, -73.97439778632817, 40.722489215776456, -73.97435437038995, 40.72258382714472, -73.97422261779457, 40.72280863061408, -73.97406743960552, 40.723077948035474, -73.97395326068393, 40.723251553077034, -73.97385078667284, 40.723420711243655, -73.97330570736854, 40.724280345607234, -73.9732938325008, 40.724299344498995, -73.97304265068982, 40.7247026888788, -73.97257746401078, 40.72544634735269, -73.97253353374532, 40.725548735571984, -73.97242816704095, 40.725760230065575, -73.97222024770689, 40.726163096650254, -73.9721323888944, 40.72635006431319, -73.97211142853489, 40.7264454456527, -73.97203526004024, 40.726661354821225, -73.97200008532737, 40.726808264307486, -73.97197661390247, 40.72695740358751, -73.97186502691676, 40.727756486145395, -73.97187803695093, 40.72792226308987, -73.97188092175894, 40.72802021033485, -73.97187503165186, 40.72810702424651, -73.97186618836952, 40.72826062006561, -73.9718632199223, 40.72836079103332, -73.97187195353459, 40.72846987089012, -73.97189535015268, 40.728634648087, -73.97190408642386, 40.72873482370786, -73.97193327901992, 40.72890178603863, -73.9719800267692, 40.72907097688767, -73.97203865759799, 40.72921640797797, -73.97208418586976, 40.729350571397354, -73.97216924832672, 40.729491743111105, -73.97226603455661, 40.72967933159695, -73.97234230206561, 40.72979322915574, -73.97240097242555, 40.72987809545306, -73.97243097534225, 40.729910401180604, -73.97249301167663, 40.72997719232747, -73.9725810334854, 40.73006206373759, -73.97267786290084, 40.730149172231656, -73.97278643249437, 40.73023181689617, -73.97292434957974, 40.73033009758715, -73.97305640821669, 40.73040604773244, -73.97315905495275, 40.73047748112689, -73.97332338301432, 40.73059586593803, -73.97340847957406, 40.730665105905004, -73.9734572584982, 40.730707540112284, -73.97334560406547, 40.731052853901, -73.97337804808377, 40.73109312944069, -73.97346313318589, 40.73118693252714, -73.97354234111398, 40.731307528826, -73.9736274099307, 40.73144375653436, -73.97368064459549, 40.73153891732711, -73.97369487302387, 40.731564350033466, -73.97375353083416, 40.731689409806656, -73.97380924518862, 40.73183456192028, -73.97385532738883, 40.73198559753966, -73.97399606630427, 40.73254698374106, -73.97401792401146, 40.732659007394105, -73.9740491305996, 40.732773175457396, -73.97419678618522, 40.73331334063523, -73.97440468306951, 40.73410228883693, -73.97441113260263, 40.734126771481435, -73.97453398676858, 40.73459297459337, -73.97468347379639, 40.735175801876046, -73.97470400172247, 40.73523162977151, -73.97472670792911, 40.73526567755687, -73.97475543058711, 40.73530874434255, -73.97476983334936, 40.73544287184188, -73.97479931147738, 40.7357173810016, -73.97479632113303, 40.73585805317524, -73.97479333161952, 40.73599649568896, -73.97478154585201, 40.73611037132251, -73.97477563621834, 40.73621307834207, -73.97476219976578, 40.736296524551335, -73.97473288979509, 40.736405608333705, -73.9746977228114, 40.736528046250335, -73.9744167450218, 40.736424084492114, -73.9744167450218, 40.736424084492114 --73.91086369301244, 40.729878573020095, -73.91068725196592, 40.72986345813718, -73.9100591484307, 40.729898479021806, -73.90976082630701, 40.72991930762661, -73.9095128809822, 40.72993826147536, -73.90940843100752, 40.72994399843782, -73.90918771904096, 40.72994281871696, -73.90909477902531, 40.729938716505316, -73.90895464811423, 40.72992217060349, -73.90884534319467, 40.72989788835112, -73.9086196635116, 40.72986712999253, -73.9085282026828, 40.729844520335725, -73.90841833599026, 40.729810599983836, -73.90828265813018, 40.72975151585861, -73.90782769400069, 40.72954765194199, -73.90736130581534, 40.7293166906169, -73.90709316382478, 40.72919052307451, -73.90622432293658, 40.72878265086725, -73.90573454858274, 40.72851122110345, -73.90563624234242, 40.728585032765515, -73.90528900639602, 40.728855489367305, -73.90521332482497, 40.72892192789347, -73.90510463284045, 40.729042062644865, -73.90488258022646, 40.729314669763305, -73.90421794626492, 40.73012627985469, -73.90259649635243, 40.73210411493598, -73.90107971397956, 40.73391431947584, -73.90091094205985, 40.73412571824763, -73.90071138268519, 40.73435841426809, -73.9006525350273, 40.73435495959225, -73.90058778414438, 40.73435115849768, -73.9001639963482, 40.734340906089855, -73.90002777755461, 40.7343388815372, -73.90006743364816, 40.73365750651345, -73.89988206194093, 40.73365071415268, -73.89908063645386, 40.733629882823664, -73.89806632145759, 40.733608228212226, -73.89789189630031, 40.73360331809615, -73.89772296338948, 40.73359962017612, -73.8975849270057, 40.73359659965779, -73.89611625212862, 40.73356437144795, -73.89596126642728, 40.733563380547956, -73.89595645120009, 40.733503148375085, -73.89578296160157, 40.73351342659068, -73.89569881761157, 40.733517057803084, -73.89544570032896, 40.73352859701449, -73.89498346272994, 40.733554168686574, -73.89406457744796, 40.73359499177786, -73.89348195515984, 40.73362080861953, -73.89316555287681, 40.733640369031406, -73.89271326812145, 40.733664591863196, -73.89231349952038, 40.73367633416323, -73.89213096784468, 40.73368018770005, -73.89212166319382, 40.7337473722428, -73.89209410238212, 40.733856523195726, -73.89206836743, 40.733950018707226, -73.89206337825276, 40.73396424837175, -73.89204851994998, 40.73399431143418, -73.89198215333859, 40.734105561078515, -73.89180165659442, 40.734395961459036, -73.89175016184774, 40.734484488894665, -73.89138497183578, 40.73450467032405, -73.8911385243781, 40.734512646650806, -73.88993489454717, 40.7345654961337, -73.8893651516449, 40.7345899212807, -73.88904399721977, 40.734592617288754, -73.88868770905798, 40.734559845231445, -73.88852298636185, 40.734530626476676, -73.88849670197993, 40.73435080726846, -73.88848543265068, 40.73423861818732, -73.8884817222585, 40.7342012975136, -73.88847736611426, 40.73415795271144, -73.8884722836914, 40.7341064792138, -73.88845383945474, 40.73392560407695, -73.88844348177967, 40.7338544448477, -73.88843982588396, 40.733793792942116, -73.888405347261, 40.73344738783871, -73.88838825916989, 40.733296711651505, -73.88837509961135, 40.73320504600848, -73.88835490386634, 40.73294079372126, -73.88834885500307, 40.73288475999592, -73.88833113497314, 40.732760257366834, -73.88830747110582, 40.73251431534137, -73.88830348705979, 40.73244615555881, -73.88829396193618, 40.732354544749775, -73.88828956588235, 40.73231043625892, -73.88827694512887, 40.73226051690854, -73.88827892761617, 40.73220424782856, -73.88826075912634, 40.7320226326613, -73.88825666256169, 40.73198208507027, -73.88825348143442, 40.73189684700643, -73.88824080789715, 40.731806468628974, -73.88823783868746, 40.73177628788936, -73.88822164260115, 40.73161231559121, -73.88817833799146, 40.731194466161355, -73.88812147315444, 40.73065790740644, -73.88811021635935, 40.73057213647959, -73.88810475483297, 40.73048592543016, -73.88807620204831, 40.73020784295616, -73.88805974977755, 40.73008690928795, -73.88794070816955, 40.730112928981825, -73.88755961508731, 40.730196739789385, -73.88751964203662, 40.730075443581114, -73.88737989602538, 40.72960088629273, -73.88729975966716, 40.729298803180455, -73.88726857804694, 40.7291656134413, -73.8872282040299, 40.728932889492896, -73.88720758740558, 40.728752902498925, -73.88720486276421, 40.72869328070459, -73.88720113943648, 40.72861175934344, -73.887199390143, 40.72854028059515, -73.88719273475691, 40.72826855435661, -73.8871976469208, 40.72818340159104, -73.88719918849853, 40.72814331872319, -73.88720115607879, 40.72809212578647, -73.88720429138478, 40.728010515683266, -73.88720629116185, 40.7279584789997, -73.88720934089262, 40.72787916511027, -73.88721679136496, 40.72768531882394, -73.88722103475165, 40.72757493221778, -73.88722098577458, 40.72752623441457, -73.88722098523705, 40.72752585259801, -73.88722161112806, 40.727524624916015, -73.88723013735947, 40.72747076748681, -73.88724113793647, 40.727401273330095, -73.88775912075893, 40.72711398375798, -73.8877593721629, 40.72703148381629, -73.88775917059601, 40.72702325116103, -73.88775846946623, 40.72699466289968, -73.88775643790622, 40.726911934703274, -73.88775446283366, 40.7268315136667, -73.88775248213857, 40.726750919725866, -73.88775100337976, 40.726690677791375, -73.88774976388528, 40.72664018140509, -73.88774909488205, 40.72661290431555, -73.88774836041634, 40.72658303009219, -73.88774700472514, 40.726527732974844, -73.88788497036286, 40.726524447258754, -73.88788288322877, 40.726472556058525, -73.88777711411649, 40.72647507440434, -73.88770019617837, 40.72647690579062, -73.8875888883517, 40.72647955723999, -73.88751494749667, 40.72648131846765, -73.88744977811926, 40.726482870298746, -73.88736167977959, 40.72648496788675, -73.887213047862, 40.72648832537519, -73.88720395765962, 40.726192897961916, -73.88713253519377, 40.72614201311019, -73.88711778212442, 40.72577843494903, -73.88721211559181, 40.72577956748111, -73.88730778389328, 40.72578370984548, -73.88741584557141, 40.725788386544686, -73.88752390844687, 40.72579306404414, -73.88767144049557, 40.725799449498716, -73.88771662284157, 40.72580140535032, -73.88773546233972, 40.72569102302495, -73.88755649180655, 40.72567782521561, -73.8875725786516, 40.72557636427859, -73.88758433859002, 40.725504696982604, -73.88759823826729, 40.7254402313495, -73.88760822459521, 40.72537232464837, -73.88752094467941, 40.72536307132935, -73.88753448625617, 40.72529829827895, -73.88754738034613, 40.725225104827224, -73.88755950239295, 40.72515627809208, -73.88757162559837, 40.725087451356174, -73.88758279028413, 40.72502407717022, -73.88742834202, 40.72500824839526, -73.88733250095888, 40.72499842644485, -73.88725547214895, 40.72499053101725, -73.88718503638641, 40.72498331377859, -73.88708792439027, 40.724971949606825, -73.88707712226065, 40.724637367172946, -73.88706905194587, 40.72436294776992, -73.887059403488, 40.724034990589466, -73.88720255438912, 40.72399387765534, -73.88705695998411, 40.72380198933661, -73.88564075991265, 40.72202121942831, -73.88574526441118, 40.721972815395404, -73.88631380421623, 40.721709344072664, -73.88643885468773, 40.721651441301105, -73.88652945866222, 40.72160948940806, -73.88658121252253, 40.72158532117813, -73.88687352308494, 40.721449945085006, -73.88713539828574, 40.721328063181396, -73.88723970969066, 40.72127987192179, -73.8873400757257, 40.721233257102575, -73.88757744577802, 40.72112302172484, -73.88764115670126, 40.7210960523987, -73.88795541246512, 40.72094740073406, -73.88804079296968, 40.72090800631912, -73.88814518725121, 40.72085972246625, -73.8883625120892, 40.720759201408335, -73.88841322514989, 40.72073873784487, -73.88849565935422, 40.72069711237383, -73.88872396534578, 40.72059036523261, -73.8888405769421, 40.72053629236815, -73.888935288638, 40.720492105676605, -73.88906757494172, 40.720430385258666, -73.88966440328122, 40.720155371966385, -73.89116013208809, 40.719459969879196, -73.8921298106389, 40.71898645303389, -73.89251225157315, 40.71880587834578, -73.89375790773994, 40.718205878039115, -73.89387692263148, 40.71814468284493, -73.89423531600727, 40.71792405885887, -73.8965053292673, 40.716825117902886, -73.89658656568186, 40.71678936048133, -73.89668909612624, 40.716757217852276, -73.89674544992803, 40.716734591747255, -73.89749299136692, 40.71637187036761, -73.8975073809529, 40.716390021267074, -73.89762825419032, 40.71633124891606, -73.89782400312215, 40.71623606952738, -73.89809308683915, 40.71610715136887, -73.89848276381022, 40.71591901242947, -73.89860293298669, 40.71586681216107, -73.8987247072221, 40.71580109200897, -73.89916072681025, 40.71558600051708, -73.89926420153981, 40.71554407326945, -73.8994107958817, 40.71546896646831, -73.89989954287387, 40.715232406827056, -73.90115752177525, 40.71462200274134, -73.90093765793205, 40.713840729438154, -73.90075013511255, 40.71317119642449, -73.90069625547714, 40.71297304111332, -73.90059587278786, 40.71269707027718, -73.9022426651296, 40.71275951622836, -73.90293471799438, 40.71278576279213, -73.90376943125375, 40.71281671894364, -73.90443298403653, 40.71284238155917, -73.90477244839903, 40.71286548451942, -73.90483963170675, 40.71285369114899, -73.9048944910577, 40.71285649925193, -73.90537581889203, 40.71287626408498, -73.90607768119389, 40.7129026547026, -73.90692183881166, 40.712948070513605, -73.90711578826264, 40.71295897566491, -73.90790123228975, 40.71300566786011, -73.90801081873154, 40.71301316038225, -73.90815812369001, 40.71302007055023, -73.90860805430746, 40.713045935597876, -73.90866435531986, 40.7130496759779, -73.90878633599873, 40.7130573027655, -73.90890316441072, 40.71306460476491, -73.9090143885072, 40.713071558221245, -73.90950025845986, 40.71310378057386, -73.90958249897416, 40.713108864644944, -73.90971520535746, 40.713116578116725, -73.90984722342657, 40.71312660340876, -73.91007278520622, 40.71314000113233, -73.91009836829501, 40.71314143311525, -73.91022282195608, 40.713153138726, -73.91041144039245, 40.713161920666806, -73.91059641043404, 40.71317413041217, -73.91077795614827, 40.713185956290225, -73.91090286212766, 40.7131940918905, -73.9112226923003, 40.71321452483283, -73.91131235365229, 40.71322025275315, -73.91273628363335, 40.71331121192516, -73.91295306357496, 40.713325994039295, -73.91312211677861, 40.713337522211496, -73.91333320971381, 40.71335191570004, -73.9142020171803, 40.71340947788188, -73.91453534842046, 40.71342856811786, -73.9146695749546, 40.71343675697804, -73.91485017416723, 40.713448569427484, -73.91501004425677, 40.71345927036997, -73.91503463559535, 40.713460891431815, -73.9155249279965, 40.71347064547971, -73.91580084928913, 40.71346721495778, -73.91586653332364, 40.71346078110264, -73.9161329683932, 40.713520973853335, -73.91635831275526, 40.71353898862684, -73.9166830499868, 40.71356455457962, -73.91805801351681, 40.7136507162987, -73.91971674765571, 40.7137464458626, -73.92047568459691, 40.713800202724805, -73.92076379649076, 40.7138217903215, -73.920883054211, 40.713825618468, -73.92144171730497, 40.713856698566076, -73.92357954759417, 40.71398795969948, -73.92370101824552, 40.713995418155314, -73.92369589211947, 40.71409616390355, -73.92370363122663, 40.71411027733511, -73.92372630218671, 40.7141584894952, -73.92374911269411, 40.714210957556766, -73.92379573382766, 40.7143221240605, -73.92386021774561, 40.71445464086134, -73.92387242384996, 40.71447972365476, -73.92392962997543, 40.71460991768629, -73.92398724477304, 40.71476281203041, -73.92405223301682, 40.71486992834382, -73.92409417146587, 40.71500864815375, -73.92410815130056, 40.71508614180965, -73.92411263065172, 40.71511329065597, -73.92411559505972, 40.7151384348672, -73.9241122252808, 40.71515229420627, -73.92409931577119, 40.71518039153337, -73.92406244191687, 40.7152177510152, -73.92397375526257, 40.71529734534862, -73.92389708972959, 40.71537121130766, -73.92381512548077, 40.71544098358939, -73.92376389316752, 40.715479404178886, -73.92366895812164, 40.71553525127486, -73.92356011538811, 40.71557484024556, -73.92354470360165, 40.715582351075945, -73.92352747212524, 40.71560487490868, -73.92338890675046, 40.71564562453927, -73.92323117827111, 40.715690286551634, -73.92304968138315, 40.71573600407083, -73.9228551893384, 40.715782835533176, -73.92279197075163, 40.71579994878022, -73.9227229866686, 40.71584211663033, -73.92266778973537, 40.71587351999245, -73.92305620253947, 40.71693027537296, -73.92253676335127, 40.717050713404475, -73.92267615235149, 40.71731294658925, -73.92277572838402, 40.717499711740324, -73.92279414548781, 40.71753425506316, -73.92305769312522, 40.717761257449595, -73.9232392807726, 40.717926174756045, -73.92342616709192, 40.718097050370744, -73.92346602513975, 40.71813001393848, -73.92344082755244, 40.71814756433985, -73.92344762036225, 40.718166727213124, -73.9234571687128, 40.718178453703054, -73.9234679408153, 40.71819020802098, -73.92347694082018, 40.718204321397465, -73.9234935874022, 40.71822280552866, -73.92350468557694, 40.71823508145517, -73.92352243955584, 40.71825908284384, -73.92353039960723, 40.71827185196384, -73.92353810216137, 40.71828623822872, -73.9235491540792, 40.71830790284018, -73.92355969462837, 40.71833170582288, -73.92356760657897, 40.71835443905431, -73.92357213829581, 40.7183679172983, -73.92357623287621, 40.71838175365496, -73.9235792097398, 40.71839701747885, -73.92358200588946, 40.71841299348627, -73.92358577053182, 40.7184307270319, -73.92358943299348, 40.7184477752213, -73.92359359931396, 40.718464081724434, -73.9236006115325, 40.71848291604721, -73.92360643314191, 40.71850172076313, -73.92361279504391, 40.71852310669955, -73.92361922973582, 40.71854191272203, -73.92362567205193, 40.71855613425155, -73.92363729600774, 40.718580625934806, -73.92365006962322, 40.71860887800946, -73.92366216592995, 40.718630184898615, -73.92367689314375, 40.71865470475003, -73.92368934908768, 40.718675133877085, -73.92370267289282, 40.718698392080526, -73.92371970706068, 40.71872274956219, -73.92372611316472, 40.718736587444326, -73.92373165310298, 40.718750259058474, -73.92374465333538, 40.71876981054241, -73.92375492182975, 40.718781181782035, -73.9237663793083, 40.7187950491218, -73.92378202012426, 40.718807301913586, -73.92380673974053, 40.71883114217372, -73.9238219765454, 40.71885102471553, -73.92383512404105, 40.71886810528643, -73.92384376431983, 40.71888230214235, -73.9238533438556, 40.71889899763403, -73.92386007186099, 40.71891393254267, -73.92387454774003, 40.7189379037909, -73.92388855144621, 40.71896286348519, -73.92390284626347, 40.71898683370943, -73.92391649436449, 40.719007099706076, -73.92393252196972, 40.71902895757418, -73.92393867645723, 40.71904243867562, -73.92394313124888, 40.71905912987316, -73.92394603684478, 40.71907367953445, -73.92394943607721, 40.71909852055196, -73.9239534107, 40.719124241747714, -73.92395518590946, 40.71914924738599, -73.92396381406388, 40.7191751634635, -73.9239678712324, 40.71919078459112, -73.92397016175254, 40.71920709074063, -73.9239714063788, 40.71922410940348, -73.9239726844845, 40.71924186830768, -73.92397288084842, 40.71925960038269, -73.92397336441144, 40.719277688348875, -73.9239743484083, 40.719300112601786, -73.92397505215673, 40.71931608811642, -73.92397599692728, 40.71934073660336, -73.92397536724405, 40.71935632581907, -73.92397473474676, 40.71937334414246, -73.92397464069573, 40.71939250243347, -73.92397512263209, 40.71941201770679, -73.92397560533954, 40.71943293237329, -73.92397695242124, 40.71945351982482, -73.92397660630981, 40.71947160724262, -73.92397539460625, 40.71949005159132, -73.9239739332081, 40.71950742506858, -73.92397159414423, 40.71953366348828, -73.9239716721353, 40.71955971079486, -73.92397259451394, 40.719573901642306, -73.92397250327976, 40.71959058983543, -73.92397241292768, 40.71960546710326, -73.92397252857336, 40.71963170714359, -73.92397146611553, 40.719645895779685, -73.92396919965019, 40.71967177764481, -73.92396839047308, 40.71968596734856, -73.92396651805792, 40.71971398998623, -73.9239648405046, 40.719729936011596, -73.92396287175511, 40.71974695255106, -73.92396065249618, 40.719763611422536, -73.92395955367289, 40.71977958574575, -73.92395746569204, 40.71980670232738, -73.92395506715941, 40.71982176987889, -73.92394815740653, 40.71983946934296, -73.9239310827843, 40.71984815879121, -73.9238981666468, 40.71986153122532, -73.92387080512755, 40.71987685602688, -73.92385419841916, 40.71988724683662, -73.92384119718423, 40.719899426641014, -73.92384565082617, 40.719916116939075, -73.92386387642901, 40.71994116137192, -73.92387208900566, 40.71995379195371, -73.92388032017838, 40.71997915936152, -73.92387549745821, 40.72000166262082, -73.92387060725284, 40.720017964923, -73.92386101997384, 40.72004312783923, -73.92385634840362, 40.72005660178324, -73.92384777010658, 40.72008228586038, -73.92384063321296, 40.72010709469395, -73.92383685570695, 40.720131546445934, -73.92383575528771, 40.72014785035283, -73.9238392739581, 40.720163472027195, -73.92384398098197, 40.720178021079505, -73.92384926636652, 40.72019292891708, -73.92385451943704, 40.72020607983796, -73.92386683306117, 40.72022810094901, -73.92388253846126, 40.72024836740604, -73.92389186518422, 40.72026275651801, -73.92390558169261, 40.720287605253056, -73.9239196222914, 40.720312646909626, -73.92392664165192, 40.720326512198135, -73.92393822489576, 40.72035385753426, -73.92395053331276, 40.7203804901442, -73.92396330966108, 40.7204067655593, -73.92397313810588, 40.72042647881091, -73.92398069178937, 40.720444051848325, -73.92399097987031, 40.72047068221912, -73.92399594141773, 40.720485232333125, -73.92400155034736, 40.72050085448108, -73.92400734033218, 40.72051754565365, -73.9240119417076, 40.720531382325184, -73.92402006948548, 40.720554115660995, -73.9240314428346, 40.720577727333904, -73.92404162287981, 40.72060364442446, -73.9240509734283, 40.720629397074006, -73.92405651181282, 40.72064359006315, -73.92406161715407, 40.72065973237044, -73.92406956368954, 40.720682629475576, -73.92408331582632, 40.72070750612727, -73.92409116495604, 40.72072137105151, -73.92410265656522, 40.72073576247329, -73.92411411249104, 40.72074927317153, -73.92412503036496, 40.720760287300486, -73.92413760734021, 40.72077363574287, -73.92415021749265, 40.7207869562899, -73.92416866729033, 40.72080563241255, -73.92418902718438, 40.72082554528964, -73.92419990932434, 40.72083782100228, -73.92421586426255, 40.72086055947607, -73.9242271622901, 40.720887024795076, -73.92422995972932, 40.7209010538796, -73.92422614865637, 40.7209228437122, -73.92422096262207, 40.7209453476445, -73.92421697832077, 40.72095917865574, -73.92420576840154, 40.72098324280783, -73.92421468668502, 40.721008281053756, -73.92421780865044, 40.7210221167423, -73.924198051123, 40.72104279925529, -73.92418312224065, 40.721070071274276, -73.92417833686072, 40.72109098426703, -73.9241730420597, 40.72111439403803, -73.9241688330846, 40.721135305608875, -73.92416657791637, 40.72115232195994, -73.92416781257637, 40.72117713542343, -73.92416898671975, 40.72119168213341, -73.92417073405693, 40.72120801583252, -73.92417342438326, 40.72122256444148, -73.92418033219171, 40.721238899737905, -73.92418893291025, 40.72125699394393, -73.92419728511538, 40.72127297448888, -73.92420991933044, 40.72129749378539, -73.92421693888782, 40.721311330238024, -73.92422946519115, 40.72133604217035, -73.92423546045318, 40.721361764678285, -73.92423468460477, 40.72137790310599, -73.9242346612331, 40.72139846173136, -73.9242379271808, 40.721413724821566, -73.92424364650809, 40.72142918133453, -73.92425441849326, 40.721442664552185, -73.92427034498321, 40.72145725068183, -73.9242864930656, 40.721470572639156, -73.9243004445251, 40.72147961212593, -73.92432830802076, 40.721500107136514, -73.92434164211922, 40.72151290674178, -73.92436235574229, 40.721538417387904, -73.92437677515184, 40.721548144261796, -73.9243925651427, 40.72155789904924, -73.92440882471644, 40.72156897158872, -73.92442508305066, 40.72158009815568, -73.92443950132747, 40.72158979620457, -73.92445622840864, 40.72160193975039, -73.92447486106711, 40.72161723993025, -73.924491943995, 40.7216318529022, -73.92450798143769, 40.72164679477273, -73.92452362200798, 40.72166206596743, -73.92454009023844, 40.721679149528235, -73.92455737519096, 40.721705618735406, -73.92456326470705, 40.72172974905419, -73.92456384447631, 40.721759201508995, -73.92458023056723, 40.72178405280784, -73.92460131571126, 40.72180251086028, -73.92461497593315, 40.721812758602006, -73.92463703255915, 40.721832507714474, -73.92466496680451, 40.72185555473359, -73.92468728608229, 40.72186599904015, -73.9247123853332, 40.72187463423495, -73.9247352134901, 40.72188096173403, -73.92475988163038, 40.721887756895036, -73.9247798996002, 40.72189331531441, -73.92481109464035, 40.72190387525741, -73.92483759756121, 40.72191366399412, -73.92485411361338, 40.72192100312379, -73.92487062697619, 40.721926531324094, -73.92489723072048, 40.7219455962644, -73.92491240509949, 40.721959825211606, -73.92492642111542, 40.721974765704715, -73.92493596750286, 40.72198684866612, -73.92495047972957, 40.7220110107002, -73.92496618031532, 40.7220362189987, -73.92497619339665, 40.72205115777734, -73.92498498028694, 40.72206502414947, -73.92500108117714, 40.72208688280742, -73.92501055556858, 40.722100914418654, -73.92501919849353, 40.72211335428684, -73.9250293205426, 40.72212719450969, -73.92504243428782, 40.72214356170885, -73.925057491898, 40.72216275777244, -73.92507038826578, 40.722180880820915, -73.92508141143274, 40.722194392939414, -73.92510108054485, 40.722219793808634, -73.92512110887165, 40.72224574511949, -73.92513559030697, 40.72226581789442, -73.92514667273443, 40.72229192907723, -73.92515199727447, 40.7223050520656, -73.92515447064127, 40.722320149819225, -73.92515207250524, 40.72233502468163, -73.92514671333159, 40.72235168152874, -73.92514063650977, 40.72236551120889, -73.92512946416863, 40.722387819476666, -73.9251199602227, 40.722402140406345, -73.92511262404258, 40.72241490036075, -73.92510477653424, 40.722429769876406, -73.92509595685105, 40.72244606876855, -73.92508329389862, 40.72246768897297, -73.92506902960437, 40.72249448426383, -73.92506115011734, 40.72250935555657, -73.92505355826599, 40.72252315632993, -73.92504484865482, 40.7225383845835, -73.92503562847898, 40.72255503981193, -73.92502435352985, 40.7225738062974, -73.92501274674937, 40.72259504266381, -73.92499817876197, 40.72262239876522, -73.92498530781718, 40.722645775717396, -73.92497348874046, 40.72266737034421, -73.92496375878133, 40.72268577942734, -73.92495417990611, 40.722703505121245, -73.92494503269904, 40.72272048907568, -73.92493802037073, 40.722734647721154, -73.92493190637573, 40.72274883486773, -73.92492550519256, 40.72276263640851, -73.92491924877872, 40.72277610935727, -73.92491024633462, 40.72279380660686, -73.92489947274044, 40.72281400071443, -73.92488161684959, 40.722843195297514, -73.92487163702496, 40.722864816327586, -73.9248599130346, 40.72289544041496, -73.92485076456309, 40.722912451376004, -73.9248419061051, 40.722929435510245, -73.92483297858273, 40.72294573341033, -73.92482015059561, 40.72296449886097, -73.92480291713272, 40.72298537582976, -73.9247829010831, 40.72301138298283, -73.92477010699085, 40.72303050595225, -73.92475919211121, 40.72304891604405, -73.92474914685685, 40.723063429297284, -73.92473729257064, 40.72308148127067, -73.9247271654948, 40.723104503384334, -73.92471429396461, 40.72312927969646, -73.92470409308477, 40.72315265926205, -73.92469465289582, 40.72317532341906, -73.92468409217902, 40.72319870274738, -73.92467754270447, 40.72321376669116, -73.92467171959649, 40.723228118806595, -73.92466299611384, 40.723253365190864, -73.92465542877392, 40.72327674557445, -73.92465148211322, 40.7232907414143, -73.92464641374677, 40.72330544972358, -73.9246413469659, 40.723319800531286, -73.92463700179229, 40.72333451021391, -73.92462831249215, 40.72336195206008, -73.92462353391427, 40.723375782560964, -73.924616194363, 40.723390297573296, -73.92460917791242, 40.723405883502636, -73.92459901926789, 40.72342429407362, -73.92458723505875, 40.72344413088668, -73.92457852403706, 40.72345935910236, -73.92456370772697, 40.72348094992048, -73.92455402380634, 40.723494035184416, -73.9245437983659, 40.72350660049848, -73.92453179569179, 40.72353014275968, -73.92451734014209, 40.723551925616675, -73.92450004436714, 40.723563855034165, -73.92448364681707, 40.72357173724743, -73.92445846495154, 40.72358010447308, -73.92442299238515, 40.723589659014586, -73.92438798967703, 40.72359507150953, -73.92435601778627, 40.723600897517926, -73.92433693104168, 40.723603519867815, -73.92431405741128, 40.72360443776212, -73.92428938010814, 40.7236041468825, -73.92426185507394, 40.72360272848733, -73.92423205602653, 40.72360152921403, -73.92419565516052, 40.72360092802768, -73.92417725501689, 40.72360138327646, -73.9241583856236, 40.723602303776715, -73.92413821625473, 40.7236035250881, -73.92411350275076, 40.7236048820795, -73.92408961750957, 40.723606486351365, -73.92406814965824, 40.72360773471016, -73.92404588842648, 40.723609284212294, -73.92401788951348, 40.723612393208576, -73.92399970322212, 40.723614220946764, -73.92396961335078, 40.72361686388816, -73.92394908165511, 40.72361819568981, -73.92393046698643, 40.72361889659662, -73.92390993760085, 40.72361924053377, -73.92389038444104, 40.72361878816157, -73.92385820582514, 40.723616954160256, -73.92383818551292, 40.72361513089463, -73.92382000285674, 40.72361377350434, -73.92380088225086, 40.72361389772933, -73.92377757530309, 40.72361489897766, -73.92374957500202, 40.72361817360155, -73.92371645198567, 40.723621389893665, -73.92369585116145, 40.72362313313727, -73.92367521420972, 40.723624381973465, -73.92365677598106, 40.72362604379676, -73.92363787108324, 40.72362798086353, -73.92360524966635, 40.72363141718066, -73.92358728370476, 40.7236330793062, -73.92356888008098, 40.723634493498196, -73.9235449608057, 40.723635822979006, -73.92352187105122, 40.723636302024275, -73.92348694674965, 40.723636224790724, -73.92345570584436, 40.72363518825108, -73.92342352478832, 40.72363651131338, -73.92338459362807, 40.7236387087727, -73.92335987978193, 40.72364033845656, -73.92333678639346, 40.723641916084, -73.92331452568585, 40.723644013855456, -73.92328573251896, 40.72364608115562, -73.92326264181136, 40.72364738321405, -73.92323955228646, 40.72364868526861, -73.9232156675603, 40.72365083776986, -73.92318045150252, 40.72365331229306, -73.92316168583484, 40.723657664541335, -73.92313195844041, 40.723658989159595, -73.92311226069992, 40.7236576585619, -73.92307870990388, 40.723656125097136, -73.92304208654711, 40.72366060317224, -73.923019209455, 40.723664485284694, -73.92299730461136, 40.723668972284784, -73.92296068657289, 40.723668838827784, -73.92293413742046, 40.723665909713, -73.92291177149161, 40.72366276727069, -73.92289409852799, 40.723659762142866, -73.92286333100142, 40.72365367660205, -73.92284169063487, 40.72364850218195, -73.92282120528779, 40.72364453431438, -73.92279696414346, 40.72364169136295, -73.92277275749085, 40.72363972822749, -73.92274945417937, 40.723637571182906, -73.92272521205496, 40.723635578296815, -73.9227033160269, 40.72363347621797, -73.9226828255768, 40.72363085728577, -73.92266140152313, 40.723626973407356, -73.92264134901697, 40.72362231961019, -73.92261902169133, 40.723617556219544, -73.92259106541616, 40.72361344821338, -73.92256545373696, 40.72360950476944, -73.92254727695737, 40.723607188139376, -73.92252815462125, 40.72360676374143, -73.92250766288655, 40.723607298361955, -73.9224857635523, 40.723608052656026, -73.92246382752487, 40.72360880692124, -73.92244517260059, 40.723609506660324, -73.92242699157666, 40.723609823098535, -73.92240274550761, 40.72361123496882, -73.92237990751703, 40.7236130314003, -73.92235796982496, 40.723615212051534, -73.92233231637822, 40.72361664997315, -73.92231088134389, 40.72362017631585, -73.92228719249557, 40.723639071932276, -73.92227765362821, 40.723653226908105, -73.9222656929039, 40.72366952346095, -73.92225041546813, 40.723681892451424, -73.92223359377161, 40.723689867710924, -73.92221446663504, 40.72369657979644, -73.92219483280218, 40.72370337348275, -73.92216242825903, 40.7237085115009, -73.9221433104413, 40.723707236060534, -73.92211957590217, 40.723703378434735, -73.92209209206169, 40.72369710129931, -73.92205807948206, 40.723689639169834, -73.92202457222602, 40.7236822602194, -73.92199290425182, 40.72367496535218, -73.9219493704363, 40.723665548937106, -73.92193050722958, 40.72366114616405, -73.921906630312, 40.7236555846335, -73.92188441372404, 40.723649284005596, -73.92186508361067, 40.723643341934036, -73.92184672641021, 40.72363844330975, -73.92182786354115, 40.7236337649641, -73.92179666491145, 40.72362597598174, -73.92177012136736, 40.723618327031346, -73.92174779671491, 40.723611341015754, -73.9217249704415, 40.723603146170845, -73.92170730039317, 40.72359671082148, -73.92168728247967, 40.72359189388937, -73.92166492274559, 40.72358556610638, -73.92164259875138, 40.72357904563425, -73.92161793215367, 40.723569669848, -73.92159279702918, 40.723561142017495, -73.92156813153123, 40.72355184906815, -73.92155161497212, 40.72354590976093, -73.92153368863158, 40.72354103929598, -73.92151255962422, 40.72353193875235, -73.92148695259776, 40.723524126482125, -73.9214539210055, 40.723512988061906, -73.92141367430871, 40.72349756278439, -73.92138901154877, 40.72348598970799, -73.92135393019123, 40.72346861833262, -73.92133301752308, 40.72345677495123, -73.92131254346971, 40.72344336768046, -73.92129120078741, 40.72342883147361, -73.92127212950065, 40.723418307685996, -73.92125211546768, 40.72341027856273, -73.92122603900519, 40.723404139960714, -73.92119296365057, 40.72339906726859, -73.92116222939552, 40.72339410513163, -73.92111822462918, 40.72338682859074, -73.92107559410711, 40.7233775214252, -73.92104814480385, 40.723372260739275, -73.92102531210314, 40.72336763357023, -73.92100388831629, 40.723362678677276, -73.9209806277657, 40.72335752981071, -73.92094174646975, 40.72334869253313, -73.92091050824625, 40.723342550315216, -73.92088071692346, 40.72333698630976, -73.92085510916691, 40.723329914117166, -73.92083556433813, 40.723323533176625, -73.92079877648968, 40.723314066032756, -73.92077504037637, 40.72331171558156, -73.9207517369819, 40.72330977875729, -73.92073355438207, 40.72330949158547, -73.92071392025089, 40.72331650474378, -73.92070138541385, 40.72332958952225, -73.9206912702008, 40.72334143956617, -73.92068248690386, 40.72335400373044, -73.92067276876216, 40.723366376341886, -73.92066420315447, 40.72338001226123, -73.92065536767115, 40.72340657571081, -73.92064758221194, 40.723431026387146, -73.92063257331395, 40.72346219618954, -73.92061613253887, 40.72348414198258, -73.92059962343488, 40.723501834618965, -73.9205837278705, 40.72351917017381, -73.92056693910732, 40.72353016642267, -73.92054337803143, 40.72353283998801, -73.92052519632202, 40.72353175583291, -73.92050748784897, 40.72352688535859, -73.92048788913897, 40.72353389850269, -73.92046641407843, 40.7235431337057, -73.9204387277971, 40.72355392969863, -73.92039692575112, 40.72360511729235, -73.92037064381645, 40.72368079956203, -73.92039358307404, 40.72368545394966, -73.92042456692867, 40.723691596131665, -73.92045948060439, 40.723699606876195, -73.92048926999415, 40.72370788962755, -73.92050834781801, 40.72371289882793, -73.92052580436238, 40.72371864712501, -73.92054419578695, 40.72372456085783, -73.9205637429096, 40.723731078726544, -73.92058656868373, 40.72373861642919, -73.92061213718954, 40.72374695026798, -73.92064008977728, 40.72375509393572, -73.92066663605686, 40.72376038201222, -73.9206917751507, 40.723764543476214, -73.92071601746457, 40.72376736075691, -73.9207365078353, 40.723769021896736, -73.92075934151869, 40.72377093048485, -73.92078170838343, 40.72377223540581, -73.9208164127103, 40.72377420978185, -73.92083881459651, 40.72377592714919, -73.9208588356009, 40.72377813635493, -73.92088913941924, 40.723778896498835, -73.92092478336701, 40.723778042987064, -73.92094624932184, 40.7237794877368, -73.9209835086316, 40.72378587991595, -73.92100630304333, 40.72379097353063, -73.92103050379775, 40.72379691818645, -73.92105008946992, 40.72380192674479, -73.92106916857847, 40.723806908837716, -73.92110036630065, 40.72381546435013, -73.92112106354027, 40.72382437286472, -73.92113732334052, 40.72383226166092, -73.9211554609307, 40.72384070105161, -73.92117731190906, 40.72385188683441, -73.92120103724739, 40.72386252368448, -73.92122292490046, 40.72387173466607, -73.9212420046905, 40.72387817105383, -73.92126155110026, 40.723882382598205, -73.92129415659899, 40.72388962517714, -73.92131183075553, 40.7238936157088, -73.92133185067567, 40.72389678657578, -73.92136492792415, 40.72390147561169, -73.92139557588129, 40.72391659268199, -73.92141709697152, 40.72393054996247, -73.92146084026356, 40.72394710416038, -73.92148478072119, 40.72396007521943, -73.92151373933018, 40.72396945395941, -73.92153328396775, 40.723978223835985, -73.92156328096225, 40.72399336833355, -73.921577915662, 40.72400331272415, -73.92159370535998, 40.724014469084786, -73.92160762098227, 40.72402493617795, -73.92162142310943, 40.7240352924295, -73.92164933407567, 40.72404884248302, -73.92166563271843, 40.72405500225235, -73.92168564934936, 40.72406102767081, -73.92171774808375, 40.72406953139876, -73.92173545586493, 40.72407418106114, -73.92175478943435, 40.72407828431584, -73.92177549463291, 40.724081564532845, -73.92179482764458, 40.72408412971006, -73.92181488862184, 40.72408364895442, -73.92183379577766, 40.72408196072916, -73.92186107010468, 40.724081293053715, -73.92189462124924, 40.72408268819484, -73.92191254857349, 40.72408585574013, -73.9219344309331, 40.72409973212264, -73.9219464683444, 40.72411006012325, -73.9219743796157, 40.72412039978133, -73.92199371741144, 40.72412293881359, -73.92203216907978, 40.72412719184991, -73.92205077880287, 40.72413186999031, -73.9220698624382, 40.724135149957036, -73.9220880396613, 40.72413820868248, -73.92210622075555, 40.72414200762648, -73.92212760898266, 40.72414627700176, -73.9221462551876, 40.72415013298611, -73.92218258121694, 40.724153231882596, -73.92221868878546, 40.72415792182049, -73.92225172248716, 40.72417067913767, -73.9222680220146, 40.724177168408694, -73.92228619957672, 40.72418096912289, -73.92232001179222, 40.72417574827238, -73.9223563859524, 40.724169048701896, -73.92239321949509, 40.72416934818993, -73.92241840024158, 40.72417049079659, -73.9224407682333, 40.72417198720432, -73.9224621945248, 40.724174087215474, -73.92248221436081, 40.72417744969068, -73.92249992576804, 40.72418006948924, -73.92253299982686, 40.7241876938483, -73.92256326217897, 40.72419273814803, -73.92258302505894, 40.7241992567189, -73.92261187200671, 40.7242122587576, -73.9226416577897, 40.72422509572607, -73.92265885888743, 40.72423092727487, -73.92267610048302, 40.7242355224487, -73.92270939222072, 40.724243284681165, -73.92274575673831, 40.724244901187, -73.92278302277664, 40.72424585911298, -73.92280261003262, 40.724247684072495, -73.92284337294593, 40.724252405751834, -73.922861302012, 40.72425414674327, -73.92287922957851, 40.72425616148585, -73.92289813096883, 40.72425845243368, -73.922931214706, 40.72425880416956, -73.92296314088786, 40.724261158755205, -73.92314778378281, 40.7242634496734, -73.92320875507204, 40.72426310673667, -73.92344493338568, 40.72424843081812, -73.92350120998478, 40.72425352908575, -73.92364637368287, 40.72426597773052, -73.92368662080142, 40.72426845289839, -73.92373820521068, 40.72428514200047, -73.92406939522263, 40.72428890168873, -73.92412707884345, 40.7242922878091, -73.924146852466, 40.724289528168654, -73.9241764469821, 40.72428038227545, -73.92428434375417, 40.7242906902712, -73.92435684154515, 40.72430693178577, -73.92448063374685, 40.72433905407642, -73.92455737441803, 40.72435896602268, -73.92465327124306, 40.72438732822911, -73.92468803348035, 40.72440338094202, -73.9249031572956, 40.72450625788013, -73.92498732801194, 40.72455461697742, -73.92506506333733, 40.724594542155394, -73.92513666246822, 40.72463361140911, -73.92516963608499, 40.724653149585635, -73.92528222551888, 40.7247205591999, -73.92530144636832, 40.7247326592099, -73.92539503542395, 40.72479952508412, -73.92552387218926, 40.72488709748768, -73.92553807702522, 40.72489792089292, -73.92568784915736, 40.72501771516967, -73.92619990796773, 40.72540376781322, -73.92622804061259, 40.725423721318094, -73.9265566363322, 40.725668746559215, -73.92657286310755, 40.72568611422599, -73.92661994821464, 40.725738998738215, -73.92692613398766, 40.726071450782946, -73.92708774385548, 40.726248111585555, -73.92713797008045, 40.72630208028251, -73.92723432770377, 40.72641174309897, -73.92721720825605, 40.726460326459424, -73.92734356930237, 40.72658292594813, -73.92756218760384, 40.72675898987205, -73.9275799414579, 40.72677237990505, -73.92760431642233, 40.72679165442341, -73.92769361433525, 40.72687554523844, -73.92783032889481, 40.72698354442735, -73.92785334683771, 40.726999050311434, -73.92789579501876, 40.72704752069188, -73.92796008483803, 40.727119008230034, -73.92797400175999, 40.72713527292756, -73.92810971682444, 40.727261064315144, -73.9281200738159, 40.727273501409144, -73.92815054496286, 40.727320427947696, -73.92828512930762, 40.727514237474445, -73.9283992877154, 40.727644739156126, -73.92850731175943, 40.72778042204466, -73.928517504047, 40.72779426379384, -73.92855675647175, 40.727844514048186, -73.92857588363498, 40.72783829078944, -73.92859560292769, 40.72788704487336, -73.92861070788781, 40.7279194554556, -73.92865536974757, 40.72789036157452, -73.92870007391146, 40.72792568831901, -73.92872379322272, 40.727944437194175, -73.92873705262967, 40.727954913818756, -73.92881017470079, 40.72800316780187, -73.9288252150493, 40.72801307369407, -73.9289104784742, 40.7280692289794, -73.9289412807965, 40.7280895148484, -73.92897317730653, 40.72811052179129, -73.92904492670606, 40.72815645956863, -73.92910282732483, 40.72819736393462, -73.92922309154669, 40.7282556270113, -73.92939257275535, 40.72830823794012, -73.92964857807323, 40.72835994157273, -73.92986998316628, 40.72841206121488, -73.93014396409963, 40.728488588216216, -73.93043970609423, 40.72856282060841, -73.93070870834983, 40.72860634950852, -73.93099163810456, 40.72861727959904, -73.93119264988437, 40.72864380371385, -73.93131508939094, 40.72872912979567, -73.9312625490421, 40.72914744606469, -73.93118354832694, 40.72913086103265, -73.93115759178639, 40.72912590262392, -73.93113110401852, 40.72912297814121, -73.93110436198198, 40.72912211926762, -73.93108653197774, 40.72912269843152, -73.93105998523916, 40.729125290414544, -73.93103392290031, 40.72912992413524, -73.93100861608698, 40.729136548427334, -73.93098432765143, 40.72914510041328, -73.93096130745684, 40.729155486590564, -73.93093979709379, 40.72916760084478, -73.93092001568306, 40.729181317237, -73.93087973130649, 40.72920593908988, -73.9308384784012, 40.7292296157131, -73.93079629487364, 40.729252321914124, -73.93075321980683, 40.729274039705246, -73.93070929228838, 40.72929474659629, -73.93066455495475, 40.72931442280081, -73.93061904925396, 40.729333053034125, -73.93052511021193, 40.72935572433741, -73.93043118616482, 40.729365104962824, -73.93033549404062, 40.72937178561687, -73.93021676985992, 40.72937171372786, -73.93005198262455, 40.72936622329818, -73.92989786512128, 40.729356720157774, -73.92958602188108, 40.72933242596506, -73.92934326398452, 40.7293138789644, -73.9291232310461, 40.729309219582106, -73.92887837551912, 40.72932418995197, -73.92878960702512, 40.7293319361981, -73.92869605168623, 40.72933837727592, -73.92862900553462, 40.72934649525002, -73.92854989033798, 40.72935868590249, -73.92845333909749, 40.729375964349465, -73.92835362743942, 40.72939964786967, -73.92818181823823, 40.72945466639132, -73.92802519974916, 40.72951402650066, -73.92788262599753, 40.729577841005934, -73.92773060452836, 40.72965692473668, -73.92760792478268, 40.729730014919404, -73.92749113751454, 40.729808491923286, -73.92738184664935, 40.7298913112868, -73.92727230692769, 40.7299893129672, -73.92718006489801, 40.73008419801548, -73.92709608518864, 40.7301834232694, -73.92701439767988, 40.73029605848943, -73.92603351370899, 40.73181539130498, -73.92596207985794, 40.731951496893416, -73.92595328396267, 40.73196461885177, -73.92593855341553, 40.73198656197664, -73.9258656585857, 40.732092701239914, -73.92561809537824, 40.73244283041239, -73.92554224126417, 40.732542586550046, -73.92512884341293, 40.73318424416989, -73.92481961277905, 40.733653480432594, -73.92472481428696, 40.73378532767082, -73.92459681083646, 40.7339388166206, -73.92425879647712, 40.7343028459097, -73.92421700032851, 40.734354868691916, -73.92415836717822, 40.734469763765006, -73.92414861045654, 40.734506851075814, -73.92414000109298, 40.73453957077582, -73.92411986933948, 40.734616086306715, -73.9241172332147, 40.734721881682404, -73.92412230070087, 40.73475663293313, -73.92414207330049, 40.7348042936516, -73.92418019566207, 40.73487252145013, -73.92421769578897, 40.73492583731024, -73.92426544054797, 40.73498051606094, -73.9243071151307, 40.73501810365842, -73.92433299961425, 40.735038049816374, -73.92420859788758, 40.73551917796618, -73.92414786709439, 40.73549576529148, -73.92367956846333, 40.73528328805511, -73.92333111878135, 40.735104832516555, -73.92328606956892, 40.73508163874274, -73.92322673754603, 40.73505109178566, -73.92302924020046, 40.73494940963743, -73.92277255441915, 40.73479222786939, -73.92259991737652, 40.73467464516583, -73.92241784410878, 40.73454225599066, -73.92236146932545, 40.734503290824605, -73.92221711189838, 40.73440595112004, -73.92215632758149, 40.73436496663605, -73.92211996769076, 40.73433745943869, -73.92197994553864, 40.73423153691955, -73.9218890900031, 40.73417440831406, -73.92174139597404, 40.73409086063188, -73.92156639261876, 40.73394204872882, -73.92149340819103, 40.733886410613806, -73.92143958949188, 40.73384115848471, -73.92133008491369, 40.73374908959189, -73.9212666645745, 40.733695764967365, -73.9209534954563, 40.73343245608341, -73.92052400532015, 40.73310093184203, -73.92048525112455, 40.73307114508429, -73.92040833183306, 40.73301202219069, -73.91998097311631, 40.73268353929199, -73.91973893552569, 40.73250720616198, -73.91967143021651, 40.73246352314808, -73.91945651837513, 40.73232445787502, -73.9192464062813, 40.73220609465447, -73.919148946071, 40.73215538706614, -73.91905452760177, 40.732106263726735, -73.91901996822963, 40.7320886335844, -73.91889110779209, 40.73202289311233, -73.91886115293637, 40.73200761469175, -73.91865953868518, 40.731916591321216, -73.91854747369146, 40.731865995373084, -73.91835103070218, 40.73178588658124, -73.91804489033667, 40.7316801799172, -73.91784691709964, 40.73160933991041, -73.91770680394137, 40.73156519868543, -73.91758191613141, 40.73152918087081, -73.9174250474822, 40.73148270939919, -73.91728035856264, 40.73144319929122, -73.91676553801928, 40.731304886589605, -73.91669498105551, 40.731284478667085, -73.91666237280752, 40.73127504655708, -73.91651041962699, 40.731231095216756, -73.91611082440326, 40.73111543792158, -73.91568274669284, 40.73099046603448, -73.91478470725765, 40.73073603527304, -73.91433123646821, 40.73061322148994, -73.91334541709288, 40.730360939300944, -73.91279135357016, 40.73023460195467, -73.91276733644436, 40.73022912757928, -73.91247365924188, 40.730162160807275, -73.91170995895217, 40.72996984681805, -73.91161658383393, 40.729941113786296, -73.91153758150001, 40.72993316916464, -73.91151236231416, 40.72993005473819, -73.9114456455166, 40.72992257425073, -73.91135039304886, 40.729912606165975, -73.91127091385201, 40.72990634764747, -73.91095891685599, 40.72988506732182, -73.910923682256, 40.72988266452805, -73.91086369301244, 40.729878573020095, -73.91086369301244, 40.729878573020095 --73.9734572584982, 40.730707540112284, -73.97340847957406, 40.730665105905004, -73.97332338301432, 40.73059586593803, -73.97315905495275, 40.73047748112689, -73.97305640821669, 40.73040604773244, -73.97292434957974, 40.73033009758715, -73.97278643249437, 40.73023181689617, -73.97267786290084, 40.730149172231656, -73.9725810334854, 40.73006206373759, -73.97249301167663, 40.72997719232747, -73.97243097534225, 40.729910401180604, -73.97240097242555, 40.72987809545306, -73.97234230206561, 40.72979322915574, -73.97226603455661, 40.72967933159695, -73.97216924832672, 40.729491743111105, -73.97208418586976, 40.729350571397354, -73.97203865759799, 40.72921640797797, -73.9719800267692, 40.72907097688767, -73.97193327901992, 40.72890178603863, -73.97190408642386, 40.72873482370786, -73.97189535015268, 40.728634648087, -73.97187195353459, 40.72846987089012, -73.9718632199223, 40.72836079103332, -73.97186618836952, 40.72826062006561, -73.97187503165186, 40.72810702424651, -73.97188092175894, 40.72802021033485, -73.97187803695093, 40.72792226308987, -73.97186502691676, 40.727756486145395, -73.97197661390247, 40.72695740358751, -73.97200008532737, 40.726808264307486, -73.97203526004024, 40.726661354821225, -73.97211142853489, 40.7264454456527, -73.9721323888944, 40.72635006431319, -73.97222024770689, 40.726163096650254, -73.97242816704095, 40.725760230065575, -73.97253353374532, 40.725548735571984, -73.97257746401078, 40.72544634735269, -73.97304265068982, 40.7247026888788, -73.9732938325008, 40.724299344498995, -73.97330570736854, 40.724280345607234, -73.97385078667284, 40.723420711243655, -73.97395326068393, 40.723251553077034, -73.97406743960552, 40.723077948035474, -73.97422261779457, 40.72280863061408, -73.97435437038995, 40.72258382714472, -73.97439778632817, 40.722489215776456, -73.97442415223762, 40.722416036331836, -73.974462226695, 40.722335894037286, -73.97449444914092, 40.7222468452948, -73.97453253329476, 40.72213775700006, -73.97457063006493, 40.72199527690068, -73.97461753378705, 40.72178155131372, -73.9746439294417, 40.72162570864324, -73.97468834126477, 40.72127156510638, -73.9746912843062, 40.72124810027405, -73.97470562789786, 40.721133727899115, -73.97472619725893, 40.72090663919513, -73.97477608738876, 40.720532613538765, -73.97484659686523, 40.71994935350498, -73.97487007169951, 40.719780149242695, -73.9748994254324, 40.71952857121835, -73.97495374892024, 40.71910892565247, -73.97495841713608, 40.719064104689764, -73.97495552710531, 40.71897220162525, -73.97500526720007, 40.71898779845955, -73.97503011658065, 40.71898918073124, -73.97509047657785, 40.71899253830023, -73.97519581749393, 40.71899923742376, -73.97529823469218, 40.719003714265746, -73.97533454546839, 40.719002319056294, -73.9753713910966, 40.718994823895876, -73.97541448256068, 40.71897387103694, -73.97545166815635, 40.718946247726535, -73.97635524255445, 40.71913256773031, -73.97713373198152, 40.71929007826879, -73.97722422269817, 40.719309375220746, -73.97729696409797, 40.71933073797445, -73.97738604101028, 40.71936266777268, -73.97774763726721, 40.71951286762403, -73.9782610589814, 40.71971164158652, -73.9786386466442, 40.71987327722355, -73.97875234129991, 40.71993339378084, -73.97888684960473, 40.719992455044576, -73.97909884106173, 40.7200542713947, -73.9792566458844, 40.720102947271506, -73.97938256157713, 40.72014114789939, -73.97982460408076, 40.72025860134838, -73.98130824253444, 40.720708470857524, -73.9818894964541, 40.72086845194497, -73.98198847763561, 40.72089858411631, -73.98205020851086, 40.72091739729851, -73.9821661438568, 40.72096854535091, -73.98300308018649, 40.72122236981705, -73.98382386647509, 40.7214725559678, -73.9843987166585, 40.721628058742915, -73.98456198175124, 40.72167750341505, -73.98467779332317, 40.72173029504741, -73.9855168566114, 40.7219849164558, -73.9861197142206, 40.72217083875915, -73.9862857388971, 40.722241604479166, -73.98713585240979, 40.72246949546977, -73.98718294190984, 40.72249134888121, -73.98723563574754, 40.722507635045, -73.98778082756023, 40.722680083215465, -73.9878649052964, 40.72269678034801, -73.98827501751896, 40.72281223752925, -73.98863956920928, 40.722931914851856, -73.98851341616246, 40.72318623589459, -73.98845126950046, 40.72327647151936, -73.98839635406678, 40.72335651587403, -73.98827489257145, 40.723522430514166, -73.98818575051867, 40.72364360924099, -73.9881622792672, 40.723675452440595, -73.9880276549217, 40.72385895240462, -73.98796759153689, 40.72394169754089, -73.98750143701507, 40.72458361909829, -73.98705290279706, 40.72520228865079, -73.98662251221678, 40.725795847820194, -73.98617545919282, 40.72640808439264, -73.98575326726696, 40.726987811185914, -73.98530719273614, 40.72759931139657, -73.98487544640729, 40.72819347421731, -73.98444794124731, 40.7287805570462, -73.9840294604711, 40.7293528477396, -73.98400921542574, 40.72938067154585, -73.98354333550938, 40.730020981849606, -73.98307688482362, 40.73065943778369, -73.98266152165849, 40.73123381299882, -73.98256355025492, 40.73136091756679, -73.98238209829113, 40.731529481317764, -73.98202234275152, 40.73201172895281, -73.98156137251001, 40.73264319959357, -73.981126663394, 40.733241280901076, -73.9807112979196, 40.73381219453286, -73.98027567514626, 40.73440985184334, -73.97986374206843, 40.734974131575605, -73.97925210364771, 40.734701338397564, -73.97772292325233, 40.73404149006965, -73.97680777883903, 40.7336560945673, -73.97539068921263, 40.73305929036529, -73.97532247351756, 40.733031009716534, -73.97460340757121, 40.73275173726557, -73.97455845321802, 40.732738309770305, -73.97450558519027, 40.73272798545792, -73.97436341273897, 40.73274206125553, -73.97426070721109, 40.73275222939583, -73.97422757852733, 40.73275550974155, -73.97419139890117, 40.73259449257276, -73.97417969545084, 40.732491774379504, -73.97417680527683, 40.732380126919615, -73.97417683556367, 40.732301973616785, -73.97415926177936, 40.73219925590172, -73.97413875754344, 40.73209207010293, -73.97410359550543, 40.73192459287367, -73.9740713637292, 40.73178391091452, -73.97403756521354, 40.731657272017856, -73.9740098695714, 40.73155394954817, -73.97397762066886, 40.73144899522082, -73.97392483709429, 40.73131947216748, -73.9738720397158, 40.73122567765522, -73.97382510573995, 40.731140814792234, -73.97376349789249, 40.731055950367704, -73.97369308768857, 40.73096214995455, -73.9735962666802, 40.73085048185948, -73.97349064087477, 40.73073657929413, -73.9734572584982, 40.730707540112284, -73.9734572584982, 40.730707540112284 --73.99657214976307, 40.729551915263905, -73.99616776900571, 40.729353891488486, -73.9958123720543, 40.729180220533415, -73.99506102845582, 40.72881045812664, -73.99425278468156, 40.72841214544871, -73.9931465668147, 40.72786688902087, -73.99180130085934, 40.7272048298663, -73.99154832691556, 40.72708915742276, -73.99179378631723, 40.72639114390116, -73.99206166186667, 40.725642134610716, -73.99220970681768, 40.72523097138409, -73.9923264178528, 40.72490791527571, -73.99260322879198, 40.72413613579467, -73.9930476408267, 40.72291672711863, -73.99308859844531, 40.72281877847825, -73.99320879897488, 40.72249186199644, -73.99325914866293, 40.72235300009768, -73.99352297526215, 40.72163137666009, -73.99379527055012, 40.72093612713025, -73.99403498555306, 40.720322694618034, -73.99433092150974, 40.719611504998504, -73.9943723374372, 40.7195340532842, -73.9943981053466, 40.719457145602334, -73.9945464704331, 40.719577216794214, -73.9947226844252, 40.71964947740754, -73.99526076285741, 40.71986722876332, -73.99603078044453, 40.720180429950794, -73.99683630508973, 40.72050408637574, -73.99722992207947, 40.72066005578529, -73.99729432135169, 40.72067715799476, -73.99734966585049, 40.72070400257387, -73.9974262458754, 40.72074114673156, -73.99765481649217, 40.72083559976534, -73.99819535674007, 40.72106335468965, -73.99903165072733, 40.721421025549624, -73.99969736594971, 40.72171481865734, -73.9998532959176, 40.72179147393295, -74.00065640209074, 40.72218274082259, -74.00127789829054, 40.72249205519055, -74.00140376299423, 40.72255531991422, -74.00148529614555, 40.72259394984439, -74.00217341046222, 40.722929115708624, -74.00285777372834, 40.7232655112362, -74.00298146613764, 40.7233081021906, -74.0036354507188, 40.72368171281026, -74.00430967285543, 40.72400914893214, -74.00437983860208, 40.72405383135352, -74.00457474201737, 40.72417282066513, -74.00403067374523, 40.72551217993567, -74.00373017417407, 40.72624973845572, -74.00312206872566, 40.72687681242959, -74.00302566584895, 40.726970747084096, -74.00251323578823, 40.727600612207006, -74.00214891903113, 40.72803504572308, -74.00280854959993, 40.72836505536186, -74.00234969866861, 40.729353931284535, -74.00220337131212, 40.72965293633774, -74.00213898853593, 40.72979542951914, -74.00172562874606, 40.730508441058504, -74.00141242277472, 40.73106493970587, -74.00137877774068, 40.73112366496542, -74.00095441302066, 40.731705787560436, -73.99960359875357, 40.731042940161885, -73.99884195945194, 40.73066873866493, -73.99807197040953, 40.7302877160229, -73.9976462593013, 40.730081334078406, -73.99749284216863, 40.730004103232005, -73.9973598207972, 40.729941396951475, -73.9972939465077, 40.72990911129181, -73.99657214976307, 40.729551915263905, -73.99657214976307, 40.729551915263905 --74.00373017417407, 40.72624973845572, -74.00403067374523, 40.72551217993567, -74.00457474201737, 40.72417282066513, -74.00437983860208, 40.72405383135352, -74.00430967285543, 40.72400914893214, -74.0036354507188, 40.72368171281026, -74.00298146613764, 40.7233081021906, -74.00285777372834, 40.7232655112362, -74.00217341046222, 40.722929115708624, -74.00148529614555, 40.72259394984439, -74.00140376299423, 40.72255531991422, -74.00127789829054, 40.72249205519055, -74.00065640209074, 40.72218274082259, -73.9998532959176, 40.72179147393295, -73.99969736594971, 40.72171481865734, -73.99903165072733, 40.721421025549624, -73.99819535674007, 40.72106335468965, -73.99765481649217, 40.72083559976534, -73.9974262458754, 40.72074114673156, -73.99734966585049, 40.72070400257387, -73.99729432135169, 40.72067715799476, -73.99722992207947, 40.72066005578529, -73.99683630508973, 40.72050408637574, -73.99603078044453, 40.720180429950794, -73.99526076285741, 40.71986722876332, -73.9947226844252, 40.71964947740754, -73.9945464704331, 40.719577216794214, -73.9943981053466, 40.719457145602334, -73.9944343831134, 40.719353132176956, -73.99475944759735, 40.718560121539035, -73.99480778455151, 40.71845711440144, -73.99499660352011, 40.718049405183415, -73.99510494020505, 40.717834178952636, -73.99542875160314, 40.71727893508749, -73.99581562555178, 40.71665330330582, -73.99600546507196, 40.71634749770511, -73.99607777442361, 40.716196110924024, -73.99614755397991, 40.71605032788479, -73.99621070064816, 40.71597145699352, -73.99627500345339, 40.7158712665248, -73.99632913397612, 40.71576988612094, -73.99635254667496, 40.71573425907821, -73.99636667904102, 40.71570816453947, -73.99640444301944, 40.715645766668935, -73.99641379110189, 40.71563010798785, -73.99643691888181, 40.71560918535033, -73.9964634177764, 40.71557809334946, -73.9965171821458, 40.7154980171138, -73.9967989228413, 40.71503414002333, -73.99691670826398, 40.714846570538526, -73.99710132398559, 40.714604245296854, -73.99729457849841, 40.71434245992492, -73.99753100889386, 40.714022187901286, -73.99756144161832, 40.71392777993546, -73.99759958256108, 40.71388759725912, -73.99767292854371, 40.713829555462944, -73.99772867667635, 40.713796067492716, -73.99794987303706, 40.71367192637, -73.99803674240876, 40.713635337441765, -73.99811595705283, 40.713599621817956, -73.99838881540182, 40.71349246701215, -73.99853550939197, 40.71344558479282, -73.99873835660827, 40.71353997150137, -73.99895365429501, 40.71364014734701, -73.99944484107635, 40.71387204841897, -73.99955679277907, 40.71392490526595, -73.9997439442499, 40.714013634029044, -74.00011013600205, 40.714187245467826, -74.0003532874004, 40.71431252128536, -74.00045462481677, 40.714364734323865, -74.00065731667445, 40.71446712137654, -74.00123712221446, 40.714749804820954, -74.00131367744908, 40.71478712652479, -74.00161352594743, 40.71492620653462, -74.00194890910969, 40.715081763603045, -74.00211455322535, 40.7151585913187, -74.00226745023153, 40.71523100654653, -74.00285667075276, 40.71551007507637, -74.00293974758863, 40.71554647431114, -74.0030294912193, 40.715584756277515, -74.00315689643905, 40.71563012056074, -74.00453350185296, 40.71627959998813, -74.00624900894842, 40.7170754031062, -74.00667418967106, 40.71653176110132, -74.00709728391105, 40.71599795388807, -74.00738814879686, 40.715629926776046, -74.00754376068372, 40.715432515829924, -74.00793943725205, 40.71492665997742, -74.00923907005159, 40.715519856119634, -74.00949115654831, 40.71562977260685, -74.01096713551463, 40.71630268639737, -74.01175703167542, 40.71666077824882, -74.01184807317182, 40.716712867028384, -74.0125105956876, 40.71701520354231, -74.01260910450469, 40.71705172018608, -74.0128939735654, 40.717189649479224, -74.01338737915138, 40.71743717489366, -74.01322508074864, 40.71831868216619, -74.01322448843342, 40.71832190425874, -74.01317607765756, 40.718529649343495, -74.01314024456684, 40.71867942714581, -74.01310054624423, 40.71884331816452, -74.01307032274032, 40.718986445034986, -74.01301876494789, 40.719235798448665, -74.01299681504578, 40.71934087601602, -74.01295177964938, 40.71956142764697, -74.01292357138466, 40.71969374091708, -74.01291727587926, 40.71971757181353, -74.01289318189903, 40.7198087772421, -74.01285240989147, 40.719972206309, -74.01281744910303, 40.72012984173209, -74.0127868513601, 40.72028415467644, -74.0127705238696, 40.720382740687405, -74.01274050397309, 40.72050862536043, -74.01273312218741, 40.72054069152524, -74.01270176665379, 40.72067683043651, -74.01267747182726, 40.72080442992714, -74.01265896555822, 40.720924321312346, -74.0126515155656, 40.72095916104723, -74.01262423221807, 40.721088058484476, -74.01260939970348, 40.721164451239204, -74.01258861473748, 40.721271520500956, -74.01257629359984, 40.72134094303082, -74.01256458519133, 40.72140851764625, -74.01255215436541, 40.72148025899635, -74.01254752499231, 40.72150370246602, -74.01252683290409, 40.721608529432835, -74.01249804231766, 40.72175001971792, -74.01247216705744, 40.721880080410735, -74.01244516182287, 40.72201900583295, -74.0124162516739, 40.7221622827134, -74.01236909184765, 40.722397930401534, -74.01235041042777, 40.72249139988304, -74.01232181349918, 40.72263451460531, -74.01228392049624, 40.72283013811179, -74.01223421810127, 40.72308304515685, -74.01206062316027, 40.723922849631826, -74.01197425957766, 40.724349037244245, -74.01191248481284, 40.7246596040544, -74.01187985583982, 40.72482364327214, -74.01183130780821, 40.72507520999796, -74.0118098937166, 40.72518615041547, -74.01168798029282, 40.725775681112324, -74.01166932343624, 40.72587833472924, -74.01165914533267, 40.72593433931609, -74.01160379397494, 40.72623886192703, -74.01098360141134, 40.726176308568284, -74.00990680497863, 40.72607193460119, -74.00934962035556, 40.72898724788059, -74.00859270944376, 40.72891496989369, -74.0088451161844, 40.72746983779367, -74.0078401613673, 40.72737659537962, -74.00731990799484, 40.72732832183206, -74.00631387019365, 40.72722856899298, -74.00554514322069, 40.72715660029014, -74.00344418444482, 40.72695755097561, -74.00331130220157, 40.72694560241942, -74.00320784829029, 40.72691826049554, -74.00319066555508, 40.726913614347154, -74.00312206872566, 40.72687681242959, -74.00373017417407, 40.72624973845572, -74.00373017417407, 40.72624973845572 --74.01338737915138, 40.71743717489366, -74.0128939735654, 40.717189649479224, -74.01260910450469, 40.71705172018608, -74.0125105956876, 40.71701520354231, -74.01184807317182, 40.716712867028384, -74.01175703167542, 40.71666077824882, -74.01096713551463, 40.71630268639737, -74.00949115654831, 40.71562977260685, -74.00923907005159, 40.715519856119634, -74.00793943725205, 40.71492665997742, -74.00754376068372, 40.715432515829924, -74.00738814879686, 40.715629926776046, -74.00709728391105, 40.71599795388807, -74.00667418967106, 40.71653176110132, -74.00624900894842, 40.7170754031062, -74.00453350185296, 40.71627959998813, -74.00315689643905, 40.71563012056074, -74.0030294912193, 40.715584756277515, -74.00293974758863, 40.71554647431114, -74.00285667075276, 40.71551007507637, -74.00226745023153, 40.71523100654653, -74.00211455322535, 40.7151585913187, -74.00194890910969, 40.715081763603045, -74.00161352594743, 40.71492620653462, -74.00131367744908, 40.71478712652479, -74.00123712221446, 40.714749804820954, -74.00065731667445, 40.71446712137654, -74.00045462481677, 40.714364734323865, -74.0003532874004, 40.71431252128536, -74.00011013600205, 40.714187245467826, -73.9997439442499, 40.714013634029044, -73.99955679277907, 40.71392490526595, -73.99944484107635, 40.71387204841897, -73.99895365429501, 40.71364014734701, -73.99873835660827, 40.71353997150137, -73.99853550939197, 40.71344558479282, -73.99873501691249, 40.7133518260033, -73.99890225157974, 40.7133027138756, -73.99899320135779, 40.7132870890483, -73.99916923554169, 40.713260301165555, -74.00014909816056, 40.7131307764319, -74.00058037725334, 40.71303701030488, -74.00070360112645, 40.71300798976448, -74.00089136637263, 40.7129655708142, -74.00115529648295, 40.71290520274208, -74.00218358393069, 40.712676338373406, -74.00236547774513, 40.71260936290544, -74.00238684091363, 40.71260093548622, -74.00260311842942, 40.71251559301003, -74.0026697750887, 40.71247255067782, -74.00272047105663, 40.71243968895769, -74.00275212962688, 40.712421452864945, -74.00282233059859, 40.71238101823784, -74.00288981087365, 40.712343064542885, -74.00295710760476, 40.71230432916966, -74.00301384980872, 40.712278944104014, -74.00306665569956, 40.71224992195277, -74.00346254788573, 40.711982188904635, -74.0034944378132, 40.71196062251117, -74.00449835460688, 40.712762450058634, -74.00459762557892, 40.71266231115946, -74.00468304357406, 40.712588518976744, -74.00472697793637, 40.71254305310174, -74.00486948861682, 40.71244199366082, -74.00501287559368, 40.712369780961716, -74.00520514457374, 40.71228916411914, -74.0053165232753, 40.71225599682405, -74.00551633160471, 40.71218013560938, -74.00582821594507, 40.712099354340744, -74.00597721332362, 40.712057448640856, -74.00614557543133, 40.712020422483555, -74.00628055919137, 40.711925575213975, -74.0063124199215, 40.711918022689176, -74.00699029002428, 40.711748479492805, -74.00861759749692, 40.711368463507604, -74.00906263936004, 40.71088639130998, -74.00947357382937, 40.710412226658214, -74.00954276461421, 40.71032717849692, -74.00998738334346, 40.70980536224371, -74.0112310003939, 40.7103665495896, -74.01080076682929, 40.71101709367774, -74.01046533878169, 40.71153423756829, -74.01042312033994, 40.71159556257781, -74.01019567324258, 40.71198000826794, -74.01015299265815, 40.71206415305681, -74.01036394439323, 40.712120215361665, -74.0104513318984, 40.712153739776966, -74.01056043588655, 40.71221217746464, -74.0115273866857, 40.71265215434237, -74.01156448286997, 40.712672791225486, -74.01159007527019, 40.71268911761054, -74.01169132093247, 40.712775845454296, -74.011760097684, 40.712834759757456, -74.01178863156889, 40.712853991745135, -74.01184559387954, 40.71289143273005, -74.01194101951977, 40.71292930284896, -74.01204901188864, 40.71297148772113, -74.01243344521862, 40.71313652753852, -74.01254377556594, 40.71317879634094, -74.01265682463912, 40.71322210662922, -74.01322826500459, 40.7134792597093, -74.01330440131588, 40.713508139312744, -74.01342045910144, 40.71354214892959, -74.01375357131909, 40.71369022107862, -74.01392025447639, 40.71376360165389, -74.01409605742762, 40.71384099534653, -74.01415214577527, 40.71386568676582, -74.01420450945297, 40.713888725280114, -74.01385668760601, 40.71520567676343, -74.01361734306708, 40.71630762458652, -74.01338737915138, 40.71743717489366, -74.01338737915138, 40.71743717489366 --73.92512622008897, 40.71398884905511, -73.92463534114522, 40.7139626075439, -73.92459280604746, 40.71396381158905, -73.92454381777016, 40.7139888326006, -73.92447314526414, 40.713991518406466, -73.92441299184897, 40.71399380404526, -73.92434164590922, 40.713996517244105, -73.92427336764074, 40.71399911264875, -73.92417066351497, 40.71400068127261, -73.92417112834761, 40.71400299859302, -73.92404011300519, 40.71400797939482, -73.92402260065714, 40.71399604957826, -73.92314000720705, 40.713394833791696, -73.92312958937542, 40.71338857008632, -73.92312955744501, 40.713388550253796, -73.92290803559146, 40.71325587213609, -73.92273885723185, 40.71315502306879, -73.92261899707408, 40.71308389135377, -73.92250679116667, 40.71301730324077, -73.92242167946938, 40.712966857827965, -73.92223251808147, 40.712853536875365, -73.92223963345545, 40.71276079535875, -73.92200692687653, 40.71223698359861, -73.92183401253617, 40.71184775370048, -73.92177878938351, 40.711723448364964, -73.9214242080121, 40.71092527118346, -73.92129565478965, 40.71084947738964, -73.92122045093747, 40.710789840924576, -73.92105481784462, 40.71069861463247, -73.9208748288615, 40.710600789193414, -73.920744224756, 40.71052906908383, -73.92083737804488, 40.71043701988769, -73.92179181409156, 40.709478323391146, -73.92189810106444, 40.709393467428235, -73.92176698161703, 40.70932532855027, -73.92163013590188, 40.70924222092597, -73.92153625924651, 40.70918508526677, -73.92143475797253, 40.70912817575825, -73.92133423467999, 40.709067971856925, -73.9207798511223, 40.708740742945835, -73.9207004126833, 40.70869384814667, -73.92005025296454, 40.70831002097417, -73.91996027097171, 40.708256899405036, -73.91983237777966, 40.70818110080279, -73.91965149676129, 40.708074511714884, -73.91956238083928, 40.70802694299128, -73.91948979560303, 40.7079791939523, -73.91931957996219, 40.707878579488295, -73.91921753407057, 40.70781826189593, -73.91912286567924, 40.7077635649863, -73.91892847053505, 40.70765124610992, -73.91884915233021, 40.70760687064132, -73.91877118347487, 40.70755842755855, -73.91857229256507, 40.70743854510934, -73.91847670224965, 40.70738092935503, -73.91837508378904, 40.707320691459046, -73.918180264343, 40.707205206612066, -73.91809298875478, 40.70715346868315, -73.91803471958953, 40.70711891149564, -73.9178376582306, 40.70700204128258, -73.91773663337916, 40.706942126526606, -73.91766355411964, 40.70689876957096, -73.9174389094812, 40.70676549142579, -73.91736528667424, 40.70672181150648, -73.91730793228886, 40.706687812922546, -73.91709399493571, 40.70656099846004, -73.91699477463274, 40.70650218387308, -73.91689266647414, 40.70644203345719, -73.91664950880099, 40.7062987924401, -73.91660894576871, 40.706274898598856, -73.91625252705873, 40.706064934056585, -73.9161424327457, 40.705998243946986, -73.91589815249549, 40.70585349756007, -73.91551244988456, 40.70562587098608, -73.91477063328388, 40.70518884509872, -73.914030949906, 40.704748555238034, -73.9132909535282, 40.70431169310767, -73.91254912352343, 40.70387284366823, -73.91180697390574, 40.70343431335489, -73.91290389048815, 40.702361214860595, -73.91216155090578, 40.70192250198805, -73.91207696110718, 40.70187251119866, -73.91142203784958, 40.70148597741742, -73.91067841413278, 40.70104526919735, -73.91180805486837, 40.69993747345451, -73.91127886619044, 40.69964134472785, -73.91113831562625, 40.69956269539251, -73.91106810482185, 40.69952213880864, -73.91105364886765, 40.69951378799074, -73.91091084168384, 40.699431293244125, -73.90962557445697, 40.698722537787596, -73.90953145659155, 40.69867418015548, -73.90945391618475, 40.69863221201945, -73.9088036560132, 40.698271292702266, -73.90863617048086, 40.698175977471344, -73.90802246472909, 40.697824835278446, -73.90764052869845, 40.69760959411121, -73.90756979023654, 40.697571172774, -73.90727323699089, 40.697398523837656, -73.90713757130565, 40.69732356742606, -73.90693170138655, 40.697210502031496, -73.90684557487397, 40.697163201351884, -73.90676147288639, 40.69711420478067, -73.9066151423356, 40.69702895975412, -73.90652348525634, 40.69697556237428, -73.90642978303896, 40.69692440643611, -73.906406755688, 40.696911373499255, -73.90624168923645, 40.69681789917853, -73.90611624794704, 40.69674997928866, -73.90602213809028, 40.696693842847274, -73.90587016689611, 40.696608621077864, -73.90576534565545, 40.69654794068064, -73.90566473059243, 40.69649320521985, -73.90548829138666, 40.69639721976492, -73.90540108101644, 40.69634977572715, -73.90531142392477, 40.69629739479848, -73.90511627621373, 40.69618338581692, -73.90500486802, 40.69611809857077, -73.90489171129562, 40.69605616868488, -73.90475836020666, 40.69598142928845, -73.90466384237178, 40.69593166972564, -73.9045661930353, 40.6958735462241, -73.90436674571697, 40.695760512156305, -73.90426002286868, 40.695699448782584, -73.90433022012421, 40.69562832609669, -73.90469872690296, 40.69525495309819, -73.90480831106018, 40.6951439213644, -73.90579599255253, 40.694126584987124, -73.90504289296766, 40.69370339209996, -73.90451411817813, 40.693400942226255, -73.90440032842471, 40.69333681945691, -73.90428797077881, 40.69327740474894, -73.90418799573409, 40.693216269453416, -73.90386720275214, 40.69303392983079, -73.90366685890051, 40.6929200508719, -73.90354002203185, 40.69284805574277, -73.90279023093453, 40.69242063909376, -73.9023996973128, 40.69220341987081, -73.90213565076331, 40.69204613346487, -73.90211257026053, 40.69200091435825, -73.90210835124016, 40.691969605316004, -73.90210858431476, 40.69195509463863, -73.90211193926402, 40.69193350767951, -73.9021183095515, 40.69191938854244, -73.90212907020991, 40.69190205470328, -73.90214110446962, 40.69188510466436, -73.90216980656348, 40.69185154801528, -73.90250438270068, 40.69151688501442, -73.90269359901825, 40.69130521193648, -73.90323623585135, 40.690785083432104, -73.90326934505414, 40.6907441342916, -73.90359695510136, 40.690408566210444, -73.90368088503173, 40.69046028455207, -73.90420389688711, 40.69075724586128, -73.90434239580945, 40.6908355625755, -73.90509521125207, 40.69126377855799, -73.90584644775436, 40.69169097251384, -73.9065989813421, 40.692119657440045, -73.90714438165281, 40.69243373232574, -73.90734722667297, 40.69254818267589, -73.90810108801797, 40.692976048324844, -73.90885282952401, 40.69340386049922, -73.90960461630692, 40.693830694313256, -73.91035643669052, 40.69425905048223, -73.91110723638731, 40.6946863995502, -73.91167669880095, 40.695010283395376, -73.91185975474619, 40.69511508226781, -73.91260741483129, 40.69554054601623, -73.91336082967473, 40.69596975444324, -73.91411388464365, 40.696397455583345, -73.91486525713842, 40.696825320718006, -73.91561604935178, 40.69725187024532, -73.9161530481424, 40.69755857844288, -73.91627361505184, 40.69762712049406, -73.91636718126192, 40.697680314272986, -73.916450159139, 40.69759584790823, -73.91773840987592, 40.6962844342137, -73.91781912035576, 40.69620713781426, -73.91789972949553, 40.69625329980546, -73.91848721450737, 40.69658543301868, -73.9185643994826, 40.6966295290413, -73.91868928029268, 40.69670057864958, -73.91923769632622, 40.6970125881574, -73.91932072687352, 40.69705982695916, -73.91943125039631, 40.69712303663376, -73.91999468975061, 40.69744527114691, -73.92007371998663, 40.69748946198767, -73.9201940258373, 40.69755893267972, -73.92071752217339, 40.697856564538235, -73.92082396956137, 40.697917084730356, -73.92093218145885, 40.697978439910365, -73.92146557254206, 40.6982808640693, -73.92157401668919, 40.6983449410504, -73.92167837832409, 40.69840660808027, -73.9217564619754, 40.69845274762476, -73.9218386683098, 40.698498598149655, -73.92223906693894, 40.69872192183447, -73.9223280102242, 40.69877152899519, -73.92226013132232, 40.698840666846884, -73.92096066881554, 40.70016417725779, -73.92087956871686, 40.700246775970314, -73.92099930799836, 40.70031499819292, -73.92153499488867, 40.700620202483584, -73.92163115770727, 40.70067499033547, -73.921711127085, 40.700593678061765, -73.92299536908172, 40.69928787025894, -73.92308168336095, 40.69920010549135, -73.92317936611528, 40.69925566211361, -73.92373092105139, 40.699569358647075, -73.92383266657616, 40.69962722541714, -73.92396385139003, 40.6997020213719, -73.92448045831165, 40.699996562513, -73.92458240481349, 40.70005468449367, -73.92467810568725, 40.700109302905204, -73.92516567402448, 40.70038933900385, -73.92532959385677, 40.700480627744206, -73.92608301292083, 40.70090957332434, -73.92683805386464, 40.70133364500353, -73.92695046556031, 40.701392797209145, -73.92758773844692, 40.701762010077545, -73.9277971732457, 40.70188344604099, -73.92833849683824, 40.702191073306935, -73.92909071192395, 40.70261911402792, -73.9298425246603, 40.70304624454362, -73.93059385189713, 40.703472735866114, -73.93070455237188, 40.70353419766859, -73.93073326884593, 40.70355066640606, -73.93079574784774, 40.70358653986076, -73.9311333529499, 40.70378040824369, -73.93117392650291, 40.70376444122092, -73.9312071970641, 40.70388697395578, -73.93128154098625, 40.704160916261145, -73.93130995747428, 40.70425647032828, -73.9315071950491, 40.70495743010224, -73.93169954485872, 40.7056561560044, -73.9317129006181, 40.70570385502804, -73.93171880625499, 40.70572494761479, -73.931726222203, 40.70575143426146, -73.93174441665396, 40.705816412467364, -73.93189485939477, 40.70635372071292, -73.93208525375448, 40.70705049327337, -73.93215307907363, 40.707300769212516, -73.93224727947343, 40.7076278472434, -73.93225473916858, 40.70765362066992, -73.93228371992342, 40.707751038842325, -73.93231340926027, 40.70774622956247, -73.93241441488908, 40.707974602779494, -73.93251920865671, 40.70823502912294, -73.93274305523234, 40.708748354348835, -73.93294793383063, 40.70920819479612, -73.93298028173498, 40.709279797075695, -73.9329969032193, 40.709316589034664, -73.93304095693543, 40.70941678934116, -73.93311707071017, 40.7095869428641, -73.93318392547738, 40.709736394509676, -73.93325097064307, 40.70988627306608, -73.93329596525334, 40.709987135688344, -73.93334039043069, 40.71008717039213, -73.9336014590412, 40.71066853366976, -73.9336472354481, 40.710779219369584, -73.93385378449162, 40.71124144449131, -73.93389271831474, 40.71133510829561, -73.93394606188365, 40.7114487563903, -73.93395345602563, 40.71146534444337, -73.9340776335347, 40.71174415438725, -73.93417044237279, 40.71195278834626, -73.93425708548854, 40.712122452695446, -73.93430097405158, 40.712236726471225, -73.93449905528028, 40.712665093504334, -73.93453328191849, 40.712752733579556, -73.9348028114498, 40.71337192468252, -73.93416888221222, 40.71353248969426, -73.93359657545867, 40.7136867120592, -73.93336623810734, 40.713748782646654, -73.93317899789348, 40.71379844624572, -73.93301120208389, 40.71383830438901, -73.93264237760324, 40.713931480246686, -73.93217454805004, 40.71404791535942, -73.93201483566155, 40.714088554853255, -73.93193178704128, 40.71411172184538, -73.93162512774002, 40.71418589168451, -73.93149247650393, 40.71421673545864, -73.93093925168932, 40.71436193734561, -73.93065780061295, 40.71443142986673, -73.93059322185334, 40.71445091312141, -73.93023099995271, 40.71458173558123, -73.92960161964649, 40.71472241742487, -73.92948900935653, 40.71474585453732, -73.92865939747372, 40.714955056142486, -73.9285114821157, 40.714994912838385, -73.92816524565724, 40.71420767259875, -73.92654352117029, 40.714054981618304, -73.92632939604614, 40.7140404357184, -73.92613788483703, 40.71402895846396, -73.92600387803499, 40.71402092630025, -73.92515040460283, 40.713989550971135, -73.92512622008897, 40.71398884905511, -73.92512622008897, 40.71398884905511 --73.91613338299834, 40.713520659877034, -73.9158669467473, 40.71346046622594, -73.91580126389778, 40.713466899181675, -73.91552534378877, 40.71347033060598, -73.91503504902293, 40.71346057655811, -73.91501046005031, 40.71345895639862, -73.91485058996369, 40.713448253655685, -73.91466998838267, 40.71343644300616, -73.91453576303255, 40.71342825414735, -73.9142024306104, 40.71340916391168, -73.91333362433342, 40.71335159993281, -73.91312253021565, 40.71333720644418, -73.91295347701272, 40.71332567827258, -73.91273669825554, 40.7133108961601, -73.9113127694617, 40.71321993879513, -73.91122310692785, 40.713214209973714, -73.91090327675659, 40.71319377703256, -73.91077837077775, 40.71318564143272, -73.91059682387967, 40.71317381645493, -73.9104118550235, 40.71316160581061, -73.91022323540577, 40.713152822969036, -73.91009878174272, 40.71314111915975, -73.91007319865533, 40.71313968627643, -73.9098476380613, 40.71312628765412, -73.90971561999147, 40.713116263263046, -73.9095829124266, 40.71310854889033, -73.90950067309609, 40.713103464820406, -73.90901480196206, 40.71307124246864, -73.90890357904706, 40.71306429081464, -73.90878674945337, 40.713056987914236, -73.9086647687738, 40.71304936202755, -73.90860846776413, 40.71304561984671, -73.90815853951433, 40.713019755703094, -73.90801123337425, 40.713012844634186, -73.90790164574703, 40.71300535391256, -73.90711620290926, 40.71295865992005, -73.90692225345786, 40.71294775566996, -73.90607809702723, 40.712902339862964, -73.90537623354636, 40.71287594834642, -73.90489490689764, 40.71285618351607, -73.90484004636221, 40.712853376312864, -73.9047728642396, 40.71286516878401, -73.90443339751042, 40.71284206672351, -73.90376984473185, 40.71281640320987, -73.90293513265843, 40.71278544796285, -73.90224308098149, 40.71275920050208, -73.90059628864581, 40.71269675545737, -73.90042920136817, 40.71268997249055, -73.90038862593914, 40.71268832727428, -73.90030995070344, 40.712685134396885, -73.88598431767863, 40.70628157200935, -73.87777223304774, 40.70688374983245, -73.87742780972872, 40.70719799011988, -73.87725254354142, 40.70724536570706, -73.87674472256838, 40.70736804194686, -73.87662438522075, 40.7073854378979, -73.87654191671919, 40.707396788683575, -73.87651278101448, 40.70739192798471, -73.87647275036846, 40.70736591336382, -73.87635434761208, 40.707068214706474, -73.87634789743228, 40.70705150687926, -73.87629369857989, 40.706915346136505, -73.87628579577226, 40.70689837739679, -73.87626428232356, 40.706878149481284, -73.87622816839138, 40.706868361710335, -73.8758888884002, 40.70688418490512, -73.87563733364439, 40.70690654597601, -73.8755287426008, 40.706920182127, -73.8754103831062, 40.70693504490677, -73.87529853636102, 40.70694817483094, -73.87494166142065, 40.70699006941311, -73.87488727474566, 40.707002194242854, -73.87481392912476, 40.707022197722765, -73.87473762625477, 40.707056701587156, -73.8746323001562, 40.70711472939246, -73.87455873583914, 40.707155259646576, -73.87405460523414, 40.70746068878968, -73.87380382859163, 40.707603117393234, -73.8736416044144, 40.70768026370699, -73.8735870463609, 40.70770620879419, -73.87319180686102, 40.70789416210493, -73.87311222103843, 40.707931595141815, -73.87275214718632, 40.708100958605684, -73.87250409407689, 40.708226738714856, -73.87243367022195, 40.70825120775163, -73.87235446320307, 40.70826897169886, -73.87216952239783, 40.708313305799564, -73.87201441054384, 40.7083779369951, -73.87189127029991, 40.7084359631913, -73.87142212492587, 40.708657024620265, -73.8711583921707, 40.708778565411826, -73.87109466690083, 40.70880762923495, -73.87105263628268, 40.70882634793079, -73.8707032243788, 40.708976630567584, -73.8706401124515, 40.70900348317015, -73.87024545328887, 40.709171408620854, -73.87016526958666, 40.70920552415896, -73.87013790131662, 40.709217171126966, -73.8695632519807, 40.7094616759012, -73.86918986806562, 40.7095971421685, -73.86825164139303, 40.70988253585032, -73.86675434813613, 40.71035841157879, -73.86661863907568, 40.71040102512979, -73.86649331029946, 40.71043790889599, -73.86624893413318, 40.71051565997799, -73.86569569838578, 40.710633665499884, -73.86557754647811, 40.71065858883886, -73.86546618096477, 40.71068369108522, -73.86501022049562, 40.71077628014534, -73.86487228475748, 40.71082001016372, -73.86480373108708, 40.71085029943586, -73.86353937121531, 40.71147123148557, -73.86272295153599, 40.711878929276544, -73.86207912925876, 40.71220043038123, -73.8620283337866, 40.71219303754624, -73.86072522855898, 40.71199329904448, -73.86066235099085, 40.71198287067146, -73.8597597376509, 40.711844431254754, -73.8584240101003, 40.71163660337077, -73.85828144756614, 40.7116160412645, -73.85809428379379, 40.71158178665769, -73.85760169788286, 40.71150806132526, -73.85744733430843, 40.71148495675026, -73.85734591200654, 40.71146977725364, -73.85727960600589, 40.71145985247213, -73.8566741283065, 40.70745318166363, -73.85618342767245, 40.706318083281076, -73.85594251375382, 40.70639677409187, -73.85588062676038, 40.70641698697293, -73.8556914710601, 40.70647877008933, -73.85544487128907, 40.70654761463049, -73.85458485614208, 40.70680992951719, -73.85302129514591, 40.707315743596844, -73.8528174726729, 40.70737746453956, -73.85108345148517, 40.70700670856118, -73.85096618351605, 40.707089750645935, -73.85057484706765, 40.70734566696394, -73.85021016061262, 40.70753086876313, -73.8499900174388, 40.707622112880806, -73.84973206911693, 40.707713307231685, -73.84935724976026, 40.70781742265847, -73.84899449546796, 40.70788883797412, -73.84863700001262, 40.707930210760814, -73.84817988588608, 40.707953145475315, -73.84733962767687, 40.70796219107154, -73.84707320417562, 40.70796505946602, -73.84576245357978, 40.708008327273596, -73.84534509370604, 40.708033474227825, -73.8449191437675, 40.708067658247955, -73.84484556751997, 40.708073561917324, -73.84431481099479, 40.70812260222666, -73.84400216397106, 40.708170216797555, -73.84366764874295, 40.70822504994864, -73.84338614602451, 40.708278096508344, -73.84322078359595, 40.708312855419955, -73.84295351498326, 40.708380421261346, -73.8426275845957, 40.70848527576914, -73.84238223090493, 40.70858028454607, -73.84220294186453, 40.70865978830477, -73.84193516591779, 40.70880404143505, -73.84176961425193, 40.708893223178244, -73.84163915990442, 40.70896349808388, -73.84160250992846, 40.70898324182411, -73.84145810096204, 40.708960912028445, -73.84137791638605, 40.70894851317054, -73.84103915510049, 40.708896129520554, -73.84092145137733, 40.70887792785445, -73.84086395459616, 40.708869036867945, -73.84082746210262, 40.70886339242964, -73.84064205419119, 40.70883472293487, -73.84023159748466, 40.7087712486761, -73.83989156279992, 40.70871866356607, -73.83962156062057, 40.70867690735245, -73.83948236579128, 40.708656026762085, -73.8390114220256, 40.7085538624128, -73.83876681924487, 40.70849958566458, -73.83843066114407, 40.70844272873097, -73.83828894484165, 40.708403548341806, -73.83805721947708, 40.70831855817852, -73.83714744216519, 40.70795641583006, -73.83716297106778, 40.70793378360007, -73.83783254106584, 40.70695791112256, -73.83800935772166, 40.70669476458801, -73.83807444960415, 40.706580759392985, -73.83809995400867, 40.70651158455069, -73.83811626826345, 40.70645180443589, -73.83813302381422, 40.70635501115799, -73.83813690322921, 40.706248584094254, -73.83813136529385, 40.706179851863816, -73.83812040716934, 40.70611037629091, -73.83809223522118, 40.706024336784246, -73.83807614098248, 40.70598577939623, -73.83799022618255, 40.705836575887865, -73.83784636242919, 40.70562891493938, -73.83734877007967, 40.704880962682424, -73.83708697716197, 40.704482786291486, -73.83706392257481, 40.704435982808285, -73.83704656056348, 40.70439268947486, -73.83696277938976, 40.704211822538575, -73.83717830115492, 40.704033447786074, -73.83735416327134, 40.70391789222565, -73.83761198285865, 40.7037935432731, -73.83796357498511, 40.70361587762824, -73.83816867427122, 40.70350926895165, -73.83837377526346, 40.70340266171251, -73.83841727241837, 40.703379794815206, -73.83870229281625, 40.703229945745306, -73.83873709936644, 40.703211647458986, -73.83903019085508, 40.7030205347591, -73.83928226952766, 40.70284717980593, -73.83947855467424, 40.70268956131669, -73.8397408017343, 40.70248590735746, -73.83992500652737, 40.70234285779676, -73.84062957352265, 40.70179569933991, -73.8408490829576, 40.701628222117925, -73.84112461728071, 40.701414839806375, -73.84131223957405, 40.701259229668565, -73.8414213832967, 40.701186443909585, -73.84156203178237, 40.701098682655484, -73.8416403942965, 40.70106373170866, -73.84179267306578, 40.7010060462122, -73.84194490815035, 40.70096617621217, -73.84215886269543, 40.70090193182099, -73.84239123092925, 40.70082491235001, -73.84252952052269, 40.70076714458639, -73.8426608345822, 40.700705928960865, -73.84286885317775, 40.700598230763724, -73.84293829507891, 40.700553805059045, -73.8430377557326, 40.70049013035445, -73.84359438768837, 40.700171727213124, -73.84402145450228, 40.6999261594979, -73.84427392916935, 40.699779876158196, -73.84483831849403, 40.699460341935946, -73.8450251337009, 40.69935875275072, -73.84519895389687, 40.69928692486797, -73.84526546780054, 40.69926552265127, -73.8470043231992, 40.69882473961964, -73.84789694074279, 40.698599593029435, -73.84820957742133, 40.69851790774449, -73.84829404810573, 40.69849389165497, -73.84845020980977, 40.69845879995356, -73.84905608221362, 40.69830340655367, -73.8491986551299, 40.69826683808321, -73.84947804213238, 40.698195180729755, -73.84953682958401, 40.698250909339606, -73.8496241618829, 40.69836209732743, -73.84965620766856, 40.69840289733816, -73.84972310258064, 40.69848806432466, -73.84976312354127, 40.69854236621207, -73.84981377242863, 40.69862852231263, -73.84994947159021, 40.69888673155746, -73.84997449082782, 40.698923315116275, -73.84998851970013, 40.6989418632688, -73.85004794327217, 40.69899879642652, -73.8502321265952, 40.69915821821415, -73.8513016417905, 40.70062141734796, -73.85139764443032, 40.70057623921296, -73.85154392038628, 40.700516508720206, -73.85166705049527, 40.70048305581067, -73.85177827009802, 40.70046983727485, -73.85193630506636, 40.70045667886515, -73.85212357380497, 40.70045691961797, -73.85232254462262, 40.70045717508114, -73.85252148706672, 40.70047079198047, -73.85268530640299, 40.70048881752571, -73.85283743239174, 40.70050237304796, -73.8529368907609, 40.70051586198716, -73.85303623724194, 40.700538258574944, -73.85319107062288, 40.70057385174601, -73.85380165882277, 40.70074236394153, -73.85391073767349, 40.700762755885535, -73.85401738511406, 40.70077122995149, -73.85410015074798, 40.700769190773606, -73.85415966698969, 40.70076339305412, -73.85420741908528, 40.70075509318547, -73.85428876930125, 40.700732595119696, -73.85430841482614, 40.700725945384505, -73.85435522979093, 40.70071004753861, -73.8545667217157, 40.70059342024006, -73.85390806707471, 40.69999334673302, -73.85366821223006, 40.69974803756718, -73.8535109313948, 40.69956160772591, -73.85329408954554, 40.69925922639446, -73.85303974568124, 40.69894668849799, -73.85292906249447, 40.698756092117684, -73.85286119300567, 40.698626962687534, -73.85278184550326, 40.69842823675356, -73.85273807210703, 40.698295963753324, -73.85271335567319, 40.69819725204923, -73.85270358268805, 40.69810614989288, -73.85270754052289, 40.698010785166574, -73.8527048555978, 40.69790166289621, -73.85270801775373, 40.69779477327639, -73.85272872219821, 40.69764105327967, -73.85277279651429, 40.69755648750131, -73.8530428853856, 40.6975223268013, -73.85478836429502, 40.697295991934716, -73.85497895691587, 40.697270773825764, -73.855200556161, 40.69724145295318, -73.85567461994114, 40.69717872518561, -73.85657225601003, 40.6970640628783, -73.85678015282713, 40.697030323779934, -73.85744487917981, 40.696912359587834, -73.85833119530331, 40.69674308040817, -73.85928539051784, 40.696553086357284, -73.86016404406429, 40.69638402503553, -73.86206182461238, 40.69600937009663, -73.8623686692401, 40.69594915539108, -73.86368697050139, 40.695690792874224, -73.8645574984592, 40.69551982523221, -73.86681474769371, 40.6950647221302, -73.86727520725637, 40.69496758345617, -73.86824839109083, 40.694769992505, -73.86828373303031, 40.694760003937496, -73.86834201160487, 40.69473414122988, -73.86837410448985, 40.69471704296408, -73.8684111508526, 40.694692875917376, -73.86911324021054, 40.694515112763945, -73.8693340768458, 40.69486946009869, -73.87437538445259, 40.693984170882885, -73.87967467296964, 40.69112862463248, -73.88407506817886, 40.68780756993082, -73.88784946134282, 40.68590577784644, -73.88843865948465, 40.685092051366155, -73.88849922713236, 40.685052876454236, -73.8886242488605, 40.68497201155707, -73.88908977071151, 40.684638542294884, -73.88912759688459, 40.68459850855125, -73.88938696729848, 40.68440288094109, -73.88964241180578, 40.68422547359219, -73.88975347062453, 40.684363637939676, -73.89015881220311, 40.68499561495059, -73.89017794554711, 40.68502345370755, -73.89121924096362, 40.68435077418489, -73.89168054726946, 40.68406244404956, -73.89195690284822, 40.68388971320892, -73.89259329479307, 40.68346261226965, -73.89267169906444, 40.68358090948966, -73.89303749464703, 40.68413521245162, -73.89308877219143, 40.68410445620359, -73.89388932545833, 40.68528026235266, -73.8939462226061, 40.68536772233588, -73.89401854486098, 40.685485479896, -73.8941917873762, 40.68531750247754, -73.89439402383748, 40.685119259903885, -73.89479840204389, 40.68470629147613, -73.89491829355167, 40.68457198212738, -73.89493624091607, 40.68455187561873, -73.89533786677293, 40.68410194654364, -73.89570895915506, 40.683646877056404, -73.8961752240239, 40.683045263267985, -73.8962907716479, 40.68287240381867, -73.89637649933726, 40.68272880844053, -73.89645229927253, 40.68257100654828, -73.89651600766359, 40.68240832464663, -73.89652890031186, 40.682367053044565, -73.89668343070811, 40.68237134327168, -73.90118940576966, 40.68759735216046, -73.90048740051813, 40.687797346651244, -73.90177080649809, 40.690561350199296, -73.9018143607738, 40.69065515245858, -73.90188641924121, 40.69081034271056, -73.90150817466593, 40.6914003270367, -73.90149340793987, 40.69142335313872, -73.90204755723602, 40.691960289104, -73.90211298560678, 40.69200085527765, -73.90213606610988, 40.69204607438419, -73.90240011029394, 40.69220336078719, -73.90279064509967, 40.692420580009696, -73.90354043501728, 40.692847995754526, -73.90366727188365, 40.6929199926842, -73.90386761692018, 40.69303387074285, -73.90418840990299, 40.69321621036432, -73.90428838376488, 40.69327734565851, -73.90440074259418, 40.69333676036709, -73.90451453234789, 40.69340088313601, -73.90504330713883, 40.69370333300784, -73.90579640790875, 40.694126525893225, -73.90480872642362, 40.69514386227412, -73.90469914108408, 40.695254894007284, -73.90433063430797, 40.6956282670071, -73.90426043705294, 40.69569938969326, -73.90436715990151, 40.69576045306656, -73.90456660722037, 40.69587348713367, -73.904664255374, 40.695931610633885, -73.90475877320911, 40.69598137019637, -73.90489212548154, 40.69605610959333, -73.90500528338677, 40.6961180412808, -73.90511669040026, 40.696183326724494, -73.90531183811181, 40.69629733570539, -73.90540149520501, 40.69634971573322, -73.90548870675731, 40.69639716067216, -73.90566514359847, 40.69649314522402, -73.90576575984366, 40.6965478815859, -73.90587057990146, 40.69660856198178, -73.90602255109602, 40.69669378375067, -73.90611666095299, 40.69674992019171, -73.90624210460906, 40.696817840083014, -73.90640716987788, 40.69691131440218, -73.90643019723018, 40.69692434643847, -73.90652389944654, 40.696975503276875, -73.90661555534291, 40.697028900655376, -73.90676188825911, 40.69711414658381, -73.90684599024819, 40.697163142254205, -73.90693211557783, 40.69721044293256, -73.90713798549746, 40.6973235083264, -73.90727365118303, 40.69739846473748, -73.9075702044295, 40.697571113672765, -73.90764094289159, 40.69760953500976, -73.90802288010639, 40.69782477617654, -73.90863658349346, 40.69817591836536, -73.90880407139261, 40.698271233597545, -73.90945433156581, 40.69863215291235, -73.90953187078962, 40.6986741210472, -73.90962598865526, 40.69872247867899, -73.91091125706859, 40.69943123413181, -73.9110540630696, 40.69951372887698, -73.91106852020702, 40.69952207969575, -73.91113873100922, 40.69956263808035, -73.91127927920978, 40.699641285612415, -73.91180847025548, 40.699937414338955, -73.91067882952785, 40.70104521008588, -73.91142245088021, 40.70148591830144, -73.9120773765061, 40.70187245208219, -73.91216196630495, 40.701922442871265, -73.91290430588944, 40.70236115574112, -73.91180738813257, 40.70343425333795, -73.91254953656788, 40.703872784548224, -73.91329136775798, 40.7043116339859, -73.91403136413784, 40.70474849611362, -73.9147710463345, 40.70518878597079, -73.91551286412052, 40.70562581185638, -73.91589856554923, 40.70585343842804, -73.91614284698342, 40.705998184814966, -73.91625294011347, 40.70606487492333, -73.91660936000774, 40.70627483946515, -73.91664992185682, 40.70629873330542, -73.91689308189727, 40.70644197432334, -73.91699519005616, 40.706502124738904, -73.91709440917609, 40.7065609393246, -73.91730834652984, 40.70668775378635, -73.91736570209869, 40.70672175237091, -73.91743932490587, 40.70676543228997, -73.91766396836161, 40.70689871043352, -73.91773704762134, 40.706942067388894, -73.91783807365637, 40.70700198214532, -73.91803513383255, 40.70711885235682, -73.91809340299795, 40.70715340954413, -73.91818067976975, 40.70720514747361, -73.918375498033, 40.70732063231906, -73.91847711531057, 40.7073808702138, -73.9185727056262, 40.707438485967764, -73.91877159653656, 40.70755836841626, -73.91884956538999, 40.707606813299776, -73.91892888359719, 40.707651186967055, -73.9191232799253, 40.70776350584357, -73.91921794831688, 40.70781820275285, -73.91931999420878, 40.707878520344906, -73.91949020985008, 40.70797913480826, -73.9195627962699, 40.70802688384779, -73.91965191219221, 40.7080744525711, -73.91983279320993, 40.70818104255887, -73.91996068522009, 40.70825684025931, -73.92005066839657, 40.70830996182893, -73.92070082811709, 40.70869378899909, -73.9207802665563, 40.70874068379797, -73.92133464893217, 40.70906791270629, -73.92143517104165, 40.709128116606486, -73.92153667468261, 40.70918502611618, -73.92163055015595, 40.709242160873714, -73.92176739587043, 40.70932526939804, -73.92189851531809, 40.709393408275524, -73.92179222716253, 40.70947826423806, -73.9208377923071, 40.71043695983831, -73.9207446390178, 40.71052900993529, -73.92087524312362, 40.71060073004442, -73.92105523092481, 40.71069855458152, -73.92122086401707, 40.71078978177353, -73.92129606905294, 40.71084941823915, -73.92142462345922, 40.710925212033295, -73.92177920365181, 40.711723389212736, -73.92183442680513, 40.7118476945481, -73.9220073411478, 40.71223692444559, -73.92224004654635, 40.71276073620403, -73.92223293353982, 40.71285347772229, -73.92242209492828, 40.712966798674216, -73.92250720662578, 40.71301724408669, -73.92261941016666, 40.71308383219769, -73.92273927150819, 40.713154963913105, -73.92290844986829, 40.71325581297979, -73.92313000010147, 40.713388511827404, -73.92313087845652, 40.71338933728183, -73.92313936273023, 40.713394394812624, -73.92401413361729, 40.71399028252195, -73.92404011419069, 40.71400797759461, -73.92379588568734, 40.71400090116572, -73.923701432819, 40.71399510325128, -73.92357996216714, 40.713987645696406, -73.92144213188719, 40.71385638457073, -73.92088346761328, 40.71382530357332, -73.92076421107804, 40.71382147452756, -73.92047609918332, 40.713799888732886, -73.91971716106295, 40.713746130972105, -73.91805842693135, 40.71365040141415, -73.91668346459073, 40.71356423970085, -73.91635872736059, 40.713538673749255, -73.91613338299834, 40.713520659877034, -73.91613338299834, 40.713520659877034 --73.99922642801849, 40.70787451997307, -73.99927288924346, 40.70784892054441, -73.99929568431011, 40.70784155900732, -73.99931757763724, 40.70783588862032, -73.99940140081704, 40.707817443916404, -73.99944356383793, 40.70780997528823, -73.99946260997999, 40.70780545031009, -73.99948365364185, 40.70779851286831, -73.99951408133994, 40.70778681175851, -73.99954455871793, 40.70777663160426, -73.99957251788557, 40.70776992740578, -73.99961173075788, 40.70776183375025, -73.99965799523717, 40.70775228487643, -73.99973475003125, 40.70773699529949, -73.9997621802052, 40.70772992544615, -73.99978643662311, 40.707721323810865, -73.99980680808913, 40.707711161578125, -73.9998290693759, 40.70769653911266, -73.99985227616017, 40.70767825246407, -73.99986751896375, 40.707661927115225, -73.99987642490441, 40.707647083999106, -73.99988292154084, 40.70762942858339, -73.9998939208757, 40.70758169789848, -73.99990170736555, 40.70755606755553, -73.99991047720947, 40.7075334989508, -73.99992266456125, 40.70751214243581, -73.9999386114037, 40.707494770683674, -73.99998005350847, 40.70746013073343, -74.00003127120966, 40.707418465877836, -74.00006961285408, 40.707390168196376, -74.00011895484283, 40.70735001255935, -74.00014180997826, 40.707334218466976, -74.00016944819225, 40.70731924292783, -74.00019925902264, 40.70730585768109, -74.00029157644873, 40.707267916244376, -74.00037896984728, 40.70722586571689, -74.00046196351161, 40.707191063355594, -74.00052576803267, 40.70716218728814, -74.00061446048855, 40.70712370440097, -74.00063519258022, 40.707115107107434, -74.00069918394618, 40.7070885713713, -74.00076940780643, 40.70705181925772, -74.00083223935708, 40.70702316275109, -74.00090336607639, 40.70699469885467, -74.00094836825704, 40.70697531588807, -74.0009702717743, 40.706967250726564, -74.00101297724329, 40.706960333531555, -74.00105178480972, 40.706955255200455, -74.00107269191034, 40.70694562674093, -74.0011021767128, 40.70691645439952, -74.001115626388, 40.70690675486296, -74.0011402869597, 40.70689382147827, -74.00115750087589, 40.7068869918289, -74.00119346000085, 40.706876836395935, -74.00121020412647, 40.7068702678918, -74.00127461543552, 40.70692245362644, -74.00154310385696, 40.7067899878315, -74.00157275085202, 40.70677565399193, -74.0016333677584, 40.70674634780859, -74.00198583603857, 40.70657594391534, -74.00205477837424, 40.70654214381385, -74.00216364800367, 40.70648876671155, -74.00242776933074, 40.70633859577504, -74.00272660506775, 40.70616796019212, -74.00285599508098, 40.706094080002, -74.00287608271067, 40.70608260878792, -74.00288115366584, 40.706064683081614, -74.00311206557566, 40.70591997569616, -74.00344990349392, 40.70570496806687, -74.00374499598568, 40.705518672745534, -74.00396483103242, 40.705379661534884, -74.00400384335683, 40.70535499337451, -74.00410273375674, 40.70529480330779, -74.00435561969601, 40.70514087949471, -74.00438852380768, 40.70512085086937, -74.00544587121831, 40.70443116425228, -74.00547179938339, 40.70441425231579, -74.00557400092792, 40.70434758884343, -74.00561843117391, 40.70431860912101, -74.00576346045641, 40.70422400320789, -74.005796557617, 40.70420241808389, -74.00596661457041, 40.70432398836502, -74.00594131600177, 40.704340041292625, -74.00499373319734, 40.7049413650679, -74.00496867082906, 40.704957524931025, -74.00466551945479, 40.70515299273815, -74.00474875535805, 40.705230903388866, -74.00483107358643, 40.705297727820444, -74.00504619158474, 40.70545896687474, -74.00544134657356, 40.70575377001358, -74.0055226034109, 40.70579070512199, -74.0056113427399, 40.70583082131518, -74.00591525162018, 40.70606066613524, -74.00602039024112, 40.70614205160416, -74.00631189384309, 40.7063624577565, -74.00671182431604, 40.70666147153128, -74.0067809859081, 40.70672349199522, -74.0068505133142, 40.706785844684035, -74.00724201491555, 40.70707262635786, -74.00745861015643, 40.707218982527316, -74.00779456558503, 40.707423527605165, -74.00817539210351, 40.70766554689456, -74.0082689549378, 40.707721627650685, -74.00857186316912, 40.70795487480835, -74.00887850677994, 40.708212914646985, -74.00892748102642, 40.70825412635307, -74.00928620641638, 40.708555988019285, -74.0093715578634, 40.708613470630716, -74.0094614642765, 40.70866279237269, -74.0096592853334, 40.70875640838315, -74.01054246338626, 40.70915383447245, -74.00998738334346, 40.70980536224371, -74.00954276461421, 40.71032717849692, -74.00947357382937, 40.710412226658214, -74.00906263936004, 40.71088639130998, -74.00861759749692, 40.711368463507604, -74.00699029002428, 40.711748479492805, -74.0063124199215, 40.711918022689176, -74.00628055919137, 40.711925575213975, -74.00614557543133, 40.712020422483555, -74.00597721332362, 40.712057448640856, -74.00582821594507, 40.712099354340744, -74.00551633160471, 40.71218013560938, -74.0053165232753, 40.71225599682405, -74.00520514457374, 40.71228916411914, -74.00501287559368, 40.712369780961716, -74.00486948861682, 40.71244199366082, -74.00472697793637, 40.71254305310174, -74.00468304357406, 40.712588518976744, -74.00459762557892, 40.71266231115946, -74.00449835460688, 40.712762450058634, -74.0034944378132, 40.71196062251117, -74.00346254788573, 40.711982188904635, -74.00306665569956, 40.71224992195277, -74.00301384980872, 40.712278944104014, -74.00295710760476, 40.71230432916966, -74.00288981087365, 40.712343064542885, -74.00282233059859, 40.71238101823784, -74.00275212962688, 40.712421452864945, -74.00272047105663, 40.71243968895769, -74.0026697750887, 40.71247255067782, -74.00260311842942, 40.71251559301003, -74.00238684091363, 40.71260093548622, -74.00236547774513, 40.71260936290544, -74.00218358393069, 40.712676338373406, -74.00115529648295, 40.71290520274208, -74.00089136637263, 40.7129655708142, -74.00070360112645, 40.71300798976448, -74.00058037725334, 40.71303701030488, -74.00014909816056, 40.7131307764319, -73.99916923554169, 40.713260301165555, -73.99899320135779, 40.7132870890483, -73.99890225157974, 40.7133027138756, -73.99873501691249, 40.7133518260033, -73.99853550939197, 40.71344558479282, -73.99838881540182, 40.71349246701215, -73.99811595705283, 40.713599621817956, -73.99803674240876, 40.713635337441765, -73.99794987303706, 40.71367192637, -73.99772867667635, 40.713796067492716, -73.99767292854371, 40.713829555462944, -73.99759958256108, 40.71388759725912, -73.99756144161832, 40.71392777993546, -73.99753100889386, 40.714022187901286, -73.99744920964984, 40.71394145085406, -73.9974333225149, 40.71391877834934, -73.99742140472725, 40.713896106831825, -73.99741593294529, 40.71388183722049, -73.99740749925881, 40.71385983215734, -73.99730028629634, 40.713467987865435, -73.9971171813323, 40.71279942548623, -73.996990210569, 40.712332971246845, -73.9969535160731, 40.712197039099706, -73.99694729815249, 40.71207137537331, -73.9969416418686, 40.71195694553023, -73.99678219992641, 40.71136300573603, -73.99675699673675, 40.71126418477885, -73.99656975227481, 40.710565173144744, -73.99651164426226, 40.71034845715567, -73.99644451797732, 40.71019800764893, -73.99624505620137, 40.70977915567685, -73.99611842934138, 40.70934131583922, -73.99608811357268, 40.70919799758621, -73.99639817406116, 40.70916295351314, -73.99729479330713, 40.70904981265674, -73.99780079268926, 40.708971786950656, -73.9983330800196, 40.70887517735779, -73.99841219841576, 40.70886028222251, -73.9984586780445, 40.70884967213249, -73.99854508970618, 40.70882596910459, -73.9985844206551, 40.70880955597996, -73.99862629002892, 40.708787833458956, -73.9986582710726, 40.70876825132263, -73.99899726881976, 40.708571353525876, -73.9990954252727, 40.708517361495225, -73.99917113529929, 40.70847636989977, -73.99923772738552, 40.70843608509546, -73.99943827471891, 40.70831475948661, -73.99949434041412, 40.70828084289585, -73.99950924376402, 40.70827182614251, -73.99963461208597, 40.70819651055976, -73.99957615309883, 40.70815039608475, -73.9995232038924, 40.70810810067051, -73.99945379786385, 40.708053877884645, -73.99938657286751, 40.70800084824543, -73.9992334251424, 40.707880041954354, -73.99922642801849, 40.70787451997307, -73.99922642801849, 40.70787451997307 --73.93241441462979, 40.707974858524594, -73.93231340900151, 40.70774648440707, -73.93228371966362, 40.7077512945874, -73.93225473890959, 40.7076538755145, -73.9322472792135, 40.707628102988494, -73.93215307881425, 40.70730102405713, -73.93208525349392, 40.70705074901848, -73.93189485913351, 40.70635397645807, -73.931744416393, 40.705816667312, -73.93172622194014, 40.705751690907135, -73.93171880599303, 40.705725203359954, -73.93171290035612, 40.705704110773205, -73.93169954459668, 40.70565641174959, -73.93150719478632, 40.704957685847454, -73.93130995720983, 40.70425672697399, -73.93128154072262, 40.704161172006366, -73.93120719679925, 40.7038872306015, -73.93117392623793, 40.70376469786668, -73.93113335268477, 40.70378066488942, -73.93079574758225, 40.70358679560598, -73.93073326857926, 40.70355092305183, -73.93070455210697, 40.70353445251332, -73.93059385162992, 40.70347299251183, -73.92984252439116, 40.70304650028887, -73.92909071165191, 40.70261936977319, -73.92833849656333, 40.70219132905222, -73.92779717296969, 40.70188370088578, -73.92758773816912, 40.70176226582283, -73.92903521068887, 40.70028949975365, -73.9303235763555, 40.6989729849224, -73.93035986238694, 40.69893590576892, -73.93052028916122, 40.69877196897045, -73.93062540146659, 40.69882807397062, -73.93069209741985, 40.69886642735764, -73.93076911897384, 40.698910711388955, -73.93088479779146, 40.69886055933081, -73.93090961207832, 40.698850013018635, -73.93226638668287, 40.698277678378695, -73.93236869165098, 40.69823379352758, -73.933124913209, 40.69790923322105, -73.93324668451115, 40.69785527855938, -73.93246287588508, 40.6974147614794, -73.93236045722611, 40.69736208888206, -73.93226765405656, 40.69731436026379, -73.93269982484033, 40.697260066132124, -73.93283517353011, 40.69724702112587, -73.93304856224937, 40.69722269113385, -73.93400832620215, 40.69711801603713, -73.93418511351112, 40.6970942167609, -73.93470195266106, 40.69703573288893, -73.93479392311879, 40.697025325577314, -73.93496193325308, 40.69700631356377, -73.93503896690625, 40.69700002466427, -73.93507965559787, 40.69699670221823, -73.93512141868342, 40.696993292113255, -73.9352226416565, 40.696986228775465, -73.93513065814862, 40.696932347921404, -73.93489355782627, 40.69679346214354, -73.93479698860223, 40.696736281650004, -73.93477673742434, 40.69663492017052, -73.9347509611145, 40.696514069358884, -73.9347040008337, 40.696287817713944, -73.9345588588877, 40.69555378312078, -73.93448611346616, 40.69517588023007, -73.93445721515675, 40.69502576718646, -73.93443828591856, 40.694931081879965, -73.93441630744631, 40.69482114014258, -73.93439606144186, 40.69472050979028, -73.93426912737378, 40.69408957489007, -73.93418847516922, 40.69368867442311, -73.93413376652569, 40.69335402957334, -73.93418881015947, 40.69334929194558, -73.93687736527674, 40.693040321773495, -73.93704897624482, 40.693020598179665, -73.9372139978379, 40.69300154251798, -73.93976935702572, 40.69270642961881, -73.93997143047882, 40.692683090339074, -73.94015911347724, 40.692661546050076, -73.94262411847984, 40.69237855261589, -73.94280764437269, 40.69235748100798, -73.94297426635326, 40.69233771548171, -73.9432049283162, 40.69230970832209, -73.94350841713054, 40.69227729334001, -73.9441736023987, 40.69220132106155, -73.9450410264422, 40.69210198332862, -73.94506228715592, 40.69209954948714, -73.94508683358328, 40.692096738093504, -73.94519418313729, 40.69208435227894, -73.9453011846365, 40.69207219853119, -73.9453436125511, 40.69206734331094, -73.94546081668996, 40.69205393083984, -73.94548095097987, 40.69205162516053, -73.94564165734843, 40.69203313530051, -73.94847596604843, 40.691706773026134, -73.9513849364448, 40.691371887874865, -73.95175746815043, 40.691328996509725, -73.95177233448632, 40.691404283844, -73.95187901423716, 40.69194459408119, -73.95190187526197, 40.69206200353563, -73.95192522236512, 40.69216991097242, -73.95202945896457, 40.692695662302356, -73.9520507682856, 40.69279334803244, -73.95207246322094, 40.69291097307747, -73.95217245480228, 40.69341859153168, -73.9521935602095, 40.693525728024994, -73.95221905440792, 40.69365515313009, -73.9522759408027, 40.69394058530209, -73.95233183865159, 40.694219327115746, -73.95234078272964, 40.69426273373977, -73.95246786724066, 40.694904707869895, -73.95248890739843, 40.69500345778588, -73.95249830052626, 40.69503462751037, -73.95250718436725, 40.69507985672986, -73.95290525066552, 40.69710663036474, -73.95292437875553, 40.69720402862177, -73.9533526541381, 40.6993438114866, -73.95336999553436, 40.69940422667873, -73.95429053042547, 40.699295037816874, -73.95518370330598, 40.69919259018654, -73.95607456294506, 40.699089688087795, -73.95686101372846, 40.69899872312451, -73.95701993120497, 40.69897360335394, -73.95715047188455, 40.69895221623257, -73.9574992406423, 40.6988950738664, -73.95758448525184, 40.69926520416032, -73.95756756840589, 40.699267974204176, -73.95760544152921, 40.69942621266841, -73.95749228682395, 40.69944462963363, -73.9574537642923, 40.69966289776672, -73.95749343366167, 40.69982457597992, -73.95755456733524, 40.70006156922642, -73.95766453742274, 40.70004941229096, -73.95776395871039, 40.70014056804285, -73.95774951041521, 40.700149907354835, -73.95778373646841, 40.70018128835454, -73.95772358529611, 40.70022017110334, -73.95775500186234, 40.70024867484352, -73.95769918666903, 40.70028454065386, -73.95773122389761, 40.700313910921054, -73.95767714381785, 40.70034886964141, -73.95769033144848, 40.70036096116398, -73.95730920144071, 40.70041017930249, -73.95735752101511, 40.700646574444875, -73.9573715822976, 40.70069315504063, -73.95738793869265, 40.70072736164673, -73.95740233627379, 40.700751371927346, -73.95745735737515, 40.70082228509251, -73.95734205936675, 40.700896843541756, -73.95699794057565, 40.70111936620075, -73.95579401809859, 40.701897858413936, -73.95572359845673, 40.70194545492274, -73.95561957821994, 40.70201211938552, -73.95381195953566, 40.70318067069767, -73.95221148508713, 40.70421579500469, -73.95190086649177, 40.7044171875405, -73.95182757553414, 40.704464686799305, -73.95164876997325, 40.70458056801858, -73.95037805785415, 40.70540406922971, -73.950336416482, 40.705428687467155, -73.95028593182482, 40.70545853564384, -73.95025176395171, 40.705538980691976, -73.95024150739602, 40.70557012225294, -73.95024293739021, 40.7056201183735, -73.9502678833239, 40.705778151824596, -73.95028918774013, 40.705913124295314, -73.95032475615757, 40.70613844493367, -73.9504058895564, 40.70665241172894, -73.94972015459659, 40.70671435399049, -73.94973518273405, 40.70680411362923, -73.94978384896919, 40.70709434178624, -73.94981478611629, 40.707091424113656, -73.94988907099784, 40.70708441807907, -73.94996466828226, 40.70707729009747, -73.94998774317993, 40.70721488926204, -73.95006552521158, 40.70720755414533, -73.9500754222952, 40.70726656714851, -73.95009313468461, 40.70726489717654, -73.95010671213626, 40.70734587614516, -73.95038025971746, 40.70732008037067, -73.9505207710913, 40.70730789570054, -73.95064683706245, 40.708095197537176, -73.95065917292776, 40.708169643590395, -73.95075266308463, 40.70875772466965, -73.95076027456354, 40.708802543666785, -73.9507816752706, 40.70892836413825, -73.9508285170954, 40.7091156877794, -73.95083070902753, 40.70916178588196, -73.95083258171071, 40.709189882629914, -73.95083666986763, 40.70923377528951, -73.95085462088781, 40.70938101472513, -73.95087491346078, 40.70951280418473, -73.95089539328767, 40.70962826024789, -73.95094872716435, 40.709950207593856, -73.95095546393704, 40.709990807303946, -73.95099370036269, 40.71022129588249, -73.95111564898029, 40.710956310581736, -73.94889232691781, 40.71116722529379, -73.94724443309079, 40.711324157755975, -73.94559624383669, 40.71148118535674, -73.94391095462872, 40.711641170891525, -73.94318839571373, 40.71171274397774, -73.94222775979217, 40.71180032955007, -73.94085971691977, 40.711931741614954, -73.94068802795849, 40.711961732148964, -73.94044174565165, 40.71200543556074, -73.9390313112973, 40.71235063296528, -73.93875266772447, 40.712418827524345, -73.9384661803429, 40.712488942508465, -73.93832027662512, 40.71252338280863, -73.93724802718339, 40.712782427791225, -73.93480281119965, 40.71337218042742, -73.93453328166818, 40.712752988423986, -73.93449905502897, 40.71266534924927, -73.93430097379861, 40.712236983116696, -73.93425708523719, 40.71212270753989, -73.9341704421211, 40.711953043190704, -73.93407763328177, 40.71174441013222, -73.93395345577223, 40.71146560018834, -73.93394606163109, 40.71144901123473, -73.93389271806109, 40.71133536404059, -73.93385378423694, 40.711241701136814, -73.93364723519353, 40.71077947511459, -73.93360145878644, 40.71066878941476, -73.93334039017493, 40.71008742613715, -73.93329596499831, 40.70998739053288, -73.93325097038698, 40.70988652881111, -73.93318392522103, 40.70973665025472, -73.93311707045447, 40.709587197708636, -73.93304095667763, 40.70941704598674, -73.93299690296224, 40.70931684477968, -73.93298028147876, 40.7092800519202, -73.93294793357246, 40.70920845144166, -73.93274305497339, 40.70874861099445, -73.93251920839691, 40.70823528576858, -73.93241441462979, 40.707974858524594, -73.93241441462979, 40.707974858524594 --74.0112310003939, 40.7103665495896, -74.00998738334346, 40.70980536224371, -74.01054246338626, 40.70915383447245, -74.01063493150279, 40.70904283888285, -74.01077143599895, 40.70887897550428, -74.01084637408374, 40.70879723538228, -74.01086980715988, 40.70876774593707, -74.01124835134823, 40.70830438490355, -74.0117024987908, 40.70775540333712, -74.0119469087397, 40.70745121526111, -74.01242718581634, 40.706870764193745, -74.01247340586077, 40.70681393152855, -74.01250710578016, 40.70676788202733, -74.01255233661576, 40.706712108438516, -74.01325396435692, 40.70587020024875, -74.01396669190729, 40.70610880552749, -74.01433111248929, 40.70624179327948, -74.01440595604052, 40.70608506704093, -74.0149038112267, 40.704924463210986, -74.01495064645795, 40.70480861083107, -74.0153285440371, 40.70488826540312, -74.01565723224292, 40.704952073733594, -74.01560389943208, 40.705073041284884, -74.01532875048329, 40.70578607351913, -74.01516665842203, 40.70620836549854, -74.01510846961462, 40.70637072634514, -74.01510396613021, 40.70639280477311, -74.0151161374369, 40.70644831699868, -74.01515557315857, 40.706474445553035, -74.01532891854215, 40.70651692223209, -74.0159049048139, 40.706657322955, -74.01583415856574, 40.70682930155326, -74.01576924974782, 40.70702787140283, -74.01574616523664, 40.70709849715989, -74.0156930480097, 40.70728730650534, -74.01555840310853, 40.70755505938019, -74.01549672948592, 40.70769870734226, -74.01532928420372, 40.70810704314303, -74.01525975311156, 40.70828119862945, -74.01522364498418, 40.708373820979936, -74.01521160891895, 40.7084046929928, -74.0152061946376, 40.70841858139063, -74.01517634156572, 40.708484871052804, -74.01506888937439, 40.70876727284053, -74.01482991032815, 40.709403174531126, -74.01466894960267, 40.7098314601642, -74.01464654320287, 40.709879620541635, -74.01463287715839, 40.70991630099077, -74.01461521946017, 40.70996353683363, -74.014597577113, 40.710010735750586, -74.0145799323744, 40.71005793646586, -74.01456228997765, 40.71010513717786, -74.01454464400511, 40.71015233518576, -74.01452700155858, 40.71019953679222, -74.01450934725776, 40.7102467600095, -74.01445527120332, 40.71039109799678, -74.01440986247813, 40.71099124464136, -74.01405350355762, 40.710837529176544, -74.01395920099486, 40.710796851969064, -74.01341871863237, 40.71056370734414, -74.01303297018934, 40.71038791881142, -74.01298572580247, 40.710366389333345, -74.01270117958514, 40.71023671959615, -74.01264557237951, 40.71013431601604, -74.01167375613942, 40.70968708806147, -74.01162614660643, 40.70977173820812, -74.0112310003939, 40.7103665495896, -74.0112310003939, 40.7103665495896 --73.75047056343128, 40.705639612925815, -73.7501552169187, 40.7049442679073, -73.74985522287888, 40.70427737917659, -73.74955606977102, 40.70361313443559, -73.74925013227133, 40.70292769034233, -73.74895093000329, 40.702265253815405, -73.74868958365009, 40.701685638475986, -73.74867549034866, 40.701651946430594, -73.74866117985088, 40.701631929138955, -73.7486428517298, 40.70158662379765, -73.74832879881289, 40.70088689964643, -73.74804072674937, 40.70023911735706, -73.74773011196363, 40.699552821138916, -73.74741203912494, 40.69884394071094, -73.74712436102033, 40.69819772368202, -73.74681908236943, 40.69752513606055, -73.74649365499698, 40.69679955732795, -73.74619024087289, 40.69611916452104, -73.74573732083697, 40.69511451227586, -73.74568903378176, 40.695012400485965, -73.7455755804687, 40.69476320375451, -73.745334313374, 40.69424125215588, -73.74528309264603, 40.694114572100574, -73.74545917528343, 40.693881714381675, -73.7459126302042, 40.693215901869856, -73.74592113253276, 40.69320054161777, -73.74592643154666, 40.69318566417416, -73.74593010777699, 40.69316912079402, -73.74598825864713, 40.693101965254094, -73.74605102541419, 40.69303243890401, -73.74666150848185, 40.69211739248044, -73.74680245035674, 40.69192139090314, -73.74707274387886, 40.691523032917154, -73.74712657213553, 40.691544013480964, -73.7471487961081, 40.6915424611933, -73.74724969902378, 40.69151876331898, -73.74737188126842, 40.6914755240291, -73.74736770151162, 40.691374661473354, -73.74737014555501, 40.69135878352294, -73.74740573585579, 40.6912463447703, -73.74803683719395, 40.69026191442644, -73.74812293057592, 40.6901305472748, -73.74837665819221, 40.689718715097804, -73.74858760808931, 40.689409715290736, -73.7486872403993, 40.68928050880924, -73.74921273678562, 40.688544870177886, -73.74949861880313, 40.68815132300469, -73.74954447511082, 40.68822050148452, -73.74958696312524, 40.688288197568674, -73.74965076582912, 40.68838986428824, -73.74966148489511, 40.688406943400615, -73.74972071090355, 40.688501314940005, -73.74972729993725, 40.68851181579152, -73.74978716352516, 40.68860720086287, -73.74979068797055, 40.68861281424471, -73.74985022127629, 40.68870767536315, -73.74983081163053, 40.68871708589714, -73.74987619552128, 40.688789402413654, -73.7499296915406, 40.68887464274985, -73.75023948223972, 40.68876240600025, -73.7504350928763, 40.688689947936375, -73.75074751936417, 40.68857629722212, -73.75080902957386, 40.68867434184953, -73.75113359658718, 40.68855627502723, -73.75121737897484, 40.68852492908404, -73.75119385618302, 40.68848742752605, -73.7512703587156, 40.68846069266087, -73.75159793609227, 40.68834064809793, -73.75159574630936, 40.68833716107173, -73.75192202059068, 40.68821759184913, -73.75207137614645, 40.68814371472591, -73.75239924956232, 40.68802501299341, -73.75241043170149, 40.688042763730664, -73.75273760154464, 40.68792431706914, -73.75282180765367, 40.687893454446794, -73.75278876962109, 40.687840859920115, -73.75286461175124, 40.687812232391934, -73.7531891906207, 40.68769267484894, -73.75322661433123, 40.68775229099233, -73.75326692419665, 40.68781650324659, -73.75359136732118, 40.68769699380821, -73.75367150212561, 40.687668347925005, -73.7536293848223, 40.68760080183026, -73.75371527586081, 40.68757058603167, -73.75404141426571, 40.6874508421173, -73.75396656711868, 40.68733125103994, -73.75428795129099, 40.6872132531707, -73.75436887957446, 40.687182846184385, -73.7544034099152, 40.68723810987579, -73.75448642843786, 40.687209333601814, -73.754814138819, 40.68709232932503, -73.7548946142763, 40.68722073079253, -73.7549689296135, 40.6873393061501, -73.75529723797759, 40.68722208835068, -73.75537016240645, 40.687195672742845, -73.75521624810946, 40.68695034266422, -73.75530122905234, 40.68692044883352, -73.75562504601115, 40.68680143122008, -73.75566379857658, 40.68686302062781, -73.75598930855006, 40.68674338152688, -73.75607438282486, 40.6867130307615, -73.7561057214632, 40.68676214655125, -73.75620522750499, 40.68673391007239, -73.75649411194684, 40.68662720891894, -73.75664777288458, 40.686575457973625, -73.75666639629378, 40.68657326947677, -73.7567422107538, 40.68654748136847, -73.7570898449334, 40.68642003701721, -73.75756215199682, 40.686244069733654, -73.75837348074342, 40.68594622908956, -73.759178672897, 40.68564816456901, -73.75999760868308, 40.685345468310985, -73.76058901658473, 40.6851317810611, -73.76072960193684, 40.68509806183805, -73.76056524666302, 40.68442762082601, -73.76048049156344, 40.68379744977232, -73.76046521617215, 40.683683882555634, -73.7604237939076, 40.68337589864301, -73.76051479844762, 40.6830528680905, -73.76059156497205, 40.68282922405241, -73.76063018053739, 40.68271672800798, -73.76066613140452, 40.68261199336958, -73.76294870586932, 40.68600814976443, -73.76309060498072, 40.68680783806872, -73.7631270342281, 40.68688666596403, -73.7632159541158, 40.68713369864544, -73.76323649334061, 40.687215296213374, -73.76325810962025, 40.687300424217426, -73.76329393410325, 40.68737645560579, -73.7635724885616, 40.6879396342043, -73.76400757238653, 40.688813431410914, -73.76413849021279, 40.68908070478889, -73.76431064437867, 40.68940032394776, -73.7643535886566, 40.689506723274285, -73.76443312065841, 40.68945210768295, -73.76457039085648, 40.68935784066042, -73.76465468391832, 40.68929995407403, -73.76472741189296, 40.68925001155259, -73.76631464852439, 40.69219678594755, -73.76616296126423, 40.69217505815746, -73.76609687910353, 40.6921655936184, -73.76605092999706, 40.69215901200005, -73.7698929126055, 40.696311737122166, -73.7692941338951, 40.696649983250936, -73.7694617686756, 40.69682182775614, -73.76948163457668, 40.696842194885505, -73.76969921364561, 40.69706523701487, -73.77028770821718, 40.697676649216575, -73.7708765543587, 40.69830044742968, -73.77104358877331, 40.69848964221423, -73.7713290123231, 40.69891518623632, -73.77137892895688, 40.699014636548256, -73.77165787455797, 40.6995049868349, -73.77182678981558, 40.69979057261695, -73.77189200671812, 40.69989663668965, -73.77230758431864, 40.70057140956762, -73.77272431063251, 40.70126190072652, -73.77297398161596, 40.701682452158934, -73.7731277039005, 40.70194696633234, -73.77331887292344, 40.702260873440025, -73.77353389939448, 40.70262011674726, -73.77394352114878, 40.70331119082466, -73.77434778197058, 40.703986078713456, -73.77497169368255, 40.70502895142752, -73.77503444486545, 40.705144587579944, -73.77507433986017, 40.70524149155991, -73.7749664988039, 40.705217583742574, -73.77435143362219, 40.70512011464433, -73.77418061202717, 40.70508655516468, -73.77412825063416, 40.70511515722789, -73.77404023924542, 40.70515955995699, -73.77398154595656, 40.70519510419665, -73.77383481852354, 40.70523945179533, -73.77373510172637, 40.70526459179951, -73.77341967680272, 40.70531597244423, -73.7729208293112, 40.705397866459826, -73.77264609681876, 40.705438664965634, -73.77236517406557, 40.70548431065112, -73.77203986803036, 40.70554003547145, -73.77187260740969, 40.705565864949406, -73.7715761130281, 40.70561198033556, -73.77147727319219, 40.705627352244846, -73.77113659724587, 40.70568361492542, -73.77085292087095, 40.70572935320603, -73.770834000891, 40.70573240340412, -73.77078416129459, 40.705740439415926, -73.77074986294073, 40.70574621455013, -73.77070069555211, 40.705754565243666, -73.77000135327062, 40.70587002075602, -73.76911622478383, 40.706010481422716, -73.76819334373324, 40.70616029665943, -73.76725075095004, 40.706312240289876, -73.76734431709555, 40.706636033834364, -73.76664852361864, 40.70680531972873, -73.76579093232762, 40.70701240191393, -73.76493058650883, 40.707217879079955, -73.76470949813267, 40.70726942308183, -73.76469140138059, 40.707273718464904, -73.76462981617145, 40.70733541737717, -73.76455802501569, 40.707407337833466, -73.7644972353461, 40.70742265099991, -73.76409021665215, 40.70751988449065, -73.76319078013324, 40.70773558663862, -73.76284768412229, 40.70781712608698, -73.76230076368937, 40.707949837881024, -73.76140594793915, 40.70816302590246, -73.76050984826118, 40.70837888783587, -73.75992308005931, 40.708517908090236, -73.75961583609364, 40.7085947633681, -73.75871784068337, 40.70881033815086, -73.75782539913878, 40.70902358528631, -73.75692906813921, 40.70924036082059, -73.7560369018374, 40.709456087307736, -73.75514118896744, 40.70966925178722, -73.75424928631641, 40.70988415182843, -73.75382244389594, 40.709988138926526, -73.75335561827363, 40.71010030370421, -73.7524596398902, 40.71031625277131, -73.75229101179117, 40.70990801279575, -73.75184268828654, 40.70882261148798, -73.75171124444947, 40.70850048860009, -73.7514200921706, 40.707798882435405, -73.7513768085804, 40.707694770491194, -73.75121245470751, 40.70730626287627, -73.7507743428672, 40.706321520589675, -73.75047056343128, 40.705639612925815, -73.75047056343128, 40.705639612925815 --74.00596661457041, 40.70432398836502, -74.00599659633414, 40.70430496169868, -74.00631168010183, 40.70410501236667, -74.00777386549346, 40.70318396241621, -74.00782030557393, 40.703225611539274, -74.00786068869742, 40.703258655767364, -74.0079794893497, 40.70318844009746, -74.00850170710477, 40.70366287871892, -74.00898540831409, 40.70407884053254, -74.00894491983388, 40.70410623814992, -74.00910001371875, 40.704237037910836, -74.00933884723909, 40.70445827898043, -74.00946179218654, 40.70454516920669, -74.00957616244773, 40.7046263363629, -74.00974639462305, 40.70477493439544, -74.00976827238262, 40.704797093229274, -74.01000178405384, 40.70514443108411, -74.0099959344591, 40.70532258157997, -74.0099904113768, 40.705358266627535, -74.00990222803907, 40.70570495584624, -74.00986580835064, 40.7057961159438, -74.00997513410164, 40.70582793960018, -74.01101264978634, 40.70621840400879, -74.01118994120431, 40.706278410495486, -74.01133702039363, 40.7063327302575, -74.0114465517662, 40.70637439328207, -74.01187329556916, 40.70655109071447, -74.0119841516662, 40.70659866764809, -74.0123602176916, 40.70676532333183, -74.01247340586077, 40.70681393152855, -74.01242718581634, 40.706870764193745, -74.0119469087397, 40.70745121526111, -74.0117024987908, 40.70775540333712, -74.01124835134823, 40.70830438490355, -74.01086980715988, 40.70876774593707, -74.01084637408374, 40.70879723538228, -74.01077143599895, 40.70887897550428, -74.01063493150279, 40.70904283888285, -74.01054246338626, 40.70915383447245, -74.0096592853334, 40.70875640838315, -74.0094614642765, 40.70866279237269, -74.0093715578634, 40.708613470630716, -74.00928620641638, 40.708555988019285, -74.00892748102642, 40.70825412635307, -74.00887850677994, 40.708212914646985, -74.00857186316912, 40.70795487480835, -74.0082689549378, 40.707721627650685, -74.00817539210351, 40.70766554689456, -74.00779456558503, 40.707423527605165, -74.00745861015643, 40.707218982527316, -74.00724201491555, 40.70707262635786, -74.0068505133142, 40.706785844684035, -74.0067809859081, 40.70672349199522, -74.00671182431604, 40.70666147153128, -74.00631189384309, 40.7063624577565, -74.00602039024112, 40.70614205160416, -74.00591525162018, 40.70606066613524, -74.0056113427399, 40.70583082131518, -74.0055226034109, 40.70579070512199, -74.00544134657356, 40.70575377001358, -74.00504619158474, 40.70545896687474, -74.00483107358643, 40.705297727820444, -74.00474875535805, 40.705230903388866, -74.00466551945479, 40.70515299273815, -74.00496867082906, 40.704957524931025, -74.00499373319734, 40.7049413650679, -74.00594131600177, 40.704340041292625, -74.00596661457041, 40.70432398836502, -74.00596661457041, 40.70432398836502 --73.96925241237875, 40.70552481717673, -73.96916312445141, 40.70554722503275, -73.96841566071173, 40.70573480512229, -73.96799580718633, 40.70583880268719, -73.96795138632802, 40.70573089824735, -73.96790258040214, 40.70562511867374, -73.96766342809045, 40.705069864770444, -73.96761548353086, 40.70496131443362, -73.96739883757884, 40.70446645277041, -73.96736837246202, 40.704418052443664, -73.9673386220952, 40.70437932110482, -73.96720961519262, 40.704255394735476, -73.96707843959166, 40.70413428349916, -73.96663232569988, 40.70377347849463, -73.96653746980674, 40.70369630231769, -73.96641989361379, 40.70360100564213, -73.96634383399024, 40.70353911106699, -73.96616888324259, 40.70339782081411, -73.96597799636078, 40.70324366177244, -73.96587417979367, 40.70315738542413, -73.96572301816774, 40.70303942028975, -73.96570837770103, 40.703027639936096, -73.96544150405568, 40.702813023084296, -73.96534674845354, 40.70273712557314, -73.96532702216926, 40.70272132645589, -73.96520437983739, 40.702622429454514, -73.96505441055561, 40.702502997760284, -73.96466809634173, 40.70219173855944, -73.96451844011277, 40.70207466559694, -73.96443929562793, 40.70200626260042, -73.96431233347, 40.701900814781105, -73.96386888609163, 40.701541575675705, -73.96318251671467, 40.7009997803371, -73.96263002497767, 40.70055938515185, -73.96252341534256, 40.70047257804234, -73.96217978294457, 40.70022039608645, -73.962265732243, 40.69996929576953, -73.96235752139677, 40.69970113168389, -73.96276055439013, 40.69839564966278, -73.96282595222857, 40.69816531523846, -73.96283963316708, 40.69803834831061, -73.96394909189358, 40.69785979097296, -73.96487573029609, 40.697714019784534, -73.9653158059336, 40.69763838413044, -73.96537276992137, 40.69763149525307, -73.96547745372537, 40.69762912863633, -73.96559896206584, 40.697629445078334, -73.96577475153941, 40.697635466983954, -73.96674227587974, 40.69767182155539, -73.9677274451067, 40.697717308640335, -73.9687394918904, 40.6977595320388, -73.96972789207838, 40.69780369533275, -73.97024774376862, 40.69781959346, -73.97054415522362, 40.69783190406347, -73.9707619066414, 40.69783897007544, -73.97098947327288, 40.69784986352645, -73.97157644879421, 40.69787351065453, -73.97178445031015, 40.69788234723344, -73.97200770307427, 40.697891159230835, -73.97262248642923, 40.69791476185759, -73.97279477636265, 40.69792052006453, -73.97293839721834, 40.697927891298036, -73.97360166827909, 40.69795371714605, -73.97377512753454, 40.6979590815302, -73.97478615605134, 40.698004237622584, -73.97559115693565, 40.69803727175671, -73.97578275064647, 40.69804741597851, -73.97591708185931, 40.69805122811804, -73.9767864174252, 40.69808663748396, -73.97736810726872, 40.69810967947998, -73.97753102018264, 40.698115493589285, -73.97765083461533, 40.69812091278731, -73.97926346579716, 40.69818364445121, -73.98034016421208, 40.69822630696781, -73.98054419162224, 40.69824619613337, -73.98054422293241, 40.698382171695314, -73.98046672602852, 40.69960732616158, -73.9804621675271, 40.69970283820885, -73.98045619711279, 40.69980753613925, -73.98044999475073, 40.6999163331597, -73.98040977115134, 40.70062165060384, -73.98042142359004, 40.70079083268146, -73.98045431871273, 40.7008509555538, -73.98053836025058, 40.70100455481796, -73.98086715064723, 40.701453077507985, -73.98106575505669, 40.70172979173799, -73.98022431551485, 40.70306300299189, -73.9802158518213, 40.7031379322196, -73.98021602177604, 40.703155351747974, -73.98020539372185, 40.703178917213506, -73.97998853784789, 40.7035407413452, -73.97966588604989, 40.7040832863022, -73.9796029232317, 40.70417608369178, -73.9795623452323, 40.704235890276955, -73.97952794201223, 40.70428659377337, -73.97928705217154, 40.704701068769154, -73.97921436776386, 40.70476239401185, -73.97878263552397, 40.7051899591628, -73.9786878050623, 40.70544930606375, -73.97856346265506, 40.70587927989516, -73.97833489555734, 40.70584023505145, -73.97847058752728, 40.705369366858704, -73.9785842741763, 40.70497544579805, -73.978513808732, 40.70487515080055, -73.97843842458353, 40.70486976425245, -73.97815869848937, 40.70452758015439, -73.97817498709672, 40.70446815848411, -73.97802645132482, 40.704292731275565, -73.97766680765812, 40.7042276622283, -73.97735709454504, 40.70417736217578, -73.9773398352617, 40.70423247459349, -73.97721158979994, 40.70421252185315, -73.97726142040898, 40.704039556930034, -73.97736100979876, 40.70369379088659, -73.97745619256212, 40.70336627635091, -73.97742010228694, 40.70333234339788, -73.97748741859151, 40.70328407654771, -73.97749709511689, 40.70324990672107, -73.9774828727593, 40.703241117646655, -73.97745945049361, 40.703218196839465, -73.9774347182591, 40.70319557474056, -73.97740908285003, 40.70317399705265, -73.97738938690027, 40.703164615255936, -73.97737084250024, 40.70316155797626, -73.97735243566984, 40.703164559363714, -73.97733038590994, 40.70317343226793, -73.97729621670948, 40.703186805336706, -73.97712974752386, 40.703008521481415, -73.97692387802572, 40.702788040511216, -73.97689603900162, 40.702758227986166, -73.97670910591017, 40.70256397062662, -73.9766817252536, 40.70253681014886, -73.97665312560257, 40.70251038513545, -73.97662334599345, 40.70248472891229, -73.976592417181, 40.70245987120158, -73.97656038056925, 40.7024358408273, -73.97618048019828, 40.702182311974674, -73.97616334124625, 40.70216766250161, -73.97614484943529, 40.702150840710935, -73.97612708904663, 40.70213356791249, -73.97611007782137, 40.70211586482209, -73.97609383113544, 40.702097748552994, -73.97607837146361, 40.7020792380209, -73.97606371299668, 40.70206035484144, -73.97604987110944, 40.702041118829285, -73.97603685762647, 40.702021550698994, -73.97602469147283, 40.702001668465044, -73.9760133821055, 40.701981495542924, -73.97600294253213, 40.70196105264749, -73.97587582995288, 40.701903819256685, -73.97581996041203, 40.70190380753333, -73.97559872966325, 40.70181532517295, -73.97560811329835, 40.70179787073853, -73.97550415174774, 40.701759586809466, -73.97541525204616, 40.70190372180173, -73.9753928661292, 40.70190371701807, -73.97457938048314, 40.701611113392005, -73.97456779953758, 40.70160007596041, -73.97456293095085, 40.70158644653687, -73.97481068702473, 40.70117946781596, -73.97483153931702, 40.7011886242809, -73.97580469462986, 40.69974084648251, -73.97580754152973, 40.699721031311036, -73.97580766235225, 40.699701095798396, -73.97580505701971, 40.69968126057001, -73.97579974912101, 40.69966173995252, -73.97579180129232, 40.699642743778185, -73.97578129746682, 40.69962448368432, -73.97576835589716, 40.69960715240483, -73.97575311140021, 40.69959094357742, -73.97573573074676, 40.69957602923411, -73.97571640792447, 40.69956257150709, -73.97569534994058, 40.69955071902365, -73.97567278274039, 40.69954060060374, -73.97564932032842, 40.699532434300416, -73.97562506920544, 40.699526182314166, -73.97560010746241, 40.69952184195949, -73.9755576372526, 40.69951896661791, -73.97553206186728, 40.6995198869103, -73.9755067425116, 40.69952278297516, -73.97548194186682, 40.69952762425131, -73.97545791788795, 40.69953436306683, -73.97543491907413, 40.699542925633295, -73.97541318564654, 40.69955322735454, -73.97539294363789, 40.699565157516496, -73.97537440015395, 40.69957859459516, -73.97479043918914, 40.70045424052337, -73.97439949048292, 40.70103494577372, -73.97442321732862, 40.70104568425119, -73.97436728362885, 40.701134397454446, -73.97434054271402, 40.70117681011344, -73.97433047954912, 40.7011883956578, -73.97431805991411, 40.701198569573265, -73.97413712968087, 40.70128425059694, -73.97411957603168, 40.70128804320979, -73.9741015834036, 40.70128573115049, -73.97408664100135, 40.701277760957886, -73.97389405069995, 40.70109425793084, -73.97375279377322, 40.70107575360263, -73.97355479409228, 40.7008951295071, -73.97355134058851, 40.700873363337934, -73.97356674313481, 40.70086337479482, -73.97293284236025, 40.700302637999535, -73.97292178515403, 40.700290971966055, -73.97290923908956, 40.700280214197775, -73.9728953271756, 40.70027047908823, -73.97288019490877, 40.7002618639265, -73.97256168145947, 40.700082858481096, -73.97249653679424, 40.70012639800234, -73.97241175581216, 40.700183061347474, -73.97260682413764, 40.70046167415066, -73.97261738737883, 40.700474638634994, -73.97263006078524, 40.700486458168825, -73.97327908271669, 40.70105848894861, -73.97329308232557, 40.701047760796286, -73.97330634963166, 40.70106036293747, -73.97332514176563, 40.70105152876883, -73.9735197880944, 40.701228912442254, -73.97353016635675, 40.701333023919815, -73.97373260884785, 40.70150244939412, -73.9737390697511, 40.70151646913797, -73.97373750676896, 40.701531276799855, -73.9737281883104, 40.70154433209653, -73.9737127161874, 40.70155338771413, -73.97322059538689, 40.70166232446342, -73.97320170788291, 40.70166363211337, -73.97318317474677, 40.701660561553744, -73.97306130286921, 40.70155483010242, -73.97303980696945, 40.70155457742861, -73.97287821939227, 40.70141537975132, -73.97284835208015, 40.7014326103096, -73.97148198739062, 40.70023556241743, -73.97112461650529, 40.69991655694667, -73.97096043716118, 40.69986749536129, -73.97087232381801, 40.699925606558295, -73.97077880027425, 40.699987285944175, -73.97081859420285, 40.700117068843255, -73.97126876125353, 40.70051341642475, -73.97238927966426, 40.701505100374746, -73.97253337916835, 40.70163586847493, -73.97250653949962, 40.70165620012913, -73.97255394409434, 40.70170457343615, -73.97277385467474, 40.70190312730814, -73.97329918417525, 40.70237743651441, -73.973307412048, 40.7023905327656, -73.97330745474972, 40.702405048125975, -73.97329930511795, 40.702418172096465, -73.97288862101324, 40.702710773958486, -73.972870572855, 40.702716141258946, -73.97285130876159, 40.70271455721909, -73.97250607378147, 40.702438293696396, -73.97209491135109, 40.70272013689917, -73.97212061340642, 40.702753245041194, -73.9722402745707, 40.70285301825234, -73.97253112199107, 40.70309358501079, -73.97283043807522, 40.703345213110836, -73.97283176031074, 40.703381692253004, -73.97271634009651, 40.70348827023233, -73.97266465524233, 40.7034921823996, -73.97236343300285, 40.70330587923951, -73.9720041822617, 40.703638376617604, -73.97204124632198, 40.70366344506627, -73.9722976732936, 40.70382497781913, -73.97231239803472, 40.70383935352856, -73.97231408222036, 40.70385555503937, -73.97230585287872, 40.703868815795715, -73.97227009396278, 40.703900172908845, -73.97220460459455, 40.7039578916181, -73.9721880939937, 40.70396403362208, -73.97216995200888, 40.70396361500175, -73.9714595874574, 40.70352546008235, -73.97116343575036, 40.7034883887449, -73.97113068081956, 40.703484288608934, -73.97102000880272, 40.703590351885154, -73.97098823274911, 40.70362080458969, -73.97109799435627, 40.70384357017005, -73.97163134688962, 40.70418605758082, -73.97221125712704, 40.704545269049575, -73.97279813625543, 40.70491007860634, -73.97346875217741, 40.70531821638546, -73.9736395170992, 40.70544067295335, -73.97416449502036, 40.705771096887574, -73.97465579954041, 40.70607658844897, -73.97460889363201, 40.70612655919679, -73.97463023821322, 40.70614586096208, -73.9746385065849, 40.70616016830838, -73.97464181957949, 40.706179670513244, -73.97464010164327, 40.7061945555883, -73.9746288401316, 40.70621576915528, -73.97461533612405, 40.70623098572121, -73.97460095057112, 40.706242991767894, -73.97458493763084, 40.70625269754731, -73.97453897688037, 40.70626586907615, -73.97450589999808, 40.70627335491033, -73.97448393381173, 40.70627661619804, -73.97445410289784, 40.706280726719626, -73.97438876065453, 40.70633934089427, -73.97407711700954, 40.706128490230384, -73.97391690334825, 40.70601570910778, -73.97350368192053, 40.705727140392824, -73.97336808427407, 40.70570639553533, -73.97309537365082, 40.705872462071454, -73.97301149622938, 40.705919406809144, -73.97255019344922, 40.70617543739531, -73.97314722558538, 40.706618638826896, -73.97367640751513, 40.707009341640344, -73.97411324964222, 40.70733269184433, -73.97430112691615, 40.70746869133148, -73.97442307748295, 40.707556847026154, -73.97460563917238, 40.70768984882997, -73.97461228551262, 40.707706842942834, -73.97460871720244, 40.70772057945451, -73.97459226169964, 40.70773553511602, -73.9744716796155, 40.70782996485999, -73.9742640110304, 40.70799315608429, -73.97424118030193, 40.707996706195814, -73.97422235403705, 40.70799112871772, -73.97389310320078, 40.707752974660806, -73.97317085980535, 40.70722265780446, -73.97260273722539, 40.706807570175954, -73.97184207903155, 40.70624833384901, -73.97120860217156, 40.70578551868278, -73.97111367612347, 40.705859604291554, -73.97101165613212, 40.70681741749758, -73.97104979905006, 40.70693641256001, -73.97143814194125, 40.70736933312617, -73.97249418030407, 40.70853087155012, -73.97270556298976, 40.708765023238826, -73.9727726535194, 40.70883933939764, -73.9723145832701, 40.70907695335965, -73.97202842433131, 40.7087648606903, -73.97184823946719, 40.7085683468513, -73.97133688084227, 40.70799879052584, -73.97066881249407, 40.707260912616256, -73.9705482773723, 40.70732947288378, -73.97025465461584, 40.70690264327366, -73.9703602851938, 40.7059583339447, -73.9704990018057, 40.70538781541387, -73.97038704218934, 40.70538095988723, -73.97035488063487, 40.70537899029459, -73.97029639820107, 40.705375410092856, -73.97026548264546, 40.70537351734024, -73.97024437293189, 40.705372225054276, -73.97017577346853, 40.70536802442456, -73.97021818595339, 40.704972899948636, -73.96959083041251, 40.70457924657764, -73.96847355649403, 40.70387669638289, -73.96761748890736, 40.70333963847092, -73.9675067845371, 40.70344283743767, -73.96749460575954, 40.703659803296595, -73.96747811541816, 40.703953548258525, -73.96829219043927, 40.70445699931482, -73.96929895755028, 40.705091725881644, -73.96925241237875, 40.70552481717673, -73.96925241237875, 40.70552481717673 --74.0110100511999, 40.70621840425736, -74.00997253434711, 40.70582793982544, -74.00986320859732, 40.70579611616661, -74.0098996282893, 40.705704956069866, -74.00998781164056, 40.70535826685314, -74.0099933347243, 40.7053225818057, -74.00999918550929, 40.70514443130987, -74.00976567266824, 40.70479709344987, -74.00974379727617, 40.70477493461534, -74.00957356274, 40.70462633657917, -74.00945919366535, 40.70454516942027, -74.00933624753793, 40.704458279191314, -74.00909741402627, 40.704237038116354, -74.0089423201465, 40.70410623835191, -74.00898280862778, 40.70407884073544, -74.0084991086179, 40.70366287891081, -74.00797689088131, 40.70318844027758, -74.00785809140962, 40.703258655944715, -74.00781770710415, 40.70322561171581, -74.0077712670253, 40.703183962591666, -74.00630908041443, 40.70410501250919, -74.00599399663894, 40.704304961834076, -74.0059640172411, 40.70432398849963, -74.00579395792582, 40.704202418214784, -74.00581685922693, 40.70418747667178, -74.00604407081751, 40.704039266869074, -74.00630905792987, 40.70386743322984, -74.00655368208216, 40.70371098628011, -74.00659452526722, 40.703685214905725, -74.00677768200121, 40.70358076832651, -74.00709261746857, 40.7033757271543, -74.00735715080644, 40.70321485304423, -74.0074066982918, 40.703185232936704, -74.00745914319654, 40.703162866241904, -74.00759469395352, 40.70300480496181, -74.0077024168083, 40.70287433706461, -74.00841853685137, 40.702437448650066, -74.00892626677621, 40.702129123773304, -74.0091284020443, 40.70200731099052, -74.00930677731299, 40.70194772694553, -74.00944504496785, 40.701905959847686, -74.00959344149965, 40.70185896606931, -74.01008627222383, 40.70173438404458, -74.0102378652906, 40.70169663200825, -74.01042812065403, 40.70165065820406, -74.01077771710764, 40.70156577526515, -74.01118900221037, 40.701466657194764, -74.01113370093874, 40.70133173615325, -74.01116388602102, 40.701271837478615, -74.01128512010105, 40.70125415400941, -74.01120527658605, 40.70105163126735, -74.01111879614317, 40.701072143411025, -74.0111021616936, 40.701026389102985, -74.01108440627344, 40.70095645435248, -74.01105561874063, 40.70090979619217, -74.01111018389042, 40.700897769103065, -74.01101897887571, 40.70071011747349, -74.01089147907284, 40.70042203960238, -74.01077693588633, 40.70018064831606, -74.01082057043801, 40.700164614206734, -74.01093727941058, 40.70040817367739, -74.01098540713605, 40.700509231759156, -74.01106979353358, 40.70070111017893, -74.01114288542226, 40.7008442980423, -74.01116691243234, 40.70089556816498, -74.01135405950431, 40.700853227593186, -74.01131322144512, 40.70070685248787, -74.01129987170877, 40.70064780362441, -74.01129410693225, 40.70061236093759, -74.01129672846533, 40.70059544816404, -74.01130319253465, 40.70058206952275, -74.01132177534184, 40.700569459627445, -74.01134743372734, 40.7005631535165, -74.011373494848, 40.70056637927984, -74.01139269215031, 40.700576988114435, -74.01140461179578, 40.700589747189376, -74.01141462010126, 40.700606892846736, -74.01145626058027, 40.70069146299731, -74.01150799742703, 40.7007883259128, -74.01152173941323, 40.700815385824164, -74.01172661973607, 40.70076987306731, -74.01170114920525, 40.7007006830183, -74.01168296042492, 40.70064563836749, -74.01167285236849, 40.70061334973352, -74.0116728487608, 40.70059274511823, -74.0116829483532, 40.70057675280103, -74.01170274529383, 40.700565373720856, -74.01172415706803, 40.70055922104463, -74.01174678343321, 40.700563214309504, -74.01176981969806, 40.70057674395043, -74.01177830577213, 40.700589967101415, -74.01186278386405, 40.70073848887768, -74.01206927408111, 40.700692912308625, -74.01207073609116, 40.70067729547593, -74.01206721040029, 40.7006529766181, -74.01205694828539, 40.700620402571715, -74.0120153044901, 40.70050171854056, -74.01196970105771, 40.70037243857905, -74.01191252414932, 40.70026647225213, -74.01186956947369, 40.70016575171345, -74.0118584270643, 40.70013898063794, -74.01185666381507, 40.70012425474555, -74.01185930044095, 40.700106626949974, -74.01186867640001, 40.70008744147409, -74.01189476174665, 40.7000615571634, -74.01191528112503, 40.7000483922558, -74.01193786218049, 40.70003813398375, -74.01196512609957, 40.700032776707815, -74.01198916287974, 40.700031213619084, -74.01202434089687, 40.700036563493754, -74.01205043498246, 40.70004637904805, -74.01207242257053, 40.70005864532057, -74.0120982241873, 40.700086755698216, -74.0121253563405, 40.70013104813181, -74.01218752568535, 40.70023166208317, -74.01222565701123, 40.700294358893146, -74.01225556748426, 40.700344779884844, -74.012327863706, 40.70049258581339, -74.01236834785092, 40.70056956444282, -74.01238770186352, 40.70060124147405, -74.01240646421881, 40.70062622866182, -74.01243490706035, 40.700660137974616, -74.0124566079236, 40.700681555206906, -74.01257357684015, 40.700654550541245, -74.01258588117138, 40.7006166214311, -74.01259056186909, 40.700584494252155, -74.01259144680695, 40.70056508541961, -74.01259114628114, 40.70054009894516, -74.01258703927871, 40.700508639105934, -74.01257794287258, 40.70047852247524, -74.01255447666362, 40.70038170018111, -74.0125194357215, 40.700231675987276, -74.01251444784887, 40.700209588769695, -74.01251268348946, 40.70018972996876, -74.01251502710342, 40.70016898191579, -74.01252381512491, 40.70014510748422, -74.01253202199463, 40.7001328380144, -74.01255019460982, 40.70011788753374, -74.01257804184357, 40.700106282296304, -74.01260999369316, 40.70010114678171, -74.01263175624743, 40.700105356990875, -74.01265735010206, 40.70011598472431, -74.01267054401399, 40.70012758547025, -74.01269048110873, 40.700151678275446, -74.01281554855801, 40.70031152962374, -74.01285543072109, 40.700375332758895, -74.01286775492342, 40.70039854117933, -74.0128794835827, 40.700419731617494, -74.01290426733361, 40.700480527812644, -74.01291717525866, 40.70051778685137, -74.0131080211051, 40.700504606993114, -74.0131153364004, 40.70044146495698, -74.01311592019503, 40.700383685335915, -74.01311004258349, 40.700320770830324, -74.01310005942148, 40.70022282957336, -74.01309330844747, 40.7001710707086, -74.01308424736311, 40.70012290785044, -74.01307045950959, 40.70006356296911, -74.01305167754718, 40.69999328013165, -74.01300268260542, 40.69983398418509, -74.0129965237864, 40.699814796768536, -74.01299564187548, 40.699800518347956, -74.01300237798523, 40.69977664411037, -74.01301410298578, 40.69976124943102, -74.01303110063625, 40.699747191414055, -74.01305777655749, 40.699737148581086, -74.01307829792547, 40.699735805388535, -74.01310028310242, 40.699741381560926, -74.01312315135937, 40.69976101102065, -74.01313869747702, 40.69979046049596, -74.01314309614898, 40.69980585694996, -74.01315014063476, 40.69983999005709, -74.0131709775332, 40.69993235950512, -74.01319182149987, 40.70005417839446, -74.01320268255884, 40.70013337988851, -74.01321267881063, 40.70021906246542, -74.01322559266652, 40.700291568412815, -74.01323820789725, 40.700343775950195, -74.01325479065292, 40.70039676647448, -74.01327444266909, 40.70045544337568, -74.01328764133547, 40.70049002241558, -74.0134695905232, 40.7004776579479, -74.01348316532625, 40.70026535794037, -74.01349282886007, 40.70021939647298, -74.01349722036068, 40.70020467168519, -74.01350278748293, 40.7001874919634, -74.01351568216165, 40.70015804190399, -74.01352593787469, 40.7001384041328, -74.01360492059628, 40.70007692316748, -74.01368583675526, 40.70012019578735, -74.01365463565061, 40.70016248483888, -74.01361683562948, 40.70025084125806, -74.01357813970169, 40.700239911812034, -74.01357068454102, 40.700305400630185, -74.01356777010298, 40.70036274558161, -74.0135628083352, 40.70047073106872, -74.01357759681974, 40.700496603737584, -74.01354705140385, 40.70050023009674, -74.01356143414202, 40.700637109833714, -74.01350134987022, 40.70064320976181, -74.01353517289161, 40.70093678711112, -74.01394852181303, 40.700990161534804, -74.01401981340776, 40.70075641507883, -74.01408602928201, 40.700543346750315, -74.0141533771665, 40.700575928919385, -74.01429268110167, 40.70064332313503, -74.0143233251647, 40.70065814625609, -74.01437752150129, 40.70068436691148, -74.01464753569223, 40.70081433888457, -74.01467790890854, 40.70082896113123, -74.01481335489223, 40.700894156156274, -74.01494127630808, 40.700940617747, -74.01499375065579, 40.70093146532346, -74.01502452304088, 40.70089487080684, -74.01507465238868, 40.70091806324221, -74.0151400041574, 40.70084264398883, -74.01518021345213, 40.70087175584769, -74.01528108742583, 40.70094862641244, -74.01532504863192, 40.70098179903119, -74.01544464837423, 40.7010720422611, -74.01557993648834, 40.70117534697028, -74.01574407926846, 40.701312740958265, -74.0159230918088, 40.7014619590769, -74.01606282538782, 40.70157860728453, -74.01622783030967, 40.70173516875179, -74.01631149683136, 40.70181363203454, -74.01635640734973, 40.70185826853817, -74.01640305313299, 40.70190517856922, -74.0165478351382, 40.70205076881401, -74.01670294683244, 40.70221219017475, -74.01674085940446, 40.70225405576601, -74.01688608090149, 40.702409740252584, -74.01695994753405, 40.702495305030325, -74.01701237907861, 40.7025604610288, -74.01704028389628, 40.702592644794926, -74.01717849251453, 40.70274865052621, -74.01724730911084, 40.70282731074517, -74.01735844436817, 40.702956295050974, -74.01739329071853, 40.702998081640786, -74.01742633166157, 40.70304071047162, -74.01745752221888, 40.703084136526314, -74.01748683752827, 40.703128317486055, -74.01751424325823, 40.70317320112783, -74.0175397062612, 40.703218737929916, -74.01756320522443, 40.70326488827425, -74.01758471173127, 40.70331159633469, -74.01760420683202, 40.7033588107861, -74.0176216656622, 40.703406486607655, -74.01763707163752, 40.70345456977209, -74.01765040699156, 40.70350301075491, -74.01766669912377, 40.70357726985275, -74.01768080702394, 40.70365179133201, -74.01768477185303, 40.70368170391986, -74.01768745994445, 40.70371169504819, -74.01768886655647, 40.70374173860293, -74.01768899049452, 40.70377179856386, -74.01768783766731, 40.70380185241733, -74.01768539977836, 40.70383185603945, -74.01768168510256, 40.70386178511506, -74.01767929750301, 40.70389403730672, -74.01725122275582, 40.70386752816156, -74.01668655533867, 40.70428808459927, -74.01649055695522, 40.70430677684947, -74.01651238915548, 40.704490083660026, -74.01653701327791, 40.704694074811584, -74.01654191630634, 40.704734706088885, -74.01645397964417, 40.70509564641568, -74.01641708302783, 40.70521612391377, -74.01628975861169, 40.705553767168375, -74.01628339626099, 40.70556967650393, -74.01604855491594, 40.706181937481475, -74.01601267128585, 40.706387024938074, -74.01596988807069, 40.7064960584925, -74.0159426847759, 40.70656669747237, -74.01590230621038, 40.706657323314005, -74.01532632112743, 40.706516922577975, -74.01515297456217, 40.70647444589514, -74.01511353884149, 40.7064483173399, -74.015101367537, 40.70639280511406, -74.01510587102226, 40.70637072668619, -74.01516406101932, 40.70620836584074, -74.01532615309704, 40.70578607386496, -74.01560129970697, 40.705073041637284, -74.01565463252258, 40.70495207408721, -74.01532594668583, 40.70488826574896, -74.01494804674314, 40.704808611168716, -74.01490121269073, 40.704924463547414, -74.01440335864261, 40.70608506736599, -74.0143285139019, 40.70624179360296, -74.01396409214182, 40.7061088058429, -74.01325136578403, 40.70587020054791, -74.0125497380101, 40.706712108721845, -74.01250450598899, 40.70676788230976, -74.01247080725115, 40.70681393181013, -74.0123576190838, 40.706765323610824, -74.01198155306494, 40.70659866791861, -74.01187069578638, 40.70655109098261, -74.01144395199037, 40.706374393540564, -74.01133442180273, 40.7063327305134, -74.01118734379884, 40.70627841074794, -74.0110100511999, 40.70621840425736, -74.0110100511999, 40.70621840425736 --73.72465774270377, 40.705805006037195, -73.72466113589223, 40.70539546493337, -73.72466973424407, 40.70408692681478, -73.72467725337256, 40.70279179187788, -73.72467961159873, 40.702385240554186, -73.72468282543605, 40.70183167206205, -73.72467344695922, 40.70098246989485, -73.72468244184542, 40.70027480434106, -73.72469175420262, 40.699542075404004, -73.72470108247013, 40.69880802267644, -73.72471042685498, 40.69807259572966, -73.72472076625115, 40.69725918543427, -73.72473060733911, 40.69648473472776, -73.72474792460926, 40.69512190307889, -73.72474439604416, 40.69361030721656, -73.72473251035552, 40.692099568179934, -73.72471882830087, 40.690360408262016, -73.72471454708969, 40.689816191783066, -73.7247055953968, 40.688678251814494, -73.72470052103618, 40.68803335632295, -73.72466869314471, 40.68766610660227, -73.7246523404719, 40.68747846257112, -73.7246880780979, 40.68747378974039, -73.72476446438615, 40.68742966428056, -73.72488723649958, 40.68735874129792, -73.72494093220507, 40.68732762438534, -73.72502666913488, 40.68727819723935, -73.72508053387355, 40.68724708156606, -73.72519031585836, 40.68718366275959, -73.72532590376932, 40.68708771840398, -73.72544278912093, 40.68699470818075, -73.7255527390184, 40.68689691845819, -73.72565633097753, 40.68679372297189, -73.72575319897919, 40.68668610153054, -73.7258497792595, 40.68656551816554, -73.7260036408337, 40.686334844113034, -73.72607945969679, 40.68619563342863, -73.7261171929482, 40.68611705038318, -73.72614744744196, 40.68604766092628, -73.72623489338555, 40.68580033188687, -73.72634433622174, 40.68523325858461, -73.72639192685645, 40.68463614628881, -73.72642842654362, 40.684410141758505, -73.72648497081312, 40.68416455536054, -73.72655488907863, 40.68393307401043, -73.7266406834632, 40.68370494423653, -73.72675146378347, 40.68346134609185, -73.72831587161451, 40.68393995582103, -73.72872057585684, 40.68406207716522, -73.72959148515244, 40.684325025190475, -73.73045843616394, 40.68458648047796, -73.7313273081787, 40.684850231816725, -73.73222004367311, 40.68512077968621, -73.73308453345976, 40.68538222019333, -73.73364576652318, 40.68554155882921, -73.73396023890994, 40.68563824998948, -73.73483038319618, 40.68590578420935, -73.73569987095169, 40.686172381882784, -73.73588155245464, 40.68622765406517, -73.73657844060894, 40.686437699708, -73.73744162721383, 40.686700453353126, -73.73831417302578, 40.68696448791071, -73.7391855411978, 40.68722740101965, -73.74006080117898, 40.68749092324622, -73.74094397039013, 40.68775935180935, -73.74113792716487, 40.68782070647914, -73.74138261722433, 40.68789190493845, -73.74177896757581, 40.688043630757974, -73.744434283623, 40.688840933870566, -73.74488533837547, 40.68897736707389, -73.74530282131622, 40.68910339617379, -73.74617363658581, 40.68936851794973, -73.74660531938764, 40.68949803611492, -73.74714290291891, 40.68966201764797, -73.74728616556969, 40.68973686183161, -73.7474285643944, 40.68981153284134, -73.74759842614378, 40.68988290768391, -73.74812293057592, 40.6901305472748, -73.74803683719395, 40.69026191442644, -73.74740573585579, 40.6912463447703, -73.74737014555501, 40.69135878352294, -73.74736770151162, 40.691374661473354, -73.74737188126842, 40.6914755240291, -73.74724969902378, 40.69151876331898, -73.7471487961081, 40.6915424611933, -73.74712657213553, 40.691544013480964, -73.74707274387886, 40.691523032917154, -73.74680245035674, 40.69192139090314, -73.74666150848185, 40.69211739248044, -73.74605102541419, 40.69303243890401, -73.74598825864713, 40.693101965254094, -73.74593010777699, 40.69316912079402, -73.74592643154666, 40.69318566417416, -73.74592113253276, 40.69320054161777, -73.7459126302042, 40.693215901869856, -73.74545917528343, 40.693881714381675, -73.74528309264603, 40.694114572100574, -73.745334313374, 40.69424125215588, -73.7455755804687, 40.69476320375451, -73.74568903378176, 40.695012400485965, -73.74573732083697, 40.69511451227586, -73.74619024087289, 40.69611916452104, -73.74649365499698, 40.69679955732795, -73.74681908236943, 40.69752513606055, -73.74712436102033, 40.69819772368202, -73.74741203912494, 40.69884394071094, -73.74773011196363, 40.699552821138916, -73.74804072674937, 40.70023911735706, -73.74832879881289, 40.70088689964643, -73.7486428517298, 40.70158662379765, -73.7484533708042, 40.70163147516718, -73.74815518688617, 40.701705401112086, -73.74768317194307, 40.70182617019237, -73.74679503203382, 40.702057954062916, -73.74590870335356, 40.70228695969635, -73.74502393932622, 40.70251798093347, -73.74483333897878, 40.70256553081958, -73.74424447638143, 40.70271391838487, -73.74413434303351, 40.70274179311682, -73.74386175297825, 40.70281078498965, -73.74351961131143, 40.70254101117083, -73.74349777316232, 40.70252526832007, -73.74347757085407, 40.70251491599546, -73.7434548670073, 40.70250613219308, -73.7433028755756, 40.70246057032849, -73.74309691408898, 40.702398831620634, -73.74293009387691, 40.70234882453722, -73.74274230688765, 40.70229902339594, -73.74220804887405, 40.7021361098402, -73.74165872659326, 40.70196720757557, -73.74114340479231, 40.70180763465192, -73.74104576810922, 40.70198047615529, -73.74082851387314, 40.7019649395502, -73.73823318918913, 40.701885020579404, -73.73628683462891, 40.7018257217947, -73.73581981394959, 40.70181098099432, -73.73433919967533, 40.70176609986883, -73.7323924032978, 40.701705042122775, -73.73044873934893, 40.70164650003242, -73.72857223723794, 40.701586308594464, -73.72770742662685, 40.701564852622326, -73.72774051409033, 40.70227869625246, -73.72776791676327, 40.703020322590525, -73.72780243040181, 40.70377180920624, -73.7278416388537, 40.70449057488509, -73.7278757690613, 40.705222458897374, -73.72788892428355, 40.705491691993714, -73.72790028955392, 40.7058257867986, -73.7274298089064, 40.705789255490004, -73.72727174847404, 40.70579333504977, -73.72718684794026, 40.705799815686916, -73.72711367890236, 40.705799642247015, -73.72707888893603, 40.70580026847047, -73.72678702617276, 40.7058055293978, -73.72668953575179, 40.70580778338114, -73.72659585328037, 40.70581724685103, -73.72465774270377, 40.705805006037195, -73.72465774270377, 40.705805006037195 --73.9786878050623, 40.70544930606375, -73.97878263552397, 40.7051899591628, -73.97921436776386, 40.70476239401185, -73.97928705217154, 40.704701068769154, -73.97952794201223, 40.70428659377337, -73.9795623452323, 40.704235890276955, -73.9796029232317, 40.70417608369178, -73.97966588604989, 40.7040832863022, -73.97998853784789, 40.7035407413452, -73.98020539372185, 40.703178917213506, -73.98021602177604, 40.703155351747974, -73.9802158518213, 40.7031379322196, -73.98022431551485, 40.70306300299189, -73.98106575505669, 40.70172979173799, -73.98086715064723, 40.701453077507985, -73.98053836025058, 40.70100455481796, -73.98045431871273, 40.7008509555538, -73.98042142359004, 40.70079083268146, -73.98040977115134, 40.70062165060384, -73.98044999475073, 40.6999163331597, -73.98045619711279, 40.69980753613925, -73.9804621675271, 40.69970283820885, -73.98046672602852, 40.69960732616158, -73.98054422293241, 40.698382171695314, -73.98054419162224, 40.69824619613337, -73.98034016421208, 40.69822630696781, -73.97926346579716, 40.69818364445121, -73.97765083461533, 40.69812091278731, -73.97753102018264, 40.698115493589285, -73.97751973445766, 40.69798370050398, -73.977419380741, 40.696938738867956, -73.977393089331, 40.6966641332309, -73.97739113693393, 40.696643750647446, -73.97737954992236, 40.69652273659923, -73.97737768623165, 40.69650246749718, -73.97737572817505, 40.69636978559675, -73.97737516083906, 40.696308813582384, -73.97737453849608, 40.696242587065996, -73.97737485307745, 40.696176746152624, -73.97742673561535, 40.696179438066686, -73.97802246581197, 40.696210343693394, -73.978157567609, 40.69621661176587, -73.97834345569196, 40.69622424902137, -73.97831865155362, 40.69610234827038, -73.97817984312141, 40.695420207155436, -73.97817237535257, 40.69538350984917, -73.9781599487773, 40.69532244282855, -73.97810295456125, 40.69504234734501, -73.97805750836353, 40.69481901064019, -73.97806072272485, 40.694798012197104, -73.97806501132432, 40.69477712472168, -73.97807676623437, 40.69473580693553, -73.97811205971685, 40.69465734927811, -73.97813232393248, 40.69457529210657, -73.97807359795982, 40.694501567661725, -73.97805340996855, 40.69446332894302, -73.97802601412903, 40.694408103373014, -73.97800999508082, 40.69436036593306, -73.97800679080594, 40.69434362929109, -73.97798583362227, 40.69425599188421, -73.97796844103843, 40.69415814514103, -73.97792734663741, 40.69394774145708, -73.977909122162, 40.69385447094768, -73.97787130021585, 40.6936630515749, -73.97782679692791, 40.693437823843944, -73.97584814869653, 40.69336050200436, -73.97498560348014, 40.693328375666084, -73.97462507945029, 40.69331494753674, -73.97416463965227, 40.69329779388299, -73.97385472103439, 40.693286246855784, -73.97383063670604, 40.69315665307253, -73.97356026227783, 40.691806274750924, -73.9735401763292, 40.691707293842505, -73.97351687533231, 40.691577341743425, -73.97344255963648, 40.691218279234285, -73.97312638180432, 40.68962157698185, -73.97324536583827, 40.68962617391035, -73.97345290681524, 40.689634195119, -73.97389403181937, 40.689651238291965, -73.97410904737225, 40.68966226592601, -73.97430224941525, 40.68966617963733, -73.97490892363177, 40.68969011948098, -73.97510565479368, 40.68969719791707, -73.97590957072114, 40.689728449330644, -73.97610194947175, 40.68973621224391, -73.97622211124202, 40.68974022550799, -73.97630255466957, 40.68974183330819, -73.97690736669927, 40.689766665447316, -73.97709802024825, 40.68977261991952, -73.97723384520916, 40.68977758078219, -73.97793940173098, 40.6898058781501, -73.97810867796865, 40.689811996144385, -73.9786249277012, 40.68983041053196, -73.97926605585225, 40.68985537389184, -73.97932576764848, 40.68985796640623, -73.97937784788645, 40.68985988573936, -73.9795102986548, 40.68986268117805, -73.9794962646347, 40.689753830037006, -73.9792854228645, 40.688253734224986, -73.97944455678892, 40.68831394407366, -73.98007431350935, 40.688565431361674, -73.98014177037336, 40.68859247463368, -73.98016867952681, 40.68860337278475, -73.98025763790913, 40.68863792547124, -73.98038598581059, 40.688685454003085, -73.98041212196624, 40.6886942501671, -73.98043933042618, 40.688709459963846, -73.98049858738251, 40.68873893391868, -73.98053244190446, 40.688754715744935, -73.98092863341489, 40.6889028958254, -73.98084307203115, 40.688761045353395, -73.98123559126907, 40.68818097766893, -73.9813257395585, 40.68805145977558, -73.98140044549329, 40.687944125265325, -73.98151245787626, 40.6879876813407, -73.98200986701525, 40.688181101317504, -73.98260947735919, 40.688413787108956, -73.98271471001601, 40.688458422503174, -73.9828565223721, 40.688509139920605, -73.98347526527971, 40.68874804838763, -73.98357261359932, 40.68878563534566, -73.98363730199682, 40.68869003255308, -73.98398776896339, 40.68817433170191, -73.98421621850956, 40.688263223227466, -73.98448980351446, 40.68836967499942, -73.98453407486753, 40.68838690147606, -73.98500066788392, 40.68856845181099, -73.98605861272253, 40.68898008433498, -73.98615533347129, 40.68901766002571, -73.98621846932771, 40.688924424849276, -73.98650714865501, 40.68849813080897, -73.98656822092548, 40.68840794253014, -73.98661512232975, 40.6883384886932, -73.98672097259626, 40.688181741378784, -73.9869205062459, 40.687889325186454, -73.98700001604398, 40.6877728059505, -73.98707157846869, 40.687667027090455, -73.98737826541064, 40.687213695802185, -73.98742924045602, 40.68713834370623, -73.98747619329947, 40.68706891832966, -73.98780626148661, 40.686580895222214, -73.98785885550052, 40.68650312702364, -73.98790585712717, 40.686433741094056, -73.9882889603049, 40.685868385109416, -73.98865833357476, 40.685323533857826, -73.98871155501935, 40.685224305175765, -73.98876105829933, 40.6851320082599, -73.98906439062894, 40.68468046943561, -73.98912840520816, 40.68458913908454, -73.98919217632718, 40.68449533316144, -73.98921768081118, 40.68445713935847, -73.9892966918226, 40.684339127189155, -73.98955661876529, 40.68395535565538, -73.98992174320342, 40.683419073629175, -73.9899919848591, 40.68331853017041, -73.9921916059153, 40.684178011373575, -73.9924728603099, 40.68428709045031, -73.99268886388384, 40.68437086297278, -73.99446327274947, 40.685059014024795, -73.99457806306297, 40.68509982447173, -73.99445219240819, 40.68536741154004, -73.99440801486185, 40.68545218376557, -73.9945394003484, 40.68549329042277, -73.99461829925414, 40.68551955582176, -73.9947942244725, 40.68557811621808, -73.99526629752229, 40.685735255537615, -73.99538555763434, 40.685774817247285, -73.9955182808985, 40.685819065631556, -73.99635807995922, 40.68609594109641, -73.99727741282025, 40.68639812486963, -73.99818879731073, 40.6866993421149, -73.99834205236525, 40.686751195997815, -73.99857881144212, 40.68683090002101, -73.99872731627386, 40.686880894671226, -73.99882215317177, 40.68691281978777, -73.99893196197272, 40.6869477265664, -73.9990321899483, 40.68697837373079, -73.999696268639, 40.687197713685165, -73.99974122928516, 40.68721256236282, -73.99980708981676, 40.68723489522787, -73.99993915881151, 40.68727967791159, -74.00000685074656, 40.68730263291797, -74.00005339674192, 40.68731789480904, -74.0004337909195, 40.68744261602712, -74.00053819635431, 40.687480002205696, -74.00066186700677, 40.6875196277573, -74.00126915909573, 40.68771916384529, -74.00138866158328, 40.68775147198846, -74.00348970819672, 40.68841745620206, -74.0043688789862, 40.68665695830048, -74.00459644228891, 40.686201300345445, -74.00465899829304, 40.68607225242092, -74.00468602168345, 40.6860165077263, -74.00477009705591, 40.68584307073911, -74.00479534134118, 40.68579093264828, -74.0048524163422, 40.6856678147231, -74.00543490373447, 40.68583007206228, -74.00549714925255, 40.68584741119831, -74.00685905069136, 40.686242082751214, -74.00740657409659, 40.686400758039106, -74.00718047035764, 40.68650643593753, -74.00715828171167, 40.68651072556579, -74.0071076710808, 40.686517227709764, -74.00702863666338, 40.68653142285791, -74.00700887753807, 40.68653287929312, -74.00698734715107, 40.686531062465434, -74.00696432823945, 40.686525992168164, -74.00694051049791, 40.68651781424195, -74.00692201588362, 40.68650696776884, -74.00688471054394, 40.686471160182045, -74.0068693662589, 40.68646070883738, -74.00675433702816, 40.68641261741256, -74.00659387523977, 40.68634675324613, -74.00654629297438, 40.686327943332344, -74.00650580426871, 40.68631345366246, -74.00646815498948, 40.686301768018254, -74.00643244249736, 40.68629263520965, -74.00640579205384, 40.68628831693235, -74.00635000851851, 40.6862839057062, -74.00632647179097, 40.68628086596804, -74.00621111673614, 40.6862579010495, -74.0061668787618, 40.6862503256064, -74.0061385154902, 40.68624690156897, -74.00607554178096, 40.68624119205244, -74.00604929486266, 40.68623784262391, -74.00592136276349, 40.68621652331375, -74.00586816771981, 40.68621275378703, -74.00562964203053, 40.68679358708392, -74.00558904251358, 40.68686941861042, -74.00546904472158, 40.6870923086883, -74.00540002303552, 40.68722050365358, -74.0053633491131, 40.687264025387044, -74.0053321313191, 40.68729549348224, -74.00522901488439, 40.68738843661319, -74.00512074145053, 40.68748088549836, -74.00510285364976, 40.68749975925508, -74.00508642009999, 40.68752335073505, -74.00507255154623, 40.68755052794426, -74.00506369737406, 40.68757337526234, -74.0048661339451, 40.68792066230796, -74.00472645685241, 40.68810434946051, -74.00466578476866, 40.68818241294382, -74.00463025750719, 40.688228117236385, -74.00447308195463, 40.68840538051437, -74.00440651277907, 40.68847758354589, -74.00434333359726, 40.68854396639226, -74.00427347081059, 40.68861899257926, -74.00423961387588, 40.688652541557104, -74.00420265725346, 40.68868368536688, -74.00418424206846, 40.68869683173218, -74.00416557480611, 40.68870857600432, -74.00402660950472, 40.6887884276701, -74.00395004110723, 40.68882949643466, -74.00391476237431, 40.68885073804878, -74.00389090087775, 40.688870940074125, -74.00386125291041, 40.688906266410584, -74.00383130931364, 40.688944328508626, -74.0036720047772, 40.6892850771392, -74.00343035750412, 40.689609324311924, -74.00337678865208, 40.68968016927507, -74.0033505033906, 40.68971492985525, -74.0032865245435, 40.68980377994005, -74.00323118492358, 40.68988592722589, -74.00318315257626, 40.68996343393774, -74.00316518850619, 40.68999620410968, -74.00313677703146, 40.690054930056576, -74.0031184586747, 40.690102089531194, -74.00310703574833, 40.690138616457155, -74.00309770193729, 40.69017245079112, -74.00302466535565, 40.69034893080799, -74.00299466539288, 40.69042140759517, -74.00280451938747, 40.69037414534965, -74.00261710981101, 40.690321175274924, -74.00194993693168, 40.69014082832646, -74.00184937246513, 40.69035429213791, -74.00181172710572, 40.690366644175604, -74.00095668437798, 40.690127063017776, -74.00072327909838, 40.69061371285302, -74.00115869930043, 40.6907352749661, -74.0023910451156, 40.69107530592528, -74.00235512186022, 40.69115117489487, -74.00225882886701, 40.69135452798877, -74.00215702493674, 40.69156951392789, -74.00205968141977, 40.691775080325115, -74.00202551652572, 40.691847230935394, -74.00201356116123, 40.69187247612714, -74.00197101228625, 40.691963679020446, -74.00187704164156, 40.69216509833286, -74.00176637573342, 40.692402306006855, -74.00175567299473, 40.692425241335066, -74.00140894813622, 40.6931488406455, -74.00136801834377, 40.69323426649135, -74.00133120900571, 40.6933110824707, -74.00121688595708, 40.69355504977402, -74.0011478943432, 40.69368208582596, -74.00096897065198, 40.69406130061089, -74.00172672950289, 40.694322131558636, -74.00233350739867, 40.69453275438374, -74.00295894730188, 40.69475049387976, -74.00298694000692, 40.69480330642464, -74.00283405979849, 40.69504439554265, -74.00244124229069, 40.69566383565864, -74.00237350467535, 40.695683224210924, -74.0020086949915, 40.6955575195988, -74.00093551735814, 40.69518342076184, -74.00052943719034, 40.69504442921926, -74.00022462415444, 40.69504443021781, -74.00009206669802, 40.695261898800254, -73.99993644546359, 40.69551295453268, -73.99958310047609, 40.696062890517986, -73.99943450441775, 40.69633046187133, -73.9994658410999, 40.69636455272298, -73.99947741574613, 40.696381460798875, -73.99948424587917, 40.696408190742204, -73.99949102285028, 40.696425171736585, -73.99950646054639, 40.696437172033335, -73.99953022293461, 40.69644683643285, -73.99955017441819, 40.69645245481002, -73.99957705677353, 40.696465549264104, -73.99959443960661, 40.69647648424986, -73.99961200109095, 40.69648927609035, -73.9996036029551, 40.6965069765352, -73.99941956813147, 40.69689469860028, -73.99916601567745, 40.696872404856705, -73.9989946332848, 40.69681359372072, -73.99883787407012, 40.697149941743035, -73.99891989778052, 40.69717900027653, -73.99930587142303, 40.697311125530824, -73.99974227920664, 40.697461499396304, -74.00030602830525, 40.69765542371569, -74.00061575261716, 40.697762980570964, -74.0008406033894, 40.697840700567305, -74.00097828701747, 40.69788828975511, -74.00100023923179, 40.69793417247045, -74.00093288819048, 40.69804050553055, -74.00078035049297, 40.69828498044594, -74.0006937994892, 40.69842382738594, -74.00064499960439, 40.69850013797944, -74.00049557392398, 40.69873875195192, -74.00043004518838, 40.69875745495393, -74.00000918871329, 40.69861269481278, -73.99991152807542, 40.69857926146093, -73.99938386298244, 40.69839808758516, -73.99887127211917, 40.698219906538796, -73.99838718658575, 40.69805269635086, -73.998147011015, 40.69844392299966, -73.99796744839182, 40.69873690162875, -73.99803886277294, 40.69876632080127, -73.99875561152831, 40.6990174197024, -73.99923415698419, 40.699182085236885, -73.99999307118317, 40.69944300037831, -74.00001698972282, 40.69948988103963, -73.99976141184673, 40.69989606489045, -73.99950714187571, 40.700301001849546, -73.99944751207224, 40.70031795912115, -73.99867441756085, 40.700052237818475, -73.99799306752624, 40.69981718799463, -73.99747522900203, 40.69963974719618, -73.99729515978123, 40.700018350813025, -73.99723437024905, 40.700146161748975, -73.99729515310537, 40.70018289418017, -73.99758097257194, 40.7003556034456, -73.99776883853681, 40.7004701649791, -73.99817851286642, 40.70071638298316, -73.99834643431538, 40.70081650984505, -73.99862438015829, 40.70098466160232, -73.99862929674681, 40.70103004566323, -73.99834864554545, 40.70130344551171, -73.99812828715734, 40.70151651046424, -73.9979495417435, 40.70170513854686, -73.99774106572606, 40.70190632520667, -73.99729506571644, 40.702336736835875, -73.99699092798666, 40.702627825128694, -73.99681889601666, 40.702794386364204, -73.99638422749992, 40.70321514934671, -73.99623856453256, 40.70335464925068, -73.99617303531393, 40.7033643717164, -73.99595283822607, 40.70328605028406, -73.99551122785991, 40.7031141415315, -73.99513752250121, 40.70297942150236, -73.99505907297431, 40.703122167281556, -73.99505066948157, 40.703136670562316, -73.99502503768173, 40.70318090889662, -73.99501009559204, 40.703192909369506, -73.99499308051992, 40.70320333295423, -73.99497398174579, 40.70321311348012, -73.99494908028522, 40.70322164113653, -73.99491504891616, 40.70322700758847, -73.9948934707057, 40.70322732631485, -73.9948747963472, 40.703226376345505, -73.99485196884348, 40.70322353331179, -73.99480626045651, 40.703295559587986, -73.99467100415562, 40.70343923094713, -73.99476976009747, 40.70352008251539, -73.99487474227165, 40.70359113941, -73.99489258935552, 40.70358008732303, -73.9949917687277, 40.703653998474685, -73.99496562268865, 40.70367294590053, -73.99488119187451, 40.703812866378875, -73.99486887016643, 40.703830406896586, -73.99481618804485, 40.70390541625502, -73.99477839795517, 40.70395921741531, -73.9947672880145, 40.703975035298015, -73.99476533238577, 40.70403091555736, -73.99479831313542, 40.70405949028609, -73.99479623244498, 40.7040958114275, -73.99468085615965, 40.704180315565885, -73.99459057515762, 40.70424643502463, -73.99454473403777, 40.70428001203793, -73.99446667338495, 40.70433718359356, -73.99434133821525, 40.70442898015304, -73.99386010396192, 40.70455574481616, -73.99381403648076, 40.704535843745674, -73.9937814353905, 40.70447312766216, -73.99376377184188, 40.70447832626033, -73.9937388859637, 40.704490647509616, -73.99371013748225, 40.70450629233073, -73.99367666663632, 40.70451995936189, -73.99364010205053, 40.70452737666218, -73.99362121608857, 40.70453301281944, -73.99359955234502, 40.70454468494826, -73.99357728439047, 40.70456384659386, -73.99356340463072, 40.704572750977356, -73.99354465584292, 40.704579100334904, -73.99350140910441, 40.70458672973683, -73.99346476632262, 40.704594577421446, -73.99344063583035, 40.70460141003111, -73.9934278313638, 40.7046133491834, -73.99342299595305, 40.70462992732485, -73.99321692078182, 40.70463095095376, -73.99291294765136, 40.70463268323388, -73.99263131801696, 40.70463026208406, -73.99261229949582, 40.70463513353297, -73.99259200082882, 40.704638325442374, -73.9925717047349, 40.704639646985804, -73.99251082500442, 40.704641181114575, -73.99247735391313, 40.70464375709649, -73.99243980822459, 40.704650700282215, -73.99238686183266, 40.70465810710201, -73.99236595508566, 40.70465995626857, -73.99234112700857, 40.70466071104894, -73.9923169972637, 40.70465985125334, -73.99228486277944, 40.704656563137334, -73.99223299762492, 40.70464603086827, -73.99221482242199, 40.704643686509385, -73.9921812331974, 40.70464447758332, -73.99214702299349, 40.70464311638249, -73.99212533001015, 40.70463938137958, -73.99210626233871, 40.7046292952447, -73.99209159941418, 40.70461496890041, -73.99208452473958, 40.70459277710789, -73.99207986646869, 40.704569704780845, -73.99207514759743, 40.70453882681515, -73.99206915923536, 40.70451636314178, -73.99206112257859, 40.704494003786074, -73.99204312977815, 40.70445093737889, -73.99202492187783, 40.70440589343029, -73.99201490061748, 40.70438559340353, -73.99199564159176, 40.70435371395587, -73.99194173201957, 40.70427438683009, -73.99192219548743, 40.704228615157845, -73.99191126394386, 40.70421152898358, -73.99189536026786, 40.70419401651626, -73.99186766402546, 40.704165962725824, -73.99185234682909, 40.704152171207866, -73.99183452102722, 40.70413867757928, -73.99181729951653, 40.704128257437, -73.99179979128307, 40.70412086118966, -73.99176491385963, 40.70411089633971, -73.99171799420421, 40.7041001606759, -73.99166036208187, 40.70408127098512, -73.99162216917227, 40.704070922233626, -73.99156410325214, 40.70404873929204, -73.99152688435176, 40.70403737390264, -73.99150635716875, 40.7040334083376, -73.99148461453424, 40.7040311401434, -73.99143019055028, 40.70402973580867, -73.99135055585195, 40.70402506430139, -73.99129072085303, 40.70402247892329, -73.99122623588657, 40.704017232147855, -73.99116120637768, 40.70401379622338, -73.99111598000987, 40.70401316148289, -73.99109055928638, 40.70401425904274, -73.99106902077234, 40.70401653476752, -73.99102602862254, 40.70402341943709, -73.99089153150437, 40.70404827560053, -73.99088187782523, 40.70405992655605, -73.99087226626263, 40.704092355919165, -73.99086883376069, 40.70413393857168, -73.99085237877448, 40.70420403939217, -73.99084526782512, 40.70424251948854, -73.990838790913, 40.70426522987569, -73.99082932108425, 40.70428198854289, -73.99081398279694, 40.70429381193753, -73.9907888508096, 40.70430257100639, -73.9907412774223, 40.70431302483063, -73.99068017706273, 40.704328692403365, -73.99065413623346, 40.70433774763748, -73.9906153601974, 40.704359400885686, -73.99057802974731, 40.70437533328901, -73.99056336400099, 40.704383655516196, -73.99055801038972, 40.70440309261964, -73.99056249144664, 40.70442874045735, -73.99055946369441, 40.70444332849665, -73.9905447658148, 40.70446117092701, -73.9905100630255, 40.70449630153012, -73.99049378624872, 40.7045166274346, -73.99048059072577, 40.70453725076047, -73.9904509711222, 40.704590221800125, -73.99041597793165, 40.704652662164015, -73.9903779553511, 40.70471562365973, -73.99035419677277, 40.70475020671746, -73.99032802781635, 40.70478456804181, -73.9902861822743, 40.70483633222452, -73.9902512979509, 40.70488062903937, -73.99023368051067, 40.70489964094624, -73.9902121961373, 40.70491787177816, -73.99019757856802, 40.70492737273176, -73.99018153542157, 40.704934777171175, -73.99016094615438, 40.70494124108577, -73.99014200571388, 40.70494440926574, -73.99012092389424, 40.704944851410495, -73.99009940936959, 40.7049427027425, -73.99003899840878, 40.70493287204936, -73.9899640189433, 40.70492092475363, -73.98989509407956, 40.7049115597073, -73.98984370029922, 40.70489945050818, -73.98981790869445, 40.70489377140495, -73.98979432434861, 40.70489325152219, -73.98976099770896, 40.7049014468194, -73.98971789511283, 40.70491401411806, -73.98969077196925, 40.70491810091483, -73.98967130484064, 40.70491429000592, -73.98964356529154, 40.70488727306832, -73.98961514908144, 40.704859191658215, -73.98960146348382, 40.70484849324622, -73.98954179433152, 40.704825369007814, -73.98949056011185, 40.70480775663942, -73.98945509794514, 40.70479891577597, -73.9894342105882, 40.70478962238251, -73.9893670617194, 40.704767620304395, -73.98933911322295, 40.70472385015682, -73.9893257869407, 40.70469397985434, -73.98927784762525, 40.7046883490026, -73.98925404281296, 40.70467593683308, -73.98917525212528, 40.70465820378107, -73.98915005877957, 40.70461283904004, -73.98908491025507, 40.70460346846093, -73.98905071360808, 40.70459212327, -73.98899778979958, 40.70458257910454, -73.98898769093829, 40.70456469127767, -73.98894876142933, 40.70456586001269, -73.98888314623149, 40.704552561243084, -73.9888632472328, 40.70454946516179, -73.98882870372863, 40.70454647301655, -73.98879406033919, 40.70454640391175, -73.98862104665817, 40.70454759452416, -73.98831149053714, 40.70455190307139, -73.98830876765624, 40.704653755154766, -73.98829854845482, 40.7048775132238, -73.98827813608732, 40.70508158326543, -73.98800939206488, 40.705118936717035, -73.98757756998808, 40.70515690961907, -73.98744911195365, 40.705165571211765, -73.98714447490534, 40.705191113919255, -73.98698779992921, 40.705197882569145, -73.98697063953111, 40.705192084035495, -73.98695672000696, 40.705181321346736, -73.98693796718796, 40.705173962941835, -73.9869167142399, 40.70518368515171, -73.9869110160661, 40.70519849791797, -73.98684502678067, 40.70520291280719, -73.98682673718713, 40.70519878277084, -73.98679881718698, 40.70517995888199, -73.9867789457293, 40.70517476785407, -73.98675874794318, 40.705174217120856, -73.98675731574087, 40.70512261494576, -73.98661511493736, 40.70511255329228, -73.98662072866543, 40.70501763642998, -73.98662945272852, 40.70496678825992, -73.98665190160575, 40.70469295431268, -73.9866300270714, 40.70468139640972, -73.98656004221844, 40.70468609253177, -73.98652350737166, 40.704688366554294, -73.98650259256185, 40.70468827675406, -73.98647690944095, 40.70468627460393, -73.98645362188262, 40.70468150725904, -73.98641911616477, 40.70514957377516, -73.98640134259334, 40.70541198972793, -73.98585544756818, 40.7054550224204, -73.9855099426918, 40.70548121674753, -73.98519882654183, 40.70550428788878, -73.98469762252982, 40.705542549918235, -73.98447825912437, 40.70555966358351, -73.98418908925257, 40.7055825584525, -73.98392807411253, 40.70560426875499, -73.98344285474049, 40.705644503273426, -73.98342025025603, 40.70547153428197, -73.98309210323826, 40.705480326869655, -73.98308459110238, 40.70551943858083, -73.98273922744362, 40.705584274563755, -73.98272910240146, 40.70555001668875, -73.98259828589714, 40.70554022733759, -73.98258119551402, 40.705525731921185, -73.9825042702418, 40.70551799926934, -73.9824556479404, 40.70551311469861, -73.98244878264659, 40.705561421589316, -73.98238241577498, 40.70556824453167, -73.98235937266695, 40.70556976466788, -73.9823325479624, 40.70557022251614, -73.9822893262944, 40.70556976741931, -73.98226815436652, 40.70556548312833, -73.9822482656013, 40.70555952408002, -73.98222716447067, 40.7055471414929, -73.98220868898103, 40.70553086099362, -73.982182654124, 40.705511507676825, -73.98216433208351, 40.70550557677237, -73.9821328459891, 40.70550288206157, -73.98211255899079, 40.70550383075142, -73.98208873449974, 40.70550688248204, -73.98201659655206, 40.705518342849906, -73.98197143811173, 40.70552561011744, -73.9819213750964, 40.705531860820145, -73.98185399810762, 40.70554134611157, -73.9817547005455, 40.70555310640335, -73.98170175215975, 40.705560836993975, -73.98167084063425, 40.70556431885628, -73.98165267491488, 40.705570950030086, -73.98164104045242, 40.705592805389124, -73.98163580542851, 40.70561440422179, -73.98162880352352, 40.70563238271614, -73.98160906865415, 40.70565205934196, -73.98159412283225, 40.705662537105304, -73.98157447421109, 40.705674066811824, -73.98155500476317, 40.70568379281931, -73.98153335232342, 40.70569266929099, -73.98151460462964, 40.705698338603376, -73.98149266473924, 40.70570257198421, -73.98146551865217, 40.70570534569418, -73.98144007851491, 40.70570527945975, -73.98141309949341, 40.70570301662379, -73.9813821911071, 40.705699205166816, -73.98129303514018, 40.70568675735043, -73.98126123231535, 40.705682464842525, -73.98123825079189, 40.70567936424012, -73.98121989635118, 40.70567936755056, -73.98119843202362, 40.70567982510841, -73.9811767733856, 40.70567696334538, -73.98115947259285, 40.70567102974651, -73.98114747353272, 40.7056592580973, -73.98114069911986, 40.70563806705262, -73.98113739684983, 40.70558240319703, -73.98113329173813, 40.70555798425554, -73.98112214697528, 40.70553396398661, -73.9810343429904, 40.70537465357605, -73.98098662142931, 40.70537382083476, -73.98096645381402, 40.705702716706384, -73.981035267507, 40.70578936627, -73.98117372158302, 40.705781807592246, -73.98128416602988, 40.705775778668574, -73.98148235853185, 40.70576469571035, -73.98158973693627, 40.705758690314035, -73.9817996041924, 40.70574675679242, -73.98226131571484, 40.705717695524754, -73.98225859882022, 40.7057399107232, -73.98224845938832, 40.70582274090298, -73.98200586744876, 40.70584269909172, -73.98174718005984, 40.70585750779523, -73.98148791144035, 40.70587269403867, -73.98119426171628, 40.70589060353639, -73.98090682457541, 40.70590745791624, -73.98074767224529, 40.70585522245643, -73.98055833041882, 40.70585067096547, -73.9803322633416, 40.705845233094166, -73.98006679888698, 40.70583960155728, -73.97947867645959, 40.705825251218116, -73.9792815529797, 40.70582170121009, -73.97927610489192, 40.705913316461064, -73.97923001507517, 40.705900103054354, -73.9791912152093, 40.705960549179466, -73.97907136726384, 40.70596382872625, -73.97879941084376, 40.705916926249735, -73.97892343146829, 40.705489596909054, -73.9786878050623, 40.70544930606375, -73.9786878050623, 40.70544930606375 --74.04166368322147, 40.69644953676715, -74.04237390753413, 40.69700348802444, -74.04328200892694, 40.69770992364183, -74.04368404299693, 40.69802266650581, -74.04364486250334, 40.698050653087044, -74.04366625295653, 40.69806645256864, -74.04271408237402, 40.69879649595717, -74.04297731629941, 40.698993077960495, -74.04237547801523, 40.699474377289285, -74.041328968127, 40.700311265222446, -74.04130419189181, 40.70033107817951, -74.04128725889298, 40.70034461805191, -74.04126394792185, 40.70036325980884, -74.04121713790153, 40.70040069466173, -74.04110913558806, 40.70048705998239, -74.04091767860119, 40.70034753891841, -74.04080155014485, 40.700262730287214, -74.04070583860393, 40.700333208540506, -74.03995500273528, 40.70088514066081, -74.03993517264139, 40.70088266753258, -74.03946016213051, 40.70052981261243, -74.03939302097848, 40.700579606915916, -74.03894679859394, 40.700249140248204, -74.0386885112739, 40.70005822692845, -74.03771344911644, 40.699337564461835, -74.03783062820413, 40.69924854729122, -74.03809777823076, 40.69904013826587, -74.03823184352936, 40.69836420798463, -74.03867743790882, 40.69836812762025, -74.03880697973162, 40.698368969218535, -74.0390027826846, 40.69837020967556, -74.03934949931912, 40.69810752836424, -74.03955027720085, 40.69825902928754, -74.03961338092347, 40.698298315851396, -74.03968376592003, 40.69835128855872, -74.03977100317302, 40.69841614396481, -74.03988402124205, 40.69850097814548, -74.04003090061649, 40.69861018181375, -74.0403399324163, 40.6988404780989, -74.0405583071139, 40.69900455844316, -74.04088979396407, 40.69926591029837, -74.04124787483791, 40.6995349042165, -74.04155026779775, 40.69930190226802, -74.04175540922517, 40.69914287860598, -74.04167882940229, 40.69908318168617, -74.04166169823382, 40.69907055820356, -74.03991903578017, 40.69770329662693, -74.04000652512151, 40.697645083239024, -74.04028813611272, 40.697455044414944, -74.04078453142525, 40.69709971105512, -74.0413199343364, 40.69670522616307, -74.04155808076976, 40.696529180260455, -74.04166368322147, 40.69644953676715, -74.04166368322147, 40.69644953676715 --73.9533526541381, 40.6993438114866, -73.95292437875553, 40.69720402862177, -73.95290525066552, 40.69710663036474, -73.95250718436725, 40.69507985672986, -73.95249830052626, 40.69503462751037, -73.95248890739843, 40.69500345778588, -73.95246786724066, 40.694904707869895, -73.95234078272964, 40.69426273373977, -73.95233183865159, 40.694219327115746, -73.9522759408027, 40.69394058530209, -73.95221905440792, 40.69365515313009, -73.9521935602095, 40.693525728024994, -73.95217245480228, 40.69341859153168, -73.95207246322094, 40.69291097307747, -73.9520507682856, 40.69279334803244, -73.95202945896457, 40.692695662302356, -73.95192522236512, 40.69216991097242, -73.95190187526197, 40.69206200353563, -73.95187901423716, 40.69194459408119, -73.95177233448632, 40.691404283844, -73.95175746815043, 40.691328996509725, -73.9516115614506, 40.690596388431125, -73.95160519014533, 40.69056458862738, -73.95156290748047, 40.690353529239985, -73.95146464346084, 40.68986302504209, -73.9513187171987, 40.68913198334008, -73.95222236991236, 40.68902833564684, -73.95497567111202, 40.68871088196726, -73.95713186064224, 40.68846281695797, -73.95724849559886, 40.68904494595385, -73.95727386365014, 40.68919186603739, -73.9600051939459, 40.68888071984712, -73.96123718929336, 40.68873638479017, -73.96264803548439, 40.6885755550027, -73.96283558692122, 40.688554477072316, -73.96301465502498, 40.688533083631924, -73.96461293344966, 40.68834790483621, -73.96477250278957, 40.68832960943413, -73.96485376391195, 40.68832029235427, -73.96500089066161, 40.68830342375056, -73.96582204685572, 40.68820911124468, -73.9668206955159, 40.68808839881092, -73.96778749480703, 40.68798337555573, -73.96878493017662, 40.68786703753946, -73.9697831425718, 40.687751294425155, -73.97001676254817, 40.68772487773291, -73.97032490450782, 40.68768968629306, -73.97076366107746, 40.68763796684228, -73.97172664651377, 40.68752767843802, -73.97255175633387, 40.68743570253733, -73.97268745899682, 40.68741487803105, -73.97276317809629, 40.68779326024931, -73.97280920829537, 40.6880232802945, -73.972840431661, 40.688179302529534, -73.9731211929266, 40.68959540325106, -73.97312638180432, 40.68962157698185, -73.97344255963648, 40.691218279234285, -73.97351687533231, 40.691577341743425, -73.9735401763292, 40.691707293842505, -73.97356026227783, 40.691806274750924, -73.97383063670604, 40.69315665307253, -73.97385472103439, 40.693286246855784, -73.97416463965227, 40.69329779388299, -73.97462507945029, 40.69331494753674, -73.97498560348014, 40.693328375666084, -73.97584814869653, 40.69336050200436, -73.97782679692791, 40.693437823843944, -73.97787130021585, 40.6936630515749, -73.977909122162, 40.69385447094768, -73.97792734663741, 40.69394774145708, -73.97796844103843, 40.69415814514103, -73.97798583362227, 40.69425599188421, -73.97800679080594, 40.69434362929109, -73.97800999508082, 40.69436036593306, -73.97802601412903, 40.694408103373014, -73.97805340996855, 40.69446332894302, -73.97807359795982, 40.694501567661725, -73.97813232393248, 40.69457529210657, -73.97811205971685, 40.69465734927811, -73.97807676623437, 40.69473580693553, -73.97806501132432, 40.69477712472168, -73.97806072272485, 40.694798012197104, -73.97805750836353, 40.69481901064019, -73.97810295456125, 40.69504234734501, -73.9781599487773, 40.69532244282855, -73.97817237535257, 40.69538350984917, -73.97817984312141, 40.695420207155436, -73.97831865155362, 40.69610234827038, -73.97834345569196, 40.69622424902137, -73.978157567609, 40.69621661176587, -73.97802246581197, 40.696210343693394, -73.97742673561535, 40.696179438066686, -73.97737485307745, 40.696176746152624, -73.97737453849608, 40.696242587065996, -73.97737516083906, 40.696308813582384, -73.97737572817505, 40.69636978559675, -73.97737768623165, 40.69650246749718, -73.97737954992236, 40.69652273659923, -73.97739113693393, 40.696643750647446, -73.977393089331, 40.6966641332309, -73.977419380741, 40.696938738867956, -73.97751973445766, 40.69798370050398, -73.97753102018264, 40.698115493589285, -73.97736810726872, 40.69810967947998, -73.9767864174252, 40.69808663748396, -73.97591708185931, 40.69805122811804, -73.97578275064647, 40.69804741597851, -73.97559115693565, 40.69803727175671, -73.97478615605134, 40.698004237622584, -73.97377512753454, 40.6979590815302, -73.97360166827909, 40.69795371714605, -73.97293839721834, 40.697927891298036, -73.97279477636265, 40.69792052006453, -73.97262248642923, 40.69791476185759, -73.97200770307427, 40.697891159230835, -73.97178445031015, 40.69788234723344, -73.97157644879421, 40.69787351065453, -73.97098947327288, 40.69784986352645, -73.9707619066414, 40.69783897007544, -73.97054415522362, 40.69783190406347, -73.97024774376862, 40.69781959346, -73.96972789207838, 40.69780369533275, -73.9687394918904, 40.6977595320388, -73.9677274451067, 40.697717308640335, -73.96674227587974, 40.69767182155539, -73.96577475153941, 40.697635466983954, -73.96559896206584, 40.697629445078334, -73.96547745372537, 40.69762912863633, -73.96537276992137, 40.69763149525307, -73.9653158059336, 40.69763838413044, -73.96487573029609, 40.697714019784534, -73.96394909189358, 40.69785979097296, -73.96283963316708, 40.69803834831061, -73.96258909803487, 40.69807818596146, -73.9624965589456, 40.698092902635615, -73.96229420224603, 40.69812507936567, -73.9622005791338, 40.698139965643534, -73.96189838188606, 40.69818801729617, -73.96189121067488, 40.698243780051364, -73.96187012857659, 40.69834324726714, -73.96184999848133, 40.6984165359988, -73.9618137299767, 40.69853879463724, -73.96179512152891, 40.69859111633317, -73.96168553464109, 40.69860698385273, -73.96121667654738, 40.698680962395514, -73.96121111810201, 40.69865621894621, -73.96112459036146, 40.69866981990698, -73.96086177402165, 40.69871133810751, -73.96086680074202, 40.69873667032785, -73.96078038967748, 40.69875075644564, -73.96069479322342, 40.69876380988909, -73.96068358179306, 40.69871075417741, -73.96067222642573, 40.69865702933439, -73.96066047818222, 40.69860142588688, -73.9606492420222, 40.698548263901806, -73.96036001163266, 40.69859486612149, -73.96034501027155, 40.69853861315188, -73.96032004728075, 40.69854263524165, -73.96021621930596, 40.698553543325716, -73.96022951886347, 40.69861619566521, -73.95942399247934, 40.698751553270384, -73.95938294311661, 40.698591650124634, -73.95885874114603, 40.698677013512686, -73.9589051453254, 40.698912278129214, -73.95844980651634, 40.69897966297839, -73.95847692854002, 40.69911905405968, -73.95830330436243, 40.69914748890222, -73.95816654882651, 40.69916993857688, -73.95808209502437, 40.699183713603645, -73.95801873391441, 40.69919409142694, -73.95787157202255, 40.699218245226625, -73.95785377602384, 40.69922110504203, -73.95772408227738, 40.69924239781725, -73.95770632176595, 40.69924525131922, -73.95758448525184, 40.69926520416032, -73.9574992406423, 40.6988950738664, -73.95715047188455, 40.69895221623257, -73.95701993120497, 40.69897360335394, -73.95686101372846, 40.69899872312451, -73.95607456294506, 40.699089688087795, -73.95518370330598, 40.69919259018654, -73.95429053042547, 40.699295037816874, -73.95336999553436, 40.69940422667873, -73.9533526541381, 40.6993438114866, -73.9533526541381, 40.6993438114866 --73.8663171792275, 40.68335677683508, -73.86629521141718, 40.6831885089891, -73.8662722779207, 40.683012840480814, -73.86602666644372, 40.681917736407264, -73.86499404440089, 40.68212864852544, -73.86489150476507, 40.68215017835688, -73.86410096096022, 40.68237253283899, -73.8639901984816, 40.681928242663915, -73.86381861585572, 40.68123999203645, -73.86378674366726, 40.68111342380621, -73.86334869399604, 40.67935089922178, -73.86330275270961, 40.679167062040605, -73.86305224550287, 40.679122699228124, -73.86298652043588, 40.67912333689189, -73.86296511531745, 40.67912463605922, -73.86275986319771, 40.67913709950091, -73.86243992776363, 40.67915653059271, -73.86234580396558, 40.67916446413176, -73.86232288094625, 40.67907250757532, -73.86227320719077, 40.678870947863025, -73.86224160510078, 40.67874271263228, -73.86220285836708, 40.67858548483898, -73.8621832475078, 40.678506206971754, -73.86209831524941, 40.67816691969048, -73.8620284297007, 40.67788579757446, -73.86201008960798, 40.67781052128501, -73.8617123869989, 40.67661027883165, -73.86139776194138, 40.67533626818058, -73.86135357733994, 40.675160204591585, -73.86131863078202, 40.675020949002636, -73.86102440489925, 40.674004908200814, -73.86103762022174, 40.67389744035845, -73.86103785263103, 40.67386991005961, -73.86103341293074, 40.67384419316017, -73.86098457448408, 40.67368765596978, -73.86097625852094, 40.673661005951644, -73.86096848069049, 40.67363607026538, -73.86077512494968, 40.672805302944575, -73.86075580748046, 40.67270835609977, -73.86040794010839, 40.671348379086034, -73.8603893815641, 40.671268452843165, -73.86030720716522, 40.67127852442772, -73.86011709884922, 40.671300377702224, -73.859594178997, 40.67135954310596, -73.85947416131572, 40.671380215611265, -73.85855479391587, 40.671532616214925, -73.85763322669871, 40.671655875045225, -73.85762091297275, 40.6715591416391, -73.85757218480934, 40.671358262551394, -73.85728407086516, 40.670315183004895, -73.8572674386111, 40.67025497094153, -73.8572247031918, 40.670093676813, -73.85719508520461, 40.669923513551005, -73.85715952062205, 40.669747931689955, -73.85709139606747, 40.66949665156338, -73.85703481445763, 40.66932503733634, -73.85686610099462, 40.66859989446509, -73.85680762100347, 40.668532571096954, -73.85670996545223, 40.668060668744694, -73.85644791995429, 40.66701524176295, -73.85644358802608, 40.666963013577735, -73.85637045793356, 40.666599277329475, -73.85615556457185, 40.66571124669864, -73.85613350176611, 40.66562791857513, -73.85607293253231, 40.66555153479162, -73.85606279605759, 40.66551114112036, -73.85604157047085, 40.66541313289375, -73.85584625536079, 40.66455165258585, -73.8558198602822, 40.664406519164196, -73.85570348470038, 40.66394219081183, -73.8556847230532, 40.66386732258183, -73.85578424000492, 40.66385387479004, -73.85599268392714, 40.66382570929268, -73.8561435833042, 40.66380531767685, -73.85835015204606, 40.66119094885469, -73.8583913641959, 40.66118603054099, -73.85846676326285, 40.66118836382482, -73.85854071894911, 40.66119046925428, -73.85861448211845, 40.661194139499074, -73.85868755268538, 40.66120434210042, -73.85873598916642, 40.66121772294965, -73.85875388499149, 40.66122358658271, -73.85879131509218, 40.66122160637295, -73.85884934024617, 40.66118772177452, -73.85890799538421, 40.66115339396432, -73.85894316455924, 40.661140734396085, -73.85900298188717, 40.66113948397168, -73.85901802542932, 40.66112689516474, -73.85904071522165, 40.66107456147864, -73.85905909078294, 40.66102126795325, -73.8590703864721, 40.66096408452019, -73.85908181975094, 40.66090893372229, -73.85908948729553, 40.660854047564776, -73.85908850831792, 40.660797435328675, -73.8590811967394, 40.660741476314385, -73.85905215703148, 40.660700865213926, -73.85900524008716, 40.66065910024393, -73.858992535468, 40.66063150812063, -73.85899673557819, 40.66058796694013, -73.85902300070464, 40.66056157794696, -73.85916374713537, 40.66054389309329, -73.85923733300376, 40.66054608317228, -73.85931265831154, 40.66054997911093, -73.85935992814098, 40.66055174159507, -73.85938597815773, 40.660552714483146, -73.85945320211313, 40.66054872089724, -73.85952405397063, 40.660530154123855, -73.85959111466414, 40.6605048323994, -73.859657282463, 40.66048290359727, -73.85972182305413, 40.660457048316985, -73.85977899413578, 40.66042332520012, -73.85983394498605, 40.66038538132493, -73.8598929128007, 40.6603496783014, -73.85994670567503, 40.66031068836129, -73.8599959154356, 40.66026870399986, -73.86003751955741, 40.660223736854, -73.86007961373905, 40.66017850463634, -73.86012702658385, 40.660136194746755, -73.86017927879395, 40.66009642297557, -73.86022720486721, 40.660053481504924, -73.86027603372834, 40.66001194952032, -73.86031653246498, 40.65999436296966, -73.8603631895528, 40.65999209178001, -73.86043503544037, 40.659997644215814, -73.86050572056992, 40.66001202747599, -73.86057248495311, 40.66003469430448, -73.86063736758275, 40.660058696983505, -73.86070722348158, 40.66008006713164, -73.86077903342667, 40.66009383473103, -73.86085318634329, 40.66009437741658, -73.86092194895294, 40.660083780437915, -73.8609875011102, 40.660059524089164, -73.86104930508621, 40.660027685319626, -73.86110780892191, 40.660001381616, -73.86117579168942, 40.65998190083814, -73.86122497665018, 40.659962717026815, -73.8612639470796, 40.65991453591422, -73.86129143111488, 40.65986325666476, -73.86129441226541, 40.65980749840666, -73.86128353771313, 40.65975245015751, -73.8612645837667, 40.65969652856614, -73.86123499846053, 40.65964492023324, -73.86120516471358, 40.65960077778449, -73.86116161097368, 40.659554678152844, -73.86109749887835, 40.65952479271582, -73.86102641018428, 40.65951132335588, -73.8609543431809, 40.65950032018782, -73.86089295662588, 40.659484171726156, -73.86085996871839, 40.6594664600687, -73.86081550566249, 40.659419937762685, -73.86080220829423, 40.659159907091876, -73.86181536629837, 40.658894084668745, -73.86346916598342, 40.658070811585574, -73.86300027065131, 40.65742958876201, -73.86300179314323, 40.657441933973615, -73.86300436127912, 40.65746274799997, -73.86299389568964, 40.65746888787272, -73.86292860920075, 40.657491474323685, -73.86289440096917, 40.657494702432984, -73.86288217014878, 40.657509372598035, -73.8628803570642, 40.6575388903123, -73.8628741555916, 40.657545522437424, -73.86249545456812, 40.657708432384915, -73.86214029079117, 40.65786121325721, -73.86174558961035, 40.65803100042342, -73.86173325465278, 40.65802785359571, -73.86168645013187, 40.657985573844535, -73.86166983744413, 40.65795712091729, -73.86166685911681, 40.657915338711405, -73.86163193034206, 40.657883287792885, -73.86162619492225, 40.65785784396607, -73.86162656092179, 40.657802820064916, -73.86162707587957, 40.657747241623625, -73.86163192920662, 40.6576905733712, -73.86163586818977, 40.65763518455473, -73.86163570558318, 40.65757846704263, -73.8616379401264, 40.65752274838659, -73.86164074992683, 40.65746788861562, -73.86164900262648, 40.65741187552408, -73.86165608775349, 40.65735722891399, -73.861661710637, 40.657302354514556, -73.86166500637607, 40.65724750613226, -73.86166775855064, 40.65719133783711, -73.86166937309102, 40.65713579043126, -73.86166365820269, 40.6570799415419, -73.86164669399683, 40.657026103485656, -73.86163436330607, 40.65697025203928, -73.8616700780454, 40.65680950571831, -73.86170494279179, 40.656652578358674, -73.86170327111151, 40.65664843936924, -73.86167126584044, 40.65662672811742, -73.86164487097435, 40.65661544079706, -73.86158836824005, 40.656603762440156, -73.8615684225319, 40.65658332819699, -73.8615162359468, 40.656545933504255, -73.86147042617597, 40.656535958235054, -73.86140172987126, 40.65651815058283, -73.86138265897634, 40.65650240365687, -73.86137744166764, 40.65648891661498, -73.8613995995153, 40.656436564688704, -73.8613991991061, 40.65641472574451, -73.86138378502947, 40.6563793087078, -73.86134484373366, 40.656361599011774, -73.86127513163724, 40.65635700696145, -73.86123891372503, 40.656343761680205, -73.86121035309952, 40.65630675735526, -73.8611826236122, 40.65628516819285, -73.86116651686427, 40.656263910035506, -73.86114066352816, 40.65625161016961, -73.86107204081448, 40.6562372576959, -73.86102784795867, 40.656211842119795, -73.86098464774193, 40.65619354542079, -73.86093008430834, 40.656179778080336, -73.86089261530564, 40.656162107832344, -73.86086703044353, 40.656149255311334, -73.860816301999, 40.65611722014433, -73.86080103227249, 40.65609384042711, -73.86078528481866, 40.65606027707164, -73.86075749208915, 40.65603001303894, -73.86070602053717, 40.656000568614076, -73.86068083690043, 40.65599211106521, -73.86062487838961, 40.65595685012588, -73.8605965973616, 40.6559390675429, -73.86057343230438, 40.6559243277014, -73.8605576075111, 40.65591482786361, -73.86054320670192, 40.65590630321019, -73.86050685501496, 40.655858259716226, -73.86047882663135, 40.65583787491322, -73.86044965262091, 40.65582081702809, -73.86040697190232, 40.65578443833822, -73.86035687282421, 40.6557445836315, -73.860333895618, 40.655726022170654, -73.86031741189963, 40.65571501493263, -73.86030402582642, 40.65569569697104, -73.8602931162281, 40.655688019411016, -73.8602683889921, 40.65567061928065, -73.86019968542224, 40.65565290635338, -73.86015580344605, 40.65563859870812, -73.86010675914694, 40.65561463211413, -73.86006031550963, 40.65559270023205, -73.86004771322065, 40.65557238181771, -73.8600438533558, 40.655528615543524, -73.86002562223453, 40.655505711193406, -73.85996902128684, 40.65547098946119, -73.85992632663911, 40.6554324655398, -73.85990460200438, 40.65540088042361, -73.85988378585196, 40.65537081378288, -73.85986366918358, 40.65534888056968, -73.85983471903383, 40.65530480365404, -73.85983095558635, 40.655299074474, -73.85982546846465, 40.65529376463572, -73.85975470352159, 40.65522530113, -73.85973029355364, 40.65520168319171, -73.85966335561437, 40.655136921823434, -73.85964174354314, 40.655116008834234, -73.8596383580619, 40.655112734921445, -73.85960775783511, 40.655089851429345, -73.85954807706021, 40.65505802809836, -73.8594883963441, 40.65502620383576, -73.85945100440681, 40.655004433149514, -73.85938350929409, 40.654982088042956, -73.85936352513953, 40.65496249264817, -73.85933317917623, 40.654914430905116, -73.85930473070917, 40.654862600104686, -73.85928690806227, 40.65481890407047, -73.85927898418448, 40.65476308566178, -73.85926651500513, 40.65471012263709, -73.85924755624633, 40.654687104705836, -73.85923065371684, 40.65466128597479, -73.8592184963055, 40.654642714116164, -73.85920948159195, 40.654586680943524, -73.85919431203192, 40.654531401172996, -73.85918142165113, 40.65447693465699, -73.85917018051971, 40.65445394597223, -73.85914327614202, 40.65442305406825, -73.85911528994694, 40.65438429390538, -73.85910928582118, 40.654371346103765, -73.85909657015392, 40.65434393316015, -73.85907649720845, 40.65431612397804, -73.85902405367102, 40.65429159443086, -73.85897788836692, 40.654273960621566, -73.85892995653228, 40.65423230060114, -73.85890651913365, 40.65421316645724, -73.85884313856036, 40.65418692503257, -73.85881742243714, 40.654171829599726, -73.8587906659151, 40.65414551152569, -73.85878218505654, 40.65409107649063, -73.85877597830302, 40.65406776525798, -73.85874765014806, 40.65403599350613, -73.85873184639603, 40.654018566177676, -73.858721421207, 40.653973871456515, -73.85871789952593, 40.653918268231074, -73.8587145581474, 40.65390147756515, -73.85868530938039, 40.65388348259628, -73.85864694713752, 40.65384909239016, -73.85862491418881, 40.653826267788766, -73.85860253772229, 40.65378589165907, -73.85859881087057, 40.653779164708205, -73.85857632845546, 40.65373300531427, -73.85853237305263, 40.65368772902987, -73.85851501736796, 40.65365449476488, -73.85851995104149, 40.65362627949011, -73.85852134197793, 40.65358537065352, -73.85849780385628, 40.653540858793534, -73.85848360960104, 40.65352562527148, -73.85848914698444, 40.65348259361168, -73.85849775806972, 40.653454297312535, -73.85850776628206, 40.65340001197092, -73.8585104728701, 40.653344773902866, -73.8585068952024, 40.65329280959257, -73.85846802470469, 40.65324627971108, -73.85841545172683, 40.65320691548375, -73.85837655880364, 40.65316821825199, -73.8583545147989, 40.65314072619628, -73.85833854425645, 40.6530867303558, -73.85832859465454, 40.653034863550566, -73.85831409965876, 40.65301822392693, -73.85824538062008, 40.653000972670306, -73.85817404373421, 40.65298709779005, -73.85814427265454, 40.65297477890498, -73.85810671913215, 40.65292632521512, -73.85807684730445, 40.652893575226564, -73.85805291669568, 40.65288207489145, -73.85800651680202, 40.652874132678065, -73.85794716495379, 40.65285071164834, -73.85790602317637, 40.65284553147473, -73.85785926782697, 40.6528274129046, -73.8578131057735, 40.652812201922345, -73.85775920166236, 40.65278250011027, -73.85773674278072, 40.65276842964856, -73.85771165448202, 40.65273763960596, -73.85770954296459, 40.65273864827592, -73.8576788010528, 40.65274364954067, -73.85761106370158, 40.652766348817806, -73.8575408802181, 40.65278394268791, -73.85747307980866, 40.652802910057304, -73.8574077127358, 40.652814669952534, -73.85739450945994, 40.652813386553305, -73.85736163781318, 40.652810189474486, -73.85728875237469, 40.65280793151318, -73.85721529025463, 40.65280994574974, -73.8571542814313, 40.65281781977126, -73.8570811338988, 40.65281592876439, -73.85700822736717, 40.652814135266595, -73.85697749079958, 40.65281605117449, -73.85693525403386, 40.65281868309029, -73.85688614653851, 40.6528135547789, -73.8568189715228, 40.65279224325199, -73.85677221208377, 40.65277673483733, -73.8567354262256, 40.65275013093227, -73.85669236715543, 40.652726612479995, -73.85663244889527, 40.65269468736976, -73.85660477187106, 40.65266712942068, -73.85660290972697, 40.65263517580372, -73.85658994830897, 40.65259730905115, -73.85659955540136, 40.65257517818118, -73.85661258823869, 40.652545156735904, -73.85660232115895, 40.652489830489124, -73.85658786517972, 40.652434943874056, -73.85657975572501, 40.652387981629, -73.85657949060942, 40.65235840376875, -73.8565649987818, 40.65230426453565, -73.8565573779628, 40.65226486905401, -73.8565519635325, 40.652230387751494, -73.85652941993699, 40.65218058977583, -73.85651669672053, 40.65217276730904, -73.85644467903506, 40.65216540035226, -73.85638900601819, 40.65215219048418, -73.85637918414552, 40.65213732686847, -73.85637455173068, 40.652121897903186, -73.85637890721532, 40.65206549486218, -73.85638994852602, 40.6520351188507, -73.85640045263135, 40.65198075865748, -73.85639930056435, 40.6519243838585, -73.85639332746445, 40.651868806302225, -73.8563911260639, 40.65185280133904, -73.85638583390315, 40.651814304767385, -73.8563678987185, 40.65176044036684, -73.85633868006099, 40.65170942461808, -73.85631973760802, 40.65165609205807, -73.85632510779527, 40.65162648881577, -73.85634475971148, 40.65158040861374, -73.85635187341494, 40.651525203103, -73.85635733077406, 40.651468829351316, -73.85635641104744, 40.65142263159927, -73.85634543181486, 40.65139676129618, -73.85628844747525, 40.651362492913265, -73.85625408719798, 40.65135144113419, -73.85618050085696, 40.651345991054804, -73.85610751500717, 40.65134335489962, -73.85603573217325, 40.65133114679076, -73.85600166876189, 40.65131898226673, -73.855976586072, 40.65128347853155, -73.85597235135216, 40.65125751758074, -73.8559917213477, 40.651204620158, -73.85597656803155, 40.65117900754377, -73.8559300633684, 40.65114578049687, -73.85589930084257, 40.65113213782325, -73.85648761479462, 40.65086144360481, -73.8569663203238, 40.65064118233973, -73.85701547642091, 40.650653784084895, -73.85705950744651, 40.650687736139815, -73.85712117726354, 40.65071757491006, -73.85716378740848, 40.65074093956291, -73.85720852862917, 40.65078508181063, -73.85724632390753, 40.65084622171386, -73.85725932927303, 40.65090058865722, -73.8572605070879, 40.6509502339096, -73.85728525178297, 40.65097155377781, -73.85728556497146, 40.650998700300114, -73.85728499900159, 40.651037768597746, -73.85729124234746, 40.65109279262853, -73.85730454112993, 40.65113384125916, -73.8573009394849, 40.65117981727013, -73.85728445954986, 40.651198752738225, -73.8572718591858, 40.65122087365012, -73.85728896211877, 40.651241787805084, -73.85731686207507, 40.65126226329224, -73.85737381115862, 40.6512822579022, -73.85744116969188, 40.65130226898902, -73.85751243180533, 40.65131259439204, -73.85758518387071, 40.65132007415606, -73.8576064254398, 40.651326459018236, -73.85761584666245, 40.651354058068506, -73.85763446632542, 40.651379026382806, -73.8576570119004, 40.6513888096057, -73.8577170747084, 40.65142027330111, -73.85775005330648, 40.65143454949182, -73.85782066173768, 40.651448216619876, -73.85788925291399, 40.651468074978624, -73.85793731250372, 40.65148959010648, -73.85800178338083, 40.65151604771155, -73.85802026687155, 40.651541199500386, -73.85804328331605, 40.65157645979862, -73.85808400973053, 40.65162257608453, -73.85812878044861, 40.65166619930612, -73.85819875450343, 40.6516803147775, -73.85824704304572, 40.65169213237336, -73.85827460105298, 40.651709611179975, -73.85829812726365, 40.651744326340264, -73.85832110830277, 40.65177520371459, -73.8583499284892, 40.651826953289735, -73.85836735867522, 40.651881083310464, -73.85837335919328, 40.6519211781813, -73.8583733150726, 40.6519770516977, -73.85837532260958, 40.65201609795005, -73.85838038827895, 40.65206269431273, -73.8583932716256, 40.65211716182677, -73.85841271164004, 40.65217032445479, -73.85844545476925, 40.652219479035786, -73.8584853993592, 40.65226659919175, -73.85851443922351, 40.65229130462229, -73.85855878247558, 40.65233612663699, -73.85860479293382, 40.65236700165314, -73.85862782737989, 40.65239181493797, -73.85868276820327, 40.6524277987341, -73.85871706840325, 40.652467670803986, -73.85875129274473, 40.6525165857764, -73.85879138294837, 40.65256324763893, -73.85882405543485, 40.6526063370311, -73.8588526923329, 40.65265677329361, -73.85887869074546, 40.65270863003094, -73.8588790145925, 40.652749494152715, -73.85888747038959, 40.652779399036994, -73.85890826513248, 40.65283241285207, -73.85893287961315, 40.652859975494046, -73.85896441693035, 40.65289370706622, -73.85897501831309, 40.65291210054634, -73.86040087337655, 40.65387824379463, -73.86136419921317, 40.655121170423406, -73.86161927006731, 40.65514972233535, -73.86214574469709, 40.65522197004043, -73.86227774861122, 40.655253824611414, -73.86235571197989, 40.65527550515672, -73.86243684107413, 40.65530563089184, -73.86249449026063, 40.655330858499994, -73.86263912837045, 40.655410578587755, -73.86278384106448, 40.65549444636772, -73.86280481619247, 40.655511684791385, -73.8629311108722, 40.65555973482168, -73.86323515978862, 40.65567737932315, -73.86339699113427, 40.655752959402406, -73.8634578834219, 40.65578679482676, -73.86353849292533, 40.65583158590184, -73.86377919469663, 40.65599459122221, -73.86391651452608, 40.6561152655897, -73.86400837433195, 40.65620653096699, -73.86413687547154, 40.65636014909505, -73.8642343616418, 40.65648935345133, -73.86592062987788, 40.65876666167247, -73.86599116542669, 40.65886191688109, -73.86623455227495, 40.658756964783066, -73.86859841997378, 40.65773758840355, -73.86878535516068, 40.65765707218976, -73.86935661744648, 40.65741101480321, -73.87115309988391, 40.65663719383005, -73.87288417951163, 40.65589357403982, -73.87295656477926, 40.65586247718524, -73.87318764996711, 40.65576320785921, -73.8754151925129, 40.654805246178164, -73.87552284095194, 40.65475895003481, -73.87569534218977, 40.65469622821003, -73.87581825515868, 40.65465377548723, -73.87595207999806, 40.65461920222743, -73.87612936263716, 40.65458296103652, -73.8762955196913, 40.654558240540574, -73.87643655900601, 40.65454418197158, -73.87659339060863, 40.65453648342324, -73.87675054363314, 40.654537190440074, -73.8769072154507, 40.65454621120934, -73.87706271081626, 40.65456357020434, -73.87721621995563, 40.654589201728, -73.87897711187715, 40.65496040103263, -73.87932520519274, 40.655029162902395, -73.87940200005423, 40.65512781593306, -73.87957673246733, 40.65536494686218, -73.87959863986141, 40.65539476162769, -73.87973335362116, 40.65556274107461, -73.87931086594533, 40.655744878521865, -73.87895631512794, 40.655897729050956, -73.87855983343377, 40.6560687580007, -73.8781174442438, 40.6562595888595, -73.87823266730885, 40.65642478750652, -73.87876132720925, 40.65713629476421, -73.87883317507466, 40.65723299241341, -73.87915041226417, 40.657659941874215, -73.87836483576693, 40.657998382924, -73.87757897547598, 40.6583369848975, -73.87670831586584, 40.65871336910323, -73.8767827975894, 40.65881745058097, -73.877628488661, 40.65994313928419, -73.87770519311347, 40.66004638412974, -73.8777606429123, 40.66005629653026, -73.8782218891397, 40.66067029561234, -73.87823867908912, 40.66069268223564, -73.8784657847183, 40.66101517701522, -73.87847102550633, 40.6610464259981, -73.87883434548466, 40.66153513904637, -73.87903852929811, 40.661811580377616, -73.87908849082575, 40.6618792248211, -73.87914662979367, 40.661957935283866, -73.87916382212666, 40.66198114886555, -73.8792046102275, 40.6620361088417, -73.8792979361501, 40.66216185866201, -73.87932308084136, 40.66219573908386, -73.87936668556023, 40.662254884857674, -73.87941045102262, 40.66231346525819, -73.87942046883707, 40.66232696100312, -73.87965378633706, 40.662641335410214, -73.87966457221907, 40.662655870233046, -73.8797107970777, 40.66272344475148, -73.87985072887254, 40.66290669672458, -73.88002276691124, 40.66313856490587, -73.88015138686532, 40.663311914325995, -73.880220551356, 40.663401653541804, -73.88093705387938, 40.66436789288356, -73.88095580240112, 40.664393181690585, -73.88103625873171, 40.664503109968045, -73.88246051816529, 40.666409834200344, -73.88250667756239, 40.6664686445659, -73.88241941415508, 40.6665055531327, -73.88239508219306, 40.66651666044695, -73.88240335957377, 40.66654941799623, -73.88241653550169, 40.66660157047529, -73.88242620579682, 40.666639831602716, -73.88265214563233, 40.66751756794819, -73.88265717576846, 40.667536857639945, -73.88278178942898, 40.668025504960234, -73.88317487734557, 40.66956249009602, -73.88356682231047, 40.67109927431885, -73.88359543254063, 40.67121074844116, -73.88363107123399, 40.671349608054584, -73.88388886352593, 40.67235403483408, -73.88421429920001, 40.67362056200181, -73.88441324841055, 40.67440058169871, -73.88453655771976, 40.67488821049977, -73.88480875171555, 40.67595430121222, -73.88482411985622, 40.67601449354975, -73.88485337591825, 40.676129075614796, -73.88527690460722, 40.67778089274307, -73.88508524596828, 40.67783432897417, -73.88553941872661, 40.6795958031933, -73.88555501143559, 40.67965628109176, -73.88581540498222, 40.680674207393565, -73.8859655286972, 40.68126407202654, -73.88630331568181, 40.68258860713205, -73.8865046101383, 40.68334825048163, -73.88735391406709, 40.682949794105646, -73.8880325201321, 40.682630225273606, -73.88824094459741, 40.68253179811223, -73.88888471365397, 40.683152343133685, -73.88893799061047, 40.68321729106156, -73.88912346911553, 40.683443408169694, -73.88916440003311, 40.683499293020006, -73.8892906172834, 40.68369930626728, -73.88932768858143, 40.683758052781634, -73.88955294937436, 40.68411500718191, -73.88964199725659, 40.68422578837473, -73.88938655156255, 40.68440319662205, -73.88912718351355, 40.684598823333054, -73.88908935733862, 40.684638857977035, -73.88862383548478, 40.68497232633702, -73.8884988125726, 40.68505319123261, -73.88843824492591, 40.68509236524377, -73.88784904795924, 40.68590609172309, -73.8840746523965, 40.687807885592484, -73.87967425714906, 40.69112893847709, -73.87437496858755, 40.693984485608716, -73.86933366213631, 40.6948697739071, -73.86911282550045, 40.69451542747207, -73.86900953335582, 40.69434971268229, -73.86858392881852, 40.69386129669764, -73.86805885280624, 40.691183639005764, -73.86804245551812, 40.691105953563834, -73.86790947476852, 40.69047594267881, -73.86776831821345, 40.689802968563065, -73.86762340222639, 40.689145023076314, -73.86749176200517, 40.688532576720235, -73.86747242654612, 40.688446404940635, -73.86744718523755, 40.68837704976499, -73.86741240190788, 40.688281471414896, -73.86736833821793, 40.68810607516314, -73.86727667718668, 40.68774494781864, -73.86724697535607, 40.687639890151516, -73.86701802636651, 40.68683003438475, -73.86687058207313, 40.68633027278054, -73.86662485998966, 40.6853711201485, -73.86659847681071, 40.68526924044176, -73.86658793112741, 40.68518036181253, -73.86652160958026, 40.68462147131509, -73.86649142380274, 40.68434346535984, -73.8664690321957, 40.68411293997704, -73.8663171792275, 40.68335677683508, -73.8663171792275, 40.68335677683508 --73.9036808846623, 40.690460540297636, -73.9035969547316, 40.69040882195604, -73.90326934468312, 40.69074439003716, -73.9032362354789, 40.690785340078214, -73.90269359864502, 40.69130546768205, -73.9025043823254, 40.69151714166046, -73.90216980618823, 40.69185180376079, -73.90214110409295, 40.6918853613104, -73.90212906983584, 40.69190230954831, -73.90211830917607, 40.69191964428796, -73.90211193888857, 40.69193376342503, -73.9021085839406, 40.69195534948366, -73.90210835086468, 40.69196986106155, -73.90211256988506, 40.692001170103794, -73.9020471426973, 40.69196060393091, -73.90149299221744, 40.69142366886314, -73.9015077589451, 40.691400641860675, -73.90188600470889, 40.69081065753694, -73.90181394624209, 40.69065546728472, -73.90177039196676, 40.690561665025285, -73.9004869859966, 40.6877976623732, -73.90118899007096, 40.687597666983464, -73.89668301502078, 40.6823716580786, -73.89652848580532, 40.6823673687525, -73.89651559315953, 40.68240863855346, -73.8964518835828, 40.68257132135435, -73.89637608482776, 40.682729124147855, -73.8962903571385, 40.68287271862522, -73.89617480832999, 40.68304557807303, -73.8957085434566, 40.68364719095925, -73.8953374522514, 40.68410226134671, -73.89493582638984, 40.684552190420305, -73.89491787902524, 40.684572296928906, -73.89479798751746, 40.6847066053767, -73.89439360930517, 40.68511957470353, -73.89419137165875, 40.68531781727533, -73.89401813150899, 40.68548579379485, -73.89394580806871, 40.68536803803439, -73.89388891092263, 40.685280577150465, -73.89308835647634, 40.684104770997436, -73.8930370812974, 40.68413552724749, -73.89267128453355, 40.68358122428313, -73.89259288026255, 40.68346292706282, -73.89195648831203, 40.68389002799981, -73.89168013272943, 40.68406275973995, -73.89121882523663, 40.68435108987251, -73.89017753099401, 40.68502376939251, -73.89015839883598, 40.68499592883559, -73.88975305725941, 40.68436395182323, -73.88964199725659, 40.68422578837473, -73.88955294937436, 40.68411500718191, -73.88932768858143, 40.683758052781634, -73.8892906172834, 40.68369930626728, -73.88916440003311, 40.683499293020006, -73.88912346911553, 40.683443408169694, -73.88893799061047, 40.68321729106156, -73.88888471365397, 40.683152343133685, -73.88824094459741, 40.68253179811223, -73.8880325201321, 40.682630225273606, -73.88735391406709, 40.682949794105646, -73.8865046101383, 40.68334825048163, -73.88630331568181, 40.68258860713205, -73.8859655286972, 40.68126407202654, -73.88581540498222, 40.680674207393565, -73.88555501143559, 40.67965628109176, -73.88553941872661, 40.6795958031933, -73.88508524596828, 40.67783432897417, -73.88527690460722, 40.67778089274307, -73.88485337591825, 40.676129075614796, -73.88482411985622, 40.67601449354975, -73.88480875171555, 40.67595430121222, -73.88453655771976, 40.67488821049977, -73.88441324841055, 40.67440058169871, -73.88421429920001, 40.67362056200181, -73.88388886352593, 40.67235403483408, -73.88363107123399, 40.671349608054584, -73.88359543254063, 40.67121074844116, -73.88356682231047, 40.67109927431885, -73.88317487734557, 40.66956249009602, -73.88278178942898, 40.668025504960234, -73.88265717576846, 40.667536857639945, -73.88265214563233, 40.66751756794819, -73.88242620579682, 40.666639831602716, -73.88241653550169, 40.66660157047529, -73.88240335957377, 40.66654941799623, -73.88239508219306, 40.66651666044695, -73.88241941415508, 40.6665055531327, -73.88250667756239, 40.6664686445659, -73.88246051816529, 40.666409834200344, -73.88103625873171, 40.664503109968045, -73.88095580240112, 40.664393181690585, -73.88093705387938, 40.66436789288356, -73.880220551356, 40.663401653541804, -73.88015138686532, 40.663311914325995, -73.88002276691124, 40.66313856490587, -73.87985072887254, 40.66290669672458, -73.8797107970777, 40.66272344475148, -73.87966457221907, 40.662655870233046, -73.87965378633706, 40.662641335410214, -73.87942046883707, 40.66232696100312, -73.87941045102262, 40.66231346525819, -73.87936668556023, 40.662254884857674, -73.87932308084136, 40.66219573908386, -73.8792979361501, 40.66216185866201, -73.8792046102275, 40.6620361088417, -73.87916382212666, 40.66198114886555, -73.87914662979367, 40.661957935283866, -73.87908849082575, 40.6618792248211, -73.87903852929811, 40.661811580377616, -73.87883434548466, 40.66153513904637, -73.87847102550633, 40.6610464259981, -73.8784657847183, 40.66101517701522, -73.87823867908912, 40.66069268223564, -73.8782218891397, 40.66067029561234, -73.8777606429123, 40.66005629653026, -73.87770519311347, 40.66004638412974, -73.877628488661, 40.65994313928419, -73.8767827975894, 40.65881745058097, -73.87670831586584, 40.65871336910323, -73.87757897547598, 40.6583369848975, -73.87836483576693, 40.657998382924, -73.87915041226417, 40.657659941874215, -73.87883317507466, 40.65723299241341, -73.87876132720925, 40.65713629476421, -73.87823266730885, 40.65642478750652, -73.8781174442438, 40.6562595888595, -73.87855983343377, 40.6560687580007, -73.87895631512794, 40.655897729050956, -73.87931086594533, 40.655744878521865, -73.87973335362116, 40.65556274107461, -73.88016564143334, 40.655377239845635, -73.88038871078537, 40.655281686658185, -73.8805910447944, 40.65519589293749, -73.88080922269191, 40.65510085705634, -73.88099945623125, 40.65501885836648, -73.88144658556696, 40.65482615812745, -73.88178329005017, 40.65468163657863, -73.88190212546483, 40.65463062905393, -73.88221240472127, 40.65449744724955, -73.88380484790535, 40.653814113296896, -73.88398554977869, 40.653735569729484, -73.88431884990281, 40.6535937001488, -73.88435618304719, 40.653577889476416, -73.88445284590331, 40.6535370778969, -73.88465215418752, 40.65345133882327, -73.88485177098558, 40.65336809504804, -73.88493153577303, 40.65333340948064, -73.88494833933869, 40.65332619423096, -73.88532371159124, 40.65316518998477, -73.88550455782365, 40.65308864872552, -73.88571787259039, 40.6529958391718, -73.8857377011958, 40.65298685099094, -73.88579230542008, 40.652963046901235, -73.88603176042568, 40.65285999591295, -73.88628186573365, 40.65275546099704, -73.88480602131149, 40.65076490449035, -73.88521842854419, 40.650587880502194, -73.8852859408329, 40.650558656703204, -73.88535871011001, 40.650527157992585, -73.88544357537113, 40.65049042216388, -73.88569389179652, 40.650380855720044, -73.88570761306181, 40.65036691492566, -73.88572088234231, 40.650353164590335, -73.88614599060236, 40.65017091427915, -73.8861852945874, 40.65015309770505, -73.88621099243083, 40.65014072569783, -73.8864416925139, 40.6499936883615, -73.88688314692047, 40.64970264994004, -73.88767543595429, 40.64919378172065, -73.88779830757755, 40.64929610688785, -73.88872482291406, 40.650012288726344, -73.88918397665847, 40.65042364661967, -73.88985969833769, 40.651030363340716, -73.88999352413897, 40.651137671086595, -73.89008435397862, 40.65106994260946, -73.89012224270247, 40.651039596232096, -73.89045931235043, 40.65073812981982, -73.89114147656649, 40.65012426120973, -73.89118186404754, 40.65008791669331, -73.89125146719661, 40.65002528034549, -73.89129214298467, 40.65005863527169, -73.89141563471621, 40.65015991074138, -73.89147225905357, 40.65021078583265, -73.89175188386055, 40.65046202016855, -73.89274306141715, 40.651352544509706, -73.89318067905735, 40.65174780822964, -73.89323807984297, 40.65181093740994, -73.89473218205197, 40.65382463348699, -73.89512067977826, 40.65434852870487, -73.89520539720648, 40.654487618842694, -73.89571156892146, 40.65427007167614, -73.89580764004135, 40.65422881417561, -73.89594442097737, 40.65417257009461, -73.89606547771963, 40.65411655478257, -73.89610181021341, 40.65410087537501, -73.89631970755133, 40.65400699761454, -73.89674215649447, 40.65382645552829, -73.89678212455479, 40.65380924198556, -73.89743229833978, 40.65352922859237, -73.89747694432255, 40.65351000001859, -73.8976098894317, 40.653452742856274, -73.89797765044604, 40.65365890460563, -73.89848161525633, 40.65584587309207, -73.89852903688387, 40.655838815256985, -73.89861974065624, 40.65582531363474, -73.89872509096064, 40.65580963297841, -73.89888190651378, 40.656457122353196, -73.89897011872164, 40.65682134930886, -73.89899034981275, 40.65688660235963, -73.89900403610028, 40.65693074063131, -73.89902124729328, 40.6569741039487, -73.89905499937339, 40.65705140066906, -73.89906903900534, 40.65708166046821, -73.89908240411496, 40.65709898554249, -73.89918278137783, 40.65735817042551, -73.89955423501685, 40.65731105794979, -73.8997143584844, 40.65729572047695, -73.89982259740326, 40.65729095290361, -73.89946353346481, 40.65868240080248, -73.89953138715406, 40.65896953236623, -73.90091625241038, 40.66373312547915, -73.90072246643909, 40.66377834534075, -73.90152807218266, 40.66684072813308, -73.90192264429362, 40.66837473982998, -73.90205780107163, 40.66835431510303, -73.9022265233686, 40.6683302212299, -73.90294132545446, 40.67083977492522, -73.9032578178435, 40.672108904307585, -73.90361711974103, 40.67334377775339, -73.90341265569063, 40.67337360966296, -73.90325835651184, 40.67339604784428, -73.90341762720017, 40.674453857886505, -73.90346767117835, 40.67548100528215, -73.90347422611788, 40.67550636749375, -73.90339394005132, 40.675535722648256, -73.90313205573209, 40.6756314667797, -73.90309026583834, 40.67564674485187, -73.90300375267216, 40.67567812244927, -73.90282199275485, 40.67573819554193, -73.90276447803944, 40.675757204555985, -73.90265062574422, 40.67578201113242, -73.90250178295041, 40.67584402606141, -73.90240783353207, 40.67587507632521, -73.90250117426241, 40.6758874087732, -73.90257945037072, 40.675897752660084, -73.90264985182414, 40.675907055138914, -73.90272240674314, 40.67591664215722, -73.90301931993938, 40.6759558734173, -73.90334598564192, 40.67599903534402, -73.90346256500382, 40.67601547216917, -73.90338458900492, 40.676803657460894, -73.90337104982412, 40.67694052800837, -73.9033541639023, 40.67711121729109, -73.90329155852417, 40.67786759022201, -73.9033404302163, 40.67787022117043, -73.9034518663261, 40.67829847454214, -73.9035144121075, 40.67861734625958, -73.90353865185888, 40.67873193731037, -73.90350908228406, 40.67879962044034, -73.90346688773619, 40.678896204005255, -73.90404639544047, 40.67922027529168, -73.90421635840396, 40.67931621368586, -73.9045048401129, 40.67947905225218, -73.90472691682051, 40.67960440432255, -73.90549303929194, 40.68003683932548, -73.90565933823999, 40.68014038101562, -73.90628285730992, 40.68050644463964, -73.90671940761789, 40.68076710848082, -73.90701819247042, 40.680947966557895, -73.90716025865731, 40.681031232101375, -73.9076020759486, 40.68128348061063, -73.90763808251702, 40.68130345772018, -73.90803166901114, 40.68152632077247, -73.90851641056373, 40.6818036298546, -73.9088604178595, 40.68199385289668, -73.9090552821118, 40.68210519991801, -73.9092746187887, 40.68223400977341, -73.90978717588364, 40.682520194659936, -73.90993251279505, 40.682601503405884, -73.91006771538449, 40.682684197142954, -73.91076954222345, 40.683092383021055, -73.91151192049199, 40.68350467421249, -73.91214890084468, 40.68386186324222, -73.91219755625649, 40.683890403459245, -73.91227296909771, 40.683934636610026, -73.9124240657626, 40.684023262359624, -73.91303639317918, 40.68436838960582, -73.91322347831559, 40.684474126049, -73.91330722353061, 40.6845205107266, -73.91349495109887, 40.68462409948324, -73.91368974262936, 40.68473590862207, -73.91379699382166, 40.684799555417584, -73.9144695616322, 40.68518739817488, -73.91453971973644, 40.68522660465781, -73.91470082480626, 40.68531663513131, -73.91480989717965, 40.68537758708783, -73.91528961100978, 40.685645186815066, -73.91550030952915, 40.685761053290676, -73.91604598786222, 40.6860717545476, -73.91597886009298, 40.68614038956334, -73.91464245787655, 40.68750672758817, -73.91401288931483, 40.68815038207038, -73.91340507011451, 40.688765878660575, -73.91330806505829, 40.68886410661141, -73.91319384061491, 40.688979771647865, -73.9124347323527, 40.68974805877148, -73.911747916934, 40.69045555308577, -73.91029858932332, 40.69192963492217, -73.90885282917317, 40.69340411714527, -73.90810108766547, 40.69297630407034, -73.90734722631632, 40.69254843932193, -73.90714438129666, 40.692433988071286, -73.90659898098258, 40.69211991408613, -73.90584644739448, 40.69169122735888, -73.90509521088805, 40.691264034303565, -73.90434239544255, 40.69083581832109, -73.90420389651838, 40.69075750250741, -73.9036808846623, 40.690460540297636, -73.9036808846623, 40.690460540297636 --74.02418462341052, 40.68391843367669, -74.02425475540564, 40.68392366080705, -74.02432437808265, 40.683923812705736, -74.02436213030911, 40.683927454502125, -74.02440521734047, 40.68393049181045, -74.0245403941378, 40.683942375960164, -74.02467550138854, 40.68395799259626, -74.02478118878679, 40.683975755934895, -74.02489040969233, 40.68399360125946, -74.02496653072593, 40.68401702334541, -74.02499628150633, 40.684029670908345, -74.02505275076557, 40.68404110506044, -74.0250946822994, 40.68404447104971, -74.02513755590164, 40.68404588990681, -74.02515835824804, 40.684043963663825, -74.02519300522317, 40.684040909644914, -74.02521474890123, 40.684041370448064, -74.0252377548966, 40.68404529164528, -74.02529786175472, 40.68405054825408, -74.025357104851, 40.684064533703406, -74.02543726724343, 40.684091606171165, -74.02549767255691, 40.684113111482894, -74.02558201858467, 40.684144988064816, -74.02564988819942, 40.68418155993622, -74.02568854860804, 40.68420224692286, -74.02575328818463, 40.68424774082312, -74.02580889818228, 40.68428165342432, -74.02587796807913, 40.68433785159195, -74.02592240448014, 40.684375609143004, -74.02602992167837, 40.684466053199024, -74.02610508785388, 40.68453182771554, -74.02618383059269, 40.684610611993136, -74.02628081738705, 40.68468763514824, -74.02633589301723, 40.68473873122056, -74.02637362716389, 40.6847849441534, -74.0264172787569, 40.68484084614487, -74.0264626668469, 40.684917248818095, -74.02652187986358, 40.68502853599386, -74.02656427565132, 40.68510277267869, -74.02658953678254, 40.68516005032916, -74.02661707731477, 40.68523165552158, -74.02663405006379, 40.68529313417411, -74.02663705837095, 40.68533768099468, -74.02664424861818, 40.68537379983865, -74.0266555792948, 40.685398253367964, -74.02666240313314, 40.685414391695616, -74.0266697293088, 40.68543538727772, -74.02667568753071, 40.685458195010206, -74.02667371061217, 40.68547249562726, -74.02667216841247, 40.68549118794919, -74.02666626741089, 40.685522727110154, -74.02667673165273, 40.68554287097881, -74.02667072580411, 40.685587337939765, -74.02666893649292, 40.68561818905541, -74.02666981126856, 40.685640310873694, -74.02666499411242, 40.68567547345017, -74.02666182694232, 40.685695235958335, -74.02665761747068, 40.685714725852186, -74.02663017159372, 40.685785958341754, -74.02661431801988, 40.68581393196629, -74.02662330784743, 40.68584178908017, -74.0266184101534, 40.685861991437854, -74.02659340535403, 40.68590832955115, -74.02656868522467, 40.685947749846555, -74.02654840138757, 40.68598170659693, -74.02651200814748, 40.686046135037095, -74.02646718181059, 40.68611745523557, -74.02642577463072, 40.68617502198564, -74.0263762196186, 40.68623099938051, -74.02631270970654, 40.6862948018073, -74.02622025999752, 40.68638424842056, -74.02617487960804, 40.686428750430764, -74.02606584652753, 40.686530249562075, -74.02578387351222, 40.68679438781223, -74.02557972118578, 40.68699713448614, -74.0253869885367, 40.687166584485595, -74.02518794996928, 40.68735590807219, -74.02498453301733, 40.68754477840164, -74.02495997084137, 40.68756788010304, -74.02474903392552, 40.687786712626924, -74.02456390660595, 40.68796433895837, -74.0244568504076, 40.68806023582933, -74.02433923188376, 40.68816548846734, -74.02432308437878, 40.68817993701803, -74.02419511864706, 40.688294448971945, -74.02397192188387, 40.68851270449791, -74.02381144466628, 40.68866419426675, -74.0236743595938, 40.68879199099403, -74.02353644553402, 40.68891545085289, -74.0233903467814, 40.68904893222063, -74.02313394818762, 40.689295134871756, -74.02268465393443, 40.68971714992231, -74.02243974600655, 40.6899394977452, -74.02225114420685, 40.69012189730552, -74.02211189152565, 40.69024908832176, -74.02208441063416, 40.69027419090234, -74.02189942144618, 40.69044315712992, -74.02149640046545, 40.69082673286571, -74.0212129164249, 40.691103650036744, -74.0209799693047, 40.69132407081223, -74.02071969712912, 40.69158067054347, -74.02046388658155, 40.69181767281979, -74.02025371300097, 40.6920016370865, -74.02021255207715, 40.69206611745342, -74.02017914723466, 40.692142017651825, -74.0201062186426, 40.692333751434575, -74.02000726782762, 40.69256929874836, -74.01989515947581, 40.69282169954377, -74.01985623843439, 40.69290591503041, -74.01985235316475, 40.69294167957127, -74.01986606878896, 40.6929815330056, -74.01984927396842, 40.693014526193984, -74.01982764319943, 40.693033469510226, -74.01980002362694, 40.69304055589889, -74.01975820839539, 40.693092520878956, -74.01971454989656, 40.69313268583825, -74.01966833090063, 40.693164064914114, -74.01962614442124, 40.69318531791676, -74.01960137345718, 40.69319171577996, -74.01952626419568, 40.693206469944, -74.01944314488908, 40.69321968643609, -74.0193509431152, 40.69323358968585, -74.01927875117354, 40.69323983245053, -74.01919812038331, 40.693242645623855, -74.0191502678462, 40.69324328485599, -74.01909693257365, 40.693247135306585, -74.0190580246772, 40.693249284076416, -74.01882273044161, 40.69325802355574, -74.0187369403035, 40.69325726851712, -74.01868605839061, 40.693251430660254, -74.01864134142818, 40.69324496052298, -74.01861090372911, 40.6932401350981, -74.01858158682708, 40.69324098991949, -74.0185519449309, 40.693238880297365, -74.01838941903343, 40.693241954618095, -74.01801807020557, 40.693265480722076, -74.01772875865836, 40.69328147283624, -74.01742069395385, 40.69329848194126, -74.01723188540197, 40.69332011276987, -74.01711872823293, 40.69332575606177, -74.01700668985713, 40.693343750511595, -74.01690615368314, 40.69335309823965, -74.01682187839043, 40.693345259917685, -74.01673735293197, 40.69334936237105, -74.01668942757043, 40.693343055835335, -74.01665952956033, 40.693333892946214, -74.01654697647275, 40.69330451284203, -74.01634426801593, 40.69326592331439, -74.01626756544239, 40.69325619063274, -74.01622256518323, 40.69327573811414, -74.01618798497091, 40.69328285253249, -74.01616447129133, 40.693279562662, -74.01610247742143, 40.69325689914011, -74.01605191569851, 40.69323357481537, -74.01595389212142, 40.69319702942397, -74.01578364107388, 40.693157170984826, -74.01543354302436, 40.69308044794253, -74.01538859468522, 40.69306919484887, -74.01534441541713, 40.6930581370464, -74.01534403325591, 40.69305804164298, -74.0153029053755, 40.69304774615213, -74.0152785831286, 40.693041658314435, -74.01524985796763, 40.69302764924319, -74.01521981803451, 40.692996479264266, -74.01515413268069, 40.69301705204487, -74.01510559183424, 40.69300780835788, -74.01508420570761, 40.69300018111717, -74.01506617131044, 40.692992658793706, -74.01490115607082, 40.69296148200853, -74.01488164657526, 40.69296009324053, -74.01486122769745, 40.692971180292425, -74.01484426093491, 40.692976319007734, -74.01479178178573, 40.69296769705018, -74.01469181921986, 40.69294816332173, -74.01458392043497, 40.69292816764879, -74.01454564517087, 40.692923231378444, -74.01445644111611, 40.692917040786, -74.01438935332646, 40.69290874286262, -74.01433148857069, 40.69289877510154, -74.0143026705245, 40.69289176549209, -74.01427513213626, 40.69288264401388, -74.01424947919386, 40.69287161500932, -74.0142261826115, 40.692858880136306, -74.01419465948898, 40.692838120902366, -74.01415080389869, 40.692806382322274, -74.01405337698914, 40.69273570129447, -74.01402475449008, 40.69271294882432, -74.01400040561312, 40.69269158711972, -74.01396835274717, 40.69266015410798, -74.013896784098, 40.692585431904824, -74.01381050882927, 40.69249994308837, -74.0137755763074, 40.692461752018, -74.01370502428507, 40.69237518062245, -74.01367214710545, 40.69233798974521, -74.01364954001892, 40.6923168528867, -74.0135942244298, 40.69227298824279, -74.01357130519524, 40.69225253039237, -74.01354688462767, 40.692226151841155, -74.01349600936727, 40.69216521650257, -74.01347164819602, 40.69213973213759, -74.01345880393755, 40.692130051324646, -74.01343629993734, 40.6921207579586, -74.01341528003448, 40.692119893216784, -74.01337499687195, 40.692128823790334, -74.01329254334823, 40.69215182794292, -74.01325648014915, 40.692160562576134, -74.01312759449881, 40.6921846831826, -74.01308076547267, 40.69219456263976, -74.01305857459278, 40.692201214547836, -74.01300996197551, 40.692219787730906, -74.01298676300614, 40.69222597327336, -74.01295473568327, 40.6922310575773, -74.01288324630167, 40.692239922147664, -74.01285334257601, 40.69224492694055, -74.01272612631796, 40.69227101633248, -74.01260406522164, 40.69229392170589, -74.01257261721676, 40.692303532718725, -74.01254543754949, 40.69231832931197, -74.01252290014516, 40.69233871217619, -74.01251313852478, 40.69235121235804, -74.01237989679694, 40.69253184265278, -74.01233661760702, 40.692559576795496, -74.01210358729894, 40.69260914415963, -74.01204369102325, 40.69260149608344, -74.0118491970164, 40.692517875730125, -74.01181185318373, 40.69247901883307, -74.01179881655536, 40.69244427387793, -74.01178375123936, 40.69240444483271, -74.01175033016447, 40.692316089917455, -74.01175749034441, 40.69226342088372, -74.01186469163275, 40.69211764384427, -74.01190309533693, 40.692090261581924, -74.01214293225361, 40.692038900080426, -74.01220114534279, 40.692044586966624, -74.0123243085212, 40.692090865614325, -74.0123595223171, 40.69210745108836, -74.01239000950136, 40.69212276463572, -74.01240859061947, 40.69213392269129, -74.01243010172279, 40.692155070718584, -74.01244778886797, 40.69219381698031, -74.01245373869243, 40.69221348173923, -74.01253982934392, 40.69219666071379, -74.01255898857765, 40.692192838648495, -74.01282825986928, 40.69213911946299, -74.0132233799454, 40.692058868749655, -74.01324195940316, 40.69205509706591, -74.01328516136242, 40.692047048704666, -74.0133031443538, 40.69204232703863, -74.01332367446714, 40.69203149959672, -74.01333505998994, 40.69201177884417, -74.0133329322961, 40.69199732135429, -74.01331620806161, 40.69197217826579, -74.0132748250064, 40.6919350305812, -74.01297576449466, 40.69165139047616, -74.01289734933108, 40.69157701511155, -74.01287520535361, 40.691556014024506, -74.01281594655681, 40.69149980971299, -74.01275436699635, 40.69147614926975, -74.01265072412396, 40.69139913712479, -74.01262512082383, 40.69140842152478, -74.01261080472182, 40.69136547942666, -74.0125974557475, 40.6913254323703, -74.01258036382868, 40.69127415992514, -74.01255816175116, 40.69121999738788, -74.01252783664485, 40.691146016337555, -74.0124900361839, 40.69114323605977, -74.01223643102153, 40.69112517469777, -74.01220533641914, 40.691123785806546, -74.01220593846143, 40.69107134796362, -74.01220649689489, 40.69101335035704, -74.0122110473282, 40.69077648880488, -74.01222343116073, 40.69044536069403, -74.01223938537916, 40.69026295734889, -74.01225708084172, 40.69006067768398, -74.01227405893815, 40.68983727925089, -74.01228790565406, 40.68959581774757, -74.01230599750808, 40.689280329984996, -74.01271655319036, 40.68877430040799, -74.0127342284829, 40.68875480774197, -74.01274398133695, 40.68874274068359, -74.01275205662631, 40.688718075628046, -74.01276725904775, 40.68868444066806, -74.01282490430587, 40.688569847531184, -74.01284346214317, 40.6885386030496, -74.01289588396352, 40.68846586902282, -74.012910768015, 40.688438293633254, -74.01293388898183, 40.6883843682936, -74.01294420660318, 40.68836300605463, -74.01295710912116, 40.68834178040172, -74.01297154309096, 40.688323873867255, -74.01299208441091, 40.68830330292278, -74.01301662995233, 40.68828144648907, -74.01309916736562, 40.688215549257016, -74.01314062985804, 40.688181757265625, -74.0131737061424, 40.68815479841497, -74.0132186456699, 40.688122297333365, -74.01324091430054, 40.68810899689112, -74.01326696385676, 40.68809594094841, -74.01329686882931, 40.68808294578929, -74.01334224176891, 40.68806497169208, -74.01347243964507, 40.688011740680146, -74.01424752986598, 40.68760269443618, -74.01488098357878, 40.68725425150644, -74.01491133741106, 40.68724661482439, -74.01495477902468, 40.687240609065235, -74.01498590646403, 40.68723799622808, -74.01501472511592, 40.687237213527254, -74.01504165139444, 40.687238256407596, -74.01510558631036, 40.687244368823386, -74.01518361509204, 40.68725437766809, -74.01524898931261, 40.687263810908256, -74.01530653387033, 40.68725496472797, -74.01532449221956, 40.68725736220649, -74.01551856016124, 40.687280627981835, -74.0156067221968, 40.6872891241109, -74.01568349251448, 40.687294576188705, -74.01575820138837, 40.68729212288924, -74.01584480702175, 40.687282257577735, -74.01593924119774, 40.6872704424057, -74.01602184660965, 40.68725860088776, -74.01611836891979, 40.68724280500803, -74.01616614303947, 40.687229129411236, -74.0162050112354, 40.68721885808981, -74.01626997754194, 40.68718994603971, -74.01634926039574, 40.68715167288223, -74.0165038936342, 40.68707534579168, -74.01675835988308, 40.686970706258286, -74.0169575568616, 40.68689140846757, -74.01703613581945, 40.68685598776614, -74.0171037970227, 40.68682548543841, -74.01729469160604, 40.68673943444414, -74.0177201868859, 40.68654539637321, -74.01844048375933, 40.68621335837039, -74.01895148963176, 40.685975193936585, -74.01950871254628, 40.6857246679535, -74.02027142648126, 40.68538410139906, -74.02043037695255, 40.68531081649254, -74.02053879539395, 40.685262534156315, -74.02060045200643, 40.68523507547472, -74.02067170810052, 40.68520334209801, -74.02106679205501, 40.685022665199035, -74.02154061391121, 40.68481109180639, -74.02199737696755, 40.68460276066834, -74.02222601475653, 40.68449871818834, -74.02231961259906, 40.68445612737775, -74.0223845993661, 40.68442655268461, -74.02244259682611, 40.68438161114802, -74.02246397660002, 40.68436906281783, -74.02248964253411, 40.68435763928832, -74.02252342389401, 40.68434761446403, -74.0225591885642, 40.6843397027471, -74.02257872949741, 40.684336104063014, -74.02273369077062, 40.68425925701568, -74.0228329909788, 40.68421001256314, -74.02298483796739, 40.68414970733437, -74.02325814586261, 40.68405838983418, -74.02339265329441, 40.684013292747025, -74.02345318436458, 40.6839908279118, -74.02350322431971, 40.68397607718932, -74.02353614063847, 40.68396948320194, -74.02358156948465, 40.68396475340696, -74.02362050995121, 40.68396005194155, -74.02376526505077, 40.68393924457826, -74.02386899282102, 40.68392939670049, -74.02406041257925, 40.683919887930706, -74.02418462341052, 40.68391843367669, -74.02418462341052, 40.68391843367669 --74.04699098889026, 40.69012439075526, -74.04700199807922, 40.69013585879933, -74.04701361583922, 40.690148012784825, -74.04702862782523, 40.69016362515437, -74.04704562228714, 40.69017879726101, -74.04706575742198, 40.69019687673869, -74.04708047923558, 40.69021366889255, -74.04709441258615, 40.69023301342193, -74.0471086685859, 40.690253565405854, -74.0471191372442, 40.69026849343199, -74.04713599225153, 40.69028882372251, -74.04715652174916, 40.690309072359206, -74.04717381020001, 40.690328334457675, -74.04718738304494, 40.69034806364248, -74.04719745126135, 40.690360465885654, -74.0472089273669, 40.690374624451884, -74.04722105351046, 40.69038787593333, -74.04723156005828, 40.69040612412601, -74.04723088485436, 40.690419931073244, -74.04721968216809, 40.69043772170882, -74.04721187040045, 40.690455950402736, -74.04721361177141, 40.69047088109941, -74.04721164066362, 40.69048737751076, -74.0472110405161, 40.69050527365784, -74.04721628057344, 40.69052245420228, -74.04721712318565, 40.69054122865834, -74.0472205986235, 40.69055909521717, -74.0472255201306, 40.690584180597504, -74.04723192000957, 40.69061030816514, -74.04723687346979, 40.69062704757456, -74.0472425108185, 40.69064557332138, -74.04724619814515, 40.6906602564777, -74.04725086081356, 40.69067565334053, -74.04725906369349, 40.690698458172605, -74.0472659268285, 40.69071550116984, -74.04727282654778, 40.69073408042725, -74.04728001683506, 40.69075200128966, -74.04728413793184, 40.69076775407617, -74.04728754078548, 40.690784989402474, -74.04729004126361, 40.69080263753457, -74.04729189199368, 40.69081992933029, -74.04729638095284, 40.69084391625835, -74.04730025388487, 40.69086504881231, -74.0473007037459, 40.69088881947595, -74.04729794070616, 40.69090797903112, -74.04729575201681, 40.69092293835632, -74.04728714477044, 40.69094056223618, -74.0472730632057, 40.690964421716956, -74.0472625793638, 40.690980015708355, -74.04725108891508, 40.690997532707925, -74.04723473120679, 40.69101483107834, -74.04721534018388, 40.69102886452942, -74.04719897482317, 40.691035376550225, -74.04718206662868, 40.6910404893937, -74.0471592819708, 40.69104697612461, -74.04713833647943, 40.69105445086121, -74.04711248668377, 40.69105951152483, -74.04709373955708, 40.69106566700191, -74.04707044853376, 40.69107215482292, -74.0470432639454, 40.691076803581865, -74.04702530703746, 40.69107952866988, -74.04700288212048, 40.69108450686308, -74.04697536750977, 40.691087562732854, -74.04695492264793, 40.69108864268715, -74.04693466088412, 40.69109101209815, -74.04690906217581, 40.69109651116359, -74.04688382416198, 40.69110181916752, -74.04686226139346, 40.69110471049298, -74.04684073556615, 40.69110798361691, -74.04680922303056, 40.69111222524901, -74.0467913020074, 40.691113851659715, -74.04677183101114, 40.691113557002375, -74.04674665855532, 40.691111151153265, -74.04672542040787, 40.69111302744275, -74.0467005057913, 40.69111558961035, -74.0466815777213, 40.69111853476402, -74.0466577805244, 40.69112197627055, -74.04663473835822, 40.69112407119888, -74.0466119858414, 40.69112418937874, -74.04658872988537, 40.69112677966673, -74.04656626406475, 40.69112577207999, -74.0465452024989, 40.691124710790625, -74.04652317073298, 40.69112521318057, -74.04649779136868, 40.6911348580287, -74.0464756567625, 40.691142278193695, -74.04645622064216, 40.691142807438446, -74.04643321273078, 40.69114314541132, -74.0464080067693, 40.691140191989604, -74.04638337415405, 40.69113660617103, -74.0463648393152, 40.6911334294252, -74.04633991773355, 40.69112940516379, -74.04631572039524, 40.691127383346945, -74.04629019106606, 40.6911272567406, -74.04626653556844, 40.69112693576494, -74.04624096967567, 40.691128675025794, -74.0462114407552, 40.69113415030076, -74.0461869932679, 40.69113649334486, -74.04616471094772, 40.691139081355374, -74.04614275540648, 40.69114545859017, -74.04611899539054, 40.691151396193, -74.04609927267403, 40.69115321682828, -74.04607969178974, 40.69115484379304, -74.04604373411092, 40.69114492192228, -74.04602057849993, 40.69113867261753, -74.0459944344303, 40.6911357744117, -74.04597377174952, 40.69113498571382, -74.04595054696284, 40.691131345209406, -74.04593114328134, 40.691125726548776, -74.0459085635806, 40.691120822358336, -74.04589002863614, 40.69111745282624, -74.0458706263044, 40.69111378286544, -74.04584747484842, 40.691111816365115, -74.0458255109015, 40.69110943695218, -74.04580333282246, 40.69110705762026, -74.04578383293307, 40.6911146404969, -74.0457702091971, 40.69112897398205, -74.04576077295445, 40.69114080777684, -74.04574487584992, 40.69115239649803, -74.04572363583249, 40.69114988080041, -74.04570278377071, 40.691136878468306, -74.04569029765511, 40.69112464184955, -74.04568246511485, 40.69111155239724, -74.04567848596187, 40.691091790412926, -74.04567793082788, 40.69107238637424, -74.0456808753472, 40.69105322588604, -74.04568198477928, 40.69103900814274, -74.04566628739698, 40.691024357619376, -74.04564633781467, 40.691012727300944, -74.04562487334476, 40.6909985185097, -74.04560409483038, 40.69098743782564, -74.04558353507407, 40.69097792034208, -74.04556271933487, 40.69096774648209, -74.04553902060601, 40.690957737652546, -74.04551784885167, 40.690949401872786, -74.04549739792364, 40.690939830299996, -74.04548062646683, 40.69093396378202, -74.04546049994143, 40.69092820754904, -74.04543658760792, 40.69092066708957, -74.04541747192509, 40.69091565247287, -74.04539561760195, 40.69091082984218, -74.04537004383175, 40.69090090366413, -74.04534046699993, 40.690888071300364, -74.04532239386238, 40.69087995398896, -74.04530544439898, 40.690873235629965, -74.0452870106803, 40.69086547505822, -74.04527056550371, 40.69085919594612, -74.04524686329955, 40.69084394426953, -74.04522652020218, 40.69083626638545, -74.04520322084464, 40.69082886521611, -74.04518049856199, 40.690821079296306, -74.04516462581763, 40.690814524387235, -74.04514655523631, 40.69080662677239, -74.04512310923833, 40.690794038687955, -74.04509652603772, 40.69078356353177, -74.04507712136457, 40.6907779717427, -74.04506078124292, 40.690771281024865, -74.04504375724198, 40.690762723808355, -74.04502333991745, 40.690753674435655, -74.04500393610635, 40.69074583225132, -74.04498745127808, 40.69073856435055, -74.04496891138122, 40.690731133357154, -74.04495257265008, 40.69072471727989, -74.04493417731578, 40.6907193718131, -74.0449140161134, 40.69071290229148, -74.044887831038, 40.69070325090123, -74.04486838984305, 40.690694309181836, -74.04485183189841, 40.690685587861786, -74.04483372325646, 40.690675521776605, -74.04481370389836, 40.69066707645601, -74.04479450405239, 40.69065811391834, -74.04477449677083, 40.690650019786425, -74.04475628314555, 40.69064390608262, -74.04473438922342, 40.690636283645844, -74.04471238750129, 40.69062844152158, -74.04469442509931, 40.69062293195477, -74.04467678596045, 40.69061431999145, -74.04465287245075, 40.690604722597065, -74.04462978925793, 40.69059660712053, -74.04460569681913, 40.69058832723663, -74.04458935546064, 40.69058141582643, -74.04457031243449, 40.69057335460431, -74.04454603550182, 40.69056337280928, -74.04451645972065, 40.690549880156645, -74.04448937223934, 40.690538663932536, -74.04447209593827, 40.69053298927184, -74.04444980621561, 40.69052427010861, -74.04443025542011, 40.69051579662433, -74.04440139634417, 40.69049835041201, -74.04437848685319, 40.690482713731015, -74.04435717067585, 40.6904720175477, -74.04433747323976, 40.690460031201745, -74.04432008489904, 40.690447713474775, -74.04430071338109, 40.690438360097886, -74.0442814544814, 40.69043290589695, -74.04426457569147, 40.69042539220391, -74.04424231884649, 40.69041442170455, -74.04422558075619, 40.690406769272634, -74.04420440584697, 40.69039494736507, -74.04418391798552, 40.69038444354122, -74.04416267227202, 40.69037286929427, -74.04414293911783, 40.69036044347814, -74.0441239651553, 40.69034930510152, -74.04410203387852, 40.69033861000719, -74.04408558530737, 40.69033040993181, -74.0440638009167, 40.690321771546266, -74.04404637623763, 40.69031162222774, -74.04403072188353, 40.69030399816905, -74.04400503864117, 40.69029245350653, -74.04397982593147, 40.69028041157514, -74.04395302610821, 40.69026557325006, -74.04393293309256, 40.690256302933854, -74.04391305775408, 40.690245223399806, -74.04389141560449, 40.690235130598296, -74.04387547118742, 40.69022712210988, -74.04385025411283, 40.69021016875207, -74.04383564359357, 40.690199469916514, -74.04381818010908, 40.690182375819354, -74.04380565551088, 40.690164787258844, -74.04378631650735, 40.690147062610805, -74.04375799012404, 40.690116990836984, -74.04374564583905, 40.690098304475505, -74.04373568191497, 40.69008153710241, -74.04372575835585, 40.6900685860886, -74.04371071043258, 40.69005108042296, -74.04369691957208, 40.690027370641616, -74.04368760616661, 40.69001214019354, -74.04367591015367, 40.68999334281505, -74.04366317072535, 40.689974573747186, -74.0436484431342, 40.689954788752374, -74.0436365701722, 40.6899367334599, -74.04362444309625, 40.689919033965275, -74.04361480580617, 40.68990597297049, -74.04360210269311, 40.68989022150218, -74.04358842311471, 40.689871948064344, -74.04357550439747, 40.68985573110923, -74.04356229815583, 40.68984124414763, -74.0435480795095, 40.689825357269406, -74.0435363518053, 40.68981226914302, -74.04352375785537, 40.689796957975574, -74.04351127156683, 40.689781645865516, -74.04349773783333, 40.6897656218439, -74.04348669702622, 40.689753632079075, -74.04346963235534, 40.68974005158059, -74.0434620867438, 40.689727016798024, -74.04345288043153, 40.689708960478995, -74.04344511988955, 40.6896965012045, -74.0434385460856, 40.68967882750905, -74.04343355921189, 40.689663705269204, -74.04342994216833, 40.68964839160332, -74.04342600049887, 40.689628713271404, -74.04341946048179, 40.68960840465984, -74.04341191135948, 40.68958812254341, -74.04340483354656, 40.68957217892217, -74.04339786385647, 40.68955694756576, -74.04338692448862, 40.68953532316009, -74.04337724934439, 40.68951847279874, -74.04337172122791, 40.68950239171311, -74.04336713118437, 40.689486198610105, -74.04336170700729, 40.689460756647996, -74.0433606137501, 40.68944599134172, -74.0433630511269, 40.689421039898534, -74.04336894682541, 40.68939295876834, -74.04337603601493, 40.68937187597811, -74.04338341241214, 40.68934856971152, -74.04338988712755, 40.689323123263954, -74.04339362738756, 40.689309671785274, -74.0433974414453, 40.68929509643789, -74.04340233347428, 40.689279065454116, -74.04340762534548, 40.68926300640336, -74.04341201127018, 40.68924552038028, -74.04341632811267, 40.68922732117646, -74.04342028389472, 40.68921057733836, -74.04342452833225, 40.689193832490645, -74.04342880777575, 40.689176346506976, -74.04343305102597, 40.68915960165933, -74.04343783751106, 40.68914502414226, -74.04344309055685, 40.68912932350859, -74.04344719090214, 40.68911477416604, -74.04345122072965, 40.68910093895707, -74.04345474635527, 40.68908674733503, -74.04345877617945, 40.68907291212579, -74.04346302083047, 40.68905652297909, -74.04346693991752, 40.689039780053356, -74.04347183309348, 40.68902374816518, -74.04347723281359, 40.68900985750631, -74.04348252535978, 40.68899670801025, -74.04348857312026, 40.68898243258672, -74.04349368537765, 40.68896856995161, -74.04350365530253, 40.68894229910603, -74.04351150126652, 40.68891899265242, -74.04351970679241, 40.68889376526701, -74.04352848824482, 40.68886823509057, -74.04353381317773, 40.68885036418755, -74.04353896042218, 40.68883576041435, -74.04354760063313, 40.68881497959773, -74.04355624297166, 40.68879746404147, -74.04356377009792, 40.688782337968945, -74.04357230002107, 40.68875754990712, -74.04358403940874, 40.68873448871444, -74.04360360166133, 40.688708982364076, -74.04361405177036, 40.68869712224346, -74.04363174324682, 40.68867641993614, -74.0436488217, 40.68865901103637, -74.04366269660333, 40.68864712079574, -74.04367639216883, 40.68863597174413, -74.04369156580088, 40.68862556325224, -74.04370879274144, 40.68861273880129, -74.0437284001243, 40.68859664728075, -74.04374576978026, 40.68858319060955, -74.04376685646547, 40.68857154525569, -74.04379198328553, 40.68856192901856, -74.04381552761629, 40.68856010822335, -74.04384696630612, 40.68855485435973, -74.04387645982709, 40.688549160878054, -74.04389661427572, 40.68854651828935, -74.04391741765502, 40.68854305238011, -74.04395026229759, 40.68853683620323, -74.04398303690108, 40.68853026344043, -74.04400131386764, 40.68852578270234, -74.04402139303596, 40.68852022966089, -74.04404756792287, 40.68851415468658, -74.0440794400842, 40.68850791092912, -74.04411087994795, 40.6885027119242, -74.04413547014191, 40.68850105635708, -74.04416210971839, 40.68849108195494, -74.04418046115508, 40.688488331046244, -74.04420620510629, 40.688483599767444, -74.04423486947411, 40.688479992101634, -74.0442687254239, 40.68847539546888, -74.04430402189546, 40.688470222843456, -74.04432767388548, 40.6884666999314, -74.04434743052556, 40.688463645882265, -74.04436531614955, 40.688461359788576, -74.04438370351619, 40.68845929412439, -74.04440724932545, 40.6884579955053, -74.04443068636982, 40.68845680678611, -74.04445899329465, 40.68846184593325, -74.04449405154129, 40.68847023057255, -74.04451226186407, 40.68847409483779, -74.04454143770182, 40.68847998461383, -74.04457447184332, 40.688486614010664, -74.04460180775047, 40.68849373908813, -74.04463069715449, 40.688502923030974, -74.04465626827042, 40.688512190201045, -74.04468227235876, 40.68852143108239, -74.04470960916133, 40.68852808876736, -74.04473135412958, 40.688533378037945, -74.04475277767222, 40.68853918972731, -74.04477153318633, 40.68854626226909, -74.04479876720538, 40.68856014119065, -74.04483032657369, 40.68857437412365, -74.04484727937849, 40.688581723812966, -74.04487689213614, 40.68859510650654, -74.04489590136258, 40.68860470576998, -74.04491830200182, 40.688615621157794, -74.0449412054667, 40.6886265912762, -74.04496457881832, 40.68863789079435, -74.04499743865476, 40.688654264594355, -74.04502041734351, 40.68866622343131, -74.04504242055195, 40.688678921967146, -74.04506337620252, 40.68868898690694, -74.04508523505292, 40.68869811855709, -74.0451078838248, 40.68870499951024, -74.04512624227777, 40.688710838446255, -74.04515606874162, 40.68871993994284, -74.04518401773919, 40.68872725645065, -74.04520803800168, 40.68873465914337, -74.04523696504788, 40.68874499377533, -74.04527130031987, 40.68875801970833, -74.0452947103155, 40.688769125534456, -74.04532407170437, 40.688784897273926, -74.04534899740011, 40.68879808898175, -74.04537100152577, 40.68881024084249, -74.04539246412193, 40.68882107366041, -74.04541385394394, 40.688831000586404, -74.04543531743855, 40.688841395746394, -74.04545483025356, 40.688851955566285, -74.04547293869976, 40.688862323227944, -74.04549198400942, 40.68887255363836, -74.0455109945865, 40.688882152799394, -74.04552798226466, 40.68889010661897, -74.04554453940224, 40.68889816956854, -74.04556059148784, 40.688906369593724, -74.0455771477507, 40.68891487198955, -74.04559464183316, 40.6889229066449, -74.04561783486722, 40.68893662217911, -74.04563302336585, 40.688946550621885, -74.04564723540838, 40.688955795059684, -74.04567465434937, 40.68897315868718, -74.04569507129548, 40.688984048595806, -74.04571440352711, 40.68899337293881, -74.04573316054909, 40.68900058400201, -74.0457495002289, 40.68900716476331, -74.04576962692342, 40.68901742261358, -74.0457990952366, 40.68902836293421, -74.04581514620185, 40.68903656292423, -74.04583429934432, 40.68904690309751, -74.0458521539312, 40.68905266017153, -74.04587304052731, 40.68906689706984, -74.04588678492576, 40.68907726640569, -74.0459132286956, 40.68909394417369, -74.0459288832921, 40.689103737314205, -74.04594746278086, 40.68911418756019, -74.04596409076856, 40.68912362190293, -74.0459885484115, 40.68913706220047, -74.04602018294275, 40.68915316154068, -74.0460451793264, 40.68916552909913, -74.04606869858533, 40.68917685625, -74.04609221372145, 40.68918563044206, -74.04610923796031, 40.68919149767127, -74.04613398214977, 40.68920180763824, -74.04615771522195, 40.689212640303275, -74.04617203775705, 40.68922237811304, -74.04619115460542, 40.689231401690655, -74.04620782106953, 40.68923993096662, -74.04622556792265, 40.68925057331119, -74.04624302786088, 40.689260309851846, -74.04625980061904, 40.68927026729183, -74.04628278140352, 40.68928461313628, -74.04630500359026, 40.68930024881662, -74.04632913784567, 40.68931629615799, -74.04634916074961, 40.68933014969853, -74.04636427770265, 40.689342384288025, -74.04637849296608, 40.689354291452084, -74.04639108823068, 40.68936726907739, -74.0464022019868, 40.68938142697122, -74.0464113343457, 40.689394131333934, -74.04642223524253, 40.689408400074804, -74.04643021391227, 40.6894241531393, -74.04643758137694, 40.68943880692291, -74.04644949204392, 40.68945568224004, -74.0464599221884, 40.689470059228846, -74.04646916178689, 40.68948213318411, -74.04648453827981, 40.68950342591724, -74.04649796471621, 40.68951901108171, -74.046511568043, 40.68953547417361, -74.04652459795577, 40.68955413384793, -74.04653690691185, 40.6895720806057, -74.04654636449293, 40.68958794022481, -74.0465558951788, 40.68960344501128, -74.04656708474282, 40.68961763077408, -74.04657939119069, 40.68963195386224, -74.04659039781042, 40.68964504197095, -74.04660429171994, 40.68966249369776, -74.04661418290205, 40.68967580108058, -74.04662425142857, 40.68968894449732, -74.04663619712647, 40.68970164770182, -74.04664792485154, 40.68971561441377, -74.0466581768757, 40.68972892164647, -74.04666781097671, 40.68974168161673, -74.04667853195994, 40.68975734890298, -74.04669026333842, 40.68977312744193, -74.04670419254016, 40.68979021983727, -74.04671711217102, 40.68980498391313, -74.04673060910761, 40.68981971713559, -74.04674223022636, 40.68983343623982, -74.0467575288723, 40.689849760834946, -74.0467690066326, 40.68986147725294, -74.0467825038143, 40.689878213210896, -74.04679636194669, 40.68989511651595, -74.04680762405715, 40.68991138781433, -74.04681809171987, 40.689926755319334, -74.04683009881288, 40.68993917031419, -74.04684454484585, 40.68995762315754, -74.0468550134745, 40.68997265926985, -74.04686890592009, 40.689987832665835, -74.04688265395029, 40.69000119428607, -74.04689640327938, 40.69001639475244, -74.04690596725672, 40.69003025155612, -74.04691823894211, 40.69004539859123, -74.04692967824441, 40.69005785433011, -74.04694028903718, 40.690069762893636, -74.04695270173555, 40.690083536584645, -74.04696666538531, 40.69009728082495, -74.04697796173329, 40.69010998605943, -74.04699098889026, 40.69012439075526, -74.04699098889026, 40.69012439075526 --73.744434283623, 40.688840933870566, -73.74177896757581, 40.688043630757974, -73.74138261722433, 40.68789190493845, -73.74113792716487, 40.68782070647914, -73.74094397039013, 40.68775935180935, -73.74006080117898, 40.68749092324622, -73.7391855411978, 40.68722740101965, -73.73831417302578, 40.68696448791071, -73.73744162721383, 40.686700453353126, -73.73657844060894, 40.686437699708, -73.73588155245464, 40.68622765406517, -73.73569987095169, 40.686172381882784, -73.73483038319618, 40.68590578420935, -73.73396023890994, 40.68563824998948, -73.73364576652318, 40.68554155882921, -73.73308453345976, 40.68538222019333, -73.73222004367311, 40.68512077968621, -73.73229487560465, 40.68499221845219, -73.73249996357416, 40.6844478378677, -73.73253431500504, 40.68435054920402, -73.73278284789943, 40.68369083163899, -73.73303407255057, 40.68301614052046, -73.73328455623623, 40.682344138740746, -73.73359367262204, 40.6815038626021, -73.73374139458352, 40.68113032911383, -73.7337581507567, 40.68108959511579, -73.73376966347334, 40.6810301200018, -73.73400169688799, 40.68042521559532, -73.73403141139933, 40.68034318401734, -73.73419802374028, 40.68002151300117, -73.73429400777094, 40.67983620356785, -73.73494110684317, 40.67858684697477, -73.73499205902965, 40.67850616260529, -73.73504476196007, 40.6784227320604, -73.73591867769282, 40.67685340358754, -73.73625672365435, 40.67624993897266, -73.73688806439662, 40.67505232917307, -73.73693215531502, 40.674924477057964, -73.73697393059433, 40.67479412339197, -73.73737002527453, 40.67415889081053, -73.73794145486886, 40.673244766645674, -73.73899939514948, 40.67155833067765, -73.7396921357426, 40.670441816308134, -73.73976361214348, 40.67032661337725, -73.7400454710921, 40.66987232172175, -73.7411025887134, 40.66818689881381, -73.74164737649828, 40.66730660492807, -73.74188841658187, 40.66691971992922, -73.7419350560499, 40.666844859903364, -73.74178044985695, 40.66684467777014, -73.7417815669928, 40.66676689518854, -73.74178602494233, 40.66648690570354, -73.7416710806555, 40.66648690429212, -73.74155780741718, 40.666486903818395, -73.74144420659393, 40.666486902496914, -73.74133424826647, 40.66648690024825, -73.741261501302, 40.66648690054747, -73.74110796787606, 40.66648537634597, -73.74117771322034, 40.666403115017076, -73.74093937686746, 40.66640264878378, -73.74076323198202, 40.66640230330964, -73.74073973219886, 40.66640225755513, -73.7404894786206, 40.66640176713353, -73.74043400797247, 40.66640165819559, -73.74036487218723, 40.66640152199245, -73.7402961810622, 40.66640138765208, -73.74023987075417, 40.666401277625475, -73.7401699331528, 40.666401140395145, -73.74002373923246, 40.66640085242793, -73.73993502522008, 40.66640067892397, -73.73983636185643, 40.66640048465224, -73.73958819088097, 40.66639999607927, -73.73955246520588, 40.66639992600803, -73.7395166757837, 40.66639922091489, -73.73907033778538, 40.66639971686972, -73.73883815852521, 40.6664085292988, -73.73877537974087, 40.66640587701181, -73.73857744394638, 40.66637682236498, -73.73865777118837, 40.66626218499865, -73.73875895078976, 40.666117789525124, -73.7388370424545, 40.66603330626514, -73.73899539739156, 40.66586198965269, -73.73904699929498, 40.6658061646235, -73.73919309556248, 40.66564810799966, -73.73930258814204, 40.6655275811582, -73.73942857651342, 40.66538889477205, -73.7395495724119, 40.665255703622925, -73.73974479015895, 40.66525775016986, -73.74072523090622, 40.6652680183615, -73.74264203299536, 40.66530105725726, -73.74284636044791, 40.665308656216325, -73.74309600675294, 40.664938852716965, -73.7432093009768, 40.66477083003427, -73.74340973425342, 40.66440385346762, -73.74375416177655, 40.664074046661376, -73.74394597407897, 40.66380493645513, -73.74402957252843, 40.66368764877983, -73.74801332288769, 40.657549528029065, -73.75051430915796, 40.65377908262206, -73.748712860026, 40.652702868388026, -73.74654917860967, 40.65255315759684, -73.74655463722064, 40.65211940124263, -73.7465477363011, 40.65195958316647, -73.74652790352137, 40.651828487524995, -73.74651783436987, 40.65176192042594, -73.74645201869956, 40.65151407531083, -73.74636702731033, 40.65128788321995, -73.74626485945954, 40.65107780491442, -73.74616311929198, 40.65090061178864, -73.74594768405349, 40.65056533762399, -73.74587529790637, 40.65044071486041, -73.74582778411386, 40.65032809963824, -73.74579890452134, 40.650211350765545, -73.74578959331659, 40.65010343962915, -73.74579627726027, 40.649969953919744, -73.7459317743284, 40.64892261468652, -73.7459277815718, 40.64876584489717, -73.74590083464868, 40.64862791463036, -73.7458637311078, 40.6485190352473, -73.74579424789943, 40.64836235484569, -73.74573175342682, 40.64824202048935, -73.74567181328209, 40.64814393102473, -73.74555200676501, 40.64797845904413, -73.74512050584386, 40.6474367268459, -73.74504458198055, 40.647330185342106, -73.74497204954642, 40.64722539741851, -73.7448799547216, 40.64706262288902, -73.74481988222834, 40.64691442314137, -73.74475476165172, 40.64672759868664, -73.7446408824768, 40.64633401601485, -73.74458840245008, 40.646114797133656, -73.74457547585858, 40.645962154301635, -73.74457316959698, 40.64582340308948, -73.74460830994688, 40.64533168006493, -73.74460921834502, 40.64515890886467, -73.74460011473526, 40.64498540491473, -73.7445793259879, 40.64477944541436, -73.74455021619563, 40.64458598827853, -73.74445837900528, 40.6440842817838, -73.74442997552237, 40.643977900341035, -73.74436920312579, 40.6438445789682, -73.74433244618152, 40.64378574089803, -73.74428281635561, 40.6437197321517, -73.74420024739862, 40.64363124873399, -73.74404978092699, 40.643500039277704, -73.74394504787709, 40.64339595972858, -73.74384927740827, 40.64328698589716, -73.74374939804994, 40.64315426326558, -73.74360429416883, 40.64291955375267, -73.74319584840924, 40.64229000497495, -73.74313106852651, 40.642160138273354, -73.74308512546945, 40.64201474358924, -73.74306680768711, 40.64189799678706, -73.74306511426924, 40.641769799163335, -73.74313255859872, 40.641297680848915, -73.74315885939656, 40.641193044875386, -73.74319556790307, 40.641084748100944, -73.74328426299883, 40.64088627561245, -73.74330456467484, 40.640816156737046, -73.74338552735072, 40.64063898677121, -73.74472029304526, 40.64197397857102, -73.74506373531685, 40.642317470181105, -73.74575988866386, 40.643021125908206, -73.74609157911074, 40.64334553245779, -73.74742083344704, 40.644674678041746, -73.74771189622163, 40.64493923286025, -73.74801432423432, 40.64517990928431, -73.74831219095759, 40.64539017600814, -73.74862517840121, 40.64558722472771, -73.75065242281673, 40.64674053696716, -73.7527092168204, 40.64790814097036, -73.75404869549912, 40.648669427852205, -73.75410677111712, 40.64869720343993, -73.75615737255032, 40.649863689216765, -73.75655097243737, 40.65008912469389, -73.75669142096467, 40.650174069975655, -73.76044099491754, 40.652299767027564, -73.7606354047023, 40.65240882050895, -73.7606999879771, 40.652443910409204, -73.76077768122087, 40.6524886496044, -73.76166766525836, 40.65299752727277, -73.76278454557561, 40.653628184299585, -73.76303979753652, 40.653773197163524, -73.7644751368801, 40.65459107662123, -73.76510091646252, 40.654937899476046, -73.76554843927732, 40.65518592432294, -73.76566896195673, 40.655253153324274, -73.76580129003638, 40.655324820586664, -73.76615868221239, 40.65551621307721, -73.76628007099005, 40.65557789058674, -73.7672508333324, 40.656104532704646, -73.76735273263061, 40.656159812863244, -73.76706264785464, 40.65617930555279, -73.76695418079773, 40.65620139532106, -73.76686039169324, 40.65621459058538, -73.76674026896761, 40.65621881001945, -73.76664945125309, 40.65622085729608, -73.76644724824081, 40.65624052399082, -73.76582365529, 40.656303486576086, -73.76589141686877, 40.65673266739494, -73.76596247499461, 40.65718270099581, -73.76606701385514, 40.657865931927105, -73.7661500867134, 40.658463177953834, -73.76614222229625, 40.65848940671556, -73.7661228238393, 40.658554106547506, -73.7662734745569, 40.65854441879372, -73.76696130251487, 40.65847816642877, -73.76681339269821, 40.659052209198556, -73.76660164578574, 40.659881248471635, -73.76652749771155, 40.660135326410106, -73.76615879535257, 40.66008484986393, -73.76598831144148, 40.66049672324207, -73.76578781082878, 40.6609748549056, -73.76549962459661, 40.66166321927259, -73.76523576503305, 40.66227418694878, -73.76495890998943, 40.66292716097877, -73.76478909416379, 40.66332717669923, -73.76473330766414, 40.66345858707532, -73.76468300877033, 40.66357706728482, -73.76416123581934, 40.6648078254131, -73.7640733520557, 40.66502790410665, -73.76388466780965, 40.66545962752067, -73.76353170973637, 40.666287013633514, -73.76420688081973, 40.66637071955831, -73.76445630684134, 40.666392861001654, -73.7647061135575, 40.66641608600677, -73.76534694989078, 40.666492378473436, -73.76712953400428, 40.66669551701379, -73.76709360571681, 40.66676663660705, -73.76698821706505, 40.666911086157306, -73.76695827943207, 40.6670347604192, -73.76685981855236, 40.6672294548276, -73.76679370673337, 40.66736032921778, -73.76675401497677, 40.667432681986604, -73.76648061955979, 40.667404708349046, -73.76603180451283, 40.66735878218837, -73.76375687562215, 40.66709429270222, -73.7636444301844, 40.66716278844241, -73.76360251691098, 40.667353815867244, -73.7634776469264, 40.667910984944335, -73.7634492908078, 40.66800359814386, -73.76342459358216, 40.66808425366503, -73.76298547977933, 40.66906238763804, -73.76293779665856, 40.669219152564324, -73.76292441045454, 40.669314174739405, -73.76259800539285, 40.67072215427726, -73.76259716416415, 40.67074251506925, -73.76261471855703, 40.670802788785856, -73.76283515444982, 40.67150122818671, -73.76288493365938, 40.67165894675555, -73.76293350846588, 40.67181284912163, -73.7628333791394, 40.67183285038861, -73.76263832199434, 40.67187017264366, -73.76251914088412, 40.67189291963296, -73.76225096751294, 40.67194282901822, -73.76240480140682, 40.67203163536829, -73.76297384216761, 40.672337190683976, -73.76350791260053, 40.672623973820556, -73.76384054950756, 40.67280243744242, -73.763927630616, 40.67283830010045, -73.76404718200375, 40.67284629340788, -73.76388224927402, 40.673454245279885, -73.76383070805146, 40.67364010102627, -73.76380483316613, 40.67376962258712, -73.76377113513503, 40.673938293418914, -73.76373158732343, 40.674216046409406, -73.76372565754403, 40.6742602811961, -73.76371011930496, 40.67437619731215, -73.76368305060228, 40.67457812074951, -73.76367676231496, 40.674745208891416, -73.7635391922996, 40.67474234715119, -73.76349517588098, 40.674733873754874, -73.76339039423993, 40.67468080690296, -73.76296633021822, 40.67445086829872, -73.76251488842098, 40.67421354139165, -73.7624859909505, 40.674194663608645, -73.7624552586464, 40.67421341829129, -73.76238589679048, 40.674248237683464, -73.76222966099303, 40.67431219210205, -73.76200643953658, 40.67440513862963, -73.76114910549398, 40.674763301842596, -73.76031462403728, 40.67510965455984, -73.75950917223696, 40.67544688653052, -73.75881306387187, 40.67574548477079, -73.75801010638246, 40.67607855468983, -73.75789912388757, 40.67612304905155, -73.75770945548132, 40.67619817265297, -73.7570912677137, 40.67646289486289, -73.75705359339867, 40.67647578638197, -73.75633959653076, 40.676802654089414, -73.75800951821309, 40.67923896381944, -73.76066613140452, 40.68261199336958, -73.76063018053739, 40.68271672800798, -73.76059156497205, 40.68282922405241, -73.76051479844762, 40.6830528680905, -73.7604237939076, 40.68337589864301, -73.76046521617215, 40.683683882555634, -73.76048049156344, 40.68379744977232, -73.76056524666302, 40.68442762082601, -73.76072960193684, 40.68509806183805, -73.76058901658473, 40.6851317810611, -73.75999760868308, 40.685345468310985, -73.759178672897, 40.68564816456901, -73.75837348074342, 40.68594622908956, -73.75756215199682, 40.686244069733654, -73.7570898449334, 40.68642003701721, -73.7567422107538, 40.68654748136847, -73.75666639629378, 40.68657326947677, -73.75664777288458, 40.686575457973625, -73.75649411194684, 40.68662720891894, -73.75620522750499, 40.68673391007239, -73.7561057214632, 40.68676214655125, -73.75607438282486, 40.6867130307615, -73.75598930855006, 40.68674338152688, -73.75566379857658, 40.68686302062781, -73.75562504601115, 40.68680143122008, -73.75530122905234, 40.68692044883352, -73.75521624810946, 40.68695034266422, -73.75537016240645, 40.687195672742845, -73.75529723797759, 40.68722208835068, -73.7549689296135, 40.6873393061501, -73.7548946142763, 40.68722073079253, -73.754814138819, 40.68709232932503, -73.75448642843786, 40.687209333601814, -73.7544034099152, 40.68723810987579, -73.75436887957446, 40.687182846184385, -73.75428795129099, 40.6872132531707, -73.75396656711868, 40.68733125103994, -73.75404141426571, 40.6874508421173, -73.75371527586081, 40.68757058603167, -73.7536293848223, 40.68760080183026, -73.75367150212561, 40.687668347925005, -73.75359136732118, 40.68769699380821, -73.75326692419665, 40.68781650324659, -73.75322661433123, 40.68775229099233, -73.7531891906207, 40.68769267484894, -73.75286461175124, 40.687812232391934, -73.75278876962109, 40.687840859920115, -73.75282180765367, 40.687893454446794, -73.75273760154464, 40.68792431706914, -73.75241043170149, 40.688042763730664, -73.75239924956232, 40.68802501299341, -73.75207137614645, 40.68814371472591, -73.75192202059068, 40.68821759184913, -73.75159574630936, 40.68833716107173, -73.75159793609227, 40.68834064809793, -73.7512703587156, 40.68846069266087, -73.75119385618302, 40.68848742752605, -73.75121737897484, 40.68852492908404, -73.75113359658718, 40.68855627502723, -73.75080902957386, 40.68867434184953, -73.75074751936417, 40.68857629722212, -73.7504350928763, 40.688689947936375, -73.75023948223972, 40.68876240600025, -73.7499296915406, 40.68887464274985, -73.74987619552128, 40.688789402413654, -73.74983081163053, 40.68871708589714, -73.74985022127629, 40.68870767536315, -73.74979068797055, 40.68861281424471, -73.74978716352516, 40.68860720086287, -73.74972729993725, 40.68851181579152, -73.74972071090355, 40.688501314940005, -73.74966148489511, 40.688406943400615, -73.74965076582912, 40.68838986428824, -73.74958696312524, 40.688288197568674, -73.74954447511082, 40.68822050148452, -73.74949861880313, 40.68815132300469, -73.74921273678562, 40.688544870177886, -73.7486872403993, 40.68928050880924, -73.74858760808931, 40.689409715290736, -73.74837665819221, 40.689718715097804, -73.74812293057592, 40.6901305472748, -73.74759842614378, 40.68988290768391, -73.7474285643944, 40.68981153284134, -73.74728616556969, 40.68973686183161, -73.74714290291891, 40.68966201764797, -73.74660531938764, 40.68949803611492, -73.74617363658581, 40.68936851794973, -73.74530282131622, 40.68910339617379, -73.74488533837547, 40.68897736707389, -73.744434283623, 40.688840933870566, -73.744434283623, 40.688840933870566 --73.97312638180432, 40.68962157698185, -73.9731211929266, 40.68959540325106, -73.972840431661, 40.688179302529534, -73.97280920829537, 40.6880232802945, -73.97276317809629, 40.68779326024931, -73.97268745899682, 40.68741487803105, -73.97280694527308, 40.68739654125488, -73.97364817231566, 40.68730230010982, -73.97363156991396, 40.68721629996173, -73.97337441234674, 40.68588405956786, -73.97327416832928, 40.68584135738182, -73.97284802079643, 40.685674646366856, -73.9724189918689, 40.68550093158458, -73.97227444553087, 40.68544240217463, -73.97214509607677, 40.68468636616585, -73.97208915673781, 40.68440994347658, -73.97205644247701, 40.68426044482517, -73.97204437683232, 40.68420042894535, -73.97193260479064, 40.683635332832246, -73.97174181000315, 40.68264570675305, -73.97157036355158, 40.682610485037706, -73.97071526261202, 40.68243041450861, -73.9705659333203, 40.68239678002605, -73.97085171271304, 40.68161938756145, -73.97094872914975, 40.681316911356845, -73.97111852398716, 40.68085004555598, -73.97139414182976, 40.68008254660254, -73.97170946339936, 40.679204845423, -73.9720267010336, 40.67832739049425, -73.97234656448, 40.67744701666222, -73.97244491766482, 40.677161691469955, -73.97205046167724, 40.67661163937367, -73.9720052211452, 40.676548557221494, -73.97190452480837, 40.676413253745366, -73.97184175840283, 40.6763292735022, -73.97175729778643, 40.67621626610974, -73.97142291971907, 40.675754317593054, -73.97106732577876, 40.67526301316254, -73.97103721222628, 40.67521949270544, -73.97114148499139, 40.67509851041353, -73.97122039984293, 40.6749859045788, -73.9712799199045, 40.674888485535924, -73.97137037324612, 40.67469626884772, -73.97142972892718, 40.67450104385005, -73.97144073530093, 40.67445509870566, -73.97147228356172, 40.674263357170716, -73.97148023327597, 40.6740660842152, -73.97145876542035, 40.67383031324528, -73.97143919401438, 40.673704196656004, -73.97140687675504, 40.673585075697765, -73.97137520443458, 40.67349298384998, -73.97131967850942, 40.67335709850125, -73.97122905532026, 40.67320115798463, -73.97117515926584, 40.67312112561957, -73.97111503549519, 40.673031847877084, -73.97098346273253, 40.67286921595038, -73.97089011498925, 40.672791411271874, -73.97076291517466, 40.67270037025161, -73.9706728043631, 40.67263759941832, -73.9705665695818, 40.672569415895715, -73.97079775879041, 40.6726564312582, -73.97118093137288, 40.67279462548351, -73.97226132553992, 40.67321652394039, -73.97260835962754, 40.673352038256965, -73.9728457376584, 40.67344473321814, -73.97295548263476, 40.67348758576474, -73.97404741974852, 40.673914332902676, -73.97467933062556, 40.67416128506778, -73.97543352625546, 40.67445602054273, -73.97546678900267, 40.67446598013187, -73.97558395575962, 40.67450851206474, -73.97560583247977, 40.67451737597157, -73.9756249573181, 40.67452512805579, -73.97585566197026, 40.674618641150076, -73.97795999662307, 40.67543770090477, -73.97839290020028, 40.67560627385063, -73.9787128898594, 40.675730874701856, -73.97927038191506, 40.67594795554298, -73.98046002041062, 40.67641209994146, -73.98304077508993, 40.677417195523624, -73.98542920250763, 40.67834351562688, -73.9855904182273, 40.67840201984613, -73.98739288028925, 40.6791034765005, -73.98757802724441, 40.67917541982614, -73.98764750269603, 40.67920241752448, -73.98770903712905, 40.679226330070875, -73.9882027240457, 40.679418167906924, -73.98822760953783, 40.679427833875934, -73.98828264150939, 40.67944921860595, -73.98847459113715, 40.67952494784129, -73.98852518899378, 40.679544908297565, -73.98847451749715, 40.67958145511241, -73.98845707721786, 40.67960352857401, -73.98828257056172, 40.67985300925029, -73.98808790381884, 40.68013131033151, -73.98807983154062, 40.68014685237296, -73.98808028957295, 40.680171847996704, -73.98813316109664, 40.68019278051419, -73.98815422763363, 40.68020110253683, -73.9882452440334, 40.6802367596311, -73.9882825005719, 40.68025134365859, -73.98847259571716, 40.68032527257262, -73.98899827217356, 40.680529708363785, -73.98901704668799, 40.6805370097262, -73.98912885170952, 40.680580489969486, -73.9892390198659, 40.680623441348935, -73.98927186027532, 40.680636245226, -73.99102630518443, 40.68132022883189, -73.99109762237168, 40.681347969308476, -73.99111771619562, 40.681355785523564, -73.99129653355845, 40.68142456695454, -73.99086663645288, 40.68205799311201, -73.9904951696266, 40.68260602850931, -73.9904237401495, 40.68269362189253, -73.99035299551227, 40.68278037240678, -73.99005762474489, 40.68321800698186, -73.9899919848591, 40.68331853017041, -73.98992174320342, 40.683419073629175, -73.98955661876529, 40.68395535565538, -73.9892966918226, 40.684339127189155, -73.98921768081118, 40.68445713935847, -73.98919217632718, 40.68449533316144, -73.98912840520816, 40.68458913908454, -73.98906439062894, 40.68468046943561, -73.98876105829933, 40.6851320082599, -73.98871155501935, 40.685224305175765, -73.98865833357476, 40.685323533857826, -73.9882889603049, 40.685868385109416, -73.98790585712717, 40.686433741094056, -73.98785885550052, 40.68650312702364, -73.98780626148661, 40.686580895222214, -73.98747619329947, 40.68706891832966, -73.98742924045602, 40.68713834370623, -73.98737826541064, 40.687213695802185, -73.98707157846869, 40.687667027090455, -73.98700001604398, 40.6877728059505, -73.9869205062459, 40.687889325186454, -73.98672097259626, 40.688181741378784, -73.98661512232975, 40.6883384886932, -73.98656822092548, 40.68840794253014, -73.98650714865501, 40.68849813080897, -73.98621846932771, 40.688924424849276, -73.98615533347129, 40.68901766002571, -73.98605861272253, 40.68898008433498, -73.98500066788392, 40.68856845181099, -73.98453407486753, 40.68838690147606, -73.98448980351446, 40.68836967499942, -73.98421621850956, 40.688263223227466, -73.98398776896339, 40.68817433170191, -73.98363730199682, 40.68869003255308, -73.98357261359932, 40.68878563534566, -73.98347526527971, 40.68874804838763, -73.9828565223721, 40.688509139920605, -73.98271471001601, 40.688458422503174, -73.98260947735919, 40.688413787108956, -73.98200986701525, 40.688181101317504, -73.98151245787626, 40.6879876813407, -73.98140044549329, 40.687944125265325, -73.9813257395585, 40.68805145977558, -73.98123559126907, 40.68818097766893, -73.98084307203115, 40.688761045353395, -73.98092863341489, 40.6889028958254, -73.98053244190446, 40.688754715744935, -73.98049858738251, 40.68873893391868, -73.98043933042618, 40.688709459963846, -73.98041212196624, 40.6886942501671, -73.98038598581059, 40.688685454003085, -73.98025763790913, 40.68863792547124, -73.98016867952681, 40.68860337278475, -73.98014177037336, 40.68859247463368, -73.98007431350935, 40.688565431361674, -73.97944455678892, 40.68831394407366, -73.9792854228645, 40.688253734224986, -73.9794962646347, 40.689753830037006, -73.9795102986548, 40.68986268117805, -73.97937784788645, 40.68985988573936, -73.97932576764848, 40.68985796640623, -73.97926605585225, 40.68985537389184, -73.9786249277012, 40.68983041053196, -73.97810867796865, 40.689811996144385, -73.97793940173098, 40.6898058781501, -73.97723384520916, 40.68977758078219, -73.97709802024825, 40.68977261991952, -73.97690736669927, 40.689766665447316, -73.97630255466957, 40.68974183330819, -73.97622211124202, 40.68974022550799, -73.97610194947175, 40.68973621224391, -73.97590957072114, 40.689728449330644, -73.97510565479368, 40.68969719791707, -73.97490892363177, 40.68969011948098, -73.97430224941525, 40.68966617963733, -73.97410904737225, 40.68966226592601, -73.97389403181937, 40.689651238291965, -73.97345290681524, 40.689634195119, -73.97324536583827, 40.68962617391035, -73.97312638180432, 40.68962157698185, -73.97312638180432, 40.68962157698185 --73.95702038544897, 40.67329359043032, -73.95733910980174, 40.67241357338716, -73.95765658984543, 40.67153536224764, -73.95789236491727, 40.670881149600426, -73.9579731604349, 40.670656958000805, -73.95809262897832, 40.67068198368098, -73.95916338814405, 40.670906277400334, -73.96009789679427, 40.67110202076207, -73.96053322111582, 40.67119320042268, -73.96124729814838, 40.6713427639286, -73.96133768853053, 40.67135175716977, -73.96262134450141, 40.671629007010736, -73.96252147866032, 40.67135516022179, -73.96236980206164, 40.67055459573696, -73.96219446166945, 40.6696407149316, -73.9621102028225, 40.669195384961526, -73.96201201128068, 40.668734974773464, -73.9619965679449, 40.6686625574083, -73.96198297190504, 40.668592306391034, -73.96180658799247, 40.667680915259574, -73.96179284669284, 40.66759035843321, -73.96161627318318, 40.66669490596796, -73.9615746779205, 40.66647513829114, -73.96155843911232, 40.66638933981594, -73.9615066433369, 40.66611567011758, -73.96125111932608, 40.66476554965112, -73.96110878027764, 40.664061597889216, -73.96095595260039, 40.66328474104123, -73.96125198956732, 40.66326746207685, -73.9619584336857, 40.66322239469667, -73.96207002116863, 40.663214937448465, -73.96209791185743, 40.663213019536755, -73.96246890623591, 40.66318729546024, -73.96259250162747, 40.663381792291595, -73.96264067794863, 40.663443543737245, -73.96271145697938, 40.6635155710774, -73.96272016659957, 40.663528277482385, -73.96273161397912, 40.66354502719086, -73.96281418336109, 40.66366601124653, -73.96289472728562, 40.663797636887885, -73.9629876726096, 40.66394953257761, -73.96341801371632, 40.6645770264952, -73.96508002404092, 40.66696627234192, -73.9651455623393, 40.66706048166926, -73.96551499173067, 40.66759153440947, -73.9659064536958, 40.668150724570125, -73.96770923563321, 40.670628995252315, -73.96878443619573, 40.67210740149025, -73.96918914625866, 40.67266227569364, -73.9692064339528, 40.67268597557843, -73.96924603636275, 40.67274027012765, -73.96932926065992, 40.67268349595055, -73.9693762002648, 40.672651475327896, -73.9695148445891, 40.67256914382406, -73.96965009544792, 40.67251512615714, -73.96965337496619, 40.672736491668616, -73.97004217779462, 40.67268253834064, -73.97001522023314, 40.67248948247089, -73.97025904384245, 40.67248832466046, -73.97032563341529, 40.67249725155248, -73.97041590748638, 40.67250810079504, -73.9704875979056, 40.672533755974825, -73.9705665695818, 40.672569415895715, -73.9706728043631, 40.67263759941832, -73.97076291517466, 40.67270037025161, -73.97089011498925, 40.672791411271874, -73.97098346273253, 40.67286921595038, -73.97111503549519, 40.673031847877084, -73.97117515926584, 40.67312112561957, -73.97122905532026, 40.67320115798463, -73.97131967850942, 40.67335709850125, -73.97137520443458, 40.67349298384998, -73.97140687675504, 40.673585075697765, -73.97143919401438, 40.673704196656004, -73.97145876542035, 40.67383031324528, -73.97148023327597, 40.6740660842152, -73.97147228356172, 40.674263357170716, -73.97144073530093, 40.67445509870566, -73.97142972892718, 40.67450104385005, -73.97137037324612, 40.67469626884772, -73.9712799199045, 40.674888485535924, -73.97122039984293, 40.6749859045788, -73.97114148499139, 40.67509851041353, -73.97103721222628, 40.67521949270544, -73.97106732577876, 40.67526301316254, -73.97142291971907, 40.675754317593054, -73.97175729778643, 40.67621626610974, -73.97184175840283, 40.6763292735022, -73.97190452480837, 40.676413253745366, -73.9720052211452, 40.676548557221494, -73.97205046167724, 40.67661163937367, -73.97244491766482, 40.677161691469955, -73.97234656448, 40.67744701666222, -73.9720267010336, 40.67832739049425, -73.97170946339936, 40.679204845423, -73.97139414182976, 40.68008254660254, -73.97111852398716, 40.68085004555598, -73.97094872914975, 40.681316911356845, -73.97085171271304, 40.68161938756145, -73.9705659333203, 40.68239678002605, -73.97071526261202, 40.68243041450861, -73.97157036355158, 40.682610485037706, -73.97174181000315, 40.68264570675305, -73.97193260479064, 40.683635332832246, -73.97204437683232, 40.68420042894535, -73.97205644247701, 40.68426044482517, -73.97208915673781, 40.68440994347658, -73.97214509607677, 40.68468636616585, -73.97227444553087, 40.68544240217463, -73.9724189918689, 40.68550093158458, -73.97284802079643, 40.685674646366856, -73.97327416832928, 40.68584135738182, -73.97337441234674, 40.68588405956786, -73.97363156991396, 40.68721629996173, -73.97364817231566, 40.68730230010982, -73.97280694527308, 40.68739654125488, -73.97268745899682, 40.68741487803105, -73.97255175633387, 40.68743570253733, -73.97172664651377, 40.68752767843802, -73.97076366107746, 40.68763796684228, -73.97032490450782, 40.68768968629306, -73.97001676254817, 40.68772487773291, -73.9697831425718, 40.687751294425155, -73.96878493017662, 40.68786703753946, -73.96778749480703, 40.68798337555573, -73.9668206955159, 40.68808839881092, -73.96582204685572, 40.68820911124468, -73.96500089066161, 40.68830342375056, -73.96485376391195, 40.68832029235427, -73.96477250278957, 40.68832960943413, -73.96461293344966, 40.68834790483621, -73.96301465502498, 40.688533083631924, -73.96283558692122, 40.688554477072316, -73.96264803548439, 40.6885755550027, -73.96123718929336, 40.68873638479017, -73.9600051939459, 40.68888071984712, -73.95727386365014, 40.68919186603739, -73.95724849559886, 40.68904494595385, -73.95713186064224, 40.68846281695797, -73.95707488546223, 40.68817450171786, -73.95698652672444, 40.687728766739426, -73.95684164131255, 40.68699576643611, -73.95669901484452, 40.686263029682515, -73.95655080809755, 40.68553004923968, -73.95652703810299, 40.685418738551775, -73.95640328150824, 40.68479848980685, -73.95625780915859, 40.68406543964716, -73.95611154623347, 40.68333244026383, -73.95596604504132, 40.682599026682105, -73.9558192700615, 40.68186837063506, -73.95570726570165, 40.68131205378882, -73.955696554821, 40.68122814964692, -73.95566602036286, 40.68113664473003, -73.95564600947968, 40.68103181084569, -73.95548616519133, 40.68019432656819, -73.95544644294974, 40.68000376053612, -73.95543680866575, 40.67995754510462, -73.95538651735299, 40.679698795199485, -73.95528997087388, 40.67920204562247, -73.95516620722505, 40.67857553828628, -73.95516306718743, 40.678520412960815, -73.95516948342124, 40.67843340233463, -73.95517209052076, 40.67841912749192, -73.95519582099925, 40.678342734371604, -73.95547474007915, 40.67757556901549, -73.95575000581998, 40.67680712187768, -73.9560685199021, 40.675927367081414, -73.9563230225502, 40.67522213745235, -73.95638529034186, 40.67504958728238, -73.95660231950532, 40.67445045854623, -73.95670249796439, 40.67417056847765, -73.95702038544897, 40.67329359043032, -73.95702038544897, 40.67329359043032 --73.9899919848591, 40.68331853017041, -73.99005762474489, 40.68321800698186, -73.99035299551227, 40.68278037240678, -73.9904237401495, 40.68269362189253, -73.9904951696266, 40.68260602850931, -73.99086663645288, 40.68205799311201, -73.99129653355845, 40.68142456695454, -73.99111771619562, 40.681355785523564, -73.99109762237168, 40.681347969308476, -73.99102630518443, 40.68132022883189, -73.98927186027532, 40.680636245226, -73.9892390198659, 40.680623441348935, -73.98912885170952, 40.680580489969486, -73.98901704668799, 40.6805370097262, -73.98899827217356, 40.680529708363785, -73.98847259571716, 40.68032527257262, -73.9882825005719, 40.68025134365859, -73.9882452440334, 40.6802367596311, -73.98815422763363, 40.68020110253683, -73.98813316109664, 40.68019278051419, -73.98808028957295, 40.680171847996704, -73.98807983154062, 40.68014685237296, -73.98808790381884, 40.68013131033151, -73.98828257056172, 40.67985300925029, -73.98845707721786, 40.67960352857401, -73.98847451749715, 40.67958145511241, -73.98852518899378, 40.679544908297565, -73.9885428717809, 40.679494941415975, -73.9885564834977, 40.679477498905996, -73.98859251883891, 40.67942373366937, -73.98860902264357, 40.67939911073776, -73.98884034320079, 40.67905399594025, -73.98887824980923, 40.67899744009856, -73.98908614853644, 40.67867420952869, -73.9893192830547, 40.67834543554747, -73.98932107868997, 40.67832267971193, -73.98932347168551, 40.678292338897826, -73.98933433481933, 40.67826270667344, -73.98932878391422, 40.67822498720672, -73.9893374159666, 40.678115544871716, -73.98936003363367, 40.67782878890658, -73.98941122724437, 40.677360536837185, -73.98977616154279, 40.67691850899707, -73.98988803781046, 40.67678299592516, -73.99011625126128, 40.676498877248086, -73.99031107931093, 40.67627350938762, -73.99033319657084, 40.67624792402172, -73.99039077636881, 40.67618131596711, -73.9904111746821, 40.676157720579965, -73.9904292002562, 40.676117928333134, -73.9907088251544, 40.67579818565612, -73.99090003674432, 40.67582559279772, -73.99129536925332, 40.67589023622359, -73.99174218186114, 40.67596789083353, -73.99202756210477, 40.67600650252316, -73.99216545555521, 40.676035744506265, -73.992428446978, 40.67607682378649, -73.99256576242688, 40.676105500628786, -73.99282713400247, 40.67613503879592, -73.9929603073267, 40.67615508347477, -73.99315249711827, 40.67617812393748, -73.99315585061902, 40.676163877092876, -73.99327712862828, 40.67617327301019, -73.99345457288756, 40.67618217582498, -73.9935749113541, 40.676184269100666, -73.9936158681669, 40.67618222631151, -73.99368101323279, 40.676178978149004, -73.99376018280947, 40.676174370033195, -73.9940169422887, 40.67616431051342, -73.99401827487264, 40.676182234428545, -73.99408731632896, 40.676175759694054, -73.9941311535754, 40.676169728489604, -73.99416872329071, 40.676162534386364, -73.99429050637114, 40.67613190768337, -73.99441009183707, 40.67609977328289, -73.9944825775512, 40.676077925790786, -73.9945211187031, 40.676065207861356, -73.99459251631366, 40.67604164836951, -73.99469283272887, 40.676008161094884, -73.99472525046082, 40.67599583453829, -73.99475367388901, 40.67598360324506, -73.994853900234, 40.675934916036596, -73.99491998529518, 40.67590088311641, -73.9949575735244, 40.675880348530036, -73.99501036969573, 40.675848407770914, -73.99505857781192, 40.675816075066614, -73.9951087578853, 40.67577968200451, -73.99538312318856, 40.67557328543972, -73.9956690321805, 40.67525339406187, -73.99579190787273, 40.67513364725394, -73.99577611246063, 40.67512486035147, -73.99596333796053, 40.67494203733638, -73.99599030209893, 40.67495373146516, -73.99628554332044, 40.67459398386661, -73.9964099993126, 40.67445071048711, -73.99654521250919, 40.674274411808156, -73.99659470249897, 40.6742098841818, -73.9966061618311, 40.674194940474344, -73.9966270022359, 40.67416776894826, -73.99667342616094, 40.67410723858329, -73.9967179645671, 40.674049167451834, -73.99676134490491, 40.673992604632744, -73.99683109749495, 40.673901657261275, -73.99730435288691, 40.67334272324069, -73.99745039973345, 40.673176256452074, -73.99777410358693, 40.67280171102134, -73.99805616826887, 40.67246688118844, -73.99810487031857, 40.67243715509487, -73.99842687462838, 40.67210457537697, -73.9984769300082, 40.672043029438285, -73.99850019713564, 40.672014422176765, -73.99853218703775, 40.67197508808481, -73.99863471675181, 40.67187174892192, -73.99864574642933, 40.671830669348545, -73.99870614996088, 40.67177971438915, -73.99875107584299, 40.67169471885403, -73.99876615344948, 40.67167525347913, -73.99885616122977, 40.671556367484776, -73.99886355222463, 40.671543082256356, -73.999000020373, 40.67124449426942, -73.99910642214914, 40.67101169572885, -73.99936406581523, 40.67049488357884, -73.99938651351447, 40.67047542356347, -73.99939857005157, 40.67045719629538, -73.99940903586625, 40.67043835666735, -73.99941781634271, 40.67041907307569, -73.99941626362914, 40.67040067283696, -73.999422639691, 40.670380930870294, -73.99943295760617, 40.67036730702433, -73.99944534285068, 40.670354905186755, -73.99947733956422, 40.67033013215814, -73.9994883292137, 40.6703184237064, -73.9994973804452, 40.67030475302206, -73.99950593141077, 40.67028897602936, -73.99953800289953, 40.67021801915107, -73.99960061983705, 40.6701045508416, -73.99963216590879, 40.67005451650905, -73.99965519769593, 40.67002193233025, -73.99987321949396, 40.66953975808194, -73.99984942649837, 40.66950034249072, -74.00022414530568, 40.668744705387645, -74.00027111346809, 40.66872261113716, -74.00035107929189, 40.668748467424365, -74.00080822267948, 40.668896282948275, -74.0008840696782, 40.668920807931315, -74.00108842619927, 40.66900600395458, -74.00113200767, 40.66894767714261, -74.00138324723417, 40.66837379653387, -74.00142466690215, 40.668351095831014, -74.00153616079142, 40.6683614152056, -74.00168959966594, 40.668406582016516, -74.00198866769675, 40.66849461163995, -74.00222517670214, 40.66856234949399, -74.0026914838742, 40.66759667158883, -74.00278916519103, 40.6673943792169, -74.00295072396668, 40.66733473132939, -74.0029763531405, 40.6673401094495, -74.00316866058729, 40.66728938996978, -74.00319896083035, 40.66728756198477, -74.00369837117447, 40.66742793200993, -74.00365847720037, 40.667513944241556, -74.00393334665574, 40.667596635831416, -74.0044585176687, 40.667754623859146, -74.00468814517995, 40.66782859659509, -74.00476135106011, 40.66776354123739, -74.0048068901498, 40.667765808643075, -74.00507300297006, 40.66784301283221, -74.00519751359023, 40.667878875713484, -74.00534002467039, 40.66786101106061, -74.00545945009242, 40.66788252417726, -74.00552512873983, 40.66788666701573, -74.00587248759467, 40.66798090408034, -74.00605903563547, 40.668039220804665, -74.0059935148531, 40.668161943805906, -74.00601211975163, 40.66816859764561, -74.00536484887932, 40.66951347578942, -74.00531784144144, 40.66950345973712, -74.00529002057523, 40.66959796291513, -74.00527885326049, 40.669621859506634, -74.00510298473554, 40.66999820095335, -74.0050226283546, 40.67017015610823, -74.00503930163326, 40.670213789853264, -74.00487470345088, 40.67052274306392, -74.00477640375169, 40.67070303846755, -74.00476911233356, 40.670718310609956, -74.00476260021075, 40.6707321950254, -74.00476304713243, 40.670746823878765, -74.00477162152973, 40.6707610894876, -74.00478566924384, 40.670772362455764, -74.0048178276053, 40.67078336451056, -74.00485820105295, 40.670795060507054, -74.004956926628, 40.670824211380435, -74.00505130336448, 40.670851541518026, -74.00514771093721, 40.67087968285159, -74.00524196196724, 40.67090069122056, -74.00528385045354, 40.67091053824054, -74.00530462841272, 40.67091396374521, -74.00532439729194, 40.670914404985034, -74.00535827026418, 40.670904921886454, -74.00537356672298, 40.67089758197305, -74.00539815957858, 40.670880263011355, -74.00541021744344, 40.67086859536822, -74.00543262999005, 40.67084423897423, -74.00545258832469, 40.67081872192783, -74.00556111492526, 40.67061730566818, -74.00583200948417, 40.67009562008593, -74.00630836843774, 40.66910898029318, -74.00638086932112, 40.66895789049994, -74.00639027197461, 40.66893798047988, -74.0065658855146, 40.66856046275953, -74.00681948624211, 40.66855648663804, -74.00688010571697, 40.668555731998694, -74.00734457574227, 40.66759646862323, -74.007584447652, 40.66710925604683, -74.0077528997683, 40.66715156815687, -74.00754103977546, 40.66759645591259, -74.0070852838038, 40.6685534781618, -74.0081119150973, 40.66853842487257, -74.00851877130668, 40.668531769471066, -74.00983087105936, 40.668510293793034, -74.01016893243651, 40.667841306466194, -74.01028835610717, 40.667596243018814, -74.01040846106353, 40.66734977817616, -74.01078913170062, 40.66655825999096, -74.01134142227592, 40.665428263875675, -74.01145853501835, 40.66521201858256, -74.01147853969226, 40.66520408394323, -74.01154569578082, 40.665079986124155, -74.01279062485445, 40.6649101080798, -74.0130560358512, 40.66487467807932, -74.01347174408058, 40.66481866578028, -74.01357444940987, 40.66480465788714, -74.01395594446254, 40.664771574106666, -74.01531929837796, 40.66465000926966, -74.01536604748557, 40.66464553467415, -74.01542200602142, 40.664643695536235, -74.01574909440855, 40.66465144338593, -74.01602033512896, 40.66467423851516, -74.0160191434022, 40.66469528554131, -74.01601430464525, 40.664780704660636, -74.01601263362494, 40.66481018868756, -74.01600907290376, 40.66484002417859, -74.0160293252282, 40.664861444633836, -74.0158887705141, 40.66540786299937, -74.0153194841059, 40.66545869689965, -74.01372881006743, 40.66559955111397, -74.01264754521895, 40.66569645261635, -74.01262256663087, 40.665698907464645, -74.01228654340908, 40.6657286572667, -74.01182473269068, 40.666684939121694, -74.01176517067161, 40.66681090217236, -74.01172022909827, 40.66686849294252, -74.01171519074568, 40.66691361830088, -74.01140395528438, 40.66759613783918, -74.0112124480017, 40.66799892940774, -74.01118365946498, 40.668059477479005, -74.01115893331973, 40.66807076154, -74.01092679792248, 40.66856138563074, -74.01092309070225, 40.6685928130763, -74.01086028764517, 40.6687000362082, -74.01060804223748, 40.66871330722882, -74.01060228730707, 40.66877965144286, -74.01054432018442, 40.66877914617815, -74.01054161384576, 40.668806510392635, -74.01040702163633, 40.66883440260859, -74.01040637305763, 40.66897535766512, -74.01051656146831, 40.669001419371156, -74.01051690794036, 40.66903110843634, -74.01060335970433, 40.669030842052706, -74.01060352290311, 40.669082858516596, -74.01086714567937, 40.66919954343043, -74.01087197147835, 40.669238911711965, -74.01089587193151, 40.669245249080035, -74.01087882861835, 40.66973931131238, -74.01155314721917, 40.66974275758168, -74.01160804828478, 40.66995270092945, -74.011644273123, 40.67013799722951, -74.01171664135776, 40.670250251735816, -74.01161434641148, 40.6703010115547, -74.01170495592412, 40.67044977471918, -74.01187355426752, 40.67072656776339, -74.011934661735, 40.67084471986089, -74.01207571877923, 40.670851320327195, -74.01210709774121, 40.67092715482929, -74.01212567417278, 40.670938769520696, -74.01215836412179, 40.67094573065624, -74.01219859133025, 40.67093918955705, -74.01221961819435, 40.67093710623472, -74.01228224195495, 40.67094848838356, -74.01230230692016, 40.67095084919193, -74.01233386733817, 40.67095100700499, -74.01236518491612, 40.67094908104302, -74.01239534188522, 40.670945126336534, -74.01242370669627, 40.670939228503535, -74.01244961943023, 40.670931548809115, -74.01247295946197, 40.670922149403474, -74.01249348790374, 40.67091112937084, -74.01251105574974, 40.67089856617326, -74.01252144009254, 40.670887202340914, -74.01253541892872, 40.670864696039686, -74.0125480603702, 40.670849793834144, -74.0125702656294, 40.67083762904982, -74.01258652779968, 40.6708316406458, -74.01263802376029, 40.670813168132156, -74.01274037461737, 40.67077645273799, -74.01282244646563, 40.670910114317124, -74.01300167144747, 40.67086000123513, -74.01313135738566, 40.670952816129905, -74.01328490844817, 40.67086839680036, -74.01343124452691, 40.670941884374024, -74.01332676476467, 40.671072464943556, -74.01330698710615, 40.67109372839959, -74.01329666652282, 40.67110998029234, -74.01329567967352, 40.67112540173124, -74.01330868911458, 40.67113570662484, -74.01332853124703, 40.67114109841453, -74.01336444403655, 40.671146785505115, -74.01338327065521, 40.6711542810071, -74.01345263740026, 40.671200741308006, -74.01346840552004, 40.67121386447379, -74.01348530676621, 40.671221570904976, -74.01350808794757, 40.671221043231974, -74.01352659712089, 40.67122598848838, -74.01354487580429, 40.67123742288223, -74.01364675686793, 40.67117557695859, -74.01365846902739, 40.67116318267695, -74.01368068045414, 40.67115273496071, -74.013699414984, 40.67114932247993, -74.01373120017213, 40.671149280868995, -74.01377125470603, 40.671148621406765, -74.01383016735089, 40.67114168487442, -74.01391156235535, 40.671130695978135, -74.01392792525897, 40.67113724344624, -74.01398301790383, 40.67115928768194, -74.01400147413446, 40.67117111010386, -74.01430097036115, 40.67136296767297, -74.01437713667968, 40.671411758004055, -74.01389112530347, 40.671835253498294, -74.01389344320782, 40.67188529034769, -74.01424818214889, 40.67213078054242, -74.01432779356716, 40.672185874081535, -74.0143092168198, 40.67220375792395, -74.01421937900834, 40.67229024283543, -74.0135635750156, 40.67286307487711, -74.01300813971153, 40.673340620042374, -74.01337002202048, 40.67357930330028, -74.01368939260641, 40.67330376936727, -74.01392796413569, 40.67310178761615, -74.0142108847342, 40.67286225561903, -74.01469876412989, 40.67244844723099, -74.01487659583488, 40.67229056586254, -74.01508755637825, 40.672103269049465, -74.01526108326587, 40.67220793105537, -74.01532104319026, 40.672246410205375, -74.01542491482472, 40.6723130740732, -74.0157041877656, 40.67249673868744, -74.01582103950322, 40.67257358705079, -74.01595561516652, 40.672662091807844, -74.01625209785232, 40.672857071271544, -74.01626828202205, 40.67284581614701, -74.01631371071521, 40.6728693329708, -74.01632841692846, 40.672859997945686, -74.01639829128578, 40.67290140630067, -74.01539991220723, 40.67378404454731, -74.0153214113401, 40.673849004674636, -74.01462349496109, 40.674426505713654, -74.01465764120987, 40.67444747616303, -74.01467143921396, 40.674457707856355, -74.01492582885051, 40.67464637894391, -74.0151417415165, 40.674457646922605, -74.01532151506245, 40.67430050487288, -74.01538516196709, 40.67424486976801, -74.01590745199462, 40.67379284916774, -74.01595236238947, 40.67375380562263, -74.01601024230035, 40.67370293649328, -74.01647882576441, 40.6733019448153, -74.01664004450389, 40.67316527204706, -74.01679371211243, 40.67303851482447, -74.01701457511905, 40.672860777419714, -74.01704699482526, 40.67285053466407, -74.01707953800025, 40.672842144240526, -74.01711392346783, 40.67282758500508, -74.01714424782402, 40.672810034853256, -74.01716954575157, 40.672793290504124, -74.0171882575157, 40.672778463429836, -74.01723709307356, 40.672734539800764, -74.01730135355018, 40.672676120941155, -74.01733948627003, 40.67264070694429, -74.01736954257822, 40.67261174544489, -74.01738112519193, 40.67259862769222, -74.01739322006621, 40.672581522379794, -74.01740239892797, 40.672566739935775, -74.01740894251232, 40.6725468474662, -74.01740708461394, 40.672524840957514, -74.01765083505958, 40.67232138734484, -74.01766994551369, 40.67233466971202, -74.01770789668694, 40.67230296213998, -74.01772631396545, 40.67228915170423, -74.0177467863896, 40.67227819738274, -74.01777537113091, 40.67226729673589, -74.01779131569766, 40.67225937874269, -74.01781163161847, 40.67224706195433, -74.0178309573153, 40.672233711524335, -74.01785841326488, 40.67221233263681, -74.01789537830405, 40.67218217674325, -74.01792307441931, 40.67215682382914, -74.01794374256667, 40.6721350857722, -74.01796253586984, 40.67211254474461, -74.01798819400554, 40.672078066311514, -74.01800952445753, 40.67204328597693, -74.0180214936046, 40.67202144480739, -74.01803236581836, 40.672006340562874, -74.01806992405086, 40.6719749328033, -74.01810336966598, 40.67194253871381, -74.01812585796148, 40.671925407373145, -74.01814721417419, 40.67191619893967, -74.0181715462939, 40.67191204102225, -74.01820143627381, 40.6719132033651, -74.01821768497528, 40.671919415249, -74.01823015668978, 40.671945180616525, -74.01823692897736, 40.671958295547654, -74.01826163501865, 40.671972046098446, -74.01832462363652, 40.672008378176336, -74.01838299698296, 40.67204339260284, -74.01844263162562, 40.67207577098931, -74.01850352968432, 40.672113173116, -74.01853076608201, 40.672128366727684, -74.0185552328419, 40.67214033783566, -74.01858378824669, 40.67215217770329, -74.01861727801165, 40.67216412392679, -74.0186795418753, 40.67218313631778, -74.01871509238273, 40.67219231219334, -74.01874811371975, 40.67219964871755, -74.01879378861896, 40.672205542341565, -74.01886971951485, 40.67223909841833, -74.01878539365731, 40.67234415461494, -74.01873509817399, 40.6723229178617, -74.01870550515505, 40.67233543983823, -74.01868510428797, 40.672348013444946, -74.01867298312177, 40.672358588361824, -74.01865634566815, 40.67237535595234, -74.0186191508613, 40.672416231859756, -74.0185768769536, 40.67245559841121, -74.01854126945088, 40.67248859632994, -74.01851899454553, 40.672499305242034, -74.01845317538692, 40.67253244487069, -74.01843883833857, 40.67254099756095, -74.01842418137002, 40.67255173404997, -74.01837914684697, 40.672591386433446, -74.01830183834821, 40.672658535765116, -74.01819471929443, 40.67274443758758, -74.0180899855492, 40.67283473074668, -74.0180010378093, 40.67291738947482, -74.01797155172838, 40.67294200516308, -74.0178823861742, 40.67301180087437, -74.01781177653262, 40.673073124300046, -74.01772884988839, 40.67314848681012, -74.01734456891948, 40.67347017785647, -74.01723579118662, 40.673559510890286, -74.01762850207459, 40.67388915155857, -74.01770758609703, 40.6739886112038, -74.01776799648938, 40.6740284920038, -74.01778921236601, 40.67400924922215, -74.01784577874935, 40.67404868842265, -74.01780656598491, 40.67408097886185, -74.01789372516629, 40.67415829166201, -74.01789571270879, 40.674182226140985, -74.01789961114268, 40.67419567382552, -74.01792239905932, 40.67421655862376, -74.01795852855676, 40.674237578213955, -74.01799707276881, 40.67425672884651, -74.01803049392979, 40.67426951542915, -74.01805984294916, 40.67427826743372, -74.0182129817169, 40.67452826497208, -74.01818527043935, 40.67456628459439, -74.01815287024651, 40.6746071865976, -74.01813246005123, 40.67463189274215, -74.0181148125437, 40.674651355650035, -74.01810085346746, 40.674664212697856, -74.01806647434702, 40.6746918044762, -74.01805249537067, 40.674705491795976, -74.0180394845346, 40.674721550918576, -74.0180015739503, 40.674772308077145, -74.0179911710235, 40.674788099333114, -74.01798632421799, 40.67481071021977, -74.01799083311363, 40.67482451891123, -74.01800434493225, 40.6748371150014, -74.01801900696066, 40.67484737497416, -74.01803645178036, 40.67483475872816, -74.01819748447073, 40.674941987399585, -74.01783550711879, 40.6752495402026, -74.01815029014763, 40.675461580236814, -74.01818957808923, 40.675429350909084, -74.01822055007237, 40.67544117607212, -74.01823944234044, 40.67544874820971, -74.01825894640237, 40.67544874511611, -74.01828118680335, 40.6754421768311, -74.01832999213065, 40.67541288702427, -74.01837749938966, 40.67538172613403, -74.01839681148697, 40.67536764619933, -74.01842046532252, 40.675348424526895, -74.01847430969545, 40.67529972415399, -74.01855699285198, 40.675231118629384, -74.01864511729394, 40.67515650212679, -74.01868439086512, 40.675125135324414, -74.01872963921595, 40.67509176569142, -74.01886383179567, 40.67501950446244, -74.01903633887976, 40.67486045952344, -74.01922884312029, 40.67467589128927, -74.01909002866809, 40.674840750963085, -74.01893234530242, 40.674990905462465, -74.01888516821141, 40.67503331396031, -74.01886325474484, 40.67508691800323, -74.01885644052145, 40.67511110695038, -74.01883835640577, 40.67514643981367, -74.01881895972525, 40.675170389479966, -74.01878628181085, 40.67520337617812, -74.01874831737982, 40.67523825210816, -74.01867198074811, 40.67530523671412, -74.01858205627995, 40.67538528813392, -74.0184896070505, 40.67546783971763, -74.01844837411636, 40.675502100120596, -74.01843214945946, 40.67551765010991, -74.018418749243, 40.67553306546809, -74.01840827676321, 40.67554976629149, -74.01840379713983, 40.67556537473146, -74.01840614629761, 40.67558306136777, -74.01842307600114, 40.675602075730595, -74.01843172347458, 40.67561542087607, -74.01843001652247, 40.6756318375351, -74.01841971229597, 40.67564538022684, -74.01841105201726, 40.67566706060713, -74.01840945232958, 40.675682163397425, -74.01841905962952, 40.675701890338765, -74.01844482247768, 40.67572113741758, -74.01846700296002, 40.6757328504581, -74.01849418196511, 40.67574477701344, -74.01851560659232, 40.67575197408415, -74.01856521690787, 40.67576297218197, -74.01859025250411, 40.675769835465566, -74.01861039247797, 40.67577644108794, -74.01862827032024, 40.6757849669707, -74.01864089714067, 40.675795458624854, -74.01865191495627, 40.6758129151201, -74.0186543352034, 40.67582654311901, -74.0186418484708, 40.675839093816805, -74.01860725836721, 40.6758452562359, -74.01858196579154, 40.67584586276797, -74.01850777387325, 40.675844638319546, -74.01846872905786, 40.67584539021992, -74.01843841154908, 40.675848657647684, -74.01840579614822, 40.67585718444159, -74.01838861681806, 40.67586391403424, -74.01837038766966, 40.67587246463289, -74.01831581447341, 40.67590077201135, -74.01826293527921, 40.6759301507076, -74.01821340787814, 40.67595884085552, -74.01818950792563, 40.6759700479411, -74.01813442783295, 40.67599214716431, -74.01809937057725, 40.676007676659125, -74.01807711357648, 40.676019220255355, -74.0180597988441, 40.67603287928133, -74.01804027974676, 40.67605663702325, -74.01802091759306, 40.676083462791105, -74.0180084237551, 40.676105361664916, -74.01799761646828, 40.676131258559124, -74.01798832054189, 40.67616064471078, -74.01797402406471, 40.67622190986587, -74.01796645113608, 40.67626330861325, -74.01796373330737, 40.676294922509065, -74.01796548946766, 40.67632457348453, -74.01797258411602, 40.67636494065223, -74.01797994514948, 40.67640183629327, -74.01798702071328, 40.676424005860554, -74.01799789242486, 40.6764481811805, -74.01801025315767, 40.67647187088883, -74.01803005524141, 40.676505600169264, -74.01803907365384, 40.6765302197292, -74.01804517392104, 40.67656290925871, -74.0181211138526, 40.67656061091645, -74.01812507799839, 40.67660626548864, -74.0182704373735, 40.67659811715365, -74.018271617584, 40.676567073521745, -74.01933508309756, 40.67652896013611, -74.0193387872556, 40.676568464194766, -74.01938007052654, 40.676572409607644, -74.01944413322504, 40.67657179545424, -74.01951439859543, 40.67657139903839, -74.01959641487322, 40.67656622424865, -74.01962153285619, 40.676566290207944, -74.0196483652424, 40.676568136186674, -74.01968373590161, 40.67657273627387, -74.01972966648277, 40.67658088616997, -74.01975692966623, 40.67658756421153, -74.01977963971297, 40.67659641327007, -74.01980414972704, 40.67661234276163, -74.01982190246098, 40.67663244369601, -74.01983402544046, 40.676653806318875, -74.01984574742053, 40.67667901961055, -74.01986127318865, 40.676715755230795, -74.01986984857793, 40.67673978398557, -74.01988854422113, 40.6768080172582, -74.01990900307321, 40.676874930968076, -74.01991679781037, 40.67690675651026, -74.01992387836582, 40.676943299972024, -74.01992667089253, 40.676962817244, -74.01992756643448, 40.67697917403786, -74.01992648381396, 40.67700175192983, -74.0199230748418, 40.67702907503642, -74.0199578887278, 40.67702994520363, -74.01996316914519, 40.677106213378934, -74.01952306833947, 40.67712430099203, -74.01916554310723, 40.6771389935648, -74.01914925521051, 40.67716166853476, -74.01913873396097, 40.67718178868364, -74.01912933047717, 40.67720608253122, -74.019125252361, 40.67722335147846, -74.01912584190606, 40.677237483157114, -74.01913313231111, 40.67726888289135, -74.0191388016858, 40.67729413328008, -74.0191484405867, 40.6773399696734, -74.01915750571648, 40.67739774518445, -74.0191642623026, 40.67744832956897, -74.01916875092667, 40.67750536651805, -74.01918329743151, 40.67757189771681, -74.01919084836867, 40.677628822489766, -74.0191939236093, 40.677665493633675, -74.01919920663275, 40.6776879362781, -74.01921008850319, 40.67771228797905, -74.01922319700186, 40.67773033930666, -74.01924041815465, 40.6777442034527, -74.01925752903466, 40.677753010324544, -74.01927467218212, 40.67775885539587, -74.01929329501178, 40.677764591254245, -74.01931803611627, 40.67776870875833, -74.01935360206667, 40.677775701580934, -74.01952631212026, 40.67777646305218, -74.01953837412866, 40.677787155516015, -74.01953180031029, 40.677800331160796, -74.01916632218678, 40.67782906140508, -74.01914333257808, 40.6778529081574, -74.01912091738483, 40.67786703645612, -74.01909963525674, 40.677872656500405, -74.01905492855302, 40.67787442081694, -74.01892330590297, 40.67787742414357, -74.0184249141871, 40.67788879568484, -74.01838623134499, 40.67788970688995, -74.01839136543771, 40.677943475795594, -74.01839140947405, 40.67797877415924, -74.01839012329201, 40.67801574679202, -74.01838681899592, 40.678060541616695, -74.01838463362097, 40.67810522730001, -74.01838584317531, 40.67812065112027, -74.01838994171172, 40.67814222589373, -74.01839723223424, 40.67817066117714, -74.01840238923984, 40.67820876472559, -74.018405292111, 40.678260940975136, -74.01840945808499, 40.67834250891638, -74.01844031466187, 40.67834259402666, -74.01843665678305, 40.67840902376945, -74.01842961938767, 40.67852199354415, -74.01840413822092, 40.678524399294965, -74.01834325439752, 40.678538331872446, -74.01834210802475, 40.67856339157325, -74.01834348913971, 40.678600501556346, -74.01834572538522, 40.67862018464604, -74.01834771618606, 40.67863769213175, -74.01835112231265, 40.67865326418598, -74.01835598036392, 40.6786666477582, -74.01836781099242, 40.67868338913643, -74.01838051555963, 40.67869516673787, -74.01841915999181, 40.678720518145965, -74.01845200912096, 40.67873942368718, -74.01847354882234, 40.67875292704786, -74.01849506420129, 40.678768263855936, -74.01850691816453, 40.678779391408526, -74.0185186515727, 40.67879510529964, -74.0185405093894, 40.678833775275024, -74.01857210415125, 40.678875847619516, -74.01860456065906, 40.67891157839284, -74.0186524228176, 40.67897363049967, -74.01887295680318, 40.678964783904064, -74.01934178576258, 40.678946508452135, -74.01941814005676, 40.67894036578954, -74.01946212825167, 40.67893844656524, -74.01948614043918, 40.678940060725694, -74.01951055036598, 40.678946752814795, -74.01952541515728, 40.67895483151022, -74.01954271739109, 40.678969612318944, -74.01955315621174, 40.67898248249942, -74.01955977873196, 40.678997854056384, -74.0195636385469, 40.67901867689686, -74.01956379254078, 40.67903960122492, -74.0195613444892, 40.679057222908256, -74.01955698942372, 40.67907393899811, -74.01953793166514, 40.67912323729803, -74.01950582788206, 40.67919147922789, -74.01947621198032, 40.67926114534093, -74.01944724726495, 40.67933314546915, -74.01942462653551, 40.67941063585558, -74.01941505384082, 40.67943543493705, -74.0194053875194, 40.67945557026922, -74.019388795947, 40.679485071217115, -74.01937493868016, 40.679504926292225, -74.01934887751645, 40.6795356724388, -74.01931975543584, 40.679567571751775, -74.01930692613867, 40.67957962368853, -74.01929149814472, 40.679591812937765, -74.01931473053344, 40.67960793815378, -74.01907820518802, 40.67975100001299, -74.01892547329108, 40.67984218160545, -74.01898308617578, 40.67989811927206, -74.01873898882931, 40.68004560680518, -74.01871907281802, 40.68005771205937, -74.01870025193983, 40.68006913634329, -74.01868112240582, 40.68008083893318, -74.0185785370739, 40.68014337825408, -74.01848209547931, 40.68020210281811, -74.01829584535628, 40.68031543709836, -74.01824943376444, 40.68034350179361, -74.01781028290848, 40.680612020225205, -74.01771389480865, 40.68065902934316, -74.01764386661472, 40.680597543081134, -74.01751045415618, 40.68068385884512, -74.0174916676685, 40.68067452967298, -74.01746804983713, 40.68066783613611, -74.01744859246045, 40.68066674586398, -74.01742965310953, 40.68066989963393, -74.01738160177764, 40.68069924926009, -74.0173602233851, 40.68071171290363, -74.01731635461753, 40.680745535626166, -74.01728962381239, 40.68076304654394, -74.01725334340131, 40.68078421947827, -74.01714606136551, 40.680844318727274, -74.0170415081144, 40.680913982734175, -74.01691744246006, 40.68100930246528, -74.0168038838223, 40.68112743595618, -74.01672467636554, 40.68121506663022, -74.01667913981814, 40.68126130744116, -74.0166381567971, 40.68129598857497, -74.01660670497978, 40.68131938037318, -74.01602972121374, 40.68167581727755, -74.01597759179529, 40.68170802061097, -74.01532330985276, 40.68211220001575, -74.01527485919488, 40.68214196214579, -74.0148878439261, 40.68237520460024, -74.013911714018, 40.68296011698344, -74.01316653361503, 40.68341002941629, -74.01283432561759, 40.68360875364845, -74.01276743519448, 40.68360514372515, -74.0123125628625, 40.68315956224838, -74.01211068283166, 40.6829658326802, -74.01212005163205, 40.68290790072598, -74.01365564391782, 40.681984495583634, -74.01372702069779, 40.6819422412711, -74.0138565590261, 40.68186506969288, -74.01412198493134, 40.681706944959096, -74.01381499587832, 40.68141512197839, -74.01376239794946, 40.6813651218274, -74.01373089152409, 40.68133517268795, -74.0137163084243, 40.68132131011053, -74.01369968445518, 40.68130550716617, -74.0136805286264, 40.681287296545364, -74.01363532062842, 40.681244321268586, -74.01359766449646, 40.6812085248815, -74.01387381526456, 40.68101869413401, -74.01346988961669, 40.68072922949643, -74.01328024534129, 40.68059332611447, -74.01320523624973, 40.68054159029576, -74.01302660922414, 40.68041839328569, -74.01258544699654, 40.680792091876526, -74.01243776223623, 40.680917192967485, -74.01196545563215, 40.681319956615994, -74.0119491321292, 40.681334918554754, -74.01182299432567, 40.68145053599509, -74.0116424594487, 40.6816052672424, -74.01151092232513, 40.68171660563962, -74.0111472817222, 40.68202466680788, -74.01078313960674, 40.68233179663092, -74.01068869535183, 40.68241253202804, -74.01062801942186, 40.682464400055146, -74.0105848090094, 40.682501338622856, -74.0105041371413, 40.68257629129875, -74.0103996129218, 40.68266645665844, -74.01031116742496, 40.682739369334946, -74.01013324431473, 40.68288495683721, -74.00997387978563, 40.6830186943917, -74.00966657025147, 40.68328040008088, -74.00989237703578, 40.68349800179803, -74.00999156076918, 40.683586764993805, -74.01001934207373, 40.68361236328924, -74.01012462924875, 40.6837114142092, -74.01050117147675, 40.68407791754239, -74.01055146663344, 40.68412491886627, -74.01078685256358, 40.684349048453825, -74.01092524695984, 40.68426231501089, -74.01106529027741, 40.684184327933366, -74.01112888374762, 40.68414891269398, -74.01128984796792, 40.68404999627423, -74.01152476195112, 40.68390563681584, -74.01174908712471, 40.68377140783809, -74.01180245673295, 40.68377474148208, -74.01189695631558, 40.6838682600276, -74.01202985207486, 40.68399621193971, -74.01212015959385, 40.68408765865516, -74.01212168015667, 40.684116395694446, -74.01194908625804, 40.684221256075915, -74.01056277071368, 40.685065581978684, -74.01044493397646, 40.68513764734527, -74.010133639224, 40.685327994262465, -74.01003441325055, 40.68538577992035, -74.00954673282396, 40.68568123764516, -74.00946388875775, 40.68573122570102, -74.00936072541379, 40.685794112508866, -74.00916989938223, 40.68590867321602, -74.00898976869948, 40.68602027098048, -74.00876973278748, 40.68615385124697, -74.00872002346716, 40.68618335134957, -74.00860245702792, 40.68625398118095, -74.0083753684567, 40.68639236455616, -74.00832711176848, 40.686348403181405, -74.00828262049941, 40.68635165814713, -74.0082127366478, 40.6863835116218, -74.00817679146408, 40.686389222537485, -74.0081561513923, 40.68638348412834, -74.0081120093598, 40.686369679672964, -74.00808839427765, 40.68637501057498, -74.00805427290501, 40.68638777955009, -74.00803144577617, 40.686393963171675, -74.00801013330414, 40.686394065514726, -74.00799125828641, 40.68638867815346, -74.0079726359319, 40.68637913850315, -74.00795629293191, 40.68636755722789, -74.0079172214174, 40.68633581951839, -74.00789420261655, 40.6863217208572, -74.00784319549912, 40.686294604476124, -74.00781901308945, 40.68628397735922, -74.00779397823996, 40.686277424218716, -74.00777059314426, 40.68627674321087, -74.00774458590303, 40.6862804163583, -74.00771641647886, 40.6862866417005, -74.00768672717888, 40.686295040076764, -74.00763704173399, 40.68631086991227, -74.00755882510002, 40.68633542217807, -74.00751333460201, 40.686352843792584, -74.00740657409659, 40.686400758039106, -74.00685905069136, 40.686242082751214, -74.00549714925255, 40.68584741119831, -74.00543490373447, 40.68583007206228, -74.0048524163422, 40.6856678147231, -74.00479534134118, 40.68579093264828, -74.00477009705591, 40.68584307073911, -74.00468602168345, 40.6860165077263, -74.00465899829304, 40.68607225242092, -74.00459644228891, 40.686201300345445, -74.0043688789862, 40.68665695830048, -74.00348970819672, 40.68841745620206, -74.00138866158328, 40.68775147198846, -74.00126915909573, 40.68771916384529, -74.00066186700677, 40.6875196277573, -74.00053819635431, 40.687480002205696, -74.0004337909195, 40.68744261602712, -74.00005339674192, 40.68731789480904, -74.00000685074656, 40.68730263291797, -73.99993915881151, 40.68727967791159, -73.99980708981676, 40.68723489522787, -73.99974122928516, 40.68721256236282, -73.999696268639, 40.687197713685165, -73.9990321899483, 40.68697837373079, -73.99893196197272, 40.6869477265664, -73.99882215317177, 40.68691281978777, -73.99872731627386, 40.686880894671226, -73.99857881144212, 40.68683090002101, -73.99834205236525, 40.686751195997815, -73.99818879731073, 40.6866993421149, -73.99727741282025, 40.68639812486963, -73.99635807995922, 40.68609594109641, -73.9955182808985, 40.685819065631556, -73.99538555763434, 40.685774817247285, -73.99526629752229, 40.685735255537615, -73.9947942244725, 40.68557811621808, -73.99461829925414, 40.68551955582176, -73.9945394003484, 40.68549329042277, -73.99440801486185, 40.68545218376557, -73.99445219240819, 40.68536741154004, -73.99457806306297, 40.68509982447173, -73.99446327274947, 40.685059014024795, -73.99268886388384, 40.68437086297278, -73.9924728603099, 40.68428709045031, -73.9921916059153, 40.684178011373575, -73.9899919848591, 40.68331853017041, -73.9899919848591, 40.68331853017041 --73.72455977849144, 40.68368909831378, -73.72454219222809, 40.68276746384644, -73.7245168884736, 40.68190327558682, -73.72449631770282, 40.681360723304046, -73.7243876063159, 40.68041310287849, -73.72436239146651, 40.67995766544021, -73.72432971945004, 40.6794646422584, -73.72460150618443, 40.67846752715762, -73.7247743135939, 40.677803087476725, -73.72498017503338, 40.677139482940376, -73.7252053070958, 40.676473361141234, -73.72549856748759, 40.67582438881607, -73.72584664639973, 40.67505343952911, -73.72626494371, 40.673969320505, -73.72632518026596, 40.67372870904193, -73.72640146980217, 40.673148481388445, -73.72644941186465, 40.672423375501374, -73.72646548226365, 40.6712180753994, -73.72647959296071, 40.67050838593868, -73.7264922039737, 40.66980209321439, -73.72649245309393, 40.66909212753745, -73.72648510218372, 40.66835885988661, -73.72648111055149, 40.667998108382584, -73.72647915300061, 40.66767401196545, -73.72644401736888, 40.66695059014818, -73.72709410761865, 40.66628206793689, -73.72814916397651, 40.666309517626914, -73.7281319147804, 40.66542847903443, -73.72780179862816, 40.66469476671915, -73.72775479242577, 40.66398062476825, -73.72792298614594, 40.66321096604731, -73.72810368342985, 40.662466078377825, -73.72762141744502, 40.661082439230164, -73.72720832268631, 40.66042390274927, -73.72680881889352, 40.65979209293647, -73.72520505864577, 40.65915271210848, -73.72512850932456, 40.65792565569459, -73.72459947231039, 40.656915285087436, -73.72447756584589, 40.65668274059681, -73.7241166996142, 40.65599367199346, -73.7237831796983, 40.655131563321376, -73.72352737088352, 40.654471101481114, -73.72318312681249, 40.652796756675585, -73.72352506444639, 40.65227348178752, -73.72357856022025, 40.65224115196351, -73.72385540319549, 40.65207367066148, -73.72431657460699, 40.651794699414225, -73.72535039466973, 40.65194914575987, -73.72692075719024, 40.651539331240606, -73.7284918472917, 40.65094567802404, -73.72985118582218, 40.65048935625292, -73.73090800851497, 40.65023911585054, -73.73280936141235, 40.65001378695727, -73.73428831328845, 40.64981043555433, -73.73483137386633, 40.6497887049134, -73.73534465530305, 40.6496750202599, -73.73652320511293, 40.649149277635864, -73.73767092812267, 40.64878428851057, -73.74093464009485, 40.64727526757765, -73.74185754407323, 40.642636227463356, -73.74225223047111, 40.64197081279284, -73.74190677280521, 40.641149770244915, -73.74260506529524, 40.63986081568073, -73.74199555958533, 40.639251294523085, -73.74184682602024, 40.63909078387476, -73.74170589390346, 40.638926355270094, -73.74160911998979, 40.638805277821625, -73.74118920053522, 40.638145002335854, -73.73995125631609, 40.63518295451234, -73.74140495358374, 40.63489235185004, -73.74185732571839, 40.634893368331326, -73.74233977758846, 40.63491743538769, -73.7427311374971, 40.63510210481795, -73.7425176597459, 40.63572198547511, -73.7422141997399, 40.636203785864396, -73.74176000499835, 40.636662289986035, -73.74133592222093, 40.63714384498763, -73.7412441081903, 40.63748826575898, -73.74142399504743, 40.63776437443881, -73.74184559349638, 40.63792615776369, -73.74238796827308, 40.638065226136966, -73.7429610108036, 40.638066508503734, -73.74350467707706, 40.63786094359486, -73.74371633606114, 40.63772356533016, -73.74434499071211, 40.63733638833546, -73.74443566743221, 40.63747452475278, -73.74450523112824, 40.637580146744654, -73.744530856737, 40.637575588501456, -73.74455358852383, 40.63756917775266, -73.74457303713737, 40.63756102800151, -73.74458904272447, 40.637551209135296, -73.74460275178862, 40.63754006860209, -73.74461655568871, 40.63752700386108, -73.74464966440851, 40.63748991552311, -73.74469412712499, 40.6374343304362, -73.7447294147095, 40.637382634132436, -73.74473298815766, 40.63736905678125, -73.74472785453258, 40.637338080914844, -73.7447425866835, 40.63729401862882, -73.74475968680727, 40.63726411330991, -73.74478025384673, 40.63723580420534, -73.74480393958797, 40.637209575922064, -73.74482028523927, 40.63719642584456, -73.74484099761537, 40.63718512432183, -73.74486543224295, 40.63717603913581, -73.74489225970272, 40.637169670726884, -73.74493241499283, 40.637163723603805, -73.74496817253832, 40.637160947358986, -73.74500083895839, 40.63716124133392, -73.74503074399048, 40.63716462517336, -73.74505599006582, 40.63717179347789, -73.74508334793448, 40.637183770746645, -73.74510039615738, 40.6371912342491, -73.74511791653651, 40.63719764068154, -73.7451364438755, 40.63720162333525, -73.74516307243678, 40.6372005927204, -73.74519487188608, 40.637191422027186, -73.74525381492634, 40.63716799765587, -73.74530490769267, 40.63714453605501, -73.74532770802585, 40.637130947239456, -73.74534618123288, 40.63711689767468, -73.74538675011486, 40.63708494511643, -73.74540059254511, 40.637075349179646, -73.7455318935113, 40.6370050550605, -73.74563402424467, 40.63695222403949, -73.74567160178866, 40.63692936544507, -73.74573583617077, 40.63688374384118, -73.7457616831694, 40.63686659380577, -73.74586730620743, 40.63680517931322, -73.74592208139516, 40.636768812082174, -73.74597876042229, 40.63672604541444, -73.74600675512869, 40.6367023847872, -73.74603205676674, 40.636678162582626, -73.74605454670491, 40.63665349020522, -73.74607414539643, 40.63662845933439, -73.74615566465059, 40.636509597435314, -73.7461970401402, 40.63645060637768, -73.74622621899357, 40.636413299989, -73.74624274156157, 40.636401994370054, -73.74626805012358, 40.63639641745012, -73.7463008994402, 40.636397011334225, -73.7463350672108, 40.636403714561574, -73.74639066386254, 40.63642164953479, -73.74643790232469, 40.63644041974576, -73.74651795500819, 40.63647650728787, -73.74658011588014, 40.6365059770255, -73.74661405267761, 40.63652434322984, -73.74665284244915, 40.63654881845592, -73.74667639417052, 40.63656604331098, -73.74670024491765, 40.636586708816296, -73.74672426865591, 40.63661038604528, -73.74676152350274, 40.63664998483229, -73.7467746109195, 40.63666483085344, -73.74678593818408, 40.636679680201205, -73.74679538647489, 40.63669438222721, -73.74680289942268, 40.63670883865079, -73.74680843014573, 40.636722943107465, -73.74681196688331, 40.636736679362166, -73.74681305074765, 40.63676288245399, -73.74680732296828, 40.63679479336835, -73.74679776772504, 40.63682478584587, -73.74678455487317, 40.63685233255339, -73.74676783213717, 40.63687713123943, -73.74670708490011, 40.63695316544405, -73.74666347135656, 40.63700480708872, -73.74657049048616, 40.637114697388384, -73.74654999624981, 40.63713463031125, -73.7465056810896, 40.63716925857713, -73.74641507902655, 40.63724127441297, -73.74644136133632, 40.63725701407089, -73.74640644651292, 40.637289687280045, -73.74635728036138, 40.637317946200255, -73.7462150187836, 40.63739734116335, -73.74611640168025, 40.63745405090213, -73.74606226347093, 40.63748320104193, -73.74597206677149, 40.63752861058404, -73.74594290334481, 40.63754182796079, -73.74586987744335, 40.63756997181807, -73.74583774796672, 40.6375841425701, -73.74581339450386, 40.63760046654205, -73.74576884957703, 40.63764557699884, -73.74574578666261, 40.63766290609134, -73.7457289187117, 40.6376716795056, -73.74570901489508, 40.637680191355884, -73.74562237468696, 40.637711334305855, -73.74560464789673, 40.637719333153605, -73.74558938217247, 40.63772766793551, -73.745560748532, 40.637746681250164, -73.74549586024038, 40.637794585031955, -73.74546080875074, 40.63781609567428, -73.74539239770664, 40.63784910055888, -73.74536832122857, 40.63786186618479, -73.74532701846537, 40.63788651207068, -73.74528756676047, 40.637911806816184, -73.74526336848125, 40.63793014638487, -73.745229657439, 40.63796061832442, -73.74519126550301, 40.6379968828488, -73.74516828699367, 40.6380236125672, -73.74515981609599, 40.638036562219185, -73.74514941764976, 40.63806145302993, -73.74514751320238, 40.63807910805585, -73.74515453364462, 40.63809649199307, -73.74518634109272, 40.63813270315237, -73.74520521284792, 40.63815367311348, -73.74525240324755, 40.63820105960333, -73.74527285720183, 40.63822531186074, -73.74527551450068, 40.63824144700581, -73.74526600544962, 40.63826220099524, -73.74524579373885, 40.63829277758613, -73.74524015609798, 40.63830734995848, -73.7452512053391, 40.638318835387444, -73.74526954313944, 40.63832083825012, -73.74529001749961, 40.63831900601462, -73.74531235176255, 40.638313347972755, -73.74533575432416, 40.63830406228627, -73.74540136679899, 40.63827255060961, -73.74546437894226, 40.638240311821086, -73.74554986669703, 40.638194456405, -73.74560621365148, 40.63816072503237, -73.74562085621808, 40.63814936131321, -73.74563307689624, 40.63813264943479, -73.74563144935094, 40.63811925146267, -73.74561773461899, 40.63810243358283, -73.74559628979387, 40.63807915446031, -73.74552726119784, 40.638009317486414, -73.74550064572948, 40.63798048598778, -73.74549656326002, 40.63796700603573, -73.74550284914511, 40.63795043592512, -73.74552234185091, 40.63792483308415, -73.74554037629089, 40.637907782877434, -73.74556332539693, 40.63789274540428, -73.7456002450375, 40.63787330196107, -73.74574647722837, 40.637803085658824, -73.74578225258081, 40.63778361441243, -73.7458690663989, 40.63773358416613, -73.74600357890606, 40.63766512376958, -73.7460258626469, 40.63764781901966, -73.74605570198679, 40.63761231157963, -73.74606679381898, 40.637600806684496, -73.74608487285903, 40.63758781964852, -73.74610394805102, 40.63758145274936, -73.7461413395555, 40.63758113547222, -73.74616059167275, 40.637578909556986, -73.74625266226872, 40.637531865051514, -73.74637472468932, 40.637468811400055, -73.7463903562366, 40.63745842412941, -73.74640457434816, 40.63744451629839, -73.74641600599442, 40.63742973331641, -73.74644104691116, 40.637392650986385, -73.74645578850357, 40.63737536554268, -73.74655657958955, 40.63727713180647, -73.74664217995212, 40.637184903416454, -73.74672351669876, 40.63710438407144, -73.74674680414522, 40.6370776105965, -73.74680131461315, 40.63700719810907, -73.74683224667072, 40.63697200985661, -73.74685874093153, 40.63694465087534, -73.74688463770077, 40.63692116552138, -73.7469106033384, 40.63690102305299, -73.74693908804683, 40.63688243231998, -73.74696533211421, 40.636868972329644, -73.74699068338097, 40.636859957149404, -73.74701537138326, 40.636855333253536, -73.74703346628827, 40.63685895173966, -73.74705131038341, 40.63686979726557, -73.74742629510979, 40.636869018614554, -73.74742787379763, 40.637249269533726, -73.74718344294088, 40.63807586950565, -73.74597433718208, 40.63878544602786, -73.74521787216406, 40.6394271146568, -73.74516048347468, 40.6397209062863, -73.74472029304526, 40.64197397857102, -73.74338552735072, 40.64063898677121, -73.74330456467484, 40.640816156737046, -73.74328426299883, 40.64088627561245, -73.74319556790307, 40.641084748100944, -73.74315885939656, 40.641193044875386, -73.74313255859872, 40.641297680848915, -73.74306511426924, 40.641769799163335, -73.74306680768711, 40.64189799678706, -73.74308512546945, 40.64201474358924, -73.74313106852651, 40.642160138273354, -73.74319584840924, 40.64229000497495, -73.74360429416883, 40.64291955375267, -73.74374939804994, 40.64315426326558, -73.74384927740827, 40.64328698589716, -73.74394504787709, 40.64339595972858, -73.74404978092699, 40.643500039277704, -73.74420024739862, 40.64363124873399, -73.74428281635561, 40.6437197321517, -73.74433244618152, 40.64378574089803, -73.74436920312579, 40.6438445789682, -73.74442997552237, 40.643977900341035, -73.74445837900528, 40.6440842817838, -73.74455021619563, 40.64458598827853, -73.7445793259879, 40.64477944541436, -73.74460011473526, 40.64498540491473, -73.74460921834502, 40.64515890886467, -73.74460830994688, 40.64533168006493, -73.74457316959698, 40.64582340308948, -73.74457547585858, 40.645962154301635, -73.74458840245008, 40.646114797133656, -73.7446408824768, 40.64633401601485, -73.74475476165172, 40.64672759868664, -73.74481988222834, 40.64691442314137, -73.7448799547216, 40.64706262288902, -73.74497204954642, 40.64722539741851, -73.74504458198055, 40.647330185342106, -73.74512050584386, 40.6474367268459, -73.74555200676501, 40.64797845904413, -73.74567181328209, 40.64814393102473, -73.74573175342682, 40.64824202048935, -73.74579424789943, 40.64836235484569, -73.7458637311078, 40.6485190352473, -73.74590083464868, 40.64862791463036, -73.7459277815718, 40.64876584489717, -73.7459317743284, 40.64892261468652, -73.74579627726027, 40.649969953919744, -73.74578959331659, 40.65010343962915, -73.74579890452134, 40.650211350765545, -73.74582778411386, 40.65032809963824, -73.74587529790637, 40.65044071486041, -73.74594768405349, 40.65056533762399, -73.74616311929198, 40.65090061178864, -73.74626485945954, 40.65107780491442, -73.74636702731033, 40.65128788321995, -73.74645201869956, 40.65151407531083, -73.74651783436987, 40.65176192042594, -73.74652790352137, 40.651828487524995, -73.7465477363011, 40.65195958316647, -73.74655463722064, 40.65211940124263, -73.74654917860967, 40.65255315759684, -73.748712860026, 40.652702868388026, -73.75051430915796, 40.65377908262206, -73.74801332288769, 40.657549528029065, -73.74402957252843, 40.66368764877983, -73.74394597407897, 40.66380493645513, -73.74375416177655, 40.664074046661376, -73.74340973425342, 40.66440385346762, -73.7432093009768, 40.66477083003427, -73.74309600675294, 40.664938852716965, -73.74284636044791, 40.665308656216325, -73.74264203299536, 40.66530105725726, -73.74072523090622, 40.6652680183615, -73.73974479015895, 40.66525775016986, -73.7395495724119, 40.665255703622925, -73.73942857651342, 40.66538889477205, -73.73930258814204, 40.6655275811582, -73.73919309556248, 40.66564810799966, -73.73904699929498, 40.6658061646235, -73.73899539739156, 40.66586198965269, -73.7388370424545, 40.66603330626514, -73.73875895078976, 40.666117789525124, -73.73865777118837, 40.66626218499865, -73.73857744394638, 40.66637682236498, -73.73877537974087, 40.66640587701181, -73.73883815852521, 40.6664085292988, -73.73907033778538, 40.66639971686972, -73.7395166757837, 40.66639922091489, -73.73955246520588, 40.66639992600803, -73.73958819088097, 40.66639999607927, -73.73983636185643, 40.66640048465224, -73.73993502522008, 40.66640067892397, -73.74002373923246, 40.66640085242793, -73.7401699331528, 40.666401140395145, -73.74023987075417, 40.666401277625475, -73.7402961810622, 40.66640138765208, -73.74036487218723, 40.66640152199245, -73.74043400797247, 40.66640165819559, -73.7404894786206, 40.66640176713353, -73.74073973219886, 40.66640225755513, -73.74076323198202, 40.66640230330964, -73.74093937686746, 40.66640264878378, -73.74117771322034, 40.666403115017076, -73.74110796787606, 40.66648537634597, -73.741261501302, 40.66648690054747, -73.74133424826647, 40.66648690024825, -73.74144420659393, 40.666486902496914, -73.74155780741718, 40.666486903818395, -73.7416710806555, 40.66648690429212, -73.74178602494233, 40.66648690570354, -73.7417815669928, 40.66676689518854, -73.74178044985695, 40.66684467777014, -73.7419350560499, 40.666844859903364, -73.74188841658187, 40.66691971992922, -73.74164737649828, 40.66730660492807, -73.7411025887134, 40.66818689881381, -73.7400454710921, 40.66987232172175, -73.73976361214348, 40.67032661337725, -73.7396921357426, 40.670441816308134, -73.73899939514948, 40.67155833067765, -73.73794145486886, 40.673244766645674, -73.73737002527453, 40.67415889081053, -73.73697393059433, 40.67479412339197, -73.73693215531502, 40.674924477057964, -73.73688806439662, 40.67505232917307, -73.73625672365435, 40.67624993897266, -73.73591867769282, 40.67685340358754, -73.73504476196007, 40.6784227320604, -73.73499205902965, 40.67850616260529, -73.73494110684317, 40.67858684697477, -73.73429400777094, 40.67983620356785, -73.73419802374028, 40.68002151300117, -73.73403141139933, 40.68034318401734, -73.73400169688799, 40.68042521559532, -73.73376966347334, 40.6810301200018, -73.7337581507567, 40.68108959511579, -73.73374139458352, 40.68113032911383, -73.73359367262204, 40.6815038626021, -73.73328455623623, 40.682344138740746, -73.73303407255057, 40.68301614052046, -73.73278284789943, 40.68369083163899, -73.73253431500504, 40.68435054920402, -73.73249996357416, 40.6844478378677, -73.73229487560465, 40.68499221845219, -73.73222004367311, 40.68512077968621, -73.7313273081787, 40.684850231816725, -73.73045843616394, 40.68458648047796, -73.72959148515244, 40.684325025190475, -73.72872057585684, 40.68406207716522, -73.72831587161451, 40.68393995582103, -73.72675146378347, 40.68346134609185, -73.7266406834632, 40.68370494423653, -73.72655488907863, 40.68393307401043, -73.72648497081312, 40.68416455536054, -73.72642842654362, 40.684410141758505, -73.72639192685645, 40.68463614628881, -73.72634433622174, 40.68523325858461, -73.72623489338555, 40.68580033188687, -73.72614744744196, 40.68604766092628, -73.7261171929482, 40.68611705038318, -73.72607945969679, 40.68619563342863, -73.7260036408337, 40.686334844113034, -73.7258497792595, 40.68656551816554, -73.72575319897919, 40.68668610153054, -73.72565633097753, 40.68679372297189, -73.7255527390184, 40.68689691845819, -73.72544278912093, 40.68699470818075, -73.72532590376932, 40.68708771840398, -73.72519031585836, 40.68718366275959, -73.72508053387355, 40.68724708156606, -73.72502666913488, 40.68727819723935, -73.72494093220507, 40.68732762438534, -73.72488723649958, 40.68735874129792, -73.72476446438615, 40.68742966428056, -73.72461029080576, 40.687417143836754, -73.7246193763768, 40.687099438520114, -73.72460413167978, 40.686962678188934, -73.72460243692191, 40.68683768043001, -73.72458616457088, 40.68563653764692, -73.72458392902715, 40.68547149973312, -73.72457976559441, 40.68516432390942, -73.7245760770599, 40.68489225591459, -73.72455977849144, 40.68368909831378, -73.72455977849144, 40.68368909831378 --73.80795430174665, 40.68707274054023, -73.80789567225389, 40.68696984610792, -73.80760673929869, 40.686462209131456, -73.80745212026135, 40.686174641846975, -73.80720899645162, 40.6856820488279, -73.8071024217621, 40.685447366876524, -73.80705591739249, 40.68532914032031, -73.80681147467996, 40.68491535464627, -73.80589856017853, 40.68301369964681, -73.80584847647403, 40.68290932546763, -73.8057976013656, 40.6828033920363, -73.80516012997616, 40.68147542158405, -73.80513176422397, 40.681416329389215, -73.8050064927558, 40.68115535642537, -73.80482023963245, 40.680766403847215, -73.80458384380944, 40.680227485623476, -73.80404687773328, 40.67914794530535, -73.8038491470362, 40.67874003002431, -73.80336888441246, 40.67775440510986, -73.80331827762407, 40.6776507996973, -73.80330822371342, 40.67762991573368, -73.80327189112613, 40.677545248255754, -73.80312143512464, 40.677194643903064, -73.80285083551946, 40.67667965307906, -73.80249325969577, 40.67592178963928, -73.80203672891716, 40.674976625513025, -73.80183075167791, 40.674540877148665, -73.80177519533676, 40.67439182868627, -73.80173525504156, 40.674287813157804, -73.8017160124163, 40.67423936008282, -73.80164250661444, 40.674054257220604, -73.80155310363337, 40.673779373225905, -73.80146959195955, 40.67346419846386, -73.80145896240288, 40.673387184084795, -73.80136454131723, 40.673057959441415, -73.80132086708008, 40.672821033537275, -73.80128545270061, 40.67253470958191, -73.80126524955186, 40.6723028085423, -73.80122926878312, 40.67167571512511, -73.80121223817194, 40.67092436314782, -73.80121822726812, 40.6702243929946, -73.80121935857248, 40.67018568169232, -73.80121978412018, 40.670171866684605, -73.80128468978485, 40.66916728643372, -73.80129079694206, 40.6690946954333, -73.80129694652776, 40.669022149531145, -73.80134190306815, 40.66848977076183, -73.80134597189058, 40.66844156586011, -73.80136118899146, 40.66826133726484, -73.80139536250243, 40.66798904992266, -73.80150319813325, 40.66742545504511, -73.80154733231963, 40.66724487646615, -73.80158130360186, 40.66709937622846, -73.80159911474169, 40.66702322131916, -73.80161844561461, 40.66694305992074, -73.80166295700822, 40.66675870696691, -73.8016832870152, 40.66667418156626, -73.80173452662527, 40.66646733983261, -73.80176387483085, 40.66637973487657, -73.80180115463271, 40.666268307763424, -73.80182251556158, 40.666204081788855, -73.80189984001967, 40.66597272597397, -73.80192888653886, 40.665885413120336, -73.80199724804424, 40.66568127977355, -73.80212172368772, 40.66533927182157, -73.80215607757404, 40.665244644119554, -73.80241065736222, 40.66524078890239, -73.802456086741, 40.665240099682364, -73.80252338933887, 40.665239081484025, -73.80357984698499, 40.665181922458416, -73.80432243299846, 40.665120453396796, -73.8049491654955, 40.66505855083167, -73.80586699355676, 40.66495437446332, -73.80588593901487, 40.66495144823154, -73.80614418768678, 40.664911563914416, -73.80617528544444, 40.664810978005534, -73.80619993675062, 40.664731164286536, -73.80627437199735, 40.664493225068306, -73.80640304124131, 40.664086201220755, -73.80647494674095, 40.66385354364205, -73.80669809203157, 40.663152522224856, -73.80671362453384, 40.663103722219645, -73.80680210022646, 40.662825769164485, -73.80714782230282, 40.66170850063728, -73.80731153457175, 40.661170920494435, -73.80743455126076, 40.66078368378846, -73.80745021567911, 40.66074574955021, -73.80746599773012, 40.66071253062191, -73.80747850979019, 40.660694986048185, -73.80749271066179, 40.66067819983453, -73.80751704378598, 40.660654303870146, -73.80754454949063, 40.6606324943072, -73.80756430827101, 40.66061936628483, -73.80765922065714, 40.66057394978199, -73.80768846196747, 40.66056412358609, -73.80771939819773, 40.66055744842906, -73.80777758831326, 40.66054736712266, -73.80785781100255, 40.66054758940445, -73.80790490622714, 40.660553272889835, -73.80802785777136, 40.6605745655944, -73.80806975574865, 40.66058275098421, -73.80845753513456, 40.660641992300405, -73.80864415962516, 40.66068770525596, -73.80898359636879, 40.66074895446931, -73.80904740308983, 40.660760478083446, -73.80910415485307, 40.660770776955836, -73.809601488397, 40.66087534906834, -73.80983101871703, 40.660856776449926, -73.81005921573492, 40.66081261924203, -73.8102289599019, 40.66075945813421, -73.8104046272864, 40.66067958725389, -73.81055685351255, 40.66061749065891, -73.81060214030364, 40.660578833031295, -73.81065876829877, 40.660438622767124, -73.81071474172856, 40.660579018377696, -73.81073221378367, 40.660604330085725, -73.81079041481308, 40.66070240134935, -73.81086038688532, 40.66077377175252, -73.81095374264407, 40.66084963090732, -73.81106470437322, 40.660903254485454, -73.81138612999347, 40.66097949036724, -73.81210230447275, 40.661116625428754, -73.81203728616644, 40.66136145481488, -73.81177738034829, 40.66223826170002, -73.81165939995702, 40.66259879371598, -73.81162409632974, 40.662674445182844, -73.81154180477787, 40.662821272275714, -73.81143036581146, 40.662936877389676, -73.81116931828196, 40.66317349348794, -73.81177048656629, 40.662932502298254, -73.81214324501838, 40.66283482998219, -73.81244525399538, 40.66276892667757, -73.81266787444301, 40.6627297125572, -73.81291749921604, 40.66269397830548, -73.81459284992012, 40.66248895386031, -73.81477436498837, 40.66247315582119, -73.8149683694254, 40.6624708169201, -73.81505897924646, 40.66247544090977, -73.8152054305379, 40.66249198825904, -73.8156193009022, 40.66257239146937, -73.81578282091576, 40.66260415718246, -73.81644529064417, 40.66273285292754, -73.81707438570625, 40.66284150748479, -73.8174800667757, 40.66289933749034, -73.81781543868603, 40.66293964141306, -73.8227466206892, 40.663501951163404, -73.82306510320845, 40.66353161104439, -73.82332698594767, 40.66356028711365, -73.82397038959827, 40.663566532501655, -73.8242700528166, 40.66357624709265, -73.82460685345119, 40.66364720322218, -73.82517938387089, 40.66372433599761, -73.82528267102124, 40.66373885708057, -73.82532599657438, 40.66374536338052, -73.82536929226522, 40.66375198668614, -73.82550220633489, 40.66377428889306, -73.82574942721416, 40.663852719630505, -73.82608260451569, 40.66395607197924, -73.8262497128119, 40.6640158793511, -73.82644856788379, 40.66410611424909, -73.82662002643674, 40.66419503508123, -73.82674174431477, 40.66425815836034, -73.82706688618777, 40.664436225213265, -73.82712774448576, 40.66446773304932, -73.827216799705, 40.66451370139817, -73.8272665298194, 40.664521063972295, -73.82737291384812, 40.664536817931946, -73.8277397064423, 40.66459112868131, -73.82788320607278, 40.664608811718864, -73.82814120224583, 40.66464060210015, -73.82878213089892, 40.664723783209304, -73.82984136243138, 40.66488214941662, -73.83075884753183, 40.66502482831864, -73.83174195211178, 40.66518151879469, -73.83200316590701, 40.665223925917154, -73.83217188047665, 40.66527287757449, -73.83224589525739, 40.66529435211218, -73.83226283497734, 40.665329108876044, -73.83241992879714, 40.66565144665666, -73.83248286581961, 40.665780583385526, -73.83269401773771, 40.66621383967177, -73.83274547368383, 40.6663194191218, -73.83280839494503, 40.66644921301533, -73.83290619870785, 40.66665095665663, -73.83298364558928, 40.666672617603204, -73.83322994244547, 40.666741501592135, -73.83334256001523, 40.6667729964984, -73.83339263698758, 40.66678400311627, -73.83724938277398, 40.674633935821376, -73.83706809429813, 40.674684117161426, -73.83681975381556, 40.67475285913537, -73.83638334579143, 40.674874290850354, -73.836329995167, 40.6749217109087, -73.83620040570759, 40.67513987291243, -73.83601220856053, 40.67548358589453, -73.83571529321848, 40.67608662896477, -73.83568962587337, 40.676138762826504, -73.83204196946267, 40.675097523640126, -73.83108270077494, 40.67815106168499, -73.83114739901184, 40.67830299899137, -73.83117328534101, 40.6783693446864, -73.83174575803467, 40.67953697838252, -73.83086704411018, 40.67978596511057, -73.8304329859084, 40.67990943808003, -73.82998780353408, 40.68003572780089, -73.82949171898298, 40.68017564263237, -73.82897167550038, 40.68032623675718, -73.82852747432155, 40.68045289149972, -73.82805168770177, 40.68058727418799, -73.82718332483631, 40.68082888744317, -73.82636457853984, 40.68106333068345, -73.8260377268946, 40.68116389739751, -73.82592874156042, 40.681188910100886, -73.82574395594189, 40.6812350826227, -73.82569374950731, 40.681250021781665, -73.82555516929565, 40.68129355883572, -73.82472571441565, 40.681524491887934, -73.82390086351431, 40.681759906076216, -73.82307259702195, 40.68199555944525, -73.82221145353824, 40.68224385603749, -73.82130358785824, 40.6825024322729, -73.82118681232467, 40.68253903243698, -73.82087936635716, 40.68261812384515, -73.82042054030191, 40.68275421057036, -73.81954355589242, 40.68300151333685, -73.81867625645357, 40.68324888501868, -73.8182817359146, 40.68335373468416, -73.81800255244077, 40.68343883345886, -73.81778573005036, 40.683502194614356, -73.81716255704544, 40.683683885671115, -73.8170170989972, 40.68372493410363, -73.81691309223, 40.68375249374802, -73.8163353634474, 40.68391764080779, -73.81602822489164, 40.68400396169941, -73.81561885957406, 40.68412068962797, -73.81513769002079, 40.684257306628666, -73.8147727204136, 40.684360173683025, -73.81426760867114, 40.68450297197011, -73.81393688438274, 40.6845971683469, -73.8138586973062, 40.68461802301477, -73.81384012203846, 40.6846186764569, -73.81377910359251, 40.6846333939131, -73.8135918060397, 40.68470928510123, -73.81336743971765, 40.68484626089512, -73.81326084038471, 40.68490881698638, -73.8124368152485, 40.685286447177596, -73.81164514228642, 40.68565516609429, -73.81086181468608, 40.68602430661576, -73.81077389235074, 40.686064028803344, -73.81047225876308, 40.686200303636554, -73.81002458502842, 40.68635955106843, -73.80916938979061, 40.686651201692, -73.8089333817842, 40.686736040283336, -73.8082584274631, 40.686962821046954, -73.80805597713, 40.68703707775828, -73.80799354516388, 40.687059976378634, -73.80795430174665, 40.68707274054023, -73.80795430174665, 40.68707274054023 --73.83426544800442, 40.68532702403143, -73.83365540463106, 40.684085506359374, -73.83354296122228, 40.6838459408022, -73.8335241320718, 40.683805831615814, -73.8336965909129, 40.68373451071697, -73.83378994265348, 40.683692902197414, -73.8337553514997, 40.68362407084898, -73.83351415003978, 40.68314410211359, -73.83279303144947, 40.68167266202369, -73.83255960623079, 40.68119875031633, -73.83174575803467, 40.67953697838252, -73.83117328534101, 40.6783693446864, -73.83114739901184, 40.67830299899137, -73.83108270077494, 40.67815106168499, -73.83204196946267, 40.675097523640126, -73.83568962587337, 40.676138762826504, -73.83571529321848, 40.67608662896477, -73.83601220856053, 40.67548358589453, -73.83620040570759, 40.67513987291243, -73.836329995167, 40.6749217109087, -73.83638334579143, 40.674874290850354, -73.83681975381556, 40.67475285913537, -73.83706809429813, 40.674684117161426, -73.83724938277398, 40.674633935821376, -73.83339263698758, 40.66678400311627, -73.83348482915763, 40.66680426496278, -73.83372073749754, 40.66685611128133, -73.83455432931504, 40.66708298909686, -73.8346482044355, 40.66711450709531, -73.83477073399726, 40.66714400939461, -73.83508585668241, 40.66720099244207, -73.83528966140713, 40.66723128695843, -73.83556036405272, 40.66725365134711, -73.83650650866201, 40.66728938253572, -73.83689389388154, 40.66731689931993, -73.83705802269316, 40.6673368316233, -73.83729153602158, 40.66737416528715, -73.83744310253572, 40.667404028187015, -73.83776665053642, 40.66748231032062, -73.83946496702909, 40.667946143916936, -73.83974131559725, 40.66800919530489, -73.84071734301769, 40.66825701425062, -73.84196336251833, 40.668643043657525, -73.84202351924394, 40.668660766508694, -73.84217383734033, 40.668706048207156, -73.84227237172288, 40.66873573110809, -73.8425463314546, 40.66881825695526, -73.84385714757782, 40.66921310928707, -73.8439051137119, 40.669227557435676, -73.84409269900529, 40.66928406169424, -73.84498896623016, 40.66955716859381, -73.84544958960751, 40.66970840606744, -73.84589450060437, 40.66986277695673, -73.84656001354988, 40.670113094352, -73.84692426435713, 40.670263857830776, -73.84695923407394, 40.67027833063376, -73.84738359931535, 40.67045397193572, -73.84764542809752, 40.6705589283994, -73.848477644538, 40.67091641867714, -73.84862911597871, 40.67096837616945, -73.84946403839784, 40.67126131651128, -73.84995355932669, 40.67142579598516, -73.85068172809348, 40.671648539699085, -73.85096453372654, 40.67171919351698, -73.85121431487134, 40.67180259397056, -73.85135110784526, 40.67184355428943, -73.85163460603236, 40.671930017719816, -73.8518525028639, 40.67198987848444, -73.85220038253394, 40.67208707741368, -73.85255997734816, 40.67219103967358, -73.85258926122656, 40.672199780690086, -73.85283803146201, 40.672278871844775, -73.85303609843133, 40.67233609349814, -73.85309793120972, 40.67235284192666, -73.85534930023213, 40.673034402969755, -73.8554259943561, 40.67305762012706, -73.85635876594199, 40.67333998099751, -73.85648738197698, 40.67337645932445, -73.85663492060742, 40.673424636281666, -73.85686028550103, 40.67349207108719, -73.85711348380279, 40.67357473172993, -73.8578190719671, 40.67393757735883, -73.85803661155066, 40.674048149314714, -73.8582515285967, 40.67413529970316, -73.8587378505059, 40.67429910378545, -73.8590491892844, 40.674372304063354, -73.85920850247983, 40.674427372077034, -73.85959261342234, 40.67455609928408, -73.85991063922962, 40.67465469093471, -73.86029564341288, 40.67477158229345, -73.8607885588659, 40.674920374086895, -73.86098793326094, 40.67497475057287, -73.86109216274912, 40.67499185028608, -73.86131863078202, 40.675020949002636, -73.86135357733994, 40.675160204591585, -73.86139776194138, 40.67533626818058, -73.8617123869989, 40.67661027883165, -73.86201008960798, 40.67781052128501, -73.8620284297007, 40.67788579757446, -73.86209831524941, 40.67816691969048, -73.8621832475078, 40.678506206971754, -73.86220285836708, 40.67858548483898, -73.86224160510078, 40.67874271263228, -73.86227320719077, 40.678870947863025, -73.86232288094625, 40.67907250757532, -73.86234580396558, 40.67916446413176, -73.86209622233979, 40.67917904178868, -73.8614061871741, 40.67922067560381, -73.8609502738409, 40.6792464494128, -73.86057554523458, 40.67926763173519, -73.86046657420908, 40.67927825089413, -73.8602251113385, 40.67929540621093, -73.86017784348756, 40.67929876443637, -73.85952484985386, 40.67934515608272, -73.85874317073508, 40.67939306197278, -73.85858962016928, 40.679402414324215, -73.85819836018533, 40.67943052777248, -73.8577926795074, 40.67945540182484, -73.85770591465908, 40.67945935408159, -73.85721077033533, 40.67948554722988, -73.85673977010802, 40.67950951161945, -73.85451562041557, 40.679648549400234, -73.85439330260243, 40.67965979700514, -73.85392389123882, 40.67968583567417, -73.85372960901225, 40.67975871433129, -73.85346833143169, 40.67985369606596, -73.85340655798818, 40.67987401225858, -73.85308114072616, 40.67997507450862, -73.85267724940341, 40.68007909804275, -73.85257753901001, 40.680105137515724, -73.85246802656636, 40.68014862353116, -73.85223714460696, 40.680213516490376, -73.85168381880571, 40.68037118366421, -73.85099088408849, 40.68056805601772, -73.85090494824152, 40.6805887213927, -73.85014803044668, 40.68080779440738, -73.84930144139148, 40.68104635826566, -73.8492192817586, 40.68106998011808, -73.84869478700914, 40.68122109873423, -73.8484443369102, 40.68129038708653, -73.84816881277213, 40.68138610345988, -73.84812430919746, 40.681406257699386, -73.8480574195193, 40.68142844544426, -73.84786816554511, 40.681486520870635, -73.84757844648024, 40.681579547933644, -73.8468006436772, 40.68183468733924, -73.84671463451748, 40.681858179808025, -73.84583237145999, 40.68210613683602, -73.84575085467209, 40.68212894300748, -73.84530299997989, 40.682230877171754, -73.84518522266016, 40.68225854830072, -73.84506485880331, 40.6822829181387, -73.84494327002565, 40.68230954919561, -73.84461152995446, 40.68238584361479, -73.84451063630031, 40.682414778663215, -73.844425088359, 40.68243663831013, -73.84408914687552, 40.68252898443586, -73.84323089256411, 40.682774886466696, -73.84237027595815, 40.68301810793227, -73.84151391149301, 40.68326136483971, -73.84143406867082, 40.68328389290055, -73.84125178804857, 40.68333532665459, -73.84119605029785, 40.68335105379145, -73.84063003403229, 40.68351359503459, -73.83978599846242, 40.68375384663745, -73.83894068543667, 40.683993486016774, -73.83807768111981, 40.6842385919411, -73.83717650928496, 40.684495079342746, -73.83595081627604, 40.68484323192721, -73.83511085045217, 40.685087371389216, -73.83504157883058, 40.68510466105875, -73.83426544800442, 40.68532702403143, -73.83426544800442, 40.68532702403143 --73.98852518899378, 40.679544908297565, -73.98847459113715, 40.67952494784129, -73.98828264150939, 40.67944921860595, -73.98822760953783, 40.679427833875934, -73.9882027240457, 40.679418167906924, -73.98770903712905, 40.679226330070875, -73.98764750269603, 40.67920241752448, -73.98757802724441, 40.67917541982614, -73.98739288028925, 40.6791034765005, -73.9855904182273, 40.67840201984613, -73.98542920250763, 40.67834351562688, -73.98304077508993, 40.677417195523624, -73.98046002041062, 40.67641209994146, -73.97927038191506, 40.67594795554298, -73.9787128898594, 40.675730874701856, -73.97839290020028, 40.67560627385063, -73.97795999662307, 40.67543770090477, -73.97585566197026, 40.674618641150076, -73.9756249573181, 40.67452512805579, -73.97560583247977, 40.67451737597157, -73.97558395575962, 40.67450851206474, -73.97546678900267, 40.67446598013187, -73.97543352625546, 40.67445602054273, -73.97467933062556, 40.67416128506778, -73.97404741974852, 40.673914332902676, -73.97295548263476, 40.67348758576474, -73.9728457376584, 40.67344473321814, -73.97260835962754, 40.673352038256965, -73.97226132553992, 40.67321652394039, -73.97118093137288, 40.67279462548351, -73.97079775879041, 40.6726564312582, -73.9705665695818, 40.672569415895715, -73.9704875979056, 40.672533755974825, -73.97041590748638, 40.67250810079504, -73.97032563341529, 40.67249725155248, -73.97025904384245, 40.67248832466046, -73.97001522023314, 40.67248948247089, -73.97004217779462, 40.67268253834064, -73.96965337496619, 40.672736491668616, -73.96965009544792, 40.67251512615714, -73.9695148445891, 40.67256914382406, -73.9693762002648, 40.672651475327896, -73.96932926065992, 40.67268349595055, -73.96924603636275, 40.67274027012765, -73.9692064339528, 40.67268597557843, -73.96918914625866, 40.67266227569364, -73.96878443619573, 40.67210740149025, -73.96770923563321, 40.670628995252315, -73.9659064536958, 40.668150724570125, -73.96551499173067, 40.66759153440947, -73.9651455623393, 40.66706048166926, -73.96508002404092, 40.66696627234192, -73.96341801371632, 40.6645770264952, -73.9629876726096, 40.66394953257761, -73.96289472728562, 40.663797636887885, -73.96281418336109, 40.66366601124653, -73.96273161397912, 40.66354502719086, -73.96272016659957, 40.663528277482385, -73.96271145697938, 40.6635155710774, -73.96264067794863, 40.663443543737245, -73.96259250162747, 40.663381792291595, -73.96246890623591, 40.66318729546024, -73.96238231330358, 40.66306512115241, -73.96255068807397, 40.662929518719665, -73.9627333799887, 40.66277588693875, -73.96284079690132, 40.662675100785485, -73.96290210204825, 40.66260860573787, -73.96296107593297, 40.66252992502037, -73.96300423376387, 40.66245637302992, -73.96304303046035, 40.66236537752103, -73.96306943746576, 40.662265896958324, -73.9630795143361, 40.66217760726797, -73.96307465173005, 40.66208356928782, -73.96287342483556, 40.66086899333839, -73.96286131038728, 40.66079588279816, -73.96285018949638, 40.66072875831008, -73.96282978997621, 40.66060754490078, -73.96281674748536, 40.660517215277444, -73.96281267172121, 40.66048897466244, -73.96280249055665, 40.6604184573248, -73.96231006431898, 40.657408568555276, -73.9622882040122, 40.65727494810324, -73.9622698023534, 40.65716245670636, -73.9622612437601, 40.657110145575196, -73.96192075873772, 40.65502878642565, -73.96190027968625, 40.65487064433885, -73.96208302778324, 40.65479417067995, -73.96400981075189, 40.654045201053954, -73.96402874038392, 40.654037582296716, -73.96414422417932, 40.65399395137709, -73.96423553651665, 40.65395600499693, -73.9642615937849, 40.653945844456366, -73.96430257601341, 40.653929925233, -73.96446389460924, 40.653867316300726, -73.96589893072642, 40.65330944085159, -73.96602064983048, 40.653262121374866, -73.96608918748626, 40.6532354763862, -73.96621320913637, 40.65318909122068, -73.96638294481588, 40.65312234598902, -73.96711950207127, 40.65283511559865, -73.96729814187152, 40.65276545118178, -73.97026835230888, 40.65160710150218, -73.97148221225287, 40.65113468406443, -73.97162157056903, 40.65108044704903, -73.9716169943025, 40.651051226829765, -73.97161570705944, 40.65103654447545, -73.9716150866724, 40.65102183617061, -73.97161513667957, 40.651007121727574, -73.97161585470967, 40.650992415554036, -73.97161724311886, 40.65097773656146, -73.97161929716854, 40.6509631054605, -73.97162201448751, 40.650948536658895, -73.97162539388559, 40.650934047266034, -73.97162943062504, 40.65091965619158, -73.9716341187864, 40.650905380543904, -73.97163945363302, 40.650891236531024, -73.97164542924516, 40.65087724216177, -73.97165203615678, 40.650863413642945, -73.9716592684485, 40.650849768082935, -73.97166711665446, 40.65083632168852, -73.97167557130899, 40.65082308976606, -73.97168462412782, 40.650810090323766, -73.97169426446423, 40.65079733596607, -73.97170447694027, 40.65078484379891, -73.97171525090857, 40.650772628227735, -73.97172657572169, 40.65076070365814, -73.97173843481949, 40.6507490871957, -73.97175081400951, 40.65073778874244, -73.97176370264333, 40.65072682540539, -73.97177707943413, 40.650716207985404, -73.97179093255323, 40.65070594908662, -73.97180524307693, 40.650696063112576, -73.97181999563115, 40.65068655906448, -73.97183517011037, 40.650677450444924, -73.97185074995693, 40.65066874895653, -73.97186671743248, 40.65066046269936, -73.97188305243276, 40.65065260247466, -73.97189973248935, 40.650645178182366, -73.97191674341087, 40.65063819792358, -73.97193406154706, 40.650631670697514, -73.97195166442981, 40.650625605503826, -73.9719695331401, 40.650620006840214, -73.97198764402766, 40.65061488370612, -73.972005979355, 40.650610242400624, -73.97202451429153, 40.650606087420236, -73.97204322637079, 40.65060242416247, -73.97208109564265, 40.65059658630125, -73.97212051139603, 40.65059360974659, -73.97214029462984, 40.65059286711093, -73.97216010011986, 40.650592622463456, -73.97217990303591, 40.65059287940018, -73.97219968564558, 40.65059363251374, -73.97221942430134, 40.65059488449997, -73.97223909890465, 40.650596633553036, -73.97227816728522, 40.650601610231114, -73.9722975161363, 40.650604833342754, -73.97231671463011, 40.650608542694485, -73.97233574266923, 40.650612733778814, -73.97235457897415, 40.65061740118771, -73.97237320226492, 40.65062254041349, -73.97239159007962, 40.650628146047815, -73.97240972586843, 40.65063421178318, -73.9724451562518, 40.65064769742207, -73.97247724660802, 40.65066100304779, -73.97249283160735, 40.650668268549374, -73.97250808184363, 40.65067593109705, -73.9725229854969, 40.650683982583445, -73.97253752247127, 40.65069241399874, -73.97255167385379, 40.65070121453234, -73.97256543018987, 40.65071037427641, -73.97257876901843, 40.650719885121156, -73.97259167733918, 40.65072973355576, -73.97260414333357, 40.65073990787086, -73.9726161492701, 40.650750399057266, -73.97262768096654, 40.6507611927034, -73.97263872660454, 40.65077227619937, -73.97264927672893, 40.65078364053784, -73.97265931006409, 40.65079526950467, -73.97266882425096, 40.65080714869108, -73.97267780865249, 40.65081926818897, -73.97268624435749, 40.65083161178473, -73.97269412900663, 40.65084416597007, -73.97270145078276, 40.650856914533044, -73.97270820259615, 40.65086984666587, -73.97271437617766, 40.65088294345579, -73.97271996562019, 40.650896193194725, -73.97272496028884, 40.65090957967102, -73.97272935900763, 40.65092308667517, -73.97273315350562, 40.65093669979688, -73.97273634497186, 40.650950401926735, -73.97273892277109, 40.650964177753444, -73.97274223620823, 40.65099189286426, -73.97274446011254, 40.651021059350825, -73.97274459129716, 40.651035667576146, -73.97274406627979, 40.651050272043854, -73.97274288861485, 40.65106485384389, -73.97274105830843, 40.65107939676702, -73.97273857654959, 40.651093883703574, -73.97273544807454, 40.651108296644324, -73.97273167525353, 40.65112262118148, -73.97272726282249, 40.6511368402063, -73.97272221551826, 40.65115093480892, -73.97271653925803, 40.651164890582386, -73.97271024469002, 40.651178689518886, -73.97270333063665, 40.65119231901066, -73.97269581365828, 40.651205760150724, -73.97268769494359, 40.65121899672996, -73.97267899223276, 40.65123201614516, -73.97266970908028, 40.651244799486136, -73.97265985731318, 40.65125733775048, -73.9726494523103, 40.65126961022974, -73.97263850235277, 40.65128160521905, -73.9726270204518, 40.651293309213536, -73.97261502198378, 40.65130470780851, -73.97260251995968, 40.651315788399586, -73.97258952975592, 40.651326536582, -73.97257606320052, 40.6513369415522, -73.97256213921618, 40.65134699070738, -73.9725477708145, 40.65135667054258, -73.97253298282826, 40.651365972958985, -73.97251778235673, 40.65137488535085, -73.9725021918694, 40.65138339691721, -73.97248622792257, 40.65139149955725, -73.97246991298606, 40.65139918156933, -73.97245326243358, 40.65140643575299, -73.97243629518748, 40.65141325130633, -73.97241903371429, 40.65141962463257, -73.97240149930188, 40.6514255431294, -73.97238370613985, 40.651431004098626, -73.9723656790621, 40.65143599764027, -73.97232900829643, 40.65144456805298, -73.97239037395742, 40.65167546825929, -73.97241366352517, 40.65175973796142, -73.97249117370731, 40.65198796203709, -73.9725116463573, 40.65204824035973, -73.97253562026049, 40.65213094689895, -73.97268287835868, 40.65263895838603, -73.97271055115293, 40.65273325902113, -73.97273618016942, 40.65282059996661, -73.97304402053759, 40.65386964721544, -73.97305103507901, 40.653912186588464, -73.97322907629089, 40.65452744616095, -73.97326627944092, 40.65464894717704, -73.9732893485745, 40.65473983452157, -73.97332919880577, 40.654877567048544, -73.97346561417321, 40.65534438430785, -73.97349553640913, 40.655446096498245, -73.97351492569865, 40.65551198008669, -73.97355493535252, 40.6556436205624, -73.97358131843502, 40.65574336968666, -73.97374147178, 40.6562930215676, -73.97377206925648, 40.65639972719517, -73.97381880403549, 40.65656273140035, -73.97396622881587, 40.657075511057606, -73.97404458149998, 40.65734693732984, -73.97410843246546, 40.6575681258487, -73.97421783181989, 40.65793494800905, -73.97424874745617, 40.658020878639576, -73.97429277761768, 40.65810163602254, -73.97431601219027, 40.65814425276377, -73.97436285564802, 40.65820956508423, -73.97441568589741, 40.658272263616325, -73.97448234254692, 40.6583391318826, -73.97453696832223, 40.65838553410575, -73.97467933769863, 40.65848491233607, -73.97475793371028, 40.65852845068139, -73.97502848383348, 40.658659058537324, -73.9751573793049, 40.658722481920165, -73.97565260659759, 40.658115713405486, -73.97615408528085, 40.657514330005085, -73.97665656406271, 40.656911492948275, -73.97721329616576, 40.656242461115745, -73.97730806744757, 40.65614907643638, -73.97927616544723, 40.6573357833733, -73.97951266210409, 40.65747855674961, -73.97992015800243, 40.657084541747324, -73.98002330273069, 40.65698480945919, -73.98006968251033, 40.65693996456273, -73.98065288399368, 40.65638053789361, -73.98122206348529, 40.65583504864851, -73.98130653563855, 40.65575385198895, -73.98135759497924, 40.655704653328115, -73.98175295639082, 40.65532360533784, -73.98179567733928, 40.655245778622145, -73.98234657008472, 40.65557395164725, -73.98322497019244, 40.656106478630164, -73.98331991978615, 40.65616403997165, -73.98402396729115, 40.65659085254141, -73.98477461130277, 40.65704367748442, -73.98495983304768, 40.65715541006179, -73.9862276130566, 40.65792016520647, -73.98828620495512, 40.659161948180554, -73.98842872149072, 40.659249537842875, -73.98901286273541, 40.65869047697091, -73.98959237153416, 40.65813374321539, -73.99011838375174, 40.657628264737944, -73.99014842687846, 40.657602675529695, -73.99018841579384, 40.657600498796675, -73.99022370706425, 40.65760441184536, -73.99026294930924, 40.657622094118665, -73.99120706217914, 40.658190500670266, -73.99165320722314, 40.658459099498316, -73.99238339755445, 40.6588986950353, -73.9925028301893, 40.65897069468153, -73.99458789632136, 40.6602276157806, -73.99405933009128, 40.66073460386607, -73.99400418304995, 40.66078951719702, -73.99342088947772, 40.661348636645684, -73.99283830270322, 40.6619081637802, -73.99225493977615, 40.66246842900078, -73.99451630866716, 40.66383337681805, -73.99603940217193, 40.664742439140404, -73.9962714354162, 40.664880924640805, -73.99639252793384, 40.664953195809154, -73.99642592563055, 40.66497474349719, -73.9964983879011, 40.66502143927941, -73.99664138989638, 40.66511375363288, -73.99668527351726, 40.66514206622667, -73.99664170064449, 40.66526015231979, -73.9964535123201, 40.66577012594041, -73.99641616539074, 40.66588237768885, -73.99634653303059, 40.66612334363589, -73.99629073359965, 40.66646480394343, -73.99629090951876, 40.6664913142339, -73.9962928634511, 40.666784894150666, -73.99629394246043, 40.66694701944159, -73.99631257001923, 40.667140521962985, -73.99634580460604, 40.66733098930346, -73.99634205016633, 40.667538729151794, -73.99634100508256, 40.6675966448846, -73.99633333268584, 40.66767206643077, -73.99632873896408, 40.667785587090954, -73.9963336932497, 40.66784678089035, -73.99636828869102, 40.66794311104774, -73.99645764228998, 40.66814725082342, -73.99657065190866, 40.66835138853074, -73.99672834032673, 40.6686115673865, -73.99700161788249, 40.669051826982376, -73.99718033763584, 40.66933802163593, -73.99729639642322, 40.66952414836646, -73.99745516656138, 40.66978755366234, -73.9978429584347, 40.67040028308391, -73.99791147895958, 40.67051044079255, -73.99811003216927, 40.670836076882225, -73.99840941767853, 40.6713100037095, -73.99846662908764, 40.6714005666067, -73.99848996074323, 40.67143750064884, -73.99852406890746, 40.671491490584046, -73.99870614996088, 40.67177971438915, -73.99864574642933, 40.671830669348545, -73.99863471675181, 40.67187174892192, -73.99853218703775, 40.67197508808481, -73.99850019713564, 40.672014422176765, -73.9984769300082, 40.672043029438285, -73.99842687462838, 40.67210457537697, -73.99810487031857, 40.67243715509487, -73.99805616826887, 40.67246688118844, -73.99777410358693, 40.67280171102134, -73.99745039973345, 40.673176256452074, -73.99730435288691, 40.67334272324069, -73.99683109749495, 40.673901657261275, -73.99676134490491, 40.673992604632744, -73.9967179645671, 40.674049167451834, -73.99667342616094, 40.67410723858329, -73.9966270022359, 40.67416776894826, -73.9966061618311, 40.674194940474344, -73.99659470249897, 40.6742098841818, -73.99654521250919, 40.674274411808156, -73.9964099993126, 40.67445071048711, -73.99628554332044, 40.67459398386661, -73.99599030209893, 40.67495373146516, -73.99596333796053, 40.67494203733638, -73.99577611246063, 40.67512486035147, -73.99579190787273, 40.67513364725394, -73.9956690321805, 40.67525339406187, -73.99538312318856, 40.67557328543972, -73.9951087578853, 40.67577968200451, -73.99505857781192, 40.675816075066614, -73.99501036969573, 40.675848407770914, -73.9949575735244, 40.675880348530036, -73.99491998529518, 40.67590088311641, -73.994853900234, 40.675934916036596, -73.99475367388901, 40.67598360324506, -73.99472525046082, 40.67599583453829, -73.99469283272887, 40.676008161094884, -73.99459251631366, 40.67604164836951, -73.9945211187031, 40.676065207861356, -73.9944825775512, 40.676077925790786, -73.99441009183707, 40.67609977328289, -73.99429050637114, 40.67613190768337, -73.99416872329071, 40.676162534386364, -73.9941311535754, 40.676169728489604, -73.99408731632896, 40.676175759694054, -73.99401827487264, 40.676182234428545, -73.9940169422887, 40.67616431051342, -73.99376018280947, 40.676174370033195, -73.99368101323279, 40.676178978149004, -73.9936158681669, 40.67618222631151, -73.9935749113541, 40.676184269100666, -73.99345457288756, 40.67618217582498, -73.99327712862828, 40.67617327301019, -73.99315585061902, 40.676163877092876, -73.99315249711827, 40.67617812393748, -73.9929603073267, 40.67615508347477, -73.99282713400247, 40.67613503879592, -73.99256576242688, 40.676105500628786, -73.992428446978, 40.67607682378649, -73.99216545555521, 40.676035744506265, -73.99202756210477, 40.67600650252316, -73.99174218186114, 40.67596789083353, -73.99129536925332, 40.67589023622359, -73.99090003674432, 40.67582559279772, -73.9907088251544, 40.67579818565612, -73.9904292002562, 40.676117928333134, -73.9904111746821, 40.676157720579965, -73.99039077636881, 40.67618131596711, -73.99033319657084, 40.67624792402172, -73.99031107931093, 40.67627350938762, -73.99011625126128, 40.676498877248086, -73.98988803781046, 40.67678299592516, -73.98977616154279, 40.67691850899707, -73.98941122724437, 40.677360536837185, -73.98936003363367, 40.67782878890658, -73.9893374159666, 40.678115544871716, -73.98932878391422, 40.67822498720672, -73.98933433481933, 40.67826270667344, -73.98932347168551, 40.678292338897826, -73.98932107868997, 40.67832267971193, -73.9893192830547, 40.67834543554747, -73.98908614853644, 40.67867420952869, -73.98887824980923, 40.67899744009856, -73.98884034320079, 40.67905399594025, -73.98860902264357, 40.67939911073776, -73.98859251883891, 40.67942373366937, -73.9885564834977, 40.679477498905996, -73.9885428717809, 40.679494941415975, -73.98852518899378, 40.679544908297565, -73.98852518899378, 40.679544908297565 --74.01657954588157, 40.66476193707596, -74.01663779512941, 40.664769449775726, -74.0168359188429, 40.664837216297215, -74.01705531113956, 40.664957442486546, -74.01725743072919, 40.66509409265759, -74.01730957483532, 40.66513900346026, -74.01733927287906, 40.66516418101613, -74.01739905154307, 40.66522109990769, -74.01749164020607, 40.66530889157496, -74.01750892541514, 40.665328079840734, -74.0175478880278, 40.66537986257575, -74.01763593899855, 40.66547934801677, -74.01770960104032, 40.66555942858671, -74.01774113406638, 40.665595084158355, -74.01776725809549, 40.66562710517401, -74.0177788590932, 40.66564343513832, -74.01779011423167, 40.665662161427676, -74.01781875693794, 40.66571951535534, -74.0178426941236, 40.66577257634562, -74.017864202144, 40.6658296008783, -74.01788893093585, 40.66591047416845, -74.01791067749373, 40.666001114912056, -74.01794583476547, 40.66618330810628, -74.01796994022713, 40.66628055104997, -74.01800809735235, 40.666486184177494, -74.01803729912444, 40.666640957559245, -74.01805736771698, 40.66673938258906, -74.01806351205708, 40.666785244893795, -74.0180726887164, 40.666870579930524, -74.01808442805955, 40.66699044033749, -74.01809093969206, 40.66704300331947, -74.01810127970693, 40.66710061939288, -74.01812421786018, 40.66720433718571, -74.01815723878362, 40.66735414177692, -74.01816263951135, 40.66738749602702, -74.01817105640625, 40.667465849471384, -74.0181763500298, 40.66750103898835, -74.01819471375354, 40.667595264248305, -74.01820071578618, 40.66762605913489, -74.0182251147137, 40.667742297440206, -74.01822951727422, 40.66777968615402, -74.01823426890665, 40.667865343353085, -74.0182522294493, 40.6680413904173, -74.01825980829942, 40.66809047992502, -74.01827342284, 40.668159055632, -74.01831167893437, 40.668321542192515, -74.01832039574163, 40.66837123846104, -74.01834114582208, 40.6685102675616, -74.0183851136166, 40.66874235853251, -74.01841285164426, 40.668930371842315, -74.01844314429768, 40.66910520838831, -74.01851103504893, 40.66954713538196, -74.01852429777485, 40.66961169660599, -74.01853006227483, 40.66965047277511, -74.01853559377129, 40.66970619127951, -74.01854173940836, 40.66977157041436, -74.0185492194583, 40.669838156924435, -74.01856517537463, 40.66992016879635, -74.01857403061635, 40.67000687619892, -74.01857830684366, 40.670065024492274, -74.01858180689577, 40.6700922357026, -74.01858748149888, 40.670117966113985, -74.01860223159285, 40.6701717488152, -74.01862150414668, 40.67025035619146, -74.01862707731954, 40.67028969430537, -74.01863267197031, 40.6703593221517, -74.01863748503938, 40.670421079619224, -74.01865138639668, 40.67050141684771, -74.01866161400663, 40.67059748127043, -74.01867404378328, 40.670701835478226, -74.01867974873204, 40.67074270084012, -74.01868610348616, 40.67077267526324, -74.01871099792456, 40.670843707470944, -74.01872125459107, 40.670878469297165, -74.01872647938025, 40.67090238883618, -74.01873168805972, 40.67096579147291, -74.01874183656764, 40.67102801452971, -74.01875422276258, 40.67110703453285, -74.01876524022582, 40.67118473730334, -74.01876925950813, 40.67119893957532, -74.01877718041602, 40.6712169035634, -74.01878656334769, 40.671235557106954, -74.01879438577306, 40.67124816394426, -74.01880727006679, 40.6712645377097, -74.01882254811024, 40.67128071206822, -74.01885528838818, 40.671312025728945, -74.01889747838726, 40.6713511579034, -74.01896818756009, 40.67141268478128, -74.01902595377834, 40.67147182378878, -74.01911094434669, 40.67154539801039, -74.01913073750286, 40.67156353109859, -74.01914170478449, 40.671575859129604, -74.01914938332823, 40.671589518668604, -74.01914787276823, 40.67160517617912, -74.01912951706389, 40.67161343335569, -74.01910869263355, 40.67161204281874, -74.01906885544257, 40.67160425276727, -74.01902916321849, 40.67159465354281, -74.01900761469878, 40.671588140976425, -74.01897901261961, 40.671577945561786, -74.01890636566888, 40.67154869888117, -74.01888366437743, 40.67158517978199, -74.0184242771373, 40.67140846420574, -74.01832372265807, 40.67135064737147, -74.01833719697014, 40.67131949189766, -74.01809228428797, 40.67120660965512, -74.01805988555164, 40.671247073998195, -74.0175736048105, 40.67104872975953, -74.01748361919014, 40.67046805784339, -74.01751317756437, 40.670456497934, -74.01753958744436, 40.670453337604215, -74.01755812118063, 40.67044793168471, -74.0175737458439, 40.670434889836066, -74.01758218968058, 40.67041920516968, -74.01758739434514, 40.67039540195101, -74.01758802906478, 40.67038048391581, -74.01758692268481, 40.67036489076014, -74.01758416295586, 40.670349495970555, -74.01757547610195, 40.67031811703746, -74.01756453666972, 40.67028839899797, -74.01754827160214, 40.67025420260606, -74.01752688065581, 40.67020153381935, -74.01751945485705, 40.67017566224173, -74.0175104953115, 40.67013250550324, -74.01750337171887, 40.67009542696374, -74.01749944812417, 40.67006600141769, -74.01749900786974, 40.67003782885906, -74.01750278324587, 40.670002706381396, -74.0175136101053, 40.66995981318288, -74.01751685979792, 40.66992255836386, -74.01751392914099, 40.66989565681132, -74.01749320770848, 40.66977524843918, -74.01746475690666, 40.6696117452657, -74.01744509589176, 40.66952966446059, -74.0174317545422, 40.66946792443862, -74.01742158665357, 40.66941194363135, -74.01741444168138, 40.669360441529435, -74.01739666906185, 40.66918588108501, -74.01738838751163, 40.669115940195766, -74.01737841989231, 40.669042986435045, -74.01737098443317, 40.669011093098256, -74.01736103189826, 40.668991414733675, -74.01735135466105, 40.66897979323935, -74.01733526884067, 40.668969257831364, -74.01731556649159, 40.66896350650409, -74.01728838663654, 40.66895964017596, -74.0172445526869, 40.66895657239472, -74.01712578716179, 40.66816499730094, -74.01711780553862, 40.66810546359851, -74.01702743788212, 40.66759544294108, -74.01690269178836, 40.66689139850908, -74.0167542851264, 40.665955785174845, -74.01679532033128, 40.66594527737499, -74.01685986552093, 40.665928747069074, -74.0168803139301, 40.665923511172586, -74.01683949270924, 40.66543241090007, -74.01668643289699, 40.6649543312714, -74.01664449666663, 40.664920260921406, -74.01659597835138, 40.66489170806669, -74.01655026832272, 40.664885315585444, -74.0165161717767, 40.66488054865166, -74.01652728182374, 40.66485975324123, -74.01653643439812, 40.66484262231068, -74.01657954588157, 40.66476193707596, -74.01657954588157, 40.66476193707596 --73.99840941767853, 40.6713100037095, -73.99811003216927, 40.670836076882225, -73.99791147895958, 40.67051044079255, -73.9978429584347, 40.67040028308391, -73.99745516656138, 40.66978755366234, -73.99729639642322, 40.66952414836646, -73.99718033763584, 40.66933802163593, -73.99700161788249, 40.669051826982376, -73.99672834032673, 40.6686115673865, -73.99657065190866, 40.66835138853074, -73.99645764228998, 40.66814725082342, -73.99636828869102, 40.66794311104774, -73.9963336932497, 40.66784678089035, -73.99632873896408, 40.667785587090954, -73.99633333268584, 40.66767206643077, -73.99634100508256, 40.6675966448846, -73.99634205016633, 40.667538729151794, -73.99634580460604, 40.66733098930346, -73.99631257001923, 40.667140521962985, -73.99629394246043, 40.66694701944159, -73.9962928634511, 40.666784894150666, -73.99629090951876, 40.6664913142339, -73.99629073359965, 40.66646480394343, -73.99634653303059, 40.66612334363589, -73.99641616539074, 40.66588237768885, -73.9964535123201, 40.66577012594041, -73.99664170064449, 40.66526015231979, -73.99668527351726, 40.66514206622667, -73.99664138989638, 40.66511375363288, -73.9964983879011, 40.66502143927941, -73.99642592563055, 40.66497474349719, -73.99639252793384, 40.664953195809154, -73.9962714354162, 40.664880924640805, -73.99603940217193, 40.664742439140404, -73.99451630866716, 40.66383337681805, -73.99225493977615, 40.66246842900078, -73.99283830270322, 40.6619081637802, -73.99342088947772, 40.661348636645684, -73.99400418304995, 40.66078951719702, -73.99405933009128, 40.66073460386607, -73.99458789632136, 40.6602276157806, -73.9925028301893, 40.65897069468153, -73.99238339755445, 40.6588986950353, -73.99165320722314, 40.658459099498316, -73.99120706217914, 40.658190500670266, -73.99026294930924, 40.657622094118665, -73.99022370706425, 40.65760441184536, -73.99018841579384, 40.657600498796675, -73.99014842687846, 40.657602675529695, -73.99011838375174, 40.657628264737944, -73.98959237153416, 40.65813374321539, -73.98901286273541, 40.65869047697091, -73.98842872149072, 40.659249537842875, -73.98828620495512, 40.659161948180554, -73.9862276130566, 40.65792016520647, -73.98495983304768, 40.65715541006179, -73.98477461130277, 40.65704367748442, -73.98402396729115, 40.65659085254141, -73.98331991978615, 40.65616403997165, -73.98322497019244, 40.656106478630164, -73.98234657008472, 40.65557395164725, -73.98179567733928, 40.655245778622145, -73.98176344116153, 40.65504166593159, -73.98167788707939, 40.65458144399875, -73.98166686083968, 40.65452213148575, -73.98154587928687, 40.653871325532585, -73.98145293216831, 40.65341602260979, -73.98129697207753, 40.65263718952959, -73.98110911538764, 40.65159141417318, -73.98071174081547, 40.64952376907699, -73.98059384948144, 40.648892608861665, -73.98054146152394, 40.64861213738386, -73.98052652751248, 40.64853218599535, -73.98048958042462, 40.64833436481088, -73.98047182407937, 40.64823931485375, -73.98040199943901, 40.64787450684182, -73.98039521856006, 40.647839763710934, -73.98036334684234, 40.64769343133999, -73.9802911504525, 40.647296848962604, -73.981328873036, 40.64718135690783, -73.98180533716892, 40.647127478749034, -73.9820937101863, 40.647009454415034, -73.98230939237193, 40.64692709131208, -73.98296434333928, 40.64666848582122, -73.9830734000063, 40.64662481600083, -73.98319466291035, 40.646578647123036, -73.98528412709406, 40.64576762175538, -73.98559144699745, 40.64564816193542, -73.98753096688748, 40.644891072746866, -73.98772377444986, 40.64481580747989, -73.98828876224367, 40.64459525388625, -73.98834986356755, 40.644561924714175, -73.98841289796493, 40.64452753939663, -73.98856218751524, 40.64444069396916, -73.98873187759598, 40.6443307286451, -73.98883504186338, 40.64426387613847, -73.98899680336918, 40.64415904710725, -73.98905871487808, 40.64411892772787, -73.99383503267673, 40.647010683179005, -73.99387225579785, 40.64703306483734, -73.99392737410513, 40.647066205916296, -73.99437658216237, 40.646641608481346, -73.99462319582123, 40.646403194660614, -73.9946869804535, 40.64634152925946, -73.99478600264824, 40.64624579883331, -73.99509642326849, 40.645945688777104, -73.99568244345964, 40.645385244300826, -73.99626530306094, 40.64482622582315, -73.99684437811995, 40.644265517582646, -73.99729743754429, 40.643829548676415, -73.99742681391515, 40.64370575201085, -73.99769168102573, 40.64345193307869, -73.99772509503279, 40.64341991311898, -73.99801021287485, 40.6431466831739, -73.99861001661267, 40.64350882637447, -73.99868399874939, 40.643553492946296, -73.99872508382242, 40.64357829998314, -73.9993912602077, 40.64398050656137, -74.00021335275865, 40.644476836632116, -74.00241545975423, 40.64580831739589, -74.00412436062884, 40.646837625596476, -74.00418727535488, 40.64687551891475, -74.00441182190904, 40.64701076379561, -74.00462168321923, 40.6471306964222, -74.0063063870052, 40.64815253384224, -74.00682350847778, 40.64846456252128, -74.00908194235039, 40.64982914079263, -74.00950193042252, 40.650082943841696, -74.0095629759409, 40.650119834785656, -74.01015499101992, 40.65047758665335, -74.01024911272285, 40.65053446489371, -74.01095559287057, 40.650961379215545, -74.01100667299353, 40.65099224677747, -74.01108683712064, 40.65104068781578, -74.01115780646914, 40.65108347083883, -74.01121249211637, 40.6511164361647, -74.01343051264297, 40.652453464104845, -74.014011437312, 40.65189471566393, -74.01459618827855, 40.65133271920242, -74.01462248305721, 40.651307638253904, -74.01465223547339, 40.651279257363, -74.01518316095012, 40.65077280143393, -74.01531608239554, 40.650644012514114, -74.01576088881981, 40.65021398143204, -74.01634260924013, 40.649655410969615, -74.01692676180714, 40.64909378711701, -74.01750882153998, 40.64853299896096, -74.0176684108738, 40.64837954975242, -74.01796422767264, 40.648095113226546, -74.01809170864162, 40.647972536381, -74.01867332807463, 40.64741233666849, -74.01980098354518, 40.6480930763583, -74.01984402922385, 40.64811906148296, -74.02087699484996, 40.64874261589481, -74.02250664790566, 40.649741956932715, -74.02389500563231, 40.65057426475858, -74.02394987684691, 40.65060715735405, -74.02442949674365, 40.65088423665899, -74.02449181604791, 40.65092027201956, -74.02432570363473, 40.65108286328074, -74.0242943967189, 40.651113490192685, -74.02424765422298, 40.65113770146294, -74.0241966511304, 40.65118646801948, -74.02421352368061, 40.651200599890714, -74.02409150430472, 40.65131977567683, -74.02406321005076, 40.65130518061062, -74.02404176041489, 40.65128720536552, -74.02402635283971, 40.65127971087717, -74.02400527159118, 40.651279993539035, -74.02398742709174, 40.65128866023974, -74.0239631354449, 40.651314422803345, -74.02395200447597, 40.65133007071161, -74.02392959513523, 40.65134931583143, -74.02391152626642, 40.65135883715799, -74.0238922197948, 40.651372574060815, -74.02387889479714, 40.65138617013845, -74.02387430988303, 40.65140340969509, -74.02387815458381, 40.65141904007815, -74.0238972993093, 40.651432325037256, -74.02392869579641, 40.65144941933498, -74.02388974966486, 40.651487607568114, -74.02305420654599, 40.6509772756586, -74.02285164705239, 40.651178270152386, -74.02272882575046, 40.65130014170163, -74.02267953706684, 40.65134904772614, -74.02153323356433, 40.65067665986927, -74.02134744373915, 40.65085730048657, -74.02130347606399, 40.65083200499889, -74.02127351704414, 40.65081477013742, -74.0210194531129, 40.65104944126936, -74.02107588613204, 40.65108533637318, -74.02107151118109, 40.651099492408385, -74.02105160741489, 40.651117932346615, -74.02101395464642, 40.65115281807348, -74.02099727063381, 40.651168276701206, -74.02096988708757, 40.65119364927311, -74.02094202244336, 40.65121946768214, -74.02093532636661, 40.65124074002322, -74.02093587241453, 40.6512551779196, -74.02094351765003, 40.65127447281487, -74.0209569653951, 40.651292228568735, -74.02101776016782, 40.651331493541875, -74.02113549549503, 40.65139896754705, -74.02142209191345, 40.651570491003035, -74.02162944826999, 40.65169916584518, -74.02170576917405, 40.65174503372754, -74.02180048487949, 40.65180025985238, -74.02186155731422, 40.651832398530935, -74.02188584063708, 40.65184309025784, -74.02195101841703, 40.65187912464612, -74.02199914033243, 40.65190697565764, -74.02205360468662, 40.65193899662935, -74.02211708028793, 40.6519757633701, -74.0221663189511, 40.65200498558458, -74.02222741810353, 40.65204169959167, -74.02228721853514, 40.65208384843991, -74.02235285818621, 40.65212429414449, -74.02242751116474, 40.65216841486639, -74.0225068445413, 40.652213962844364, -74.0225463540665, 40.652240387991036, -74.02259490966189, 40.65227647119655, -74.02264627613214, 40.65231351558051, -74.02269558800813, 40.65234452237823, -74.0227554980061, 40.65238038534926, -74.02281918803898, 40.652416026912306, -74.02289650847563, 40.65245836467548, -74.02294502638993, 40.65248701036752, -74.02301145862964, 40.65252630197371, -74.02309364600247, 40.65257555280178, -74.02314623564641, 40.65260603824832, -74.02321703205885, 40.65264810154962, -74.02327884979387, 40.652683989976794, -74.02332185660723, 40.65271159292497, -74.02334193857841, 40.652726426674285, -74.02338301953462, 40.65276130346832, -74.0234013072772, 40.652774461709306, -74.0236637652378, 40.652942552592386, -74.02380085359421, 40.65303038507188, -74.02384659656077, 40.65305708313731, -74.02386979229696, 40.65307282747175, -74.02388632435675, 40.65308592206281, -74.02390463846126, 40.65310282997164, -74.02392132923593, 40.653119949836665, -74.0239485480412, 40.65315041137193, -74.02398027606024, 40.653182957558535, -74.02401113606746, 40.65321174425801, -74.0240434019795, 40.653240584686316, -74.02405492140531, 40.65325210439555, -74.02406551545265, 40.65326808636003, -74.02406850004218, 40.65328842211588, -74.02406393425223, 40.6533130152959, -74.0240568269458, 40.65333278043401, -74.02404898954111, 40.65334771264837, -74.02403349806036, 40.65336135692122, -74.02401629649664, 40.65337077001863, -74.0239890305497, 40.653380531912184, -74.02395958073032, 40.65338373758842, -74.0239399197337, 40.653383140136924, -74.02391803206251, 40.65337859077511, -74.02389966043232, 40.6533729537543, -74.0238800789392, 40.65336322773311, -74.02342560284775, 40.65309784691706, -74.02321714616572, 40.6529759924698, -74.02319785851466, 40.65296400237238, -74.02316895282911, 40.65295044911061, -74.02313161205059, 40.65293692365333, -74.02308230445361, 40.65292013621107, -74.02304049363472, 40.65290466380232, -74.02299724107792, 40.65289479108293, -74.02295759684046, 40.652883985591735, -74.02294009899012, 40.65287771698034, -74.02292306638817, 40.652869664348884, -74.02290140080282, 40.65285350077807, -74.02288444660022, 40.65283613137368, -74.02287291950495, 40.65282213512581, -74.02285867628525, 40.65280064531189, -74.02284890342719, 40.65278195431639, -74.02284031972137, 40.652765762919806, -74.0228201965066, 40.65274758907265, -74.0228001992399, 40.652734645401246, -74.02276494515687, 40.65271302376067, -74.02271350748711, 40.65267979493709, -74.02264465606079, 40.652636825022704, -74.0225645614051, 40.652586555879104, -74.0225175207294, 40.65255897865174, -74.02245801206985, 40.65252824932819, -74.02237914279205, 40.652485528852154, -74.02231977771233, 40.652452411256995, -74.02226300261104, 40.65241731649434, -74.02219195620391, 40.65237116250347, -74.02214066200453, 40.65233749484289, -74.02210219848976, 40.65230958710467, -74.02206521650635, 40.65228522080388, -74.02204630099145, 40.652274637949674, -74.02202358403021, 40.652263655090096, -74.02200248079363, 40.65225559679758, -74.0219534479141, 40.65224843354679, -74.0219154619097, 40.65224481891044, -74.02189350494088, 40.6522437217595, -74.02187225070784, 40.65224386718461, -74.02184169151401, 40.652248510656186, -74.02182225144084, 40.65225351221738, -74.02180302581198, 40.652259854604964, -74.02178000461652, 40.652269345916665, -74.02175452626626, 40.652281903949984, -74.0217040789147, 40.6523099654957, -74.02166466193236, 40.65233459397101, -74.02162416278422, 40.65236204845953, -74.02160130005062, 40.65237910495144, -74.0215834490669, 40.65239518523812, -74.0215118636057, 40.65246884205364, -74.02149115039829, 40.65248967849299, -74.02145872501958, 40.65252292444154, -74.0214434070928, 40.65253682678281, -74.02142010120905, 40.6525549630412, -74.02139615067647, 40.65257234658223, -74.02137498934816, 40.65258601406569, -74.02133117590107, 40.65261031455404, -74.02128530454294, 40.65263291162787, -74.0212438306096, 40.65265240829068, -74.02122354875239, 40.65266556949294, -74.02120347701165, 40.65268510541467, -74.02119062833316, 40.65270068763196, -74.02117775555737, 40.652718596788844, -74.02115595801455, 40.65275462419261, -74.02114305866039, 40.652782002289406, -74.02112945996979, 40.65281887736816, -74.02258825038308, 40.653686824792516, -74.0228881215968, 40.653870528644205, -74.02292323795298, 40.65389204040869, -74.02297463961023, 40.65392411557877, -74.0230407865636, 40.65396511099733, -74.02310214063247, 40.654004101888766, -74.0231413221667, 40.65402544797513, -74.02319157282983, 40.65405543858221, -74.02325584546921, 40.65409508798131, -74.02331694673926, 40.6541340508927, -74.02338716683096, 40.65417990267471, -74.02344365359542, 40.65421625855907, -74.02350298898165, 40.65425302717084, -74.02352713189713, 40.65427138017683, -74.02354848578464, 40.65429380498662, -74.02356093485263, 40.6543125142822, -74.02356727534819, 40.65433047199594, -74.02356818327665, 40.65434675405977, -74.02356454643446, 40.65436082988731, -74.02355429283142, 40.65437823718219, -74.02354095211862, 40.65439275534863, -74.02352485559524, 40.6544050227844, -74.02350917142304, 40.65441307391259, -74.02349112167978, 40.65441899399779, -74.02345611680148, 40.65442327589651, -74.02343659168812, 40.654423270871526, -74.0234011616638, 40.65441894209559, -74.02338160014132, 40.654412886494285, -74.0233614768302, 40.65440303082157, -74.02333855329785, 40.6543889802044, -74.02331436255467, 40.65437246332319, -74.0232744907664, 40.654342471571475, -74.02325010031959, 40.654326214065975, -74.02323008174044, 40.65431478514566, -74.02318415867151, 40.65429217702377, -74.0231143005032, 40.654256811567535, -74.02306051964071, 40.654228495696465, -74.02300302585586, 40.65419611921062, -74.02293247899182, 40.6541551804808, -74.02285321399836, 40.65410974355605, -74.0227887992068, 40.65407212372584, -74.02272568138281, 40.65403738886009, -74.02262941948362, 40.65398098053521, -74.02261507648923, 40.65397260494479, -74.02244043710046, 40.65387061686109, -74.02190418107686, 40.65355976355452, -74.02188425214375, 40.6535642951485, -74.02186540588106, 40.65357121650586, -74.0218332640018, 40.65358659353955, -74.0217841148968, 40.65361388582787, -74.02173655453045, 40.65364370374551, -74.02167580164121, 40.65368290932037, -74.02162542944224, 40.653720030015414, -74.02157390537243, 40.65375665471934, -74.02151229399588, 40.65380360211431, -74.02149231235728, 40.65382101284649, -74.02146963767147, 40.653843546219505, -74.02144500407297, 40.65387080676774, -74.02141866013054, 40.653899960516185, -74.0213915654466, 40.65391469261604, -74.02137639152268, 40.65392516575001, -74.02134425452911, 40.653953003101144, -74.02133000153437, 40.65396672242233, -74.02130931016431, 40.6540020328332, -74.02129479509172, 40.654031925486244, -74.02127808603615, 40.654071014624215, -74.02126112299064, 40.65410716631965, -74.02123882917468, 40.654149248001694, -74.02122835661494, 40.654171509817736, -74.02121909277966, 40.654194759277104, -74.02121539633626, 40.654208854852854, -74.02121409231525, 40.65422426744379, -74.02121529055364, 40.654244311833246, -74.02121922288009, 40.65426178744341, -74.02122504347548, 40.654275435507266, -74.02123339542524, 40.654288519379804, -74.02125711693061, 40.6543147281506, -74.02175517343646, 40.6546037694491, -74.02224595749432, 40.654906480738255, -74.02225288250114, 40.65492297597041, -74.02224816858863, 40.65494185982421, -74.02223802168449, 40.65496495644654, -74.02223053008991, 40.65500460856041, -74.02222128310653, 40.655049350735084, -74.02221588457577, 40.655068296855234, -74.02220882340332, 40.655083223388125, -74.0221951841574, 40.6550973524315, -74.02217181456828, 40.655110887207, -74.02214481487411, 40.65511710687645, -74.0221175392519, 40.655118496219316, -74.02209464183483, 40.65511541544876, -74.02207613382423, 40.65510954312898, -74.02158935205895, 40.654815807625425, -74.02094951771217, 40.65443618599996, -74.02091560553153, 40.654437729354456, -74.02086475414708, 40.65444300841638, -74.02083948143662, 40.65444710134576, -74.0208050414035, 40.654454656615364, -74.02077620968466, 40.654462710648716, -74.02075012181024, 40.654472892101744, -74.02072079323952, 40.65448783426597, -74.02069545925005, 40.65450411027035, -74.02065308562553, 40.6545359574694, -74.02059846199552, 40.65457485969696, -74.0205695008703, 40.65459296977573, -74.0205427566895, 40.65461471844073, -74.02051688759386, 40.65464069397047, -74.02047271384083, 40.654686897466675, -74.02044200202371, 40.65471450467762, -74.02041059813799, 40.654737165462855, -74.02034595592909, 40.654777140962246, -74.02027731158394, 40.65481849041924, -74.02021846746135, 40.65485349487065, -74.02019725581835, 40.65486428589105, -74.02015933487708, 40.65488103675766, -74.02013615085063, 40.65489151653351, -74.02011942969423, 40.6548973665168, -74.02010077501208, 40.65489446831253, -74.02010232032173, 40.65487448556925, -74.02012703027894, 40.65483860735035, -74.02016237255336, 40.654795123296715, -74.02019699585529, 40.65475548366554, -74.0202223504077, 40.65472831331245, -74.02025229781059, 40.654698491022884, -74.02027837112708, 40.65467488567776, -74.02031214544593, 40.654647291477296, -74.02038918170399, 40.65458834710932, -74.02046239722262, 40.65452863522801, -74.02052591937102, 40.65447710442663, -74.02057582108014, 40.65443650020013, -74.02059005416521, 40.654422572957266, -74.02060136485802, 40.654406522816785, -74.02060817164069, 40.654390106971796, -74.02060975233138, 40.654374186446816, -74.020607021701, 40.65435741390461, -74.02060130790345, 40.6543407850789, -74.02059428627537, 40.654327690116176, -74.02056710352771, 40.6542995520196, -74.02054528341127, 40.65428422461562, -74.02052443747053, 40.6542722964857, -74.02050469670058, 40.65426295984321, -74.02046699615902, 40.65424905086718, -74.02044234670309, 40.65424182139688, -74.02041577972005, 40.654235665678065, -74.02038338618739, 40.65423061501985, -74.02034794991509, 40.65422807553247, -74.02027724049825, 40.65422671473148, -74.02021698077178, 40.65422400847912, -74.02018631527783, 40.6542206909571, -74.02013779787919, 40.65421359077987, -74.02004553273467, 40.654198731254844, -74.02002550582611, 40.654196987740264, -74.01999990530516, 40.654196048452675, -74.0199196066877, 40.654194882710044, -74.01983916676369, 40.654195664754155, -74.01974881494924, 40.654193155253324, -74.0196968614587, 40.65418974940124, -74.01965391970752, 40.654184471612076, -74.01958125912898, 40.654170155877374, -74.0195034463082, 40.65415803643124, -74.01943385035077, 40.6541510493925, -74.01938032868881, 40.65414235762689, -74.01935582481374, 40.654135086475335, -74.01932749070716, 40.65413040314798, -74.01930186649612, 40.65412919625546, -74.01927503975243, 40.65413197975017, -74.01924441253841, 40.65414218593663, -74.01922572285736, 40.65415237391076, -74.01920832030945, 40.65416493543006, -74.01919224713181, 40.65417872953287, -74.0191596054953, 40.65421101401081, -74.01911222835608, 40.654262761103546, -74.01907965836884, 40.654297789422216, -74.01905721341986, 40.65432496714726, -74.01904869299291, 40.65433737678379, -74.0190397419858, 40.65435329580604, -74.01902801236479, 40.654377674744886, -74.01901404691172, 40.65441073773838, -74.01997339992658, 40.65499182108505, -74.02000284271799, 40.654985832032786, -74.02001901031507, 40.65497924914197, -74.02004156531463, 40.65497654366302, -74.020058953952, 40.65498045607983, -74.02007431682719, 40.6549912920226, -74.02008055238295, 40.65500527866515, -74.02007511727672, 40.65502649759616, -74.02006850376374, 40.655045344770635, -74.02078431525258, 40.65548793342095, -74.02080379758573, 40.65550142504628, -74.0208670878476, 40.6555607648545, -74.02090681510751, 40.65559479267929, -74.02095602203157, 40.655636614538864, -74.02099521016046, 40.655674294027335, -74.02102976172363, 40.65570353020262, -74.02107242840452, 40.65573669563747, -74.02114539158926, 40.65578907972657, -74.02120786556839, 40.65583789695494, -74.02123206295387, 40.65586039280721, -74.02124705552227, 40.65588048867636, -74.02125190425642, 40.65589398923111, -74.02124747749399, 40.65591340789576, -74.02123633022747, 40.65592684386609, -74.02121883172956, 40.6559354101111, -74.02120159191765, 40.655939428695206, -74.02118067407636, 40.65594139027288, -74.02114848930803, 40.65593747354333, -74.02113004872233, 40.65593214046907, -74.0210770992044, 40.655913212312846, -74.02099509583748, 40.65587836739914, -74.02091532683639, 40.65584563733488, -74.02086926022051, 40.65582615851565, -74.02077684086828, 40.655787032476795, -74.01994912875224, 40.655293448969275, -74.01814490743415, 40.65421642137356, -74.01808567860505, 40.65429128078328, -74.01788559005077, 40.65417435651209, -74.01759229815366, 40.65445192670684, -74.01738569707847, 40.65464727757274, -74.01727974857157, 40.6547537346547, -74.01726668865432, 40.65476685714942, -74.01726763040247, 40.65478267188845, -74.01727342099258, 40.654879749457685, -74.01727816424119, 40.65496415060474, -74.0172826063254, 40.65500422384555, -74.01722497966672, 40.65518167576587, -74.01720750305705, 40.65519840908723, -74.01693637214747, 40.655458004441925, -74.01702056944941, 40.65552381079887, -74.01702467175502, 40.65553952511339, -74.0169811780144, 40.65558408552035, -74.01696784132463, 40.65559774743036, -74.01676127163539, 40.65580293799271, -74.01674871732843, 40.655815408379055, -74.01658438314598, 40.655978645481845, -74.01655217915969, 40.65601063287968, -74.01629469809599, 40.65626408951007, -74.0162564434259, 40.656301532111804, -74.01615303975159, 40.6564027467671, -74.01613624296571, 40.65639713440202, -74.01593595990308, 40.65656708175372, -74.01567355625214, 40.65641669637266, -74.01565363412507, 40.65640528053167, -74.01556477638422, 40.65649878245084, -74.0154525527204, 40.656620656424316, -74.0154415386264, 40.65663261766781, -74.01531748823272, 40.65676733176325, -74.01513917732797, 40.65696097459338, -74.01512729304972, 40.656973879662466, -74.01511593364685, 40.65698621283311, -74.01504508544117, 40.65694819149572, -74.0143842764152, 40.65656538347689, -74.0143231024195, 40.656619856171254, -74.0142637855967, 40.656672675253525, -74.01437540651155, 40.65674473512337, -74.01484953863418, 40.65705539191581, -74.01499665061927, 40.657151752441344, -74.01510871086688, 40.65722482732149, -74.01491238978156, 40.657426166169145, -74.01480150120327, 40.65748620893967, -74.0145187342467, 40.6575138070958, -74.01444774547282, 40.65760850627168, -74.01531780204812, 40.658134044218585, -74.01741930391218, 40.65940334574569, -74.01743332600445, 40.65941709540986, -74.01744025061052, 40.659430295933014, -74.01742742638902, 40.659452778372255, -74.01559787765615, 40.66072623355487, -74.01555271540434, 40.660733705851676, -74.0155174339362, 40.66072951871257, -74.01531837035148, 40.6606089464325, -74.0139956633535, 40.65980776967275, -74.0136655976424, 40.660013189258684, -74.01335440193506, 40.65982454778902, -74.01258106559389, 40.65935497327182, -74.0119125089393, 40.65894723831284, -74.01171428499177, 40.6591367741895, -74.0115005977926, 40.65934109684895, -74.01205257629472, 40.65966934345565, -74.01341603894582, 40.6604956397185, -74.01380333981069, 40.66073392907698, -74.01457136743207, 40.66119759759477, -74.01458102435889, 40.661210241421955, -74.01458318210433, 40.661224778184256, -74.01457746999367, 40.66123874501668, -74.01283221515708, 40.662221899827486, -74.0128133318093, 40.66222575524157, -74.01279383613128, 40.662224650677054, -74.01031597862745, 40.66073429469251, -74.01012660677144, 40.66062072668173, -74.00942155701428, 40.660199207112555, -74.00847263014232, 40.65962385898201, -74.008200983825, 40.65988434226662, -74.0080353920423, 40.66004424876188, -74.00801577294595, 40.66006306101963, -74.00785183428849, 40.66022024487075, -74.00766900532514, 40.660438669367394, -74.00764154897121, 40.66050465563646, -74.00765723034196, 40.6606078708867, -74.00766279474657, 40.66064447290683, -74.00767155447515, 40.660661818970794, -74.00773716028526, 40.66072000414665, -74.00776160347881, 40.66073449541113, -74.00821480200439, 40.661003150116734, -74.00826424609333, 40.661034607916044, -74.00840034323271, 40.661121202518906, -74.00875842109346, 40.66134903526842, -74.0089253838401, 40.6614549429683, -74.00906285333501, 40.66154214092319, -74.00927298816829, 40.66167543120904, -74.00984173930651, 40.66202347672881, -74.01016248920419, 40.662228127182495, -74.01028530629317, 40.66232108196281, -74.0104019720737, 40.662489710248344, -74.01040828288669, 40.66250947240676, -74.01039790752576, 40.662542054022225, -74.01034860577485, 40.66260329447189, -74.01032882623628, 40.66264051548547, -74.01021823169013, 40.662812183563275, -74.01015727958534, 40.66286166512229, -74.0097810226161, 40.663127047429555, -74.00960574805725, 40.66320207699645, -74.00932846388879, 40.663260618958375, -74.00888858763702, 40.663341459803796, -74.00876289968139, 40.66335006127151, -74.00869560349821, 40.66333299259217, -74.00848641832596, 40.66320427853065, -74.00792372291293, 40.662870197449315, -74.00740234016625, 40.66256174594712, -74.00682458714556, 40.66220018478126, -74.00630769068256, 40.66194224969316, -74.00621811725695, 40.66189755204092, -74.00593580755869, 40.66206452177326, -74.00591486107454, 40.66207691215512, -74.00570524371838, 40.662275342495654, -74.00445042698514, 40.66153008107715, -74.00443092782747, 40.66154265303789, -74.0043977329108, 40.661560797014175, -74.00436295065829, 40.66157350642502, -74.00431483561631, 40.661591020580836, -74.00430798889465, 40.66164841434458, -74.00562794008722, 40.66243771118332, -74.00567668247021, 40.66246568512608, -74.00630493521236, 40.662828984583825, -74.00598530726681, 40.663127625430235, -74.00468567499405, 40.66242975503925, -74.00459374322092, 40.66237378986205, -74.00446684629146, 40.66230435154951, -74.00420995862585, 40.6621486835898, -74.00381056374299, 40.661906660350915, -74.00358934219139, 40.66212570454323, -74.00353293184082, 40.662181559009746, -74.00355726240534, 40.662197751343285, -74.00367484242535, 40.66225206678766, -74.0037883832758, 40.66233114103824, -74.00383707764642, 40.66236153184744, -74.00425915809112, 40.66262496031471, -74.0043678546045, 40.66269280022952, -74.00439134225935, 40.66270691312579, -74.00456301140737, 40.66281006777906, -74.00462990081054, 40.66285026054707, -74.00475570078947, 40.66292585104729, -74.00479034890324, 40.662946668643244, -74.00491364210586, 40.66302075341123, -74.00498571887964, 40.663064063336655, -74.00520383840554, 40.66319512650497, -74.00527583040734, 40.663238384021604, -74.00539647679427, 40.66331087717895, -74.00543417056562, 40.66333352608697, -74.00555669176029, 40.66340714463209, -74.00592966870391, 40.66363125276648, -74.0056419285259, 40.663906344287874, -74.00451257381566, 40.66324194201581, -74.00429890298427, 40.66310889173321, -74.00426851235915, 40.66312809907363, -74.00411055523632, 40.66303458712318, -74.00394070620385, 40.66293202337421, -74.0037640377515, 40.662827096642054, -74.00362881737678, 40.66274633278902, -74.00350787964088, 40.66287936169316, -74.00341402165807, 40.662981376791095, -74.00457013071727, 40.66369496599256, -74.00458145063543, 40.663717005673846, -74.0045785692044, 40.6637415169362, -74.00436754011804, 40.66395819651605, -74.00432857431834, 40.66394194907682, -74.00429166562066, 40.66395312316266, -74.00418781656612, 40.663918021271435, -74.00417271806047, 40.66396597250006, -74.00473468425115, 40.66430731926932, -74.0051991482302, 40.664574174342384, -74.00523797375376, 40.664633953336065, -74.00522662724444, 40.66474517117975, -74.00515429515421, 40.66488203035992, -74.00501559860508, 40.66498202888358, -74.00495204706681, 40.664965671963316, -74.00485293114255, 40.66505985034557, -74.0033313999725, 40.66417021176935, -74.00112580643251, 40.662891047040524, -74.00110887482263, 40.66290689989187, -74.00102311336595, 40.66298891609809, -74.00083201507664, 40.66317102001783, -74.00065715103308, 40.66333589484993, -74.00065576903059, 40.66337838301011, -74.0007806845932, 40.66346293529158, -74.00102926167115, 40.663613330333646, -74.00120330971197, 40.663719651680445, -74.00123745098193, 40.6637401533682, -74.00147270934566, 40.66387976931266, -74.00273851922962, 40.66464197263666, -74.00288425830597, 40.66473053842511, -74.00322431407025, 40.66493641256385, -74.00359907055886, 40.66516426710681, -74.00405156732494, 40.66543926152046, -74.00423741363662, 40.66555307553339, -74.00428821445058, 40.66558393343038, -74.0046584616184, 40.66580886159846, -74.00467252038754, 40.66582428866629, -74.00467603727125, 40.665838303251945, -74.00467148995324, 40.665852627042156, -74.0046551566411, 40.66586569328907, -74.00386134258409, 40.666144514277285, -74.00204126109239, 40.665036199698825, -74.00067031939939, 40.664208307559385, -74.00058344292418, 40.66415568007391, -74.00039969283078, 40.66404535053232, -74.0001280895918, 40.6638812266983, -74.00010894011815, 40.663869813577215, -74.00009089517741, 40.66385882189362, -73.99985912998488, 40.66407485204665, -73.99967218340736, 40.66424891781625, -73.99956878840979, 40.66434414164287, -73.99954935724547, 40.66436210776371, -73.99951990951277, 40.664388877284566, -73.99970655287716, 40.66450163152299, -73.99987989985522, 40.6646062636902, -74.00003074739779, 40.66469709969807, -74.00018597922761, 40.664790493866064, -74.00028065189072, 40.66484800872923, -74.00038306599905, 40.664908975166306, -74.00048840487581, 40.66497305458306, -74.00111606546662, 40.665351012957174, -74.00275858247312, 40.6663438715836, -74.00280936432053, 40.66637561443775, -74.0028772213395, 40.66641762092279, -74.00290418414268, 40.666449953265406, -74.00290144764035, 40.66647907601567, -74.00227273647674, 40.666801655810346, -74.00211762857697, 40.66679098135464, -74.00176170322892, 40.66677081310097, -74.00159869965947, 40.6667842646848, -74.00121470002516, 40.66701883842698, -74.0014425915754, 40.667164226762694, -74.00067541110705, 40.66754688366259, -74.00061178974127, 40.66754633470393, -74.00051035344994, 40.66754866933532, -74.00039702086104, 40.667533710415604, -74.00022569020948, 40.66744911643474, -74.00015435215595, 40.667421395077206, -74.00009732885081, 40.66741705735543, -73.99989334820592, 40.667596703024216, -73.99975556523928, 40.66771804910277, -73.99932443879976, 40.66812907694152, -73.99919153277875, 40.66829565796621, -73.9991744277831, 40.668317096419855, -73.99907224463053, 40.668445165169075, -73.9990589478851, 40.668538377429805, -73.99906928572781, 40.66877665213331, -73.99903961833803, 40.6688789774719, -73.99899560022081, 40.66899197918939, -73.99902660358144, 40.66900894246703, -73.99905158249734, 40.66902261160098, -73.999054841644, 40.669042676014385, -73.99905976229651, 40.66907300181567, -73.99906286534929, 40.66909210897944, -73.9989905897621, 40.6691152191984, -73.9989827305877, 40.6691374789724, -73.99894412283349, 40.669181531843684, -73.99892609874469, 40.66919374716981, -73.99891497791671, 40.669204757668666, -73.99892529769296, 40.66921757390231, -73.99893318706893, 40.66923135726615, -73.99893849348315, 40.669245837604635, -73.99894111404602, 40.66926073845892, -73.99894099908818, 40.66927577346474, -73.9989381497951, 40.66929064995467, -73.99893262057239, 40.669305083365984, -73.99885291642019, 40.669392422696546, -73.99883627960025, 40.66940086216068, -73.99881801782168, 40.66940705391903, -73.99879865028296, 40.66941082147522, -73.99877872693153, 40.669412059474254, -73.99875881190579, 40.669410731901266, -73.99873947407366, 40.66940687658422, -73.99873736032889, 40.66942304981926, -73.99873165599257, 40.669438712422405, -73.99872252664558, 40.669453404231554, -73.99871023839626, 40.66946669570308, -73.99869515669785, 40.66947819601626, -73.9986777191467, 40.66948757108383, -73.99865843666485, 40.66949454445252, -73.99888041932046, 40.66961449278685, -73.99889245762213, 40.669625046944674, -73.99890250546147, 40.66963674743845, -73.9989103747956, 40.66964937814319, -73.99891591779259, 40.66966270402338, -73.99891903511018, 40.66967648103882, -73.9988362326057, 40.67006077879825, -73.99881816690751, 40.670137371052455, -73.99881193009509, 40.670165648072675, -73.99872034525583, 40.670590990225136, -73.99865354204154, 40.67087725248623, -73.99856326799765, 40.67124875718618, -73.99862836987384, 40.67137430422008, -73.99860351820024, 40.67140261432046, -73.99858965532852, 40.671418410089835, -73.99855064504706, 40.67146284913324, -73.99852406890746, 40.671491490584046, -73.99848996074323, 40.67143750064884, -73.99846662908764, 40.6714005666067, -73.99840941767853, 40.6713100037095, -73.99840941767853, 40.6713100037095 --73.78940998379878, 40.66684084371921, -73.7894376249354, 40.666685537785746, -73.78944776611088, 40.66661281517341, -73.78947253566807, 40.666435771761144, -73.78948957918853, 40.66631413570836, -73.78953199115408, 40.666009937135854, -73.78953657417604, 40.665976084225676, -73.78958879353775, 40.66577971993967, -73.78960478886466, 40.665719578351265, -73.78967255148046, 40.66560327422905, -73.78973881599735, 40.6655111966784, -73.78984129021636, 40.66538207127553, -73.78992405402644, 40.66531738961499, -73.790033424721, 40.66524605930478, -73.79014005507784, 40.66516044977217, -73.79003365747842, 40.66517211635239, -73.78997871849363, 40.665175874785724, -73.7893075234199, 40.6652217922792, -73.78903404995802, 40.6652404865338, -73.788789653332, 40.66525721636648, -73.78871617376866, 40.66526083929648, -73.78862852675964, 40.66526515836468, -73.78833705825564, 40.66526005141109, -73.78800069756257, 40.66523317560872, -73.7876929850395, 40.66516303495273, -73.78740902740192, 40.665072324503285, -73.78713433873699, 40.66494227873905, -73.78711342143845, 40.66493174628765, -73.78703633234257, 40.664888856881234, -73.78689048564105, 40.66479536599646, -73.78626354130664, 40.664339762390625, -73.78606037123014, 40.6642082295697, -73.78586159068803, 40.66409248434777, -73.78571276984461, 40.66401622775058, -73.78549972518664, 40.66391955172745, -73.78533459033768, 40.66385540411041, -73.78507101601457, 40.66376838560346, -73.78486902961923, 40.66370964451122, -73.7822655438513, 40.66299939037863, -73.7818373152081, 40.66287238480205, -73.78140623033919, 40.6627409281375, -73.78103058000877, 40.66262157570457, -73.78043060337517, 40.66242331833861, -73.77982016747958, 40.6622020142406, -73.77913689364452, 40.661930914237004, -73.77876370342075, 40.66176411074181, -73.77864652165653, 40.661705338954384, -73.77847181310051, 40.661617712602435, -73.7772660608538, 40.661057906061345, -73.7769657660418, 40.66095168968536, -73.77678586807207, 40.66085591450286, -73.77668301811795, 40.6608152113179, -73.77596155257797, 40.66058516473629, -73.77574514306528, 40.66051615858008, -73.77550144479808, 40.660432456314155, -73.77539299270914, 40.66034598204391, -73.77523246401792, 40.66029006140501, -73.77508645607081, 40.66024525432862, -73.77489960041879, 40.66017810629721, -73.77473026032486, 40.6601176714175, -73.77459890012278, 40.66006398716821, -73.77439751136156, 40.65997232201252, -73.77423698688116, 40.659898547187915, -73.7740794160557, 40.659815872701834, -73.77394814512155, 40.659735476670804, -73.77382964101687, 40.65965083983097, -73.77366847931138, 40.65956732743782, -73.77331157713938, 40.659346396265946, -73.77307608253575, 40.659210763933615, -73.77294479363914, 40.659137044064586, -73.77203299418395, 40.65866553766055, -73.77049976866581, 40.65787572625877, -73.76990052172683, 40.65755073274086, -73.76976143966723, 40.65748191856368, -73.76967794089734, 40.657432618131764, -73.7691139493778, 40.65713202762452, -73.76887556798984, 40.65700497719362, -73.7687779891697, 40.65694527291972, -73.76735273263061, 40.656159812863244, -73.7672508333324, 40.656104532704646, -73.76628007099005, 40.65557789058674, -73.76615868221239, 40.65551621307721, -73.76580129003638, 40.655324820586664, -73.76566896195673, 40.655253153324274, -73.76554843927732, 40.65518592432294, -73.76510091646252, 40.654937899476046, -73.7644751368801, 40.65459107662123, -73.76303979753652, 40.653773197163524, -73.76278454557561, 40.653628184299585, -73.76166766525836, 40.65299752727277, -73.76077768122087, 40.6524886496044, -73.7606999879771, 40.652443910409204, -73.7606354047023, 40.65240882050895, -73.76044099491754, 40.652299767027564, -73.75669142096467, 40.650174069975655, -73.75655097243737, 40.65008912469389, -73.75615737255032, 40.649863689216765, -73.75410677111712, 40.64869720343993, -73.75404869549912, 40.648669427852205, -73.7527092168204, 40.64790814097036, -73.75065242281673, 40.64674053696716, -73.74862517840121, 40.64558722472771, -73.74831219095759, 40.64539017600814, -73.74801432423432, 40.64517990928431, -73.74771189622163, 40.64493923286025, -73.74742083344704, 40.644674678041746, -73.74609157911074, 40.64334553245779, -73.74575988866386, 40.643021125908206, -73.74506373531685, 40.642317470181105, -73.74472029304526, 40.64197397857102, -73.74516048347468, 40.6397209062863, -73.74538809628532, 40.63983742297785, -73.74542196287936, 40.63985750666496, -73.74625504959317, 40.6403749636419, -73.7462511603861, 40.640390788042374, -73.74625083237326, 40.64040958572082, -73.74625836509367, 40.64042234113049, -73.7462875213667, 40.640433083855264, -73.7463014079659, 40.64044280141069, -73.74631727203517, 40.640469077627465, -73.74634128889733, 40.64051510947277, -73.7464123137061, 40.64065627709765, -73.74643021465059, 40.6406732463899, -73.7464408214275, 40.640686531769006, -73.74644645860708, 40.640719042244896, -73.74644605496275, 40.640761491072006, -73.74644436572434, 40.640803779472904, -73.74643682212528, 40.640903061622836, -73.7464360359887, 40.64095190151229, -73.7464405743226, 40.64100293150512, -73.74645567373001, 40.6410936050582, -73.74646033688073, 40.64112828184171, -73.74646778733761, 40.64120378994319, -73.74646919033755, 40.64125425919963, -73.74646783826438, 40.64126848176742, -73.74646438519972, 40.64128401626646, -73.74644302682681, 40.64134465986593, -73.74643689490009, 40.6413710901786, -73.74643343982373, 40.64140394981793, -73.74643287534242, 40.641429923234334, -73.74643511606597, 40.64145312742694, -73.74644028780004, 40.64147405525854, -73.74644766957296, 40.6414917316747, -73.74645829471693, 40.641510174381544, -73.74647235087413, 40.641529780922106, -73.74649133503061, 40.64155264110509, -73.74650600652988, 40.64156431359686, -73.7465394146228, 40.641581554790285, -73.7465557949231, 40.641592777178815, -73.74656398984483, 40.6416061589882, -73.74658638278343, 40.641725388838914, -73.74660179744603, 40.64180411943477, -73.74661182055844, 40.64184912620221, -73.74661796251648, 40.64186861352616, -73.74662734093728, 40.64188975773719, -73.74666630022149, 40.64195821661129, -73.74667911999438, 40.64198404210867, -73.74668897169849, 40.6420091370468, -73.74671028536373, 40.642070515851934, -73.74672371900802, 40.64210156392309, -73.74673736632218, 40.64212304081395, -73.7467746592979, 40.642169292706996, -73.74678737106746, 40.642191513163866, -73.74679319358444, 40.64220828379958, -73.746803079281, 40.64224562590209, -73.74680851369756, 40.642260618952406, -73.74682736541955, 40.64230102005493, -73.74684728126013, 40.64233733962915, -73.74687760725831, 40.64236377006811, -73.74689361757922, 40.64238439484383, -73.74690049449319, 40.642398093412126, -73.74692382583959, 40.64246213855814, -73.74693069610346, 40.642476970867094, -73.74693830223039, 40.6424897930287, -73.74703202052012, 40.64262408245346, -73.74719966229185, 40.64286797026524, -73.74722917092329, 40.64291428323816, -73.74729662775945, 40.6430297901582, -73.74731701637987, 40.64306095519774, -73.74733705271146, 40.64308837598971, -73.74738870908234, 40.64315218609242, -73.74752864489554, 40.64331727540585, -73.74759408577368, 40.64340372237842, -73.74762554161971, 40.643440454364345, -73.74764970312079, 40.643464705310784, -73.74767808378267, 40.64349088452166, -73.74780446111531, 40.64359993578107, -73.74791458554984, 40.6437021298198, -73.74803458709272, 40.6438160981035, -73.74804832550794, 40.64383055996724, -73.74806198683535, 40.643847592650374, -73.74810157946533, 40.643905870204414, -73.74811680729884, 40.64392634090251, -73.74813346761678, 40.64394503440417, -73.74815090242221, 40.64396056426518, -73.74841415770943, 40.6441642829101, -73.74863455753808, 40.64433313002818, -73.74865996084883, 40.64435085018711, -73.74872633829811, 40.64439268489642, -73.74874381836199, 40.644405368215715, -73.74875841414742, 40.64441763909572, -73.74877795779594, 40.64443707903044, -73.74879738010378, 40.644459548051955, -73.74881704545639, 40.64448529279872, -73.74884341954285, 40.64452278599256, -73.7488818742649, 40.64458088068167, -73.74889572901671, 40.64460473063569, -73.74890720588918, 40.64462711745135, -73.74891285463593, 40.64464345264216, -73.74891473065976, 40.64466046849472, -73.74891271538742, 40.644677000375786, -73.74890692454065, 40.644692141712305, -73.74889145625554, 40.64470780763404, -73.74884845357447, 40.64473006557863, -73.74883341027322, 40.64474086600111, -73.74880790268453, 40.64476869314376, -73.74878523235012, 40.64480031677462, -73.74876534580174, 40.644835807919755, -73.74874811332232, 40.64487539322868, -73.74874131625958, 40.644895262799004, -73.74873637204931, 40.64491443040812, -73.7487333070857, 40.644932794355, -73.74873213576078, 40.644950300639884, -73.74873285124366, 40.64496687990777, -73.74873545595118, 40.64498251865606, -73.7487399440784, 40.644997188955806, -73.74874630623633, 40.64501087277583, -73.74875912361274, 40.64503142456904, -73.74877376629699, 40.64505011626836, -73.74879003776428, 40.64506670610385, -73.74880780731135, 40.64508105420854, -73.74883149964192, 40.6450970487926, -73.74885434420924, 40.6451105578815, -73.74887682584276, 40.64512186619871, -73.7488991475191, 40.64513107144406, -73.74892106744127, 40.64513676647481, -73.74894592790733, 40.6451389288704, -73.74897273738776, 40.6451374574073, -73.74899960747317, 40.64513244611936, -73.74902895066786, 40.64512244592894, -73.74905788084209, 40.64510752437914, -73.74908643825017, 40.64508766444824, -73.74911485758214, 40.64506270365402, -73.74914874765608, 40.645027859853556, -73.7492209070369, 40.64494834087078, -73.74925407637453, 40.64491492459536, -73.74928430561312, 40.64488209084179, -73.74929607319146, 40.644870891492545, -73.7493107290325, 40.64486062417457, -73.74932801156113, 40.64485357113908, -73.74935164265966, 40.644857867705625, -73.7493678785026, 40.64486571241542, -73.74942628055831, 40.64489520119211, -73.74948881419424, 40.644932043594096, -73.74951314553564, 40.64495231690788, -73.74955052596997, 40.64499824928432, -73.74956810159576, 40.6450157946016, -73.74961581387312, 40.645054451627026, -73.74966276527626, 40.64508984078396, -73.74970939319827, 40.645122285412036, -73.74975594642646, 40.6451519616548, -73.7497840202834, 40.64516641757932, -73.74985838558182, 40.6451977824325, -73.74987737796988, 40.64520831121695, -73.74989269610714, 40.64521942365026, -73.74996507665963, 40.64528103714297, -73.75008224552514, 40.64538186118792, -73.75020496324272, 40.645492743383755, -73.75023664400558, 40.64551930643986, -73.75026639442088, 40.64554201196324, -73.75029546766757, 40.64556180912468, -73.75032431069751, 40.64557899696769, -73.750382187433, 40.64560981958738, -73.75043476666968, 40.64563523025368, -73.75047041906366, 40.64564844442623, -73.75058418581412, 40.64570620122974, -73.75071761782264, 40.6457774219223, -73.75076806603236, 40.645806542467476, -73.75079926629067, 40.645840937962824, -73.75083580225109, 40.64586928540014, -73.7508659048767, 40.64588894866741, -73.75096958942055, 40.64595162260553, -73.7510076110989, 40.645975674114865, -73.75111239006071, 40.646045488726905, -73.75119718393644, 40.646103964765885, -73.7514286615574, 40.6462723090269, -73.751516411922, 40.64633452748178, -73.75154676718397, 40.64635440003575, -73.75157506512359, 40.64637146571463, -73.7515935374508, 40.64637989667549, -73.75163837778591, 40.64639504663874, -73.75165641948098, 40.64640419347458, -73.7517211506943, 40.64644976004642, -73.7518009153141, 40.64650371406561, -73.75185869256303, 40.64653879698878, -73.75187835615593, 40.646548329110125, -73.75190160006531, 40.64655680363508, -73.75192676405364, 40.64656399004872, -73.75199809278945, 40.646581859847565, -73.75201915619267, 40.64658853850926, -73.7520372550368, 40.64659569705674, -73.75207390796315, 40.646612227705766, -73.75209602799526, 40.64662472599984, -73.75211112545915, 40.64663591420304, -73.75214285995956, 40.64666268306306, -73.75215811725512, 40.6466734969875, -73.75219372025828, 40.64668306070243, -73.75225646646723, 40.646715096860774, -73.75230386619478, 40.64674410569857, -73.75232659467255, 40.64675801637553, -73.75234541478056, 40.646771227931666, -73.75238786863724, 40.6468051447319, -73.75241173368546, 40.6468202321189, -73.75244386980569, 40.646836000089124, -73.75253321932512, 40.64687648621759, -73.75268526130726, 40.646952488598565, -73.75272162969682, 40.64696932820722, -73.75280399168588, 40.64700454905965, -73.75283826867758, 40.64702075016882, -73.75286789586342, 40.64703692596701, -73.75289934673751, 40.64705645291394, -73.75300020222127, 40.64712679857291, -73.7530394033921, 40.647152301777, -73.75313604714265, 40.64721197879963, -73.75318712350855, 40.647242218070204, -73.75321640880648, 40.64725817962052, -73.75323819472911, 40.647270024998704, -73.75328500980702, 40.64729270330997, -73.75332543713965, 40.647309592857646, -73.75340876053052, 40.64734079991143, -73.7534435216534, 40.64735469203963, -73.75365720004646, 40.6474466050861, -73.75370063754951, 40.64746352886513, -73.75380717046625, 40.64750188864503, -73.75385501845267, 40.64752028875618, -73.75393210830724, 40.64755337138096, -73.75399651253045, 40.64758509404775, -73.75404028024792, 40.647607742117685, -73.75406248050454, 40.647620796724404, -73.7540812508912, 40.64763482646147, -73.75409508697587, 40.64764934003124, -73.75410758405431, 40.64766948529822, -73.75410940480562, 40.64768552027138, -73.75410501292228, 40.64770211019033, -73.75409792217098, 40.64771669067858, -73.75408137978853, 40.64773201189676, -73.75408191335556, 40.64774667172336, -73.7540984841535, 40.64775411664483, -73.75412242983269, 40.647753616723016, -73.75418525904225, 40.647779693249035, -73.75426876063993, 40.647821206523, -73.75434792987984, 40.64786125704078, -73.75449814514481, 40.64792591554275, -73.75474128968212, 40.64781617539794, -73.75488685198886, 40.647666100475526, -73.75491937310936, 40.647583441594406, -73.75482025427293, 40.64747121448242, -73.75484659577572, 40.64745156362842, -73.7548003857316, 40.64744487780146, -73.75472194215106, 40.64737408624326, -73.75467911322446, 40.64732985854088, -73.75465867875585, 40.647298298504474, -73.75462961493632, 40.64727184492028, -73.75460426020939, 40.64725496998377, -73.75457470957615, 40.64723809149062, -73.75452671323316, 40.64721309954544, -73.75445573773334, 40.64717951617481, -73.75425958156902, 40.647075124805376, -73.75424262738088, 40.64706781056308, -73.75419793621612, 40.64705232334144, -73.75417682465942, 40.647040966768515, -73.75415613463181, 40.64702398463527, -73.75412672171066, 40.64699546077811, -73.75411162225373, 40.646979246126286, -73.75407675932578, 40.64693749815384, -73.7540551561481, 40.64691679939874, -73.7540312980248, 40.64690293077405, -73.75397119082747, 40.646882114524956, -73.75394747352067, 40.64687046416817, -73.75389491856446, 40.64683464063839, -73.75380044905019, 40.646761784371975, -73.75371032318192, 40.646690595189106, -73.75367640040602, 40.6466937238898, -73.7536571006033, 40.64669317195496, -73.75363857370043, 40.64668181721662, -73.75362953084488, 40.64666698786946, -73.75362938728443, 40.646649514744766, -73.7536218608712, 40.646633839453884, -73.75360267403833, 40.64661838862494, -73.7535828133442, 40.64660645198451, -73.75356377178116, 40.64659680802245, -73.75351978395831, 40.64657987850675, -73.75350150070426, 40.646571391528475, -73.75347706858507, 40.646557427903254, -73.75345110956638, 40.64654106561233, -73.75338132688128, 40.64649249495111, -73.75336518480141, 40.6464788804709, -73.75333291524045, 40.646445469455166, -73.75331625221447, 40.646432382456695, -73.75325577727286, 40.64639609138222, -73.75310606209453, 40.64631352093803, -73.75293429901609, 40.646207684787775, -73.7528614225426, 40.64616595742822, -73.75281686604639, 40.64614340896668, -73.75270911165515, 40.64609244193221, -73.7526572590206, 40.64606492034845, -73.7526331991442, 40.646054608057156, -73.7526193432315, 40.64604561716332, -73.75262257708896, 40.64603180741797, -73.75260353073901, 40.646026405642175, -73.7525728197829, 40.64601473275037, -73.75253115001249, 40.645992654156636, -73.75249276049405, 40.64596976943645, -73.75245218950401, 40.64594216487695, -73.7523205435961, 40.645841456168185, -73.75225646093223, 40.645788116224324, -73.75223076032857, 40.64576918412339, -73.75218610975664, 40.645741853443326, -73.75208560007258, 40.64568646366075, -73.75204269697741, 40.64566104579725, -73.7518671142971, 40.645549365323276, -73.75173096514355, 40.645464998786856, -73.75170092810134, 40.64544802754589, -73.75166310015653, 40.64542911415828, -73.75164096774752, 40.645421022003696, -73.75158736112816, 40.64540760191593, -73.75156519905738, 40.64539827236593, -73.75152877998907, 40.64537566623673, -73.75144837304757, 40.64532064261178, -73.75120546518862, 40.64516465310892, -73.75105342460755, 40.645060982020155, -73.75085752307297, 40.64492979663084, -73.75084181613684, 40.644916716744206, -73.75082194029282, 40.644895491609134, -73.75081211364031, 40.64488278556848, -73.75079165533413, 40.644850700675484, -73.75077830894719, 40.644835834757686, -73.75076481445204, 40.64482612220292, -73.75074745113905, 40.6448174989973, -73.75072945891769, 40.6448107637204, -73.75068551508015, 40.64479649064798, -73.75066523152957, 40.64478821500397, -73.7505881215288, 40.644751054363795, -73.75056391736474, 40.64473717345641, -73.75054356833047, 40.64472333782778, -73.75052753526883, 40.644709924897796, -73.7505117665049, 40.64469380827219, -73.75049637039513, 40.64467541413292, -73.75047247853526, 40.64464410698748, -73.75046077821054, 40.64462695547759, -73.75043569456605, 40.64458461794917, -73.75042027383778, 40.64456428402219, -73.75040521076549, 40.64455010773638, -73.75038590611278, 40.64453648776972, -73.75036206546677, 40.644523118204155, -73.75032946293128, 40.64450762689331, -73.75030258014901, 40.64449748628526, -73.75024905180216, 40.64448205937759, -73.75022817452817, 40.6444751511595, -73.75020797211788, 40.64446640103554, -73.75019163996137, 40.64445649313949, -73.75017135672408, 40.64443365327022, -73.75015968493169, 40.6444228045428, -73.75014174086793, 40.644415565886206, -73.75012357534261, 40.64441663856136, -73.75011037648567, 40.644427787157646, -73.75008914791347, 40.644426615375, -73.75006692758951, 40.64441372744603, -73.75004279634273, 40.64439559162117, -73.75000433852827, 40.6443712128489, -73.7499917870739, 40.644358817797134, -73.74998996821816, 40.64434477380823, -73.74999564859678, 40.64433159081185, -73.7499965427749, 40.64430623946607, -73.74999458805044, 40.644287754708934, -73.74998684517311, 40.64427177792872, -73.74996680076784, 40.64425022808903, -73.74994789193487, 40.644234823173946, -73.74992904935057, 40.64422761044636, -73.74990959620148, 40.64422590307848, -73.74985979851246, 40.64422739680097, -73.74983727611188, 40.6442257367761, -73.74982157345066, 40.64421792030738, -73.74979510509186, 40.6441944185394, -73.74973904732288, 40.64413890906815, -73.7497129056013, 40.644115017165255, -73.74969281171633, 40.64409912965053, -73.74964452938515, 40.6440641671519, -73.74962336220351, 40.644046668055836, -73.74957836734336, 40.644005507190755, -73.74953275742438, 40.64396412614141, -73.74951260567538, 40.64395359837452, -73.74946550879154, 40.643943964657446, -73.74944803163557, 40.64393805878072, -73.74941797954038, 40.64392322924643, -73.74939577262325, 40.64391094276424, -73.749377038642, 40.64389877731223, -73.74936141814484, 40.64388643223496, -73.74933677632987, 40.64386363674786, -73.74931036329762, 40.6438371344485, -73.74926671595404, 40.643786997294065, -73.7492550310181, 40.643775310959484, -73.74924245731899, 40.64376481227508, -73.74922684151532, 40.64375752452008, -73.74920839002657, 40.64375923399627, -73.74918557823632, 40.64375031860828, -73.74916572582457, 40.643736615292354, -73.7491456050417, 40.643719771267925, -73.74908822868031, 40.64366242063305, -73.74906825356003, 40.64364394966966, -73.74899336697605, 40.64358012564819, -73.74893426888349, 40.643531750280644, -73.74889386769854, 40.64350033291354, -73.74885827276296, 40.64347443902327, -73.74877847092937, 40.643422854825175, -73.74874027187938, 40.643395017286025, -73.74872678902699, 40.64338331075924, -73.7487152086636, 40.643371525540005, -73.74868164309238, 40.64333104937508, -73.74864660969749, 40.643282608477676, -73.74862580538408, 40.6432489456202, -73.74861651669886, 40.6432357713922, -73.74859581949893, 40.6432179291322, -73.74858590294627, 40.643204473466724, -73.74858357156457, 40.643187231479715, -73.74856935699339, 40.64316109247057, -73.74855457791595, 40.64314044630952, -73.74850385427, 40.643078549680276, -73.74848363551084, 40.64305549082182, -73.74843655782934, 40.643005851035596, -73.748418054526, 40.64298435382095, -73.74838110593065, 40.64293444980451, -73.74834250983785, 40.64287439689014, -73.74827203552535, 40.642747926428754, -73.74822096372444, 40.64266283596509, -73.74820106443964, 40.64263412337739, -73.74818117889416, 40.6426089795848, -73.74805661202781, 40.64246537245775, -73.74799988176109, 40.64240400995686, -73.74797505818702, 40.642372639003085, -73.74795656247571, 40.64234327116613, -73.74792081826823, 40.642279855502366, -73.74786331296902, 40.64218308540842, -73.74785135677509, 40.64216573585067, -73.747832011181, 40.64214231047525, -73.7478165379898, 40.6421337143805, -73.7477948652246, 40.64212734608652, -73.74776979345953, 40.642102889651504, -73.7477576156737, 40.642080997364495, -73.74774857189142, 40.642058167303134, -73.74772856982618, 40.64199701760085, -73.7477209760821, 40.64197964427966, -73.747712509256, 40.641964625708795, -73.7476736501488, 40.6419053428308, -73.74763325308712, 40.641846370846196, -73.74759443046564, 40.64179748094582, -73.74758072544502, 40.64177714048853, -73.74756554981477, 40.641748043726665, -73.7475511675592, 40.64171485493087, -73.74750883638976, 40.641596595483705, -73.74746434564464, 40.641480177346885, -73.74745238169326, 40.64144244891309, -73.74744378932701, 40.6414081597725, -73.7474377402783, 40.641372194041686, -73.74743432768183, 40.64133336954, -73.74743345411663, 40.64129087558378, -73.74743505231251, 40.64124155749617, -73.74743339726325, 40.64118065334928, -73.7474361383338, 40.641164518410555, -73.74744188177273, 40.64115066568517, -73.74745524815341, 40.641132058734456, -73.74746893822349, 40.64112288095994, -73.74747206500813, 40.641108531702194, -73.74746928319232, 40.64108951737159, -73.7474613209115, 40.64099370684073, -73.74746166325464, 40.64095947604329, -73.74747052110227, 40.64089174110763, -73.74747230141654, 40.640863325437756, -73.74747104533866, 40.6408481803989, -73.74746712114609, 40.64083146079105, -73.74744766108336, 40.64077969656224, -73.74744226660934, 40.64076257749459, -73.74743933593182, 40.64074760527968, -73.74743866703403, 40.64073380691005, -73.74744616152917, 40.64056276737634, -73.74744969991502, 40.64044653303797, -73.74745583778507, 40.64038654382139, -73.74743975212652, 40.64036154241519, -73.74743432902885, 40.640317951531806, -73.74743743609689, 40.64026913744331, -73.74745366497524, 40.64010355173556, -73.74746414983917, 40.63997009574981, -73.74747216757419, 40.639871607026706, -73.74747479438203, 40.63984597672692, -73.7474722240091, 40.639828268615275, -73.7474551496156, 40.63979092698224, -73.74745106838674, 40.639774174608114, -73.74745004060789, 40.63974400575462, -73.74745111775202, 40.639716465645854, -73.74745433668231, 40.639690871766966, -73.7474597256048, 40.63966695492341, -73.7474767312388, 40.63961250076409, -73.74749809031913, 40.63955502410284, -73.74750479212778, 40.63954122480636, -73.74752903346392, 40.639499623471984, -73.74753387539849, 40.63948591464515, -73.74753361925738, 40.63945519276393, -73.74752794105147, 40.63942685256654, -73.74751556927148, 40.639373274942145, -73.74751390790362, 40.63935652338002, -73.74751462406937, 40.63933783461155, -73.74752438700457, 40.63928076653359, -73.74757842745942, 40.639073295860705, -73.7475957978813, 40.6390117184491, -73.74761762781654, 40.638940315317114, -73.74763049798173, 40.63890618765091, -73.74766405959613, 40.63883191237529, -73.74767552270028, 40.63880004552938, -73.74767985624531, 40.63877632987573, -73.74768115651429, 40.63871757634481, -73.74768265523241, 40.63870356840555, -73.7477258547211, 40.63855265818936, -73.74777518966023, 40.638369743338274, -73.74778550497214, 40.63834595885272, -73.74781210133446, 40.638303823207025, -73.74782108210181, 40.63828720665145, -73.74782718740029, 40.638269792230005, -73.74782873800716, 40.63825361684452, -73.74781730813115, 40.63822543604401, -73.74781984079065, 40.63816711025759, -73.7478294317113, 40.638070047767236, -73.7478358222038, 40.638032839586444, -73.7478470380527, 40.63799189311151, -73.74786045729944, 40.6379531532442, -73.74789551858831, 40.637860963487746, -73.74791056944001, 40.63781399911751, -73.74792976221019, 40.637737984865055, -73.74794263583321, 40.63767122943736, -73.7479454659635, 40.63763707882313, -73.74794532947942, 40.63755522643271, -73.74794745568137, 40.637533743726024, -73.74795137015948, 40.637514520747985, -73.74797039331119, 40.63745083066577, -73.74799474058678, 40.637383715854426, -73.74802628518563, 40.637312036751794, -73.74803131332708, 40.63728713841651, -73.74803168716484, 40.637237283607405, -73.74803399650301, 40.63721675405261, -73.74803859514128, 40.637198533050665, -73.74804522225612, 40.6371787513851, -73.74808067502741, 40.63709509937727, -73.74809311290433, 40.63705727406161, -73.74810002463612, 40.63702033265862, -73.74810966574346, 40.6369373814323, -73.74811708296829, 40.63690180542685, -73.74812493528293, 40.636872157613276, -73.7481310446475, 40.63685548971556, -73.74813930779968, 40.636841013904366, -73.74814981919619, 40.6368293859665, -73.74816580526195, 40.636818288718906, -73.74820313909808, 40.63679961709565, -73.74821788431022, 40.6367906153412, -73.7482563098298, 40.63675986828244, -73.74829553479296, 40.636722439282316, -73.74831666775023, 40.636697843640505, -73.74833448073528, 40.636670905673576, -73.74834859810481, 40.63664218288496, -73.74835867796462, 40.63661237423374, -73.74835739771397, 40.63659827825366, -73.74833821520699, 40.63656678191897, -73.74833501692325, 40.63655223868362, -73.7483405054279, 40.636524333595275, -73.74836236275218, 40.63645965997123, -73.74836902199216, 40.63643005995823, -73.74837500901238, 40.63637402093139, -73.74838682792414, 40.63622783524242, -73.7483952170305, 40.63615734447943, -73.74841633146892, 40.63600309243045, -73.74842365542955, 40.635939820624344, -73.74843205392841, 40.63584204674255, -73.74843577722207, 40.63575839543342, -73.74843512842415, 40.63568184058265, -73.7484300478784, 40.63561065125509, -73.7484124595855, 40.635491225078674, -73.74840966462047, 40.63546283448824, -73.74849876871095, 40.63531659992405, -73.74847718574671, 40.635301716602974, -73.74844685300936, 40.6352818342456, -73.74845754329435, 40.63526876763438, -73.74849963105497, 40.635252453075594, -73.7485274558029, 40.63524024160871, -73.7485525879243, 40.63522767754559, -73.74857667062119, 40.63521410169636, -73.748601061899, 40.63519642823798, -73.74865275163327, 40.63514996350351, -73.74866772914176, 40.63513943130985, -73.7486827284294, 40.63513127564128, -73.7487039142992, 40.635122277995, -73.74872744409022, 40.63511394014697, -73.7487537238155, 40.63510611259565, -73.74878416884022, 40.63509836798159, -73.7488833889296, 40.6350746479193, -73.7489425119198, 40.63506193286885, -73.74904047070095, 40.635043537409594, -73.74913119708894, 40.63502400043438, -73.74924253362687, 40.63500329983467, -73.74926842786356, 40.63499736782601, -73.74929200994305, 40.63499049872915, -73.74931342187782, 40.63498264872955, -73.74933271693477, 40.63497379813303, -73.74935476673895, 40.63496165852561, -73.74941374658673, 40.63492657213594, -73.74947289266146, 40.63489316195098, -73.74949143762272, 40.63488416110729, -73.74950883342734, 40.634877098383626, -73.74961799266647, 40.63484116033592, -73.74971521650374, 40.63480804996208, -73.74977905814274, 40.63478675916944, -73.74982209614876, 40.6347750424629, -73.74986360350755, 40.63476707218709, -73.74995905592637, 40.63475269673077, -73.75005748397083, 40.63473410871469, -73.75008658770412, 40.63473186573583, -73.75015257061665, 40.63473437029939, -73.7501801750364, 40.63473130096123, -73.7501982404555, 40.63472595148193, -73.75021682837942, 40.63471775027892, -73.75023447577932, 40.634707862151885, -73.75028056638739, 40.63467923108307, -73.75030886651587, 40.63466586934993, -73.75039548423301, 40.63463435360869, -73.75046082331747, 40.63461207241205, -73.7506134775404, 40.634564534518475, -73.75064089703302, 40.63455778513297, -73.75071427094845, 40.63454422476891, -73.75073471866789, 40.6345384138995, -73.75075206076247, 40.63453143011751, -73.75077908088817, 40.63451196715432, -73.7507899983842, 40.63449994272365, -73.75081472223752, 40.63446926777003, -73.75082923285456, 40.63445479809853, -73.75089222903691, 40.63440268086432, -73.75091663189869, 40.63438450985173, -73.75093987404864, 40.63436885057919, -73.75095644319944, 40.63436308349939, -73.75100443987687, 40.63436107481994, -73.75102358518625, 40.63435550061787, -73.75104201054761, 40.634341390599985, -73.75107527764607, 40.63430292385396, -73.75109301269089, 40.63428785507779, -73.75111906963728, 40.63427557612089, -73.75118281337897, 40.63425650682787, -73.7512054391331, 40.63424508672928, -73.75121624941482, 40.634231984100396, -73.75122311671096, 40.634199444161666, -73.75122775515341, 40.63418515929953, -73.75126794249616, 40.63415348570426, -73.75129963592576, 40.634133767974205, -73.75133223769681, 40.63411517335063, -73.75136563528793, 40.634097762825036, -73.75151023002539, 40.63402662882812, -73.75161845401405, 40.63397040168697, -73.75164156990371, 40.63395968226757, -73.75166699964399, 40.63394975849984, -73.75169496221727, 40.63394054890759, -73.75172596538211, 40.63393187628185, -73.75175488623144, 40.63392848071794, -73.75182250999461, 40.63393296811713, -73.75185196219525, 40.63393099650159, -73.75187858174361, 40.6339234256192, -73.75194168309196, 40.63389544834988, -73.75197246380172, 40.6338861871365, -73.75202109224593, 40.6338960167675, -73.75204091567326, 40.633898438699525, -73.7520824526585, 40.633880365623625, -73.75214792716206, 40.63384514144846, -73.75217637647654, 40.633830879955426, -73.7522327488911, 40.6338052672043, -73.75228572187112, 40.63378310961193, -73.75231240367233, 40.63378389651489, -73.75233439685535, 40.633790264658344, -73.75235266238592, 40.63379171421855, -73.75236780131456, 40.6337839491974, -73.7523889420976, 40.63376232274542, -73.75239952265264, 40.63374510502214, -73.75242421538474, 40.6336967352838, -73.7524334306551, 40.63368334183927, -73.7524758947259, 40.63364279807235, -73.75250251590835, 40.6336213499937, -73.7525284782015, 40.63360385468619, -73.7525543843747, 40.63359001447386, -73.75263537905694, 40.63355370316999, -73.75270793229627, 40.63352419511414, -73.7528497596454, 40.63347059206327, -73.75289317919729, 40.63345537559729, -73.75293763273618, 40.633441192435264, -73.75297819831214, 40.63342994020961, -73.75302021504054, 40.63342038767157, -73.75306346168739, 40.63341258747539, -73.75310767329745, 40.63340658857936, -73.75313913919325, 40.63340435980686, -73.75320791092378, 40.63340291891479, -73.75323483836705, 40.63340085057363, -73.75335209239297, 40.633386691991745, -73.75344255934866, 40.63337531159939, -73.75349966824402, 40.633366724189464, -73.75352531468825, 40.63336135892192, -73.75355305651095, 40.63335353430958, -73.75363565386773, 40.633324087720375, -73.75372690543976, 40.63329160053257, -73.75378061164761, 40.633271341224074, -73.75386861988034, 40.63323524308655, -73.75395219972984, 40.63319732355381, -73.75403042293944, 40.63315928353814, -73.75409236499142, 40.63312565543154, -73.7542289212221, 40.63304467342209, -73.75426411674837, 40.63302432659214, -73.75428549915188, 40.63301196668708, -73.75430335901542, 40.633004442262305, -73.7543249942882, 40.63299948698832, -73.75434828969881, 40.63299694685702, -73.75441383312457, 40.632993182202846, -73.75443291696882, 40.632990314273805, -73.7544718635792, 40.632977840557324, -73.75449299496663, 40.632968473415296, -73.75451237477324, 40.63295808854112, -73.75452983244634, 40.63294677832541, -73.75454441508347, 40.632934592965086, -73.75455544592648, 40.632921384231366, -73.75453652953922, 40.63291343906095, -73.75448785138421, 40.63291946589005, -73.75445161843126, 40.63292945816331, -73.75440365943227, 40.63294659083872, -73.75430923918428, 40.63298273151679, -73.75421229997487, 40.633018536240975, -73.75419803910923, 40.63300944919804, -73.75419524533147, 40.632995500431676, -73.75427544925296, 40.632942693208776, -73.75433107629786, 40.632907532295604, -73.75435737993112, 40.632893435877655, -73.75437692783744, 40.63288523065041, -73.75439946641939, 40.63287730826857, -73.75447147348235, 40.6328564042304, -73.75457220578427, 40.63282758013221, -73.75467908406267, 40.63279374504246, -73.75475155123422, 40.6327675647474, -73.75478524677195, 40.63275807036048, -73.75480318058227, 40.632754836106294, -73.754823514334, 40.632752451657176, -73.75490763871716, 40.63274682984035, -73.75499836031459, 40.632736289856595, -73.7550207326016, 40.63273241845062, -73.75504499889225, 40.63272650688869, -73.75512915934029, 40.632700089214715, -73.7551635008681, 40.63269105085681, -73.755198551308, 40.63268531531446, -73.75527829905607, 40.632678259281406, -73.7553131906696, 40.63267328250678, -73.75534899840677, 40.63266538817607, -73.75538392203005, 40.63265554502312, -73.75541758526565, 40.632643858509994, -73.75544964251017, 40.63263045127435, -73.7554781020011, 40.63261307768064, -73.75553291373967, 40.632567263069596, -73.75555920393631, 40.63255221089376, -73.75559872685494, 40.63253587838063, -73.7556358474309, 40.63252192803411, -73.75567145813915, 40.632510025858124, -73.755705957801, 40.63250004212552, -73.75578806241961, 40.63247839867608, -73.75584219507034, 40.632465938738974, -73.75594700142996, 40.63244659018506, -73.75599695781408, 40.63243481021056, -73.75604566737809, 40.6324210266074, -73.75612362803035, 40.63239538841247, -73.75620698993943, 40.6323647168887, -73.75627008942796, 40.632336669703086, -73.75629550579622, 40.63232713571128, -73.75637839029744, 40.632301564512915, -73.75654211079991, 40.632250061893224, -73.75660919393317, 40.63222901101329, -73.75664894946522, 40.63221553959275, -73.7566700787954, 40.63220593791075, -73.75670794467653, 40.63218327173542, -73.75672432534044, 40.63217477394198, -73.7568020211755, 40.632139915175145, -73.75685766015737, 40.632112931613854, -73.75688347529614, 40.63210193498598, -73.7569213513068, 40.63209008133871, -73.75699011158284, 40.63207386058443, -73.75708383309349, 40.63205097462759, -73.75717542314668, 40.632028798207614, -73.75720632059499, 40.63201917653258, -73.75725648813916, 40.631998913532875, -73.75729516111804, 40.6319810954818, -73.75733463796261, 40.631958044375466, -73.75735148568795, 40.63194231177807, -73.75737978067633, 40.63189356405398, -73.75739341162699, 40.63187861622204, -73.75750296436053, 40.63180765469874, -73.75753129503585, 40.63178710238056, -73.75754802809493, 40.63177980741094, -73.75757689857151, 40.631773343998184, -73.75763329882139, 40.6317624486058, -73.7577439459145, 40.631740256970936, -73.75777727609253, 40.63173151107384, -73.75784074759238, 40.6317123258554, -73.75792571852017, 40.63168730815648, -73.75794582335892, 40.63167947901369, -73.75798772606466, 40.63165816809757, -73.75800676841244, 40.63165127505244, -73.75815447332374, 40.63161348831365, -73.75827546282585, 40.6315814355847, -73.75832250268348, 40.631568524616924, -73.75835199862661, 40.63155804689336, -73.75843774343194, 40.63151864639256, -73.75849700800093, 40.63149155979195, -73.75853188934595, 40.631477095012684, -73.75856588237437, 40.63146606745403, -73.75864952944518, 40.63144415864765, -73.75874391986154, 40.63141501410991, -73.7588322409148, 40.63139068896961, -73.75893560817288, 40.63135967110507, -73.7590619482515, 40.631321918552416, -73.75910235519358, 40.63130910683217, -73.75915118798143, 40.63129221446887, -73.75917137401753, 40.63128441229776, -73.75919049583754, 40.63127574069074, -73.75920838413663, 40.63126627673883, -73.75922492166991, 40.63125608323358, -73.75935768474992, 40.63116545340182, -73.75944335646693, 40.6311060180682, -73.7594893252324, 40.63107693549585, -73.75958571919871, 40.631020949874284, -73.75965521802743, 40.63098066530218, -73.75968706096279, 40.63096821369391, -73.7597074120586, 40.63096376622116, -73.75973808603064, 40.630958852233164, -73.75984478141216, 40.630943402441105, -73.75995660462027, 40.63092554805376, -73.7599741294617, 40.63092177722956, -73.75999276245861, 40.63091618875937, -73.76004025330339, 40.63089728595227, -73.76006887012763, 40.63088394049042, -73.76008995759184, 40.630871262807815, -73.76010556972624, 40.630858016273784, -73.76011581352735, 40.630844030014494, -73.7601181102102, 40.630827898338126, -73.7601098565247, 40.630808446034685, -73.76009873551021, 40.63079420357594, -73.76006241205663, 40.630774034415246, -73.76004739175733, 40.63076371009364, -73.76004315107035, 40.6307501465741, -73.76005202718648, 40.63073717865878, -73.76006722670327, 40.63072724159061, -73.76008556363551, 40.63072047820577, -73.76018966079722, 40.63069640286836, -73.76033645261546, 40.63066146698303, -73.7603681467467, 40.63065087715731, -73.760422069489, 40.63062610448213, -73.76044350289577, 40.6306174428867, -73.76047374338295, 40.63060711475693, -73.76049855702225, 40.63059983979398, -73.76052147338685, 40.63059458975195, -73.76054303179266, 40.6305912739017, -73.7605717676594, 40.63059146612206, -73.76063505131937, 40.63060237444378, -73.76066317239255, 40.630603930553946, -73.76073154635128, 40.63059983049908, -73.76075682071587, 40.63059690326287, -73.76077954409178, 40.63059305668286, -73.7608756291544, 40.63057231309903, -73.76094204147549, 40.63056114063583, -73.760964674013, 40.63055657881528, -73.76098287174817, 40.63054870915615, -73.76099839973982, 40.63053512372946, -73.76102288397223, 40.630507587106216, -73.76103548579634, 40.63049750583036, -73.76106667093451, 40.63048145668565, -73.7610893908017, 40.630471640471555, -73.7611107742929, 40.63046433753706, -73.76113128635443, 40.630459429979844, -73.76118841471344, 40.630460280777704, -73.76120648358055, 40.630457690580776, -73.76129787330973, 40.63042971830177, -73.76142450594757, 40.63039026537714, -73.76155481046275, 40.6303515871737, -73.7616642423588, 40.63031615786869, -73.7616918134704, 40.63030553391709, -73.76176613524616, 40.6302731664577, -73.76179265015924, 40.630264380962075, -73.76185403966852, 40.6302482672039, -73.76188067701604, 40.6302399448103, -73.76191212498817, 40.630226665088536, -73.76198517492314, 40.63018828476478, -73.76202019491024, 40.63017298623162, -73.76204815226961, 40.630164391871986, -73.76211320687604, 40.6301486313615, -73.76214114907046, 40.63013931112654, -73.76219393010636, 40.63011686581236, -73.76224232977499, 40.630094011581676, -73.76229096898199, 40.63006860664476, -73.7623397193437, 40.63004085425404, -73.76236250609821, 40.630025104382014, -73.76241135015692, 40.629984960060135, -73.76243782733319, 40.629968456857306, -73.76254575740485, 40.62991963013518, -73.76263259180793, 40.6298763321967, -73.7626571468018, 40.62986254095186, -73.76272461761029, 40.629821322800765, -73.7627583051513, 40.62980469302199, -73.76284831474939, 40.62976618865171, -73.76287813984895, 40.62974880523803, -73.76294011951975, 40.62970443191037, -73.76295567858332, 40.629695241735355, -73.76298615643483, 40.6296820830915, -73.76300380021632, 40.6296769639686, -73.76308691860076, 40.62966010007916, -73.7631061319803, 40.62965499498107, -73.76312267764675, 40.62964922249935, -73.76325418539793, 40.62959519994184, -73.76330817241143, 40.62956942466524, -73.76333191104389, 40.62955978750861, -73.76336757434547, 40.629548218054076, -73.76340665417072, 40.62953713559774, -73.76345006279551, 40.62952626465193, -73.76350190176586, 40.62951457444528, -73.76354086864305, 40.629508670617824, -73.7639420504593, 40.62939888017663, -73.76398861076055, 40.62938446203542, -73.76403970136138, 40.62936708234809, -73.76421323890335, 40.62930293391588, -73.76428118325934, 40.629279138238445, -73.76435139912971, 40.629257401269115, -73.76441610495024, 40.629240930030754, -73.76444029995803, 40.62923619872849, -73.76446454452402, 40.62923283001371, -73.76448845431312, 40.62923087983209, -73.76451173968681, 40.62923036470044, -73.76453408859078, 40.629231289383306, -73.76455540888128, 40.62923364018459, -73.76457555640833, 40.62923740330194, -73.76459442960412, 40.62924255601486, -73.7646824884364, 40.62927139721861, -73.7647111505861, 40.62928295285274, -73.7647357937085, 40.62929494241254, -73.76475952498369, 40.629308767167984, -73.76481368973718, 40.62934401367647, -73.76483910787442, 40.629359135016635, -73.76488476422035, 40.629383836976814, -73.76491641805949, 40.62939806512524, -73.76494655472959, 40.629407462460485, -73.76497520965795, 40.62941170036539, -73.76499640970596, 40.62940458274219, -73.76501377040671, 40.62938311734315, -73.76501897733976, 40.629364216105664, -73.76501539958983, 40.629349425811114, -73.76494528946694, 40.629314995993084, -73.7648662874187, 40.62927286648782, -73.76480464319133, 40.629241985747214, -73.76473706602273, 40.62920996537878, -73.76468563116748, 40.629193323819166, -73.7646694901764, 40.629186303626014, -73.76466807123091, 40.62917172125703, -73.76468208505865, 40.62915885625419, -73.76469860986586, 40.629148869056365, -73.76471704200642, 40.62914032299376, -73.76475851718006, 40.629123548272744, -73.76478879034799, 40.629113961106846, -73.76485993059315, 40.62910149840193, -73.76488993873204, 40.62909332268718, -73.76498718466081, 40.62905577338829, -73.76511235985635, 40.629003225227954, -73.76525092963466, 40.62894339473696, -73.76535490263528, 40.62889716881681, -73.76543496090804, 40.62885968491912, -73.765464457449, 40.62884434074954, -73.76549056141548, 40.628829429107796, -73.76553722695886, 40.62879964853551, -73.76561120738309, 40.628748702811826, -73.7656341701059, 40.62873163788708, -73.76568544663466, 40.62868998785681, -73.76571210296143, 40.62867123115735, -73.76574604620491, 40.62865242536167, -73.76578672250915, 40.628634778737286, -73.76582730657675, 40.62862017027473, -73.76592551006719, 40.62858795142736, -73.76597274655887, 40.628569846219015, -73.76608726355832, 40.62851831270503, -73.76623642049488, 40.62844601681674, -73.76627653158957, 40.62842397702001, -73.7663171074012, 40.62839714377008, -73.76635913566247, 40.62836494724171, -73.76640811888383, 40.628323179663326, -73.76648582305343, 40.628252802255595, -73.76655260877322, 40.628188350579684, -73.76661145519903, 40.628126949029024, -73.76666325217957, 40.62806763676291, -73.76670902056647, 40.62800916773738, -73.76674859804622, 40.627951657797944, -73.76678221392041, 40.62789477242147, -73.76680998948925, 40.62783830383845, -73.76682857145614, 40.627791766481124, -73.76684340468532, 40.627744775759496, -73.76685438400105, 40.627697667356884, -73.76686144097513, 40.62765074641285, -73.76686055011722, 40.62762595411093, -73.76684654257704, 40.62756043067319, -73.76684470231488, 40.62754554039673, -73.76684736986138, 40.627519851185625, -73.7668570886746, 40.627504696182285, -73.76687402092054, 40.6274945924298, -73.76689185941359, 40.627498108220024, -73.76690824690718, 40.62750861182522, -73.76695614405013, 40.627518658799545, -73.76697527657802, 40.62751986105478, -73.76699007173627, 40.62751148826142, -73.76699267357372, 40.627494108939324, -73.76697899423476, 40.62744355917708, -73.76696333484962, 40.6274113823711, -73.76695802908424, 40.62739684528107, -73.76697483043185, 40.62735380822385, -73.76701127781087, 40.627298589981585, -73.76719357672873, 40.627005813829776, -73.7672292196118, 40.62695173124857, -73.76731656486848, 40.626827046042855, -73.767355736448, 40.626765259385024, -73.76736401107425, 40.62674966556259, -73.76737171722336, 40.626732028203186, -73.76739639150337, 40.62666101335403, -73.76740923206052, 40.6266311194554, -73.76745447574214, 40.626545701815566, -73.7675253175711, 40.62642049768362, -73.76757474380385, 40.626338460911185, -73.76767128930757, 40.626190203028074, -73.7677065403461, 40.62613606547264, -73.76776378740753, 40.62604197831073, -73.76776942559175, 40.626028254922225, -73.76777190113684, 40.626012109942295, -73.76777174378888, 40.62599618927747, -73.76776865195892, 40.62595847272877, -73.76776933697053, 40.62594061223763, -73.76777338162738, 40.62592493869908, -73.76778113494251, 40.625911690555775, -73.76793315748425, 40.625725845893115, -73.76814164584968, 40.625462380864064, -73.768153664308, 40.625448851328386, -73.76816874306242, 40.62543453640269, -73.76823230761858, 40.62538289979369, -73.76825644409038, 40.62536050651278, -73.76826758787168, 40.625347666803734, -73.76827627709662, 40.6253350959053, -73.7682868859198, 40.625309871122454, -73.76829077550072, 40.62528400963446, -73.76829237020512, 40.62523557281005, -73.76829405606733, 40.62521636985089, -73.76830090192388, 40.62515533628545, -73.76830519256117, 40.62513752808268, -73.7683112422682, 40.625121983737706, -73.76832571454408, 40.62509644975241, -73.76834557341348, 40.625069346201165, -73.7683668081521, 40.625044579574435, -73.76841848904952, 40.62498828932835, -73.76844119765406, 40.624960768254816, -73.76845834498491, 40.624940534716515, -73.76850064758808, 40.624896125958244, -73.76851687175542, 40.62487625436359, -73.76852508218856, 40.62486368878559, -73.76853520053666, 40.62483977595411, -73.76853745618733, 40.62481881181409, -73.76852909066186, 40.624776247954394, -73.76851110530944, 40.62469565184109, -73.76850002889147, 40.62463663986775, -73.76849012600125, 40.62456470954971, -73.7684890058987, 40.624548942735565, -73.76848941860908, 40.624532861123335, -73.7684913589633, 40.624516591676446, -73.76849481111798, 40.62450027214293, -73.76849975095668, 40.624484040254146, -73.76850612471306, 40.62446806339892, -73.76851387038526, 40.624452498143256, -73.76852291534419, 40.624437498330124, -73.76853785055903, 40.62441711353988, -73.76855319577996, 40.624400846765106, -73.76856954291814, 40.62438807783616, -73.76858702462947, 40.62437872507201, -73.76860474025511, 40.624373489968036, -73.76864878245279, 40.624366152890694, -73.76866757110062, 40.62435890546601, -73.76868972400806, 40.62433953926247, -73.76869959681571, 40.62432164141632, -73.76871864186889, 40.624206287590646, -73.7687403298572, 40.62410175436071, -73.76874035785283, 40.62408514696805, -73.76873353226232, 40.624046679095684, -73.76873318132512, 40.624029260469754, -73.76873440688877, 40.62400982964423, -73.76874393162429, 40.62394228614907, -73.76874626126312, 40.62391597214355, -73.76874556898207, 40.6238892801432, -73.76874103967637, 40.62386551072695, -73.76873484844424, 40.62384930866615, -73.768725158091, 40.623831969409174, -73.76868752553015, 40.62378065302487, -73.76867665812794, 40.62376431637932, -73.76860339973392, 40.62364335925459, -73.76856216760217, 40.62356915058515, -73.76854457753848, 40.623530058578275, -73.7685295971372, 40.62348548943723, -73.76851780683296, 40.62343983258163, -73.76849634342439, 40.62334260038776, -73.76847030314556, 40.62322787351054, -73.7684478795907, 40.62311855434875, -73.76843917378602, 40.623070590251224, -73.76843554890836, 40.62303690067643, -73.76843582077632, 40.62300657069823, -73.76844022100084, 40.622979267589585, -73.76845100801252, 40.62294752245568, -73.76846821543633, 40.62291356325723, -73.76849084550443, 40.622878149824736, -73.76853310389194, 40.622819184899434, -73.76857710265705, 40.62275829454079, -73.76861691706239, 40.622705397793816, -73.76865503456112, 40.622657190245285, -73.76869224806121, 40.622612684717616, -73.76873178232648, 40.62256861699821, -73.76877366533301, 40.622525439203635, -73.76881779387438, 40.62248326188825, -73.76886405647507, 40.62244219468913, -73.7689132762468, 40.622406858042616, -73.76901031972565, 40.62233417911734, -73.76915807080141, 40.62220316427817, -73.76934407412743, 40.622082683781194, -73.76948048834387, 40.62192721728213, -73.76957528561097, 40.62184786229743, -73.76964230646126, 40.6217070791087, -73.76966573062383, 40.62154707691763, -73.76970857157973, 40.62138790967988, -73.76970255462784, 40.621294135125936, -73.76963894593247, 40.621218937346065, -73.76964257059991, 40.62119188117792, -73.76969182418598, 40.621136424768814, -73.76978389080756, 40.62104383544807, -73.76990096383439, 40.621001827181225, -73.76996652855652, 40.62092716181564, -73.77006318813956, 40.62074540262057, -73.77017180168977, 40.620576209732384, -73.77021505794325, 40.6204417742009, -73.77030929473959, 40.620346525945884, -73.77040387877106, 40.6202230892188, -73.77037789978252, 40.62017308258862, -73.77039744884642, 40.62010241522871, -73.77048547359858, 40.619907078337604, -73.77054942313828, 40.619788493577325, -73.77061878172887, 40.61974516552186, -73.77063894867393, 40.61973256871314, -73.77073459765161, 40.61971875997099, -73.77106504904457, 40.619773354488956, -73.77136668214644, 40.619901971411984, -73.77158489436479, 40.6200298202676, -73.77184554584868, 40.62013560096408, -73.77191499761246, 40.62021876794831, -73.7719266621325, 40.62039997641438, -73.77183929202536, 40.62072119175902, -73.77181323013656, 40.620792549738326, -73.7716777708607, 40.62116344411596, -73.77146889271286, 40.621600878853314, -73.7712489262594, 40.62203587593003, -73.77109191813486, 40.62226321840568, -73.77107403780549, 40.62229808798576, -73.77106369242205, 40.62232241393259, -73.77105488700566, 40.62234707523838, -73.77104767039931, 40.622371959435334, -73.7710379577646, 40.62241957237143, -73.77102290341479, 40.622537048070654, -73.77101266321641, 40.62259029452732, -73.77100515372025, 40.622615450095665, -73.77099450706781, 40.622642824607375, -73.77095706508422, 40.622720259856536, -73.77094545441605, 40.62274028237184, -73.77092972732629, 40.62276168979335, -73.77086930144758, 40.62282956068328, -73.77084890858637, 40.622855031860944, -73.77083261187673, 40.62288123161893, -73.77082260302491, 40.62290628043346, -73.77081581233651, 40.622934432562126, -73.77081107770874, 40.622963722548064, -73.77080838593355, 40.62299421160074, -73.77080772841592, 40.62302599425808, -73.77080909684248, 40.62305908311088, -73.7708124913716, 40.6230937771331, -73.77081793948363, 40.623130334829426, -73.77082551606406, 40.62316932097693, -73.77083158929536, 40.62319695753427, -73.77083683767599, 40.623214587633846, -73.77084359548346, 40.62323009730808, -73.7708520285608, 40.623243375222465, -73.77087037862941, 40.62325906379099, -73.77089752813967, 40.62327048070046, -73.77092909752811, 40.62327578375299, -73.77095187931847, 40.62327502407684, -73.77098202855247, 40.623267455808566, -73.77100450017277, 40.62325789108854, -73.77102615043931, 40.62324521251994, -73.77104681002349, 40.62322951342049, -73.77106643757689, 40.62321078830514, -73.7710845980952, 40.6231894046223, -73.77110096408673, 40.623165740840896, -73.77111502838792, 40.623140528977764, -73.77114771842302, 40.623070260490735, -73.77117584430823, 40.62300060967373, -73.7711802077125, 40.622984753840655, -73.77118817043963, 40.62293873674186, -73.77119334586386, 40.6229252671099, -73.7712051155961, 40.622909166665345, -73.77122332917719, 40.62290709028428, -73.77123252052905, 40.62291982756509, -73.77124391948809, 40.62295052567149, -73.77127083308632, 40.62304800953257, -73.77127932752649, 40.62307029997438, -73.77128801294117, 40.623086525771434, -73.77131546894283, 40.62312507955917, -73.77134227106122, 40.623156489989874, -73.77137020503845, 40.62318283812253, -73.77139975050449, 40.62320452744397, -73.7714187154412, 40.62321188010346, -73.77144580385598, 40.62321389439904, -73.77148960080795, 40.62321159507501, -73.7715080738758, 40.623211764168914, -73.77152603072186, 40.623214622096754, -73.7715699212992, 40.62324125403743, -73.77160006667683, 40.623265871199536, -73.77163113555203, 40.623294849620926, -73.77167199195885, 40.623336462002044, -73.77173065428192, 40.62339848496245, -73.77180690555033, 40.62348149617949, -73.77182059142943, 40.62349639368312, -73.77185625267414, 40.62353521757203, -73.77186959710156, 40.62354974427707, -73.77193385583338, 40.62361802246448, -73.77204027324608, 40.623725016661425, -73.77215196859845, 40.62383219682046, -73.77220353020772, 40.62388167378161, -73.7722440608229, 40.62391887454764, -73.77229106696066, 40.62395919402952, -73.77244736061805, 40.62408524893667, -73.77250127739354, 40.624130084625065, -73.77255013042699, 40.62417337847992, -73.77259220623829, 40.62421401497239, -73.77262949670215, 40.62425429708481, -73.77266769013738, 40.624300486600774, -73.77270423182686, 40.62434862066952, -73.77280025984992, 40.624480466956435, -73.7728308769835, 40.6245195642331, -73.77285989468592, 40.624553910783824, -73.7729536661362, 40.62466032801329, -73.7730124076984, 40.624724764765105, -73.7730688628226, 40.6247831742751, -73.77312248992217, 40.62483459011734, -73.77318369098606, 40.624888341524745, -73.77323921708083, 40.624931548288345, -73.77326646278263, 40.62495045537433, -73.77329352989803, 40.62496766281467, -73.7733205847095, 40.62498327719916, -73.773347738095, 40.62499736268352, -73.77336614722336, 40.62500537040447, -73.77338786125834, 40.625012931673794, -73.77347258923545, 40.62503610161004, -73.77350573689213, 40.62504715239841, -73.77352232621863, 40.62505438115879, -73.77354899659888, 40.62507081150626, -73.77358252740379, 40.62510724066522, -73.77359929804616, 40.62513419302572, -73.77365256549365, 40.625244117587954, -73.77366808032457, 40.62526918537247, -73.77369569829527, 40.62530456005123, -73.77372104969206, 40.6253349728832, -73.77374891753637, 40.625366034535716, -73.77377959146338, 40.625398074267565, -73.77381366622465, 40.625431715508064, -73.77387772413819, 40.625491315654315, -73.77404780390461, 40.62564363220174, -73.7741651448142, 40.62574933740409, -73.77428866680269, 40.62585488892377, -73.77441850897311, 40.6259604022806, -73.7745548622912, 40.626066035419136, -73.7746477530366, 40.62613367930301, -73.77474919691856, 40.62620428818072, -73.77485992089478, 40.62628135387951, -73.77495036252753, 40.62634818134906, -73.77540665773677, 40.62669999475874, -73.77562120803798, 40.62686532011325, -73.7756728206718, 40.62690389026194, -73.77573038270494, 40.62694471159286, -73.77579530184369, 40.62698883505057, -73.77588027255614, 40.62704489706837, -73.77590154917324, 40.62705664353691, -73.77594847377605, 40.62707714804132, -73.77596714511841, 40.62708652734944, -73.77598429856033, 40.62709811177861, -73.77599645136263, 40.62711072476497, -73.77600979907984, 40.62713320440394, -73.7760210254316, 40.62716231946255, -73.7760399894665, 40.62723347428654, -73.77604975661451, 40.62726034149643, -73.77606265815879, 40.62728653221425, -73.77607848868607, 40.627311622793336, -73.77609700011477, 40.62733522462405, -73.7761145208922, 40.62734267995158, -73.77616390106391, 40.62733944506675, -73.7761828594646, 40.62734255635972, -73.77622347302017, 40.62736088991178, -73.77631043392148, 40.627403150468666, -73.77634637599516, 40.62741917945569, -73.77644160790052, 40.62745942082085, -73.77647294149862, 40.62747056087453, -73.77650198305017, 40.627478962477234, -73.77666350376587, 40.627517153236134, -73.77674081928956, 40.627537177033744, -73.77680330904244, 40.62754966163949, -73.7768459259378, 40.627556784651105, -73.77687367411772, 40.6275614221661, -73.7771123378231, 40.62759433092789, -73.77713842135434, 40.627599122743256, -73.77716116005872, 40.62760000520457, -73.77717968799011, 40.62759154288192, -73.77719319438012, 40.627573013788066, -73.77720735197953, 40.62754139325571, -73.77721721234568, 40.627529158050585, -73.77723669881215, 40.6275192756509, -73.77725853089792, 40.62751627688476, -73.77727911026574, 40.62751607091013, -73.7772998247078, 40.627517181757476, -73.77732230992777, 40.62751999261549, -73.77742367817734, 40.62754068659881, -73.7774481583951, 40.62754424332503, -73.77747034138123, 40.62754589279529, -73.77750098698682, 40.627544719291095, -73.77753207601855, 40.627539230431715, -73.77756190784316, 40.62752972730322, -73.7775886722004, 40.627516778236526, -73.77760110399826, 40.627505013543214, -73.77761465506457, 40.62748013039854, -73.7776263166231, 40.62746611920965, -73.77764409154366, 40.627458018266445, -73.77768099383019, 40.627450943983, -73.77770916755048, 40.627449539612286, -73.77776185519144, 40.62744972881992, -73.7778530456612, 40.627451298162896, -73.77805515637374, 40.6274605604527, -73.77814163223117, 40.62746138743988, -73.77826989498065, 40.62745806790554, -73.77848517530911, 40.627449753221846, -73.77872796837612, 40.627439737771596, -73.77890147830927, 40.62742950214233, -73.77894228660101, 40.627425680449335, -73.77898342361067, 40.62742003041231, -73.77902474625608, 40.62741257156747, -73.77906607950746, 40.62740333419598, -73.7791072695979, 40.62739235222231, -73.77914808703996, 40.62737968283917, -73.77918832003367, 40.62736539588098, -73.77922773784199, 40.62734956925073, -73.77928218627777, 40.627326590696015, -73.7793132309637, 40.62731156113357, -73.77933951817991, 40.627295513846654, -73.77936003934565, 40.62727856847347, -73.77940009643696, 40.62723629556211, -73.77944566580086, 40.627182279589995, -73.77947400327137, 40.627145221609275, -73.77953652459128, 40.62705587819354, -73.77956636109607, 40.62701617732874, -73.77957941861801, 40.62700234241937, -73.77959635062578, 40.62698882381541, -73.77961826983204, 40.62697474743957, -73.77966788075922, 40.62694694703619, -73.77968853414268, 40.626934288345254, -73.77970828290306, 40.62691961524922, -73.77972329272556, 40.62690476377203, -73.77973715854613, 40.62688665651286, -73.77975025702865, 40.62686576336592, -73.77979356775823, 40.62677898011263, -73.77980463277486, 40.626759677890206, -73.7798159081505, 40.626742888527744, -73.7798493112521, 40.626699287051444, -73.77988738174368, 40.626653526042666, -73.77993098593821, 40.62660453643363, -73.77998384891342, 40.626548110000066, -73.78001190366082, 40.626520994015195, -73.78004583508492, 40.62649238089112, -73.78015919612066, 40.6264077612719, -73.78019528712426, 40.62637940347892, -73.78022451572515, 40.62635397006153, -73.78024920967007, 40.62632950053379, -73.7802637550789, 40.6263105993479, -73.78027556441859, 40.62628772792975, -73.78028385382106, 40.62626491462102, -73.78029871395144, 40.626215027046136, -73.78030945730524, 40.62618708994806, -73.78032063767954, 40.6261674961263, -73.78033416711546, 40.626150948757385, -73.78035148314028, 40.626135194777575, -73.78037308693075, 40.62611914190798, -73.78044773596002, 40.62607293098149, -73.78047183282767, 40.62605673426796, -73.78049159749494, 40.62604104617812, -73.7805074629765, 40.62602537585539, -73.7805561456919, 40.62596861608748, -73.78059302045028, 40.62592031488787, -73.78062226804883, 40.62587497084772, -73.78064448884909, 40.625831525203004, -73.7806501913315, 40.62581648564673, -73.78065490312316, 40.62579936489299, -73.78066925177323, 40.62572553769678, -73.78067445239516, 40.62570891856536, -73.78068082170522, 40.625694162143056, -73.78070511910443, 40.625647809957925, -73.78072933188655, 40.62560597823032, -73.78075413637308, 40.62556750567518, -73.78077984497516, 40.6255319147103, -73.78080286065173, 40.62550332287125, -73.7808293942526, 40.62547310508637, -73.78089966157438, 40.62540042004868, -73.78094339125187, 40.62536025541434, -73.78105554566635, 40.62526854819538, -73.78110377336094, 40.62522516909482, -73.78112040370907, 40.6252078990136, -73.7811358550054, 40.62518975948196, -73.78115003116028, 40.62517085928074, -73.78116284431898, 40.6251513189132, -73.78117421371849, 40.625131258896076, -73.78118406919758, 40.62511081057262, -73.78119234652529, 40.62509009899369, -73.78119899327795, 40.625069252834535, -73.78120969176486, 40.62504725991553, -73.78128306309175, 40.62489629810248, -73.78139725469725, 40.624776541337205, -73.78144712353294, 40.62471797879533, -73.7815990167443, 40.62455917928525, -73.78162440673225, 40.624517039822614, -73.78167215107115, 40.62442748525561, -73.78168030897503, 40.624409247149934, -73.78168568825464, 40.62439462837157, -73.78169358595646, 40.62438078162066, -73.78170199425847, 40.624354639199346, -73.7817098372671, 40.62433546935288, -73.78171832111893, 40.62431838543298, -73.7817312294576, 40.62429313046369, -73.78173866136119, 40.62427859662682, -73.78174718185507, 40.62426186848085, -73.78175599188121, 40.6242447860778, -73.78176400644779, 40.62422844239387, -73.78177155173286, 40.62421248234181, -73.78178032044752, 40.62419682538613, -73.78178923343445, 40.62418114168789, -73.78179721009022, 40.62416518245286, -73.7818033075926, 40.624151743816334, -73.78181530690556, 40.624128326880225, -73.7818269202618, 40.62410221844806, -73.78182862567353, 40.62407655768346, -73.78182708696725, 40.62405121945316, -73.78182882434304, 40.62403747356709, -73.78184082958418, 40.6240129571009, -73.78184732634641, 40.62398692090457, -73.78185604968911, 40.62397428330995, -73.78186383684636, 40.62395011634495, -73.78186456886557, 40.62393551665601, -73.78188025048948, 40.6239212452056, -73.78190663365753, 40.62390597916561, -73.78191589663712, 40.62389348127059, -73.78192580439206, 40.62388150510006, -73.78193751997152, 40.62386821489278, -73.78195207901364, 40.62384482981278, -73.78196779171189, 40.62382103357881, -73.78197698013676, 40.62380892006065, -73.78198682100914, 40.62379606484768, -73.78199644098908, 40.623783896313896, -73.78201179250028, 40.62376103413168, -73.78202764696063, 40.623736882451645, -73.78204336299154, 40.62371168770141, -73.78205328589263, 40.62369614367681, -73.78207097725316, 40.623672983346694, -73.78208021041793, 40.62365801434689, -73.78209325810714, 40.62363415991293, -73.78210129632872, 40.62362138322074, -73.78211711182571, 40.623599371997244, -73.78213443799183, 40.62357728258732, -73.78214445960616, 40.623564071096084, -73.78216165430867, 40.623538439676274, -73.78217475832948, 40.62351867461417, -73.78218402004134, 40.62350653330189, -73.7821937869616, 40.62349458385682, -73.78220373303166, 40.62348206021678, -73.78221393202115, 40.623469535253875, -73.7822228744624, 40.623455992119965, -73.7822330036935, 40.623443111316696, -73.78225389071288, 40.623422839585096, -73.78227513183158, 40.62340451635133, -73.78228626290174, 40.62339355825604, -73.78229689101387, 40.62338207870499, -73.78230784707131, 40.62336933634028, -73.78232470907929, 40.62334675073482, -73.78233998835645, 40.623323503848034, -73.78235443132408, 40.62330192854753, -73.78236163787675, 40.62327850247937, -73.78236668833163, 40.62325446807817, -73.78237253781988, 40.62323946473273, -73.7823824441442, 40.62321736033832, -73.78239120039314, 40.623205080272264, -73.78240042647852, 40.62319296589057, -73.78241692622986, 40.62317054348084, -73.78243839036902, 40.62314975140487, -73.78245484723865, 40.623140478344425, -73.78250771130477, 40.6230582813766, -73.78255693833026, 40.62298453341541, -73.78260447607457, 40.622916321355056, -73.78265110346406, 40.622852535424975, -73.78269350945665, 40.622799194766934, -73.78279396304607, 40.62268088478676, -73.78283631294228, 40.62262619138399, -73.78305184547035, 40.622324780839946, -73.78319151320471, 40.62213381556493, -73.78332599560939, 40.6219533503492, -73.78336222284693, 40.62191026285797, -73.78343226210015, 40.62183629078127, -73.78345805735496, 40.621807713546126, -73.78361728670062, 40.6216219049667, -73.78367469901987, 40.621552574583625, -73.78372576432989, 40.621488860500364, -73.78388555486401, 40.621278551169986, -73.78399356089592, 40.62114226277802, -73.78403924524919, 40.62108277900636, -73.78418838839775, 40.6208789285111, -73.78434775700698, 40.620664062892374, -73.78436277629997, 40.62064662181809, -73.78440261560071, 40.62060626305246, -73.78441955663537, 40.62058402128391, -73.78442443215735, 40.62056079963167, -73.7844357774834, 40.62054691592869, -73.78445776460401, 40.62054267606854, -73.78451922257634, 40.62053016414742, -73.78454193305673, 40.620526258820604, -73.78456751889414, 40.62052308199787, -73.78465346491757, 40.62051613339804, -73.78468526649301, 40.62051277007744, -73.78475839856196, 40.62050238351519, -73.78485024843208, 40.620489336673266, -73.78499960260895, 40.62046461127252, -73.78503166423504, 40.620459750772575, -73.78505195585882, 40.62045793453815, -73.78507022794037, 40.620458266774705, -73.78508827415207, 40.620461580218056, -73.78510561738572, 40.62047804718632, -73.78511398320504, 40.62049463425076, -73.78511520325274, 40.62051322602996, -73.78510894029637, 40.62053615244763, -73.78512109231669, 40.620564590268835, -73.78513452923393, 40.62057899763863, -73.78515140878454, 40.62059266850924, -73.78517197496902, 40.620605800549754, -73.78519401154232, 40.62061739994218, -73.78522026522481, 40.6206292449474, -73.78531324464694, 40.620665541307524, -73.78535693821863, 40.620684058405914, -73.78538130565974, 40.62069226534111, -73.78540477476764, 40.62069647857536, -73.78542611213484, 40.62069583490693, -73.78544893265233, 40.620691155156585, -73.78926213645225, 40.622923062044855, -73.78925692891669, 40.62294037135298, -73.78925839827217, 40.622965351846915, -73.78926176596886, 40.62299398653993, -73.78925406452778, 40.62301472316855, -73.78922997048291, 40.62301308597302, -73.78923164188645, 40.62303134263397, -73.7892356340759, 40.623044854192536, -73.78923898312534, 40.623068164060626, -73.78920743462209, 40.62307678005415, -73.78918765751902, 40.62307712741262, -73.78919700746717, 40.62309350345419, -73.78919328876187, 40.62310790770119, -73.78916541140582, 40.62310631938718, -73.78915886133603, 40.62312659165, -73.78914261747927, 40.62314879306343, -73.78912387839746, 40.62315164126546, -73.78911271011727, 40.623163149271534, -73.78908461633989, 40.623161972980405, -73.7890703505068, 40.62317344738328, -73.78905212377285, 40.62319592070571, -73.7890306917278, 40.62320683353572, -73.78902625162058, 40.62322137243232, -73.78899366506072, 40.62322746139642, -73.78896897647162, 40.62324339225418, -73.78895360069802, 40.62325266732954, -73.78893574612984, 40.623260209748814, -73.78891731762613, 40.62327807290344, -73.78890291258884, 40.62328795490563, -73.78888789184063, 40.623299318035826, -73.7888733839343, 40.623307717585, -73.78884875500214, 40.623327187580905, -73.78882561808445, 40.6233416371963, -73.78880699878287, 40.62335143039829, -73.78877869997729, 40.62336908268618, -73.78876426039893, 40.62337866293241, -73.78874924056151, 40.62338972437105, -73.78873343064714, 40.62339985141421, -73.78870690262548, 40.62341588599756, -73.78868055657105, 40.623431182480644, -73.78866482363533, 40.62343938703981, -73.78863879739549, 40.62345594573357, -73.78862385595856, 40.62346500363683, -73.78860237566161, 40.623480280231455, -73.78857615793001, 40.623500569424685, -73.78854976748971, 40.62351866462081, -73.78853539514208, 40.623529013107834, -73.78850921848611, 40.6235482622575, -73.78849305377828, 40.62355657496213, -73.78846501760137, 40.623571482862594, -73.78843704374584, 40.62358872412534, -73.7884228925844, 40.62359863355019, -73.78839484281903, 40.623616698641285, -73.78837971901244, 40.62362622174733, -73.78835726741347, 40.62364103093791, -73.78834117231605, 40.623650113696264, -73.78832327318939, 40.62366009815607, -73.78830540623483, 40.62367074365601, -73.78829125741936, 40.62367952921663, -73.78826721946879, 40.62369441651532, -73.78824042950292, 40.62371322321807, -73.78822540771577, 40.62372447549538, -73.7882121592945, 40.62373405876695, -73.78819583470566, 40.6237465459586, -73.78818091880704, 40.62375906185857, -73.78816841695087, 40.623770621346935, -73.78814389288638, 40.62379119002256, -73.78812004791835, 40.62381302157689, -73.7881062133347, 40.62382444172281, -73.78809296068574, 40.62383460040682, -73.78806883410478, 40.62385429178937, -73.78804715838828, 40.62387371212546, -73.78802538448527, 40.62389055227875, -73.78799963570019, 40.623910816089705, -73.78797475157751, 40.62393047813933, -73.78795084012428, 40.62395088310783, -73.78793841202854, 40.62396189428884, -73.78792537717621, 40.62397155986873, -73.78791234249746, 40.62398116961513, -73.78788973204442, 40.62399940761171, -73.7878678864877, 40.62401608370778, -73.78784300390674, 40.62403560795168, -73.78782967283611, 40.62404735948525, -73.78781518927435, 40.624059161120506, -73.78778683883323, 40.6240824683513, -73.78777210080969, 40.62409512140583, -73.78775837309304, 40.62410709102586, -73.78774208183123, 40.624121307218076, -73.78772796057893, 40.62413214955397, -73.7877134102121, 40.62414301991252, -73.7876987532437, 40.62415284726707, -73.78768452988918, 40.62416234402815, -73.78766954301094, 40.62417370706143, -73.78765448180614, 40.62418614157749, -73.78763996385891, 40.624197587420625, -73.78762724960345, 40.62420824233282, -73.78760398997655, 40.624227276036464, -73.78759185255693, 40.62423790229313, -73.78757751218099, 40.62425036424601, -73.78756266162722, 40.62426381492882, -73.7875474861961, 40.62427833392979, -73.78753480330832, 40.624290635045185, -73.78752103380528, 40.62430419578317, -73.78750907368713, 40.62431592099649, -73.78748840487482, 40.62433600317103, -73.78746330569206, 40.62435555484833, -73.78745102508788, 40.62436585123406, -73.78743226636685, 40.624385497474776, -73.78740899988779, 40.62440664555343, -73.7873983335359, 40.62441848211078, -73.7873860101045, 40.6244310855495, -73.7873627588146, 40.624447456373986, -73.7873401023626, 40.624468906341505, -73.78732000797766, 40.62448931823896, -73.78729916212747, 40.62450854725686, -73.78728396554396, 40.62452929690014, -73.78727246553451, 40.62454310945106, -73.787262735394, 40.62455525210475, -73.78724418217918, 40.6245789870678, -73.78722758013609, 40.624599789034484, -73.78721496410195, 40.62461332575525, -73.78719468084334, 40.62463623533095, -73.78717847597049, 40.62465701010946, -73.7871587959293, 40.6246831041431, -73.7871429245816, 40.62470157509651, -73.78712994979288, 40.62471456092426, -73.7871066787731, 40.62473743703596, -73.78708686342242, 40.62475998995145, -73.78707573116301, 40.62477149692505, -73.78706199875904, 40.6247852233726, -73.7870475052197, 40.624800429768456, -73.78703456693954, 40.62481344446971, -73.78702202809015, 40.62482536127183, -73.78667250979446, 40.62513407790176, -73.78665853773158, 40.62514360471919, -73.7866436304052, 40.62515288125493, -73.78661658673172, 40.62517160606046, -73.78660383917129, 40.62518184835779, -73.78659015310508, 40.62519211502681, -73.78657559881488, 40.62520334274113, -73.78656143874268, 40.62521547531017, -73.78654915502452, 40.625226652304534, -73.7865338468184, 40.62523746437338, -73.7865056939211, 40.62525377189147, -73.78649326591554, 40.62526497382657, -73.786469570476, 40.62528480345306, -73.78644527092696, 40.62530246259345, -73.78642557485497, 40.625321967346814, -73.7864122094004, 40.62533322516504, -73.78639816028735, 40.62534464470616, -73.78638471886909, 40.62535710817985, -73.78637358748708, 40.625367902773355, -73.78636057968927, 40.62538003655819, -73.786342475545, 40.625397708089814, -73.78633148279901, 40.62541097216991, -73.78631557783864, 40.62542837222453, -73.78630194743383, 40.62544300379575, -73.78629077893787, 40.62545467632171, -73.78627313145127, 40.62547588774513, -73.78625497515948, 40.62549764843914, -73.78623617925177, 40.62551836333481, -73.78621629592786, 40.62554020275909, -73.78620436567336, 40.625553164309025, -73.7861922935532, 40.62556576718587, -73.78618058529396, 40.625576944310374, -73.78616790199693, 40.62558921735724, -73.78615532510503, 40.625601847207584, -73.78614000136595, 40.62561672235294, -73.78612320124329, 40.625632391712216, -73.78610730555914, 40.625645757413835, -73.78608365452367, 40.62566308629174, -73.78605146272169, 40.62568125386723, -73.7860348635098, 40.625690279531675, -73.78601474253088, 40.62570805622115, -73.78599507712065, 40.62572934849484, -73.78597325416793, 40.62574860246805, -73.78595617599736, 40.62577245073201, -73.78594985844896, 40.62578764429405, -73.78594138106516, 40.62580151727031, -73.78593064796468, 40.625812641252985, -73.78591803323825, 40.62582598512122, -73.78590524114603, 40.62583861544382, -73.78589493137798, 40.625851880753686, -73.785883273467, 40.62586906892979, -73.78587114978102, 40.62588702438296, -73.78586075993984, 40.625902403067116, -73.78585015612941, 40.625917425645305, -73.78583952138803, 40.62593140445921, -73.78581948900445, 40.62595431335753, -73.78580174059009, 40.62597374058473, -73.78579125462025, 40.62598555031243, -73.78577986216447, 40.625999556525706, -73.78576781732214, 40.62601465745818, -73.78575617308287, 40.626028303891374, -73.7857451776973, 40.62604195333368, -73.78573454746211, 40.62605414731043, -73.78572239962322, 40.62606782251886, -73.78571179923294, 40.6260821300756, -73.78570213610308, 40.62609569824831, -73.7856899802316, 40.62611187058745, -73.78567576650717, 40.62612919085742, -73.78566068862717, 40.6261465644464, -73.7856466214574, 40.62616314475638, -73.78563551274712, 40.62617857701147, -73.78562335120412, 40.626196505351906, -73.7856034807156, 40.62622526160712, -73.78558194832921, 40.6262555240352, -73.78556927859607, 40.62627490486543, -73.78555928577588, 40.62629064267039, -73.78554994196398, 40.62630596834518, -73.78554027188783, 40.62632167793375, -73.78552872948934, 40.62633743896065, -73.7855151324872, 40.62635333393325, -73.7855026206346, 40.62636807645891, -73.78549147869187, 40.626382795423986, -73.78547346048275, 40.626406668876996, -73.78546297097789, 40.626419906796556, -73.78545135967747, 40.62643429529063, -73.78544188304329, 40.62644643736144, -73.78542134002274, 40.62647184418678, -73.7854081722865, 40.62648875393619, -73.78539623485507, 40.62650421343773, -73.78538758227776, 40.62651737103056, -73.7853803706523, 40.626530834788774, -73.78537293807683, 40.626545011347886, -73.78536481762185, 40.62656102548938, -73.78535764038153, 40.62657481980209, -73.7853440892049, 40.626599222976644, -73.78533630414269, 40.626611642856275, -73.78532887215161, 40.626626366931234, -73.7853167984492, 40.62665000561607, -73.78530410048786, 40.62666672441927, -73.78557488354987, 40.62679535790892, -73.78555893662723, 40.62681388253166, -73.78519479226603, 40.62664637375349, -73.78502894076226, 40.62657695045877, -73.78499875653625, 40.62658660975379, -73.78497470076968, 40.62659510081843, -73.78494760806714, 40.62660707302069, -73.78492848458896, 40.62661661700712, -73.78490120051323, 40.62663185413525, -73.78488694162473, 40.62664072011723, -73.7848577065865, 40.62665839760284, -73.78484419953507, 40.626667951184565, -73.7848292475738, 40.62667989024632, -73.78480360202308, 40.62670122515434, -73.78477997525235, 40.62672143728203, -73.7847523953068, 40.62673933666605, -73.7847389251593, 40.62674916496391, -73.78472646111551, 40.62676036844087, -73.78471216226517, 40.62677134785269, -73.78469984181453, 40.62678200227693, -73.78468535462198, 40.62679457345653, -73.78466099807923, 40.62681785767641, -73.78464453951516, 40.626838825232625, -73.7846337292978, 40.62685101967055, -73.78461420905155, 40.62687140425214, -73.7846012001061, 40.6268837035311, -73.78458135478766, 40.62690482772748, -73.78456021037681, 40.626926362826, -73.78454271024569, 40.626946670133776, -73.78452980421898, 40.626960396925604, -73.7845167929946, 40.626973025781936, -73.78450511854167, 40.62698491691287, -73.78449204147394, 40.62699633804221, -73.78447716640675, 40.62700638340332, -73.78446373111763, 40.627016734037184, -73.78445050582194, 40.62702903379394, -73.78442421853393, 40.627048444798305, -73.78441224809883, 40.62706231111117, -73.7843883367004, 40.62709262378534, -73.78437832035428, 40.62710454412802, -73.78436490496843, 40.62711969817466, -73.78435213304515, 40.627136526597546, -73.7843402705722, 40.62715135486334, -73.78432236663008, 40.627173691157594, -73.78431031696185, 40.62718975188441, -73.7842973996908, 40.62720729414277, -73.78428134987391, 40.627223870565174, -73.78426432499194, 40.62724189859892, -73.78425376949262, 40.627253133521855, -73.78423785234055, 40.62727363556464, -73.78422503572727, 40.62729293492307, -73.78421044168473, 40.627316923566696, -73.78419472926352, 40.62733989612087, -73.78417560290481, 40.62736192842238, -73.78416518817424, 40.62737384709793, -73.78415552758584, 40.62738683971059, -73.78414583047282, 40.627400160944596, -73.78413602230617, 40.627414196984105, -73.78412618202782, 40.62742683174951, -73.78411677672536, 40.62743872710131, -73.7840998831873, 40.62745996662029, -73.78408317058609, 40.627481536968354, -73.78406526759495, 40.62750316001006, -73.784055179029, 40.627515081089186, -73.78404573472875, 40.62752733206821, -73.78403708712946, 40.62753955842787, -73.78401659671886, 40.62756998731356, -73.78400591687404, 40.627586381073144, -73.78399520615777, 40.62760099083874, -73.78398463957974, 40.62761488675976, -73.78396930958074, 40.62763286390256, -73.78395129549618, 40.62765555563779, -73.78394257224396, 40.62766813935542, -73.78393291166, 40.62768110403301, -73.78392357492145, 40.62769406931835, -73.78391387652977, 40.62770739233114, -73.7839030930336, 40.62772183535456, -73.78389281319625, 40.62773732483026, -73.7838817370272, 40.62775308656697, -73.78386918642501, 40.62776865281906, -73.78385793372725, 40.627783810871485, -73.78384646144373, 40.627799983398795, -73.78383614385262, 40.627815443981675, -73.78382586162147, 40.62783093344677, -73.78381666672693, 40.627844612203816, -73.78380743296296, 40.627858977985625, -73.78379816364941, 40.6278733707155, -73.78378885774237, 40.62788847749008, -73.78378002225764, 40.62790248561071, -73.78377212416277, 40.62791572914898, -73.78375601552267, 40.62794015343986, -73.78374105821936, 40.627964171056824, -73.78372321908142, 40.627988264297784, -73.78371489169443, 40.62800084784205, -73.78370645570905, 40.62801411647903, -73.78368965915683, 40.628038896973635, -73.78368129632521, 40.628051837055686, -73.78367213798462, 40.62806515926279, -73.78366175277323, 40.62807957779805, -73.78364963266598, 40.628095391578995, -73.78363798611251, 40.6281095060635, -73.78362500971363, 40.62812257343803, -73.78361290079862, 40.62813493013052, -73.7836008594627, 40.62814904386824, -73.78358993167912, 40.62816420070456, -73.783579612694, 40.62817969097865, -73.78357030551575, 40.62819479683235, -73.78356207880502, 40.62820984978738, -73.78355323340935, 40.628226521616924, -73.7835436289678, 40.62824508671593, -73.78353224970253, 40.62826496503622, -73.78352040906925, 40.62828423823619, -73.78350737284559, 40.62830479963226, -73.78349386005432, 40.62832725482852, -73.78348046245836, 40.628348445906596, -73.78346742502495, 40.62836900819628, -73.78345547033737, 40.628389543706994, -73.78344354622541, 40.62841194605698, -73.7834324545204, 40.62843242825885, -73.78342205361263, 40.62845165012902, -73.78341241009801, 40.628470215143096, -73.78340135287478, 40.628491356589265, -73.78339029691416, 40.628512471021004, -73.78337793898703, 40.62853487164614, -73.78336420611667, 40.6285591922945, -73.78334941933105, 40.628586667286285, -73.78333426998991, 40.628614772858995, -73.7833193345686, 40.628642878832856, -73.78330374449796, 40.62867348161994, -73.78328957077962, 40.628700326493046, -73.7832761963784, 40.628725251156254, -73.78326282314912, 40.62875017582011, -73.78325103271406, 40.62877505033546, -73.78323896103439, 40.628798083651574, -73.78322598860885, 40.62882114318428, -73.78321135607422, 40.62884548823277, -73.78319657609222, 40.628870466068534, -73.78317934674244, 40.62889554734599, -73.7831611728379, 40.628922495423296, -73.78313967119053, 40.62895396504748, -73.78306546170137, 40.62907434916293, -73.78305378311823, 40.62909858990075, -73.78304557345261, 40.629119600705884, -73.78303793821577, 40.62914061169377, -73.78303002191822, 40.629159727451764, -73.7830212426085, 40.6291788965124, -73.78301307846493, 40.62919680600198, -73.78300607210689, 40.629213426327084, -73.78299957138341, 40.6292290309163, -73.78299293191786, 40.629243319580176, -73.78298654887615, 40.629256536205524, -73.78297991404636, 40.629269397549464, -73.78296722698262, 40.62929333560003, -73.78294316566377, 40.62932532265773, -73.78293200208985, 40.62934563987863, -73.78292481148328, 40.629363660162944, -73.78291860289596, 40.62937846923727, -73.7829138399324, 40.62939180058202, -73.78290958166453, 40.62940513287953, -73.78290312896, 40.62942776432946, -73.7828972111217, 40.62944257485204, -73.78288932324052, 40.62946383209561, -73.78288254543062, 40.6294872058612, -73.78287758306523, 40.62950660094514, -73.78287349417259, 40.629523089891755, -73.78287105500084, 40.629542216881966, -73.78287043069325, 40.62955681857276, -73.78286590109903, 40.629587057662434, -73.78286537510456, 40.62960522740821, -73.78286557024693, 40.629622629469814, -73.78286472490593, 40.62963868508653, -73.7828497524601, 40.629667504140905, -73.78283510492689, 40.629685098796415, -73.78282623066352, 40.62969962907159, -73.78281890024064, 40.62971591828072, -73.78281192235774, 40.62973465307341, -73.78280563810488, 40.6297501761124, -73.78279990226319, 40.62976389013719, -73.78279388328171, 40.62978688170801, -73.7827918156197, 40.62980189040896, -73.78279074120705, 40.6298222266751, -73.78279093516701, 40.62983998624156, -73.78279474546109, 40.62985390921073, -73.78280551890634, 40.629875421427705, -73.78281192166355, 40.62988995354398, -73.78281774921228, 40.62990363267922, -73.78282629323273, 40.629924125794226, -73.78282482280076, 40.62994339239242, -73.78282011564751, 40.62996207474141, -73.78281220957116, 40.62997836376292, -73.78279484460839, 40.63000067381738, -73.782772943787, 40.6300217127673, -73.78276827966167, 40.63003806374317, -73.78278003534383, 40.63005631072307, -73.78279026242939, 40.63006920301017, -73.78279846096905, 40.630085083899665, -73.78280230439535, 40.63009936353757, -73.78280888969078, 40.63011301798925, -73.78282324985521, 40.63013944932811, -73.78283510312016, 40.63014987545071, -73.78285157314548, 40.63015959527685, -73.78288026688821, 40.63017705205818, -73.7828924180731, 40.6301958211755, -73.7829070767762, 40.63021915256918, -73.78292376269711, 40.63023990779213, -73.78293546655327, 40.63025230846735, -73.78294609347854, 40.630263664303605, -73.78297110154521, 40.630284490161834, -73.78298562575817, 40.63029321752222, -73.78301482983159, 40.63030897324572, -73.78303939726625, 40.63032137207078, -73.78306684160538, 40.630334515647455, -73.7830852982374, 40.63034253720106, -73.78311406660606, 40.63035889632758, -73.7831292441494, 40.63036663792974, -73.78316304038907, 40.63037691089257, -73.78319292960006, 40.63038081158707, -73.78321119331859, 40.63038164118613, -73.7832315811622, 40.63038280527863, -73.78324991042454, 40.63038492634393, -73.78328213282046, 40.63039212282241, -73.7833001327253, 40.6303963009522, -73.78331957022768, 40.63040111485553, -73.78334232207867, 40.63040700392094, -73.78336517458439, 40.630414293483575, -73.78338254646596, 40.63042332873449, -73.7834044988336, 40.63044247466987, -73.78341714716505, 40.6304527077168, -73.78344465602208, 40.63046749928, -73.78347952679285, 40.63046866268965, -73.78349949174671, 40.63045591016852, -73.783516205369, 40.63043431289668, -73.7835256326434, 40.630416900138584, -73.78353432713841, 40.63040165625865, -73.78354615148682, 40.63038861194243, -73.78356012868302, 40.630377249350566, -73.78358012882758, 40.63037550126308, -73.78361354939713, 40.630379901981435, -73.78363442517758, 40.63038551189843, -73.78365634382497, 40.63039247185566, -73.78367437737063, 40.63039758293117, -73.78369736770738, 40.63040684843273, -73.7837233747197, 40.630419687473264, -73.78375831283084, 40.63044456617738, -73.78378214732594, 40.63046033952248, -73.78379909684882, 40.630476813129896, -73.78381980072976, 40.63050339405081, -73.78383253713066, 40.63051966792029, -73.78384319041366, 40.630533164263696, -73.78386030747014, 40.630554853100875, -73.78386783046834, 40.63056773930701, -73.78388035408791, 40.63058329775646, -73.78389492870423, 40.630599877649566, -73.78391235331968, 40.630614566397384, -73.78392704712566, 40.63062719411849, -73.78394167393354, 40.63063861231049, -73.78396508740678, 40.63066179522293, -73.7839816124735, 40.63067651018607, -73.78399626679115, 40.63069075606238, -73.78400861745335, 40.63071485022228, -73.78401704234415, 40.630727740814145, -73.7840296644415, 40.630746126171026, -73.78404026276222, 40.6307664033244, -73.78404583535247, 40.63078044032442, -73.784050582298, 40.630794667584674, -73.78405561881, 40.630808536980744, -73.78406115935262, 40.630821886821366, -73.78407577680899, 40.630846810109176, -73.7840869669471, 40.630873784652096, -73.78409250761705, 40.630887464082484, -73.78409815700388, 40.63090078710992, -73.78410459376973, 40.63091515442017, -73.78416853441942, 40.631019497296215, -73.78419898291628, 40.631083390662155, -73.78422688253114, 40.63113465841861, -73.78425539400433, 40.631186434309924, -73.78428343902813, 40.6312399158081, -73.78431587451989, 40.63128922981406, -73.78435101557976, 40.63132137772962, -73.78439249356573, 40.63135932607353, -73.78444595541485, 40.63140036404781, -73.78448962142322, 40.63144489207045, -73.78454932040096, 40.631476181828184, -73.78460637521871, 40.631513352413606, -73.78466532402862, 40.63154565109109, -73.7847301007115, 40.63157265837567, -73.78479403528777, 40.631600941888216, -73.78485476169985, 40.63163370216084, -73.78492039288432, 40.63166298835688, -73.78498456377004, 40.63169135235139, -73.78504267066731, 40.631726792081686, -73.78509863222278, 40.631761514559145, -73.78515846141767, 40.631794755673106, -73.78521767313396, 40.631829262636735, -73.78527611757326, 40.63186273343695, -73.78533536245301, 40.631899461989235, -73.78539718907466, 40.631934670745764, -73.78544601622119, 40.6319550947557, -73.78551149750626, 40.6319786079864, -73.78558149326842, 40.63199981525707, -73.78565338926366, 40.632014551274246, -73.78572425554691, 40.63202603894554, -73.78579843997043, 40.63203304545367, -73.78587419807532, 40.632039189442935, -73.78594635510507, 40.63203854034451, -73.78600592958682, 40.632041575232435, -73.78607266748249, 40.632069929886725, -73.78613083674573, 40.63210278918452, -73.78617248799367, 40.63212401991258, -73.7862244458645, 40.63212477210729, -73.7862765305921, 40.632130942054545, -73.78634352640243, 40.63215448734255, -73.78640979035433, 40.63217921451766, -73.78647845800222, 40.632201536321475, -73.78654005075275, 40.63221036053389, -73.78661246150664, 40.63221876713702, -73.78668550104868, 40.63222608432891, -73.78675590456366, 40.63223936434461, -73.78682912354833, 40.632251204199235, -73.78690101238803, 40.63226576021775, -73.78697002173013, 40.6322844298436, -73.78703174752279, 40.632314575696775, -73.78709175593315, 40.632348785093626, -73.78714956174346, 40.63238316868479, -73.78720980736621, 40.63241568007428, -73.78725146182889, 40.632445711216455, -73.78730172337889, 40.63248589454048, -73.78735155297922, 40.63252662816278, -73.78740439956506, 40.63256538169077, -73.78745543455551, 40.63260846695788, -73.78749641289704, 40.63265638922997, -73.78753489382032, 40.632705379393904, -73.7875767097227, 40.63275015225832, -73.78761620764327, 40.632798664295024, -73.78765977352967, 40.63284514775052, -73.78770316143171, 40.63289074924952, -73.78774964303297, 40.63293552436059, -73.78779516382826, 40.63297988884237, -73.78784451522803, 40.633022155854334, -73.7878942522285, 40.63306324567352, -73.78794516859557, 40.63308696657961, -73.78801190703236, 40.63310829603232, -73.78806132681153, 40.633135804423915, -73.78810766246548, 40.63318013966459, -73.78815172440538, 40.63322358458366, -73.7883759205718, 40.63344483330171, -73.78842951336959, 40.633484267619664, -73.78848349793313, 40.633524306883096, -73.78853973299367, 40.63355955227976, -73.7885816703712, 40.633579794782484, -73.78864756085649, 40.63360595720609, -73.7887096889356, 40.63363511051498, -73.78876929019597, 40.63367013235117, -73.7888263602138, 40.63370570062667, -73.78888832844197, 40.63373947862465, -73.78894952014123, 40.63377213131243, -73.78900703985103, 40.6338057254788, -73.78906816646662, 40.63383731626843, -73.78912800840114, 40.63387073092745, -73.7891854761213, 40.63390699315437, -73.78924802014456, 40.63393897277036, -73.78930557569083, 40.63397478753844, -73.78936163498226, 40.63401092642589, -73.78941168534423, 40.634051383989025, -73.7894455005414, 40.63409513292567, -73.78945957911732, 40.63414897748444, -73.78945555986752, 40.63419027615475, -73.78942666310306, 40.6342416889538, -73.7894293452764, 40.63426975592272, -73.78945872842738, 40.63428710694957, -73.78948529254946, 40.63429016873274, -73.78950936739109, 40.6342838218049, -73.78951884842185, 40.63426328295216, -73.78954393882935, 40.63421077173106, -73.7895743981877, 40.63416010109057, -73.78962301225528, 40.634119300058394, -73.78967339042875, 40.63407870124781, -73.78972069929647, 40.63406043874548, -73.78979120855844, 40.63404545511562, -73.78986280467022, 40.63403629440111, -73.78993373255628, 40.634022362357804, -73.78999663198029, 40.63401179436528, -73.7900321891676, 40.63400843371676, -73.79008052591466, 40.63400381224522, -73.79013173513265, 40.63399991191101, -73.79019882809047, 40.633993207495955, -73.79027097735617, 40.633988914856516, -73.79028694404039, 40.63396234977205, -73.79031690384905, 40.63395683828639, -73.79039021695424, 40.633954188445124, -73.79041268148666, 40.63395315867491, -73.79046406072528, 40.63395080740006, -73.79053819692136, 40.63394652451751, -73.7905983782206, 40.633927051388525, -73.79065640986848, 40.63389459779668, -73.79072099722036, 40.633867758253245, -73.79076099775136, 40.633865860709804, -73.79079943597367, 40.633880816275024, -73.79081275361095, 40.633898697849794, -73.79080047844667, 40.633924586227565, -73.79076683161153, 40.6339746714561, -73.79073926487617, 40.63402674258423, -73.7907120886246, 40.63407942406945, -73.79066842569844, 40.63412625096023, -73.79065940879619, 40.63414854947122, -73.79066663385082, 40.63416426502149, -73.79069849620156, 40.634213600470694, -73.79074517477414, 40.6342560540733, -73.79078073897435, 40.63428856638667, -73.79081471406802, 40.634309912030965, -73.79084056215238, 40.63430649294497, -73.79090703117595, 40.634285089567584, -73.79097218423739, 40.634261515303386, -73.79104183675577, 40.634244165480254, -73.7910801060751, 40.634237269485695, -73.79113066266002, 40.63424855842045, -73.79119348311298, 40.634277591870514, -73.79125127935373, 40.634311707714254, -73.7912824005935, 40.634351742868084, -73.79130534492431, 40.63440559608517, -73.79130902754805, 40.63446099565553, -73.79129523890607, 40.63451502353866, -73.79127916907261, 40.634571630875506, -73.79126155692772, 40.63462776263608, -73.79125241844808, 40.63468330102501, -73.79124228050765, 40.63473789835426, -73.79123396571903, 40.63479349316831, -73.79124461459502, 40.63482383126309, -73.79126721239054, 40.63487778741566, -73.79129362541171, 40.63493115434318, -73.79132582852183, 40.63498216340052, -73.79135991173297, 40.63503337037264, -73.79139662292151, 40.635083761726804, -73.79143024010637, 40.63513320461066, -73.79146733205435, 40.63518056187452, -73.79150919393273, 40.63522595743393, -73.79154832045987, 40.635274031573196, -73.79158686220022, 40.63532390748292, -73.79162726235204, 40.635371847924304, -73.79167165288493, 40.635418389866864, -73.79171863423701, 40.63546012139632, -73.79176827202107, 40.63550139484896, -73.79182148801192, 40.63554039553825, -73.79187430369173, 40.63557852557431, -73.79192696713002, 40.635616216756354, -73.79197922182061, 40.6356565006765, -73.7920320075318, 40.635695960655326, -73.79208200452216, 40.635737399415916, -73.7921160268905, 40.63578416197444, -73.79215853114157, 40.63583041845235, -73.79220283325643, 40.63587216565019, -73.79225039850137, 40.63589627841141, -73.792303816469, 40.63590665706565, -73.79237644071723, 40.635918250959975, -73.79244984364614, 40.63592919333583, -73.79252471567692, 40.63593945662086, -73.7925966875924, 40.63594645293741, -73.79266982046332, 40.63595340627611, -73.79274354970276, 40.63596397803785, -73.79281446321374, 40.6359760809684, -73.79288510530853, 40.63598766196432, -73.79295739541502, 40.635997667270175, -73.79302729772942, 40.63601567656965, -73.79309406561954, 40.63603735971698, -73.7931611054997, 40.63605787713949, -73.79323092826029, 40.636076420180906, -73.79329860019314, 40.63609593637923, -73.79336923241223, 40.63610733875623, -73.79344085379829, 40.63611959025731, -73.7935097473763, 40.636141637189745, -73.79357185949003, 40.63617052037188, -73.79363132479165, 40.6362051918241, -73.79368670414487, 40.63624162183669, -73.7937414495064, 40.636278962913266, -73.79379438202608, 40.636306602997806, -73.79386120633885, 40.63633085948935, -73.79392489647091, 40.63635719323092, -73.79398719316859, 40.6363888222078, -73.79404096296183, 40.6364290484643, -73.79410002527342, 40.63646115786777, -73.79416451885344, 40.63649075010026, -73.79422432137427, 40.63652167567839, -73.7942865721298, 40.636549130493265, -73.79435407111899, 40.636571319406485, -73.79442487456068, 40.63658875763398, -73.79448471903079, 40.636592311804904, -73.79455863343927, 40.63658990261668, -73.79463074659961, 40.63659547148451, -73.79469909490578, 40.63661291596426, -73.7947586942533, 40.63664429386289, -73.7948092112453, 40.636677710513254, -73.79485950635144, 40.63671833631903, -73.79490291532599, 40.636764114310026, -73.7949337693262, 40.636786027692445, -73.79500192964576, 40.63680934395553, -73.7950331251838, 40.63682937943256, -73.7950662728607, 40.63687697523249, -73.79509711750072, 40.63690928597287, -73.79514949379588, 40.636947875678, -73.79520933220189, 40.63698279731811, -73.79526794549042, 40.63701519168393, -73.79533173696369, 40.63704472077259, -73.79539068457638, 40.63707683560834, -73.7954559266755, 40.637103642231594, -73.79550456396986, 40.637105318158994, -73.7955791148732, 40.63710368299371, -73.79563633357604, 40.63710982539733, -73.7956769740613, 40.6371315371449, -73.79573440464746, 40.63716540152247, -73.7957787079757, 40.63719656981049, -73.79582491761606, 40.63724064053248, -73.79586404842799, 40.63728871499357, -73.79591579234138, 40.63732830460375, -73.79596081664987, 40.63735802426111, -73.79601434835406, 40.63738590481966, -73.79607540965087, 40.637418202255446, -73.79614283775852, 40.63744279257875, -73.79620967528268, 40.637463760820005, -73.79627648352673, 40.637487751119494, -73.79634182296672, 40.63751428455209, -73.79640491625933, 40.63754552819889, -73.79646933546331, 40.63757227785544, -73.79653340108516, 40.63760063788251, -73.79659031693366, 40.63763727362331, -73.79662670120192, 40.63767568127111, -73.7966725150652, 40.63772074422349, -73.79669576271789, 40.63772650994157, -73.79676833579069, 40.637719707819436, -73.79681258300096, 40.63772377442189, -73.79688117867072, 40.63774129728233, -73.7969056167133, 40.6377579469585, -73.79693687693286, 40.63780872582191, -73.79695892426771, 40.63786128404845, -73.79697635007958, 40.637886470875074, -73.79702740267994, 40.63790342506129, -73.79708301448179, 40.6379309602891, -73.79714501513716, 40.63795984313409, -73.79721131773316, 40.6379832304476, -73.79728041711334, 40.63799966612753, -73.79735314647125, 40.638009210171155, -73.79742653669267, 40.63800939621688, -73.79749887531482, 40.63802188688562, -73.79757132379665, 40.63803597072402, -73.79764209682348, 40.638056429959384, -73.79771409975923, 40.63807088844089, -73.7977835065313, 40.63808660124028, -73.79784828149153, 40.6381133354376, -73.79790916888594, 40.638143065103435, -73.79795035190305, 40.63817461879126, -73.79800488289231, 40.63821223300589, -73.79804698427807, 40.63822784814808, -73.79811859594697, 40.63824160958557, -73.79818405217634, 40.638266362741966, -73.79824240708568, 40.63830178448195, -73.79826727450128, 40.63830562380721, -73.7983404693836, 40.63830288403389, -73.7984144110311, 40.63830260214466, -73.79848739399281, 40.63831249171442, -73.79854557973763, 40.63832961621644, -73.79860290997634, 40.63836543400798, -73.79865983880616, 40.63839522478086, -73.7986887401298, 40.63839304389039, -73.79875552357302, 40.63839215040315, -73.79882859887964, 40.63839812175047, -73.79890150770231, 40.63839814842072, -73.798968556973, 40.63837493946231, -73.79901463435483, 40.63836969522696, -73.79908472534434, 40.638371163092664, -73.79912578567732, 40.63838126393065, -73.79925762649415, 40.63842235080572, -73.79931781019248, 40.63845485029834, -73.7993757400548, 40.638491533249784, -73.79943584779967, 40.63852456475561, -73.79949951931111, 40.63855380044394, -73.79955680977814, 40.63858971224315, -73.79961591454033, 40.63862652409407, -73.79967717105403, 40.63865932964287, -73.79974047137762, 40.63868982437922, -73.79980381949105, 40.63871622989781, -73.79986587482928, 40.6387472221864, -73.79993191897434, 40.6387753784365, -73.79999169875099, 40.638807181669065, -73.80005395191539, 40.638836121912306, -73.8001159573856, 40.63886489509468, -73.80017530117628, 40.638897074791664, -73.80022835251688, 40.63893556968599, -73.80028470188854, 40.63897294463246, -73.80034068869453, 40.639008643051966, -73.80039336531112, 40.6390467995234, -73.80044467747712, 40.63908545879488, -73.80050169029963, 40.639120849136575, -73.80056037228836, 40.639153496656455, -73.8006188578571, 40.63918820329698, -73.80067728983914, 40.63922068642841, -73.8007361662479, 40.639254395909106, -73.80079957665346, 40.63928479749568, -73.80086633723698, 40.639310074581054, -73.80093192455408, 40.63933833662429, -73.80099264264378, 40.639368590260204, -73.80105473092244, 40.63940002411575, -73.80111773727971, 40.63942964497578, -73.80118101850537, 40.63945987322743, -73.801240434952, 40.63949142573386, -73.80130168840526, 40.639521029054336, -73.80137505666518, 40.639562910258206, -73.80139372274762, 40.63957563263878, -73.80145645760659, 40.63960363730873, -73.80152286216135, 40.63962917274639, -73.8015879095241, 40.63965475353142, -73.80164752073331, 40.63968811801022, -73.80170679032466, 40.63971990325576, -73.80176681885199, 40.63975409687109, -73.80182676760796, 40.63978491966783, -73.80188848635883, 40.6398144613398, -73.80195264176385, 40.6398435434068, -73.80201851215968, 40.63986637517383, -73.80208372566652, 40.63989467103331, -73.80214499787527, 40.639924977241066, -73.80221111432829, 40.63994780121597, -73.80227882571413, 40.639970571162294, -73.80230175600317, 40.63997894310602, -73.80234540362653, 40.63999488081198, -73.80241213598345, 40.64001974721023, -73.80247737018107, 40.64004635170296, -73.80254178907218, 40.64007364365694, -73.80260354993524, 40.64010393244774, -73.80266765967494, 40.64013226570272, -73.80273069803624, 40.64015913373756, -73.80279306257175, 40.64018921724238, -73.80285965879766, 40.64021586797848, -73.80292569208295, 40.64024141457314, -73.80299145143148, 40.640268469933275, -73.80305960879807, 40.640292537832515, -73.80312809920467, 40.640315932671854, -73.80319373000125, 40.640340933607874, -73.80326061979639, 40.64036635360131, -73.80332393816325, 40.640395840502904, -73.80338894543152, 40.64042067096263, -73.80345405744757, 40.64044728099354, -73.80352117644829, 40.64047241486099, -73.80358838926666, 40.640495011181876, -73.80365776897774, 40.640514815946815, -73.8037283377994, 40.64053589063255, -73.80379688964788, 40.64055825408074, -73.80386610126793, 40.64058340662538, -73.80392949131489, 40.64060998283129, -73.80399297737127, 40.640636087292904, -73.80405709044892, 40.6406624503366, -73.80412167522766, 40.640688422421384, -73.80418582890236, 40.64071750233312, -73.80424846099741, 40.64074785385554, -73.8043097754711, 40.64078087674731, -73.80437462878949, 40.64080927695008, -73.80443268223723, 40.64084335143957, -73.80448122470203, 40.640870728765975, -73.80454386087406, 40.6408929223166, -73.80459967306365, 40.64093063641836, -73.80465473404831, 40.64096612853271, -73.80470825996794, 40.64100467438064, -73.80475683825017, 40.64104695886962, -73.80480603480044, 40.6410872470324, -73.80486128899346, 40.64112385782143, -73.80491740497797, 40.64115847269089, -73.8049758876824, 40.64119553375848, -73.80503015720659, 40.64123217791593, -73.80508573085605, 40.64126999403441, -73.80514254656589, 40.641303923782274, -73.80519894485107, 40.64134115230228, -73.80525706919731, 40.641376350341964, -73.80531119120485, 40.641416656533096, -73.80536854280967, 40.64145337959002, -73.80542648789815, 40.64148970919425, -73.80546673259964, 40.64151212370036, -73.80553230817608, 40.64153608760275, -73.80556976128776, 40.641548942828216, -73.80568677200732, 40.641625873064584, -73.80567803728749, 40.64164033507361, -73.80569859755464, 40.641644495099705, -73.80573673381103, 40.64163997588024, -73.80579871662505, 40.641610433633275, -73.8058708128991, 40.641607733133306, -73.80594501504729, 40.641609363143196, -73.80600796040326, 40.64161832506554, -73.806076187084, 40.641641355687355, -73.80614448811451, 40.641663632658165, -73.80621220495068, 40.64168639938756, -73.8062787733546, 40.64170854998728, -73.806346452062, 40.64172859970256, -73.80641880651443, 40.64174248328014, -73.80648867805971, 40.64175607806952, -73.8065599957628, 40.641769156549195, -73.80662665139477, 40.64179064701213, -73.80669598621594, 40.6418075420811, -73.80688417898476, 40.64189117713332, -73.80694706941907, 40.64192170861649, -73.80701136098675, 40.641948907789015, -73.80707294528445, 40.64198023217061, -73.80713695032065, 40.64200884821115, -73.80718984225844, 40.64203888191376, -73.80724592660765, 40.64207490039895, -73.80730440791416, 40.64210989537924, -73.80736245842893, 40.642139752138505, -73.80742350374342, 40.64217034150406, -73.80748314385772, 40.64220407940574, -73.8075425357413, 40.64223782766703, -73.80760548653993, 40.642267321489356, -73.80766724632245, 40.64229948422877, -73.807729119969, 40.64232948677659, -73.80778686971604, 40.64235841438079, -73.80784823588552, 40.6423881530639, -73.80790753549418, 40.642420401614736, -73.80796885688348, 40.642451361264015, -73.80803082553798, 40.64248295322574, -73.80809117343344, 40.642516196705216, -73.80812166756915, 40.64253535843484, -73.80814771876035, 40.642551729235514, -73.8082000961836, 40.64258956282019, -73.80825698558034, 40.64262470864635, -73.80831525492258, 40.642658119640444, -73.80837695098225, 40.642689251694556, -73.80843924262308, 40.64271801994091, -73.80850433750567, 40.6427442533538, -73.8085673209732, 40.64277215187923, -73.80862584517735, 40.6428058341958, -73.80868293157211, 40.64284003549171, -73.80874303629037, 40.642873379980884, -73.80878783344475, 40.642891601762706, -73.80884367409135, 40.642915436817795, -73.80890951510683, 40.642941736978386, -73.80897680559741, 40.642965546868574, -73.80904487311446, 40.64298595854507, -73.80911249871397, 40.64300713128784, -73.80917835094958, 40.6430337104739, -73.80924265458445, 40.64305903442952, -73.80931177813974, 40.643076498495084, -73.80938092432234, 40.64309640026514, -73.8094489977284, 40.64311483957188, -73.80952050488386, 40.64312893771417, -73.80958916137611, 40.643144826729504, -73.80965790971682, 40.643166242349075, -73.80972408957558, 40.643189997732044, -73.80979097906533, 40.64321532205645, -73.80985575001888, 40.643240252913586, -73.80991980818757, 40.64326558418801, -73.809979147765, 40.643290234040634, -73.81004264888512, 40.643318584670986, -73.81010958137658, 40.64334259502122, -73.81018022948042, 40.643362913929074, -73.8102508021062, 40.6433798575188, -73.81032009524351, 40.643396098349946, -73.81038992903255, 40.6434151298426, -73.81045860897865, 40.64343542372139, -73.81052691083893, 40.64345357189679, -73.81059728970455, 40.64347136954795, -73.81066902608936, 40.64348114665575, -73.8107433886362, 40.64348951962693, -73.81081647312813, 40.643497092586564, -73.81087984375925, 40.643523292096006, -73.81092777227701, 40.643564937120935, -73.81097344384492, 40.64358743965863, -73.81104206440335, 40.64360670379578, -73.81109782183752, 40.64363119499512, -73.81114300681746, 40.64366609232716, -73.81117758116599, 40.643714861843996, -73.81121379835463, 40.64375419749533, -73.81125802419024, 40.64379972204729, -73.81130805724952, 40.64384354602264, -73.81136878228031, 40.643876962191555, -73.81142641931834, 40.64391208065095, -73.81147654131303, 40.64395336793251, -73.81152634438254, 40.64399541650934, -73.81157379106874, 40.64403923432773, -73.8116278138542, 40.644077855189856, -73.81169002511474, 40.64410924925274, -73.81175272145542, 40.64414053421229, -73.81180907819619, 40.644174946175575, -73.81186342520755, 40.64421271106194, -73.81191887623605, 40.64424846686643, -73.81198238273659, 40.64427887952032, -73.81203987581223, 40.644313720074045, -73.81209717266105, 40.644349413070685, -73.81215562451237, 40.64438178230424, -73.81221077826213, 40.64441867483817, -73.81226761393323, 40.64445278928482, -73.812325037173, 40.644486504831086, -73.81236328236179, 40.6445042030254, -73.81242590935919, 40.644536427645335, -73.8124884822994, 40.64456771650238, -73.81253559864199, 40.644601982464316, -73.81258159461905, 40.64464622614492, -73.81262090375823, 40.64469389349539, -73.81266227591799, 40.644739049940604, -73.81269322638562, 40.64474809474988, -73.81276582724875, 40.644741523911485, -73.8128364975941, 40.64472733328629, -73.81288494462575, 40.64471214020284, -73.81293791221334, 40.64467597053264, -73.81298511131997, 40.64462977947477, -73.81303034869079, 40.64460016378336, -73.81310091530243, 40.644578194134404, -73.81317324675695, 40.64457529222065, -73.81324722736326, 40.644583394593845, -73.81331901156322, 40.644591858064594, -73.81339000798687, 40.644607659451104, -73.81345839658185, 40.644627211732406, -73.81352705744379, 40.64464919041559, -73.81359362809923, 40.644673304404876, -73.81365676630989, 40.64469969741321, -73.81371196738863, 40.64473527274038, -73.8137663431503, 40.644775569031665, -73.81382438013718, 40.64480917225528, -73.81388082357803, 40.644849112531695, -73.81393226543076, 40.64488763357294, -73.81398779288753, 40.6449143832974, -73.81405492363496, 40.64493960466336, -73.81412117445524, 40.644962419278635, -73.81418787113358, 40.64498859171474, -73.81425773046249, 40.64501005859979, -73.81432937628152, 40.6450264007654, -73.81439721738214, 40.64504709706398, -73.81446472222527, 40.645074365675676, -73.81452968904084, 40.64510453973453, -73.81459162761499, 40.64513959779762, -73.8146507451298, 40.6451747575418, -73.81471003355426, 40.645206719784134, -73.81477183630571, 40.64523540905306, -73.81484160610317, 40.64525734731038, -73.81491089511368, 40.64527958822669, -73.8149701140181, 40.64531239761163, -73.81502275470937, 40.64535040769444, -73.81507961285907, 40.64538489359566, -73.81512780422672, 40.64541246395132, -73.81519211051132, 40.64543975130596, -73.81525294145668, 40.64547072607402, -73.815317915249, 40.645494803176064, -73.8153824591447, 40.64552001870893, -73.81544482079003, 40.64554774765665, -73.81550797561844, 40.64557639006961, -73.81557176090931, 40.645603225214685, -73.81563998437072, 40.645624094290206, -73.8157131628368, 40.645639352020915, -73.81578551335058, 40.64565304417563, -73.81623878676741, 40.64595991730698, -73.81626364763999, 40.645979562247895, -73.81633226625348, 40.64602116421201, -73.816385678645, 40.64604473776323, -73.81652790339531, 40.64609556406368, -73.81670307558632, 40.64614213011545, -73.81680210352708, 40.6461562297561, -73.81686715195484, 40.646161744582244, -73.81690312815537, 40.646160923858645, -73.81697685094858, 40.64614615381434, -73.81705205477375, 40.64611769997773, -73.81710232024888, 40.64609816570584, -73.81712032568169, 40.646084954896416, -73.8171655397324, 40.646066126676196, -73.8172114349732, 40.646063181089524, -73.81724564757813, 40.64607343745229, -73.81730717932068, 40.64610205198016, -73.81736598243167, 40.64614060748311, -73.8174710682277, 40.64618244047272, -73.81758461329491, 40.646208262933655, -73.81767291766958, 40.646230838517305, -73.81784533205514, 40.64627117496171, -73.81797355357337, 40.646316250884276, -73.81805970253603, 40.64635805426017, -73.81827411604093, 40.64642890757451, -73.81838752225491, 40.64650601002275, -73.81849467409296, 40.64656066693696, -73.81858704985946, 40.64663453104344, -73.81863944976182, 40.64670833204031, -73.8187297127418, 40.646785398548914, -73.81875894348187, 40.64686803578937, -73.81882359513907, 40.64692201845751, -73.81892755378057, 40.6469774371765, -73.8189716497034, 40.64699600417215, -73.8190411433805, 40.64701064882976, -73.81907219814339, 40.64701986948346, -73.81912696597901, 40.6470294984398, -73.8191507067427, 40.647034081599045, -73.81918529388064, 40.64705344852961, -73.81924584830222, 40.64713404207868, -73.81933949071934, 40.64727253426214, -73.81936384411304, 40.647329481759506, -73.81947387048753, 40.64751193051479, -73.81950271952495, 40.64756393127889, -73.81962533399077, 40.6477439574297, -73.81969869362123, 40.64784956023529, -73.81972884199007, 40.64787674195437, -73.81977204400656, 40.647907900105416, -73.81980416297432, 40.64794484022181, -73.81986291589787, 40.64799260937398, -73.8199012879243, 40.64803269126407, -73.81997467746253, 40.64808936780473, -73.82004040113398, 40.64816224795955, -73.82005716567949, 40.6481843405234, -73.8200763605686, 40.64819608811569, -73.82009514382581, 40.64820440137958, -73.82012202240398, 40.64821004555487, -73.8201509792225, 40.64821534357227, -73.82017306337363, 40.64822852118905, -73.820208411252, 40.6482835729868, -73.82025033570528, 40.64836475282172, -73.8202684653674, 40.64841207194159, -73.82027288456125, 40.648426213403, -73.82028713552316, 40.64844660452496, -73.82031309320196, 40.64846585676853, -73.8203630030106, 40.648490898039384, -73.82040659652631, 40.64851566737402, -73.8205601881434, 40.64857128276598, -73.82063956242364, 40.64862182847232, -73.82067980778264, 40.648670369799106, -73.8208010805326, 40.64876113577997, -73.82082475664929, 40.64877905698614, -73.82085002180577, 40.64880710520369, -73.82089402152401, 40.648861718201736, -73.8209174862696, 40.64888352840314, -73.82094454716848, 40.64890242561482, -73.82100738353496, 40.64893681070744, -73.82105901644977, 40.64897160157881, -73.82111422398776, 40.649020342531266, -73.82113970196859, 40.64904449806931, -73.82118025822076, 40.64907432240363, -73.82124159728984, 40.64912620393375, -73.82126306432279, 40.64913955508063, -73.8212800753876, 40.6491563708018, -73.82128870419221, 40.649172608869804, -73.82129235954451, 40.64919879175044, -73.82131043255738, 40.64923804555972, -73.82132785898408, 40.64925782823001, -73.82136156791115, 40.6492839488311, -73.82141391092443, 40.6493354299712, -73.8214645911672, 40.649380031238785, -73.82163123028998, 40.64957713794827, -73.82172480257337, 40.64972952484518, -73.82174191468289, 40.649757741228846, -73.82178185944221, 40.649819340127436, -73.82179989105661, 40.64986054161562, -73.82179928845764, 40.64989713688964, -73.8217933517592, 40.64993838408639, -73.82179522272558, 40.64998909523216, -73.82182053655399, 40.65006255109594, -73.82190707854768, 40.65021938541395, -73.82195731932532, 40.65042549752452, -73.82196962094095, 40.65048820982285, -73.82206269135587, 40.65067703876514, -73.82206213349238, 40.65073282057049, -73.82206690915072, 40.65078950484267, -73.82207811250221, 40.65082607155134, -73.82209705250625, 40.65086997414965, -73.82212577625569, 40.65091706170417, -73.82215158295858, 40.65096911470635, -73.82218516758272, 40.65101126591106, -73.82220590196737, 40.651040734139606, -73.82223098165882, 40.65109277789453, -73.82223978427976, 40.65112783070445, -73.82224508334069, 40.65118294977245, -73.82225390808057, 40.65131799357046, -73.82225581929758, 40.65135063584391, -73.82225587856486, 40.651406054789675, -73.82225289406554, 40.65146161491523, -73.82226464296043, 40.65151672413645, -73.82228077393063, 40.65155576856106, -73.82230974818825, 40.65160795609264, -73.82234058365731, 40.65165831933813, -73.82236125869828, 40.65171150892114, -73.82238985207974, 40.65176424786145, -73.82240978817995, 40.651807234312, -73.8224350995036, 40.651859932151766, -73.82245247140808, 40.65191391357682, -73.82247883120311, 40.651963192852946, -73.82249161337472, 40.65199978356513, -73.82251008020172, 40.65205377747659, -73.82252976460946, 40.65210788042525, -73.82254371090411, 40.652162465299796, -73.82255849589183, 40.65221780069815, -73.82256434915253, 40.652259394801604, -73.82257120107924, 40.652315828298924, -73.82257318915103, 40.65237210300515, -73.82257214719166, 40.65242778499768, -73.82256695563856, 40.652484149485474, -73.82256588041743, 40.65254122092696, -73.82257703416387, 40.652595764565206, -73.82257964991877, 40.65265121536226, -73.82258313145053, 40.65270611997879, -73.82259247571479, 40.65275461924067, -73.82266423843096, 40.65274510966495, -73.82267588261765, 40.65277843691833, -73.82261061563122, 40.652785814185066, -73.82262396521533, 40.65281898288087, -73.8226424391312, 40.65286732241719, -73.82265479067813, 40.6528871988091, -73.82266543744083, 40.65290432868951, -73.82268597713993, 40.65292638164982, -73.8226969198338, 40.652947839878095, -73.82271098369297, 40.65300279592175, -73.82272233345947, 40.65305928946865, -73.82274105097665, 40.653113009964365, -73.82274939540552, 40.653168074254886, -73.82276237006442, 40.6532173607454, -73.8227883032284, 40.65326951103988, -73.822815812016, 40.65332186637222, -73.82284204893692, 40.65335539078644, -73.82287348763877, 40.65340612942217, -73.8228943402313, 40.65342531467246, -73.82291014641709, 40.65345740379058, -73.82294072038215, 40.65350877864326, -73.82296309223666, 40.65355698904631, -73.82298987580761, 40.653609148706515, -73.82299773494113, 40.65363241940585, -73.82300718170846, 40.65366071744366, -73.82303333127012, 40.6537138892012, -73.82304015475432, 40.653736674725195, -73.823049828618, 40.653768968711184, -73.82306536433508, 40.65382329480576, -73.82307464859724, 40.65386919683254, -73.82309248049707, 40.65389278814072, -73.82310585863105, 40.653919376727615, -73.82314281866583, 40.65396824529488, -73.82316941389719, 40.6540126178334, -73.82317605587137, 40.65405171957212, -73.82318411382502, 40.65407184505036, -73.82320135375475, 40.6541261008022, -73.82320601239094, 40.65418278212191, -73.82321717121259, 40.654237050135656, -73.82322647761266, 40.654266180016954, -73.82324752075141, 40.65431400019395, -73.82325087379174, 40.65436899733488, -73.82325628480442, 40.6544246712259, -73.82328209990165, 40.65447663211016, -73.82330803967362, 40.65452841127492, -73.82332296351133, 40.65458309929852, -73.82333051909362, 40.65462999732025, -73.82334834953765, 40.65469265219223, -73.82336541510064, 40.65474678067427, -73.8233810330606, 40.65480059535096, -73.8233925905513, 40.65485532952389, -73.82340265045387, 40.654908081154964, -73.82340393992912, 40.65496367576513, -73.82339319506099, 40.65501869537664, -73.82338219001224, 40.655074172951416, -73.82338605466694, 40.65512936808264, -73.82339353131228, 40.65518557824099, -73.82340240066829, 40.65524052350689, -73.82341874591526, 40.65529435730224, -73.82342835476389, 40.65534913620416, -73.82342705389439, 40.65540550128077, -73.82342078718297, 40.6554612824015, -73.82340879787954, 40.655516919657885, -73.8234009896897, 40.65557164210167, -73.8234004571726, 40.655627189784724, -73.82340065938367, 40.655682571999584, -73.82340196261315, 40.655737889266106, -73.82340312012705, 40.655793758326574, -73.82340389071616, 40.655850176109034, -73.82340611039417, 40.655906813141, -73.82340417925099, 40.65596362660497, -73.82340176687988, 40.65602042942398, -73.82339769007905, 40.656076168875934, -73.82339234090074, 40.65613327246073, -73.82338000861517, 40.65618843641109, -73.82337080997077, 40.656244422842924, -73.8233549383318, 40.65629968491446, -73.82333386098084, 40.65635426630044, -73.82331630799492, 40.65640902599567, -73.82329495483116, 40.65646146461635, -73.82326866345095, 40.65651267003934, -73.82324476127529, 40.65656495074485, -73.82322094930991, 40.656617979914785, -73.82320025607129, 40.656672105302, -73.82317642911246, 40.65672540999783, -73.82314577580429, 40.65677604316011, -73.82312753693917, 40.65678969309304, -73.82310545300025, 40.65680770012262, -73.82308308851145, 40.65686104306844, -73.82306494404459, 40.656915324537984, -73.82305120016561, 40.65696934261871, -73.82303924417745, 40.65702423785168, -73.82303149020177, 40.65708062990662, -73.8230239025785, 40.65713582092476, -73.8230027066578, 40.65717026736737, -73.82298971924655, 40.657200743444605, -73.82298251683397, 40.65725557304367, -73.82296826055563, 40.657310133336686, -73.82293723766676, 40.657360851421046, -73.82291744578932, 40.65741379035695, -73.82290090819507, 40.65746755557274, -73.82288689679643, 40.65752203248332, -73.82287407644189, 40.65757727846786, -73.82285972215938, 40.657631281173735, -73.8228430588915, 40.657685133536795, -73.8228242934489, 40.65773976971229, -73.82281329649209, 40.6577949698694, -73.82280349698601, 40.65785075630644, -73.8227936112567, 40.6579056096722, -73.82277996361091, 40.65796018798575, -73.82276395528935, 40.65801581986872, -73.82275154325659, 40.65806996333073, -73.82273909706117, 40.65812494061857, -73.82272375046927, 40.658179382128736, -73.82270810765523, 40.65823493081775, -73.82269140237827, 40.658289804278716, -73.82267775457984, 40.65834437897568, -73.82266483392705, 40.6583989755037, -73.8226513379709, 40.65845290656026, -73.82263800141095, 40.65850869833193, -73.82262447791662, 40.658563185862704, -73.82261128704745, 40.658618424036405, -73.82259808192545, 40.65867412235127, -73.82258477183082, 40.658729266683515, -73.8225678429071, 40.658783669708185, -73.82255367123683, 40.65883906845441, -73.82253821772213, 40.65889313425466, -73.82252208338961, 40.658948856856604, -73.82250573176275, 40.65900401809759, -73.8224852694014, 40.659058426462344, -73.82246414313504, 40.6591112425824, -73.8224450784795, 40.659164294214435, -73.8224268464119, 40.659217737052764, -73.82240307434094, 40.65926983856724, -73.82237377177464, 40.65932013230056, -73.82234174826061, 40.65935709595238, -73.82229418001573, 40.6593987786114, -73.82224613239103, 40.65944017054292, -73.82219612060797, 40.6594762256477, -73.82214594988942, 40.659515988819685, -73.82209703058899, 40.65955782239587, -73.82204656186569, 40.659598875506234, -73.82199471222378, 40.65963804077193, -73.82194253368066, 40.6596763590177, -73.82188694148476, 40.65971190826306, -73.82183815766938, 40.65975337272594, -73.82179386425179, 40.65979819765533, -73.82174701638986, 40.65983998836471, -73.82169746960463, 40.659876613100025, -73.82164035954418, 40.659910546144125, -73.82160915655056, 40.65993005881694, -73.82158342588095, 40.65994614989493, -73.82156879575162, 40.65995459837777, -73.82152535419235, 40.65997968966477, -73.82146204710665, 40.660007622756694, -73.82139922880323, 40.66003538457371, -73.82133210354675, 40.66005571399232, -73.82126802086754, 40.6600817744956, -73.82120185691784, 40.6601051878062, -73.82113719673998, 40.66013049090353, -73.8210710172572, 40.66015436968275, -73.82100796503089, 40.660181939111794, -73.82096666588555, 40.66020216171717, -73.8209032493727, 40.66022972511868, -73.82083887983572, 40.660256798019404, -73.82078189080431, 40.66029073352702, -73.82072904285839, 40.660307517884306, -73.82066379090088, 40.66033243527191, -73.82059723453989, 40.66035648789153, -73.82053470616826, 40.66038611105996, -73.82046809862732, 40.66040849216296, -73.82040308506951, 40.660433510632814, -73.82033560473421, 40.66045633245093, -73.82026893629961, 40.66048019649724, -73.82020520992242, 40.660509325931635, -73.82014137897602, 40.66053511424421, -73.82007765694375, 40.66056127730733, -73.82001507564064, 40.66058932420338, -73.81994849743978, 40.66061383837941, -73.8198838476874, 40.660638862528344, -73.81982260171746, 40.66066981828374, -73.81976326165302, 40.66070174685105, -73.81970319862862, 40.66073119152552, -73.81966603483886, 40.66074586574852, -73.81958466986637, 40.66077089594188, -73.81951751604768, 40.660794747084665, -73.81945016013957, 40.660814603171836, -73.81940836531119, 40.660829340283044, -73.81934214062093, 40.66085414372954, -73.81927638144975, 40.66087951159378, -73.81921272381135, 40.660906974627345, -73.81914910765832, 40.66093351015707, -73.81908329230576, 40.660957300114525, -73.81901879337133, 40.66098446184499, -73.81895415429669, 40.66100921173074, -73.818897234877, 40.6610386942512, -73.81883028853856, 40.66106041559376, -73.81876206914103, 40.66108062202082, -73.81869060881183, 40.661091101303526, -73.81861679170021, 40.6610911353159, -73.81854659684959, 40.6610832801509, -73.81847645143625, 40.661068562171, -73.81840650759558, 40.661054959308174, -73.81833859822319, 40.66103639956083, -73.81827647575425, 40.661024941397855, -73.81820413454639, 40.661018887271545, -73.8181327969604, 40.6610064581162, -73.81805984731768, 40.66099760682769, -73.81798728731107, 40.660988114940345, -73.81791470950631, 40.66097908584544, -73.81784346146088, 40.66097027763648, -73.81777117356485, 40.66096292477464, -73.81769871422536, 40.66095686744149, -73.81764627816102, 40.660948816541264, -73.81762743777632, 40.6609459239246, -73.8175749525258, 40.66093727136755, -73.81755594724967, 40.660934138939794, -73.81748498783105, 40.66092144252811, -73.81741220957825, 40.66091138800794, -73.81734159421764, 40.660899163024894, -73.8172709636862, 40.66088730538588, -73.81719966980968, 40.660876732589465, -73.8171290515152, 40.660861723068344, -73.81707985214514, 40.66084807312937, -73.81706115528321, 40.660842884326286, -73.81701254853007, 40.66083435474786, -73.81652626954256, 40.660725151433525, -73.81645277060632, 40.6607210052582, -73.81638150726272, 40.66071233930067, -73.81633307281389, 40.66070958383368, -73.81627545059398, 40.660707103638856, -73.81620280757606, 40.6607047696133, -73.81613089072872, 40.66070583255753, -73.81605855207164, 40.66069604623709, -73.81587239946174, 40.66066989722967, -73.81579925378924, 40.66066204556881, -73.81572735985853, 40.66065653901554, -73.81565391010889, 40.66065303898057, -73.81558075056398, 40.66064851007137, -73.81543599323642, 40.660634032597855, -73.81513010114462, 40.66058619933099, -73.81510752739698, 40.66058172889628, -73.81508248247539, 40.66057886010891, -73.81505188409368, 40.66056588037131, -73.8149911402555, 40.660563803349014, -73.81495625550662, 40.66055542554515, -73.81488351854372, 40.66054653836275, -73.81481365358641, 40.66053181499544, -73.81474513417024, 40.66051205265032, -73.81469990826527, 40.660510091417365, -73.81467464636765, 40.66050233777949, -73.81464074124077, 40.66050146727931, -73.81461308291827, 40.66050075632311, -73.81458958809216, 40.660497547729555, -73.81455870171366, 40.660489101506634, -73.81448750507738, 40.660476184935646, -73.8144130997977, 40.66046939837598, -73.81438804368052, 40.6604629291464, -73.81435920205799, 40.66046123105254, -73.81429732617336, 40.66045338401591, -73.81425596327426, 40.660449418887445, -73.81421340631698, 40.66044577780324, -73.81414545180586, 40.66042368547093, -73.81407481548406, 40.66040834805525, -73.81401961847557, 40.660395433640595, -73.81397871214243, 40.660389325916476, -73.81390920825815, 40.6603745872741, -73.81384064376782, 40.66035418044554, -73.81376776256495, 40.660346685425466, -73.81369468815255, 40.6603380905132, -73.81362668243356, 40.66031876688512, -73.8135879695604, 40.66030934146361, -73.8135611389101, 40.660294732092645, -73.81349142609797, 40.66028923127798, -73.8134239578784, 40.66026887280499, -73.8133780665418, 40.66025207393016, -73.81331059220354, 40.6602368852573, -73.81325513790333, 40.660215026107565, -73.81320694044894, 40.66020340050127, -73.8131620808977, 40.6601927438513, -73.81312311057059, 40.66018831393151, -73.81310058014317, 40.66018156125876, -73.81305701059303, 40.66017897621019, -73.81298419194206, 40.660174154434216, -73.81295405002841, 40.66016770543945, -73.8128900713489, 40.66016095916176, -73.81282896506102, 40.66015714330709, -73.81275533484872, 40.66015456956087, -73.81268047099714, 40.66015167587554, -73.81260689253678, 40.66015509867151, -73.81253366253846, 40.66015823292186, -73.81249014263061, 40.66017207589902, -73.8124609872773, 40.66017814018773, -73.81243214581274, 40.66018696056758, -73.81239346600442, 40.66019193408881, -73.81232057436536, 40.66020003691616, -73.81224824083897, 40.66020562455951, -73.81217559907074, 40.6602085479203, -73.8121018675173, 40.660206256353185, -73.8120296802132, 40.66020694437664, -73.81198768473924, 40.66020263610172, -73.81197227448347, 40.66019541126699, -73.81195609029122, 40.6601892297665, -73.81190586644722, 40.66016411503665, -73.81186511116458, 40.66015320434182, -73.81182277831692, 40.66016496790984, -73.81175094075213, 40.66017247595745, -73.8116858874631, 40.66017823275223, -73.81166402386322, 40.66018455551838, -73.81159885369313, 40.660188564166084, -73.81157090187979, 40.66023990106904, -73.81151789693257, 40.660232341725674, -73.8114937141099, 40.66022620918923, -73.81144962852827, 40.66024764311792, -73.81143628833635, 40.660271993784804, -73.81143265515406, 40.66029099417331, -73.81142048753867, 40.660307979618295, -73.8114076067029, 40.66032502062526, -73.8113786670375, 40.6603358784536, -73.81134884596268, 40.66034981370203, -73.81133070510847, 40.660355622010535, -73.81128880039955, 40.660373552835296, -73.81124208461964, 40.66054923488977, -73.81127430093862, 40.66057858161855, -73.81131236965494, 40.6606258789687, -73.81132301957014, 40.6606588617189, -73.81134087477608, 40.66066460569517, -73.81137898744859, 40.66067589946444, -73.81139082357812, 40.66068751574967, -73.81143871318646, 40.66074530939401, -73.81149674329136, 40.66077287842405, -73.81155403796019, 40.6607828500886, -73.81158913677149, 40.660787342637356, -73.81161992278447, 40.66079607135567, -73.81165606371545, 40.660803387815584, -73.81169902629594, 40.66081291990055, -73.8117477998723, 40.660834583358884, -73.8118147936445, 40.66085505460221, -73.81184717547688, 40.66086233693603, -73.81189631166866, 40.66087872748811, -73.8119660373599, 40.6608949346529, -73.81200725791223, 40.660902044982215, -73.8120812109845, 40.66090405150606, -73.81215387066145, 40.660911836298176, -73.81222740326224, 40.6609182888015, -73.81226521426117, 40.660933934890075, -73.81228466948957, 40.66093130650909, -73.8123403899283, 40.66093432411037, -73.81237311699226, 40.66093956178169, -73.81240976559282, 40.660947225532105, -73.8124429799132, 40.66096296222225, -73.8124888234694, 40.66097034647001, -73.81251558874995, 40.66097877572527, -73.81253353959652, 40.660985900166516, -73.81258802504871, 40.6609903528625, -73.81263374353772, 40.66099764949839, -73.81266524673195, 40.66100625843503, -73.81268501529188, 40.661011646911746, -73.81271564028314, 40.66101632184045, -73.81274232849275, 40.66102189267178, -73.81281519740762, 40.66102218957556, -73.81284800863982, 40.661026959879514, -73.81288452291966, 40.66103785882256, -73.81292877567276, 40.66104327807744, -73.81294740388681, 40.66104797305629, -73.81298200436353, 40.66105230137536, -73.81302218884439, 40.66106545393573, -73.81304856553552, 40.66106827040418, -73.81307256900425, 40.661073579247144, -73.81309525801667, 40.66107912728819, -73.81316724046209, 40.661089427288154, -73.81320332892962, 40.66110292703595, -73.81324447972301, 40.6611160396638, -73.81327646357784, 40.66112111918089, -73.81332701695194, 40.66112822347398, -73.81339692187791, 40.6611452522342, -73.81346560473304, 40.66116205564152, -73.81351003286753, 40.66116654382085, -73.8135690279242, 40.6611712753193, -73.81358718466112, 40.66117968136709, -73.813624298253, 40.661183540793175, -73.81369278349251, 40.6611940752359, -73.81375659263682, 40.66120008956914, -73.81381367765266, 40.66121043618374, -73.81388213030644, 40.66122927954407, -73.81393349949059, 40.66124114863253, -73.81400012803313, 40.66125812669982, -73.8140301182478, 40.66126236350025, -73.8140527186043, 40.66126837497575, -73.81407886547181, 40.66127138354713, -73.8141165959757, 40.661275404103606, -73.81413762663237, 40.661284987183265, -73.81416222626932, 40.661293689014435, -73.8142102600236, 40.66130116976751, -73.81424135956058, 40.66131090056606, -73.81427056549559, 40.66131609418878, -73.8142939985431, 40.66132714986415, -73.81434812024382, 40.66133327520202, -73.81441887616107, 40.66134510421986, -73.81445478564532, 40.66135251848262, -73.8145109421822, 40.66136004192896, -73.81454168258901, 40.66136286329017, -73.8145992699034, 40.66136829799649, -73.81467105266455, 40.661379159556304, -73.8147415240054, 40.66139385786899, -73.81481278205905, 40.661404189890895, -73.81488522606368, 40.66141585564382, -73.81493119437955, 40.6614232346151, -73.8149898031197, 40.661439887625605, -73.81505833527498, 40.66145457181871, -73.81513025225516, 40.661469120029444, -73.81520246866899, 40.661482734838685, -73.81523950504759, 40.66148724109175, -73.8152864043078, 40.66149412072793, -73.81535857457332, 40.661500077357076, -73.8154184414756, 40.661510403325444, -73.81547472324586, 40.66151976536015, -73.81553654190257, 40.66153545788501, -73.81557948380276, 40.661544712926414, -73.81564637189233, 40.66155318686, -73.81568625494528, 40.66155675108647, -73.81572413573154, 40.661566393291785, -73.81579091584508, 40.66157330096691, -73.81584159386712, 40.66157873749375, -73.81591090369095, 40.66159412933003, -73.8159758696322, 40.66160111143894, -73.81600157276613, 40.66160644400122, -73.81604459833322, 40.66160812654414, -73.81606847028245, 40.661613256247925, -73.816131882852, 40.66161707226404, -73.8161759880047, 40.66163080001516, -73.81620963303322, 40.66163701422227, -73.81627261261303, 40.66165035244991, -73.81630692470591, 40.661653956190904, -73.81633230231517, 40.66165985368481, -73.81636718224617, 40.66166638770051, -73.81640767979161, 40.66167186445791, -73.816479258323, 40.66168153407684, -73.81652343532984, 40.661691105917264, -73.81656266407535, 40.66169570889457, -73.81662546863959, 40.661713394351914, -73.8166860437483, 40.661726922131166, -73.81671618006636, 40.66172976896362, -73.81682314906118, 40.661734533797016, -73.81692603792546, 40.66177261481552, -73.81699684593269, 40.661786050654044, -73.81706830474714, 40.66179848520712, -73.817140408096, 40.661813068476384, -73.81721041266984, 40.66183102891083, -73.81727858697187, 40.66185191398018, -73.81734977271563, 40.66187083615832, -73.8174234448285, 40.66188564236773, -73.81749378108519, 40.66189869533137, -73.81756643761366, 40.66191171411003, -73.81763753432476, 40.661926921330846, -73.81770826358111, 40.66193942817159, -73.81777922977537, 40.66195481790301, -73.81785233043207, 40.66196590018967, -73.81792388099633, 40.66197907548222, -73.81799680814272, 40.66199135779309, -73.8180703485769, 40.6620007809818, -73.81814345649437, 40.66200880223331, -73.81821750576303, 40.662017681318744, -73.81828849924234, 40.662029639804224, -73.8183599794477, 40.6620443906209, -73.81843026637625, 40.66206439853587, -73.81849699895979, 40.66208775522986, -73.81850790858485, 40.66211186310613, -73.81863324588923, 40.662129149924276, -73.81865912379001, 40.66213646690937, -73.81871016040563, 40.66208504131593, -73.81874872562274, 40.66208330015158, -73.81882200868172, 40.662078712191665, -73.81889078984601, 40.66205972501542, -73.8189617566442, 40.662043667021514, -73.81903022649368, 40.66202040541263, -73.8190928598663, 40.66199124879725, -73.81915871965391, 40.66196365691762, -73.81922234887958, 40.66193396779002, -73.81928406447092, 40.66190348766744, -73.81934704519114, 40.661874804231395, -73.81941316004736, 40.66185250585265, -73.81948186765057, 40.66182952711092, -73.81954966854005, 40.6618077328883, -73.81961730344834, 40.66178695414996, -73.81968216145357, 40.661762769761665, -73.81975006830737, 40.66173847214639, -73.81979784358293, 40.66172072754473, -73.81986326054412, 40.66169488607594, -73.81993178054313, 40.66167338632317, -73.81999298062169, 40.66164354528172, -73.82005633140562, 40.66161468373377, -73.82011694139523, 40.66158436442855, -73.82014825818317, 40.66156695505039, -73.82018800588959, 40.661543171467144, -73.8202526326938, 40.66151860817815, -73.82031717892912, 40.66149320724503, -73.82038312203801, 40.6614663595231, -73.82044697839486, 40.66143713834208, -73.82050986296161, 40.66140780214399, -73.8205734828251, 40.661381172215236, -73.8206430437721, 40.661358029316276, -73.82071211139446, 40.66133802571347, -73.82077706205182, 40.66131161567171, -73.82084381440642, 40.661285806343514, -73.82090529763377, 40.6612550449278, -73.82097029020487, 40.66123058356365, -73.82103720390454, 40.66120672579737, -73.82110506377802, 40.661186322050604, -73.82117432058153, 40.66116753236317, -73.82122254693208, 40.6611448827482, -73.82127852123169, 40.66110897421383, -73.82133368299613, 40.661072211599375, -73.82139219666365, 40.66103961185572, -73.82145500596624, 40.66101203283557, -73.82152003486661, 40.660986646384956, -73.82158706813736, 40.66096566744121, -73.82165576091445, 40.6609458418937, -73.8217157716614, 40.66093526377893, -73.82176546677296, 40.66092396544425, -73.821822003086, 40.660894843821694, -73.82186779346793, 40.66085209779938, -73.8219287892586, 40.66082419872969, -73.82199725137905, 40.660806963412284, -73.82206699960895, 40.66079078004785, -73.82213951024659, 40.660778563192856, -73.82221184998555, 40.66076745456599, -73.8222790247665, 40.66074601437254, -73.82233334924328, 40.66071739066996, -73.82233820017696, 40.660683561188435, -73.8223509538628, 40.66066439714508, -73.82237232662479, 40.66065156804847, -73.82244327772052, 40.660638752450765, -73.8225155948127, 40.66063385717415, -73.82258580254278, 40.660621303292906, -73.82265404867744, 40.66060332432403, -73.82271258566004, 40.66058157609027, -73.82277646236454, 40.660554674282956, -73.82284862818392, 40.66053901466913, -73.8229110260529, 40.66050966290089, -73.82297303217268, 40.66048086251363, -73.8230331380077, 40.66044802214597, -73.82308978080353, 40.66041361312118, -73.82314782862245, 40.660380447142764, -73.82320540508674, 40.66034708229654, -73.82326273277157, 40.66031074172683, -73.82332323966097, 40.66027995320428, -73.82337357874114, 40.66023908034252, -73.82342227311865, 40.66019677851292, -73.82347862195026, 40.660160690278886, -73.82349810571046, 40.66014076739293, -73.82351651965202, 40.66008584241736, -73.82353758925953, 40.66003144831581, -73.82355129257384, 40.65998123212186, -73.82357136479425, 40.65992746324431, -73.82359372612541, 40.65987421387061, -73.82361127481784, 40.65981954780122, -73.82362723120214, 40.659765118825284, -73.82364781843192, 40.65971062040253, -73.82366198558364, 40.6596553151752, -73.8236766986198, 40.659601506543524, -73.82368754849425, 40.65954676715598, -73.82368662642884, 40.659491181246715, -73.82371382116428, 40.659441669203, -73.8237403531417, 40.659390563120006, -73.8237610581606, 40.6593361603104, -73.82377770027547, 40.65927989530402, -73.82379122297314, 40.65922540764217, -73.82380961982342, 40.659170946355424, -73.82382919212, 40.65911735136332, -73.82384502139448, 40.65906301221042, -73.82386540903417, 40.65902752698498, -73.82388798799735, 40.65901212667146, -73.82391316242868, 40.658995864928634, -73.82392216754437, 40.65895313830873, -73.82391661566474, 40.658928978806486, -73.82391815729108, 40.65888699719658, -73.82393008280606, 40.658832747509706, -73.82394461845787, 40.65877744820972, -73.8239590062292, 40.65872261424933, -73.82397529212292, 40.658669027707994, -73.82399212082963, 40.65861406690307, -73.82402348611376, 40.65856391279025, -73.82404124567462, 40.65851287065696, -73.82405443533648, 40.65845763321905, -73.82406821402061, 40.65840278030116, -73.82407822317298, 40.65834783696739, -73.82408193300775, 40.65829208523858, -73.82408624679304, 40.658236443395694, -73.82408980448659, 40.65818143255994, -73.82409708167476, 40.65812484430038, -73.82411353198833, 40.65807024220277, -73.82413566528203, 40.658016524095565, -73.82415317748993, 40.65796278451093, -73.82418671460967, 40.657913056013896, -73.82422627443358, 40.65786496124611, -73.82425610879041, 40.65781356741441, -73.82427184368764, 40.65776517957834, -73.82427643087665, 40.657751565343005, -73.82429250951463, 40.65770509793447, -73.82430100197051, 40.65764854213327, -73.82430759179779, 40.65759379166626, -73.82431706232371, 40.657537160813064, -73.82431184312819, 40.657482304056884, -73.82432789386144, 40.65742843793895, -73.82434758677698, 40.65737493668746, -73.82437544714024, 40.657324049501376, -73.8244058609226, 40.657273411147386, -73.82443387070997, 40.65722187670191, -73.82445131780736, 40.65718956390763, -73.82447116242159, 40.65713541809393, -73.8244964376137, 40.65708233056745, -73.82451278190334, 40.657027355430614, -73.82453619611417, 40.65697506111398, -73.8245574555899, 40.65692196834785, -73.8245790604855, 40.656869257924214, -73.82459928305603, 40.65681474975415, -73.82461973541793, 40.656760528295536, -73.82463374927654, 40.6567058656684, -73.8246527550897, 40.65665132771686, -73.82467249300855, 40.65659671343327, -73.82468994588307, 40.65654139776125, -73.82470258256372, 40.65648475368546, -73.82472267697648, 40.656430335348176, -73.82474672602558, 40.65637749984088, -73.82476802447425, 40.656323388605465, -73.82478873267885, 40.65626889194525, -73.82480340567041, 40.65621304161413, -73.82481972935727, 40.6561585301646, -73.82483671997221, 40.656102645536535, -73.82485400910804, 40.65604834357162, -73.82487380047664, 40.655995308841376, -73.82489520271238, 40.655941664207106, -73.82491365912875, 40.65588859772005, -73.82493537904311, 40.655835980152645, -73.82495064035355, 40.65578070072408, -73.824964531945, 40.65572603786514, -73.82497469300469, 40.655670448096885, -73.82497970531406, 40.65561547095027, -73.82498375565642, 40.655560287921666, -73.82498855447074, 40.655504653971, -73.82498608349867, 40.6554481966904, -73.82497426016178, 40.655391046187056, -73.82496005097634, 40.65533559583281, -73.82494666917961, 40.65528072306769, -73.82493379584709, 40.655225399914606, -73.82491794030885, 40.65517148693525, -73.82490207603479, 40.655117758546396, -73.82488557300395, 40.65506188234566, -73.82486350786584, 40.65500781762155, -73.82484300579408, 40.65495425235947, -73.82482446717111, 40.654900458650445, -73.82480656805328, 40.65484584553947, -73.82479320779764, 40.654790509919195, -73.82477857170598, 40.6547365366394, -73.82476151897772, 40.65468203827504, -73.82474639772403, 40.65463092610012, -73.82473802593795, 40.65456892522806, -73.82472945960241, 40.65451302237217, -73.82472552371651, 40.65445662678367, -73.82471889408167, 40.654401216759844, -73.82470431599768, 40.65434727237293, -73.82468864803069, 40.65429322366345, -73.82466943862133, 40.65423968464986, -73.82464397342589, 40.65418828203174, -73.8246252995048, 40.65414336809592, -73.82459997751728, 40.654091040852855, -73.82458246917231, 40.65403770883519, -73.8245637698347, 40.65398315749627, -73.82454811797405, 40.65394958658996, -73.82453804344087, 40.653911549511385, -73.82452166031668, 40.65388853426903, -73.82449913738444, 40.65385728071387, -73.82446695276082, 40.65380727441135, -73.8244627750878, 40.65376153428056, -73.82445790417874, 40.653738847276905, -73.82445090505529, 40.653706236908015, -73.82444767047352, 40.65365124268175, -73.82444920347714, 40.6535952894751, -73.82443539111425, 40.65353987657029, -73.82443408502702, 40.6534961192605, -73.82443226129054, 40.65346440289998, -73.82440025950177, 40.65341689939746, -73.82437539015403, 40.653387283879766, -73.82435925457311, 40.653364178038196, -73.82434108160061, 40.653329001227725, -73.82431402949524, 40.653298983432805, -73.82429725008066, 40.65326669850913, -73.82428782915444, 40.65323738122874, -73.82427437878702, 40.6532138490289, -73.82427000099544, 40.65317681389927, -73.82425652192836, 40.653122889136675, -73.82424770503063, 40.653067170458286, -73.82424814904616, 40.653010831064705, -73.82426379658496, 40.65296016745972, -73.82426834322376, 40.652910650362436, -73.82428104467907, 40.65285577412776, -73.8242850305261, 40.652830621516216, -73.82427180862037, 40.65277604787185, -73.8242664044768, 40.6527201885228, -73.82422019607532, 40.65257111802662, -73.82419366004561, 40.652518590713655, -73.82418221303213, 40.65247164086279, -73.82416776279914, 40.6524175137848, -73.8241579663666, 40.652362059250436, -73.82414248427084, 40.652315890279255, -73.82411792321892, 40.65226236999262, -73.82410241275923, 40.65222787530177, -73.82408954925934, 40.65220518596008, -73.8240748167998, 40.652184601873415, -73.82405267628292, 40.65213148420437, -73.82402351502292, 40.65208235139209, -73.82400371647908, 40.652049096444514, -73.82399289362161, 40.65202782492962, -73.82397815575426, 40.6519967686848, -73.82397023878814, 40.6519707135546, -73.82398105953573, 40.65193407088176, -73.82399005999852, 40.651902589899414, -73.82399650517571, 40.65185504424696, -73.82397973901692, 40.651801349448334, -73.82396875279655, 40.65174476922479, -73.82395505777973, 40.651689541936015, -73.8239428241356, 40.65163433309157, -73.82392191498228, 40.651580676966965, -73.82390355824326, 40.651527147216775, -73.82388998343785, 40.65147210470921, -73.82388042884826, 40.65145372218867, -73.8238640569614, 40.65139855022216, -73.82384092600675, 40.65134634771865, -73.82381485435256, 40.65129512317184, -73.82380391537198, 40.65126819619852, -73.82379694595964, 40.65123798570896, -73.8237620664408, 40.651188774723884, -73.82374911636747, 40.65116988449889, -73.8237410737847, 40.65111760423675, -73.8237204189438, 40.65106358285079, -73.82370447908247, 40.65102129615027, -73.82370912190264, 40.65096770346103, -73.82373072227058, 40.650927866078526, -73.82374157098292, 40.650895392870915, -73.82373300073452, 40.65083967541643, -73.82372431989103, 40.6507833094175, -73.82371543509959, 40.650757151023804, -73.82368834681286, 40.6507234291797, -73.82366881421201, 40.650699816436024, -73.82365260502118, 40.65065882426012, -73.82363373762975, 40.650627342892214, -73.82360461080835, 40.650576729563014, -73.8235795332936, 40.65053515644713, -73.82355893117048, 40.650505132147195, -73.82354279264865, 40.65045042785577, -73.8235296211694, 40.6503991005591, -73.82351738314402, 40.65034398260619, -73.8235085428142, 40.65031850055322, -73.82351573502635, 40.65019288374138, -73.82352691806587, 40.65006663908538, -73.82353290076193, 40.65000760031124, -73.82353887674572, 40.64996987051552, -73.82354757896867, 40.64994607863804, -73.82355470364472, 40.64989558033861, -73.82353776744017, 40.649838550578224, -73.8235212657003, 40.64977327812726, -73.82350338404872, 40.649725499746765, -73.82349752608766, 40.649699846666564, -73.82349877263589, 40.64968272160151, -73.82350701817448, 40.64964696922754, -73.82349779058254, 40.64963025763613, -73.82348359866948, 40.64961255415712, -73.82349755714422, 40.64959291273888, -73.82349809040801, 40.64956965944503, -73.82347179093269, 40.64955485326442, -73.82345795034965, 40.64954289923712, -73.82345224124302, 40.64952132483486, -73.82345762057389, 40.64950443754744, -73.82346115308799, 40.64948845334742, -73.82345912190935, 40.64947100716874, -73.82344651154716, 40.649437385829856, -73.82343391686072, 40.64940320709205, -73.8234193384496, 40.649360019212295, -73.8233886537065, 40.64931355392204, -73.82333446130293, 40.64921024774997, -73.82332500112408, 40.6491666615849, -73.82332283330265, 40.649144576617594, -73.82330712119642, 40.64911879312087, -73.82328766700687, 40.64907071421489, -73.82327396694464, 40.649010669940246, -73.82324125865293, 40.64892526123645, -73.82322986384958, 40.64886533846649, -73.82320366971447, 40.648787704942094, -73.82317514506869, 40.64876369466358, -73.82316950061798, 40.648749903534465, -73.8231610701625, 40.648725143395964, -73.82315785987791, 40.64870072807802, -73.82316172008419, 40.648675760807144, -73.82316541563809, 40.648615669420536, -73.82316198845614, 40.64855844784349, -73.82318561515217, 40.64853633949483, -73.82321090602689, 40.64852111006644, -73.82324076691518, 40.648497692028286, -73.82327644200885, 40.64848065589335, -73.82333404702112, 40.64846743471794, -73.82336124958815, 40.64846427605497, -73.82343752645983, 40.6484645534749, -73.82348610035751, 40.64847391239262, -73.82356164854082, 40.64853737986611, -73.8236083521767, 40.64857488340053, -73.8236239904613, 40.64859325546908, -73.82366160830829, 40.64865037547139, -73.82368724938944, 40.648709745509144, -73.82371162507106, 40.64875538518176, -73.8237280130419, 40.64880462368957, -73.82374559551675, 40.64885999746338, -73.82377350276361, 40.648921341289814, -73.8237840059967, 40.64899895064161, -73.8237903613144, 40.64906640568304, -73.82384464428597, 40.64917100852784, -73.8239186491767, 40.64922249918957, -73.82397414813002, 40.64926382883617, -73.82408082859564, 40.64930157614356, -73.82413954344443, 40.649335349867854, -73.82430665588106, 40.64938530584429, -73.82432532462394, 40.649393431832394, -73.82436828284179, 40.649419580086054, -73.82447574371088, 40.649470962080926, -73.82458737644578, 40.64948394408704, -73.82464048359465, 40.64949716004961, -73.82467076196181, 40.64950831501933, -73.82468757145638, 40.649539210447884, -73.82470688740455, 40.64956699029506, -73.82471167380093, 40.649591609685004, -73.8246815518855, 40.64962123588466, -73.8246434792937, 40.64960748904635, -73.82458875819772, 40.64960101281234, -73.82457591133611, 40.649651716771984, -73.8245790252352, 40.64970670993519, -73.82457984645552, 40.64975546440501, -73.82459487897957, 40.64978948914215, -73.82460236023007, 40.649845006763165, -73.82462119688967, 40.649867128830216, -73.8246460910999, 40.6499115686956, -73.8246751889974, 40.64996348026893, -73.82470676658043, 40.65001348201034, -73.82474446744844, 40.650061709144964, -73.82477697109582, 40.650076971143, -73.82480277073603, 40.65008194889484, -73.82486550234914, 40.65006823677523, -73.82488878536043, 40.650050478866525, -73.82489161999807, 40.65001196526965, -73.8248826705326, 40.649956707484556, -73.8248703267608, 40.64990094204, -73.82485566499551, 40.64984542340812, -73.82487617505267, 40.64981066937935, -73.82487810746159, 40.64979021522392, -73.8248767152056, 40.64977379843738, -73.82489329584901, 40.64976176122665, -73.82490825345185, 40.64973564282311, -73.82492072713366, 40.6497117161025, -73.82494474133807, 40.64967793725472, -73.82497351633798, 40.6496542289509, -73.8250385375932, 40.64963063071786, -73.82511105701668, 40.64962511006966, -73.82518126195993, 40.649630218289644, -73.82523505920925, 40.64964502174116, -73.82527382765684, 40.64966805649654, -73.8253279138836, 40.64972153044507, -73.82535751710101, 40.64976214289703, -73.82537721547723, 40.6498155979177, -73.82538938054914, 40.649836797502715, -73.82541331294466, 40.6498436966927, -73.82546507561996, 40.64984132854653, -73.8254882090153, 40.6498300531279, -73.82549502061795, 40.64978251154029, -73.8254990688481, 40.64974411143366, -73.82550512746255, 40.64971865574034, -73.82553674574902, 40.64968908022374, -73.82554637130397, 40.64967271347748, -73.82556804858562, 40.649592475863635, -73.82557834711842, 40.64956787038322, -73.82559063132089, 40.64955209840581, -73.82561630049581, 40.649530941805686, -73.8256350185477, 40.6495211815402, -73.82566888582276, 40.64950866253152, -73.82569807860011, 40.64950367557659, -73.82578007900283, 40.649498561501645, -73.82584319299256, 40.64949977553649, -73.82589464082274, 40.64951102437416, -73.8259131694565, 40.64952535627132, -73.82593148373773, 40.64955432758399, -73.82598108598931, 40.64962995531907, -73.82600791698748, 40.64966422825535, -73.8260506770828, 40.64975172075617, -73.82607416245774, 40.64980448078034, -73.82608594468013, 40.64984155316633, -73.82608612251188, 40.64989715780099, -73.82609722469844, 40.64994882927647, -73.82610062892628, 40.65000178856063, -73.82611299910316, 40.650056443570534, -73.82611880256, 40.65006983676297, -73.8261304435499, 40.650096706946705, -73.82614756316097, 40.65011417408386, -73.82617692615156, 40.650122905775376, -73.8262500648123, 40.650122211227334, -73.82630205212878, 40.6501049286433, -73.82632148438475, 40.650085170879684, -73.82632450463171, 40.65004907182142, -73.82630427605842, 40.650008211728284, -73.82626026396649, 40.64996453400114, -73.82622818319513, 40.64991527035324, -73.82622606271026, 40.64986464625773, -73.82622582857172, 40.64982108238192, -73.82625883541336, 40.64981027919014, -73.82628663646662, 40.64975996324429, -73.82629609478761, 40.649681970944414, -73.82629902870228, 40.64959138313121, -73.8263103824474, 40.64956327255707, -73.82631870310404, 40.649545314358896, -73.82633248607902, 40.6495332664123, -73.82637800218369, 40.649527293549674, -73.8263982370867, 40.64952024331163, -73.82644292880472, 40.64949211190063, -73.82651610987865, 40.64943118781332, -73.82652048796197, 40.649404836216036, -73.82651241381735, 40.64934848124256, -73.82647279675483, 40.649267055048085, -73.82646366578146, 40.64925156944758, -73.82646348669105, 40.649195873855575, -73.82645768312061, 40.64916252697085, -73.82643934556512, 40.649118822308175, -73.82642269801931, 40.64906494432401, -73.82640971812192, 40.64902103251791, -73.82639965686923, 40.64896640983543, -73.82638239885839, 40.64891270922577, -73.82635972499133, 40.64886162364938, -73.82634461668594, 40.648825560250046, -73.82632217571145, 40.6487804103408, -73.82630653856089, 40.648724968760526, -73.82629770868422, 40.648669713961205, -73.82631566021249, 40.648624545803834, -73.82630610063822, 40.64856937545183, -73.82628994824954, 40.648515225335196, -73.82627442726259, 40.64846015763982, -73.8262729033731, 40.64840472296258, -73.82627649641938, 40.648370204275224, -73.82633237765447, 40.648357162701004, -73.82636121885471, 40.64834622351391, -73.8263884953846, 40.648335466564184, -73.8264377891992, 40.648334988947596, -73.82646090380206, 40.648334765379396, -73.82649189362583, 40.64834685478366, -73.82653285509303, 40.648369824888064, -73.82655303266003, 40.648396968159965, -73.82655939358953, 40.64845376811126, -73.82657323510365, 40.648507791334325, -73.82659706442988, 40.648550572221474, -73.82661632347525, 40.64865776937308, -73.8266511245769, 40.648885354271194, -73.8266639551049, 40.64893584141801, -73.82667515783281, 40.64896712613601, -73.82715905865051, 40.65057370902448, -73.82716454193019, 40.65061540590117, -73.82719496847035, 40.650749110283414, -73.82721128039947, 40.65081930414697, -73.82722929281559, 40.65089123316096, -73.8273436665655, 40.6512949266506, -73.82746715531773, 40.65178047195414, -73.82759368664443, 40.65227436316428, -73.82772384029752, 40.6527609276049, -73.8278538834865, 40.65325208795171, -73.82797425952407, 40.65371046197982, -73.82798196106201, 40.653744171815276, -73.82808176513225, 40.65412311078534, -73.82809778548214, 40.65418875463662, -73.82811891883404, 40.654264861149514, -73.82851511274713, 40.655781110207684, -73.82863952373552, 40.65616045179123, -73.82923995657335, 40.65826476324148, -73.830662316852, 40.66137313327016, -73.8307138732619, 40.66225510262235, -73.83107255512328, 40.66295771868952, -73.83157770645278, 40.66391696693846, -73.83159050979886, 40.663943369952385, -73.83202361813788, 40.66483825598451, -73.83214044775572, 40.665077981317275, -73.83223175570704, 40.66526533752748, -73.83224589525739, 40.66529435211218, -73.83217188047665, 40.66527287757449, -73.83200316590701, 40.665223925917154, -73.83174195211178, 40.66518151879469, -73.83075884753183, 40.66502482831864, -73.82984136243138, 40.66488214941662, -73.82878213089892, 40.664723783209304, -73.82814120224583, 40.66464060210015, -73.82788320607278, 40.664608811718864, -73.8277397064423, 40.66459112868131, -73.82737291384812, 40.664536817931946, -73.8272665298194, 40.664521063972295, -73.827216799705, 40.66451370139817, -73.82712774448576, 40.66446773304932, -73.82706688618777, 40.664436225213265, -73.82674174431477, 40.66425815836034, -73.82662002643674, 40.66419503508123, -73.82644856788379, 40.66410611424909, -73.8262497128119, 40.6640158793511, -73.82608260451569, 40.66395607197924, -73.82574942721416, 40.663852719630505, -73.82550220633489, 40.66377428889306, -73.82536929226522, 40.66375198668614, -73.82532599657438, 40.66374536338052, -73.82528267102124, 40.66373885708057, -73.82517938387089, 40.66372433599761, -73.82460685345119, 40.66364720322218, -73.8242700528166, 40.66357624709265, -73.82397038959827, 40.663566532501655, -73.82332698594767, 40.66356028711365, -73.82306510320845, 40.66353161104439, -73.8227466206892, 40.663501951163404, -73.81781543868603, 40.66293964141306, -73.8174800667757, 40.66289933749034, -73.81707438570625, 40.66284150748479, -73.81644529064417, 40.66273285292754, -73.81578282091576, 40.66260415718246, -73.8156193009022, 40.66257239146937, -73.8152054305379, 40.66249198825904, -73.81505897924646, 40.66247544090977, -73.8149683694254, 40.6624708169201, -73.81477436498837, 40.66247315582119, -73.81459284992012, 40.66248895386031, -73.81291749921604, 40.66269397830548, -73.81266787444301, 40.6627297125572, -73.81244525399538, 40.66276892667757, -73.81214324501838, 40.66283482998219, -73.81177048656629, 40.662932502298254, -73.81116931828196, 40.66317349348794, -73.81143036581146, 40.662936877389676, -73.81154180477787, 40.662821272275714, -73.81162409632974, 40.662674445182844, -73.81165939995702, 40.66259879371598, -73.81177738034829, 40.66223826170002, -73.81203728616644, 40.66136145481488, -73.81210230447275, 40.661116625428754, -73.81138612999347, 40.66097949036724, -73.81106470437322, 40.660903254485454, -73.81095374264407, 40.66084963090732, -73.81086038688532, 40.66077377175252, -73.81079041481308, 40.66070240134935, -73.81073221378367, 40.660604330085725, -73.81071474172856, 40.660579018377696, -73.81065876829877, 40.660438622767124, -73.81060214030364, 40.660578833031295, -73.81055685351255, 40.66061749065891, -73.8104046272864, 40.66067958725389, -73.8102289599019, 40.66075945813421, -73.81005921573492, 40.66081261924203, -73.80983101871703, 40.660856776449926, -73.809601488397, 40.66087534906834, -73.80910415485307, 40.660770776955836, -73.80904740308983, 40.660760478083446, -73.80898359636879, 40.66074895446931, -73.80864415962516, 40.66068770525596, -73.80845753513456, 40.660641992300405, -73.80806975574865, 40.66058275098421, -73.80802785777136, 40.6605745655944, -73.80790490622714, 40.660553272889835, -73.80785781100255, 40.66054758940445, -73.80777758831326, 40.66054736712266, -73.80771939819773, 40.66055744842906, -73.80768846196747, 40.66056412358609, -73.80765922065714, 40.66057394978199, -73.80756430827101, 40.66061936628483, -73.80754454949063, 40.6606324943072, -73.80751704378598, 40.660654303870146, -73.80749271066179, 40.66067819983453, -73.80747850979019, 40.660694986048185, -73.80746599773012, 40.66071253062191, -73.80745021567911, 40.66074574955021, -73.80743455126076, 40.66078368378846, -73.80731153457175, 40.661170920494435, -73.80714782230282, 40.66170850063728, -73.80680210022646, 40.662825769164485, -73.80671362453384, 40.663103722219645, -73.80669809203157, 40.663152522224856, -73.80647494674095, 40.66385354364205, -73.80640304124131, 40.664086201220755, -73.80627437199735, 40.664493225068306, -73.80619993675062, 40.664731164286536, -73.80617528544444, 40.664810978005534, -73.80614418768678, 40.664911563914416, -73.80588593901487, 40.66495144823154, -73.80586699355676, 40.66495437446332, -73.8049491654955, 40.66505855083167, -73.80432243299846, 40.665120453396796, -73.80357984698499, 40.665181922458416, -73.80252338933887, 40.665239081484025, -73.802456086741, 40.665240099682364, -73.80241065736222, 40.66524078890239, -73.80215607757404, 40.665244644119554, -73.80212172368772, 40.66533927182157, -73.80199724804424, 40.66568127977355, -73.80192888653886, 40.665885413120336, -73.80189984001967, 40.66597272597397, -73.80182251556158, 40.666204081788855, -73.80180115463271, 40.666268307763424, -73.80176387483085, 40.66637973487657, -73.80173452662527, 40.66646733983261, -73.8016832870152, 40.66667418156626, -73.80166295700822, 40.66675870696691, -73.80145255901486, 40.666750696831684, -73.80132611235607, 40.666745884083305, -73.80102136138615, 40.66672931464185, -73.80036020093748, 40.66667620296061, -73.8001066166934, 40.666647481837195, -73.79938110986652, 40.66651729261564, -73.79904101463663, 40.666529982556604, -73.79886760792945, 40.66654037676074, -73.79873740882219, 40.66655456004108, -73.79856032065183, 40.66658212922819, -73.7984436911045, 40.66660640823234, -73.79828221316336, 40.666649685964224, -73.79807192365806, 40.66671350957295, -73.79787832669916, 40.66677300091763, -73.79761163374181, 40.66685495286075, -73.79737169386559, 40.66694111980995, -73.79730398835365, 40.666942591750534, -73.79711092170295, 40.666945879599076, -73.79471090798963, 40.666957994111854, -73.79437879960413, 40.66697102042019, -73.79393372290124, 40.66700107848813, -73.79348327798789, 40.66703107927153, -73.79323040925959, 40.66707343388609, -73.79306203701597, 40.66708689015333, -73.7925926767698, 40.667068350609576, -73.79217436068967, 40.66703950669329, -73.79129928099276, 40.66696971722892, -73.79039543831496, 40.66688738391469, -73.79002830390763, 40.66687281039827, -73.78940998379878, 40.66684084371921, -73.78940998379878, 40.66684084371921 --73.94269628479358, 40.66405481882284, -73.94152515007842, 40.66399442348249, -73.93992612101545, 40.663903576732416, -73.93715846738361, 40.6637522837036, -73.93718620179804, 40.66348783341165, -73.93726377206231, 40.663191495994326, -73.93455211654687, 40.66336177307596, -73.93449221713763, 40.66336539957993, -73.93421837673273, 40.663381385067225, -73.93397249039442, 40.66339789924564, -73.93315202338152, 40.6634925343232, -73.93307133463446, 40.66350044616916, -73.9324067688877, 40.66350686819902, -73.93194277830581, 40.663535696613124, -73.93160747341739, 40.66355653111005, -73.93144208873309, 40.66356439502889, -73.93065207024118, 40.663638007864876, -73.93069525091936, 40.663613876635445, -73.93088210256744, 40.66350945801406, -73.9315375385737, 40.66323619563521, -73.93116380906854, 40.66290380090218, -73.9310776316177, 40.66278785193093, -73.93099352954547, 40.6626916308525, -73.93095746689578, 40.66265909966759, -73.93093926655027, 40.662642765079916, -73.93079352090987, 40.66251219264714, -73.9305117169176, 40.662260772347906, -73.93046273122734, 40.66221636979383, -73.93023244085502, 40.662009453740716, -73.93001893196141, 40.66181962392721, -73.9294541235302, 40.66131659164357, -73.92943248724886, 40.66129377278841, -73.92925703412794, 40.66113531096655, -73.92905189487419, 40.66094986009298, -73.92882287171065, 40.6607449158962, -73.92878688413634, 40.66071271365774, -73.92848519109046, 40.660442640723524, -73.92836167091204, 40.66033190836488, -73.92828977721598, 40.660267395573115, -73.92819257873822, 40.660176853713864, -73.92806593069753, 40.66006385518178, -73.92769372430449, 40.65973103214286, -73.92759453652288, 40.65964226524085, -73.92738082942229, 40.659450662629716, -73.9272793892144, 40.659359195181466, -73.92723517895402, 40.659319331058256, -73.92701149290563, 40.65911763294867, -73.92659994015415, 40.6587570562383, -73.92641191332733, 40.65858641421238, -73.92623942235139, 40.65841838883533, -73.92599069780431, 40.65820254984877, -73.92551634541738, 40.65777771112074, -73.92540699633868, 40.65767964779532, -73.9253228992226, 40.65760156162307, -73.92526305440904, 40.6575490100019, -73.92519311185903, 40.657487660034285, -73.92490288103676, 40.65723027242446, -73.92486740665542, 40.65719827729872, -73.92484968190348, 40.65718227073464, -73.92481520225557, 40.65715111552446, -73.92478961511736, 40.65712799332834, -73.92465429328315, 40.65700680592361, -73.92458827741518, 40.6569456256519, -73.92432234288427, 40.65670651497305, -73.92410246486132, 40.656507297265904, -73.92407694016535, 40.65648376971766, -73.92383499863043, 40.65626748203179, -73.92369078475944, 40.6561370113627, -73.9235985480437, 40.656052819309565, -73.92350592630116, 40.655972564887406, -73.92347825042047, 40.65594762826545, -73.92343834555895, 40.65591157921911, -73.92330597900762, 40.65580153877777, -73.92323716961415, 40.65573375956873, -73.92313300880846, 40.65563965799144, -73.92305924526816, 40.655573000109676, -73.92297991613354, 40.65550126673984, -73.9228882843131, 40.65542109532465, -73.92277609391103, 40.65531740833336, -73.92207223737198, 40.654689190161754, -73.92201734669452, 40.654640199032094, -73.92198739197187, 40.65461346216849, -73.92177652882496, 40.65442388971303, -73.92172994020751, 40.65438200647129, -73.9216153085784, 40.65427894883493, -73.9214121832566, 40.65251412094342, -73.92121106297286, 40.65252668064362, -73.92077366754016, 40.65255399365395, -73.92075969976021, 40.65240199916765, -73.92075053118248, 40.65231678136809, -73.92071815951064, 40.652015897005825, -73.92062216349923, 40.651098395035646, -73.92061790578106, 40.6510577166094, -73.9205802063909, 40.65070626351122, -73.92057424030196, 40.65065063440545, -73.92056982125054, 40.65060946057907, -73.92055325983188, 40.65045586582312, -73.92052927739381, 40.65023342314482, -73.92050438529007, 40.65000256448734, -73.92048818553661, 40.649852305479534, -73.92046753572735, 40.649653326270425, -73.92045655043209, 40.649547482601676, -73.9203755155224, 40.648778463420165, -73.92035876322365, 40.64859734323739, -73.92032922861497, 40.64831864486362, -73.92027399633186, 40.647822876783444, -73.92026414000799, 40.647734457081405, -73.92018439505699, 40.647029340171414, -73.92018166132087, 40.64698314979522, -73.92017945192768, 40.646926583111394, -73.92016481991561, 40.64681012694494, -73.92014480488653, 40.64660788367043, -73.92009758741494, 40.64617642158098, -73.92005116128924, 40.64573525421453, -73.91997631556295, 40.645030053054704, -73.9199506236829, 40.64470730648395, -73.91992153643395, 40.64449214067067, -73.91990782297943, 40.644329258849176, -73.91989533531789, 40.64422861901289, -73.91989042692362, 40.64418314211198, -73.9197800566692, 40.64318985986831, -73.91976011697994, 40.643010401417904, -73.9197460239451, 40.64288356254257, -73.91972836971598, 40.64272467262044, -73.91984460897184, 40.642648511289735, -73.9200438306115, 40.642504796627506, -73.92112733914561, 40.64172313822279, -73.9231454645884, 40.64021191231022, -73.92334494897284, 40.64007186889426, -73.92356754224028, 40.63984424972294, -73.92426572354407, 40.63940086300962, -73.92598429251511, 40.638274833959784, -73.92733440014966, 40.63753399245564, -73.93067345069056, 40.63579083355042, -73.93088674090554, 40.635679479469296, -73.93226213282331, 40.634961385499984, -73.93249994461138, 40.63494675773452, -73.93342687782544, 40.63488373318823, -73.93405313185936, 40.634847016988815, -73.9342465153608, 40.63483567853537, -73.93439440268993, 40.63482648045664, -73.93535984998569, 40.634766995935, -73.93552957548611, 40.63632892922478, -73.93553740109793, 40.63640093281798, -73.93560658322494, 40.63703758634946, -73.93575632902791, 40.63702812911046, -73.93596100536288, 40.63701544330301, -73.93598162595809, 40.63701417244604, -73.93607321583808, 40.637005987254035, -73.93616591687169, 40.637002742853525, -73.93654250772737, 40.63697936490156, -73.93751241146582, 40.63692085623495, -73.93848019934956, 40.636861668269646, -73.93860943478033, 40.638065382737715, -73.93863532956685, 40.63830653931848, -73.9387312424996, 40.639199853850975, -73.93966410266918, 40.63914101011891, -73.94059708722901, 40.63908266767699, -73.9407815096306, 40.63907114340471, -73.94084796712495, 40.63906699199846, -73.9415326815945, 40.63902420462679, -73.9425029040044, 40.63896409883256, -73.94325037323895, 40.63891603394188, -73.94537271335281, 40.638786643221515, -73.94551882253734, 40.64013598049823, -73.94552181539203, 40.64016393671766, -73.94562474459993, 40.64112567900161, -73.94586879031235, 40.64342343279848, -73.94598812644612, 40.644533478571994, -73.94607216564306, 40.6453114955, -73.94609375347254, 40.645506124704426, -73.94611326279653, 40.645682006840715, -73.94623199464046, 40.646752414593344, -73.9462597145701, 40.64700590265675, -73.94626367521765, 40.64707340553494, -73.94632785710067, 40.64769861469301, -73.94647881286443, 40.649100435632825, -73.94667413610355, 40.65094780691842, -73.94677645017576, 40.651853789368474, -73.9468380072846, 40.652452099129746, -73.9468514144464, 40.6525824246062, -73.94687329758216, 40.65279510360973, -73.94698895202762, 40.65386058966174, -73.94702586905201, 40.654202861767786, -73.94703256736484, 40.6543383981015, -73.9470387036332, 40.654462557039295, -73.94715895991568, 40.655593467401715, -73.94718453817347, 40.6557787380302, -73.94719559320859, 40.65585881078164, -73.9472161867172, 40.65600795756833, -73.94725375466514, 40.65634350025083, -73.94726366638865, 40.656437117142715, -73.94726946866142, 40.656487956690135, -73.94727629258371, 40.656547764053705, -73.94735403305604, 40.657279781280934, -73.94741736901797, 40.65788298277727, -73.94743289890987, 40.65803089166578, -73.94746284629885, 40.65831305618515, -73.94752253525213, 40.658875436360354, -73.94760090503947, 40.6595854574878, -73.94767622913761, 40.660297014299054, -73.94735075284518, 40.66031686085766, -73.94725649379869, 40.660327003419475, -73.94718007135856, 40.66032719528257, -73.9469870593405, 40.66033888344765, -73.94673171157183, 40.660354351624036, -73.94664491561048, 40.66036105356502, -73.94655038786516, 40.66036541500747, -73.94619581838302, 40.660387099840285, -73.94617602210265, 40.66038832608773, -73.94608822082503, 40.66039512529453, -73.94602457327922, 40.66039790415781, -73.94598230450049, 40.66040057145759, -73.94573534372644, 40.66041617823913, -73.94556603195468, 40.660426897236974, -73.94541268832641, 40.6604367680737, -73.94323195137929, 40.660570396491, -73.94275186427039, 40.66060106969384, -73.942611673762, 40.66061002481517, -73.94262071148106, 40.660701071553326, -73.94262263533074, 40.660720447127765, -73.94268818984204, 40.66132018242268, -73.94276742796595, 40.66206000428645, -73.9427806394664, 40.66217015482799, -73.94280856891307, 40.66244178518697, -73.94284801546699, 40.662845952050915, -73.9428098167696, 40.66284837076408, -73.94279925077913, 40.66294746913874, -73.94269628479358, 40.66405481882284, -73.94269628479358, 40.66405481882284 --73.86623455227495, 40.658756964783066, -73.86599116542669, 40.65886191688109, -73.86592062987788, 40.65876666167247, -73.8642343616418, 40.65648935345133, -73.86413687547154, 40.65636014909505, -73.86400837433195, 40.65620653096699, -73.86391651452608, 40.6561152655897, -73.86377919469663, 40.65599459122221, -73.86353849292533, 40.65583158590184, -73.8634578834219, 40.65578679482676, -73.86339699113427, 40.655752959402406, -73.86323515978862, 40.65567737932315, -73.8629311108722, 40.65555973482168, -73.86280481619247, 40.655511684791385, -73.86278384106448, 40.65549444636772, -73.86263912837045, 40.655410578587755, -73.86249449026063, 40.655330858499994, -73.86243684107413, 40.65530563089184, -73.86235571197989, 40.65527550515672, -73.86227774861122, 40.655253824611414, -73.86214574469709, 40.65522197004043, -73.86161927006731, 40.65514972233535, -73.86136419921317, 40.655121170423406, -73.86040087337655, 40.65387824379463, -73.85897501831309, 40.65291210054634, -73.85896441693035, 40.65289370706622, -73.85893287961315, 40.652859975494046, -73.85890826513248, 40.65283241285207, -73.85888747038959, 40.652779399036994, -73.8588790145925, 40.652749494152715, -73.85887869074546, 40.65270863003094, -73.8588526923329, 40.65265677329361, -73.85882405543485, 40.6526063370311, -73.85879138294837, 40.65256324763893, -73.85875129274473, 40.6525165857764, -73.85871706840325, 40.652467670803986, -73.85868276820327, 40.6524277987341, -73.85862782737989, 40.65239181493797, -73.85860479293382, 40.65236700165314, -73.85855878247558, 40.65233612663699, -73.85851443922351, 40.65229130462229, -73.8584853993592, 40.65226659919175, -73.85844545476925, 40.652219479035786, -73.85841271164004, 40.65217032445479, -73.8583932716256, 40.65211716182677, -73.85838038827895, 40.65206269431273, -73.85837532260958, 40.65201609795005, -73.8583733150726, 40.6519770516977, -73.85837335919328, 40.6519211781813, -73.85836735867522, 40.651881083310464, -73.8583499284892, 40.651826953289735, -73.85832110830277, 40.65177520371459, -73.85829812726365, 40.651744326340264, -73.85827460105298, 40.651709611179975, -73.85824704304572, 40.65169213237336, -73.85819875450343, 40.6516803147775, -73.85812878044861, 40.65166619930612, -73.85808400973053, 40.65162257608453, -73.85804328331605, 40.65157645979862, -73.85802026687155, 40.651541199500386, -73.85800178338083, 40.65151604771155, -73.85793731250372, 40.65148959010648, -73.85788925291399, 40.651468074978624, -73.85782066173768, 40.651448216619876, -73.85775005330648, 40.65143454949182, -73.8577170747084, 40.65142027330111, -73.8576570119004, 40.6513888096057, -73.85763446632542, 40.651379026382806, -73.85761584666245, 40.651354058068506, -73.8576064254398, 40.651326459018236, -73.85758518387071, 40.65132007415606, -73.85751243180533, 40.65131259439204, -73.85744116969188, 40.65130226898902, -73.85737381115862, 40.6512822579022, -73.85731686207507, 40.65126226329224, -73.85728896211877, 40.651241787805084, -73.8572718591858, 40.65122087365012, -73.85728445954986, 40.651198752738225, -73.8573009394849, 40.65117981727013, -73.85730454112993, 40.65113384125916, -73.85729124234746, 40.65109279262853, -73.85728499900159, 40.651037768597746, -73.85728556497146, 40.650998700300114, -73.85728525178297, 40.65097155377781, -73.8572605070879, 40.6509502339096, -73.85725932927303, 40.65090058865722, -73.85724632390753, 40.65084622171386, -73.85720852862917, 40.65078508181063, -73.85716378740848, 40.65074093956291, -73.85712117726354, 40.65071757491006, -73.85705950744651, 40.650687736139815, -73.85701547642091, 40.650653784084895, -73.8569663203238, 40.65064118233973, -73.85697337536261, 40.65059099440248, -73.85699579260582, 40.65058490955746, -73.8570395389081, 40.65054313845318, -73.85705810250202, 40.65053998899922, -73.85706807748655, 40.650521424596704, -73.85708694015501, 40.65050560341109, -73.85711138032794, 40.65049455739828, -73.85713687756912, 40.650443173959495, -73.85716316960878, 40.65041429006049, -73.85717564185411, 40.65040280772719, -73.85717722499331, 40.650363599308875, -73.85723171873747, 40.65033220734722, -73.85725995349578, 40.65031924520673, -73.85727629251237, 40.65031247377203, -73.85729100667109, 40.650300326023356, -73.85733745269823, 40.6502565112758, -73.85735318117892, 40.65024496272169, -73.85744192037717, 40.65018347006736, -73.8574642259817, 40.65015761140307, -73.85748022215287, 40.65013087141284, -73.85750937213284, 40.650060227619605, -73.85752429227021, 40.64999587162335, -73.85751561809748, 40.64993690932022, -73.8575135813765, 40.64990681056083, -73.85751728294919, 40.649880931536984, -73.85752666964085, 40.64984043062908, -73.85753093826871, 40.64981531774805, -73.85752709331526, 40.64976715864633, -73.85753090511446, 40.64971014072075, -73.85753270060484, 40.649689317548486, -73.8575401096794, 40.649653035820755, -73.85754553586338, 40.64961127468135, -73.85756804412185, 40.64956071591762, -73.85757007394442, 40.649545868877134, -73.8575826090207, 40.649505950895744, -73.85757608977606, 40.649451633436605, -73.85759334420992, 40.64939696899936, -73.85760425952269, 40.64933209563408, -73.85761521277763, 40.649270485794375, -73.85761619978801, 40.649201893599745, -73.85761020602787, 40.64911962648875, -73.8576329599476, 40.64905135841111, -73.85765521767377, 40.64897347037241, -73.85766174158059, 40.64891421800502, -73.85765992112083, 40.6488669709325, -73.85766391034596, 40.64883644017681, -73.85768252095453, 40.64878163692016, -73.85770600704417, 40.648744728499224, -73.85771658482392, 40.64872049511642, -73.85772740655476, 40.648684429216814, -73.85772996929568, 40.64865916022625, -73.8577312641548, 40.64862079342158, -73.85774119897206, 40.6485970013956, -73.85775464327799, 40.648568025820296, -73.85776289018393, 40.64853792807269, -73.85778378161771, 40.64844470067788, -73.85779984544484, 40.648362110542024, -73.85781497423376, 40.64832769250458, -73.85783469534631, 40.64830202057822, -73.85787967680768, 40.64824836112216, -73.85792015987454, 40.64820787248338, -73.85799247299416, 40.64815949226765, -73.85804318599041, 40.64810417656564, -73.85805695193261, 40.64808173731684, -73.85807602477288, 40.648060609467336, -73.85811424997345, 40.64802097256578, -73.85814255328184, 40.64796577505401, -73.8581674952566, 40.647901689770585, -73.8581902395166, 40.6478336088706, -73.8582110705628, 40.64776284926462, -73.85823352668181, 40.6476934532422, -73.85825539343597, 40.647623753914175, -73.8582832688958, 40.64744033274575, -73.8583017262554, 40.64738990571476, -73.85832553824936, 40.64734778536031, -73.85835307931221, 40.6472988994921, -73.8583760540841, 40.647274093274554, -73.85841357567202, 40.64723200419165, -73.85843265753222, 40.64719698488673, -73.85845571018598, 40.64713376441004, -73.8584659312828, 40.647050588845985, -73.8584690372937, 40.647000907433274, -73.85847136984339, 40.64696360450315, -73.858470508534, 40.646923762681304, -73.85846954600204, 40.6468792488421, -73.85846937199784, 40.64683308712275, -73.85846460615447, 40.646791887015056, -73.858447058665, 40.64671227664617, -73.85843008414733, 40.64666074876479, -73.85839424370643, 40.64662112772861, -73.85837256871865, 40.64656840356411, -73.85836252921986, 40.646509762907435, -73.85833480452888, 40.646435924018, -73.85830712220834, 40.64636220404195, -73.85829384341038, 40.646306336587514, -73.85828254552958, 40.646254082653776, -73.85824070210359, 40.646163707218, -73.85820909344054, 40.64610735879235, -73.85817454015802, 40.646056968162775, -73.85816446815112, 40.646037096593496, -73.85814926066192, 40.64600709595381, -73.85813895347376, 40.64596439143009, -73.85811749485912, 40.64591018522558, -73.85810229344271, 40.64588902678391, -73.85808206168711, 40.64587001617436, -73.8580350793612, 40.64584416281665, -73.85800484122532, 40.64580894040204, -73.85798327577115, 40.64574279405626, -73.8579724858081, 40.64571368315691, -73.85795497324739, 40.64568638120086, -73.85793901024927, 40.64566370352101, -73.8579192578084, 40.64564284560902, -73.8579001989045, 40.645634415714795, -73.8578753545889, 40.6456323948666, -73.85785426987167, 40.645634800209095, -73.85782654502457, 40.64564358472127, -73.85780770918967, 40.64564532284915, -73.85776103781554, 40.64558908264466, -73.8577309996858, 40.64553503415057, -73.85770901539779, 40.64548528208467, -73.85770436476056, 40.64546571975565, -73.85770478493254, 40.64543944312622, -73.85771634104063, 40.64539361199321, -73.8577172553264, 40.64537900670335, -73.85770906787808, 40.64535922207281, -73.85767965522965, 40.645306870915825, -73.85764499215962, 40.645240716397254, -73.85762682225369, 40.645210218533705, -73.85760600940857, 40.64518223434593, -73.85753628040541, 40.64507154891998, -73.85745695830319, 40.644935695555496, -73.85743990404451, 40.64487613208431, -73.85741682003157, 40.64483942081517, -73.85737324817369, 40.64478263947587, -73.85734794959825, 40.64473500845106, -73.85733738235612, 40.64469648823895, -73.85733697227256, 40.64465218218298, -73.85734153888943, 40.64457328074835, -73.8573159113646, 40.64441747352889, -73.857308956887, 40.644392869917496, -73.85729977539623, 40.64436038399847, -73.85727058455059, 40.64425554533769, -73.85724925850565, 40.64420516633088, -73.85720873357447, 40.644147388229726, -73.85719047580753, 40.64409686083325, -73.85716445540028, 40.64401714336415, -73.85716255627763, 40.643978704139045, -73.85715787697447, 40.643922402361085, -73.85716102668198, 40.643868158988624, -73.8571758850065, 40.643806784536956, -73.85722502660934, 40.64374647564171, -73.85730606644287, 40.64367913633224, -73.85738805347812, 40.64364092183655, -73.85753704566082, 40.643577483013466, -73.8575640118898, 40.643572019646435, -73.85764224354212, 40.64356058176376, -73.85768433899393, 40.64355492997652, -73.857733389387, 40.643543750385135, -73.85776647975806, 40.643534270125706, -73.85785614075115, 40.6435207309131, -73.8580254260003, 40.643488469105534, -73.85819613342495, 40.643460594331806, -73.85821601326765, 40.64345795240586, -73.85838831985694, 40.6434396482373, -73.85853222252945, 40.64341350136972, -73.85869145706332, 40.643379058667485, -73.8588393929505, 40.643342411813194, -73.85902758935617, 40.64330780517785, -73.85914907121077, 40.64328595884822, -73.85917372379045, 40.64328152516572, -73.85934041943904, 40.64324725279519, -73.85951867421652, 40.64321483676688, -73.85953933469034, 40.643211396805235, -73.8596962406883, 40.643185272467974, -73.8598648583909, 40.64315986819616, -73.86004220467916, 40.64313255439325, -73.86023362786904, 40.643108962163275, -73.86040950576354, 40.643093421200675, -73.8605237305288, 40.64307772236155, -73.8607075078489, 40.64305705666303, -73.8608946817398, 40.643033459086496, -73.86107143256298, 40.64301355244986, -73.86121729425376, 40.64299720584292, -73.86132855630775, 40.64298479672892, -73.86150034405124, 40.64297794908372, -73.86168200270143, 40.64295365648734, -73.8618605033477, 40.64292546236283, -73.86206129300994, 40.642872172910515, -73.86217132787067, 40.64283901354343, -73.86225112793244, 40.64279775010566, -73.86231462734509, 40.642770398131574, -73.86239528141678, 40.64273914759044, -73.8624707420228, 40.64273140154136, -73.86253594352894, 40.642709274492915, -73.86261660010786, 40.642676719847515, -73.86269726618083, 40.642638938542454, -73.8627333028066, 40.64262592043027, -73.86280880384703, 40.64259727675524, -73.86284314385406, 40.64257511361139, -73.86289463342216, 40.64255035849833, -73.86296157679824, 40.642515173953235, -73.86301824454782, 40.642474752316105, -73.86308863490925, 40.64243042792899, -73.86313658907727, 40.64241222157786, -73.86319270359553, 40.64237918345505, -73.8632520664182, 40.64233822279588, -73.86331138817228, 40.642298807348425, -73.863362997073, 40.64225888652008, -73.86339670597958, 40.64221162408446, -73.86341990336005, 40.64219468945459, -73.86348724040747, 40.64215168225836, -73.86355167391618, 40.64210693537603, -73.86361645477787, 40.64205762233553, -73.86368949653169, 40.641984079769436, -73.86370384847739, 40.64193827655145, -73.86371945558713, 40.641918667326976, -73.8637429862464, 40.64188721755387, -73.86377230431233, 40.64183461692801, -73.86379865531433, 40.64179925952845, -73.86383972315521, 40.64175644974035, -73.86387254057453, 40.64171533035193, -73.86390063610791, 40.64169227789042, -73.86393551230195, 40.64166938563298, -73.86398204808074, 40.64164198474785, -73.8640482399794, 40.64161168129602, -73.86412058110962, 40.64156474887581, -73.86415759453813, 40.64153605342723, -73.86418669772715, 40.64151792792733, -73.86423395320847, 40.6414986792922, -73.86430934739565, 40.64146989672509, -73.86439393749248, 40.641413291697404, -73.86443608192403, 40.641355231767044, -73.86444812288065, 40.64133696001271, -73.86446222159258, 40.641320635804554, -73.86453735558968, 40.64130049506643, -73.86454799267986, 40.64128192897899, -73.86463524464772, 40.641223550183625, -73.86470393818384, 40.64117008073329, -73.86473145639816, 40.641128318195925, -73.86474865026588, 40.64110482855752, -73.86478642920655, 40.64107613830869, -73.8649117390273, 40.6410057559955, -73.8650026863686, 40.64096929180127, -73.86509362277161, 40.640939358089746, -73.86515543441665, 40.64089632902283, -73.86521036039458, 40.640867658740056, -73.86525808099736, 40.64081674526137, -73.8652761931973, 40.64080025545724, -73.86531173546767, 40.64075087297905, -73.865351606984, 40.64073361078648, -73.8654089307824, 40.64069760758422, -73.86546866462201, 40.640664115119705, -73.86553543141544, 40.640639267730826, -73.86559093736876, 40.640603013768654, -73.86565179081691, 40.6405711461542, -73.86571077815341, 40.64053781388461, -73.86575155423145, 40.6405197466446, -73.86578942215888, 40.64049933194368, -73.86584569831263, 40.64046441062554, -73.8659039732331, 40.64043077034839, -73.86595922511306, 40.640404289250306, -73.86601760986375, 40.640368883124644, -73.86606765211944, 40.64032814067999, -73.86610980281695, 40.64030182885633, -73.86617128851701, 40.6402715700306, -73.86622931604701, 40.64023792299667, -73.8662875685468, 40.64020465711478, -73.86634679993149, 40.64017133290676, -73.86640368665444, 40.64013643003498, -73.86646971650622, 40.64010782878203, -73.86652971817793, 40.64007583724256, -73.8665887789783, 40.64004138976381, -73.86665015148378, 40.64000898101016, -73.86671088212637, 40.63997711089094, -73.86677602348666, 40.63995285704112, -73.8668354313212, 40.639924474836874, -73.86689849740755, 40.63989632286671, -73.86696228022667, 40.63987034104283, -73.8670299371856, 40.63985074474513, -73.86709220123223, 40.639842967797776, -73.86714098750478, 40.63984709182122, -73.86719810556478, 40.6398530093757, -73.86726348838353, 40.63986351738521, -73.86732291196007, 40.63987166452383, -73.86739146748465, 40.639890020547064, -73.86743819655854, 40.639915125978916, -73.86749997266547, 40.63994590669492, -73.86754798405433, 40.63997776565509, -73.86758998201904, 40.640004187538054, -73.86763473242597, 40.64003341138864, -73.86768944168782, 40.640069618503034, -73.86774609042486, 40.640106079066776, -73.86777564659342, 40.640129992132266, -73.86780702237166, 40.64016571399345, -73.86785647195728, 40.64020573408443, -73.86790306982952, 40.6402483479764, -73.86793626149426, 40.64028050312887, -73.86798979611005, 40.64031787762427, -73.86802481785315, 40.640365564310656, -73.86806956621913, 40.640402616204085, -73.86811196737625, 40.64044778086962, -73.86815091178474, 40.64047986511222, -73.86820096548621, 40.64052009196485, -73.86825286993525, 40.640560014739194, -73.86829489150111, 40.64060535180108, -73.86833835216363, 40.64065111373916, -73.86839219281026, 40.64068942853781, -73.86844818610743, 40.640726613820725, -73.868499267872, 40.64076604025571, -73.86855042388312, 40.64080621418384, -73.86859335784797, 40.64085065165851, -73.86864633687439, 40.640889030189804, -73.86867282282748, 40.640924756131, -73.86869256096529, 40.64097430453864, -73.86871205755747, 40.64102766726715, -73.86872879902404, 40.641080180358685, -73.8687594347201, 40.64113143597093, -73.86879312901993, 40.64118075084309, -73.8688073234319, 40.64123484773124, -73.86881376620865, 40.641272170804655, -73.86881376956546, 40.64138230613257, -73.86883824847352, 40.641434265207884, -73.86885447980646, 40.641488997476955, -73.86886818228544, 40.641545031712276, -73.8688867830555, 40.6415990138438, -73.86892469133488, 40.64163972631485, -73.86895852100133, 40.64166184110221, -73.8689834070194, 40.641684184327865, -73.8690169568129, 40.64173386817921, -73.86903102831491, 40.641762801683754, -73.86905974339395, 40.64179423279213, -73.86909012319136, 40.64184184541939, -73.86911971422337, 40.64186911350819, -73.8691399694555, 40.64187954746358, -73.869168439133, 40.64189932284323, -73.86921748763234, 40.64193997674874, -73.8692580290016, 40.64198553689644, -73.86928601306245, 40.64202271963366, -73.86932068698285, 40.6420720714797, -73.86933089571569, 40.64211949992498, -73.86932562164937, 40.642156480961766, -73.86929371211752, 40.642206467644755, -73.86927427887133, 40.6422603524418, -73.8692761874957, 40.64230170195515, -73.86929243820302, 40.64233295403849, -73.86931533840034, 40.64234991252928, -73.86937220660855, 40.642377158415556, -73.86942339905157, 40.64239357358719, -73.86945597130689, 40.64241815692237, -73.8694739041608, 40.64245375859614, -73.86949122961951, 40.64248923980854, -73.86950824967187, 40.642543069652355, -73.86951601360309, 40.64257307746055, -73.86952021400997, 40.64260146569332, -73.86953572309798, 40.64265598361564, -73.8695702500652, 40.642696105793895, -73.86959531435306, 40.642719480180595, -73.86962204678728, 40.64275130422414, -73.86962701518863, 40.64277328973071, -73.86964086593407, 40.64279988876059, -73.86966711854964, 40.64285284383388, -73.86969851980729, 40.64288819418056, -73.86974051200197, 40.64292439579937, -73.86978031585981, 40.64296610970443, -73.86981450851083, 40.64301535098711, -73.86984574726993, 40.64306681319865, -73.86986767903281, 40.643120448628984, -73.86989701191858, 40.64316718364492, -73.8699110542425, 40.643221742177694, -73.86991239536478, 40.64327788206138, -73.86992661691792, 40.643319963200454, -73.86993514876612, 40.643376460617816, -73.86993859846966, 40.64343407703491, -73.86994632386391, 40.64346277991489, -73.86995348080632, 40.64351019043717, -73.86994942971835, 40.643566411571, -73.8699415489365, 40.64361560162234, -73.8699132033211, 40.643646306081145, -73.8699157487707, 40.643772369034096, -73.86994523954621, 40.643803769272154, -73.86996783884061, 40.64386749394941, -73.86997427369718, 40.64392329829096, -73.86998897191168, 40.643978096188576, -73.86999354870557, 40.64401854277581, -73.87001708146819, 40.644071049829876, -73.87004823954646, 40.64412299456668, -73.87008450899268, 40.644173443903725, -73.87012352432664, 40.644221105621455, -73.87016405450393, 40.6442679792807, -73.87019335380828, 40.64431836488071, -73.87022364434296, 40.6443685057498, -73.87026229807825, 40.6444180166773, -73.87030210163003, 40.64446477149883, -73.87033162518907, 40.64451544548132, -73.87036138751603, 40.64455642923948, -73.87038799862174, 40.64460867673258, -73.87041798525578, 40.64465777710656, -73.87045728238715, 40.644696963340216, -73.87049944081947, 40.64474333622264, -73.87053699955027, 40.64479075661804, -73.87056002504852, 40.64481807186541, -73.87061492127621, 40.64485642100831, -73.87067307251698, 40.644881836929024, -73.87070738044397, 40.64490294044638, -73.87075088007947, 40.64491989568748, -73.87080604607732, 40.644936250765355, -73.87086183166585, 40.64497211715724, -73.87087543872262, 40.6449870639418, -73.87093079590547, 40.64502564038116, -73.87098288035818, 40.6450662284836, -73.87103715580557, 40.64510424983854, -73.8710967660466, 40.645138983048945, -73.8711575947024, 40.64517216059594, -73.8711752216371, 40.645181526829475, -73.87121758770361, 40.645204044029626, -73.87125851689714, 40.64521884035683, -73.87132596375386, 40.645238620097615, -73.87139510331416, 40.64525794963116, -73.87146501034852, 40.645271675150774, -73.87153328624655, 40.64529320810621, -73.87160389449107, 40.645309968172995, -73.87167414820942, 40.645325440058585, -73.87174476898643, 40.6453406367518, -73.87181440648038, 40.64535813042998, -73.87188843591215, 40.64536893179909, -73.87194725580787, 40.64538030782695, -73.87200261304255, 40.64538976816908, -73.87203378665289, 40.645391590391206, -73.87205545722108, 40.64539285901977, -73.87207581927039, 40.64539400732023, -73.87210383833252, 40.645392290576886, -73.87217100861024, 40.64538448751883, -73.87220970829681, 40.64539007952608, -73.87223446354729, 40.64540544917268, -73.87228085368143, 40.645416037674096, -73.87232639405298, 40.64542772564749, -73.8723591707417, 40.64545121964879, -73.87238702080775, 40.645455658596305, -73.87244196280983, 40.64545295315568, -73.87247670531112, 40.64545558518061, -73.87249585157177, 40.64547800951982, -73.87252354149972, 40.64550377794812, -73.87253498896143, 40.645522490812695, -73.87254247746687, 40.64555460981632, -73.87256367378998, 40.64557704181914, -73.87290469528014, 40.64548857761064, -73.8732124936429, 40.645408728854406, -73.87322943674947, 40.64535382218138, -73.87323642865208, 40.64532204247066, -73.87325924471199, 40.645272953315, -73.87329232924799, 40.64522225183297, -73.8733160246102, 40.645168293627876, -73.87333055296762, 40.645113006060605, -73.87333482864918, 40.64505721911789, -73.87331452624741, 40.64501162239038, -73.87329319992271, 40.64495737774769, -73.87328986894342, 40.644918475259985, -73.87329402183626, 40.64486323569779, -73.87328437698507, 40.64481226019896, -73.87325421334462, 40.644761840219765, -73.87324182500133, 40.644706901210455, -73.87323077181078, 40.644651136094296, -73.87322056751294, 40.644594733444556, -73.87321602465045, 40.64453973464074, -73.87323242112242, 40.64450983387225, -73.87325503034384, 40.644455593516405, -73.87326801888216, 40.64441299076777, -73.87327145064619, 40.64435710473645, -73.87327186370769, 40.64430083986178, -73.87326062779691, 40.64425353402045, -73.87325072005297, 40.644233344270155, -73.87323458716068, 40.644200465647316, -73.8732051434519, 40.64415023465352, -73.87320004893807, 40.64410497615274, -73.87321175427387, 40.644056390746336, -73.87324543298992, 40.64400688761701, -73.87325079394569, 40.64396728599553, -73.87321784362032, 40.643934598653395, -73.87319688399006, 40.64392899142562, -73.87317687979382, 40.643941319985636, -73.87317333728407, 40.64399572994386, -73.87311177658104, 40.64399629239902, -73.87304128428889, 40.64398063651834, -73.87299845782057, 40.64396096061606, -73.87295914354054, 40.64392401662178, -73.87292665326217, 40.643893813335694, -73.87289423298347, 40.6438554271007, -73.87286322824636, 40.64380380929323, -73.87283851314312, 40.64375148071832, -73.87281005147622, 40.643699229941355, -73.87277920650234, 40.643659379370106, -73.87275119415135, 40.643612094537396, -73.87272490043334, 40.643560035246246, -73.87271923476936, 40.64352681963145, -73.8727130405548, 40.643483124090075, -73.87270475463025, 40.64342847321857, -73.8726877684254, 40.64337526164989, -73.87265301534272, 40.643325465885646, -73.87260961446205, 40.643285560838784, -73.87256316743432, 40.64326651292594, -73.87249058381528, 40.64325627371216, -73.87244336835374, 40.64322673925368, -73.8724242712274, 40.64319751333263, -73.87239846705597, 40.64314499614284, -73.87236201881028, 40.64309592872907, -73.87233451923102, 40.64304413906301, -73.872301580955, 40.642993891343274, -73.87225649043592, 40.64295434719417, -73.8721985709011, 40.642919621857004, -73.8721636811347, 40.64287175560245, -73.87213957173093, 40.64281906193344, -73.87213286134242, 40.642779682872074, -73.87213243735576, 40.64272332250532, -73.87212182211714, 40.642706177422994, -73.87210119756936, 40.64270424898782, -73.87207284946005, 40.64270182747798, -73.87203380888357, 40.64267692881034, -73.87199226105486, 40.64263160716455, -73.8719535083664, 40.64258363208412, -73.87192456603151, 40.64253174795649, -73.8718923506369, 40.64248150182168, -73.87187525023417, 40.642427274213496, -73.8718840441741, 40.6423807010507, -73.87192684330994, 40.64233877552206, -73.87194975515963, 40.642292720566, -73.87198030890744, 40.64225763793475, -73.87197620874366, 40.64224116557445, -73.87195498047886, 40.64223849801485, -73.87187534436435, 40.64224957665459, -73.87183602295237, 40.64226520187283, -73.87181203185939, 40.64229332266281, -73.87178939674901, 40.642334966256264, -73.87174577835451, 40.642308575628256, -73.87173097598071, 40.64225389940016, -73.87171146393243, 40.642199755525894, -73.87167779643173, 40.64214987061806, -73.87164751840514, 40.64209871434792, -73.87162509990615, 40.642045569491856, -73.87160280096379, 40.64199297678287, -73.8715675609409, 40.64194391225979, -73.8715271093468, 40.64189758398461, -73.87148952542368, 40.64185513113264, -73.8714398556316, 40.64181474045441, -73.87140061699893, 40.64176786507365, -73.87136513903313, 40.641717880790694, -73.87133207901779, 40.641667724501104, -73.87130445356847, 40.641616943920305, -73.87127708604207, 40.641564239211405, -73.87123078034692, 40.641526067484385, -73.87120072334288, 40.64146545948876, -73.87118243579424, 40.64144484862952, -73.87115996063336, 40.641419517956216, -73.87112577762468, 40.64137009066836, -73.871103400481, 40.64133321003223, -73.8710622262918, 40.641287999224765, -73.87102405352339, 40.641239823656704, -73.87098847670778, 40.6412027363817, -73.87095430504736, 40.64117446045353, -73.87091682758857, 40.641126870967014, -73.87087272071184, 40.64108164419109, -73.8708295478408, 40.6410370127899, -73.87078704944484, 40.64099147170495, -73.87076029138112, 40.64093877745922, -73.8707366318696, 40.64088545092324, -73.87071423129282, 40.640843165265075, -73.87068956617534, 40.64079026893699, -73.87066515020861, 40.64074120009108, -73.87066120592908, 40.64070490021903, -73.87066815635204, 40.64064915687775, -73.87067893814668, 40.64059280999388, -73.87069290947626, 40.64053825422637, -73.87069580932976, 40.64048273596009, -73.87068498585018, 40.640462398164416, -73.87065129445585, 40.64046898629437, -73.87064116803546, 40.640509241631, -73.87059388672543, 40.64053154382907, -73.87057271014775, 40.640531791953336, -73.87054636159455, 40.64052290478528, -73.87052368776686, 40.64049850039533, -73.87050952233834, 40.6404787846813, -73.87047652837609, 40.64042996098067, -73.87042796724272, 40.64038932166194, -73.87037167258536, 40.64036079639819, -73.87034112579788, 40.640356413351206, -73.87031669189122, 40.64035206870825, -73.87026598190509, 40.64031256335281, -73.87021815537501, 40.64027968725148, -73.87015244461992, 40.640255005475844, -73.87011678685948, 40.64023087000645, -73.87008605916041, 40.64018100775119, -73.8700604975066, 40.64012872982802, -73.87003700297143, 40.6400767144852, -73.87001998075903, 40.64002288380186, -73.8700172785103, 40.6399669710926, -73.87001483431516, 40.6399108839739, -73.8700134650815, 40.639855207806306, -73.87000774846167, 40.63984111451712, -73.8699686501773, 40.63981917778182, -73.86994078872507, 40.6397994284975, -73.86990874425578, 40.63974905500872, -73.8698928494619, 40.63969489418863, -73.869894912411, 40.63963906340998, -73.86989751573975, 40.639584372399575, -73.86987891760126, 40.63956710190394, -73.86983977650935, 40.63954963975716, -73.86981934737678, 40.63953230504341, -73.86981497006427, 40.63947586452643, -73.8698187545119, 40.63941991142499, -73.86983510105709, 40.63937028968832, -73.86982731791007, 40.63935024972034, -73.8697948710518, 40.63934691618314, -73.86978055532202, 40.63932570534358, -73.86976941760302, 40.639269761458706, -73.86977232426146, 40.63921415046132, -73.86977184806526, 40.63917527809299, -73.86973083604273, 40.639156534150914, -73.86970724171454, 40.63911960862855, -73.86970562079372, 40.63906401681578, -73.86971453560069, 40.63900815687858, -73.869719974792, 40.63895114844223, -73.8697293178375, 40.63889632908855, -73.86973808038591, 40.63884093184313, -73.86974712906817, 40.638784891949804, -73.86975196883469, 40.638729719891714, -73.86973743984085, 40.63871185783619, -73.86971894545346, 40.638694874695965, -73.86971152595231, 40.638669069103166, -73.8697019514112, 40.63862511289529, -73.86967957795119, 40.6386114320612, -73.86966307556722, 40.638572623473195, -73.86966518249496, 40.63851614526784, -73.86965895748533, 40.63845982241328, -73.86964558547575, 40.63841796010602, -73.86964707639213, 40.63836155054172, -73.86963736392745, 40.6383119956396, -73.8696301144479, 40.638279676774204, -73.86963364939169, 40.63822380713687, -73.86963781406908, 40.638201388017364, -73.86964329527132, 40.638171889603655, -73.86965080374806, 40.638117004235085, -73.86963975037172, 40.6380628236431, -73.86971314729247, 40.63816863504539, -73.86978280444706, 40.63826826549991, -73.86988349975948, 40.63841211683519, -73.86993329574811, 40.63840781465558, -73.87000335982506, 40.63839655724235, -73.87007196038375, 40.6383422055647, -73.87025887900083, 40.638195748972464, -73.87033389869714, 40.63814350439213, -73.87046482510266, 40.638074401089284, -73.8706034044801, 40.637979587406384, -73.87067378594024, 40.63793602469787, -73.87118991373819, 40.6375710947703, -73.87129664965693, 40.63741687150551, -73.87133927402779, 40.63739791373647, -73.87149946552243, 40.637292075573086, -73.8716371308523, 40.63719333965573, -73.87167897810332, 40.637159751949376, -73.87178306439968, 40.637089161946456, -73.87180963866662, 40.6370746959081, -73.87187863155131, 40.63704972214262, -73.87193498136985, 40.637020665707134, -73.8719722292222, 40.63700411420757, -73.87204284546783, 40.636986909134095, -73.87213403246277, 40.636943859462896, -73.8721786991261, 40.6369223470777, -73.87222733598405, 40.63688933854855, -73.8722737777894, 40.63685748562904, -73.8723261152406, 40.63682471800523, -73.87236392517121, 40.63679230344603, -73.87242435238083, 40.63675109698045, -73.87245533384366, 40.63672888760988, -73.87250725647907, 40.6366873060559, -73.87254622798493, 40.636651313158076, -73.87259043760834, 40.636605875996175, -73.8726280931143, 40.63657186545737, -73.87268851741918, 40.63653694807957, -73.87272334345245, 40.63652248466192, -73.87276495342999, 40.636495657399195, -73.87279866269488, 40.636487213598485, -73.87286457601688, 40.63646245916315, -73.87291331701678, 40.63644765536687, -73.87297021525377, 40.63642806799531, -73.87304872841634, 40.63640514552267, -73.87312003956606, 40.63638568205105, -73.87319006791859, 40.636376270523854, -73.87325084550608, 40.636353637230926, -73.87331574406033, 40.63634644155497, -73.87337280976432, 40.6363356729594, -73.87348116404185, 40.636327338151744, -73.87353983949352, 40.63632978187033, -73.87361502757474, 40.63633907955558, -73.8736937576922, 40.636353122319335, -73.87376456760306, 40.636371665237085, -73.8738759949688, 40.63640166946011, -73.87395316707041, 40.6364245525411, -73.87401629941948, 40.636447493130646, -73.87407445528083, 40.636474152785595, -73.87412769270026, 40.636501334731605, -73.87418636929597, 40.636535868144264, -73.8742807719242, 40.636590083631035, -73.87433498245959, 40.636616597458264, -73.87445034009983, 40.636691037064246, -73.87451550265564, 40.63671705396979, -73.87460406045687, 40.636755479400996, -73.87465482856913, 40.63678221625359, -73.8747096966708, 40.63680431447119, -73.87475646915566, 40.63683494527497, -73.87480368988287, 40.636856656899475, -73.87488597107028, 40.636882482410336, -73.87493053050989, 40.63689371624118, -73.87497102095955, 40.636911376241976, -73.87508957681611, 40.636985496294315, -73.87518957943172, 40.63705541317284, -73.8752365490778, 40.63708322806894, -73.8752551067593, 40.6371003787895, -73.87526769666343, 40.637120975626296, -73.87528810713718, 40.63719609480549, -73.87529631578204, 40.63725802614493, -73.87530626975567, 40.6372760266217, -73.87532211688259, 40.63729320771089, -73.87538280046738, 40.63733616254391, -73.87542648357837, 40.6373788386781, -73.87546265818331, 40.63740874449856, -73.87550986481132, 40.637449126290406, -73.8755443079357, 40.637485244696656, -73.8755919419986, 40.637534821222914, -73.87563649817034, 40.63757157460228, -73.87567115468612, 40.637618856042465, -73.87569941117714, 40.63764716110712, -73.87579454735388, 40.63772032036645, -73.87587690153126, 40.63779474989068, -73.875916791694, 40.63783878062559, -73.87604548563067, 40.63795304047771, -73.87608981346656, 40.637984449749574, -73.87618023630435, 40.63804293144091, -73.87621560876667, 40.63806974827605, -73.87637195927955, 40.638161741562485, -73.8764051033958, 40.63819440301686, -73.87646438323216, 40.63823465240459, -73.87648460274515, 40.63825035667372, -73.87652339069545, 40.63829309016371, -73.87672722518352, 40.6384589900552, -73.87676874099931, 40.6385085370149, -73.87681558723915, 40.638555443943204, -73.87685520724152, 40.63858374558383, -73.87689318858006, 40.638605142974, -73.8769536378925, 40.63864043149631, -73.87701331693614, 40.63866523171218, -73.87706522447115, 40.63867988734082, -73.87713928444188, 40.63870263887384, -73.87721105216824, 40.63872482508672, -73.87726643877097, 40.63874271360236, -73.87735940253044, 40.63878788198963, -73.87743270059359, 40.638815592582134, -73.8775030038889, 40.63883970326259, -73.87758103377028, 40.6388643993589, -73.87766168230229, 40.638893518838465, -73.87783466609336, 40.638955027222856, -73.8778857709947, 40.63896407049046, -73.87791110515347, 40.63896546708131, -73.8779689291981, 40.638964241617614, -73.87802725325363, 40.638959799099034, -73.87807973800719, 40.63894540232093, -73.87809954215705, 40.63892801987683, -73.8781084454535, 40.638914727741174, -73.87811392673183, 40.63887475588828, -73.87812263153674, 40.638840041082396, -73.87813505466602, 40.63882510472441, -73.87822349154128, 40.638795786546176, -73.87824415238671, 40.63879086097016, -73.8782608878456, 40.63878178524286, -73.87828151300803, 40.63876725468124, -73.87829925415491, 40.63874861829665, -73.87831412005703, 40.63875671979381, -73.87834397276637, 40.638774694232104, -73.87839816046547, 40.63879743383347, -73.8784308592482, 40.63882608871856, -73.87846387463573, 40.63884968030767, -73.87851302311213, 40.638872357795705, -73.8784991719369, 40.63890033580993, -73.8785468856211, 40.638944947521665, -73.87857177817683, 40.63898114407637, -73.87860605885642, 40.63902992449028, -73.87861413849176, 40.63904696904716, -73.87863666178811, 40.63908659676705, -73.87864503276634, 40.63911375446281, -73.87866312807894, 40.639148033821535, -73.8786689268771, 40.63916341360861, -73.87869902389316, 40.639207120555234, -73.87870010097969, 40.63922459266958, -73.8786868813463, 40.639249819384005, -73.87867588342223, 40.63930144176583, -73.87867571811879, 40.639357249483666, -73.87869393344323, 40.63937497831614, -73.87871934940617, 40.639414714430465, -73.8787725290205, 40.63945392148944, -73.87882548083782, 40.639474738776116, -73.87887563330364, 40.63951512948168, -73.87892602818197, 40.63955616519233, -73.87895562755745, 40.6396013420938, -73.87899414827521, 40.6396480250389, -73.87903121890454, 40.639695164809716, -73.87905953525734, 40.63971845411015, -73.87907940049817, 40.639741060928515, -73.87910896270776, 40.63979184708569, -73.87914263995371, 40.639840717652554, -73.87917196647949, 40.63989048956037, -73.87919463109108, 40.639943816916556, -73.87922285902502, 40.63999514645564, -73.87923839791583, 40.640048998525145, -73.87925904732259, 40.64008062033391, -73.87930053063226, 40.640125552972805, -73.87935464877235, 40.64013589819749, -73.87939254030265, 40.6401529748711, -73.8794460912252, 40.64019135622754, -73.87948399861985, 40.64020622481402, -73.87954948012097, 40.6402307749409, -73.87961640774856, 40.64025450437016, -73.87968309244687, 40.6402792411873, -73.8797264198304, 40.64029625139627, -73.87979751136696, 40.64031264314062, -73.87986358319584, 40.640338389594916, -73.87989357829905, 40.640362602573326, -73.87990117175742, 40.640380747864086, -73.87989968176574, 40.64043618047691, -73.87987488395774, 40.64046025607451, -73.87987359810457, 40.640487647628625, -73.87988955455684, 40.64051741205143, -73.87992025131896, 40.640561029244935, -73.87995400902416, 40.640599234802835, -73.87998012559649, 40.640609644150956, -73.88004903009985, 40.64062758685201, -73.88009508865322, 40.64065049096725, -73.8801090424111, 40.64067381095563, -73.88011908884835, 40.64071899598009, -73.88012634586413, 40.64073364328748, -73.88016322643051, 40.64074060401885, -73.88016968691211, 40.64076499501263, -73.88016574150473, 40.64079292861171, -73.88016988091172, 40.640821538820944, -73.88017071724809, 40.640855467657055, -73.88016763621998, 40.64089710355745, -73.8801916168446, 40.6409133919226, -73.88021392962142, 40.64091377357395, -73.88023648821229, 40.64093198215656, -73.880258110206, 40.64097145552202, -73.88024941017015, 40.64099541378283, -73.88022591736494, 40.641022801122446, -73.8801913690597, 40.641051395342075, -73.88017916864077, 40.641061491859524, -73.88011821458646, 40.64111152421768, -73.88004668470118, 40.64117208158726, -73.8799630565616, 40.641237092859505, -73.87986991135618, 40.641299030562514, -73.87978247146266, 40.64135621220864, -73.87971076356557, 40.64140830970445, -73.87968119006597, 40.641458198148854, -73.87968291905192, 40.64150242625816, -73.87970541722557, 40.641544997527554, -73.87973426460876, 40.641594305012724, -73.87976599760205, 40.641645003207536, -73.87981703835716, 40.64171260901019, -73.87996966751682, 40.64190007281231, -73.88000995046507, 40.64192445048199, -73.88004126211288, 40.64194340125598, -73.88005896113155, 40.641989174196134, -73.88006767196967, 40.64200272618898, -73.88012002647565, 40.642039539971194, -73.88016715633692, 40.642064839650175, -73.88018952486848, 40.642078496817376, -73.88022387006858, 40.642099464262564, -73.88027875444104, 40.642120568348695, -73.88031896357911, 40.64211834629765, -73.88033595603798, 40.642105364086525, -73.88036564387508, 40.642056208619074, -73.88039604543083, 40.64205799355353, -73.88045869686064, 40.64207379436985, -73.88050104874354, 40.64207517025557, -73.88052881384402, 40.64205790913658, -73.88057327482558, 40.642068487791065, -73.88060456415255, 40.642097397229314, -73.8806404535296, 40.6421083983066, -73.88067799721485, 40.64210727019572, -73.8806995733806, 40.64212777218792, -73.8807332469299, 40.64217737619323, -73.88077946477833, 40.64219522377925, -73.88092508157831, 40.642204389749466, -73.88098956193544, 40.64221698181907, -73.88103669878353, 40.64224126986498, -73.88109364995007, 40.64227699922969, -73.8811327743061, 40.64229114000599, -73.88120095181387, 40.64230953692258, -73.88127328236773, 40.64232197845092, -73.88132850408263, 40.6423298429512, -73.88139331036835, 40.642347402393895, -73.88142535402179, 40.6423725455139, -73.88147260164752, 40.64241448456975, -73.88152833916683, 40.64245149570693, -73.88157207307673, 40.642495626567055, -73.8815903341075, 40.642540477714675, -73.88159455425023, 40.642573961558824, -73.88160505285266, 40.64260756353119, -73.88161036918332, 40.642640225428636, -73.88161836363832, 40.64266931141981, -73.88162893999532, 40.642725072542554, -73.88164913984895, 40.642752645614834, -73.88168383354636, 40.642795544221656, -73.881699160596, 40.642828340685, -73.8817181588237, 40.642854899424634, -73.88175292062944, 40.64290478340643, -73.88179355134727, 40.64292775509461, -73.88182504479028, 40.64296209183519, -73.8818675532582, 40.643008239383725, -73.8819029874855, 40.64304902426493, -73.88193775604081, 40.643097901416155, -73.88198452216473, 40.64313983796208, -73.88202643514178, 40.64318524911565, -73.88207138307936, 40.64322855885301, -73.88210087505617, 40.64325635569605, -73.88213236762951, 40.64330742399317, -73.88215987557712, 40.64335884030132, -73.88219996733193, 40.64340608298074, -73.88224102684057, 40.64345296012559, -73.88224784423336, 40.643477997031844, -73.88223828219887, 40.64353174102002, -73.88220456737564, 40.64357012263024, -73.88217385367882, 40.6436114574056, -73.88214909514018, 40.64366329742631, -73.88213524424756, 40.643709486158045, -73.8821420927425, 40.64374702590711, -73.88217207663895, 40.64377289522305, -73.88221154447791, 40.64378997887673, -73.88226681268934, 40.64382450373571, -73.88232244291963, 40.64385958455856, -73.88236601814012, 40.643875855591226, -73.8824295531452, 40.643902694793475, -73.88248275390256, 40.6439398766668, -73.88254517663646, 40.643970020473276, -73.88259742067184, 40.644006097279764, -73.88264793265564, 40.64403150294654, -73.88271857924398, 40.64404273965008, -73.88276763873486, 40.64406859674383, -73.88282933685616, 40.644098829708575, -73.88286796595668, 40.64411507930145, -73.88289973154349, 40.6441283618869, -73.88293954982136, 40.64414673428907, -73.88300370431796, 40.6441718267967, -73.88304009158652, 40.644197079239845, -73.88308515811907, 40.6442409407134, -73.88311980693534, 40.64429018208767, -73.88316396373716, 40.64432567228208, -73.88321643151045, 40.64436395620443, -73.88325155955161, 40.64439683289509, -73.88329565650791, 40.644441610028856, -73.88336030638153, 40.64446422371056, -73.88342928669991, 40.644472695494436, -73.88350295729391, 40.64446675378059, -73.88354810469428, 40.64444965632874, -73.88358280570593, 40.64442451925824, -73.8836283894659, 40.64438021303851, -73.88368009331109, 40.644340804609676, -73.8837196479691, 40.644328835291496, -73.88377888568174, 40.64431612131281, -73.88385104251759, 40.64431918033357, -73.88392263752006, 40.64433327370035, -73.8839938700938, 40.644347087496044, -73.8840322314798, 40.64435028340571, -73.88405098743864, 40.644343558332004, -73.88410412839602, 40.64430562711201, -73.88415054839415, 40.64426288572924, -73.88420032673754, 40.644222364786906, -73.88425226560865, 40.64418350925584, -73.88429624013297, 40.64414443496693, -73.88435310693144, 40.64410937012955, -73.88440191964713, 40.644068567166464, -73.88445992638479, 40.64404215020445, -73.88451297216176, 40.644017271720735, -73.88456112786916, 40.6440014781417, -73.88462910481165, 40.64398153502689, -73.8846725834487, 40.64397813325224, -73.88472249475338, 40.64396914748816, -73.88479553648216, 40.643966879333895, -73.8848685300637, 40.643970586928525, -73.88494215230314, 40.64397172232328, -73.8850159752401, 40.64397782423333, -73.88508995506447, 40.643979330904756, -73.88516514754143, 40.64397964555195, -73.88523753010732, 40.64398463464111, -73.88530992103425, 40.64398889247169, -73.88535764090922, 40.64399957428078, -73.8854310088536, 40.64400217785532, -73.8855051202561, 40.64400212289098, -73.88557833885491, 40.64400840304147, -73.88563641808102, 40.64402216130843, -73.88567257706971, 40.644045941243256, -73.8857149808317, 40.64409098412098, -73.88574245691694, 40.64413035869497, -73.885776388765, 40.64417895378368, -73.88579816327851, 40.644205061639774, -73.8858366012611, 40.644247789801966, -73.88588373373628, 40.64428963686639, -73.8859044955883, 40.64432309733411, -73.88592972389942, 40.64435657573612, -73.88595542095338, 40.64439180520591, -73.88598220656284, 40.64444312712035, -73.8860209807345, 40.64448990248454, -73.88605913910331, 40.64453731929511, -73.88608089837412, 40.644549637436455, -73.88613899197505, 40.64456431489215, -73.88617408033343, 40.644592944702275, -73.88619858436198, 40.6446332428567, -73.88623323874428, 40.64468137925769, -73.88627368814899, 40.64472972489614, -73.8863147186521, 40.6447645579092, -73.88636548571495, 40.64480448665895, -73.88641891647495, 40.64484369129821, -73.88646993467248, 40.64488270352126, -73.88652421446703, 40.64492117682749, -73.88657729473915, 40.64495872499257, -73.88663012893964, 40.64499710136767, -73.8866779799934, 40.6450396854348, -73.88671854738202, 40.645088490295116, -73.88675270949291, 40.64513864951726, -73.88678590356253, 40.64518871051993, -73.88682563855318, 40.64523558110826, -73.8868592481851, 40.645278380714856, -73.88689731374012, 40.64530584435703, -73.8869592579495, 40.64533635270065, -73.88700771909011, 40.645378478864195, -73.88704177072225, 40.64542707188785, -73.88711520865863, 40.6455038726952, -73.88713973175618, 40.64553412987916, -73.88716443707087, 40.6455733996278, -73.88720973890558, 40.64561799452885, -73.88724633166524, 40.645665773212116, -73.88726644925501, 40.645688656203895, -73.88728807185969, 40.64573673988185, -73.88731873116879, 40.645786516380085, -73.88735131896941, 40.64583758430151, -73.88739847127758, 40.64587731363571, -73.88744741920212, 40.64591861701328, -73.8874577479383, 40.64594283846658, -73.88744078202278, 40.64596906297663, -73.8874359311566, 40.64598871745187, -73.8874393935324, 40.6460443557845, -73.88745416166267, 40.6460720900035, -73.887490379337, 40.64610487820568, -73.88753702207177, 40.64614828650226, -73.88757520513639, 40.646175933737325, -73.88758565526268, 40.64620885430712, -73.88760907250162, 40.64626141165135, -73.88762512071274, 40.646307652756526, -73.88763695346532, 40.64632482460128, -73.88766725699293, 40.64636784586489, -73.88767928624763, 40.6464080603677, -73.88769096242743, 40.646463484283714, -73.88769044700474, 40.6465189440204, -73.88768526518449, 40.64657438929383, -73.88768856544111, 40.64663095949356, -73.88770036195453, 40.646686564528935, -73.8877104805037, 40.64674307294559, -73.88771678013123, 40.64679829079145, -73.88772151333181, 40.64685486779091, -73.88772769413941, 40.64691044932898, -73.887727955544, 40.64695604644148, -73.88773180270665, 40.64702066870788, -73.88774923308725, 40.64707474835382, -73.88775349717139, 40.647130502718845, -73.88774763595494, 40.64714705393212, -73.88770927771156, 40.64719361742, -73.8875358905663, 40.64741156439069, -73.88755780570006, 40.647423315073155, -73.8876114825932, 40.64740860263927, -73.88763268934208, 40.64741907297841, -73.887661708951, 40.64745744630773, -73.88767788371811, 40.647486292206516, -73.88768617454869, 40.64753086336273, -73.88768457819786, 40.64758650394185, -73.88766494494898, 40.6476399728638, -73.8876465182951, 40.6476916275156, -73.88764492637773, 40.64774671968175, -73.88765613611028, 40.64778438040996, -73.88767960430629, 40.64781335049909, -73.88770551931032, 40.64783422280878, -73.88777134342612, 40.64785954300305, -73.88784128072824, 40.647877867440876, -73.88788840884231, 40.6478753307053, -73.88791530307883, 40.64787707961121, -73.88798892742678, 40.64788166834211, -73.88804128916021, 40.64788288730054, -73.88811567405324, 40.64788164763463, -73.88816728255007, 40.64788787448661, -73.88822824907226, 40.647906708663974, -73.8882909424665, 40.647935017940526, -73.88836026074054, 40.647956712101646, -73.88842814258987, 40.6479783949217, -73.88849469060439, 40.648002349316926, -73.88856429635902, 40.648016936741904, -73.88863586923007, 40.64802388513046, -73.88865162684895, 40.648044443014726, -73.8886722472678, 40.64807066716357, -73.88870385685999, 40.64811478804096, -73.88873770142159, 40.64813031961135, -73.8887516478839, 40.64815296403164, -73.88876104277716, 40.64817686387315, -73.88878166861707, 40.64820272329714, -73.88878988609764, 40.64825703970889, -73.88879128288407, 40.648312782249256, -73.88881296122324, 40.64834065174151, -73.88888049859072, 40.648360786869425, -73.88890768444843, 40.648387765648984, -73.88893014968353, 40.64844013718374, -73.88898527460637, 40.648473516792976, -73.88900743481084, 40.64848471901813, -73.8890543491435, 40.64851214544734, -73.88910212307432, 40.648553783766914, -73.88915485848133, 40.64858660537029, -73.88918698965531, 40.64860959865228, -73.88919560086772, 40.64865772254661, -73.88921011196467, 40.64868510508091, -73.88925331863149, 40.64872972955828, -73.88930289145102, 40.648770464504416, -73.88933361171016, 40.64878880520942, -73.88936742303244, 40.64879259109986, -73.88939497402512, 40.64880208474891, -73.88946019837388, 40.648827856356164, -73.8895010342608, 40.64885279763225, -73.88955698455429, 40.64888791305721, -73.88957912867532, 40.64890111610772, -73.88960105413692, 40.64891213968971, -73.88961585623437, 40.648932418261886, -73.88964857823622, 40.6489715330601, -73.88968248109313, 40.648996536958606, -73.88972304637805, 40.64904224564942, -73.88974892479592, 40.649068761908495, -73.88980908288826, 40.64910052321041, -73.88985852846075, 40.64914207816507, -73.88989578941822, 40.649182032019, -73.88993923347708, 40.64922656641092, -73.88998468623618, 40.64925826491864, -73.8900308845869, 40.64928595951633, -73.89009129442454, 40.64931653943029, -73.8901326421762, 40.64933251991181, -73.89014969133703, 40.649337474639836, -73.89020002167231, 40.649345982170395, -73.8902402777248, 40.649350744715036, -73.89034793214765, 40.64936183733056, -73.89036668589992, 40.649344692231104, -73.8903808089567, 40.649331586042145, -73.89039342551317, 40.64932005342221, -73.89041221150474, 40.64930270122678, -73.89042823927359, 40.649288146111864, -73.89044006725675, 40.64927730343304, -73.89045257736805, 40.64926578061086, -73.89055141147291, 40.64917748703658, -73.8905658861705, 40.64919503210092, -73.89058356570523, 40.64921644523706, -73.89125146719661, 40.65002528034549, -73.89118186404754, 40.65008791669331, -73.89114147656649, 40.65012426120973, -73.89045931235043, 40.65073812981982, -73.89012224270247, 40.651039596232096, -73.89008435397862, 40.65106994260946, -73.88999352413897, 40.651137671086595, -73.88985969833769, 40.651030363340716, -73.88918397665847, 40.65042364661967, -73.88872482291406, 40.650012288726344, -73.88779830757755, 40.64929610688785, -73.88767543595429, 40.64919378172065, -73.88688314692047, 40.64970264994004, -73.8864416925139, 40.6499936883615, -73.88621099243083, 40.65014072569783, -73.8861852945874, 40.65015309770505, -73.88614599060236, 40.65017091427915, -73.88572088234231, 40.650353164590335, -73.88570761306181, 40.65036691492566, -73.88569389179652, 40.650380855720044, -73.88544357537113, 40.65049042216388, -73.88535871011001, 40.650527157992585, -73.8852859408329, 40.650558656703204, -73.88521842854419, 40.650587880502194, -73.88480602131149, 40.65076490449035, -73.88628186573365, 40.65275546099704, -73.88603176042568, 40.65285999591295, -73.88579230542008, 40.652963046901235, -73.8857377011958, 40.65298685099094, -73.88571787259039, 40.6529958391718, -73.88550455782365, 40.65308864872552, -73.88532371159124, 40.65316518998477, -73.88494833933869, 40.65332619423096, -73.88493153577303, 40.65333340948064, -73.88485177098558, 40.65336809504804, -73.88465215418752, 40.65345133882327, -73.88445284590331, 40.6535370778969, -73.88435618304719, 40.653577889476416, -73.88431884990281, 40.6535937001488, -73.88398554977869, 40.653735569729484, -73.88380484790535, 40.653814113296896, -73.88221240472127, 40.65449744724955, -73.88190212546483, 40.65463062905393, -73.88178329005017, 40.65468163657863, -73.88144658556696, 40.65482615812745, -73.88099945623125, 40.65501885836648, -73.88080922269191, 40.65510085705634, -73.8805910447944, 40.65519589293749, -73.88038871078537, 40.655281686658185, -73.88016564143334, 40.655377239845635, -73.87973335362116, 40.65556274107461, -73.87959863986141, 40.65539476162769, -73.87957673246733, 40.65536494686218, -73.87940200005423, 40.65512781593306, -73.87932520519274, 40.655029162902395, -73.87897711187715, 40.65496040103263, -73.87721621995563, 40.654589201728, -73.87706271081626, 40.65456357020434, -73.8769072154507, 40.65454621120934, -73.87675054363314, 40.654537190440074, -73.87659339060863, 40.65453648342324, -73.87643655900601, 40.65454418197158, -73.8762955196913, 40.654558240540574, -73.87612936263716, 40.65458296103652, -73.87595207999806, 40.65461920222743, -73.87581825515868, 40.65465377548723, -73.87569534218977, 40.65469622821003, -73.87552284095194, 40.65475895003481, -73.8754151925129, 40.654805246178164, -73.87318764996711, 40.65576320785921, -73.87295656477926, 40.65586247718524, -73.87288417951163, 40.65589357403982, -73.87115309988391, 40.65663719383005, -73.86935661744648, 40.65741101480321, -73.86878535516068, 40.65765707218976, -73.86859841997378, 40.65773758840355, -73.86623455227495, 40.658756964783066, -73.86623455227495, 40.658756964783066 --73.89888190651378, 40.656457122353196, -73.89872509096064, 40.65580963297841, -73.89861974065624, 40.65582531363474, -73.89852903688387, 40.655838815256985, -73.89848161525633, 40.65584587309207, -73.89797765044604, 40.65365890460563, -73.8976098894317, 40.653452742856274, -73.89747694432255, 40.65351000001859, -73.89743229833978, 40.65352922859237, -73.89678212455479, 40.65380924198556, -73.89674215649447, 40.65382645552829, -73.89631970755133, 40.65400699761454, -73.89610181021341, 40.65410087537501, -73.89606547771963, 40.65411655478257, -73.89594442097737, 40.65417257009461, -73.89580764004135, 40.65422881417561, -73.89571156892146, 40.65427007167614, -73.89520539720648, 40.654487618842694, -73.89512067977826, 40.65434852870487, -73.89473218205197, 40.65382463348699, -73.89323807984297, 40.65181093740994, -73.89318067905735, 40.65174780822964, -73.89274306141715, 40.651352544509706, -73.89175188386055, 40.65046202016855, -73.89147225905357, 40.65021078583265, -73.89141563471621, 40.65015991074138, -73.89129214298467, 40.65005863527169, -73.89125146719661, 40.65002528034549, -73.89058356570523, 40.64921644523706, -73.89062632504712, 40.64923179742188, -73.89066634387825, 40.64926441532437, -73.89070449839622, 40.64929115916136, -73.89075431487183, 40.64932757482387, -73.89080136533886, 40.649357866115125, -73.8908349597825, 40.64937664499701, -73.89085119951096, 40.64938424997846, -73.89086747586508, 40.64939042767086, -73.89090375342234, 40.64939812009649, -73.89093665394778, 40.6493987834646, -73.89095476526143, 40.64939556507595, -73.89098075559522, 40.64938146868843, -73.89099739099427, 40.64936834679501, -73.89102244766214, 40.6493482232448, -73.8910371221817, 40.64933473117557, -73.89110278613528, 40.64926644943379, -73.89112437235896, 40.64924431892188, -73.89113955097191, 40.64921894497777, -73.89116611437258, 40.64917093557152, -73.89118613607509, 40.649136643868665, -73.8912237503336, 40.64907423661088, -73.89125384423652, 40.64902826119159, -73.89126207176275, 40.649011695831774, -73.8912673780783, 40.648994953008994, -73.89126881475565, 40.648976713468265, -73.89126329924609, 40.648956413272295, -73.89125585875429, 40.64894347839629, -73.89123283547292, 40.64891889048491, -73.89119598419666, 40.64888759233282, -73.89110344439295, 40.64879722868553, -73.89108567001406, 40.64877956169489, -73.89105970261804, 40.64874863131096, -73.8910262059387, 40.64871503095434, -73.89098363163758, 40.64868136795227, -73.8909642249802, 40.64866199381353, -73.89094780087025, 40.648642879147346, -73.89092371073139, 40.64861000088993, -73.89090293663146, 40.648575892062794, -73.8908891799447, 40.64855671418048, -73.89087542411433, 40.64854207761135, -73.89083323944236, 40.6485110210227, -73.89080009846111, 40.648482004575236, -73.89077337317632, 40.648450523189055, -73.8907577163604, 40.64843509684664, -73.89074419091857, 40.64842420123379, -73.89071193302574, 40.648405395676875, -73.89065134749055, 40.64836548384617, -73.89058763670982, 40.648320106465555, -73.89052892419885, 40.64828156964227, -73.89050178129499, 40.64825830232339, -73.89047898788388, 40.64823227995173, -73.89045316993413, 40.64819703968969, -73.8904278551129, 40.64816429883962, -73.89039822824101, 40.6481237842017, -73.89037694348896, 40.64809274825999, -73.89035932623877, 40.6480689082513, -73.89033282130747, 40.64803594381714, -73.89029945941674, 40.64799846484106, -73.89024232844471, 40.64794102209316, -73.89019762673227, 40.64790458947288, -73.89015189900445, 40.64786159287662, -73.8901251390074, 40.64782496303992, -73.89009546590586, 40.647794055008816, -73.89004613481171, 40.64775314052698, -73.88999741032977, 40.64771076956515, -73.88994543971381, 40.64767175711146, -73.88989888638244, 40.64762702792608, -73.88986529639465, 40.647591917867665, -73.88983732303063, 40.6475406173546, -73.88979724096767, 40.64749418424122, -73.88974815028173, 40.64745326986019, -73.8896936552241, 40.64741534089647, -73.88964480926442, 40.64737378913851, -73.88960027932184, 40.64733043326161, -73.88955114818594, 40.64729553061824, -73.88952095499121, 40.64725414800625, -73.88947750197703, 40.64721025370502, -73.8894345389636, 40.6471653566805, -73.88939725417468, 40.647128500427556, -73.88936017035142, 40.6470809876193, -73.88935007290253, 40.64703868595214, -73.88934371605444, 40.64702426973815, -73.88931859334033, 40.647025986265035, -73.88924911924971, 40.64704300221862, -73.88922464908151, 40.64705401360525, -73.88920455303628, 40.647072326102474, -73.88916785730008, 40.647086654915306, -73.88912513557919, 40.64709166834643, -73.88909637996458, 40.64708326129495, -73.88907258572743, 40.64708307085041, -73.88906228753521, 40.64710188265488, -73.88904221686037, 40.647116278793, -73.88901248579248, 40.64716050968987, -73.8889630578887, 40.64720047021543, -73.88890435308596, 40.64723301319259, -73.88887108253235, 40.64723724590402, -73.88883225494138, 40.64723243833203, -73.88878745571736, 40.64722688114411, -73.88876363673299, 40.647213847416495, -73.8887346765262, 40.6471834926392, -73.88870981640235, 40.64713192920754, -73.88868572640855, 40.647106329365656, -73.88865688683343, 40.64709300349072, -73.88861348626172, 40.647092458974626, -73.88860365295376, 40.64711245987283, -73.88862613050723, 40.647146427589696, -73.88864331084959, 40.64716872125383, -73.88865084745439, 40.647218572251866, -73.88862156910955, 40.64723292878362, -73.8886058136969, 40.64724516057603, -73.88859363807715, 40.647275893385064, -73.88857794301394, 40.64733056216741, -73.88855024665571, 40.64734128662138, -73.88851602873714, 40.64736054526458, -73.88846292255023, 40.647362872041775, -73.88844490358078, 40.647357787347154, -73.88840001577567, 40.64731397589569, -73.8883761234513, 40.64726141735806, -73.88834372411057, 40.64724379787941, -73.88832432806768, 40.64721384491003, -73.88830815462113, 40.64717278266828, -73.88826695818847, 40.64714374955646, -73.88820038268618, 40.647140287199534, -73.88819720303867, 40.647116594167095, -73.88818606396985, 40.647086035947474, -73.88818356682673, 40.64703393221773, -73.88818922410988, 40.646978854798874, -73.88819713553148, 40.6469565035149, -73.88820850610708, 40.64692438226494, -73.88820447882541, 40.64688584155852, -73.8881862729995, 40.646856892899194, -73.8881760970046, 40.64680830903316, -73.88818950237322, 40.64677329729731, -73.88822725184818, 40.64674467768981, -73.88826631598131, 40.64673299990275, -73.88828528911525, 40.64672169341294, -73.88830793500583, 40.64671495791736, -73.8883524690694, 40.64670776639374, -73.88840563936682, 40.64671345254446, -73.888450251862, 40.646727935640875, -73.88849763786959, 40.646756639696896, -73.88853615296846, 40.64678767468312, -73.88853996140149, 40.646823572144, -73.88853311708192, 40.64686115765812, -73.88850593605567, 40.64686641825459, -73.88843694310489, 40.646883436885915, -73.88843909400096, 40.646900205727555, -73.88844940948181, 40.646931954510485, -73.88846022378806, 40.646954572517906, -73.88848412219025, 40.64695678215277, -73.88855742140602, 40.64695725033349, -73.88859712090627, 40.646939657543584, -73.88864097526532, 40.646910515109965, -73.88865418829201, 40.646885066641545, -73.88865494779871, 40.64682951618753, -73.8886421113212, 40.64678520004615, -73.88861521494486, 40.64673399482718, -73.88859982566765, 40.64671252866817, -73.88856471047617, 40.64669088850581, -73.88850009513726, 40.64666365993353, -73.88843038256627, 40.64664734336674, -73.88835891348248, 40.6466428542648, -73.88828826600805, 40.64665677161598, -73.88821554703864, 40.64665947275234, -73.88817350697016, 40.6466529238338, -73.88810269257908, 40.64664015223913, -73.88808083689194, 40.64661984138734, -73.8880655148442, 40.646588722562875, -73.88806487382597, 40.64646130395909, -73.88806192163739, 40.646406375753614, -73.88806088162849, 40.64635117925341, -73.88806156001581, 40.64632313055954, -73.88805564445441, 40.6462791452726, -73.88805317373712, 40.646225462951705, -73.88807899836443, 40.646208995088166, -73.88813687009701, 40.64617590150183, -73.88816366719688, 40.64615549389553, -73.8882099601032, 40.64611302451841, -73.88827304987436, 40.64608506168764, -73.88828996406009, 40.64606554767018, -73.88828939686734, 40.64604348261126, -73.88826976631341, 40.64605424815246, -73.88822390533497, 40.64602524650978, -73.88824714929714, 40.64601705276685, -73.8882115980884, 40.646002614419096, -73.88818053340276, 40.64600873476107, -73.8881285287125, 40.646022493638, -73.88807472810679, 40.646034866646424, -73.88802833774774, 40.64604028133297, -73.8880010299411, 40.646027570936546, -73.8879622586795, 40.64598052069438, -73.88792857928787, 40.64594765136589, -73.8878718613264, 40.64591192563484, -73.88783955195959, 40.645872899869, -73.88780430005431, 40.645823291029245, -73.88776467983483, 40.64577715481787, -73.8877410375807, 40.64574101734065, -73.88774549779352, 40.64572722304644, -73.88771529991368, 40.645711489420776, -73.88767506257385, 40.64566682402283, -73.88762926147207, 40.645624342335246, -73.88759593655034, 40.645575658344484, -73.88757525550648, 40.64554753203937, -73.88754266258579, 40.64549738000227, -73.88749904154865, 40.64545361805497, -73.88746742552918, 40.6454187334455, -73.88744165536873, 40.645393895332866, -73.88741591591366, 40.64536418363703, -73.88740977432937, 40.64532903488075, -73.88745494185129, 40.645308169947526, -73.88747982272076, 40.64530579261062, -73.88750666867297, 40.64531592539586, -73.88750150178907, 40.645279035094035, -73.88751778056934, 40.64526476248644, -73.88754742256339, 40.6452552315681, -73.8876016700245, 40.64523063289958, -73.88766392199396, 40.64520138003912, -73.88772449138476, 40.64517083415835, -73.88776770773867, 40.645153636811116, -73.88782546828483, 40.64512785908416, -73.88788665153378, 40.64509565946368, -73.88791654731962, 40.64506728264113, -73.88793345329873, 40.6450835345695, -73.88796525001494, 40.645126325782705, -73.88798813599134, 40.64513331809108, -73.88800657145562, 40.64515472336598, -73.88802537693823, 40.64515783405935, -73.88806862397998, 40.6451695099615, -73.88808433416928, 40.645150174003845, -73.88805583009267, 40.64511925666708, -73.88800954070736, 40.645076864704805, -73.88796387057185, 40.64503254171413, -73.88792749862041, 40.64500453346008, -73.88788054716468, 40.645021345406136, -73.88784520786065, 40.64503453146302, -73.88778192826076, 40.64503877331166, -73.88773567690357, 40.645042073597736, -73.88767189451308, 40.64506617043317, -73.88761179905603, 40.645097547027966, -73.88754858991432, 40.64512587769384, -73.88748765274771, 40.645157158846196, -73.88742503120471, 40.645187513484586, -73.88736924986667, 40.64522359848543, -73.8873440209084, 40.645223491826656, -73.88730185583783, 40.645195643395546, -73.88726911963658, 40.64516544303171, -73.8872533924326, 40.64513733503086, -73.88724528978136, 40.64510558380052, -73.88719889864828, 40.64507753217293, -73.88718363098279, 40.64505246026177, -73.88718728939259, 40.64501367760664, -73.88717329400707, 40.64497941714786, -73.88714994090428, 40.6449704926059, -73.88711234403596, 40.644944870166725, -73.88709238088356, 40.64491821682535, -73.88709045074457, 40.64486764269587, -73.88707478530075, 40.644813606993104, -73.88706208978651, 40.64476648388526, -73.88701469147446, 40.644727394434454, -73.88698427766082, 40.6446768850676, -73.88695834205203, 40.64462437103681, -73.88694098870702, 40.64457023729954, -73.8869361594457, 40.6445533937503, -73.88691669377026, 40.644524902006715, -73.88691247552178, 40.64447330623461, -73.88689016899386, 40.64445317210946, -73.88687152208166, 40.644444542106015, -73.88680335685163, 40.64444039748096, -73.88678376198733, 40.64444629099853, -73.88677566611629, 40.644464370849285, -73.88679400767487, 40.64449828083274, -73.88679627051356, 40.6445191597882, -73.88674774424904, 40.64448659427508, -73.88671031121429, 40.64443853813883, -73.88668387822226, 40.64442151030043, -73.886651633684, 40.644390391712776, -73.88663040055371, 40.64435157372942, -73.8865838322867, 40.644330819480714, -73.88654503917414, 40.64430613041248, -73.8865221150389, 40.64425718260478, -73.88646770009275, 40.64422063897266, -73.88641718134554, 40.64417951822335, -73.88637247214483, 40.644136303181945, -73.8863573834249, 40.644102958267844, -73.88633760748878, 40.64405000802505, -73.8863048566861, 40.644005372950275, -73.8862589538547, 40.64397658929986, -73.88623956207185, 40.643970899551256, -73.88621875309171, 40.643960882304484, -73.8861996890912, 40.643909961610454, -73.8861842694668, 40.643855835971074, -73.88616570801254, 40.643801423555836, -73.88613776201682, 40.643793491134645, -73.88611988771362, 40.6437784293668, -73.88609802443423, 40.64374753972702, -73.88607208618383, 40.64369511553919, -73.88602526001108, 40.643660995304835, -73.88595272376058, 40.643660325447364, -73.88587897866685, 40.643660016353145, -73.88585092005577, 40.64365162538616, -73.88582814289394, 40.64362983092902, -73.88580087895329, 40.643610961399915, -73.88576829477407, 40.6435936336712, -73.88570023071254, 40.6435751459264, -73.88566884132455, 40.64355947451071, -73.88564642056798, 40.64353878710939, -73.88560648715288, 40.64351977255859, -73.88553917281472, 40.64349779325149, -73.88551340773923, 40.64347221988156, -73.88547644101929, 40.6434598369588, -73.88543628296496, 40.64345534839611, -73.88538003268496, 40.64343911362145, -73.88535229575592, 40.64341904672428, -73.88532327618815, 40.64340927057249, -73.88525352558574, 40.6433906854258, -73.8851899836261, 40.6433647645042, -73.88512730008061, 40.643336738091016, -73.88506840521016, 40.64330274859137, -73.88502157486823, 40.643285912503025, -73.88495499117077, 40.64326347611988, -73.88493785507008, 40.64324630318851, -73.88492099590036, 40.64322416687106, -73.88486316352265, 40.64319321848101, -73.88479951110354, 40.643165737533266, -73.88473329235843, 40.64314293217408, -73.88469217286435, 40.64312097141843, -73.88463375837722, 40.64308698487819, -73.88459427644212, 40.64305537756957, -73.88453512662448, 40.64302350105744, -73.88448059864258, 40.64298585412919, -73.88442606392672, 40.64294940035583, -73.88440088242503, 40.6429299058243, -73.88438127494395, 40.64294321379414, -73.88435151099087, 40.64296341762745, -73.88432487372553, 40.642936701253824, -73.88435492946428, 40.642918667971585, -73.88432970572872, 40.642905142022, -73.88430367134514, 40.642866877993676, -73.8842672577836, 40.64284465886804, -73.88421467103716, 40.642806468952244, -73.88415680450244, 40.642779930012125, -73.88410943531854, 40.64275444892574, -73.88405599375501, 40.64271708114982, -73.88399697552532, 40.64268327558002, -73.88395362075678, 40.64265330578895, -73.88392011559058, 40.64261344741868, -73.88387479025425, 40.642571884127086, -73.88382511930722, 40.642530944989716, -73.88377920050225, 40.64248809331813, -73.88373578557815, 40.64245003221936, -73.88369666414759, 40.64240196617681, -73.88365280514343, 40.64235829616426, -73.88360518606439, 40.64231709065186, -73.8835787715587, 40.642297855841, -73.88355285458775, 40.642276694416985, -73.88350888151676, 40.642232101201174, -73.8834651485422, 40.642188154784314, -73.8834185015559, 40.64214621895715, -73.88338062570487, 40.64210946548839, -73.88333955733883, 40.642080517169546, -73.88329420023379, 40.64204401273013, -73.88327527912318, 40.64202315281217, -73.88322439458818, 40.64198303525463, -73.88318576541158, 40.64195060254714, -73.88314166468886, 40.64190693299181, -73.88310035402164, 40.64186189296391, -73.88305722823364, 40.641816475558535, -73.88301579456974, 40.641771528128096, -73.88296766559982, 40.641734366061, -73.8829141128138, 40.64169653566918, -73.88286176767762, 40.64165770150297, -73.8828100460947, 40.64161657342531, -73.88275868148965, 40.6415761778102, -73.8827116712688, 40.641534238620714, -73.88266940276209, 40.641487633256844, -73.88263088309172, 40.641440306785434, -73.88258253880223, 40.64139946391361, -73.88253033042686, 40.64135906823421, -73.88248260373416, 40.64131666715201, -73.8824420169933, 40.641271169259376, -73.88239926200168, 40.64122511171334, -73.88234887146785, 40.64118371012852, -73.88230416873948, 40.64114012608114, -73.88225086174349, 40.64110082688183, -73.88221778870464, 40.641068323890465, -73.88217469449243, 40.64103578180544, -73.88212770277816, 40.640991819826674, -73.88208578405968, 40.64094705346357, -73.88206307277014, 40.64093335128602, -73.88202655049179, 40.6409101200496, -73.8819870456655, 40.640882186831256, -73.88193020690969, 40.64084746930132, -73.88187008776973, 40.6408160487764, -73.88184583176042, 40.640798847352, -73.88180876178345, 40.64076789172944, -73.88176296427869, 40.64072604884859, -73.88172940406541, 40.64067717917672, -73.88172053869965, 40.64063466734938, -73.8813593675701, 40.64031061983765, -73.8813132249583, 40.64026574166881, -73.88129914812568, 40.64024297101561, -73.88113325508584, 40.64008745106334, -73.88078332734133, 40.63975940062407, -73.88076509441093, 40.63974387837822, -73.88073614058517, 40.63969263581499, -73.88068973788606, 40.63965088372565, -73.88066592110712, 40.63965289328537, -73.88063556753346, 40.63962951941847, -73.88071207786736, 40.639549846112665, -73.88069085645634, 40.63949734902956, -73.88066576916368, 40.639445021730715, -73.88063428137174, 40.63939358740114, -73.88061120123842, 40.6393479800481, -73.88058320660062, 40.639297296761725, -73.88055981192647, 40.63924451373226, -73.8805410173835, 40.63919019288688, -73.8805276593281, 40.63913598304725, -73.88019531193541, 40.63885534878373, -73.88011981836989, 40.63879160067594, -73.88009960640892, 40.63876586346774, -73.88006823274618, 40.638715806892364, -73.87953734771914, 40.63823152079584, -73.87951017287291, 40.63823425601891, -73.87944019552998, 40.63824756709536, -73.87937198442653, 40.63826732049792, -73.87930387147377, 40.6382896467474, -73.87923601022227, 40.6383106917815, -73.8791752107807, 40.63834031173893, -73.87912918062585, 40.63836282498062, -73.8791180020386, 40.63838980810416, -73.87910549490658, 40.638416695275176, -73.8790725937157, 40.63844358441313, -73.87901166876874, 40.6384732077539, -73.87895683282072, 40.63847876568438, -73.87892850830715, 40.63847331473784, -73.87888547821751, 40.638465867153485, -73.87886030436928, 40.638458956164264, -73.8788303073005, 40.63845147636196, -73.87880869765186, 40.63844322103936, -73.87877098359267, 40.63842602638803, -73.87874147922395, 40.63841023888866, -73.87869758322445, 40.638373237970725, -73.87867716563231, 40.638351740840235, -73.87863416912563, 40.638316137552614, -73.87860456742936, 40.638276568094106, -73.87856620734313, 40.63824158833226, -73.87855318973766, 40.63822993446849, -73.87854514418477, 40.638215010665306, -73.87851915375344, 40.638195688678394, -73.87848934415833, 40.63814441581751, -73.87845918417179, 40.63809408272061, -73.87844354452477, 40.638057200718215, -73.87845999806633, 40.63803144884176, -73.87849451027445, 40.637977432527, -73.87856644650769, 40.637849674357255, -73.87858380290025, 40.6378298722486, -73.87862055165772, 40.6377809488939, -73.87865106055963, 40.63772130726169, -73.87867900133345, 40.63766910660669, -73.8786885957608, 40.637629871183435, -73.87868771336726, 40.63758399958384, -73.87867981652533, 40.6375386717016, -73.87866234696293, 40.63750114932758, -73.87864755638493, 40.63746865918022, -73.87862437855301, 40.637429134323696, -73.87857683602502, 40.63737158415006, -73.87849396040149, 40.63728937281629, -73.87843122437566, 40.63722993884782, -73.87818347296587, 40.63700909165363, -73.8781362269156, 40.63696692698752, -73.87808966157834, 40.636921656230484, -73.87806845414904, 40.63689220566095, -73.87805331121791, 40.636869051649235, -73.87802558982587, 40.636837361774845, -73.8779981665358, 40.636806862696965, -73.87797165437321, 40.63675454588709, -73.87793936390419, 40.636708836354, -73.87790223530403, 40.636661112614846, -73.87787721619594, 40.636641126926584, -73.87786058669901, 40.63663455438076, -73.87783730423494, 40.63662806031402, -73.8776657676936, 40.636489038512565, -73.87764776036876, 40.636468691020326, -73.87763276280559, 40.63645084206843, -73.87762155148747, 40.636425258077495, -73.87760863086427, 40.63637454416258, -73.87750947393071, 40.636239782955805, -73.8774799800296, 40.63618550332128, -73.87746443761252, 40.63615865307096, -73.8774477689881, 40.63611811822001, -73.87743318855371, 40.636057944355024, -73.8774231434155, 40.635996691997256, -73.87741406920662, 40.635947436497624, -73.87740122733794, 40.63588809295911, -73.87739802250506, 40.6358560373403, -73.87739195855853, 40.635822512626426, -73.87738231828291, 40.6358015076276, -73.87737860343378, 40.63577489960899, -73.87738099973117, 40.63575226219549, -73.87739062291352, 40.635733670419036, -73.87742333655154, 40.63567982179251, -73.87745044658732, 40.63562303058907, -73.87747866583204, 40.63557242262961, -73.87751308259972, 40.63551733487512, -73.87754562218622, 40.63544162860946, -73.87758465907386, 40.635383579440656, -73.87766700756116, 40.63530393595301, -73.87777523080851, 40.635199418737294, -73.87784567369684, 40.63513492361744, -73.87789228955735, 40.635093024212935, -73.87792516361024, 40.6350667576346, -73.8779686864343, 40.63506270826859, -73.87802141591807, 40.63506343240333, -73.87811086497759, 40.63507782481275, -73.87813242428275, 40.635078050281614, -73.87816360155, 40.6350662567934, -73.87821419099402, 40.63504523461908, -73.87825019044007, 40.63502147110127, -73.87827254010088, 40.63500508278885, -73.87828918638695, 40.634986694684144, -73.87830412586992, 40.63496954388598, -73.878328392909, 40.63495050736193, -73.87837640119935, 40.63492979666624, -73.87839049529009, 40.63491988063993, -73.87839895751692, 40.6349050535242, -73.87841339416232, 40.63486801780012, -73.87841582907272, 40.634853820977064, -73.878430968467, 40.634827473363856, -73.87847567224222, 40.634788879310115, -73.8785170930682, 40.63474591244778, -73.87853364631412, 40.63472921178336, -73.878553473844, 40.634716416527624, -73.87860994733228, 40.63469401899588, -73.87864190447797, 40.63468418483188, -73.87867126639124, 40.63466753008435, -73.87871405832581, 40.63463815434352, -73.87877419190133, 40.634607643305166, -73.87888798967103, 40.634536750024616, -73.87901490579031, 40.634475562731005, -73.87906263852709, 40.634434399750276, -73.87923363355377, 40.634314826530755, -73.87929105294978, 40.634277590889965, -73.87935929244087, 40.63422681464877, -73.87937327533498, 40.634210896419376, -73.87939767249608, 40.63419213896639, -73.87943483690971, 40.634171454275496, -73.87948485725968, 40.63414030819971, -73.87951823862961, 40.63412117021204, -73.87953313181991, 40.63410777257178, -73.87955182726328, 40.63408738907673, -73.87958045076412, 40.63406436304474, -73.87961025022534, 40.63404470077839, -73.87964794742729, 40.63402607516494, -73.8797092311801, 40.633997618926436, -73.87975651934696, 40.63396527938638, -73.87979444193869, 40.63391991211948, -73.8798398196209, 40.633877837727844, -73.8798665460519, 40.63385858372104, -73.87989717565885, 40.63384388321195, -73.87996183495994, 40.63381810941131, -73.88001540507636, 40.63379846374845, -73.88003924787064, 40.633789378966, -73.8800705695863, 40.633772325173496, -73.88012030224483, 40.6337325461359, -73.88016309697375, 40.633696975180094, -73.8802046532108, 40.633651999688176, -73.88032216150896, 40.63355951708205, -73.8803593294091, 40.633525981674815, -73.88040853594619, 40.633497281062034, -73.88046351781959, 40.63346795426733, -73.88049938727825, 40.63344390714458, -73.88058685980772, 40.63337490022088, -73.88063176052479, 40.63332739038148, -73.88069266390217, 40.63326646947622, -73.88073764693704, 40.63322506700723, -73.88080476997413, 40.633152899594904, -73.88084785460474, 40.63310681511189, -73.88089598235126, 40.63307362317889, -73.88093633741623, 40.633032919143744, -73.88102956456883, 40.632955779840394, -73.8811474460572, 40.632905292525145, -73.88121478572052, 40.63287169887217, -73.88128820097475, 40.632834096033704, -73.88133823579459, 40.632816363310795, -73.88137156212993, 40.63273707899188, -73.88137809666591, 40.63269900544159, -73.88137779912205, 40.63268352699565, -73.88137104619699, 40.63266558437041, -73.88135503803942, 40.632633674133736, -73.8813532990734, 40.632594565454, -73.88135768281182, 40.63257284042791, -73.88136668266775, 40.63255425757651, -73.8814078920883, 40.632513353439734, -73.88146239775197, 40.63247192808757, -73.8814822769709, 40.63246194650353, -73.8815206983525, 40.63243608894399, -73.8815854775813, 40.632410217996394, -73.88164632057307, 40.63237838421913, -73.88171010136055, 40.63234557996981, -73.88182133988248, 40.63229554349232, -73.88197158932248, 40.63222489623206, -73.88202388895245, 40.63219071663482, -73.88208035043635, 40.632155180596186, -73.88218585357279, 40.632088880793795, -73.88225735553911, 40.63206030669058, -73.88230474937038, 40.632033596258424, -73.88238146361365, 40.6319944544065, -73.88244427629762, 40.631962598807746, -73.88251409718235, 40.631917247937025, -73.88259273213413, 40.63188202426857, -73.88265314580303, 40.63184709803371, -73.882714842023, 40.63181478548421, -73.88275928599387, 40.631788297885855, -73.88282629634196, 40.631763432593466, -73.88291070681154, 40.63172720691092, -73.88295722164098, 40.6317060434188, -73.8830036130401, 40.63167840684352, -73.88308781890174, 40.6316191932448, -73.88317918593545, 40.631548078381826, -73.88322691975755, 40.6315070064188, -73.88325651858057, 40.63147711939523, -73.88334121586499, 40.63140495032547, -73.88338369110258, 40.631359625207736, -73.8834117475911, 40.63132008750584, -73.88344203184457, 40.631287472552884, -73.88347912294698, 40.63126312676295, -73.88353400422666, 40.63121578618966, -73.88356995617072, 40.63117700567884, -73.88360817855073, 40.63114101546561, -73.88362128656574, 40.63111816002392, -73.88363532654952, 40.63109904808583, -73.88369805262148, 40.631024499851385, -73.88374709093777, 40.63095545433029, -73.8838204300021, 40.63088829291953, -73.88386410845492, 40.63084126325297, -73.88388999335264, 40.630823333923324, -73.88391529089668, 40.63078767365226, -73.88394050854738, 40.630760556530184, -73.88400656444587, 40.63059780643051, -73.88399209613229, 40.630515982271184, -73.88391650676627, 40.63036183326753, -73.88368990847977, 40.630147004879646, -73.88350282943803, 40.629969639010135, -73.88346708764921, 40.6299181983892, -73.88402114261673, 40.62956152310527, -73.88383183412972, 40.62939357045052, -73.88265178011977, 40.62833571853832, -73.88264442790853, 40.62832121445542, -73.88264758660921, 40.62829133210654, -73.88266276103468, 40.62827418637538, -73.8836058283804, 40.62766517921634, -73.88370068709646, 40.627606098403994, -73.88374011607095, 40.62760155373162, -73.88376650852233, 40.62761045774815, -73.88451621601456, 40.6282877400598, -73.88452884428764, 40.628299147028756, -73.88472028095488, 40.62847208687228, -73.88512990920108, 40.628845010637725, -73.88571985711154, 40.62846097817411, -73.88577329482501, 40.62850966208134, -73.88582878702918, 40.62849329350869, -73.88597669153042, 40.6284628550114, -73.88604124929026, 40.62845058458975, -73.88623357971751, 40.62841586278693, -73.88629098730895, 40.62840803011845, -73.8864400462686, 40.628392817265606, -73.88657177239348, 40.62837522325482, -73.88666108199557, 40.6283617449899, -73.88682252706802, 40.62833289196129, -73.88698209136889, 40.62830831793129, -73.88707725804282, 40.6282937275547, -73.88709948857952, 40.62828924768515, -73.88712344170399, 40.62828237862086, -73.88719447909797, 40.628255772224946, -73.88727045204499, 40.62822648167056, -73.88729640239049, 40.62821484717331, -73.8873190007154, 40.62820322199232, -73.88741604149514, 40.628147431661226, -73.8875709251136, 40.62805662165469, -73.8876133611762, 40.628034395075, -73.88769315266141, 40.62799660345863, -73.88784565910012, 40.6279259354014, -73.88788467209767, 40.62790511199516, -73.88792487098955, 40.62788051114788, -73.88796726609847, 40.62785156381338, -73.88801711122191, 40.62781469193568, -73.8881510852365, 40.62771021789303, -73.88823808374944, 40.627647556931684, -73.88831031691157, 40.627600007603604, -73.88850012848471, 40.627485378182406, -73.88854531196613, 40.62745672150471, -73.88858479738445, 40.627430149395565, -73.88861971710652, 40.627404913724774, -73.88865475347787, 40.62737775374409, -73.88869010177011, 40.62734851565335, -73.88872609455622, 40.62731692691649, -73.88883902535585, 40.62721413278339, -73.88893535075519, 40.62713133386518, -73.88895902042503, 40.62710905803963, -73.8890079260813, 40.627058631989506, -73.88902906192992, 40.627039034552745, -73.88905341801339, 40.62702044610106, -73.88908229802276, 40.62700284807871, -73.88911600840405, 40.62698604176277, -73.88915566227577, 40.62696946629743, -73.88918202576968, 40.62696121412727, -73.88922294917471, 40.6269516513151, -73.88924382293139, 40.62694677439509, -73.88927002223936, 40.626937736792605, -73.88930040290856, 40.62692387551983, -73.88932746702423, 40.626910055171976, -73.88935179303401, 40.62689598273842, -73.88937361519964, 40.626881513462486, -73.8894236552005, 40.62684381898491, -73.88946725877669, 40.62680661538493, -73.88951987852175, 40.626757664137216, -73.88955288491569, 40.62672259716172, -73.88963218752252, 40.626629323557424, -73.88971004434349, 40.62653752986715, -73.8897215430922, 40.6265268643256, -73.88973669919926, 40.6265166012213, -73.8897969508669, 40.626485818863465, -73.88983892090724, 40.62646274812636, -73.88988938152698, 40.626432670450875, -73.8899713033989, 40.62638039441718, -73.88999306151338, 40.62636444540663, -73.89003704749925, 40.62632646300491, -73.89005690322277, 40.62631235102558, -73.89008188790952, 40.62629783871234, -73.89010767739165, 40.62628480761874, -73.89013405520028, 40.62627336740086, -73.8901608427472, 40.62626359173039, -73.89018406437903, 40.626256740239995, -73.89025876552166, 40.62623752782115, -73.8902873939341, 40.62622878587491, -73.89030344745957, 40.62622253086858, -73.89032122565685, 40.626211077899605, -73.89033080672306, 40.62619710285539, -73.89033464319833, 40.62617408650756, -73.89033416761875, 40.62614415094889, -73.89033675799054, 40.62612855190073, -73.89035169058765, 40.62608228388796, -73.89035871760298, 40.62606754366443, -73.8903669230617, 40.62605490998143, -73.89038426305888, 40.62603389305599, -73.89043120122646, 40.62598209662981, -73.8904684251483, 40.625936842217136, -73.89049372643457, 40.62590283204367, -73.89050294259687, 40.6258864612524, -73.8905093953634, 40.6258679905162, -73.89051307997579, 40.62584743964241, -73.89051399169531, 40.62582481673148, -73.89051174835247, 40.62580902216523, -73.89050188388283, 40.625774632694686, -73.89050026468792, 40.625760218320124, -73.89050552545481, 40.625649197243064, -73.89050453587637, 40.625613376291696, -73.89050170465289, 40.625584910839684, -73.89049775883777, 40.625568010612945, -73.89048513532596, 40.625532507269675, -73.89048085064172, 40.625516847636895, -73.89047751773549, 40.625496653888675, -73.89047686231021, 40.62548048711783, -73.89047880740698, 40.6254662679488, -73.89048759370722, 40.625446769240405, -73.89051543051704, 40.62541458322904, -73.89055705925607, 40.62535835293167, -73.8905647859925, 40.625343514303395, -73.89056916404205, 40.625329627039136, -73.89057112969942, 40.625310061496805, -73.89057035616896, 40.625261392121644, -73.89057604770494, 40.62519607106849, -73.8905815177259, 40.62517358396995, -73.89059280459672, 40.62514846478174, -73.89060536951703, 40.62512668593913, -73.89061884500765, 40.62510675132725, -73.89063330807903, 40.62508854665294, -73.89064880372584, 40.62507202152942, -73.89071017592839, 40.62501413768544, -73.89080943309813, 40.624918163551264, -73.8908363607523, 40.62489820656875, -73.89089144193053, 40.62486750607485, -73.89091162921197, 40.62485480177487, -73.89101178704047, 40.62478235082071, -73.89102704739034, 40.62477302598634, -73.89106672525828, 40.62475223724656, -73.8910850217929, 40.62473932760685, -73.89110944816616, 40.62471518437126, -73.8911542978265, 40.624663273100836, -73.89117462561015, 40.624641888768366, -73.89124646343882, 40.62457328303701, -73.89135170193134, 40.62447726005827, -73.89138125321716, 40.6244528217343, -73.89145994595032, 40.62439194431007, -73.89153965780531, 40.624321311551554, -73.8915746639498, 40.624293568909906, -73.89166157376744, 40.62423568072046, -73.8917333192224, 40.624187013025676, -73.8917767618263, 40.624156108433766, -73.89179086962866, 40.624144578838425, -73.89180480245683, 40.62413089413043, -73.89183713202975, 40.62409185455823, -73.89186527626762, 40.62405591243374, -73.89187858385138, 40.62403274374456, -73.89190072536981, 40.62397342114817, -73.89191278825425, 40.62393283701388, -73.89191146679318, 40.62391832207823, -73.89190213677459, 40.62390321067208, -73.89188471585227, 40.623889457746536, -73.89186240377485, 40.62388044686281, -73.891842302408, 40.62387762283124, -73.89181658632634, 40.62387823530313, -73.89170507756317, 40.62388812159598, -73.89162717290031, 40.623897240700856, -73.891596014386, 40.62389998582931, -73.89157797052292, 40.623897244738416, -73.89155806800807, 40.62388696723422, -73.89154767354684, 40.62387019423477, -73.89154987703482, 40.623856075247055, -73.89156013796521, 40.62384155502331, -73.89159014722904, 40.623820895661474, -73.89162480934925, 40.623804686549185, -73.8916794087875, 40.623782388881246, -73.89174700215882, 40.62375830508344, -73.8918550221673, 40.62372341070754, -73.89190735951223, 40.623717081539596, -73.89193120499361, 40.623709680063826, -73.89195427141122, 40.623695107003925, -73.89196942460775, 40.62368165125418, -73.8919877938712, 40.62366221726492, -73.89199712539336, 40.623649366594826, -73.8920139174359, 40.6236156920848, -73.89202380693443, 40.62360128853822, -73.89204430107606, 40.62357970789287, -73.89206666073954, 40.62355997596347, -73.89209056754895, 40.62354237431308, -73.89211575172243, 40.62352709990163, -73.89216613834276, 40.62350204425617, -73.8922206548071, 40.62347963188692, -73.89229854718893, 40.6234506711935, -73.89234843325298, 40.62343325501774, -73.8924540016328, 40.62339885216886, -73.89254782046321, 40.62336627710531, -73.89257334149403, 40.623360425057584, -73.89260301801161, 40.623358198781006, -73.89263537692808, 40.62335917185077, -73.89269382606157, 40.62336413425983, -73.89270827261143, 40.62335488498609, -73.89273724270883, 40.62333921053829, -73.8927681317237, 40.62332599629483, -73.89286046518667, 40.623293119717204, -73.892980710152, 40.6232538150188, -73.89302913233848, 40.62323739406137, -73.8930523785892, 40.623230563626144, -73.89307588754272, 40.62322573708936, -73.89309754569756, 40.62322386703762, -73.89315402730588, 40.62322344226883, -73.89324833925876, 40.62322430973353, -73.89343885912028, 40.6232266279247, -73.89350426055216, 40.62322672364767, -73.89354978617179, 40.6232241867193, -73.89357046442159, 40.62322165829099, -73.89358958521603, 40.623218242304894, -73.89360737080497, 40.62321390024512, -73.89366979372488, 40.62319113699857, -73.89371985830816, 40.62317036775388, -73.89388912012603, 40.62309454446309, -73.89395568586494, 40.62306617824236, -73.89416136427926, 40.62298320017872, -73.89425946512202, 40.622945149792066, -73.8945109698876, 40.62285041011689, -73.89462633806723, 40.62280579245274, -73.89470690486208, 40.622772743313384, -73.89490215147362, 40.62268836666608, -73.89499228812592, 40.622651100830986, -73.89512258255263, 40.62260409731375, -73.89517308321588, 40.622583525047546, -73.89522046164447, 40.62256130015935, -73.89533938282467, 40.62250300700603, -73.89547408356587, 40.62244031102286, -73.89565109339821, 40.62235984639286, -73.89575075164883, 40.62231326281062, -73.89580386691833, 40.622291427406196, -73.89583095955204, 40.62228225583926, -73.89585688617954, 40.62227505084781, -73.895882081911, 40.62226969035579, -73.89590678555848, 40.62226612415087, -73.89596251219405, 40.6222619907754, -73.89605336901269, 40.62225936779761, -73.89617845355949, 40.622256434366555, -73.89627307770041, 40.622256327971094, -73.89629158290158, 40.62225787555179, -73.89630877169203, 40.62226160390422, -73.8963293273041, 40.62226853123884, -73.89634743480956, 40.62227731593813, -73.89636420854126, 40.6222880499604, -73.8963788763088, 40.622300261637804, -73.89639083025753, 40.622313439827934, -73.89639962323263, 40.62232709244441, -73.89641391992498, 40.622356052570375, -73.89642928724467, 40.62239043029196, -73.89646790378033, 40.62242785830351, -73.89645654283503, 40.62244988291635, -73.89646775191675, 40.62251738164598, -73.896480580864, 40.622566131187725, -73.89651768749988, 40.62261628038053, -73.89650074941103, 40.62264592378629, -73.89652037400037, 40.62267792074812, -73.8965292007708, 40.622697266477154, -73.89653530201687, 40.62271063479687, -73.89655449967, 40.62274665399488, -73.89657735500303, 40.622782778238914, -73.8966038291284, 40.62281893815181, -73.89663385246102, 40.62285504451681, -73.89668527481896, 40.62291150476694, -73.89674174195855, 40.62296990114201, -73.896900724374, 40.6231261959336, -73.89692137556185, 40.62314797553638, -73.89695592299967, 40.62318737637496, -73.89698799269503, 40.623227939356234, -73.89754600576282, 40.623476212686384, -73.89757862434678, 40.62349289508088, -73.89761989447531, 40.62351400402617, -73.8976731068954, 40.62354003232531, -73.89772998673095, 40.6235644825478, -73.89781677393776, 40.62360650147209, -73.89791102359384, 40.62364539674749, -73.89804738883835, 40.62370458561485, -73.8981451166434, 40.62375300678867, -73.89823403671306, 40.6237917484904, -73.89838483960224, 40.623856012462625, -73.89855364347174, 40.62392906319348, -73.89870571069055, 40.62399235529667, -73.89882300922723, 40.62404284271879, -73.89889762148735, 40.62407824388888, -73.89896709145945, 40.624114452760985, -73.89909055684438, 40.62417782997804, -73.89911965151875, 40.62419157674505, -73.89919232495018, 40.6242236467969, -73.89930658434912, 40.62427735312169, -73.89940770727962, 40.6243217148432, -73.89948740453518, 40.62436029441331, -73.89956602892833, 40.62439560590184, -73.8997027124686, 40.62446047536166, -73.89986644330405, 40.62453104870324, -73.90004024900935, 40.62460939936235, -73.90012059636932, 40.6246468263906, -73.9002203544008, 40.624690225353355, -73.90029739550101, 40.62472339442824, -73.900403964996, 40.62476597606223, -73.90046754720011, 40.624794239032994, -73.90064552159544, 40.62487578472805, -73.90076471700085, 40.62492834119729, -73.90086601916865, 40.62497429390641, -73.90095065429978, 40.625014001465985, -73.90103204805864, 40.62505101541738, -73.90112111489245, 40.62509031602852, -73.90122526541214, 40.62513580440002, -73.90126598450254, 40.62515137515721, -73.90132366303006, 40.62517302636378, -73.90137983697544, 40.62518992690545, -73.90142344115624, 40.62520388094565, -73.90144859554077, 40.62521335977766, -73.90147895696866, 40.625226298363735, -73.9014965317035, 40.62523430554273, -73.90152356113222, 40.62524662170395, -73.9015484001177, 40.6252592133434, -73.90157214495567, 40.625278830802316, -73.90160608378498, 40.6253023562351, -73.90186011934361, 40.62541689264662, -73.90187748996352, 40.62542472489194, -73.90191190523115, 40.6254402405106, -73.90196406558331, 40.62544121703968, -73.90202707425543, 40.62546896986162, -73.90204295222115, 40.625475964226275, -73.902136381065, 40.62551711653322, -73.90238108958776, 40.62564056350512, -73.90239941200181, 40.625649035849015, -73.90268209300115, 40.62578020845438, -73.90273902097034, 40.62581231425636, -73.90277516651115, 40.62582812645013, -73.90281750609307, 40.625844164495994, -73.90292036914555, 40.6258850116571, -73.90298517431091, 40.625912513323165, -73.90307405646213, 40.625954420167204, -73.90314409488907, 40.625988675555945, -73.9032375303542, 40.62603437549889, -73.9033204716073, 40.626074493220344, -73.9034176711819, 40.62612217732649, -73.90349128551978, 40.626159504480384, -73.90350863874906, 40.62617145634458, -73.90355618574527, 40.62619436315499, -73.90362189196729, 40.62622194806456, -73.903685151049, 40.62624588197771, -73.90370643295144, 40.62625131733534, -73.90373543039932, 40.62625509138575, -73.9037534309653, 40.62625585929145, -73.903794185224, 40.62625447418155, -73.90381227022647, 40.626254881039976, -73.90385432817624, 40.626260027573466, -73.90389499856936, 40.6262692784042, -73.90392937841337, 40.62628047178976, -73.90396013541508, 40.62629351450923, -73.90399694611894, 40.62631152774513, -73.90401858704439, 40.6263221197245, -73.90405351513795, 40.62633921103861, -73.90409346855354, 40.62635972130762, -73.90410787383158, 40.62637032164227, -73.90412239740127, 40.626384969012385, -73.90413765054858, 40.62640432310847, -73.90415603894434, 40.62641900071229, -73.90417893327206, 40.62642841132293, -73.90423178639486, 40.62644136161924, -73.90432174398829, 40.62647200738357, -73.90440862475131, 40.626505400708375, -73.90448563237234, 40.626540929003795, -73.90453386636129, 40.62656073908966, -73.90460469716493, 40.62658982975893, -73.90465589495867, 40.62660834370226, -73.90467384547094, 40.62661609495757, -73.90469641731728, 40.62663044275061, -73.90471934977226, 40.62664967796196, -73.9047415746998, 40.62666612907406, -73.9047581827716, 40.626675401983796, -73.90484365860902, 40.62670969973835, -73.90502457413058, 40.62678161540145, -73.9051108846601, 40.626815924452465, -73.90520168270758, 40.62685378969146, -73.90530727882467, 40.62690059930874, -73.90534618395723, 40.626918226612155, -73.90536956109284, 40.62692996522739, -73.90541843974675, 40.62696063574656, -73.90543206541675, 40.626971150624065, -73.90544659511632, 40.626980934120404, -73.90546196863122, 40.6269899411597, -73.90547810801432, 40.62699812935313, -73.9054949435829, 40.62700546262219, -73.90551239265424, 40.62701190397743, -73.90553338383435, 40.62701926497011, -73.90555524014935, 40.627024982319554, -73.9055777406599, 40.62702899821052, -73.90560065258036, 40.62703127372907, -73.90562375256268, 40.62703178257663, -73.90564944146972, 40.62703360200018, -73.90566967853732, 40.62703933781045, -73.9056893408769, 40.62704613395862, -73.90570833634754, 40.62705395614964, -73.90572656926628, 40.62706276738408, -73.9057439498672, 40.62707252526417, -73.90576040139563, 40.62708318019885, -73.90577583527487, 40.62709468438836, -73.90581701989812, 40.62712284408438, -73.90585935599532, 40.627149993424176, -73.90590280223647, 40.62717610535696, -73.90594731374841, 40.62720115102811, -73.9059928491945, 40.62722510788962, -73.9060393613333, 40.627247949786614, -73.90609898965272, 40.627264703154026, -73.9061591301316, 40.62728036367687, -73.90621974495711, 40.627294923218855, -73.90623827797937, 40.627309794217496, -73.9062574676665, 40.62732417676607, -73.90627729040787, 40.62733805103353, -73.90629772258633, 40.62735140169143, -73.90631874294975, 40.627364212512745, -73.90634032078559, 40.6273764708649, -73.90636243720544, 40.627388160522834, -73.90638506504233, 40.62739926885684, -73.90640817476671, 40.627409782334745, -73.90643273173258, 40.627423275006294, -73.90645786992569, 40.62743613327871, -73.9064835562718, 40.62744834271636, -73.90650976596754, 40.62745989069141, -73.90653646829992, 40.62747076457129, -73.90656363492224, 40.62748094992429, -73.90659123275356, 40.627490436817446, -73.90661923107947, 40.627499213518746, -73.90664142749515, 40.627501941210205, -73.9066629352266, 40.62750693224622, -73.90668335964192, 40.62751409265269, -73.90670232388796, 40.627523292449546, -73.90671948426038, 40.62753436206079, -73.90673452074063, 40.62754709771008, -73.9067471559006, 40.62756126593847, -73.90679317287841, 40.627584410602914, -73.90683718248796, 40.627602815985355, -73.90688189915684, 40.627620203435164, -73.9069272827178, 40.62763655851066, -73.9069732894616, 40.627651864065854, -73.90700355533787, 40.627654357777345, -73.90703353305597, 40.62765838213226, -73.90706309381355, 40.62766391811577, -73.90709210408906, 40.627670940405736, -73.9071204386419, 40.627679418283705, -73.90714796751348, 40.627689313823375, -73.9071709901971, 40.62769713272062, -73.90718983921322, 40.62770258708009, -73.90720815027566, 40.627709018066746, -73.90722583596585, 40.62771639409211, -73.90724284193898, 40.62772469800271, -73.90725908196441, 40.62773389370848, -73.9072744497496, 40.62774392259024, -73.90728886971584, 40.62775473776026, -73.90730227574741, 40.62776628693547, -73.9073145970069, 40.627778513326334, -73.90732578274708, 40.62779136196054, -73.9073357739608, 40.62780476795346, -73.90734452463956, 40.62781866823181, -73.90735199232567, 40.627832996123296, -73.90736750620201, 40.62784253792871, -73.90738342366821, 40.62785168743036, -73.90739972582682, 40.62786043470711, -73.90741639377924, 40.62786877073834, -73.90743340980751, 40.62787668740495, -73.90745075974314, 40.62788417388916, -73.90746842113404, 40.62789122657073, -73.90748637627094, 40.627897831026836, -73.90750460269793, 40.62790398633881, -73.9075230862452, 40.62790968258935, -73.9075418044594, 40.62791491705884, -73.907766151481, 40.62800932498733, -73.90778887065683, 40.62802564893017, -73.90781232231318, 40.62804135930101, -73.90783647929139, 40.628056437166755, -73.9078613120677, 40.62807086449291, -73.90788678993738, 40.62808462234346, -73.90791288219197, 40.628097694484055, -73.90793955693972, 40.62811006557992, -73.9079667822875, 40.62812172119675, -73.9079945227952, 40.62813264779802, -73.90802274775385, 40.628142829149425, -73.90805142053628, 40.62815225531558, -73.90807003984655, 40.628160726089284, -73.90808934717113, 40.62816825276418, -73.9081092598218, 40.628174800153786, -73.90812968918566, 40.62818034387278, -73.90815055138108, 40.62818485683835, -73.90817175660558, 40.62818832006756, -73.90819321268401, 40.628190720879395, -73.90821773129026, 40.62819562127446, -73.90824459836115, 40.628204865846826, -73.90827059130247, 40.628215464998355, -73.9082955931697, 40.62822737000822, -73.90831949175843, 40.62824052315436, -73.90834217367431, 40.62825487211687, -73.90836354327679, 40.62827034657964, -73.90838350019457, 40.62828687802388, -73.9083840813978, 40.6283017442738, -73.90838930129377, 40.62831607570888, -73.90839886080826, 40.62832904361165, -73.90841220545823, 40.62833989740603, -73.90842856665616, 40.62834801061704, -73.90844699357574, 40.62835291511634, -73.90846642758156, 40.62835432549577, -73.90848574120282, 40.628352161611566, -73.90850381850807, 40.628346547748066, -73.9085196142091, 40.62833780816201, -73.90854329886784, 40.62834239534343, -73.9085626859144, 40.62835047402098, -73.90858171536414, 40.62835902968655, -73.90860036949807, 40.628368055122145, -73.90861862824065, 40.628377537704644, -73.90863646677724, 40.628387472911974, -73.90865387213012, 40.62839784362408, -73.90867082539934, 40.628408641721485, -73.9086873053223, 40.62841985818234, -73.90874178475569, 40.62844155174287, -73.90879532513694, 40.62846456379458, -73.9088478709487, 40.62848887088122, -73.90889936667816, 40.62851444594462, -73.9089169431225, 40.62852854850769, -73.90893632639033, 40.628541201761216, -73.90895731455602, 40.628552267764846, -73.90897968438262, 40.628561634676394, -73.90900319843956, 40.628569197846915, -73.90902760743822, 40.628574880534224, -73.90905265615908, 40.628578621300385, -73.90907807516817, 40.628580381209744, -73.91004103637574, 40.629044596765056, -73.910062690976, 40.62905167198251, -73.91008403282437, 40.62905928095969, -73.91010503947616, 40.62906741467402, -73.91012568848785, 40.62907606320242, -73.91014595623157, 40.629085218421906, -73.91016582498911, 40.629094872214196, -73.91018526759142, 40.62910501285148, -73.91020426987217, 40.629115627715656, -73.91022280938289, 40.62912671048572, -73.91024086250624, 40.62913824493415, -73.9102584198, 40.629150221148066, -73.91050278765837, 40.62925531680925, -73.9109626835554, 40.629457362447866, -73.91120686361886, 40.62954359867253, -73.91123985084461, 40.62955717516833, -73.91127224011035, 40.6295715634623, -73.91130399597682, 40.629586749119156, -73.91133508773646, 40.62960271500599, -73.91136547640633, 40.62961944488379, -73.9113951324617, 40.62963692072001, -73.911424027562, 40.62965512268194, -73.9114445507071, 40.629650219850795, -73.91146587390979, 40.62964809033306, -73.91148736355012, 40.62964879937862, -73.9115083648487, 40.62965232487081, -73.91152825505006, 40.629658560969894, -73.91154643159783, 40.62966732170579, -73.91156234877559, 40.62967834100614, -73.9115755283216, 40.62969128981417, -73.91158557478963, 40.62970577970269, -73.9116551688949, 40.62973640675278, -73.91172346898395, 40.62976868522118, -73.91179040182307, 40.62980258083434, -73.91181651733989, 40.62981434094626, -73.91184208353033, 40.62982678232466, -73.91186706968631, 40.6298398878365, -73.91189144864423, 40.62985364125197, -73.91191518968967, 40.62986802994058, -73.91193826211781, 40.62988303406782, -73.91196064585908, 40.629898635608306, -73.91198230666004, 40.62991481652587, -73.91200322208944, 40.629931556992254, -73.91203728177582, 40.62993702039439, -73.91207108501169, 40.62994335619417, -73.91210458570602, 40.62995056075446, -73.91213774841626, 40.62995862234177, -73.912170535331, 40.629967532822704, -73.91220290509176, 40.62997728496189, -73.9122348269883, 40.6299878634274, -73.91226625730275, 40.62999925737998, -73.91229716886598, 40.63001145509258, -73.91232751796576, 40.630024441223455, -73.9123995192615, 40.630053257810786, -73.9124702654294, 40.630083823107654, -73.91253969032743, 40.63011610284626, -73.91260771480894, 40.63015006455009, -73.91269755017743, 40.6301860257217, -73.91278603926949, 40.63022387058994, -73.91287312066497, 40.63026357029463, -73.91293970989317, 40.630295310031556, -73.91300769859512, 40.630325279465936, -73.91307700052602, 40.630353445210865, -73.91314753889878, 40.63037977208576, -73.91321922746651, 40.63040422760447, -73.91327855062136, 40.63043288458346, -73.91333911455463, 40.63045999537375, -73.9134008448384, 40.63048552929967, -73.91346367886416, 40.63050945569453, -73.91362773135144, 40.6305907284997, -73.91379192510769, 40.63067183638058, -73.91388622274525, 40.63071596137768, -73.91404428529206, 40.63079222040805, -73.91426361012917, 40.630880985411935, -73.91432399484395, 40.63090469518493, -73.91448416760038, 40.63096758246119, -73.91466354246023, 40.63105519313068, -73.91481173205841, 40.631160346857946, -73.91513045772376, 40.631365590399646, -73.91531640687822, 40.63149849293833, -73.91545106055348, 40.63159839213823, -73.91560129834863, 40.631709392520285, -73.91574937683126, 40.631818744071516, -73.91589328577341, 40.631922383085396, -73.91619580242795, 40.63207202991635, -73.91623532479716, 40.63207250717478, -73.9164229192402, 40.632074774317786, -73.91664358104168, 40.63202456843508, -73.91674093920933, 40.6320146486099, -73.91683292702797, 40.63203733083571, -73.91683448635912, 40.63197167777275, -73.91698937566636, 40.63188731104595, -73.9172097965201, 40.6317303526912, -73.91723843897365, 40.63174650612269, -73.91819652932692, 40.63228728926049, -73.91823142787682, 40.63230698773744, -73.91828796130413, 40.63227037497595, -73.91835069963668, 40.63223426548088, -73.91841906988955, 40.63219454526159, -73.91860109180946, 40.63207448910867, -73.91861156873046, 40.63216498884803, -73.91872299679702, 40.63325819223587, -73.91876076492964, 40.63361763879517, -73.91878492498974, 40.633847555796656, -73.91885163593275, 40.63448240609794, -73.9189949079403, 40.635789438115204, -73.91900629296083, 40.63589330392885, -73.9190155153514, 40.63598113537134, -73.91916481578929, 40.63740302161877, -73.91917179714558, 40.63746952536386, -73.91918960121772, 40.637639098429204, -73.91925914140593, 40.638311174971896, -73.91928984335999, 40.638595716423005, -73.91929865863905, 40.63867965728835, -73.91938405594165, 40.63950727883798, -73.91941447035592, 40.63977434814787, -73.91942961869573, 40.6398847515764, -73.91945643474152, 40.64012067929985, -73.9194614059684, 40.6402389740423, -73.91948768978493, 40.640438094468905, -73.9195138199233, 40.64068340599084, -73.91951563580156, 40.640700988091034, -73.91953442303443, 40.6410566377324, -73.91955576178881, 40.6411846406964, -73.91958515635426, 40.64135647303427, -73.91966271954533, 40.642103255390175, -73.9196734504645, 40.64224550431564, -73.91969521915594, 40.642431335243415, -73.91970606784174, 40.64252395846111, -73.91972504705105, 40.64269477398294, -73.91972836971598, 40.64272467262044, -73.9197460239451, 40.64288356254257, -73.91976011697994, 40.643010401417904, -73.9197800566692, 40.64318985986831, -73.91989042692362, 40.64418314211198, -73.91989533531789, 40.64422861901289, -73.91990782297943, 40.644329258849176, -73.91992153643395, 40.64449214067067, -73.9199506236829, 40.64470730648395, -73.91997631556295, 40.645030053054704, -73.92005116128924, 40.64573525421453, -73.92009758741494, 40.64617642158098, -73.92014480488653, 40.64660788367043, -73.92016481991561, 40.64681012694494, -73.92017945192768, 40.646926583111394, -73.92018166132087, 40.64698314979522, -73.92018439505699, 40.647029340171414, -73.92026414000799, 40.647734457081405, -73.92027399633186, 40.647822876783444, -73.92032922861497, 40.64831864486362, -73.92035876322365, 40.64859734323739, -73.9203755155224, 40.648778463420165, -73.92045655043209, 40.649547482601676, -73.92046753572735, 40.649653326270425, -73.92048818553661, 40.649852305479534, -73.92050438529007, 40.65000256448734, -73.92052927739381, 40.65023342314482, -73.92055325983188, 40.65045586582312, -73.92056982125054, 40.65060946057907, -73.92057424030196, 40.65065063440545, -73.9205802063909, 40.65070626351122, -73.92061790578106, 40.6510577166094, -73.92062216349923, 40.651098395035646, -73.92071815951064, 40.652015897005825, -73.92075053118248, 40.65231678136809, -73.92075969976021, 40.65240199916765, -73.92077366754016, 40.65255399365395, -73.92121106297286, 40.65252668064362, -73.9214121832566, 40.65251412094342, -73.9216153085784, 40.65427894883493, -73.92172994020751, 40.65438200647129, -73.9213788275421, 40.654432255412466, -73.92082762827168, 40.65441461709886, -73.92043589183592, 40.65440046350349, -73.92037478996264, 40.654398255475385, -73.92020998589297, 40.654392300509784, -73.92004278521456, 40.65438625899334, -73.91953392130553, 40.65436984969477, -73.91915317854772, 40.65435837485819, -73.91876457132715, 40.65434819895719, -73.91827736977456, 40.65433560498347, -73.91786866539961, 40.65432162059546, -73.91757588377236, 40.65431386211684, -73.91706157344882, 40.65429191690326, -73.91686625272186, 40.65428539752777, -73.91659123802565, 40.65427116295539, -73.91352394944393, 40.65416084461642, -73.91348560461918, 40.65415950912951, -73.91344093540182, 40.654157952746175, -73.91334757224853, 40.65415470181779, -73.91286160435448, 40.654140014640525, -73.91232823982953, 40.65413446736644, -73.91183580019235, 40.654129343423044, -73.91088756887167, 40.65415957876523, -73.91067850051488, 40.65417926220083, -73.91048354463673, 40.65419761897222, -73.90972665398876, 40.65431299875857, -73.90894531221088, 40.654429120550795, -73.90877059580693, 40.65445684321542, -73.90859342906018, 40.65448301747871, -73.90856808724523, 40.65448676059926, -73.90843228839857, 40.654506730507165, -73.90829700054269, 40.65452650344884, -73.90813919515206, 40.654549430773, -73.90808955709902, 40.65455660516427, -73.90806473571422, 40.654560184695626, -73.90800960309876, 40.65456812910549, -73.90785611468006, 40.65458921163194, -73.90762876122419, 40.65462454838265, -73.9075972315141, 40.65462930480496, -73.90751099786574, 40.65464230380539, -73.90746096424711, 40.654649840515944, -73.90737471289319, 40.65466277906527, -73.90719691667103, 40.65468932438564, -73.90691626998697, 40.65473224049749, -73.90685969866058, 40.654740625346, -73.90676205354126, 40.65475509859651, -73.90567158515196, 40.65491672855986, -73.90551426540313, 40.654940267734865, -73.90533481890148, 40.654967168127925, -73.90530255796953, 40.65497203768521, -73.90505643525282, 40.65501182136475, -73.90486692027973, 40.65503774285897, -73.90432243930184, 40.65511949947205, -73.90414221067024, 40.655146110089014, -73.90395793776482, 40.655172890846565, -73.90393700211298, 40.65517595313316, -73.90389671780217, 40.65518194754539, -73.90348962945049, 40.65524266987958, -73.90346842160005, 40.65524586873115, -73.90344722668776, 40.65524911351611, -73.90341890130071, 40.655253490564114, -73.90317307234157, 40.65530120131862, -73.90299671133833, 40.65537682046085, -73.9029426691332, 40.655399992013706, -73.90290488831388, 40.65541619105455, -73.9027976832349, 40.655478922409245, -73.90271351766535, 40.65552943512045, -73.90253641902464, 40.655642187572106, -73.90245345403835, 40.65569537474616, -73.9023103978928, 40.655791220582344, -73.90216539199174, 40.655877862193385, -73.9021106808755, 40.6559124108239, -73.90131080040294, 40.65641799731178, -73.90127968858809, 40.65643832230735, -73.9012017183272, 40.65649650082812, -73.90113435161976, 40.656557407072505, -73.90044831085872, 40.65725177253525, -73.90030374175572, 40.65726235267097, -73.90004455743978, 40.657281176374326, -73.89982259740326, 40.65729095290361, -73.8997143584844, 40.65729572047695, -73.89955423501685, 40.65731105794979, -73.89918278137783, 40.65735817042551, -73.89908240411496, 40.65709898554249, -73.89906903900534, 40.65708166046821, -73.89905499937339, 40.65705140066906, -73.89902124729328, 40.6569741039487, -73.89900403610028, 40.65693074063131, -73.89899034981275, 40.65688660235963, -73.89897011872164, 40.65682134930886, -73.89888190651378, 40.656457122353196, -73.89888190651378, 40.656457122353196 --74.02449181604791, 40.65092027201956, -74.02442949674365, 40.65088423665899, -74.02394987684691, 40.65060715735405, -74.02389500563231, 40.65057426475858, -74.02250664790566, 40.649741956932715, -74.02087699484996, 40.64874261589481, -74.01984402922385, 40.64811906148296, -74.01980098354518, 40.6480930763583, -74.01867332807463, 40.64741233666849, -74.01809170864162, 40.647972536381, -74.01796422767264, 40.648095113226546, -74.0176684108738, 40.64837954975242, -74.01750882153998, 40.64853299896096, -74.01692676180714, 40.64909378711701, -74.01634260924013, 40.649655410969615, -74.01576088881981, 40.65021398143204, -74.01531608239554, 40.650644012514114, -74.01518316095012, 40.65077280143393, -74.01465223547339, 40.651279257363, -74.01462248305721, 40.651307638253904, -74.01459618827855, 40.65133271920242, -74.014011437312, 40.65189471566393, -74.01343051264297, 40.652453464104845, -74.01121249211637, 40.6511164361647, -74.01115780646914, 40.65108347083883, -74.01108683712064, 40.65104068781578, -74.01100667299353, 40.65099224677747, -74.01095559287057, 40.650961379215545, -74.01024911272285, 40.65053446489371, -74.01015499101992, 40.65047758665335, -74.0095629759409, 40.650119834785656, -74.00950193042252, 40.650082943841696, -74.00908194235039, 40.64982914079263, -74.00682350847778, 40.64846456252128, -74.0063063870052, 40.64815253384224, -74.00462168321923, 40.6471306964222, -74.00441182190904, 40.64701076379561, -74.00418727535488, 40.64687551891475, -74.00412436062884, 40.646837625596476, -74.00241545975423, 40.64580831739589, -74.00021335275865, 40.644476836632116, -73.9993912602077, 40.64398050656137, -73.99872508382242, 40.64357829998314, -73.99868399874939, 40.643553492946296, -73.99861001661267, 40.64350882637447, -73.99801021287485, 40.6431466831739, -73.99859327464694, 40.64258487826569, -73.99917563972375, 40.64202512264266, -73.99931040466905, 40.64189568482595, -73.99960357558152, 40.64161410132613, -73.99975690150906, 40.64146683277892, -74.00034121654957, 40.6409049999957, -74.0006607868775, 40.64059898532402, -74.00092540947898, 40.640345587504775, -74.00113011471137, 40.64014888091649, -74.00117070806276, 40.64010972326392, -74.00120528903531, 40.64007636499926, -74.00150770705096, 40.639784644756915, -74.0018132150252, 40.63949713178449, -74.00209075025879, 40.63922494082731, -74.00267214649534, 40.638666693685884, -74.0032527194867, 40.63810394190076, -74.0038379262658, 40.63754561304458, -74.00411049861648, 40.63728315552974, -74.00442048345114, 40.63698467067354, -74.00472910743969, 40.636688346273104, -74.00476574039168, 40.636653172295205, -74.00500346475896, 40.636424919386016, -74.00558612073432, 40.6358659170573, -74.00616926307293, 40.63530318446747, -74.00630516030397, 40.635171810285186, -74.00641750309181, 40.635064183943804, -74.00675121865264, 40.63474447517569, -74.0073563644697, 40.63416330697892, -74.00745291698392, 40.63407116234765, -74.00796078833228, 40.63358358724693, -74.01016057410038, 40.63491202626964, -74.01039145570437, 40.63469139558026, -74.01043508016001, 40.634649708403444, -74.01074219071877, 40.63435622977298, -74.00896405623753, 40.633286569011624, -74.00853704173997, 40.63302784812287, -74.00911935878551, 40.63246359478839, -74.00970416905312, 40.631904531554156, -74.01032985513937, 40.631301268657246, -74.01070190835758, 40.630941233087654, -74.01073642307307, 40.63090783230614, -74.01097026305447, 40.63068154391887, -74.01152132139013, 40.630155761350395, -74.01157090074014, 40.63010849620776, -74.0118491597404, 40.62984321174035, -74.01212108435554, 40.62958240374239, -74.01270270497136, 40.62902344068179, -74.01278777918493, 40.62907482030276, -74.01376188347878, 40.62966310732344, -74.01380484280989, 40.629689052445165, -74.01490317249392, 40.630352338856866, -74.01531148161655, 40.63059678975117, -74.0156594365546, 40.630805958770054, -74.01592531134577, 40.630965785162694, -74.015949071651, 40.630980139750925, -74.01604821093052, 40.63103257040615, -74.01626862428161, 40.63047425249413, -74.01634322385186, 40.63028528411051, -74.0164333846269, 40.63032555329708, -74.01661424080112, 40.630406257976524, -74.01677189958323, 40.630476744861056, -74.01699124525406, 40.63057475851356, -74.01725164080621, 40.63069101011888, -74.01733663560522, 40.63072897043871, -74.01695587538426, 40.631621034017, -74.01709530176029, 40.631674420472976, -74.01784991346467, 40.632021092196055, -74.01801490255187, 40.6320968883899, -74.0184357631971, 40.63229022981385, -74.01852943457322, 40.63233326047947, -74.01973592290577, 40.632884602559606, -74.02061283630754, 40.63328507079143, -74.02101221927771, 40.633468065048504, -74.02197107989856, 40.63390702850205, -74.022157141965, 40.63399220532339, -74.02351865601125, 40.634615474147395, -74.02431983419504, 40.63498111183869, -74.02591735765247, 40.63571002207161, -74.02595541835508, 40.635719626526765, -74.02603960235513, 40.63574086964706, -74.02616737511491, 40.635773112539496, -74.02678979686176, 40.63596677350044, -74.026907914624, 40.63600352401532, -74.02788791721719, 40.63630842955368, -74.02865776614777, 40.63654568909399, -74.03126826754821, 40.63735699142472, -74.03173078072682, 40.637501111633995, -74.03190531315995, 40.637555495200445, -74.03202992970229, 40.637594326048216, -74.03209040016046, 40.637613166953045, -74.0333286846992, 40.63799650956712, -74.0335506652981, 40.638065121277926, -74.03363916421804, 40.63809247569597, -74.0338801285604, 40.638166956199676, -74.03485669801813, 40.63847400056785, -74.03574572992312, 40.63874525475278, -74.03583177003956, 40.63877591134885, -74.03595783308282, 40.638820829494406, -74.03686656097175, 40.63873612531679, -74.03693204798827, 40.63873067147322, -74.03690500289905, 40.63878996400564, -74.03681879502456, 40.63897895558741, -74.03677990583755, 40.63905526718124, -74.0367526399392, 40.639070426225594, -74.03675383545665, 40.639118328935425, -74.03674843983734, 40.63913702272634, -74.03674931804376, 40.63915826658205, -74.03674832290362, 40.639184425166896, -74.036743253632, 40.639207565614356, -74.03673048045036, 40.63923732283229, -74.03670776696943, 40.639278419851934, -74.03668172765806, 40.639325167781976, -74.03666510864264, 40.6393522687884, -74.03661258022618, 40.6394299075324, -74.03656437465064, 40.63950082160492, -74.03654979995163, 40.63952448196282, -74.03651491366921, 40.63958710430655, -74.03647646546786, 40.63964964402088, -74.03643265379792, 40.639723024964105, -74.03638812339052, 40.63979659972895, -74.03634488544256, 40.63986452061156, -74.03630672514034, 40.63992881618745, -74.03627511822364, 40.63997716059808, -74.03622392841528, 40.64006382913708, -74.03617161078942, 40.6401354017136, -74.0361374448524, 40.640186932924934, -74.03609621959788, 40.64025045944826, -74.03607645912217, 40.6402797496129, -74.0360600731617, 40.640301496872866, -74.03601949114687, 40.640350229447165, -74.03598258379995, 40.64039564154571, -74.03594217118984, 40.64044305117743, -74.03593021459713, 40.64045581886396, -74.03591019338491, 40.64047753932183, -74.03589503328165, 40.640497196971886, -74.03588401381313, 40.64051158349336, -74.03586493127905, 40.64053343962857, -74.03584624270181, 40.64055587106914, -74.03583316816058, 40.640567212672494, -74.03580669534124, 40.64058363917269, -74.03579307782084, 40.640594320860465, -74.0357698079066, 40.64060937036282, -74.03575969247404, 40.64062103972655, -74.03575833498144, 40.64064461842551, -74.03576422670706, 40.64067074693962, -74.0357781876653, 40.640694237125324, -74.03578687851773, 40.640706666979845, -74.0358045125734, 40.64072812625033, -74.03582160670207, 40.64074796385239, -74.03582781543389, 40.64076116442024, -74.03584696199617, 40.64078133096879, -74.03587151135784, 40.640797627201295, -74.03589310747051, 40.640813538928455, -74.0359070291388, 40.64083197810206, -74.03591781060878, 40.640843145667226, -74.0359306097177, 40.64085370835304, -74.03594337218343, 40.64086427104891, -74.03596071898836, 40.6408833962409, -74.03597279886628, 40.64089524868944, -74.03599601422134, 40.64091044667986, -74.03602384343357, 40.640927537010796, -74.03604695389416, 40.64094328253903, -74.03607193646772, 40.64096037285003, -74.03608750994823, 40.64096832674637, -74.03610355176522, 40.64097663799944, -74.03613347073819, 40.640993041452504, -74.03615005493712, 40.641003080623605, -74.03616707018777, 40.641012297483364, -74.0361978524703, 40.64102488244965, -74.0362272279377, 40.64103738860527, -74.03624280092887, 40.641046550976505, -74.0362685062893, 40.6410621857789, -74.036285990159, 40.641072225547155, -74.03629994023731, 40.641081743227, -74.03631389235454, 40.64109282780668, -74.03633721838065, 40.64110909550901, -74.03635254011002, 40.64111702243334, -74.03637023928212, 40.64112511339864, -74.03638556152775, 40.64113397325556, -74.03641288602299, 40.64114867367558, -74.0364305846432, 40.64115789027982, -74.03645607320084, 40.641174678673025, -74.03647071067822, 40.6411851299518, -74.03648646600591, 40.641196845202025, -74.03651159572685, 40.64121673598285, -74.03652266668225, 40.64122949551567, -74.0365336655287, 40.6412422541698, -74.03654480554844, 40.64125374935057, -74.03657245728859, 40.641272212895245, -74.03658389089155, 40.64128442299049, -74.0365933764829, 40.64129701642487, -74.03661515146803, 40.641312982890305, -74.03663321407605, 40.64132615262347, -74.03664713340848, 40.64133761899274, -74.03665989461206, 40.64134766110928, -74.03668239040604, 40.64135868708781, -74.03670206717088, 40.641361945188905, -74.03673425008162, 40.64136500658138, -74.03676661799817, 40.64137556292085, -74.03678367046692, 40.641387632519674, -74.03680026353774, 40.641411259516936, -74.03680309057737, 40.64143779959289, -74.03680331345522, 40.64145179898155, -74.03680174599037, 40.64147770920029, -74.03680024429609, 40.64149212157826, -74.03680122534345, 40.64150683303432, -74.03680246086176, 40.64152423515807, -74.03680110697613, 40.64154943209762, -74.03679716155378, 40.641574275062105, -74.03678665450694, 40.641600327720866, -74.0367781672855, 40.64162544589502, -74.03677129103534, 40.64163922692666, -74.03675472945942, 40.641659984668685, -74.03674302539797, 40.64167203824615, -74.03673377078537, 40.64168403790941, -74.03671418332196, 40.64170789709699, -74.03670287665447, 40.64172030714874, -74.0366899447734, 40.641731100386764, -74.03667755749714, 40.6417412063541, -74.03666167265091, 40.64175655535295, -74.03664834956687, 40.641769708069255, -74.03663534813752, 40.641783053392494, -74.03662342709109, 40.641794010195255, -74.03661121632989, 40.64180482930975, -74.03659699072224, 40.641817076385806, -74.03657559710402, 40.64183503592753, -74.03655762675322, 40.64185239102965, -74.03654311238624, 40.64186411589011, -74.036522655225, 40.64188243172956, -74.03650893466819, 40.64189736938325, -74.03649564305434, 40.64190980796059, -74.03648415524292, 40.641921862343196, -74.03646672885175, 40.64194391076035, -74.03645599957544, 40.64195736340462, -74.03643986848363, 40.641978752227466, -74.03643007647842, 40.64199401641537, -74.03640991042653, 40.642017328218344, -74.0363931308367, 40.64203756367573, -74.03637141562689, 40.6420600249722, -74.03635888251733, 40.64207172306741, -74.03633706000426, 40.642094732806946, -74.03632347997137, 40.64210519571786, -74.03629967064343, 40.64212255172278, -74.03628695575388, 40.64213263073539, -74.03626264290907, 40.64215237506625, -74.0362474442352, 40.6421646503215, -74.03623332476715, 40.64217451004435, -74.03621848374021, 40.642183600049485, -74.03620057962192, 40.64219263788644, -74.03617384970295, 40.6422068663836, -74.03614661387606, 40.64221906346409, -74.03612720297542, 40.64223781835653, -74.036119136945, 40.64225105130623, -74.0361110377208, 40.642264119470966, -74.03609123285582, 40.64228674490891, -74.03607844676839, 40.642298633962525, -74.03605103263182, 40.642313493909036, -74.03602967534421, 40.64233362178489, -74.03602024277023, 40.642347047866636, -74.0360032487698, 40.642371234808046, -74.03598283077898, 40.64239259879277, -74.03595664136799, 40.64240970962921, -74.03593571485645, 40.642426405477295, -74.03590823438567, 40.64244996531805, -74.03589112519403, 40.64246232397, -74.03586908359885, 40.642482973429416, -74.0358578091695, 40.642494313571014, -74.03584452223625, 40.64250710957653, -74.03582233667917, 40.64252830928842, -74.03580731937342, 40.64254401450283, -74.0357930951098, 40.642559335847615, -74.03577922984552, 40.64257394386833, -74.03576749017365, 40.642586355762575, -74.03575647045508, 40.64259876473019, -74.03573709685782, 40.64262136115553, -74.03572128429539, 40.642635614069555, -74.0357061234257, 40.64265044130975, -74.03568148767766, 40.642672766502294, -74.03566701017566, 40.642687730404, -74.03565004619128, 40.64270211874298, -74.03563434511386, 40.64271711273699, -74.03561730834627, 40.64273248986277, -74.03560229234448, 40.64274638410723, -74.03558781402236, 40.6427620900262, -74.0355718971175, 40.642780321441705, -74.03555914816452, 40.642793473852635, -74.03553635014036, 40.642812641228204, -74.03551347891023, 40.64283422471246, -74.03549276984157, 40.64285344636574, -74.0354816798851, 40.64286511690326, -74.03546838779847, 40.642877388764646, -74.03539578255393, 40.642946119781556, -74.03537680325948, 40.64296586228137, -74.03535649003301, 40.64298486406161, -74.0353393839643, 40.643001338898856, -74.03532393179927, 40.64301559074632, -74.03530977750121, 40.64302948468744, -74.03528712316995, 40.64305016123756, -74.03527336549817, 40.643062957320666, -74.03525960901754, 40.643075780417256, -74.03524394204796, 40.643090773446254, -74.035229429268, 40.64310645141396, -74.03521441032218, 40.64312179994512, -74.03519831257853, 40.64313822042123, -74.03518617568, 40.64315101689813, -74.03517468887495, 40.64316359164746, -74.03515801454377, 40.64318292096824, -74.03514634599745, 40.64319387753884, -74.03513503822323, 40.64320521761887, -74.03512246703879, 40.643217272194555, -74.03510712573181, 40.64323119438901, -74.03509376265838, 40.64324363282407, -74.03507968060894, 40.64325571577222, -74.0350653078452, 40.643265767238, -74.03505291793279, 40.64327636651326, -74.0350340819086, 40.643294653674545, -74.03501550017825, 40.64331543879297, -74.03499799746652, 40.64333334192148, -74.03498362758302, 40.64334668747194, -74.03496932620594, 40.643357670039826, -74.0349551715784, 40.643368957836955, -74.03493975637251, 40.643381864246656, -74.03490618644851, 40.64340935195484, -74.03489423032288, 40.64342214744515, -74.03488076170574, 40.64343637161493, -74.03485803546067, 40.64345795222166, -74.03482828570908, 40.64348414920665, -74.0348034703213, 40.643507736789864, -74.0347837701495, 40.64352637987586, -74.03476550796583, 40.6435435690873, -74.03475228833982, 40.643554746713356, -74.03472917154302, 40.64357794834517, -74.03471714180172, 40.64359252776564, -74.0346960394801, 40.6436180079942, -74.03468055568462, 40.6436333556944, -74.03466499523861, 40.64364908973789, -74.03465199313196, 40.64366259962892, -74.03463348447764, 40.64368338466271, -74.03462044781604, 40.643698676686036, -74.03460741234609, 40.643713998424644, -74.03459437640045, 40.643728414240556, -74.0345704596136, 40.643747993295854, -74.03454218282994, 40.64376765650343, -74.03452827738012, 40.643776444334044, -74.03451325845627, 40.643787867413494, -74.03449478160643, 40.643806293057324, -74.03448203163545, 40.64381826566865, -74.03452977373027, 40.643864881977606, -74.03449887861336, 40.64390351357543, -74.0340718374294, 40.644315445154845, -74.03342091607841, 40.64392360638131, -74.03333161832659, 40.64386965703812, -74.03286640339714, 40.64358860142057, -74.03264346384108, 40.64380222461673, -74.0323458810362, 40.64362619165354, -74.03232584677622, 40.64363023160846, -74.03229706008375, 40.64363817506328, -74.03227191433281, 40.6436504246679, -74.03225609806597, 40.643659049766214, -74.03222943932185, 40.643676735313804, -74.03221488865225, 40.64368667660938, -74.03219932836393, 40.64369661818579, -74.03216971524715, 40.64371680168362, -74.0321549108195, 40.643727648963846, -74.03214086324533, 40.643738990415166, -74.03212022534923, 40.643756398695764, -74.03210985379815, 40.64376880803158, -74.03210049158244, 40.64378064255404, -74.03208655567646, 40.64379560675217, -74.03206854589035, 40.64381315116886, -74.03204931232598, 40.643830341119575, -74.03203267319836, 40.64384642991117, -74.03202010304211, 40.64385958277866, -74.03200648880791, 40.643872378429535, -74.03198033603493, 40.64389033843618, -74.03195328381318, 40.643908792170706, -74.03193361488378, 40.643922989800885, -74.03190602166474, 40.64393998933756, -74.03188279208068, 40.64395959645908, -74.031858369618, 40.643979200304244, -74.03183347717045, 40.643997488617245, -74.03180952481303, 40.644016271049196, -74.03179014866818, 40.644032226385164, -74.03176709405201, 40.64405196941297, -74.03174170117656, 40.644072123717805, -74.03171955088766, 40.644094254660594, -74.03170798946095, 40.64410576016755, -74.03168756853344, 40.644124953136945, -74.03166754076778, 40.644143076178864, -74.03164586077413, 40.64416482155595, -74.03162929718668, 40.64418851514368, -74.03160948965825, 40.64420993130967, -74.03152481470838, 40.64429444386791, -74.03135096168528, 40.644462319160304, -74.03124885330207, 40.64456037105159, -74.03112768744194, 40.64466954400661, -74.03110533585154, 40.64469184778344, -74.03108385751445, 40.64471328322039, -74.03110436866204, 40.64472455846497, -74.03099743172902, 40.64482617838798, -74.03062896918851, 40.64518117308972, -74.03059516364716, 40.64521374211987, -74.03056900501109, 40.64523894467088, -74.03038304615843, 40.64541837714577, -74.03019130371791, 40.645302141046784, -74.0299895043623, 40.645180140332165, -74.02962992443852, 40.64496140674736, -74.02912842970132, 40.644658119699116, -74.02875674554203, 40.64443051993651, -74.0282729981219, 40.644135730997284, -74.02784632790308, 40.644546368715204, -74.02845526597675, 40.644910321635905, -74.0290027197132, 40.64524439684635, -74.02971084727514, 40.64567212694137, -74.030838246448, 40.64635492977352, -74.03151043415257, 40.64676044799868, -74.03154091492028, 40.64683673422148, -74.03135734737712, 40.64700657346583, -74.03126333208051, 40.64709355757045, -74.03116007922648, 40.647086538139746, -74.03112892709579, 40.647060609860226, -74.0310413330248, 40.647006659196244, -74.0310188633264, 40.646992820697, -74.03035702343595, 40.64659237219743, -74.02959502069568, 40.64613318149264, -74.02862330663946, 40.64554838882633, -74.02781087689502, 40.64505842718948, -74.0275019944512, 40.64487414471006, -74.02743446495481, 40.644948932656746, -74.02694453907245, 40.64541283509601, -74.0276588035194, 40.64584192445302, -74.02840181621873, 40.64628906214669, -74.02919304023199, 40.64676617814279, -74.02959121477069, 40.647007041458956, -74.02991060132152, 40.64720024148856, -74.03057153957232, 40.64759951399264, -74.03060145556121, 40.647667768888816, -74.03033416003545, 40.64792754092982, -74.03022287024021, 40.64792118105608, -74.02975699225549, 40.647634794699485, -74.02871924412773, 40.64700726251432, -74.02865572516326, 40.6469688514601, -74.02763268435685, 40.6463539508359, -74.02689959252395, 40.64590889235746, -74.02660833631055, 40.64573409843248, -74.02620982237015, 40.64611738555872, -74.0261154201541, 40.64606646563438, -74.02608975926368, 40.64609083767358, -74.02618687897439, 40.646143394141745, -74.02606059433988, 40.64626103317316, -74.02599372883869, 40.646221059005654, -74.02596989724306, 40.64624655355008, -74.02576222620864, 40.64646872831423, -74.02571210690569, 40.64652234916309, -74.02562277135364, 40.64659368381624, -74.02542008746748, 40.646788427067506, -74.02533212980975, 40.646872298197934, -74.02539217858482, 40.64690610570511, -74.02528755157964, 40.64700806828133, -74.02518203314649, 40.64711090535917, -74.02515134418378, 40.6471408128695, -74.02492463628457, 40.647008147507215, -74.02482938775924, 40.64694898517615, -74.02476824822945, 40.64700818129428, -74.02462266853634, 40.647149135494374, -74.02495865561434, 40.64735395248878, -74.02490494204812, 40.647404430052504, -74.02469869339559, 40.64759825245639, -74.02436681725793, 40.64739823629859, -74.0243243746549, 40.64743772938749, -74.02415177193183, 40.64759833259191, -74.02432446745766, 40.6476922823371, -74.02435002061839, 40.64770618272535, -74.02473819766874, 40.64795354505764, -74.02472974977357, 40.64797477928231, -74.02476764399763, 40.64801756193065, -74.02491745178347, 40.648107195924545, -74.02493803158524, 40.64810919601638, -74.02495673455064, 40.64810661107546, -74.02497089154514, 40.648097602825, -74.02510837545205, 40.6481682338177, -74.02514293692953, 40.64818852393696, -74.02531124706186, 40.64830217197883, -74.0250359346555, 40.64855514894548, -74.02495708356224, 40.64862875909146, -74.02497132212879, 40.64863838973908, -74.02498981523259, 40.64864961067531, -74.02499869457077, 40.64867859370858, -74.0250127999815, 40.64870828881458, -74.02515853897123, 40.649026843068604, -74.02532117467186, 40.649332903228526, -74.02552500032124, 40.649703457188544, -74.02553326692559, 40.64973071041891, -74.02553154816185, 40.64975321923753, -74.02552428283029, 40.64978119092624, -74.02551157504733, 40.649811743804676, -74.02547934046737, 40.649852979346576, -74.02534596795549, 40.6500115539391, -74.02531124434516, 40.6500620743174, -74.0252432731983, 40.65014616247499, -74.02522796634221, 40.65016705333796, -74.0252013111908, 40.65019980470106, -74.0251708402424, 40.65024095511951, -74.02514577049689, 40.65027985395562, -74.02512286385243, 40.650314167778895, -74.02510773013074, 40.650333483582486, -74.02508136538887, 40.65036223925746, -74.02484727338303, 40.65060983152603, -74.02477077640664, 40.65069074061279, -74.0246475452665, 40.65082107646965, -74.02461819791932, 40.65085211548771, -74.02453186117707, 40.65094342839614, -74.02449181604791, 40.65092027201956, -74.02449181604791, 40.65092027201956 --74.0893059298603, 40.64733216024152, -74.08923381371234, 40.6473548399398, -74.08920926299217, 40.64736765715169, -74.08915918994802, 40.64738198630633, -74.08911660229374, 40.64740190185734, -74.08909182919511, 40.64745273999731, -74.08908384572645, 40.64746551553031, -74.08905427639374, 40.647485614584625, -74.08901178588064, 40.64754296906703, -74.08896003427354, 40.64758513085012, -74.08889737517208, 40.647628454605325, -74.08883600463224, 40.64766552323173, -74.08879012016206, 40.647706524140055, -74.08875518417149, 40.64771858923441, -74.0885746941575, 40.64780378142865, -74.08852193101781, 40.64784134124353, -74.0884808493307, 40.647873004459484, -74.08845488669324, 40.64789301323338, -74.08831826061136, 40.64793925808571, -74.08827834134289, 40.64794976266139, -74.08822863874072, 40.647966651298304, -74.08820446381021, 40.64797696546614, -74.08817999281322, 40.647991385318385, -74.08815846129987, 40.6480069330624, -74.08811043221115, 40.64804489609255, -74.08808632816083, 40.64806147058352, -74.08789098345542, 40.648179197991595, -74.08776705615088, 40.6482619088697, -74.08772312988795, 40.64828957478267, -74.08768008613124, 40.64831315795727, -74.08763652407819, 40.64833282245561, -74.08757520697979, 40.6483566869676, -74.0874948515586, 40.64838621218099, -74.08738886829771, 40.648423725499214, -74.08716631168697, 40.648502498820065, -74.08684289236528, 40.648622375520105, -74.08665547992989, 40.64869129305238, -74.08653399078854, 40.648734170843056, -74.08643077268411, 40.64876684721444, -74.08627371427716, 40.64881125712126, -74.08599375314813, 40.648887641617684, -74.08589974258308, 40.64891128923654, -74.08586334066875, 40.64891884835247, -74.08582967573376, 40.64892451972943, -74.0857194063488, 40.648938390702085, -74.08555860237539, 40.648953980441576, -74.08543512545967, 40.648965226050436, -74.08535586036407, 40.648969444398816, -74.0852791653703, 40.64897070348553, -74.08522228787973, 40.648971638059734, -74.08505884090668, 40.64897212647052, -74.08498234861628, 40.64897009381592, -74.0849130688089, 40.64896463831957, -74.08484966503144, 40.64895633641155, -74.08479125395148, 40.64894506898385, -74.08473748315302, 40.64893076336184, -74.08466140424852, 40.648905058271254, -74.08455270792041, 40.64886357752558, -74.08443605099747, 40.648817237022726, -74.08437801270865, 40.64879114748471, -74.08425718516094, 40.64873007378237, -74.08420318568129, 40.64870484209228, -74.08416143973427, 40.64868809329584, -74.08411540330222, 40.64867235079945, -74.084064231833, 40.64865730813858, -74.08400493771691, 40.64864208768259, -74.08394643238415, 40.64862887207401, -74.08381212409734, 40.64860105667098, -74.08375068167321, 40.648586645414134, -74.08370741204189, 40.64857470362733, -74.08361030817281, 40.64854549751931, -74.08356542003663, 40.648533570363504, -74.08344461037112, 40.64850567808392, -74.08330712964053, 40.64847629028723, -74.08316860726335, 40.64844772345141, -74.08312265758249, 40.648439606982436, -74.08308093239832, 40.64843348389203, -74.08298576962547, 40.64842175581085, -74.08288175395549, 40.64841014839709, -74.0827461346581, 40.648396049385404, -74.08257158691052, 40.64838192233763, -74.08248825553277, 40.648376838377274, -74.08240598486044, 40.64837476222749, -74.08233415854468, 40.64837643550363, -74.08225890417633, 40.64838245258457, -74.08217973348928, 40.64839284623103, -74.08209558847605, 40.64840775496946, -74.08207230383015, 40.648414171570316, -74.08202164402695, 40.648432994319364, -74.0819976858031, 40.64843873419589, -74.08180519385101, 40.648467636525666, -74.0816898762302, 40.64848463112336, -74.08163137119112, 40.64849435863686, -74.08158455764966, 40.64850578250809, -74.08152816149247, 40.648521057465324, -74.08146925415751, 40.648534447588425, -74.08141063824665, 40.64854348527124, -74.08136923839976, 40.6485471472594, -74.08130722908186, 40.648550226761266, -74.08120345663316, 40.648553811198504, -74.0811709013375, 40.648555320035, -74.08114803651638, 40.64855416279536, -74.08113006178347, 40.648548205041976, -74.08109190062844, 40.64852591261574, -74.081058828618, 40.64850693680007, -74.08103054827295, 40.64849263849179, -74.08099622566041, 40.64847873075434, -74.08095168703136, 40.648463082292366, -74.08084698686811, 40.64842884260091, -74.08080032192846, 40.64841269938958, -74.08077221226804, 40.648402586505746, -74.08073999469299, 40.64839099604734, -74.08071998446384, 40.64838923427195, -74.08069804337916, 40.64838538734762, -74.0806158991999, 40.64836467000508, -74.0805648060687, 40.64835588433308, -74.08050821520449, 40.64835000035424, -74.0804795180801, 40.64834876601774, -74.08044881191185, 40.648349231456464, -74.08041560012894, 40.648351395215094, -74.080378311573, 40.64835535924749, -74.08016934210909, 40.64838188218024, -74.0799684852994, 40.64840828922921, -74.07989692741052, 40.648416990240435, -74.07983938170118, 40.648422348663274, -74.07981645301079, 40.648423089495324, -74.0797926920965, 40.64842195151905, -74.07976839336536, 40.64841894443539, -74.07974396123105, 40.64841412199472, -74.07968895180888, 40.648399898619566, -74.07963481912063, 40.648383227002995, -74.07948629750592, 40.64833289353273, -74.07935973193317, 40.64828795413406, -74.07924033952852, 40.64824001723239, -74.07920413235159, 40.64822570232383, -74.07918413415442, 40.64821905946505, -74.0791646223526, 40.64821480264085, -74.07914655531874, 40.64821353273803, -74.07912783924124, 40.64821727916462, -74.07910104602723, 40.64823028126541, -74.07908389034364, 40.64823981514169, -74.07903267754396, 40.64827148374496, -74.07901498013332, 40.64827983920506, -74.07899790027032, 40.64828552960525, -74.07898035416908, 40.64828188555291, -74.07895563087718, 40.648259724569954, -74.07892240602706, 40.64823185382787, -74.07890740109575, 40.64822154238578, -74.07888937092493, 40.64821244961685, -74.07886842199308, 40.64820463578136, -74.07884480268993, 40.648198191659674, -74.07878694967201, 40.64818951969529, -74.0787687697164, 40.64818572385732, -74.0787511011205, 40.64817843365624, -74.07876536954801, 40.648162792692354, -74.07872803478917, 40.6481295981442, -74.07865080126795, 40.64808351024328, -74.07854339284376, 40.648018956166375, -74.07851175675594, 40.64800168331791, -74.07847806798677, 40.64798622190281, -74.07844272990991, 40.64797275264831, -74.07840618490403, 40.64796144815069, -74.07837915712295, 40.6479579770662, -74.07834831715387, 40.647956115997246, -74.0783294325114, 40.64795120392739, -74.07829563099463, 40.64793128857319, -74.07827178925601, 40.64792155129053, -74.0782380576694, 40.647912848222475, -74.07821062565935, 40.64790239115398, -74.07813801562085, 40.647859415556226, -74.0780964617307, 40.64783934061539, -74.07799869994942, 40.647796522487106, -74.07795579811696, 40.647776266504835, -74.07791680156035, 40.64775512085049, -74.07783265095456, 40.64770454980322, -74.077794259504, 40.647683140746366, -74.07768404328004, 40.64762657535994, -74.07758477124806, 40.64757777395637, -74.07747518782313, 40.64752928829158, -74.07743850850426, 40.64751192399021, -74.07733612098792, 40.647459620553356, -74.07722530415265, 40.6474013693603, -74.07700697547283, 40.64728480680698, -74.07696199532629, 40.647250799131726, -74.07694703630946, 40.64724088993399, -74.07692992101154, 40.647234226743535, -74.07690755814387, 40.64723421558542, -74.07685213077123, 40.64725402081231, -74.07678579420929, 40.64727772803768, -74.07676094886564, 40.6472780048732, -74.07672627130071, 40.64726357379694, -74.07668843727691, 40.6472421324803, -74.07665071379877, 40.64721707009399, -74.07661267967254, 40.64718811856431, -74.0765732995056, 40.647154489726375, -74.07655730625785, 40.647139589594374, -74.07651594612162, 40.64710106053436, -74.07646842053752, 40.64705229126444, -74.07643878937239, 40.647013316725186, -74.07642861428805, 40.64700161134838, -74.07641225790336, 40.64698546331912, -74.07639793379376, 40.64697132209301, -74.07636255912016, 40.6469384685691, -74.07624781757451, 40.64683772088331, -74.07611590621433, 40.64671105132435, -74.0760564460311, 40.64665801051822, -74.07599379617969, 40.646606010086344, -74.07597615683748, 40.64659470492861, -74.07593027086186, 40.6465721079125, -74.07591178669044, 40.646558101748035, -74.07581115607651, 40.64644939363264, -74.0757267427414, 40.64635614565381, -74.07570245451082, 40.64633134966562, -74.07567946346641, 40.646309877531934, -74.0756370909837, 40.646274329534464, -74.07555198821919, 40.64620766697879, -74.07553063743431, 40.64619069903027, -74.07543970590541, 40.64611843089083, -74.07540229273218, 40.64608869509983, -74.07537910966207, 40.646068714289754, -74.07535500891652, 40.646045367038504, -74.07528069823489, 40.64596494629497, -74.07525220741398, 40.64593598446268, -74.07499112298488, 40.64568635033662, -74.07493250609657, 40.64562674631776, -74.07490695543667, 40.645602696611604, -74.07486814288649, 40.64557180258989, -74.07478730705064, 40.64551542240632, -74.07475496425619, 40.64549119427775, -74.07468138886044, 40.645431691705205, -74.0746321410643, 40.645388348410165, -74.07458726768283, 40.6453450346755, -74.07455176184216, 40.64530749257643, -74.07450333491559, 40.64524740085375, -74.07447883838832, 40.64522375560194, -74.0744433447513, 40.645194919672335, -74.07441797654137, 40.645176208011165, -74.07439335846865, 40.64516013707939, -74.07436900545842, 40.64514639200983, -74.07434471166826, 40.6451348567688, -74.07432189261297, 40.64512586453383, -74.07429770804896, 40.64511791327523, -74.07427228807548, 40.645111050635585, -74.07424581481015, 40.645105324223934, -74.07419674772385, 40.64509643805837, -74.07415670080566, 40.64509041690813, -74.0741000560942, 40.64508733222387, -74.0740781182482, 40.645084014439334, -74.07404603427453, 40.645075264053034, -74.07399670799616, 40.64505968441617, -74.07396112725685, 40.645047992461606, -74.07391046036203, 40.645076177040245, -74.0738354579297, 40.64505611394301, -74.07379531130498, 40.64504326770246, -74.07366528521702, 40.64497412191654, -74.07347086557631, 40.644865647378325, -74.07333033399655, 40.64478931458321, -74.07327464639559, 40.64475859107309, -74.07316867152603, 40.64470012485374, -74.07310738611963, 40.64466718234448, -74.0730761111061, 40.644648701072086, -74.0729604905972, 40.64458038011293, -74.07287490064203, 40.644529754108234, -74.07283897488836, 40.64450805726546, -74.07280410752448, 40.64448877313069, -74.07275550447918, 40.644464670897456, -74.0726635795175, 40.64441646213201, -74.07249393971372, 40.644295478286274, -74.07239669012561, 40.64419579002563, -74.07228462759986, 40.64406232894542, -74.07211334870044, 40.64384202648525, -74.07196110456142, 40.64358877179073, -74.07189135430238, 40.64353330925832, -74.07188182574166, 40.643505966468496, -74.07169598762256, 40.64354468860675, -74.0716637327448, 40.64355084934692, -74.0716284094589, 40.64355759822679, -74.07160706964156, 40.64349184575181, -74.07159388454265, 40.643451215363115, -74.07158181788303, 40.643412834672255, -74.07156804966661, 40.64336860166875, -74.0715066968337, 40.643181506687284, -74.07150446490856, 40.643138563247824, -74.07150127772593, 40.64311765068702, -74.0714785432921, 40.642818051499084, -74.07157956835822, 40.64279590974744, -74.07170638483448, 40.64278087943202, -74.07199888151705, 40.64273565813994, -74.07216253857305, 40.642695341102154, -74.07210979892326, 40.642464078690764, -74.07212007631907, 40.64244600063882, -74.07230461096678, 40.642408599688785, -74.07264811928012, 40.64235865025381, -74.07291038908149, 40.64232603137924, -74.07316591638278, 40.64227922132142, -74.0732715099179, 40.642263069026356, -74.07327994080903, 40.64224215000988, -74.07325871975044, 40.642132764025824, -74.0731612273194, 40.641751537492105, -74.0731082590318, 40.64156655691549, -74.07305646439661, 40.641372441604126, -74.07303833225964, 40.64130449457744, -74.07293656858234, 40.64092311024032, -74.07289419285615, 40.640771907592494, -74.07284431722665, 40.64052175347013, -74.07293512685915, 40.64051043762387, -74.07307028997108, 40.640499093531005, -74.07307225063163, 40.64032695091286, -74.07307466287213, 40.64012566811572, -74.0730636678619, 40.64001790280948, -74.07305332404165, 40.639919662775604, -74.0730582021504, 40.63965347260525, -74.07306156310838, 40.63947003117154, -74.07306940734983, 40.63904209960023, -74.07307533510031, 40.63871873118539, -74.07307616605276, 40.638685189927905, -74.0730797844916, 40.638606337286554, -74.07308131966866, 40.638589773965855, -74.07303266500968, 40.63859028575479, -74.07301445108448, 40.638409064273255, -74.07293199752826, 40.63841417031117, -74.07292755126892, 40.638394438257336, -74.07287801906861, 40.638185547449915, -74.0728623075517, 40.638128218658935, -74.07266691273801, 40.63813273233348, -74.07260632789237, 40.63813598905867, -74.07257284834385, 40.637875545869676, -74.07282603818908, 40.63784808746154, -74.07307460229522, 40.63782502326684, -74.07348354380763, 40.637787041718646, -74.07345776725383, 40.637642640144286, -74.07345626259517, 40.63761379928052, -74.07346309625929, 40.63757288703465, -74.0734731040725, 40.63750853044721, -74.07342948214836, 40.637254172471984, -74.07338938352717, 40.637243015424914, -74.0733755793283, 40.637161690248256, -74.07333321627104, 40.63691210417538, -74.07332974800089, 40.63689167180674, -74.0734132042592, 40.636884262213876, -74.07336775783287, 40.636605187912835, -74.07335632901939, 40.6365349844256, -74.07331141622167, 40.636259166929484, -74.07329303490616, 40.63614628415543, -74.0732822156031, 40.63607983813563, -74.07319284893477, 40.63608635267886, -74.07318838657122, 40.63606372186898, -74.07315607516719, 40.63586501494478, -74.0731473255434, 40.63581121538646, -74.07329475169594, 40.63579902393222, -74.07339036490636, 40.63579111672195, -74.0733851072119, 40.635759043581615, -74.07334227816453, 40.63544821885835, -74.0732884774577, 40.63501566709906, -74.07328361230786, 40.63493191649865, -74.0732844522726, 40.63492501888566, -74.07328807557911, 40.63489944362808, -74.07329531459256, 40.634875821093054, -74.0733140695575, 40.634840642955396, -74.07334785686842, 40.63479694531849, -74.07337982951732, 40.63476600648728, -74.07339494835021, 40.63475443687083, -74.0734138069474, 40.63474154830545, -74.07345002751671, 40.634722109976536, -74.07346851410128, 40.634713839502986, -74.07353241957797, 40.63468897133419, -74.07386953942897, 40.63458228234284, -74.07394789585292, 40.63455473461787, -74.07399038847628, 40.63453771628258, -74.07402491429433, 40.63452094620096, -74.07404431791197, 40.63450937554118, -74.074074411575, 40.6344867405143, -74.07409395411615, 40.634468295191546, -74.07410816244312, 40.63445234864283, -74.07412174574823, 40.63443347220504, -74.07413422919048, 40.63441091335043, -74.07414195534913, 40.63439305287016, -74.074146749982, 40.63437410285031, -74.07415170873422, 40.63433583928464, -74.0741510656275, 40.63430173432791, -74.07407415346604, 40.63380907279942, -74.07405251915549, 40.63360511997631, -74.07405051633154, 40.63343320939515, -74.07406444929485, 40.633263064371434, -74.07408798258159, 40.63309925281479, -74.0741200860116, 40.632940197673385, -74.07415572732808, 40.63280688609261, -74.0741926932094, 40.63270303774373, -74.07429744387214, 40.63246493576442, -74.07457992256532, 40.63187014608474, -74.07477682891808, 40.631482073420784, -74.0748040865215, 40.631418307000935, -74.07482632924841, 40.631341194533825, -74.0748403772879, 40.6312210101351, -74.07483827389431, 40.63118145797673, -74.0746910052338, 40.63028683512763, -74.07469000553735, 40.63024799005426, -74.07471916411554, 40.629951598328944, -74.07471945594358, 40.629883924973946, -74.0747194617369, 40.62985214922703, -74.07470739629468, 40.62979525952188, -74.07488747501996, 40.62978093937206, -74.07528540425653, 40.629737403215096, -74.07538259994817, 40.6297267692284, -74.07562584313374, 40.629700155818895, -74.07656756477512, 40.62960892042542, -74.07666259620134, 40.629622222616064, -74.07674066159161, 40.63005690100431, -74.07674814515704, 40.63012822708615, -74.07675500771421, 40.63019399287162, -74.07674860448648, 40.63022135764003, -74.076567967615, 40.63083162526448, -74.07653454662537, 40.6309499830167, -74.07645191709125, 40.631118211852915, -74.07637325198611, 40.631270282669384, -74.07630972104894, 40.63138116261956, -74.07625082705844, 40.631436319801594, -74.07622291073146, 40.6314602867327, -74.0760126664833, 40.63186365972093, -74.07595855231013, 40.631969050879775, -74.07712250667363, 40.63230427073145, -74.07738009885927, 40.63238067965325, -74.07748168458603, 40.63241081016788, -74.07794682242258, 40.63254877957636, -74.07836120452326, 40.63267233466862, -74.07908774767184, 40.63288524685797, -74.07899178667108, 40.63319242061599, -74.07910266537631, 40.63321576600231, -74.07930621153547, 40.633259568443044, -74.07979481543734, 40.63336000394082, -74.0798406911342, 40.633374579422465, -74.07988515739433, 40.633404561953476, -74.07988198529519, 40.63345533094665, -74.0797645518983, 40.63388029289079, -74.07969652440023, 40.63411419506744, -74.07947424447273, 40.634853382708854, -74.07944754255789, 40.63492063754188, -74.07941516627712, 40.63497364826964, -74.07879623491482, 40.63697374739188, -74.0788162322091, 40.63695348731392, -74.07906013104427, 40.636759764983424, -74.0791693934382, 40.636660195941765, -74.07924025473974, 40.636575143519536, -74.0793992253061, 40.636347949020944, -74.07946216075833, 40.63627834943866, -74.07950383777498, 40.63623879593885, -74.07958645131593, 40.63617227326224, -74.07967487462442, 40.63611762074743, -74.07974672128613, 40.63608263169419, -74.07979176517311, 40.63606433071066, -74.07997477558654, 40.63600040357872, -74.0800438421938, 40.63597271768316, -74.08013450846518, 40.63592693426753, -74.08025897020599, 40.63586142293315, -74.0803145283516, 40.635694770956576, -74.0803471295936, 40.63562273184881, -74.08036394739766, 40.63559755238154, -74.08045516357332, 40.63549668625954, -74.08175954883959, 40.63425604000486, -74.08206236742437, 40.63396430090801, -74.08231299654685, 40.633662270317046, -74.08274363574037, 40.63392470581101, -74.08406126465424, 40.634746822188134, -74.08411695313563, 40.634775300913574, -74.08428649808069, 40.6346168105038, -74.08436134384046, 40.634546844686206, -74.0852008150614, 40.633762087533135, -74.08561454702988, 40.63392178903489, -74.08574928531637, 40.63395524469153, -74.08608332518834, 40.63354431224043, -74.08631889126337, 40.63325451772487, -74.08662357227388, 40.632878372967895, -74.08667496597108, 40.63281492144369, -74.08714129539841, 40.63223919631145, -74.08736731046879, 40.63196066963911, -74.0876178138565, 40.631647197194184, -74.08807764372133, 40.631080405388786, -74.08736559400448, 40.63064950777491, -74.08682234485617, 40.63031754098942, -74.08736456657984, 40.62986466041414, -74.08838228729313, 40.62902373703909, -74.08850754029498, 40.62891828074018, -74.0885207712225, 40.628899641495515, -74.08886244089084, 40.627904693121536, -74.08890514084408, 40.62777251507864, -74.08891048158367, 40.62774734771322, -74.08891408212189, 40.62772898692427, -74.08891457889247, 40.62770352703338, -74.08890860056658, 40.62762360418602, -74.08885605188588, 40.627111453223954, -74.08877129114921, 40.626390675632564, -74.08872624298402, 40.62596335857777, -74.08871942486985, 40.62589867405924, -74.08871130035374, 40.62582567604333, -74.08853727119248, 40.62426208977513, -74.08852807413587, 40.62417944258211, -74.08852109523798, 40.62410909208855, -74.08849894990905, 40.62388580886156, -74.08848221797578, 40.62371714163328, -74.0884853143261, 40.623610061051, -74.08848997447942, 40.62344876162085, -74.08849821296023, 40.62329079045899, -74.0885151691506, 40.62296556969248, -74.08853343603906, 40.62275098046797, -74.08854472984508, 40.62261828905586, -74.0885564880286, 40.62245795219865, -74.08862395769992, 40.6215380759178, -74.08862987084862, 40.62145743782855, -74.08863594004416, 40.621387524820605, -74.08865151923993, 40.621208079537304, -74.08867465858408, 40.621030523112935, -74.08868379712439, 40.620998159449975, -74.08869788465644, 40.620963681147074, -74.08870645553448, 40.6209470455163, -74.08872198739073, 40.62092691949717, -74.08873469509348, 40.62091153509702, -74.08877064782068, 40.62087297765606, -74.08911043061886, 40.62058736763596, -74.08936503267867, 40.6203570355859, -74.08942031318578, 40.62030702719782, -74.08935257753646, 40.620266917534416, -74.08907793378818, 40.62010428497818, -74.08882680132108, 40.619923326009285, -74.08875066391417, 40.61986194047077, -74.08873083637059, 40.61984375534797, -74.08871248375557, 40.61981225938411, -74.0887046206096, 40.61979308975906, -74.08869628973936, 40.61976433444892, -74.08868734864191, 40.619733477793, -74.08868306804655, 40.619599062134746, -74.0875160811439, 40.61906438513777, -74.08761197611479, 40.61849385274051, -74.08749818665599, 40.61849285878216, -74.0873496649464, 40.61847925319558, -74.08683560256767, 40.618430438189705, -74.08678317219159, 40.618434148306584, -74.08676908366235, 40.61846002730897, -74.08676069732877, 40.6184932988858, -74.08671954995445, 40.618710380715356, -74.08666976017902, 40.61897223393972, -74.08659279082364, 40.61896224753275, -74.08650334198191, 40.618944127054284, -74.08645239872682, 40.61893299171275, -74.08604124269594, 40.618819863356926, -74.08608005856777, 40.61851498542213, -74.08617116520442, 40.61807391759871, -74.0862675619035, 40.61783169157772, -74.08639916189671, 40.617526968064944, -74.08657158027637, 40.617169069401925, -74.0865918188268, 40.617127098877695, -74.08682659322923, 40.61676550751746, -74.08698538772592, 40.61653266126754, -74.0873464440485, 40.61601785395901, -74.08741338372207, 40.61592900987611, -74.0878309786471, 40.616049143487395, -74.08826579108661, 40.616183095269186, -74.0883316994974, 40.616203400025114, -74.08855366749737, 40.61627178232684, -74.0890501786883, 40.61642683863973, -74.08954436322556, 40.616581195815236, -74.08961123308183, 40.616616397311766, -74.08964187570126, 40.61664200405573, -74.08980155289699, 40.61681015982834, -74.089841673008, 40.61684611600892, -74.08989952069169, 40.616870803598644, -74.0899188670912, 40.616876996660345, -74.09002299389039, 40.6168996236063, -74.0902474207479, 40.61694289417859, -74.09043125754525, 40.61698722734818, -74.0906350636329, 40.61704192298752, -74.09082781451876, 40.617101620391196, -74.0909819334271, 40.61715802242921, -74.09113171597967, 40.617224243379425, -74.09127573781603, 40.617298260017876, -74.09139572979448, 40.61736938329791, -74.09148272327866, 40.61742711044975, -74.09170419671487, 40.617617053815145, -74.09177952478818, 40.61767930796154, -74.09187913891016, 40.617740392684226, -74.09212918372549, 40.617872183746734, -74.09226222398102, 40.61795418476318, -74.09242215767999, 40.61807267023267, -74.09256132894286, 40.61815923791822, -74.09258567963532, 40.61817315027091, -74.09266764247543, 40.61821671447679, -74.09271648315567, 40.618234149707334, -74.09278400625048, 40.618258251706244, -74.09302187033933, 40.618319372353504, -74.09315335513382, 40.61833879818388, -74.09323354378407, 40.618339395058555, -74.09330240306267, 40.61833256547037, -74.09334389818214, 40.61832216408412, -74.09338662227206, 40.61830918799508, -74.09347401917478, 40.61826300757975, -74.09352460850931, 40.618234462237346, -74.09354970503867, 40.61821964265243, -74.09359230704234, 40.618192996675276, -74.0937315649829, 40.61807998037387, -74.09386133698115, 40.6179488612667, -74.09407142164903, 40.617703373162534, -74.09405951100406, 40.61760630312237, -74.09405915130604, 40.61748018992501, -74.09405943128633, 40.61744070544297, -74.09405975885456, 40.617424928943805, -74.09408377030378, 40.61732137186716, -74.0941788908676, 40.61694373963984, -74.09422286482872, 40.616790560057275, -74.09424276521607, 40.616747760878596, -74.0942593340128, 40.61671651001148, -74.09430229006759, 40.61665527715476, -74.09397945361431, 40.61652991972393, -74.093817530189, 40.61645556176963, -74.09376503580737, 40.61642663032781, -74.09354375640807, 40.61628207342239, -74.09348476632294, 40.616247255027105, -74.09337600009285, 40.61619605603944, -74.09324429565382, 40.61615008057092, -74.09284322242237, 40.61605692298851, -74.09280449893394, 40.616046309195326, -74.09275627595927, 40.61602749480292, -74.09014058098624, 40.61483434521721, -74.0903212069661, 40.61417900744471, -74.0895852139132, 40.614011161570076, -74.08942023246742, 40.61397195615308, -74.0889679145596, 40.613844080975966, -74.08883986652681, 40.61379963031354, -74.08874876450005, 40.61376521071458, -74.08872785280907, 40.61375414774228, -74.088695992796, 40.61373420236592, -74.08867711276223, 40.61371626143448, -74.08866163440378, 40.61369267070585, -74.08865368769958, 40.61366697595144, -74.08865286368398, 40.61364889411519, -74.0886614483392, 40.61361396977257, -74.08868496295223, 40.613563449486044, -74.08869457005926, 40.61354833402407, -74.08873005899297, 40.61349897606623, -74.08910091188457, 40.61307064159255, -74.089327220015, 40.61276724772381, -74.0894123576288, 40.61266621144613, -74.08958380598914, 40.61248125039592, -74.08968157885118, 40.6123568103162, -74.0897323375371, 40.61228495500241, -74.08975659388142, 40.612244790809186, -74.08976306671002, 40.612229616467495, -74.08976573463936, 40.61220833055488, -74.08976358285958, 40.61218374349167, -74.08973221844819, 40.61209438400248, -74.09006885841202, 40.61200372994661, -74.09012202940966, 40.611985307722406, -74.09015541805876, 40.611973738652416, -74.09018908739314, 40.6119469028085, -74.0902049540235, 40.611931550871674, -74.0902201066347, 40.61191423455482, -74.09028804610176, 40.611836585056395, -74.090402528471, 40.61165691483834, -74.09049338101875, 40.61149745460641, -74.09057883355102, 40.61138367842067, -74.09063022660794, 40.611338193080584, -74.09049558199852, 40.61128270275504, -74.08993239660911, 40.61105084348461, -74.0904843302494, 40.61021554106358, -74.09060660056906, 40.610043438768386, -74.09064709339692, 40.60999193931556, -74.09083981980278, 40.609688221238024, -74.092098573522, 40.61017887475486, -74.09216511475422, 40.61020481047912, -74.09230629588423, 40.610259839742234, -74.09284372975168, 40.61044790502133, -74.09316145658504, 40.610545739982506, -74.09332160634405, 40.6105894321621, -74.09365016083436, 40.61067389413721, -74.09395309511898, 40.61074350580083, -74.09431002012997, 40.610813904461615, -74.09472160274272, 40.610880267673366, -74.09520927637989, 40.610943960298776, -74.09556085416713, 40.6109761494637, -74.09591938506848, 40.61099929411416, -74.09634400614635, 40.61100905724774, -74.09679043115571, 40.61100834719683, -74.09757567231684, 40.610981586158935, -74.09810386526713, 40.61095986262999, -74.09802893228223, 40.61088307242384, -74.09788173190009, 40.61073223888695, -74.09765675862052, 40.61050165440657, -74.09749798505057, 40.61033893341125, -74.09742188781185, 40.61026094699964, -74.09711574979252, 40.60923037138473, -74.09687715864113, 40.60929094912724, -74.09677335640981, 40.609332402047826, -74.09674231523765, 40.609342005230005, -74.09655092980965, 40.60938207999141, -74.09634170775222, 40.609416447469094, -74.09566418799267, 40.60951129711284, -74.09546866575228, 40.60952986634774, -74.09534798518818, 40.609530721158464, -74.09527386541933, 40.609520319455704, -74.09509845664482, 40.60948010962799, -74.09502723708235, 40.60945507008377, -74.09499685051334, 40.609433327785304, -74.09496957477162, 40.6093938777462, -74.0949403241491, 40.60930509603696, -74.0950491172179, 40.609309153926425, -74.09519992833364, 40.60928585057958, -74.09535822386117, 40.60923787282704, -74.09592536699054, 40.609028467194335, -74.09618061675808, 40.60891980492053, -74.09626422749562, 40.60887343818733, -74.09608131733678, 40.60857837219485, -74.09607066471932, 40.608564874169055, -74.09602563299892, 40.608533742030055, -74.09608026496865, 40.60850724624095, -74.09610940747939, 40.60849631835516, -74.09634031133234, 40.60844879900912, -74.09644035534382, 40.608428858597975, -74.09652190688338, 40.60840369439322, -74.09654710523675, 40.60839039863377, -74.09658767028846, 40.60836899336249, -74.09663433191496, 40.608335869860696, -74.09668682436802, 40.6082829686717, -74.09670668319512, 40.608247763163654, -74.09671478229255, 40.608233406529536, -74.09672629458997, 40.60815678492515, -74.09672158771546, 40.60809764799809, -74.09671645188207, 40.60807110042579, -74.09670946837441, 40.60803498906208, -74.09667268175758, 40.60797116938939, -74.09662190709409, 40.60792250914695, -74.09655593719351, 40.607870490093276, -74.09648790942296, 40.60782443328501, -74.09644112190259, 40.607784115654, -74.0963759805469, 40.607722259398116, -74.09634810750772, 40.607688206108755, -74.09633918567279, 40.60766875330404, -74.0963221479578, 40.60764793490463, -74.09631052718693, 40.60762259674573, -74.09630254413196, 40.607605188237194, -74.09630062127276, 40.607566391752485, -74.09630094086174, 40.60755039911196, -74.09630492200566, 40.60751136264393, -74.09632359930987, 40.60745246545154, -74.09635714048889, 40.607414630715596, -74.09640369036823, 40.60736914592978, -74.09646756576016, 40.60733766051054, -74.0966459600977, 40.607227546980624, -74.09683964714016, 40.60710699224121, -74.09686831029634, 40.6070870494371, -74.0969006641746, 40.60706351493328, -74.09692659105366, 40.607042134486406, -74.09694044931977, 40.60702723356476, -74.09695174108381, 40.607014686069824, -74.0969686742131, 40.60699194710724, -74.09698456850774, 40.60696254695549, -74.09699890827817, 40.60692531266963, -74.09700941052432, 40.6068988023378, -74.09703609621741, 40.60684676925023, -74.0974378185374, 40.60599936573411, -74.09750074233094, 40.6058806163284, -74.09750432407158, 40.60582672963702, -74.0975008291084, 40.60579764302967, -74.09749755695044, 40.60578034316973, -74.0974914176453, 40.60575527153257, -74.0974739973618, 40.605726445279565, -74.09744979291479, 40.60570022548466, -74.09741482359911, 40.60567817522234, -74.09736613875947, 40.60566087151563, -74.09730850767993, 40.605655998969034, -74.09726408933203, 40.60566132713594, -74.0972416415045, 40.60566643948482, -74.09721039943578, 40.60567642569042, -74.09717625683754, 40.60569221460419, -74.09712043797894, 40.60571802933111, -74.09700252585718, 40.60578818504129, -74.09698339301241, 40.605803610925356, -74.09692403133863, 40.60586335662414, -74.0968883081842, 40.60592916809689, -74.09688032570376, 40.60594387495173, -74.09684632980695, 40.60605768459365, -74.09679892489993, 40.60616047772241, -74.09676135832972, 40.606227168715236, -74.09669217839206, 40.606310480219015, -74.09666119488591, 40.606337731770054, -74.09661739358361, 40.60637625511915, -74.09633762503677, 40.60658725268766, -74.09611378889443, 40.606752313098475, -74.0959847690625, 40.60683447019784, -74.09576739021215, 40.60694389207607, -74.09558750361859, 40.607020698772594, -74.09548287410854, 40.60706837833831, -74.0954074054413, 40.6071142730851, -74.09537877408441, 40.6071361110973, -74.0948959360958, 40.60667520656691, -74.09496048662025, 40.60657340324821, -74.09498543249444, 40.60653406313339, -74.09502421296892, 40.60645801439461, -74.09503400323425, 40.60639068325809, -74.09502998302945, 40.6061346347888, -74.09503624051868, 40.60609809902896, -74.09503877750363, 40.606083292345176, -74.0950446501679, 40.606065276143205, -74.09505605007173, 40.60603974951666, -74.09508195137435, 40.60600940120373, -74.09515322253532, 40.60592978918282, -74.0951770009576, 40.605898099926875, -74.09519230056063, 40.60587304012952, -74.09519909138521, 40.60585596240348, -74.09520378662614, 40.60581105487115, -74.09517798639095, 40.60577047979427, -74.09514597315955, 40.60573456015208, -74.09512749854537, 40.605718012138006, -74.09510750834285, 40.60570252258825, -74.09506340108014, 40.60567504091828, -74.09502713475894, 40.605657640399464, -74.0949566788221, 40.605632451587795, -74.09489089246455, 40.6056156193268, -74.09485702549316, 40.60561038012796, -74.09482953672739, 40.60560862518081, -74.09480195183735, 40.60560907028226, -74.09477457683364, 40.60561171067742, -74.09473448649673, 40.6056196665243, -74.094708873421, 40.60562748165366, -74.09468446953058, 40.60563729494066, -74.09466154524294, 40.60564899720015, -74.09464036030901, 40.60566245584232, -74.09458112950196, 40.605713382308274, -74.09451327967832, 40.605586025025005, -74.09432063148786, 40.60493719485439, -74.09431007839109, 40.604863839758984, -74.0943083404066, 40.6048036502703, -74.09394762480044, 40.604763136720464, -74.09389952321172, 40.60450835341142, -74.0935142710619, 40.60449110913323, -74.09349789450168, 40.60415149853802, -74.09350520595683, 40.6041263446008, -74.09353923956898, 40.60409343793263, -74.09356179176909, 40.60408962927686, -74.09358932382945, 40.60408902512304, -74.09376754455582, 40.60411300485341, -74.0948378276557, 40.60427032864614, -74.09486159810602, 40.60421088715632, -74.09487444807728, 40.604160000634394, -74.09501900862911, 40.603587541554475, -74.09518272677562, 40.6036090960673, -74.09524651074975, 40.60361171957772, -74.09534350491538, 40.60360877729376, -74.09542935080182, 40.60359788356642, -74.09548288672886, 40.603586716748346, -74.09554760845587, 40.603569277472545, -74.09564515150394, 40.60353303495687, -74.09570898729889, 40.603505085428665, -74.09578179895803, 40.603447493990345, -74.09633318985064, 40.60351353402645, -74.09649771161797, 40.603529331654016, -74.09653883483305, 40.60352909179951, -74.09655870292775, 40.60352817728802, -74.09658234453804, 40.60352221037234, -74.09692839582337, 40.603429082376465, -74.09709298518001, 40.6033784718626, -74.09726674619898, 40.60333346540722, -74.09741949506054, 40.603283556946955, -74.0977006145525, 40.60317996173828, -74.09779289913845, 40.603154049059576, -74.09789775319206, 40.60312460815947, -74.09799289549628, 40.603100184151025, -74.09803249789591, 40.60309756047475, -74.0980939922646, 40.60309973139484, -74.0985899169675, 40.60312014063346, -74.09887798234534, 40.60313700489017, -74.0990501917913, 40.60313048360431, -74.09907254979898, 40.60312920630315, -74.09915700721203, 40.60311024230451, -74.09915928752173, 40.603298789950685, -74.09917407396881, 40.603758483140595, -74.0991818633469, 40.60378768846863, -74.09919143752123, 40.603806234571856, -74.09921134630464, 40.60383187507503, -74.0992331878828, 40.60385024218667, -74.09926933076478, 40.603871159829566, -74.09953777987782, 40.60401360463151, -74.0995555662725, 40.604023009591714, -74.09959304348443, 40.60403376628198, -74.09963889111758, 40.60404013646273, -74.09980203638881, 40.60404503423222, -74.09986623385296, 40.60404643821424, -74.10003488184817, 40.604049214643865, -74.10022506588429, 40.60405233315704, -74.10024660309155, 40.60405267458251, -74.10027323450798, 40.60404954094584, -74.1003250342516, 40.60403831395264, -74.1003624623247, 40.604025725289596, -74.10038584809952, 40.604015519956164, -74.10043017463806, 40.60399089426466, -74.1004555095205, 40.60397258971533, -74.10047888567159, 40.60395287125146, -74.10050284165368, 40.6039266883252, -74.10051736320165, 40.60390833828563, -74.10053555609392, 40.60387926071006, -74.10054502625978, 40.603859081621664, -74.1005522897507, 40.603838382160006, -74.1005592340858, 40.60380660564948, -74.10055860557122, 40.60377369210095, -74.10054037583257, 40.6036464642154, -74.10048885492922, 40.60332148997192, -74.10048617454011, 40.603306869629996, -74.10047720994024, 40.60328453550266, -74.10046707819471, 40.60326938316188, -74.10032009899761, 40.60310727790658, -74.10029941739134, 40.60308562848342, -74.10028593061934, 40.60307465027496, -74.10027053884404, 40.603063385559764, -74.10023259425299, 40.603043224439425, -74.10016961712402, 40.60302139304521, -74.09993503370816, 40.602972218008084, -74.09958024962276, 40.602902298704734, -74.09965601014424, 40.60283224171875, -74.09967564392818, 40.6028051270666, -74.09977082402777, 40.60265493006077, -74.09986377467114, 40.602548474195586, -74.10011567638549, 40.60231108438692, -74.10043426695614, 40.60217469781708, -74.10045818822076, 40.60216590041599, -74.10049713361427, 40.602146372752856, -74.1006415912916, 40.6020115992904, -74.1005423306488, 40.601869009155514, -74.10051296670584, 40.60180657278483, -74.1004952385386, 40.60169504504277, -74.10049267217664, 40.60153164113532, -74.10058273967408, 40.601494196053835, -74.10065294363635, 40.601467364750945, -74.10076410187928, 40.60142711123417, -74.10191253115906, 40.6010731026629, -74.1082911684426, 40.60171570243299, -74.10862002191274, 40.60168609718793, -74.10887818601198, 40.6016628553486, -74.10898757556743, 40.60164640987622, -74.1093891298241, 40.60160274834302, -74.10952627605808, 40.601584472187625, -74.10980039601309, 40.60151715318738, -74.10982383395206, 40.6015127758639, -74.1098703393556, 40.60151079709071, -74.11027722149436, 40.60140111543138, -74.11057709297457, 40.601319146272175, -74.11143287682309, 40.60109604001666, -74.11155571253703, 40.60106208460056, -74.11259105930445, 40.600781808376915, -74.11301993652098, 40.600659165731514, -74.11329524852468, 40.60059125547199, -74.1133833399207, 40.60057018641043, -74.113520565258, 40.600732348596296, -74.11370348698976, 40.600929399401636, -74.114336060184, 40.60156106318018, -74.11447331528197, 40.60169807708569, -74.11471718741936, 40.60195879914407, -74.11482559305679, 40.602061898910556, -74.11487058791828, 40.60213634069501, -74.11123976396618, 40.606466245450065, -74.11096858029134, 40.60728356506022, -74.1118219811081, 40.61089630927876, -74.11219407576941, 40.61108910685667, -74.11224572470995, 40.611109114658596, -74.1129519714982, 40.611381070261196, -74.11321239622535, 40.6114725520301, -74.1134645136174, 40.6115390843432, -74.11367526847427, 40.61158795995868, -74.11371635295987, 40.61159539725482, -74.11395964379015, 40.611639434070014, -74.11399988082869, 40.61164671541417, -74.11422088359862, 40.61167687872513, -74.11435340478647, 40.6116879512556, -74.11465840490256, 40.61170804063849, -74.11488920214207, 40.61170892592946, -74.11509475623131, 40.61170324421503, -74.11514614740881, 40.611701824851956, -74.11539248984644, 40.611687316244996, -74.11579742081024, 40.61165115919683, -74.1162113288954, 40.611586131716, -74.11643578969054, 40.61153957180157, -74.11671723973727, 40.611472627010194, -74.1168355172353, 40.61142827500481, -74.11688678127102, 40.61183218986359, -74.116940811936, 40.61215500806376, -74.11613977937338, 40.61221407318144, -74.11539433836262, 40.612278865474686, -74.11479445415732, 40.61232628877766, -74.11435454615213, 40.612354245417166, -74.1142509749407, 40.61235936161528, -74.11417207430402, 40.612370578568125, -74.11410781417905, 40.612399600461664, -74.11404360819886, 40.61245758214971, -74.113985232849, 40.61250887524656, -74.11392390329583, 40.61254012112119, -74.11380993485267, 40.612558055348906, -74.11363458730445, 40.612578277149744, -74.11339202386021, 40.61260747477372, -74.11312316735865, 40.61264532206292, -74.11300981879415, 40.6126743628241, -74.1129083411917, 40.61270060830022, -74.11299969674342, 40.61273447720751, -74.11304065296208, 40.61277116742357, -74.11309625545128, 40.61283121626035, -74.11314164105988, 40.612894616063095, -74.11319664732407, 40.613050328774705, -74.11334940688725, 40.613682633625515, -74.11337449253003, 40.61380415411264, -74.11349703617786, 40.6137965291326, -74.11366303077757, 40.61378141645099, -74.11371241928639, 40.61377643904797, -74.11375496741047, 40.61377378993856, -74.11396002233529, 40.613757811487204, -74.11414569876425, 40.61374121074335, -74.1141660837422, 40.6138778221677, -74.11420883820622, 40.614110405182785, -74.11428610030862, 40.61445925715626, -74.11430380570388, 40.61456275182283, -74.11433551336236, 40.61474914449353, -74.11434822851571, 40.614933328156134, -74.11435111148957, 40.615159360732775, -74.11435948071941, 40.61523474047873, -74.11437077542236, 40.61548916803223, -74.11437983140122, 40.615658403057225, -74.11439474749758, 40.61583654020678, -74.11443946296784, 40.616647239772625, -74.11446667970193, 40.61709108603199, -74.11452562920533, 40.617459104664356, -74.114542409091, 40.617559051230415, -74.1145941220025, 40.617831896409406, -74.11462445091566, 40.61798822640718, -74.11462938456509, 40.61800324038371, -74.1146378280727, 40.618020327462204, -74.11465593989011, 40.61804858937321, -74.11467859341923, 40.61807488721603, -74.1147054227647, 40.618098794505926, -74.11473591429024, 40.61811987409923, -74.11476982307131, 40.61813795243696, -74.11480635771849, 40.61815257284169, -74.11484566828253, 40.618163718051, -74.11488634766147, 40.61817092660042, -74.11491369232007, 40.61817352428872, -74.11493709295414, 40.61817447705932, -74.1149946670178, 40.61817146576963, -74.1164449513629, 40.618030889684974, -74.11776346307933, 40.61790033519874, -74.11787548991587, 40.61787718053829, -74.11818244156987, 40.61852838723646, -74.11840164078151, 40.61900490310299, -74.11845483280621, 40.619109460970975, -74.1185061490683, 40.61919247307217, -74.11871459986321, 40.619501671726105, -74.11881066011343, 40.61963885786215, -74.11901337558672, 40.61993651180419, -74.11912980229027, 40.62018716117339, -74.11925165637015, 40.62046539225749, -74.11934106461794, 40.620688663862474, -74.11948250600246, 40.621082015894245, -74.11966871715397, 40.621744611184404, -74.1195446048377, 40.62176638343672, -74.11945296055559, 40.62178862611469, -74.11935503360651, 40.62182145006195, -74.11925539007989, 40.62186526116335, -74.11917363012276, 40.62191315281267, -74.11907733207498, 40.621982115447366, -74.11906219101046, 40.6219930544504, -74.1187106665132, 40.6222604747064, -74.11858104226788, 40.622386834521095, -74.11851721081598, 40.62246062149979, -74.1184532141532, 40.622583241166765, -74.11841458204056, 40.622686525701255, -74.1183779824188, 40.62278438339005, -74.11830128458834, 40.62298944433435, -74.11829130715616, 40.623027324210334, -74.11828698524626, 40.6231160912097, -74.1182825982811, 40.623206168533066, -74.11828464093868, 40.62322307191164, -74.11828876438331, 40.62325038317159, -74.11839718382929, 40.623571183013816, -74.11823491864212, 40.62381262748182, -74.11817124201528, 40.62386403705231, -74.11802717599346, 40.62396170695708, -74.11730817606093, 40.62435377861109, -74.1170137248825, 40.62452323161828, -74.11541921619693, 40.623910645933684, -74.11437366308841, 40.62351214145942, -74.11393458143853, 40.62334397111903, -74.11358345739552, 40.62318025806251, -74.11331003510796, 40.62304177381345, -74.11295707934727, 40.62280716713651, -74.11292238231282, 40.62277485541127, -74.11255819479659, 40.62239382662468, -74.11208312546577, 40.62201896533849, -74.11153394112185, 40.62160332277299, -74.11143726454621, 40.621536375437444, -74.110943935409, 40.62119416650687, -74.11076060092975, 40.62107961960768, -74.11022425712315, 40.620796099052846, -74.11001550897362, 40.62068803026228, -74.10974195864898, 40.620834729059176, -74.10954642518517, 40.620898870558435, -74.10843452000331, 40.62125898227852, -74.1079193340946, 40.62142404358311, -74.10777846963592, 40.62146917386708, -74.10758591377854, 40.62153086611892, -74.10729333153408, 40.62164201890627, -74.1069521468815, 40.621754750661175, -74.10693295816196, 40.62176106675505, -74.10666475728505, 40.62184108946228, -74.10654449099468, 40.621891744525186, -74.10640966898372, 40.62195199177683, -74.10589693255392, 40.622194041670205, -74.10564380780986, 40.622321116526884, -74.10536619595003, 40.62245895738394, -74.10488139050477, 40.62268883630322, -74.10457378091414, 40.622841463939125, -74.10447225299114, 40.622899647044314, -74.10434261868834, 40.622989209005645, -74.10431128725595, 40.62301761014742, -74.1042682676916, 40.62306292735895, -74.10424962585566, 40.62308457837674, -74.10423702006588, 40.6231026551548, -74.10421171095693, 40.62314978074044, -74.10420400160159, 40.62316939026515, -74.10419503426881, 40.62320307787042, -74.10419095015725, 40.62324572123115, -74.1042003654489, 40.62339525317813, -74.10425644697492, 40.6236819650643, -74.10429128148846, 40.6238288507259, -74.10443168792692, 40.62444334035623, -74.10443989342176, 40.62447639101622, -74.10445556437092, 40.62452045906681, -74.10458829455608, 40.62509844022759, -74.10460254245865, 40.62517927240337, -74.10463821128177, 40.62533188989308, -74.10474881816445, 40.62580514960982, -74.10484411063054, 40.626206431953094, -74.10488294099824, 40.62637710640672, -74.10490968821105, 40.626496248779944, -74.10506336416944, 40.627177163062186, -74.10517269241609, 40.62762345556875, -74.10524086040986, 40.627877502028106, -74.10529200735814, 40.62810357765881, -74.1053755745841, 40.628399466106536, -74.10554781369716, 40.62908162512617, -74.1055577182846, 40.629118838136954, -74.10557737967277, 40.629189481205685, -74.10560254740086, 40.629282236890475, -74.10575883402835, 40.62987463282679, -74.10577335672698, 40.62992968087254, -74.1057897581064, 40.62999324430723, -74.10582980726979, 40.63014844271685, -74.10584704104667, 40.63023521988449, -74.10585379182275, 40.63029365112264, -74.10585282282581, 40.63032882002741, -74.10584500162241, 40.63038469909844, -74.1058031596587, 40.630485507611965, -74.1057685473551, 40.63056889249932, -74.10571811934001, 40.63073396188683, -74.10571994450616, 40.63075347177736, -74.10572255129182, 40.63077169320538, -74.10596894114427, 40.63194662521157, -74.10598459960863, 40.63202128279555, -74.10600002661495, 40.63209456639674, -74.10613998945963, 40.63275936318427, -74.10615378507399, 40.632824878579676, -74.10617196796827, 40.63291463912125, -74.10623743847562, 40.63323783916507, -74.10650967600384, 40.63453227631933, -74.10652291205203, 40.63461482370634, -74.10653690506504, 40.634702072903714, -74.10644657895553, 40.63470195754404, -74.10558980363707, 40.63470084651752, -74.10552336390835, 40.634700295156655, -74.10544212764862, 40.63470155206283, -74.10538552696939, 40.63470223341601, -74.10454839246388, 40.634698654417285, -74.10396669412063, 40.6346996573266, -74.1041558512199, 40.63565944457291, -74.104465272672, 40.63718164791333, -74.10447747239648, 40.63724231382932, -74.10456996591951, 40.63770229701839, -74.10467426201173, 40.63824679751681, -74.10480991104433, 40.6389763854633, -74.10468711811589, 40.63899913367153, -74.10393828857488, 40.63918989186354, -74.1031742746842, 40.63937212277455, -74.10305261286658, 40.63940093051564, -74.10216583049201, 40.639617822097286, -74.10198935589231, 40.63966025542576, -74.10129652742899, 40.639826843409644, -74.10042457820131, 40.6400407133492, -74.10015621374946, 40.64010526968024, -74.10006809709039, 40.64012657433073, -74.10080860584658, 40.64476080816387, -74.10067657546813, 40.64475270659159, -74.0997159993949, 40.644758553991686, -74.0994316272154, 40.64475444710833, -74.09919290217135, 40.6447414012334, -74.09857748609438, 40.64466784293817, -74.09846549747202, 40.644662164753484, -74.0983292164348, 40.64465659098128, -74.09793018962817, 40.64466649407575, -74.09734206417599, 40.644690306021374, -74.09687336076098, 40.64472385619132, -74.09639275229374, 40.64476842687167, -74.09596788353734, 40.64481063741056, -74.09580592416953, 40.644826460384856, -74.09532096165333, 40.64489779542446, -74.09504174620908, 40.64494854470906, -74.09475533673879, 40.645008691651284, -74.09418856952786, 40.64514084096773, -74.09286333281466, 40.64547497188988, -74.09097630713876, 40.64594829689364, -74.08995227357754, 40.646213195650425, -74.08969223076112, 40.6462964535631, -74.08973362802723, 40.64636345315522, -74.08981187020348, 40.64649329185174, -74.08982174977761, 40.64651828162475, -74.08982015035659, 40.64654828184156, -74.08979076949556, 40.64666579451169, -74.08977278367912, 40.64671330459111, -74.0897514877672, 40.646740819440296, -74.08971542861953, 40.64677084564212, -74.08930874010136, 40.64697617147754, -74.08920935316286, 40.647027460189584, -74.08909323298742, 40.64708738514267, -74.0893059298603, 40.64733216024152, -74.0893059298603, 40.64733216024152 --74.17843306831942, 40.642542703534886, -74.17840150584261, 40.64254974414212, -74.1783741402721, 40.64257185834114, -74.17834199476987, 40.642601389426225, -74.1782899231216, 40.64262601474567, -74.17822296905287, 40.642625104544955, -74.17817846277006, 40.642607864614774, -74.1781329232883, 40.64256450578095, -74.17811315736166, 40.64255449559755, -74.17807903183682, 40.642550905843784, -74.17801701929774, 40.6425596891743, -74.17798647420997, 40.64257764689923, -74.17795262500672, 40.642627135137445, -74.17792761209884, 40.64264713026727, -74.17789816066903, 40.64264431668029, -74.17783428124754, 40.642633998265715, -74.17780098486101, 40.64263722858712, -74.17778834048954, 40.6426533746505, -74.17777716815927, 40.642708201178785, -74.17777725281603, 40.642764379994816, -74.17777709248568, 40.64282001347405, -74.17776978528933, 40.64287726092695, -74.17775205873586, 40.6429187689852, -74.17772070825573, 40.64295312185147, -74.17766574014868, 40.64299079359508, -74.17762044925497, 40.64301325769146, -74.17758435187098, 40.643020431150724, -74.17753336761984, 40.643036753452314, -74.1774848146236, 40.64304798944365, -74.17746629004307, 40.643051785808424, -74.17741756936273, 40.64306176760562, -74.17739641125421, 40.64305150099815, -74.17737875109574, 40.64305760855088, -74.17737080809347, 40.643081723221826, -74.1773655442221, 40.64309570200886, -74.17732421722303, 40.643106643123254, -74.17728861959222, 40.64311016681163, -74.17724092815345, 40.643140027728386, -74.17720482281982, 40.64314469403269, -74.17716847997343, 40.643139608959856, -74.17712802181765, 40.64312248485807, -74.17710442820369, 40.64308230937351, -74.17707584795573, 40.643094660793, -74.17704213351404, 40.64309414987695, -74.17697826457474, 40.643071403794, -74.17693057189318, 40.643028611526205, -74.17689311054293, 40.642979296342865, -74.17685889581703, 40.642926945003595, -74.17683469773952, 40.64290394511163, -74.17681466538885, 40.64290132208137, -74.17679719784503, 40.6429118643101, -74.17677496143686, 40.64294879640334, -74.17677174727756, 40.64298727246174, -74.17677118360223, 40.64304626639723, -74.17678633119797, 40.64309175989799, -74.17678828251799, 40.64314868147204, -74.17677785773608, 40.643170529705664, -74.17674628534552, 40.643191857523654, -74.17673731987374, 40.643205407019465, -74.17675172103311, 40.643248936736484, -74.1767788686713, 40.64330043537111, -74.17681341266608, 40.6433534156895, -74.17685162564757, 40.64340123847989, -74.1768622790298, 40.64342236630615, -74.17685763964893, 40.643441853490216, -74.17683257999029, 40.643456491257446, -74.17677187724632, 40.64346606165608, -74.17669872282761, 40.64346917461568, -74.176653782305, 40.643463916182775, -74.17659634353825, 40.643453351250436, -74.17651796880467, 40.64344944535379, -74.1764531668048, 40.643449896006466, -74.17638506309805, 40.643471450870614, -74.17631836724487, 40.64348266916815, -74.17624292936661, 40.643484674997644, -74.17616864310266, 40.64348359923497, -74.17609300458612, 40.64348125576189, -74.1760206754362, 40.64347411010363, -74.17594726294551, 40.643471278647674, -74.17587825761699, 40.643458972337434, -74.17580138404007, 40.643445531652475, -74.17575302190652, 40.643431606991335, -74.17568933581535, 40.64340372695011, -74.17565590113074, 40.64337212204557, -74.17562963697189, 40.64332852836383, -74.17560981050562, 40.6432738970774, -74.17559100418788, 40.64326953035609, -74.17557735242862, 40.64331372620905, -74.17555732689085, 40.64336045054498, -74.17555023038426, 40.64341674387806, -74.17553579074675, 40.643453572873455, -74.17552568459324, 40.64346639009133, -74.175523050974, 40.643521355547364, -74.17552714215464, 40.64357690147989, -74.17554052264134, 40.643636270348274, -74.17554415192168, 40.64369508587216, -74.17555998611992, 40.64371782414359, -74.17561590059066, 40.64375830359218, -74.17562250374083, 40.643775539366054, -74.17561364221288, 40.643802645942166, -74.17557772451788, 40.6438482481845, -74.17552926082845, 40.64389333195517, -74.1755194313804, 40.64392148010143, -74.17552642781978, 40.64398036522793, -74.17553001520719, 40.64404033077787, -74.17552991388732, 40.64409933569974, -74.1755446524304, 40.644153148084634, -74.17556579360823, 40.64420682912274, -74.17558792152417, 40.644242365875414, -74.17561573202778, 40.644284929708135, -74.17563060737714, 40.644344861805386, -74.17564173981121, 40.644405246274914, -74.17566002819328, 40.6444606390372, -74.1756832057758, 40.644512677995436, -74.17570813308335, 40.644567851686624, -74.17571495636598, 40.64461521581097, -74.17571109945773, 40.64464198065216, -74.1756906116879, 40.64465246158645, -74.17562821729602, 40.64464728704911, -74.17558489950406, 40.644625492175095, -74.17555743960483, 40.644619172825585, -74.17550438223796, 40.644629606185816, -74.1754800712407, 40.644642844005354, -74.1754628286396, 40.64467668843767, -74.17544241736054, 40.644731116381166, -74.17541981406652, 40.64478505327894, -74.1754019808697, 40.64483891085495, -74.17538409816684, 40.64489418502107, -74.17538251120538, 40.64497229673092, -74.17537861529561, 40.64503016017095, -74.17536975988068, 40.645086682194766, -74.17534446995082, 40.64514091944321, -74.1752577693508, 40.645148805980035, -74.17522140601088, 40.64514753042218, -74.17517022031066, 40.64515100335908, -74.17512847379632, 40.64517389601731, -74.17504565867395, 40.645186999491976, -74.17503212646541, 40.645201341955655, -74.1750082874074, 40.64522424513542, -74.1749826062043, 40.64523355326415, -74.17492944304742, 40.64523361793359, -74.17486569070631, 40.645207598914915, -74.17481251817875, 40.64520137161274, -74.17473784257774, 40.64519816308415, -74.17470187207255, 40.64518573112584, -74.1746931522581, 40.64517235274206, -74.17465056853354, 40.64512975349423, -74.17460616154983, 40.64508613941139, -74.17457466432042, 40.64508213038739, -74.17454851846949, 40.645085103967816, -74.1745172053721, 40.645088663517576, -74.17448899951043, 40.645096857822246, -74.17446818547211, 40.645126466973835, -74.17445464747364, 40.645140898529775, -74.17438122616286, 40.64514170058321, -74.17432044023414, 40.645133726783165, -74.17424759475601, 40.64512142801699, -74.17417495266346, 40.64511321005239, -74.17409898079502, 40.645103859726355, -74.17402302766494, 40.645093979816124, -74.17397951066118, 40.64507776065882, -74.17398322434346, 40.6450384113306, -74.17397281075336, 40.64500063136812, -74.17393318242605, 40.644973152514396, -74.17387406551646, 40.64494093576217, -74.17382019499841, 40.64490173652401, -74.17377190380867, 40.64485946256011, -74.17375743121121, 40.644841003059774, -74.17370162146625, 40.644800702658614, -74.17363698784247, 40.64477005381711, -74.17357436024737, 40.64473838432415, -74.17352451759822, 40.64469722924223, -74.17347441107079, 40.64465686789467, -74.17342308956556, 40.64461798701092, -74.17337118523739, 40.64457590563483, -74.17331716839723, 40.64453430919712, -74.17326171482013, 40.644497115739014, -74.17320007759778, 40.64446059344941, -74.17314179458319, 40.64442458207465, -74.17310057685262, 40.6443861721148, -74.17305721699056, 40.644349139557015, -74.17299689146564, 40.644318225423056, -74.17294146464606, 40.6443067254023, -74.17289260017695, 40.64433026642329, -74.17282868888371, 40.64430522627987, -74.17280206309529, 40.64427206772668, -74.17277024613274, 40.64422109207626, -74.17276701170634, 40.64418416841714, -74.17275615032526, 40.64412928183894, -74.17275763827469, 40.64407384810325, -74.17276111843628, 40.64401482460369, -74.17279647805641, 40.64396522487466, -74.1728242486889, 40.64391325196288, -74.1728643311242, 40.6438618008499, -74.17291052529016, 40.643818446112874, -74.17294313548904, 40.64376772572193, -74.17296579433622, 40.64373868499722, -74.17297948263942, 40.64371654944046, -74.172982837953, 40.64365778907112, -74.17297376323386, 40.643601696727934, -74.17295711076973, 40.643546159694914, -74.172921481932, 40.643497676151085, -74.17289413728484, 40.64347487737835, -74.17286263643311, 40.64346776740134, -74.17283291561566, 40.643472829769934, -74.17277137191306, 40.64350621176834, -74.17270189220349, 40.64350727338449, -74.17264053933692, 40.64349565064229, -74.17256960427054, 40.643482062904205, -74.17250563836164, 40.64346205836964, -74.17243649807662, 40.643437078081206, -74.17240561209195, 40.64341580277909, -74.17238195547499, 40.64338404178435, -74.17235094721306, 40.64333326111513, -74.17234765627113, 40.64329128560881, -74.1723493267688, 40.64323408568052, -74.17236930632528, 40.64321172554206, -74.17242141402305, 40.643172123606185, -74.17248335708184, 40.643137331880915, -74.17252500292842, 40.6431007956497, -74.1725450591904, 40.64305327573781, -74.1725475251413, 40.64299653387654, -74.17253375037326, 40.642955053180266, -74.17253103259614, 40.64290343404939, -74.17251314179248, 40.642883132551425, -74.17246711360289, 40.64285242181795, -74.17242145601458, 40.642857600734445, -74.17238786266897, 40.642866835500904, -74.17236067747017, 40.64285936861462, -74.1723408911093, 40.642866318765144, -74.17227220325175, 40.64287802668435, -74.17225264766208, 40.642868589711824, -74.17220183981723, 40.64287126920779, -74.17216326543623, 40.64286020284066, -74.172140145859, 40.64286602058998, -74.17208220610597, 40.64290275486627, -74.17205127719807, 40.64292888110289, -74.17203497301647, 40.642936076335346, -74.17200551085111, 40.64293042551818, -74.1719490916862, 40.64296364452418, -74.17192691090683, 40.64299889612278, -74.17190092316531, 40.64302671781441, -74.17185701150642, 40.6430713591836, -74.17182571531637, 40.643091272320035, -74.17175406238717, 40.64311133758222, -74.171682889562, 40.64312733353382, -74.17161068286428, 40.64313666623607, -74.17153392366197, 40.64313642325096, -74.171458580489, 40.64313239862115, -74.17141730390486, 40.64311871011682, -74.17139642754583, 40.643097193592276, -74.17139398684249, 40.64306427422083, -74.17139232346788, 40.643025611075025, -74.1713663844279, 40.64301586738325, -74.17133137463928, 40.64300256843964, -74.17131306128506, 40.642981018364026, -74.17135786604018, 40.64297697491337, -74.17137258001083, 40.64296877176348, -74.17131798443263, 40.64291396191618, -74.17129953808762, 40.642879739919536, -74.17129811867788, 40.64283753736479, -74.17131089282948, 40.64282158543623, -74.17137071564959, 40.642784181457294, -74.17140332120273, 40.64275348456672, -74.17143950386395, 40.64272684728127, -74.17150523833699, 40.642696652086045, -74.1715671065048, 40.64266398529091, -74.1716057610242, 40.64263642393343, -74.17161479370428, 40.64259806901422, -74.17163951675325, 40.64255658028044, -74.1716583023957, 40.64255492770225, -74.17166688424324, 40.64251275164462, -74.17169704578743, 40.642462246877685, -74.17173810159072, 40.64242933280064, -74.17174705571384, 40.6424128579222, -74.17173531007357, 40.64238648032142, -74.171709663014, 40.64233208938849, -74.17166946003796, 40.642284752340785, -74.17166975255019, 40.64223026954177, -74.17168457055828, 40.64221249817028, -74.17169456764857, 40.642196135203974, -74.17168714327346, 40.64217905892089, -74.17164879201769, 40.642161709119634, -74.17163169397843, 40.642141955617454, -74.17160880402385, 40.64208850519138, -74.17160901548499, 40.64204615702007, -74.17162994180518, 40.6420200953572, -74.17163561667917, 40.641977951554026, -74.17165064265495, 40.64195096935678, -74.17165676798341, 40.64193550188621, -74.17163190686792, 40.64189840154669, -74.17156336343166, 40.641892833252605, -74.17153124380536, 40.64188012800244, -74.17151320556351, 40.641857432084535, -74.17148608985603, 40.64180504694674, -74.17147937010773, 40.64177460948307, -74.17147977031863, 40.6417467945227, -74.17146374593969, 40.64171971096147, -74.17144150436134, 40.64171053270258, -74.17141412106413, 40.64171776507703, -74.17138755852135, 40.64173294781406, -74.17138269277437, 40.641778565506996, -74.17137176442938, 40.641798276167364, -74.171325065096, 40.6417998910436, -74.1712527639208, 40.64179858762275, -74.17123238679011, 40.641792687141546, -74.17122085765234, 40.6417469011559, -74.17116907009712, 40.641737867690736, -74.17114534645631, 40.641793819893614, -74.17111808188915, 40.64181833390124, -74.17107968577368, 40.64182853538814, -74.17105974823775, 40.64183040210839, -74.1710307868679, 40.64183311522754, -74.17100911249733, 40.64183444330967, -74.17084952629583, 40.641824619006925, -74.17062960307318, 40.64180762763532, -74.17061223043406, 40.641785741056836, -74.17057543994238, 40.64179003708414, -74.17051657873645, 40.64182329683601, -74.17048026194941, 40.6418307043277, -74.17042353571549, 40.641829721293426, -74.17038446117218, 40.64182289471931, -74.17031621856107, 40.64180218569331, -74.17030798173889, 40.641788547809384, -74.17028635923084, 40.64177499188304, -74.17026645711468, 40.64178193914748, -74.17022618061964, 40.64185863753347, -74.17021041217586, 40.64187701077087, -74.1702064675259, 40.64189659841768, -74.17017627547627, 40.64195773347968, -74.17016563311459, 40.641969209246085, -74.17010215822337, 40.642067229304814, -74.17007963851886, 40.64208572867711, -74.17002836465018, 40.642088577200795, -74.17001300333817, 40.642078869793494, -74.17001466099758, 40.642048336112154, -74.17004000301172, 40.64203556619029, -74.16997837412563, 40.64203182288743, -74.16992262133174, 40.642029706213314, -74.16915295700042, 40.6418725385077, -74.1690693024984, 40.642107028163345, -74.16906431906413, 40.64212969617505, -74.16893676649883, 40.64210546602858, -74.16887961498277, 40.64209020691381, -74.16880857489248, 40.64207953739754, -74.1687629238972, 40.64206806063594, -74.1687207767181, 40.64205603119932, -74.16864905695347, 40.64204490331663, -74.16857892411936, 40.64203159650604, -74.16850640644873, 40.64201673254615, -74.16845520019389, 40.64200750159467, -74.16843486553651, 40.64200383564656, -74.16836475390917, 40.64198671767375, -74.16829423159061, 40.64197127342541, -74.16822719246974, 40.64194615425467, -74.16816890569196, 40.64193016432485, -74.1680984508941, 40.641916139977766, -74.16802730738247, 40.64190183383064, -74.16798285189704, 40.64187629339292, -74.16796378471398, 40.641856230643036, -74.16792075727776, 40.64183958073044, -74.1679049130752, 40.641814002982535, -74.16786417773083, 40.64176860420309, -74.1678248618208, 40.64173572686927, -74.16778679643133, 40.6417234281816, -74.16774094483455, 40.64172745015692, -74.16770387287711, 40.641749638107854, -74.16768852117708, 40.641762876526464, -74.16767040999034, 40.64177836486337, -74.16764158007437, 40.64178450881888, -74.16760625619156, 40.64180327671636, -74.1675760708447, 40.64184447537156, -74.1670676949677, 40.64169256162337, -74.16680569031357, 40.641592564607656, -74.16678097603477, 40.64158753953165, -74.16670567401489, 40.641470462250204, -74.16652955869512, 40.64142503044277, -74.16647660304044, 40.641422705430976, -74.16643952358943, 40.64142824507217, -74.16638110040844, 40.641426416912125, -74.16634109056953, 40.64142162279167, -74.16631328375308, 40.64143317705974, -74.16624138278853, 40.64142718090228, -74.16620455640026, 40.64140950379555, -74.16617107991075, 40.64137267047739, -74.16613388946948, 40.64135214823082, -74.16611756447533, 40.641343486298915, -74.16610240140147, 40.64133475784896, -74.16608080413178, 40.64132713912515, -74.16604436080596, 40.64131513829202, -74.16598503016822, 40.64128255848275, -74.16591482713326, 40.641264728638546, -74.16586929416857, 40.64124323947739, -74.16579973024581, 40.64122710432027, -74.16575134086588, 40.64122070744365, -74.16567970745099, 40.641210465498304, -74.1656508500711, 40.64121075921674, -74.165566745377, 40.6415795523248, -74.1655134059938, 40.64186436721688, -74.16544310149479, 40.642280224926154, -74.16531025832096, 40.64227741093272, -74.1653564645831, 40.64199697032631, -74.1651265277061, 40.641968919042576, -74.16507661719513, 40.64223618756589, -74.16504064208365, 40.64223820143503, -74.16500122824641, 40.64223411380149, -74.16496161631837, 40.642225451797515, -74.1649414007184, 40.642208682496594, -74.16503547498107, 40.6416475326137, -74.16510612077602, 40.64120640874748, -74.16511303413606, 40.64115958618921, -74.16519042416554, 40.64064198310029, -74.1649484024575, 40.64051081225926, -74.16474396366424, 40.64040017386131, -74.16472555427862, 40.64039076818649, -74.16462078641938, 40.64033328943377, -74.16457765366023, 40.64030962607102, -74.16446568170595, 40.64024676157073, -74.16434334808763, 40.64017803227448, -74.16431084319719, 40.64016063925241, -74.16417875124122, 40.64008664397458, -74.16415552213925, 40.64007329991099, -74.16413854366438, 40.640063547200235, -74.16413712368961, 40.640031744658145, -74.16413555850392, 40.63999665632533, -74.16406658236393, 40.63997126913847, -74.1640421191888, 40.63996226641903, -74.16396196305544, 40.63990927886746, -74.16393360999191, 40.639901458651025, -74.1638894895396, 40.63988937262385, -74.16365977045218, 40.639868821235225, -74.16350897969626, 40.63985623845346, -74.16345446355666, 40.63985623851278, -74.16342615844512, 40.6398669985345, -74.16340072156784, 40.639899621803266, -74.16338035056451, 40.64003282236117, -74.16335814222401, 40.640178020450904, -74.16332773845733, 40.64037079114109, -74.16328601724177, 40.64061460315573, -74.16322856194861, 40.640948192311356, -74.1632099711396, 40.640947235330685, -74.16315317719305, 40.64094431268929, -74.16312712949345, 40.640942972747524, -74.16285529283975, 40.64092269741398, -74.16282941681135, 40.64097377733066, -74.16277837915929, 40.64098309432549, -74.16273140753255, 40.640985849758344, -74.16269803422082, 40.64098560971499, -74.16265984281898, 40.64098021739824, -74.16263972628948, 40.6409702356712, -74.16260712870887, 40.64095795725371, -74.16255396463026, 40.64094508294036, -74.16253627270319, 40.64093896009802, -74.16249579142514, 40.640929178226905, -74.16244559112378, 40.64092797041437, -74.16241706107105, 40.64092233563655, -74.16239164829926, 40.6409108268603, -74.16231946535065, 40.64088329721708, -74.16223943448338, 40.640854007278236, -74.16217099778896, 40.64081911320704, -74.16207988227646, 40.64078755867211, -74.16207662107115, 40.64072201802048, -74.16204407306155, 40.64071496869313, -74.16202164761135, 40.640707776320376, -74.16196497262167, 40.6406889803594, -74.16190066557053, 40.640672123129235, -74.16167923949436, 40.640617345352204, -74.16185707277026, 40.64003497652405, -74.1619673512255, 40.63968573284044, -74.1620798782734, 40.63934578914016, -74.1621915360156, 40.63903045595666, -74.16228466312766, 40.638765331194286, -74.1622540463476, 40.63875628544889, -74.16219269156873, 40.638735001760544, -74.16212390258524, 40.63872011951297, -74.16208261809206, 40.638713426512176, -74.1620436769075, 40.638702968721574, -74.16193798774253, 40.638685647517434, -74.16179486618023, 40.638667729615634, -74.16174730087306, 40.63866436104696, -74.16169719198608, 40.63866992289199, -74.1616577608091, 40.63868651188316, -74.16122640971818, 40.638611355818895, -74.16115603793308, 40.63868348797459, -74.16114142666446, 40.63869322776524, -74.16112352287244, 40.638691590492996, -74.16105208980225, 40.63868505823091, -74.16105444356792, 40.638574424228764, -74.16088512892307, 40.63854378330788, -74.16081670669806, 40.63860926578888, -74.16079780213867, 40.638627444911556, -74.16074215662411, 40.63862144600028, -74.16072501299999, 40.63851969857567, -74.16042187259605, 40.63846509109513, -74.1604107221288, 40.63851055860577, -74.16033888652969, 40.638494808737846, -74.1602090500696, 40.63846634505807, -74.16019117079357, 40.638394126635404, -74.16017603035662, 40.63838486876628, -74.16015285014456, 40.63838589612778, -74.16013489043988, 40.63840032315919, -74.16013234483607, 40.63842622926684, -74.16012983070031, 40.63847756511991, -74.16012722439334, 40.63853138023306, -74.16012381379707, 40.63857171207673, -74.16010798033295, 40.63861161095784, -74.16009164936288, 40.63863927065914, -74.16009112271044, 40.638660699269586, -74.16009553184112, 40.63867736085872, -74.16008742119921, 40.63869951864273, -74.16005754598173, 40.63872203000944, -74.16003204648197, 40.63873594611745, -74.1599943587091, 40.638749171369994, -74.15995593369023, 40.638753695008965, -74.15990275922546, 40.63875428496213, -74.15985884450198, 40.638752941208914, -74.15976817160254, 40.63874513724523, -74.15974387155944, 40.638741628358915, -74.15971970801043, 40.638730939430744, -74.159711879397, 40.63870898481679, -74.15969976826153, 40.63868321884501, -74.15969578619044, 40.63864787535716, -74.15969494615817, 40.63859620287605, -74.15969895490203, 40.63855526416479, -74.1597121036236, 40.638505830759364, -74.15971712297672, 40.6384594199833, -74.15967899824157, 40.63844561302483, -74.15965562470531, 40.63842909301833, -74.15963348021124, 40.638387706137735, -74.15962473667123, 40.63835882058286, -74.15962112792691, 40.63822106131218, -74.15957629543338, 40.638038953702704, -74.15953336027277, 40.63803624778028, -74.15947685363817, 40.63803620008938, -74.15947482927263, 40.6379973769679, -74.15943730672208, 40.637997000352875, -74.15939833249122, 40.637996607727544, -74.1593728385149, 40.63796674669389, -74.15933102530586, 40.63795614698174, -74.15927763386325, 40.63795768609578, -74.15919927977586, 40.63796325535595, -74.15913155476795, 40.63797058928178, -74.15909965955528, 40.63797188243803, -74.15908575302697, 40.638075481313436, -74.1590682172208, 40.63813638253892, -74.15905577571725, 40.638280840485315, -74.15902273376426, 40.638278690716504, -74.15895459383567, 40.638274258914514, -74.15873906632471, 40.63826023837314, -74.15864557185955, 40.63825415471194, -74.15865129866074, 40.63813109613124, -74.15822197099618, 40.63811465433438, -74.15817558743302, 40.638112877484026, -74.15815582293328, 40.6381121203166, -74.15816672456445, 40.6379969585075, -74.1578961036448, 40.637987167154556, -74.15788376569839, 40.63796461255704, -74.15782812191256, 40.63795500024746, -74.15780985358474, 40.63795255699428, -74.15778912983016, 40.637952042419755, -74.15774985636716, 40.637951067910315, -74.15769484033939, 40.6379614741393, -74.15765822121392, 40.63796871050353, -74.15761269921444, 40.63796479711167, -74.15759399168196, 40.6379545730313, -74.15750721245921, 40.63795361400769, -74.15736696030507, 40.63794521957336, -74.15719864029516, 40.63793846806915, -74.15709229675036, 40.63794742769075, -74.15695796535339, 40.6379453373153, -74.15636848676569, 40.63790552967225, -74.15636553027255, 40.63795042102077, -74.15619901944737, 40.63794335761538, -74.15610277246347, 40.63793927568167, -74.15610473179, 40.6377909492457, -74.1561148866411, 40.63753042487517, -74.15569862364838, 40.63751761563812, -74.15568516766339, 40.63778716314901, -74.15558912825932, 40.63778530298838, -74.15558643992586, 40.63773045954453, -74.15517232028256, 40.63772330076752, -74.15483787937713, 40.637723531867074, -74.15480099449128, 40.63781858460329, -74.15478822947203, 40.63785657762221, -74.15477557012049, 40.637894265220936, -74.15476435805472, 40.637971366636414, -74.15477117675819, 40.63804690299296, -74.15477538087316, 40.63807005150774, -74.1547850427685, 40.63812323582797, -74.15477988964848, 40.638241364887826, -74.1547585870605, 40.638349113774055, -74.15473932508387, 40.63847178783042, -74.15472038135951, 40.63861754718605, -74.15469197754932, 40.63875387911104, -74.15467339940663, 40.63888607793165, -74.15466745715841, 40.63899435004493, -74.15464376944574, 40.63906880087816, -74.15460323218201, 40.6391277448933, -74.15452996964021, 40.63912899873696, -74.15449945102374, 40.63906189427111, -74.15451635614042, 40.63896410930174, -74.15452498679454, 40.638911475816144, -74.15448668839153, 40.63886927667617, -74.15449098327333, 40.63877949175938, -74.15455756543344, 40.63869055427655, -74.15460377694608, 40.63862457408645, -74.15462892699003, 40.638499684062396, -74.15463370601404, 40.63839598995261, -74.15456599494973, 40.63831890461489, -74.15454239738762, 40.63831176549009, -74.15448167874752, 40.63829339091842, -74.15442471099682, 40.63821728343667, -74.15439707805801, 40.638150003963524, -74.15423611421514, 40.63814889080997, -74.15411138354449, 40.63814877888285, -74.15407664682066, 40.63814874798769, -74.15399299880251, 40.63813855088461, -74.15398788988946, 40.638123789196676, -74.15398041039559, 40.638102181326964, -74.15396803503913, 40.63806643464243, -74.15396838292986, 40.63799178466148, -74.15398580721299, 40.63793229458288, -74.1540056882349, 40.6379313395216, -74.15402509178324, 40.638010323366814, -74.15403991895188, 40.63806095325897, -74.15415742872328, 40.63806756859463, -74.15427138497591, 40.63805420423533, -74.15432603693792, 40.637983743546535, -74.15434822949769, 40.63783120977545, -74.15438459622061, 40.63770095925007, -74.15447630901795, 40.63757621669674, -74.15454443659279, 40.63753287767263, -74.15454318020541, 40.637449252555164, -74.15444105331422, 40.63735743585047, -74.15438146914464, 40.6372542126891, -74.15425492303802, 40.637189575682115, -74.15406854789298, 40.63717893015709, -74.15391900632224, 40.6371889226822, -74.15382614774313, 40.637234262060716, -74.15371698306694, 40.63728627530569, -74.1535497302801, 40.63731552883766, -74.15339199587885, 40.63731864263747, -74.15321623247627, 40.637320949965435, -74.1530864705309, 40.637317486493295, -74.15301674810578, 40.6372703290021, -74.15295224622896, 40.6372098809514, -74.15283244905785, 40.637190670049215, -74.15274273517328, 40.637217351897945, -74.1527225123441, 40.63729303776159, -74.15272235757583, 40.637392246471705, -74.15272107560916, 40.637471028378435, -74.1527193141981, 40.637563456502804, -74.15269700788006, 40.63764151799656, -74.15262024991398, 40.6376601994313, -74.15252583974326, 40.63766196274568, -74.1524287693799, 40.637663018998474, -74.15234808817229, 40.63767975762695, -74.1522624263271, 40.63770204099264, -74.1522181400629, 40.63771934098377, -74.15216544375227, 40.637721405381185, -74.15208121950522, 40.63771164440279, -74.15205377031955, 40.63770520146087, -74.15204639412468, 40.63766689588481, -74.15171955172912, 40.63769242418937, -74.15119546030562, 40.63773046536783, -74.15124136476136, 40.63807496109083, -74.15126538682046, 40.63830397676694, -74.15127034128783, 40.638467277755424, -74.15126280795286, 40.638486733494574, -74.15103071117534, 40.638508597919426, -74.1508578425774, 40.63852477304814, -74.15082257350696, 40.63852360901396, -74.15074431073857, 40.638542991770926, -74.15068096061914, 40.638557722659414, -74.15061370311619, 40.63856126966985, -74.15055638959075, 40.63855901507922, -74.1504949526433, 40.63853624750858, -74.150454102307, 40.6384992373625, -74.15044457798112, 40.63845732611504, -74.15043055805685, 40.6384479340227, -74.15039090046024, 40.63842136292258, -74.150400446836, 40.63837709348042, -74.15041022568975, 40.63833370083963, -74.15036786133761, 40.63830408591204, -74.15030897384479, 40.638274715897225, -74.15020092887679, 40.63827576119949, -74.15011381491841, 40.638266966111054, -74.15007398350814, 40.638243426278706, -74.1500247081361, 40.63820200542141, -74.1499678239879, 40.63814975310577, -74.14991673694018, 40.63808324517607, -74.14987929538411, 40.63801208266069, -74.1498316737477, 40.63795050412481, -74.14979386343305, 40.637892460837406, -74.14979063455624, 40.6378163981146, -74.14977745585716, 40.63774666820132, -74.14973805723413, 40.6376713693966, -74.14972848261719, 40.63758940572078, -74.14967890753681, 40.63751735121132, -74.14960565500658, 40.6374970110374, -74.14953250353375, 40.63745369751749, -74.14950908381081, 40.637434806242325, -74.1494587208738, 40.637409312251954, -74.14940235749292, 40.63740489280296, -74.1493600160096, 40.637418304322644, -74.14933375003424, 40.63744546030092, -74.14931632798908, 40.63748291664472, -74.14931235711721, 40.6375256361699, -74.14935649525623, 40.637599795210136, -74.14937477322408, 40.63763682876921, -74.14938795328305, 40.63766353638109, -74.14940417809204, 40.63769640769736, -74.14943869974805, 40.63778526127812, -74.14945194493676, 40.63788483347688, -74.14943078863551, 40.63796245518167, -74.14944185793397, 40.63804846837564, -74.14942575911189, 40.638142118164716, -74.14942034268373, 40.6382070770102, -74.14941882196727, 40.638291319931525, -74.14938243120733, 40.638355106017855, -74.14933946794096, 40.638412108906394, -74.1493005417635, 40.63847395493636, -74.14928804735871, 40.6385561616167, -74.14925271238579, 40.63861009099855, -74.14919418813454, 40.63866800824355, -74.14915808954453, 40.63868393844499, -74.14913764277243, 40.638688417136045, -74.14905400128569, 40.63870492045121, -74.14897915835081, 40.63870076698612, -74.1489256660443, 40.63869296933474, -74.14888175871118, 40.63870488333747, -74.14883858147988, 40.6387166000651, -74.14881121750038, 40.63872402514725, -74.14880719302705, 40.638783704210155, -74.1488067623391, 40.63879996185403, -74.14880558955551, 40.63884444275316, -74.14878292408936, 40.63887023865846, -74.14869203796206, 40.63889248649447, -74.14849069242182, 40.638919234566394, -74.14833041267566, 40.63894001380548, -74.14787971533148, 40.63900571628816, -74.14761237861434, 40.63903671437286, -74.14757793137262, 40.63897268299401, -74.14752006974281, 40.638953613085576, -74.14745815024263, 40.63894219916885, -74.14738794274993, 40.638913631032096, -74.14717732155489, 40.63895751387907, -74.14715575726142, 40.63896029976967, -74.14672574270342, 40.63901588453452, -74.14670690444274, 40.6390170855496, -74.14663304185028, 40.63902179042233, -74.14660610944115, 40.63902350603315, -74.14647934531125, 40.63903158044728, -74.1464136252124, 40.639040578391075, -74.14602173989277, 40.63909422627806, -74.14605734523269, 40.639228940254064, -74.14562416381219, 40.63930256953346, -74.14519279443272, 40.639378181438005, -74.14518709784107, 40.639358151163954, -74.14510805858818, 40.63935815997824, -74.14500625121923, 40.639358150624275, -74.14491842629968, 40.6393576246717, -74.14484205208173, 40.63935349926003, -74.14475240452308, 40.63933836003979, -74.14467134013417, 40.63930394873299, -74.14463223526047, 40.63926104132764, -74.14459085071549, 40.63920096566319, -74.14454940196079, 40.639179974426206, -74.1444446564528, 40.63914246251821, -74.14433923142433, 40.63909570212855, -74.14426259306332, 40.63904087199382, -74.14414803881773, 40.63899472172713, -74.14406807167869, 40.63894748431606, -74.14403877247801, 40.63891190365916, -74.14399490055831, 40.63889303778259, -74.14395107392183, 40.63888309598431, -74.14388678728433, 40.638884290386436, -74.14384005203135, 40.6388943671395, -74.14381669338565, 40.63890330069632, -74.14379917679392, 40.63891111299976, -74.14378458601107, 40.63892003558523, -74.14374960677684, 40.63896126189133, -74.14374820438783, 40.63898797666495, -74.14375553638372, 40.639001324909884, -74.14378187361231, 40.63901687367624, -74.14381554773271, 40.63905022284159, -74.14382873736359, 40.639068015025224, -74.1438419306179, 40.639088033287806, -74.14384520712774, 40.63910595493688, -74.1438478502566, 40.6391327637078, -74.14384936578084, 40.639148128282265, -74.14383965461822, 40.63917505246501, -74.14381734827172, 40.63920715868223, -74.1437910816624, 40.639222775025715, -74.14368007112456, 40.63923849547949, -74.14365522965082, 40.63923741437385, -74.14362892708519, 40.639237447229796, -74.14357309339104, 40.639226461273, -74.14348833587249, 40.63932523522004, -74.14344634400828, 40.639419914230466, -74.14342476966898, 40.63946601713678, -74.14345479878723, 40.639477140720984, -74.14336103024887, 40.639709528725525, -74.14332805835255, 40.63971311607371, -74.14330063061877, 40.639716099458944, -74.14328001047522, 40.639718343133545, -74.14319399214861, 40.63969667120949, -74.14305704659486, 40.63966216894685, -74.1429876808663, 40.63964469238407, -74.142937294161, 40.63963199736313, -74.142930227928, 40.639615190740855, -74.14292244876474, 40.639596682121365, -74.14285974865497, 40.6395689807998, -74.14278730291876, 40.6395616901195, -74.1426832184113, 40.63954398091954, -74.1426463549641, 40.639540393056855, -74.14257769959958, 40.63953382246102, -74.14253971620091, 40.6395372086773, -74.14247549544625, 40.63956956559469, -74.14243607830142, 40.6395985319163, -74.14238795125523, 40.63964088713095, -74.14235881878813, 40.63966988391534, -74.14233695886075, 40.63970995708858, -74.14232243914327, 40.639747938270816, -74.14231970530594, 40.63979194825283, -74.14236267230194, 40.63997727245576, -74.14238558332573, 40.640054691486206, -74.14240057545422, 40.640141677533656, -74.14240463799976, 40.64019793157043, -74.1423806234438, 40.64025213296953, -74.14229767518447, 40.640305484272744, -74.14223004078337, 40.640325135338635, -74.14215420174328, 40.64034293153121, -74.14209864448003, 40.64032773278676, -74.14205432132617, 40.64029643865773, -74.14191078596299, 40.64031872093758, -74.1418899619937, 40.64032195338468, -74.14177813933932, 40.64033931284601, -74.14168399399777, 40.64035079343972, -74.14165307365549, 40.64035481002851, -74.14162823151332, 40.64035972054336, -74.1415947169566, 40.64036459400413, -74.14155623801553, 40.640366452322965, -74.14153868981606, 40.640318984118174, -74.14149951691927, 40.640183677916305, -74.14148945836313, 40.64014206377055, -74.14148048458391, 40.6400918717396, -74.14144986463913, 40.64009589871068, -74.1414262438443, 40.640104760060694, -74.14133300915275, 40.64013973830878, -74.14128624579801, 40.64014495575184, -74.14125358139577, 40.64018170826661, -74.14123921225196, 40.64022247082954, -74.14122276378535, 40.640252673748854, -74.1412095580114, 40.64029853902441, -74.14120740136991, 40.640343048956545, -74.14119221662396, 40.6403883529344, -74.14116396730464, 40.64041722495715, -74.14112691643726, 40.640446502202465, -74.14107474616695, 40.640476012309016, -74.14102431065031, 40.64050634964285, -74.14094626217161, 40.6405350404329, -74.14084302911985, 40.64056836547467, -74.14068205599918, 40.64060978830838, -74.14062843085789, 40.64063177705039, -74.14056922147775, 40.64064270790908, -74.14050189839296, 40.64065004206992, -74.14043911433664, 40.640663329386335, -74.14036486768926, 40.64066636743853, -74.14028892722428, 40.64066670504976, -74.1402136139403, 40.640679721162286, -74.1401544608284, 40.640697794660156, -74.14008546485044, 40.64071581528103, -74.13999678543317, 40.64072917802386, -74.13993785737063, 40.640733416453486, -74.13984316947283, 40.6407385709491, -74.13975433900272, 40.64074363089778, -74.13966288886883, 40.640745882537395, -74.1395748158566, 40.640753630378974, -74.13949211848953, 40.64076663426881, -74.13942130745373, 40.64078230543587, -74.13936838290903, 40.64079020321034, -74.1392974623061, 40.64080551332543, -74.13926651458961, 40.640777324923725, -74.13925745208746, 40.640735406806215, -74.13925894286648, 40.640686157385325, -74.13920863547096, 40.6404774859574, -74.1392186568913, 40.6404617291403, -74.13922110389328, 40.640445261977604, -74.13920771433781, 40.64039237806276, -74.13918140049282, 40.64029257200488, -74.13911161668935, 40.640064742128494, -74.13908129639582, 40.639926175320596, -74.13905684055274, 40.639759089156954, -74.13908356304542, 40.63970747236998, -74.13992381970309, 40.639757262130175, -74.14006979224231, 40.63976038572212, -74.14015630619842, 40.6397545097786, -74.14025062217007, 40.63974405861958, -74.14056401074097, 40.63970115162608, -74.14072111306518, 40.63967397720822, -74.14083035753313, 40.63964921245367, -74.1409977423053, 40.63959479334742, -74.14142479696281, 40.63942208234122, -74.14215898878581, 40.63912017109691, -74.14307891127746, 40.63875839087406, -74.14329347124014, 40.638657908451606, -74.1434677291283, 40.6385759852023, -74.143599984342, 40.63851380761766, -74.14362663890786, 40.63844732406544, -74.14364389515366, 40.63840428377474, -74.14386482996075, 40.63786974711361, -74.14426312539408, 40.63689649559434, -74.14438230953412, 40.63660918096061, -74.14468709674188, 40.63585059412768, -74.14471006095262, 40.63579604773856, -74.14473611926103, 40.6357341636136, -74.14480092256663, 40.63558025066487, -74.1449084596222, 40.63531298487922, -74.14505511759252, 40.634882074825654, -74.14511291812782, 40.63467277951629, -74.14513629366894, 40.63458813082321, -74.14515258834835, 40.63450444021181, -74.14516141308498, 40.63445910588441, -74.14517097193627, 40.63441000015068, -74.14517889729025, 40.63437398824268, -74.14521874277621, 40.6341929180323, -74.1453306527661, 40.633722524008135, -74.14544309648, 40.63324988687813, -74.1454561740812, 40.633194914274696, -74.14548294111881, 40.63314334812808, -74.1455232428378, 40.63305729832607, -74.14552590487065, 40.632937007036574, -74.1455181986319, 40.63274212885104, -74.1455899390813, 40.6321205501071, -74.14560406852262, 40.63189555066283, -74.14562206469977, 40.63141996835297, -74.14565031346541, 40.63100948157216, -74.1456566259967, 40.63091772492901, -74.14566321701888, 40.63082197502317, -74.14566585342045, 40.63034351513387, -74.1456500391002, 40.629822244424055, -74.1455785279413, 40.62920753053532, -74.14550413189352, 40.62863732755833, -74.14544176344725, 40.62819189627115, -74.14542078849, 40.62795803050202, -74.14542635720642, 40.62791111081988, -74.14542303260187, 40.62772622816759, -74.14542408498926, 40.62752465512262, -74.14545813414593, 40.62705014284105, -74.1454840782456, 40.626880817462514, -74.14551883823107, 40.626733755305324, -74.14562058813122, 40.62633272529571, -74.14579572232957, 40.625841805773106, -74.14582449213648, 40.62576116183593, -74.14607251383583, 40.62506591747618, -74.14608714921663, 40.625024896347476, -74.14612121023458, 40.62492941221876, -74.14617429270167, 40.624925254571885, -74.1462841078402, 40.624916653597516, -74.14631687949381, 40.62491408593196, -74.14635059865508, 40.62491404751564, -74.14640549954785, 40.62491398481881, -74.14658572510004, 40.62491378128265, -74.14669979585155, 40.624913651091546, -74.14683333876889, 40.62491324377347, -74.14853003345023, 40.62508091788802, -74.14876804767393, 40.62510443703471, -74.14881702050761, 40.625001077559126, -74.14898866934999, 40.62418975568779, -74.14916476989225, 40.62334364686977, -74.14919221105924, 40.62324881066733, -74.1492249740643, 40.623180413163304, -74.14926967573604, 40.62310973623776, -74.14929914902766, 40.62307388872938, -74.14933206192107, 40.62303982157897, -74.1500062839298, 40.622434629945104, -74.15039367746122, 40.622083994720725, -74.1509468857058, 40.621586858938635, -74.15101313013875, 40.62154062560761, -74.15130567889915, 40.6213525560184, -74.15179220102182, 40.62104095910744, -74.15239329024229, 40.62066187629397, -74.15299876340625, 40.62027263739934, -74.15355523876565, 40.61992582850172, -74.15358791556882, 40.6199053087833, -74.15364647238273, 40.61986879812198, -74.15371534158918, 40.619818471343436, -74.15373470360042, 40.6198033500041, -74.15411233803593, 40.61945966718584, -74.15429060181151, 40.61929967097707, -74.1543928099353, 40.61941105168405, -74.15446701839346, 40.619459191152124, -74.15454502280947, 40.61950934443923, -74.15539852504595, 40.62005518795537, -74.15541401658366, 40.62006503943436, -74.155436945526, 40.62007299876455, -74.15573537318951, 40.6201065355376, -74.15578695799887, 40.62011426596388, -74.1563479284064, 40.620198795518796, -74.1565443060649, 40.62022887585707, -74.15666990990974, 40.62024619468375, -74.1567901227947, 40.62026518038785, -74.15921099098749, 40.620640881883006, -74.15939591008504, 40.62066653094656, -74.1621757066625, 40.62107362862795, -74.16228747523861, 40.62109029535075, -74.16498583969457, 40.62161904021479, -74.16510149454241, 40.62117988954974, -74.16516486704528, 40.62091373570519, -74.16522066185698, 40.62071179902601, -74.16534535816403, 40.62023122997212, -74.16596420212598, 40.62049506738493, -74.16657924702258, 40.6207538136188, -74.16732087267864, 40.62106805077162, -74.16784737468906, 40.62129086936159, -74.16840350989172, 40.62152636290844, -74.1684817987263, 40.6215614099792, -74.16863617794345, 40.62162850124336, -74.16889080032318, 40.62173060505501, -74.17059128677408, 40.62245654269955, -74.17149327519206, 40.622837876605296, -74.17163542796592, 40.622897972417, -74.17198003909752, 40.62304366074386, -74.17392512369302, 40.62393067439844, -74.17599341349583, 40.62495113555515, -74.17688638113233, 40.625419786163874, -74.17741877732907, 40.62518281836501, -74.17760378133855, 40.62509752435632, -74.17767133466965, 40.6250664330224, -74.17774388209905, 40.62503293223586, -74.17786091563177, 40.6249789738742, -74.17792862538798, 40.62494768493204, -74.17799582433383, 40.624916774959885, -74.17844705431587, 40.624708733004134, -74.1785517106766, 40.624660760004446, -74.17862974768813, 40.624756437198556, -74.17873627329658, 40.62488704271919, -74.17874464378086, 40.62489997380675, -74.1787811532506, 40.62495636535029, -74.17908624392369, 40.625257739130056, -74.17919457646295, 40.62536475223774, -74.17954953545349, 40.62568903016053, -74.17978615063473, 40.62588062191813, -74.17983471352578, 40.625919945595314, -74.18004152011765, 40.626087399035235, -74.18031738045855, 40.626283542504744, -74.18054858660584, 40.6264414274378, -74.1807388274925, 40.62656356256211, -74.18113680043861, 40.62679222348153, -74.18137962323456, 40.626932040181465, -74.18185074415594, 40.62719842582867, -74.18235699646735, 40.62748924171335, -74.18373486007391, 40.628285856674545, -74.1840206613755, 40.628448453439454, -74.1840661148838, 40.62847431390161, -74.1850107048316, 40.62901169603691, -74.1850604432335, 40.62903610297281, -74.18513065776467, 40.62906938127601, -74.18520669860905, 40.62909597098239, -74.1853353578097, 40.62913138108911, -74.1854786114123, 40.629162314429514, -74.18562476337074, 40.62918434035563, -74.18572415418714, 40.62920198766167, -74.18583817149164, 40.62922629131049, -74.18591420777751, 40.62925065446721, -74.18598734595072, 40.62928392842047, -74.18606637627754, 40.62933500060654, -74.1861542304037, 40.62940609325639, -74.18643757203033, 40.62974721819693, -74.18665131110765, 40.63003684475464, -74.18670354336851, 40.63010761928742, -74.18656999028033, 40.63014061686535, -74.1865437839346, 40.630165334577555, -74.18651424540795, 40.63019549503825, -74.18698296725087, 40.63044433937561, -74.18705073917994, 40.63048032114149, -74.18867495665101, 40.63134267312528, -74.19016458770125, 40.63213567935759, -74.19051124876619, 40.63232010680951, -74.19129325117083, 40.63273064389307, -74.19204218559726, 40.633126543387654, -74.1945442862209, 40.63445427755691, -74.19504327427904, 40.63472167589761, -74.19545944007855, 40.63494023894153, -74.19587102429588, 40.63515992673063, -74.19591572423603, 40.635186889628656, -74.19589476375258, 40.63520822897135, -74.1958685209941, 40.63523494531548, -74.19584724342977, 40.63525660037193, -74.19582672013044, 40.63527748959726, -74.19577970755483, 40.63533014118261, -74.19572848396521, 40.63537701676911, -74.19568358894988, 40.63542383023275, -74.19563891503084, 40.635473100824804, -74.1955948249133, 40.635523554591416, -74.19557986939283, 40.63555868234719, -74.19557735403964, 40.63560550562355, -74.19555863007606, 40.63561806191831, -74.19550911686291, 40.63562993213766, -74.19546821094994, 40.63562465528827, -74.19539778196557, 40.635609055493894, -74.19533961722624, 40.635587855192895, -74.19530577810174, 40.635591966821096, -74.19526689680605, 40.635596679544975, -74.19525299917616, 40.635652048277, -74.19525038670868, 40.635710604600796, -74.19523408108537, 40.635765549671056, -74.19521707901005, 40.63578729910848, -74.19518271812534, 40.635784823373086, -74.19490078611813, 40.636021680293716, -74.19460950223149, 40.63626639227848, -74.19462833542592, 40.63628589540711, -74.19462490569207, 40.63631207215691, -74.19459001640683, 40.63636156801268, -74.19454795734447, 40.636411759483984, -74.19454310585503, 40.63643683639853, -74.19455709399305, 40.63649455954723, -74.19456131287896, 40.636550508087765, -74.1945586146828, 40.63660542372729, -74.19455887486987, 40.636663445661206, -74.19456567827595, 40.63672441113299, -74.19456630058711, 40.63678216319759, -74.19456585592759, 40.63683845281999, -74.19456541783485, 40.63689456232668, -74.19456519966663, 40.63695231221028, -74.19457327817433, 40.636987996996, -74.1945999715376, 40.63702458502044, -74.19463323270887, 40.63702672689778, -74.19469827178949, 40.637033129359494, -74.19472266812187, 40.6370428812151, -74.1947596468748, 40.63707696994853, -74.19477402847039, 40.63713087509223, -74.19477140984027, 40.637175333748566, -74.19476626385192, 40.63719346274915, -74.19475594262694, 40.63722982796089, -74.19473579124572, 40.637269522836505, -74.19469700243093, 40.637316410209785, -74.19467868961263, 40.63733478212693, -74.19465224285292, 40.6373613139236, -74.19460620476734, 40.637385749139916, -74.19454068728452, 40.637413642877064, -74.1944999135057, 40.6374220083521, -74.1944236555438, 40.63741874955526, -74.19439009322606, 40.63740541014757, -74.19434560847446, 40.637369831013444, -74.19430575032564, 40.63736746696546, -74.19423253736105, 40.63737186002658, -74.19416593188554, 40.63738583423373, -74.19409203685564, 40.6373857707782, -74.1940153497522, 40.63739142309022, -74.19394089182013, 40.63740226849802, -74.19386505473084, 40.63740592372162, -74.1937926242723, 40.63740177554281, -74.19372621541713, 40.63740574617649, -74.19365965091637, 40.637429813960715, -74.19359578078542, 40.63746053472163, -74.19354330705343, 40.63749931123705, -74.19348699661076, 40.637539886220914, -74.19343986391408, 40.63758286994045, -74.19340200473536, 40.6376298966913, -74.19336137789331, 40.63766499618084, -74.1933036772402, 40.63770074571871, -74.19325143025861, 40.63774079595529, -74.19322014995473, 40.63777129783549, -74.19316735326984, 40.6378052524303, -74.19309088165907, 40.63785983266668, -74.19323429711427, 40.63796098140323, -74.1926430484949, 40.638439366584514, -74.19216723658022, 40.6388270615961, -74.19167011594531, 40.63922510829982, -74.19154827482306, 40.63932308176089, -74.19153507190666, 40.63933476909874, -74.19096444349796, 40.63979436685078, -74.19072187269857, 40.63999072542427, -74.19030143088571, 40.64033106774709, -74.18962518935524, 40.64087594440213, -74.1893830443997, 40.64107266682519, -74.18876296873172, 40.64157154630112, -74.18808944657766, 40.64211873809099, -74.18734756797812, 40.642718175593146, -74.18702347615466, 40.64298132186216, -74.18686023060998, 40.64288116571641, -74.18680574469728, 40.642946484325016, -74.18673748683103, 40.643025215107215, -74.1866845879478, 40.643064600598905, -74.18662996474882, 40.64310081633153, -74.18657413245671, 40.64313631808599, -74.18652221183166, 40.6431772418047, -74.18647489164158, 40.643221308960264, -74.18643118906313, 40.64326752787788, -74.18638883016074, 40.64331528178879, -74.1863453746232, 40.64336195233386, -74.18630911770212, 40.643410375319114, -74.18626551510357, 40.64345522702073, -74.18622001022983, 40.64350091566765, -74.18618005002368, 40.64354919151944, -74.18613813297111, 40.64359484730903, -74.18610376125937, 40.643641519266666, -74.18608326880285, 40.643696256327985, -74.18608394546433, 40.64375151925637, -74.18610587343551, 40.64380539161156, -74.18611468106563, 40.64386093945252, -74.18611021470265, 40.64391606842093, -74.18608553169625, 40.6439557312514, -74.18603551384966, 40.64398871718303, -74.18597178076719, 40.644016550884274, -74.18590936789985, 40.64404428425907, -74.18584673104145, 40.644073112093814, -74.1857818901684, 40.6440988645765, -74.18573154523652, 40.64410490193768, -74.18568414159655, 40.64410071362418, -74.18565030737302, 40.644085829520854, -74.1856079162834, 40.644052275226684, -74.18558758833895, 40.64405201356377, -74.18553443768542, 40.64409067580809, -74.18548518617689, 40.64413366864367, -74.18543518838906, 40.64417530287581, -74.18538663856796, 40.64421728955662, -74.18533105639082, 40.64425360436758, -74.18527006070677, 40.6442877873366, -74.18520502001648, 40.64431581722995, -74.18514138483859, 40.644342104118245, -74.18507000486373, 40.64435562595543, -74.18502224364136, 40.64435171530459, -74.18495404594697, 40.64433315722488, -74.18489611367905, 40.644306944389065, -74.18484229370358, 40.64426894340983, -74.18479555136099, 40.64422523344174, -74.18474973155047, 40.644179508409465, -74.18470878696019, 40.6441323743192, -74.18467510214948, 40.644082981758466, -74.18464435991977, 40.64403101437866, -74.18460909725339, 40.643980454555965, -74.18458134786276, 40.643943208560195, -74.18453445198702, 40.64391907423806, -74.1844650098099, 40.643897885644996, -74.18440637744278, 40.643865397059756, -74.18434293471846, 40.64384533702989, -74.18431129885418, 40.643818961073556, -74.18428134460066, 40.64379275351263, -74.18422222097364, 40.643759539801415, -74.1841895158214, 40.643733357335186, -74.18415508179774, 40.64368215307382, -74.18412484280204, 40.6436315436328, -74.18408842231955, 40.64358318187158, -74.18405470147266, 40.643546173138226, -74.18402007874144, 40.64351263374124, -74.18399983195921, 40.64348815307877, -74.18398596667768, 40.643444763886954, -74.18398932117807, 40.643408950236, -74.18396092242583, 40.643369659146146, -74.18393207035797, 40.64332973570848, -74.18389892981153, 40.64334234646352, -74.18385176706002, 40.64333824526115, -74.18380082014266, 40.64332216236308, -74.18374112974071, 40.6433267396389, -74.18367128217402, 40.643346075522565, -74.1836134455548, 40.64337603633537, -74.18358904253607, 40.64339675844322, -74.18358360669156, 40.643429408275466, -74.18357751274412, 40.64348755468454, -74.18357153626168, 40.643545429848864, -74.18357089101474, 40.64360052199986, -74.18357466933752, 40.64365593577905, -74.1835861276283, 40.64371273040232, -74.1836066130997, 40.64376598327447, -74.1836275872363, 40.643820231337635, -74.18365331852179, 40.64387270497922, -74.18367930272184, 40.643925993181526, -74.1837079197869, 40.64397971302362, -74.18372999751911, 40.644035404638856, -74.18374705762297, 40.64409142034945, -74.18376591830786, 40.6441478717332, -74.18377317180878, 40.64420343483903, -74.18378041840857, 40.644258634145, -74.18381785082562, 40.6443103560243, -74.18386030177574, 40.64435474683856, -74.18389556705316, 40.64439137493794, -74.18391147276277, 40.64444239548238, -74.18390307648637, 40.64449127653142, -74.1838800234192, 40.64454294291094, -74.1838538725693, 40.64459536347064, -74.1838218545061, 40.64464702525899, -74.18378070314783, 40.644695947843836, -74.183729846996, 40.64473595276005, -74.18367211877744, 40.64477265111347, -74.18360592189936, 40.64479595601659, -74.18353829264296, 40.64481945858034, -74.1834656831019, 40.64483799998007, -74.18339157983434, 40.64485291281921, -74.18331973255921, 40.64486707728429, -74.1832454704735, 40.64487971646927, -74.18317160104202, 40.64488725263442, -74.18309460923628, 40.644893906711154, -74.18301874010136, 40.64489608876831, -74.18294571871746, 40.64489688034495, -74.18287172398543, 40.64489667744787, -74.18279489883109, 40.64489167833008, -74.18272102011215, 40.64488418994489, -74.1826465095432, 40.64487434135232, -74.18257463805963, 40.644865466486486, -74.18249872736648, 40.64485763538478, -74.18242348693533, 40.644854529098694, -74.18234683943945, 40.644853078349186, -74.18227176603422, 40.644845327717455, -74.18219819008323, 40.64483437691775, -74.18212476504293, 40.64482543038957, -74.1820485646536, 40.64482187872064, -74.18197534599456, 40.6448179341589, -74.18190288717076, 40.64481689522721, -74.18182986013989, 40.644817322294315, -74.18175301107759, 40.64481823983534, -74.18167952215715, 40.64481967071617, -74.18160740075992, 40.64482445652901, -74.18155374126488, 40.64481795935385, -74.18153184074878, 40.64479467586201, -74.18151255314731, 40.64475580204208, -74.18147988210283, 40.644738904917304, -74.18140893306585, 40.644720462544306, -74.18133665914397, 40.64470867976094, -74.18126445163463, 40.64470827849957, -74.18119054475275, 40.64471335413131, -74.18113195221852, 40.644726569709874, -74.18108990317681, 40.644742996578344, -74.18105221146038, 40.64479152100896, -74.1810342015588, 40.64483740113669, -74.18101438668566, 40.644875561243204, -74.18098301215903, 40.64489379572315, -74.18092486038226, 40.64490482403952, -74.1808528549944, 40.644901867426306, -74.18080473283362, 40.64488347973322, -74.18076647750334, 40.64484669599825, -74.18076359333251, 40.64481676904931, -74.18077895049919, 40.64476217339937, -74.1807773167909, 40.64470637434701, -74.18069556752162, 40.64468548558916, -74.18062248744918, 40.64467543892581, -74.18054955287057, 40.644674588097615, -74.18051547085894, 40.64467354836949, -74.18048998370507, 40.644359576153754, -74.18042017468906, 40.64434494688505, -74.18034728221973, 40.64433198476953, -74.18027631232798, 40.644319549099755, -74.18021660576183, 40.64431593343932, -74.18021091920976, 40.6442826600318, -74.1800858132647, 40.64428971707264, -74.18004402952009, 40.64429185549374, -74.17983469701875, 40.644302563327436, -74.17983097999392, 40.644322708369046, -74.17948301010028, 40.64434204042707, -74.17944117596912, 40.644344365115344, -74.17936116327212, 40.64434861611811, -74.17935767417444, 40.64439467325097, -74.1793588499551, 40.64444812808374, -74.17935980980045, 40.64450657393463, -74.17936346311653, 40.64456162602711, -74.17937074128652, 40.644618917461656, -74.17938133087688, 40.64467399475473, -74.17937954623396, 40.64471816984279, -74.17935573000788, 40.644752906723916, -74.17934816231777, 40.64480870033318, -74.17934491548816, 40.64486573172176, -74.17935077510445, 40.64492394750024, -74.17936684823204, 40.64497824179375, -74.17936196761357, 40.64503045974942, -74.17930631831355, 40.64508462004813, -74.17924368785617, 40.64511417188713, -74.17920406185613, 40.64512493001744, -74.1791562035973, 40.6451223804687, -74.179127845194, 40.64511318260783, -74.17912266014447, 40.645096112324154, -74.17910159270221, 40.64504332514128, -74.17908203570812, 40.644988151926064, -74.1790691845389, 40.644933460850154, -74.17904941944806, 40.644880019652625, -74.17904014802623, 40.64482484122123, -74.17903576786452, 40.64476934089259, -74.17903435921683, 40.64471272019326, -74.17903163025731, 40.64465575034619, -74.17902757005518, 40.644597881150666, -74.17902457995852, 40.644539636572986, -74.17902122452985, 40.644480941403124, -74.1790199224646, 40.644423500162176, -74.17901827646118, 40.64436697348407, -74.17901588482408, 40.644308815323534, -74.17901102307941, 40.6442531401391, -74.17901139359515, 40.644195591832755, -74.17902097229066, 40.644138410111935, -74.17902612242456, 40.644080817442905, -74.17902409824363, 40.64402301801616, -74.1790091813724, 40.643966345397644, -74.17899152639511, 40.64391051722379, -74.17897986524342, 40.64385554151626, -74.1789768690339, 40.643796753028084, -74.17897480619106, 40.64373686175083, -74.17897684619375, 40.64367893352517, -74.17897815865506, 40.64362082902897, -74.178983699311, 40.64356514575374, -74.1789900824033, 40.64350972591959, -74.17900230756975, 40.643453705349664, -74.17900277348546, 40.64339469984828, -74.17900565805992, 40.643337400669246, -74.17900496611593, 40.64328086439439, -74.17900365813439, 40.64322296659117, -74.17900044407179, 40.64316581648465, -74.17899399835711, 40.643107973504655, -74.17898847222155, 40.643079146551884, -74.17898314274056, 40.64305135128874, -74.17897481826927, 40.642995617547605, -74.17896322917333, 40.64293791044345, -74.17894830570484, 40.642880872209744, -74.1789308751166, 40.642823950439826, -74.17890975983353, 40.64276842840465, -74.17888951461403, 40.642729194520555, -74.17886667751785, 40.64271402566161, -74.17881870563801, 40.6427116598573, -74.17875726177158, 40.642718710101754, -74.17870152444922, 40.64273107982335, -74.17867042691739, 40.64272281724316, -74.17864254032042, 40.64269868160146, -74.17861226439433, 40.64264579515565, -74.17858238315335, 40.642602103299886, -74.17855152094222, 40.64257881514361, -74.17849476157014, 40.64257280133307, -74.17843306831942, 40.642542703534886, -74.17843306831942, 40.642542703534886 --73.93439440268993, 40.63482648045664, -73.9342465153608, 40.63483567853537, -73.93405313185936, 40.634847016988815, -73.93342687782544, 40.63488373318823, -73.93249994461138, 40.63494675773452, -73.93226213282331, 40.634961385499984, -73.93088674090554, 40.635679479469296, -73.93067345069056, 40.63579083355042, -73.92733440014966, 40.63753399245564, -73.92598429251511, 40.638274833959784, -73.92426572354407, 40.63940086300962, -73.92356754224028, 40.63984424972294, -73.92334494897284, 40.64007186889426, -73.9231454645884, 40.64021191231022, -73.92112733914561, 40.64172313822279, -73.9200438306115, 40.642504796627506, -73.91984460897184, 40.642648511289735, -73.91972836971598, 40.64272467262044, -73.91972504705105, 40.64269477398294, -73.91970606784174, 40.64252395846111, -73.91969521915594, 40.642431335243415, -73.9196734504645, 40.64224550431564, -73.91966271954533, 40.642103255390175, -73.91958515635426, 40.64135647303427, -73.91955576178881, 40.6411846406964, -73.91953442303443, 40.6410566377324, -73.91951563580156, 40.640700988091034, -73.9195138199233, 40.64068340599084, -73.91948768978493, 40.640438094468905, -73.9194614059684, 40.6402389740423, -73.91945643474152, 40.64012067929985, -73.91942961869573, 40.6398847515764, -73.91941447035592, 40.63977434814787, -73.91938405594165, 40.63950727883798, -73.91929865863905, 40.63867965728835, -73.91928984335999, 40.638595716423005, -73.91925914140593, 40.638311174971896, -73.91918960121772, 40.637639098429204, -73.91917179714558, 40.63746952536386, -73.91916481578929, 40.63740302161877, -73.9190155153514, 40.63598113537134, -73.91900629296083, 40.63589330392885, -73.9189949079403, 40.635789438115204, -73.91885163593275, 40.63448240609794, -73.91878492498974, 40.633847555796656, -73.91876076492964, 40.63361763879517, -73.91872299679702, 40.63325819223587, -73.91861156873046, 40.63216498884803, -73.91860109180946, 40.63207448910867, -73.91841906988955, 40.63219454526159, -73.91835069963668, 40.63223426548088, -73.91828796130413, 40.63227037497595, -73.91823142787682, 40.63230698773744, -73.91819652932692, 40.63228728926049, -73.91723843897365, 40.63174650612269, -73.9172097965201, 40.6317303526912, -73.91732380380743, 40.63166041481308, -73.91738777688022, 40.63161126360093, -73.91743548775321, 40.631574609796246, -73.91754714632226, 40.631422051823876, -73.91750521985088, 40.63124012576091, -73.91740697071597, 40.63115246797059, -73.91722850797852, 40.63108111212127, -73.91714409733311, 40.63102368641104, -73.91719586306392, 40.63093962325762, -73.91710311200832, 40.63086640899903, -73.91698299275757, 40.63081172651647, -73.91689381120102, 40.63076645599443, -73.91669171656882, 40.6306370302122, -73.91652196033083, 40.630548496749405, -73.91647828407609, 40.63052826997182, -73.91643376962966, 40.63050913940159, -73.91638845715147, 40.63049112577889, -73.91634239980664, 40.63047424715187, -73.91629564366697, 40.63045852246412, -73.9162659947128, 40.63044726328795, -73.91623738065383, 40.63043454511543, -73.91620991844432, 40.63042041846154, -73.91618373211541, 40.63040494555342, -73.9161589374149, 40.63038819581644, -73.91606674090845, 40.63034171125223, -73.91598804359079, 40.63030207772785, -73.91591108868272, 40.63026050750493, -73.91576824721682, 40.630191408715135, -73.91564706618036, 40.630132297097546, -73.915590146108, 40.630101083826915, -73.91553426285199, 40.63006880327303, -73.91547944711968, 40.63003547527141, -73.91545824020791, 40.63001765369951, -73.91543550476231, 40.630000962052485, -73.91541134469854, 40.62998547785054, -73.91538586512644, 40.62997126870919, -73.91535918770074, 40.629958404057085, -73.91533143291345, 40.62994693801337, -73.91530272716705, 40.62993692380107, -73.91527319805397, 40.629928408340554, -73.91523387290052, 40.62991697517021, -73.91520993436038, 40.62990860519654, -73.91518638547487, 40.62989962225127, -73.91516324277721, 40.629890038053546, -73.91514054171445, 40.629879862535496, -73.91511830354531, 40.629869109220856, -73.91509655544291, 40.62985778803574, -73.9150753269374, 40.62984591431107, -73.9150546321978, 40.629833499764274, -73.91503450193608, 40.629820559727264, -73.91500998535327, 40.629820635261204, -73.9149855200399, 40.62981943389059, -73.91496121827889, 40.62981696020102, -73.91493719588654, 40.62981322868664, -73.91491356394994, 40.6298082547387, -73.91489043591211, 40.62980206005382, -73.91486791456427, 40.62979467712721, -73.9148461097918, 40.6297861366582, -73.91482511964277, 40.62977648284536, -73.91480504571338, 40.62976575808887, -73.91478598368056, 40.62975401198866, -73.91476801857408, 40.62974130134104, -73.914751236602, 40.62972768564476, -73.91461688157176, 40.629678979482875, -73.91448411847897, 40.62962779611671, -73.91447405449196, 40.62961081563051, -73.91446248513996, 40.62959439955004, -73.91444946351082, 40.62957862716003, -73.91443505097281, 40.62956357234837, -73.91441932071592, 40.62954930721054, -73.91440234002951, 40.62953589663364, -73.91438419156579, 40.62952340731707, -73.91436496271855, 40.62951189515761, -73.91434474324878, 40.62950141335229, -73.91432362291724, 40.629492015098215, -73.91430171277254, 40.6294837437025, -73.91427910377902, 40.62947663525345, -73.91425591053778, 40.62947072765786, -73.91423223939456, 40.629466044408254, -73.91420820142055, 40.6294626108018, -73.9141839124297, 40.62946044043253, -73.91415948350917, 40.62945954599044, -73.91412764975475, 40.62945023875827, -73.91409672113325, 40.629439298650276, -73.91406684769353, 40.62942677440746, -73.91403816764925, 40.62941272646872, -73.9140108097534, 40.62939721886819, -73.91398490629393, 40.629380323747434, -73.91396058009467, 40.62936211954453, -73.91393793978254, 40.629342694592694, -73.91391709162134, 40.629322136323, -73.91389813831583, 40.629300542069466, -73.9138828162248, 40.62928336488169, -73.91386886263436, 40.629271853888454, -73.91385390813589, 40.62926109587877, -73.91383802476165, 40.62925114313641, -73.91382128455528, 40.62924203894004, -73.91380376782948, 40.62923383017644, -73.91378555609253, 40.62922655292724, -73.91376673085745, 40.62922023967194, -73.91374738427577, 40.629214921997544, -73.91372760614324, 40.62921062518581, -73.91370748980836, 40.629207369117985, -73.91368712626489, 40.62920516646944, -73.91366661595997, 40.62920403172383, -73.91364604990133, 40.62920396675048, -73.9136255261895, 40.62920497252357, -73.91332839298667, 40.62909644607613, -73.91330698367415, 40.62908497532021, -73.91328506774883, 40.6290740751079, -73.91326267119825, 40.629063757165305, -73.91323981764602, 40.62905403321662, -73.9132165413521, 40.629044915894866, -73.91319286594232, 40.62903641512325, -73.91316881977029, 40.62902854082866, -73.91314443000412, 40.62902130563874, -73.9131197285513, 40.62901471317937, -73.91306890550933, 40.62899292900563, -73.9130189953374, 40.628969957714006, -73.91297003937626, 40.62894582184998, -73.91292208487882, 40.628920542162525, -73.91287518145074, 40.628894147507104, -73.91282937279854, 40.62886665863014, -73.9128100060852, 40.6288732672701, -73.91278943604772, 40.62887723016662, -73.91276827510242, 40.62887842441248, -73.912747165096, 40.62887681807576, -73.91272673122886, 40.62887245485593, -73.91270759621592, 40.628865471204755, -73.91269033303858, 40.62885607287655, -73.91267545902399, 40.62884454302831, -73.91266342049396, 40.62883123140181, -73.912654583335, 40.62881653450481, -73.91264921054015, 40.628800896494106, -73.91264746460634, 40.628784783963084, -73.91262386976692, 40.62875549372884, -73.91259829868524, 40.62873976922272, -73.91257203173447, 40.62872472587547, -73.91254509725877, 40.62871038081797, -73.9125175295095, 40.6286967529868, -73.91248936155955, 40.628683858616036, -73.91246062530571, 40.62867170943624, -73.91243135854496, 40.62866032438674, -73.91240159317383, 40.62864971519823, -73.91236677639452, 40.628628116707304, -73.9123310720464, 40.62860737662524, -73.91229451674091, 40.62858751659145, -73.9122571447268, 40.62856855734337, -73.91221899971269, 40.62855051602337, -73.9121930869193, 40.62853771605508, -73.91216664613924, 40.62852555954939, -73.91213970336061, 40.62851405733213, -73.9121122892958, 40.628503222934185, -73.91208443111597, 40.628493066281706, -73.91205616190203, 40.628483597305376, -73.91202750172849, 40.62847482952818, -73.91199848604602, 40.628466768379944, -73.91176568814923, 40.628384520157404, -73.91173434068074, 40.62837547018282, -73.91170341861284, 40.62836560915775, -73.91167295738826, 40.628354949717014, -73.91164298890604, 40.628343502691806, -73.91161355096776, 40.62833128432087, -73.91158468019776, 40.62831830724004, -73.91155640612628, 40.62830458588083, -73.91152876418835, 40.628290138281336, -73.91149350627923, 40.62828246212706, -73.91145861718277, 40.62827386681494, -73.91142413589128, 40.62826436228106, -73.9113901073067, 40.62825395846611, -73.91135656805135, 40.628242669807115, -73.91132355711612, 40.628230507140664, -73.91129111703039, 40.628217486709524, -73.91125928205109, 40.62820362384936, -73.9112280923448, 40.62818893390057, -73.91119758452851, 40.628173434902386, -73.9111677952178, 40.62815714579453, -73.91113875984765, 40.62814008461532, -73.91111051266587, 40.62812227300435, -73.91108197958229, 40.62811147351567, -73.91105392613875, 40.62809996568157, -73.91102638659305, 40.62808776393731, -73.91099938575324, 40.628074878208125, -73.9109729543275, 40.62806132562802, -73.91094712184797, 40.62804711882758, -73.91092191547921, 40.628032273137116, -73.9108973612026, 40.62801680478652, -73.91087348618012, 40.62800073090712, -73.91085032111823, 40.62798406953354, -73.91082788254384, 40.62796683598793, -73.91080705005946, 40.62795327330357, -73.91078564481866, 40.62794023877629, -73.91076368570818, 40.62792775043085, -73.91074120226179, 40.62791581909609, -73.91071821219262, 40.627904456492296, -73.9106947450271, 40.62789367885141, -73.91067082557345, 40.62788349519758, -73.91064647863749, 40.627873916356094, -73.91062173020694, 40.62786495315311, -73.91059660981753, 40.6278566146166, -73.91057114345571, 40.62784891247319, -73.91050940936039, 40.627822675509925, -73.91044656215846, 40.62779802886559, -73.91038266563868, 40.62777499690205, -73.91031779303749, 40.62775360939197, -73.91028359188157, 40.62773913746428, -73.91025002893193, 40.62772382673981, -73.91021713844745, 40.627707690753596, -73.91018495349994, 40.62769074664201, -73.91015351425148, 40.62767301244733, -73.91012284549784, 40.62765450710052, -73.91009298503208, 40.62763525224425, -73.9100639635618, 40.62761526501299, -73.90998517806246, 40.627575928968405, -73.90990484062993, 40.627538453929276, -73.90982303158022, 40.6275028777772, -73.90973982414211, 40.62746923478636, -73.90970136074849, 40.62744549658759, -73.90966191034886, 40.62742272115696, -73.90962150600235, 40.62740093373404, -73.90958019613421, 40.62738015867001, -73.90953802208656, 40.627360414006716, -73.90949502992042, 40.62734172409368, -73.9094512668895, 40.6273241051764, -73.90940677314858, 40.627307578898254, -73.90934629121294, 40.62727994018483, -73.9092847697404, 40.62725366580796, -73.9092222595132, 40.62722878372218, -73.90915881605589, 40.62720531107966, -73.90909449488758, 40.6271832686347, -73.90906310858739, 40.627165229806515, -73.90903100741028, 40.627147932432784, -73.90899822915773, 40.627131390951135, -73.90896480099128, 40.62711562159185, -73.90893075480001, 40.62710064058903, -73.90889612129594, 40.627086460573764, -73.90886093710185, 40.627073093281275, -73.9088252329246, 40.627060554944805, -73.9087744821023, 40.62703560539548, -73.90872276642817, 40.62701184194341, -73.90867012724186, 40.626989283531, -73.90861661297066, 40.62696795180796, -73.90856227795365, 40.62694786662786, -73.90850716589492, 40.62692904603463, -73.90845462178766, 40.62690275854437, -73.90840103118184, 40.626877725521545, -73.90834644841047, 40.626853971322014, -73.90829092426193, 40.62683151939845, -73.90823450952779, 40.626810390501994, -73.90820362509709, 40.62680242505882, -73.90817351462839, 40.62679288881761, -73.90814431752791, 40.62678182691627, -73.90811616728575, 40.62676928899085, -73.90808918792519, 40.62675533277456, -73.90806350818933, 40.626740021407564, -73.90803924262802, 40.626723425222984, -73.90801650223757, 40.62670561995416, -73.90799538973293, 40.62668668673107, -73.90797912591484, 40.62667599984746, -73.90796035000487, 40.6266725484323, -73.90794214105375, 40.626667646729835, -73.90792468691397, 40.62666134802143, -73.90790817305512, 40.626653719094506, -73.90789277429334, 40.62664483843479, -73.90787865123784, 40.62663480162656, -73.90786595384647, 40.6266237141514, -73.90785481551642, 40.626611691383175, -73.90784535662367, 40.626598863093854, -73.90783767271975, 40.626585361736865, -73.90783184751707, 40.62657133416455, -73.90782794227773, 40.62655692270846, -73.90782599815348, 40.62654228229127, -73.90782022299548, 40.62652796659191, -73.90781190923452, 40.62651439989064, -73.90780120898673, 40.626501837156155, -73.90778833111565, 40.626490521695786, -73.90777352706537, 40.62648067343758, -73.90775707669279, 40.626472478112376, -73.90773929771255, 40.626466094466096, -73.90772053152696, 40.626461645242905, -73.90770113613584, 40.62645921627917, -73.9076814849594, 40.62645885290044, -73.90766195974237, 40.626460563517874, -73.90762520850899, 40.62645773157583, -73.90759825732032, 40.62645261747557, -73.90757153515266, 40.62644684797435, -73.90754507036277, 40.626440430299155, -73.90751888421822, 40.626433369870554, -73.90749301216697, 40.62642567392131, -73.9074674766511, 40.626417353275926, -73.90744230248629, 40.62640841155678, -73.9074217932975, 40.62640035069545, -73.90740275228727, 40.62639041432852, -73.90738002386861, 40.62637440638123, -73.90736798968155, 40.626363304976564, -73.90735749201767, 40.626351327701975, -73.90734864889255, 40.62633860072577, -73.90734154876763, 40.62632525469512, -73.90733626473029, 40.62631142654835, -73.90733285094365, 40.62629726311413, -73.90733134266505, 40.626282907603866, -73.9073317585949, 40.626268510419536, -73.90733409025493, 40.626254218339135, -73.90733831615945, 40.62624018263263, -73.9072365015093, 40.62622077536079, -73.90701648355949, 40.62618060821912, -73.90698917149845, 40.626174191531476, -73.90696249015174, 40.62616638764588, -73.90693655766505, 40.62615722997758, -73.90691149689768, 40.62614676185155, -73.90688741651948, 40.62613503108397, -73.90686443228401, 40.62612209089989, -73.9068426433928, 40.62610799811316, -73.90682215021519, 40.626092819444295, -73.90680304602508, 40.6260766243097, -73.90645506167742, 40.62600931686456, -73.9064301635029, 40.625995933781134, -73.90640469476791, 40.62598318689566, -73.90637868736565, 40.625971088841126, -73.90635216727739, 40.62595965404661, -73.90632516521437, 40.62594889514407, -73.90629771070593, 40.62593882476452, -73.906269833285, 40.6259294528375, -73.9062415613027, 40.62592078929142, -73.90614740619884, 40.6258736422661, -73.90605534294171, 40.62582415642003, -73.90604352869188, 40.62580985010336, -73.90602863427127, 40.62579732159677, -73.90601111417568, 40.625786952190694, -73.90599149981715, 40.62577905660018, -73.90597038299, 40.62577387394601, -73.90594840642493, 40.6257715614438, -73.90592623543118, 40.62577218897748, -73.90590454725888, 40.62577573999139, -73.90588911605059, 40.62576757134719, -73.90586552170292, 40.62575000809188, -73.90584044352013, 40.62573368093149, -73.90581399485998, 40.6257186638006, -73.90578629027209, 40.62570502343066, -73.90575745495275, 40.62569281935774, -73.90572761528634, 40.62568210661641, -73.90569690712606, 40.625672930343306, -73.9056733042993, 40.62566226232633, -73.90565652985885, 40.6256495359153, -73.90563868929873, 40.62563768303211, -73.90561985936812, 40.62562675596944, -73.90560012037093, 40.625616800719364, -73.90557955970462, 40.62560786147864, -73.90555827068366, 40.6255999770459, -73.9055363454469, 40.62559318171619, -73.90551387731857, 40.62558750708407, -73.90549096318144, 40.62558297574184, -73.9054696749385, 40.62555619657317, -73.90545265791197, 40.62554122313419, -73.90541101166713, 40.625516843307054, -73.90534690255896, 40.62548146492723, -73.90524277007071, 40.6254200888243, -73.90522103485546, 40.62540522042484, -73.90518383066771, 40.62537395429468, -73.90516473199258, 40.62535263853125, -73.90513188616008, 40.625320909509554, -73.90511082487592, 40.625305072685116, -73.90508545584717, 40.62529155654384, -73.905063572725, 40.625282678254536, -73.90501850747165, 40.62527829872247, -73.90497009131882, 40.62527740772093, -73.90493058406504, 40.62526919653113, -73.90490775262629, 40.625262304876614, -73.90489144618805, 40.62525557620673, -73.90486412409098, 40.625238367167334, -73.90482147071074, 40.62521687155973, -73.90477531265671, 40.625198965209776, -73.9047340865176, 40.625183642018754, -73.90470329144983, 40.625170196039775, -73.90464927108191, 40.625143498544176, -73.90460267270133, 40.62511868206564, -73.90458418875077, 40.625109848829744, -73.9045546968156, 40.6250984444718, -73.90450951309778, 40.62508362850949, -73.9044349742201, 40.62506097701705, -73.90441036569436, 40.625051364214386, -73.90438363497398, 40.62503894812212, -73.90430746464669, 40.62500018397742, -73.90425580917362, 40.62497208795516, -73.90417013577444, 40.6249281558219, -73.90410364638858, 40.624895244889345, -73.90403819699856, 40.624865711738266, -73.90398268058759, 40.62484332257069, -73.90396046433939, 40.62483289039457, -73.90393981658163, 40.62482319434948, -73.9038992344565, 40.62480413963912, -73.90382136321655, 40.62476998351378, -73.90375645743428, 40.62473902333136, -73.9036808205284, 40.62470539038236, -73.90364013468003, 40.62468869665815, -73.903620406011, 40.624678533055096, -73.9035993925483, 40.62466434304448, -73.90358303964, 40.62464824963609, -73.90356684958257, 40.624623335763026, -73.90347570210511, 40.6245797551243, -73.90328592260406, 40.62449263776219, -73.90326367080932, 40.62448242334695, -73.9029767083106, 40.62435069291544, -73.90267276580735, 40.62421083640209, -73.90281924946407, 40.62400315077704, -73.90283594151164, 40.62398657459414, -73.90286938358642, 40.623953358333054, -73.90288150310191, 40.623939119633796, -73.90290696577908, 40.6239046611063, -73.90291981747112, 40.6238867479966, -73.90292621380294, 40.62387289168347, -73.9029265603716, 40.62385807120736, -73.90292331738912, 40.623843401689314, -73.90291774207276, 40.62382745866646, -73.90290338056252, 40.62379459104216, -73.90288453521269, 40.62374862695853, -73.90286686223956, 40.62368970987248, -73.90285211848361, 40.62364748190648, -73.90283442632553, 40.623600969470786, -73.90281945775105, 40.6235638211473, -73.90281118890285, 40.623547957789235, -73.9027971417312, 40.62352655404451, -73.9027721512213, 40.62349494084584, -73.9027569809351, 40.62347946967699, -73.90273750897074, 40.62346298988578, -73.9027068721458, 40.62344477524545, -73.90267283682675, 40.623450519674755, -73.90263001284302, 40.62346460087535, -73.90256516850475, 40.62349075919313, -73.9025291621813, 40.6235043391409, -73.90250887181782, 40.6235101167868, -73.90243017701293, 40.623524239530084, -73.90239372632732, 40.62353211876242, -73.90237340005442, 40.62353496065649, -73.90235270625824, 40.62352889068216, -73.90233879760937, 40.623516307599026, -73.90230644491608, 40.62346814187743, -73.90228519076958, 40.62344039498125, -73.90226157950502, 40.62340653784523, -73.902243455379, 40.62337447020222, -73.90222990183102, 40.623342995383894, -73.90222049497281, 40.623311836571425, -73.90220555176116, 40.62324474947667, -73.90219759537008, 40.623215802674174, -73.90218299179028, 40.623169413432876, -73.90217619200949, 40.62315528478064, -73.90213090485088, 40.62310104119262, -73.90207965077884, 40.62304747329796, -73.90206441611787, 40.62303014240667, -73.90202189954897, 40.6229774050047, -73.9019948101582, 40.62295014656524, -73.9019818395221, 40.62293955799056, -73.90195597098219, 40.62292358590865, -73.90192984546236, 40.62291440983173, -73.90188230052927, 40.62291055916015, -73.90184184770122, 40.62291085421833, -73.90175902649924, 40.62291369305648, -73.90173822880126, 40.62291414535393, -73.90171477197376, 40.62291216576931, -73.90168308964314, 40.62289883258432, -73.90164600439539, 40.62287714604045, -73.90159881304196, 40.62284753165531, -73.90158129389508, 40.622837510072095, -73.90155516999528, 40.622828895836236, -73.90150298084646, 40.62282239169856, -73.9014835559442, 40.622818405558746, -73.9014090219507, 40.622796453605865, -73.9013498652416, 40.62277676250074, -73.9013015442443, 40.622758336894805, -73.9012648670544, 40.62274136390354, -73.90121986099626, 40.622716679789185, -73.90117737059428, 40.622690756901996, -73.9011474348524, 40.62267050726963, -73.9011166625525, 40.62264774895953, -73.90108381669587, 40.62261344688214, -73.90106968997468, 40.62260076980209, -73.90104719808738, 40.62259132919622, -73.90101644102639, 40.62258304764431, -73.90100034340459, 40.62257568013031, -73.90097976962663, 40.62256069215386, -73.90096251606839, 40.622544631812225, -73.90094908549978, 40.62252796691036, -73.90093970794716, 40.622510987615506, -73.90093430115505, 40.622471077277986, -73.90090687634161, 40.62239077221277, -73.90088922956838, 40.62234826052315, -73.90085745174026, 40.622279366694045, -73.90083992788303, 40.62224325690481, -73.90080963137709, 40.622194785450056, -73.90080849380209, 40.62217931532179, -73.90081897897585, 40.622157903679266, -73.90082968602961, 40.62214464734369, -73.90085391750574, 40.62212219214473, -73.90087236864538, 40.62209891248255, -73.90087904509375, 40.62208362109186, -73.90088241906436, 40.622067819860206, -73.90088232036449, 40.622052311905776, -73.90087691358191, 40.62202199301105, -73.90086768782837, 40.621988806266145, -73.90085535995273, 40.62195390495494, -73.9008311525255, 40.621892602731165, -73.90076027724942, 40.62171187907513, -73.90073012842696, 40.62163900540926, -73.90071932693861, 40.62162362419016, -73.90070363097975, 40.62161097992816, -73.90068761716417, 40.62160465704599, -73.90060014035011, 40.62162785990813, -73.90054859847221, 40.62164688566214, -73.90052749006712, 40.621650692812246, -73.900507126682, 40.62164704879303, -73.90047971767738, 40.62162250118356, -73.90043964639842, 40.6215949132499, -73.90041987977712, 40.621583401880976, -73.90039979518679, 40.62158460558814, -73.90037893809003, 40.62159582871824, -73.90035808480768, 40.62160845035679, -73.90031118613075, 40.621640235907094, -73.90027399111827, 40.62166272297301, -73.90023192758447, 40.621686362971204, -73.90011283064929, 40.621748263116224, -73.90007650783171, 40.62176434727199, -73.90003455676101, 40.6217783021936, -73.89998613072412, 40.62179047654034, -73.89992521782699, 40.62180239235419, -73.89985798175624, 40.62181296805602, -73.89979903811324, 40.62181912938899, -73.89974487160684, 40.62182123440929, -73.89969457813514, 40.62181929043951, -73.89953495720872, 40.62180540910865, -73.8994079539638, 40.62179214143998, -73.89933708730337, 40.621781513597796, -73.89930404843064, 40.62177890196957, -73.89926584792354, 40.621791554140565, -73.8992037410888, 40.621809052656054, -73.89914483814184, 40.621822657394986, -73.89908027072451, 40.62183543135359, -73.89900632794834, 40.62184811239114, -73.89897866151, 40.62185184955853, -73.89894957398894, 40.621854367065446, -73.89891876279978, 40.621855689859245, -73.89888560388961, 40.62185584890795, -73.89882457619119, 40.62185366908503, -73.8986827757236, 40.621844777630834, -73.89861534842018, 40.621843376410276, -73.89853448954166, 40.62184589947293, -73.8983786865653, 40.621855004801255, -73.89831467540955, 40.62185782716545, -73.89824805301484, 40.62185869485349, -73.89818828472391, 40.62185680577518, -73.89811756527828, 40.62185124184106, -73.89804265654455, 40.62184238994841, -73.89796218428712, 40.62183010478591, -73.89787185710838, 40.62181373325402, -73.89772099618925, 40.62178527325001, -73.89763659601304, 40.62176658886532, -73.89758959613069, 40.62174941819813, -73.89752540813402, 40.621733527140854, -73.89747556832577, 40.62172561575299, -73.89742529821511, 40.62172086388744, -73.89737525715408, 40.621719337870296, -73.89734407108456, 40.621720068265155, -73.89730963995078, 40.62172217805256, -73.8971796260101, 40.621734988820315, -73.89712483425483, 40.62173865625181, -73.89705313989488, 40.621741597110706, -73.89703022738102, 40.621741070497684, -73.89701201320263, 40.62173941523393, -73.8969203716792, 40.62172643133726, -73.89690064824826, 40.621723286141446, -73.89686514418725, 40.62171762423852, -73.89677493372496, 40.62170323669701, -73.89673068200342, 40.62169590453592, -73.8967445118337, 40.621600369887304, -73.89673434243058, 40.62155668278621, -73.89671322879019, 40.62153014617866, -73.89669619291462, 40.62151401064617, -73.89667949343948, 40.62150578648997, -73.89665843162523, 40.62149694335415, -73.8966206595044, 40.621480777461365, -73.89657879112399, 40.62145855546989, -73.89654036378623, 40.62143586738847, -73.89650193206052, 40.621411452991566, -73.89646047979774, 40.6213815913116, -73.89641540513985, 40.62134572978363, -73.89639128310216, 40.62132583264801, -73.89636573717327, 40.621293634007905, -73.89634422995057, 40.62125585307199, -73.89632224324353, 40.621213307043064, -73.89631465028441, 40.62119717546656, -73.896306624094, 40.62118376937572, -73.89628213457836, 40.62114563363397, -73.89624842685049, 40.62109536585379, -73.89622578777927, 40.62105669415867, -73.89621752453469, 40.62103919407897, -73.89619142826746, 40.62099471179578, -73.89616279235894, 40.620951718475354, -73.89614479251506, 40.62092487659561, -73.89613505019162, 40.62091160131854, -73.89611210679578, 40.62087567411325, -73.89609300945125, 40.62084176574551, -73.89608013771714, 40.620822410919324, -73.89598668357019, 40.62065015038502, -73.89599343465889, 40.62063688191263, -73.89600153715081, 40.620621713662494, -73.89601670422073, 40.620605966463394, -73.89602896911175, 40.62059454454157, -73.89604723958303, 40.62057653263317, -73.8960587104982, 40.62056345753414, -73.89606874465564, 40.62054713655768, -73.89608100134929, 40.620526544617164, -73.89609339658949, 40.62049893864214, -73.89610121692138, 40.620478242731615, -73.89611787535306, 40.620448842266256, -73.89612418927263, 40.62043472059748, -73.89612876445682, 40.62039496762775, -73.8961146325697, 40.62036373559421, -73.89609641439846, 40.62033225582436, -73.89605201113476, 40.620324970090245, -73.89603038100248, 40.62032695779126, -73.89598978617988, 40.620330628514985, -73.89595420336616, 40.62031460216105, -73.89592579971153, 40.62030863571279, -73.8958995003148, 40.62030377430133, -73.89587276063551, 40.62030009036663, -73.8958504433102, 40.620299411869006, -73.89581700169366, 40.62029492398766, -73.8957960293628, 40.620287369419, -73.89578004836208, 40.620280966635555, -73.89576842291542, 40.62025450148814, -73.89575770153671, 40.620223509339354, -73.89572832347586, 40.62014987680513, -73.89571754183689, 40.6201241949704, -73.89566947818167, 40.620022738277754, -73.89562209048502, 40.619923661354335, -73.89558620885587, 40.61984954289825, -73.89557359892169, 40.619823962948416, -73.89552707897279, 40.619747520469545, -73.89550612134478, 40.61965294940527, -73.89553715227434, 40.61960953556774, -73.89555924575683, 40.61957940709518, -73.89556860377773, 40.61955938980775, -73.89557845020352, 40.61953160686889, -73.89558365511543, 40.619515548100594, -73.8955635065366, 40.619320819115245, -73.89556372622297, 40.619302771970304, -73.8955646891331, 40.61928631221882, -73.89556638351402, 40.61926988735161, -73.89556880224778, 40.61925351447211, -73.8955719476678, 40.61923721249325, -73.89557581383092, 40.61922100302221, -73.89558039480362, 40.619204901362295, -73.89558568937414, 40.61918892642331, -73.89559168569315, 40.61917309800583, -73.89559838255448, 40.619157431417534, -73.895605770471, 40.619141947361676, -73.89561383996268, 40.61912666203886, -73.89562258272991, 40.61911159255132, -73.89563198810812, 40.61909675689969, -73.89564204543414, 40.61908217218401, -73.89565274522958, 40.61906785370434, -73.89566407328174, 40.619053821259094, -73.89567601775568, 40.61904008564356, -73.89568856089211, 40.61902666755351, -73.8957016955818, 40.61901357868898, -73.89571540288955, 40.61900083614256, -73.8957296627037, 40.61898845340356, -73.89574446791113, 40.61897644487373, -73.8957597936747, 40.61896482313757, -73.89580816047624, 40.61889892812234, -73.8958536419399, 40.61883185169019, -73.89589619541279, 40.61876366764856, -73.89593577587779, 40.61869445070327, -73.89597233240822, 40.61862427645501, -73.89600583180456, 40.61855322052033, -73.89615464216057, 40.618375336405904, -73.89629522432165, 40.61819360755257, -73.89642740781179, 40.61800825626544, -73.89653376984548, 40.61781098209716, -73.89663245811516, 40.61761140910021, -73.89672338733271, 40.617409705615096, -73.89673139016053, 40.61738297542613, -73.89673816544625, 40.61735604782022, -73.89674370604514, 40.61732895881198, -73.8967480048208, 40.61730173901298, -73.8967510581793, 40.61727442083877, -73.89675286015908, 40.61724703940452, -73.89675340834945, 40.61721962622639, -73.89675270506673, 40.61719221282462, -73.89675074788904, 40.61716483791952, -73.89674754150035, 40.61713753033185, -73.89674308821407, 40.617110323382896, -73.89673739506658, 40.61708325309972, -73.8967304667402, 40.61705634920351, -73.89672231618137, 40.61702964682603, -73.8967129468907, 40.61700317568735, -73.89670237299887, 40.61697696911921, -73.89669060981973, 40.61695105955373, -73.89667766794132, 40.61692547851833, -73.8966635662282, 40.61690025484633, -73.8966483188107, 40.616875421869196, -73.89659268208025, 40.616695530510086, -73.89652899442005, 40.616517196079606, -73.8964573335605, 40.61634062755536, -73.89637778077703, 40.6161660321157, -73.8962904315268, 40.615993614248794, -73.8962778832214, 40.615902048711014, -73.8962614027919, 40.61581084253258, -73.89624101018502, 40.615720097488754, -73.89621672889832, 40.61562991175552, -73.89618858243274, 40.61554038080696, -73.89615660138197, 40.61545159832202, -73.89612081987451, 40.61536366428631, -73.89608127795927, 40.61527667058568, -73.89602602769533, 40.615046236597216, -73.89597099056905, 40.61481577125112, -73.89599441964944, 40.61467890146569, -73.8960126073212, 40.61454156856669, -73.89602553452536, 40.61440389050764, -73.89603319047674, 40.6142659843483, -73.8960089618484, 40.614214578668005, -73.89598260052068, 40.61416378700922, -73.89595412768537, 40.61411366252041, -73.89592357399468, 40.61406425385596, -73.89589097364538, 40.6140156096734, -73.8958563549172, 40.61396778402784, -73.89581975437659, 40.61392082107625, -73.89578121330685, 40.613874771283335, -73.89574076354421, 40.61382968060261, -73.89569845110772, 40.61378559319948, -73.89565431846803, 40.61374255503699, -73.89552022638016, 40.6135643469667, -73.89549340517783, 40.613553334419045, -73.89546611138846, 40.61354302654387, -73.89543837099441, 40.61353343236962, -73.89541021706509, 40.61352456273237, -73.89538168503191, 40.61351642937085, -73.89535280442064, 40.6135090422173, -73.89532361066954, 40.61350240850806, -73.89529413803393, 40.61349653637869, -73.89526441840691, 40.613491433062244, -73.89523448959427, 40.613487103095544, -73.8952043846723, 40.61348355281238, -73.89517413672137, 40.613480785844715, -73.89514378354858, 40.61347880582909, -73.8951133617823, 40.61347761459983, -73.89508290332391, 40.613477213987096, -73.89505244007788, 40.61347760402, -73.89502201813147, 40.613478782939566, -73.89499166583977, 40.61348075347327, -73.89496141393539, 40.61348350934563, -73.89493130850573, 40.61348704879782, -73.89490137555526, 40.61349136645054, -73.8948716528982, 40.613496461438054, -73.89484217836444, 40.613502322988865, -73.8948129815023, 40.61350894662757, -73.89478409423035, 40.613516323378335, -73.89475555791803, 40.613524446075196, -73.89472739857725, 40.61353330483646, -73.89469965167183, 40.61354289068964, -73.89467234912928, 40.613553189255974, -73.89464552523204, 40.613564191561935, -73.89461920718367, 40.61357588142345, -73.89459342453722, 40.61358825166379, -73.89456821277686, 40.613601280703364, -73.89454359673458, 40.61361495775904, -73.89451960597928, 40.613629265748344, -73.89449626889807, 40.61364418758793, -73.89447361269657, 40.613659706193204, -73.89445166221577, 40.613675805377994, -73.89443044466702, 40.61369246445564, -73.89432627760645, 40.613682073075125, -73.894221703324, 40.613674394497274, -73.89411684942208, 40.6136694333412, -73.89401183522672, 40.61366719692034, -73.89390678006959, 40.61366768894643, -73.89380180801918, 40.613670906832525, -73.89369704196221, 40.61367684799085, -73.8935926012477, 40.613685505328405, -73.89348860759252, 40.61369686905299, -73.8933851827209, 40.613710924870446, -73.89276039221241, 40.61372640087552, -73.89265095210294, 40.613715623036875, -73.8925420649555, 40.613701972946615, -73.89243386074467, 40.6136854660369, -73.8923264694387, 40.61366612134219, -73.89222001981642, 40.61364396239914, -73.89211463710826, 40.613619014542465, -73.89201044771687, 40.6135913085115, -73.89190757685975, 40.61356087684605, -73.89180614620405, 40.6135277547845, -73.89170627621999, 40.61349198656965, -73.89160808620683, 40.61345360923939, -73.89151169426226, 40.613412671537695, -73.89141721612116, 40.61336922130598, -73.89139336853385, 40.61335836279789, -73.89137001352672, 40.61334689419657, -73.89134718771173, 40.613334828144254, -73.89132490997407, 40.613322178166946, -73.89130320628308, 40.61330896139941, -73.89128210615903, 40.6132951913777, -73.89126162730071, 40.61328088432833, -73.89124180040702, 40.61326605558951, -73.89122264081044, 40.61325072318655, -73.89120417566012, 40.61323490515587, -73.89118642619543, 40.613218620428945, -73.89116941011787, 40.61320188343108, -73.89115314984093, 40.61318471759751, -73.89113766306009, 40.61316714095573, -73.89112296510154, 40.61314917513302, -73.8911090748395, 40.6131308399591, -73.89109600996332, 40.61311215706354, -73.8910837834387, 40.61309314627039, -73.89107240940984, 40.61307382920578, -73.89106190201518, 40.61305423109805, -73.89105227067218, 40.61303437356882, -73.89104352834484, 40.61301427734271, -73.89103568917278, 40.61299396674725, -73.8910287531141, 40.612973466997325, -73.89102273786226, 40.6129527970208, -73.89101764218917, 40.612931984732775, -73.89101347550928, 40.612911053555926, -73.89101024487483, 40.612890026010106, -73.89100794906226, 40.61286892730879, -73.89100659512243, 40.61284778087231, -73.89100618183159, 40.61282661191412, -73.89100671033088, 40.612805444749455, -73.8910081805811, 40.61278430279179, -73.89102732892903, 40.61264933182464, -73.89103795081887, 40.612572676868226, -73.8910448196195, 40.61246928996394, -73.8910483008852, 40.61238887666243, -73.8910366910171, 40.612318660973266, -73.89103081162447, 40.61230456043148, -73.8910231548792, 40.61228619873594, -73.89100660152074, 40.612258354213594, -73.89097510520249, 40.61223175804809, -73.89091206214022, 40.61221019287172, -73.89086560045644, 40.61220002960375, -73.8907942409294, 40.61218857653112, -73.8907212182349, 40.612179652299446, -73.89064320865312, 40.612174516275175, -73.89056021749319, 40.61217064338988, -73.89048719188153, 40.61216424857266, -73.89041750367878, 40.61214394202667, -73.89039499807438, 40.612134402052405, -73.89035161715664, 40.612106224772624, -73.89033545158317, 40.61209571917126, -73.89028910192151, 40.612065668651326, -73.89025981896285, 40.61204929622555, -73.89017254736673, 40.61200487567647, -73.89013020368331, 40.6119841448187, -73.88994011329277, 40.61189423856217, -73.88990669582441, 40.61188148308571, -73.88988254085734, 40.611872618623416, -73.88983795853973, 40.61186093665875, -73.88981816510055, 40.61185277516788, -73.88979737275747, 40.61184414624554, -73.88978065090208, 40.61183714216214, -73.88976362539749, 40.61182510927068, -73.88974597099646, 40.61181180423645, -73.88972534528824, 40.611796737629646, -73.88969436402684, 40.61177710534144, -73.88967770347072, 40.611764486547585, -73.88965766011627, 40.61174884505391, -73.88964133780263, 40.611731770796915, -73.88962973899383, 40.611710863048735, -73.88961751885672, 40.61168839679972, -73.88960492656764, 40.611664465042736, -73.88959316135454, 40.611640587209465, -73.88958239850375, 40.61161794855557, -73.88957275276057, 40.611597186761, -73.88957131028724, 40.61157341879996, -73.88957271186133, 40.611549048420436, -73.88957550167814, 40.61150122167814, -73.88957706748732, 40.611486144842736, -73.88958308683983, 40.611383963895754, -73.88958263253018, 40.61137001257298, -73.88958175826033, 40.6113520625293, -73.8895807414643, 40.61133312447602, -73.88957435238156, 40.61130021686748, -73.88956799367574, 40.611237520921115, -73.88957005378703, 40.61121364285849, -73.88957244426902, 40.611189345469946, -73.8895749486431, 40.61116548674487, -73.88959214456195, 40.61107793020175, -73.88959958515653, 40.61106161898948, -73.8896786169656, 40.61091283858424, -73.88969655567189, 40.61087979133378, -73.88970928954176, 40.61085729410483, -73.88972155599252, 40.6108359139738, -73.88973632393406, 40.610818842537384, -73.8897513811218, 40.610801920863175, -73.88976380155239, 40.61078817550087, -73.88977620853385, 40.61077470028095, -73.88983728201782, 40.610712747984266, -73.88986021406765, 40.61069051175764, -73.889947436448, 40.61060664413668, -73.88996995984819, 40.61058711266486, -73.89001680014684, 40.61054744177071, -73.89003480784324, 40.61053117305911, -73.8900808326534, 40.61048437732864, -73.89012860516947, 40.61043677908405, -73.8901434494031, 40.61042205712975, -73.8901606055308, 40.61040766877493, -73.89030766603149, 40.61029573744323, -73.89039089966498, 40.610232545265426, -73.89043325705126, 40.61020182201537, -73.89045453016365, 40.6101865190084, -73.89048128551863, 40.61017223520907, -73.89068084434248, 40.61008709891349, -73.8907097413865, 40.61007528993142, -73.89073411649517, 40.61006772170457, -73.8907845415989, 40.61005225363361, -73.89085778962495, 40.61003034596849, -73.8908868466148, 40.61002185641811, -73.89090409488615, 40.6100268436724, -73.89094078286364, 40.6100414543391, -73.89096531550199, 40.61004954989355, -73.89099217020545, 40.61005537112519, -73.89106034162589, 40.61005608683491, -73.89112715263707, 40.6100534017448, -73.89118766610873, 40.610047498492094, -73.89126550128758, 40.61003560601353, -73.89137145160757, 40.610015225620685, -73.89141563096067, 40.61000889797268, -73.89144602180512, 40.61000702027363, -73.89150343052016, 40.610016004955305, -73.89153574008166, 40.6100113653414, -73.89155123718133, 40.609996745580126, -73.89157556889374, 40.60997944339089, -73.89159132880471, 40.60997033236561, -73.89163154419303, 40.60994627141739, -73.891662647483, 40.609888351242105, -73.89167374247319, 40.60986531193609, -73.89168345153752, 40.609840012813564, -73.89170168287008, 40.60978822205691, -73.89171246128599, 40.60977238752587, -73.89183291675279, 40.60967169019987, -73.89189185099204, 40.609628687182195, -73.89190512384442, 40.60961788889758, -73.89191926993502, 40.60960634309869, -73.8919411788101, 40.60958994898117, -73.8919603356611, 40.60957649517891, -73.8920008029011, 40.60954844952736, -73.89206324819794, 40.60950428264378, -73.89207751359645, 40.609494188579, -73.89210490152227, 40.609467567842394, -73.8921083881838, 40.60945238651151, -73.89211292930949, 40.609434722530295, -73.89212796086309, 40.60941481708944, -73.89214803969905, 40.609399643223256, -73.89218236666152, 40.60936235779183, -73.89222021957622, 40.60931624963915, -73.89224494912072, 40.60928427457307, -73.89226346929169, 40.60925595610494, -73.8922533741891, 40.60923730133144, -73.89224799051173, 40.60922209276944, -73.8922169106438, 40.60919355760086, -73.89217894737183, 40.609143424147696, -73.89220906719964, 40.609133504330146, -73.89222929217338, 40.60913167812563, -73.8922671453805, 40.60914240010791, -73.89231441395361, 40.609157328232946, -73.89237211809011, 40.60914906235689, -73.89239942252337, 40.60913009590937, -73.89242882464949, 40.60910797508849, -73.89246361794092, 40.609075152095926, -73.89247445386142, 40.60906304660859, -73.8924858127013, 40.60903806234168, -73.89249114676302, 40.60899385529585, -73.89248734484126, 40.60896714225278, -73.892483685473, 40.6089487627748, -73.89248242566909, 40.60891147817824, -73.89248786534742, 40.608871386617054, -73.89250899700413, 40.60880394826635, -73.89254311461332, 40.60870407984107, -73.89255299800665, 40.60867073554045, -73.89255348140895, 40.6086456942717, -73.89254411520135, 40.60859557415796, -73.89253153087716, 40.60857154366452, -73.89251426687846, 40.60855299837678, -73.89249695778254, 40.60853531484392, -73.89247918656626, 40.608527246652095, -73.89241172907111, 40.608517809992655, -73.8923636124258, 40.608518344879194, -73.89234167330136, 40.60851860889676, -73.89230457896748, 40.60851597703993, -73.89228635075138, 40.60851141592394, -73.89227901403002, 40.60849249448, -73.89226347053788, 40.60848126300703, -73.89226093188547, 40.60846478557384, -73.89226820442609, 40.608447323160554, -73.89229762010082, 40.60841884199639, -73.89231038638526, 40.608387867889824, -73.89231775492959, 40.608366546825565, -73.89232684118704, 40.60833516673587, -73.89233709868392, 40.60830214158784, -73.89234470472796, 40.60828447326228, -73.89239524790335, 40.60816389383985, -73.89240201777473, 40.60814156362442, -73.89240775558699, 40.6081180941823, -73.89241898163804, 40.608071308152276, -73.8924397648442, 40.60797874761404, -73.89244262504572, 40.60795553932992, -73.89244509531962, 40.60793233248182, -73.89244759519626, 40.60791348599003, -73.89245053846784, 40.60789371867882, -73.89245871337843, 40.607863207628995, -73.89246824019578, 40.60780030605796, -73.89248675222696, 40.60774517809434, -73.8924938532197, 40.60772409720675, -73.89251172894727, 40.60767225915191, -73.89252037378276, 40.60764559736873, -73.89254420195844, 40.60754917191217, -73.89254091091075, 40.607524430587816, -73.89250220858989, 40.6074846246314, -73.8924574697087, 40.60743157083344, -73.89240035032455, 40.60738439394342, -73.89237897105048, 40.607366699375845, -73.89238546457439, 40.60734936589911, -73.89239531326788, 40.60733600866754, -73.89247394870786, 40.60726018714117, -73.89253716219679, 40.60719970955045, -73.89257623715528, 40.607164985016446, -73.89259465113622, 40.607153011770826, -73.89261861686444, 40.607143523747716, -73.8926437215336, 40.60713702921907, -73.8927067033944, 40.60712419705334, -73.89273661768485, 40.607115097280435, -73.89278391619119, 40.60709805039884, -73.89280418294973, 40.6070896755341, -73.89283058988592, 40.60707421477795, -73.892853050753, 40.60705262228283, -73.89286896547867, 40.60703411787647, -73.89291259196223, 40.606975578654755, -73.89297417889348, 40.60688417807187, -73.89299396587249, 40.60686178069356, -73.89300634105017, 40.60685106789388, -73.89302034622773, 40.60684070331109, -73.89305314603224, 40.60682109074214, -73.89309193004301, 40.606803207330024, -73.89317770372048, 40.606769813765325, -73.89327398450203, 40.60673523309954, -73.89337885166873, 40.60669987596366, -73.89355421218497, 40.60664290126336, -73.89384681678426, 40.60654632790917, -73.89400260097743, 40.60649792272398, -73.89410784676505, 40.60646771716045, -73.89423496977817, 40.6064280896575, -73.89428764503151, 40.606413065174976, -73.89437458154961, 40.6063908067453, -73.89440213374213, 40.60638818092478, -73.89445039941954, 40.60639254416466, -73.89448084804052, 40.60639188862646, -73.89452546056394, 40.60637592098975, -73.89455960681848, 40.6063599572423, -73.89459490908746, 40.60634145237027, -73.89469424656927, 40.60628652961702, -73.89472620076045, 40.606270686282585, -73.89475581799245, 40.60625773057568, -73.89488652058114, 40.60620668880718, -73.89509367055358, 40.60611665473389, -73.89516685849792, 40.606083456216524, -73.89528688022064, 40.60602724245547, -73.89536804832156, 40.60598716208386, -73.8955569194826, 40.605888118816985, -73.89560743391436, 40.60586341475221, -73.89565400586085, 40.605842247039526, -73.89569625137668, 40.60582534205682, -73.89574391795357, 40.60580910476063, -73.89579792312536, 40.60579311543215, -73.89587203236016, 40.60577330356595, -73.89607392920021, 40.60572328308094, -73.89617458226425, 40.60569552089248, -73.89640478882282, 40.60562623620672, -73.89646292786732, 40.605610276406836, -73.8965161238111, 40.60559703710777, -73.89656639680886, 40.605585946501684, -73.89661854815155, 40.60557580851482, -73.89667274566547, 40.60556659357826, -73.89672923872574, 40.60555825778764, -73.896788079348, 40.60555078407634, -73.89684999906402, 40.605544072238764, -73.89698634208222, 40.605532601197325, -73.89718414706063, 40.6055200422298, -73.89732659517782, 40.60550845827768, -73.89742738108005, 40.60549750426201, -73.89747445526105, 40.60549036099573, -73.89752604494501, 40.60548036167716, -73.89771248630993, 40.605436486807946, -73.89778975832651, 40.60542080811691, -73.89782340266403, 40.6054162111479, -73.89791209021696, 40.605407789926936, -73.89793758591081, 40.60540366476415, -73.89795995703065, 40.60539837064524, -73.8979917616085, 40.60538841118364, -73.89802247112812, 40.60537674785384, -73.89805175220141, 40.60536350643402, -73.89807930923341, 40.60534882354251, -73.89810142052235, 40.605334923773505, -73.89815403243033, 40.60529754919814, -73.89817931243411, 40.60528141712537, -73.89820904571295, 40.60526524036297, -73.89823921081953, 40.60525100820308, -73.89826231219794, 40.605241743368026, -73.89830018148227, 40.605228686889625, -73.89833052626193, 40.60522136187165, -73.89836435419207, 40.605216375881014, -73.89840223848341, 40.60521362225926, -73.8984468887154, 40.60521289717679, -73.89849873226564, 40.60521364898305, -73.89852729343677, 40.60521529604381, -73.89858229261138, 40.60522244520799, -73.89858208154536, 40.60522605161404, -73.8986382559143, 40.60523894532035, -73.89865562265963, 40.605244844648624, -73.8987165762578, 40.60527028140465, -73.89875193249017, 40.60528672998055, -73.89879354001393, 40.605307240903784, -73.89884875700555, 40.60533446187588, -73.8989648085294, 40.60539256930204, -73.89899408482381, 40.60540579669278, -73.8990207504698, 40.605416319314614, -73.89905028289579, 40.60542582775852, -73.89907852235797, 40.60543245158685, -73.89910596138168, 40.60543630559919, -73.89913285512836, 40.60543742153839, -73.89916610926979, 40.60543530567365, -73.89924699999185, 40.60542511516027, -73.89933215834883, 40.60541732011548, -73.89937734814524, 40.6054153758368, -73.89941484404459, 40.60541793642429, -73.89947963111864, 40.605428391437265, -73.89950376661498, 40.60543143289573, -73.89954633045572, 40.60543458231056, -73.89960254333339, 40.60543703672323, -73.89962529053712, 40.605436927816676, -73.8996503173028, 40.605435001840696, -73.89974721952396, 40.60542054026866, -73.89978887058898, 40.60541702493187, -73.8998177047354, 40.60541951209721, -73.89984780040255, 40.60542854535122, -73.8998788292519, 40.605444044260445, -73.8998944459577, 40.60545410949423, -73.89990991287493, 40.60546557580827, -73.89994458793201, 40.605496096787014, -73.90000694725283, 40.60555930108873, -73.90003378255513, 40.60558449943573, -73.90006426785786, 40.60560878241736, -73.900094814001, 40.60562795407886, -73.90015771451624, 40.60566207189614, -73.90020834322735, 40.60569008609024, -73.90021196140827, 40.60571123799905, -73.90023091239503, 40.6057783352612, -73.9002374936586, 40.60579570214411, -73.90025418339859, 40.60583973866411, -73.90028203565552, 40.605900122142884, -73.90031429017866, 40.605959085706985, -73.9003357234703, 40.6059915645224, -73.90036295973555, 40.60602618350288, -73.9003940967465, 40.60606131825454, -73.90045471246279, 40.6061257067857, -73.90056290311854, 40.606241987627826, -73.90063940304582, 40.6063221111196, -73.9006724647981, 40.606358241635114, -73.90068830688715, 40.60637905468806, -73.9007023579997, 40.60640366729603, -73.90071333396592, 40.60642798277503, -73.90073659966232, 40.60648625405468, -73.90075020397617, 40.606514186496234, -73.90082312078127, 40.60664281520141, -73.90083947654068, 40.60666868690963, -73.90087971402433, 40.606727226747175, -73.90089678351563, 40.60675547013755, -73.90090406648035, 40.60677709885668, -73.90090989342261, 40.606827614173, -73.90091828873051, 40.60684812540146, -73.90096873891066, 40.60692562730158, -73.90101142926083, 40.606989973970975, -73.90102271355829, 40.60701446978877, -73.9010264099064, 40.60702934419578, -73.90102934910888, 40.60704804246852, -73.90102879930959, 40.60706821729489, -73.90102223804692, 40.60708893986515, -73.90101016986296, 40.60710860498178, -73.9009936536599, 40.6071254719452, -73.90096429869851, 40.60714777330215, -73.9008818171848, 40.607205549046625, -73.9008236078057, 40.60725033943611, -73.9007771446756, 40.60728777636694, -73.9007557858245, 40.60730733167667, -73.90073529215508, 40.607329876562794, -73.90071524002174, 40.60735584110938, -73.90069409043201, 40.60738720243426, -73.90067857387403, 40.607414273132164, -73.90066496159527, 40.607444002014205, -73.90065304856496, 40.60747680494503, -73.90064236614718, 40.607513967465664, -73.90063115716531, 40.60756830428894, -73.90061105145075, 40.60764923304177, -73.90055104143126, 40.60787046554354, -73.90054417949457, 40.607904889269356, -73.90054004541355, 40.60794197369658, -73.90053854959127, 40.60798237793014, -73.90053960603446, 40.608028308174895, -73.90054301792951, 40.60806911378518, -73.90055633977491, 40.60817578585424, -73.90055818813434, 40.60820727961245, -73.90055784581003, 40.608235610642645, -73.90054911668823, 40.60836458217039, -73.90053702678414, 40.60850326561991, -73.90053708524606, 40.60854492112087, -73.90054273002309, 40.608639109809225, -73.90054774044077, 40.60890214853611, -73.90054786058865, 40.60899599564519, -73.90054565735693, 40.60902979213225, -73.9005417078017, 40.60906035423388, -73.90053629541191, 40.60908615941257, -73.90052814017535, 40.6091145674275, -73.90049607880296, 40.609203125829644, -73.9004660018188, 40.60928893754739, -73.9004489932678, 40.609333619327224, -73.90043038947604, 40.60937595296211, -73.90041084071544, 40.60941330318675, -73.90039506964156, 40.6094323760849, -73.90038261999145, 40.60944279243995, -73.90034165844013, 40.60947350885768, -73.90033059297902, 40.609484357757225, -73.90030067602149, 40.60953320584178, -73.90029463319343, 40.6095466913202, -73.90028479353398, 40.609591230707046, -73.9002827708528, 40.60962824761046, -73.90028493208763, 40.60965035820088, -73.90029691467134, 40.609699536195656, -73.9002999197201, 40.60972155836591, -73.9003001531282, 40.609744873082526, -73.90029882998108, 40.609770805166825, -73.90028944819052, 40.60985765507476, -73.90028702661903, 40.60989037974349, -73.90028441826965, 40.60991445563705, -73.90027393015696, 40.609973020088404, -73.90027222783489, 40.61000123106393, -73.90027386473301, 40.61001681601664, -73.9002777314272, 40.61003077025763, -73.90029243404695, 40.610054715284086, -73.90031325707636, 40.61007497978057, -73.90035070718083, 40.610106038837735, -73.900396881091, 40.61014116859753, -73.90041635400726, 40.61015956332218, -73.9004500693682, 40.61020232049284, -73.90050559899478, 40.61028299230216, -73.90055763876077, 40.61035775093928, -73.900568188187, 40.6103761018962, -73.90058423654332, 40.61041295703023, -73.90059178391975, 40.61042782757263, -73.90060517320818, 40.61044909507101, -73.9006209788618, 40.610470415086205, -73.90063929993883, 40.61049192278116, -73.90066032045176, 40.610513836239974, -73.90068361315994, 40.61053581469477, -73.90071033314231, 40.610559028919894, -73.90078170701634, 40.61061565323338, -73.90112566954943, 40.61087752782144, -73.90121820045749, 40.61094913673227, -73.90127459184063, 40.610993870877, -73.90132485834661, 40.611035751385295, -73.90137051885475, 40.611076047503325, -73.90141219054023, 40.61111530908431, -73.90142699723235, 40.61113162933331, -73.9014398173236, 40.6111497309102, -73.90145060954247, 40.61116955524624, -73.90145932202853, 40.611191012245456, -73.90146592530856, 40.61121405505591, -73.90147033937733, 40.611238447672584, -73.90147252083887, 40.61126396853018, -73.90147243949569, 40.611290260095814, -73.90147285573585, 40.611325283547444, -73.9014711933989, 40.61134113400822, -73.90146580868158, 40.61135551432793, -73.90144985099435, 40.611371220156144, -73.90140474417068, 40.61139430417238, -73.90138993565594, 40.611405580410576, -73.90137267481362, 40.6114267278639, -73.90135849848518, 40.611450787547675, -73.901350654971, 40.61146899927313, -73.90134403936193, 40.611489490372094, -73.90133188479918, 40.61154633708522, -73.90132882365954, 40.61157396967063, -73.90133027170607, 40.611599996894256, -73.90133618388313, 40.611623726216116, -73.90134647086722, 40.61164483427138, -73.90136288819899, 40.6116675883372, -73.90138234361606, 40.611688711460715, -73.9014043262776, 40.611707652983355, -73.90142836411744, 40.611724009965606, -73.9015157716741, 40.61177560464177, -73.90158025412134, 40.611815951918395, -73.90160327277924, 40.61182795847097, -73.90162671953725, 40.6118365316958, -73.90164948776238, 40.61184127711769, -73.90167108601274, 40.611842106065524, -73.90170127427452, 40.61183613441106, -73.90174621702751, 40.61181787873691, -73.90177498070106, 40.61180513932475, -73.90184077548602, 40.61177361333128, -73.90187376878116, 40.61175971583318, -73.90193497403655, 40.61173375109229, -73.90196370850796, 40.61172395001049, -73.90199273263241, 40.61171887150473, -73.90201897384105, 40.61172031489978, -73.90202842847754, 40.61173223416034, -73.90210651940441, 40.611803006061876, -73.90213750114299, 40.6118288377956, -73.90216695481676, 40.61185158663478, -73.90227222781172, 40.61192791346026, -73.90234430873588, 40.611978886620314, -73.90239544526409, 40.61201504728002, -73.90246946938086, 40.61206739350563, -73.90258726806759, 40.6121506052506, -73.90260514930706, 40.6121584621464, -73.90264873224997, 40.61216673253704, -73.90266603978712, 40.612172575370856, -73.90269537289302, 40.612188281891555, -73.9027210722989, 40.61220487144293, -73.90274302467381, 40.61222226828765, -73.9027611721825, 40.612240425551924, -73.90277488732238, 40.61226018019191, -73.90279760891228, 40.61230847007438, -73.90281060341425, 40.612328931910575, -73.9028235797654, 40.6123440095106, -73.90283788918397, 40.61235817600744, -73.90285336293746, 40.6123712628605, -73.9028698440586, 40.612383136659425, -73.90291696935695, 40.61241122051839, -73.90301355839891, 40.61246101265648, -73.9030524486045, 40.61248270751353, -73.90311166418981, 40.61251858379738, -73.90315802901925, 40.6125480708293, -73.90319880951395, 40.61257579892344, -73.90323502791702, 40.61260250737406, -73.9032688282434, 40.612631945961134, -73.9032964736602, 40.61266030863991, -73.90331714106853, 40.612681515300636, -73.90338943037794, 40.6127578124458, -73.9035586481853, 40.612940939648084, -73.90364615858923, 40.61303158930568, -73.90366020867346, 40.61304308273332, -73.90369797105609, 40.6130663262227, -73.9037132284834, 40.61307806019401, -73.9037243593884, 40.6130931487523, -73.90373788886387, 40.613128890080326, -73.90374644946361, 40.61314327677858, -73.90378207432246, 40.61318534475529, -73.90382130332331, 40.61322825052001, -73.9038645588502, 40.61327245638989, -73.90391269872714, 40.613318843787575, -73.90399782109705, 40.613396101321136, -73.90418177035696, 40.6135556075059, -73.9042599108389, 40.61362539009679, -73.90536396046882, 40.61461069325865, -73.90553517403826, 40.61476348688679, -73.90587112643988, 40.61506329572477, -73.90588349403691, 40.61507433363704, -73.90601306904163, 40.61518996664814, -73.90635681297115, 40.61549672434077, -73.90645637043893, 40.615586988114934, -73.90656829595046, 40.615683259327405, -73.90667643443459, 40.61578201099317, -73.90678069028635, 40.615883157495716, -73.90705063233248, 40.6160603330326, -73.90698581955475, 40.61612707047249, -73.90706905784732, 40.61620379557313, -73.90708452341893, 40.61621805342161, -73.90722960201761, 40.6163517827441, -73.90725019988041, 40.61636352685432, -73.90735784609413, 40.61645831968218, -73.90733627131954, 40.61647520777876, -73.90740311079428, 40.61653452764623, -73.90743685180452, 40.61656433505915, -73.90740812598496, 40.616582312444436, -73.90736285182726, 40.61660996609668, -73.9076204137174, 40.61684006744288, -73.90767991934769, 40.61689551711611, -73.9077177064867, 40.61693164935374, -73.90775812155093, 40.61690558378514, -73.9078199357874, 40.61686569435267, -73.9079274710397, 40.61697099563469, -73.90801669513726, 40.61705851668131, -73.90790235835172, 40.617132449779824, -73.90783630357932, 40.61717592353244, -73.90783925548713, 40.61719482783937, -73.90783971372169, 40.617213864324675, -73.9078376773676, 40.617232838475005, -73.90783316440516, 40.61725156479734, -73.90782622000243, 40.617269852417074, -73.90781691176721, 40.61728752038327, -73.90783549728309, 40.61729428559273, -73.90785513618678, 40.61729901736618, -73.90787544571532, 40.617301624443655, -73.90789603477945, 40.61730205428127, -73.9079165027726, 40.617300300254286, -73.90806898482118, 40.61720801531532, -73.90814477996365, 40.61715901550997, -73.9081968241663, 40.61720371483232, -73.90820955005205, 40.617217739806165, -73.9082593805152, 40.6172610172102, -73.90830566475096, 40.6173007482128, -73.90835018428069, 40.617341634959345, -73.9083725761004, 40.617345955499886, -73.90839553611693, 40.61734785948997, -73.9084186235817, 40.61734731235831, -73.90844138350687, 40.61734432184718, -73.9085225149539, 40.61732059646947, -73.90859698927348, 40.61724269308769, -73.90864833771069, 40.617288315586435, -73.90874504938685, 40.61737424989225, -73.90892075944318, 40.61726082361599, -73.90896897073242, 40.617230066680996, -73.9089919502555, 40.617215046172035, -73.90900586239478, 40.61720595291605, -73.90910309931805, 40.61714333465858, -73.90902204997533, 40.61707158004852, -73.90893940372301, 40.61699589334055, -73.90914874535129, 40.61683176878909, -73.90922242041827, 40.61678363109704, -73.90943060273044, 40.616666427674375, -73.90944677901972, 40.61668425813163, -73.90955558948167, 40.61661846526277, -73.90959665784435, 40.61659362427061, -73.9095946932297, 40.61657309984617, -73.90959179850138, 40.61655263952776, -73.9095879771714, 40.61653226853251, -73.90958323393812, 40.61651200847661, -73.90957757940153, 40.616491886383926, -73.9095710147148, 40.61647192386771, -73.90956354929597, 40.616452147950866, -73.90955519375336, 40.61643257935354, -73.90954595514509, 40.61641324239522, -73.90953584525873, 40.61639415959797, -73.90952487942563, 40.616375354387124, -73.90950154752014, 40.61634377365086, -73.90947695515007, 40.616312752041345, -73.9094511235449, 40.616282321092804, -73.90942407748292, 40.61625250964062, -73.90939584292526, 40.61622334562045, -73.90936644701576, 40.61619485606862, -73.90933591571759, 40.61616706711973, -73.90913460824719, 40.61600524118188, -73.90908365841787, 40.6159329340609, -73.90909392493413, 40.615855947607514, -73.90906970718694, 40.61583386027738, -73.90903944186398, 40.615805351942356, -73.90896242445663, 40.615733183528036, -73.90886275824877, 40.61572771583253, -73.90883451822009, 40.615723666307936, -73.90881802056975, 40.615715592656215, -73.90879169003553, 40.61568140328587, -73.90877526444618, 40.61565779389094, -73.90875110033824, 40.61563117601275, -73.90873049343692, 40.61561132206815, -73.90870899949796, 40.61559202303702, -73.90868664094228, 40.615573302350214, -73.90866344728225, 40.61555518254377, -73.90863944448732, 40.61553768434973, -73.90861936537674, 40.61552078541502, -73.90859780407763, 40.615504984834836, -73.90857485975187, 40.61549035743041, -73.90855064456615, 40.6154769735309, -73.90852527305888, 40.615464897163626, -73.90849886923182, 40.61545418515942, -73.90847127912726, 40.61544594233464, -73.90844445546551, 40.615436340326454, -73.90841851399328, 40.615425425154164, -73.90839356573618, 40.61541323833076, -73.90836971461314, 40.61539983307062, -73.90813338864012, 40.6153080452114, -73.90785703546315, 40.615204006512144, -73.9077309145478, 40.615074971392204, -73.90762489136686, 40.614966497680705, -73.90757051637105, 40.614910866584765, -73.90755225883699, 40.61489218589447, -73.90750904591503, 40.61484797425259, -73.90743556112456, 40.61487884891324, -73.90738832264601, 40.61483091573112, -73.90733936254931, 40.61478123593095, -73.90725252816371, 40.614687820549214, -73.90709849188453, 40.614522110976026, -73.90706289401918, 40.614478163768204, -73.90696011285829, 40.614416488555754, -73.90690617071843, 40.614374032121304, -73.90666073355248, 40.61418085222998, -73.90663629750296, 40.61415701719328, -73.90663060767314, 40.61414009447411, -73.90663662055282, 40.61412543616637, -73.90665473882639, 40.6141166131629, -73.90669570598797, 40.61410382209672, -73.90671046510738, 40.61409470008616, -73.90669640922924, 40.61408174548214, -73.90666262955958, 40.61408663670665, -73.90664248740202, 40.61409267455563, -73.9066118735338, 40.614107665884106, -73.90659175045865, 40.614114415151704, -73.90657099802674, 40.614114903478686, -73.90654698903494, 40.61410174895504, -73.90652417931447, 40.61408533191167, -73.9064672203903, 40.61404320690953, -73.90643095794809, 40.61401524502064, -73.90640469275854, 40.613992268443255, -73.9063868805672, 40.613954729206434, -73.90637436127956, 40.61393566397451, -73.9063534483895, 40.61391411006599, -73.90634348936618, 40.613901281226966, -73.90634125703488, 40.61388620377711, -73.90634320035494, 40.61386723227222, -73.9063276749158, 40.6138304540285, -73.90631179078724, 40.613808455750295, -73.90629359415509, 40.613790629502056, -73.90627313221702, 40.61377702394934, -73.90622868283836, 40.61376029923188, -73.90618569528048, 40.61373849404716, -73.90616723932087, 40.61372613193187, -73.90615512630026, 40.61371403254139, -73.90613541789793, 40.61368560769593, -73.90612538724164, 40.61367419349853, -73.90609462087082, 40.61364728329714, -73.90605817215501, 40.61361843772537, -73.9060406605316, 40.61360683550099, -73.90600164158555, 40.613583102772665, -73.90598366198421, 40.613569857605505, -73.90596894993556, 40.613555641644744, -73.90593334758337, 40.61351577163974, -73.90589325075464, 40.613477986253564, -73.9058626378143, 40.61344798822649, -73.90584158838048, 40.61342879617981, -73.90581897759361, 40.61341321123988, -73.90577387828766, 40.61339004258119, -73.9057580648672, 40.61338093975236, -73.90574246062799, 40.61336763886124, -73.90573066284728, 40.61335583055244, -73.90569143054516, 40.613300957506254, -73.90565319054917, 40.61325303458601, -73.90564172098865, 40.61324061868525, -73.90563195795126, 40.61322807991235, -73.90560639133336, 40.61320119726105, -73.90559249729077, 40.61319190777633, -73.9055607250152, 40.61317804516234, -73.90553137595913, 40.61315445619605, -73.90550086567029, 40.613124786846136, -73.9054767359737, 40.613093795366254, -73.9054695512058, 40.61307889573077, -73.90546075965149, 40.61304376545558, -73.90545330490629, 40.613030098411045, -73.90543382691268, 40.61302539607362, -73.9053620570128, 40.613065980248585, -73.90527802167536, 40.6129954794322, -73.90514227368824, 40.61293856888715, -73.90512593785542, 40.61295711875804, -73.90502440586529, 40.612906551667784, -73.90506215229802, 40.61285487669848, -73.90484714410671, 40.61279218650261, -73.90467101000367, 40.61266145681722, -73.9042651786215, 40.612364829883695, -73.90437451589395, 40.612222771744015, -73.90431801075643, 40.61219010062149, -73.90430223713486, 40.61216428754304, -73.90428029568368, 40.61210356600489, -73.90429041826182, 40.612016689396306, -73.90389587591343, 40.611725110754506, -73.90367822890765, 40.61154953665082, -73.90353158332464, 40.6114386611966, -73.90341531947531, 40.61131556939348, -73.90335745861354, 40.61127829949166, -73.90333878244878, 40.61126705788263, -73.9032989211829, 40.61121053732271, -73.90320684595822, 40.61107305550217, -73.90317745950499, 40.61102269068127, -73.90315612219167, 40.61099447916807, -73.90313028621395, 40.610967206705986, -73.90310676964678, 40.61094981942041, -73.90307644918842, 40.61093570609347, -73.90303422661329, 40.61093181264659, -73.90295795652088, 40.610911511752796, -73.90286619575025, 40.61088027438863, -73.90283186529875, 40.61088455617017, -73.90244793305507, 40.610537068079054, -73.90237969111858, 40.61048153889347, -73.902326398005, 40.61049875752432, -73.90225537082249, 40.61040871969961, -73.90222395113231, 40.61033944554372, -73.90222638265907, 40.610252492315944, -73.90228202583965, 40.61025223795986, -73.90224384370451, 40.609716585850165, -73.90216311121127, 40.609509147660894, -73.90215417921526, 40.60941413768959, -73.90215109728874, 40.60935144882944, -73.90215142546435, 40.609250083650764, -73.90215434399018, 40.6091501480036, -73.902158771675, 40.60911050448986, -73.90216840736328, 40.60906556493615, -73.90210251805486, 40.609029716686614, -73.90207776375314, 40.60896665905782, -73.90201761065099, 40.608823356350705, -73.90199792537906, 40.60873708756587, -73.90194822150055, 40.60873861028262, -73.90197960448398, 40.60863098594192, -73.90196493074913, 40.60842061147064, -73.90199063537244, 40.60837861052912, -73.90201973663105, 40.6083779500432, -73.90201441151049, 40.608350358909966, -73.90200434472193, 40.60831387287919, -73.90199681557907, 40.60829940857741, -73.90197307042939, 40.608287250191054, -73.90194745376144, 40.608059407954535, -73.90191622683034, 40.608059355195614, -73.90187802766025, 40.607807460059924, -73.90191353941415, 40.60780715987926, -73.90188779208944, 40.60751009706946, -73.90187640196383, 40.607345097275434, -73.90190751911636, 40.60734484917732, -73.90189745479249, 40.607232852548904, -73.90186893408881, 40.607232774170484, -73.90170495011584, 40.60625805105844, -73.9016987269854, 40.60622105228072, -73.90167739172058, 40.60609423418885, -73.90171150344725, 40.60609644893293, -73.90170080309008, 40.60587189724631, -73.90165858287159, 40.60585659997725, -73.90164807938713, 40.605796917878, -73.90164211757669, 40.605763043231, -73.90177776129845, 40.60567730253285, -73.90181299486598, 40.60567096414417, -73.90187735304539, 40.605734894956846, -73.90521977969368, 40.60490379731418, -73.90523896226752, 40.60490185089351, -73.90525824189366, 40.60490311671292, -73.90527582951775, 40.60491024623674, -73.90529253151362, 40.60492617313155, -73.9053053562782, 40.604944210355406, -73.90531713942094, 40.60496523915547, -73.90534722496099, 40.605035131863765, -73.90537784297649, 40.60509867992154, -73.90538900571337, 40.60512481686639, -73.90539762473367, 40.60515253483459, -73.90540140164175, 40.605177878641925, -73.90540185758023, 40.605205491733564, -73.9054000622006, 40.60523428355691, -73.9053981958816, 40.60525727055478, -73.90538771626309, 40.60529267947161, -73.90537371675399, 40.60532313801982, -73.90535237565047, 40.605364072600416, -73.90554994194542, 40.605748424956445, -73.90559509949823, 40.60580022767993, -73.90565238200278, 40.605863022208325, -73.9056890073913, 40.6059008525906, -73.90570289284169, 40.60591265091967, -73.90571669034196, 40.60592230773301, -73.90574512008017, 40.60593035110246, -73.90576054988529, 40.6059379272416, -73.9057684707173, 40.605954032372466, -73.9057701907334, 40.60596849166756, -73.90576917475539, 40.60599014659394, -73.90577114867808, 40.606014742375685, -73.90577596612277, 40.60603883799708, -73.90578354851307, 40.60606201915312, -73.90579378524953, 40.60608395706206, -73.90583452140419, 40.60615282546447, -73.90589220837295, 40.606239200376855, -73.90591186972543, 40.60626584131419, -73.9059356675099, 40.60628676371524, -73.90597608944569, 40.60631214378931, -73.90599558130883, 40.60632241488039, -73.9060186457762, 40.60633215307881, -73.9060930007213, 40.60635684223669, -73.90611282297004, 40.606362414652814, -73.90613462263597, 40.606366672116955, -73.9061585615382, 40.60636965258206, -73.90618510395159, 40.60637141045711, -73.90622613433811, 40.60637169518637, -73.90627608433137, 40.606366912732156, -73.90632378229098, 40.60636295600069, -73.90642917402631, 40.60635177451674, -73.90649114829144, 40.606347285422146, -73.90656217300116, 40.606345527731946, -73.90663400088134, 40.60634566354799, -73.90670650433124, 40.60634769186468, -73.90677954039255, 40.606351609863246, -73.9071593468499, 40.60637579643436, -73.9072260136963, 40.60638104898114, -73.90726406553227, 40.60638292846196, -73.90729302117704, 40.6063843584371, -73.90736017552224, 40.60638571654073, -73.90742727823064, 40.6063851186293, -73.90746631865139, 40.606383867723686, -73.9075466023821, 40.60637932075774, -73.907628348959, 40.606372148088106, -73.9077115193806, 40.6063623496804, -73.90779607463766, 40.60634993090334, -73.90798170930456, 40.60630953996643, -73.90802392728534, 40.60630713514488, -73.90804249093176, 40.60630870159864, -73.90807097483858, 40.606318916495034, -73.90813285552767, 40.60633853612145, -73.90815228829693, 40.60634906524912, -73.90816769132928, 40.60636606590844, -73.90817832146007, 40.60638607680044, -73.90819826422265, 40.60643646794263, -73.90836175522206, 40.60639441074769, -73.90842084160776, 40.60650883316579, -73.90839407060892, 40.60651858429848, -73.9084318506058, 40.60662225640192, -73.90844114466417, 40.60664387723874, -73.908454962956, 40.606654280271584, -73.90849953293777, 40.60666617383857, -73.90851788163093, 40.60667379065276, -73.90855748913215, 40.6066804626218, -73.90861802786686, 40.60668553568419, -73.9086406450324, 40.60668577339173, -73.90866026226668, 40.6066825137842, -73.90867877029156, 40.606674729969214, -73.90871081255366, 40.60664921391358, -73.90872252598602, 40.606636677141715, -73.90875364424588, 40.606603369922915, -73.90877576398505, 40.60658542026317, -73.9088010838185, 40.606569745155845, -73.908828540573, 40.606554444554234, -73.90885840030631, 40.6065393664795, -73.90889119389972, 40.6065242456966, -73.90895829720506, 40.606496441216166, -73.90909561870386, 40.60644396121441, -73.90911492922478, 40.60644895097043, -73.90913377291675, 40.606454894007115, -73.90915187400886, 40.60646126600283, -73.90917101308285, 40.60646374585856, -73.9091901400625, 40.60646121969877, -73.90921323209785, 40.60644758692574, -73.9092355704701, 40.60643555918391, -73.90925889271244, 40.606424665971915, -73.9092830959628, 40.60641495673673, -73.90930807855676, 40.606406469219486, -73.90966577578862, 40.60624198236768, -73.90968650527068, 40.6062304296498, -73.90970616211847, 40.606217836882855, -73.90972465645916, 40.60620425892871, -73.90974190313565, 40.606189758757566, -73.9097578252557, 40.606174403848804, -73.90977234947094, 40.60615826258506, -73.90978540596798, 40.60614141055593, -73.90979693911234, 40.60612392336208, -73.90980689207977, 40.60610588290697, -73.90981522577046, 40.606087370207234, -73.9098207686845, 40.60607144071651, -73.90982502659523, 40.60605162086183, -73.90982663813378, 40.60603157380024, -73.90982558412037, 40.606011504835784, -73.90982187964019, 40.605991619299274, -73.90981555986721, 40.60597212073615, -73.90972950443098, 40.60582671609647, -73.90971034977645, 40.605829761025085, -73.90969082607438, 40.60582873620058, -73.90967239834198, 40.60582372021903, -73.90965644257888, 40.605815087879286, -73.90964415009827, 40.60580348219131, -73.909636657935, 40.605790363796785, -73.90953449194926, 40.60572403020401, -73.90943185128738, 40.60566720205862, -73.90940744005051, 40.605662349716916, -73.90938378631247, 40.60565566450398, -73.90936112511422, 40.605647211443205, -73.9093396867419, 40.60563707626642, -73.9093196813745, 40.60562535999866, -73.90930130971472, 40.60561218076744, -73.90928476063351, 40.60559766839783, -73.90928617284845, 40.60558181761917, -73.909291151567, 40.60556639109973, -73.90929954964797, 40.605551850690844, -73.90931111364986, 40.60553863024357, -73.90932549565386, 40.60552713021481, -73.90934226865355, 40.60551769606729, -73.909360925388, 40.605510607462335, -73.90915407370173, 40.60529972823913, -73.90912396226118, 40.60530574333673, -73.90908850732957, 40.60526358256122, -73.90906984519158, 40.60527119792337, -73.90896197893107, 40.60516812880373, -73.90878505436186, 40.60479285614287, -73.90872468514564, 40.60475059352929, -73.90855735161674, 40.604444798915246, -73.9084481935247, 40.604473697127496, -73.90829157491864, 40.604131681734785, -73.9083253641453, 40.60407305136416, -73.90889944387325, 40.603913349936526, -73.90893375202975, 40.60397620387293, -73.9091252614599, 40.603926785301326, -73.90913452975887, 40.60394378278562, -73.91091601478429, 40.60350359457453, -73.9125289565912, 40.60376506823954, -73.91318766369902, 40.60390132413031, -73.91349695319347, 40.60394709404948, -73.91356351537023, 40.60396690699235, -73.9135890434981, 40.60399953500366, -73.9136309635643, 40.60402520258412, -73.9136884467458, 40.604068125039916, -73.91371208749821, 40.60408749771824, -73.91373323401828, 40.604108747009086, -73.91374833753697, 40.604129646861026, -73.91375938422586, 40.60415382156818, -73.91376336857121, 40.60417648530196, -73.91376121237892, 40.60422764686056, -73.9149630108787, 40.60529069576461, -73.91554618205764, 40.60580797057354, -73.91623020700975, 40.606414688258944, -73.91626748313877, 40.60644175810046, -73.91668720850453, 40.60674656565341, -73.91673065965169, 40.606788014853294, -73.91666787524875, 40.606826478374934, -73.91674591358193, 40.60688851245971, -73.91672945373851, 40.606902266816554, -73.91669549671066, 40.60693064557613, -73.91667697877314, 40.60694611843081, -73.91670440235228, 40.60699207033646, -73.91664956756453, 40.607036034593946, -73.91662997760949, 40.607051742600305, -73.91659149313892, 40.60708259538087, -73.91664931858531, 40.607124730432034, -73.91667827973586, 40.607145833552316, -73.91669371711416, 40.607157080555986, -73.91666391179442, 40.60717236152007, -73.91664888321054, 40.607180067195735, -73.9166003781417, 40.60720493594682, -73.91662875390317, 40.607249171264684, -73.91663728479774, 40.60726247185919, -73.91667478233494, 40.60732093032219, -73.91668140646239, 40.607362412268245, -73.91669375427321, 40.607439780562665, -73.91669618000067, 40.607454971425604, -73.91671864227902, 40.60759570417305, -73.91672402835557, 40.60762945513753, -73.91684549333672, 40.60766667970577, -73.91682898132593, 40.607711737983635, -73.91670162799834, 40.60768718938102, -73.91660701106254, 40.60792323313158, -73.91657168140262, 40.608011371294985, -73.91655906762388, 40.60804283898318, -73.91632311598343, 40.608666310406896, -73.91633414722067, 40.608678700613474, -73.91678682189892, 40.60876919488751, -73.91670525404545, 40.609017957205886, -73.91653771118708, 40.60952893134703, -73.91653471769425, 40.60954347980498, -73.91655827724209, 40.60959883577774, -73.91647868950301, 40.60990866553743, -73.91638077207695, 40.610072870230354, -73.91626784114861, 40.610118736241255, -73.9162247767812, 40.61022613530808, -73.9160583383525, 40.610432313507964, -73.91618500642808, 40.6105473575442, -73.91570986128735, 40.6108498987715, -73.91561316914307, 40.61089659912087, -73.91563229920816, 40.61092049229813, -73.915576550855, 40.610973618167016, -73.91553634364645, 40.6109545948246, -73.91534960420468, 40.61103589613101, -73.91516355595873, 40.611138276155124, -73.91508782999817, 40.61115532114579, -73.91501300631116, 40.611224707775875, -73.9149247112884, 40.611266612171825, -73.91498492418982, 40.61132890798555, -73.9148797134118, 40.611390532965494, -73.91482726559298, 40.611339001383726, -73.91466746924397, 40.611444393386606, -73.91450484704254, 40.61164760583204, -73.91459504245191, 40.61183698234531, -73.91471170562815, 40.61228403206576, -73.91479498888829, 40.612643496495295, -73.91479999208711, 40.6126694109107, -73.91491317223131, 40.61325545420054, -73.91477098570245, 40.61336074859989, -73.91479691693448, 40.613530779977204, -73.91487919767374, 40.613490904610714, -73.91491427451608, 40.61374699296004, -73.91493046444262, 40.613959644172034, -73.91468023206276, 40.61414053195751, -73.9143833751462, 40.61433189716512, -73.91410306415015, 40.6144578681993, -73.91398343054426, 40.61452799059168, -73.9139051887105, 40.61459040208599, -73.91390177675896, 40.61461634535273, -73.91390190909812, 40.614636510827275, -73.91390562085051, 40.61465390447637, -73.9139130476322, 40.61466874522792, -73.91393167127448, 40.61469259507437, -73.91396631039038, 40.61473035105001, -73.91401844497115, 40.61478533717102, -73.91404233669041, 40.614809221557316, -73.91409282162624, 40.61485969750001, -73.91410548320978, 40.61487104452584, -73.91412357996987, 40.614884763081655, -73.91414125848374, 40.614895669894466, -73.9141599858031, 40.614905172674455, -73.91417932613983, 40.614913066677346, -73.91419902436631, 40.614919256257224, -73.91421879344074, 40.614923652048006, -73.91423839590288, 40.61492620344339, -73.91426512074032, 40.61492767051698, -73.91429157336162, 40.61492762720705, -73.91431726690347, 40.614926071349934, -73.91434185981814, 40.61492302790613, -73.91436497861389, 40.61491855152994, -73.91438652399141, 40.614912669163886, -73.9144063410871, 40.614905426620204, -73.91442432586045, 40.61489686254468, -73.91445242481653, 40.614880966744956, -73.91447571514945, 40.61486617950456, -73.91449569294556, 40.614851547386735, -73.91451271898764, 40.614836789698785, -73.91459043342682, 40.61475965837909, -73.91461809411672, 40.61473340891883, -73.91462176929514, 40.6147093299061, -73.9146754334872, 40.61467282119214, -73.91472628594029, 40.614673632475565, -73.91474402661824, 40.61467013360156, -73.91476663896765, 40.61465684246569, -73.91478984874404, 40.61464024505375, -73.91485924539057, 40.61458104487041, -73.91488525212827, 40.61456080329963, -73.91498813485552, 40.61448740049091, -73.91506013816465, 40.61443735681389, -73.91512670779659, 40.61439297876243, -73.91518875310443, 40.61435379514371, -73.9154799695289, 40.6141767510067, -73.9156724181527, 40.61405892044318, -73.91582840704477, 40.61396382804603, -73.91591612748454, 40.61390764117548, -73.91622657653207, 40.613698742456265, -73.91625840727656, 40.613677376464544, -73.91636531720837, 40.61359412004569, -73.91637886111913, 40.6135841998492, -73.91641447342697, 40.61355978379728, -73.91643008548438, 40.61354875025306, -73.91644578088223, 40.61353721517681, -73.91648972245635, 40.61349987636902, -73.91653536844258, 40.613467829345566, -73.91660057253745, 40.6134243382607, -73.91625951215772, 40.61279660781603, -73.9161905924024, 40.61267043324069, -73.91573181662255, 40.61183051993272, -73.91582352807178, 40.61173517866633, -73.91626117095429, 40.61147423538991, -73.91647426175922, 40.61134718274448, -73.91673735667464, 40.61117834751038, -73.91672018466625, 40.61115970147541, -73.91669192733934, 40.611129019135944, -73.91677101171572, 40.61108019160788, -73.9168054688473, 40.61110636229933, -73.91682527333018, 40.611121402736714, -73.91714651766861, 40.61090751230144, -73.91754727786228, 40.61058182873283, -73.91801514774743, 40.61027381395636, -73.91803161471374, 40.61026723027939, -73.91804660199526, 40.6102589534647, -73.91806953722158, 40.61023885576152, -73.91808077318085, 40.61021681089289, -73.91808393677987, 40.61020301445275, -73.91808664195845, 40.61018243495598, -73.91808641972258, 40.61016517449714, -73.91808180828494, 40.61014747865976, -73.91807307579731, 40.61013037603027, -73.91806079395379, 40.61011500437421, -73.91802608671841, 40.610080825538084, -73.91798651145939, 40.610044537797975, -73.91794124917939, 40.6100052976759, -73.9178793272439, 40.609953591418225, -73.91777458721326, 40.60986911423345, -73.91774981530699, 40.60984452577269, -73.91772693370302, 40.60981539192512, -73.91771909436537, 40.60980044035338, -73.91771482407707, 40.609783118461266, -73.91771410867976, 40.60976340732807, -73.9177169413569, 40.609741082719104, -73.91772609388681, 40.609699123153895, -73.91773808965581, 40.60965309886631, -73.91777731830342, 40.609524397342476, -73.91784179135703, 40.60932030955605, -73.91784466552313, 40.60930646878883, -73.91786536174558, 40.60924569835593, -73.91793704574692, 40.60902803129112, -73.91796143469124, 40.60895733612272, -73.9179817867338, 40.60890339497911, -73.91799268317969, 40.60888151106738, -73.91801217537294, 40.6088512935533, -73.91802476199044, 40.60883477615339, -73.91804010591481, 40.608818701973995, -73.91805805925102, 40.608803228499916, -73.91807837714694, 40.60878856717806, -73.91819551305242, 40.60871215847618, -73.91834457518871, 40.60861665696206, -73.91836456457588, 40.608603850431145, -73.91847082014976, 40.60853577525385, -73.91854023137024, 40.608490646185075, -73.91855734026214, 40.60847952335599, -73.91872164707499, 40.60837269368099, -73.91880220236182, 40.608323015692655, -73.91883396092591, 40.60830575080481, -73.91886404295259, 40.60829127274057, -73.91889878370571, 40.60827702218578, -73.91892886047658, 40.60826782296034, -73.91896043572994, 40.608266218884964, -73.91897933885384, 40.60826327849961, -73.91899726013406, 40.60825444530424, -73.9190524881343, 40.60821803828983, -73.91930782378819, 40.6080490556885, -73.9193361020845, 40.60803198273096, -73.91935388303706, 40.60802184812721, -73.91942019890612, 40.60798523529115, -73.9194504686996, 40.607966702154535, -73.91947972769442, 40.60794860505491, -73.91949325867532, 40.60793827474041, -73.9195045958195, 40.607921756302126, -73.91950369997392, 40.60790134624532, -73.91949400776008, 40.60787069919773, -73.91948899967595, 40.60779177574683, -73.919486011568, 40.607747591344854, -73.91948192508927, 40.60771671138514, -73.91947543588994, 40.6076892427201, -73.91946628322518, 40.607664868182965, -73.91945706940773, 40.607649073775534, -73.91944354934571, 40.60763277295745, -73.91942855976185, 40.60761813437171, -73.9193907792398, 40.60758444997178, -73.91937395226523, 40.607566923917254, -73.91929992932756, 40.60747354276988, -73.91926473660116, 40.60743399954772, -73.91923083337839, 40.60740099320946, -73.91914339767658, 40.60732022424946, -73.9190765012385, 40.6072513475705, -73.91904699653571, 40.60722375911289, -73.91903289131827, 40.607212711478965, -73.919015983635, 40.60720148266487, -73.91894948189918, 40.60716390923497, -73.91892352290016, 40.60714725648356, -73.91881111668012, 40.60706447589543, -73.91874089559977, 40.60701041205889, -73.91869594473816, 40.60697195049213, -73.91867832044707, 40.60695450211583, -73.91866161364376, 40.60693560634667, -73.91864583613437, 40.60691527129806, -73.91863100089647, 40.606893513188986, -73.91860852392398, 40.60685767000451, -73.9185950976547, 40.60683258095677, -73.91857369646175, 40.6067788775727, -73.91855321025406, 40.60677422446822, -73.91749062074794, 40.60580938290882, -73.91702462068986, 40.60538624055946, -73.91709263179852, 40.605343058270506, -73.91700860972094, 40.605375715402644, -73.91666650009392, 40.6050590315587, -73.9166528832806, 40.60504642788146, -73.91663867639056, 40.60503327535649, -73.91657083882794, 40.60497163491506, -73.91652143243527, 40.604926743127024, -73.91650603083318, 40.60491283327905, -73.91643777408574, 40.60485118164735, -73.91642183552892, 40.60483678691661, -73.91634062748415, 40.604763440630904, -73.91626966837467, 40.60469937082991, -73.91623206158026, 40.60466541264786, -73.91621623987989, 40.604651180067414, -73.91603602767084, 40.60448936878359, -73.91601601633936, 40.60447140225059, -73.91585870779251, 40.6043301528357, -73.91549913123144, 40.6040065961101, -73.91435849645917, 40.602983491403705, -73.91383772756444, 40.60289743816348, -73.91387813633852, 40.6027514829544, -73.9138919995763, 40.60270141708875, -73.91364876338828, 40.60251494530685, -73.91354816174197, 40.60247126907825, -73.91349094346543, 40.60244387265215, -73.91346358256514, 40.602429279798635, -73.91344380233687, 40.60241724112678, -73.91340742556898, 40.60239259343924, -73.91338116266643, 40.60237226146287, -73.91335350522994, 40.602335846898185, -73.9133215168654, 40.602305518393536, -73.91329677244158, 40.60228866446034, -73.91327108527142, 40.60227539749196, -73.91324478004879, 40.60226587982704, -73.91320273048301, 40.60225626921944, -73.91308221339568, 40.60223334358806, -73.91305967545058, 40.60223148407172, -73.91223182572283, 40.60216939957884, -73.91200038555958, 40.60216351328576, -73.91196958914432, 40.60216878747496, -73.91190417916008, 40.60217826218142, -73.91187518777687, 40.60218104868461, -73.91184287627222, 40.60218215856239, -73.91180784107833, 40.60218175796584, -73.91174993940834, 40.60217959819164, -73.91172186019384, 40.60217518297737, -73.91157936780628, 40.602156991845526, -73.91154717370021, 40.602153321756916, -73.9109707099077, 40.60208800209575, -73.91095169618472, 40.60213061990361, -73.9109294144061, 40.602124563732815, -73.91095281602931, 40.60204838595236, -73.91092145536332, 40.60204440925586, -73.9108980498601, 40.60212346869915, -73.91087097846386, 40.602116447946, -73.91087709178905, 40.602095840626205, -73.91079740599685, 40.60208930044516, -73.91080236597683, 40.602042341143004, -73.91075108572609, 40.60204088210822, -73.91074633441109, 40.602078434711636, -73.91074240856634, 40.60212157479775, -73.91069520664801, 40.60211576397836, -73.91069761451875, 40.60210162404322, -73.91070943469211, 40.60203224976532, -73.91068508210608, 40.60201892292001, -73.9106595913842, 40.60200764567468, -73.91063294832396, 40.6019984351274, -73.91060516358327, 40.601991271474205, -73.9102768615636, 40.60198108017339, -73.91019908258053, 40.601985300509575, -73.91013881421486, 40.601991347237906, -73.91011247743286, 40.60199603187264, -73.91008693973811, 40.60200304407682, -73.90999404677227, 40.60204527881534, -73.90997833514801, 40.60205688054915, -73.90995149277227, 40.6020719901007, -73.90993398730846, 40.60207771001053, -73.90990698341015, 40.6020785443414, -73.90983680051399, 40.602066664540814, -73.90976799356972, 40.60205078295485, -73.90972721226453, 40.60203862719385, -73.90967890653204, 40.60202005378454, -73.90958329363527, 40.60197844379994, -73.90944353472194, 40.60191342589562, -73.90939199448819, 40.60190687989789, -73.90936014387155, 40.60190101219198, -73.90933260736185, 40.60189301994595, -73.90930986489565, 40.601882715332316, -73.90928360084597, 40.60185124925579, -73.90927155710182, 40.601838898086406, -73.90924971716514, 40.601830440244626, -73.90920133574238, 40.601823424781664, -73.90917832338859, 40.60182742473011, -73.90914340048073, 40.601843634449644, -73.90911939771733, 40.601857417781254, -73.90909631882089, 40.601876436576426, -73.9090767361779, 40.60189699172302, -73.90906232743306, 40.601913920953685, -73.9090374375352, 40.60194316824056, -73.90900989398628, 40.601970699726564, -73.90899720582823, 40.601980412622716, -73.90897080343447, 40.601995036011694, -73.90889053439729, 40.602017859187086, -73.90876370853847, 40.6020462294967, -73.90818402404369, 40.60218114250403, -73.90816521340928, 40.602184744873746, -73.90814380115204, 40.60218748336098, -73.90806884759168, 40.60219278694204, -73.9080403707804, 40.60219585475319, -73.90801241066637, 40.602201211198754, -73.9079884774158, 40.60220887169663, -73.90787299285479, 40.60225708771443, -73.90779883565709, 40.60229137777822, -73.90776741212757, 40.60230473613068, -73.90774577220898, 40.602311445665606, -73.90772030494107, 40.602315960251396, -73.90769568076071, 40.60231826562632, -73.90763068789896, 40.602322028022414, -73.90755836852959, 40.6023275711257, -73.90738748735828, 40.60233809033506, -73.90730323717344, 40.602345424708076, -73.90726966793108, 40.602349431067935, -73.907227893125, 40.602356083734094, -73.90719979115032, 40.602363104033124, -73.90717539311483, 40.602371836508766, -73.90707889629464, 40.602413452724726, -73.90702533822696, 40.602436384441795, -73.90699274204783, 40.602449174304496, -73.9069683286136, 40.60245534923966, -73.90693964859926, 40.60245744314877, -73.90691168669525, 40.60245631466207, -73.90684865632792, 40.60245060380766, -73.90682222506406, 40.60244988627762, -73.90669010271307, 40.60245412410478, -73.90652136433972, 40.60246292737028, -73.90644542397197, 40.602468105718565, -73.90637273192428, 40.602474670766156, -73.90630293724823, 40.602482652850924, -73.90623583196306, 40.60249207702303, -73.90617117971486, 40.602502980916285, -73.90610892732204, 40.60251537259595, -73.90604897786808, 40.602529274499865, -73.9059912604407, 40.60254470098193, -73.90594775367428, 40.60255948888798, -73.90584755675198, 40.60260181155434, -73.9058005477084, 40.60261846331872, -73.90563580268756, 40.60266874932803, -73.90558615598104, 40.60268239199411, -73.90554104648295, 40.60269332059085, -73.90548753601774, 40.60270379290084, -73.90541180560612, 40.60271563910845, -73.90538064407264, 40.602719556845955, -73.90534810551894, 40.60272221451043, -73.90531414858927, 40.602723615668666, -73.90527869293891, 40.602723763855316, -73.90524287990156, 40.602722652805845, -73.90520558475491, 40.60272024196925, -73.90512456935689, 40.602711369808546, -73.90504826377082, 40.60269975308704, -73.90487362994453, 40.60266968160852, -73.90479150688314, 40.602657993262476, -73.90472104522796, 40.60265123768289, -73.90465626050066, 40.60264872823105, -73.90462415306644, 40.602648996061305, -73.90459616044186, 40.602650320009325, -73.90457062842007, 40.60265278155264, -73.90454709732546, 40.60265643254146, -73.90446943918668, 40.60267117440886, -73.90441932735324, 40.60268190659601, -73.90436909834767, 40.60269441989749, -73.90424017271539, 40.60272896825778, -73.90415685866726, 40.602749433425274, -73.9040883758147, 40.60276500036093, -73.9040256910697, 40.60277772194391, -73.90396718773724, 40.60278789130368, -73.9039391570143, 40.60279100980135, -73.9039114715131, 40.60279150715964, -73.90388502446918, 40.602789367916365, -73.90386041718902, 40.602784645706265, -73.90379971407235, 40.602768443138245, -73.90375854758744, 40.602754284876646, -73.90363714923524, 40.60270505154188, -73.9035539028003, 40.60267042415885, -73.90352975838194, 40.60266594450685, -73.90350391589634, 40.6026681885267, -73.90346698633797, 40.602675296856994, -73.90325040162328, 40.60269443364535, -73.90319773096593, 40.602699928408136, -73.90315096584995, 40.602705929714574, -73.90310174994016, 40.60271381282895, -73.90305636500347, 40.60272292206346, -73.9030140002919, 40.60273342423567, -73.90297425513303, 40.60274541896871, -73.90293228492068, 40.60276086081014, -73.9028871232562, 40.60278051258426, -73.90284647484144, 40.60280018796741, -73.90273871979416, 40.60285476485137, -73.90248735796324, 40.602976750066325, -73.90238543943296, 40.603028566966195, -73.90231712741961, 40.603060132576054, -73.90223920439874, 40.60309212222116, -73.9021547741638, 40.60312372535259, -73.90200367124463, 40.60317739562978, -73.90196160919247, 40.60319067398308, -73.90191385458195, 40.60320238775775, -73.90186019318458, 40.603212793412716, -73.90177974900783, 40.603225924551566, -73.9016890002324, 40.60324112342501, -73.90145738791163, 40.60328192856268, -73.90133005494611, 40.60330189556408, -73.90125998998106, 40.6033110927619, -73.90119429853222, 40.603318160339064, -73.90113170791678, 40.6033232403914, -73.90107156351647, 40.603326380988726, -73.90091980531105, 40.60332710125247, -73.90076397152137, 40.60333297599007, -73.90066093596987, 40.6033409817748, -73.9005447342151, 40.60335419730425, -73.90047358702621, 40.60336484652956, -73.9004438114504, 40.603370707456634, -73.9004164227534, 40.6033771972079, -73.90039543208884, 40.60338356192192, -73.90034654046028, 40.603401605634176, -73.90032378815168, 40.603408764869556, -73.90029920400455, 40.603414676188144, -73.90027696004586, 40.60341846249775, -73.9002562892921, 40.60342025010783, -73.90023698023434, 40.603420053243966, -73.9002182137654, 40.603414927387476, -73.90018492033063, 40.60339423328569, -73.90016285893576, 40.60338654887549, -73.90014072417242, 40.60338526441113, -73.90008692639903, 40.60339019574368, -73.90004436495278, 40.60339340331807, -73.90000017447275, 40.60339801067244, -73.89995393309403, 40.60340406066267, -73.8999048313247, 40.6034116579425, -73.89980630811355, 40.60342963567578, -73.89962005409804, 40.60346749411445, -73.89954961531423, 40.60348300800952, -73.89948384961941, 40.60350070341202, -73.89942296857784, 40.60352052918543, -73.89936710222699, 40.60354243682309, -73.8993163912501, 40.60356637062313, -73.89927087112736, 40.60359230811044, -73.89923060217058, 40.60362021422368, -73.89919562459076, 40.60365006468944, -73.89911206153158, 40.60373110323274, -73.8990844850725, 40.60376079446495, -73.8990612688808, 40.60378858491482, -73.89901234792623, 40.60385213954174, -73.89899281811081, 40.60387751171162, -73.89897904395141, 40.60389317410038, -73.89896552965573, 40.603905755127855, -73.89895161856461, 40.60391586297, -73.89890709937582, 40.603923476459904, -73.89890302340672, 40.60393110930558, -73.89886246992262, 40.60392587671062, -73.89884191421316, 40.60391944870063, -73.89881883783387, 40.603910234052236, -73.89873609455559, 40.603870918207036, -73.89870668903166, 40.603853009717945, -73.89869213301267, 40.60384040037892, -73.89865138893676, 40.60380121063764, -73.89863703490323, 40.603790207101376, -73.89862271844511, 40.603781694441786, -73.89852876518694, 40.60373542913125, -73.89849003913602, 40.60371810039815, -73.89845369014441, 40.603703207864704, -73.8984180024643, 40.60369009893886, -73.89838343417108, 40.60367900185852, -73.89834964633403, 40.60366980736164, -73.89831643108117, 40.60366246483577, -73.89826924255789, 40.60365405632128, -73.89822597891728, 40.60364804215046, -73.89818531241701, 40.6036442383454, -73.89814673506173, 40.603642606636804, -73.89797967529935, 40.60364116891523, -73.89785008600373, 40.60363969492052, -73.89780917223692, 40.60363766839414, -73.89777257765734, 40.60363436965461, -73.8977107384368, 40.60362523286335, -73.89764287648214, 40.60361109097382, -73.89758431264143, 40.603596434126615, -73.89740538418584, 40.60354845949446, -73.89736668938352, 40.60353796357539, -73.89728260831517, 40.603512000236385, -73.89724523218997, 40.603501455926114, -73.8972050087649, 40.60349236790367, -73.89716811985227, 40.6034869281661, -73.89713282919331, 40.60348400410626, -73.89709337087942, 40.60348215963266, -73.89696224995105, 40.60348039059528, -73.89691381294504, 40.60347882257512, -73.89668515256288, 40.603467226540296, -73.89615041538491, 40.603436195270795, -73.89599826127402, 40.60342919480182, -73.89593677332488, 40.60342540737819, -73.8959117353981, 40.60342126481388, -73.8958856119203, 40.6034124160301, -73.89586192366622, 40.60340120917722, -73.89580661078301, 40.60337137065732, -73.89577755565159, 40.60335897653513, -73.89566943488296, 40.60332272875683, -73.89555471368259, 40.603286908930365, -73.89543205998405, 40.60325109527988, -73.89529856627139, 40.603214439540515, -73.8952687255519, 40.60320885702738, -73.89523677771574, 40.603207360057986, -73.89520459176252, 40.60321003228241, -73.89517414459009, 40.60321671430994, -73.89515565566175, 40.60322322893554, -73.89511522580634, 40.60339998354821, -73.89508393545086, 40.60339732005917, -73.89509037670469, 40.60333059991452, -73.89505524663218, 40.60332484141841, -73.89501972782692, 40.603322103809866, -73.8949847748319, 40.60332245549998, -73.89495115917627, 40.603325889089696, -73.89491296066069, 40.60333294938652, -73.89487536087654, 40.60334244072887, -73.89483886097166, 40.60335424020429, -73.8948039467905, 40.60336818976651, -73.89475697924449, 40.60339015103732, -73.89463311670575, 40.60345191425765, -73.8946037978502, 40.603467485326725, -73.89453667739294, 40.603508022915875, -73.89450411553518, 40.60352416191493, -73.89448433872292, 40.60353135424434, -73.89446535403935, 40.603535973604025, -73.89444679508183, 40.60353810700871, -73.89442846686825, 40.60353777679249, -73.89440654632423, 40.60353256244031, -73.89435081183396, 40.60350070476108, -73.89423585365147, 40.60343647911602, -73.89420590754511, 40.60342208911877, -73.89417351230715, 40.60340911608227, -73.89413862424267, 40.60339754645632, -73.89410117604362, 40.603387355862516, -73.89406117952815, 40.6033785416077, -73.89401837369269, 40.60337103410831, -73.89397252938251, 40.603364796228284, -73.89392309968449, 40.60335974911389, -73.89387871622222, 40.60335766215308, -73.89383568810379, 40.603359192926035, -73.89379502202605, 40.60336430274153, -73.89375735022078, 40.60337290843795, -73.89366255249682, 40.60340087925051, -73.89359539373419, 40.60342361922645, -73.89356307218299, 40.60343638752549, -73.89349139833375, 40.60346683443437, -73.89345860086526, 40.60347943296466, -73.89342326500027, 40.60349086835806, -73.89338652951305, 40.60350052571112, -73.89334871591065, 40.6035083206717, -73.89331017403826, 40.60351418062115, -73.89327282929209, 40.60351765708548, -73.8932343787569, 40.60351885058612, -73.89319519108372, 40.60351775065822, -73.89315571759757, 40.60351436672592, -73.89306241504221, 40.60350187074752, -73.89302367028522, 40.60349497270799, -73.8929880495255, 40.60348728510435, -73.89280928087473, 40.60344429866082, -73.89271321129854, 40.60342083325319, -73.89266028138617, 40.60340957412499, -73.89263340052713, 40.60340909965533, -73.89258612196971, 40.60341828493481, -73.89244396485628, 40.6034260342606, -73.89230318024136, 40.6034332858072, -73.89228246296278, 40.60343521332178, -73.89225967774057, 40.60343879495524, -73.89195051344657, 40.603491786838426, -73.89165446852505, 40.60353579763955, -73.89156236449955, 40.60354498255627, -73.89152541115565, 40.60355110185617, -73.89149088191343, 40.60356106956509, -73.89145573094969, 40.60357554379234, -73.8914195149238, 40.603594688914065, -73.89138052982689, 40.603619393035224, -73.8913181536332, 40.60366413236681, -73.89124895972444, 40.60371849270095, -73.89122230835778, 40.603741707267005, -73.89116677923558, 40.60379415786805, -73.8911431418252, 40.60381448909462, -73.89108966216324, 40.60385556169491, -73.8910287620458, 40.60389837514909, -73.89095913062641, 40.6039439755096, -73.89086485234962, 40.604002791009364, -73.89081909612277, 40.60403002618235, -73.89077485575638, 40.60405436579641, -73.89073155416374, 40.604076123587134, -73.89068888626598, 40.60409545415527, -73.89064316199175, 40.60411391909878, -73.89059582738601, 40.604130878618456, -73.89054706805675, 40.60414626715091, -73.8904970849677, 40.60416002184921, -73.89034338915765, 40.60419685977271, -73.89014809977198, 40.604238930302586, -73.89011149915889, 40.60424506749553, -73.89002073645459, 40.60425621830062, -73.88999629174847, 40.60426065429445, -73.88997472500795, 40.60426593862893, -73.88991011640083, 40.60428569185923, -73.88984182770457, 40.60430950558454, -73.88976816723842, 40.60433792839507, -73.88968097018922, 40.60437410337213, -73.8896469955183, 40.60438981549293, -73.88957030462632, 40.60442873896234, -73.88953219057417, 40.60444543584561, -73.88946487439937, 40.60446899273216, -73.88931279075027, 40.60451540878631, -73.88927803421787, 40.60452585198781, -73.8892601513323, 40.6045304238216, -73.88923742803894, 40.604536235510125, -73.889100496283, 40.604566107075286, -73.88905247551088, 40.604577479355534, -73.88900890788565, 40.60458956913018, -73.88897152822729, 40.60460217366153, -73.88894922970806, 40.60461114293564, -73.88892891412061, 40.60462062111594, -73.88891044311605, 40.6046306747085, -73.88889372682073, 40.60464135045441, -73.88887868479088, 40.60465270861174, -73.88886529218186, 40.60466476896863, -73.88885351231434, 40.604677563008444, -73.88884332151639, 40.604691115923394, -73.88883516084448, 40.60470734895521, -73.88883078575937, 40.60472643760314, -73.88882973104496, 40.604745361064865, -73.8888306705087, 40.604792104498294, -73.8888278098813, 40.60481560537034, -73.88882614945481, 40.60484917974816, -73.88882263923703, 40.60486401246191, -73.88881146948064, 40.60487509699505, -73.88878198447682, 40.6048892075714, -73.88874818485091, 40.60490381915699, -73.88872911778105, 40.60491131736067, -73.88862644851139, 40.604951689201094, -73.88849321866974, 40.60500483763525, -73.88845223069694, 40.605022847035194, -73.88840822263151, 40.60504513817455, -73.8883671662792, 40.60506797607965, -73.88826953100637, 40.605124626733875, -73.88821839307086, 40.60515206636054, -73.8881668900269, 40.60517596205298, -73.88811793192798, 40.60519424724268, -73.88797765316636, 40.60523903677078, -73.88774654514164, 40.60531089631089, -73.8875075447901, 40.605385047596364, -73.88746417245265, 40.605397161290476, -73.88741590503932, 40.60540853534692, -73.88736178144235, 40.60541947409471, -73.88728778260955, 40.60543281123061, -73.88724434228311, 40.60543966572352, -73.88719667459124, 40.60544570197869, -73.88707425363073, 40.60545700308825, -73.8870049007493, 40.60546113136068, -73.88693293414406, 40.60546255365135, -73.88685822148193, 40.60546127522825, -73.88678056428103, 40.605457291387786, -73.88674951050477, 40.605454093655055, -73.88671591460762, 40.605448480007865, -73.88667832480975, 40.605440255400275, -73.88656624195555, 40.60541279506393, -73.88653008048746, 40.60540607388911, -73.88649719561103, 40.60540203229172, -73.88642468438066, 40.60539719599509, -73.88625353890403, 40.6053898135581, -73.88620938051285, 40.60538673328503, -73.88616961287104, 40.60538287839169, -73.8859005383463, 40.60535167773291, -73.88535310334117, 40.60528572440717, -73.8852101059291, 40.605280486519696, -73.88509562662291, 40.60527429629978, -73.88505892864623, 40.605271187922504, -73.88497267447993, 40.605261958623906, -73.88492981220591, 40.60525897911422, -73.88487514538726, 40.60525793649569, -73.88482544342658, 40.60525961570327, -73.88476171840479, 40.60526435521389, -73.8847398898279, 40.60526757250492, -73.8847206245198, 40.60527186128317, -73.884679942885, 40.605283528165714, -73.88464232599813, 40.60529596625578, -73.88458884877653, 40.60531553675647, -73.88458262891918, 40.605350527519555, -73.88398472949649, 40.60556052265451, -73.88307001876962, 40.60473244855863, -73.88299621229164, 40.60466563300951, -73.88269477634967, 40.60422770053573, -73.88288097299737, 40.603919426277805, -73.88296682455814, 40.603783095344355, -73.8829006801652, 40.603511485240155, -73.88323203786956, 40.603148551487564, -73.88329360563827, 40.60308111533787, -73.88321349478339, 40.6029489632855, -73.88313707985299, 40.602815524484235, -73.8830908579863, 40.602730838234976, -73.88304697145666, 40.602647163828905, -73.88300238918897, 40.60255874114052, -73.88290809757099, 40.602361559380974, -73.88284260128638, 40.602217096491266, -73.88270996460099, 40.60191491681979, -73.8826516968991, 40.60178488936927, -73.88264032159327, 40.60176206030389, -73.88262604108468, 40.60173719218794, -73.8825612167441, 40.60163793516497, -73.88253609378594, 40.60159432958295, -73.8825248120542, 40.60157006336668, -73.88251642746894, 40.60154704553412, -73.88251077070949, 40.601524813043945, -73.88250778902979, 40.60150312540316, -73.88250563371896, 40.601440189252685, -73.88250783858605, 40.601330614972596, -73.88251357831086, 40.601090161394545, -73.88251476723775, 40.600995948994274, -73.88251390361322, 40.60097780617514, -73.88251122148111, 40.600959126586254, -73.88250671030967, 40.600939853483816, -73.882500350187, 40.600919889590664, -73.88248203747355, 40.60087763093428, -73.88245506556711, 40.600829498312144, -73.88241441283148, 40.600764348011154, -73.88237853007398, 40.60071039877997, -73.88234370431212, 40.60066207798774, -73.88230905268259, 40.60061821765357, -73.882298656753, 40.60060699009205, -73.88228563771109, 40.60059525284835, -73.88222467144102, 40.6005474617646, -73.88221190890123, 40.60053499715272, -73.88220198019017, 40.60052280830257, -73.88219621686764, 40.60050684242517, -73.88219859896455, 40.60048726209281, -73.88221055711153, 40.60044738297989, -73.88221025141816, 40.60042979905355, -73.88217090162263, 40.60034160471323, -73.88215325868212, 40.6003076486105, -73.88213537886713, 40.60027671081525, -73.88211656943496, 40.60024768567513, -73.88209693862348, 40.60022083085023, -73.88207631789365, 40.60019591473288, -73.88205459405658, 40.60017280663047, -73.88195234924905, 40.60007583688702, -73.88185403991706, 40.599974315350984, -73.88180789898324, 40.599926028685765, -73.88177909600358, 40.599894308751566, -73.88175431717607, 40.59986451736842, -73.88173375866828, 40.599836623222565, -73.88172587750677, 40.59982247960067, -73.8817201306058, 40.59980601212365, -73.88171653253212, 40.599789001140934, -73.88170962678107, 40.59974311328097, -73.88170195520883, 40.59971804202496, -73.88167858334846, 40.599667712041274, -73.8816560962466, 40.59962681234134, -73.88164152096128, 40.599609410931194, -73.88160020200226, 40.59957371485783, -73.88158690346863, 40.59955521161519, -73.88157917784186, 40.59952734957358, -73.88157669248488, 40.59946451661261, -73.88157467997068, 40.59945016019987, -73.88152776277464, 40.599318329285396, -73.88147951649161, 40.59917261271298, -73.88146816736108, 40.59914749442193, -73.88143994669653, 40.59909749798201, -73.88142920230665, 40.59907580680152, -73.88141441451695, 40.59903713388416, -73.88140692925072, 40.599004391241785, -73.88140598607349, 40.598985990778765, -73.88140794024703, 40.59896598407063, -73.88141278543971, 40.5989439433623, -73.88142112792075, 40.59891709476692, -73.8814328455436, 40.59887837535429, -73.8814457507063, 40.59884152755207, -73.88146210720335, 40.598814432372464, -73.88147034329342, 40.5987909264056, -73.8814728593115, 40.598773856881685, -73.88147330406744, 40.598755583022964, -73.88147168352766, 40.59873607241686, -73.88146636007993, 40.59870676480151, -73.8814529635738, 40.598651733517436, -73.88137870836715, 40.598349426891325, -73.88136416297606, 40.59828148720918, -73.88135155950944, 40.59820576630722, -73.88134145113156, 40.598129427519034, -73.88131774734845, 40.597925996447216, -73.88130906775451, 40.59786539397298, -73.88129972597613, 40.59781111698983, -73.88127764723775, 40.597702489272095, -73.88125613953729, 40.59761758102243, -73.88124424708468, 40.5975786400114, -73.88123150489353, 40.597541873785104, -73.88121778012268, 40.597506912991456, -73.88120299281724, 40.597473544123346, -73.88117475732201, 40.59741977710274, -73.8810961798597, 40.59729051035214, -73.88107843825655, 40.59725898088118, -73.88106385534067, 40.59723032014185, -73.88103740188095, 40.59717043047101, -73.88098629280225, 40.597040260932175, -73.88096232585195, 40.59698394619409, -73.88093322937246, 40.59692562607367, -73.8809180808999, 40.59689950600572, -73.8809022657122, 40.59687494765284, -73.88087978499452, 40.596846493928666, -73.88086715987203, 40.59683369340917, -73.88085371416491, 40.596821950152474, -73.88083828010156, 40.59681157723003, -73.88080001753653, 40.596790909258964, -73.88078490490818, 40.596779828851346, -73.88077079673906, 40.596765286971454, -73.88075848853754, 40.59674902605726, -73.88074799680238, 40.59673106863967, -73.88073934391181, 40.59671145256423, -73.8807325404779, 40.59669018864875, -73.88072761587792, 40.59666736427473, -73.88072458650508, 40.59664306050657, -73.88072347574852, 40.59661740974564, -73.88072310595551, 40.59648184456775, -73.88072266640862, 40.59616311735161, -73.88072582846696, 40.59607476937773, -73.88072583450075, 40.596042952989905, -73.88072252920139, 40.596008456809344, -73.88071462493755, 40.5959705851955, -73.88070283679804, 40.59593046544467, -73.88067924065889, 40.595861363592505, -73.88073724492695, 40.59584347277041, -73.8807478532343, 40.59579012506212, -73.88075790703688, 40.59570261541896, -73.88076476233528, 40.5956220094707, -73.88076860619438, 40.59554610112956, -73.88076948288935, 40.595473918777046, -73.8807657982894, 40.595382575755295, -73.88075255094631, 40.59521693322136, -73.88071998457495, 40.59480150051933, -73.88071161566565, 40.59472291935009, -73.8806994836651, 40.59463933276503, -73.88068336247908, 40.594549022329055, -73.88066225210967, 40.59444637403825, -73.88052640756841, 40.59393545228606, -73.8802774318122, 40.59308439909909, -73.8802251480617, 40.59290567260275, -73.88007141112378, 40.592457040620296, -73.88001721785827, 40.59233901183051, -73.87993373691653, 40.592189277391434, -73.87989366048839, 40.592113406902975, -73.87986617968352, 40.59205369686127, -73.87986105989022, 40.59203794765079, -73.87985804169575, 40.592020197872394, -73.87985693147876, 40.592001040769055, -73.8798566396212, 40.591945930207295, -73.87985474103316, 40.59192898936914, -73.87985127366316, 40.59191402534145, -73.87984119210526, 40.59188597428893, -73.87981457028181, 40.5918236193927, -73.87980507522481, 40.59179526457309, -73.8797940590088, 40.591750967088416, -73.87977066842362, 40.59164646113948, -73.87975042817392, 40.59156440043641, -73.8797325925966, 40.591497699779914, -73.87971475851275, 40.591437403647454, -73.87969643377257, 40.591381948214476, -73.87968601020943, 40.591354972914736, -73.87967339292756, 40.5913273793585, -73.87965849133751, 40.591298963931855, -73.87964112180441, 40.59126936983393, -73.87959947094502, 40.59120696672188, -73.87953574156101, 40.59112116104904, -73.87951508638294, 40.59109647314324, -73.8794609404651, 40.59103844513055, -73.87944762388514, 40.59102204702871, -73.87943693144864, 40.59100668097743, -73.87941464159077, 40.59096882747956, -73.87939376192791, 40.59092786144562, -73.8793739922778, 40.59088320442491, -73.87935637192007, 40.590834341508895, -73.87897546796209, 40.590895086534196, -73.87890538157669, 40.59072744140144, -73.8793108774738, 40.590647226997625, -73.87930112056246, 40.590611024692166, -73.87929494486352, 40.59057702432664, -73.87929233667165, 40.59055019047582, -73.87929007190095, 40.59050524294635, -73.87928715874774, 40.59034390111304, -73.87928447841294, 40.59030209147204, -73.87927929906886, 40.59025605034482, -73.8792582084568, 40.590126125800076, -73.87925491724715, 40.59004522016707, -73.87924823322153, 40.58996443704137, -73.87923816451296, 40.58988385837855, -73.87922471807128, 40.58980356703322, -73.8792079091199, 40.58972364316687, -73.87918775996312, 40.58964417055024, -73.87916428345795, 40.58956523114268, -73.87913750546484, 40.589486901513915, -73.87910745773206, 40.58940926814546, -73.8790741649394, 40.58933240670459, -73.87903766711763, 40.58925639557634, -73.87901894316738, 40.589214591547204, -73.87900214318188, 40.58917231316361, -73.8789872895006, 40.58912961628242, -73.87897440093347, 40.58908654865193, -73.87896348918827, 40.589043166117655, -73.87895457307145, 40.58899951822887, -73.87894765720463, 40.58895565992275, -73.87894275448141, 40.58891164434419, -73.87893987070771, 40.58886752463055, -73.87893900932207, 40.58882335661807, -73.87894016668527, 40.58877919073231, -73.87894337926623, 40.58875204961887, -73.87894542607096, 40.588724844240375, -73.87894630114727, 40.588697600705885, -73.87894600089422, 40.58867035143042, -73.8789445323532, 40.58864312253667, -73.8789418919233, 40.588615946439596, -73.87893808546308, 40.58858885016108, -73.8789331140997, 40.588561864319985, -73.87892698605425, 40.588535015940515, -73.87891970599597, 40.58850833654575, -73.87891128214409, 40.588481854060426, -73.87890172508551, 40.588455593710115, -73.87889104303122, 40.58842958792204, -73.87888686538288, 40.588397451917, -73.87888137871646, 40.58836543069945, -73.87887458297836, 40.5883335548871, -73.8788664887443, 40.58830185600912, -73.87885710304629, 40.58827036559095, -73.87884643410415, 40.588239111557286, -73.87883449130896, 40.588208127237, -73.87882128760035, 40.58817744326125, -73.87880683592277, 40.588147087559385, -73.87877607740351, 40.58805485674742, -73.87878233912934, 40.58804118979449, -73.87878739887685, 40.58802723610705, -73.8787912329093, 40.588013057796374, -73.87879382693993, 40.58799871698373, -73.87879516668191, 40.58798427579026, -73.87879524847474, 40.58796979904992, -73.87879407220319, 40.5879553506998, -73.87869767438269, 40.587571550923194, -73.87868496238113, 40.587521939330344, -73.87867007985079, 40.58747267934993, -73.87865304559438, 40.58742382683342, -73.8786338796005, 40.58737543493198, -73.878612600673, 40.587327558596314, -73.87858923470453, 40.58728025188413, -73.87856380522666, 40.58723356794989, -73.87853634286296, 40.587187557254005, -73.87850687823173, 40.58714227295829, -73.87847544668077, 40.587097765527986, -73.87844207647683, 40.58705408181865, -73.87840680886657, 40.587011275903755, -73.87836568306105, 40.58695712257379, -73.87832228631761, 40.58690400783, -73.87827666342216, 40.58685198845025, -73.8782288627072, 40.58680111941512, -73.87817893251109, 40.586751452102995, -73.87812692707456, 40.58670303969964, -73.87807289946312, 40.58665593178745, -73.87801690510571, 40.58661017705058, -73.87799888201776, 40.586597356061596, -73.87798202641285, 40.586583646591585, -73.87796640905465, 40.58656910815076, -73.87795210306253, 40.58655380385405, -73.87793917209115, 40.586537804910975, -73.87792767270763, 40.5865211825235, -73.87791765911014, 40.58650401149311, -73.87790807134617, 40.58647036312042, -73.8778969605166, 40.58643698868871, -73.87788433481957, 40.58640392782941, -73.87787021426352, 40.58637122108673, -73.87785460940874, 40.58633890809451, -73.87783754499148, 40.58630702760098, -73.87781903866068, 40.586275618346804, -73.87779911161036, 40.58624471817582, -73.8777777921266, 40.58621436223785, -73.87775509903906, 40.586184589274716, -73.8777405888057, 40.586166717338806, -73.877725583221, 40.586149083512765, -73.87770614140408, 40.58612738900152, -73.87768595470966, 40.586106095327764, -73.87766503492858, 40.586085214210584, -73.87702644267664, 40.58532586953477, -73.87699645429886, 40.58531840270515, -73.87696619066222, 40.58531160376206, -73.87693568246998, 40.58530547634025, -73.87690495214554, 40.585300030369396, -73.87687402803301, 40.58529526768067, -73.87685789372624, 40.585278878855696, -73.87684318770937, 40.58526172521311, -73.8768299795371, 40.585243879770495, -73.87681831749765, 40.58522541822418, -73.87680825341744, 40.58520641897577, -73.87679982967498, 40.58518695951634, -73.87679314963327, 40.585167354240006, -73.87678813440915, 40.58514746348128, -73.87678480275221, 40.585127367407104, -73.87678317576766, 40.58510714978907, -73.87678325448402, 40.585086892576065, -73.8767835372694, 40.58507062580569, -73.87678326371932, 40.58505435843867, -73.87678243144849, 40.58503810307981, -73.87678103807676, 40.58502186963226, -73.8767763180984, 40.58500777496474, -73.87676683290461, 40.58497849954803, -73.87676224819478, 40.58496087496909, -73.8767584704391, 40.58494313868991, -73.87675550195604, 40.58492531412672, -73.87675334625197, 40.584907421094904, -73.87675200682824, 40.58488948211138, -73.87675277517714, 40.58487508535036, -73.87675480371391, 40.584860758381005, -73.87674708676357, 40.584841728324776, -73.87669803876956, 40.5849067620058, -73.87668367450073, 40.58492912552334, -73.8764687873115, 40.584844821725355, -73.87928306136399, 40.58036142997324, -73.87950362674516, 40.58044458183793, -73.87970877922719, 40.580130378582616, -73.8803009338449, 40.57997353308568, -73.88191314534053, 40.57954648413237, -73.8817499208102, 40.579183537108285, -73.8821009999704, 40.57909235867315, -73.88213420619815, 40.57915845795098, -73.88215238664327, 40.57916240288971, -73.88217430705353, 40.57915793265426, -73.8821967203944, 40.57915523065039, -73.88229156542361, 40.57915935320956, -73.88238653255242, 40.57916121549802, -73.88248153201734, 40.579160812921, -73.88257646695902, 40.57915814628001, -73.88267124523122, 40.57915322268527, -73.88276577588331, 40.579146041143865, -73.88307431110599, 40.579069041005575, -73.88324318330251, 40.579023966778784, -73.88332487475975, 40.57900026600844, -73.88340079048865, 40.578976690795045, -73.8834722244775, 40.578952836325705, -73.8835398526953, 40.57892847816284, -73.88357316402434, 40.57891472849184, -73.8836088849759, 40.578897447592816, -73.88371578410231, 40.57883827969281, -73.8837508797767, 40.57881987876432, -73.88378120140551, 40.578805629818575, -73.88380993713885, 40.57879392684582, -73.88393706759481, 40.5787476999297, -73.88404791084987, 40.578710365328355, -73.88415110207238, 40.57867902400204, -73.88424893844675, 40.57865301279787, -73.88438809812887, 40.57862075113475, -73.88452493047036, 40.57859287972426, -73.88465953591954, 40.578569382466036, -73.88479197949016, 40.57855024412425, -73.8848255717773, 40.57854658745473, -73.88486326678057, 40.578543792186764, -73.8850229667385, 40.578536398521045, -73.88505878193273, 40.578533334752265, -73.88509116888669, 40.578529353510746, -73.88519976062248, 40.57851228365983, -73.8853120843235, 40.578491859374616, -73.88542896932901, 40.57846793378516, -73.88555192554708, 40.57844019680005, -73.88566953367133, 40.57841115850602, -73.88579055752584, 40.57837855110501, -73.88591578993783, 40.578342164650856, -73.88594087245636, 40.578334385606915, -73.88604657441249, 40.578301608733916, -73.88634785967378, 40.578251677701694, -73.88641101499088, 40.57824169390579, -73.8864497661377, 40.57823651187022, -73.88648579291616, 40.578233211928364, -73.88651856227439, 40.57823202769268, -73.886913254679, 40.57823222507036, -73.88709429100464, 40.57823303439693, -73.8871578638112, 40.5782310220471, -73.88722760682309, 40.578225305556494, -73.88730362826816, 40.57821613176382, -73.88741923730146, 40.57819945572572, -73.88747442945403, 40.57819242356701, -73.88750239932556, 40.578186807369484, -73.88752610836163, 40.57817812881137, -73.88754345204222, 40.57816631109173, -73.8875531111955, 40.578152715416465, -73.8875644376521, 40.57811757721491, -73.88757300552352, 40.578103263652054, -73.88759458460083, 40.57807872475225, -73.88761510433304, 40.57805764823073, -73.88763232732668, 40.578043826711685, -73.88766067968527, 40.578028439254204, -73.8876609349885, 40.578028323336156, -73.88769359392282, 40.578016176568006, -73.88771413381656, 40.57801469096736, -73.887731983348, 40.57802088331077, -73.88774699782873, 40.57803159981991, -73.88778652477232, 40.57804395131101, -73.88780680528792, 40.57804571453419, -73.88786512910896, 40.578042394508095, -73.88790930477094, 40.578039938661036, -73.88793672785813, 40.578039163046064, -73.88796530367684, 40.5780397834617, -73.88799533574804, 40.5780418074072, -73.88802742988574, 40.57804527689608, -73.88808586319279, 40.57805414276726, -73.88821811331331, 40.578078116518874, -73.88827850086724, 40.57808655014044, -73.88838025538159, 40.57809687450732, -73.8884859803475, 40.57810596261527, -73.88859632879328, 40.57811387001863, -73.88871240841539, 40.57812067612278, -73.88876789997823, 40.57812308923813, -73.8888120269198, 40.578123661461866, -73.88885181402662, 40.57812248065085, -73.88888822870263, 40.578119474802676, -73.88891576107515, 40.57811478357754, -73.88894474587848, 40.57810670147274, -73.88897578207684, 40.57809512460503, -73.88901317610045, 40.57807845149734, -73.88904068410451, 40.57806424167096, -73.88906920588576, 40.57804692150349, -73.88910004772384, 40.578025758327314, -73.88919038374029, 40.57795995408938, -73.88922076533136, 40.577940659926455, -73.88924958307054, 40.577924997865786, -73.88930430930051, 40.57789739999306, -73.88935691608484, 40.57787087077718, -73.8893892735284, 40.577855832552004, -73.88941879811011, 40.57784334547953, -73.88944979857855, 40.577831825182386, -73.88947956822533, 40.57782253879554, -73.88950858680968, 40.57781533639374, -73.88953711308753, 40.57781015609013, -73.88958292748565, 40.577804339515964, -73.88961941843728, 40.577802221426936, -73.88974753849384, 40.57780185006394, -73.89010020091, 40.57778964365278, -73.89013752534656, 40.57778987026274, -73.89018763699465, 40.57779228024937, -73.89023845589496, 40.57779696921776, -73.89034168351641, 40.57781132040243, -73.8903859850564, 40.577816212906825, -73.89052967015184, 40.57782670054234, -73.89068144918835, 40.57783421856495, -73.8908433557504, 40.57783887243514, -73.89102016812835, 40.577840805323724, -73.89128461487388, 40.577840452521286, -73.89138070131384, 40.577840057123865, -73.89143415653614, 40.57783815081069, -73.89145873493693, 40.57783555440775, -73.89148374683349, 40.577830745819384, -73.89150887205294, 40.57782378958086, -73.89153365923818, 40.577814804135215, -73.891569989283, 40.577794637856236, -73.89159849085242, 40.57778492917864, -73.8916274904371, 40.577780550269864, -73.89166573045918, 40.57778133827405, -73.89173612155352, 40.57778694375819, -73.89179918684235, 40.577789476913246, -73.8918390772623, 40.57778852209746, -73.89195688016038, 40.57777831293021, -73.89210006876615, 40.57776505219491, -73.89214804588157, 40.57775894666022, -73.89218955263667, 40.577750254129555, -73.89222556491075, 40.57773876840469, -73.892241580338, 40.57773195384733, -73.89226994267034, 40.57771549904097, -73.89228334105131, 40.57770418300148, -73.89232310515928, 40.5776613967188, -73.89233968705379, 40.57764604300142, -73.89245344303387, 40.57755461119577, -73.89253919184509, 40.57748856769578, -73.89259804444757, 40.57744680775862, -73.89270568646877, 40.57737533642377, -73.89285011280083, 40.577286357076936, -73.89286893451806, 40.57727861750865, -73.89288764315226, 40.577272162880895, -73.89301945829767, 40.577233046232095, -73.89316716094652, 40.57719301666664, -73.89332401698505, 40.577153415956204, -73.89361046292218, 40.577083910712695, -73.8937242129996, 40.57705758378949, -73.89377132924902, 40.577045796269815, -73.89383604037195, 40.577027468269826, -73.89390337196825, 40.57700630239796, -73.89397424923175, 40.576982014037064, -73.89405085707294, 40.576953855958955, -73.89406882607216, 40.57694597492577, -73.89408757972302, 40.576935577646104, -73.89416078276753, 40.57688714824187, -73.8941773795577, 40.57687840412522, -73.8941935031933, 40.57687161551047, -73.8942294782081, 40.57686002105999, -73.89426838475481, 40.57685053022083, -73.89431014130895, 40.57684316542823, -73.89435461083795, 40.576837949066096, -73.89444863457854, 40.57683028737447, -73.89465768839534, 40.5768153927629, -73.89474725466847, 40.57680784110623, -73.89483820879734, 40.57679868771586, -73.89490409149359, 40.57678978688137, -73.89493995111546, 40.57678086756239, -73.89500558457081, 40.57675619644977, -73.89503324481493, 40.57674766313718, -73.89505789956881, 40.576742730072624, -73.89508564811436, 40.576739627893694, -73.89511655095909, 40.576738182852075, -73.8952078365118, 40.5767367487711, -73.89523614840054, 40.57673439990851, -73.89526106733595, 40.57673044321025, -73.89530018324626, 40.576721359249916, -73.89534296622462, 40.576709279869085, -73.89549571660906, 40.57665855817545, -73.89555842046326, 40.576640131023325, -73.8955925827231, 40.57663199971786, -73.89562492888176, 40.576625921750114, -73.89565608507725, 40.57662177701995, -73.89568637733872, 40.57661952620125, -73.89572077994055, 40.57661780681319, -73.89574091372988, 40.576619603623556, -73.8957803534792, 40.576628450144845, -73.89628606546617, 40.576805699748995, -73.89628814963957, 40.576837872881704, -73.89628703344067, 40.57685164089927, -73.89627960718165, 40.57686526904196, -73.89624973519913, 40.57687821503003, -73.89623205782205, 40.57688253329061, -73.89620901382804, 40.57688608125398, -73.8956901718443, 40.57670129640651, -73.89566530953034, 40.57670380790677, -73.89564259433338, 40.57671236657565, -73.89562192631892, 40.57672290015008, -73.89557295669377, 40.57675111952212, -73.89556543111084, 40.57676700244291, -73.8955806158422, 40.57680239966936, -73.8956593399193, 40.576989254463555, -73.89567240083406, 40.57702415716107, -73.89570463873785, 40.57711928996224, -73.89573230549078, 40.5771868202198, -73.89576726754123, 40.5772604446373, -73.89580805876503, 40.57733820053513, -73.8958815604392, 40.577471196344334, -73.89591970973453, 40.577546039310285, -73.89598345841492, 40.57768455453696, -73.89600907633341, 40.57773781675494, -73.8960368410979, 40.57779054419694, -73.89606424760714, 40.577836723592, -73.89610010400389, 40.57788859923766, -73.89611882123009, 40.57791221891826, -73.89613819491849, 40.57793445958533, -73.89615832645866, 40.57795543749775, -73.89617925831485, 40.57797518691352, -73.8962010388315, 40.57799375830525, -73.8962237151902, 40.578011190437664, -73.89624704695869, 40.578024117832015, -73.89626505495221, 40.578029169828156, -73.89628912023686, 40.57803064590271, -73.89632944196984, 40.578030355404834, -73.89636375777282, 40.578034035292056, -73.8963809851659, 40.57803904424116, -73.89639810870771, 40.57804628639548, -73.8964151756072, 40.578055784310685, -73.89643209388056, 40.578067449652536, -73.89644916677737, 40.57808146550085, -73.89646658424584, 40.57809796350338, -73.89648529682837, 40.578117842339616, -73.89650237646346, 40.57813895792327, -73.89651853446311, 40.578163393809476, -73.89653356547723, 40.578190288912026, -73.89657348857918, 40.57826825176961, -73.8965877855213, 40.57829177103716, -73.89660242517233, 40.57831211536106, -73.89662839030144, 40.57834449908351, -73.89672688403932, 40.57846733548907, -73.89685061285324, 40.578629912111, -73.89705848681444, 40.57890029649497, -73.89709976565749, 40.5789521865866, -73.89714640805649, 40.57900775920781, -73.89719954447966, 40.57906844629723, -73.89747263392928, 40.57933769595954, -73.89754854049417, 40.579394845230425, -73.89772447073778, 40.57951981739846, -73.89780025547299, 40.57957813077161, -73.89787047587815, 40.579636685891835, -73.8979513287617, 40.57970669428025, -73.89803695917023, 40.5797814391081, -73.8980839637918, 40.579824213409, -73.89812619758669, 40.579865745238905, -73.8981617315389, 40.57990467220046, -73.89817360426125, 40.57991989978858, -73.89818384819512, 40.579935948110936, -73.89819226893346, 40.57995250631472, -73.89819872752257, 40.57996930141825, -73.8982031110609, 40.57998601543668, -73.89820539025968, 40.580002490752435, -73.89820553470972, 40.580018530123866, -73.89820354699123, 40.5800339894693, -73.89819974739983, 40.58005414794764, -73.898192574618, 40.58006964862512, -73.89816123021761, 40.58007853423772, -73.89814037438624, 40.58007859319415, -73.89811720272219, 40.580076912981234, -73.89808382522982, 40.58007291386508, -73.89803028234505, 40.5800646643777, -73.89790452222822, 40.58004129844408, -73.89781209462029, 40.580026657490556, -73.8977477837204, 40.58001922497486, -73.89771777288887, 40.58001721440534, -73.89768944559619, 40.58001643184172, -73.89766243453685, 40.580016867052294, -73.89762441397549, 40.58002073875427, -73.89760221025647, 40.58003176480148, -73.89758268148304, 40.580051407647204, -73.8975736283112, 40.58006456344491, -73.89755382638411, 40.58010211387418, -73.89750000549162, 40.580221168350675, -73.89747913113266, 40.58026404531324, -73.8974620109924, 40.58029491442568, -73.89741701569541, 40.580370422867304, -73.89739603094596, 40.580411285242235, -73.89738645586236, 40.58043506044491, -73.89737800319492, 40.58046166429642, -73.8973609575867, 40.580535429046684, -73.89735791238525, 40.58056253751839, -73.89735846797117, 40.58061218753534, -73.89735766981482, 40.58063122571225, -73.89735465002812, 40.580650247495925, -73.89734912745976, 40.58066697790993, -73.89733488526291, 40.58069723721712, -73.89731728049632, 40.58072977004326, -73.8972653106559, 40.580813501182355, -73.89719007523303, 40.58092792026734, -73.89715571444073, 40.58097547232969, -73.89711699025517, 40.58102246845278, -73.89707841776625, 40.5810629638121, -73.89703147944275, 40.58110574259531, -73.89698306295901, 40.58114580135034, -73.8968672859542, 40.581237382582195, -73.89638801175501, 40.58174871942509, -73.89636994072, 40.5817752703996, -73.89635638279526, 40.58179874384788, -73.89634639051795, 40.58182079588172, -73.89633980498859, 40.581841834296256, -73.89633153726815, 40.581880544885564, -73.89631893734428, 40.58194957582513, -73.89628050809833, 40.58215880590972, -73.89625295123828, 40.582319186042454, -73.8962509079359, 40.582342719403066, -73.89625213579104, 40.58236890776186, -73.89625612294128, 40.58239651063444, -73.89626603582228, 40.58244694264833, -73.89629693392625, 40.58260541060565, -73.89632396521853, 40.58272196916076, -73.89634715591595, 40.58280936076149, -73.89636658052802, 40.58287434391346, -73.8963868934221, 40.58293245956348, -73.8964086666713, 40.582984970762084, -73.89647260451228, 40.58312432690275, -73.89653477971885, 40.58326332481089, -73.8965620022751, 40.58331936733901, -73.89659393346453, 40.58337660098934, -73.89661764002422, 40.58341496574823, -73.8966394837053, 40.58344660911371, -73.89666137841203, 40.583474296517515, -73.89668371441516, 40.583498472269014, -73.89670717106085, 40.583519779953185, -73.89673159633219, 40.58353799069942, -73.89675712590181, 40.583553206388395, -73.89678383882637, 40.58356547751972, -73.89687836458347, 40.58359893853058, -73.89700350355544, 40.58364700279673, -73.8970285758605, 40.583657791037744, -73.89705251495452, 40.583669663389706, -73.89707506000121, 40.583682490844694, -73.89709600448312, 40.58369615344874, -73.89711514309253, 40.58371051233822, -73.89713238617207, 40.58372549539182, -73.89714763227732, 40.58374101426807, -73.89716080593399, 40.58375699055475, -73.89723509381277, 40.58386437880598, -73.8973135903616, 40.58397103053846, -73.89734919822115, 40.58401293673532, -73.8974084077422, 40.58407355077649, -73.89743567008715, 40.584097455218284, -73.89748928288803, 40.584136856874814, -73.89750879099333, 40.584152258834685, -73.89752661788431, 40.58416870750205, -73.8975404719228, 40.58418477800572, -73.89755256466421, 40.58420250930501, -73.89756401352584, 40.58422264893134, -73.89758929144264, 40.58427825452294, -73.89759551614861, 40.58429523135087, -73.89760919578003, 40.58434034089567, -73.89762040794517, 40.58436466143911, -73.89762936539411, 40.584378110645076, -73.89764080557535, 40.58439238874342, -73.89768775409503, 40.584442125088344, -73.89770533066921, 40.58446322020946, -73.8978021538275, 40.5845958248143, -73.89795546152081, 40.584800093702114, -73.89797620691682, 40.58482612556732, -73.89800080182715, 40.58485445087911, -73.89808569776481, 40.584945021689535, -73.89811562769822, 40.584978291083495, -73.89814285067588, 40.58501137706452, -73.8981652388794, 40.58504228849068, -73.8981799069388, 40.58506620320267, -73.89819317221875, 40.58509214465015, -73.89820516546617, 40.58512035158838, -73.8982161256081, 40.58515138345495, -73.89823259223043, 40.58519882864829, -73.89823914323007, 40.585221207072514, -73.89824324914453, 40.58524361034667, -73.89824389033639, 40.58526389161892, -73.89824182346904, 40.58528701254701, -73.89823799197642, 40.58531241474086, -73.8982227541005, 40.58538332652556, -73.89820255597121, 40.58544985916698, -73.89819701868325, 40.58547380009817, -73.89819998460806, 40.585490098610734, -73.89822733329083, 40.58552767199299, -73.89823220136198, 40.585541368774194, -73.89822934530312, 40.585560708602195, -73.89822315121447, 40.585576937764586, -73.89821393045897, 40.58559423947113, -73.89819730135412, 40.5856207838965, -73.89818835485488, 40.58563328424941, -73.89817686080201, 40.58564637578934, -73.898126638462, 40.58569389695523, -73.8981075451707, 40.585715126090285, -73.8980911450714, 40.585738622429005, -73.89807765777928, 40.585762895799945, -73.89806753813671, 40.58578711992648, -73.89806100311533, 40.58581076459341, -73.8980581752933, 40.5858332328625, -73.89805902052859, 40.585854453562355, -73.89806352850582, 40.58587422226483, -73.89807166753651, 40.585892407464826, -73.89808625334578, 40.58591459040586, -73.89810533073256, 40.585937890376144, -73.89812836611398, 40.58596210248122, -73.89816788146031, 40.58600033684081, -73.89819590370105, 40.58602545747794, -73.89826615958106, 40.586083236995194, -73.89829146172147, 40.586107496100425, -73.89832205136325, 40.58614155758111, -73.89834308443534, 40.58616986165307, -73.89836135015368, 40.58619882155627, -73.89837666588141, 40.586228139957555, -73.89838885967197, 40.58625747991001, -73.8983978797978, 40.58628667747355, -73.89840365805725, 40.586315527269115, -73.89840616634388, 40.58634386717801, -73.89840842429204, 40.586469993871454, -73.89840895857563, 40.58653962826598, -73.89840807771745, 40.58657901640863, -73.89840002231914, 40.58659891356871, -73.8983868116696, 40.58661212067882, -73.89835651507202, 40.58663060055116, -73.89830880228259, 40.586636948451954, -73.89829064961685, 40.58664072449146, -73.89827780830551, 40.586653386198385, -73.89827891605574, 40.58666749208696, -73.89828659305697, 40.58668124178039, -73.89830014018436, 40.58669686525647, -73.89840155439984, 40.58679686631392, -73.89849736157531, 40.58688917635514, -73.89851826376787, 40.586910533635, -73.89853881400067, 40.586933426894134, -73.89857945054054, 40.586984493664474, -73.89861058828863, 40.587030572141046, -73.89865034854147, 40.58709794299987, -73.89866892286403, 40.587132405325114, -73.89870744868696, 40.58721001583348, -73.89872569796353, 40.58724309916034, -73.89874370278604, 40.587271481533605, -73.89876245374748, 40.587297016204104, -73.89878221136216, 40.58732005550575, -73.89880310297828, 40.587340746335656, -73.89883763662144, 40.58736918017155, -73.89888596044881, 40.587403483141074, -73.89891011840041, 40.58741780201657, -73.89897506804036, 40.58745053014966, -73.8989919055081, 40.5874612593864, -73.89900542573199, 40.58747223515018, -73.89901877511377, 40.587486831768956, -73.89903055024898, 40.58750434199885, -73.89904100384622, 40.58752481469065, -73.89905379745765, 40.58755544554634, -73.89906555672286, 40.58758659599476, -73.89908962238022, 40.58765033730597, -73.89911099974611, 40.58769756784655, -73.89912278367211, 40.5877186828716, -73.8991354296878, 40.58773837582439, -73.89914814271765, 40.587750461208365, -73.8991675772215, 40.58775923405888, -73.89918997472375, 40.58776456500171, -73.89925240276732, 40.58777468311114, -73.89927595624758, 40.58778188363791, -73.89930677101934, 40.58779830648521, -73.89933310008479, 40.58781433816908, -73.89944171498249, 40.58788596909494, -73.89946801668323, 40.587901391069096, -73.8994928986677, 40.58791438398285, -73.89955221841362, 40.58794536074694, -73.89958180045096, 40.58795842258781, -73.8996121330474, 40.58796724631075, -73.89964075834013, 40.58797006834367, -73.89973750429728, 40.58796806628965, -73.89979794072491, 40.587968170339586, -73.89983496518327, 40.58796823413952, -73.89988961914104, 40.587970138650725, -73.89991155237398, 40.58797243248159, -73.89993148069401, 40.5879757565626, -73.89995864218358, 40.587984280259356, -73.89998109971506, 40.58799457838984, -73.90000100871914, 40.58800370902008, -73.90006432977218, 40.58802668964775, -73.90012504557961, 40.58804300860178, -73.90015761079725, 40.58805026630906, -73.90019173124864, 40.58805625021618, -73.90022749904955, 40.588060973009085, -73.90026506181616, 40.58806445912859, -73.9003044124511, 40.58806671396985, -73.90034604110497, 40.5880677775792, -73.90039036709845, 40.588067660223466, -73.90043838975072, 40.58806636366589, -73.90047596846969, 40.588063910775226, -73.90051501745364, 40.58805932670466, -73.90055572691051, 40.58805258910426, -73.90059846192786, 40.5880436370525, -73.90062567904377, 40.588035493743455, -73.9006875613981, 40.58801174549918, -73.90071967545761, 40.58800388826425, -73.90080921796061, 40.58799255145718, -73.90098938068562, 40.5879750997999, -73.9010650455133, 40.58796647311807, -73.90114672403548, 40.58795620990528, -73.90117202839312, 40.58795142197426, -73.90119418619163, 40.58794566867198, -73.90122330949929, 40.5879352674461, -73.90125182183638, 40.587921849833265, -73.90127933548314, 40.58790560010817, -73.9013053101504, 40.58788683209029, -73.90133960866338, 40.58785785477057, -73.90138739998227, 40.58781391961242, -73.90141352084866, 40.58778809068764, -73.90146980634236, 40.587727303174226, -73.90149608293432, 40.58770076204965, -73.90154002803605, 40.58765998166757, -73.90158308245421, 40.58762239736556, -73.90162569681588, 40.58758762050415, -73.90166811593095, 40.587555454078576, -73.90171063188889, 40.5875256795117, -73.90175328487815, 40.58749828152882, -73.90179618959033, 40.58747318638483, -73.90183942169925, 40.587450345515876, -73.90185727270536, 40.587443671672915, -73.90190103522893, 40.58743283431718, -73.90191902862004, 40.587424914261035, -73.90197811375343, 40.58738603953472, -73.90200155475783, 40.58737178982753, -73.90204313963085, 40.5873500794355, -73.9020908712408, 40.58732858138676, -73.90212919580296, 40.5873133771723, -73.90216069119018, 40.58730336585487, -73.90218985050414, 40.587297120332316, -73.90221722189946, 40.58729459784788, -73.90225192970726, 40.58729621050051, -73.90230379905996, 40.58730375687949, -73.90235670242733, 40.58731827687054, -73.90239785222897, 40.587323397090884, -73.90242335962729, 40.587323322399016, -73.90244984560968, 40.58732126557862, -73.90247724165494, 40.58731723197397, -73.90250551350115, 40.58731122425698, -73.90253449927917, 40.58730326930537, -73.90256405363706, 40.58729340751891, -73.90259394966508, 40.587281716149896, -73.90269839317929, 40.587233879659856, -73.9027641285507, 40.58720270603806, -73.9027839267039, 40.587195580735326, -73.90280257767161, 40.58719103986296, -73.90284214845346, 40.587185389222824, -73.90288688029896, 40.5871819510159, -73.9029294463495, 40.587180562355414, -73.9030248290847, 40.587179394770565, -73.90306621541376, 40.587177785335896, -73.90314054418741, 40.58717330217273, -73.90318875028991, 40.58716883027393, -73.90321347405958, 40.587164970744915, -73.9032385160623, 40.587159143833766, -73.90326394955721, 40.587151331591485, -73.90328990217077, 40.58714149450222, -73.90331628048638, 40.58712970002625, -73.9033436411854, 40.5871157198985, -73.90337239207189, 40.58709935544542, -73.90340399904981, 40.58707977761528, -73.90343752469894, 40.58705747640345, -73.90346008454674, 40.58703964157284, -73.903477040371, 40.58702203076331, -73.90348846348907, 40.58700433966021, -73.90349817711818, 40.58698356192515, -73.903503991298, 40.586967864372156, -73.90350727332324, 40.58695354429506, -73.90350783784386, 40.58693726329621, -73.90350316815207, 40.586907260220244, -73.90349303888502, 40.5868780828417, -73.9034488132025, 40.58683714749144, -73.90352518912812, 40.58677915936786, -73.9036337294699, 40.58686101802617, -73.9036548714307, 40.58687451299727, -73.90367133909417, 40.58688244511143, -73.90368878686228, 40.58688895161481, -73.90370680507426, 40.58689387907464, -73.90373084517758, 40.58689794437257, -73.903757860226, 40.586899922041326, -73.90378819846978, 40.58689995465318, -73.90383072254775, 40.58689804512092, -73.90387288295183, 40.586894395456426, -73.90391891741352, 40.58688768273204, -73.90396858340655, 40.586878164290205, -73.90404629153224, 40.58686114356973, -73.90406361548898, 40.58685600974024, -73.90408162393642, 40.58684801101236, -73.90413387610201, 40.586816714585765, -73.90415130521534, 40.586807433017476, -73.90418193755214, 40.58679675403828, -73.90421295172774, 40.58679079501529, -73.90424552349415, 40.58678595393167, -73.90427985724722, 40.586782199438055, -73.90431630622555, 40.586779493104494, -73.9043957650558, 40.58677707740242, -73.90449987422203, 40.58677821669281, -73.90458303058831, 40.5867813412562, -73.9047874006103, 40.58679269529683, -73.90484404423673, 40.58679449373977, -73.90489513113947, 40.58679484851825, -73.90493003695553, 40.586794139875835, -73.90495833415325, 40.586792417169825, -73.90498364345768, 40.586789460969804, -73.90500653908212, 40.58678516909279, -73.90502348824688, 40.58678021401304, -73.90504105500722, 40.5867728901627, -73.9050587875015, 40.58676364562908, -73.90510815760865, 40.586735237960525, -73.9051243356374, 40.5867276373902, -73.90517562657286, 40.58671154234157, -73.90521139817194, 40.58670250988486, -73.90524680382171, 40.5866949764876, -73.90528173599772, 40.586688968176716, -73.9053160860134, 40.586684497470365, -73.90534979834037, 40.58668157422914, -73.90538281155449, 40.58668020110456, -73.90541507368101, 40.58668038075601, -73.90543899893375, 40.586685492010936, -73.9054785209958, 40.5867047128943, -73.90563923449966, 40.586747890935705, -73.90576802944302, 40.58677772202944, -73.90588822516207, 40.58680176817406, -73.90600212909382, 40.586820463535766, -73.90612942121592, 40.586837290329576, -73.90626555398285, 40.58685216015201, -73.90641316343, 40.58686537679425, -73.90658037173684, 40.586877669036284, -73.90668961414741, 40.586885083565484, -73.90675641414406, 40.58688676053811, -73.90683522067212, 40.58688541334263, -73.90690747468167, 40.58688260463731, -73.90697518552427, 40.58687825411365, -73.90703920729374, 40.586872303936524, -73.90707770963141, 40.5868667095076, -73.90716175828668, 40.58685011505447, -73.90719928076781, 40.58684410825371, -73.90727432761058, 40.586835829990015, -73.90746509244497, 40.58681863158489, -73.9075621519597, 40.58680718030273, -73.90766708967035, 40.58679263926853, -73.90778261570193, 40.586774685546665, -73.90792923551311, 40.58675013687728, -73.90802771461794, 40.58673099946734, -73.90813219141471, 40.586706169153764, -73.90824513769275, 40.58667511298287, -73.90837749315907, 40.58663482920213, -73.90839783035447, 40.58660962084184, -73.90841329791934, 40.586593518296446, -73.9084301902818, 40.58657808147114, -73.90844836789242, 40.58656343182476, -73.90846768647835, 40.58654968991204, -73.90848799233491, 40.586536963672856, -73.9085091246791, 40.58652535473779, -73.90853092393036, 40.58651494942973, -73.90858686283588, 40.58649128675471, -73.90864983338346, 40.58646678765319, -73.90890261977951, 40.58637668290998, -73.90895928632784, 40.586355422327756, -73.90900946991825, 40.586335378594825, -73.90904025438964, 40.58632154390587, -73.90907330993824, 40.58630450604118, -73.9091800297752, 40.58624246509941, -73.90922084554711, 40.58622035797294, -73.9092632229413, 40.58620078433847, -73.90930360323114, 40.58618618540731, -73.90948307279274, 40.58613196500287, -73.90965250739623, 40.586083264744396, -73.90981475726079, 40.586039266536126, -73.90997131601104, 40.585999568144146, -73.91012884842661, 40.585962975307055, -73.91019575630825, 40.58594616621053, -73.9105517037827, 40.58584933316206, -73.91062406401342, 40.58583062795509, -73.91068250934643, 40.58581751224507, -73.91072583792804, 40.58580955286796, -73.91076794142943, 40.58580348992708, -73.91080874423538, 40.585799340475056, -73.91084817783806, 40.58579710626119, -73.91088618081292, 40.58579679174179, -73.91092272836188, 40.58579839419757, -73.91095778504969, 40.58580191540349, -73.9109913189943, 40.58580734993298, -73.91105277620377, 40.585821783395765, -73.91113366096643, 40.58584566754318, -73.91121470625964, 40.58587145636578, -73.91128210643166, 40.58589458525449, -73.91132822481443, 40.58591343550184, -73.91137611504648, 40.585937604691196, -73.91142674297716, 40.58596738173247, -73.91149361689465, 40.58601071604728, -73.91153222137469, 40.586038816009264, -73.9115680787642, 40.58607022326939, -73.91160071122997, 40.586104521420495, -73.91162960684365, 40.58614117155828, -73.91167649698758, 40.58619383242944, -73.91170452071557, 40.58622530296472, -73.91173790389907, 40.58626279130884, -73.91201353629008, 40.58611663335304, -73.91204564628356, 40.586097600149536, -73.91225507091251, 40.585988551933234, -73.91238163567822, 40.585921436112095, -73.9124149662273, 40.585903762626586, -73.912753881385, 40.58575598154241, -73.91276812075402, 40.5857730987068, -73.91278581324573, 40.585794366303794, -73.91285118074136, 40.585872944291566, -73.91287839768519, 40.585905662055396, -73.91290279601363, 40.58593499260671, -73.91291538787843, 40.585948341611974, -73.9129439391468, 40.58597418667221, -73.91297598837036, 40.585997906436624, -73.91301088770032, 40.58601901863154, -73.91304793723765, 40.58603709857787, -73.91310427175641, 40.58605916891177, -73.91316670763543, 40.58607909157694, -73.91323620948704, 40.58609719508259, -73.91331598671806, 40.58611432202607, -73.91366498254526, 40.586156524889894, -73.91369307376445, 40.586148366535454, -73.91375790502757, 40.586129228652936, -73.91384060089305, 40.5861035438146, -73.91386242240797, 40.58609985181834, -73.91388763831841, 40.58610102609151, -73.91391561848762, 40.58610658708116, -73.91396043441802, 40.58611939007811, -73.91429593196716, 40.586214938758395, -73.91457888480004, 40.5862956004684, -73.9146019489236, 40.58630117564629, -73.91462648765709, 40.586305463265504, -73.91465275607924, 40.586308510341915, -73.91468129273507, 40.58631038121136, -73.91472704685646, 40.586311132894394, -73.9148400025821, 40.58630863666809, -73.9148910865683, 40.58630917160768, -73.91527619587238, 40.58632274165012, -73.91531097854951, 40.58632291137638, -73.91534678497565, 40.58632149692435, -73.91538369429341, 40.58631849474931, -73.91542182108796, 40.586313895929216, -73.91546117952507, 40.58630770497599, -73.91550212874836, 40.58629987352408, -73.91554497711863, 40.58629034596604, -73.91559037920612, 40.586278973293695, -73.91569725695, 40.586249822556354, -73.91601428518703, 40.58616002304916, -73.91629300725398, 40.586084535609395, -73.91642184886526, 40.58604964224736, -73.91666817394629, 40.585985956907415, -73.9167529362683, 40.58596542697153, -73.91681817240143, 40.58595135580452, -73.91687768835831, 40.58594077089302, -73.91693289707338, 40.585933502167855, -73.91696619386255, 40.585931565794645, -73.91699027681017, 40.58593098885027, -73.91702873416305, 40.58593006747543, -73.91704878373173, 40.58592821156383, -73.91706651364866, 40.58592522831954, -73.91709631120052, 40.58591515224899, -73.91710933596515, 40.58590491278366, -73.91743938145011, 40.58610709199074, -73.91745712765365, 40.58611771471306, -73.91801147814662, 40.586456915704694, -73.91802813236535, 40.5864334932555, -73.9180421406386, 40.586424536732544, -73.9180590520868, 40.586437903562704, -73.91817023874218, 40.5865257865768, -73.91815594721878, 40.5865557485323, -73.91814975358653, 40.586568735977636, -73.91818968566994, 40.58660522932781, -73.9182194819268, 40.58662911532097, -73.9182566594271, 40.5866589166956, -73.91836483367477, 40.586751440476746, -73.91839222540567, 40.586783786938476, -73.91842632701118, 40.586850484135134, -73.91862073760325, 40.58702921567111, -73.91863917744212, 40.587039009318524, -73.91866891477275, 40.58705337661583, -73.91872337258879, 40.58708232196331, -73.91876017360073, 40.58711322334714, -73.91898918607065, 40.58732513329681, -73.91931241330936, 40.58761719616106, -73.91961214123044, 40.58788601265912, -73.91962526707866, 40.5878977808799, -73.91972509793503, 40.587986958388534, -73.91985946005154, 40.58810765571464, -73.92021158122576, 40.588425169660766, -73.92086014108128, 40.58900742398294, -73.92088036031242, 40.58902556994955, -73.92095991058979, 40.5890953378308, -73.92106242026458, 40.58918876017522, -73.92219844054338, 40.59020962371549, -73.9223079222616, 40.59030789177175, -73.92243478900893, 40.5904225375725, -73.92258171733195, 40.59055391676857, -73.92277007813837, 40.590722344147466, -73.92283535797232, 40.590780714005575, -73.92296021707662, 40.590892359128645, -73.92320798602215, 40.59111377637314, -73.9233217675642, 40.591211603268846, -73.92343698543245, 40.5913180715296, -73.92345841782584, 40.591337459667685, -73.92378440726338, 40.59163231588412, -73.92392320716468, 40.591756867390934, -73.92405498552928, 40.591871382258084, -73.9241586017602, 40.591966411776426, -73.92430061012031, 40.592090077024054, -73.92440412441555, 40.592183931068554, -73.92528604222214, 40.592984045540135, -73.92547146666895, 40.593148476315235, -73.92653304338556, 40.59410399631828, -73.92759935597962, 40.59506045944285, -73.9286685085355, 40.59602013189672, -73.92917476901123, 40.596470007671265, -73.92925881968333, 40.596544694777734, -73.92956858237014, 40.596819949750255, -73.92944592125176, 40.596896985378024, -73.92918802918665, 40.59706344239049, -73.9291264280709, 40.59710882678698, -73.92879009429913, 40.59732297931881, -73.92867429902358, 40.59739762208337, -73.92843271740132, 40.597552756238954, -73.92835902566193, 40.597600683873374, -73.92813381958585, 40.597749983213035, -73.92813280180711, 40.597814192551596, -73.92815055518771, 40.5978412805711, -73.92818267399886, 40.597874322817475, -73.92938846257867, 40.598955315452535, -73.92982470642251, 40.599346763395594, -73.92992225121671, 40.59943706518977, -73.93003757373906, 40.59953940060149, -73.93161491693945, 40.60095618846214, -73.93173389919616, 40.60106174549971, -73.93185009263966, 40.60116821388882, -73.93210067728498, 40.60139194662044, -73.93251527072883, 40.60176211011106, -73.93355116416237, 40.60268696661588, -73.93322587220965, 40.60289830446068, -73.9331331246582, 40.602958561214734, -73.93176918820487, 40.60384466591428, -73.93076234289802, 40.60449183549026, -73.92998653373114, 40.60499328232411, -73.92986879851121, 40.60507102826076, -73.92999078717283, 40.60518265210693, -73.93069872114799, 40.6058181058987, -73.93159523087321, 40.60662231201963, -73.93161488464445, 40.6066399415266, -73.93169715695923, 40.60671374229552, -73.9317828044966, 40.60679168830967, -73.93198054749436, 40.60697165234201, -73.93200997435947, 40.60699843146361, -73.93203654137022, 40.607022200242824, -73.9331027281781, 40.607976024544215, -73.93318479620793, 40.60804944139578, -73.93339988004108, 40.60824185284642, -73.93346547429182, 40.60830053371559, -73.93351309846271, 40.608343136143155, -73.93357508845149, 40.60830266561455, -73.93366918530893, 40.60824122602493, -73.93413842197398, 40.60793485288108, -73.93418302915089, 40.60790852196073, -73.93423157607695, 40.60789739588678, -73.93427302503841, 40.60792004700863, -73.93435322147911, 40.6079934556517, -73.9352502654628, 40.60880108234855, -73.93527082272244, 40.60881959964902, -73.93531534803824, 40.60885717286927, -73.93537742276344, 40.60891529053713, -73.93557503507009, 40.609091732627576, -73.93567076086133, 40.60917720252726, -73.93572326559799, 40.6092275071266, -73.93579603011034, 40.60928905072461, -73.93583590947115, 40.609324657108026, -73.93595604838431, 40.609431922211705, -73.93604627392058, 40.60951454758455, -73.936345992209, 40.60932030483974, -73.93642402159503, 40.60927005118892, -73.93656985638371, 40.609176146114265, -73.9366522363887, 40.60912310579315, -73.93676115760358, 40.60905497196613, -73.93684397270121, 40.60900133560116, -73.93700512178188, 40.60889665103654, -73.93709027085373, 40.608838505959866, -73.93717542297826, 40.60878574864296, -73.93719025875265, 40.60877612747235, -73.93736628528839, 40.608661522276634, -73.93753748316455, 40.60855707657407, -73.93934703292513, 40.610186830030095, -73.94069890877556, 40.611397665257755, -73.94083092034663, 40.61151590061383, -73.94101752753276, 40.6116830360434, -73.94116159372979, 40.611819327251986, -73.94132304310803, 40.61197126650811, -73.94212547233985, 40.61268641713602, -73.94297919905163, 40.613448585763955, -73.94327180049021, 40.613711163140636, -73.94421761793035, 40.614557490972025, -73.94426419285747, 40.614592293491945, -73.94429484759135, 40.61461191269669, -73.94438500441545, 40.61468007177049, -73.94457366511423, 40.614803459544525, -73.9447637312473, 40.61579265906242, -73.94482770494135, 40.61604589468126, -73.9446759929489, 40.61616478779287, -73.94412375673997, 40.616660681625426, -73.94406078052518, 40.61671723072762, -73.94395779753181, 40.61681598932651, -73.94346961667787, 40.61738468499344, -73.94326849731061, 40.617597938220264, -73.94319348786564, 40.61767826906251, -73.94251642558561, 40.61847846488437, -73.94241655620829, 40.618592386612875, -73.94233884414487, 40.61867832668133, -73.94221758425053, 40.618812427179044, -73.94163043271843, 40.619461741892806, -73.94163320999915, 40.61954815186614, -73.94171374443174, 40.61995810073365, -73.94172642666562, 40.62002266728977, -73.94159170165167, 40.62016975119475, -73.94148044267673, 40.62024996071804, -73.9413516496887, 40.620307862497405, -73.94122287492651, 40.62034347085305, -73.941088250482, 40.6203746166887, -73.94094193038401, 40.620396835801536, -73.9408424329647, 40.62041016277784, -73.94063740049444, 40.6206463924164, -73.9404909706968, 40.62079346897906, -73.94035041016254, 40.62091825331039, -73.94019230120638, 40.62103410778366, -73.94007911286171, 40.621106286800526, -73.93999036177163, 40.621162881448434, -73.93982911101452, 40.62126224344753, -73.93957628425366, 40.621389884798006, -73.93934980875196, 40.62148514867362, -73.93911907779481, 40.62156511810998, -73.93822860526137, 40.62185799845011, -73.93750854702556, 40.62209403914699, -73.93679641609367, 40.622327700514205, -73.9366361029782, 40.622401191992275, -73.93646676101986, 40.62247882065118, -73.93625610389755, 40.62260208884988, -73.93604737005428, 40.62274014787898, -73.93599936404246, 40.62277892819135, -73.93595747787482, 40.622821105053816, -73.93591519518232, 40.62287616632611, -73.9358827134666, 40.622934963004745, -73.9357782321617, 40.62317915553774, -73.93575951438211, 40.623222899564894, -73.935610816, 40.62357043075101, -73.93552605047834, 40.62377108311561, -73.93546405909368, 40.62387392467708, -73.93541082379276, 40.62395498483559, -73.93486018287904, 40.624431971533575, -73.93443510187865, 40.62480479653336, -73.93431982202858, 40.62489373184977, -73.93425625047088, 40.62495402136497, -73.93374983171168, 40.625392586577426, -73.93344820577497, 40.625703686178205, -73.93345249253706, 40.626034392080605, -73.93349505644967, 40.62640571196377, -73.93358201609861, 40.62721763870765, -73.93358822147702, 40.62727557634766, -73.93364557518512, 40.62781106765873, -73.93366120708865, 40.62796842993581, -73.9337291491011, 40.6285832684803, -73.9337310280863, 40.628600252468026, -73.93373520434761, 40.628637915517565, -73.93373880208036, 40.62867018862185, -73.93374299211365, 40.62870827492311, -73.93388068487567, 40.630029030443666, -73.93389495221754, 40.63015104736696, -73.93393878728797, 40.63052817150044, -73.93396665726564, 40.63079223429302, -73.93406142624964, 40.63169009415348, -73.93406666081525, 40.631739692371326, -73.93414601527407, 40.63249150868151, -73.93423598303261, 40.63326811143976, -73.93423980473686, 40.63333269617802, -73.9342478620689, 40.63346887283109, -73.93426787501946, 40.63367901327391, -73.93433158191911, 40.634183932166984, -73.93433623183016, 40.634243075530115, -73.93438403357833, 40.634732778209205, -73.93439440268993, 40.63482648045664, -73.93439440268993, 40.63482648045664 --74.13925745208746, 40.640735406806215, -74.13920382670219, 40.640745651207226, -74.13921049877216, 40.6407892426866, -74.13920775717528, 40.6408129710944, -74.1392030569412, 40.64083680453235, -74.13918328675346, 40.6408545704996, -74.13911753512129, 40.64087415441671, -74.13901597383092, 40.640891795045526, -74.13890988502885, 40.64089365764729, -74.1387921069082, 40.64089892381578, -74.13869286570416, 40.640898744579225, -74.13858390222255, 40.64090306606415, -74.13848949825865, 40.6409204499591, -74.1383796230913, 40.64093779386113, -74.1382815235498, 40.64095289201096, -74.13817740634694, 40.64096495985556, -74.13807868883902, 40.6409813913437, -74.13797340784996, 40.64099781621389, -74.1378507532185, 40.641006042773824, -74.13774947475069, 40.641002890749135, -74.13765057848232, 40.64099807432513, -74.13757575268295, 40.64100083390899, -74.137493691407, 40.64103544176466, -74.13744426575872, 40.64106748910466, -74.13734190679212, 40.6411361706536, -74.13733677656133, 40.64118116943733, -74.13733844309004, 40.641214892803305, -74.13734770274361, 40.6412566586452, -74.13737002581453, 40.64129514720008, -74.13718493940505, 40.641332519982726, -74.13710770453436, 40.64135168149589, -74.13702231284577, 40.6413784530611, -74.13695054793037, 40.641394789324686, -74.13685365391433, 40.64141483767595, -74.13673289402594, 40.641444708375026, -74.1366965103555, 40.641451770279346, -74.13666736645911, 40.64145138257573, -74.13664806870041, 40.64145318673623, -74.1365822810277, 40.641463899126826, -74.13654865647568, 40.64145071042734, -74.13639366869302, 40.64148230627978, -74.13620518490607, 40.641527253080575, -74.13575659245346, 40.641618701780615, -74.13571235150542, 40.64162678303153, -74.13571418709368, 40.64164637706884, -74.13548159978939, 40.64169363682759, -74.1353763415607, 40.64171457179276, -74.13518454624956, 40.64175306679363, -74.13501483740016, 40.641788007309884, -74.13479011400612, 40.64183048998574, -74.13472319262314, 40.64183568155591, -74.13464565964715, 40.64185304072333, -74.13455785451059, 40.641873284515306, -74.13449934663419, 40.641884310481, -74.13441912766847, 40.641891720997066, -74.13437376831793, 40.64189231432033, -74.13435269944185, 40.641886480158334, -74.1343537908622, 40.641804998987276, -74.13433441238641, 40.64177383753966, -74.13430281177611, 40.64175347678494, -74.13422713825253, 40.64175256195993, -74.13410861575495, 40.64175013736404, -74.13397941330423, 40.641743541276384, -74.13384353409097, 40.64174175618534, -74.13374969529667, 40.64173620560141, -74.13367035602003, 40.64172711615632, -74.13359808797608, 40.64172598443625, -74.13352722103842, 40.641724960006705, -74.13349719688189, 40.64171658311357, -74.13347752673381, 40.64168773619517, -74.1334852927256, 40.64165357318135, -74.13349005769167, 40.641626773595696, -74.1334674047466, 40.64159547262036, -74.13339096478308, 40.64156884020094, -74.1332956936103, 40.64153140531681, -74.13315484566304, 40.64149857526237, -74.13307198885819, 40.64148488242026, -74.13299185052321, 40.64147979624072, -74.13289538318645, 40.64149036549633, -74.13277793698589, 40.64151526724875, -74.13267124119596, 40.641555496826754, -74.13256948848709, 40.64159955051608, -74.13251828537892, 40.641613627017655, -74.13245940849073, 40.641620452348434, -74.13242120785802, 40.64162305021703, -74.13240284027103, 40.641704071284366, -74.13194829414657, 40.64166174522388, -74.13172582741943, 40.641642054667415, -74.13125581051032, 40.641596510726394, -74.13146200695935, 40.64130978034692, -74.13130654852108, 40.64123782005284, -74.13123349531229, 40.64118820828116, -74.13116642095412, 40.64114305351821, -74.1311341004969, 40.64110465260824, -74.13113490219375, 40.64105842713133, -74.13109741892478, 40.641036107270445, -74.13115709985038, 40.64092490521264, -74.1311848267588, 40.640881151565225, -74.13126200533497, 40.640758871109185, -74.13129295788356, 40.64070712614506, -74.13130648456368, 40.64068506508328, -74.13142815811945, 40.64050634136587, -74.13144229580453, 40.64048663624872, -74.13148124674503, 40.64042476835485, -74.13156293500771, 40.640355666314726, -74.13138443712278, 40.640410341917885, -74.1310984048749, 40.64034415239244, -74.13101354485423, 40.64031052375003, -74.13094787834991, 40.640278649014604, -74.13055491515257, 40.64007477515492, -74.13043084919441, 40.63999619432824, -74.13031106465652, 40.63992939811742, -74.13029106280722, 40.639913748140096, -74.13015600101006, 40.63980785410954, -74.12999666667325, 40.63968198412111, -74.1298176108692, 40.63951827473221, -74.12967909475506, 40.639368345029126, -74.12954981216393, 40.6392131331136, -74.12948782883075, 40.639138721852696, -74.12933511682576, 40.63892476996489, -74.12928488567503, 40.63884124922531, -74.12918652959064, 40.63867078423816, -74.12908208106481, 40.638449463752906, -74.12885656826191, 40.63783745514931, -74.12868803056483, 40.63741149003553, -74.12867047077086, 40.63734795190224, -74.12865288335114, 40.63727313298564, -74.12865787812588, 40.637259226974074, -74.128699050627, 40.63714755156801, -74.1287248945639, 40.63708851788186, -74.12875866109538, 40.637009368512444, -74.12883188182512, 40.63680986458777, -74.12883950217224, 40.636783207867325, -74.12884362102513, 40.63674669437771, -74.12884672639754, 40.6364356873676, -74.12885023826584, 40.636105031448025, -74.1288507104992, 40.63606064159213, -74.12885588388143, 40.63557364723381, -74.12885936996327, 40.63501726337167, -74.12887134359856, 40.63485592089435, -74.1288900152949, 40.63472730840981, -74.12894565925824, 40.634436536543255, -74.12896499042424, 40.63438751486555, -74.12900054225722, 40.63433327538454, -74.12944518389594, 40.63366004393868, -74.12975163397157, 40.633213708720255, -74.12988812229108, 40.63300116873138, -74.13016617205112, 40.632370711657906, -74.13046976534646, 40.63167600607435, -74.13054103983085, 40.63151681403544, -74.13059512753152, 40.631385935821825, -74.13060150205243, 40.631364788865554, -74.13060291913682, 40.631350224040446, -74.13060007559346, 40.6313250352129, -74.13049954513896, 40.631002183123954, -74.13046016565116, 40.63089689754278, -74.13032642789928, 40.63052527115327, -74.13030104770093, 40.63045474504219, -74.13026897194075, 40.630365612753366, -74.13014645876133, 40.62999922165109, -74.13014324410841, 40.629978779872474, -74.13013973064183, 40.62994996719342, -74.13014727285498, 40.62991361274817, -74.13024788702329, 40.62960881489895, -74.13033008074635, 40.62938401936763, -74.1306912438793, 40.62833820042296, -74.13083297855418, 40.62791144996656, -74.13099290588762, 40.62737379476518, -74.13130985498589, 40.626328025798294, -74.13135224038257, 40.62619333420128, -74.13156188979556, 40.62558110947824, -74.13191628151773, 40.62454508623232, -74.13199575258419, 40.624304367685355, -74.13203723491897, 40.624160813011784, -74.13204351156404, 40.62410570742023, -74.13205147293603, 40.623874666886, -74.13205434780292, 40.62366109869619, -74.1320580680228, 40.62338617702417, -74.13207512999527, 40.622702042281894, -74.13224901809535, 40.62269332795084, -74.13226884489319, 40.622693388889566, -74.13229794880071, 40.622695039375515, -74.13232131757788, 40.62270462914682, -74.13238376836141, 40.62275208495873, -74.13255602834892, 40.62289888304756, -74.13275127122556, 40.622756196204215, -74.13320829781263, 40.62243747107097, -74.13327425209226, 40.6223914734485, -74.13337022109549, 40.6224665169564, -74.13401549896277, 40.622156054761334, -74.13414123823665, 40.62222718977778, -74.13471476743761, 40.622523591205265, -74.13555433710307, 40.62298571719577, -74.13629012237719, 40.623400835854135, -74.13639404293657, 40.623465406053754, -74.13657911786476, 40.62357810448741, -74.1369602390572, 40.623784185617865, -74.13724988840758, 40.62392945896678, -74.13746398466769, 40.6223901051673, -74.13747744449465, 40.62234526382143, -74.13748958472293, 40.62231502600559, -74.13749933720679, 40.62223869065476, -74.13751293146404, 40.6221317771064, -74.1375193627766, 40.62208060449093, -74.13756129386711, 40.621633086146794, -74.13836666535262, 40.62173679533486, -74.13861273772893, 40.6217725611808, -74.14098285451408, 40.62208350713696, -74.14106620777532, 40.622094441677504, -74.14138817180935, 40.62213667683857, -74.14149040402657, 40.62214934927133, -74.14161653224869, 40.62216498281087, -74.14167933355235, 40.621627502144605, -74.14178284375518, 40.620841775768774, -74.14187941965434, 40.620089124945, -74.14190792571715, 40.61986613501086, -74.1419640476948, 40.619475311356744, -74.14203665944729, 40.618971661630205, -74.14215093857031, 40.618187373930965, -74.14219936164498, 40.61785625520353, -74.14236860819845, 40.61669235980657, -74.14233611783315, 40.61660832731168, -74.14326215307406, 40.61673992199005, -74.14419492098119, 40.61686994196258, -74.14512419089498, 40.61696565970443, -74.14511839126544, 40.61704030588894, -74.14496598335677, 40.6179793940491, -74.14493260667105, 40.61819106597698, -74.14480644971275, 40.618968038495844, -74.14479359583697, 40.61904720334662, -74.1447665150972, 40.6192258505417, -74.14473368550394, 40.61947185768712, -74.14467967467513, 40.61989739336698, -74.1446130765827, 40.62042477582434, -74.14458465826958, 40.620666209900186, -74.14535352871538, 40.62068197111001, -74.14678161781968, 40.620712611377755, -74.14680890907539, 40.620713526579074, -74.14682888296745, 40.62071785689289, -74.14686303271466, 40.620731320195176, -74.14721790946152, 40.62093148809976, -74.14785427175735, 40.62129215610257, -74.14793193046056, 40.62133531095167, -74.14787010668303, 40.62140030278938, -74.14769336681181, 40.62159031401346, -74.14757069298281, 40.621715383798644, -74.147453814349, 40.62181368071593, -74.14742179020568, 40.62183667608138, -74.14731515816294, 40.62191325264381, -74.14714887966771, 40.621985473101326, -74.14712488301345, 40.621995894031635, -74.14702548156991, 40.622054016587626, -74.14699665611059, 40.622078491802334, -74.14691336226645, 40.62214921897512, -74.14698116719865, 40.622183257568025, -74.14701704021738, 40.62220126355234, -74.1470804037096, 40.62223306997046, -74.1470352558913, 40.622298361501045, -74.14693266776356, 40.62244671850265, -74.14682760573143, 40.62259407178652, -74.14670510375129, 40.62279944080976, -74.14658844965307, 40.62300034195808, -74.14647117830695, 40.62318741536246, -74.14629626225407, 40.62352222680742, -74.1461971693272, 40.62372310519174, -74.14608064523591, 40.62398646219351, -74.14595258937868, 40.624330134994494, -74.14584786105212, 40.62463362830695, -74.14580136309017, 40.624789827765674, -74.14579348843972, 40.62482835754839, -74.14576716900449, 40.62495714384666, -74.14589966079345, 40.624946766573814, -74.1460555109096, 40.624934558433374, -74.14612121023458, 40.62492941221876, -74.14608714921663, 40.625024896347476, -74.14607251383583, 40.62506591747618, -74.14582449213648, 40.62576116183593, -74.14579572232957, 40.625841805773106, -74.14562058813122, 40.62633272529571, -74.14551883823107, 40.626733755305324, -74.1454840782456, 40.626880817462514, -74.14545813414593, 40.62705014284105, -74.14542408498926, 40.62752465512262, -74.14542303260187, 40.62772622816759, -74.14542635720642, 40.62791111081988, -74.14542078849, 40.62795803050202, -74.14544176344725, 40.62819189627115, -74.14550413189352, 40.62863732755833, -74.1455785279413, 40.62920753053532, -74.1456500391002, 40.629822244424055, -74.14566585342045, 40.63034351513387, -74.14566321701888, 40.63082197502317, -74.1456566259967, 40.63091772492901, -74.14565031346541, 40.63100948157216, -74.14562206469977, 40.63141996835297, -74.14560406852262, 40.63189555066283, -74.1455899390813, 40.6321205501071, -74.1455181986319, 40.63274212885104, -74.14552590487065, 40.632937007036574, -74.1455232428378, 40.63305729832607, -74.14548294111881, 40.63314334812808, -74.1454561740812, 40.633194914274696, -74.14544309648, 40.63324988687813, -74.1453306527661, 40.633722524008135, -74.14521874277621, 40.6341929180323, -74.14517889729025, 40.63437398824268, -74.14517097193627, 40.63441000015068, -74.14516141308498, 40.63445910588441, -74.14515258834835, 40.63450444021181, -74.14513629366894, 40.63458813082321, -74.14511291812782, 40.63467277951629, -74.14505511759252, 40.634882074825654, -74.1449084596222, 40.63531298487922, -74.14480092256663, 40.63558025066487, -74.14473611926103, 40.6357341636136, -74.14471006095262, 40.63579604773856, -74.14468709674188, 40.63585059412768, -74.14438230953412, 40.63660918096061, -74.14426312539408, 40.63689649559434, -74.14386482996075, 40.63786974711361, -74.14364389515366, 40.63840428377474, -74.14362663890786, 40.63844732406544, -74.143599984342, 40.63851380761766, -74.1434677291283, 40.6385759852023, -74.14329347124014, 40.638657908451606, -74.14307891127746, 40.63875839087406, -74.14215898878581, 40.63912017109691, -74.14142479696281, 40.63942208234122, -74.1409977423053, 40.63959479334742, -74.14083035753313, 40.63964921245367, -74.14072111306518, 40.63967397720822, -74.14056401074097, 40.63970115162608, -74.14025062217007, 40.63974405861958, -74.14015630619842, 40.6397545097786, -74.14006979224231, 40.63976038572212, -74.13992381970309, 40.639757262130175, -74.13908356304542, 40.63970747236998, -74.13905684055274, 40.639759089156954, -74.13908129639582, 40.639926175320596, -74.13911161668935, 40.640064742128494, -74.13918140049282, 40.64029257200488, -74.13920771433781, 40.64039237806276, -74.13922110389328, 40.640445261977604, -74.1392186568913, 40.6404617291403, -74.13920863547096, 40.6404774859574, -74.13925894286648, 40.640686157385325, -74.13925745208746, 40.640735406806215, -74.13925745208746, 40.640735406806215 --73.83204616855335, 40.63516187882446, -73.83206163951954, 40.63517266534476, -73.83208008732194, 40.63518001261927, -73.83210179067737, 40.635185429425675, -73.83214272488674, 40.63519282302992, -73.83217062585534, 40.63519118518658, -73.83218862181785, 40.63519489368069, -73.8322689039886, 40.63527738324302, -73.83238537378962, 40.635398681211406, -73.83240940022242, 40.635426137986045, -73.83243078513036, 40.63545532170664, -73.83244928109964, 40.635485904224744, -73.83246466329695, 40.63551750879642, -73.83247227876556, 40.635537071095094, -73.83249080072521, 40.63558462935797, -73.8325186862241, 40.63566975746797, -73.832555657144, 40.6357996861925, -73.83257044807397, 40.63584744882908, -73.83259870373067, 40.6359264692249, -73.83262636863344, 40.635989848512, -73.83267224862352, 40.63607055690191, -73.83270665291573, 40.63614046394319, -73.83271819265504, 40.63616820235628, -73.83272720999447, 40.63619398837231, -73.8327338547451, 40.6362184174539, -73.83273935618888, 40.63624576886213, -73.83275029324138, 40.636328159886546, -73.8327583335334, 40.63643109747473, -73.83276466510456, 40.63647343474984, -73.83277710595713, 40.63652370548963, -73.83280054989898, 40.636603644566655, -73.8328263335145, 40.63667735003483, -73.83283469677151, 40.63670805193175, -73.83283766458833, 40.636728042397955, -73.8328387799725, 40.63675042735666, -73.8328357206069, 40.63682549660011, -73.83283606176103, 40.63685352669648, -73.83284147928374, 40.636941316407125, -73.83284824335907, 40.63699649392458, -73.83285827306732, 40.63704669090692, -73.83287482601423, 40.63711420177018, -73.83288994743512, 40.63716992363804, -73.83290395200125, 40.63720998292964, -73.83291388523081, 40.63723028518874, -73.83292621698637, 40.63724821625957, -73.8329406528183, 40.63726334616528, -73.83295700403845, 40.637275495427424, -73.83297755375446, 40.6372854246992, -73.83299608386604, 40.63728755252726, -73.83301073840349, 40.63727812194749, -73.83302061376413, 40.637265350699266, -73.8330248011893, 40.63725196153854, -73.83302879401593, 40.63719729043721, -73.83303249216098, 40.6371588147677, -73.83305592573193, 40.637155696069854, -73.83307345507706, 40.63716234574666, -73.83309159246757, 40.637175908698275, -73.83310121534613, 40.63718845250719, -73.83310926630692, 40.63720372080967, -73.83311865128833, 40.63722725692468, -73.83313704435454, 40.63728276828271, -73.8331539041087, 40.63735063165229, -73.83315777728319, 40.63737545471436, -73.83316257395481, 40.63743326788047, -73.833167934191, 40.637460471373956, -73.83317812334596, 40.637490987683265, -73.83320342814808, 40.63755366999425, -73.83321321300214, 40.63758089521211, -73.8332397980131, 40.63767719759841, -73.83325032425904, 40.63771050330101, -73.83326663081739, 40.63775194818252, -73.83329425875154, 40.63782216489184, -73.83331430548068, 40.637873115678175, -73.83336625236196, 40.638021793936325, -73.83337211854507, 40.63804005508399, -73.83340279150302, 40.63813550785649, -73.83343319131636, 40.63822818391982, -73.8334405226346, 40.638256685201355, -73.83344523043937, 40.638282499131854, -73.8334474299615, 40.63830445069948, -73.83344820360372, 40.63832886582643, -73.83344561562433, 40.63840192579369, -73.83344246878099, 40.63847913274737, -73.83344031803952, 40.63856171995084, -73.83343676013081, 40.63858101654927, -73.83342720526733, 40.6386017362879, -73.83341278277035, 40.63862230128871, -73.83339207966587, 40.63864473477281, -73.83335280575916, 40.638680696873195, -73.83330209525096, 40.63872258221321, -73.83325177179339, 40.63876140632304, -73.83320516992447, 40.638794439160066, -73.83318792332929, 40.638804548597655, -73.8331671167416, 40.638813945058814, -73.83314368317635, 40.63882250382263, -73.83310992381949, 40.63883336283359, -73.83306347749149, 40.6388481188793, -73.83301433739449, 40.63886368506486, -73.83291423993047, 40.63889350447547, -73.83291417486363, 40.63889352419234, -73.83281539394568, 40.63892156149924, -73.83277081469113, 40.63893371673723, -73.83271150065593, 40.63894989025673, -73.83268950261119, 40.63892665544659, -73.83260352080828, 40.638835835312456, -73.8325052405965, 40.63885935156973, -73.83235746788164, 40.63886215477425, -73.83225543919205, 40.63882775019185, -73.8322448273, 40.63877879593568, -73.83216485923397, 40.63871263958942, -73.83208401201736, 40.6386661357589, -73.83195281054964, 40.63859910837844, -73.83187463619855, 40.6385076471268, -73.83180186096678, 40.63843348641039, -73.83167931299518, 40.63836380853373, -73.83156489007347, 40.63828802249093, -73.83142205780467, 40.63818963124949, -73.83126619282501, 40.63805907933209, -73.83109835968801, 40.63795974687357, -73.83088772204066, 40.63787462357263, -73.83073528572466, 40.63782751819347, -73.83061183279592, 40.63778923808601, -73.83049797979413, 40.63768819941893, -73.83035128988419, 40.63760643556409, -73.83026510777685, 40.63751959996969, -73.83018241492627, 40.6374069695511, -73.83010863050444, 40.63729210003178, -73.82997232046169, 40.63719470628079, -73.82990911351845, 40.63714128127637, -73.82979150415616, 40.63704512166674, -73.82969961277395, 40.63695179974569, -73.82960971055896, 40.63684110605418, -73.8295450484111, 40.63672361565834, -73.82943726359804, 40.636631588324036, -73.82937301253777, 40.63653567220925, -73.8293102946436, 40.63646155183182, -73.8292321829012, 40.63644779386749, -73.82917521536851, 40.63640629070634, -73.82912607715613, 40.636318520497476, -73.82908548101862, 40.636230681916864, -73.82902081343393, 40.63614450861371, -73.82890916029052, 40.6360431978605, -73.82880053136596, 40.63594460837069, -73.82872133409234, 40.63584883532395, -73.82866719464916, 40.6357867214008, -73.82858284834836, 40.635730629231716, -73.82843764219167, 40.635676642581096, -73.82835939828783, 40.635629671720565, -73.82827856893819, 40.63553782039706, -73.82818334792665, 40.635507539525605, -73.8280280023816, 40.635488094686046, -73.82787027226044, 40.635456897873595, -73.82769373653437, 40.6354385717243, -73.82756498163968, 40.635390921269455, -73.82742927395634, 40.6353428216817, -73.82722439746406, 40.63537556132758, -73.82682358430228, 40.63549372534731, -73.82668358837616, 40.63555804483218, -73.82667370491761, 40.63565821466571, -73.82661597603042, 40.63577321597995, -73.82658286711502, 40.63583099568954, -73.8265013334053, 40.63578539459783, -73.82642034458422, 40.635741218894196, -73.82639795252771, 40.63572937385976, -73.82638151791629, 40.63572216559227, -73.82636262279699, 40.635717006794124, -73.82634031005816, 40.63571466236174, -73.82631925017178, 40.63571464766347, -73.82626003913839, 40.6357171796282, -73.82620269357628, 40.635719198383704, -73.82615618277954, 40.6357240052947, -73.82613520826929, 40.635726609406056, -73.82609462677719, 40.63575545565289, -73.82608000312248, 40.6357641280625, -73.82604553222185, 40.63576105377123, -73.8260251717596, 40.63575391965989, -73.8260039451359, 40.63574440415801, -73.82597079988966, 40.63572752866867, -73.82595132181912, 40.635716107599976, -73.82590675885035, 40.63568565746939, -73.82588133772948, 40.6356727172173, -73.82586029816234, 40.63566673291377, -73.82583539525946, 40.635664036859616, -73.82580720428126, 40.63566433275201, -73.82576129626676, 40.635667814849974, -73.82569756153093, 40.635673026823966, -73.82565100138035, 40.635678172051634, -73.82560948181212, 40.635684595540084, -73.82557221974376, 40.635692505928105, -73.8255356294906, 40.63570207067951, -73.82550664611935, 40.63571110214807, -73.82548148270156, 40.63572078417998, -73.82545959719555, 40.63573136539919, -73.82538328028478, 40.63577544078369, -73.8253531612159, 40.63579066787257, -73.82532657301881, 40.63580137520066, -73.82530744108726, 40.63580000255903, -73.82527801622462, 40.63577897661883, -73.82525954214138, 40.63576879607497, -73.82522924462363, 40.63576819890996, -73.82520655605443, 40.6357717025685, -73.82518184757129, 40.63577781286064, -73.82515197280806, 40.63578730395129, -73.82513288440063, 40.635795488573315, -73.82508795413584, 40.63582140746304, -73.8250657099273, 40.635831253236724, -73.82503676206154, 40.63583886992291, -73.8250039135503, 40.635843243293415, -73.82496684388225, 40.63584443859511, -73.82492393819197, 40.63584251189893, -73.82488138950004, 40.63583787966567, -73.82484038235178, 40.635830505878204, -73.82480159259683, 40.635820506834634, -73.82476549863432, 40.635808014742246, -73.82474275905865, 40.635796267912816, -73.82469570891251, 40.635764237610154, -73.82467149575209, 40.63575322244438, -73.82464248548149, 40.63574499697519, -73.82461888743347, 40.63574102030596, -73.82459842946149, 40.63574091255643, -73.82458100854635, 40.63574474020967, -73.8245664842716, 40.635755104657164, -73.82455004765475, 40.635782002447485, -73.82452783453724, 40.63580202675068, -73.82451053117362, 40.635812839011514, -73.82444772306039, 40.635845419433174, -73.82442537478914, 40.63585838612912, -73.82440551992617, 40.63587299557621, -73.82439072030486, 40.63588825030913, -73.82437814188538, 40.635906620632376, -73.82436723063076, 40.63592796972171, -73.82435778467367, 40.63595219551046, -73.82434566703216, 40.63598995744682, -73.82432527888803, 40.63605220361175, -73.82431730374695, 40.636088425679475, -73.82431611759888, 40.63610298978986, -73.82431640116869, 40.63611875473883, -73.82432151894545, 40.63615672220783, -73.82434192789124, 40.63619795671248, -73.82434606419588, 40.63623201892339, -73.82434331703216, 40.63625536702971, -73.8243381156472, 40.636279240892875, -73.8243252849977, 40.63632693357936, -73.82431564196332, 40.63635908814731, -73.82428865031893, 40.63643487614985, -73.82427867477155, 40.6364734338089, -73.82427280994023, 40.63652119476685, -73.82427025438909, 40.63659251660159, -73.82427060352978, 40.63665520057797, -73.82427488900808, 40.63673451147937, -73.82427749242284, 40.6367482619058, -73.8242835894777, 40.63676315412803, -73.82431183318943, 40.63680856101279, -73.82431986801484, 40.63682378938629, -73.82432460289623, 40.63683749083775, -73.82432471092382, 40.63686919833474, -73.82431989806199, 40.63688960668519, -73.82431159126014, 40.6369125752804, -73.8242823043909, 40.63698138433753, -73.82427607526752, 40.63700361947903, -73.8242735514323, 40.63702383771339, -73.82427518982772, 40.637123942090035, -73.82427420527644, 40.637158004578914, -73.82426133267082, 40.6373400476603, -73.82424506308037, 40.63741643736977, -73.82423482358091, 40.63747301133309, -73.82422605276449, 40.63753432517906, -73.82422070608895, 40.63758951711636, -73.82421629187361, 40.637669024533906, -73.82421416465681, 40.63773162547176, -73.8242153520158, 40.63777944582915, -73.8242202909421, 40.637805905270056, -73.82423317084752, 40.637840627418434, -73.82424199269857, 40.63785599657919, -73.82426873747731, 40.63788855345072, -73.82427843902019, 40.637903853712366, -73.8242902992804, 40.637934355356975, -73.8242976007048, 40.63796777672623, -73.82430034324719, 40.63800413312978, -73.82429853730713, 40.63804351283478, -73.82428046442465, 40.638188299724774, -73.82426933920601, 40.63830735224689, -73.82425724641337, 40.6384028258601, -73.82424306612418, 40.63848835813642, -73.82423140685574, 40.638545329754045, -73.82421578787721, 40.63861290164732, -73.8241878315729, 40.63872062059018, -73.82417491666351, 40.63876507844976, -73.82417064337704, 40.63878521925991, -73.82416966360236, 40.638805326383626, -73.82417300354253, 40.638823115869094, -73.82418468262533, 40.63884256245523, -73.82421370300952, 40.63887077330101, -73.82425141776683, 40.638909855002886, -73.82426383524644, 40.63892005616537, -73.82437879005242, 40.63898325831387, -73.82444625546275, 40.63901978558169, -73.82447151952276, 40.63903259352854, -73.82450106240007, 40.639046053673326, -73.82451090939735, 40.639059620633255, -73.82451902425801, 40.639074203437566, -73.82452559180503, 40.639090545298096, -73.82452985891214, 40.63910733660966, -73.82453172494662, 40.639124184592085, -73.8245311507038, 40.63914071276811, -73.82452279015428, 40.6391979767106, -73.82451061372743, 40.639252958313236, -73.82449464421201, 40.639305529735665, -73.82447491730416, 40.63935560007831, -73.82437425037308, 40.639572202532754, -73.82431568946326, 40.63971261857061, -73.82429853590091, 40.63974695351777, -73.82412198681678, 40.639829773739095, -73.82410406011027, 40.63982415228683, -73.82407487370759, 40.639813485100625, -73.82404802298814, 40.639802019117184, -73.82399045463333, 40.6397746533541, -73.82395194736563, 40.639753097185505, -73.82391766023231, 40.6397302606225, -73.8238714205432, 40.639696622011115, -73.8238289910038, 40.63966610411824, -73.82380844176298, 40.63964996322533, -73.82379054570289, 40.63963321223952, -73.82377701089165, 40.63961679752488, -73.8237559507886, 40.639584620273084, -73.82370988490554, 40.639508082871714, -73.82364073482609, 40.6393999972387, -73.82363077162347, 40.63938213994715, -73.82361073433586, 40.63933873834891, -73.82360037757032, 40.6393195116598, -73.82358188190196, 40.639293523082905, -73.82354187501971, 40.639246889483275, -73.82352678970774, 40.639227668138396, -73.82350221784253, 40.639192311114385, -73.82348295282792, 40.6391613486664, -73.8234674903019, 40.63913235248559, -73.82345552099592, 40.639104702540685, -73.82344703879485, 40.6390793677834, -73.82343988615325, 40.63905148569346, -73.8234338367367, 40.63902036882646, -73.8234278875262, 40.638980870068515, -73.82341751681915, 40.638877608572145, -73.82341247841038, 40.638840587642676, -73.82340127540063, 40.63878293532671, -73.82338332367591, 40.638705607978224, -73.82337306745562, 40.63866766140161, -73.82334600623632, 40.63857874746462, -73.82333506335273, 40.63853450699185, -73.82331963402488, 40.638447957673755, -73.82330477297839, 40.638339223101816, -73.82328304909622, 40.63816154673499, -73.82326209102361, 40.63797997408445, -73.82323754200509, 40.637820189404835, -73.82321250434059, 40.63766998280323, -73.8232087019642, 40.63765552180071, -73.82320228108894, 40.63763976722669, -73.8231683418537, 40.637575815898856, -73.82316315843624, 40.63756193270614, -73.8231526160401, 40.63749737618119, -73.8231467379765, 40.637443189119345, -73.82313778362844, 40.63732762054129, -73.82312990735068, 40.63727762863124, -73.82311305585081, 40.6372096107003, -73.82310160455351, 40.63717759398373, -73.82306457633963, 40.63710267493107, -73.82305131436381, 40.63706788452081, -73.82302184239934, 40.63696126794742, -73.82297988989909, 40.63680029473464, -73.8229364191567, 40.63663599624419, -73.82291535558352, 40.63654416112491, -73.82290475218335, 40.63648225290687, -73.82288449319265, 40.63633449398091, -73.82286128649942, 40.636183046477484, -73.8228458752283, 40.63610126355588, -73.82281254012108, 40.63596825390522, -73.82276832177094, 40.63578181577985, -73.8227649238229, 40.63576381183349, -73.8227626701226, 40.63574358536433, -73.82275987665236, 40.63567379159767, -73.82275758463432, 40.635647075916346, -73.8227526115525, 40.63562040292914, -73.82274478009276, 40.63559688996548, -73.8227327419345, 40.635571481223415, -73.82271709532179, 40.6355441361999, -73.82269815077427, 40.63551499495304, -73.8226663594083, 40.63546941019228, -73.82257126823137, 40.635337047231566, -73.82253666067665, 40.63528548943604, -73.8225119960921, 40.635245736596865, -73.82249192724089, 40.635209164282394, -73.82247607579949, 40.63517490290841, -73.82245872950047, 40.63512981136125, -73.82241663653592, 40.635009683515705, -73.82238236153333, 40.63492877550822, -73.82237056401632, 40.63489743446611, -73.82235812525592, 40.634857428520604, -73.82234605499902, 40.63481265668586, -73.82231006803173, 40.63465692082765, -73.82229451627022, 40.6345963214538, -73.82228678849432, 40.63457259699374, -73.82226235754563, 40.6345078559034, -73.82225670151645, 40.63448784028706, -73.82225338349033, 40.634469641033206, -73.82224290277088, 40.634346054448685, -73.82223479152681, 40.63425641035818, -73.82222645462728, 40.634204891272816, -73.82221868272013, 40.63417468568952, -73.82220783757083, 40.6341413424412, -73.82215604427648, 40.63400581228433, -73.82207598125555, 40.63376480446249, -73.82205004243424, 40.633682807004895, -73.82202780205348, 40.63360665874605, -73.82200872486402, 40.63353449928388, -73.8219925802926, 40.63346546556392, -73.82197934496091, 40.63339945489195, -73.82196697008035, 40.633326834825255, -73.82194238051929, 40.63314905010314, -73.82194000320132, 40.6331318653804, -73.82193410121768, 40.63307918206189, -73.82192209391337, 40.63294858701011, -73.82191293544986, 40.63287952176941, -73.8219019289451, 40.63282882249414, -73.82187047180372, 40.632716274365485, -73.8218606497919, 40.632666444122165, -73.82183674728662, 40.63247103362793, -73.82179639554188, 40.63218680264378, -73.82177556231603, 40.63206382490039, -73.82174524863076, 40.63191238048737, -73.82170726574962, 40.63174119735416, -73.82165599021613, 40.6315279977803, -73.82159754150342, 40.63129576263651, -73.82153334059566, 40.631047990839924, -73.82147098009908, 40.63087107487317, -73.82145696579235, 40.63082357943033, -73.82142947495394, 40.630716695288534, -73.82141517204938, 40.630670178258164, -73.82138747277153, 40.6305939691388, -73.82132546901565, 40.63043509738347, -73.82129976215758, 40.63036617745514, -73.82121141268577, 40.63011456231245, -73.821105604282, 40.629831876256254, -73.82108322590219, 40.62976664008316, -73.82103253403129, 40.62960552364593, -73.821016973731, 40.62956131984303, -73.82100148953695, 40.629521799768234, -73.82098400016876, 40.629481611984275, -73.8209632140832, 40.6294375441201, -73.82089880197552, 40.6293109763696, -73.82076120034007, 40.62904893622231, -73.82074049143291, 40.62900264234666, -73.82070898549138, 40.62891713913415, -73.82069576608029, 40.62888428550518, -73.82068015986677, 40.62885159654947, -73.82066334883095, 40.62882302379713, -73.82064548071571, 40.62880208581554, -73.820598527433, 40.62876032922086, -73.82058348080834, 40.628741982830306, -73.82055422087376, 40.62869429597598, -73.82053572040948, 40.62865712148752, -73.82051272961571, 40.62859581501427, -73.82049373402559, 40.62853005359001, -73.82048386596873, 40.62848916441063, -73.82047867929523, 40.62846070343356, -73.8204763825814, 40.62843484677439, -73.82047712195372, 40.628411315499854, -73.82048039931068, 40.628392931066664, -73.82049431418487, 40.628340718940635, -73.82050114736818, 40.62829313164168, -73.82050118192217, 40.62827632886388, -73.8204991044613, 40.62826123738172, -73.82048711390829, 40.62823651645383, -73.82046723129692, 40.628214070526035, -73.82045106292207, 40.62819581421839, -73.82043937780695, 40.62817926689607, -73.82041259427432, 40.62812855091322, -73.82040456772414, 40.628109210480794, -73.82039894151393, 40.62809125970018, -73.82039724440573, 40.62807231277657, -73.82040153165114, 40.628029584321546, -73.82039890425794, 40.628011551775096, -73.82037583119646, 40.627973475896724, -73.82036483125512, 40.62793161147221, -73.82035870658643, 40.62788808239548, -73.82035770540338, 40.62787010822105, -73.82035903557633, 40.627828649384284, -73.82035708189338, 40.627809304928626, -73.82033820480096, 40.627802405352305, -73.82031437055309, 40.62780476439297, -73.82029511454382, 40.62780383197411, -73.82027607706458, 40.6277875856231, -73.82026544230412, 40.62777254199417, -73.82025735990555, 40.62775597687095, -73.82025215077446, 40.62773854453432, -73.820250037219, 40.62772020570932, -73.82025134920673, 40.62770219912914, -73.82025602177164, 40.62768538649143, -73.82026389864505, 40.62767029975965, -73.82027633636196, 40.62765881593978, -73.82031945916845, 40.62763780122969, -73.82033441273914, 40.62762517587187, -73.82034223137526, 40.62761107781638, -73.82034675165944, 40.62759550135308, -73.8203477170958, 40.62757933129427, -73.82034506227151, 40.627563597734536, -73.82033546959738, 40.62755001998827, -73.82030774657458, 40.62752966269537, -73.82029659621568, 40.62751824556419, -73.82029571684241, 40.62750332614822, -73.82030857949128, 40.627488526367756, -73.82032802621082, 40.62747346401722, -73.82034856200839, 40.627441959840006, -73.8203568099242, 40.62742425136235, -73.82036243257362, 40.627407930988625, -73.82036551604894, 40.62739263054053, -73.82036608727125, 40.62737405727349, -73.82036331132203, 40.627355023112756, -73.8203572717857, 40.627336091915176, -73.8203481725601, 40.62731791777753, -73.82032950394876, 40.62728982474779, -73.82030337979069, 40.627256006252416, -73.82027650464558, 40.62722588051682, -73.8202434195479, 40.627194484335405, -73.82022207820084, 40.62717973103899, -73.8201954446665, 40.62716831039758, -73.82016571004976, 40.62716116958147, -73.82013569140224, 40.62715899198881, -73.82011416663342, 40.62716231365637, -73.82009306873512, 40.62717126244732, -73.82007581506615, 40.62718437135696, -73.8200653699749, 40.627199421638466, -73.82005310166663, 40.627228312785036, -73.82004784269402, 40.62724605833846, -73.82004670703881, 40.62726221101912, -73.82005017567035, 40.627276361842505, -73.82007066953912, 40.62731786834297, -73.82008869687006, 40.627342227749004, -73.8200942001608, 40.627356615890456, -73.82008410516615, 40.627368497785554, -73.82005501487987, 40.62738274263717, -73.82003586724737, 40.627401276920835, -73.82001776828135, 40.62742758794689, -73.82000273311837, 40.627443727872105, -73.81998811232249, 40.62745391239391, -73.81997063291456, 40.62746041020468, -73.81994252460015, 40.62745412016921, -73.81989465091216, 40.62742458461788, -73.81987230811256, 40.627403395460874, -73.81985707715423, 40.627393976454705, -73.81982995917168, 40.62739125040698, -73.81980689510121, 40.62739513423195, -73.8197745973107, 40.62740444182843, -73.81975359811992, 40.62741268290174, -73.81973337391702, 40.62742411843611, -73.81971428927572, 40.62743854818737, -73.81969696832326, 40.62745550936621, -73.81968967297752, 40.627470551945514, -73.81968386435094, 40.62750533629075, -73.81967787729093, 40.627519981089506, -73.81965896195753, 40.627519416511056, -73.81963168706314, 40.627504323306745, -73.81958800662038, 40.62748453875087, -73.81956206981022, 40.627475527051324, -73.81954394677388, 40.62747350755384, -73.81952352567455, 40.627477312622325, -73.81950198633304, 40.62748597334539, -73.8194638542308, 40.62750584111762, -73.81943299766247, 40.62753460575107, -73.81941863888073, 40.62754619992842, -73.81939340128095, 40.627552657549536, -73.81937369820272, 40.62755186655629, -73.81935219358563, 40.627547245512, -73.81933072313583, 40.627539172817905, -73.81931680811161, 40.62752829786357, -73.81929688026479, 40.62750095552336, -73.8192840752182, 40.627489160175394, -73.81925607654325, 40.627490848766314, -73.81923107364396, 40.62750011274625, -73.81914105293932, 40.62752493093052, -73.81912218910472, 40.627514523643, -73.81908972344388, 40.62749980576565, -73.81905544755817, 40.62748796129634, -73.81900826521321, 40.6274742837495, -73.81897728790373, 40.62746818797672, -73.81894975411862, 40.627467118927164, -73.81892608817549, 40.62747150862137, -73.81889823641998, 40.62748133987346, -73.81882973083864, 40.62750772439049, -73.81877571599581, 40.62752747865468, -73.81874347942667, 40.62753723271691, -73.8187314911768, 40.62752544129656, -73.81874020376839, 40.62748345920478, -73.81873898465616, 40.62746668506662, -73.8187288460948, 40.62744142205622, -73.81872068571009, 40.627427614998645, -73.81870726989214, 40.627416191439124, -73.81868276600049, 40.62741186541368, -73.8186485887359, 40.62741857622754, -73.81861984639248, 40.62742861853058, -73.81859313283556, 40.62743844069823, -73.81856980070572, 40.62744829070884, -73.81854903590248, 40.62745851127885, -73.81853057330746, 40.62746923706956, -73.81851573356748, 40.627483788589025, -73.81849594726397, 40.627522738235996, -73.81848688852163, 40.62753461802496, -73.81846660990628, 40.62754988677165, -73.81844610608327, 40.62756104247664, -73.81842161524304, 40.62757145525443, -73.81839117189969, 40.6275819666872, -73.81835115753094, 40.627592802487285, -73.818318773755, 40.62759711524602, -73.81829273416916, 40.62759507673743, -73.81827317601903, 40.6275866376541, -73.81826090288298, 40.6275735859045, -73.81825423514118, 40.627555953956225, -73.81825321738026, 40.62753386074959, -73.81825786433448, 40.62750753594096, -73.81828728293908, 40.62741974915809, -73.81829240237741, 40.627397863766, -73.81829558809733, 40.62737687403815, -73.81829685086556, 40.62735673316462, -73.81829618956087, 40.627337419531244, -73.81829226662234, 40.627318358292115, -73.81828393064104, 40.62729789066719, -73.81827223726246, 40.62727855599422, -73.81825826785905, 40.627262125506746, -73.81824360555193, 40.627250145200996, -73.81822830892717, 40.627242367525724, -73.81820894308703, 40.62723886899712, -73.8181800857431, 40.6272447064727, -73.81814187241433, 40.62725741993448, -73.81812444686015, 40.62726232452719, -73.81807487007069, 40.62727473812665, -73.81804640427798, 40.62727957660921, -73.8180313386289, 40.62726728675902, -73.8180289441246, 40.62724861515409, -73.81803121848299, 40.62723245619019, -73.81803594176064, 40.627216744158765, -73.81804296961728, 40.627201965112924, -73.81805212730738, 40.6271884861885, -73.81806811564228, 40.62717143399608, -73.81810736204018, 40.627137433859744, -73.8181230983855, 40.62712176086026, -73.81814604635657, 40.62709412052578, -73.8181540751888, 40.62707850286952, -73.81815777983752, 40.627058801711634, -73.8181584965706, 40.627042572742134, -73.81815520373131, 40.62700049245728, -73.81814989197524, 40.62696368873769, -73.81814193431133, 40.626938878483635, -73.81813451282174, 40.62692463399809, -73.81812542121989, 40.62691084433512, -73.81811480194922, 40.62689771864072, -73.81810281284018, 40.62688545798051, -73.8180812158251, 40.6268758206454, -73.81807089593549, 40.62683265221403, -73.8180694711852, 40.62678645409417, -73.81806305328524, 40.62677217066837, -73.81804573961685, 40.626758189684004, -73.81802393737061, 40.62674581442696, -73.81800511912884, 40.626735735717325, -73.81797972381149, 40.62672857869075, -73.81796262125317, 40.62673384127751, -73.81794937733052, 40.626748325010986, -73.8179287166491, 40.626758982387514, -73.81791049872152, 40.62675804220735, -73.81789834375952, 40.626745078855826, -73.81789509355363, 40.62673118946326, -73.81790641392594, 40.62669915512229, -73.81791309731652, 40.626668097706556, -73.81791429063625, 40.62664918953991, -73.81791275678313, 40.62662699375155, -73.81790734872622, 40.62659175677444, -73.8178923692717, 40.62655054228185, -73.81789183942205, 40.62653291102719, -73.81791366838048, 40.626494738263325, -73.81793607119354, 40.62645242760579, -73.81794807831407, 40.62642598118468, -73.81795244639554, 40.62641178327065, -73.8179549546392, 40.62639566970325, -73.81795560739668, 40.62634614654065, -73.81795584791907, 40.62630216363577, -73.81795468640355, 40.626280819429866, -73.8179445397672, 40.62619066473196, -73.8179352384216, 40.626127300094, -73.81791987552364, 40.6261118633333, -73.81789545055214, 40.62609959916373, -73.81785976735122, 40.62603426831322, -73.81784159276948, 40.62600496085222, -73.81782012514842, 40.62597445047603, -73.81778252966505, 40.62595028212518, -73.81776867784625, 40.62593898113406, -73.81776780880274, 40.625924821752164, -73.81779142776381, 40.62590673078208, -73.81781429108848, 40.62588271947963, -73.81782243548012, 40.625869339824575, -73.81781656844338, 40.62585160915811, -73.81779846705807, 40.62581110021425, -73.81778581391535, 40.62579279956725, -73.81776866277234, 40.625782607292244, -73.8176740153566, 40.62569974880113, -73.81767650504564, 40.62568654839738, -73.81768447251824, 40.625664815230344, -73.81770283366556, 40.625632249056295, -73.81770682854498, 40.625618381950666, -73.81769830785213, 40.62560596915428, -73.8176806581161, 40.62559746815583, -73.81765689704905, 40.62559449206951, -73.81762567792879, 40.62559464066543, -73.81760670815169, 40.625591282243136, -73.81760923497113, 40.62556363302598, -73.81760950412992, 40.62554904319746, -73.81758857800212, 40.62553412617166, -73.81754471898972, 40.62551118061777, -73.81752706511904, 40.625500317520086, -73.81751282583242, 40.62548856291995, -73.81747744607362, 40.62545385287307, -73.81745876459436, 40.62544146805246, -73.81744059989649, 40.62543459614387, -73.81738511692534, 40.625425516316774, -73.81734008558946, 40.62542676314406, -73.81731380651887, 40.62541840687029, -73.81728713172696, 40.625398317962244, -73.81727161900507, 40.6253820325835, -73.81724069967558, 40.62534524754573, -73.8171773492101, 40.62527393174849, -73.81713842349333, 40.62522821157928, -73.81711356871875, 40.625207342971585, -73.8170671950326, 40.62517792298381, -73.81703132971865, 40.625156217363035, -73.81700176817175, 40.62514114870603, -73.8169726674136, 40.625130449206864, -73.8169414417847, 40.625123569032574, -73.81691436867426, 40.62512726849083, -73.81688487703552, 40.62511645758275, -73.81686898455564, 40.62510165920625, -73.81682946764417, 40.62506174185334, -73.81681673815562, 40.62505202835321, -73.81678416569915, 40.62503205870463, -73.8167712555422, 40.6250209995317, -73.8167433163741, 40.62498974651144, -73.81672614661441, 40.62497097207554, -73.81671396213049, 40.62496078395713, -73.81668461428407, 40.62494327154213, -73.81666399660448, 40.624925926130516, -73.81663158358663, 40.62487936607997, -73.81661485481862, 40.6248407727425, -73.81660571777968, 40.62482739171986, -73.81658518375421, 40.62480973124459, -73.81653144134879, 40.624773063588385, -73.81649322985697, 40.624741662636474, -73.81646492083881, 40.624714768383775, -73.81646005352576, 40.624701128511546, -73.81646529416692, 40.62467485064115, -73.81646400395556, 40.6246600899265, -73.81639728855575, 40.624602672379645, -73.81634384711953, 40.6245568026808, -73.81632220269273, 40.62454156819129, -73.81627191697089, 40.624514163300994, -73.81625163387857, 40.624501156163525, -73.81624600079174, 40.62448750695323, -73.8162467277524, 40.62447373192937, -73.81619159543915, 40.62442479047722, -73.81614047907333, 40.62439135160379, -73.816053413193, 40.624338320169066, -73.81602789653691, 40.62431341772699, -73.81607091852155, 40.624318827560415, -73.81609875505418, 40.62432963603151, -73.81615721584828, 40.624356957715634, -73.81618848537741, 40.62436833718241, -73.81622229149599, 40.62437704434408, -73.81625243004216, 40.62437895930004, -73.8162903808549, 40.62433620102819, -73.81630048832967, 40.624308699026955, -73.81630914635164, 40.624296395520666, -73.81632686880371, 40.624303193960664, -73.81633477968172, 40.624317588836384, -73.81633782757918, 40.62434384842518, -73.81633724396363, 40.62437769451353, -73.81633997431001, 40.62439437023948, -73.81634691560842, 40.62441193610432, -73.81635811348227, 40.62443056417991, -73.81637407383286, 40.62445109455946, -73.81638911528837, 40.62446496320846, -73.81640941543289, 40.62447736249657, -73.81643509101859, 40.624488385361296, -73.81646717377518, 40.624498481005496, -73.81650296584402, 40.62450794319057, -73.81652785163294, 40.62451263590527, -73.81655029725843, 40.62451416659013, -73.81657034224875, 40.62451234259814, -73.81658909108874, 40.624508231910404, -73.8166072522522, 40.624502932493705, -73.81662454305226, 40.62449652314329, -73.8166407244947, 40.624489096232125, -73.81668241917508, 40.62446231095839, -73.81669845987122, 40.62445405533444, -73.81672680703495, 40.62444596160976, -73.81676124568392, 40.624442572908976, -73.81680708976783, 40.62444338169511, -73.81685788079453, 40.624448215572215, -73.81689941924212, 40.6244555057235, -73.81693744390523, 40.62446626627966, -73.81697143761697, 40.62448936836353, -73.81698657989676, 40.62449841119721, -73.81700515534258, 40.624500630835314, -73.8170214570079, 40.624493739872584, -73.81702480977107, 40.6244795980082, -73.81701617674672, 40.624465579349824, -73.81699434650862, 40.624445220720986, -73.81697731501082, 40.624433374257265, -73.8169286095181, 40.62440372626799, -73.81691700673092, 40.624393056416864, -73.81690095538391, 40.624371605634394, -73.81688728207929, 40.624357875210364, -73.81685913984587, 40.62434557607956, -73.81683520309119, 40.62433961070982, -73.8168102603043, 40.62433546188599, -73.81675539791122, 40.624328434130305, -73.81670272684119, 40.624332125153714, -73.81668180904333, 40.62433160011618, -73.81666670629704, 40.62431808981542, -73.81666385849972, 40.6243002567391, -73.8166703582568, 40.624257866024685, -73.81668260684685, 40.62416634839261, -73.81668441268062, 40.62413969491935, -73.81668374754508, 40.62411464223625, -73.8166806069851, 40.62409109217922, -73.81667498402066, 40.62406900511406, -73.8166631151508, 40.624057569368716, -73.81662890548718, 40.62404565043101, -73.8166143319663, 40.624037421628195, -73.81661022406571, 40.62401666974901, -73.8166128106711, 40.62400266175203, -73.81661824683766, 40.62398862858309, -73.81662628613098, 40.62397522002573, -73.81664459175407, 40.62394997787205, -73.81665800643538, 40.62393432748078, -73.81667222623214, 40.623921591560645, -73.81668737706377, 40.62391196752647, -73.81672553823952, 40.62390344729385, -73.81674369607529, 40.623906183208526, -73.81676877680012, 40.62392245059237, -73.81679042305335, 40.623929664051964, -73.81681900307663, 40.62392922511303, -73.81686026117653, 40.62392399397411, -73.8168836688906, 40.62392457697667, -73.81691168898641, 40.62393394470852, -73.81695355263106, 40.62395958439629, -73.81698209229688, 40.62397214348775, -73.81709911624844, 40.623980858568046, -73.81718087926494, 40.623985192254764, -73.81720018932204, 40.62398668630864, -73.81721809878397, 40.6239933876524, -73.81725556070836, 40.624020534909505, -73.81727203970762, 40.6240291133605, -73.81729789407827, 40.624038280341345, -73.81731679277108, 40.62404369369425, -73.81734239893213, 40.62404768857261, -73.81737619672022, 40.624046909282974, -73.81745727601424, 40.62404112702343, -73.81751113804702, 40.62404006346734, -73.81754856238118, 40.62404080636267, -73.81758516483198, 40.62404475289956, -73.817635953696, 40.624054613144075, -73.81765859599408, 40.62406067895378, -73.81771183880909, 40.62407862974451, -73.81774030435767, 40.62408464263517, -73.81778300841059, 40.62408875277131, -73.81784514694884, 40.62409252177027, -73.81788183131643, 40.62409418461861, -73.81790858096137, 40.62409407570233, -73.81793135063066, 40.624083357730704, -73.81794610428227, 40.62406980662606, -73.81796377890389, 40.62406081408445, -73.81799425009885, 40.624062929026614, -73.81802564463989, 40.624072302729154, -73.81809757059085, 40.624103707894484, -73.81811860278569, 40.62410993856296, -73.8181687343553, 40.62412121045095, -73.81819116351316, 40.62412875177406, -73.818233925576, 40.62414803563008, -73.81827441550159, 40.62416840731117, -73.81833275909298, 40.62419998357005, -73.81835255377558, 40.62420887148147, -73.81837288498393, 40.62421039486781, -73.81839893492317, 40.624205103128354, -73.81843836382862, 40.62420367053758, -73.81847805873826, 40.62420655275412, -73.81852685681812, 40.62422538586435, -73.81854626704893, 40.62423093399997, -73.81860240771941, 40.62422296922677, -73.81862569912875, 40.62422116350668, -73.81864356729162, 40.624225306179824, -73.81866765950852, 40.62423760659027, -73.81868269160346, 40.62424942263443, -73.81869631534546, 40.62426368767642, -73.81870933526669, 40.6242800869022, -73.81871919507313, 40.624298146208695, -73.81872071073226, 40.62431406532454, -73.81871399162084, 40.624342834511296, -73.81870052215493, 40.624386632669996, -73.81867517030307, 40.624449915591235, -73.8186707067602, 40.62446542274362, -73.81866853035906, 40.62447954940095, -73.81866699063674, 40.624514252188185, -73.8186667244262, 40.624587005837455, -73.81866410604282, 40.62467637220699, -73.81866188339254, 40.62470273328202, -73.81865730782023, 40.6247272760939, -73.81865066830422, 40.62474847471348, -73.81864210173366, 40.62476597094864, -73.81863186325533, 40.62477938157915, -73.81861335824958, 40.62479207405794, -73.81859126356915, 40.624795737639815, -73.81857040085093, 40.62479315263892, -73.81854835464836, 40.62478680878882, -73.81852498505063, 40.624776872464565, -73.81849254906636, 40.62476003733179, -73.8184454517668, 40.62472757749501, -73.81842715399068, 40.624719261994834, -73.81840881753807, 40.62471647563538, -73.81838005720284, 40.6247218171266, -73.81835617130965, 40.62473006869449, -73.81831258214822, 40.62474398492227, -73.81829201211906, 40.62475198236667, -73.81827437782223, 40.6247617404657, -73.81826167170732, 40.624772902161574, -73.81827118642705, 40.6247891986387, -73.81829402615024, 40.62479839755016, -73.81837542741232, 40.62481532361276, -73.81841188449627, 40.624823351721695, -73.81844293618724, 40.624834219633755, -73.81851848930029, 40.62490470210494, -73.81858747662959, 40.62497060311612, -73.81860543465908, 40.62498089109786, -73.81863068404373, 40.62498585948999, -73.81865877149477, 40.624984610647324, -73.81867745758097, 40.62497967284118, -73.81869622563116, 40.624969795798556, -73.818709569974, 40.624960358660296, -73.81872306877767, 40.624948879380305, -73.81873815424437, 40.624934142711034, -73.81876948324499, 40.6249038589213, -73.81878320349267, 40.624888295215904, -73.81879293031847, 40.624872229027034, -73.81879701306671, 40.624856805018965, -73.81879506057159, 40.62483417452721, -73.8187802448081, 40.62478310959149, -73.81876883661934, 40.62471761555919, -73.81876688120683, 40.62469649973987, -73.81876673314933, 40.6246774669753, -73.81877865156589, 40.62466299276285, -73.81881165906556, 40.62464824561027, -73.81884245026454, 40.6246044180029, -73.81884878051382, 40.62458958107233, -73.81885321770386, 40.62457549759699, -73.81885938628821, 40.62453922708806, -73.81886166045139, 40.62449080600375, -73.81885895929625, 40.62447097945851, -73.81884435300425, 40.62442417793013, -73.81884338906815, 40.624406148862, -73.81884943270379, 40.62438934834158, -73.8188743039304, 40.62436722298114, -73.8188954942886, 40.624355293830284, -73.81892753015752, 40.6243383496411, -73.81894649902176, 40.6243301739596, -73.8189649625844, 40.62432528258338, -73.81901619016946, 40.624328232302446, -73.81906812960152, 40.624338463839074, -73.81913813881704, 40.62435609815499, -73.81916324092813, 40.624361259811316, -73.81918732129708, 40.62436009999213, -73.81921397610917, 40.62434966163589, -73.81924343402888, 40.62433322390088, -73.81927362232628, 40.624315479748525, -73.81930338212953, 40.62429535213364, -73.81933277619444, 40.624272797029604, -73.81936193123933, 40.624247718279946, -73.81938824183277, 40.62422163817635, -73.81941173862734, 40.62419371207941, -73.81943208370512, 40.624164341092836, -73.81944898400958, 40.624133945301814, -73.81946324613307, 40.624103195062375, -73.81947045457173, 40.62408084011754, -73.81947257110193, 40.62406081583222, -73.81946936681153, 40.62404298676891, -73.8194379821041, 40.62395301855927, -73.81940881338193, 40.6238696411395, -73.8194050283529, 40.6238550422347, -73.81940325762857, 40.62383854909418, -73.81940504798638, 40.62378095632003, -73.8194037466522, 40.62375871588468, -73.81939870332702, 40.6237286872597, -73.81939170760496, 40.62369689594718, -73.81937100362721, 40.62362441552226, -73.81935921333564, 40.6235938485883, -73.81932255216435, 40.62351865231964, -73.81930856200151, 40.62348345504052, -73.81930098101215, 40.62345527209399, -73.81929726142336, 40.62343441736116, -73.81929508338504, 40.623413414664014, -73.81929445835108, 40.62339239819856, -73.81929538950227, 40.62337150214744, -73.81924295518711, 40.623286357304295, -73.81921967645857, 40.623169721103686, -73.81920066703731, 40.62307302016473, -73.81915239889742, 40.62301848787328, -73.81910971692216, 40.622936680332394, -73.81909557160448, 40.62287901745586, -73.81904777991414, 40.62283497064762, -73.81896581929094, 40.62287782443285, -73.81889732737922, 40.62286912557629, -73.81890082484134, 40.622815415842446, -73.81885894577422, 40.62276931967552, -73.81876684234192, 40.62272734346247, -73.81868711980697, 40.62270243268571, -73.81861018548582, 40.622684416147756, -73.81856086639867, 40.62261983482082, -73.81851506337159, 40.622587428375326, -73.81849213402077, 40.62264709229107, -73.81850238425052, 40.62271965183564, -73.81851660963662, 40.622760271631655, -73.81845417095458, 40.622751279490885, -73.81838715384924, 40.62267711830184, -73.81831403985684, 40.62259292912877, -73.81828828903559, 40.62248553988534, -73.81828606311684, 40.622417136305785, -73.81825503995526, 40.622339355092166, -73.81821831238683, 40.62228143667249, -73.81814220607231, 40.62223822271707, -73.81805217894444, 40.622214091257874, -73.81799654049604, 40.62220793726918, -73.81799255109809, 40.62216571537344, -73.81798067735166, 40.622120572307594, -73.81795263738266, 40.622059784984366, -73.81796991112247, 40.62200041569316, -73.81794059394718, 40.621972015426245, -73.81790123053558, 40.62196854820697, -73.81787328356285, 40.62195255748826, -73.81792035130213, 40.621892357391644, -73.81786653715037, 40.62186438477422, -73.81784266284032, 40.6218613815279, -73.81791274959998, 40.62177327470066, -73.81795965845654, 40.62170453828512, -73.81794584224158, 40.62167226330188, -73.81790284493584, 40.62162762115255, -73.81777368535785, 40.62160847760887, -73.81767889682389, 40.62156084188004, -73.8175673712583, 40.6215089254464, -73.81743987105727, 40.621436287734156, -73.81727814953227, 40.62141613016102, -73.81718789372168, 40.62142423185225, -73.81713725586577, 40.62142169379065, -73.81707595659938, 40.62140282668233, -73.81703448401286, 40.62138685475894, -73.81699010718248, 40.621366330559646, -73.81682666491348, 40.62127910501427, -73.81661150831052, 40.621173593592076, -73.8164273881133, 40.621085289881755, -73.81639681018196, 40.62107351084579, -73.81635436949364, 40.62106117794158, -73.81630634830121, 40.621050121150034, -73.81626186559117, 40.62104246316218, -73.81623017966027, 40.62103951733553, -73.81621087676174, 40.62104089129196, -73.81621313825093, 40.62105610022712, -73.81625034633932, 40.62108326632857, -73.81628984788875, 40.62110846123742, -73.81633126889432, 40.62113145472063, -73.81637425301027, 40.62115204088784, -73.81661132288343, 40.62125312652642, -73.81669923982378, 40.62129404149042, -73.81681163028125, 40.621349101169045, -73.81687745929297, 40.62138220838906, -73.8168988497546, 40.62139448416029, -73.81691692525207, 40.62140631069081, -73.81693322015894, 40.6214188475966, -73.81694675503736, 40.62143155570714, -73.81695769609784, 40.621444590177795, -73.81696611991055, 40.621458041183566, -73.81696744259148, 40.621472615541, -73.81695364669518, 40.62148225167673, -73.81693196820574, 40.62148621277445, -73.81688082683506, 40.62148540460203, -73.81683771550696, 40.62148003274682, -73.8167939346514, 40.62147144224231, -73.81675862207057, 40.6214613883629, -73.81671696598767, 40.621445544807244, -73.81662426742898, 40.6214075462265, -73.81659318145797, 40.62139607801377, -73.81638925942067, 40.62132745778689, -73.8163162912436, 40.62130038498672, -73.8162273686376, 40.621263820346215, -73.81620607906376, 40.621253593299166, -73.81618416469342, 40.62124065287589, -73.81616171576808, 40.62122527568072, -73.81609841436568, 40.621178739001394, -73.81607734379521, 40.62116539377185, -73.8160572894844, 40.62115466348029, -73.81603764919075, 40.62115923462267, -73.81602762090573, 40.62117400425082, -73.81602250201439, 40.62119302229461, -73.81602443971052, 40.62120906549928, -73.81605682277089, 40.621236963269986, -73.81608877614485, 40.62125868546244, -73.81621070643405, 40.621332373886524, -73.81626496925956, 40.621368249182204, -73.81630558013092, 40.62139923981812, -73.81639398289227, 40.62147363540909, -73.8164362429291, 40.621506632294285, -73.8164549476948, 40.621516956029915, -73.81648155125708, 40.62152619013277, -73.81651247997904, 40.621533828203184, -73.81656771086108, 40.62154525932192, -73.81659029812708, 40.621549933049884, -73.81660901037145, 40.62155496710435, -73.81663029760385, 40.621563522703134, -73.81664270488686, 40.62157497732477, -73.81663935011701, 40.62159374516193, -73.81662705593502, 40.62160951981245, -73.81661152821576, 40.621626170914816, -73.81655375193131, 40.62167911949603, -73.81653326145738, 40.621699716861706, -73.81646989675298, 40.621775660323074, -73.81644439693008, 40.62180338271234, -73.8164313104995, 40.62181283350997, -73.81641412806859, 40.62181918987434, -73.81639318563207, 40.62182232356546, -73.81636919733138, 40.62182212135571, -73.81634240232067, 40.621818430536514, -73.81631533623536, 40.62181146317797, -73.81615302557427, 40.621667737018086, -73.81613181979483, 40.621660512433166, -73.81608160365705, 40.62164898736903, -73.81606142131157, 40.62164135016819, -73.81603973660539, 40.62162866133124, -73.81601941679365, 40.621613017359365, -73.81600072252262, 40.62159461408374, -73.81598405336156, 40.621573840269825, -73.81597932957764, 40.621560127659656, -73.81598261452845, 40.621543174282074, -73.81599150012717, 40.62152580482246, -73.81601743773277, 40.62148592348074, -73.8160247002561, 40.62146870270866, -73.81602379534931, 40.62145441807627, -73.81598254452028, 40.62142753449924, -73.8158940832045, 40.62138526733203, -73.81581425460246, 40.6213393740165, -73.81577866649857, 40.621321320054406, -73.8157617957905, 40.621328228841165, -73.81576024811942, 40.6213528736567, -73.81576289968574, 40.62136973478341, -73.8157675077407, 40.621386391024814, -73.81577315390176, 40.621399454945035, -73.81578832039699, 40.62142296306954, -73.81582720661252, 40.621475007123536, -73.81584225537078, 40.62150008015981, -73.8158487857843, 40.62151649093298, -73.8158594593991, 40.621553998574484, -73.81586627061316, 40.62156972810094, -73.81587942319373, 40.62158514989905, -73.81592137061836, 40.62161444442561, -73.81593620453545, 40.62162959334949, -73.81594006794217, 40.621647591970415, -73.81593256784787, 40.6216690916384, -73.81592158694528, 40.62168170478161, -73.81590604662827, 40.62168914162463, -73.81588392350564, 40.62168801025984, -73.81585308684234, 40.621680417194, -73.81582235930426, 40.62166711498343, -73.81580749319127, 40.62165850018302, -73.81579330972825, 40.62164876442372, -73.81578013331355, 40.621638127052584, -73.81569730812862, 40.621563281566225, -73.81564528818882, 40.621521549901225, -73.81562510573107, 40.6215028614136, -73.81560665990989, 40.62147885091953, -73.81559904097274, 40.621465051702174, -73.81559230433692, 40.621449732016856, -73.81558279386522, 40.62142075776422, -73.81556560795269, 40.62135396096631, -73.81555539044473, 40.621325106246715, -73.81553973831011, 40.621292194958215, -73.81549581050473, 40.62120946281869, -73.81548492667895, 40.621185246514024, -73.81547680506173, 40.62116306531975, -73.81547618497876, 40.62114625787597, -73.81548394355688, 40.62112747642781, -73.81550571270577, 40.62109113296496, -73.81551055281338, 40.621074257739544, -73.81550883679517, 40.621059298209914, -73.81548422628363, 40.62101280436545, -73.81547814605118, 40.62099946957692, -73.81547574827792, 40.62097975509486, -73.81548958912299, 40.62094748547892, -73.81552220458944, 40.62089715449639, -73.81553404744642, 40.620875393466264, -73.8155606553838, 40.62081361980059, -73.81556845168622, 40.62079014488404, -73.8155737163053, 40.620768464248606, -73.8155753078766, 40.62075404223444, -73.81557475255305, 40.62073816963663, -73.81557204320818, 40.62072000445526, -73.81556072774481, 40.620665112969945, -73.81555942166477, 40.62064764164067, -73.81556051071736, 40.620632026528654, -73.8155692744079, 40.6205890559534, -73.81558437065016, 40.62053566748664, -73.8155879573621, 40.62051987087327, -73.81559396684874, 40.62047881218914, -73.8155997192942, 40.62045935302267, -73.81560800306004, 40.62044549556335, -73.81562408179387, 40.62043300859336, -73.81564124387349, 40.62042792835429, -73.81566951300286, 40.62042868960112, -73.81570444222893, 40.62043394071673, -73.81575688523633, 40.62043257133529, -73.8157930166796, 40.62042914601635, -73.8158124251423, 40.620423289498845, -73.81583090128821, 40.62041138807857, -73.81585736630873, 40.62039011420778, -73.81587798141284, 40.620378676373115, -73.81589888317382, 40.620376423421796, -73.81592657648821, 40.62038070562645, -73.81595702875677, 40.620386909453615, -73.81608381277628, 40.62041792013011, -73.81622324534425, 40.62044481028552, -73.81628239683441, 40.62045784443788, -73.81630497353015, 40.6204649298051, -73.8163283103054, 40.620475388838614, -73.8163504411885, 40.6204877307343, -73.81640787720839, 40.62052294194776, -73.81642582557048, 40.62053232073414, -73.81644272067362, 40.62053964914758, -73.81664221780728, 40.62061522957304, -73.81682495529874, 40.62068076463634, -73.81685887588182, 40.62069189870711, -73.81689417062272, 40.62070185076975, -73.81693072852141, 40.620710587326826, -73.8169684007574, 40.62071807572142, -73.81698347333958, 40.620709986011725, -73.8169850266555, 40.62069474984538, -73.81697729064443, 40.620668838506425, -73.81696657873658, 40.62065459950234, -73.8169358780462, 40.620636770704394, -73.81690515829908, 40.62062158670202, -73.81678326431252, 40.62056844988704, -73.8167333308922, 40.62054417415893, -73.81669288657521, 40.62052150656424, -73.81659628678462, 40.6204642233513, -73.81654415301658, 40.620436495029374, -73.81648851988646, 40.62041051171307, -73.81643815452723, 40.62038953648154, -73.81639035130246, 40.62037244837262, -73.81634426716549, 40.62035896598031, -73.81613505417143, 40.62030617882697, -73.81596993372148, 40.62026617005791, -73.81593608710233, 40.62025963120804, -73.81589895011878, 40.620255315871866, -73.8158579037453, 40.62025313570394, -73.81581053982165, 40.62025295896751, -73.81578829846423, 40.620257587135335, -73.81576717768806, 40.62026983821596, -73.81573083873648, 40.62029751786488, -73.81571283835736, 40.62030660950144, -73.81568486529746, 40.62031291874131, -73.81566122450351, 40.62031503308378, -73.81563617678012, 40.62031478939843, -73.8156099632224, 40.62031218626991, -73.81558270086897, 40.62030721037744, -73.81555502881122, 40.62029995910151, -73.81552751392849, 40.620290573832975, -73.81550096853319, 40.620279334137074, -73.81547984205473, 40.62026626606729, -73.81546090552767, 40.62024804781923, -73.81544553801801, 40.62022599907221, -73.81543512390542, 40.62020208068652, -73.81543060166986, 40.62017880932945, -73.8154320589321, 40.62015740444977, -73.81543939774879, 40.62013909330209, -73.81545233621483, 40.62012453191362, -73.81546813407391, 40.620115732153614, -73.81548958571996, 40.620110336435665, -73.81551252712109, 40.62010811294345, -73.81556786220634, 40.62010615034291, -73.81559199664943, 40.62010285172404, -73.81561064600197, 40.62009625379339, -73.81562361744305, 40.6200859960353, -73.81562950073261, 40.62007134946832, -73.81562780392358, 40.62005285812073, -73.81562053358756, 40.62002372536538, -73.81562097398947, 40.62000504923623, -73.81563291460286, 40.61999318059005, -73.81566889594146, 40.6199785507693, -73.81575402920771, 40.61994819825734, -73.81579142784281, 40.619933434690886, -73.81589426754643, 40.619889070401, -73.8159592800568, 40.619858439669194, -73.81599676040074, 40.619837150981034, -73.81608518655665, 40.619777367216436, -73.81610745026109, 40.61976370408518, -73.81612829527315, 40.619752377337264, -73.81617325781248, 40.61973053052814, -73.81620197436894, 40.61971719558142, -73.81628832867933, 40.61967709647048, -73.81642683321016, 40.619609036513395, -73.8165804304726, 40.61953096324803, -73.81663565524231, 40.619500140014075, -73.81669218191331, 40.61946386166328, -73.81675135993046, 40.61942131987469, -73.81681930049966, 40.6193681388378, -73.81686273110722, 40.61932986829034, -73.81689234236315, 40.61930820386295, -73.81690740793222, 40.61929954231957, -73.81693738279183, 40.619287488835674, -73.81695497950332, 40.61928365451518, -73.81697414959031, 40.619286564008334, -73.81699287352902, 40.61929487051988, -73.81701146987527, 40.61930402601792, -73.81702903398745, 40.61930906628329, -73.8170461578882, 40.61930224866584, -73.817121953452, 40.61928227861285, -73.81719370605013, 40.61930201602276, -73.81727317430928, 40.61925926038701, -73.81731313228632, 40.619189112857775, -73.81731048614621, 40.61914381867498, -73.81726855497453, 40.61909209625881, -73.81729152054376, 40.619045058848776, -73.81733470098555, 40.619061320666006, -73.81733343834941, 40.61908827399956, -73.81740798385204, 40.61905512532654, -73.81747487199067, 40.61897678523336, -73.81753408576175, 40.61889963962002, -73.8175476307787, 40.618833264693386, -73.8175606590775, 40.61878514253615, -73.81753729458384, 40.61875384201308, -73.81750056813476, 40.61877469834913, -73.817457478623, 40.61876499614396, -73.81745881567166, 40.61874884019147, -73.81758636874164, 40.61853171505966, -73.81758448666609, 40.61850169675619, -73.81753211213771, 40.618488960392185, -73.81749887271835, 40.618485806227056, -73.81748260988034, 40.61843972228093, -73.8175316331428, 40.61842684518839, -73.8175135989751, 40.61838243340667, -73.81750797339082, 40.618319018682655, -73.81749318528034, 40.61827299201014, -73.81743256209504, 40.61822140386594, -73.81740183447701, 40.61816928594533, -73.81741605919308, 40.61809160514728, -73.81742960407729, 40.6180122996249, -73.81740573139236, 40.617956075401494, -73.81742365480464, 40.617908702161, -73.81746663399952, 40.61784056303131, -73.81743150568607, 40.61779145577978, -73.81735465965954, 40.617756750938405, -73.81727174352903, 40.61771624333466, -73.81723679024161, 40.61762961602538, -73.81724982997329, 40.617576882339165, -73.81731128974944, 40.61756001688467, -73.81734959874247, 40.617539739456426, -73.81732281273172, 40.617495368665836, -73.81729972874972, 40.61744123128081, -73.8172579673097, 40.61736675381268, -73.81721482892978, 40.61733597020044, -73.81717914905312, 40.617327039710766, -73.81716484549136, 40.617318269284475, -73.81714634774913, 40.617298333808506, -73.81712919891015, 40.61727519191313, -73.81711296662138, 40.61724835122563, -73.8170954685969, 40.61721421248711, -73.81707479897182, 40.617169219201635, -73.8170587360668, 40.617128885343796, -73.81704644417185, 40.617091128477604, -73.81703773130468, 40.61705528011087, -73.81701418344993, 40.61690839619353, -73.8169846983255, 40.616770670137676, -73.81697379160617, 40.616729010800945, -73.81696333982569, 40.61668909199726, -73.81695059381747, 40.61664848604243, -73.81693812023202, 40.61661455339321, -73.81692463830443, 40.61658763510934, -73.81688721089154, 40.616528367926314, -73.8168614134647, 40.61648014345935, -73.81683566214801, 40.61642847906285, -73.81678166202654, 40.616309438452234, -73.81677359406474, 40.61628455945747, -73.81676958349556, 40.61625648827262, -73.81676924019813, 40.616225707857026, -73.81677332269992, 40.61616256340358, -73.81677384631898, 40.616135830418365, -73.81677203137042, 40.61611294253989, -73.81676610745521, 40.61608362828472, -73.81674493022422, 40.61600550209, -73.81673173083486, 40.61596957990441, -73.81672276193247, 40.61595220802784, -73.81671253730367, 40.61593682520418, -73.81670087333146, 40.61592316458568, -73.81668766400432, 40.61591110083006, -73.81660704621194, 40.61584839220898, -73.81653909100507, 40.61579892791841, -73.8165260097888, 40.61578885720547, -73.81651682271732, 40.61577349943373, -73.81651568877602, 40.615759124378954, -73.81652001370325, 40.615739417036664, -73.81653483034614, 40.61570066057044, -73.81653963776611, 40.615685122517554, -73.81654192039271, 40.615669812769866, -73.8165351685665, 40.61563736606199, -73.81652750083212, 40.61561612669951, -73.81649055417961, 40.615528888106766, -73.81647936377486, 40.61549259898238, -73.81647396245268, 40.615461533126826, -73.81646468358139, 40.61537772195878, -73.81645925415421, 40.61535301554976, -73.81645182192177, 40.61533124344803, -73.81644135759333, 40.61530854346799, -73.81641177161546, 40.61525114191804, -73.81637481806877, 40.61516954504912, -73.81632604213358, 40.6150559589138, -73.81629680285602, 40.61498386765638, -73.8162883899183, 40.61495736442949, -73.81628275443788, 40.614933281743966, -73.8162796424603, 40.61490985957256, -73.8162793412404, 40.61488791965156, -73.81628184554347, 40.61486721612979, -73.81628717580789, 40.61484762116548, -73.81634016888674, 40.61470055770091, -73.81638005137894, 40.614591487943, -73.81638554088462, 40.61457283877717, -73.81638911177181, 40.6145522990503, -73.81639087283496, 40.614529411470734, -73.81639103327227, 40.61450158556812, -73.81638551951372, 40.61447878992823, -73.8163700833981, 40.61445584876216, -73.81635886413498, 40.614444743600345, -73.81634572145593, 40.61443435488222, -73.81633109284437, 40.6144250201017, -73.8163155562937, 40.61441711750099, -73.81628838956884, 40.614406159747936, -73.81625711581623, 40.61439585730786, -73.81613742752123, 40.6143643934652, -73.81608922411195, 40.61434917856163, -73.8160678735435, 40.614338737056066, -73.81602105271638, 40.614308101979766, -73.81600066214345, 40.6142996476513, -73.81597556092012, 40.614295624455565, -73.81595638747565, 40.614295754051625, -73.81593624876612, 40.614298388254326, -73.81591485399522, 40.61430356171771, -73.81589437045261, 40.61431039810151, -73.81587172376402, 40.61431960479522, -73.81579385319426, 40.61435644650091, -73.81572786614565, 40.614356752275896, -73.81569376747075, 40.61435871117706, -73.81566297738011, 40.61436372994794, -73.81565033117221, 40.614376008109325, -73.8156533924558, 40.61439116791988, -73.8156694412734, 40.61443049428011, -73.8156705629434, 40.614446243523886, -73.81565883702984, 40.61446502673872, -73.81564302068604, 40.61447716203524, -73.81562320289804, 40.614483376276624, -73.81560238877712, 40.61447766779332, -73.81555053971829, 40.614442401174415, -73.81553020679797, 40.61443147852162, -73.81548722217953, 40.61441615377206, -73.8154444482018, 40.61440543011643, -73.8154111326939, 40.614400221127866, -73.81538415838757, 40.61439921875125, -73.81536204948243, 40.614402368390344, -73.8153448093931, 40.614409715979974, -73.81532805435656, 40.614424550393814, -73.81530467665678, 40.61445703792236, -73.8152939311788, 40.61446908676367, -73.81525657559476, 40.61450223891999, -73.81524127437393, 40.614513099848736, -73.81522610686608, 40.614521759211726, -73.81520854691922, 40.61452895137683, -73.81518757512862, 40.614534529719776, -73.81516653283228, 40.614538256470304, -73.81511419038826, 40.61454551695889, -73.8150880026051, 40.61455107158516, -73.81506225953564, 40.61456032176668, -73.81500421443627, 40.61458752141492, -73.81497297855711, 40.61459642323918, -73.81495438180245, 40.61459139900308, -73.81493204413117, 40.61456194925986, -73.81492069716911, 40.61454967217146, -73.81487518455396, 40.61454045497214, -73.81484349039013, 40.614540759630906, -73.81481331114502, 40.614544481504616, -73.81478566343817, 40.61455149165676, -73.81475363278032, 40.614563186463606, -73.81472519846011, 40.61457600730882, -73.81470031197348, 40.614589973928254, -73.814678970948, 40.614605089922584, -73.81465038276477, 40.61462862582397, -73.81462906926618, 40.61464786354701, -73.81461139585635, 40.61466609044642, -73.81459699140338, 40.61468376068932, -73.81456951530389, 40.61472297917057, -73.81456117944917, 40.614737899095516, -73.8145551280963, 40.614751873554226, -73.81453484853593, 40.61481746824731, -73.81451391927035, 40.614909331042966, -73.81450471071926, 40.61492190009097, -73.81448575887651, 40.61493279555143, -73.81446157056756, 40.6149395455544, -73.81443884634331, 40.61494036256898, -73.81442285977214, 40.6149353964921, -73.81440785340733, 40.61491620103148, -73.8143951552978, 40.61487817395788, -73.81438657786566, 40.614862656704695, -73.81435728234497, 40.61482134563341, -73.81434375377812, 40.61480447770102, -73.81432756316855, 40.6147887617386, -73.81431016856274, 40.614776812517576, -73.8142320176205, 40.61473512981189, -73.81416853353876, 40.61470299739735, -73.81415463920614, 40.61469274409283, -73.81414387172316, 40.61467822916444, -73.81413603271021, 40.61465982420835, -73.8141279994827, 40.6146301110706, -73.81412338590741, 40.614603444528015, -73.81412313447561, 40.61457576204496, -73.81412725034383, 40.61454775613189, -73.81413561659508, 40.61452024787629, -73.81414583287582, 40.614498441120745, -73.81415879805765, 40.614478661383195, -73.81417415612083, 40.61446145020197, -73.8141916498749, 40.61444708091942, -73.81429773036825, 40.614379895025145, -73.8143925451019, 40.61430945076076, -73.81441822152873, 40.614292716374685, -73.81444755718054, 40.61427615718808, -73.81448121611413, 40.61425936813402, -73.81452279924262, 40.614240547669425, -73.81455338510347, 40.61423036167334, -73.81458512604183, 40.61422550232492, -73.81461376151233, 40.61422658501325, -73.81463213821823, 40.614231228929256, -73.81464649746705, 40.614240014173234, -73.81465571264863, 40.61426161546923, -73.81466012160442, 40.614289693681194, -73.81466732654496, 40.614305826460765, -73.81470141748484, 40.614317298251535, -73.81472310161124, 40.614319030690574, -73.81474604560506, 40.61431899742923, -73.81476992568247, 40.61431719704463, -73.81484283774117, 40.614307844613755, -73.81489932329389, 40.61429709418975, -73.81494588682958, 40.61428565147235, -73.81499112356592, 40.61427326015088, -73.8150349956625, 40.61425992917141, -73.81507746764002, 40.61424566838403, -73.81514285000449, 40.614221729585246, -73.81521801376181, 40.61419247988002, -73.81526238033558, 40.61417379870098, -73.81533110417814, 40.6141426798923, -73.81538975568394, 40.61411650314612, -73.81540704253268, 40.61410717357358, -73.81542071850464, 40.61409812906924, -73.8154361790833, 40.6140834384479, -73.81544374592755, 40.61406831910918, -73.81544280161258, 40.61404828095622, -73.81542832096393, 40.614018417074675, -73.81541374466393, 40.61400007252798, -73.81537444502301, 40.61395692208821, -73.81535822694076, 40.61393403626128, -73.81527324257884, 40.6137838968965, -73.81522303343705, 40.613692632835956, -73.81521050534802, 40.6136771984435, -73.81519194025402, 40.6136625314951, -73.81517088750151, 40.61365007492982, -73.81511783948972, 40.613622636231476, -73.81509239005752, 40.61361047785733, -73.81503240645046, 40.61358742431581, -73.81500847777012, 40.613575305291526, -73.8149942562213, 40.6135620654261, -73.81498494998075, 40.613541763463964, -73.81497698718881, 40.61350829351366, -73.81497223756294, 40.61349437909066, -73.8149643293637, 40.61348129166634, -73.81492284575343, 40.613452925042616, -73.8148904574926, 40.61343525325488, -73.81485646371463, 40.61341872433736, -73.81482104615526, 40.61340342593213, -73.81469673719268, 40.6133563452722, -73.81466658312051, 40.61334310309366, -73.81464044082546, 40.61332945313597, -73.81461784186965, 40.613315146101904, -73.81459863763534, 40.61330008269638, -73.8145874063052, 40.61328583991762, -73.8145819560823, 40.6132680809154, -73.81458393798653, 40.61323949610613, -73.81458892959857, 40.61322368646959, -73.81459641890444, 40.61320758729102, -73.8146059612622, 40.61319216771607, -73.8146240625949, 40.613168213278094, -73.81464493131011, 40.613143868870615, -73.81466875356493, 40.6131189051589, -73.81469599154536, 40.61309284110638, -73.81472017203735, 40.61307162773969, -73.8147413403072, 40.6130555632069, -73.81476209677804, 40.61304268315685, -73.81478288875503, 40.61303276137867, -73.8148164929915, 40.61302393186108, -73.81483562210295, 40.61302218774631, -73.8148562446289, 40.61302222906963, -73.81487834755765, 40.61302406121235, -73.81490179855625, 40.61302767945787, -73.81492647950694, 40.613033066505324, -73.81495215185895, 40.61304016973946, -73.81500521300131, 40.613057135454255, -73.81504802902258, 40.613072819425156, -73.81508541155053, 40.61308898542445, -73.81511819254743, 40.61310603732935, -73.8152160970982, 40.613167487963175, -73.81526405255194, 40.61319207278065, -73.81533177995806, 40.61322177369788, -73.81535931528235, 40.6132325314548, -73.81538616614479, 40.61324125292366, -73.81541200314882, 40.61324783131429, -73.8154366621456, 40.6132522276412, -73.81545995177557, 40.61325441458236, -73.81548186256548, 40.61325439842701, -73.81550232714758, 40.613252182669875, -73.81552130533807, 40.613247769048336, -73.81555170985041, 40.613236707187156, -73.81558314431908, 40.61322153428144, -73.81561595243616, 40.61320231211728, -73.81566205539686, 40.61317204563764, -73.81571863543783, 40.613132663732245, -73.81576981934774, 40.61309346946444, -73.81579050573721, 40.61307594241755, -73.81580843503023, 40.61305892694869, -73.81582377311074, 40.613042261230746, -73.81583656501867, 40.613025896708734, -73.81584685703504, 40.613009763216716, -73.81585463020035, 40.61299388053663, -73.81585989045718, 40.61297823697168, -73.81586264018057, 40.61296282892386, -73.81586285710364, 40.612948018368, -73.81586068125549, 40.61293273480648, -73.81585612531565, 40.61291709442689, -73.81584923610558, 40.61290125939823, -73.81584004286812, 40.61288533873016, -73.81582871840612, 40.61286966048935, -73.81581546873296, 40.61285450776964, -73.81580059421613, 40.612840228653525, -73.81571129755129, 40.612764851318346, -73.81567258438325, 40.612733317762185, -73.8156601475973, 40.612722076399216, -73.8156486599955, 40.61270858795092, -73.81564157949296, 40.61269529567987, -73.81563506700084, 40.61266759234725, -73.81563128595327, 40.61261485705132, -73.81562564856372, 40.61255311714808, -73.81561793174976, 40.612468593374615, -73.81562164482362, 40.6124432523056, -73.81563994806166, 40.61240203500179, -73.81564484601908, 40.61238836120928, -73.81564731965999, 40.61237066809558, -73.81564124156336, 40.61234913134116, -73.81562868942676, 40.61233347542465, -73.81561033103678, 40.61231851440183, -73.81556697653136, 40.61228999822, -73.81554986342593, 40.61227725357202, -73.81553521316467, 40.61226270822546, -73.81552630000768, 40.612248119854215, -73.81551116778571, 40.612208721993085, -73.81549899630676, 40.612169940337424, -73.8154898066461, 40.61213184336179, -73.81548361165959, 40.61209448061635, -73.81546080811057, 40.6119003587473, -73.81544633379686, 40.611729882674204, -73.81544019428996, 40.61169256323897, -73.81542979930735, 40.611653660153976, -73.8154150716777, 40.611612880624, -73.81539577691866, 40.61156955968468, -73.81537852994005, 40.61154548261052, -73.81534043573497, 40.61150964272873, -73.81532887939768, 40.611497606679976, -73.81531449296753, 40.61147618983476, -73.81529755867896, 40.611436918721836, -73.81528183652435, 40.61139517851832, -73.81526715170675, 40.61135051057748, -73.81525317143337, 40.611301904878225, -73.81524934823933, 40.611278625610005, -73.81524790793881, 40.61123502896372, -73.81524634305211, 40.61121809030733, -73.81524252714895, 40.61120114533111, -73.81523627442324, 40.61118643333746, -73.81522761221514, 40.611172615291885, -73.81521625678461, 40.6111580364765, -73.81516676239332, 40.61110554914474, -73.81514824956596, 40.61108251010341, -73.81507352403007, 40.610962496035086, -73.81505608955564, 40.61094008457705, -73.81503680026277, 40.610920533795664, -73.81501594604183, 40.61090412962245, -73.81497697076162, 40.61088709652878, -73.8149576519655, 40.61089013981622, -73.81490276838655, 40.61091100212228, -73.81488213189007, 40.61091452955762, -73.81485614620799, 40.61091077664749, -73.81483521609665, 40.61090343158363, -73.81481614155102, 40.61089424343264, -73.81477284807364, 40.610870591670356, -73.81475144072546, 40.61086107285938, -73.81473124264562, 40.61085522562599, -73.81471178809423, 40.61085311135624, -73.8146779906917, 40.61085529466991, -73.81464369192915, 40.61086270830512, -73.81462694803677, 40.61086826184561, -73.81461086868158, 40.61087492680073, -73.8145957330514, 40.61088258745364, -73.81454911115142, 40.610914171039646, -73.81452130520358, 40.61093613676424, -73.81449742082636, 40.61095777741846, -73.81447715118937, 40.61097937707496, -73.81444638982707, 40.611016249776526, -73.81442527904152, 40.61104457317394, -73.81440886702413, 40.6110709905423, -73.81439694187787, 40.61109606707014, -73.8143912853833, 40.61111645478886, -73.81438587303624, 40.61116207826582, -73.81438135973207, 40.61118184376739, -73.81436954541157, 40.611223147000246, -73.81436100962186, 40.61124339228715, -73.81434853677662, 40.611260167801944, -73.81433216368299, 40.6112717103782, -73.81431234357429, 40.611271835052044, -73.8142981791886, 40.6112624845488, -73.81426623294627, 40.61122738636669, -73.81423723944587, 40.61119703960592, -73.81422272074522, 40.6111778683141, -73.8142147542814, 40.61115954329674, -73.81421424511556, 40.61114251537929, -73.81422011263858, 40.611124020910246, -73.81423084420841, 40.611104532019795, -73.81424613148548, 40.611084022093095, -73.81427240642537, 40.61105389702122, -73.81428381249677, 40.611042971391235, -73.81431584839265, 40.611017345626564, -73.81432906169019, 40.61100156368774, -73.8143295700637, 40.61098404843006, -73.81431206413656, 40.61095172828541, -73.81430809921564, 40.610937045151104, -73.81436735335605, 40.61089597794142, -73.81442780755259, 40.610863137118116, -73.81445275181456, 40.610842359089396, -73.81446402576034, 40.61082835523934, -73.81448030208676, 40.61080481391506, -73.81451802130216, 40.61073672048188, -73.81459691567088, 40.61071672737396, -73.81462935457458, 40.61070587075418, -73.8146669695459, 40.6106897228915, -73.81469371936664, 40.610672719113346, -73.81473692390374, 40.61063213463264, -73.81475663652908, 40.610617020501756, -73.81477242348363, 40.61060881786166, -73.81479162430936, 40.610602271379555, -73.8148145005265, 40.61059724459556, -73.8148435019783, 40.61059319843827, -73.81487497201353, 40.610594636834605, -73.81489350800938, 40.61059900991118, -73.81494938534803, 40.61061556685412, -73.81496742809156, 40.610618422643334, -73.81500160920478, 40.61061630830208, -73.8150195960041, 40.610612062466124, -73.81503746161384, 40.61060592263174, -73.81505483701723, 40.61059801337804, -73.81507140398804, 40.61058846657011, -73.81508664536281, 40.6105775668423, -73.81510013964565, 40.61056561519233, -73.81511150304647, 40.610552951401296, -73.8151291270465, 40.61052908256119, -73.81514483503715, 40.610504565862215, -73.81515851784158, 40.61047957042803, -73.81517008520437, 40.61045426000934, -73.81517688353748, 40.61043192085233, -73.8151859553515, 40.6103822553674, -73.81519212949438, 40.61036300400079, -73.81520549307228, 40.61034531579439, -73.8152275609189, 40.610330048678115, -73.81526476001869, 40.610309479282115, -73.81528004395675, 40.61029896321983, -73.81529385959773, 40.61028357836784, -73.81530600917743, 40.61024682321891, -73.8153110533923, 40.61021313824272, -73.81531158623962, 40.61017728476135, -73.81530760214804, 40.610139570744806, -73.81529430376078, 40.610056421162874, -73.8152849180901, 40.610007317650314, -73.81527731777095, 40.609972340814764, -73.81527124564055, 40.609950478055076, -73.81525684891258, 40.60991241410692, -73.81522544474252, 40.60984203905378, -73.81519156133649, 40.60976877112618, -73.81514901809703, 40.60968647772343, -73.81513687466536, 40.60967536014278, -73.81511671764547, 40.609668030780426, -73.81508272755795, 40.60965980024968, -73.8150636133408, 40.60965182597985, -73.81500061272155, 40.60949885264012, -73.81496884865058, 40.60942036772039, -73.81495516246869, 40.60938141155653, -73.81494181486326, 40.60933328050253, -73.81491950042005, 40.60924068156863, -73.81489257607716, 40.60913079235896, -73.81489015912165, 40.60910798451074, -73.81489503340151, 40.60905167992647, -73.81489311764612, 40.60902624425731, -73.81488293908544, 40.609010548850264, -73.81486194407746, 40.608998271517244, -73.81481859666395, 40.6089800183171, -73.81480324392079, 40.6089702697283, -73.81477927736985, 40.60894472918489, -73.81476194216029, 40.60892339126065, -73.81474740093968, 40.60890266569031, -73.81473562666568, 40.60888250290251, -73.8147265840699, 40.60886283710321, -73.81472028492072, 40.608843684521304, -73.81471673041477, 40.60882503885559, -73.81471591938055, 40.608806895601795, -73.81471774940947, 40.60879081610264, -73.81472232090984, 40.60877340374527, -73.81472950310429, 40.608754520538405, -73.81475370518783, 40.60869940608477, -73.81475923560124, 40.60868175933406, -73.8147621219226, 40.60866569594482, -73.81476361047139, 40.60864024144462, -73.81476395781306, 40.60857936211211, -73.81476698596836, 40.608548802323526, -73.81477654165695, 40.60850575198653, -73.81480301650524, 40.608415464033165, -73.81481273587583, 40.60837600794585, -73.8148186174319, 40.60833569377905, -73.81482443487492, 40.608241812765954, -73.81482975382859, 40.608199847031976, -73.81483406416679, 40.608184124531164, -73.81484154955027, 40.608167084275976, -73.81487242116518, 40.60811546646536, -73.81488142819083, 40.60809850880494, -73.81488736147737, 40.60808383262274, -73.81489087235869, 40.60807006026665, -73.81489126573231, 40.60805517974832, -73.81488747667476, 40.60803845182385, -73.8148810132805, 40.60802229502653, -73.8148625252625, 40.60798383630531, -73.814856124706, 40.60796462413123, -73.81485499168662, 40.60794625882939, -73.81486028744935, 40.60793010926538, -73.81487474145824, 40.60790765277684, -73.81491204896436, 40.607859041362346, -73.81492706593036, 40.607836810904544, -73.81497515622812, 40.6077593082232, -73.81498752969055, 40.60773589111439, -73.81499680679711, 40.6077143952402, -73.81500169504473, 40.60769391529603, -73.81500429901637, 40.607653066333846, -73.81500692598972, 40.60763632262417, -73.81504330644412, 40.60749148332355, -73.8150839665417, 40.6073094844839, -73.81509056538228, 40.607288249946905, -73.81509899818275, 40.60726909136529, -73.81510959172078, 40.60725048918032, -73.81512218334181, 40.60723272409328, -73.81513659036722, 40.60721605425993, -73.81516756852001, 40.60713595657689, -73.81519445795253, 40.60708887271191, -73.81522453193122, 40.60703657632609, -73.81525435950479, 40.606993887222956, -73.81529658070419, 40.60696693757029, -73.81531761080763, 40.606953512137636, -73.81536381564086, 40.606937448988006, -73.81542537184956, 40.60692293506015, -73.81549763135523, 40.606904331893695, -73.81556877841842, 40.60685855269491, -73.81562136898008, 40.6068028901554, -73.8156781988473, 40.606751103940475, -73.81572897938483, 40.6066730685402, -73.81574939073734, 40.60661063013497, -73.8158341218908, 40.606602064174886, -73.81585202230387, 40.60655290445196, -73.81587273006447, 40.60649603984033, -73.815898548915, 40.6064667097192, -73.81593315891736, 40.60642739245541, -73.8159452804782, 40.60641584734216, -73.81600065693178, 40.60636474213676, -73.81605304247266, 40.60629101816668, -73.81607935249059, 40.60621887159029, -73.81608133559438, 40.606139789871236, -73.81608173789597, 40.60612371256466, -73.81607393657868, 40.6060720667525, -73.8160654668558, 40.60601600820414, -73.81606888142147, 40.605947004734524, -73.81607065567795, 40.60591113701219, -73.81608592549955, 40.60581997981735, -73.8160933855542, 40.605799483226924, -73.81610647101004, 40.60576352643982, -73.81611462871976, 40.60574111284855, -73.81615133656803, 40.60569195614887, -73.81616212725444, 40.60567750919683, -73.81621568039807, 40.6056274752937, -73.81623462914636, 40.60560977337894, -73.81629583623972, 40.605562743215806, -73.81631182101897, 40.60555557087767, -73.81637729209297, 40.60552619414936, -73.81639665433592, 40.605517505310274, -73.81641949548603, 40.60551037362716, -73.81648855460718, 40.605488811008065, -73.81656093164449, 40.6054710511518, -73.8166255694666, 40.60547310303244, -73.81664622472701, 40.605492212681135, -73.81664462466533, 40.60552457044964, -73.81664290936186, 40.60555887856865, -73.81662574996027, 40.60561731499506, -73.81657798515968, 40.60568640800577, -73.81650497943556, 40.605793969797574, -73.81650904570381, 40.60583503837046, -73.81653257530658, 40.605882258873585, -73.81657952989615, 40.605871602275904, -73.81661686647692, 40.60586401820928, -73.81664888513217, 40.60585978730208, -73.81672108187288, 40.605852312839424, -73.81682757033656, 40.605853168801026, -73.81695746032645, 40.60587179324744, -73.81710480200127, 40.605880893464345, -73.81723045666739, 40.60588037833551, -73.81724947040397, 40.605880300507074, -73.81739739373326, 40.605835301411425, -73.81757892825934, 40.60573414118552, -73.81763932317124, 40.6056943267173, -73.8176942363893, 40.60565812903094, -73.81777226797536, 40.60558200183174, -73.81789323743521, 40.605489583706564, -73.81798602245976, 40.60547112136045, -73.81805990469374, 40.60553041535667, -73.81809898953563, 40.605579664727756, -73.8181161012935, 40.605537805749, -73.81811513120026, 40.60549792181916, -73.81808677402354, 40.60546370476579, -73.81809098900048, 40.60542322569125, -73.81810944751199, 40.605403546942945, -73.81812976316097, 40.60541475008924, -73.81816347177939, 40.605414611613405, -73.81818943185478, 40.605376719921004, -73.81818344681716, 40.60533960077063, -73.8181664036788, 40.6052769099632, -73.81819586011042, 40.60522461361948, -73.8182405693101, 40.605153099899425, -73.81832979626104, 40.60501171826094, -73.81841787463617, 40.604949742923225, -73.81848059361008, 40.60494555820482, -73.81853000489939, 40.60494226197004, -73.81855030804769, 40.60489239330206, -73.81850774008774, 40.60487879481952, -73.81844284483942, 40.60489208671384, -73.81836888296438, 40.60484873840812, -73.81829743587424, 40.60479482818473, -73.81825033030127, 40.60474197040182, -73.81822112790957, 40.60468760462315, -73.81820908916343, 40.6046251693768, -73.81818894806563, 40.604562968055376, -73.81815139737053, 40.60450938241272, -73.81814105547971, 40.60449462897674, -73.818140634608, 40.604411871973014, -73.81815261673943, 40.60433542115058, -73.81820604530658, 40.60427465277682, -73.81822747354093, 40.60425160264139, -73.81826553431966, 40.604210655677484, -73.81829729255327, 40.60411988085749, -73.81830782461566, 40.60404737922309, -73.81833917793593, 40.60398682352967, -73.81838924164191, 40.60398492600044, -73.81842484157814, 40.60403024527959, -73.81848939464778, 40.60407558146019, -73.81857056612161, 40.60407691722868, -73.81866472899266, 40.604067595927006, -73.81872489987187, 40.604109934421004, -73.81874376506325, 40.604217915369354, -73.8187784799938, 40.60427122078788, -73.81882517097401, 40.60427834820318, -73.81885349791321, 40.604243973032375, -73.81887003475323, 40.60412193759352, -73.81892407144068, 40.603995653132976, -73.81896159836104, 40.60391564577605, -73.8189644922581, 40.60381790747561, -73.8189113042929, 40.60371107918616, -73.8188017372185, 40.60363687893019, -73.8187327391663, 40.60363649546737, -73.81869996004767, 40.60361272846711, -73.8186344965884, 40.60354381344915, -73.81855517564472, 40.60348522353614, -73.81847913980425, 40.60341041761936, -73.81838442106083, 40.603293449317164, -73.81839246055439, 40.603197694904495, -73.81840230872992, 40.603112429949434, -73.8184244752815, 40.60301280128692, -73.81844580799242, 40.602954315340604, -73.81845725578276, 40.6029346731855, -73.81846457624529, 40.602922110732905, -73.81847623651076, 40.60290210149771, -73.81848887139907, 40.602833022449374, -73.8184921395807, 40.60281514500621, -73.81850660502252, 40.60280631479976, -73.81855663461384, 40.60277577598049, -73.81855925331803, 40.602740373313694, -73.81854668430375, 40.60270090961984, -73.81853485041981, 40.602655711647955, -73.81854107263601, 40.6026190233195, -73.81858695109223, 40.60260515293484, -73.8186228846186, 40.60259530118475, -73.81864995134413, 40.60260055793157, -73.81867526194515, 40.602602492569986, -73.81868475993481, 40.60257901198386, -73.8187022011906, 40.602562021396565, -73.81869159719007, 40.60254161140242, -73.81866528780097, 40.60252287681741, -73.81867286430274, 40.60249126867299, -73.81868847114234, 40.60245931658952, -73.81870347906488, 40.60242297170362, -73.81872527541337, 40.60239242969349, -73.81872443520653, 40.60235767894853, -73.81869468367235, 40.602319561465144, -73.81866748838043, 40.602295995071735, -73.81867809563484, 40.60226211428299, -73.81869712111677, 40.60221817261162, -73.81871312766044, 40.60217170020499, -73.81871605885016, 40.60212690916227, -73.81871846154371, 40.60209095682941, -73.8187442567862, 40.60206053008584, -73.81876113628367, 40.60202366673949, -73.8187538312119, 40.60196881420678, -73.81871432728877, 40.601903068577926, -73.81868058716864, 40.6018615138006, -73.81863391887391, 40.60185971115656, -73.81861137700612, 40.601834203358, -73.81860031814355, 40.60180688561642, -73.81859459917992, 40.601792758173524, -73.81858710911568, 40.60173908592374, -73.81861658016601, 40.60172159293343, -73.81864362525403, 40.60170032291164, -73.8186887622595, 40.60166252799411, -73.81871084249234, 40.60162089737945, -73.81871696224826, 40.60156922235495, -73.81871023727098, 40.60151222928567, -73.81870417833665, 40.60146188043239, -73.81870587586346, 40.601444132880275, -73.81870955320854, 40.60140562056491, -73.81872336956039, 40.60137072813974, -73.81877715762029, 40.60135273764971, -73.81879583908575, 40.60133879097267, -73.81880358720346, 40.60132136544062, -73.81881036887678, 40.601306115851564, -73.81881780567193, 40.60125930122414, -73.81881711943463, 40.60120698329479, -73.81880127036119, 40.601183789623406, -73.81878634390183, 40.60116194729014, -73.81876461740568, 40.601135140448484, -73.81874524832939, 40.60111124151088, -73.81871684055287, 40.6010566303464, -73.8186960407164, 40.60099794099647, -73.81874627384894, 40.60093280337549, -73.8187670472203, 40.60090810594294, -73.81877801425499, 40.60087433377104, -73.81877128160914, 40.60082060779081, -73.8188122256696, 40.600807360801916, -73.81882781707122, 40.60078136383668, -73.8188362274187, 40.6007532357157, -73.81884068057546, 40.60073834536475, -73.81884723826782, 40.60071461428341, -73.81885290226288, 40.60069411917724, -73.81886559367506, 40.60063526291288, -73.81886864337324, 40.60061248625977, -73.81887408296068, 40.60057192622022, -73.81888009299283, 40.60052621067795, -73.8188851150263, 40.60048800755171, -73.81888144437441, 40.60043351735389, -73.81886642735168, 40.60039372113629, -73.81889615296956, 40.60036096819179, -73.81892787689537, 40.600321931828894, -73.81893227881984, 40.60030108262469, -73.81893508957982, 40.600275347370726, -73.8189361210312, 40.60023002201205, -73.81892763345346, 40.60017906328516, -73.81890538294766, 40.60015781187572, -73.81889259618877, 40.600142975401475, -73.81886679301982, 40.60011303913366, -73.81889890748168, 40.60000969335875, -73.8189312414453, 40.599943868260745, -73.81900765279495, 40.599892825343595, -73.81905043372244, 40.5998920966478, -73.81907077952425, 40.599865888306226, -73.81908416850384, 40.59981543320152, -73.81908657646453, 40.59976391620105, -73.81908080900486, 40.59971321121045, -73.81907184166913, 40.59966924610807, -73.81906271808273, 40.59962452431841, -73.81906389041292, 40.599600855884844, -73.81906489443801, 40.59957913051751, -73.81910598133054, 40.59958001647575, -73.8191492404764, 40.59956230010664, -73.81916750941829, 40.59953120133398, -73.81916842956734, 40.59950902467101, -73.81916912854143, 40.599492173360346, -73.81914072022319, 40.59943745242664, -73.81910520854996, 40.59938993260332, -73.8190892849892, 40.59936862634856, -73.81906894118684, 40.59934140119079, -73.81905074209706, 40.59931010813614, -73.819031304821, 40.59927142702874, -73.81902315915605, 40.59924777003647, -73.81901291823625, 40.59921212286537, -73.81901577830934, 40.5991659872078, -73.81902457089316, 40.599124444560985, -73.81906093889057, 40.599098727921216, -73.81909214709148, 40.599069692820365, -73.81912174560338, 40.59901077037881, -73.81912726825105, 40.59898916198556, -73.81913725078937, 40.598950107549925, -73.81914575871667, 40.59892812923578, -73.81915690551469, 40.598899331801036, -73.8192092776691, 40.598854152051295, -73.81922342678561, 40.59883482384337, -73.81924489709957, 40.59880549241849, -73.81925491127761, 40.59879181119442, -73.81926776071424, 40.598774260372856, -73.81933567378205, 40.598687806059836, -73.81934625444198, 40.59867433373937, -73.81937569174384, 40.59863686146629, -73.81951700805018, 40.59845795749745, -73.8195445650227, 40.59840537052894, -73.8195653470454, 40.598365704445946, -73.81957383624379, 40.5983042335753, -73.8195771675106, 40.598276373880985, -73.81956876813756, 40.59821935390119, -73.81957509198125, 40.59814775323363, -73.8195768779039, 40.5981304038339, -73.81957964672084, 40.59810869743938, -73.81958344624593, 40.59807892936787, -73.81958997725353, 40.59802771419365, -73.81958993795942, 40.59798410353837, -73.81958992318339, 40.5979672727149, -73.81960718178259, 40.59769901468609, -73.81957570693316, 40.597644296240226, -73.81954531003647, 40.59760689296006, -73.81951648265266, 40.59758763410108, -73.81952300881747, 40.59756705926323, -73.81955813945616, 40.597456305802396, -73.81959475874585, 40.59741150277104, -73.81966732624444, 40.597373913512044, -73.81970456842105, 40.59734777299036, -73.81972187446789, 40.59733562685139, -73.81981089495379, 40.59723945177884, -73.81990328192614, 40.59716482695966, -73.81992439370093, 40.59712094326822, -73.8201330377949, 40.59694417558817, -73.82026946963121, 40.5967857940851, -73.8203122224778, 40.59672714854904, -73.82034754536885, 40.596675576708215, -73.82037795041155, 40.59662739845048, -73.8204040819187, 40.59658157107889, -73.82046626103535, 40.59646236045184, -73.82048771653457, 40.59641652035215, -73.8205054979774, 40.59637416854475, -73.82052655523718, 40.596318241040734, -73.82053914036534, 40.59627653309192, -73.82055285984306, 40.59621759177465, -73.82055537091803, 40.59619669182068, -73.82055557312488, 40.5961777180853, -73.82055152836, 40.59613585358955, -73.82054324681218, 40.59608797147622, -73.82053620505097, 40.596052206954944, -73.82053260845011, 40.596033927894815, -73.82052471605921, 40.59600301677181, -73.82050406918543, 40.59594103564143, -73.82047936493349, 40.59587487513797, -73.82047090360874, 40.595839404666805, -73.82046721740839, 40.59579953809018, -73.82046742688475, 40.595748430948575, -73.82046887042429, 40.59572342203532, -73.82047150815475, 40.59570375059556, -73.82048036184106, 40.59568335493877, -73.82049240867224, 40.595670904194144, -73.8205125058069, 40.595659164829364, -73.82053658114074, 40.595647666710775, -73.8206214997419, 40.595608329305485, -73.82065581041435, 40.595592435468625, -73.82073302713908, 40.5955651259739, -73.82073123379384, 40.59555853583921, -73.82072893745033, 40.59555008713769, -73.82077685920792, 40.59553000904783, -73.8207890069642, 40.59551513691892, -73.82079896139078, 40.59550052792378, -73.82082785363848, 40.595450508312645, -73.82085552470174, 40.59542235963131, -73.8208429802287, 40.595376398913906, -73.82088126030244, 40.59532256129187, -73.82088924512622, 40.595291738875915, -73.82090130333317, 40.595219936332576, -73.8209051390515, 40.595191809022396, -73.82090836552457, 40.59517809005625, -73.82091767246231, 40.59516040745145, -73.82097083252309, 40.59511371163345, -73.82106962252062, 40.59502954758093, -73.82111888148516, 40.594985071716614, -73.82113584366995, 40.594964253676736, -73.82116020979569, 40.59492123841972, -73.82120266712131, 40.594852657497604, -73.82124785269409, 40.59477282514636, -73.8212577950805, 40.594761311195064, -73.82127207007116, 40.59475266945082, -73.82129068713388, 40.59474689362309, -73.82131369593232, 40.594743966677015, -73.82134050944433, 40.59474384807422, -73.82137190763366, 40.594746438165714, -73.82140767461149, 40.5947516267482, -73.82145503863738, 40.594760466955464, -73.8215393613775, 40.59477902267188, -73.82172410394608, 40.59482505877704, -73.821803484943, 40.59484195146847, -73.82193454756701, 40.59486651832349, -73.82201709118537, 40.59488029815162, -73.82216556863196, 40.594902539543874, -73.82221567475662, 40.59490873163579, -73.82226109681358, 40.594913146930274, -73.82242882937521, 40.59492427647246, -73.82261615319727, 40.59493378805277, -73.82268266712306, 40.59493602855062, -73.82272803172712, 40.5949358490955, -73.82276877198723, 40.59493319145111, -73.82280517551766, 40.594927848945275, -73.82289030738892, 40.59491013989241, -73.82296759055379, 40.59489277349211, -73.82299555556543, 40.59488967824228, -73.82302720040369, 40.59489063110751, -73.82305697492974, 40.59489434389355, -73.8231349147996, 40.59490733147255, -73.82317229797455, 40.5949130118782, -73.82327342640237, 40.59493104105878, -73.8233043554008, 40.594935104059104, -73.82333237588092, 40.59493738854626, -73.82346990714062, 40.59494454474713, -73.82354601709167, 40.59494864195923, -73.8235828727513, 40.594954582573315, -73.82364413434284, 40.59497295185079, -73.82366667042402, 40.59497858049234, -73.82371499306403, 40.59498694486073, -73.82373482552298, 40.594988805148844, -73.82375320738524, 40.59498928090358, -73.82377253937835, 40.59498695027699, -73.82381679079546, 40.59497437746731, -73.82383736888289, 40.5949712391687, -73.8238570095681, 40.5949710090243, -73.82387567446271, 40.59497211826204, -73.8239093292441, 40.59497829430551, -73.82403687941648, 40.595015461622374, -73.82422052671087, 40.595067839829646, -73.82426065296272, 40.59507719551526, -73.82433752296423, 40.595091979889496, -73.82441419253364, 40.595107074587006, -73.82446925001229, 40.59511644580882, -73.82449343235844, 40.595113339913866, -73.82453772466552, 40.59508878270913, -73.82455791779321, 40.59508243512492, -73.82470289469495, 40.59506473323226, -73.82478004559914, 40.59505713880442, -73.82480109658403, 40.59505881075574, -73.82484373957071, 40.59507118052802, -73.82486260283716, 40.5950741449882, -73.82488668040496, 40.595074041199545, -73.82491047481466, 40.59507154428081, -73.82493307379322, 40.59506675370115, -73.82495377640083, 40.59505981878105, -73.82499206302127, 40.595030094048596, -73.82503281184657, 40.595006571362475, -73.82505469912928, 40.5949983594832, -73.82507374118609, 40.59499575353634, -73.82543998882952, 40.59493996914896, -73.82575207480164, 40.59488938936076, -73.82576061685651, 40.59487729386053, -73.8257841908723, 40.594873199796886, -73.82580321830524, 40.594874816266476, -73.82584890175625, 40.59487103846738, -73.82587445959423, 40.59486726977944, -73.82590611205025, 40.594858515109806, -73.82593396756558, 40.594844796392245, -73.82594908458096, 40.59483377075455, -73.82596233010813, 40.5948210150745, -73.82598280012911, 40.594793103699665, -73.82599698124959, 40.59477809091692, -73.82601412667577, 40.594766139000726, -73.82604045880473, 40.594758983675035, -73.82606885982304, 40.59475895282247, -73.8260950221408, 40.59476256389823, -73.82611625462246, 40.59478252463557, -73.82612155147642, 40.59479581178474, -73.82612421284263, 40.594811323744075, -73.82611155552554, 40.59482367869889, -73.82610565659765, 40.59483790256217, -73.82610582059992, 40.59485295147522, -73.82611786749217, 40.5948695042348, -73.82614115922226, 40.59488534187999, -73.82615456998414, 40.59489759219198, -73.82616704730064, 40.594918532952725, -73.82618480309053, 40.594935327576806, -73.82622580093035, 40.594958927490126, -73.82625922960769, 40.594971264792186, -73.82627999955962, 40.59498197191032, -73.82629306348773, 40.59499496101232, -73.82629546128334, 40.595010086243875, -73.82629411632702, 40.595025291367705, -73.82629175235864, 40.59504257426218, -73.82624331033706, 40.59511808384591, -73.82625567043927, 40.595130070504524, -73.82627595203608, 40.59513506755966, -73.82630204265803, 40.59512815314953, -73.82633500125965, 40.59511595943217, -73.82639029639978, 40.59509309581896, -73.8264210169857, 40.59506745566651, -73.82643556877713, 40.595057078389466, -73.82654655279327, 40.59503069580021, -73.82667661928157, 40.59500064343309, -73.82669549563443, 40.59499540293363, -73.82675447217188, 40.59497598560117, -73.82677407744411, 40.594972097874965, -73.82679213739283, 40.59497098323257, -73.82682799956073, 40.59497292748193, -73.82689423331556, 40.59497986495677, -73.82698858485033, 40.594988982575046, -73.82700859923919, 40.59498996546109, -73.82702921152824, 40.594989529116575, -73.82705019015691, 40.59498767859573, -73.8270712373527, 40.59498444046608, -73.82709911963654, 40.59497764834097, -73.82711880525257, 40.59496872944666, -73.82713412417066, 40.594957224878236, -73.82714587687428, 40.59494423177965, -73.8271515048068, 40.59492097789697, -73.8271647344944, 40.594907413383936, -73.82718613418062, 40.594903078024075, -73.82721585974136, 40.594907085931084, -73.82725653140409, 40.59491579751532, -73.82727414694706, 40.59492023746463, -73.82732410802763, 40.594935193716026, -73.82735480633416, 40.59493993517509, -73.827389363895, 40.59493928738087, -73.82746681130965, 40.594931977961984, -73.82757827092044, 40.594926134252866, -73.82763410869467, 40.59492302926299, -73.8276907404511, 40.594919879509824, -73.827718910154, 40.594917495732645, -73.82778791448052, 40.59490967725021, -73.82785528639324, 40.594903141329304, -73.82787630853068, 40.594902265990875, -73.82789519876766, 40.59490259145696, -73.82798786987267, 40.59490734269706, -73.82810707786878, 40.59491344832586, -73.82818966979532, 40.594917689938036, -73.82824972163668, 40.594920936044794, -73.82830361865271, 40.59492370735314, -73.82832681405917, 40.59492207963937, -73.82834280954309, 40.59491476245892, -73.82834629780605, 40.59489143598169, -73.82834807812662, 40.594871209259814, -73.82836277208312, 40.59485916327957, -73.82838131715351, 40.59485588965449, -73.82841789948237, 40.59485662958154, -73.82844507177131, 40.59485436120533, -73.82846233549526, 40.59486471599233, -73.8284795619951, 40.59488266574429, -73.82849555776897, 40.59488902390728, -73.82852882323103, 40.594891462640895, -73.8286014849158, 40.59489192764857, -73.82866557100206, 40.594895206570826, -73.82868795355724, 40.59489222048196, -73.82870955428521, 40.594882696316425, -73.82872317828065, 40.59487141143956, -73.82873302661892, 40.59484125764844, -73.82874132123361, 40.594825934079005, -73.828754408863, 40.594816497175735, -73.82876977587705, 40.59480914748097, -73.82879566148927, 40.59480693743983, -73.82881734302276, 40.59481057543969, -73.8288257907084, 40.59484474941827, -73.82882378634051, 40.5948676377639, -73.82883307088433, 40.59487997707172, -73.82885082930066, 40.594886325203326, -73.82889358681047, 40.59488928856534, -73.82891828363383, 40.59489045099151, -73.82894399902308, 40.59488598755133, -73.82921275678493, 40.594844741643165, -73.82943594505186, 40.59480980409189, -73.82946661561583, 40.594790751288976, -73.82952901182769, 40.59476460348672, -73.8296003773138, 40.59473687682371, -73.8296834368622, 40.59474114507171, -73.8298685357041, 40.59471904843291, -73.83000687868874, 40.59470443233632, -73.83013327621894, 40.59468592526045, -73.830239468698, 40.59467032751066, -73.83030573689219, 40.59465025183997, -73.8304065021574, 40.59464395104031, -73.83057510573336, 40.59463843458901, -73.83071672884931, 40.59460757161048, -73.83087287707106, 40.59461427990344, -73.83102989590533, 40.59461821654967, -73.83118374465177, 40.5946233009955, -73.83129443015672, 40.59460976656997, -73.83141938524186, 40.59460602546337, -73.83155576411755, 40.594613937543116, -73.83171965711234, 40.594622157211745, -73.8317519464592, 40.594623777707895, -73.83186779217134, 40.59461955540394, -73.83195457307964, 40.59461767867452, -73.8320285008311, 40.59463131803901, -73.83211711198892, 40.59463260110063, -73.83220556600718, 40.594610387381984, -73.83227052784609, 40.59460924669965, -73.83230259364132, 40.594619446911146, -73.83241469357459, 40.59465510281474, -73.83248510116489, 40.59470730260881, -73.83253083869371, 40.59471944620547, -73.83267699265929, 40.5947206739994, -73.83269757165375, 40.594740549718146, -73.83271719452343, 40.59477049640638, -73.83275576416435, 40.594797067585944, -73.83284652992879, 40.5948155064086, -73.83294570264246, 40.59482671266271, -73.83299485455116, 40.59484023433749, -73.83301403096497, 40.59486123181515, -73.8330353865267, 40.59490320386691, -73.8331413617606, 40.594916258706036, -73.83323489669384, 40.594921060099416, -73.83330418040994, 40.59491984315647, -73.83335473318763, 40.594906054706186, -73.83337022483192, 40.59493141252257, -73.83342200595283, 40.59495940204864, -73.83349155906583, 40.59496576059392, -73.83357013263553, 40.595021100874014, -73.83364593988338, 40.59501799846946, -73.83373319925815, 40.59501203180794, -73.83385250390246, 40.595022305545655, -73.83397232193971, 40.59504372208865, -73.83408464154577, 40.595097162032054, -73.83417599835435, 40.595108629697634, -73.83421479291378, 40.595132948498716, -73.83427877992068, 40.59514731410372, -73.83434304445714, 40.59515125110114, -73.8343785610196, 40.595160249904396, -73.83441807033722, 40.59518602581451, -73.83444886961522, 40.59520937395711, -73.83449457775613, 40.59521888089362, -73.83450773152427, 40.595200096890096, -73.83453700317838, 40.59518680047531, -73.83461812692723, 40.59520220635593, -73.83472019269294, 40.59520855511086, -73.83475183608142, 40.59528468771681, -73.83477183302207, 40.59536728013899, -73.83479164113783, 40.59543787730226, -73.83479074661165, 40.59555208770809, -73.83478581229986, 40.59561070924613, -73.83474763432307, 40.59567263203285, -73.83470457459183, 40.59572845483772, -73.83469201610754, 40.59579785278389, -73.83470091811421, 40.595838268509816, -73.83468171969953, 40.59589931264536, -73.83465410314892, 40.59597165344867, -73.83464523620142, 40.59601822030591, -73.83462048950882, 40.59607991382941, -73.83455828347277, 40.596145481511066, -73.83453806849028, 40.5962100091863, -73.83451457423483, 40.59626012374808, -73.83448300327821, 40.596299576172385, -73.83446163584331, 40.596349527189325, -73.83445270043671, 40.59639551849673, -73.83444315903344, 40.59643862455118, -73.83443621055443, 40.59646751866553, -73.83443810730711, 40.59648632254221, -73.8344254015125, 40.596498710758006, -73.83440306904386, 40.596501395460365, -73.83436900933366, 40.59649964528481, -73.8342808965554, 40.596513598849945, -73.8341878934998, 40.59654011750974, -73.83414545886993, 40.596575491000095, -73.83411171279441, 40.596621527516916, -73.83408032182035, 40.596632599169496, -73.83406475206262, 40.59665266828364, -73.83406204652032, 40.59668315882727, -73.83403948151854, 40.596721855985614, -73.83402327087856, 40.59673928923475, -73.83397576208321, 40.59674468228672, -73.83394631558863, 40.59675575671191, -73.83390668642353, 40.59676313777155, -73.83387533154551, 40.596773905943635, -73.83384872899862, 40.59678578051841, -73.83380207718609, 40.596793811472445, -73.83378144403179, 40.596809068928636, -73.83381037687201, 40.5968301911441, -73.8337788576106, 40.59684955095326, -73.83373587100417, 40.59686019419935, -73.833661260641, 40.59688896153591, -73.83362412947504, 40.59689181557677, -73.83359689932216, 40.59692320444378, -73.83356383698477, 40.59694069697405, -73.83353375393486, 40.59694688412748, -73.83351010742534, 40.5969420464757, -73.83350030657336, 40.596929735618595, -73.83345896290439, 40.59693291399512, -73.83344537358009, 40.596952712135824, -73.8334469555838, 40.596982029191814, -73.8334554921717, 40.59701003885998, -73.83341885212128, 40.59704709545396, -73.83339108945164, 40.59707546224152, -73.83338104796145, 40.59711697715539, -73.83338084660161, 40.59715411447951, -73.83338321475672, 40.597171850134075, -73.83337668510627, 40.59720549145314, -73.83334328990904, 40.59721142701071, -73.83329308071391, 40.597201884273694, -73.833246161024, 40.597230939150954, -73.83321641957424, 40.59725922107697, -73.83327776943501, 40.59727726204752, -73.83329984470718, 40.59730531838308, -73.8332918247031, 40.597344859570214, -73.83327849904207, 40.597374455775665, -73.83326111484052, 40.59738576815261, -73.83323630972068, 40.59734005847596, -73.83320098368391, 40.59731255743056, -73.83316244620531, 40.59728664654021, -73.83312514397834, 40.5972703982536, -73.83305993520703, 40.59726862766924, -73.83304652521326, 40.59728892041068, -73.83302202384114, 40.597295198387386, -73.83298601450451, 40.59728114741203, -73.83295884613365, 40.597288601185845, -73.83291497978772, 40.597362181379225, -73.83285974285295, 40.59740535773196, -73.83280332726368, 40.5974299518287, -73.8328089159106, 40.59747028092776, -73.83282247172663, 40.597506450388984, -73.83283658885411, 40.59753501753977, -73.83278010947319, 40.5975562606819, -73.83272084113139, 40.59755472097885, -73.83268895589272, 40.597547783750905, -73.83266951766512, 40.5975301078777, -73.83265025830335, 40.597514132451245, -73.83259746391673, 40.59748674446192, -73.83252413861476, 40.59746193354693, -73.83245774467724, 40.59747336527946, -73.8324112397766, 40.59749509195509, -73.83238801802091, 40.59752149027259, -73.83236240155986, 40.59754176422953, -73.83231885818441, 40.59754521364732, -73.83227431629734, 40.597544518279804, -73.83220966154114, 40.59753797344297, -73.83216814673489, 40.59753621083021, -73.83212182017922, 40.59754333474985, -73.83208009508107, 40.597553786507525, -73.83205609165347, 40.597576670671174, -73.83202589022466, 40.597658860593754, -73.83201022020484, 40.59770341363277, -73.83200811992006, 40.597723033883845, -73.8320151790526, 40.59776520584191, -73.83201199039743, 40.597801377936364, -73.83198352818067, 40.59786512495311, -73.83189591596978, 40.59789425665745, -73.83180140076757, 40.59790460316453, -73.83177248739634, 40.59790442396312, -73.83172425000727, 40.59791209424517, -73.83167314229492, 40.59790175252193, -73.83162326378898, 40.5978893287641, -73.83154785646815, 40.597877278205694, -73.83149109656584, 40.59785163991802, -73.8314228708078, 40.59783268378239, -73.831365334185, 40.597829744705294, -73.83131716116924, 40.597827368663765, -73.83128130893628, 40.5978362645414, -73.83124530465574, 40.59784828860547, -73.83120643550045, 40.59785421550406, -73.83116540196328, 40.5978470735051, -73.8311421588795, 40.597825135906575, -73.83114161202413, 40.59779938821746, -73.83114239542978, 40.597775043698455, -73.83114457116696, 40.59775465272512, -73.83114300373144, 40.597733515120375, -73.83112549746856, 40.597721440383175, -73.83108540990384, 40.597710730067824, -73.8310539831694, 40.59767903675071, -73.83102982965282, 40.59764669583602, -73.83102719869358, 40.59760560195085, -73.83098411975908, 40.59758141175796, -73.8309502331842, 40.59756802245037, -73.83091100017388, 40.597547404863555, -73.83089910128813, 40.597510469466464, -73.83090263299974, 40.59746642192135, -73.83089953658697, 40.59742395494872, -73.83089430274977, 40.59738626121085, -73.83087836901842, 40.597350884084044, -73.83084963578173, 40.59732166481132, -73.83081971826144, 40.59728986378597, -73.83076204385266, 40.59725804799442, -73.83072326589927, 40.59724163285853, -73.8306690725246, 40.597241278358304, -73.8306170365797, 40.59724224357886, -73.83055752715167, 40.597252037302326, -73.83051027856577, 40.59723937019366, -73.83047484502399, 40.59721000406464, -73.83043255894239, 40.5971729139232, -73.83038058786875, 40.59713441005677, -73.83032409231517, 40.59709071156628, -73.83028055917958, 40.597061853920415, -73.83024487703749, 40.597046704828955, -73.83021272126304, 40.597046931083995, -73.83019177387632, 40.59704231646486, -73.83017451563673, 40.59701879538452, -73.8301384084592, 40.59701424119978, -73.8300902339235, 40.59701178179231, -73.83005300599648, 40.597009861758096, -73.83003077785456, 40.596986276573105, -73.82997740163535, 40.59702280212387, -73.82998261279951, 40.59703624385418, -73.83002116855695, 40.59708274272485, -73.83006857409573, 40.5971190724416, -73.83010571315371, 40.59714108573614, -73.83012468353625, 40.59715752673452, -73.8301582602454, 40.59717972745808, -73.83020809329932, 40.597195308124, -73.83025546849773, 40.59718601896281, -73.83028926383085, 40.59720728702785, -73.83029471231929, 40.59723150386618, -73.83033908307976, 40.59725621762978, -73.8303287699523, 40.59727602023959, -73.83028985011913, 40.597274095983316, -73.83027888398952, 40.597296093102266, -73.83030104040512, 40.59734797530417, -73.83035136490122, 40.597383155641644, -73.83039408673645, 40.59741942247558, -73.83043324712659, 40.597455052771025, -73.83044783286549, 40.5975112877127, -73.83044341746474, 40.597561263891954, -73.83043262898238, 40.597599372564986, -73.83041711987836, 40.59762201857465, -73.83040514870343, 40.597643414472714, -73.83037933392588, 40.597699179154, -73.83036331927161, 40.597738048253305, -73.83035010567153, 40.5977648454564, -73.83034805677121, 40.597784508078234, -73.83033857872304, 40.597801094347986, -73.83030787633179, 40.597818278745116, -73.83028750740725, 40.59783418614273, -73.83026916098765, 40.597841750465996, -73.83025070953893, 40.59784229684653, -73.83022953323616, 40.59784072656905, -73.83017833530664, 40.597838097937164, -73.83013444938675, 40.597833970812296, -73.83011588231604, 40.59782888422167, -73.83008876353539, 40.59781617195323, -73.83005578865082, 40.597794126991296, -73.8300370300615, 40.597785849547535, -73.83001673012228, 40.597784846956614, -73.8299869889779, 40.597789638775964, -73.82996070989525, 40.59779885728387, -73.82994702136845, 40.5978084231087, -73.8299287983868, 40.597831520701604, -73.82990010558154, 40.59785700179144, -73.82988247449748, 40.5978694182355, -73.82984732928142, 40.59788543785874, -73.82983198554547, 40.59789408448551, -73.82980908045447, 40.59791444743857, -73.82979148333995, 40.59792418485959, -73.82977052556441, 40.5979300360408, -73.8297547108584, 40.59794175634904, -73.82975091864812, 40.59795931725574, -73.82975662195751, 40.59797528389333, -73.8297668774394, 40.59798793163821, -73.82977050189106, 40.59800187982246, -73.82975483775743, 40.59801153094927, -73.82972607337398, 40.59801499047187, -73.82970075220419, 40.59800988390093, -73.82967875701989, 40.59800697232861, -73.8296602617512, 40.59800754106255, -73.8296427582207, 40.598019939648395, -73.82963325917763, 40.598037727127966, -73.82963231915869, 40.59806304216974, -73.82962817390703, 40.598077267907954, -73.82960105742133, 40.598096984303154, -73.82957817947987, 40.59811544984583, -73.82956842176759, 40.59812857312185, -73.82596997096606, 40.599259533560314, -73.82596505484285, 40.59918889260588, -73.82592358780607, 40.59915261432373, -73.8259027429933, 40.59909538055433, -73.82585141388692, 40.59901817469242, -73.82583988947123, 40.598976792552264, -73.82582759352766, 40.59892819063995, -73.82577502993196, 40.5988686862757, -73.82576261370795, 40.598844924231756, -73.82575403216026, 40.598828498267295, -73.82574833431548, 40.598790857623925, -73.8257266892389, 40.59875064071245, -73.8256671636115, 40.59869571120873, -73.8256131713789, 40.59863192170835, -73.82548527686698, 40.59854452440408, -73.82539691783785, 40.59848644776327, -73.82531660280247, 40.59843576577883, -73.82525218510705, 40.59837964713353, -73.8251990082437, 40.59833408438503, -73.82515099238911, 40.59828562077085, -73.82507133530221, 40.59821800435584, -73.82496485851173, 40.59817584628309, -73.82483904860865, 40.59814472068515, -73.82471709516521, 40.59814096776303, -73.82459028341826, 40.59816297849876, -73.82445896151631, 40.598201398762306, -73.82436959748739, 40.59825193112062, -73.8242851294643, 40.59830367759805, -73.82423734920741, 40.59838364402562, -73.82420095682568, 40.59844734907761, -73.82418487332181, 40.5985104818385, -73.82416245253874, 40.59858711186315, -73.82414043370989, 40.59864836874873, -73.824094596137, 40.59870245432061, -73.82404896309421, 40.5987322476464, -73.82399906137886, 40.59875044196871, -73.82398317266305, 40.59884221256809, -73.82397668953581, 40.59887965093662, -73.82407052802584, 40.59892131689874, -73.82412474722562, 40.59899893862209, -73.82420618985886, 40.59905741719864, -73.82424698913212, 40.59907142331748, -73.82421661198941, 40.59910695026299, -73.82416786754095, 40.599293494916694, -73.82406596678699, 40.59929067611244, -73.82406344121054, 40.59931924587731, -73.82401580379126, 40.59938543260463, -73.82398874998684, 40.59945807337705, -73.82398962885799, 40.59950786560305, -73.82396191877709, 40.59959593134155, -73.82393743200277, 40.599678018028115, -73.82391265627443, 40.59973301379929, -73.82387046809922, 40.59982753389896, -73.82385835879448, 40.599899895865214, -73.82384207318736, 40.599971757941006, -73.82383460514605, 40.60000449045011, -73.82381177382173, 40.60003130007304, -73.82378976852414, 40.60004638973639, -73.82372029729167, 40.60004897396236, -73.82361587229705, 40.600046425548946, -73.82348916243456, 40.60004269014461, -73.82333953485568, 40.600030026698285, -73.82320493023659, 40.6000009984312, -73.82317089830984, 40.5999939904242, -73.82307989975166, 40.59997525184709, -73.82303382499208, 40.59994163998647, -73.82294604835036, 40.59992067206407, -73.82285675392922, 40.59991605885514, -73.82276756967886, 40.599911338584306, -73.82269760719333, 40.5999089802585, -73.82265112540644, 40.5999197220312, -73.82258452184685, 40.599940453755906, -73.82249436684366, 40.59994846698668, -73.82238090956324, 40.599930943092154, -73.82231000471072, 40.599902673193576, -73.82222038856732, 40.59988491224081, -73.82216776171316, 40.59985008139256, -73.82215248617737, 40.59979842710295, -73.82206417957838, 40.59978808116922, -73.82195003202939, 40.59977258826273, -73.82190046327892, 40.59980673947781, -73.82186368731348, 40.599836846436105, -73.82180631607612, 40.599852897588, -73.82176097664308, 40.59985345944614, -73.82172829800976, 40.59986005102504, -73.8216919738511, 40.59988329663524, -73.82166888767956, 40.599897726833696, -73.82169628037467, 40.599929691116664, -73.8216616094565, 40.599953654298375, -73.82158815214058, 40.599965041778, -73.82150135855599, 40.59996850189569, -73.82140169427868, 40.59996357157469, -73.8213629110508, 40.59995028079573, -73.82134643389192, 40.59995761066369, -73.82134430267419, 40.600000839713815, -73.8213726312885, 40.60000530262089, -73.82144189391087, 40.600013150261034, -73.82146047313321, 40.60002737048622, -73.8214677650336, 40.60004769313629, -73.82172041968877, 40.60006950702233, -73.82171480725233, 40.60012148287204, -73.82217180412233, 40.60015501502296, -73.82234071419222, 40.600183225829994, -73.8223340551124, 40.600233113576316, -73.82249436419278, 40.600247211354116, -73.82250572292847, 40.60020667019277, -73.82261423306011, 40.600218757067154, -73.82261895256255, 40.60018555212229, -73.82279729293715, 40.60020274719365, -73.82296407444868, 40.60022515262546, -73.82314743888439, 40.60023954435666, -73.82314682220877, 40.60025469382491, -73.82331045573385, 40.60026804274167, -73.82333110498327, 40.60025828218813, -73.82359635894257, 40.60026307069815, -73.82374108045602, 40.600282919670924, -73.82386694454758, 40.600288568014584, -73.82402675095648, 40.60031111610304, -73.82403463175103, 40.600281337032904, -73.82414720450546, 40.60029372225042, -73.82414015179324, 40.600360794197044, -73.82418588234454, 40.6003621276013, -73.82419828725207, 40.600314250405034, -73.8244343997719, 40.60033072352518, -73.82440866895521, 40.60044840792176, -73.82442526701512, 40.600463310838215, -73.82443761904932, 40.60049074976475, -73.82444480904563, 40.60053536460417, -73.82445036163584, 40.60058848509282, -73.8244546910279, 40.60065433892321, -73.8244573773634, 40.60072814997515, -73.82444916929892, 40.60079123445341, -73.82429589111568, 40.60078006875353, -73.82428477526689, 40.600844069109925, -73.82396947483002, 40.600820816846934, -73.82386127690154, 40.600823381458014, -73.8238598906211, 40.6008069726862, -73.82369613332821, 40.60079431686772, -73.82352502655414, 40.600781537865466, -73.82339548431598, 40.60077162671972, -73.8233434869694, 40.60075468809335, -73.82332627029626, 40.60079682146119, -73.82328530759628, 40.60081745342484, -73.82326616900303, 40.60082463178907, -73.82324540439187, 40.600826576505206, -73.82322612381843, 40.60082356611548, -73.82319052325568, 40.600811807239445, -73.82315652582567, 40.60079920252556, -73.82312417402316, 40.600785766449015, -73.82309349144164, 40.600771512555454, -73.8230535576997, 40.600744457869375, -73.82303697458829, 40.60073648521096, -73.82301961338806, 40.600731447960804, -73.82300013263324, 40.600727308868194, -73.82295019174565, 40.6007208427234, -73.82292733391326, 40.60071955487804, -73.82287144554472, 40.60071977853353, -73.82284609100839, 40.600718596687834, -73.82280552146858, 40.600713470496906, -73.8227139673049, 40.60069719100779, -73.82267266098877, 40.60069145758062, -73.82265218248455, 40.60069066954053, -73.82260037412782, 40.60069251760194, -73.82257349420637, 40.600689163979055, -73.82256054229728, 40.600672553627774, -73.82251158077797, 40.60066303062457, -73.82247352697624, 40.6006626593665, -73.82240156870526, 40.600665896337006, -73.822358571035, 40.60066532288757, -73.82229397441475, 40.60066279340712, -73.82223404264568, 40.600659208487684, -73.82217743267312, 40.6006535826861, -73.82215950582523, 40.60064847599078, -73.82214483111244, 40.60063864927583, -73.82203374037475, 40.6006304401228, -73.82183238315109, 40.600624282833174, -73.82171127031725, 40.60061336256199, -73.82167359066521, 40.600631721619855, -73.82164625513148, 40.60064592459099, -73.82163025414049, 40.60065274464114, -73.82160864012593, 40.60065820428979, -73.82158190821153, 40.60065784760871, -73.82156320821605, 40.60065602923446, -73.82154442304817, 40.600651599205094, -73.82153298979583, 40.600640652690636, -73.82152801086134, 40.60062660939031, -73.82147849974581, 40.60062518890948, -73.8214548084828, 40.60063736591367, -73.82143507876972, 40.60064154340924, -73.82142172508459, 40.600652459525094, -73.82143053037173, 40.60066664205301, -73.8214455294702, 40.60068678576718, -73.82145300313728, 40.600704549409684, -73.8214203675971, 40.600698395850806, -73.82133594803567, 40.60068719179743, -73.82129717758701, 40.600683541128085, -73.82127899296742, 40.60069619132896, -73.82130576763032, 40.60070927435329, -73.82132560570518, 40.60071626895014, -73.82137556196965, 40.60072620194225, -73.82140082894247, 40.60073140121422, -73.82139845255026, 40.60074527099512, -73.82142016353463, 40.60075481336725, -73.82144940653377, 40.60075898050248, -73.82149700300536, 40.60076201716416, -73.82155504721536, 40.60076414068804, -73.82166804375011, 40.600766181068735, -73.82171109769503, 40.60076207303911, -73.82173427950111, 40.60076060782634, -73.82174992096805, 40.60076764717, -73.82174992585627, 40.6007826327986, -73.82177510468004, 40.600803169577354, -73.82179636902552, 40.60081408448483, -73.82181822147588, 40.60082200155499, -73.82184317399455, 40.60082464005215, -73.82186383009132, 40.600822643190696, -73.82188964141635, 40.60081292511722, -73.82190932999268, 40.60081221900018, -73.82192587780196, 40.600819209294976, -73.82193804086951, 40.60082987143464, -73.82197735561792, 40.600829268655076, -73.82202144707414, 40.60082022274179, -73.82204641718471, 40.60081715009846, -73.82208226268806, 40.600819382163905, -73.82210876030993, 40.600824334640606, -73.82215123829658, 40.600834643845175, -73.82218137761663, 40.60085008494115, -73.82219802998843, 40.60085686643691, -73.82224970707308, 40.600864882694104, -73.8222700771203, 40.60086693137176, -73.82229054107532, 40.60086654607454, -73.82230813659775, 40.60086299369823, -73.8223245715267, 40.60085692616227, -73.82236126041416, 40.600846359395696, -73.82239108592502, 40.60084388222455, -73.82245726294356, 40.60083374371827, -73.82248930190075, 40.60083016049546, -73.82252692293362, 40.60082803392664, -73.82256867072633, 40.6008286062838, -73.82258835835675, 40.60083047824929, -73.82260714056065, 40.60083340062593, -73.82262842970972, 40.60083725711001, -73.82263971191664, 40.60084999442416, -73.82263985937108, 40.600871873783845, -73.82265003095324, 40.600885077655455, -73.82288834260173, 40.600904237301684, -73.82289878406516, 40.60088787286048, -73.82291686114584, 40.60087691792496, -73.82295775840446, 40.600868992385905, -73.82301011997977, 40.6008550473753, -73.82303598278611, 40.60084991819439, -73.82306603435583, 40.60084549786533, -73.82308454051869, 40.600846487214355, -73.8231067676854, 40.60085662260675, -73.82311576144244, 40.60087428491963, -73.82311461000054, 40.600900413653186, -73.82311221443328, 40.60094885635762, -73.82322585566504, 40.60095429927863, -73.82322326376507, 40.60097964684404, -73.82376552905828, 40.60103055781171, -73.82375641447517, 40.60108634570465, -73.82378039445018, 40.601087781890904, -73.82400414702553, 40.60114941532514, -73.82401405448168, 40.601188985112444, -73.82401173392188, 40.601236108680496, -73.8240006158747, 40.60128736478836, -73.82396303101719, 40.60132408642423, -73.82391275320163, 40.60134034220377, -73.82380798090216, 40.60135939340419, -73.82368033619143, 40.60135572071898, -73.82360347028771, 40.60136264756436, -73.82357230556389, 40.60136573084813, -73.8235075455255, 40.60138407684652, -73.82344171135138, 40.6014136461897, -73.82338544894593, 40.60143222490161, -73.82332483536088, 40.60143866683912, -73.82323307820431, 40.601428574954625, -73.82322839408549, 40.60144894390595, -73.82298404473626, 40.601429157009576, -73.82296801826112, 40.60145403541377, -73.82292887934176, 40.60145235507487, -73.82285981662716, 40.60143621931943, -73.82277887054902, 40.60143304805271, -73.82271578229246, 40.601432154687174, -73.82270270861942, 40.60141950827216, -73.82258924649788, 40.60141307183376, -73.82258983105727, 40.60138516099494, -73.82257331640369, 40.60136605970035, -73.82252635465908, 40.60134051496763, -73.82247740303, 40.60134441967993, -73.82236804819462, 40.60134051803861, -73.82225523295836, 40.60133746103608, -73.82209012848894, 40.60133429597301, -73.82208597555757, 40.60136180865727, -73.82178249940709, 40.60132813613161, -73.82178356560485, 40.60130714116697, -73.82175418430234, 40.60130555840684, -73.82169732856983, 40.60131655926432, -73.82162277492405, 40.60132161077996, -73.82129002235526, 40.60129676887511, -73.82111959727548, 40.601277508983515, -73.82105530354956, 40.601295771478775, -73.82102817151664, 40.60132822824163, -73.82102634334044, 40.60136541613663, -73.82102969496879, 40.601391497830434, -73.82109010623496, 40.601397135516905, -73.82115529423932, 40.601408052272845, -73.82142431012709, 40.60144360453805, -73.82145818138942, 40.60145125668548, -73.8216173408106, 40.6014770264869, -73.82167746734996, 40.60148492013565, -73.82170009223356, 40.60149566246929, -73.82175015042863, 40.60150792601102, -73.82176934135863, 40.60149543939138, -73.82181241978196, 40.60147879156453, -73.82185499554281, 40.60147517802735, -73.82190429577588, 40.60148812832742, -73.82190591382931, 40.60150251400414, -73.82195046800072, 40.60150044249294, -73.82199359091561, 40.601493236661355, -73.82215126074895, 40.601496849624745, -73.82214972654079, 40.60151882904125, -73.82228864453873, 40.60152626703841, -73.8223477872735, 40.60155227555655, -73.82240489314161, 40.60156853092338, -73.82247243675249, 40.601573465689114, -73.82253622937661, 40.60156766217835, -73.82259897251978, 40.60156331315938, -73.82267287404652, 40.60156098318862, -73.82277480667165, 40.60156687766021, -73.8227931794508, 40.60157813282338, -73.8231115528259, 40.60160618112262, -73.82310907022573, 40.6016468827857, -73.82313513773974, 40.601647992727486, -73.82313712484851, 40.601632432930415, -73.82325557888494, 40.601640301133195, -73.823254440349, 40.601663355497166, -73.82328392296593, 40.601667353234426, -73.82328895839775, 40.60164191667262, -73.82347383498178, 40.60165696578143, -73.82345576610543, 40.60176307287849, -73.82347545337382, 40.601795582316456, -73.82349807375309, 40.601834099148085, -73.82353949358381, 40.601858866825445, -73.82356372116413, 40.6018749045316, -73.82360466682316, 40.60191638788305, -73.82361985006573, 40.60196244146651, -73.82362476462276, 40.60199703363012, -73.8236171216414, 40.60202743439415, -73.82359874918707, 40.60204368226506, -73.82358347592412, 40.60215779032125, -73.82356970614958, 40.60226895506862, -73.82327836102651, 40.60223184081026, -73.82327885368984, 40.602216670441585, -73.82307303424906, 40.602197869619495, -73.82307374594183, 40.6021673861795, -73.82292771498479, 40.60215199735512, -73.82286334969241, 40.60215390813665, -73.82275185733063, 40.60215047184077, -73.8225589516748, 40.602137078748356, -73.8225628856949, 40.60211763980892, -73.82238110691348, 40.60210353777379, -73.82236139986365, 40.60207951735728, -73.82233240928863, 40.602053067380965, -73.82225347409126, 40.60203897459815, -73.82210925803166, 40.60202104806224, -73.82192965472179, 40.602012259969925, -73.8218193954513, 40.60200907052259, -73.8217081645023, 40.60198925939185, -73.82170432066309, 40.60200978987754, -73.82143300908737, 40.60198749131999, -73.82142740570495, 40.602035938007134, -73.82103833104685, 40.601998635555155, -73.82103905426392, 40.60198403378454, -73.82096998634044, 40.60197817636758, -73.82096781856379, 40.60200143802761, -73.82091540567048, 40.60200494855741, -73.8209121467609, 40.602038566342856, -73.8209164864507, 40.602072005057636, -73.82096200956644, 40.60209735639376, -73.82103786997656, 40.60210144675833, -73.8211347796429, 40.60210953574191, -73.82121262389441, 40.60212505852868, -73.82131450709288, 40.602124091324015, -73.82131570966024, 40.602146233475736, -73.82138999535637, 40.602152925474655, -73.82157084035917, 40.60215919487045, -73.82156865606473, 40.6021887133558, -73.821582475248, 40.60221681314667, -73.82163499068804, 40.60222051836997, -73.82165094456417, 40.60217972778175, -73.82183025234002, 40.60218917503422, -73.82193579193697, 40.60219366922156, -73.82209788267288, 40.60224321132287, -73.82211219595793, 40.602215878262804, -73.82221563817534, 40.60222314796354, -73.82238000592125, 40.60224648524096, -73.82237900986114, 40.602268715836146, -73.82246555704441, 40.60227371689459, -73.82283384345901, 40.60229409494103, -73.82283329775872, 40.6023100684934, -73.82285853994391, 40.60231062880613, -73.82290885372373, 40.60232305793129, -73.82296060398579, 40.602348939472236, -73.82298890133032, 40.60237898221192, -73.82301008975956, 40.6024424207319, -73.82301471241017, 40.60250457030288, -73.82307977993041, 40.60250708479099, -73.82311406448237, 40.60252045090873, -73.82314473101127, 40.60256693992126, -73.8232032466282, 40.602608942134594, -73.82322817878718, 40.60264587134668, -73.82319629704577, 40.60266338882383, -73.82315901580576, 40.60268092590021, -73.82305391560114, 40.602686857078005, -73.82298810327485, 40.60269381043691, -73.82295449301758, 40.6027117367242, -73.82293410727013, 40.60275370124905, -73.82292215648474, 40.60279244048294, -73.82289369210437, 40.60282486681136, -73.82283770285993, 40.602848194137884, -73.8228221734045, 40.602838343681796, -73.82282416535075, 40.60280675457442, -73.8226720342903, 40.602799326560735, -73.82267008216101, 40.602829242553696, -73.82249626440277, 40.60282414381829, -73.8224890435936, 40.60285284046615, -73.82228070369636, 40.60284904156638, -73.82204882861193, 40.602819893024474, -73.82191795161376, 40.602808455368454, -73.82169812604324, 40.60277122457622, -73.82130427377032, 40.6027272778603, -73.82125779779327, 40.602709876806365, -73.82125711211334, 40.60269546735743, -73.82111925331468, 40.602685623566565, -73.8208986605322, 40.602663399981914, -73.82077048541693, 40.602652220977575, -73.8207530266856, 40.602676348502605, -73.8207512045809, 40.602711204041086, -73.82075162124042, 40.60274436198155, -73.82076409451815, 40.60277992601421, -73.82093773504766, 40.60279683116098, -73.82093094191394, 40.60285920887283, -73.82099127358869, 40.60286770294622, -73.82100969733241, 40.60286966506579, -73.8210173825544, 40.602840734196455, -73.82110174391207, 40.602846877442374, -73.82111066105976, 40.602824685303695, -73.82138533982817, 40.602850452362766, -73.8213842446259, 40.602866334101044, -73.82156157300705, 40.60287704392902, -73.82164793374224, 40.602889308937854, -73.82173157836272, 40.602901086987956, -73.82210340111006, 40.602931067035364, -73.82227923547597, 40.602949654827796, -73.82237258067744, 40.602966655140655, -73.82253633982248, 40.60299563933486, -73.82253440195532, 40.60301216365684, -73.82261310243334, 40.60302211437199, -73.82261763549977, 40.60298266761746, -73.82272351001126, 40.60298700130278, -73.82293086021083, 40.603013986363315, -73.822920081076, 40.603059094104744, -73.82294137029791, 40.603070325819274, -73.82294786655757, 40.60309201954072, -73.82294755388102, 40.60312794905953, -73.82293546582495, 40.60317788519529, -73.82290413308391, 40.60326001512079, -73.82286872962115, 40.60331644952045, -73.82282766396038, 40.60338860192827, -73.82277919281185, 40.60348245363053, -73.82274718447854, 40.60352031181893, -73.82272992074186, 40.603540156150515, -73.8225109389572, 40.603522223745124, -73.82218831880522, 40.60350297885636, -73.82218716066285, 40.60348577615914, -73.82209874511676, 40.603479455436194, -73.82209409317333, 40.60349332980995, -73.82192043956678, 40.60346902318809, -73.82160505385717, 40.60345167987119, -73.82160290466427, 40.603433561597704, -73.82156565381031, 40.603438526891686, -73.8213998323522, 40.60342717757286, -73.82115047345691, 40.60340928001323, -73.82106358520575, 40.60340538417998, -73.82096980003229, 40.60339505590204, -73.8207620783492, 40.603369424715694, -73.82076089578041, 40.60338742434332, -73.82067008443491, 40.603376252164985, -73.82064980386681, 40.60339208684833, -73.82063811635503, 40.603425527572995, -73.82064274989006, 40.60346259766433, -73.82067537602217, 40.60346393272262, -73.82067102551507, 40.60351591047466, -73.82076898442605, 40.60352560433211, -73.82081567804177, 40.60354043852746, -73.8208169816611, 40.60352487590582, -73.82092261348106, 40.60353363244244, -73.82092126287887, 40.603565399017974, -73.82117010491491, 40.60358281088724, -73.82126611383634, 40.603582602728494, -73.82160312055314, 40.60360922891681, -73.82172263433203, 40.603613504546225, -73.82172152889396, 40.60363589975929, -73.82178994731684, 40.60363787355564, -73.82190224043315, 40.603637024627375, -73.82189924239636, 40.60365627318059, -73.82217446180204, 40.60366233031966, -73.82242029678113, 40.60369780744015, -73.82261037266086, 40.60371557563595, -73.82260906368809, 40.60373241971408, -73.82272562492787, 40.603736333135394, -73.8227971467514, 40.60374653290087, -73.82281764160658, 40.60378603445596, -73.82284689387788, 40.60383666647219, -73.8228492728225, 40.60388989199443, -73.82282850958079, 40.60395150894506, -73.82280819174775, 40.60402157889433, -73.82277320060751, 40.604084517479265, -73.82269021737609, 40.604169642069806, -73.82263658599197, 40.604186907907206, -73.8225559444233, 40.60418972003919, -73.82248748685421, 40.604188917320265, -73.82248637952068, 40.60420945205405, -73.82234583472325, 40.60420118150904, -73.82208915371908, 40.60417376514301, -73.82188796692505, 40.60416659154191, -73.82174095859011, 40.6041519759558, -73.82165004229934, 40.604142044412995, -73.8215402547111, 40.60412949178972, -73.82151959138699, 40.60411701086199, -73.82135498579851, 40.60411118448131, -73.82132870018815, 40.604100714654756, -73.8213246389301, 40.604123812179154, -73.8210977686711, 40.60410113617024, -73.82092341235705, 40.604084192335506, -73.82087668992223, 40.60407994920075, -73.82064353836982, 40.6040570706933, -73.82057241573607, 40.604046049833926, -73.82051714889167, 40.60405576484001, -73.8205091240506, 40.60409442620281, -73.82050809469551, 40.60411517536508, -73.8204745808862, 40.604123522205754, -73.82047095824316, 40.60414509039556, -73.82049688418763, 40.6041587729256, -73.82054132582769, 40.60417198997502, -73.82063147096328, 40.60418569348568, -73.82063026367724, 40.604203199585, -73.82072366893912, 40.60420889074793, -73.82089744061015, 40.60423202507495, -73.82116014464515, 40.604262571088434, -73.82124685474108, 40.60427958810131, -73.82124961578953, 40.60426332353319, -73.82135337014333, 40.60427166431147, -73.8213516439771, 40.604287545967004, -73.8215137037107, 40.60429518025186, -73.82154640541219, 40.60429713383925, -73.82161895117642, 40.604301465412235, -73.82161784199124, 40.604323919151035, -73.82167984072699, 40.60433208225316, -73.82169213152892, 40.60430089277097, -73.82187412712518, 40.60430943188352, -73.82187255766155, 40.60434456698729, -73.82192818385164, 40.60434676671607, -73.82195823564953, 40.60434996780852, -73.82196104103565, 40.60432365885049, -73.82206099811417, 40.60433600403995, -73.82206093055247, 40.60436135367871, -73.82213943206258, 40.60436628668824, -73.8222444867786, 40.60435938280705, -73.82224254614023, 40.60437734975675, -73.82250026501974, 40.6043942312536, -73.82250319208805, 40.60435007138877, -73.822598064772, 40.60435591007932, -73.82279225488843, 40.60436855133536, -73.82277228683868, 40.604540466544655, -73.82280289938791, 40.604577282129114, -73.82284753122758, 40.60461394011087, -73.82288872336575, 40.60465739893265, -73.82291965942832, 40.604711271803225, -73.8229159050241, 40.6047551836585, -73.82287393962737, 40.604786271708015, -73.82284734682182, 40.60480544519559, -73.82281234676202, 40.60493615718644, -73.82269828054032, 40.604926703181505, -73.8226950634113, 40.604949322074866, -73.8224341777571, 40.60493749076604, -73.82238491432693, 40.604936358331, -73.82238432340449, 40.604915098755114, -73.82224490966775, 40.60490393105174, -73.8220046348417, 40.60487441013723, -73.82180146309854, 40.60485581467384, -73.82179552808402, 40.60487137282491, -73.8216081294295, 40.60484763697161, -73.82143194607762, 40.604836246407785, -73.82117920737375, 40.604822349199466, -73.82118035051451, 40.60479874554976, -73.82108655104807, 40.6047921320097, -73.82108308091978, 40.604811960642735, -73.82105197661836, 40.60481213374661, -73.82089325460346, 40.60479264051482, -73.82089404153434, 40.60475959702289, -73.82077468869437, 40.60474964118319, -73.82073397376439, 40.60474808461648, -73.82073178912736, 40.60477712129833, -73.82054408441114, 40.60476506842751, -73.8204623336191, 40.60475475762922, -73.82038472205129, 40.604768491822334, -73.82038514821443, 40.604797175970546, -73.82042699052917, 40.604812722257435, -73.82044161431742, 40.60483865587457, -73.82043710570656, 40.604868045527425, -73.82046099158187, 40.60489133256449, -73.82050097335298, 40.604902374199646, -73.82050500928561, 40.60491738592971, -73.82052012076393, 40.60493377564724, -73.82068535991952, 40.604942872209186, -73.82068889822897, 40.60492629908786, -73.82106528284287, 40.60494930962875, -73.82106452024956, 40.60496492712475, -73.82123195992014, 40.60497301143624, -73.82132188945582, 40.604988263868314, -73.8213205856069, 40.605003504105476, -73.8213539527544, 40.60500770288653, -73.82143259638208, 40.60501100935203, -73.82148819292851, 40.60502759151072, -73.82158222454281, 40.60503545771107, -73.8215862865182, 40.60501075274604, -73.82176370325483, 40.60502414774975, -73.82214136283773, 40.60504125741165, -73.8221395780984, 40.605062335008476, -73.82221323625247, 40.605072549246245, -73.82232911545478, 40.60509076232649, -73.82232491149142, 40.6051205289412, -73.82234513375671, 40.60511999197075, -73.82241086330066, 40.60513175893598, -73.8224493933548, 40.60513305308266, -73.82247989918844, 40.605146494593804, -73.8225055585895, 40.60518029485555, -73.82252547911698, 40.60525904849533, -73.82255466863975, 40.6053334489021, -73.82255143497322, 40.60539871656472, -73.82252121589946, 40.60545425202449, -73.82247950000267, 40.60549969646179, -73.82243253660926, 40.60554032848327, -73.82236025866182, 40.60555427036544, -73.82232863878461, 40.60555402967809, -73.82232729072672, 40.60557708460117, -73.82222909814725, 40.60557139724667, -73.82222381330848, 40.60560415192296, -73.82193849290721, 40.60558488659574, -73.82193305558528, 40.605570653500436, -73.82185896985023, 40.605565511071376, -73.8218605040225, 40.60554273020116, -73.82177310105925, 40.60553672868745, -73.82176858364063, 40.605556784448424, -73.82160091720658, 40.605542787731274, -73.82142689201213, 40.605528257685656, -73.82133825754804, 40.60552902406461, -73.82121855635283, 40.60552639750938, -73.82121901393188, 40.60551259949721, -73.82097373056563, 40.60550048476862, -73.82097481956448, 40.60548652834814, -73.82089167809016, 40.605480269848776, -73.82068740682453, 40.60548379297056, -73.8206874464707, 40.60546903164841, -73.8205922692962, 40.6054638545942, -73.82058786294763, 40.6054833386503, -73.8202955246558, 40.60546425820363, -73.82028599810744, 40.605508940800746, -73.82029661346917, 40.60553865486866, -73.82033987022658, 40.605563537324834, -73.82040815944063, 40.60557429364519, -73.82041610499716, 40.60555289611027, -73.82052419659905, 40.6055602628391, -73.82052202984593, 40.60558304270432, -73.82058158716791, 40.605593036950424, -73.82063767950999, 40.60561252898454, -73.82069480007416, 40.60563808942317, -73.82075840424288, 40.60566349695001, -73.82087007935831, 40.60566482372645, -73.82086847926651, 40.6056970734871, -73.82092002255307, 40.60569948526502, -73.82096671382777, 40.605701672435686, -73.8209710837429, 40.605682520602116, -73.82110348015, 40.605692937794245, -73.82110715702355, 40.60567798401854, -73.82130974207307, 40.60569194569742, -73.8213073507779, 40.60571969791911, -73.82136273150871, 40.605723972344364, -73.82148984111194, 40.60574437218364, -73.82156016048123, 40.605744561526066, -73.82165149850174, 40.605754009307745, -73.82165671883367, 40.6057264929036, -73.82169944251223, 40.60573089160961, -73.82202256082378, 40.605756066768336, -73.82202561952954, 40.605770371819844, -73.82204708584639, 40.605772170985226, -73.82208503931145, 40.60578468308387, -73.82210393690713, 40.60577496776941, -73.82218138971109, 40.6057798910191, -73.82218712919295, 40.605756117070094, -73.82229330856451, 40.60576341703967, -73.82247576864775, 40.60579209431957, -73.82247418066909, 40.60580674878897, -73.82256425483561, 40.60580589910693, -73.82278265481688, 40.605798351983815, -73.82290558073396, 40.605841615303554, -73.82272636067475, 40.606062816486464, -73.82268107021609, 40.60610874986862, -73.82258948056541, 40.60620665213188, -73.82246164041766, 40.60635165514804, -73.82242675891963, 40.60639944337641, -73.82239283556375, 40.6064259329912, -73.82235428085738, 40.60643273539601, -73.82231425334176, 40.606439754338226, -73.82225392343497, 40.60644174756711, -73.82219534795087, 40.606447805740174, -73.82213137614265, 40.606479189060956, -73.82207536715752, 40.6064984762336, -73.82200809515417, 40.606521433581115, -73.82193089547015, 40.60652938269211, -73.821847704425, 40.606529225857436, -73.82178625257103, 40.606546916829494, -73.82175168213624, 40.606559407513785, -73.82170172397828, 40.606561801061176, -73.8216659624058, 40.60656105847929, -73.82155959254645, 40.606720065425314, -73.82153053141917, 40.606743240302805, -73.82145190035236, 40.60676849133014, -73.82139652487731, 40.606800351365344, -73.82133196127502, 40.60684111677679, -73.82130863550918, 40.60685584459765, -73.82126553561713, 40.60688976063824, -73.82124085735836, 40.60690917987072, -73.82117647384291, 40.60695939286712, -73.82114068017735, 40.607038030320396, -73.8211592976782, 40.60706336760389, -73.82118108562294, 40.60709301521984, -73.8212670172391, 40.60714620772685, -73.82118197654819, 40.607230642713375, -73.82114078889221, 40.607252810750296, -73.82119717750882, 40.60728358472507, -73.82111696047964, 40.607369071773995, -73.82104448322838, 40.60732119878576, -73.82100872760198, 40.607354227441476, -73.82104483882773, 40.60739086563802, -73.8210708756992, 40.60741657739747, -73.82105153875692, 40.60745464123727, -73.82102512811683, 40.60748636968265, -73.82096803081744, 40.60755151558013, -73.82095386154154, 40.60754085202242, -73.82089832904404, 40.607592596931305, -73.82085433901727, 40.60757092661755, -73.82081901132914, 40.60761744121985, -73.8208506777422, 40.60764209288332, -73.82080038271451, 40.60769219795005, -73.82089603911706, 40.607762612193895, -73.8208503063687, 40.6078117491243, -73.8207548661793, 40.607929689566866, -73.82077933600183, 40.607952455135866, -73.82070489885143, 40.608025734404855, -73.8206615587709, 40.60799911575566, -73.82064876076316, 40.6080106332924, -73.82066365445594, 40.608033593764546, -73.82061700916223, 40.60808273097855, -73.82065578606405, 40.60810975676491, -73.82057409185897, 40.60820171949106, -73.82050431535635, 40.60817005260067, -73.82049206504874, 40.60818087667161, -73.82055397713894, 40.60821947973016, -73.82046187072481, 40.60831573422357, -73.82052177305847, 40.60835081041128, -73.82050540417002, 40.60836716537064, -73.82049200657667, 40.60838367265406, -73.82049674835751, 40.60839728156521, -73.82049318681648, 40.60841405905777, -73.82047811849607, 40.60843933122611, -73.82046725202977, 40.60845182162288, -73.82045419172094, 40.60846416810995, -73.82043908333054, 40.608476212422204, -73.82042208907737, 40.60848782783847, -73.82040349780473, 40.60849881579351, -73.820372064647, 40.60849014416178, -73.8203532733694, 40.60849641575509, -73.82034208576849, 40.60851274907198, -73.82030552327353, 40.60854403373251, -73.82028706489984, 40.608551289207014, -73.82027122194654, 40.60856975308047, -73.82026220441493, 40.60859504818961, -73.82025412998958, 40.60862378117013, -73.82024466209056, 40.60863597205751, -73.8202102146289, 40.608655818845584, -73.82018092364056, 40.608673037858594, -73.82016845594227, 40.60868423797344, -73.82014663546639, 40.60872716600123, -73.82012702993369, 40.608762836571024, -73.82011169337969, 40.60879636336887, -73.82011159917751, 40.60881290583601, -73.82012451585425, 40.60886137150721, -73.82008231517595, 40.60885950350949, -73.82003987676521, 40.60885070829823, -73.82000323344016, 40.608843045999826, -73.81991909200771, 40.608943148757426, -73.8199152344853, 40.6089574484279, -73.81991765463944, 40.60897488635223, -73.81993008690017, 40.609002268232615, -73.8199508268899, 40.60902182316924, -73.81995932645246, 40.60903530741234, -73.81994832155182, 40.60906575758074, -73.81993200734307, 40.6091055306534, -73.81992681669776, 40.609125622202825, -73.81992627043958, 40.60914897101712, -73.81993210168442, 40.60916474021195, -73.8199472752521, 40.609181194931466, -73.81996651749596, 40.60919663032589, -73.81993345065946, 40.609250760315774, -73.81990570875033, 40.60929457954247, -73.81991022178781, 40.60933120189275, -73.81992701163966, 40.60938233559916, -73.81995105513955, 40.6094414692081, -73.81995121486811, 40.60948870821047, -73.81994316475668, 40.60954908019142, -73.81991331449876, 40.60962671166702, -73.81993961081442, 40.60966460366051, -73.81992501183917, 40.60969661240353, -73.81990949373439, 40.60973424707461, -73.8198853816578, 40.60978109053596, -73.81984591611412, 40.609831670513856, -73.81981055403641, 40.60988321776935, -73.81976561075953, 40.60993452936205, -73.81971626790806, 40.60997502055279, -73.81962678264576, 40.609996782688306, -73.81959981598959, 40.6100062661025, -73.8196081500073, 40.61002724786713, -73.81962778582032, 40.61003790125518, -73.81962693294494, 40.61007410455477, -73.81960702844512, 40.61009597584472, -73.81957801940766, 40.610128375266214, -73.81955299139408, 40.610153724429864, -73.81951561539297, 40.61019129771385, -73.81950259075099, 40.610252320131615, -73.81948375767908, 40.610251110870216, -73.8194623867384, 40.610349423450344, -73.81948006072408, 40.6103558521287, -73.81948400747744, 40.610394704198754, -73.81948130411696, 40.61042608859153, -73.8194736235165, 40.61048245468709, -73.81946821138574, 40.61051007604087, -73.8194639902205, 40.61053162343465, -73.81945956418357, 40.61055420971023, -73.81945582760152, 40.61058183009298, -73.81945324482682, 40.61061318495664, -73.81945783309922, 40.61064159106432, -73.81945428509819, 40.61065540582133, -73.81944304526563, 40.61066680680028, -73.81943278066944, 40.61068155835607, -73.81943419279365, 40.61069813380387, -73.81944426706049, 40.61071050210647, -73.81944660843757, 40.610729083578484, -73.81943187213217, 40.61073742448916, -73.8193293611391, 40.61083669107313, -73.81929603592162, 40.61085264098397, -73.81930133574872, 40.61087702287714, -73.8194169550892, 40.61086106630557, -73.81949000245491, 40.610978767763235, -73.81951770237178, 40.610968760521445, -73.81953707758827, 40.610963135657045, -73.81955498939878, 40.61095989307741, -73.8195866691985, 40.61096033003129, -73.81961333503149, 40.61096654947194, -73.81962848222462, 40.610974082705376, -73.81964847175337, 40.610991688682546, -73.81967850713595, 40.61101078367247, -73.81969978652297, 40.611021144253485, -73.81972044586973, 40.611028762665484, -73.81974067288859, 40.611033700438725, -73.81976696036851, 40.611036518874734, -73.81981929566491, 40.61103726461151, -73.81984089350311, 40.61103866095723, -73.81986919343129, 40.61104231640855, -73.81988740417096, 40.611047406786625, -73.81990083908092, 40.61105805491216, -73.81990811631945, 40.61107663690343, -73.81990957262207, 40.61109352759687, -73.81990626227085, 40.61110863048761, -73.81989344173236, 40.611133485551214, -73.81988801527638, 40.61115025649659, -73.81989409537609, 40.61117808768725, -73.81990471260157, 40.61119949625096, -73.81992589640782, 40.611230431793366, -73.81993529835724, 40.611244163291325, -73.81994531779539, 40.611261152948, -73.81995330852367, 40.61127851674527, -73.8199643352775, 40.61130494456029, -73.81997262306528, 40.611326082913926, -73.81998308178683, 40.6113537048316, -73.81998923151794, 40.611373701574166, -73.8199908889717, 40.61140364836565, -73.81998827428814, 40.611452614719596, -73.81998828263583, 40.61148895804574, -73.8199882862264, 40.61150296388774, -73.81998829608881, 40.6115378690806, -73.81998788791907, 40.611621314517016, -73.819987814062, 40.6116364341847, -73.81999060355164, 40.61165542338182, -73.82000038765803, 40.61166856472902, -73.82004310200955, 40.61167735587902, -73.820104697466, 40.611686353067434, -73.82018175278769, 40.61169568959242, -73.82021443717645, 40.61170101598373, -73.82022937839409, 40.61171579352335, -73.8202305100386, 40.61173041528598, -73.82022699268629, 40.61174648952557, -73.82020766327155, 40.61179603128888, -73.8201989160001, 40.611810313410615, -73.8202041103794, 40.6118239815708, -73.82025857550326, 40.611827412195865, -73.82035951722207, 40.61183403755415, -73.82043408384506, 40.61180264386273, -73.82044548274044, 40.61185644271025, -73.82048581639435, 40.61190516097139, -73.82050793028658, 40.61194897983888, -73.82043398369163, 40.611973863764625, -73.82034558487146, 40.61200507104153, -73.82032831164786, 40.612012431934126, -73.82031174351076, 40.61202387779854, -73.82030638731932, 40.61203782393099, -73.8203262755795, 40.61205284873015, -73.82032744093453, 40.612095347136496, -73.82031413181942, 40.61214278389807, -73.82046395915071, 40.61209105963618, -73.8205453198773, 40.612212011669094, -73.82052155466938, 40.61222284928026, -73.82053769943356, 40.612273510899826, -73.82054981306355, 40.61228435590031, -73.8205737607924, 40.612297062743565, -73.82062926389591, 40.612317617357746, -73.82064819474375, 40.612323122077854, -73.82066574183692, 40.61232687762117, -73.82069868168139, 40.61233225290071, -73.82077356342631, 40.61234516251402, -73.82081110746275, 40.61235831105098, -73.82082959861731, 40.61236254711927, -73.82084910484417, 40.6123610520369, -73.82085884389438, 40.61234837164168, -73.82084436668185, 40.61232658973974, -73.8208391092352, 40.61230905916777, -73.82084025488295, 40.61229430048015, -73.82085730401887, 40.612284143938034, -73.8208747452986, 40.612290342403575, -73.82088336137076, 40.612304668743526, -73.82089796219606, 40.61231517448365, -73.82091900605667, 40.612316649909275, -73.82092573846714, 40.61230546419497, -73.82092730481676, 40.61228496082485, -73.82092391902434, 40.61225292484569, -73.82092561296787, 40.61223463335891, -73.82093413335002, 40.612217674474614, -73.82095078028745, 40.612198414805, -73.82096424225625, 40.61217753373321, -73.82097674157458, 40.61211507941394, -73.82099184284725, 40.6120583681786, -73.82098644286401, 40.612028767680215, -73.82098735260793, 40.6120142760787, -73.82102757007283, 40.61199147802711, -73.82106118287044, 40.61197409983392, -73.82107963297148, 40.611963639261766, -73.82109632369703, 40.611952252011605, -73.82110530726739, 40.61193703544686, -73.82110389217296, 40.61190993920656, -73.82109050564038, 40.611851563574994, -73.82109211420055, 40.61182057817877, -73.82108411142596, 40.611796111117336, -73.82107576982587, 40.61178167085246, -73.82104388566715, 40.61173609887346, -73.82101133848609, 40.61169984086387, -73.82100336753174, 40.611686879829655, -73.82100047560711, 40.61167293342748, -73.82100591379134, 40.61164993713288, -73.8210138350336, 40.61163295839784, -73.82103827886026, 40.61158397468185, -73.82106204634782, 40.61153161294589, -73.82107059291211, 40.61151497918008, -73.82108009925267, 40.611499563514364, -73.82109055826263, 40.61148537224104, -73.8211019675521, 40.61147241526196, -73.82113545466527, 40.611461707926246, -73.82115465420782, 40.6114488819332, -73.82117911468163, 40.6114187641719, -73.82118014888216, 40.61139131783601, -73.82118477645592, 40.611375789210165, -73.82120386956383, 40.61136783577392, -73.82122532535769, 40.61136452100178, -73.82126050765201, 40.6113482294207, -73.82127504400644, 40.61133906488725, -73.82128990417043, 40.611324587768905, -73.821297274089, 40.61130914444924, -73.82130463198912, 40.611271261875004, -73.82130778917282, 40.611222326952884, -73.82130891034348, 40.61118620691165, -73.82130835657205, 40.61115779724718, -73.82130441439315, 40.61113403892003, -73.82129206592293, 40.61109486137326, -73.82128691986851, 40.61108161838353, -73.8212700961249, 40.61104656727714, -73.82126505614961, 40.61102592485255, -73.82127383312249, 40.61098850825525, -73.82127784159549, 40.61095748336039, -73.82127691813047, 40.61094093661242, -73.82127292718742, 40.61092304331521, -73.82126616398233, 40.61090343561357, -73.8212352407079, 40.61083582937522, -73.82121178133254, 40.610786084008026, -73.8211997935802, 40.61076536143245, -73.82118714498813, 40.610746519920944, -73.82116945379343, 40.61072744813347, -73.82114526389269, 40.61071003400005, -73.82111494910626, 40.61069456176322, -73.8210795596346, 40.61068157516785, -73.82104888077481, 40.61067321467895, -73.82098248933896, 40.610658245459184, -73.82095398069745, 40.61065094103656, -73.82088349788485, 40.610629148425645, -73.82080630070078, 40.610601770164735, -73.82077190609463, 40.61058841040773, -73.82074519608204, 40.61057665745152, -73.8207236815176, 40.61056542138819, -73.82070759852805, 40.610554775531455, -73.82069353490536, 40.61053974907562, -73.82069190435354, 40.61052607298751, -73.82071662029851, 40.61050285823106, -73.82075708597078, 40.61047753108925, -73.82077277108509, 40.610466481813944, -73.82082804336682, 40.610420602579445, -73.82085423792246, 40.61040117319621, -73.82087295207342, 40.61038991880623, -73.82089421594472, 40.61037963194618, -73.82091805320263, 40.61037030004415, -73.82094452653836, 40.61036189888204, -73.82098068150577, 40.610352855411314, -73.82100073859316, 40.610351057685484, -73.82102016314252, 40.610353362655516, -73.8210507656194, 40.6103619499655, -73.82107663129256, 40.61036511774929, -73.82111780239433, 40.61036131768572, -73.82115257430073, 40.610337916767804, -73.8211790331913, 40.61032827550882, -73.82120317543358, 40.61033652313598, -73.82122509786332, 40.610349450926726, -73.82124553494126, 40.61035621952606, -73.82129897247215, 40.61035509051435, -73.82131704220627, 40.610356324406766, -73.82132858830457, 40.61036721707366, -73.82132837342365, 40.610381279310104, -73.82132620119313, 40.61039687839864, -73.82131324587264, 40.610447615349486, -73.8212960308571, 40.610515084601325, -73.82129380091142, 40.610531934426035, -73.82129417240691, 40.610550742430696, -73.82129682081427, 40.61057091106375, -73.82130353146741, 40.61060572761883, -73.82131276354615, 40.61064635466677, -73.82132419483912, 40.610677644005385, -73.82133129643907, 40.61069134299696, -73.82133936096112, 40.61070376023927, -73.82135860602916, 40.6107250479016, -73.8213797232703, 40.61074175210543, -73.82139912384586, 40.61075262365094, -73.82141719829465, 40.61075787837073, -73.82144431190602, 40.61075487672493, -73.82146165870849, 40.61074590384221, -73.82147033200556, 40.610733060544604, -73.82147650378086, 40.6107100518575, -73.82147466176913, 40.61069496883532, -73.82144521349147, 40.610655917831906, -73.82142125198646, 40.610613622655585, -73.82141284526075, 40.610594402335, -73.82140773576636, 40.61057633260248, -73.8214063728072, 40.61055974825063, -73.82140856185384, 40.61052239885012, -73.82141344391312, 40.61047486241255, -73.82142184733868, 40.61040298940271, -73.82142834345026, 40.610330728905154, -73.82143382824813, 40.610259728468684, -73.82144038366071, 40.61024215593665, -73.82145644827398, 40.61022390117073, -73.82147863517606, 40.61020465633077, -73.82149311568982, 40.61019638500142, -73.82151426311518, 40.61019114257698, -73.82153525804057, 40.6101885771674, -73.82158384456193, 40.61018446156051, -73.82162540762577, 40.61018294655109, -73.8216621629912, 40.61018395633862, -73.82169422285381, 40.610187514515374, -73.82172193677476, 40.61019369727139, -73.82174505190567, 40.61020249791407, -73.82176358715105, 40.61021391737594, -73.82177754132667, 40.61022795655794, -73.82182612062444, 40.61029783232736, -73.82190879165017, 40.61041406580573, -73.8219212485642, 40.61042641056694, -73.82195447068624, 40.61044835735411, -73.8219669828031, 40.610459060542, -73.82197556582084, 40.61047160191461, -73.82198631818616, 40.61049660088201, -73.82199777730321, 40.61051401853754, -73.82201328991634, 40.61052238950926, -73.82203333471337, 40.61051634561736, -73.82205041462797, 40.61050637265184, -73.8220775572046, 40.61048846364078, -73.82213319769394, 40.610445531762494, -73.82215816200144, 40.610429575297964, -73.82218309340098, 40.61041709659768, -73.82220483785744, 40.61040952621691, -73.82222445390835, 40.61040649928172, -73.8222725709944, 40.61041630924872, -73.82230446748693, 40.6104271387271, -73.82234686350631, 40.61044613506049, -73.82236412834573, 40.6104523465369, -73.82238383237885, 40.61044645334518, -73.82240181451554, 40.61043577030829, -73.82242046981222, 40.61043322003304, -73.82244439299357, 40.61045326301386, -73.82246821095964, 40.61047644054836, -73.82249970639175, 40.61051014084065, -73.82251972085089, 40.61053371322341, -73.82254017077484, 40.61056016794911, -73.82258942640095, 40.610631161084896, -73.82260167888788, 40.610651129285415, -73.82260934173635, 40.61066804933468, -73.82261314438699, 40.610683558610006, -73.82261309218282, 40.61069786874296, -73.82260418825851, 40.610754452881814, -73.82259688489528, 40.61079256615812, -73.82260032457278, 40.61080860077903, -73.82261627265967, 40.610829240167796, -73.82262940376006, 40.61083919410235, -73.82264678490537, 40.6108457082911, -73.82266503859398, 40.61084714487283, -73.82268363093799, 40.61083986310908, -73.82269742573436, 40.61082549673057, -73.82270237308231, 40.61080643038117, -73.82270490150474, 40.61077539234777, -73.82272603571317, 40.61068571933078, -73.8227338847798, 40.610650323765945, -73.82273892467704, 40.6106195345469, -73.82273767417438, 40.61060007951699, -73.82272891710679, 40.61057915496311, -73.82271475785433, 40.610558584987224, -73.82268005912044, 40.61051678771128, -73.8226580501318, 40.610493170855115, -73.82260167942086, 40.610444158443286, -73.82259028725024, 40.610432174708215, -73.82257597889648, 40.610412158306445, -73.82256544482382, 40.6103831965287, -73.82256286955334, 40.610361154949764, -73.82256391462454, 40.61033740076123, -73.8225702328424, 40.61031159881825, -73.82258213426806, 40.61028934815122, -73.82259818696257, 40.610273241856234, -73.82261773843368, 40.610263812934896, -73.82264291399905, 40.61026078100006, -73.82267199526594, 40.6102642631665, -73.82269106230429, 40.610269942463525, -73.82270772288558, 40.61027765142692, -73.82272608311519, 40.61029186118461, -73.82273456646459, 40.610307718073244, -73.82273671635176, 40.61032399384289, -73.82273869661346, 40.61036009616991, -73.82274094208695, 40.61037508523917, -73.82274843622004, 40.61041015596476, -73.82275682097969, 40.61043066480221, -73.82276946941322, 40.61044169860479, -73.8227918968589, 40.61044834842714, -73.8228145662807, 40.6104497548717, -73.82283271763416, 40.610447859333505, -73.82285315327289, 40.61044054796458, -73.8228702928697, 40.610428513671785, -73.8229322350293, 40.61043614468845, -73.82295986546403, 40.61044403711045, -73.82298337047477, 40.610454736406815, -73.8230001922926, 40.610468067542, -73.82301399738535, 40.610489430298415, -73.82302106240414, 40.610516159699245, -73.82302699391845, 40.61056752656863, -73.82302814786495, 40.61060114937753, -73.82302217464972, 40.61065733012402, -73.82302128913166, 40.61067489166363, -73.82302287588836, 40.61076945353996, -73.82302663372532, 40.610846479269036, -73.82303158103053, 40.61086795715877, -73.82304264394922, 40.610889199521274, -73.82305900421721, 40.61090863998598, -73.82307936967649, 40.61092473216456, -73.82309892039487, 40.610936145768434, -73.82311673957744, 40.610944157229554, -73.82313371948563, 40.610949165052354, -73.82316252042568, 40.610951090558636, -73.82319177982681, 40.610949453392934, -73.82321829743637, 40.61095108450398, -73.82323554457402, 40.61095558212609, -73.82325141841726, 40.610967753693004, -73.82326635216847, 40.61099179180643, -73.82327631844919, 40.61101577635381, -73.82328826256008, 40.61104744270153, -73.82329904316559, 40.611084760743346, -73.82330200605166, 40.61110287301684, -73.82330359101466, 40.611140676711756, -73.82330548034207, 40.61115679447705, -73.82331091981736, 40.61117674672385, -73.82332001382319, 40.611197259310025, -73.82333275177845, 40.61121831330749, -73.82334912900332, 40.611239892498375, -73.8233654596375, 40.611256308015896, -73.8233861923886, 40.61127165056795, -73.8234111562635, 40.61128579021413, -73.82343995129658, 40.611298495803446, -73.82347742960295, 40.6113118991186, -73.82356096614878, 40.61133872698742, -73.82359421645968, 40.6113508288221, -73.823638309731, 40.61136958503997, -73.82365417121932, 40.61137799954926, -73.82367091710802, 40.61138934751618, -73.82368421897374, 40.611427805848024, -73.82369118587302, 40.61144261032758, -73.82370834514431, 40.611452698190746, -73.82374769835809, 40.611456896444565, -73.82376729937089, 40.61146189378402, -73.82378990763637, 40.61148705483963, -73.82380488254545, 40.611512629236756, -73.82381907265301, 40.61155618767543, -73.82382540581055, 40.61156980788797, -73.82384075416557, 40.61157746604588, -73.8238672475506, 40.61157852603797, -73.82388741847475, 40.61158295780109, -73.82390502450349, 40.611599306755416, -73.82391927289743, 40.611614975171236, -73.82393275473993, 40.61163186081872, -73.82394545471477, 40.611649946564825, -73.82397205186028, 40.61169053875262, -73.82397922477051, 40.611704328640194, -73.82398708489936, 40.61172996325863, -73.823989775599, 40.61175682637891, -73.82400090680653, 40.61180253686241, -73.82401180664111, 40.61182396078488, -73.82402419749386, 40.611836062073, -73.82405099583112, 40.61185326976776, -73.82409604765118, 40.61188736228217, -73.82410974520414, 40.61189910625199, -73.82412149959556, 40.61191239344488, -73.8241287048564, 40.61192558632552, -73.82413042288242, 40.61194087623287, -73.82412473290906, 40.61196789672509, -73.82412515263069, 40.61204226255733, -73.82412868130058, 40.612066394768746, -73.8241386756787, 40.61210456251822, -73.82414496294797, 40.612123086890215, -73.82415346194433, 40.61213950021744, -73.82416403035943, 40.61215354743367, -73.8241765857762, 40.6121651149465, -73.82420141810307, 40.6121773469101, -73.82427104172294, 40.612192585761086, -73.82429276962907, 40.61220086056336, -73.82432610009322, 40.61222357947292, -73.82434214241273, 40.61223972425171, -73.8243608552836, 40.61226530698776, -73.82436623684104, 40.61227868257392, -73.82436528249197, 40.612329268894364, -73.82436859712169, 40.61238359260417, -73.8243735394625, 40.61241839366163, -73.82437783710489, 40.612433695610534, -73.82438340925766, 40.61244784413552, -73.82439493123837, 40.61246284193811, -73.82441436218407, 40.612476470418905, -73.824437605476, 40.61248594970635, -73.8244600075978, 40.61248952207495, -73.82447886815375, 40.61248684390452, -73.82449019816929, 40.612474639307344, -73.82449315553484, 40.612460838805966, -73.82451662018728, 40.61245264114979, -73.82453468639031, 40.61245186005986, -73.82455303325823, 40.612462536749184, -73.82457113011935, 40.6124896602052, -73.82458692909125, 40.61251976358413, -73.82459556032107, 40.61254077785133, -73.82460279407827, 40.612566123301775, -73.82461149092782, 40.61260489327865, -73.82462076212497, 40.61264859359358, -73.82462466225599, 40.61267759548227, -73.82463555800378, 40.612820808759366, -73.82464517092588, 40.61294631489532, -73.8246497995749, 40.612964750257255, -73.82466090157789, 40.61298403748256, -73.8246735214342, 40.61299950700378, -73.8247068699233, 40.613034463033436, -73.82472039004037, 40.61305045802663, -73.82491805283269, 40.613311789335604, -73.82495543851772, 40.61336691684945, -73.82497259824665, 40.613388809475786, -73.82499576761391, 40.61339959339394, -73.82502692832712, 40.61340556807279, -73.82505652903679, 40.613426493551074, -73.82506953710971, 40.61344224278075, -73.8250809825308, 40.6134599752839, -73.82509078645059, 40.613479567569335, -73.82510812565, 40.613520036433506, -73.82511882757021, 40.61354868754151, -73.82512641375978, 40.61357494211972, -73.82513085017162, 40.61359916482868, -73.82513410946868, 40.613633822806385, -73.8251347827097, 40.613665071973, -73.82513057590364, 40.61373092981323, -73.82513094993993, 40.61374738293435, -73.82513357002637, 40.613763967346515, -73.82513837157792, 40.61377917457567, -73.82514532647126, 40.613792914526435, -73.82515986682884, 40.61380748639113, -73.82518174647232, 40.613818978821875, -73.82522139372024, 40.613835107141384, -73.82523991521292, 40.61384562098964, -73.82530057481898, 40.6138854298555, -73.82532347959972, 40.61390257910031, -73.82534301549263, 40.61392239687399, -73.82535477379425, 40.61394254952893, -73.82537713741272, 40.61399989547754, -73.82539878211195, 40.61405562028889, -73.82540866901225, 40.614074277929134, -73.82543279116331, 40.61410809677707, -73.82545447445682, 40.61413915001306, -73.82547277845316, 40.614159678206946, -73.8254915669326, 40.6141743393269, -73.8255160297966, 40.61418769699558, -73.82554304944229, 40.614198955818765, -73.82560336782062, 40.61422075535031, -73.82564819624795, 40.61422999337763, -73.82566651472567, 40.614235054183176, -73.82571793842267, 40.61428993437584, -73.82575229512587, 40.61433340966922, -73.82576512595546, 40.6143443047319, -73.82578214146383, 40.61435192643165, -73.82581384711376, 40.614353050605644, -73.8258335053291, 40.614358248493026, -73.82585209298227, 40.61436931346188, -73.82587462186504, 40.614377564861314, -73.82589528721984, 40.61437901628798, -73.8259130790456, 40.61436763901456, -73.82592936512535, 40.614350014332835, -73.82595642157139, 40.61432681461097, -73.82597273875982, 40.61431538016362, -73.82600068588056, 40.61431586913039, -73.82602712510476, 40.61430866804538, -73.8260397817423, 40.614297544131745, -73.82605907713727, 40.614245162006185, -73.8260713287876, 40.61420170150473, -73.826072252524, 40.614166913906836, -73.82607697668116, 40.61415295754881, -73.8261028473288, 40.61414534404717, -73.82613918276388, 40.61414511174411, -73.82615819299079, 40.614142742403715, -73.82619767294045, 40.61410755474276, -73.82621251287173, 40.61409386672066, -73.82622431919663, 40.614082973835885, -73.82624277729444, 40.61407979497733, -73.82626954281524, 40.61408520435026, -73.82628794273161, 40.61408349414917, -73.8262980532461, 40.6140703545913, -73.82630597188135, 40.61405578709343, -73.82631706263753, 40.614039682693075, -73.82632076808362, 40.61402528352948, -73.82630927601292, 40.61400397060241, -73.82629927249073, 40.61398644211916, -73.82630208713009, 40.6139565292045, -73.82630761393706, 40.6139306331175, -73.82631531780696, 40.61391049195878, -73.82632940802638, 40.61389743135354, -73.8263511442787, 40.61389281479294, -73.82712537498548, 40.61341973497721, -73.82714081274452, 40.61341645057355, -73.82716792628572, 40.613424289871865, -73.82719991476883, 40.613440158349555, -73.8272528065267, 40.613467276047295, -73.82727167848185, 40.61347578282959, -73.82729028376266, 40.6134827718272, -73.8273193376332, 40.6134901709478, -73.8273404139503, 40.61349117337166, -73.82738314243552, 40.61348526707919, -73.82742717114766, 40.6134842417555, -73.82745562604475, 40.613487477725954, -73.82747528477078, 40.613492428590696, -73.82749371175672, 40.61350028809327, -73.82750940084736, 40.61351040829922, -73.82752130565038, 40.61352210684432, -73.82753017772204, 40.61355642106997, -73.82757292650588, 40.6136172362722, -73.82758727552975, 40.61363333212743, -73.8276004065446, 40.61364519189592, -73.82762672109276, 40.613649950999815, -73.82764538630256, 40.61364795011061, -73.82767397714551, 40.613642499787865, -73.82773843151614, 40.6136231279962, -73.82777047887127, 40.613619015603156, -73.82779031450768, 40.61362274917214, -73.82780509461189, 40.61363254378744, -73.8278202125922, 40.61365107848059, -73.82783068734307, 40.61366609597927, -73.8278386776757, 40.61368085400752, -73.8278475976793, 40.61370169375737, -73.82784833507877, 40.613715430535656, -73.82784028317141, 40.613727752936796, -73.82781383898258, 40.61373292105078, -73.8277901539124, 40.61373493065633, -73.82771290569868, 40.61373720218574, -73.82764564989489, 40.61373625306823, -73.82761565345729, 40.613738702535116, -73.82758267642565, 40.613760968029744, -73.82755688410178, 40.61378184217962, -73.82749297958873, 40.61383802986671, -73.82747305190479, 40.61385343311784, -73.82745392601664, 40.61386631160269, -73.82743594147038, 40.6138723973535, -73.82741177136488, 40.613872764499966, -73.82738177363483, 40.613869745929705, -73.82732609260746, 40.61386596745433, -73.82729650780767, 40.61386001017579, -73.82721291376555, 40.61383122901379, -73.82712060515013, 40.61380095242404, -73.82710268678628, 40.61379699289068, -73.8270832902479, 40.6137957245945, -73.82706377188728, 40.613797235125126, -73.82704557837576, 40.6138014149943, -73.8270204584092, 40.613819947775916, -73.82700563337876, 40.613827973437495, -73.8269852483531, 40.613818268440234, -73.82694761618427, 40.613816908735, -73.82692750166466, 40.613821376562306, -73.826914108943, 40.613831638565706, -73.82692061501845, 40.613844523136464, -73.82693832340638, 40.61385472390548, -73.82696630215943, 40.613869378809234, -73.82698736079948, 40.61387587806208, -73.82703478075324, 40.613882335033196, -73.82710896020812, 40.613888769199846, -73.82719246856561, 40.61389542626495, -73.82721080927044, 40.61389327907368, -73.82722369746631, 40.61390352748469, -73.82722341239946, 40.61391733207028, -73.82720950057099, 40.61395284578714, -73.82719892759185, 40.61398128911416, -73.82718305222203, 40.61401297265409, -73.82715329162751, 40.6140497872041, -73.82714373931866, 40.61406601556893, -73.82714128529847, 40.614084129495936, -73.82714636413515, 40.6141015073168, -73.82716094327607, 40.614119550500696, -73.82717410462482, 40.61413111228981, -73.82718858966604, 40.61414077596446, -73.82720402325954, 40.614148294216946, -73.82722622853245, 40.614154687086575, -73.82724488801286, 40.61415358947798, -73.82726135438219, 40.61413052572132, -73.82727931261779, 40.61413829540137, -73.82728278226331, 40.61415466671519, -73.82728316381275, 40.61417344588931, -73.82728214357999, 40.61420010073005, -73.82727798332171, 40.6142268526116, -73.82727325078602, 40.61424322871059, -73.82725526688928, 40.61429148591377, -73.82724958407758, 40.61432436986685, -73.82724808068235, 40.6143687678806, -73.82724954542189, 40.61438679674584, -73.8272539347373, 40.614404878634396, -73.82726112585759, 40.61442250906869, -73.82727091448356, 40.614439179846386, -73.8272966984926, 40.614472808986164, -73.82736743243987, 40.61455477095136, -73.82738527702107, 40.61457912266868, -73.8274305640892, 40.61464609049735, -73.82744569628765, 40.61466557350935, -73.827460714879, 40.614682379995365, -73.8274774989893, 40.6146945982645, -73.82750087225726, 40.6147036340665, -73.82751885404659, 40.61470738921356, -73.82761880828524, 40.61472038420724, -73.82771658937098, 40.61473842778914, -73.82774907061543, 40.61473856651909, -73.82776731054737, 40.61473571307811, -73.82778713317644, 40.61473087545234, -73.82780549892786, 40.61471955818108, -73.82781914088298, 40.61470614641965, -73.82783943250502, 40.61469448712748, -73.82786635225304, 40.61468697565917, -73.82789711461389, 40.61468416076049, -73.82792897497964, 40.614686310277776, -73.82796374747168, 40.61469472457828, -73.82798304363465, 40.61470203508233, -73.8280018355608, 40.61471104501544, -73.82801986123356, 40.614721629713756, -73.8280368846473, 40.614733659149245, -73.82805255544899, 40.614746895060335, -73.8280665835728, 40.614761091171005, -73.82807869321626, 40.61477596880784, -73.82810267727274, 40.614809887742624, -73.82811654355822, 40.614834626924434, -73.82813044161439, 40.61487456877558, -73.82813833422097, 40.61489018843494, -73.82815480647679, 40.614906101883406, -73.82817961437433, 40.61491794391919, -73.82820743921783, 40.614923805584915, -73.82823514092362, 40.61492379205006, -73.82825445626612, 40.614920929332484, -73.82827264136678, 40.61491689244262, -73.82828945383605, 40.614911735050285, -73.82830856947733, 40.61490335362246, -73.82832346279034, 40.614889486205094, -73.82836125068921, 40.61487648415596, -73.8283825793072, 40.61487559206501, -73.82843652692026, 40.61487828140938, -73.82850787087581, 40.61488220248315, -73.8285336189232, 40.61488459576036, -73.82856181050158, 40.6148889260983, -73.82859097268853, 40.61488757017561, -73.82861091675558, 40.614888358153955, -73.82863460729993, 40.61489403254692, -73.828664307321, 40.614913794663536, -73.82868448167962, 40.614933520063126, -73.82869953732438, 40.614959057008505, -73.82871080439658, 40.61496986296021, -73.82873331706493, 40.614972214449985, -73.82875019404305, 40.614964934554656, -73.82875925162912, 40.61494245389305, -73.82876830553361, 40.61493015903681, -73.82878923158522, 40.61492635217943, -73.82880661334951, 40.61493189106692, -73.82883797751715, 40.61495386820103, -73.82885247330408, 40.614971026730494, -73.82886750874232, 40.614998020669205, -73.8288776033617, 40.615025049575294, -73.82888477223511, 40.61506353777818, -73.8288852531079, 40.61509169153299, -73.82887613780613, 40.61514914121275, -73.82887483655614, 40.61517364339667, -73.82887732731564, 40.6152023395563, -73.82888275905425, 40.615224704917246, -73.82889174931411, 40.61524323844811, -73.82890447844163, 40.615258118719964, -73.82893213900982, 40.61527559490589, -73.82895026715492, 40.615282738712835, -73.8289711456592, 40.615288765458445, -73.82901320558601, 40.61529974506538, -73.82903518683791, 40.61530431189144, -73.82905646969292, 40.615306573237355, -73.82907566359383, 40.615305939895144, -73.82915868501401, 40.61529261400838, -73.82924962437947, 40.61528141335009, -73.82927041955291, 40.61527660032692, -73.82929157233953, 40.615267802118076, -73.82931340548804, 40.61525496246959, -73.82933885048996, 40.61523636663577, -73.82935945940972, 40.61521564919028, -73.82937429888912, 40.61519042236533, -73.82937916356846, 40.615176726333544, -73.82938214530311, 40.615162751946826, -73.8293831735056, 40.615148838597584, -73.82937589957406, 40.6151000185746, -73.82936751864773, 40.61507513640102, -73.82935523027389, 40.615055154473374, -73.82933874024481, 40.615040057945286, -73.82930887136354, 40.615020147166575, -73.8292856272435, 40.61500621848488, -73.82927222330983, 40.614996425205526, -73.82925772286569, 40.614985201166434, -73.82924069819988, 40.61498001768363, -73.82920190707887, 40.614997200558015, -73.82912120209261, 40.61503410830339, -73.82910243916015, 40.61503398855638, -73.82908734959571, 40.615024863638745, -73.82908056776428, 40.615011933756804, -73.82907548376511, 40.61499588698864, -73.82907649299209, 40.61496033315413, -73.82907466347501, 40.614946576751485, -73.82906211691417, 40.614932400077656, -73.82901474889053, 40.61490945455212, -73.82899912725054, 40.61489723553596, -73.82899450457916, 40.61488332639051, -73.82899395895441, 40.614866592967516, -73.8289849225537, 40.61485177943432, -73.82896662505514, 40.61484390145444, -73.82894273203145, 40.61483745958328, -73.82892558563304, 40.61482907901708, -73.82891666526271, 40.6148137253375, -73.82890994142679, 40.614780494148704, -73.8289111487985, 40.61475572707006, -73.8289168939439, 40.614729570034584, -73.8289257181325, 40.61471051730181, -73.82894089600866, 40.61470082234943, -73.82896979828057, 40.61470401988705, -73.82899543448289, 40.61471222666887, -73.82901510277104, 40.6147145522596, -73.82903937491773, 40.614696604923935, -73.82905765310639, 40.61467417127097, -73.82907749278715, 40.61464186210379, -73.82908902951965, 40.61462950337468, -73.8291063273596, 40.614621183048484, -73.82912962462042, 40.61461797760145, -73.82915627553236, 40.614620323453266, -73.82918044834689, 40.614627773380874, -73.82919647952666, 40.61463602437793, -73.82922527841734, 40.6146463682456, -73.82924737674499, 40.61465036067218, -73.8292823185112, 40.614651325701644, -73.8293045441407, 40.61463465041073, -73.82933669693008, 40.61462411611031, -73.82935781237907, 40.61462151883263, -73.82938291681675, 40.61462464489028, -73.82939831506698, 40.61463411062528, -73.82941320374712, 40.6146506140871, -73.82944171395916, 40.61467081999619, -73.8294606078944, 40.61468160387159, -73.829477076442, 40.61468935748922, -73.82949579048419, 40.61469655160863, -73.8295434461472, 40.614710520052654, -73.82958780459624, 40.614711633130554, -73.82960788996985, 40.6147135260868, -73.82962329924239, 40.61472147172561, -73.82963815004648, 40.614734324383114, -73.82967938149271, 40.6147526606899, -73.82983382164643, 40.614812314909756, -73.82987941837544, 40.61483159955333, -73.82991375928003, 40.61484998231065, -73.82992984912521, 40.61486030989701, -73.82994910877265, 40.614876954834045, -73.82996227613394, 40.614902177239216, -73.82996491738979, 40.614916042890954, -73.82996300852079, 40.61494403731561, -73.82995262551397, 40.61496881604549, -73.82995351878263, 40.6149841658744, -73.82997601259719, 40.61500043376937, -73.82999853405146, 40.615016525198335, -73.83001905194197, 40.61502959240671, -73.83003888528282, 40.615040474831915, -73.8300584058399, 40.615049357631115, -73.830110897827, 40.615069211600314, -73.83020389926703, 40.615101039304534, -73.83030606818095, 40.61513486701989, -73.83034329649385, 40.615144799804334, -73.83038505647735, 40.61515295802978, -73.83043223966499, 40.61515960145654, -73.83049458461733, 40.61516610782998, -73.83053682884865, 40.61516879333806, -73.83064386559018, 40.61517185256949, -73.83067408190499, 40.61517424024316, -73.8307010135476, 40.615177830671996, -73.83078454220788, 40.61519170464316, -73.83085935647418, 40.61520435903103, -73.83088046810263, 40.61520425141289, -73.83092879933278, 40.61519249684741, -73.83095062680188, 40.61519109801934, -73.83102145608419, 40.6151987233262, -73.83111914431193, 40.61521113560789, -73.83113941692959, 40.61520682126912, -73.83115610745868, 40.615192349173824, -73.83115940020839, 40.61517860663275, -73.83113793639599, 40.6151483661739, -73.83113141194306, 40.615135367451565, -73.83113845620836, 40.615121327846545, -73.83115412213236, 40.61511200973805, -73.83120374601299, 40.615100266861475, -73.8312306166416, 40.61509854309291, -73.83130034107965, 40.61510237810751, -73.8313879990918, 40.615107667615526, -73.8314276025061, 40.6151083560661, -73.83148456701717, 40.61510602528879, -73.83153451226578, 40.61510317720212, -73.83156619990315, 40.615098504899564, -73.8315915554107, 40.61509028425778, -73.83160601775744, 40.61508164151739, -73.83161297232623, 40.61506610958608, -73.8316096327147, 40.615050685946365, -73.83162744688171, 40.6150245131377, -73.83164036553404, 40.61501366995627, -73.83168035901497, 40.61499508230478, -73.83169760108315, 40.61498535669242, -73.83172024616462, 40.614962413912664, -73.83173423479185, 40.6149508824867, -73.83175962114225, 40.61494117779177, -73.83180587280549, 40.61492778176344, -73.83185840642963, 40.61490875403212, -73.83188215104589, 40.61490151614155, -73.83191790925265, 40.614893678955426, -73.83198420609249, 40.61488220416219, -73.83209378452058, 40.61486356316491, -73.83212072384742, 40.61485609035258, -73.83216830415847, 40.61483778016618, -73.83218758694419, 40.61483133806363, -73.8322666208251, 40.6148134753838, -73.83229278317002, 40.614803873462535, -73.83235257951493, 40.61477536459327, -73.83238106730857, 40.614764400851186, -73.83243818749071, 40.614747941529785, -73.83250645968766, 40.61473090408542, -73.83260022928353, 40.614711615507176, -73.83264008899224, 40.61470142830231, -73.83273925470668, 40.614670610872196, -73.83286224736786, 40.61463164945768, -73.83288864955392, 40.61462200272344, -73.83291721094969, 40.61460989889393, -73.83303056948156, 40.61455608178252, -73.833127311848, 40.614516465994015, -73.83316256994546, 40.614501021881, -73.83319576579225, 40.61448422398072, -73.83322736423362, 40.61446542459307, -73.83325700074715, 40.61444484652027, -73.83328432732836, 40.61442272339488, -73.83329544708405, 40.61441139113606, -73.83331690168032, 40.614385042339535, -73.83337507052407, 40.61433502339688, -73.83342637787527, 40.61429513256528, -73.83347291989477, 40.61425029544071, -73.83355692502329, 40.614187531814146, -73.83364691973561, 40.614135786583894, -73.83367716111418, 40.61409808944218, -73.83370863605879, 40.61405663349455, -73.8337624589816, 40.61399437716944, -73.83384718450522, 40.61391778234411, -73.83392317215738, 40.613848886907704, -73.83406272167797, 40.613756671408126, -73.83415848261116, 40.61370232618682, -73.83420037670459, 40.61369294644349, -73.8342555698149, 40.61368058982283, -73.83429299791614, 40.613721816581055, -73.83432435854408, 40.61374143194412, -73.834389625991, 40.61376891899498, -73.834422123649, 40.61377892829335, -73.83442690579611, 40.613825680411345, -73.83443217697003, 40.61387918355095, -73.8344479720683, 40.61394469770931, -73.83446879557061, 40.61402869152669, -73.83448830933065, 40.614090476566176, -73.8345683245985, 40.614155698634875, -73.83465797542536, 40.61419856462567, -73.83477902329398, 40.61423173202463, -73.8348801642942, 40.61428929737705, -73.8348988906845, 40.61429598814252, -73.83491660507381, 40.614304780171835, -73.83493264652638, 40.61431534382552, -73.83494640980564, 40.61432728470684, -73.83495818647968, 40.61434168476289, -73.8349844987562, 40.61440935088359, -73.83499686947516, 40.614432029391786, -73.83500693145506, 40.61444454669016, -73.8350182806289, 40.61445645798236, -73.83503071545405, 40.614467549554966, -73.83504405080448, 40.614477659047836, -73.83505805548309, 40.61448661773124, -73.83508758073499, 40.61450080640266, -73.83521596577621, 40.61453572907825, -73.83531358430935, 40.614561461828224, -73.83539370888808, 40.614583389051475, -73.83543862158973, 40.61459839302658, -73.8354559188597, 40.61460771658394, -73.83547099891597, 40.614621492750715, -73.83548356692071, 40.61463948336773, -73.83549299992873, 40.61466080503232, -73.83549749038963, 40.61467903623375, -73.83550226764622, 40.61471659576053, -73.8355053944752, 40.61473240800768, -73.83551691444619, 40.61477289397485, -73.83552983524072, 40.61481126481659, -73.83554423786518, 40.61484773677366, -73.83556016691512, 40.6148824359825, -73.83557245118101, 40.61490290712287, -73.83558957256717, 40.61492418754602, -73.8356110008872, 40.61494611619853, -73.83564806512855, 40.61498024767128, -73.8356937073651, 40.61502305892252, -73.83572112183438, 40.61504566069607, -73.8357495818362, 40.61506406301954, -73.83577835769246, 40.615077050945416, -73.83580749941594, 40.615085427810925, -73.83583956497195, 40.61509081370683, -73.83587395194405, 40.615093102409425, -73.8359096454029, 40.61509222582912, -73.83602031380721, 40.61508464286346, -73.83614683160671, 40.61507598374718, -73.83616523157474, 40.61507811089264, -73.83620970552178, 40.61509634861638, -73.83623113062539, 40.615099463432266, -73.83625255883133, 40.61509649702019, -73.83630398692048, 40.61508352710115, -73.83632803445046, 40.61507981156831, -73.83635523044505, 40.61507786823836, -73.83638769897115, 40.61507941112502, -73.83640621578054, 40.61508594195309, -73.83642673241265, 40.61511354514839, -73.83645189001182, 40.615128944758844, -73.8364819020739, 40.61513663919494, -73.83650304920086, 40.61513601639639, -73.8365425977781, 40.61511955345665, -73.83660133375055, 40.61511229410338, -73.8366425748842, 40.61511305962954, -73.83668448299888, 40.61511748761297, -73.8367159516172, 40.61512491119901, -73.83673219723926, 40.615131432444656, -73.83676587682804, 40.61514804988965, -73.83678420674532, 40.61515467764775, -73.83680749477993, 40.61515710339997, -73.83682611286818, 40.615162835540666, -73.8368362279809, 40.61517894043425, -73.8368321167211, 40.615202658862785, -73.8368359396838, 40.61521711677426, -73.83686039067561, 40.61522287609959, -73.83687550018628, 40.61524266671187, -73.83689173373051, 40.615253181734744, -73.83692399844105, 40.61525692865953, -73.83697247603038, 40.615258370719786, -73.83706846650811, 40.61525804034738, -73.83709107745739, 40.615259985103904, -73.8371147484366, 40.61526482383614, -73.8371395007111, 40.61527256017573, -73.8371654759847, 40.61528323754765, -73.83720799239805, 40.6153057694043, -73.83722396906866, 40.615313100669496, -73.83724268070706, 40.61532023949101, -73.83725891538901, 40.61530850705654, -73.83727490168256, 40.615300743771066, -73.83730483391211, 40.615312172345455, -73.83732764480087, 40.61532421669757, -73.83735863902083, 40.6153450220999, -73.83738353432842, 40.61537895838889, -73.83739708055471, 40.61539343724024, -73.83743100297836, 40.61540362960546, -73.83749008195714, 40.61541426636546, -73.83757536199982, 40.615432691817176, -73.83762446811211, 40.61544445627829, -73.83767236104438, 40.61545847391339, -73.83777825658383, 40.615493805915925, -73.83784228390917, 40.615513056671006, -73.83789466130486, 40.6155271831988, -73.83791807643138, 40.615528925408434, -73.83795796984546, 40.61552370369004, -73.83798125134153, 40.61552305120936, -73.83800107519109, 40.6155277258443, -73.8380285280522, 40.615540756366975, -73.83804114899816, 40.61555140661796, -73.83805239586304, 40.61557705043074, -73.83805357456967, 40.61559095795829, -73.83805007036483, 40.61561011793911, -73.83802995282127, 40.615645626009375, -73.83801141752437, 40.61566752400919, -73.83796024029553, 40.61571049054562, -73.83793374468003, 40.6157368421013, -73.83791480198447, 40.61576200120315, -73.83791391525047, 40.6157772692104, -73.83792766492864, 40.615794668679385, -73.83794643408248, 40.61580643525131, -73.8379952784734, 40.61581905738197, -73.83804597007989, 40.61582674362967, -73.83806446578612, 40.61582799889983, -73.83811380744602, 40.61582806569704, -73.83813425616289, 40.61583094194505, -73.838144562817, 40.61584230303964, -73.8381216160961, 40.61585933562651, -73.83808723242589, 40.61587741561691, -73.83805926215342, 40.61589103804133, -73.83803660722697, 40.615899326049465, -73.8380157583514, 40.61590356334703, -73.8379965088669, 40.61590369291073, -73.83797321859439, 40.61590060371187, -73.83794772124477, 40.61589589405866, -73.83787266570936, 40.61587807404883, -73.83785305696867, 40.615872373099975, -73.83779420333917, 40.61585196797884, -73.83777479300426, 40.61584778287572, -73.8377568330629, 40.61584634550914, -73.83773595190395, 40.615852681828045, -73.83770716153606, 40.61587696249268, -73.83767474442847, 40.61591533390556, -73.8376616969728, 40.61592504922657, -73.8376400978415, 40.61593213014667, -73.83762036182303, 40.6159350316686, -73.83760098717929, 40.61593608582577, -73.83755479421315, 40.6159367238646, -73.83753271519693, 40.61593850000957, -73.83748680095783, 40.615942115542, -73.83746111736954, 40.61594643955813, -73.83744071289519, 40.615955964346654, -73.83742855062982, 40.61596902813472, -73.83741116953288, 40.61601326962992, -73.83740412639028, 40.61602686656088, -73.8373748846042, 40.61606076678412, -73.83736593795354, 40.61607473653751, -73.83736203361232, 40.61608827667106, -73.83736206311221, 40.61610381522627, -73.83736559152607, 40.61612088871929, -73.83737472301219, 40.61614940767371, -73.83738301624852, 40.61617324362573, -73.83739341536335, 40.61619852519286, -73.83742233026055, 40.61625761964571, -73.83743857961724, 40.6162870113617, -73.83745269297651, 40.616307435354926, -73.83746819598711, 40.616324008876596, -73.83748542280992, 40.61633684226234, -73.83750700463271, 40.61634858316448, -73.83753194913743, 40.616359577779576, -73.83756079806732, 40.61637010333143, -73.83759719029167, 40.61638149322852, -73.83767906870067, 40.616401655404, -73.83770694391127, 40.616409754437434, -73.83773156111566, 40.61641881062295, -73.83775505944348, 40.616429234017914, -73.83777714613859, 40.616440895435176, -73.83779756981393, 40.616453662144025, -73.83781032902698, 40.61646388036355, -73.83782159072094, 40.61647615146082, -73.83783117691783, 40.616490284274505, -73.8378388309224, 40.6165058984224, -73.83784081307637, 40.61652568749503, -73.83783231700286, 40.61654683057988, -73.83782180884928, 40.61655904214667, -73.83780575985512, 40.616568681207035, -73.83778351206628, 40.61657417541885, -73.83775588609379, 40.61657581320329, -73.83771047199775, 40.61657428304632, -73.83766281150163, 40.616570773953036, -73.83761449471885, 40.61656355376096, -73.83756615838524, 40.61655271702327, -73.8375186103904, 40.61653843958319, -73.8374813568414, 40.61652404069919, -73.83745154963285, 40.616508594219134, -73.83742855851962, 40.61649176876576, -73.83741232926981, 40.61647351023509, -73.83738049156482, 40.61642229481887, -73.8373683693735, 40.61639898385794, -73.83735843003075, 40.61637657200386, -73.83735392961677, 40.616362655267636, -73.83734586367343, 40.61632846542967, -73.83733906744395, 40.61631151968915, -73.83732727380699, 40.6162925740203, -73.83731177700065, 40.616272987340494, -73.83729228155563, 40.61625229095835, -73.83726568521406, 40.61622717826456, -73.83724865398852, 40.61621315373148, -73.83723157290697, 40.616202131466764, -73.83721438061382, 40.6161940717606, -73.8371970877227, 40.61618898273266, -73.83717358833363, 40.616185847149175, -73.8371479473316, 40.61618574688926, -73.83712045186893, 40.61618868415953, -73.83709171895586, 40.61619459769697, -73.83705809765459, 40.61620371646141, -73.83703020210976, 40.61621272626582, -73.83700575686167, 40.616222366818874, -73.83698428753173, 40.61623284457012, -73.83696753257989, 40.61624265541303, -73.83695163134867, 40.616255642706264, -73.83694392843654, 40.61626885505046, -73.83694193392138, 40.616284232242705, -73.83694362096247, 40.616315389107214, -73.83693978115167, 40.6163455268453, -73.83693530163613, 40.61636179202939, -73.8369295302772, 40.61637717286876, -73.83692248727152, 40.61639162526629, -73.836912234873, 40.616404057741065, -73.83689634272227, 40.6164147595137, -73.83687635082984, 40.61642267825545, -73.83685508163418, 40.616426663500384, -73.8368333996588, 40.61642740807606, -73.83681048552883, 40.61642605628346, -73.83678644321475, 40.616422618175235, -73.83676145228748, 40.616417116518676, -73.83673776417798, 40.616410428017566, -73.83671614933843, 40.616403052656395, -73.8366964649025, 40.61639493980421, -73.83667864829782, 40.616386065058954, -73.83666424089861, 40.616370473656225, -73.83665439186358, 40.6163513379695, -73.83663559072308, 40.61633480557738, -73.83661108014094, 40.61632329988756, -73.83658225686585, 40.616315397355194, -73.8365512465711, 40.61631168904066, -73.83650561110802, 40.61631425907141, -73.83647426609079, 40.61632080180663, -73.83644199834372, 40.61633111640918, -73.83640925018399, 40.61634505852352, -73.83629290866176, 40.61640368620024, -73.83619025047867, 40.616457899087024, -73.83612097436362, 40.61649747916187, -73.83610111827393, 40.61651068402877, -73.83608073768579, 40.616526694171945, -73.83601422209068, 40.616587875346305, -73.83598598291778, 40.616611085644635, -73.83583577061714, 40.6167177812363, -73.83574213918186, 40.616776689329285, -73.83568744127201, 40.61681354247894, -73.83563966850053, 40.616849845379434, -73.83560011474283, 40.616885178445436, -73.83553414773156, 40.616952647572354, -73.83547082649689, 40.61702300301992, -73.83533445571047, 40.61718277293699, -73.83525526363532, 40.61727733768401, -73.83523168072058, 40.61730887889727, -73.83521243472667, 40.61733806425272, -73.8351935563295, 40.617372957642274, -73.83515396371666, 40.61745825687752, -73.83509548428617, 40.617564073521685, -73.83507327146259, 40.617608281612426, -73.83506747651231, 40.61762294910963, -73.83506270716316, 40.61763959562496, -73.83505179860522, 40.61769735658089, -73.83504630467559, 40.61771932504281, -73.83503878479046, 40.6177347663134, -73.83501570636452, 40.61776625057175, -73.83500804530682, 40.61777951597586, -73.83500480711453, 40.61779344781053, -73.83500957199124, 40.6178077855607, -73.83502517607062, 40.61781922297581, -73.83507100972191, 40.617833017205804, -73.83508685434344, 40.617840373790706, -73.83512498646927, 40.61786326032971, -73.83513708284352, 40.617875283441045, -73.83514475555207, 40.61789366059588, -73.83515524112319, 40.617933466108454, -73.83518162132069, 40.61800108092432, -73.83520728952853, 40.618050278132834, -73.83520689385166, 40.6182105489085, -73.83517257791055, 40.618237718894406, -73.83516015389279, 40.61824923406759, -73.8351502918522, 40.618260788033815, -73.8351356267374, 40.61828396985787, -73.83512883186377, 40.61830537633185, -73.83513014467101, 40.61832409286715, -73.83515125718841, 40.61835703903253, -73.83517422366118, 40.618381956995215, -73.83520312091423, 40.618407577758184, -73.83524048537427, 40.61843615985984, -73.83529357033554, 40.61847123742792, -73.83531366251859, 40.61848622118589, -73.83533989953898, 40.61851094748646, -73.83535058255643, 40.61852349445484, -73.83535961087019, 40.61853613180608, -73.83536662821835, 40.61855099777054, -73.83536920568883, 40.61856632294617, -73.83536700701495, 40.61857997081308, -73.83535775245898, 40.61859341496226, -73.83533897820699, 40.618603223574965, -73.83531144329591, 40.61861261259823, -73.83528540696618, 40.618632498447525, -73.83527703954884, 40.618646085243284, -73.83528487161779, 40.61865883975506, -73.83530593169688, 40.61866138418707, -73.83533789451063, 40.618658797748544, -73.8353639014324, 40.61866664432602, -73.83539628968178, 40.618691375820525, -73.83542880067114, 40.618718101237576, -73.83544350246814, 40.61873228839789, -73.83545421070805, 40.61874709029985, -73.83545933460042, 40.61876159423968, -73.8354519144571, 40.618780670185814, -73.8354386270722, 40.618796269821736, -73.83542476687813, 40.61882514413365, -73.83542158818445, 40.618841321065425, -73.83543039957623, 40.6188571234354, -73.83546968778434, 40.61888784245223, -73.83548676982379, 40.61889863714434, -73.83550274142952, 40.618906857453176, -73.83552233960154, 40.61890705659482, -73.83554335149695, 40.61890281187779, -73.83555850386499, 40.61891354076211, -73.83556321676264, 40.61894618062495, -73.83557518315732, 40.61899620913876, -73.83558336386791, 40.6190209915018, -73.83559654083868, 40.61904590708276, -73.83562556401237, 40.619086322595166, -73.83564762859524, 40.6191182101129, -73.83566129480299, 40.619130672164665, -73.83568136701683, 40.6191293987026, -73.8356925638809, 40.619117620568574, -73.835708076057, 40.6191089518001, -73.83572410455126, 40.61911617708228, -73.8357242021061, 40.61913608146205, -73.83569354033543, 40.61917511039569, -73.83568449530841, 40.61918840448265, -73.83567673217108, 40.61921624023129, -73.83566904379546, 40.61923002704075, -73.83565229740766, 40.619236935319734, -73.83562976795756, 40.61924215675435, -73.83561337987278, 40.619250411820545, -73.83561063056788, 40.619268356195185, -73.83561989880397, 40.61928344598962, -73.83564406952057, 40.61931096358352, -73.8356511910416, 40.619327736984005, -73.8356524582206, 40.619399131287025, -73.83565399262054, 40.61942775297325, -73.83565748957673, 40.619445497357226, -73.83566348943715, 40.61945897504333, -73.83567614244217, 40.619470192023364, -73.83570327308574, 40.619475848258446, -73.83573961499215, 40.61947751032596, -73.83578857562907, 40.61946830309603, -73.83581126132987, 40.619468769550984, -73.83582649485797, 40.619513358145255, -73.83584230269508, 40.6195834404368, -73.83585819743995, 40.61965375788595, -73.83586006876027, 40.61967035898063, -73.83585909696907, 40.619686843450474, -73.835855321445, 40.619702575583155, -73.83584885441073, 40.619717093570785, -73.83581445081093, 40.61974750189689, -73.83579138178338, 40.619781757224665, -73.83577909963721, 40.61981190987031, -73.83601234489603, 40.62048927779738, -73.83602124884548, 40.62050699656168, -73.83602320034618, 40.62052225508818, -73.83601191083044, 40.62054088699355, -73.83598464212714, 40.62057199084339, -73.83594678518833, 40.620615743617705, -73.8359354935987, 40.620630396105874, -73.83592752739247, 40.620645623369434, -73.83592841129025, 40.620662971385684, -73.83593961173275, 40.620676750047835, -73.83595412582407, 40.6206857849851, -73.835962418926, 40.620698157383536, -73.83594552965508, 40.62070488089376, -73.83592620492828, 40.62070813121445, -73.83590742593016, 40.62071100949478, -73.83588524560253, 40.62071103186385, -73.83586315729104, 40.620696703641954, -73.83584306662819, 40.62068510594935, -73.83582538291427, 40.62067751901347, -73.83580730913236, 40.62068533584651, -73.83579559467164, 40.620721500286216, -73.83578468541876, 40.620763264419864, -73.83577459866598, 40.62080744222565, -73.83576686121594, 40.620839186277884, -73.83575937549826, 40.620853154385784, -73.83574526110213, 40.620866588918446, -73.83573103194865, 40.62087574850772, -73.83567786325648, 40.62090117530304, -73.83560007064806, 40.62093984776026, -73.83557226984495, 40.620954130801564, -73.83555757780049, 40.620964077664, -73.83552898226755, 40.62099008615481, -73.83551580221845, 40.62100368138843, -73.83550423328971, 40.620986461263755, -73.83550493593833, 40.62094975249188, -73.83549451028193, 40.62089926601942, -73.83548671129556, 40.620875843089074, -73.8354766191751, 40.6208554660437, -73.83546401352503, 40.62083836960355, -73.83545229350824, 40.620826365080276, -73.83543816840526, 40.62081392035987, -73.83539664683971, 40.620782637117046, -73.83532821585257, 40.62073392803797, -73.83520079650025, 40.6206802121174, -73.83517553672726, 40.62066956415258, -73.83502927809546, 40.620658512074534, -73.83503794736257, 40.620942284392314, -73.83505025712672, 40.62095808460352, -73.83503504024358, 40.621009168290236, -73.83502465187203, 40.62105897115767, -73.83501662071617, 40.62107502944629, -73.83499736281685, 40.62109612354928, -73.83498267190406, 40.62110604332422, -73.83493595880705, 40.621122480127, -73.83491849168573, 40.621133394586316, -73.83490648456915, 40.621151955111344, -73.83490194281755, 40.62117680569607, -73.8349028761381, 40.62119795759523, -73.83490573364878, 40.62121425754402, -73.83491067964097, 40.621228087658565, -73.83492208874084, 40.62124442149958, -73.83493706696886, 40.62125262424843, -73.83497510496505, 40.62124742971573, -73.83499456093453, 40.6212466273618, -73.8350100825996, 40.62125443735304, -73.8350313988106, 40.62127369768921, -73.8350425514617, 40.62128908740315, -73.83505059071334, 40.62130562801843, -73.83508045649867, 40.62139128078471, -73.83510630855154, 40.621453624079315, -73.83510927718925, 40.621467542301374, -73.8351083444737, 40.62148199704175, -73.83510361798893, 40.621495536813406, -73.83508192719304, 40.621519265969226, -73.83506477742635, 40.62153085179455, -73.8350437462592, 40.62154206913763, -73.83501654617453, 40.62155414842851, -73.83499547645891, 40.621561830258464, -73.83494789058363, 40.62157646566977, -73.83492908440208, 40.621583529377205, -73.83490937578797, 40.621592784556455, -73.83489129581082, 40.62160582876602, -73.8348846520765, 40.62161947743971, -73.8348901953813, 40.62163646474168, -73.83491594544991, 40.621664510654256, -73.83493204786855, 40.62169749197701, -73.83493735313108, 40.62171564240904, -73.83493992154267, 40.62173225081992, -73.83493977242387, 40.62174762791757, -73.83493561397876, 40.621763706168274, -73.83492647144861, 40.6217799042358, -73.83491273306056, 40.6217955058611, -73.83489538489982, 40.62180937780108, -73.83487961792744, 40.62181755620862, -73.83483866624559, 40.62183283507061, -73.8348219937335, 40.62184349941077, -73.83480212830952, 40.621864981632285, -73.8347890730117, 40.62188629803562, -73.83477154119288, 40.6219375800732, -73.83479259092417, 40.62197049918478, -73.834808868882, 40.621994636750706, -73.83481996570265, 40.62201685506204, -73.83482418562106, 40.622035172336886, -73.83482430643996, 40.62205559814735, -73.8348222049471, 40.622079551710954, -73.83481317033049, 40.622133776260505, -73.83481061171467, 40.622150463756554, -73.83481210887038, 40.62216774962374, -73.83482851864161, 40.622178760468714, -73.83484798457167, 40.62218072995985, -73.83486826040078, 40.62219068373721, -73.83488425554529, 40.622201620135826, -73.83490705053964, 40.622224210945426, -73.83493231322116, 40.6222587534174, -73.83494842185475, 40.62228593718496, -73.83495574876396, 40.62230860573389, -73.83495573190243, 40.622348403371554, -73.83496715874668, 40.622399227217386, -73.8349745032673, 40.622420994367765, -73.83498237863502, 40.62243646853258, -73.83500329600265, 40.622446543876514, -73.83502269191553, 40.62244961997872, -73.83507802684906, 40.62245113210425, -73.83510153235082, 40.62245551714362, -73.83512077393199, 40.62246653110772, -73.8351347793196, 40.62248258408378, -73.83513668396887, 40.62251340267162, -73.83515108079858, 40.622555199423935, -73.83516998403995, 40.62259651275161, -73.83519432187464, 40.62263525657352, -73.83520585591998, 40.622662380614805, -73.83520840233672, 40.62267932307991, -73.83520811181737, 40.62269742585311, -73.83520499125366, 40.62271629001305, -73.83519570102237, 40.62274393712281, -73.83517560202816, 40.62278624093696, -73.83516543395586, 40.62280323991644, -73.8351383207533, 40.62284071227307, -73.83512845114251, 40.62285888235554, -73.83512303422631, 40.62287821869519, -73.83512211415012, 40.622899989290616, -73.83512559201516, 40.62292452179001, -73.83513386973291, 40.62295465611447, -73.835141360178, 40.62297002435433, -73.83516476809065, 40.62300347267986, -73.83517124183676, 40.62301992638966, -73.83517715997894, 40.62305318574018, -73.83518043826926, 40.62307910115278, -73.83518169107674, 40.62310253632604, -73.83518089456295, 40.62312405044985, -73.83517431022726, 40.62316386028076, -73.83517301456646, 40.623178357723845, -73.8351733188865, 40.62324464466525, -73.83517171628776, 40.623258523009675, -73.83516588870201, 40.62327520852631, -73.83515613463668, 40.62328772530062, -73.8351399444268, 40.623295350215855, -73.83512074437283, 40.6232889568929, -73.83510693492849, 40.62327819836505, -73.83509334932778, 40.62326151022091, -73.83508175771524, 40.62325096469284, -73.83505856979845, 40.62324229812495, -73.83502575702127, 40.62323499103662, -73.83500023555389, 40.62323277244606, -73.83497623525197, 40.62322286017446, -73.83495240003107, 40.6231987658178, -73.8349282369134, 40.62318444704948, -73.83490221634784, 40.623175691733536, -73.83488329576545, 40.623172919770084, -73.83486232720682, 40.623178195526215, -73.83484769394252, 40.62316892254507, -73.83484818097241, 40.623147386366384, -73.8348368898303, 40.62312815481217, -73.83481145849957, 40.62310338364204, -73.8348014718847, 40.623091419368286, -73.83479278177592, 40.623078019724005, -73.83478532098133, 40.623058339805915, -73.83478843026057, 40.623039791724764, -73.83479906713407, 40.6230158432255, -73.83481047725635, 40.62296072427501, -73.83481316118906, 40.622939735167826, -73.83481290676681, 40.62292553987751, -73.83480365516743, 40.62291171528124, -73.83478827102624, 40.62290072121659, -73.83477001441238, 40.622894257148644, -73.83475812203052, 40.62288112755808, -73.83474028034655, 40.62283930419326, -73.8347293129916, 40.622804371595244, -73.83472311036591, 40.62279064142762, -73.83470722121157, 40.62277122044347, -73.83467585290586, 40.62274531235208, -73.8346332423139, 40.62271390750557, -73.83461516290649, 40.622697959372026, -73.8346047753505, 40.62267422918633, -73.83459429761153, 40.62263777179514, -73.83457764352671, 40.622589403318884, -73.83456747020135, 40.62257366376783, -73.83454830433193, 40.62255835343058, -73.83452954906106, 40.62254761292876, -73.83450456719018, 40.622535701787314, -73.83448445765515, 40.622529679863966, -73.83444446703173, 40.622523693245434, -73.83441231981055, 40.62252315346034, -73.83435031013775, 40.622528635655755, -73.83429309100325, 40.62253533322321, -73.83427355446604, 40.62253368232128, -73.83425402493238, 40.62252587996153, -73.83419856861984, 40.62247615602707, -73.83417905753053, 40.62245713407956, -73.83417332527046, 40.62244346579551, -73.83415570888997, 40.622429121185775, -73.83412317062933, 40.622419504396035, -73.83409308514409, 40.62241494036273, -73.83405827163227, 40.622414443457785, -73.8340239872239, 40.622420746246135, -73.83400511483272, 40.62242768543467, -73.83398263763733, 40.62243802158599, -73.83396086635213, 40.62244916471953, -73.83394699746523, 40.622458168817325, -73.8339339762594, 40.622472276494705, -73.83391569610254, 40.62252902438685, -73.83390133879847, 40.62258041353507, -73.83389217692805, 40.62259758855772, -73.8338765485598, 40.62261263350671, -73.83383777567032, 40.62263116154149, -73.83381358990654, 40.622637983155045, -73.83376536546109, 40.62264713567721, -73.83371548023963, 40.622659715864714, -73.83366199975744, 40.62267421704482, -73.8336453582248, 40.62268082710953, -73.83361698579381, 40.62269923684189, -73.83358592152011, 40.622726008518484, -73.83356085900182, 40.62274600524504, -73.83354535312557, 40.62275690972691, -73.83352666963746, 40.62275628652814, -73.83350666115369, 40.622742454354444, -73.83349628972682, 40.62272946911789, -73.83346389811705, 40.62268852860309, -73.83338959706626, 40.6226684122514, -73.83332580091759, 40.62266793525399, -73.83323458327651, 40.622699725567976, -73.83319703019606, 40.62274979053019, -73.83317793798304, 40.622808198588906, -73.83323254591947, 40.62285197563842, -73.8332757764964, 40.622880035564506, -73.83331395311409, 40.62291203963629, -73.83334390704789, 40.622962258336855, -73.83334961973327, 40.62298276969848, -73.83332223264584, 40.62298607993611, -73.83327861341287, 40.62298535750522, -73.83322961476976, 40.623001508436076, -73.8332247121747, 40.62303188583013, -73.83323816347483, 40.623069482316495, -73.8332852325763, 40.6231175294842, -73.83328384614778, 40.62316772886182, -73.8332419309595, 40.623233734850956, -73.83323325843263, 40.62330234293081, -73.83322977588604, 40.62337029845604, -73.83321585877687, 40.62343206486596, -73.8332199042354, 40.62348600568459, -73.83328690138083, 40.623516872786595, -73.83340508691991, 40.62351907478677, -73.83351153526306, 40.6235061633219, -73.8336332571594, 40.62350590007763, -73.83369839235829, 40.62348867458271, -73.83375538479959, 40.623415334771195, -73.83383401261057, 40.62339074443136, -73.83384306932852, 40.62341348488934, -73.8338586742066, 40.62344024123112, -73.83387032038318, 40.623464412755986, -73.83385543956626, 40.623495270142044, -73.83386348094909, 40.62350999358678, -73.83387715049174, 40.62354223670942, -73.83388825519751, 40.62358073565107, -73.83389037965964, 40.62359614484651, -73.83389045545862, 40.623610327272786, -73.83388376416596, 40.62369373293223, -73.83387723786305, 40.623768299307756, -73.83385876175942, 40.623809593947946, -73.83385465826426, 40.623823382209345, -73.83385347076329, 40.623880719412035, -73.83384460853549, 40.62393886859942, -73.8338184939991, 40.623965420558164, -73.8337937020083, 40.62398435781044, -73.83377772602185, 40.623993153521674, -73.83373763405493, 40.624010443197726, -73.83372091393866, 40.62402095061715, -73.83366982269246, 40.62406841705165, -73.83360863864938, 40.624118062527074, -73.83358677874129, 40.62413464190983, -73.83356889625676, 40.62414631019806, -73.83355159132405, 40.62415528675984, -73.8335345020169, 40.62416168183553, -73.83350588110942, 40.624167147980636, -73.83344759940051, 40.624170434214314, -73.83342388107789, 40.624173460723945, -73.83338741725848, 40.62418128474805, -73.83335326819656, 40.624190266584776, -73.8333210345566, 40.62420319007025, -73.83330381097532, 40.624212699821506, -73.83328293228499, 40.62422581986439, -73.83326939813323, 40.624239264837264, -73.83326055646512, 40.624257264248904, -73.8332505341687, 40.62428658870908, -73.83324387710076, 40.624299656429145, -73.83322923740758, 40.62431375987607, -73.83320629143714, 40.6243212567503, -73.83318731687369, 40.624322484547406, -73.83316802809689, 40.62432033582961, -73.8331507185285, 40.624315052563546, -73.83310906092854, 40.62429377220551, -73.83309279187779, 40.62428688931359, -73.83305422210019, 40.62427335160128, -73.83303516367643, 40.624269838004835, -73.83295620019089, 40.62426887680837, -73.83283865714137, 40.624267746003326, -73.83280428465592, 40.62426867938983, -73.83277146833207, 40.62427211848, -73.83274080753125, 40.624278002011096, -73.83271267118445, 40.62428625487786, -73.83267340094142, 40.62430135080723, -73.83262248211663, 40.62432350876572, -73.83256762575877, 40.62434734494276, -73.83255194906624, 40.62435545922463, -73.83253119753697, 40.6243696365287, -73.83250304095394, 40.62440523635728, -73.83243724682907, 40.62446742236171, -73.83241345928785, 40.62449136587967, -73.83239568699057, 40.62451127752146, -73.83238137459848, 40.624530028929925, -73.832370220772, 40.62454807623157, -73.83236282820137, 40.62456638926732, -73.8323506397053, 40.6246138127767, -73.83232723417544, 40.62465267307451, -73.8323226156731, 40.62466949078478, -73.83232673239192, 40.62468398798349, -73.83233788251597, 40.624698010058296, -73.83235966901444, 40.624719324757635, -73.8323732816397, 40.62473827537257, -73.83238933033046, 40.62475950245415, -73.83239634410246, 40.62477343654514, -73.83238932694107, 40.624786736925486, -73.83236341415275, 40.62479330356984, -73.83231707699024, 40.624795716031336, -73.8322887695235, 40.624796704937104, -73.83226642683971, 40.624795889788444, -73.83224800942207, 40.62478699187758, -73.8322306636281, 40.62476553865357, -73.83221601653497, 40.6247533107072, -73.83217927465962, 40.62474932540206, -73.83211297913473, 40.62474746718851, -73.83206431377286, 40.62474561578019, -73.83203716279367, 40.624741675056725, -73.83202062354911, 40.624735549857846, -73.83200636243124, 40.624725417062045, -73.83198612668937, 40.62469846279364, -73.83196487899345, 40.624655657861155, -73.83195435180737, 40.624638349756445, -73.83194319683975, 40.62462018523746, -73.83191992891557, 40.62457380227196, -73.83190330946479, 40.62455120909885, -73.83188336055437, 40.624539921606875, -73.83185471691836, 40.62453552569491, -73.83180809583443, 40.62453341871796, -73.83178835300181, 40.6245304100068, -73.83177122664993, 40.624523262721226, -73.83175390084197, 40.62450240830057, -73.83174685823418, 40.62448872537307, -73.83174250845124, 40.62446968738162, -73.83174445660622, 40.6244390481811, -73.83175067770541, 40.62441619934344, -73.83176687081226, 40.62439877813416, -73.83179256191968, 40.62437977779667, -73.8318456612126, 40.62432635457957, -73.8318618307293, 40.624297636277525, -73.83187165206701, 40.62428546117906, -73.83190247384483, 40.6242776365902, -73.83191755978667, 40.62426947200434, -73.83192267151071, 40.624247839941006, -73.83192169976505, 40.624214614672304, -73.83191894725569, 40.62418877107804, -73.83191282316794, 40.62416327465822, -73.83189714713295, 40.62415562792085, -73.83187694944792, 40.62415822520775, -73.83185854454419, 40.62416603102925, -73.83177041821698, 40.62427944438775, -73.83173719563587, 40.62432586809152, -73.83172024734085, 40.6243470307596, -73.83170134746452, 40.62435987154872, -73.83167475149855, 40.62436743481595, -73.83162712386732, 40.62437598846871, -73.83152588388324, 40.62439623516884, -73.83149600265062, 40.62440504800712, -73.83147008922947, 40.62441563347776, -73.831448489091, 40.62442784800645, -73.83143135019095, 40.62444160446194, -73.83141788984231, 40.62445607952218, -73.83140501732103, 40.62447272029713, -73.83139239130864, 40.624491897301155, -73.83137798776264, 40.62451667924528, -73.83137170020623, 40.624530225576166, -73.83135953885446, 40.62456382331194, -73.83135044910478, 40.62458015354627, -73.83133764338882, 40.62459325896333, -73.8313207729597, 40.624603643342326, -73.8313030656951, 40.62460937439592, -73.8312728918997, 40.6246076371353, -73.83122225054196, 40.62459130208143, -73.83118296428948, 40.624574673900284, -73.83115673248871, 40.62455829541214, -73.83115541860872, 40.624543198037344, -73.83117393958325, 40.624519949452285, -73.83118086160738, 40.62450603124787, -73.83116902425604, 40.62449373885362, -73.83114908057415, 40.62449118540168, -73.83113134727468, 40.624494132878006, -73.83110292147556, 40.62451343702873, -73.83109062016315, 40.62452709788081, -73.83108114579625, 40.6245412689784, -73.83107471430995, 40.62455562194903, -73.83106526733185, 40.62458698584573, -73.83105801859622, 40.624618836552045, -73.83105907729046, 40.62465769922083, -73.83105341456917, 40.62467323300323, -73.8310406067082, 40.62468762252797, -73.83100769215561, 40.62471900325794, -73.83097936150752, 40.62474875266873, -73.83096315176606, 40.624767493907235, -73.83095722141073, 40.62478555685663, -73.83095656134749, 40.624803981460175, -73.83094096492538, 40.62483814413045, -73.8309269816022, 40.624854174465305, -73.83086636967296, 40.62490409668332, -73.83080980729005, 40.62494869824313, -73.8307914450239, 40.62495866430783, -73.83076819892732, 40.62496500398416, -73.83074220147043, 40.62496711705903, -73.83071689744781, 40.62496470152511, -73.83069834414964, 40.62495678383392, -73.83068032239854, 40.62494013546447, -73.8306693972478, 40.62492327601636, -73.83065223591075, 40.62488380969049, -73.83064220932508, 40.62486915513981, -73.83062668752929, 40.624856143148854, -73.83060692026753, 40.62484644422345, -73.83058704859597, 40.62484202850147, -73.83056033263556, 40.62484598744641, -73.83054401650834, 40.62485350706839, -73.83053116168209, 40.6248644591758, -73.83053071441876, 40.624889330024736, -73.83054075302768, 40.624916929601945, -73.83055260460203, 40.62494641484105, -73.83056188294594, 40.62496576361668, -73.83057145193548, 40.62497863536741, -73.83059308263354, 40.62499921624683, -73.830618937549, 40.62503371730597, -73.83063716475124, 40.62506861235737, -73.83063668304129, 40.625082853397736, -73.83062188374387, 40.62510926550791, -73.83061880078773, 40.62512300112525, -73.83063343732482, 40.6251327852436, -73.83065438173004, 40.625135540174455, -73.83067657008417, 40.62513293522769, -73.8306946633411, 40.62512560821417, -73.83070485079337, 40.62511041070393, -73.8307060086313, 40.62509519809558, -73.8307196703238, 40.625076940324185, -73.830734557529, 40.62506245033706, -73.83075179476596, 40.62504918491495, -73.8307708929679, 40.62503751705342, -73.83079782004013, 40.62505660361999, -73.8308125988107, 40.625065765664445, -73.83083570196726, 40.625058478420115, -73.8308766417791, 40.62503830032866, -73.83089432333635, 40.62503251257016, -73.83098219214182, 40.62501570567271, -73.831038956647, 40.62500188685737, -73.83108421123907, 40.62498739192172, -73.83110051667802, 40.62497754616009, -73.83113119569765, 40.62494269151015, -73.83114463130892, 40.624932918971716, -73.83118108068606, 40.62492032467358, -73.83121754839016, 40.6249116944872, -73.83128428233354, 40.62489913830952, -73.83133269404051, 40.62489289668756, -73.83137647820547, 40.624891041002705, -73.83144163237013, 40.6248923441465, -73.83149436259711, 40.624894559283284, -73.83151248183061, 40.62489701274488, -73.83153251840915, 40.62490214806523, -73.83155385966397, 40.62491576460556, -73.83156392372653, 40.62492876397245, -73.83156067099051, 40.62494288478949, -73.83153524903324, 40.624946916097464, -73.83150917712753, 40.624964019320075, -73.8314947194089, 40.62498214724384, -73.8314852971862, 40.62499673899403, -73.83146799411436, 40.62502958717314, -73.83145944069089, 40.62504366239483, -73.8314468749524, 40.62505718781836, -73.83140883466503, 40.625084778956136, -73.83139459974899, 40.62509890257414, -73.83138786525764, 40.625118581702566, -73.83139032893322, 40.6251323741031, -73.83139864121858, 40.62515481558594, -73.83140015147507, 40.625169867318284, -73.83139565938542, 40.62518893738082, -73.83138163632432, 40.625207144272835, -73.83136896106645, 40.62521909091265, -73.83135468744794, 40.625229806895, -73.8313391671681, 40.62523902437967, -73.83130682630568, 40.625254267787234, -73.83127155072631, 40.62526766441144, -73.83125360076552, 40.62527208304098, -73.83120844244384, 40.62527882649434, -73.83118745892043, 40.62528590350224, -73.83115621275691, 40.62530335565329, -73.831103790469, 40.625336257555674, -73.83106387702364, 40.625361336973846, -73.83103962963249, 40.625379393721445, -73.83102641760748, 40.62539557828987, -73.83101963232077, 40.62541659279518, -73.83101860355352, 40.625440604592534, -73.83102267774544, 40.6254876781439, -73.83102600748039, 40.62550295408328, -73.83104238993688, 40.62554350793622, -73.83104227074533, 40.62556071132581, -73.83100546609329, 40.62562664835487, -73.83096430191843, 40.62569328767264, -73.83095486096704, 40.62571145532232, -73.8309318452002, 40.625763944400056, -73.83091786491198, 40.62578709696225, -73.830882732862, 40.62583746188996, -73.83086963878188, 40.62586022222182, -73.83082309119106, 40.62596119045561, -73.83078938837163, 40.62604027418938, -73.83077924997284, 40.62605985011383, -73.83075308100354, 40.626100999648195, -73.83074286034689, 40.62611944799527, -73.83073637353087, 40.62613875193099, -73.83073459727275, 40.62616012949861, -73.83073759318997, 40.626183053983866, -73.83074523272697, 40.62620648779637, -73.8307592525078, 40.62623447143019, -73.83079767904859, 40.62629684768248, -73.83081276459974, 40.626325438028445, -73.83081935783616, 40.626342948466274, -73.8308333336089, 40.6263906498452, -73.8308393431176, 40.626404379933994, -73.83085610933074, 40.626428331458776, -73.8308678955544, 40.62644085704212, -73.83090080465566, 40.626469833803554, -73.83093708905474, 40.62649752236995, -73.83097193458418, 40.62651981108341, -73.83099298630867, 40.62652750366878, -73.83103476651003, 40.62653425505305, -73.83105560137858, 40.62653984098837, -73.83107028048471, 40.62654929822232, -73.83107311416991, 40.62656539290425, -73.83106478507969, 40.62657758093123, -73.83100053073541, 40.62660815375844, -73.8309090693834, 40.626648668819186, -73.83086496689496, 40.62666793994498, -73.83084090431058, 40.62667955729156, -73.83085639066564, 40.626691813660734, -73.83088516435926, 40.62669932941693, -73.83096454240517, 40.62672159807895, -73.83107061452067, 40.62675820529248, -73.83117667801201, 40.62679873506669, -73.83122458934761, 40.6268165772017, -73.8312473336693, 40.62682615431471, -73.83126797314004, 40.6268370764147, -73.83128441123554, 40.626848794710234, -73.83130728071039, 40.626869186357276, -73.83136024400429, 40.626919639227836, -73.83143040595684, 40.62698303707301, -73.83147831814301, 40.62702355783523, -73.83149930708326, 40.62703888305498, -73.83151982749753, 40.627052062542134, -73.83155174797163, 40.62706321994833, -73.83157212090914, 40.627065998187305, -73.83160739843937, 40.62706857672549, -73.83164108975093, 40.62707071707768, -73.83166742447605, 40.627071094234445, -73.83169091622591, 40.627069772441885, -73.83171205569865, 40.62706667227368, -73.83174157355226, 40.62705899890841, -73.83176878009172, 40.62704829820246, -73.83179228397265, 40.62703512464423, -73.83181127678542, 40.62701993631921, -73.83183400698051, 40.62699671630387, -73.83185643147841, 40.62697144625002, -73.83187712767194, 40.626937855547794, -73.83188997892859, 40.626925575918186, -73.83191036428136, 40.626921536267496, -73.83194992297912, 40.62692962674797, -73.83199442433602, 40.62693120556289, -73.83201395052915, 40.62693041191876, -73.83204661969243, 40.62692445947343, -73.83206363500616, 40.62691680738347, -73.83215644212898, 40.62682792546252, -73.83217388560314, 40.62681261684732, -73.8321844046667, 40.62679805996364, -73.83218569305653, 40.62678392005515, -73.83217353120408, 40.62676742366036, -73.83212427584041, 40.626729363251464, -73.83207824490003, 40.626697373443456, -73.83206466025148, 40.626685028163855, -73.83205518544655, 40.62667162176826, -73.83205083265263, 40.62665274948481, -73.83205681401353, 40.62663878933309, -73.83207245962858, 40.626626822643544, -73.83208986464798, 40.626619269275665, -73.83212890926978, 40.62660612824983, -73.8321815782193, 40.62658296538362, -73.8322028805343, 40.626575197960136, -73.83222578962474, 40.626570500954124, -73.83224679853791, 40.626570837787646, -73.83226842060994, 40.626576449866235, -73.83229430768539, 40.626588391623976, -73.83234791105104, 40.626617618782234, -73.83237533653231, 40.626629281802266, -73.83241953062571, 40.62664536290332, -73.83244011116652, 40.626651565073956, -73.83248664767275, 40.626662538203085, -73.8325050687225, 40.62666832387624, -73.83251764052319, 40.626679735588546, -73.83252048702376, 40.62669463255918, -73.83249800570694, 40.626706417351016, -73.83246239510306, 40.62671416938265, -73.83240859757059, 40.62673350441638, -73.83238173537367, 40.62674884256077, -73.83236858422363, 40.62676481124457, -73.83236321565566, 40.626787981938726, -73.83236386174973, 40.62680791142066, -73.83236746901855, 40.62682201074167, -73.83238144106386, 40.626851440342506, -73.8323860686214, 40.62686777984669, -73.83236986584329, 40.626903465501236, -73.83236588170962, 40.62691847228524, -73.83244942519313, 40.62700634717975, -73.8325201102932, 40.627076964600406, -73.83252886963619, 40.62709529936893, -73.83252616961396, 40.62711810834525, -73.83251476405474, 40.627154360230904, -73.8324945035792, 40.62723154232131, -73.83249219300939, 40.627247984276984, -73.832491229139, 40.62726564660019, -73.83249327382514, 40.6273066377117, -73.83249672016814, 40.627325070102366, -73.8325034021171, 40.62734418169726, -73.83251331970443, 40.627363960789154, -73.83252647172192, 40.62738441908216, -73.83254186290928, 40.627397579207496, -73.83257696841486, 40.62741463397923, -73.83259257095659, 40.62742458674831, -73.83260593276182, 40.627450480884654, -73.83260911643707, 40.62746621222551, -73.83261075642626, 40.6274833902577, -73.83261090925849, 40.62750256708315, -73.83260650883665, 40.62760485990538, -73.8326064291046, 40.627642304368635, -73.8326091834306, 40.627672770315236, -73.83261830769432, 40.627684666879176, -73.83263912085707, 40.62769344844489, -73.83267522808018, 40.62770372912122, -73.83269068760136, 40.62771088825115, -73.83269325362706, 40.62772878894684, -73.83268260033384, 40.62774407060009, -73.83265516231998, 40.62776972704347, -73.83262744945253, 40.62779798828847, -73.83261522032807, 40.62780819770609, -73.83259725319915, 40.62781639690878, -73.83257718202496, 40.62781571930737, -73.83256274318113, 40.627802166146026, -73.83254777859783, 40.6277659145762, -73.83253761773383, 40.6277526215893, -73.83250596892506, 40.62772626855608, -73.83248346373595, 40.62771257846052, -73.83246744423035, 40.62770626857888, -73.83243216741263, 40.62769572699588, -73.83239312072817, 40.62767933822409, -73.83234077372026, 40.62765260286522, -73.83231741863796, 40.627642261437174, -73.8322977743546, 40.62763587690494, -73.83227825820548, 40.6276325930514, -73.83227163559216, 40.62764632174425, -73.83229406025453, 40.62767651021611, -73.83233120227767, 40.6277086373575, -73.83234780057508, 40.62772684759151, -73.83237551497652, 40.62777754142787, -73.83238516278246, 40.62779321465967, -73.83239688949821, 40.62780517266846, -73.83242445520769, 40.62782473345137, -73.83243819445697, 40.62783729053435, -73.83244445958177, 40.627851077641836, -73.83244203780148, 40.62786990311347, -73.83242917947169, 40.627895795074146, -73.83240194686877, 40.627935606150935, -73.83239363217409, 40.62795009152323, -73.83239144515284, 40.627992619958164, -73.83238159914691, 40.62802714419959, -73.83237348413498, 40.62804353176255, -73.83236381960067, 40.62805709213016, -73.83235237225439, 40.628068003265106, -73.83233238387976, 40.62807950349183, -73.83230783522092, 40.62808690419431, -73.83224758264006, 40.6280937341023, -73.83222950094039, 40.62809856242893, -73.83219084617582, 40.62811425793561, -73.832172514758, 40.62811827271807, -73.83215073052756, 40.62811537725923, -73.83211047210233, 40.628096197708885, -73.83209249805587, 40.62809111773485, -73.83204244506436, 40.62808596028218, -73.83202229245126, 40.62808520682124, -73.83200374562503, 40.628085581354775, -73.8319536631393, 40.6280893254738, -73.83193508291572, 40.62809216647543, -73.83191697426744, 40.62809642288253, -73.83190238506751, 40.62810693044854, -73.83190084568379, 40.628123080849115, -73.83191050578952, 40.62813478464016, -73.8319839729235, 40.62815505109632, -73.83202635334513, 40.62816655594623, -73.83205031864506, 40.62817447141901, -73.83206106219514, 40.6281952720454, -73.832073342986, 40.62820780722966, -73.83209000876634, 40.62821565890162, -73.83216016430191, 40.62821662673896, -73.83219936137024, 40.6282156141339, -73.83222043705341, 40.62822109754825, -73.83223756610815, 40.62822944696261, -73.83225887120206, 40.628234888380156, -73.83228378623976, 40.62823598734289, -73.83232325619109, 40.62822986193352, -73.83234788285137, 40.62822107273767, -73.83235854135852, 40.62820424672953, -73.83236135435448, 40.6281873210302, -73.83237105564261, 40.62817513491213, -73.83242364983964, 40.62817655425941, -73.83247605390241, 40.62818214902299, -73.8324979535022, 40.628183358812244, -73.83252324918499, 40.62817642112483, -73.83254560185144, 40.6281647595132, -73.83260090646354, 40.628154782127055, -73.83269668874298, 40.6281331721547, -73.83280067252373, 40.62811295723068, -73.83283259119213, 40.62810058545517, -73.83284993791393, 40.628086696720686, -73.8328719026469, 40.62805197483199, -73.83289163494501, 40.62801383761894, -73.83292372948263, 40.627942518847576, -73.83293297498653, 40.62792726664497, -73.8329430919773, 40.62791468755468, -73.83296026118316, 40.62790038790771, -73.83303109961025, 40.62786590268104, -73.83310599485574, 40.62783264530716, -73.833128210219, 40.62783515758879, -73.83315314450587, 40.62784126779256, -73.83317074105132, 40.627847010737334, -73.8331859233389, 40.627854941144975, -73.83320099056631, 40.62786918583928, -73.83320718078973, 40.62788936109461, -73.83320607576381, 40.62790635142864, -73.83320051299114, 40.62792549204407, -73.83318954822757, 40.627950040556996, -73.83318065256017, 40.627964376556996, -73.83315646750106, 40.62799517441285, -73.83314825560448, 40.62800973473184, -73.83314251405275, 40.6280256782341, -73.8331379642301, 40.62804337948229, -73.8331313053162, 40.62808917213334, -73.83313144465586, 40.62811049668042, -73.83313965684613, 40.62815964644527, -73.83314062162488, 40.62818174123535, -73.83313611262417, 40.62821903878658, -73.83312746390226, 40.628252769667945, -73.83311466587492, 40.628282983393206, -73.83309771856553, 40.62830966915484, -73.83307847960786, 40.62833676222458, -73.83306670836046, 40.628349609981306, -73.83304964024454, 40.62835984303624, -73.83301948019265, 40.628362782664304, -73.83295797004592, 40.628354892097605, -73.83293481025586, 40.6283570548182, -73.83291829221764, 40.62836331375199, -73.83289360157684, 40.62837925491703, -73.83288221397841, 40.62839463908043, -73.83287851716447, 40.6284152781576, -73.83288068557661, 40.62843009668583, -73.83291614419772, 40.62849756214564, -73.83293170912705, 40.62850660798752, -73.83294282704827, 40.628517746480924, -73.83294732632105, 40.628538690138136, -73.83294850938594, 40.628578383233, -73.83295030932761, 40.628594035106985, -73.83297346601375, 40.62868382280463, -73.83297652915041, 40.62870527136742, -73.83297747168534, 40.628726317918584, -73.83297628231071, 40.62874675712286, -73.83297296967018, 40.62876644040682, -73.83296735163194, 40.62878588350426, -73.83295935697475, 40.62880520698127, -73.83294909627651, 40.62882414804583, -73.83293671918277, 40.62884241874795, -73.83286594606228, 40.62893440409209, -73.83283533794074, 40.628978333847186, -73.8328213013349, 40.62899612484756, -73.8328029706228, 40.62899788932892, -73.8327697362967, 40.6289818396322, -73.83273126615069, 40.628980783191516, -73.8327111829386, 40.628983824749255, -73.83269307794852, 40.6289879597134, -73.83266803410145, 40.62899710768365, -73.83262271419996, 40.62902680034145, -73.83260511814024, 40.62903489562451, -73.83257072614707, 40.62904309612234, -73.83255122952747, 40.62904552074881, -73.83253011994869, 40.62904683628199, -73.83247538739435, 40.6290367427498, -73.83245611033598, 40.62903739635479, -73.83243377535102, 40.629048954414216, -73.83241556261315, 40.62906350640735, -73.83238196841701, 40.629079702839206, -73.83236200430551, 40.629085189424785, -73.83234002169712, 40.62908161832243, -73.83232594184102, 40.62907045834193, -73.83230623563706, 40.62903868712806, -73.83226611386677, 40.62896254356149, -73.83225666455215, 40.628949666729994, -73.8322338936854, 40.62893055596285, -73.83221777760657, 40.62892400096497, -73.832198246146, 40.62892806893204, -73.83218316067952, 40.62893986985772, -73.83217522303933, 40.62895428282105, -73.83217938742158, 40.62897529986159, -73.83218556492658, 40.62899104998985, -73.83220606613725, 40.62903096489809, -73.83224012609023, 40.62908387159544, -73.83225131036025, 40.629104344154555, -73.83225809553731, 40.62912569190475, -73.832264017241, 40.62916892916554, -73.83226818047424, 40.629186657497094, -73.83227510745405, 40.629203791013616, -73.83229701962541, 40.62924528567604, -73.83230519838007, 40.629264747062805, -73.83230958874714, 40.629283344726886, -73.83231074311453, 40.62930279586784, -73.83230862743693, 40.629322536709864, -73.83230331312613, 40.62934189917016, -73.83229299870958, 40.62936611805195, -73.83227980040438, 40.62938981942881, -73.8322639164646, 40.62941265778886, -73.83224558060425, 40.62943428767183, -73.83221335043628, 40.62945131902633, -73.83219835136155, 40.62946162071175, -73.83218853726476, 40.62948144847226, -73.83218322361753, 40.629500058091985, -73.83218089381087, 40.62951938798105, -73.83218162385093, 40.629538825896226, -73.83219812293466, 40.62958396789036, -73.83220197119755, 40.62959910406381, -73.8322037659707, 40.62962051387292, -73.8322032429109, 40.6296376878497, -73.83220032921714, 40.629652784437226, -73.83219492257768, 40.62966606643806, -73.83218438196769, 40.62968243243454, -73.8321569821406, 40.62971648076786, -73.83214626403515, 40.62973197929976, -73.83210768765096, 40.62980117575531, -73.83208587012814, 40.62984605918884, -73.83208023575641, 40.62986292942837, -73.83207719309644, 40.629878532817536, -73.83207923387278, 40.62990550640702, -73.83209376770749, 40.629949566719716, -73.83209966513024, 40.62996344695993, -73.83211820857133, 40.62999751643906, -73.83212382575954, 40.63001661118676, -73.83211918400599, 40.63003545591907, -73.83210114118155, 40.63005562736148, -73.83208027408556, 40.630071304677834, -73.83206331190087, 40.63008148010671, -73.83202249698138, 40.63010213877409, -73.83200566682679, 40.63011291683598, -73.83195735531022, 40.63015111928575, -73.83194071893216, 40.63016660914797, -73.83192699039715, 40.63018155934373, -73.83191087327056, 40.63020300060434, -73.83189744702743, 40.630225570547836, -73.831884774765, 40.6302528783334, -73.83187508039518, 40.630280461528805, -73.83187160070122, 40.63029498094593, -73.83186926300175, 40.63031129767195, -73.83186658886991, 40.630362160598025, -73.83186642121676, 40.63038366749892, -73.83186837127141, 40.630402991031225, -73.83187248284824, 40.630420568912214, -73.83187879225434, 40.630436534471905, -73.8318935076337, 40.63045450157304, -73.83194488657332, 40.63048955742521, -73.83195911667643, 40.63050357412292, -73.83197022798461, 40.63052350988877, -73.8319756905918, 40.630537338169304, -73.83197971225331, 40.63056247578944, -73.83197745792147, 40.630605779455465, -73.83197473042388, 40.630621530086195, -73.83197063010941, 40.63063561184606, -73.8319444825623, 40.63070350714088, -73.83191838497883, 40.630773131502835, -73.83190395984568, 40.63081540879006, -73.83189692886786, 40.63084516523492, -73.83188608296159, 40.63091834012804, -73.83186505901861, 40.631012098655205, -73.83186639227745, 40.631037915842214, -73.83186111320052, 40.63105257130678, -73.83183821026188, 40.631072500562894, -73.83179385015848, 40.63109679116735, -73.83177796642974, 40.63110712662288, -73.8317678978429, 40.63112179398653, -73.8317649168165, 40.6311368094154, -73.83176691803723, 40.63115271284382, -73.83177566628, 40.6311666720133, -73.83180241778801, 40.63117866106479, -73.8318154997363, 40.63118867508439, -73.83181574788944, 40.63120324137534, -73.83180802612682, 40.631217216972885, -73.83179749889047, 40.63123001778842, -73.8317802622645, 40.6312443657878, -73.83173425000538, 40.63126896012896, -73.83171666776065, 40.631281611931875, -73.8317033032973, 40.631297851278035, -73.83169398908252, 40.63131802372372, -73.83168845289566, 40.63134227295478, -73.83168555456108, 40.63137557448246, -73.83166076736023, 40.631380971938064, -73.8316379000122, 40.631388599188114, -73.83161786698156, 40.631398147793696, -73.83160116531393, 40.631409378045184, -73.83158193035072, 40.631427267538626, -73.83156923217784, 40.63144456145462, -73.83156360219328, 40.63146052484807, -73.83156507992443, 40.6314749533597, -73.83159800599859, 40.631514233688286, -73.83160652198325, 40.631527961096, -73.8316177590086, 40.631560871784565, -73.8316233769416, 40.631587162618075, -73.83163462219338, 40.63169881127147, -73.83163781654197, 40.63174544132426, -73.8316375877244, 40.63178132314881, -73.83163419745375, 40.631797827435776, -73.83162583500486, 40.631815054764, -73.83161246936201, 40.631833115851116, -73.83159363437413, 40.631852651183465, -73.83157811481797, 40.63186379491158, -73.83154047997091, 40.63188237425836, -73.83152573122723, 40.6318915829886, -73.83150454918858, 40.63190952904974, -73.8314839854325, 40.63193071158509, -73.8314635140397, 40.63195556747719, -73.83143956147639, 40.63198842929687, -73.83139513715037, 40.63205421655909, -73.83135365811685, 40.63212101940891, -73.83131521341393, 40.63218868759316, -73.8312798885253, 40.63225707445533, -73.83125456463449, 40.63231283717271, -73.83123584618541, 40.63236378458853, -73.83120753176857, 40.632455507010356, -73.83117851132373, 40.63255528444798, -73.83115893238592, 40.632626729144434, -73.83115471925319, 40.632651180205286, -73.83115313471782, 40.63267338382377, -73.83115704625176, 40.63269152065586, -73.83118120852005, 40.63273385090019, -73.83118620647717, 40.632749132873975, -73.83118677049873, 40.63279344743539, -73.83118454595896, 40.632832216997315, -73.83118187614438, 40.6328502874324, -73.83117329765398, 40.632889737463664, -73.83117110020348, 40.63290611381165, -73.83117172327016, 40.63293082321877, -73.83117728591073, 40.632957453485425, -73.83118783893343, 40.6329864819616, -73.8312043905756, 40.63302072965688, -73.8312213972492, 40.63304799357758, -73.83126121560589, 40.633100182272464, -73.83127654763891, 40.63312266916545, -73.83130144882563, 40.633163162503365, -73.83132558810951, 40.63320533689098, -73.8313393944823, 40.6332351877978, -73.83134882690766, 40.63326286923622, -73.83136585214137, 40.63333195244972, -73.8313873758265, 40.633434886531624, -73.83141201949485, 40.63356288487639, -73.83141930210203, 40.63358860002047, -73.83142952053514, 40.633615398292015, -73.83144279335838, 40.63364360675325, -73.83145951326006, 40.63367406436343, -73.83147346723197, 40.63369655010904, -73.83148915149386, 40.63371912754029, -73.83152572267446, 40.633764573683315, -73.83158119286476, 40.63382437388345, -73.83163644380514, 40.63387694345387, -73.83165996820698, 40.63389642914624, -73.83171966345922, 40.63394115264147, -73.83174564828472, 40.63396230157685, -73.83179597207759, 40.63400901677801, -73.83181535420076, 40.63402962743264, -73.8318319686033, 40.63404951992306, -73.83186234783567, 40.63409293072886, -73.83189940106898, 40.63415554138111, -73.8319331601987, 40.634218538932565, -73.83195789967382, 40.63427428310535, -73.83196915451171, 40.63430694433068, -73.83197806232849, 40.634341273491664, -73.8319846278018, 40.63437728950657, -73.83198885675478, 40.63441502570357, -73.83199226042649, 40.63448054716195, -73.83199195415588, 40.63454444856533, -73.83199006118427, 40.63456577373208, -73.83198148820719, 40.63462332429025, -73.83198074708336, 40.63464068434606, -73.83198187220482, 40.6346562568937, -73.83198786356297, 40.63468979293475, -73.8320004224851, 40.63474397940616, -73.83201779078975, 40.63480585884619, -73.83202308765068, 40.63482885507659, -73.83202154008872, 40.63484585644741, -73.83201217424585, 40.634863370499296, -73.83199166678827, 40.634891942874745, -73.83198419246348, 40.63490795761952, -73.83197018213973, 40.63495181231526, -73.83196560064852, 40.63497426820788, -73.83196618604971, 40.63499528271335, -73.83197293898986, 40.635013203937866, -73.83201189142119, 40.635048037159905, -73.83202268572353, 40.635059910985674, -73.83203487109131, 40.63507986091071, -73.83204506652478, 40.635100017749096, -73.83204699392519, 40.635113857964875, -73.83204158371439, 40.63513964277505, -73.83204616855335, 40.63516187882446, -73.83204616855335, 40.63516187882446 --74.03693204798827, 40.63873067147322, -74.03686656097175, 40.63873612531679, -74.03595783308282, 40.638820829494406, -74.03583177003956, 40.63877591134885, -74.03574572992312, 40.63874525475278, -74.03485669801813, 40.63847400056785, -74.0338801285604, 40.638166956199676, -74.03363916421804, 40.63809247569597, -74.0335506652981, 40.638065121277926, -74.0333286846992, 40.63799650956712, -74.03209040016046, 40.637613166953045, -74.03202992970229, 40.637594326048216, -74.03190531315995, 40.637555495200445, -74.03173078072682, 40.637501111633995, -74.03126826754821, 40.63735699142472, -74.02865776614777, 40.63654568909399, -74.02788791721719, 40.63630842955368, -74.026907914624, 40.63600352401532, -74.02678979686176, 40.63596677350044, -74.02616737511491, 40.635773112539496, -74.02603960235513, 40.63574086964706, -74.02595541835508, 40.635719626526765, -74.02591735765247, 40.63571002207161, -74.02431983419504, 40.63498111183869, -74.02351865601125, 40.634615474147395, -74.022157141965, 40.63399220532339, -74.02197107989856, 40.63390702850205, -74.02101221927771, 40.633468065048504, -74.02061283630754, 40.63328507079143, -74.01973592290577, 40.632884602559606, -74.01852943457322, 40.63233326047947, -74.0184357631971, 40.63229022981385, -74.01801490255187, 40.6320968883899, -74.01784991346467, 40.632021092196055, -74.01709530176029, 40.631674420472976, -74.01695587538426, 40.631621034017, -74.01733663560522, 40.63072897043871, -74.01725164080621, 40.63069101011888, -74.01699124525406, 40.63057475851356, -74.01677189958323, 40.630476744861056, -74.01661424080112, 40.630406257976524, -74.0164333846269, 40.63032555329708, -74.01634322385186, 40.63028528411051, -74.01664336104959, 40.62957576044387, -74.0169096571023, 40.62890316222579, -74.01692637532477, 40.6288404088565, -74.01693406601457, 40.62881596311858, -74.01704445346807, 40.62838079409736, -74.01706402270823, 40.62834742604003, -74.01722288702483, 40.62810036638717, -74.0172589310683, 40.62802087390863, -74.01729060198612, 40.62795102934356, -74.01746424441107, 40.62752250158721, -74.01748696181713, 40.62746643537595, -74.01784194040405, 40.626590374079065, -74.01790662560643, 40.62642355262474, -74.01834119138196, 40.62537490882382, -74.01836380845295, 40.625320338205945, -74.01859579633357, 40.62476051337161, -74.0187032011587, 40.6245117687126, -74.01875180206866, 40.62431718902894, -74.01884686717112, 40.62414904008209, -74.01887125128455, 40.624106273985355, -74.01894017877825, 40.62395899429577, -74.01896509384868, 40.62390525435275, -74.01907578954554, 40.62361435543246, -74.01918711731028, 40.623367139623475, -74.01938703467536, 40.62289150175378, -74.01943504384484, 40.62279430680525, -74.01948449347037, 40.62268470962701, -74.0194998746936, 40.622650616925455, -74.01955920144988, 40.6225191281917, -74.01970490789421, 40.62218465008687, -74.01974867224553, 40.62221170231077, -74.02008667456552, 40.622420630188515, -74.02019349176466, 40.62240108279327, -74.02078851046862, 40.621742927842845, -74.02210278778442, 40.62028357849126, -74.02222811050952, 40.62015086353799, -74.02224281285791, 40.62012825672995, -74.02224516065401, 40.62009501446295, -74.02223914031434, 40.620080080495725, -74.02234403579895, 40.620041507072784, -74.0225887607244, 40.619755921307686, -74.02271485875532, 40.61958743068505, -74.02271110632365, 40.61956934717329, -74.02279880917119, 40.61942334823098, -74.02284654642315, 40.6194512251731, -74.02292912747063, 40.61936176632976, -74.0236335011266, 40.618537327659524, -74.02368093703285, 40.61848274904914, -74.02372853824222, 40.618427981275424, -74.02387487933987, 40.61825960494502, -74.02431355799975, 40.61775486751747, -74.0243889560632, 40.617666110633564, -74.02450303144533, 40.61753182774143, -74.02455181444142, 40.61747440013154, -74.02458156638187, 40.61743937702484, -74.02462461196393, 40.61738870541623, -74.02467061442978, 40.61733539553145, -74.02485210397711, 40.617125074937725, -74.02524282065491, 40.61667228089758, -74.02534668424595, 40.61655216999128, -74.02557829813529, 40.616278725968144, -74.02560273118354, 40.61624979760052, -74.0256525067746, 40.61618481482508, -74.02568206225416, 40.61613973715716, -74.02572934459056, 40.616048077874765, -74.02555243441375, 40.61595992662634, -74.025530409912, 40.61594895236963, -74.02493642480664, 40.615652977083826, -74.02485309087217, 40.61561145230138, -74.02481596022795, 40.61559295011622, -74.02487367136868, 40.61549632615818, -74.02494369167837, 40.61537908747648, -74.02526696879781, 40.61483779928133, -74.02529397849008, 40.61479257548155, -74.02533835999367, 40.614718258318, -74.0254120556689, 40.614593596437075, -74.0262592279357, 40.61316049781531, -74.02630152507302, 40.61308894354202, -74.02633776062905, 40.61302764847799, -74.02641063303884, 40.61290437202514, -74.02647077647909, 40.612802608305024, -74.02648162048601, 40.61278425498699, -74.02653275607149, 40.61269792463888, -74.02655471098565, 40.61266100990762, -74.02656707462668, 40.612633886054475, -74.02657064064996, 40.612615440755455, -74.02655656718866, 40.61256842869745, -74.02654451972823, 40.612555626969524, -74.02651431376252, 40.61253430869884, -74.02648714921713, 40.6125184234643, -74.02645361259687, 40.61250414531919, -74.0263673720032, 40.61247660198177, -74.02639183238439, 40.61240761554417, -74.02639654031105, 40.61239311877341, -74.0265186299398, 40.61201856299699, -74.02652966852348, 40.611984698149776, -74.02655204543308, 40.61191605165193, -74.02681448883757, 40.611118960955594, -74.02682428686724, 40.611089200942544, -74.0268344401304, 40.61105836742416, -74.02683785444714, 40.61104799712394, -74.0268648538294, 40.61096599024523, -74.02687741701223, 40.61092783402041, -74.02694026811544, 40.610736943001676, -74.02704577292259, 40.61042240303305, -74.02705451240487, 40.610396538902734, -74.02710660268673, 40.61024364061112, -74.02695999512613, 40.61021810838902, -74.02517875395166, 40.60979274406003, -74.02498416424694, 40.60974627368938, -74.02497366820285, 40.609743813944775, -74.02478375871395, 40.60969930895648, -74.02476972581104, 40.60973426752207, -74.02469408750598, 40.60995934481357, -74.02465051570975, 40.60987423508076, -74.02458421945197, 40.60976748976289, -74.02454823297886, 40.609718446051716, -74.02449898850722, 40.60964920645973, -74.02446656871514, 40.60960781639447, -74.02443624083574, 40.60957401817151, -74.02440429736092, 40.60954246618398, -74.0243418083548, 40.609489099224454, -74.02431053937715, 40.60946648924589, -74.02406445370788, 40.60931692659381, -74.02391074981648, 40.60922753058519, -74.02342157836668, 40.60894150501043, -74.02319839729871, 40.60880917000818, -74.02318777432005, 40.608797843591034, -74.02312336981022, 40.608763157670865, -74.02306581992924, 40.60873219579661, -74.0230513754971, 40.608723721184795, -74.02302407618082, 40.60870075075035, -74.02299820018492, 40.60868311831621, -74.02293700585729, 40.60864718622758, -74.02290191952399, 40.60862660730179, -74.02285655259085, 40.608610805875855, -74.02282362201713, 40.608591640316185, -74.02236362500474, 40.60832292595765, -74.02226551957547, 40.608265614199645, -74.02153756251163, 40.60784035552349, -74.0214047371057, 40.607762760777284, -74.02145444591511, 40.60771387750008, -74.02222931419439, 40.60695187182608, -74.02225463752413, 40.60692697020264, -74.02246906473414, 40.606716095643286, -74.02247769366463, 40.606673899111065, -74.02240345207542, 40.60664438099698, -74.02235142235777, 40.606613746373164, -74.02103238580695, 40.60583707468579, -74.02095996842134, 40.60579469225017, -74.02081343467876, 40.605705545610235, -74.02079739676799, 40.60569162644655, -74.02078541375754, 40.605673367833376, -74.0207861127749, 40.60565671886002, -74.0207949469242, 40.6056331199889, -74.0209405297465, 40.60530919567245, -74.02095994540609, 40.60526599680283, -74.02100174259263, 40.60517299768614, -74.02113108221032, 40.60489051719581, -74.02116461330128, 40.604817285990904, -74.02118550717572, 40.60477165539978, -74.0212250811638, 40.60473773804647, -74.0212984046554, 40.60450871366127, -74.02123672078335, 40.604490068963436, -74.02116094001585, 40.60446716285763, -74.02060866361167, 40.604278632691674, -74.01996775056475, 40.604070388469076, -74.01922678859368, 40.60383740300169, -74.0191564042635, 40.60381527001943, -74.01908365792607, 40.60379239625668, -74.01904830155793, 40.60378127887483, -74.01874815456537, 40.603686899495806, -74.01868906441518, 40.603668318744326, -74.01864635499938, 40.60365488809265, -74.01928977597812, 40.60285514177535, -74.01937562278688, 40.602747104312144, -74.0194195297017, 40.60277643410891, -74.01944718306844, 40.60279438854409, -74.01946256167308, 40.602803444292114, -74.01947844274514, 40.60281362470493, -74.0194942882168, 40.602823255803095, -74.01951017066463, 40.60283406837778, -74.0195240009251, 40.60284510102625, -74.0195380814742, 40.60285547444835, -74.0195637963591, 40.60287441075399, -74.0195962822524, 40.60289683001924, -74.0196114423886, 40.60290610551188, -74.01962707175271, 40.602915958157, -74.01966204014295, 40.60293481001184, -74.01968238803842, 40.6029473778165, -74.01970514821922, 40.60296279895829, -74.01972790811944, 40.60297723492453, -74.01975099293685, 40.6029876617063, -74.01976939469738, 40.602995425544904, -74.01979499956185, 40.603013482908, -74.01980865267181, 40.60303642855843, -74.01981820128869, 40.60305547655517, -74.01985597199234, 40.60305335651064, -74.01988758479233, 40.60304750485566, -74.01991088322367, 40.60305697071126, -74.01992827997269, 40.6030740127769, -74.01995168915988, 40.603086361176025, -74.01996721144442, 40.603097365561005, -74.01997830311993, 40.603112351021416, -74.01999746639117, 40.60312988715599, -74.02001169184751, 40.60313842252915, -74.02004467988355, 40.603152058788474, -74.02006232281272, 40.60315853316493, -74.02008944200813, 40.60317101866806, -74.02010528740492, 40.60317982660459, -74.02014093516688, 40.60318605107481, -74.02015969628347, 40.60319016587265, -74.02018922474598, 40.60319534859657, -74.02020618589148, 40.60320154931194, -74.02023769507473, 40.60321233112101, -74.02026167823404, 40.603219654443, -74.02029372917222, 40.60323244160372, -74.02030953992099, 40.60323984920644, -74.02032578044805, 40.60324629767502, -74.02035404890302, 40.60325738170017, -74.02038134679268, 40.603266627925, -74.0204100472844, 40.60327636738037, -74.02043777599215, 40.6032841564707, -74.02046986175837, 40.60329472018718, -74.02049387943924, 40.60330270443766, -74.02051642219583, 40.60330934176543, -74.02053432149741, 40.60331548733301, -74.0205521470925, 40.60332014975124, -74.02058549166561, 40.60332840607298, -74.02060288471095, 40.603332658823305, -74.02062305215725, 40.603337649501206, -74.02064465517682, 40.603342779498654, -74.02066388789028, 40.60334722281993, -74.02068639088168, 40.603351254010825, -74.02070796146475, 40.603354626183254, -74.02072578776995, 40.60335769735206, -74.02074498111953, 40.60336090515068, -74.0207672690184, 40.60336471663718, -74.0208026319331, 40.60337008996022, -74.02082088923079, 40.603372310943506, -74.0208513153655, 40.6033762028866, -74.0208832212025, 40.603381549796346, -74.02090291952402, 40.603386210919325, -74.02092780284197, 40.6033926298144, -74.0209471033652, 40.60339844637191, -74.02098088262173, 40.603406071233756, -74.02100861290828, 40.603414739995955, -74.02102834577177, 40.60342022596927, -74.02105088952615, 40.603425986083586, -74.02106968643648, 40.60343081393964, -74.02108707725428, 40.603435313360066, -74.02112294531616, 40.60344252355672, -74.02115106662698, 40.603447185790365, -74.02116781657553, 40.60345382585727, -74.02121102428411, 40.60345395386992, -74.021239076118, 40.603455596644615, -74.0212652552576, 40.603457211842766, -74.02128725683852, 40.603459595053536, -74.02130831915883, 40.60346208829796, -74.02133126018107, 40.60346491258188, -74.02135235927192, 40.60346784526611, -74.02137440042056, 40.60347201328746, -74.02139222482059, 40.60347631986937, -74.02141008709295, 40.603480819153155, -74.02143035958711, 40.60348515138822, -74.0214491219246, 40.6034888796513, -74.0214828999265, 40.60349595684838, -74.02150450651888, 40.60350081022319, -74.02152420480459, 40.603505116434015, -74.02154300281053, 40.60350950295662, -74.02156082694819, 40.60351293240401, -74.02159359634925, 40.60351753782489, -74.02162449149331, 40.60352093508858, -74.02164274984491, 40.603522550790274, -74.02166406510368, 40.60352523753407, -74.02169823933858, 40.603529869675945, -74.02173151454066, 40.60353477663688, -74.0217497709111, 40.6035375449901, -74.02176806403489, 40.60354069695581, -74.0218032457273, 40.60354777289232, -74.02182618436511, 40.60355037735057, -74.02184818716934, 40.603552733438015, -74.02186828025462, 40.60355385526906, -74.02189964414593, 40.60355620956513, -74.02192071129973, 40.60355886749188, -74.02194505241322, 40.603561525690225, -74.02196705398077, 40.603563689944, -74.0219904595336, 40.60356692464557, -74.02201527180269, 40.60356875876125, -74.02203957712456, 40.60357034532524, -74.02206766602622, 40.60357311264253, -74.02211001154951, 40.603577522464825, -74.02213482270821, 40.6035795492666, -74.02215819339173, 40.60358091805916, -74.02217734967299, 40.60358239572295, -74.02219629054697, 40.6035827495737, -74.02221544791071, 40.60358392555605, -74.02224425450363, 40.60358820196631, -74.02227990514703, 40.6035947283477, -74.02230709301828, 40.60359881324475, -74.02233611793561, 40.603602291727114, -74.02235999384312, 40.60360577390555, -74.02238667802372, 40.60360873322933, -74.02241714093824, 40.60361248787135, -74.02246146851913, 40.60362225078069, -74.02248639129549, 40.60362935462769, -74.02250940065878, 40.603634811789355, -74.02253421213811, 40.60363768949812, -74.02255808653449, 40.60364012793073, -74.02258055864851, 40.60364306102047, -74.02261710964483, 40.603649530387464, -74.02263914823469, 40.60365271119463, -74.02265978225384, 40.603656604587336, -74.0226809205308, 40.603663242667835, -74.02270018674112, 40.60366823496007, -74.022732955745, 40.603671219116556, -74.02275287026416, 40.60367519548289, -74.02278600062661, 40.60368454894468, -74.02281193127982, 40.6036950844105, -74.02283753102768, 40.603691538474045, -74.02285557007202, 40.60368390296437, -74.02287202529114, 40.603677970654125, -74.02289010019733, 40.603671572449095, -74.0229126058045, 40.603675629318644, -74.0229299661947, 40.60369075102347, -74.02294044894867, 40.60370222248202, -74.02296954211602, 40.60369779871046, -74.02300127000038, 40.60370695787769, -74.0230232732785, 40.60371384426616, -74.02305096554247, 40.6037207538236, -74.02308319588157, 40.6037205015123, -74.02311268767495, 40.60372422824881, -74.02314455584158, 40.60372897028801, -74.02318795103203, 40.60373769030039, -74.02321654409079, 40.603742514927845, -74.02324326199115, 40.60374703915308, -74.02326857978514, 40.603751507823205, -74.02329248917326, 40.60375583899337, -74.02336203130167, 40.60377484750457, -74.02339980530833, 40.60377793941659, -74.0234187105873, 40.603777689723415, -74.02345482725686, 40.60377496458312, -74.02348766491032, 40.60377133327602, -74.023507111017, 40.60377358060521, -74.02352702662992, 40.60377709036682, -74.02354463262205, 40.60378125887967, -74.02357863070554, 40.60378819493414, -74.02361442437152, 40.60379087834492, -74.02364708459831, 40.60379002063639, -74.02366742924288, 40.603790565767056, -74.0237025043394, 40.60379264324709, -74.02373811838318, 40.603798537917726, -74.02377012964044, 40.60380009550819, -74.02379116088392, 40.60380102319678, -74.0238110378306, 40.6038020627854, -74.02383145717398, 40.603806642209975, -74.02384978754765, 40.60381105636838, -74.02386948505169, 40.60381580163202, -74.02388688081524, 40.603820107015416, -74.02392382768639, 40.60382284502196, -74.02394579218623, 40.60382336094947, -74.02397614919525, 40.60382450728864, -74.02399577291332, 40.603824448261335, -74.02401539919198, 40.60382493854856, -74.02403549121374, 40.60382605910036, -74.02405468665643, 40.60382770213908, -74.02407341178905, 40.60382915346192, -74.0241022211281, 40.60383386795999, -74.02412332298853, 40.60383726570474, -74.0241426962895, 40.60383737240096, -74.02417892204971, 40.603838983023536, -74.02419811406477, 40.60384092861436, -74.02422717730349, 40.6038452585048, -74.02426135584022, 40.60386078800038, -74.0242817044543, 40.60387217440538, -74.02430850511858, 40.60387976194118, -74.02433071740072, 40.603882539853835, -74.02435369333857, 40.6038864036299, -74.02439362824462, 40.603892187318024, -74.02441282282474, 40.603894626358525, -74.02444847476343, 40.6039004370524, -74.02446997375777, 40.60390734938621, -74.02449474948389, 40.603908881299496, -74.02451372796628, 40.60391162204404, -74.02453133723706, 40.60391480253242, -74.02455287138729, 40.60391767870379, -74.02457689171825, 40.603921297270126, -74.02460008497113, 40.60392485927559, -74.02461906127166, 40.603928067374085, -74.02465561223676, 40.6039334941888, -74.02467455382192, 40.603935466769464, -74.02471826964334, 40.60393809140245, -74.02474074137258, 40.603939458962685, -74.02476270859572, 40.60394082572673, -74.0247870520087, 40.603942632329336, -74.0248113586425, 40.60394402559516, -74.024831450765, 40.6039452846882, -74.02485089838338, 40.603948161254486, -74.02488885287434, 40.603953203168636, -74.02491085867226, 40.60395660327457, -74.02493102340547, 40.60395928876126, -74.02494974762719, 40.60396131447449, -74.02496937573005, 40.60396339672121, -74.02499184667167, 40.6039657800213, -74.02501669422732, 40.60396972700632, -74.02503967030714, 40.603973783356906, -74.02506264380017, 40.60397723635372, -74.0250842186501, 40.60398140376515, -74.02510672482587, 40.60398634001479, -74.02513063685286, 40.60399086351364, -74.02515692635012, 40.6039960717843, -74.02518224214894, 40.60400092545661, -74.02520712709135, 40.604006820221294, -74.02522916638907, 40.604011235147155, -74.02524980321968, 40.60401562156022, -74.02526953640132, 40.60402055748667, -74.0252913981619, 40.60402725076013, -74.02530900796859, 40.604031666645376, -74.0253288874533, 40.60403292389723, -74.02535650756144, 40.60403552571842, -74.02538261569609, 40.60403908782335, -74.02540040430894, 40.60404141804623, -74.0254186628311, 40.60404286745196, -74.0254486957289, 40.60404889880548, -74.02546735191233, 40.60404900363612, -74.02549910998238, 40.60404924333752, -74.0255351579852, 40.604052171035654, -74.02555514448518, 40.60405826132588, -74.02558640636556, 40.60406786113863, -74.02562047020668, 40.60406664414915, -74.02563915948885, 40.60406677776125, -74.02567823107167, 40.60406986953544, -74.02571100192614, 40.60407373265233, -74.02574330390176, 40.60407806143475, -74.02576390201467, 40.60407995061679, -74.02578216091624, 40.60408233470646, -74.02580348144721, 40.60408554028244, -74.02583581908216, 40.60409039133354, -74.02586725819332, 40.60409680678443, -74.02589869770493, 40.604104238915916, -74.02592920199247, 40.60410999537847, -74.02596060289696, 40.604115340091795, -74.02597915076709, 40.60411942427036, -74.02601199269901, 40.604126691258266, -74.02603169264158, 40.604130996695986, -74.02604995162011, 40.60413351762245, -74.02606889378782, 40.60413370513868, -74.02609708724064, 40.60413087020086, -74.02613335180041, 40.6041344847604, -74.02615921015915, 40.60414265921905, -74.02618247560542, 40.60414913047515, -74.02622579815288, 40.60415469212689, -74.02625061023384, 40.604158200299025, -74.02628118592787, 40.60416812786943, -74.02629998325222, 40.604172515415044, -74.02633700590309, 40.60417791457133, -74.02636531118503, 40.60417999369033, -74.02638666393588, 40.60418086679892, -74.02641615920545, 40.60418344001872, -74.02644377965684, 40.60418664402775, -74.02647377781693, 40.60419108389909, -74.02650139863421, 40.60419519471974, -74.02652531041582, 40.60419867422349, -74.0265505911879, 40.604201166433896, -74.02657212553932, 40.60420409715871, -74.02659506467538, 40.60420691859124, -74.02661429739908, 40.60420976879371, -74.02664753642225, 40.60421404307361, -74.02668196395905, 40.60421806942451, -74.02671473612511, 40.60422193045383, -74.02674754207096, 40.60422752226906, -74.02676583937362, 40.60423119574093, -74.02678506887521, 40.60423481406078, -74.02680476617282, 40.6042382134415, -74.02682633868739, 40.60424196898785, -74.02684838044372, 40.60424616207418, -74.02686761120198, 40.60424994517545, -74.02689713978178, 40.604255894320794, -74.02691683832795, 40.60425943056136, -74.02694730580394, 40.60426433666949, -74.02697917904882, 40.60426863728883, -74.02700067768458, 40.60427079979649, -74.02702268074222, 40.604272743354706, -74.02704561975425, 40.60427515315882, -74.02706715524442, 40.60427786586426, -74.02708635003272, 40.6042803035576, -74.02711732109246, 40.604285785836026, -74.02714919346705, 40.60429079962183, -74.02718102775877, 40.604295128110614, -74.02720328511423, 40.60429770374049, -74.02723630681871, 40.60430197700101, -74.02727120180982, 40.60430765011918, -74.02729043366794, 40.60431113147459, -74.02732046928593, 40.604317327133764, -74.02736066053382, 40.60432461900464, -74.02739325135558, 40.60432974331588, -74.02742393473271, 40.60433371360392, -74.02745717355381, 40.60433722040505, -74.02747845588418, 40.60433908029962, -74.0275088875736, 40.604342970478704, -74.02752854904129, 40.604345271107164, -74.02754821145369, 40.60434699449751, -74.0275792194841, 40.604350281170106, -74.02760309567077, 40.604353129192226, -74.02762369417037, 40.60435562049002, -74.02764663457367, 40.60435841559722, -74.02766773758671, 40.604360907666255, -74.02770004190644, 40.60436454970037, -74.02771923689161, 40.60436734569574, -74.0277414910205, 40.60437057860315, -74.02777519903086, 40.604374301324306, -74.02780703573222, 40.60437854859208, -74.02782626528689, 40.604382056874044, -74.02785910923612, 40.60438770329458, -74.02787736864, 40.60439090922777, -74.02789660018647, 40.60439351157238, -74.02792703067458, 40.60439723684555, -74.0279576773161, 40.60440079816305, -74.0279935098581, 40.60440482287868, -74.02801223572139, 40.60440742532713, -74.02803802167979, 40.60441120663463, -74.02806470671058, 40.60441482292131, -74.02809564185497, 40.60441884970145, -74.02812841459485, 40.60442364416869, -74.02816125971309, 40.604429151822266, -74.02820317812422, 40.60443553705018, -74.02822334446675, 40.604438578565414, -74.02824207382332, 40.604441016180026, -74.02827884363207, 40.6044457015595, -74.02829965478941, 40.604448026987775, -74.02832609010567, 40.60445060137136, -74.02835100779949, 40.60445188477482, -74.02838212422125, 40.60445423736285, -74.02841507673232, 40.604456588587965, -74.02843499104057, 40.604458724203354, -74.02846779924661, 40.60446346363324, -74.02850013881451, 40.604469191942975, -74.02853388461217, 40.60447541338058, -74.02855455618507, 40.604480073850716, -74.0285892033727, 40.604488766080216, -74.02861545813748, 40.604494550802805, -74.02864408863371, 40.604499592897284, -74.02866562472062, 40.604503375123066, -74.02868579202665, 40.60450581230672, -74.02871056947728, 40.604507864712964, -74.02873070095073, 40.60450939597261, -74.02876714440937, 40.60451059355606, -74.02880268793815, 40.60451269637797, -74.02882256550673, 40.60451450414537, -74.02885533755055, 40.60451745863925, -74.02888760519347, 40.604520660894046, -74.0289167776405, 40.60453023331017, -74.0289500536213, 40.60453456094609, -74.02897108551385, 40.60453628464857, -74.0289938109742, 40.60453902460918, -74.02902434898844, 40.60454247310437, -74.02905478086022, 40.604546361973576, -74.0290758476337, 40.60454948686012, -74.02909554844513, 40.604552334727906, -74.0291142731158, 40.60455471817023, -74.02913300235753, 40.60455674320061, -74.02916883302707, 40.604561536596, -74.02920189435073, 40.604566661175454, -74.02923373105403, 40.60457049560894, -74.02926880617807, 40.60457399961798, -74.029302515474, 40.60457753098016, -74.0293382408421, 40.60458193982673, -74.0293705445167, 40.60458635043716, -74.02939211934867, 40.604589418403, -74.0294101612025, 40.60459199288245, -74.02943969332908, 40.60459708947978, -74.02946990844302, 40.60460232367427, -74.02950131204325, 40.60460725498043, -74.02953203405373, 40.60461251694464, -74.02956271688412, 40.604617339456034, -74.02959790292996, 40.60462309464084, -74.02963067479392, 40.604628108407276, -74.02964850088674, 40.60463167077743, -74.02967691828633, 40.60463811388162, -74.02970814357245, 40.60464584489992, -74.02973843198873, 40.60465374184811, -74.02975557562466, 40.604658321067475, -74.02978752060231, 40.60466632743753, -74.02980538504964, 40.60467107035763, -74.02982325001474, 40.60467696684338, -74.02984247989616, 40.604680776462644, -74.02986120743745, 40.604681512727986, -74.02988976670024, 40.60468540186254, -74.02990806161834, 40.60468836072083, -74.02992639321458, 40.604694065257924, -74.02994285461511, 40.604700125985524, -74.02995938745336, 40.60470739699354, -74.02998935648924, 40.60472223788326, -74.03001737842546, 40.6047345533098, -74.03003621596037, 40.60474075208374, -74.03006726267087, 40.604750541644144, -74.03008797149009, 40.604758770596895, -74.03010915026611, 40.604766341141335, -74.03014325883679, 40.60477722761523, -74.03015928696621, 40.60478397462304, -74.03017603616759, 40.604791464369946, -74.03019299881944, 40.60479804723272, -74.03020949710829, 40.60480457438277, -74.03022768462706, 40.604812913836696, -74.03025977822256, 40.604827890075775, -74.03028970994333, 40.60484094876405, -74.03030645896108, 40.604847970220526, -74.03033275256679, 40.604860588601106, -74.03036391039949, 40.60487548401108, -74.0303891960816, 40.604887884718735, -74.03041660577179, 40.60490201205963, -74.0304317021816, 40.60490974894957, -74.03044942320132, 40.60491841628183, -74.03048533014375, 40.6049317741102, -74.03050323214228, 40.60493827473045, -74.03052448580765, 40.60494919241823, -74.03054289206402, 40.60495769655961, -74.03056082946985, 40.60496666639249, -74.03057927025172, 40.60497571983719, -74.03060099078523, 40.60498693906139, -74.03062840189362, 40.605001395942324, -74.03066366765697, 40.605023153053324, -74.03069111689351, 40.60503824207546, -74.03071950251037, 40.605054619487504, -74.03073441433538, 40.60506419525263, -74.03075004902318, 40.60507324851966, -74.03077670313255, 40.605085786555534, -74.03079417457273, 40.605093657839994, -74.03082388945609, 40.60510745577546, -74.03084139588256, 40.60511686513468, -74.03085699367828, 40.60512528803174, -74.03087284225492, 40.60513434122466, -74.03089672504909, 40.60514800382829, -74.03092842180902, 40.60516520517651, -74.03094401971508, 40.605173818071776, -74.0309728374235, 40.605189181317165, -74.03098800174327, 40.605197851056175, -74.03100313190409, 40.605206739629246, -74.03102956913163, 40.60522018178879, -74.03105748621621, 40.6052348311422, -74.03107236332811, 40.60524325240365, -74.03109862269622, 40.60525782024768, -74.03112319029678, 40.60527024710285, -74.03114754244041, 40.60528429314948, -74.0311723967586, 40.60530089203416, -74.03118849867953, 40.605310824023995, -74.03120600549313, 40.60532083757759, -74.0312211716063, 40.605330686968884, -74.03123680556249, 40.60534042726796, -74.03126353555385, 40.605358151275375, -74.03127823239382, 40.60536753341591, -74.03129293058743, 40.6053772739619, -74.0313079503441, 40.60538739804071, -74.03133057478404, 40.605400648457746, -74.03136223636795, 40.60541793164296, -74.03137783305297, 40.60542621578909, -74.03140146370271, 40.60543842401358, -74.03143175873169, 40.60545666750927, -74.03144832874851, 40.60546687399372, -74.03147632221234, 40.60548522887156, -74.03149148733759, 40.605495324970306, -74.03150661871852, 40.60550901776053, -74.03151919106824, 40.60552059682528, -74.03154123811821, 40.60553697757292, -74.03157196833583, 40.605558349324944, -74.0315892978989, 40.60557305818947, -74.03161019403079, 40.60559166172799, -74.03162874769097, 40.60560886559587, -74.03165018413605, 40.605628155176014, -74.03166268505534, 40.60563850052972, -74.03167637358592, 40.60564917244418, -74.03168920298312, 40.605659518604945, -74.03170995239202, 40.605675073899285, -74.0317235333396, 40.60568558284328, -74.03173963668237, 40.605695652535005, -74.03175501962595, 40.60570643473628, -74.03177789534604, 40.60572341855888, -74.0318084051385, 40.605740591175035, -74.03183138835558, 40.60575499406167, -74.0318611782619, 40.60577142843524, -74.03188898784677, 40.60578278350697, -74.03191448915693, 40.605795099169214, -74.03193141986142, 40.60580069481185, -74.03194834798109, 40.605805821280846, -74.03197845890811, 40.60581646247791, -74.03199517231008, 40.60582224908224, -74.03202463748485, 40.60583401519868, -74.03205244330228, 40.6058447938979, -74.03206893961612, 40.6058512118178, -74.0320854014302, 40.60585713445799, -74.03211555026458, 40.60586788547216, -74.0321471025583, 40.605880611830734, -74.03216457305506, 40.60588821004852, -74.032191011716, 40.60590112963704, -74.03222314519817, 40.60591841245227, -74.03224493938386, 40.60593169083762, -74.03227602827094, 40.60595358550321, -74.03229512323328, 40.6059680983518, -74.03231266864726, 40.60598148778167, -74.03233979489588, 40.60600143481473, -74.0323654091186, 40.60601965326531, -74.0323801076144, 40.60602939367161, -74.03239761660248, 40.60604069658976, -74.03241721491737, 40.60605512732859, -74.03243479407061, 40.606067337046646, -74.03246415363849, 40.60608508794781, -74.03248263409175, 40.60609680211692, -74.03250111608027, 40.60610922949592, -74.03252056978152, 40.60612262015531, -74.03254002240126, 40.606136199921245, -74.0325608823802, 40.60615002782919, -74.03257875021865, 40.60616292364095, -74.03259132454379, 40.60617307526017, -74.03260598761726, 40.60618514799893, -74.03262576687662, 40.606202158645615, -74.0326465917686, 40.606221476128646, -74.03266903792739, 40.60624112273806, -74.03269541015382, 40.60626266202353, -74.03271111653922, 40.60627465250457, -74.0327278704342, 40.60628795924794, -74.03274725416034, 40.60630302305812, -74.03276429241615, 40.60631308963782, -74.03277877630232, 40.60632346312089, -74.03281098435667, 40.606349912160944, -74.03282903479656, 40.60636390561748, -74.03284992968436, 40.60637877536638, -74.03287222956979, 40.60639628053689, -74.03288512798729, 40.606406953433165, -74.03290656571961, 40.60642520087356, -74.03292764236967, 40.606441991369145, -74.03295329429513, 40.60646171895166, -74.03296658856095, 40.60647239262577, -74.03297916209317, 40.60648309352075, -74.03299166456009, 40.606493438728684, -74.03301335453632, 40.60651272707975, -74.03304113396158, 40.60653851994596, -74.03305439260608, 40.606551168464264, -74.03306689505813, 40.60656381990017, -74.03308487465097, 40.60658245102365, -74.03310573711667, 40.60660316782281, -74.03311942932429, 40.60661562439753, -74.03314007326931, 40.60663167565023, -74.03315380059175, 40.60664105963047, -74.03317354359355, 40.60665826380483, -74.03319570175206, 40.606677908592694, -74.033210294685, 40.606691052894945, -74.03323022037343, 40.60670965641751, -74.0332525936932, 40.60672946772857, -74.03327013920632, 40.60674464004441, -74.03329103682135, 40.60676217345514, -74.0333130997866, 40.60677797301993, -74.03333725854368, 40.60679550817852, -74.03335123790184, 40.60680549451099, -74.03337314333612, 40.606822834902616, -74.03338517828803, 40.60683370070474, -74.03340113845987, 40.606847036396566, -74.03341800139535, 40.6068628140386, -74.03343770997685, 40.60688180121026, -74.03344952916362, 40.60689354597757, -74.03346134718649, 40.606905317759626, -74.03347536327178, 40.60691777419729, -74.03348894536975, 40.606929518447025, -74.03350137646005, 40.606940932539146, -74.03351384436264, 40.606952704126336, -74.03352458227526, 40.60696411961018, -74.03353593342491, 40.606975534013536, -74.03354771348813, 40.6069869491911, -74.03355917299139, 40.60699765034731, -74.03357207046686, 40.60700835018184, -74.03359397718555, 40.60702799676678, -74.03361548873386, 40.607046572742796, -74.03364668906448, 40.60707197993802, -74.0336675829392, 40.60708638306744, -74.03368966905128, 40.60710317492768, -74.03371996990057, 40.60712786825283, -74.03373722774062, 40.607141532207336, -74.03375243207404, 40.60715297247372, -74.03376677292081, 40.60716488126301, -74.03378103951366, 40.60717714577839, -74.03379253344964, 40.60718803871217, -74.03380539599763, 40.607199618340296, -74.03381847595892, 40.6072111970025, -74.03383101376374, 40.60722313242936, -74.03384312230108, 40.60723435566861, -74.03385522731146, 40.60724560592322, -74.03386744201671, 40.60725647072093, -74.03387990976402, 40.607267692949904, -74.0338930964557, 40.607279985685736, -74.0339058150675, 40.60729192105107, -74.03391745455974, 40.60730317323742, -74.03393024851245, 40.60731686549562, -74.03394567110503, 40.60733448054902, -74.03396361552291, 40.607352756738564, -74.03398047844505, 40.607370317330286, -74.0339961549071, 40.60738754958001, -74.03401168433103, 40.60740373996755, -74.03402667494966, 40.607419902596256, -74.03404343021386, 40.607437133619584, -74.0340588519407, 40.60745293860926, -74.03407333778696, 40.607466273743384, -74.034090163148, 40.60747958206666, -74.03410518898706, 40.60749291703652, -74.03412194237922, 40.60750872162253, -74.03414150827142, 40.60752518455249, -74.03416986343437, 40.6075499062522, -74.03418802638045, 40.60756782483434, -74.0342029075706, 40.60758472680068, -74.03421872619705, 40.60760017504399, -74.03423735452932, 40.60761773687309, -74.03425601976882, 40.607638124525074, -74.03427371440658, 40.60765746875886, -74.03429432609902, 40.6076785717388, -74.0343061455909, 40.6076903425322, -74.03432005174494, 40.607702085685666, -74.03435665986332, 40.6077349563963, -74.03437680499036, 40.60776086108223, -74.03439562113543, 40.60778731457998, -74.03440556888168, 40.60780336880407, -74.03445282928774, 40.60787558008506, -74.0344986843395, 40.60795815677193, -74.034520670713, 40.607993613612855, -74.03455087783043, 40.60804586540844, -74.03457394821321, 40.6080867286448, -74.0345945672153, 40.60812149878452, -74.03462098598946, 40.608159533365416, -74.03463885293344, 40.60818256512614, -74.03465410352466, 40.608198142254466, -74.03469049586168, 40.608228764319875, -74.03471117519095, 40.60824527994652, -74.0347416170315, 40.60825990242413, -74.03476074466059, 40.60826450821205, -74.03477953954832, 40.60826093375925, -74.03480092896608, 40.60825236242399, -74.03482782821459, 40.608241677692085, -74.03485148732756, 40.60823738854038, -74.03486974892961, 40.60823988104855, -74.03489021051267, 40.60825340607678, -74.03491219299447, 40.60827631857712, -74.03497571894911, 40.608262911208975, -74.0350368382005, 40.60839852285377, -74.03505797104333, 40.60839410835665, -74.03507247963434, 40.60838474390893, -74.03508917282105, 40.60837731221234, -74.03511108317535, 40.60837520820646, -74.03513334232632, 40.608378028141914, -74.03516565587559, 40.608392483338456, -74.03518601555295, 40.60840525821052, -74.03521043765048, 40.60842269023276, -74.03526736520367, 40.608466562400615, -74.03533963918214, 40.608518965866715, -74.03536862780287, 40.60854228406113, -74.03539329026042, 40.60856492458716, -74.03543022508856, 40.6086036968711, -74.03544034947994, 40.60861570760813, -74.03544867134656, 40.60863327872035, -74.03544837861706, 40.608647208078374, -74.03542953695847, 40.60866520810983, -74.03541258044929, 40.608675259554055, -74.03538985950475, 40.60867527645786, -74.03535789751129, 40.60865565132222, -74.03533779549643, 40.60864322310249, -74.03531904111338, 40.608638635306406, -74.03529263222893, 40.60864277050883, -74.03527209286108, 40.60865460606514, -74.03525453329723, 40.60867505239156, -74.03524634107573, 40.608688100759984, -74.03523858979743, 40.60870378571976, -74.03523367899047, 40.60871706271416, -74.03522401214768, 40.60875702992356, -74.03521837532915, 40.60879175306065, -74.03521723878178, 40.60881220065141, -74.0352177154135, 40.608839925763014, -74.03526524420425, 40.60886241522379, -74.0353136397421, 40.608883806662824, -74.03536285711411, 40.60890408028138, -74.03538514434594, 40.6088948772961, -74.03540595927707, 40.60889009542036, -74.03542700107307, 40.6088897674505, -74.03545501355106, 40.60889466395384, -74.03547698762392, 40.60890099054152, -74.03550303089973, 40.6089113096812, -74.03556755227139, 40.608940083009344, -74.03564067915933, 40.60897077444554, -74.03567711113182, 40.60898769745044, -74.03571355490377, 40.6090067636814, -74.03578618717074, 40.609049094419426, -74.03583385308602, 40.609077662122374, -74.0358629591315, 40.60909663783952, -74.035888315731, 40.60911519237538, -74.03592756279737, 40.60914596894544, -74.0359987237784, 40.609202763284756, -74.03602277615254, 40.609223863073105, -74.03603889044727, 40.60924049335577, -74.03611196121105, 40.60932588218587, -74.03612766418246, 40.60934438206777, -74.03616760228532, 40.609387412634746, -74.03618902891064, 40.609423164699024, -74.03620896829155, 40.60945744307404, -74.03621989831905, 40.60947725650649, -74.03624540712005, 40.609525413758206, -74.03626010272058, 40.609562167509985, -74.0362766841106, 40.60961833770901, -74.03631899561448, 40.60977297720476, -74.03633308155355, 40.60982268153827, -74.03634205257978, 40.60984905497595, -74.03636870000547, 40.609911133900376, -74.03639001596062, 40.60996662719182, -74.03640091478445, 40.60998964016865, -74.03641582975413, 40.61001662857478, -74.03642952268541, 40.61003882299008, -74.03644416268004, 40.610059904959385, -74.03647353289803, 40.61009198302346, -74.03648504708094, 40.61011009335809, -74.03649091273462, 40.610127521989014, -74.03649229585409, 40.61015027142311, -74.03648805423302, 40.610170479570264, -74.03647557123192, 40.610198013373186, -74.03647112806959, 40.61021485633498, -74.0364735396452, 40.610231934859286, -74.0364808272759, 40.61025455364491, -74.03651080465715, 40.61034874587199, -74.03654417074469, 40.61044024625511, -74.03658564618217, 40.610544179346896, -74.03660970359712, 40.61060557193776, -74.03663480027508, 40.61066153044589, -74.0366787911307, 40.61075368748242, -74.0367271377741, 40.610843975428274, -74.03675010785591, 40.61089164529017, -74.03677299363395, 40.61092993534365, -74.03680363593084, 40.610972902018176, -74.03686544518969, 40.61104795237322, -74.03691601563969, 40.611115951620306, -74.03697325316186, 40.61119487292479, -74.03700774569083, 40.61124030753481, -74.03704234531205, 40.61128273976157, -74.0371120116904, 40.61136168400531, -74.03715886223553, 40.61141804690743, -74.03721216529183, 40.61147978831631, -74.03723748530307, 40.611508834536224, -74.03725422229557, 40.61152599575075, -74.03729987871023, 40.61156805960362, -74.03734452764887, 40.61160875137106, -74.03744009034605, 40.611691420558415, -74.0375881211862, 40.611820513303684, -74.03761669895755, 40.61185102802454, -74.03767072065953, 40.61190966488624, -74.03771183243892, 40.61194873402903, -74.03779828615538, 40.61202630535171, -74.03795248309792, 40.61216777596234, -74.03798760576277, 40.61220131868285, -74.03806286959394, 40.61227647920487, -74.03809537220768, 40.612307219437064, -74.0382405207483, 40.61243752169017, -74.03843965516762, 40.61261443920909, -74.03852500245918, 40.6126945309094, -74.03858719082587, 40.612752892640984, -74.03871004121132, 40.6128696966628, -74.03887397671244, 40.61302746668248, -74.03894185256473, 40.613095034125934, -74.03901161070974, 40.613168227346385, -74.0390780072377, 40.613241603572185, -74.03914597181743, 40.61332071104231, -74.03926206866706, 40.613463839001035, -74.03932826056588, 40.61353591299661, -74.03935239186531, 40.61356418560422, -74.03939690637043, 40.6136229914962, -74.0394192509431, 40.61365513514175, -74.0394342192831, 40.613679000121294, -74.03944268173387, 40.61369566136131, -74.03946141132012, 40.61373937613425, -74.03947824759715, 40.61377064815336, -74.03949865717374, 40.613803674057735, -74.03951838861235, 40.61383093415477, -74.0395650989252, 40.613887581576655, -74.03958422777589, 40.613912886838285, -74.03966833180975, 40.61403739000793, -74.03981472787258, 40.61424877003884, -74.03985955164735, 40.61431744174964, -74.03991625116525, 40.61440911222937, -74.04003068604807, 40.6145987113631, -74.04011251104315, 40.61472707372585, -74.04014620038227, 40.61478421983588, -74.04022001127338, 40.61492008715917, -74.04023266755212, 40.61494390871524, -74.04023973944892, 40.614962461475436, -74.04023845202424, 40.61497920441279, -74.04022391139141, 40.61499540357131, -74.04026232387297, 40.61506562085639, -74.04029639138287, 40.615132097086146, -74.04032475781852, 40.615191786277705, -74.0403551444213, 40.61526023051831, -74.0403848891079, 40.61533207444262, -74.04041177722073, 40.61540321335459, -74.04044030645258, 40.615487436252124, -74.04046316711951, 40.61556593562507, -74.04049754168217, 40.615705358383664, -74.04051639776371, 40.615787975436334, -74.04052921992987, 40.61585101278507, -74.04059218674347, 40.61621401756531, -74.04063917037293, 40.6164746747469, -74.04067795305434, 40.616696494439694, -74.04073439935217, 40.616995492397805, -74.0407875872137, 40.61726794952512, -74.04083582811067, 40.617502770211225, -74.04091044822827, 40.617854659991195, -74.0409716373797, 40.61813180677544, -74.04112068368795, 40.61876429100118, -74.04118734791832, 40.61904231369413, -74.04124850262907, 40.61932130187467, -74.04129275296305, 40.61951918439714, -74.04130454871115, 40.61955022470655, -74.04131547549106, 40.61957876998438, -74.04132071661387, 40.619595754620526, -74.04133964001318, 40.619674880163224, -74.04135823855717, 40.61975224890337, -74.04137333736932, 40.619821220644695, -74.04138266583274, 40.61987548175588, -74.04139004563025, 40.6199108506463, -74.0413970395955, 40.61993767193386, -74.04141566359023, 40.619996788902924, -74.04143251667624, 40.62004731464033, -74.04144486642974, 40.62007768294571, -74.04146653288615, 40.62012226350673, -74.04151893378126, 40.62022270306248, -74.04155186511638, 40.62029359004601, -74.04156483229865, 40.62032654170796, -74.04157690602287, 40.62036134876373, -74.04158696740426, 40.62039467609043, -74.04159604075925, 40.62042982552662, -74.04161446754996, 40.62052091731358, -74.04164648748483, 40.62051528016648, -74.04167930602621, 40.62063598394625, -74.04162722486403, 40.62064549970597, -74.04162258568526, 40.62082841420629, -74.04161987945297, 40.6209385362325, -74.04161594376737, 40.621038612496285, -74.0416110209901, 40.62111741702207, -74.0416068445206, 40.62115925131061, -74.04160131037527, 40.62119767942131, -74.0415880591491, 40.62126490356399, -74.04158483740672, 40.62129509737858, -74.04158400456676, 40.62130892877316, -74.04160600284844, 40.62150396723365, -74.04161719222037, 40.621596601519066, -74.0416195147543, 40.62161025977174, -74.04163547771027, 40.62163301824683, -74.04164935774193, 40.62165299486621, -74.04165675423818, 40.62166913131291, -74.0416593292046, 40.62169715367407, -74.04165875045676, 40.62171475365437, -74.04164768676985, 40.62174601652687, -74.04163938124599, 40.621765562628966, -74.04163618644579, 40.62178779493294, -74.04163969468651, 40.62183417136259, -74.04165155582386, 40.621940675213, -74.04165707447595, 40.62201181792465, -74.04166149212617, 40.62204203778723, -74.04166799129867, 40.62207274767874, -74.04169168127902, 40.62216749094118, -74.04171020972382, 40.62224439316055, -74.0417245118648, 40.62230414109736, -74.04173129945028, 40.62232538280899, -74.04174226667426, 40.62234387911715, -74.04175063741674, 40.62236429087342, -74.04175647759428, 40.62238430551825, -74.04176402829809, 40.62242006694032, -74.04176929715048, 40.62245249546466, -74.04177112552658, 40.62247526265568, -74.04177136944622, 40.62252132057938, -74.04177118760639, 40.62257445944879, -74.04176952181032, 40.622598087906, -74.04176505756807, 40.62262386782229, -74.04175438722312, 40.62267006568844, -74.0417406251323, 40.62272568141667, -74.04172851584704, 40.62277281274136, -74.04171693917456, 40.622811766246485, -74.04170957627083, 40.62284393820433, -74.04170693981055, 40.62286513560737, -74.04170640155863, 40.622894581014904, -74.04170941084865, 40.62304257862948, -74.04171419932376, 40.62320836267216, -74.04171776147165, 40.62326136329998, -74.04172329511377, 40.62329569812887, -74.04173178661695, 40.623337058643074, -74.04173670465637, 40.62335459448943, -74.04174708927445, 40.62338423584515, -74.04179544215481, 40.6235117688626, -74.0418115578207, 40.62356051716747, -74.04182742240427, 40.62361781600062, -74.0418429192077, 40.62368226059299, -74.04185744272692, 40.62375133961415, -74.04186701882058, 40.623805086376905, -74.04187545369795, 40.623863320846404, -74.04188484771802, 40.62394516390318, -74.0418929230223, 40.62403678528709, -74.04189757838971, 40.62411206437543, -74.04190011638624, 40.624190078213914, -74.04190046422102, 40.62426784610748, -74.04189822645753, 40.62433486723474, -74.04189265236874, 40.62441902197288, -74.04188557601987, 40.62449928520937, -74.04187407123831, 40.62459099206651, -74.04185950076636, 40.62467727260307, -74.04183925006392, 40.62478607811273, -74.04181998137138, 40.624883452958734, -74.04180308339218, 40.62495991776259, -74.04178853534872, 40.62501811465938, -74.04177275238972, 40.62507471628111, -74.0417291098206, 40.62521814625488, -74.04168406933861, 40.62537744387997, -74.04167963359268, 40.62554572927, -74.04167067906937, 40.625739953972804, -74.04166403392382, 40.62588682939309, -74.04166172677327, 40.625941616965214, -74.04165664084361, 40.62604734615845, -74.04165250921241, 40.62612359918467, -74.04164679900323, 40.62621006197687, -74.04164350509973, 40.62629921374592, -74.04163877362319, 40.62639347288334, -74.041637322984, 40.62641740742792, -74.04163603147326, 40.6264387601241, -74.04163276632092, 40.62646983374724, -74.04161802360241, 40.626569146622685, -74.04160536151656, 40.6266578902404, -74.04159796935191, 40.62676145360656, -74.04158736102052, 40.6268496201447, -74.04158009191458, 40.626921233917635, -74.04157808985585, 40.62700300094767, -74.04157472016652, 40.6270883390329, -74.0415676271892, 40.62715246041414, -74.04155065724586, 40.62726469924056, -74.04153280364636, 40.62740430608125, -74.04151456786016, 40.62749015021942, -74.04150159943005, 40.62756763202648, -74.04146692093255, 40.62782159383156, -74.04144143655093, 40.62802995988909, -74.04141314566564, 40.6282471925644, -74.04138577947113, 40.62844059984373, -74.04135221363899, 40.62863186970757, -74.04130991494445, 40.628858796972786, -74.04128871062761, 40.62896191319551, -74.04125904737253, 40.62909437138061, -74.04122306936645, 40.629248835118155, -74.04119397074247, 40.629365827555155, -74.04115251285141, 40.629514561421715, -74.04113596015962, 40.629584828589465, -74.04113280116718, 40.62960275276207, -74.04112961400698, 40.629634428780044, -74.04112812260801, 40.629669352365546, -74.0411309831513, 40.62969648760087, -74.04114124646289, 40.629744846335484, -74.04115385645859, 40.629803525984926, -74.0411578431211, 40.62983398013146, -74.0411587299125, 40.62987856634123, -74.04115832070593, 40.62991650267746, -74.0411559239723, 40.62994383970862, -74.04114662805432, 40.629999946307684, -74.04113316082247, 40.63006931184749, -74.04111811270474, 40.63014353535326, -74.04110528117131, 40.63019538915759, -74.04108507481094, 40.63025806083584, -74.04106777052685, 40.63030209251949, -74.04103513184165, 40.630366414777974, -74.04101714542033, 40.63039879037168, -74.04100241932896, 40.63042225776083, -74.04095105528928, 40.6304977558148, -74.04092110840872, 40.63054190274131, -74.04088475387172, 40.630593654124475, -74.04085760308989, 40.6306275007976, -74.04082610580241, 40.63066084111467, -74.04079434916146, 40.63069148445901, -74.04076514947546, 40.63072075359562, -74.04075360777291, 40.63073498499521, -74.04074380553863, 40.630752409019486, -74.04069893614405, 40.630849479302974, -74.04056314966677, 40.63114418087123, -74.04041099527704, 40.63148258572999, -74.04038231860991, 40.631544907248845, -74.04036890005627, 40.63157737748801, -74.04036221320546, 40.631600407918825, -74.0403573287871, 40.63162519462996, -74.0403554768785, 40.631656953899046, -74.04033460635176, 40.631715856093955, -74.04032381751284, 40.63173431332234, -74.0403036239855, 40.631765418940596, -74.04027303007393, 40.631812393549694, -74.04025853373274, 40.63183558249884, -74.0402484471158, 40.63185428711691, -74.04020480025133, 40.6319445227258, -74.04014891924088, 40.63205996002312, -74.0400851595213, 40.632194427112935, -74.03998455528979, 40.63241242205068, -74.03984984223845, 40.63270808230515, -74.03974991959022, 40.63292196411707, -74.03963190296713, 40.63318563998553, -74.03958847558255, 40.633280103209245, -74.03955458308164, 40.63335382237611, -74.03948156814357, 40.63350861701468, -74.03933805892335, 40.63380279739834, -74.03918943571487, 40.63410038419925, -74.03900741955803, 40.63447316017244, -74.03885224595518, 40.634791059045284, -74.0386875689441, 40.635124440818394, -74.03858540357021, 40.63533203759184, -74.03853991555091, 40.63542485313818, -74.03833939279654, 40.63583496341438, -74.03814905232318, 40.63622006523343, -74.03795975241529, 40.636605441935835, -74.03777379304957, 40.6369903777591, -74.03775213633892, 40.63703520729928, -74.03755347493467, 40.63743647692599, -74.03734621157395, 40.637861546996, -74.03710932949706, 40.63835187062026, -74.03697276844797, 40.63864249310086, -74.03693204798827, 40.63873067147322, -74.03693204798827, 40.63873067147322 --74.08411695313563, 40.634775300913574, -74.08406126465424, 40.634746822188134, -74.08274363574037, 40.63392470581101, -74.08231299654685, 40.633662270317046, -74.08206236742437, 40.63396430090801, -74.08175954883959, 40.63425604000486, -74.08045516357332, 40.63549668625954, -74.08036394739766, 40.63559755238154, -74.0803471295936, 40.63562273184881, -74.0803145283516, 40.635694770956576, -74.08025897020599, 40.63586142293315, -74.08013450846518, 40.63592693426753, -74.0800438421938, 40.63597271768316, -74.07997477558654, 40.63600040357872, -74.07979176517311, 40.63606433071066, -74.07974672128613, 40.63608263169419, -74.07967487462442, 40.63611762074743, -74.07958645131593, 40.63617227326224, -74.07950383777498, 40.63623879593885, -74.07946216075833, 40.63627834943866, -74.0793992253061, 40.636347949020944, -74.07924025473974, 40.636575143519536, -74.0791693934382, 40.636660195941765, -74.07906013104427, 40.636759764983424, -74.0788162322091, 40.63695348731392, -74.07879623491482, 40.63697374739188, -74.07941516627712, 40.63497364826964, -74.07944754255789, 40.63492063754188, -74.07947424447273, 40.634853382708854, -74.07969652440023, 40.63411419506744, -74.0797645518983, 40.63388029289079, -74.07988198529519, 40.63345533094665, -74.07988515739433, 40.633404561953476, -74.0798406911342, 40.633374579422465, -74.07979481543734, 40.63336000394082, -74.07930621153547, 40.633259568443044, -74.07910266537631, 40.63321576600231, -74.07899178667108, 40.63319242061599, -74.07908774767184, 40.63288524685797, -74.07836120452326, 40.63267233466862, -74.07794682242258, 40.63254877957636, -74.07748168458603, 40.63241081016788, -74.07738009885927, 40.63238067965325, -74.07712250667363, 40.63230427073145, -74.07595855231013, 40.631969050879775, -74.0760126664833, 40.63186365972093, -74.07622291073146, 40.6314602867327, -74.07625082705844, 40.631436319801594, -74.07630972104894, 40.63138116261956, -74.07637325198611, 40.631270282669384, -74.07645191709125, 40.631118211852915, -74.07653454662537, 40.6309499830167, -74.076567967615, 40.63083162526448, -74.07674860448648, 40.63022135764003, -74.07675500771421, 40.63019399287162, -74.07674814515704, 40.63012822708615, -74.07674066159161, 40.63005690100431, -74.07666259620134, 40.629622222616064, -74.07656756477512, 40.62960892042542, -74.07562584313374, 40.629700155818895, -74.07538259994817, 40.6297267692284, -74.07528540425653, 40.629737403215096, -74.07488747501996, 40.62978093937206, -74.07470739629468, 40.62979525952188, -74.0747194617369, 40.62985214922703, -74.07471945594358, 40.629883924973946, -74.07471916411554, 40.629951598328944, -74.07469000553735, 40.63024799005426, -74.0746910052338, 40.63028683512763, -74.07483827389431, 40.63118145797673, -74.0748403772879, 40.6312210101351, -74.07482632924841, 40.631341194533825, -74.0748040865215, 40.631418307000935, -74.07477682891808, 40.631482073420784, -74.07457992256532, 40.63187014608474, -74.07429744387214, 40.63246493576442, -74.0741926932094, 40.63270303774373, -74.07415572732808, 40.63280688609261, -74.0741200860116, 40.632940197673385, -74.07408798258159, 40.63309925281479, -74.07406444929485, 40.633263064371434, -74.07405051633154, 40.63343320939515, -74.07405251915549, 40.63360511997631, -74.07407415346604, 40.63380907279942, -74.0741510656275, 40.63430173432791, -74.07415170873422, 40.63433583928464, -74.074146749982, 40.63437410285031, -74.07414195534913, 40.63439305287016, -74.07413422919048, 40.63441091335043, -74.07412174574823, 40.63443347220504, -74.07410816244312, 40.63445234864283, -74.07409395411615, 40.634468295191546, -74.074074411575, 40.6344867405143, -74.07404431791197, 40.63450937554118, -74.07402491429433, 40.63452094620096, -74.07399038847628, 40.63453771628258, -74.07394789585292, 40.63455473461787, -74.07386953942897, 40.63458228234284, -74.07353241957797, 40.63468897133419, -74.07346851410128, 40.634713839502986, -74.07345002751671, 40.634722109976536, -74.0734138069474, 40.63474154830545, -74.07339494835021, 40.63475443687083, -74.07337982951732, 40.63476600648728, -74.07334785686842, 40.63479694531849, -74.0733140695575, 40.634840642955396, -74.07329531459256, 40.634875821093054, -74.07328807557911, 40.63489944362808, -74.0732844522726, 40.63492501888566, -74.07328361230786, 40.63493191649865, -74.0732884774577, 40.63501566709906, -74.07334227816453, 40.63544821885835, -74.0733851072119, 40.635759043581615, -74.07339036490636, 40.63579111672195, -74.07329475169594, 40.63579902393222, -74.0731473255434, 40.63581121538646, -74.07314039319456, 40.63576857210488, -74.07313757861006, 40.63575126411402, -74.0731350246724, 40.6357355714888, -74.07309204204093, 40.6354712333766, -74.07311856919482, 40.63544880798924, -74.07312058664935, 40.635404263420206, -74.0731135872554, 40.63534892285569, -74.07310206792025, 40.63529276118893, -74.07309261454287, 40.63523630914071, -74.0730793748533, 40.635180786132274, -74.07306855691782, 40.63512496801377, -74.07305159728791, 40.635068346030145, -74.07304111589282, 40.63501217198944, -74.0730305124751, 40.634955735073305, -74.07301899238438, 40.63489983724859, -74.0730028612491, 40.634844085532556, -74.07298984837504, 40.63478829491324, -74.07298293518171, 40.6347316332206, -74.07297531948629, 40.63467463247722, -74.07296969688662, 40.634618834462586, -74.07296160644495, 40.63456113341484, -74.07295241203137, 40.634505644742184, -74.07294181889789, 40.63444982286307, -74.07293400484714, 40.634394052350586, -74.07292628323118, 40.634337402871694, -74.07292041908624, 40.634281169154406, -74.07291395696505, 40.634223974061, -74.07290811281187, 40.63416870928864, -74.07290224112081, 40.63411203251871, -74.0728967208923, 40.6340557076284, -74.07288705960558, 40.6340001381968, -74.07287901279433, 40.63394437142752, -74.07286736821787, 40.63388785770529, -74.07285159618708, 40.63383263163793, -74.07283752249465, 40.6337760627183, -74.0728330736173, 40.63372113114835, -74.07283185001133, 40.63366571755815, -74.0728413191881, 40.6336135948965, -74.07294311592788, 40.63326378120335, -74.07303365020823, 40.632952655476494, -74.07304983877417, 40.63289605024159, -74.0731679585959, 40.63247757844166, -74.07326005032988, 40.63215613246348, -74.07326541383408, 40.632142777942185, -74.07329181629554, 40.63212000498476, -74.0733266035468, 40.632105479035964, -74.07332821105827, 40.63205812148518, -74.07311137802289, 40.6309587574671, -74.073050941613, 40.63065755762062, -74.0730320001581, 40.63063802387237, -74.07300351284695, 40.630615121034346, -74.07296440967374, 40.63055071546822, -74.0729586635564, 40.63050053765069, -74.07294883703311, 40.63043611439772, -74.07295691913153, 40.63039150292307, -74.0729731291881, 40.63034316984411, -74.07298474460492, 40.63030865455333, -74.07277510756583, 40.63024182118247, -74.07278231346666, 40.630228234081244, -74.07290427070664, 40.6299982451038, -74.07292093886404, 40.62996680999409, -74.0727902687969, 40.629269710326355, -74.07267869349967, 40.62872780660531, -74.07267845230439, 40.628685406677036, -74.07257303006725, 40.62813947000464, -74.07256732521553, 40.628080040186475, -74.07250999345843, 40.6277836999142, -74.07249668507991, 40.62776215075781, -74.07248415045754, 40.62774783228788, -74.07245538354736, 40.62774042923488, -74.07240306479882, 40.62774555823719, -74.07238279598462, 40.6276444002756, -74.0723598673856, 40.627525340744405, -74.07230441702266, 40.62721003871867, -74.07229222692175, 40.627151384705265, -74.07271151212889, 40.62710312437931, -74.07271250563507, 40.62706795664033, -74.07270944166639, 40.627012239797565, -74.07269283277022, 40.626958598212944, -74.07265685762033, 40.6269576970199, -74.07262611360531, 40.62695240157515, -74.07252161874602, 40.62640207413547, -74.07241187752179, 40.62582410660541, -74.0724095115488, 40.62579051508955, -74.0724069084186, 40.62573550575005, -74.07240061011898, 40.62567889491071, -74.07238945329553, 40.625644309352175, -74.0723851141622, 40.62558946860117, -74.07237019095466, 40.62554534980297, -74.07235720629045, 40.62550687874601, -74.0723617756839, 40.625451449749654, -74.0723389121073, 40.62539928619371, -74.0721869435915, 40.62468634525075, -74.07218283634224, 40.62465336717349, -74.07217640939986, 40.624621791761896, -74.07175691393357, 40.624031611082174, -74.07177389047581, 40.624015269547826, -74.07177641136315, 40.62399764659119, -74.07175710889298, 40.62397220273065, -74.07172208289566, 40.623923701847474, -74.071681142396, 40.623876948048746, -74.0716571638415, 40.623839854352696, -74.07161990628965, 40.623796549930894, -74.07157978403013, 40.623748917578396, -74.07154116237464, 40.6237019947885, -74.07150344035612, 40.62365965687584, -74.07147421197007, 40.62363012807586, -74.0714426597242, 40.62358040384065, -74.07141308129218, 40.62352962926423, -74.07136982573921, 40.62348375029584, -74.07133293998525, 40.623458428041204, -74.07120998549328, 40.62327929439621, -74.07122323719578, 40.62326778654118, -74.07122285643982, 40.623252095208315, -74.07119733187301, 40.62320001320915, -74.07117319503476, 40.623148110449, -74.071141301026, 40.62309776768287, -74.07110267996347, 40.623050758292564, -74.07110393118391, 40.623010479939865, -74.07108453903487, 40.62298133127834, -74.07105147664026, 40.62293239762294, -74.07102456122928, 40.62288136735081, -74.07099167918486, 40.62284301288096, -74.0709588532036, 40.62279399170186, -74.0709360389926, 40.62277638079429, -74.07092513543846, 40.622759864771695, -74.07089749538264, 40.62273633140876, -74.07087005117548, 40.62269799156044, -74.07083340092517, 40.622650106457584, -74.0707804446392, 40.622623235123555, -74.0707526149983, 40.62261363199385, -74.07072660081545, 40.62260081108129, -74.0706876202841, 40.622559772221564, -74.07065676753093, 40.622530078513854, -74.0706558930725, 40.62247435664313, -74.07064259306107, 40.622444630529664, -74.07061684040099, 40.62242422524763, -74.07056063330663, 40.62238857213149, -74.07054220255333, 40.62235508407881, -74.07052577524296, 40.62231955331406, -74.07049961625522, 40.62228809256426, -74.07007889214348, 40.621727656887145, -74.0700878636982, 40.62171217236956, -74.07005700861681, 40.62166161704024, -74.07005064323022, 40.62164804827288, -74.07002519964385, 40.62159171730013, -74.0699859007778, 40.621544792590036, -74.06996061241416, 40.62154738887436, -74.06994071723925, 40.621548222254816, -74.06976163498182, 40.6212948435214, -74.06934203509212, 40.62099574361328, -74.06922404628622, 40.62091163495236, -74.06917876343914, 40.62086790231038, -74.069003086235, 40.62070852298232, -74.06885618541445, 40.62060611740343, -74.068688786957, 40.62048340093446, -74.06858107249984, 40.62039849301247, -74.06853626249203, 40.620385201035, -74.06837304918928, 40.62028943689515, -74.06796288062573, 40.62001223418771, -74.06765892725596, 40.61978904111561, -74.06731995793096, 40.61954325747148, -74.06723174608338, 40.619479294676125, -74.06711384577738, 40.61943322808857, -74.06713049838703, 40.61940504737399, -74.06706099893627, 40.61935128452316, -74.06703715084646, 40.619369316052314, -74.06660921763964, 40.61908672203209, -74.06642237598142, 40.61896022412084, -74.0663597195269, 40.61891780345232, -74.06637725045078, 40.61889443922429, -74.0664041203954, 40.61885862620258, -74.06619907997174, 40.618722157964775, -74.06589408756352, 40.61899075863787, -74.06557280575298, 40.61927422727901, -74.0654458586728, 40.61920230388547, -74.06592849792047, 40.61875070418492, -74.06607012468848, 40.6186220248964, -74.06610845769121, 40.61858719862839, -74.06614228624042, 40.61855646150292, -74.06626625604179, 40.61844515326924, -74.06627799580562, 40.61843448793639, -74.0663470280982, 40.61837177996767, -74.06665336146364, 40.618093286874476, -74.0666820770956, 40.618067179429104, -74.06642241264655, 40.61787716495999, -74.06634240458614, 40.61793735425177, -74.06609340933782, 40.618159088857546, -74.0660499122334, 40.61819509146819, -74.06603598687263, 40.61818492898566, -74.06572108113005, 40.617970950276415, -74.06570212479366, 40.61795807375782, -74.06558081587103, 40.618032869151904, -74.06550505295961, 40.618082232076965, -74.06547709962989, 40.61810044662882, -74.06544767438837, 40.61809997170096, -74.06531592937982, 40.61802566270665, -74.06527045163062, 40.61800519538372, -74.0652316633836, 40.61795641547215, -74.06513859610527, 40.61789111204145, -74.06514148717783, 40.617752348236344, -74.06514201217891, 40.61773449150963, -74.06514762584348, 40.61754349684592, -74.06510132511305, 40.61751003090194, -74.06505852134005, 40.61747909252352, -74.06480498181885, 40.61729282249697, -74.06458894314102, 40.61715317692945, -74.06457125220545, 40.61715056905366, -74.06452726876638, 40.61712862644309, -74.06444822196161, 40.61704818492501, -74.06432886038186, 40.61698642291326, -74.06430459059096, 40.616973864318986, -74.06419813469383, 40.61690061420901, -74.06404232229221, 40.61689627055727, -74.06402288652957, 40.61688681150493, -74.06391059862928, 40.61686729306045, -74.06387010119683, 40.61685466685102, -74.06381267280953, 40.61682953548713, -74.06373570653714, 40.61677079757983, -74.06371960564663, 40.616727826439856, -74.06372167745096, 40.616669865958855, -74.06371964850055, 40.616646446333334, -74.0636123808923, 40.61654980329471, -74.06395260200927, 40.61634007048119, -74.06420359647535, 40.616428567052495, -74.0646357286347, 40.61661381780598, -74.06499443587909, 40.616754412911966, -74.06572306728505, 40.61710158532816, -74.06633260835298, 40.61737900901221, -74.06638353670134, 40.61740825194752, -74.06646449654832, 40.61746196536661, -74.06733771009124, 40.61807355565473, -74.06787072736735, 40.61842914515527, -74.06820717183803, 40.61864668386318, -74.06825729352481, 40.61867927998386, -74.06849737815115, 40.61886335762776, -74.06916183417336, 40.619354599127654, -74.06924452369707, 40.619412548291436, -74.06934045112834, 40.61947101531546, -74.06938393657043, 40.619499735502, -74.06940680119929, 40.619516160706354, -74.06944634005784, 40.61954199258018, -74.06975968854556, 40.61974682442203, -74.07058374088297, 40.62029889714756, -74.07062016179367, 40.6203201810998, -74.07070703667871, 40.62036074028274, -74.07095381709851, 40.62043128361063, -74.07184651462131, 40.61860956362273, -74.07332111301255, 40.61787396236078, -74.07304252678267, 40.61751527669875, -74.07402024156396, 40.617074384763065, -74.07432764395448, 40.616945244402636, -74.07436737009336, 40.616926688687265, -74.07439526003388, 40.616908290105364, -74.07441785764843, 40.61688735817504, -74.07443269121937, 40.61686221052549, -74.0744471907648, 40.61684591521244, -74.07446757365622, 40.61682383474112, -74.074520709411, 40.61676443885799, -74.07454565998862, 40.616711943913856, -74.07543358517687, 40.615779627871895, -74.07943905557484, 40.60856756841321, -74.08145063165165, 40.60630980720104, -74.08345514686985, 40.603660741049865, -74.08506085506326, 40.601558905204584, -74.0872475955538, 40.59631019055092, -74.0873206486725, 40.5962985426311, -74.08739086654725, 40.59628425738787, -74.0875183032815, 40.59599503937257, -74.08767547067602, 40.596007412526056, -74.08843376694071, 40.59480160914385, -74.09121720690443, 40.59223338588577, -74.09130109758934, 40.592275797852615, -74.09138758729372, 40.59232082281118, -74.0915772318874, 40.592419544801125, -74.09205159992725, 40.59207814115073, -74.09216789479512, 40.59199519436896, -74.09224973756393, 40.59193681979981, -74.0923563742627, 40.59185860742676, -74.09282939413713, 40.59151166430523, -74.09291619099463, 40.59144800188399, -74.09301360045875, 40.59136910025225, -74.09342868871046, 40.59103287542663, -74.09355125695822, 40.59093359293885, -74.09365556822686, 40.590850396845276, -74.09378223829681, 40.59074936284923, -74.09412242856816, 40.59049964416167, -74.09419509401766, 40.59044630243562, -74.09430668929184, 40.59036523671706, -74.09503826196051, 40.58983379598344, -74.09508939530507, 40.58979556877397, -74.09517008645037, 40.5897194014147, -74.09524869764641, 40.58964519706285, -74.09573969796574, 40.58928955491322, -74.09582612686316, 40.58922695590203, -74.09590863102112, 40.58916568657272, -74.0962009644421, 40.588948597875, -74.09631207090156, 40.588873565012406, -74.0964233695249, 40.58879598790064, -74.09650650948142, 40.588759369444, -74.0965915450524, 40.588721800181375, -74.09710107250174, 40.5883550088227, -74.09715042796239, 40.58831504057812, -74.09719603233708, 40.58830306826879, -74.09692001583637, 40.58816141217987, -74.09959708740564, 40.586212944734925, -74.1017885123436, 40.58461778274755, -74.10200833916547, 40.58480017177314, -74.10182532274797, 40.5849317422044, -74.10176619648448, 40.58498600794493, -74.10167617450303, 40.58509259894021, -74.10163936832178, 40.58514966440174, -74.10160898623131, 40.585208082160634, -74.1015079517873, 40.58542831719899, -74.1006862294258, 40.58715608775471, -74.10062026471516, 40.587262987305756, -74.10054791030404, 40.58736030002806, -74.1001930565471, 40.58776382950325, -74.10165538110621, 40.5885132380109, -74.1019793086324, 40.58868121656203, -74.10207990574331, 40.58874142991616, -74.10214899298113, 40.588674039951684, -74.10274378961873, 40.58816088911583, -74.10392538018235, 40.58707556230071, -74.10454863817613, 40.58650033556759, -74.10479979714238, 40.58628441683318, -74.10519685024609, 40.58597398913378, -74.1052594766306, 40.58592258389255, -74.1053084908737, 40.58588469535359, -74.10588392772262, 40.58540689230077, -74.10612569083601, 40.58520399907562, -74.10649465352616, 40.584895024624444, -74.10689750747396, 40.58455931780561, -74.10720363687528, 40.58429676839103, -74.10723663431344, 40.584262404208694, -74.10729030775032, 40.5842219790938, -74.10784084063648, 40.58374326725551, -74.10790851476341, 40.583685318911606, -74.10797800783877, 40.583631076276774, -74.1083415684585, 40.58333377891037, -74.10858063023281, 40.58315095210069, -74.10884623542908, 40.5829599652089, -74.10917661291096, 40.58273576876284, -74.10918884393577, 40.582724404227946, -74.10920093292589, 40.582711415280656, -74.10924835551823, 40.58267809762031, -74.1095056965163, 40.582527006682135, -74.10965531822522, 40.58245222941073, -74.10978903833917, 40.58239562441522, -74.11016880643037, 40.582250502477436, -74.11018306418504, 40.58224210222031, -74.11019777269348, 40.58223200674193, -74.11028713716007, 40.58219843409005, -74.1104894301789, 40.58212964317347, -74.1110487829458, 40.58190976583596, -74.11117352258216, 40.581848612150054, -74.11127706811197, 40.58179041456745, -74.11134949149229, 40.581751709194705, -74.11220998431995, 40.581265918804675, -74.11262236023462, 40.58102947609955, -74.11298686495063, 40.580818616072776, -74.11316883308511, 40.58070000357285, -74.11329093394035, 40.580616141645436, -74.11340465269818, 40.58053256522295, -74.11367299543281, 40.580312620636136, -74.11372575588007, 40.580263858139816, -74.11394958928304, 40.5800410968829, -74.114174750282, 40.579792984993055, -74.11422746697126, 40.57973359341285, -74.11429857228396, 40.57966269552073, -74.11442898529964, 40.57953301890948, -74.11476550217911, 40.57922312424054, -74.11481941038224, 40.579176553767354, -74.11487783028568, 40.579121093278886, -74.11535990777911, 40.57868751450906, -74.11542283588257, 40.57863054803831, -74.11553654838542, 40.578541388037394, -74.11559486431874, 40.578496807426205, -74.11564153148015, 40.57847004639084, -74.11569987694683, 40.578443272675514, -74.11575823126886, 40.57842095381815, -74.11586327690698, 40.57838523036625, -74.11595667920656, 40.57837177774516, -74.1160851134473, 40.57835384016227, -74.11635362206675, 40.57833208471466, -74.11650536453705, 40.57831829608582, -74.11663966442848, 40.578301462281374, -74.11676740375653, 40.578280747421964, -74.11687540970505, 40.57825725816835, -74.11702078655769, 40.57819661201658, -74.11710713384664, 40.57814541203783, -74.11715117588896, 40.578107229004004, -74.11719649371304, 40.57806651867916, -74.1173386862879, 40.57793560110561, -74.1175689551084, 40.57771330073334, -74.11761213178714, 40.57772458784563, -74.11765888274635, 40.57774012626176, -74.11771879174837, 40.577765669517404, -74.1178313274945, 40.57782678624712, -74.11795849625483, 40.57790569932638, -74.11813392794109, 40.57803132060486, -74.11827650424394, 40.57814418348746, -74.11828410404146, 40.578313396007744, -74.11828729475864, 40.578354453057756, -74.11839417755081, 40.578772958274755, -74.11845248415997, 40.57895316704855, -74.11847019408422, 40.579020930395494, -74.11848405013554, 40.57908866079238, -74.1185798105875, 40.57947649459834, -74.118642348276, 40.5796736044509, -74.11867363215657, 40.57975029955779, -74.118694936011, 40.579812431773576, -74.11876763310565, 40.58004816447086, -74.11879563152826, 40.580151435624245, -74.11894389522216, 40.580455013024626, -74.12159968128927, 40.58333008280937, -74.12325042816597, 40.58511696188253, -74.11769280898098, 40.5929382967272, -74.11539950700832, 40.596165180388894, -74.11498827542546, 40.59649866108556, -74.11495381047527, 40.59652173545661, -74.11487540607551, 40.596561866436026, -74.11479154886635, 40.596594764402006, -74.11474745880787, 40.59660876204439, -74.11464807477523, 40.59663286558843, -74.11459193839309, 40.59664223569224, -74.11453500890443, 40.59664725162825, -74.114480652523, 40.596647476890155, -74.11442611690907, 40.596643763415756, -74.11132130811492, 40.59755121570744, -74.1113061434691, 40.59767017870591, -74.11127635150224, 40.59784356277502, -74.11125942537616, 40.59798742963682, -74.11126047514296, 40.598033210318036, -74.1112681322813, 40.59808308558441, -74.11127380240401, 40.598106087560744, -74.11128446134583, 40.59813742174927, -74.11130226207308, 40.59817096160539, -74.1113315657406, 40.59820986733935, -74.1113624455279, 40.5982417366515, -74.1113992335678, 40.598273585819875, -74.11166908405316, 40.59845437860262, -74.11177402200941, 40.598536040484845, -74.11190979606329, 40.59867171984389, -74.1121224699878, 40.59892231273647, -74.11244219856194, 40.59932025668798, -74.11279115985919, 40.599841331084825, -74.11296131307154, 40.600076340953336, -74.11302334245283, 40.6001341926013, -74.11322254129165, 40.60037641911697, -74.1133833399207, 40.60057018641043, -74.11329524852468, 40.60059125547199, -74.11301993652098, 40.600659165731514, -74.11259105930445, 40.600781808376915, -74.11155571253703, 40.60106208460056, -74.11143287682309, 40.60109604001666, -74.11057709297457, 40.601319146272175, -74.11027722149436, 40.60140111543138, -74.1098703393556, 40.60151079709071, -74.10982383395206, 40.6015127758639, -74.10980039601309, 40.60151715318738, -74.10952627605808, 40.601584472187625, -74.1093891298241, 40.60160274834302, -74.10898757556743, 40.60164640987622, -74.10887818601198, 40.6016628553486, -74.10862002191274, 40.60168609718793, -74.1082911684426, 40.60171570243299, -74.10191253115906, 40.6010731026629, -74.10076410187928, 40.60142711123417, -74.10065294363635, 40.601467364750945, -74.10058273967408, 40.601494196053835, -74.10049267217664, 40.60153164113532, -74.1004952385386, 40.60169504504277, -74.10051296670584, 40.60180657278483, -74.1005423306488, 40.601869009155514, -74.1006415912916, 40.6020115992904, -74.10049713361427, 40.602146372752856, -74.10045818822076, 40.60216590041599, -74.10043426695614, 40.60217469781708, -74.10011567638549, 40.60231108438692, -74.09986377467114, 40.602548474195586, -74.09977082402777, 40.60265493006077, -74.09967564392818, 40.6028051270666, -74.09965601014424, 40.60283224171875, -74.09958024962276, 40.602902298704734, -74.09993503370816, 40.602972218008084, -74.10016961712402, 40.60302139304521, -74.10023259425299, 40.603043224439425, -74.10027053884404, 40.603063385559764, -74.10028593061934, 40.60307465027496, -74.10029941739134, 40.60308562848342, -74.10032009899761, 40.60310727790658, -74.10046707819471, 40.60326938316188, -74.10047720994024, 40.60328453550266, -74.10048617454011, 40.603306869629996, -74.10048885492922, 40.60332148997192, -74.10054037583257, 40.6036464642154, -74.10055860557122, 40.60377369210095, -74.1005592340858, 40.60380660564948, -74.1005522897507, 40.603838382160006, -74.10054502625978, 40.603859081621664, -74.10053555609392, 40.60387926071006, -74.10051736320165, 40.60390833828563, -74.10050284165368, 40.6039266883252, -74.10047888567159, 40.60395287125146, -74.1004555095205, 40.60397258971533, -74.10043017463806, 40.60399089426466, -74.10038584809952, 40.604015519956164, -74.1003624623247, 40.604025725289596, -74.1003250342516, 40.60403831395264, -74.10027323450798, 40.60404954094584, -74.10024660309155, 40.60405267458251, -74.10022506588429, 40.60405233315704, -74.10003488184817, 40.604049214643865, -74.09986623385296, 40.60404643821424, -74.09980203638881, 40.60404503423222, -74.09963889111758, 40.60404013646273, -74.09959304348443, 40.60403376628198, -74.0995555662725, 40.604023009591714, -74.09953777987782, 40.60401360463151, -74.09926933076478, 40.603871159829566, -74.0992331878828, 40.60385024218667, -74.09921134630464, 40.60383187507503, -74.09919143752123, 40.603806234571856, -74.0991818633469, 40.60378768846863, -74.09917407396881, 40.603758483140595, -74.09915928752173, 40.603298789950685, -74.09915700721203, 40.60311024230451, -74.09907254979898, 40.60312920630315, -74.0990501917913, 40.60313048360431, -74.09887798234534, 40.60313700489017, -74.0985899169675, 40.60312014063346, -74.0980939922646, 40.60309973139484, -74.09803249789591, 40.60309756047475, -74.09799289549628, 40.603100184151025, -74.09789775319206, 40.60312460815947, -74.09779289913845, 40.603154049059576, -74.0977006145525, 40.60317996173828, -74.09741949506054, 40.603283556946955, -74.09726674619898, 40.60333346540722, -74.09709298518001, 40.6033784718626, -74.09692839582337, 40.603429082376465, -74.09658234453804, 40.60352221037234, -74.09655870292775, 40.60352817728802, -74.09653883483305, 40.60352909179951, -74.09649771161797, 40.603529331654016, -74.09633318985064, 40.60351353402645, -74.09578179895803, 40.603447493990345, -74.09570898729889, 40.603505085428665, -74.09564515150394, 40.60353303495687, -74.09554760845587, 40.603569277472545, -74.09548288672886, 40.603586716748346, -74.09542935080182, 40.60359788356642, -74.09534350491538, 40.60360877729376, -74.09524651074975, 40.60361171957772, -74.09518272677562, 40.6036090960673, -74.09501900862911, 40.603587541554475, -74.09487444807728, 40.604160000634394, -74.09486159810602, 40.60421088715632, -74.0948378276557, 40.60427032864614, -74.09376754455582, 40.60411300485341, -74.09358932382945, 40.60408902512304, -74.09356179176909, 40.60408962927686, -74.09353923956898, 40.60409343793263, -74.09350520595683, 40.6041263446008, -74.09349789450168, 40.60415149853802, -74.0935142710619, 40.60449110913323, -74.09389952321172, 40.60450835341142, -74.09394762480044, 40.604763136720464, -74.0943083404066, 40.6048036502703, -74.09431007839109, 40.604863839758984, -74.09432063148786, 40.60493719485439, -74.09451327967832, 40.605586025025005, -74.09458112950196, 40.605713382308274, -74.09464036030901, 40.60566245584232, -74.09466154524294, 40.60564899720015, -74.09468446953058, 40.60563729494066, -74.094708873421, 40.60562748165366, -74.09473448649673, 40.6056196665243, -74.09477457683364, 40.60561171067742, -74.09480195183735, 40.60560907028226, -74.09482953672739, 40.60560862518081, -74.09485702549316, 40.60561038012796, -74.09489089246455, 40.6056156193268, -74.0949566788221, 40.605632451587795, -74.09502713475894, 40.605657640399464, -74.09506340108014, 40.60567504091828, -74.09510750834285, 40.60570252258825, -74.09512749854537, 40.605718012138006, -74.09514597315955, 40.60573456015208, -74.09517798639095, 40.60577047979427, -74.09520378662614, 40.60581105487115, -74.09519909138521, 40.60585596240348, -74.09519230056063, 40.60587304012952, -74.0951770009576, 40.605898099926875, -74.09515322253532, 40.60592978918282, -74.09508195137435, 40.60600940120373, -74.09505605007173, 40.60603974951666, -74.0950446501679, 40.606065276143205, -74.09503877750363, 40.606083292345176, -74.09503624051868, 40.60609809902896, -74.09502998302945, 40.6061346347888, -74.09503400323425, 40.60639068325809, -74.09502421296892, 40.60645801439461, -74.09498543249444, 40.60653406313339, -74.09496048662025, 40.60657340324821, -74.0948959360958, 40.60667520656691, -74.09537877408441, 40.6071361110973, -74.0954074054413, 40.6071142730851, -74.09548287410854, 40.60706837833831, -74.09558750361859, 40.607020698772594, -74.09576739021215, 40.60694389207607, -74.0959847690625, 40.60683447019784, -74.09611378889443, 40.606752313098475, -74.09633762503677, 40.60658725268766, -74.09661739358361, 40.60637625511915, -74.09666119488591, 40.606337731770054, -74.09669217839206, 40.606310480219015, -74.09676135832972, 40.606227168715236, -74.09679892489993, 40.60616047772241, -74.09684632980695, 40.60605768459365, -74.09688032570376, 40.60594387495173, -74.0968883081842, 40.60592916809689, -74.09692403133863, 40.60586335662414, -74.09698339301241, 40.605803610925356, -74.09700252585718, 40.60578818504129, -74.09712043797894, 40.60571802933111, -74.09717625683754, 40.60569221460419, -74.09721039943578, 40.60567642569042, -74.0972416415045, 40.60566643948482, -74.09726408933203, 40.60566132713594, -74.09730850767993, 40.605655998969034, -74.09736613875947, 40.60566087151563, -74.09741482359911, 40.60567817522234, -74.09744979291479, 40.60570022548466, -74.0974739973618, 40.605726445279565, -74.0974914176453, 40.60575527153257, -74.09749755695044, 40.60578034316973, -74.0975008291084, 40.60579764302967, -74.09750432407158, 40.60582672963702, -74.09750074233094, 40.6058806163284, -74.0974378185374, 40.60599936573411, -74.09703609621741, 40.60684676925023, -74.09700941052432, 40.6068988023378, -74.09699890827817, 40.60692531266963, -74.09698456850774, 40.60696254695549, -74.0969686742131, 40.60699194710724, -74.09695174108381, 40.607014686069824, -74.09694044931977, 40.60702723356476, -74.09692659105366, 40.607042134486406, -74.0969006641746, 40.60706351493328, -74.09686831029634, 40.6070870494371, -74.09683964714016, 40.60710699224121, -74.0966459600977, 40.607227546980624, -74.09646756576016, 40.60733766051054, -74.09640369036823, 40.60736914592978, -74.09635714048889, 40.607414630715596, -74.09632359930987, 40.60745246545154, -74.09630492200566, 40.60751136264393, -74.09630094086174, 40.60755039911196, -74.09630062127276, 40.607566391752485, -74.09630254413196, 40.607605188237194, -74.09631052718693, 40.60762259674573, -74.0963221479578, 40.60764793490463, -74.09633918567279, 40.60766875330404, -74.09634810750772, 40.607688206108755, -74.0963759805469, 40.607722259398116, -74.09644112190259, 40.607784115654, -74.09648790942296, 40.60782443328501, -74.09655593719351, 40.607870490093276, -74.09662190709409, 40.60792250914695, -74.09667268175758, 40.60797116938939, -74.09670946837441, 40.60803498906208, -74.09671645188207, 40.60807110042579, -74.09672158771546, 40.60809764799809, -74.09672629458997, 40.60815678492515, -74.09671478229255, 40.608233406529536, -74.09670668319512, 40.608247763163654, -74.09668682436802, 40.6082829686717, -74.09663433191496, 40.608335869860696, -74.09658767028846, 40.60836899336249, -74.09654710523675, 40.60839039863377, -74.09652190688338, 40.60840369439322, -74.09644035534382, 40.608428858597975, -74.09634031133234, 40.60844879900912, -74.09610940747939, 40.60849631835516, -74.09608026496865, 40.60850724624095, -74.09602563299892, 40.608533742030055, -74.09607066471932, 40.608564874169055, -74.09608131733678, 40.60857837219485, -74.09626422749562, 40.60887343818733, -74.09618061675808, 40.60891980492053, -74.09592536699054, 40.609028467194335, -74.09535822386117, 40.60923787282704, -74.09519992833364, 40.60928585057958, -74.0950491172179, 40.609309153926425, -74.0949403241491, 40.60930509603696, -74.09496957477162, 40.6093938777462, -74.09499685051334, 40.609433327785304, -74.09502723708235, 40.60945507008377, -74.09509845664482, 40.60948010962799, -74.09527386541933, 40.609520319455704, -74.09534798518818, 40.609530721158464, -74.09546866575228, 40.60952986634774, -74.09566418799267, 40.60951129711284, -74.09634170775222, 40.609416447469094, -74.09655092980965, 40.60938207999141, -74.09674231523765, 40.609342005230005, -74.09677335640981, 40.609332402047826, -74.09687715864113, 40.60929094912724, -74.09711574979252, 40.60923037138473, -74.09742188781185, 40.61026094699964, -74.09749798505057, 40.61033893341125, -74.09765675862052, 40.61050165440657, -74.09788173190009, 40.61073223888695, -74.09802893228223, 40.61088307242384, -74.09810386526713, 40.61095986262999, -74.09757567231684, 40.610981586158935, -74.09679043115571, 40.61100834719683, -74.09634400614635, 40.61100905724774, -74.09591938506848, 40.61099929411416, -74.09556085416713, 40.6109761494637, -74.09520927637989, 40.610943960298776, -74.09472160274272, 40.610880267673366, -74.09431002012997, 40.610813904461615, -74.09395309511898, 40.61074350580083, -74.09365016083436, 40.61067389413721, -74.09332160634405, 40.6105894321621, -74.09316145658504, 40.610545739982506, -74.09284372975168, 40.61044790502133, -74.09230629588423, 40.610259839742234, -74.09216511475422, 40.61020481047912, -74.092098573522, 40.61017887475486, -74.09083981980278, 40.609688221238024, -74.09064709339692, 40.60999193931556, -74.09060660056906, 40.610043438768386, -74.0904843302494, 40.61021554106358, -74.08993239660911, 40.61105084348461, -74.09049558199852, 40.61128270275504, -74.09063022660794, 40.611338193080584, -74.09057883355102, 40.61138367842067, -74.09049338101875, 40.61149745460641, -74.090402528471, 40.61165691483834, -74.09028804610176, 40.611836585056395, -74.0902201066347, 40.61191423455482, -74.0902049540235, 40.611931550871674, -74.09018908739314, 40.6119469028085, -74.09015541805876, 40.611973738652416, -74.09012202940966, 40.611985307722406, -74.09006885841202, 40.61200372994661, -74.08973221844819, 40.61209438400248, -74.08976358285958, 40.61218374349167, -74.08976573463936, 40.61220833055488, -74.08976306671002, 40.612229616467495, -74.08975659388142, 40.612244790809186, -74.0897323375371, 40.61228495500241, -74.08968157885118, 40.6123568103162, -74.08958380598914, 40.61248125039592, -74.0894123576288, 40.61266621144613, -74.089327220015, 40.61276724772381, -74.08910091188457, 40.61307064159255, -74.08873005899297, 40.61349897606623, -74.08869457005926, 40.61354833402407, -74.08868496295223, 40.613563449486044, -74.0886614483392, 40.61361396977257, -74.08865286368398, 40.61364889411519, -74.08865368769958, 40.61366697595144, -74.08866163440378, 40.61369267070585, -74.08867711276223, 40.61371626143448, -74.088695992796, 40.61373420236592, -74.08872785280907, 40.61375414774228, -74.08874876450005, 40.61376521071458, -74.08883986652681, 40.61379963031354, -74.0889679145596, 40.613844080975966, -74.08942023246742, 40.61397195615308, -74.0895852139132, 40.614011161570076, -74.0903212069661, 40.61417900744471, -74.09014058098624, 40.61483434521721, -74.09275627595927, 40.61602749480292, -74.09280449893394, 40.616046309195326, -74.09284322242237, 40.61605692298851, -74.09324429565382, 40.61615008057092, -74.09337600009285, 40.61619605603944, -74.09348476632294, 40.616247255027105, -74.09354375640807, 40.61628207342239, -74.09376503580737, 40.61642663032781, -74.093817530189, 40.61645556176963, -74.09397945361431, 40.61652991972393, -74.09430229006759, 40.61665527715476, -74.0942593340128, 40.61671651001148, -74.09424276521607, 40.616747760878596, -74.09422286482872, 40.616790560057275, -74.0941788908676, 40.61694373963984, -74.09408377030378, 40.61732137186716, -74.09405975885456, 40.617424928943805, -74.09405943128633, 40.61744070544297, -74.09405915130604, 40.61748018992501, -74.09405951100406, 40.61760630312237, -74.09407142164903, 40.617703373162534, -74.09386133698115, 40.6179488612667, -74.0937315649829, 40.61807998037387, -74.09359230704234, 40.618192996675276, -74.09354970503867, 40.61821964265243, -74.09352460850931, 40.618234462237346, -74.09347401917478, 40.61826300757975, -74.09338662227206, 40.61830918799508, -74.09334389818214, 40.61832216408412, -74.09330240306267, 40.61833256547037, -74.09323354378407, 40.618339395058555, -74.09315335513382, 40.61833879818388, -74.09302187033933, 40.618319372353504, -74.09278400625048, 40.618258251706244, -74.09271648315567, 40.618234149707334, -74.09266764247543, 40.61821671447679, -74.09258567963532, 40.61817315027091, -74.09256132894286, 40.61815923791822, -74.09242215767999, 40.61807267023267, -74.09226222398102, 40.61795418476318, -74.09212918372549, 40.617872183746734, -74.09187913891016, 40.617740392684226, -74.09177952478818, 40.61767930796154, -74.09170419671487, 40.617617053815145, -74.09148272327866, 40.61742711044975, -74.09139572979448, 40.61736938329791, -74.09127573781603, 40.617298260017876, -74.09113171597967, 40.617224243379425, -74.0909819334271, 40.61715802242921, -74.09082781451876, 40.617101620391196, -74.0906350636329, 40.61704192298752, -74.09043125754525, 40.61698722734818, -74.0902474207479, 40.61694289417859, -74.09002299389039, 40.6168996236063, -74.0899188670912, 40.616876996660345, -74.08989952069169, 40.616870803598644, -74.089841673008, 40.61684611600892, -74.08980155289699, 40.61681015982834, -74.08964187570126, 40.61664200405573, -74.08961123308183, 40.616616397311766, -74.08954436322556, 40.616581195815236, -74.0890501786883, 40.61642683863973, -74.08855366749737, 40.61627178232684, -74.0883316994974, 40.616203400025114, -74.08826579108661, 40.616183095269186, -74.0878309786471, 40.616049143487395, -74.08741338372207, 40.61592900987611, -74.0873464440485, 40.61601785395901, -74.08698538772592, 40.61653266126754, -74.08682659322923, 40.61676550751746, -74.0865918188268, 40.617127098877695, -74.08657158027637, 40.617169069401925, -74.08639916189671, 40.617526968064944, -74.0862675619035, 40.61783169157772, -74.08617116520442, 40.61807391759871, -74.08608005856777, 40.61851498542213, -74.08604124269594, 40.618819863356926, -74.08645239872682, 40.61893299171275, -74.08650334198191, 40.618944127054284, -74.08659279082364, 40.61896224753275, -74.08666976017902, 40.61897223393972, -74.08671954995445, 40.618710380715356, -74.08676069732877, 40.6184932988858, -74.08676908366235, 40.61846002730897, -74.08678317219159, 40.618434148306584, -74.08683560256767, 40.618430438189705, -74.0873496649464, 40.61847925319558, -74.08749818665599, 40.61849285878216, -74.08761197611479, 40.61849385274051, -74.0875160811439, 40.61906438513777, -74.08868306804655, 40.619599062134746, -74.08868734864191, 40.619733477793, -74.08869628973936, 40.61976433444892, -74.0887046206096, 40.61979308975906, -74.08871248375557, 40.61981225938411, -74.08873083637059, 40.61984375534797, -74.08875066391417, 40.61986194047077, -74.08882680132108, 40.619923326009285, -74.08907793378818, 40.62010428497818, -74.08935257753646, 40.620266917534416, -74.08942031318578, 40.62030702719782, -74.08936503267867, 40.6203570355859, -74.08911043061886, 40.62058736763596, -74.08877064782068, 40.62087297765606, -74.08873469509348, 40.62091153509702, -74.08872198739073, 40.62092691949717, -74.08870645553448, 40.6209470455163, -74.08869788465644, 40.620963681147074, -74.08868379712439, 40.620998159449975, -74.08867465858408, 40.621030523112935, -74.08865151923993, 40.621208079537304, -74.08863594004416, 40.621387524820605, -74.08862987084862, 40.62145743782855, -74.08862395769992, 40.6215380759178, -74.0885564880286, 40.62245795219865, -74.08854472984508, 40.62261828905586, -74.08853343603906, 40.62275098046797, -74.0885151691506, 40.62296556969248, -74.08849821296023, 40.62329079045899, -74.08848997447942, 40.62344876162085, -74.0884853143261, 40.623610061051, -74.08848221797578, 40.62371714163328, -74.08849894990905, 40.62388580886156, -74.08852109523798, 40.62410909208855, -74.08852807413587, 40.62417944258211, -74.08853727119248, 40.62426208977513, -74.08871130035374, 40.62582567604333, -74.08871942486985, 40.62589867405924, -74.08872624298402, 40.62596335857777, -74.08877129114921, 40.626390675632564, -74.08885605188588, 40.627111453223954, -74.08890860056658, 40.62762360418602, -74.08891457889247, 40.62770352703338, -74.08891408212189, 40.62772898692427, -74.08891048158367, 40.62774734771322, -74.08890514084408, 40.62777251507864, -74.08886244089084, 40.627904693121536, -74.0885207712225, 40.628899641495515, -74.08850754029498, 40.62891828074018, -74.08838228729313, 40.62902373703909, -74.08736456657984, 40.62986466041414, -74.08682234485617, 40.63031754098942, -74.08736559400448, 40.63064950777491, -74.08807764372133, 40.631080405388786, -74.0876178138565, 40.631647197194184, -74.08736731046879, 40.63196066963911, -74.08714129539841, 40.63223919631145, -74.08667496597108, 40.63281492144369, -74.08662357227388, 40.632878372967895, -74.08631889126337, 40.63325451772487, -74.08608332518834, 40.63354431224043, -74.08574928531637, 40.63395524469153, -74.08561454702988, 40.63392178903489, -74.0852008150614, 40.633762087533135, -74.08436134384046, 40.634546844686206, -74.08428649808069, 40.6346168105038, -74.08411695313563, 40.634775300913574, -74.08411695313563, 40.634775300913574 --74.11966871715397, 40.621744611184404, -74.11948250600246, 40.621082015894245, -74.11934106461794, 40.620688663862474, -74.11925165637015, 40.62046539225749, -74.11912980229027, 40.62018716117339, -74.11901337558672, 40.61993651180419, -74.11881066011343, 40.61963885786215, -74.11871459986321, 40.619501671726105, -74.1185061490683, 40.61919247307217, -74.11845483280621, 40.619109460970975, -74.11840164078151, 40.61900490310299, -74.11818244156987, 40.61852838723646, -74.11787548991587, 40.61787718053829, -74.11776346307933, 40.61790033519874, -74.1164449513629, 40.618030889684974, -74.1149946670178, 40.61817146576963, -74.11493709295414, 40.61817447705932, -74.11491369232007, 40.61817352428872, -74.11488634766147, 40.61817092660042, -74.11484566828253, 40.618163718051, -74.11480635771849, 40.61815257284169, -74.11476982307131, 40.61813795243696, -74.11473591429024, 40.61811987409923, -74.1147054227647, 40.618098794505926, -74.11467859341923, 40.61807488721603, -74.11465593989011, 40.61804858937321, -74.1146378280727, 40.618020327462204, -74.11462938456509, 40.61800324038371, -74.11462445091566, 40.61798822640718, -74.1145941220025, 40.617831896409406, -74.114542409091, 40.617559051230415, -74.11452562920533, 40.617459104664356, -74.11446667970193, 40.61709108603199, -74.11443946296784, 40.616647239772625, -74.11439474749758, 40.61583654020678, -74.11437983140122, 40.615658403057225, -74.11437077542236, 40.61548916803223, -74.11435948071941, 40.61523474047873, -74.11435111148957, 40.615159360732775, -74.11434822851571, 40.614933328156134, -74.11433551336236, 40.61474914449353, -74.11430380570388, 40.61456275182283, -74.11428610030862, 40.61445925715626, -74.11420883820622, 40.614110405182785, -74.1141660837422, 40.6138778221677, -74.11414569876425, 40.61374121074335, -74.11396002233529, 40.613757811487204, -74.11375496741047, 40.61377378993856, -74.11371241928639, 40.61377643904797, -74.11366303077757, 40.61378141645099, -74.11349703617786, 40.6137965291326, -74.11337449253003, 40.61380415411264, -74.11334940688725, 40.613682633625515, -74.11319664732407, 40.613050328774705, -74.11314164105988, 40.612894616063095, -74.11309625545128, 40.61283121626035, -74.11304065296208, 40.61277116742357, -74.11299969674342, 40.61273447720751, -74.1129083411917, 40.61270060830022, -74.11300981879415, 40.6126743628241, -74.11312316735865, 40.61264532206292, -74.11339202386021, 40.61260747477372, -74.11363458730445, 40.612578277149744, -74.11380993485267, 40.612558055348906, -74.11392390329583, 40.61254012112119, -74.113985232849, 40.61250887524656, -74.11404360819886, 40.61245758214971, -74.11410781417905, 40.612399600461664, -74.11417207430402, 40.612370578568125, -74.1142509749407, 40.61235936161528, -74.11435454615213, 40.612354245417166, -74.11479445415732, 40.61232628877766, -74.11539433836262, 40.612278865474686, -74.11613977937338, 40.61221407318144, -74.116940811936, 40.61215500806376, -74.11688678127102, 40.61183218986359, -74.1168355172353, 40.61142827500481, -74.11671723973727, 40.611472627010194, -74.11643578969054, 40.61153957180157, -74.1162113288954, 40.611586131716, -74.11579742081024, 40.61165115919683, -74.11539248984644, 40.611687316244996, -74.11514614740881, 40.611701824851956, -74.11509475623131, 40.61170324421503, -74.11488920214207, 40.61170892592946, -74.11465840490256, 40.61170804063849, -74.11435340478647, 40.6116879512556, -74.11422088359862, 40.61167687872513, -74.11399988082869, 40.61164671541417, -74.11395964379015, 40.611639434070014, -74.11371635295987, 40.61159539725482, -74.11367526847427, 40.61158795995868, -74.1134645136174, 40.6115390843432, -74.11321239622535, 40.6114725520301, -74.1129519714982, 40.611381070261196, -74.11224572470995, 40.611109114658596, -74.11219407576941, 40.61108910685667, -74.1118219811081, 40.61089630927876, -74.11096858029134, 40.60728356506022, -74.11123976396618, 40.606466245450065, -74.11487058791828, 40.60213634069501, -74.11482559305679, 40.602061898910556, -74.11471718741936, 40.60195879914407, -74.11447331528197, 40.60169807708569, -74.114336060184, 40.60156106318018, -74.11370348698976, 40.600929399401636, -74.113520565258, 40.600732348596296, -74.1133833399207, 40.60057018641043, -74.11322254129165, 40.60037641911697, -74.11302334245283, 40.6001341926013, -74.11296131307154, 40.600076340953336, -74.11279115985919, 40.599841331084825, -74.11244219856194, 40.59932025668798, -74.1121224699878, 40.59892231273647, -74.11190979606329, 40.59867171984389, -74.11177402200941, 40.598536040484845, -74.11166908405316, 40.59845437860262, -74.1113992335678, 40.598273585819875, -74.1113624455279, 40.5982417366515, -74.1113315657406, 40.59820986733935, -74.11130226207308, 40.59817096160539, -74.11128446134583, 40.59813742174927, -74.11127380240401, 40.598106087560744, -74.1112681322813, 40.59808308558441, -74.11126047514296, 40.598033210318036, -74.11125942537616, 40.59798742963682, -74.11127635150224, 40.59784356277502, -74.1113061434691, 40.59767017870591, -74.11132130811492, 40.59755121570744, -74.11442611690907, 40.596643763415756, -74.114480652523, 40.596647476890155, -74.11453500890443, 40.59664725162825, -74.11459193839309, 40.59664223569224, -74.11464807477523, 40.59663286558843, -74.11474745880787, 40.59660876204439, -74.11479154886635, 40.596594764402006, -74.11487540607551, 40.596561866436026, -74.11495381047527, 40.59652173545661, -74.11498827542546, 40.59649866108556, -74.11539950700832, 40.596165180388894, -74.11769280898098, 40.5929382967272, -74.12325042816597, 40.58511696188253, -74.12159968128927, 40.58333008280937, -74.12384003189831, 40.58285182654758, -74.12537736160432, 40.579611972001125, -74.12615586205898, 40.58054173483527, -74.12614526984312, 40.58055419081881, -74.12614010131242, 40.5805685589647, -74.12613673148736, 40.580604756559886, -74.12613817227059, 40.5806578274108, -74.12618672105421, 40.58107640918753, -74.12620020623162, 40.5811597712675, -74.12622706584575, 40.581335966361955, -74.12626450201402, 40.58173805186907, -74.12632414268171, 40.582119523340275, -74.12634855036161, 40.58227104400819, -74.12635402355376, 40.582294050898575, -74.12637398759342, 40.582336155488, -74.12638844227006, 40.582426636919244, -74.12639458159227, 40.58251202422251, -74.12662095681203, 40.58249632916321, -74.12684537740603, 40.58248077089445, -74.12691304667267, 40.58247808644508, -74.12694732315715, 40.58247990816109, -74.12697447798037, 40.58248265987496, -74.12700782592408, 40.582487496655375, -74.12703426203136, 40.58249304257727, -74.12709783241529, 40.58251189950028, -74.12714032528947, 40.58252881206777, -74.1272093652625, 40.58256238285338, -74.12724050695242, 40.58258150703258, -74.12726406144803, 40.58259899164748, -74.12754102880221, 40.58284572907067, -74.12768765047687, 40.58297760745033, -74.12824742399572, 40.582654409726096, -74.12832548498737, 40.58263018039823, -74.12838385010701, 40.58261007761911, -74.12840016330074, 40.58259988976352, -74.12852724028033, 40.58249775244429, -74.12882623380713, 40.58229971007251, -74.1292234833105, 40.5820166090433, -74.12931930403315, 40.58192661264606, -74.12938537086453, 40.581847630678524, -74.12953091766886, 40.58192453539349, -74.12966302970696, 40.58200824774524, -74.12994100894322, 40.58223997011556, -74.13005229133456, 40.58234838715759, -74.13015004057914, 40.58245556319019, -74.13031086277257, 40.582640773734134, -74.13040043309559, 40.58275865165874, -74.13044742809724, 40.58269926903911, -74.13046893843774, 40.58267720607241, -74.13048285004659, 40.5826676086906, -74.13061043316021, 40.58260237199461, -74.1307387808475, 40.582510304051084, -74.13086361902012, 40.582428478927234, -74.13089696143537, 40.582411682179, -74.13095012443044, 40.582380416613475, -74.13106244725986, 40.58230483536632, -74.13120558367012, 40.58222047652934, -74.13127489938698, 40.582186742037315, -74.13150773095832, 40.582096748378724, -74.13154963876333, 40.58212081375588, -74.13158456712534, 40.582139394810596, -74.13162600242367, 40.58215501467873, -74.13164294548386, 40.58216027864589, -74.13167998532457, 40.58216905684063, -74.13209179507336, 40.58222116576643, -74.1323034597133, 40.58223724783589, -74.13244754594993, 40.58223425417673, -74.13270774312764, 40.58221095092244, -74.13281519847978, 40.58220776316955, -74.13297214934929, 40.58220765367022, -74.13302393189541, 40.58220438155541, -74.13307341540853, 40.5821955000094, -74.13309215113998, 40.582191074740926, -74.13311282412447, 40.58218319461267, -74.13315952528741, 40.58216030678812, -74.13319230614151, 40.58213886511621, -74.13323042929774, 40.58211153951441, -74.13327087274362, 40.58208332239034, -74.13328611936377, 40.58207593210692, -74.13330412840492, 40.582067240059494, -74.13334853841047, 40.58204749944874, -74.13338927681592, 40.582033949689276, -74.13348392132615, 40.582006527750266, -74.13352254187213, 40.58199236444497, -74.1335698499418, 40.581965973606366, -74.13359810363727, 40.58194587616157, -74.13363689146792, 40.581890795474656, -74.13522768222028, 40.58176530647177, -74.13683045798224, 40.57820567467223, -74.13697838949608, 40.57816773036047, -74.13725667687787, 40.578103428510055, -74.13759779694492, 40.578013217379315, -74.13840923187074, 40.57781554632854, -74.13879048652133, 40.577700677337454, -74.13899982526371, 40.57764774982144, -74.13949208961886, 40.57753692437126, -74.14000050978306, 40.577410100901886, -74.14129284486339, 40.57710453832066, -74.14193545895805, 40.57694286372186, -74.14231450817738, 40.576865665523066, -74.1428750468893, 40.576731887423996, -74.14326726399683, 40.57662627343087, -74.14331528246814, 40.57661143051241, -74.14336587914528, 40.57659275171999, -74.14339442967027, 40.576579116351795, -74.14342735646966, 40.576560243459895, -74.14346648789001, 40.576525192974934, -74.14348075188295, 40.57649032392457, -74.14348247688554, 40.57646755828711, -74.14348331166582, 40.57644602027711, -74.14348156517616, 40.576401605839976, -74.14346819969893, 40.57631043892302, -74.14344039968196, 40.57617358925873, -74.14339878103542, 40.57599016724773, -74.14337391997121, 40.575928834667394, -74.14356224333561, 40.575899256759435, -74.14395133373958, 40.57585095737019, -74.14473379706497, 40.57576446754538, -74.14543651826557, 40.57566863495829, -74.14549635515564, 40.57566516961263, -74.14554145189048, 40.57566554834353, -74.14558198124317, 40.57567062278197, -74.14563399706083, 40.57568052477146, -74.14566040691007, 40.575687549608425, -74.14568195746935, 40.57569484355498, -74.14573941528168, 40.575719826001205, -74.14588566130139, 40.57580450140727, -74.14595951382124, 40.57584282762296, -74.14605322129756, 40.57588095655016, -74.1461256684173, 40.57590355136349, -74.14615774178782, 40.57591129380527, -74.14617555977256, 40.57591342159012, -74.14620134838675, 40.57591605342898, -74.14625135112782, 40.57591907138193, -74.14628949426073, 40.575918942670356, -74.14633660563968, 40.57591808210228, -74.14638991944553, 40.57590092310381, -74.14644656403146, 40.57594909206461, -74.14648488396261, 40.575959025535546, -74.14651025896701, 40.57596422072823, -74.14655999250814, 40.575971016595034, -74.14659217835691, 40.575973468184365, -74.14661466943795, 40.57597387443685, -74.14664973247072, 40.57597211958524, -74.14667272804728, 40.57596885193852, -74.14671468639241, 40.57595872868456, -74.14681998780704, 40.575927745752516, -74.14686540181114, 40.57591173309232, -74.14689230945929, 40.57589851859785, -74.14691293571249, 40.57588497623394, -74.14697487546212, 40.57584095946355, -74.14701639175213, 40.57574863848933, -74.14710406781406, 40.575749035952406, -74.14715991493962, 40.57575723845668, -74.14723470628745, 40.575756107922835, -74.14742979007512, 40.57573834791366, -74.14768032802837, 40.575692640529574, -74.1477723676983, 40.57566786758519, -74.1477996756458, 40.57565848499969, -74.14783015538919, 40.57564731888759, -74.14795692080294, 40.57561316265374, -74.1478583313166, 40.575511472556265, -74.14752143971938, 40.57515939759972, -74.14743910193039, 40.575065611795914, -74.14733617701695, 40.574920917705434, -74.14722136640458, 40.574696133392095, -74.14714756767931, 40.57457529904981, -74.14706249161789, 40.57447149903223, -74.14685409527755, 40.57426238078674, -74.1468328109281, 40.57423420442837, -74.14682386092987, 40.57421895555868, -74.14681287473543, 40.57419180704199, -74.14680825080667, 40.57416800395162, -74.14680746806609, 40.574144477816816, -74.14681162858989, 40.574112730769045, -74.14681706676166, 40.574096484638645, -74.1468286503331, 40.574070896704306, -74.1468370649036, 40.57405586968255, -74.1468513839481, 40.57403633698649, -74.14687412548021, 40.57401183342488, -74.14706906016166, 40.57381384118506, -74.14708955577889, 40.57378579688647, -74.14710754112515, 40.57375476875474, -74.1471241432042, 40.57371662463595, -74.14713375509353, 40.57368225816811, -74.1471375145719, 40.57364599098126, -74.14713470981704, 40.57360527820129, -74.14711285457484, 40.57350606284725, -74.1470777376048, 40.5733958420324, -74.14701609779914, 40.57323274655956, -74.14686654972263, 40.57325033510696, -74.14684697207453, 40.573246813864046, -74.146793226166, 40.573234535445366, -74.14674978882836, 40.573222184398674, -74.14668537146386, 40.57319635854332, -74.14665375835744, 40.57317930062202, -74.14662823739326, 40.57316147397193, -74.14660144216874, 40.57313826379799, -74.14658613228107, 40.57312060691386, -74.14657192863402, 40.57309687637064, -74.14656146131173, 40.573071944260114, -74.14655375865544, 40.573041633383, -74.14655159797125, 40.57301655829665, -74.14655435939574, 40.5729892526322, -74.14656097571148, 40.572963120837784, -74.14664691280889, 40.57273254229257, -74.14669544104478, 40.572621796701604, -74.14686621123417, 40.572302001686026, -74.14699102957816, 40.57201252468461, -74.14721563095151, 40.571511956197064, -74.14723924298197, 40.57145796642012, -74.14725307819972, 40.57143461695922, -74.14727789996154, 40.57139906749419, -74.14728866820516, 40.57138747922781, -74.14739757767722, 40.571285087513566, -74.14775981443529, 40.571001794851554, -74.14789717789633, 40.57088695950807, -74.14966960397328, 40.57137145581276, -74.15165988883957, 40.57075792764378, -74.15168601110129, 40.570762655135084, -74.15952947755099, 40.56787943142354, -74.15964615927471, 40.567836567251504, -74.16249900215072, 40.566787654388094, -74.16419300560307, 40.565491657748176, -74.16499899218884, 40.56153867825158, -74.16589405148781, 40.56028303841921, -74.16671061421825, 40.56044534679877, -74.16688971759373, 40.56047628545703, -74.16701908009641, 40.56050925302422, -74.16825039571651, 40.56078416177069, -74.16943684873246, 40.56101933372189, -74.16982656556904, 40.561077681441475, -74.16982152578018, 40.56121784064054, -74.16977370678957, 40.56254789534451, -74.16977115267596, 40.56261895610889, -74.1697688057905, 40.562684210868504, -74.1697630191534, 40.56284514360663, -74.16976080139261, 40.56290685189841, -74.16975841923487, 40.562973103591716, -74.169750315519, 40.56319850847943, -74.16974543093507, 40.56333435119368, -74.1697458339689, 40.563559423814844, -74.16971977394225, 40.56415539235169, -74.16980250767823, 40.56454147185638, -74.16981957546531, 40.56490480742892, -74.16978726095118, 40.56597338343696, -74.17429852882613, 40.56617616380756, -74.17470872828814, 40.56468877604043, -74.17519517625507, 40.56292459865515, -74.17533989708085, 40.56295274892901, -74.17539949373625, 40.562964338673346, -74.17590751023637, 40.56304759716162, -74.17607244235744, 40.56308032445572, -74.17621573470757, 40.56311592407664, -74.17645306534116, 40.563186683358126, -74.17659367052909, 40.563241005894064, -74.17695816773178, 40.56340435616402, -74.17713208127864, 40.5634998906754, -74.17725514075251, 40.56356748801427, -74.17739552212767, 40.56364859069127, -74.17762044138867, 40.56379058401855, -74.17784155977454, 40.56393138689012, -74.17795634477508, 40.5639884628229, -74.17809933903531, 40.56404844503111, -74.17826730566736, 40.564109865171, -74.17925395667119, 40.564441958723094, -74.17948530486568, 40.56452674949083, -74.18117465308546, 40.56515985140822, -74.18139493228776, 40.56523765509311, -74.18166496566094, 40.565323858139415, -74.18208007015772, 40.56543087959887, -74.18229664537303, 40.56547432511399, -74.18240990307412, 40.56548690938153, -74.18259154742924, 40.56549675981139, -74.18273137513206, 40.56549333067406, -74.18304397864385, 40.56545862011584, -74.18339757611972, 40.56540555715644, -74.18363844564288, 40.56536058001525, -74.18379827111148, 40.56531747910187, -74.18386986433296, 40.56529232806407, -74.184124340912, 40.565186465090875, -74.18434794601724, 40.56507538121748, -74.1845571442108, 40.56495956977497, -74.18474255093217, 40.56484437525625, -74.18494985960999, 40.564704688653656, -74.18506754113534, 40.56463503603592, -74.1852540380779, 40.56454870352853, -74.18528912161273, 40.56453557128354, -74.18535448988837, 40.56451742825573, -74.18555627135585, 40.5644628105734, -74.18625498105126, 40.56432145769958, -74.18662979671505, 40.56424401991599, -74.1868090232217, 40.5642005419769, -74.18698521071184, 40.564145898564156, -74.18715195958237, 40.56408447578127, -74.18726898712819, 40.56404137131099, -74.18740537577776, 40.56399514272261, -74.18750561215312, 40.56396769855991, -74.18754591698247, 40.56395726768732, -74.1876481060282, 40.563955369072815, -74.18798186355903, 40.56388753862738, -74.18858057438135, 40.563790719489724, -74.18927719392902, 40.5636540442813, -74.18938450121625, 40.56362547467241, -74.18947456757553, 40.563594434441534, -74.18960740029645, 40.56353514604774, -74.18972344573989, 40.563474339924625, -74.18994873964361, 40.563327096046564, -74.19017469878362, 40.56313887842329, -74.19047937576998, 40.5628526596063, -74.19063328012228, 40.56273683687705, -74.19072923320809, 40.56267722835818, -74.190809765194, 40.56263544610542, -74.19090721381937, 40.56259477034454, -74.19099638908942, 40.56256542969061, -74.19106015264747, 40.56254972740543, -74.19113670777485, 40.56253779411933, -74.19126477043831, 40.56252770305181, -74.19163584958368, 40.562519815465755, -74.19194369103931, 40.56252566096046, -74.19210840391158, 40.562543484388314, -74.19220648195429, 40.56256265913377, -74.1924426677342, 40.562616479014274, -74.19246683545826, 40.56262569324101, -74.19258646716231, 40.56263972825353, -74.19258658068999, 40.56273645372721, -74.19259415312273, 40.56280036137564, -74.19269272273303, 40.56316212797267, -74.19287737409607, 40.563733767373634, -74.19313912141256, 40.564504602286505, -74.19345285895298, 40.56543662625698, -74.19354862941347, 40.565668501100575, -74.19366751398518, 40.56595644604707, -74.19412255716655, 40.565474790012544, -74.19507363953876, 40.56450133312573, -74.19525281400395, 40.56431967055979, -74.19553489762508, 40.564038321576795, -74.19565417250415, 40.56391935509615, -74.19580264916287, 40.563771264281186, -74.19658509003291, 40.56301180243468, -74.19808934530741, 40.56158732078325, -74.19888693479736, 40.56084897659905, -74.19929071492601, 40.56048705425659, -74.19937851551794, 40.56040835333153, -74.19950925573661, 40.56052682938565, -74.19957503981321, 40.56058644260783, -74.1996620335502, 40.56051281103931, -74.20011121961373, 40.56013262158795, -74.20050495833507, 40.55982141665679, -74.2009888697314, 40.559561337666814, -74.20113614601752, 40.55947621858945, -74.20124616247487, 40.55942234179487, -74.20138045671351, 40.55936565770784, -74.20149428882857, 40.55932232547084, -74.20171047901717, 40.55926444277359, -74.20188863158843, 40.55923073817553, -74.20204831986568, 40.55921111582289, -74.20321005878866, 40.559117062873284, -74.20368435793577, 40.55910802340307, -74.20404023263397, 40.559060319324416, -74.20423447663558, 40.559027734271204, -74.2045143323734, 40.558970874928626, -74.20471619837843, 40.55892086917891, -74.20492379106796, 40.55885986010912, -74.2051023883496, 40.558799970473025, -74.20523222789389, 40.55875018607093, -74.20541963719303, 40.5586663936837, -74.20556268658042, 40.55859335885664, -74.20569605486264, 40.558515684558124, -74.20639016696457, 40.558270961713355, -74.20646348308135, 40.558270556178634, -74.20653543244349, 40.558264585989555, -74.20656963601436, 40.55826903432192, -74.20663403543521, 40.55829688798202, -74.20670107042753, 40.55831334788235, -74.20676538084774, 40.55831050442307, -74.2068234249442, 40.558300703024365, -74.20687405884505, 40.558284025002614, -74.20690006535746, 40.558269597620594, -74.20693143654002, 40.55825082722521, -74.20699244607363, 40.55823250320192, -74.207053576551, 40.55821130714359, -74.2071038787554, 40.558182888531, -74.20715383421067, 40.55816107949839, -74.2072180424588, 40.558138671092976, -74.20726570572914, 40.558134252645964, -74.20729352431503, 40.55813765596565, -74.20733353415677, 40.55815984570402, -74.20740547843639, 40.558159527594476, -74.20745587967102, 40.55815241514677, -74.20753079421921, 40.55814931256324, -74.20760604919248, 40.55814899464939, -74.20768027861223, 40.55814389403401, -74.20775564932892, 40.55814131098429, -74.207830908385, 40.55813281972116, -74.20790194559545, 40.55812293392863, -74.20797412900293, 40.55811183030339, -74.20804312636655, 40.55809185409585, -74.20811473834483, 40.55808040021119, -74.20818623795019, 40.558064341183915, -74.20824200663837, 40.55805044758927, -74.2083119095554, 40.5580365607513, -74.20838340571117, 40.55802623977352, -74.20845570018963, 40.55801522209438, -74.2085293674926, 40.55799994327887, -74.20859995832207, 40.55798292658095, -74.20866986361293, 40.55796190733635, -74.20873772206745, 40.55793993000493, -74.20880899459159, 40.55792308754231, -74.20888061183207, 40.55790624080633, -74.20895187926956, 40.55789383516709, -74.20902064313653, 40.557876378474056, -74.20909112044606, 40.55786127440235, -74.20916284508611, 40.55784860574591, -74.2092344556126, 40.55783871718337, -74.20930572708089, 40.557825003749805, -74.2093779121124, 40.55781233411982, -74.20944804296134, 40.5577997492381, -74.20951931053169, 40.55778481996564, -74.2095921795537, 40.557772669458366, -74.20966550538385, 40.55775634952525, -74.20973597977692, 40.55774115500967, -74.20980861737381, 40.557726397757946, -74.209881712546, 40.55771599007645, -74.20995229821322, 40.557701667836604, -74.2100235701124, 40.55768856001165, -74.2100959798437, 40.5576768476809, -74.21016542668082, 40.55766235088955, -74.2102357900911, 40.557642722068266, -74.21030694344678, 40.55762987633791, -74.21038606330167, 40.55761226838486, -74.21044481357669, 40.55759949121559, -74.21051038855889, 40.55757481633394, -74.21057607939045, 40.557550576157475, -74.21062739782155, 40.55753129089406, -74.21069149559023, 40.557505483951886, -74.21075718296595, 40.55748281059718, -74.21082071194101, 40.55745413644351, -74.21088662970648, 40.55742667898477, -74.21095277886744, 40.55740035392777, -74.21101311144302, 40.55736828424243, -74.21108005677445, 40.557343609218066, -74.21114403639847, 40.55731789049124, -74.21120209259479, 40.55728512518048, -74.21125843420334, 40.55726201575815, -74.21128649285296, 40.557243935563775, -74.21134967321323, 40.55721717267877, -74.21141821361091, 40.5571966738735, -74.21147123684834, 40.55718721436098, -74.21154341766005, 40.55717915137897, -74.21161456200367, 40.557181960539886, -74.21168455671454, 40.5572001600055, -74.21175524342867, 40.55721540441938, -74.21179992490192, 40.557236811338406, -74.21184995383129, 40.55727648640177, -74.21187956438482, 40.55732710811512, -74.21190370797758, 40.55737946802179, -74.21192694610525, 40.55741547869953, -74.21194573912679, 40.55744931559537, -74.21198493444983, 40.55749724592397, -74.21202561305353, 40.55754265652394, -74.2120597894947, 40.557592495306544, -74.21207327048995, 40.55760916531046, -74.21209841179893, 40.55764025375273, -74.21213087548239, 40.55769131319136, -74.21217543364959, 40.557737329832044, -74.21220995058633, 40.557786129631296, -74.21223506856202, 40.55781243357916, -74.21225347910936, 40.55783171498983, -74.21228709062241, 40.55787199023618, -74.21231921348755, 40.55792235324202, -74.21236240018641, 40.5579673268317, -74.21239475072643, 40.55801907981104, -74.21243520062606, 40.55806701306797, -74.21247725294738, 40.55810459627501, -74.21251393759252, 40.55815287326739, -74.21254572267394, 40.558202366023345, -74.2125712291667, 40.55825420456072, -74.21260084522807, 40.558304393821956, -74.21262681324049, 40.55835727610528, -74.21264139246162, 40.55838206587408, -74.2126864055609, 40.55842608500166, -74.2127332542644, 40.55844845110938, -74.21278819040913, 40.55848438308261, -74.21285476721785, 40.558506583812836, -74.21289728648331, 40.55852120973142, -74.21297025061966, 40.55853253908311, -74.21300069345908, 40.558538981741854, -74.21303295338664, 40.55855429933116, -74.21306293141205, 40.55857048475131, -74.21308139262266, 40.55858292822306, -74.2131213969395, 40.558607879680146, -74.2130982338121, 40.55868270613614, -74.2130468075985, 40.5587178618118, -74.21299176704072, 40.558762241975124, -74.2129393373401, 40.55880525297075, -74.21278714329341, 40.55892484964241, -74.21272964892087, 40.558958127108575, -74.21268756232014, 40.55898194207957, -74.21263048067573, 40.55901619850625, -74.21257396751966, 40.55905027824917, -74.21252655513413, 40.55909320412365, -74.21247454226364, 40.559132317547615, -74.21241826331874, 40.55916770164545, -74.21237272899116, 40.55920199151801, -74.21233506009347, 40.55924948928818, -74.21231148691037, 40.559301890481706, -74.21229812534348, 40.55934448135114, -74.21229206229991, 40.559399847130585, -74.21228704595323, 40.559457996308765, -74.21228269237041, 40.55951292127075, -74.21227275278581, 40.55956934963241, -74.21226097220101, 40.55962422258085, -74.21224576162216, 40.559664991489214, -74.21222858141978, 40.559702371744955, -74.21220954292734, 40.55973610018735, -74.21217585245964, 40.559752293593064, -74.21213178498795, 40.5597571189757, -74.21205890100445, 40.55975877005691, -74.21198636538213, 40.5597615524129, -74.21193779062077, 40.559774068446465, -74.21189819805473, 40.55979525618465, -74.21185400421471, 40.55984104582239, -74.21182436974432, 40.55989233963634, -74.21179783909501, 40.559946146496195, -74.21177381633493, 40.55999959301677, -74.21175105982638, 40.56005320829785, -74.21172463228385, 40.56010605678773, -74.21170335680627, 40.56016018803283, -74.21168367822004, 40.56021300516144, -74.21166241480917, 40.560268357492326, -74.21164972344395, 40.56032366610663, -74.21164183650912, 40.560380089725456, -74.21164081215396, 40.56043691223948, -74.21163522120708, 40.56049428078319, -74.21162092836315, 40.56054986250249, -74.21159575724685, 40.56060209358419, -74.21156739288752, 40.56065530131149, -74.21154932847205, 40.56071046131686, -74.21153456824358, 40.560764649867465, -74.2115262127861, 40.56081933091634, -74.21152530168636, 40.56087615591999, -74.21152667192091, 40.56093227070786, -74.21153421866423, 40.56098949167557, -74.21154186123687, 40.561044530486335, -74.21155465726505, 40.561100506259265, -74.21156972730793, 40.56115568807863, -74.21157896582233, 40.56121019713751, -74.21157337920673, 40.56125405684398, -74.21154213796537, 40.56130457638133, -74.21150836699066, 40.5613534499004, -74.2114797719754, 40.56139210459211, -74.21144348682624, 40.561440904374834, -74.21141891038015, 40.56148232708054, -74.21139455363955, 40.56153647293773, -74.21137397384281, 40.56159164474442, -74.21135442655167, 40.56164698934953, -74.21133691676363, 40.56170031752181, -74.21131484172597, 40.56175427905684, -74.2112855565204, 40.56180626818664, -74.2112507511163, 40.561854885078375, -74.21122627355257, 40.561908248560954, -74.21121506573517, 40.56196355258889, -74.21120683069337, 40.562019103296755, -74.21120556247939, 40.5620743611288, -74.21120566692842, 40.56212943543035, -74.21120909720453, 40.562186241635054, -74.21121412878979, 40.56224347354602, -74.21122509887589, 40.562300066867714, -74.21123881855017, 40.56235725758451, -74.21125354709216, 40.562412351815716, -74.21126919111022, 40.56246718140673, -74.21129133661452, 40.5625212822153, -74.211308565589, 40.5625747085638, -74.21132615225191, 40.562629964124355, -74.21134294011328, 40.562685397655315, -74.21136338320446, 40.562740293145794, -74.21138907044286, 40.562793766953206, -74.21141315112443, 40.56284663945753, -74.21143792133917, 40.56289985739056, -74.21146497610658, 40.56295297385506, -74.21148768146382, 40.563005158170306, -74.21151129749488, 40.563057420050455, -74.21152671335562, 40.56311242472657, -74.21153905418737, 40.56316883898685, -74.21154374342625, 40.56322598505901, -74.21154396954853, 40.56328210554465, -74.21154316264621, 40.563337535426626, -74.21154074877077, 40.563392623365736, -74.2115351448939, 40.5634482511926, -74.21152553183315, 40.56350302279595, -74.21150655798596, 40.563544943091614, -74.21147264576548, 40.56359059475981, -74.21142120400928, 40.56363013798531, -74.21137375873855, 40.56365572105351, -74.21133243189011, 40.5637028028546, -74.2112967635421, 40.5637435795412, -74.21126976201256, 40.56379547350201, -74.2112476899625, 40.56384986906188, -74.2112259531821, 40.563903130236106, -74.21120593190278, 40.56395708075735, -74.21117858978656, 40.56400923557427, -74.21114873100386, 40.56406166516917, -74.21112883162253, 40.564116484461316, -74.21111225718951, 40.56417199014456, -74.21109417905843, 40.56422584521943, -74.2110767966938, 40.564280914725224, -74.2110584998239, 40.56433581841025, -74.2110380127334, 40.564388551341445, -74.2110206455924, 40.56444510397918, -74.21101408382238, 40.564473154869106, -74.21100750222908, 40.56450128684253, -74.21099435822032, 40.564557646208684, -74.21097765489925, 40.564611669837916, -74.21096072502436, 40.56466612793488, -74.2109402427573, 40.56471894908966, -74.21092103052392, 40.56477385533186, -74.2109017046246, 40.56482867442801, -74.2108825956493, 40.56488227110605, -74.21086350049575, 40.56493726357338, -74.2108409602694, 40.56498983273697, -74.21082743968083, 40.56504218452324, -74.21083143208007, 40.565097937876274, -74.21083998567576, 40.56515245363612, -74.21084227567252, 40.565209437532495, -74.21084410861228, 40.5652667707718, -74.21083976986444, 40.5653235245933, -74.21082204338887, 40.56537859648702, -74.21079198913358, 40.56542100346602, -74.21074191641917, 40.56546088966796, -74.21070506855678, 40.56549688202127, -74.2106685487789, 40.565544809355615, -74.21063846356394, 40.56559767507956, -74.21061214037178, 40.56564938932659, -74.21058399925268, 40.56570242077019, -74.21055973615759, 40.565754386077074, -74.2105346822641, 40.56580722904148, -74.21050825356656, 40.565859988969535, -74.21048330201783, 40.56591160971842, -74.21045250837861, 40.56596160220509, -74.21042229804853, 40.5660127246774, -74.2103967767779, 40.56606495880911, -74.21036886101467, 40.56611729097511, -74.21034093364696, 40.566168576742065, -74.21031576543315, 40.56622159456793, -74.21028967966586, 40.566274614968286, -74.210259829271, 40.56632800156415, -74.21023213564307, 40.566380070334645, -74.21020569910627, 40.56643161269052, -74.21017834527856, 40.566483242268575, -74.21015190492375, 40.56653434786254, -74.21012787028387, 40.566586315356865, -74.21010063689035, 40.56663873085583, -74.21007465904258, 40.566690877495624, -74.21004926451803, 40.5667441568268, -74.2100229469758, 40.56679682998357, -74.21000328422652, 40.56685234834176, -74.2099836061575, 40.566906384455784, -74.20996313298832, 40.566960685874115, -74.20994807510722, 40.567006681730284, -74.20992940640552, 40.56706967804006, -74.20991259906693, 40.56712376742839, -74.20988837597824, 40.56717113171644, -74.20985383343027, 40.567219681936365, -74.20981324633973, 40.567266848269355, -74.209784235425, 40.5673189553534, -74.20976478339065, 40.567373623184714, -74.20976120396332, 40.567429966726856, -74.20976001064261, 40.56748730099437, -74.20975417062607, 40.56754239332834, -74.20973927096686, 40.567598250542794, -74.2097219031193, 40.567651808711865, -74.20970607712185, 40.5677082655629, -74.20968844336268, 40.567763654083706, -74.20967112698482, 40.56782009293784, -74.20965421930828, 40.56787356830741, -74.20963591759235, 40.567927989971224, -74.20961018344441, 40.567982056878954, -74.20956542037035, 40.5680262923189, -74.20951508985993, 40.56806880077848, -74.20947502484589, 40.568118507323454, -74.20944580634362, 40.56816938907756, -74.2094240869335, 40.56822307040006, -74.20939646787382, 40.56827414553997, -74.2093726625979, 40.56832884735002, -74.20935329815546, 40.56838491256468, -74.20933841558724, 40.568439984430846, -74.20932170344955, 40.56849494616234, -74.20929932521348, 40.56854722113539, -74.2092712243973, 40.56859951553479, -74.20923601656327, 40.568652073219404, -74.20920246431606, 40.568702377459495, -74.20916710853678, 40.56875109194056, -74.20913083384458, 40.56880014398011, -74.20909291379006, 40.56885135756718, -74.20904952740618, 40.56889543540436, -74.20901562825786, 40.568945914021505, -74.20898918501713, 40.56900084477913, -74.20898925706264, 40.56905784353204, -74.20900194251709, 40.5691137729229, -74.20900222996691, 40.56917129899242, -74.20899716325914, 40.569227711845585, -74.2089869643128, 40.56928336408462, -74.20897240191866, 40.56933939887995, -74.20895292501733, 40.56939520037096, -74.20893187568677, 40.56944967463936, -74.20892215660047, 40.56949302659545, -74.20892315426856, 40.569549598613435, -74.20892228532072, 40.5696078093838, -74.20890374597131, 40.56966248710261, -74.20887598594528, 40.569714872632765, -74.20884571914846, 40.569766615234265, -74.20881325481747, 40.56981955321984, -74.2087773101321, 40.56986904399904, -74.20873434339724, 40.569915047176934, -74.20869400478634, 40.56996125628723, -74.20867112289814, 40.56999362408622, -74.20865762304318, 40.57004818904762, -74.20865029624088, 40.570103263299465, -74.2086397457697, 40.570159175492975, -74.20862279815941, 40.57021430864043, -74.20860174203717, 40.57026904580975, -74.20857326984728, 40.5703117329765, -74.20852650014542, 40.57034791102179, -74.20847178330052, 40.57038085256707, -74.2084323438678, 40.570422448350485, -74.2083955775308, 40.57047297790482, -74.2083589636737, 40.57052167729904, -74.20832939688542, 40.570572817837935, -74.2082985630365, 40.570624375809615, -74.20825715118755, 40.57067240667398, -74.20821147006498, 40.57071697913192, -74.20816158925707, 40.57075958162386, -74.20810181640158, 40.570793683927064, -74.20804299618692, 40.570825790706294, -74.20798084446383, 40.57085864281998, -74.20791566218625, 40.57088307775354, -74.20784742333045, 40.57090590623672, -74.2077757908296, 40.570921271844455, -74.20770863135033, 40.5709471672895, -74.20764087031948, 40.57097445239545, -74.20758001427329, 40.57100557383743, -74.20752471910647, 40.57104426854091, -74.20746884028242, 40.57108365587657, -74.20741623985265, 40.57112500221576, -74.20736486000989, 40.57116810955955, -74.20731058985224, 40.57120725347278, -74.20725797277431, 40.57124938682957, -74.2072078062167, 40.571289279732646, -74.20716222072758, 40.57132887528304, -74.2071521166423, 40.571342217704746, -74.20712455412989, 40.571378609080746, -74.20708998321192, 40.57142811845701, -74.20736261617006, 40.572471768074394, -74.20763293537729, 40.57350652934047, -74.20766360250329, 40.57354547933605, -74.20767700979052, 40.5735996740309, -74.20767854335571, 40.57365799839448, -74.20767735567716, 40.57371471933596, -74.20767616972354, 40.57377161587683, -74.20767501667908, 40.573826942739295, -74.20766882623582, 40.57387679359777, -74.20764573464753, 40.573902700275674, -74.20759667587595, 40.573922267339526, -74.20753191789255, 40.57394819254897, -74.20749497470989, 40.573974191758325, -74.20746967928903, 40.574017966135074, -74.2074378265154, 40.57406881518008, -74.20740259071904, 40.57411718306821, -74.20737301923945, 40.574168321547695, -74.20735290187494, 40.57422184556127, -74.20734608506753, 40.5742796338749, -74.20734628582626, 40.574335936259814, -74.20734822691335, 40.57439094955074, -74.20736034939593, 40.574441025785916, -74.2073831534329, 40.574494719065264, -74.20739826863581, 40.574549368172455, -74.20739057366251, 40.57456699637152, -74.20736350709653, 40.5745805459314, -74.20729147577535, 40.574592765503446, -74.20727256075371, 40.57461060485142, -74.20726702530058, 40.57466194847652, -74.20727110798988, 40.57471864639115, -74.20728013875355, 40.57477409625246, -74.20728963104463, 40.57482946243159, -74.20731198272567, 40.57491165911716, -74.20732920071372, 40.5749676300124, -74.20735405404585, 40.57500956051636, -74.20738450056116, 40.57503586488086, -74.20740256633145, 40.57505105117151, -74.20743786719213, 40.575055418026984, -74.20748877185596, 40.575061033637304, -74.20751360724921, 40.57507661922424, -74.20753455497324, 40.575118874629865, -74.2075323899953, 40.57515492303095, -74.20751182443794, 40.57521211302141, -74.20748657895237, 40.57526716730584, -74.20746192522861, 40.57532073824846, -74.20744599515432, 40.57537454468003, -74.2073802027848, 40.575403663132995, -74.20735091600356, 40.57540441660703, -74.20730684799081, 40.575393860014906, -74.20728310011977, 40.57540183020453, -74.20723197067018, 40.575442605550364, -74.20719209182438, 40.57549300342458, -74.20716423871961, 40.575545150935646, -74.20713444248088, 40.57559719568102, -74.20710278995705, 40.575650105569004, -74.20707169579741, 40.57570485331727, -74.20704099003638, 40.575755756908215, -74.20700933634942, 40.575809101726, -74.20699830855743, 40.57584701396513, -74.20699759228398, 40.575905134357114, -74.20700366205168, 40.57596207453804, -74.20701627411714, 40.576019588271784, -74.20702718552049, 40.57607481322791, -74.20702948634586, 40.57613050396364, -74.20703670469904, 40.57618763118245, -74.20704709750397, 40.57620127254361, -74.2070828694645, 40.576205028102564, -74.20712423151646, 40.57621154179139, -74.20714711978499, 40.5762267617511, -74.20715255940291, 40.57626059013799, -74.20715187280493, 40.57631643214267, -74.20714388590282, 40.57635883073844, -74.20710859748627, 40.57640934997722, -74.20706966203407, 40.57645721652282, -74.20702215762037, 40.57650186830716, -74.2069728337977, 40.576545197774074, -74.20693311533086, 40.57659121870273, -74.20691219830326, 40.57660235987279, -74.20686836393648, 40.57661027519719, -74.20682878870912, 40.57663546304518, -74.20680402410694, 40.57667949475772, -74.20678905537474, 40.57673891054173, -74.20678246317165, 40.57679891369891, -74.20677863547746, 40.57685805998124, -74.20676908080755, 40.57691602697499, -74.2067665483284, 40.576972383794846, -74.20676583183847, 40.577030503278905, -74.20676989355108, 40.577054955175235, -74.20680210425283, 40.577077505821435, -74.20687224936029, 40.577096394153784, -74.20693194893538, 40.577114763644175, -74.20694179028587, 40.5771360190602, -74.20694232400498, 40.57718591808588, -74.20692838202947, 40.577208491487575, -74.20689937922016, 40.57722377703369, -74.20682861210767, 40.57723710257899, -74.20677182208412, 40.57725253717335, -74.2067367574786, 40.5772844131856, -74.20673123069344, 40.57731395950666, -74.20673281654345, 40.57737148139854, -74.20672836935584, 40.57741556928276, -74.20670507541789, 40.577442626097074, -74.20667360001282, 40.5774531675571, -74.20660929286858, 40.57746417509614, -74.20660169674618, 40.57753073587832, -74.20659448837176, 40.577556945162556, -74.20657674329507, 40.5775715250804, -74.20650519480185, 40.57759202002269, -74.20646708381656, 40.57761047817624, -74.2064451605724, 40.57763780893544, -74.20643044118998, 40.577695916653774, -74.20641754789528, 40.57775447225278, -74.20640298626336, 40.5778089910847, -74.2063866165724, 40.57787005999138, -74.20637469188051, 40.57792486044939, -74.20636391336245, 40.57797984435545, -74.20635161963601, 40.578036392494994, -74.20634502818623, 40.578096043511785, -74.2063443351655, 40.578152324969565, -74.2063397392246, 40.57820570743753, -74.20632249032734, 40.57826666624639, -74.20629473838133, 40.5783200389653, -74.20626477806847, 40.57837541120896, -74.20624011975042, 40.578429330382455, -74.20621258770257, 40.57848358250019, -74.20618528901785, 40.578537308284574, -74.2061616374542, 40.57859333736825, -74.20615792459041, 40.578652398763516, -74.20614587990579, 40.57870745966078, -74.20612043306737, 40.57876006004945, -74.20609057182746, 40.57879827433434, -74.20607421555039, 40.57926617584678, -74.20605740345245, 40.57974719342183, -74.2060626225129, 40.579780058681216, -74.20605714788907, 40.57983280062995, -74.20605275865567, 40.57989089426138, -74.20605205052611, 40.57994848960295, -74.20605446324501, 40.58000391718286, -74.20605559540229, 40.58006117512792, -74.20605959741222, 40.58011836398809, -74.20606741779399, 40.58017321633722, -74.20607049726564, 40.58023074995169, -74.20606626037242, 40.58028577881677, -74.20605124600209, 40.58033968154142, -74.2060348312968, 40.58038569816342, -74.20603837566492, 40.58043351786575, -74.2060021933941, 40.58044411080247, -74.20598578672157, 40.580462114726835, -74.20596889178611, 40.580519417596975, -74.20594093489446, 40.58057068785539, -74.20590437362823, 40.580621198174434, -74.20585938774667, 40.580656851383274, -74.2058337475935, 40.58067846583047, -74.20582377851296, 40.580713932011946, -74.20581587251908, 40.58076884856852, -74.20581082073709, 40.58082474788876, -74.20580742105, 40.5808675280821, -74.20579683748254, 40.58092513930531, -74.2057814313064, 40.58098271413873, -74.2057623950474, 40.58103667715607, -74.2057559930247, 40.58107182085713, -74.20573847505379, 40.58108648758316, -74.20570250216116, 40.58108964530347, -74.20562994803416, 40.581089036751266, -74.20558247669226, 40.5810932470164, -74.20553530625928, 40.58111041890017, -74.20551066503606, 40.581135099580116, -74.20548028598905, 40.581187053051906, -74.20543932706714, 40.58123114132571, -74.20539342388366, 40.581275980457406, -74.20537840689606, 40.58128357442559, -74.20534653962945, 40.58132597593681, -74.20531937856198, 40.58134976775657, -74.2052910812968, 40.58140086015547, -74.20526040728689, 40.58144878423904, -74.20524088492873, 40.581505019162485, -74.20523857986224, 40.581561290866674, -74.20522751173961, 40.58159324870437, -74.2051947293742, 40.581644659771186, -74.20517264279658, 40.581694395660485, -74.20516919092178, 40.581751093557976, -74.20518534183823, 40.58180959892493, -74.2051918603009, 40.58186759288395, -74.20518720260722, 40.5819101006402, -74.20515472863575, 40.581945846488196, -74.20515145701363, 40.5819785639475, -74.20515934094209, 40.58203735693762, -74.20514638994935, 40.582081993936015, -74.20512923040047, 40.58213272960646, -74.20512703002007, 40.582190051131626, -74.20510112914563, 40.58224203432345, -74.20508655881318, 40.582297080686295, -74.20507717265127, 40.58232257062673, -74.20505504454766, 40.582375809610994, -74.20502958460797, 40.582429109468514, -74.20502416862972, 40.582486670865066, -74.20501486886259, 40.582542629950915, -74.2049978911088, 40.58257839672776, -74.20495452913943, 40.58261266166582, -74.2049224006558, 40.582639129607536, -74.20491158378398, 40.582659537714086, -74.20486333844406, 40.582698666964056, -74.2048192000893, 40.582702816936525, -74.20479682591093, 40.58275719006973, -74.20478628047287, 40.58281182488053, -74.20478987538355, 40.58287753257177, -74.20478850915589, 40.58293427266018, -74.2047871677968, 40.58298987894157, -74.20478580667503, 40.583046359668735, -74.20478443415989, 40.58310336272109, -74.20477566734655, 40.58315834286253, -74.20474974834804, 40.58321194604825, -74.2047176091785, 40.58326240666829, -74.20468181515986, 40.58331237940129, -74.20466090963718, 40.58336701284168, -74.2046431251571, 40.58342064203541, -74.20462619323776, 40.583476902846165, -74.20461152743607, 40.58353415920247, -74.20459961210206, 40.58359127738084, -74.20458826871214, 40.58364848819391, -74.20457912951275, 40.5837045964389, -74.20456951196526, 40.58376148809183, -74.20456092439909, 40.583818387815526, -74.20455672403487, 40.58387386860313, -74.20455412957406, 40.583929195242796, -74.20455461522873, 40.58398517648417, -74.20456344424638, 40.584041801155315, -74.20458101956214, 40.58409680011176, -74.20460372115667, 40.58414331148351, -74.20465366721224, 40.5841858390268, -74.20470904770629, 40.58422137058454, -74.20474590196841, 40.58426048410437, -74.20475039343624, 40.58428805381126, -74.20473341246499, 40.58432720022231, -74.20469148800147, 40.58437498929397, -74.20464644928836, 40.584418721623834, -74.20459879694859, 40.584461803006974, -74.20454661350252, 40.584502550168516, -74.20449445841825, 40.58454216529428, -74.20446702308138, 40.58459225455249, -74.20446108281048, 40.584629632451936, -74.20446980445065, 40.584685905212346, -74.20448223899061, 40.584740393725596, -74.20450336256897, 40.58479535485724, -74.20452127639523, 40.58485053152083, -74.20453369307639, 40.58490572156939, -74.20454837568482, 40.584961813511605, -74.20455811007018, 40.58501897327996, -74.20456146780572, 40.58507091234412, -74.20456196330673, 40.5851347308398, -74.20455913454644, 40.58519031904271, -74.20455204353706, 40.58524689370515, -74.20454555592772, 40.585302254284116, -74.20453893550625, 40.58535822025231, -74.20453013349882, 40.58541459894206, -74.20452388967709, 40.58546935032933, -74.20451963561449, 40.585527011375774, -74.20451578814617, 40.58558206107317, -74.20450960295662, 40.5856389961299, -74.2044987512591, 40.58569490568781, -74.20447979390254, 40.58574956803299, -74.20445218455136, 40.585802014267216, -74.2044265548143, 40.58582743939297, -74.20438026637862, 40.5858680697211, -74.20436067509776, 40.58590630577898, -74.2043499985714, 40.58596431593655, -74.20434192452544, 40.58601895439799, -74.20433467766581, 40.58607718448596, -74.20432934189638, 40.58613229895699, -74.20432237474122, 40.586188527577576, -74.20431767465543, 40.58623251581997, -74.2043197658718, 40.586916032857594, -74.2043203017885, 40.5869873409445, -74.20432286744324, 40.587042565632174, -74.20432662147994, 40.58710051589894, -74.20433167837164, 40.58715690954086, -74.2043344531714, 40.58721292361661, -74.20433730038343, 40.58727059723233, -74.20433921862802, 40.58732886954838, -74.20434601800449, 40.587384154243956, -74.20435490952434, 40.58741402147904, -74.20436201917974, 40.587437907888656, -74.20437911147656, 40.58749386047517, -74.20438954917502, 40.58755033279299, -74.20439486647831, 40.58760533105219, -74.20439890060253, 40.587661365397125, -74.2044038313513, 40.587718192410335, -74.20441350472936, 40.58777308205967, -74.20443441143334, 40.587827516768236, -74.20445958621575, 40.58788087495401, -74.20449469909327, 40.58791158163276, -74.20455153356285, 40.5879487910528, -74.20459405107792, 40.58799549406609, -74.20462520251267, 40.5880478870157, -74.20464487380305, 40.58810151881508, -74.20464784939104, 40.58815858343474, -74.20464532570156, 40.58821583345107, -74.20463320671499, 40.58827190195612, -74.20461232646, 40.58832566360551, -74.20458564931683, 40.58837733464576, -74.20455506510265, 40.588429561955756, -74.20451680349836, 40.58847740385438, -74.20446959589276, 40.58851586287264, -74.20441314073625, 40.58855331892795, -74.2043613375617, 40.588592416444655, -74.20432500503581, 40.58862839942636, -74.2043265687871, 40.589139478291486, -74.20446846430788, 40.589190252367, -74.20432748524829, 40.58943900049844, -74.2041003440306, 40.58983976886613, -74.20406816906033, 40.589832558770546, -74.20405079575492, 40.58984248009617, -74.2039560955771, 40.58980796898585, -74.2039444717768, 40.589829200597265, -74.20386090401803, 40.58980322914506, -74.20385051646991, 40.589820812325485, -74.20380539016354, 40.58985851543237, -74.20377395739597, 40.589907936191125, -74.20374918440382, 40.58996155689032, -74.20373159070701, 40.590016584983815, -74.20370669977221, 40.590070290531685, -74.20367762261445, 40.59012175398131, -74.2036395784902, 40.59016977349587, -74.20359731603048, 40.59021703502516, -74.20354848665362, 40.59026114822743, -74.2035076372023, 40.59029262370884, -74.20348629870053, 40.59030350112482, -74.2034355724107, 40.590345404145936, -74.20338401321499, 40.59038380287268, -74.20332835772929, 40.590421183125976, -74.20327325626712, 40.59045936113812, -74.20321718514764, 40.5904948995971, -74.20316111123289, 40.59053070368848, -74.2031056445665, 40.59056965761771, -74.20305234874733, 40.59060890665826, -74.20299992434731, 40.59064999841057, -74.20294966526112, 40.59068684303819, -74.20293760673405, 40.59070239479812, -74.20287715451705, 40.590752539245784, -74.20283867144917, 40.59080297357448, -74.20279583646294, 40.590849906222715, -74.20276606241302, 40.59086360893112, -74.20271100494452, 40.590865916862434, -74.20267091863454, 40.59086067807442, -74.20264194303046, 40.59084360388416, -74.20262742792366, 40.590817307121185, -74.20261441477622, 40.59078456805032, -74.20258611725393, 40.59076164553831, -74.20251934184967, 40.59073640624989, -74.20248487326242, 40.590731373622006, -74.20245111435801, 40.5907410570214, -74.20239601447, 40.59077844754833, -74.20233973270258, 40.590813713088586, -74.20227138955951, 40.590839881112416, -74.2022031353515, 40.59086071692761, -74.20215620095735, 40.59087921075171, -74.20213872812644, 40.59088609538948, -74.20209491938414, 40.590922154742664, -74.20207648913981, 40.5909456422416, -74.20207976153438, 40.590971871494794, -74.20208581059944, 40.590989724579984, -74.20209899457664, 40.59102863020756, -74.20212054289843, 40.591081849381474, -74.20214234085437, 40.5911375247454, -74.20216067929347, 40.59119373930246, -74.20217426453664, 40.591248100833376, -74.2021775828082, 40.59130390145645, -74.20217183568599, 40.591356533771325, -74.2021427269594, 40.5914110217436, -74.2021125201817, 40.59146102522194, -74.20207913708867, 40.591513059559595, -74.20204696144941, 40.591560481074005, -74.20202221561075, 40.59159328119398, -74.20199302898028, 40.591643568312726, -74.20196863184152, 40.59165458680019, -74.20194530177936, 40.59171103941563, -74.20198900085998, 40.5917240553476, -74.20201916458151, 40.59175541624892, -74.20202672909578, 40.59177944517637, -74.20203189494887, 40.5917958499701, -74.20201300522933, 40.5918284227643, -74.20200156896081, 40.591839723750304, -74.20198124822952, 40.59184833247235, -74.20196174212506, 40.59185522425818, -74.20195450196451, 40.591877114346524, -74.20193027489763, 40.5918897138491, -74.20192076034607, 40.591907967107886, -74.20190169519654, 40.59193763599722, -74.20188693955456, 40.59195640455711, -74.20186496398574, 40.59196704054683, -74.20184009627312, 40.59198461205562, -74.20181646704783, 40.59200273700796, -74.20180315267731, 40.592030534394404, -74.2017887512533, 40.592062943477394, -74.2017684119318, 40.59207911480595, -74.20172486476916, 40.59210198175717, -74.20170923345891, 40.59212106431329, -74.20169407022755, 40.59214610932447, -74.20167407071193, 40.59218093532269, -74.2015996477341, 40.592210122266124, -74.20157709828642, 40.59221461852487, -74.20158409507859, 40.592231018324995, -74.20157458422857, 40.59225445857369, -74.201305955693, 40.592525348232854, -74.20127916027526, 40.592547807444944, -74.20127343307833, 40.59258145389755, -74.20126441764987, 40.59260470414145, -74.20122083416182, 40.59263176020682, -74.2012025032834, 40.592633987785334, -74.2011999189949, 40.5926509906256, -74.20119153040729, 40.59266979387268, -74.20116790376409, 40.59267558238933, -74.2011586330453, 40.592693317354204, -74.20114385243592, 40.592723530636164, -74.20110406263474, 40.59274725437621, -74.20107876259256, 40.59277951494242, -74.2010526731307, 40.59278971311448, -74.201043925961, 40.59281813188615, -74.2010279639451, 40.59285540643717, -74.20101295842976, 40.59286391653568, -74.2009794735593, 40.592866167884644, -74.20093419632916, 40.592864751293135, -74.20085596403275, 40.59283278703994, -74.20082914149177, 40.59283807047502, -74.20078915348132, 40.59287018824782, -74.2007506589615, 40.592920886636534, -74.20072179817934, 40.59297161951458, -74.20068835300312, 40.5930252267635, -74.20065715216101, 40.59307721814309, -74.20063265298522, 40.59313119247653, -74.20061672506611, 40.59317048048369, -74.20060581929194, 40.59321381388578, -74.20059926512613, 40.59325426431314, -74.2005947956761, 40.593309550855885, -74.2005579826714, 40.59335503670352, -74.20050563057157, 40.593346291208825, -74.20048745293448, 40.59335359646704, -74.20044277152012, 40.59339768578277, -74.2004090565326, 40.59343711284769, -74.20036979059522, 40.59348683267892, -74.20031057768028, 40.593526672486625, -74.20025178869047, 40.59356135691863, -74.2002018116508, 40.5935997334305, -74.20015622952316, 40.5936433676361, -74.20010295412276, 40.59368097089532, -74.20005156563698, 40.59372027824039, -74.20000972799626, 40.59376819326852, -74.19997151376688, 40.59380200965744, -74.19991041484876, 40.59383393422115, -74.19985061762017, 40.59387096066493, -74.19979175561151, 40.5939074802567, -74.1997394296692, 40.59394431895015, -74.19971784726694, 40.59397219799796, -74.1996984185791, 40.59402540687201, -74.1996730054483, 40.59407910161842, -74.19964730425086, 40.59413445112401, -74.19961669775473, 40.594188905917896, -74.19958872485904, 40.59424350471575, -74.1995742135801, 40.59429264185685, -74.19955191186742, 40.59435066809986, -74.19951601706843, 40.594389961802925, -74.19947131324581, 40.59440999144415, -74.199434039157, 40.59442773344736, -74.19938242230162, 40.5944609110108, -74.19931401287266, 40.59447640344918, -74.19927762805568, 40.59448576357255, -74.19924726362325, 40.59451222592404, -74.19921752336309, 40.59456180276355, -74.19919923008612, 40.59459386255054, -74.19914296787047, 40.59463455393433, -74.19908653790726, 40.594670515122715, -74.19902870433121, 40.59470723425475, -74.1989761096568, 40.59474502761796, -74.19893690393869, 40.59479614626183, -74.1989018162372, 40.59484761707375, -74.19888926606806, 40.59490412603003, -74.19887467182028, 40.59494466590963, -74.19879666246317, 40.5949499771063, -74.19877171088713, 40.59496343448946, -74.19873272693704, 40.59501176015039, -74.19869692062986, 40.59506400208987, -74.19867371147392, 40.59511397993232, -74.19865514697871, 40.59517175819299, -74.19863157838294, 40.59522523068472, -74.1986253868997, 40.59528362512399, -74.19863052041865, 40.595342963549754, -74.19862811900695, 40.59538595696267, -74.19860910803101, 40.59544022483895, -74.19858455116943, 40.59549551178422, -74.19856086324518, 40.59555221644979, -74.19852938237673, 40.59560236614441, -74.19849507012187, 40.59565463965599, -74.19845475490125, 40.59570162393464, -74.19842729938915, 40.59575474828672, -74.19840282678335, 40.595792360442346, -74.19835001777385, 40.595832776211644, -74.19830767364792, 40.59587568996457, -74.19825269622226, 40.595909581525326, -74.1982227715382, 40.59596116478602, -74.19819171130975, 40.59601228442566, -74.19815495501439, 40.596062407091786, -74.19812029079043, 40.596111701258216, -74.19808289568586, 40.59616356031344, -74.19804458591618, 40.596212159231285, -74.19800866656239, 40.59626133755733, -74.19800130972598, 40.59629547382332, -74.19799650238782, 40.596332028108094, -74.19796587984854, 40.59638385744426, -74.19796241667905, 40.5964398625502, -74.19795004135419, 40.59647004064518, -74.19791378219675, 40.596519037619295, -74.19787340170402, 40.59655826287853, -74.19785577688845, 40.596573911027754, -74.19777507074623, 40.59665977091458, -74.19772985645942, 40.5966900289103, -74.1976867130084, 40.596735815578334, -74.1976375855849, 40.596775957225354, -74.19760453340074, 40.596788190961284, -74.19755761590572, 40.59679985868079, -74.19751835165376, 40.596803209487625, -74.1974527892262, 40.59700377898365, -74.1973855673781, 40.59720942754626, -74.19743086582277, 40.59725660477119, -74.19747088929033, 40.597303751419396, -74.19751467094032, 40.597348532219414, -74.19752234158948, 40.5973644439158, -74.19751452491813, 40.597377047587926, -74.19747618226526, 40.59739572913063, -74.1974578128453, 40.59744213592056, -74.19745494363531, 40.597500603819846, -74.19745283761486, 40.597557076645614, -74.19745425734675, 40.59761449796938, -74.19748284132298, 40.59766358598675, -74.19748894645123, 40.597703001369986, -74.19749631551007, 40.59772398173924, -74.19748107307414, 40.59773878914672, -74.19743284573624, 40.59776398944839, -74.19738402810303, 40.597804926513106, -74.19737592639024, 40.59783143566738, -74.19736188975924, 40.59789088540257, -74.19734353325381, 40.59794613170026, -74.19731231820101, 40.59799217419703, -74.19729946902379, 40.59801971449253, -74.1973059322157, 40.5980587879703, -74.19733394731784, 40.59811083882531, -74.19737551787775, 40.598156446551876, -74.19741727734392, 40.598203193102506, -74.19745241556993, 40.598248924416296, -74.19747345113889, 40.598306597497356, -74.19748390682409, 40.59836176728651, -74.19748223857503, 40.59841885891678, -74.19747301651854, 40.598478414755185, -74.19746258228037, 40.59853356730848, -74.19745283658847, 40.59858865023761, -74.1974372668944, 40.59864308038538, -74.19741294287189, 40.59869513107419, -74.19740113963725, 40.59873162349903, -74.19735265611625, 40.598743549569285, -74.19732386047346, 40.59875008819678, -74.19727442636557, 40.59874458531071, -74.1972287669124, 40.59872068180852, -74.19717191291548, 40.59868137961251, -74.19714529290717, 40.59867292432891, -74.19711706189041, 40.59867982754905, -74.19705650220473, 40.59871149389634, -74.1970374976061, 40.59873024298675, -74.19703549708443, 40.59877856046519, -74.19704826888156, 40.59879917408942, -74.19706445580405, 40.59880804801984, -74.19708004987416, 40.59881659607421, -74.197139993506, 40.598837139589286, -74.19719270861758, 40.59887988710575, -74.19722352016969, 40.598910655589094, -74.19721974983597, 40.598932920327286, -74.197185776181, 40.59897435953377, -74.1971277312324, 40.59901072864471, -74.19711485406296, 40.59902887919396, -74.19711023583004, 40.5990877012795, -74.1970975001548, 40.599144186016915, -74.1970932681519, 40.599201781824654, -74.19709710010677, 40.599259606043205, -74.19710242060204, 40.59931780502821, -74.19712430498538, 40.59937364954697, -74.19713415253338, 40.59941135653149, -74.19713036727182, 40.5994694009346, -74.19712676481618, 40.59952894079504, -74.19711123413258, 40.599586344358016, -74.19710907657044, 40.5996438879775, -74.19709961057949, 40.59969902262064, -74.19709798383755, 40.59975428880275, -74.19709758621595, 40.5998108982602, -74.19710661342755, 40.59985685275592, -74.19712743369504, 40.59991356089854, -74.19714359867832, 40.59996772673757, -74.1971666234553, 40.60001998700226, -74.1971918721707, 40.60007518816142, -74.19719619276383, 40.600116402258884, -74.19719041742161, 40.60017546676695, -74.19717570531849, 40.600232446584286, -74.19714627669666, 40.600280115908056, -74.19711487516594, 40.600324237839715, -74.19710884437416, 40.60038004468273, -74.19712198645408, 40.60043512703788, -74.19712018714895, 40.60048836823269, -74.19708487258171, 40.600536114273595, -74.19704696341364, 40.60058583870172, -74.19703882684206, 40.60060750126111, -74.19703694347193, 40.6006675109398, -74.19703527078428, 40.600724448567874, -74.19703359941492, 40.60078103318772, -74.19702527735166, 40.600809110499554, -74.19700298021341, 40.600837741275924, -74.19699077803459, 40.60087216763014, -74.19702022237753, 40.600894561828284, -74.19701497866959, 40.600912052699194, -74.19697335930694, 40.60096173303168, -74.19693951821293, 40.60099524281002, -74.19691420003691, 40.60102469822264, -74.19687912488753, 40.601076053989395, -74.19684346770686, 40.60112757463743, -74.19681239174692, 40.601180141942805, -74.1968063354858, 40.60121739980597, -74.19680805116849, 40.60126876818482, -74.19683328614036, 40.60132045019039, -74.196842943086, 40.6013491684845, -74.19685163336953, 40.601375004954264, -74.19684914375878, 40.60141258900325, -74.19681962418055, 40.601434869006965, -74.1968062053208, 40.601444994970436, -74.1967685978153, 40.60145701112572, -74.19669015300715, 40.60145751462197, -74.1966176611981, 40.60146348396925, -74.19656143794566, 40.601480981877046, -74.19651914927609, 40.601511027251206, -74.19647756813222, 40.601559895061584, -74.19645301380226, 40.60160254985145, -74.19645254126522, 40.60161862952226, -74.19643162374402, 40.601709964040985, -74.19647762619337, 40.601754673885345, -74.19653455206492, 40.601732954060125, -74.19699504193123, 40.60155610593329, -74.19705559950798, 40.60164693707031, -74.19683043227974, 40.60173343557269, -74.19689533607975, 40.601838160743654, -74.19668823888628, 40.601909862106794, -74.19656413131932, 40.60195319334811, -74.19656597787419, 40.602004124748376, -74.19656751630166, 40.60206155756077, -74.19655129246374, 40.60215798103707, -74.1965435704467, 40.60218131872431, -74.19652120591525, 40.60219851826142, -74.19649642902024, 40.6021953268434, -74.19646812304477, 40.60218571711236, -74.1964066387104, 40.60216490482399, -74.19634403957768, 40.602143454134456, -74.19628106481181, 40.60212201665974, -74.19616789149319, 40.60208380342709, -74.19595112828378, 40.602357619227135, -74.19600371274406, 40.60237690794152, -74.196022903952, 40.60238585343762, -74.19606134443305, 40.60240822352906, -74.19608176381993, 40.602435474579394, -74.19610479623049, 40.602471823667095, -74.19613188989275, 40.60250349570033, -74.19615941667753, 40.602523733931314, -74.19627103250642, 40.602576469885626, -74.19627317369827, 40.60260551804347, -74.19622399272801, 40.602661358886344, -74.19616681408368, 40.60270391351564, -74.19614385148735, 40.60273560613617, -74.19611914754118, 40.60279109717713, -74.19608384793834, 40.602842182915346, -74.19604817184374, 40.60289423014397, -74.19601809574276, 40.602944176792796, -74.19600217950835, 40.60298715444257, -74.1960024817998, 40.60304746473825, -74.19600193929904, 40.60310495152969, -74.19600024711816, 40.60316241236521, -74.19599859428259, 40.60321838546726, -74.19599682359217, 40.60327848497199, -74.19600322157268, 40.60332360383281, -74.19602625280474, 40.603352218332944, -74.19608182912486, 40.60338420290173, -74.19613518144605, 40.6034015541183, -74.19621265639535, 40.60341439752917, -74.19624882409063, 40.60342784994343, -74.19626020635026, 40.60344861730774, -74.19625215417072, 40.60348311753354, -74.19622423137766, 40.603514813233986, -74.19617392709421, 40.603538830540764, -74.19612898153278, 40.60354535770475, -74.1960538138665, 40.603544158582174, -74.19598031625249, 40.603541142906934, -74.19593728210967, 40.6035415476745, -74.19601219495667, 40.60358473424917, -74.19608934951482, 40.6037394504747, -74.19613720737365, 40.60383739987501, -74.19618638357312, 40.60393321186143, -74.19621370607165, 40.60399228012831, -74.19624519022778, 40.60405747925522, -74.19630200296564, 40.60417460616516, -74.1963145622916, 40.60420104211297, -74.19644715933632, 40.60449402350762, -74.196503472511, 40.6046374743888, -74.19665864754528, 40.604956768061264, -74.19672093595229, 40.605096389483805, -74.19679737828673, 40.60526005944602, -74.19673977110433, 40.605281315884696, -74.19680937273367, 40.605404964748764, -74.19686926232903, 40.60540801041113, -74.19693373616464, 40.605439443512324, -74.19699796518417, 40.605475180601424, -74.19706623695116, 40.605499116559265, -74.19712269962123, 40.6055283903257, -74.1971615989024, 40.605550944766975, -74.1971995622271, 40.60556223164291, -74.19726215454389, 40.60559099413218, -74.19730833121801, 40.60562879541335, -74.19734407255582, 40.60566061530299, -74.19737123433747, 40.60566952977698, -74.19739662445359, 40.60567786464835, -74.197468755085, 40.605696064605574, -74.19751858396216, 40.60572742348184, -74.19756699722875, 40.605771504672084, -74.19759386708138, 40.60579912798242, -74.19764086165652, 40.60582094252131, -74.19765855879031, 40.605850430365436, -74.1976810547388, 40.605905232689175, -74.19769935907917, 40.605957412688184, -74.19769886849312, 40.60601718221257, -74.19770173726697, 40.60606065998111, -74.19773495001388, 40.60611186517603, -74.19776472540461, 40.60616617407848, -74.19779954028584, 40.606221712520686, -74.19782936702768, 40.60627417704436, -74.19785993234103, 40.60630951502365, -74.19791343308475, 40.60634928370413, -74.19796206031576, 40.606397940820955, -74.1980060553749, 40.60644721915426, -74.1980621127053, 40.60648641693127, -74.19813540159151, 40.60652507257861, -74.198152487878, 40.606536118666995, -74.1981807923545, 40.60657556684765, -74.19821314842707, 40.6066281403754, -74.19825279548839, 40.60667775840534, -74.19828551220867, 40.606728397865304, -74.19831555067817, 40.606781927215806, -74.19834401409094, 40.60683026145196, -74.1983589317612, 40.60688407173202, -74.1983793897167, 40.60692392333124, -74.19841868731534, 40.60697433076522, -74.19844249219653, 40.60702791676946, -74.19848329184241, 40.60707798028904, -74.19852077209651, 40.607125123725126, -74.19854285279015, 40.60717817597378, -74.19855326081505, 40.60723284501225, -74.1985677033328, 40.607288501257834, -74.19858046122944, 40.607327172028015, -74.19858685686326, 40.607346553760664, -74.19860054549535, 40.60741012330737, -74.19861671755041, 40.6074660512172, -74.1986304343657, 40.607525572855984, -74.19863654974465, 40.60758339033098, -74.19864221863716, 40.607639269749, -74.19864921610865, 40.60770245462165, -74.19865656269758, 40.60776502563336, -74.19866403614148, 40.607826543712534, -74.19866878172685, 40.60788224461907, -74.19866901960647, 40.60793915191409, -74.19866933425723, 40.608000812941604, -74.19866898290302, 40.60805903872084, -74.19866852494788, 40.6081163839716, -74.19866794409668, 40.60817452009446, -74.19866743921978, 40.60823793675752, -74.19866467252653, 40.608294918584136, -74.19866211218755, 40.60835533285054, -74.19864975419374, 40.60841420884581, -74.19864124621617, 40.60845256695431, -74.19863730061901, 40.60847035551678, -74.19862330811497, 40.60853150815581, -74.19860890063894, 40.60858703143488, -74.19859722695267, 40.60864678605225, -74.19858729168135, 40.60870584696271, -74.19857139663256, 40.60875942857526, -74.19855716793887, 40.608821460523565, -74.19854274128431, 40.60887891815078, -74.19852082404894, 40.608935461174156, -74.19850385420804, 40.60899360848682, -74.198489887766, 40.60905168217024, -74.19847673743124, 40.609108442379195, -74.19846220246194, 40.6091652815216, -74.19844013718743, 40.60922534312962, -74.1984114397434, 40.609278335363506, -74.19838779381331, 40.60933416632704, -74.19836334369369, 40.609389380013475, -74.19833021018029, 40.609448683547804, -74.1983011405668, 40.60950413752615, -74.19827394120446, 40.60955713704501, -74.19824421574968, 40.60960862893469, -74.19821552680668, 40.60966021448437, -74.19817969051722, 40.60971071191025, -74.19813246391932, 40.609757020812346, -74.19808928517979, 40.60980203046716, -74.19805954198145, 40.6098551937099, -74.19803062262558, 40.609906864258015, -74.19798812221815, 40.60995355038077, -74.19793721085688, 40.609998612019034, -74.1978870184644, 40.61003989289878, -74.19782949064022, 40.610075248328855, -74.19778695916358, 40.6100967746989, -74.19760459520049, 40.610255648062704, -74.1974618794825, 40.61037998008188, -74.19748506205455, 40.61043954591229, -74.19749879862921, 40.61049669475393, -74.1975000237393, 40.61056011832822, -74.19750380102286, 40.610621090794154, -74.1975012608725, 40.610679128502106, -74.19749270225944, 40.61073863629944, -74.19747999417906, 40.610798300711885, -74.19746130777904, 40.61085424092164, -74.19743519503132, 40.61091507562269, -74.19740403084161, 40.610973155286025, -74.19737021235096, 40.61103114134126, -74.19734416229507, 40.611084054907344, -74.19731531930825, 40.6111407419528, -74.19728709274544, 40.61119171411063, -74.19725712023238, 40.61124487752971, -74.1972193080208, 40.611297037701156, -74.19716921655525, 40.611340164159685, -74.19711276920798, 40.611384583841286, -74.19706152892114, 40.611427268264244, -74.197005599506, 40.611464654816444, -74.19694137465528, 40.61149997714644, -74.19688813446295, 40.61151890370443, -74.19682623538574, 40.61152309989335, -74.19675018154643, 40.61152257001716, -74.19667090403112, 40.61152079207778, -74.19659491455619, 40.611526066763275, -74.19651793022979, 40.61154101292077, -74.1964447855892, 40.61156617880926, -74.19639262630758, 40.61159390500662, -74.19633446624172, 40.611635589638574, -74.19627069880661, 40.61167152947061, -74.19619869683832, 40.61169758386835, -74.19614557617523, 40.611715893018804, -74.1960910153321, 40.61175521831682, -74.19605953537068, 40.61179482750989, -74.1960356263106, 40.61185417496341, -74.19601910119945, 40.611914261756645, -74.19599232118371, 40.61197218856762, -74.195955566356, 40.61202153598041, -74.1959074285107, 40.61206564192466, -74.19586336604517, 40.61210528061156, -74.19582827030568, 40.6121639617826, -74.19580379148162, 40.61222295264796, -74.1957906435043, 40.612274658784926, -74.19577588763589, 40.61234825127816, -74.19577440154679, 40.61240400791507, -74.1957685262799, 40.61246001066583, -74.19575136172736, 40.61252783310072, -74.19573958536286, 40.61258591710248, -74.19573142406799, 40.61265298937436, -74.1957211786945, 40.61272181310976, -74.19570869978803, 40.612780509758686, -74.19569911169079, 40.612838958342884, -74.19568722444797, 40.61289633831676, -74.1956758211808, 40.612965241462454, -74.19566881865741, 40.613031793053096, -74.19566627549392, 40.61309018461421, -74.1956658157441, 40.613147003016266, -74.19566592245214, 40.6132055818774, -74.19566946748147, 40.61326725808869, -74.19568286607932, 40.61332352429121, -74.19569383035956, 40.61338057268841, -74.19569509730987, 40.61343827786635, -74.1956914907555, 40.6134991287641, -74.19567059137303, 40.61355796221021, -74.19564613796564, 40.61361334819453, -74.19561949630776, 40.61366802288177, -74.1955929405375, 40.61372621395977, -74.19557267758698, 40.613763150080096, -74.1955545756313, 40.613775378465334, -74.19555719213848, 40.61380571444412, -74.19556827130268, 40.6138374498464, -74.19561959898327, 40.613884925444964, -74.19566494585554, 40.6139294673907, -74.19570609387142, 40.613979531271795, -74.19574006779649, 40.61403158400324, -74.19577097846869, 40.61409197988644, -74.19579891235848, 40.61414910472803, -74.19580686475636, 40.61417957569478, -74.1958065567087, 40.61421757289719, -74.19581925974236, 40.614300477740954, -74.19581182069376, 40.61435840576394, -74.19580185074543, 40.6144019396314, -74.1957817235805, 40.61445377651228, -74.19577147024178, 40.61450908159821, -74.1957698090495, 40.614564381055104, -74.19577815749834, 40.6145920804382, -74.1957864970182, 40.61461995633832, -74.19579268164895, 40.61463955469692, -74.19585214879469, 40.61464684488537, -74.19591399574703, 40.6146762244233, -74.19597327201316, 40.614709449942616, -74.19602707068479, 40.614746551619234, -74.19608391096138, 40.61477273194014, -74.19613351685351, 40.61481700978414, -74.19614907652758, 40.61485122742959, -74.1961498752317, 40.61490949532, -74.19614206236632, 40.61495112723099, -74.19610762414712, 40.61500356221801, -74.19609773754918, 40.615024348750886, -74.19610941064073, 40.61505335269846, -74.19612993952312, 40.61510528596486, -74.19613232790434, 40.61514756235279, -74.19612105414598, 40.615205416787354, -74.19611379533723, 40.615261489439575, -74.19611569733473, 40.61531801023157, -74.19612592770241, 40.615368766073026, -74.1961684807293, 40.615432465809, -74.19614957811397, 40.615451834098494, -74.19633168976374, 40.61549367218663, -74.19655072117257, 40.6155439901272, -74.19661082806246, 40.61554952010845, -74.19666888068673, 40.615570944204215, -74.19671480412417, 40.61561762708929, -74.19673768733793, 40.61565181320908, -74.19675188578731, 40.615708754199545, -74.196769901384, 40.61576293845631, -74.19680327020018, 40.61581317734871, -74.19684435669171, 40.61585852488194, -74.19688771134125, 40.615905598420355, -74.19694864134662, 40.61593805785964, -74.19700037322828, 40.61597786238804, -74.19705955928505, 40.616010377888045, -74.19711727047468, 40.61604525255566, -74.19716723293422, 40.61608927088904, -74.19722903355674, 40.61612351892621, -74.19728437132615, 40.61615976097399, -74.19733727373337, 40.616196047699425, -74.19737370088454, 40.61619411387217, -74.19742634110463, 40.616173291633196, -74.1974752769958, 40.61615221818425, -74.1975084059306, 40.616155087066765, -74.19754689016251, 40.6161746181208, -74.19759995170769, 40.61621630759068, -74.19764934369091, 40.616256684979724, -74.19770292326263, 40.616296878642935, -74.19775965505106, 40.61633323873449, -74.19781464912101, 40.616369387463905, -74.19785263088059, 40.61640032980823, -74.19788734441863, 40.61644855880414, -74.19793780470125, 40.61649161148491, -74.19799986281063, 40.61652515715672, -74.19806035127024, 40.61655698820203, -74.19812474055298, 40.61658677370807, -74.19819055645367, 40.61661224771549, -74.1982584615687, 40.61663448610471, -74.19832834522246, 40.616656413061335, -74.1983989783541, 40.6166633008472, -74.19845005158565, 40.616688571417086, -74.19852304688871, 40.61670453772447, -74.19858101039247, 40.61672525229706, -74.19865592833455, 40.61674276319793, -74.19872419251568, 40.6167680183445, -74.19879770406068, 40.616785856673175, -74.19886265653103, 40.61681290770462, -74.19892863770635, 40.61683696538157, -74.19898378752879, 40.61686514995656, -74.19905476654584, 40.61687895095723, -74.19912687182436, 40.61689038428899, -74.19920099198715, 40.61689389128208, -74.19927709982561, 40.61689699224779, -74.19935149461647, 40.616902627504274, -74.19942788037406, 40.61690777027456, -74.19950032304513, 40.616922929151414, -74.19957293292661, 40.61693313391488, -74.19964058960294, 40.61695580777276, -74.19967194659002, 40.61696979876868, -74.1997020322973, 40.61696649921989, -74.19972486908115, 40.61696119868858, -74.19979940633942, 40.61696267389171, -74.19987173597235, 40.61696410785888, -74.1999439369304, 40.616965980559065, -74.20001934050127, 40.61697260960742, -74.20007297646524, 40.61698403035586, -74.20010896604082, 40.616977927002296, -74.20018194257426, 40.616984243184866, -74.20025532050357, 40.616985694896655, -74.20032998319763, 40.61699036369271, -74.20040223651422, 40.61699391729049, -74.20047236824936, 40.61700876530131, -74.2005439139608, 40.6170230173579, -74.20061622885777, 40.61703170999909, -74.20069015356631, 40.61704087886261, -74.20076246824198, 40.61705302131622, -74.2008083733041, 40.617073055218825, -74.20082811843577, 40.61709363099691, -74.20083078057681, 40.61713475953911, -74.20083670780527, 40.61716878625479, -74.20084717899726, 40.617202460130486, -74.20084513448313, 40.61725898953632, -74.20084328043444, 40.61731676583343, -74.2008468009923, 40.617370217433276, -74.20086239039665, 40.61742745175443, -74.20087579512548, 40.61748402260325, -74.20087658749115, 40.61753919536556, -74.20087644319682, 40.61759452555482, -74.20089184576436, 40.617650516575, -74.20089888125618, 40.61770643036241, -74.20090757364943, 40.617761578510304, -74.2009146744029, 40.61779872618276, -74.20091020968827, 40.6178375915546, -74.20087894998031, 40.617871855252645, -74.2008911462647, 40.61793327032123, -74.20089310372909, 40.61797465313703, -74.20090076610583, 40.61800207417958, -74.2008909305493, 40.618028084964884, -74.20087745512603, 40.61805880283986, -74.20087523570778, 40.618100016451685, -74.2008473311619, 40.618114336697985, -74.20081557169006, 40.61811884166736, -74.20078258931292, 40.618111636561885, -74.20076331886065, 40.61809416945458, -74.20073998162023, 40.61803925939578, -74.20070904895431, 40.61798898137623, -74.20069544326168, 40.617979148906436, -74.20064080796655, 40.61797328822027, -74.2005836929608, 40.61797870728355, -74.20055315495952, 40.617992478231976, -74.20048719097935, 40.618035314106756, -74.2004386608429, 40.61807516493049, -74.20041500881524, 40.618128257778714, -74.2003878977428, 40.61818057409703, -74.20036318330921, 40.61823408842953, -74.20034887120711, 40.61828577367552, -74.20035218430701, 40.61834188038779, -74.2003654568395, 40.61839898192874, -74.20039566945533, 40.618449953795874, -74.20042285777832, 40.61850086699061, -74.20044228312993, 40.61854117925087, -74.20048416156156, 40.61859070162262, -74.20051707510608, 40.618633935055676, -74.20056704253658, 40.618671135840046, -74.20063721410745, 40.61869509967507, -74.20070713230967, 40.6187161399117, -74.20077216298468, 40.61874434149575, -74.20080868228818, 40.618767109566974, -74.20083961336323, 40.61880375274149, -74.20083482336159, 40.61883862845734, -74.20081571520761, 40.618860648106036, -74.20075799905104, 40.61889394489187, -74.20071081514006, 40.61892496835052, -74.20069790359604, 40.61894914832083, -74.20069577772267, 40.61900815699503, -74.2006903420544, 40.619065329877834, -74.20068033760445, 40.619109928629875, -74.20068022330857, 40.61916782344645, -74.20069120893336, 40.61921018467665, -74.20070833815652, 40.619259835718424, -74.20071435299607, 40.61929465924292, -74.20073992669202, 40.6193488134586, -74.2007526071968, 40.619387679494906, -74.20075780537317, 40.619403615975635, -74.20077531746844, 40.61945911793558, -74.20079813041797, 40.6195124232636, -74.20082118883766, 40.61956874490959, -74.20085838555671, 40.61961932352841, -74.2008968584861, 40.61966984047031, -74.20093570476358, 40.61971637913713, -74.20096475755575, 40.61976724121194, -74.20097329172607, 40.619806627768995, -74.20097070906972, 40.619865362582544, -74.20097519604418, 40.61991431976683, -74.20099397595669, 40.61997002479383, -74.20101659743136, 40.620015358082476, -74.20102912815886, 40.620070320292825, -74.20103593911527, 40.6200955077122, -74.20102633688049, 40.62011470834147, -74.20100549641546, 40.620132974966886, -74.20098323693426, 40.6201725495385, -74.2009807494775, 40.62022836378814, -74.20098498559776, 40.620284664271715, -74.20098711054149, 40.62032118305962, -74.20100426796294, 40.6203529514216, -74.20104062377148, 40.620363495105984, -74.20106880879017, 40.62037175853827, -74.20105232263855, 40.620391793386496, -74.20099770703692, 40.62039549368391, -74.20092341857362, 40.62040021711503, -74.20084960375937, 40.620401324071636, -74.20077385387373, 40.620394424210275, -74.20069957807371, 40.62037152754039, -74.2006407200817, 40.620339551859395, -74.20057986427884, 40.62030815867027, -74.20053605121154, 40.62029480831227, -74.20050625720901, 40.620299706895274, -74.20046709725985, 40.62033053614752, -74.20045830677688, 40.6203497524229, -74.20046257189624, 40.62037807633265, -74.20049045393125, 40.620412182737, -74.200504939585, 40.62043035343597, -74.20049563607, 40.62045779058065, -74.20047017588777, 40.62047180569221, -74.20043235735287, 40.62048380266167, -74.20043706551976, 40.62053648403967, -74.20045984492519, 40.620549861208914, -74.20052635270761, 40.620572336631234, -74.20056775422987, 40.62057793859985, -74.20064067728055, 40.6205757536542, -74.20071518474057, 40.62056793492717, -74.20077322173536, 40.620566163111896, -74.20084750718416, 40.620581974404196, -74.20087347466631, 40.62059045608295, -74.20087642823736, 40.620612913561864, -74.20087735165258, 40.620664103065174, -74.20089900009441, 40.62067666174745, -74.20092952654507, 40.62069125449852, -74.20092187137442, 40.62072483216237, -74.200930527007, 40.62074368388622, -74.20098259075839, 40.62077393058635, -74.20098630411715, 40.620838721208614, -74.20100138063448, 40.620894084201865, -74.20102129721691, 40.62093352199017, -74.20106880829363, 40.62096438806676, -74.20108990587855, 40.62102040240084, -74.20112111939481, 40.62107272400029, -74.20112520252556, 40.62110290417961, -74.20112727560912, 40.621137474321536, -74.20113866245906, 40.62116806316642, -74.20114983102478, 40.6211948440815, -74.20117925017765, 40.62124190795036, -74.20119761810632, 40.621299549782144, -74.20121075526274, 40.621357177352444, -74.20123154534497, 40.62141185942327, -74.20123128878656, 40.62146709793444, -74.20123378948016, 40.62150627980197, -74.20125818013848, 40.62155412509996, -74.2012892824515, 40.62158590502329, -74.20133119875858, 40.62159346445307, -74.2013835214717, 40.621599191985865, -74.20143246524037, 40.62161193508401, -74.20142228800698, 40.62164466890489, -74.20140227199484, 40.621652328698616, -74.20132889759661, 40.62165414930331, -74.2013076393141, 40.62165744822369, -74.20130118538245, 40.621689989105484, -74.20129930326245, 40.621748556091916, -74.20129678349765, 40.62180534566219, -74.20128929876203, 40.62186132535042, -74.2012832128948, 40.62188307282201, -74.20126586789152, 40.62191468992222, -74.20125953211863, 40.621963699352, -74.20124279772249, 40.622017928403494, -74.20123069137989, 40.6220741178937, -74.20122703131031, 40.6221290273641, -74.20123136071398, 40.622185191685816, -74.20124539902578, 40.622240204353155, -74.2012614262647, 40.622294387757215, -74.2012778590909, 40.62234980956789, -74.20129449708635, 40.62240584967566, -74.20131285490541, 40.622459216719626, -74.20132409859931, 40.62251512038389, -74.20132350874688, 40.62257072238327, -74.20131096827213, 40.622623657249754, -74.20128744276334, 40.62266492616769, -74.20127574708923, 40.622688017132916, -74.20128411208255, 40.622704431621145, -74.201302262342, 40.622704628573864, -74.20137610589978, 40.62269301218247, -74.20145030431631, 40.62268385444898, -74.20152403738953, 40.62268537317848, -74.20154592518496, 40.62269748826096, -74.20156128045949, 40.62273019803738, -74.20156668875676, 40.622785428411, -74.20157391796505, 40.62284367954613, -74.20158572927511, 40.622899597496655, -74.201602714308, 40.622953017328655, -74.20161880127358, 40.62300843158932, -74.20162891824477, 40.62306369152242, -74.20163157562834, 40.62312139054558, -74.2016324910421, 40.623176770175874, -74.20163386767098, 40.62323224535286, -74.2016318269368, 40.623289475337934, -74.20162484408218, 40.62334684636711, -74.20161290548441, 40.62340180908399, -74.2015994740704, 40.62345673749571, -74.20158492590247, 40.62349762151364, -74.20156227788921, 40.62351876857076, -74.20151668267724, 40.62353635826164, -74.2014446158005, 40.62354408046982, -74.2013724073313, 40.62354444200987, -74.20134379957561, 40.623552037593946, -74.20133358093858, 40.6235676318276, -74.20133716311963, 40.62359347325134, -74.20138040090109, 40.62363004068162, -74.20140869672595, 40.623661236541835, -74.20141140695968, 40.62368872294419, -74.20139739836954, 40.62373575115714, -74.20136476359231, 40.62378554958248, -74.20132942783705, 40.62383405417478, -74.20127930099666, 40.62387631341448, -74.20122584639942, 40.62391323565703, -74.20117790218472, 40.6239425000947, -74.2011352710786, 40.62398687859092, -74.20109884661078, 40.624036581809946, -74.20107613077828, 40.62407769797335, -74.20108084697112, 40.62413553658443, -74.20109085011264, 40.62419351093159, -74.20108822341884, 40.624250988668436, -74.20110448924916, 40.62430500506965, -74.20113954165149, 40.62435529195704, -74.20114472344535, 40.62441034083148, -74.20114351303624, 40.62446715150483, -74.20113975956514, 40.624524078291905, -74.20113434853084, 40.624579643686985, -74.20111959782088, 40.624635853985176, -74.20110557016825, 40.62469120301733, -74.20108915476894, 40.6247460555335, -74.20107110178077, 40.62480147733958, -74.20105660351044, 40.624857168485775, -74.20104391521605, 40.62491342739583, -74.20103676171173, 40.624969301108024, -74.20102959533371, 40.62502561339627, -74.20102220265287, 40.62508174327342, -74.2010137072929, 40.62513670890125, -74.20100625298552, 40.62519161417405, -74.20099567943848, 40.62524959027738, -74.20098524232364, 40.62530695828824, -74.20097811433602, 40.625362308746226, -74.20098196743191, 40.62540041751796, -74.20101025069339, 40.62543196379657, -74.2010367580586, 40.62545935005895, -74.20105210844739, 40.625500118677216, -74.20106039616476, 40.62555787178883, -74.20106154900803, 40.62561570761831, -74.20106279481443, 40.625671445968415, -74.2010638268044, 40.62572682718479, -74.20106138348356, 40.6257828223312, -74.20105897979883, 40.62583785204805, -74.20106119130978, 40.625895188035564, -74.20107614119081, 40.62595048637555, -74.20109623901676, 40.626000920993484, -74.20113146655638, 40.626049809058465, -74.20116982443334, 40.626095363304906, -74.2011819609028, 40.62610968468602, -74.20120809573528, 40.6261113985706, -74.20121352359897, 40.62605473001189, -74.20141688453599, 40.62606977554994, -74.20139242544025, 40.62624855675592, -74.2009667934777, 40.62935949680898, -74.20080486401642, 40.62935049085225, -74.20077271804827, 40.62959447946822, -74.2007339084044, 40.629592646230606, -74.20062093368634, 40.62958730610799, -74.20061096985984, 40.62961017693845, -74.20057991341619, 40.62962901060608, -74.20052513830258, 40.629640760705676, -74.20047731254206, 40.62965663025642, -74.20045096513317, 40.629709738546296, -74.20043511679658, 40.62976469260758, -74.20042611666987, 40.629820783794585, -74.20042410595741, 40.62987740220935, -74.2004247986165, 40.62993251023877, -74.20042553368123, 40.6299816657444, -74.20042376629608, 40.63003744534822, -74.2004232746016, 40.630093730622235, -74.20042256203963, 40.630148889728076, -74.20041342230975, 40.630204958641954, -74.20040827147675, 40.630246370012216, -74.20040643998404, 40.630261127354345, -74.20039991890265, 40.63031660276072, -74.20038962493892, 40.6303740550839, -74.20037502140778, 40.63042992369431, -74.20036383754714, 40.630484679601864, -74.20035617232912, 40.630541364597924, -74.20034384162012, 40.630596813201585, -74.20033537258104, 40.63065427314437, -74.20032974678044, 40.63071192084393, -74.20032719408104, 40.63076915165006, -74.20032192924005, 40.63082419891322, -74.20030642726768, 40.630878502169395, -74.20028681247726, 40.63093417057441, -74.20027277569984, 40.630990301133195, -74.20025805926696, 40.63104564941968, -74.20024357606322, 40.63110073704699, -74.20022977566423, 40.63115530838458, -74.20021529123406, 40.631210396910234, -74.20020229300336, 40.631264452649056, -74.20018701829322, 40.63131892839067, -74.20018300408353, 40.63133504121077, -74.20017309641689, 40.63137480208591, -74.20015691481483, 40.631428407696646, -74.20013811710177, 40.631481910696436, -74.2001083044369, 40.63153232426289, -74.2000673795357, 40.631577563848936, -74.20002043892772, 40.63162069315683, -74.19997032047091, 40.63166285000569, -74.19991795648426, 40.63170117811652, -74.19986127794918, 40.631738270983156, -74.19980538483202, 40.631776757364804, -74.19975290283944, 40.631815607006764, -74.1996983939478, 40.631852190830344, -74.199674750714, 40.631874101060774, -74.19965072203466, 40.63192679808941, -74.19962724921811, 40.63198079900351, -74.19959730981263, 40.632032513006976, -74.1995671510533, 40.63208361953092, -74.19954209329092, 40.632136917168474, -74.1995078458357, 40.63218643955008, -74.19946531593253, 40.632232800150085, -74.19942144933562, 40.632263019401336, -74.19938265447423, 40.63227297080628, -74.19930874588741, 40.63227597611199, -74.19923932123443, 40.63228628943793, -74.19919558610302, 40.63230159393593, -74.19913947126457, 40.63233894931906, -74.19908652489637, 40.63237892240778, -74.19903992890838, 40.63242187871324, -74.19899673089488, 40.632466326686064, -74.19894922357176, 40.63250892792491, -74.19890114313262, 40.632552398237976, -74.19885182288793, 40.6325939525639, -74.19880182859272, 40.632634634527896, -74.198753299229, 40.63267705914841, -74.19869822026564, 40.63271355342549, -74.19863975406416, 40.63274664595425, -74.19858071647779, 40.632779998790106, -74.19853364030445, 40.6327996214026, -74.19847471978134, 40.632832624579144, -74.19842461847826, 40.632872438459316, -74.19838154022152, 40.63291645193961, -74.19834025885774, 40.632963337669054, -74.19833554660205, 40.63298100682569, -74.19835261796396, 40.63300780751542, -74.19839926630358, 40.633049766079196, -74.19840037936929, 40.63307865288883, -74.19838279774906, 40.633110046587944, -74.19834325018394, 40.63314098109002, -74.19828454631096, 40.63317502659741, -74.19822506391415, 40.633207249860725, -74.19816027630476, 40.63323423849965, -74.19809338090674, 40.63325480010929, -74.19803178042386, 40.633268796764156, -74.19795939190806, 40.63326660527475, -74.19791593126509, 40.63325042567857, -74.19785944066301, 40.63321457678526, -74.19780295135094, 40.63317794620932, -74.19774886064177, 40.63314098188951, -74.19770862270369, 40.63311693962231, -74.19768985543237, 40.633105727079055, -74.19762406345612, 40.633078592198885, -74.19759136894018, 40.63308076551417, -74.19756058484562, 40.633098997239074, -74.19754765531975, 40.63311721629173, -74.19752508162588, 40.63314903267551, -74.19748935238036, 40.63319820038608, -74.19746114511105, 40.63322164888159, -74.19739558460002, 40.633245600056895, -74.19732697239426, 40.63326727811261, -74.19728714105732, 40.63329118416683, -74.19727441218527, 40.63331454031883, -74.19728428635159, 40.63336992435812, -74.19728699113759, 40.63341200288602, -74.19726296402595, 40.63345125911742, -74.19722723493649, 40.6335005996442, -74.19722736386198, 40.63352462533519, -74.19724896843029, 40.6335795498001, -74.19726864396851, 40.63363368421084, -74.19728547422126, 40.63368737233869, -74.19728555439856, 40.63374288214292, -74.19727252694513, 40.63378722185537, -74.19723624315007, 40.63383491087776, -74.19719268257425, 40.63388178478896, -74.1971499243621, 40.6339277955086, -74.19710971328895, 40.63395655776135, -74.19707337597472, 40.63395897581124, -74.19703366850479, 40.63394333336452, -74.19701199582062, 40.63393498484551, -74.196939449804, 40.633937735044206, -74.1968861811739, 40.633949083687355, -74.1968495812621, 40.63396867235757, -74.19680615938799, 40.63401259757655, -74.19677299727634, 40.63402873314203, -74.19670078319002, 40.634033048628616, -74.19662886497969, 40.63404230472461, -74.196581651627, 40.63406400787223, -74.19652362279184, 40.63409866277416, -74.19647002231422, 40.63413507690287, -74.19642816682254, 40.63418239156524, -74.19640266566712, 40.63423395485419, -74.19639332909644, 40.634272674308924, -74.19639176643149, 40.6343076226095, -74.1963831958598, 40.63436282569844, -74.19636974219775, 40.63441722575617, -74.19635332006852, 40.63447152461963, -74.19633269114512, 40.63452588469485, -74.19631125553298, 40.634581283543774, -74.19628994296208, 40.63463512337588, -74.1962635128743, 40.634688848567365, -74.19624307783342, 40.634734019374626, -74.1962040057462, 40.634775365048384, -74.19618152351684, 40.634794070314975, -74.19614299401734, 40.634823784809385, -74.19610058387183, 40.63487324623619, -74.19605798269114, 40.634917252614805, -74.19603235633305, 40.63497306558993, -74.19601245544887, 40.63502954058778, -74.195989120423, 40.63508272822903, -74.19595529831545, 40.6351335950839, -74.19593406835257, 40.635162182288255, -74.19591572423603, 40.635186889628656, -74.19587102429588, 40.63515992673063, -74.19545944007855, 40.63494023894153, -74.19504327427904, 40.63472167589761, -74.1945442862209, 40.63445427755691, -74.19204218559726, 40.633126543387654, -74.19129325117083, 40.63273064389307, -74.19051124876619, 40.63232010680951, -74.19016458770125, 40.63213567935759, -74.18867495665101, 40.63134267312528, -74.18705073917994, 40.63048032114149, -74.18698296725087, 40.63044433937561, -74.18651424540795, 40.63019549503825, -74.1865437839346, 40.630165334577555, -74.18656999028033, 40.63014061686535, -74.18670354336851, 40.63010761928742, -74.18665131110765, 40.63003684475464, -74.18643757203033, 40.62974721819693, -74.1861542304037, 40.62940609325639, -74.18606637627754, 40.62933500060654, -74.18598734595072, 40.62928392842047, -74.18591420777751, 40.62925065446721, -74.18583817149164, 40.62922629131049, -74.18572415418714, 40.62920198766167, -74.18562476337074, 40.62918434035563, -74.1854786114123, 40.629162314429514, -74.1853353578097, 40.62913138108911, -74.18520669860905, 40.62909597098239, -74.18513065776467, 40.62906938127601, -74.1850604432335, 40.62903610297281, -74.1850107048316, 40.62901169603691, -74.1840661148838, 40.62847431390161, -74.1840206613755, 40.628448453439454, -74.18373486007391, 40.628285856674545, -74.18235699646735, 40.62748924171335, -74.18185074415594, 40.62719842582867, -74.18137962323456, 40.626932040181465, -74.18113680043861, 40.62679222348153, -74.1807388274925, 40.62656356256211, -74.18054858660584, 40.6264414274378, -74.18031738045855, 40.626283542504744, -74.18004152011765, 40.626087399035235, -74.17983471352578, 40.625919945595314, -74.17978615063473, 40.62588062191813, -74.17954953545349, 40.62568903016053, -74.17919457646295, 40.62536475223774, -74.17908624392369, 40.625257739130056, -74.1787811532506, 40.62495636535029, -74.17874464378086, 40.62489997380675, -74.17873627329658, 40.62488704271919, -74.17862974768813, 40.624756437198556, -74.1785517106766, 40.624660760004446, -74.17844705431587, 40.624708733004134, -74.17799582433383, 40.624916774959885, -74.17792862538798, 40.62494768493204, -74.17786091563177, 40.6249789738742, -74.17774388209905, 40.62503293223586, -74.17767133466965, 40.6250664330224, -74.17760378133855, 40.62509752435632, -74.17741877732907, 40.62518281836501, -74.17688638113233, 40.625419786163874, -74.17599341349583, 40.62495113555515, -74.17392512369302, 40.62393067439844, -74.17198003909752, 40.62304366074386, -74.17163542796592, 40.622897972417, -74.17149327519206, 40.622837876605296, -74.17059128677408, 40.62245654269955, -74.16889080032318, 40.62173060505501, -74.16863617794345, 40.62162850124336, -74.1684817987263, 40.6215614099792, -74.16840350989172, 40.62152636290844, -74.16784737468906, 40.62129086936159, -74.16732087267864, 40.62106805077162, -74.16657924702258, 40.6207538136188, -74.16596420212598, 40.62049506738493, -74.16534535816403, 40.62023122997212, -74.16522066185698, 40.62071179902601, -74.16516486704528, 40.62091373570519, -74.16510149454241, 40.62117988954974, -74.16498583969457, 40.62161904021479, -74.16228747523861, 40.62109029535075, -74.1621757066625, 40.62107362862795, -74.15939591008504, 40.62066653094656, -74.15921099098749, 40.620640881883006, -74.1567901227947, 40.62026518038785, -74.15666990990974, 40.62024619468375, -74.1565443060649, 40.62022887585707, -74.1563479284064, 40.620198795518796, -74.15578695799887, 40.62011426596388, -74.15573537318951, 40.6201065355376, -74.155436945526, 40.62007299876455, -74.15541401658366, 40.62006503943436, -74.15539852504595, 40.62005518795537, -74.15454502280947, 40.61950934443923, -74.15446701839346, 40.619459191152124, -74.1543928099353, 40.61941105168405, -74.15429060181151, 40.61929967097707, -74.15411233803593, 40.61945966718584, -74.15373470360042, 40.6198033500041, -74.15371534158918, 40.619818471343436, -74.15364647238273, 40.61986879812198, -74.15358791556882, 40.6199053087833, -74.15355523876565, 40.61992582850172, -74.15299876340625, 40.62027263739934, -74.15239329024229, 40.62066187629397, -74.15179220102182, 40.62104095910744, -74.15130567889915, 40.6213525560184, -74.15101313013875, 40.62154062560761, -74.1509468857058, 40.621586858938635, -74.15039367746122, 40.622083994720725, -74.1500062839298, 40.622434629945104, -74.14933206192107, 40.62303982157897, -74.14929914902766, 40.62307388872938, -74.14926967573604, 40.62310973623776, -74.1492249740643, 40.623180413163304, -74.14919221105924, 40.62324881066733, -74.14916476989225, 40.62334364686977, -74.14898866934999, 40.62418975568779, -74.14881702050761, 40.625001077559126, -74.14876804767393, 40.62510443703471, -74.14853003345023, 40.62508091788802, -74.14683333876889, 40.62491324377347, -74.14669979585155, 40.624913651091546, -74.14658572510004, 40.62491378128265, -74.14640549954785, 40.62491398481881, -74.14635059865508, 40.62491404751564, -74.14631687949381, 40.62491408593196, -74.1462841078402, 40.624916653597516, -74.14617429270167, 40.624925254571885, -74.14612121023458, 40.62492941221876, -74.1460555109096, 40.624934558433374, -74.14589966079345, 40.624946766573814, -74.14576716900449, 40.62495714384666, -74.14579348843972, 40.62482835754839, -74.14580136309017, 40.624789827765674, -74.14584786105212, 40.62463362830695, -74.14595258937868, 40.624330134994494, -74.14608064523591, 40.62398646219351, -74.1461971693272, 40.62372310519174, -74.14629626225407, 40.62352222680742, -74.14647117830695, 40.62318741536246, -74.14658844965307, 40.62300034195808, -74.14670510375129, 40.62279944080976, -74.14682760573143, 40.62259407178652, -74.14693266776356, 40.62244671850265, -74.1470352558913, 40.622298361501045, -74.1470804037096, 40.62223306997046, -74.14701704021738, 40.62220126355234, -74.14698116719865, 40.622183257568025, -74.14691336226645, 40.62214921897512, -74.14699665611059, 40.622078491802334, -74.14702548156991, 40.622054016587626, -74.14712488301345, 40.621995894031635, -74.14714887966771, 40.621985473101326, -74.14731515816294, 40.62191325264381, -74.14742179020568, 40.62183667608138, -74.147453814349, 40.62181368071593, -74.14757069298281, 40.621715383798644, -74.14769336681181, 40.62159031401346, -74.14787010668303, 40.62140030278938, -74.14793193046056, 40.62133531095167, -74.14785427175735, 40.62129215610257, -74.14721790946152, 40.62093148809976, -74.14686303271466, 40.620731320195176, -74.14682888296745, 40.62071785689289, -74.14680890907539, 40.620713526579074, -74.14678161781968, 40.620712611377755, -74.14535352871538, 40.62068197111001, -74.14458465826958, 40.620666209900186, -74.1446130765827, 40.62042477582434, -74.14467967467513, 40.61989739336698, -74.14473368550394, 40.61947185768712, -74.1447665150972, 40.6192258505417, -74.14479359583697, 40.61904720334662, -74.14480644971275, 40.618968038495844, -74.14493260667105, 40.61819106597698, -74.14496598335677, 40.6179793940491, -74.14511839126544, 40.61704030588894, -74.14512419089498, 40.61696565970443, -74.14419492098119, 40.61686994196258, -74.14326215307406, 40.61673992199005, -74.14233611783315, 40.61660832731168, -74.14236860819845, 40.61669235980657, -74.14219936164498, 40.61785625520353, -74.14215093857031, 40.618187373930965, -74.14203665944729, 40.618971661630205, -74.1419640476948, 40.619475311356744, -74.14190792571715, 40.61986613501086, -74.14187941965434, 40.620089124945, -74.14178284375518, 40.620841775768774, -74.14167933355235, 40.621627502144605, -74.14161653224869, 40.62216498281087, -74.14149040402657, 40.62214934927133, -74.14138817180935, 40.62213667683857, -74.14106620777532, 40.622094441677504, -74.14098285451408, 40.62208350713696, -74.13861273772893, 40.6217725611808, -74.13836666535262, 40.62173679533486, -74.13756129386711, 40.621633086146794, -74.1375193627766, 40.62208060449093, -74.13751293146404, 40.6221317771064, -74.13749933720679, 40.62223869065476, -74.13748958472293, 40.62231502600559, -74.13747744449465, 40.62234526382143, -74.13746398466769, 40.6223901051673, -74.13724988840758, 40.62392945896678, -74.1369602390572, 40.623784185617865, -74.13657911786476, 40.62357810448741, -74.13639404293657, 40.623465406053754, -74.13629012237719, 40.623400835854135, -74.13555433710307, 40.62298571719577, -74.13471476743761, 40.622523591205265, -74.13414123823665, 40.62222718977778, -74.13401549896277, 40.622156054761334, -74.13337022109549, 40.6224665169564, -74.13327425209226, 40.6223914734485, -74.13320829781263, 40.62243747107097, -74.13275127122556, 40.622756196204215, -74.13255602834892, 40.62289888304756, -74.13238376836141, 40.62275208495873, -74.13232131757788, 40.62270462914682, -74.13229794880071, 40.622695039375515, -74.13226884489319, 40.622693388889566, -74.13224901809535, 40.62269332795084, -74.13207512999527, 40.622702042281894, -74.1320580680228, 40.62338617702417, -74.13140314870225, 40.623435455641875, -74.1312049818571, 40.62345013263697, -74.13096213865626, 40.623475882571086, -74.1308574333366, 40.62348097087464, -74.13060987200971, 40.62349469897484, -74.13051130061784, 40.62350891488053, -74.12864096033964, 40.62365374022249, -74.12855138585476, 40.62366367140669, -74.12782307903973, 40.62371285496877, -74.12721885711808, 40.62376607869122, -74.12626430316952, 40.623838916062375, -74.12474186250707, 40.62395471639209, -74.12473365704506, 40.62384861060218, -74.12469733765806, 40.62368066050886, -74.12338025069376, 40.62393510273695, -74.12277934027088, 40.62405679949314, -74.1222816798999, 40.624150864310806, -74.12204456707434, 40.62418410595258, -74.12203822060695, 40.62415189385168, -74.1220110317406, 40.624089898429865, -74.1219817352346, 40.624049663624675, -74.12195361098763, 40.623987331485814, -74.12180159471268, 40.62351619508676, -74.12165939994286, 40.623100456231086, -74.12165086892696, 40.62308014139953, -74.12164441747633, 40.62306538688528, -74.12162492197596, 40.62303575245392, -74.121590395217, 40.62299612912911, -74.12154676249688, 40.62295075749006, -74.12150242885691, 40.622904658954106, -74.12147134170624, 40.622872334283, -74.12141108996107, 40.6228139604173, -74.12077339543097, 40.62229122855257, -74.12053235328422, 40.62208447784065, -74.12007827162559, 40.6216667195004, -74.11966871715397, 40.621744611184404, -74.11966871715397, 40.621744611184404 --74.01634322385186, 40.63028528411051, -74.01626862428161, 40.63047425249413, -74.01604821093052, 40.63103257040615, -74.015949071651, 40.630980139750925, -74.01592531134577, 40.630965785162694, -74.0156594365546, 40.630805958770054, -74.01531148161655, 40.63059678975117, -74.01490317249392, 40.630352338856866, -74.01380484280989, 40.629689052445165, -74.01376188347878, 40.62966310732344, -74.01278777918493, 40.62907482030276, -74.01270270497136, 40.62902344068179, -74.01214162190817, 40.628684018012926, -74.0105002953795, 40.627692484127174, -74.00974563549191, 40.62723667685698, -74.00969005287315, 40.62720310657576, -74.00840122626009, 40.6264246401601, -74.00829967790803, 40.62636118520013, -74.00630421440073, 40.62515897647285, -74.00609560163322, 40.62503259073924, -74.00561890076965, 40.62474457380002, -74.00558511021742, 40.62472415975745, -74.00389216488085, 40.62370126576731, -74.00288441041988, 40.623096679946826, -74.0016937939989, 40.6223721108842, -74.00163843812564, 40.62233870688845, -74.0016012651715, 40.62231627365212, -73.99949149721971, 40.62104305244175, -73.99866484149211, 40.62054333354697, -73.9985954253198, 40.62050137117054, -73.99853583346456, 40.62046534600862, -73.99798832529915, 40.620134361354886, -73.99792382853792, 40.62009537217562, -73.99742138721373, 40.619791628159426, -73.99728485062714, 40.61971103743822, -73.99744667219272, 40.619562940646425, -73.99787125190421, 40.61915384192294, -73.9984567062818, 40.61859503774343, -73.99902697120928, 40.618028713776766, -73.99919047628863, 40.61785116749348, -73.99926553898308, 40.617778016903536, -73.99932361830064, 40.61772141503365, -73.99942565803333, 40.61762728506359, -73.99946459009061, 40.617594143389084, -73.99949319822652, 40.61756979163857, -73.99952873974105, 40.61753953789696, -73.99962024933923, 40.61747073665424, -73.99971330102538, 40.61738112070663, -73.99972747620077, 40.61736727073277, -73.99999534159429, 40.61710803995972, -74.00019753683573, 40.61691589478102, -74.00082401210616, 40.616313316629636, -74.000018566121, 40.61582711758503, -73.99994343446062, 40.61578176284034, -74.00010318620487, 40.615267526668994, -74.00019136367779, 40.61495007312442, -74.00025824857865, 40.61499050638298, -74.00144909935202, 40.61571040635402, -74.00203156886329, 40.6151523987784, -74.00219209831685, 40.61499846438671, -74.00221481951625, 40.61497667764855, -74.00261355595278, 40.61459432159164, -74.0031957211383, 40.61403494286989, -74.00377812585944, 40.61347480382142, -74.00405879300239, 40.61319727437122, -74.00435895874229, 40.612916308902406, -74.0045808054793, 40.6127008956234, -74.0046619687573, 40.612620755884976, -74.00488658471491, 40.61240777240349, -74.00490990441446, 40.612385660013224, -74.00494119740414, 40.61235598830106, -74.00522789003118, 40.61208220547526, -74.00552168588024, 40.611797644147764, -74.0060143785916, 40.61132476742964, -74.00630288179256, 40.611047570624144, -74.00636919523888, 40.61098353810424, -74.00646907816659, 40.610887638715134, -74.00668379993603, 40.610680564162514, -74.0073114944732, 40.61007716043819, -74.0075314072811, 40.6098656209705, -74.00755842797112, 40.60983963014942, -74.00896326809844, 40.608488245407166, -74.00907837937523, 40.60837751094784, -74.00911636260325, 40.60834100710229, -74.01029558471893, 40.60720772357998, -74.01031878026261, 40.60718543178834, -74.0108234017762, 40.60670045446267, -74.0117203889667, 40.60583840151005, -74.01220109781245, 40.605377110531485, -74.01229446313282, 40.605287515772226, -74.01237090097331, 40.605214162770025, -74.0124481942072, 40.60514150482658, -74.0130166445058, 40.60450165259419, -74.01303979020531, 40.60447559967343, -74.01377613744974, 40.60364673913134, -74.01398026463585, 40.60342764720427, -74.01415526054079, 40.60322516502757, -74.01418660752745, 40.60318889443996, -74.0142316837926, 40.60314283797281, -74.01428350565234, 40.603082439836605, -74.01445862710642, 40.602878904464966, -74.01452089162824, 40.60281234623567, -74.01530515257508, 40.60299915141972, -74.0165240762837, 40.60328891559747, -74.01661094649289, 40.60331350083311, -74.01666710140576, 40.60332939322003, -74.01726847759456, 40.60349958954047, -74.01762388172054, 40.60360642664846, -74.01782306198582, 40.60369193831532, -74.01795170979166, 40.60375884868711, -74.01800288940174, 40.603785469115856, -74.01832463805127, 40.60392529814159, -74.01864635499938, 40.60365488809265, -74.01868906441518, 40.603668318744326, -74.01874815456537, 40.603686899495806, -74.01904830155793, 40.60378127887483, -74.01908365792607, 40.60379239625668, -74.0191564042635, 40.60381527001943, -74.01922678859368, 40.60383740300169, -74.01996775056475, 40.604070388469076, -74.02060866361167, 40.604278632691674, -74.02116094001585, 40.60446716285763, -74.02123672078335, 40.604490068963436, -74.0212984046554, 40.60450871366127, -74.0212250811638, 40.60473773804647, -74.02118550717572, 40.60477165539978, -74.02116461330128, 40.604817285990904, -74.02113108221032, 40.60489051719581, -74.02100174259263, 40.60517299768614, -74.02095994540609, 40.60526599680283, -74.0209405297465, 40.60530919567245, -74.0207949469242, 40.6056331199889, -74.0207861127749, 40.60565671886002, -74.02078541375754, 40.605673367833376, -74.02079739676799, 40.60569162644655, -74.02081343467876, 40.605705545610235, -74.02095996842134, 40.60579469225017, -74.02103238580695, 40.60583707468579, -74.02235142235777, 40.606613746373164, -74.02240345207542, 40.60664438099698, -74.02247769366463, 40.606673899111065, -74.02246906473414, 40.606716095643286, -74.02225463752413, 40.60692697020264, -74.02222931419439, 40.60695187182608, -74.02145444591511, 40.60771387750008, -74.0214047371057, 40.607762760777284, -74.02153756251163, 40.60784035552349, -74.02226551957547, 40.608265614199645, -74.02236362500474, 40.60832292595765, -74.02282362201713, 40.608591640316185, -74.02285655259085, 40.608610805875855, -74.02290191952399, 40.60862660730179, -74.02293700585729, 40.60864718622758, -74.02299820018492, 40.60868311831621, -74.02302407618082, 40.60870075075035, -74.0230513754971, 40.608723721184795, -74.02306581992924, 40.60873219579661, -74.02312336981022, 40.608763157670865, -74.02318777432005, 40.608797843591034, -74.02319839729871, 40.60880917000818, -74.02342157836668, 40.60894150501043, -74.02391074981648, 40.60922753058519, -74.02406445370788, 40.60931692659381, -74.02431053937715, 40.60946648924589, -74.0243418083548, 40.609489099224454, -74.02440429736092, 40.60954246618398, -74.02443624083574, 40.60957401817151, -74.02446656871514, 40.60960781639447, -74.02449898850722, 40.60964920645973, -74.02454823297886, 40.609718446051716, -74.02458421945197, 40.60976748976289, -74.02465051570975, 40.60987423508076, -74.02469408750598, 40.60995934481357, -74.02476972581104, 40.60973426752207, -74.02478375871395, 40.60969930895648, -74.02497366820285, 40.609743813944775, -74.02498416424694, 40.60974627368938, -74.02517875395166, 40.60979274406003, -74.02695999512613, 40.61021810838902, -74.02710660268673, 40.61024364061112, -74.02705451240487, 40.610396538902734, -74.02704577292259, 40.61042240303305, -74.02694026811544, 40.610736943001676, -74.02687741701223, 40.61092783402041, -74.0268648538294, 40.61096599024523, -74.02683785444714, 40.61104799712394, -74.0268344401304, 40.61105836742416, -74.02682428686724, 40.611089200942544, -74.02681448883757, 40.611118960955594, -74.02655204543308, 40.61191605165193, -74.02652966852348, 40.611984698149776, -74.0265186299398, 40.61201856299699, -74.02639654031105, 40.61239311877341, -74.02639183238439, 40.61240761554417, -74.0263673720032, 40.61247660198177, -74.02645361259687, 40.61250414531919, -74.02648714921713, 40.6125184234643, -74.02651431376252, 40.61253430869884, -74.02654451972823, 40.612555626969524, -74.02655656718866, 40.61256842869745, -74.02657064064996, 40.612615440755455, -74.02656707462668, 40.612633886054475, -74.02655471098565, 40.61266100990762, -74.02653275607149, 40.61269792463888, -74.02648162048601, 40.61278425498699, -74.02647077647909, 40.612802608305024, -74.02641063303884, 40.61290437202514, -74.02633776062905, 40.61302764847799, -74.02630152507302, 40.61308894354202, -74.0262592279357, 40.61316049781531, -74.0254120556689, 40.614593596437075, -74.02533835999367, 40.614718258318, -74.02529397849008, 40.61479257548155, -74.02526696879781, 40.61483779928133, -74.02494369167837, 40.61537908747648, -74.02487367136868, 40.61549632615818, -74.02481596022795, 40.61559295011622, -74.02485309087217, 40.61561145230138, -74.02493642480664, 40.615652977083826, -74.025530409912, 40.61594895236963, -74.02555243441375, 40.61595992662634, -74.02572934459056, 40.616048077874765, -74.02568206225416, 40.61613973715716, -74.0256525067746, 40.61618481482508, -74.02560273118354, 40.61624979760052, -74.02557829813529, 40.616278725968144, -74.02534668424595, 40.61655216999128, -74.02524282065491, 40.61667228089758, -74.02485210397711, 40.617125074937725, -74.02467061442978, 40.61733539553145, -74.02462461196393, 40.61738870541623, -74.02458156638187, 40.61743937702484, -74.02455181444142, 40.61747440013154, -74.02450303144533, 40.61753182774143, -74.0243889560632, 40.617666110633564, -74.02431355799975, 40.61775486751747, -74.02387487933987, 40.61825960494502, -74.02372853824222, 40.618427981275424, -74.02368093703285, 40.61848274904914, -74.0236335011266, 40.618537327659524, -74.02292912747063, 40.61936176632976, -74.02284654642315, 40.6194512251731, -74.02279880917119, 40.61942334823098, -74.02271110632365, 40.61956934717329, -74.02271485875532, 40.61958743068505, -74.0225887607244, 40.619755921307686, -74.02234403579895, 40.620041507072784, -74.02223914031434, 40.620080080495725, -74.02224516065401, 40.62009501446295, -74.02224281285791, 40.62012825672995, -74.02222811050952, 40.62015086353799, -74.02210278778442, 40.62028357849126, -74.02078851046862, 40.621742927842845, -74.02019349176466, 40.62240108279327, -74.02008667456552, 40.622420630188515, -74.01974867224553, 40.62221170231077, -74.01970490789421, 40.62218465008687, -74.01955920144988, 40.6225191281917, -74.0194998746936, 40.622650616925455, -74.01948449347037, 40.62268470962701, -74.01943504384484, 40.62279430680525, -74.01938703467536, 40.62289150175378, -74.01918711731028, 40.623367139623475, -74.01907578954554, 40.62361435543246, -74.01896509384868, 40.62390525435275, -74.01894017877825, 40.62395899429577, -74.01887125128455, 40.624106273985355, -74.01884686717112, 40.62414904008209, -74.01875180206866, 40.62431718902894, -74.0187032011587, 40.6245117687126, -74.01859579633357, 40.62476051337161, -74.01836380845295, 40.625320338205945, -74.01834119138196, 40.62537490882382, -74.01790662560643, 40.62642355262474, -74.01784194040405, 40.626590374079065, -74.01748696181713, 40.62746643537595, -74.01746424441107, 40.62752250158721, -74.01729060198612, 40.62795102934356, -74.0172589310683, 40.62802087390863, -74.01722288702483, 40.62810036638717, -74.01706402270823, 40.62834742604003, -74.01704445346807, 40.62838079409736, -74.01693406601457, 40.62881596311858, -74.01692637532477, 40.6288404088565, -74.0169096571023, 40.62890316222579, -74.01664336104959, 40.62957576044387, -74.01634322385186, 40.63028528411051, -74.01634322385186, 40.63028528411051 --73.76740259017457, 40.61546036739829, -73.76762688107962, 40.6154708960869, -73.76777539859506, 40.61549880898943, -73.76796233566883, 40.61554087985327, -73.76816628200709, 40.615549470816376, -73.76820296435902, 40.615534365559235, -73.76833012241349, 40.61552078805288, -73.76843476299733, 40.61552926120499, -73.76855622247211, 40.615518142106204, -73.7686950105951, 40.61552649105762, -73.76899279343482, 40.61557454839116, -73.76939142833305, 40.615612786290555, -73.7696532321137, 40.61563856370516, -73.76982961376189, 40.615692469376405, -73.77005797860309, 40.615722732856575, -73.77026917919335, 40.61577939646124, -73.77039981238403, 40.61581333705479, -73.77054176650552, 40.61585454571379, -73.77070701970356, 40.61592915067688, -73.77073107497714, 40.615962191152185, -73.77071830156301, 40.61597907301147, -73.77068865642225, 40.61602076216586, -73.77068002045604, 40.61607163354404, -73.77068291907929, 40.61610814566503, -73.77068267108613, 40.61619065387139, -73.77067119367057, 40.616281236285076, -73.77063706279392, 40.61659144098743, -73.77062744656936, 40.616663774388954, -73.77060167251915, 40.616722296630485, -73.77054253003095, 40.61677446750791, -73.77049430710831, 40.61684510558633, -73.77048194981086, 40.61690930897552, -73.77044852060571, 40.616951896436674, -73.77038801948696, 40.61700077040479, -73.77034653881256, 40.61710109234609, -73.77029095802929, 40.61719606129921, -73.77025588541504, 40.617276907775604, -73.77013418157784, 40.617431580684425, -73.77010070216797, 40.61749889812699, -73.77006650724717, 40.6175862525835, -73.76998148012265, 40.61766532496919, -73.76991249316713, 40.617730595552096, -73.76987882244612, 40.617832387297085, -73.76984870063337, 40.61791870703387, -73.76983618797138, 40.61797495030769, -73.76979303540621, 40.618079220192726, -73.76972437679935, 40.618195407831244, -73.76966951352713, 40.61826891393098, -73.76960778587379, 40.618297033359035, -73.76954603293979, 40.618311237810644, -73.7695130300639, 40.618335051732224, -73.76949176417551, 40.61841235687539, -73.76947070099787, 40.61847201485748, -73.76940736368005, 40.61853839420234, -73.76937937463585, 40.618621807597286, -73.76931075948995, 40.61877702556985, -73.76924334126292, 40.61890965536521, -73.76917105364542, 40.619052926736245, -73.76905051918528, 40.61914872549258, -73.76898950944224, 40.61917739534992, -73.76883233776068, 40.61933054123764, -73.76879607265334, 40.61936587689608, -73.76876448867299, 40.619410398295145, -73.76868284518189, 40.61952547945433, -73.76861418306127, 40.619641693427845, -73.76857107794235, 40.61974198352378, -73.76846142082935, 40.6198797436434, -73.76838131392812, 40.619940626965196, -73.76830777070009, 40.62003042486451, -73.76824371488655, 40.62013687721574, -73.76810377361706, 40.620187950067866, -73.76795819416213, 40.620254876794036, -73.767776743015, 40.620351346397726, -73.76761253287387, 40.62045084390922, -73.76753056085676, 40.62050933377813, -73.7674415459795, 40.620541789613114, -73.7672286228585, 40.62053114674155, -73.76711355578516, 40.62051486636331, -73.76608338543576, 40.61567671773285, -73.76616440568411, 40.61564469604394, -73.76630242860222, 40.61561439943669, -73.76646021773976, 40.61557610024338, -73.76658695143426, 40.61558127091233, -73.76674883211909, 40.61553669487379, -73.76684300454711, 40.615510398810876, -73.76717431821668, 40.615466411557996, -73.76740259017457, 40.61546036739829, -73.76740259017457, 40.61546036739829 --74.0636123808923, 40.61654980329471, -74.06355225394017, 40.61648636602991, -74.06353726261402, 40.616469180669235, -74.06349139023239, 40.61642348926434, -74.06346505793408, 40.616385291996814, -74.06342944331443, 40.61636468612053, -74.06338235722215, 40.61631752298955, -74.0633378794625, 40.61627428737523, -74.06328490122829, 40.6162319479395, -74.06323746723332, 40.61618906781826, -74.063199401548, 40.61613566083914, -74.0631592063884, 40.616084690026085, -74.06311633637377, 40.616035516306496, -74.06305868391873, 40.615988559659, -74.06301392752377, 40.61594388503828, -74.06297376604769, 40.61589452517329, -74.06291966541374, 40.61585563607894, -74.0628702217421, 40.61581519641638, -74.06282643176212, 40.61577001420006, -74.06280959891679, 40.61575580867359, -74.0626169042613, 40.61555003486902, -74.06232165447895, 40.6152836518794, -74.06204185527989, 40.61506146997218, -74.06201687851532, 40.61501556137465, -74.06199532942959, 40.61500601846934, -74.06196098611933, 40.61497626485693, -74.06190621842435, 40.614935314349324, -74.06184720703746, 40.614903029112334, -74.06179036270088, 40.614866633602084, -74.06174128534428, 40.61482592399784, -74.06169716527445, 40.614778786493396, -74.06164735158633, 40.61473140798421, -74.061623119719, 40.614697050785814, -74.06159347129385, 40.6146515471321, -74.06154097393203, 40.6146167764102, -74.06148632944998, 40.6145781345717, -74.06143182753146, 40.61453896492547, -74.06138779344676, 40.614494934953775, -74.06138250217501, 40.61447865005273, -74.06137560146297, 40.614446978805226, -74.0613480567946, 40.614393815931635, -74.06131125699565, 40.614344393350024, -74.06127787974229, 40.614291428983044, -74.06124371957797, 40.61424287487564, -74.06120826927162, 40.61419198369179, -74.0611457553897, 40.61415995750682, -74.06114196397294, 40.61414388882195, -74.06117645414051, 40.61411812997264, -74.06118092031095, 40.614072309075915, -74.06117774699459, 40.61403053738625, -74.06116951485815, 40.61398747794158, -74.0611721688219, 40.61393061041436, -74.06116742715867, 40.61389500812899, -74.0611398886204, 40.6138442378844, -74.06110512742839, 40.61380356361437, -74.0610558277769, 40.61376010003785, -74.06100683949599, 40.613727552393435, -74.06096896750682, 40.61368865736176, -74.06092935055393, 40.613639780964235, -74.0609028847329, 40.61358841935116, -74.06088445091808, 40.61353452751552, -74.06086224824244, 40.61348656580377, -74.06084229160683, 40.61343041806081, -74.06081274406505, 40.613380304378616, -74.0608005818974, 40.61332418762416, -74.06078247825869, 40.61327066030729, -74.0607510373051, 40.61321872315349, -74.06073976587585, 40.61316094716075, -74.06070710661528, 40.61311021823723, -74.06070446724993, 40.613076983190616, -74.06069815705116, 40.61306003691084, -74.06068797071546, 40.613038923263495, -74.06066480645453, 40.613010457405075, -74.06065032369008, 40.61297777342223, -74.06063045224576, 40.61294220070604, -74.0606162692401, 40.61291946732123, -74.06060462493373, 40.6128646956494, -74.06060705811385, 40.61280755538744, -74.06062006282974, 40.61275336416084, -74.060633711444, 40.61269777228212, -74.06064057453676, 40.61264048649867, -74.06064320811186, 40.6125841520955, -74.06063434915134, 40.612532115639674, -74.06062465182058, 40.61247553379326, -74.06061582307925, 40.61242030767281, -74.06059590394895, 40.61236584473695, -74.06057851088063, 40.61230967667966, -74.06056137359396, 40.61225537706655, -74.06052889095832, 40.612203321526955, -74.06050490805421, 40.612148658997285, -74.06047321993081, 40.6120969803417, -74.06044124872017, 40.61205886277776, -74.06040306113627, 40.61200931365087, -74.06035629381807, 40.611966540037024, -74.06032839740699, 40.611949697821515, -74.060298005171, 40.61193134673411, -74.06027095005321, 40.61192750939352, -74.06021052064374, 40.611930662270986, -74.06013850054127, 40.61193270093281, -74.06007197584354, 40.61193683939514, -74.06001515924723, 40.61193529946569, -74.05992492956739, 40.61193311685035, -74.05988410473485, 40.6119425665858, -74.0598493232994, 40.61194720977906, -74.05986017385331, 40.611901739504404, -74.05987237629877, 40.611872183439324, -74.05989563072048, 40.61184523042492, -74.05990116988632, 40.61182631388705, -74.05986803430213, 40.61180563806859, -74.05980363463404, 40.611791651374745, -74.05972973647332, 40.61178911520834, -74.05965760778051, 40.61178849078358, -74.05958471138518, 40.61178695808538, -74.05952760679293, 40.61177370318107, -74.05945969146987, 40.611752702152785, -74.05942550105692, 40.61173226629106, -74.05939999245358, 40.611702747776384, -74.05936649468421, 40.61166255139731, -74.05931889203612, 40.61162019563373, -74.05928268713309, 40.61157061269101, -74.05925471085519, 40.61151921274529, -74.0592298514919, 40.611463461667846, -74.0592000905738, 40.61141289921238, -74.05917458357368, 40.61136094415393, -74.05913539321583, 40.61131305027777, -74.05908932785184, 40.611270207345314, -74.05907350157108, 40.611240245225154, -74.05905699721094, 40.611202460621136, -74.05902269088767, 40.611152040034696, -74.05899491127617, 40.611131550322554, -74.0589682845064, 40.6110985031407, -74.05892163336547, 40.61105572978091, -74.05890133733575, 40.6110019664432, -74.05890896595947, 40.610945678139494, -74.05892296205323, 40.61092512556761, -74.05897379794143, 40.61088570798449, -74.05901171375525, 40.61084629431108, -74.05903014578779, 40.6108004960296, -74.05902332915184, 40.61074461586678, -74.05901015971436, 40.61071507741823, -74.05898987394899, 40.61066353297409, -74.05896458048795, 40.610612025314936, -74.05893386025973, 40.61055966493707, -74.05889578809115, 40.61051011794529, -74.05884995528997, 40.610464883909984, -74.05882190693418, 40.610447448861386, -74.05879834673797, 40.61042366463433, -74.05876170146574, 40.610376019669644, -74.05872625846817, 40.61032760773495, -74.05868721093499, 40.61028654948761, -74.0586432025278, 40.61023959264016, -74.05860666168594, 40.610192215927455, -74.05856682486508, 40.610145638744434, -74.05852271639748, 40.610108345398245, -74.0584631829958, 40.6100723161093, -74.05843247428763, 40.61006208378928, -74.05840994137995, 40.61007362281875, -74.05838432662162, 40.61008631967894, -74.05836173559511, 40.6100841104656, -74.05834084858321, 40.610060395927924, -74.05833931089536, 40.610008560885625, -74.0583324717488, 40.60995321019587, -74.05831038551015, 40.60992280808714, -74.05827638140036, 40.609873373189814, -74.0582385586958, 40.60984600749866, -74.0581878044336, 40.609806494002356, -74.05813558740911, 40.60976836082242, -74.05808793590529, 40.609727158134895, -74.05803736276252, 40.609683742520126, -74.05798668416408, 40.60964263587354, -74.05793065959126, 40.60960377870042, -74.05788055200335, 40.609562861729025, -74.05783692409149, 40.60952017285088, -74.05778732278081, 40.609478383878844, -74.05773752565727, 40.609438276257535, -74.05768439435839, 40.609399850661234, -74.057638346298, 40.60935664962435, -74.05759226125248, 40.60931433740225, -74.05753916261008, 40.60927520301155, -74.05748808378684, 40.60923514725281, -74.05744480869286, 40.60918998341469, -74.05739597951887, 40.60914413703676, -74.05734943378124, 40.60910163133442, -74.05729573689972, 40.609060352986994, -74.05726564508764, 40.60902193371917, -74.05723032316249, 40.60897343570761, -74.05720352740997, 40.6089218005271, -74.05716629485575, 40.60887183289444, -74.05711734888433, 40.608828464690625, -74.05707719087768, 40.608781346832444, -74.05703988211302, 40.608730488580086, -74.05700642062993, 40.6086795599677, -74.05698113173949, 40.60862796451004, -74.0569542926647, 40.60857225082849, -74.05691801734986, 40.60853170930064, -74.0568622551632, 40.60852718026098, -74.05684051833636, 40.608511691233076, -74.05684070591148, 40.6084877480693, -74.05687691910377, 40.60846239037476, -74.05688018771887, 40.60844474213389, -74.05685562725567, 40.60841995301732, -74.05681047823244, 40.60840985798058, -74.05679279954497, 40.6084046761101, -74.05678710377629, 40.60838465582413, -74.05681008942423, 40.608358406864745, -74.05683336054457, 40.60835105520775, -74.05683689188915, 40.6083352763211, -74.05682628562502, 40.608280797299805, -74.05681170512149, 40.608224262549605, -74.05678351281858, 40.60817755381174, -74.05676240203486, 40.608121373484195, -74.05674171118442, 40.608068484352174, -74.05671766121556, 40.60801293132935, -74.05669000382512, 40.60795728372482, -74.0566492531867, 40.60791538002668, -74.05662673413862, 40.60788426008641, -74.05661285146448, 40.607870044985084, -74.05658527048844, 40.6078625581212, -74.05656588511745, 40.60785662241863, -74.05658137584243, 40.60782892735186, -74.05659956265578, 40.607823211791, -74.05660209144105, 40.607769091889296, -74.05658908375322, 40.60771374952485, -74.05657255778749, 40.60765893479515, -74.05655448694081, 40.607617379205095, -74.05653336604142, 40.607561374439264, -74.0565139380628, 40.60750639273015, -74.05649865409121, 40.60744744128141, -74.05647382369841, 40.60740605919902, -74.05643676609911, 40.60735733755933, -74.05639707992367, 40.607307658141586, -74.05635893519732, 40.60725731156793, -74.05632338556048, 40.60720871972727, -74.0562771216128, 40.60716028080756, -74.05622451217276, 40.60711823417569, -74.05616885090384, 40.60707911570698, -74.0561294068232, 40.607031662167266, -74.05608567199658, 40.606986394473054, -74.05603952368863, 40.60694301363158, -74.05603219842465, 40.606923847794576, -74.0559230985279, 40.60682949832479, -74.05576117685722, 40.60672776489564, -74.0557460173417, 40.606717799870296, -74.0556694938512, 40.60667729276475, -74.05563033984511, 40.60664685427224, -74.05552595531431, 40.6065850803205, -74.05551270504975, 40.60656774627202, -74.05544910912998, 40.60649997397758, -74.05540406978885, 40.60649920323823, -74.05536523001095, 40.60650973104456, -74.05531610505946, 40.60652635041558, -74.0552953180554, 40.60653513690424, -74.05517536828317, 40.60649354541313, -74.05515789129107, 40.60648430994471, -74.05516270792722, 40.606459294737526, -74.05516341145257, 40.60643129717475, -74.05516409650475, 40.60640382282396, -74.05515427568638, 40.6063755736631, -74.05512809776535, 40.60636350932328, -74.05510506525222, 40.60635012600595, -74.05506313635348, 40.60633131168578, -74.05499413642856, 40.606319175969496, -74.05492200522274, 40.60630251118247, -74.05485091953591, 40.60628273364761, -74.05478347941921, 40.606260598565854, -74.05470700928292, 40.60624635991688, -74.05464443155641, 40.60622303375008, -74.05458371326534, 40.606193467850424, -74.05453524462534, 40.606168764328366, -74.05443753134398, 40.60611811847212, -74.05441033712869, 40.60610847595336, -74.05430979279107, 40.606061891781835, -74.05420474659553, 40.60603823783364, -74.05416786538119, 40.60602190084316, -74.05385809407699, 40.605932044657685, -74.05384136289975, 40.60592125433842, -74.05382169212045, 40.60591790100276, -74.05379258366061, 40.60590201411465, -74.05378553892038, 40.6058869219627, -74.05377269351209, 40.605865405499394, -74.05375023397637, 40.60582643061006, -74.0537374422008, 40.60578784562505, -74.0537214311897, 40.60573221706413, -74.05370663111493, 40.60567784056084, -74.0536934378561, 40.60562332912693, -74.05368016482048, 40.60556802797072, -74.05365727488173, 40.605518170455454, -74.05363154308239, 40.605465013848516, -74.05361673848184, 40.605410721983446, -74.05360588622652, 40.605355046872134, -74.05360410661814, 40.605295922131354, -74.05360729437416, 40.605238489855815, -74.05362944298103, 40.60518491917742, -74.0536628586457, 40.60513571977117, -74.05370975141403, 40.605090161171724, -74.05374519763689, 40.60503900665933, -74.05375646132528, 40.60499660571659, -74.0537718090415, 40.60495796524283, -74.05378628443232, 40.60490717353113, -74.05379399033096, 40.604848454088646, -74.05379619500546, 40.60479265671279, -74.0537872986563, 40.60474496652896, -74.05377843407172, 40.60468829002001, -74.05376724373521, 40.60463243227216, -74.05375449399412, 40.60457827903996, -74.05373924376771, 40.604523629887105, -74.05372312787738, 40.60446503324795, -74.05370188919541, 40.60439207477268, -74.05368312348548, 40.60435585373627, -74.0536485571599, 40.60430327038333, -74.05362620851238, 40.60424862362675, -74.05360654922164, 40.604192732890816, -74.05360111381852, 40.60413334869685, -74.05358718737551, 40.60409374032436, -74.05356116205607, 40.60404214713762, -74.05355278280977, 40.603984785083995, -74.05352930793781, 40.60393255403197, -74.05351940852998, 40.60387864528506, -74.05351342433397, 40.60383168674464, -74.05350428395401, 40.603778363882334, -74.05349308954303, 40.60372874131993, -74.05349077046162, 40.603705426080815, -74.05348921329139, 40.6036538854224, -74.05347135876112, 40.60361460575168, -74.05346429684839, 40.60360128401125, -74.05345677690975, 40.60358255484803, -74.05344136531947, 40.603544181762445, -74.05343175688988, 40.603486092646875, -74.0534168836542, 40.60342796095121, -74.05339981210972, 40.60337038589688, -74.05338644961206, 40.603311680762594, -74.05337410582304, 40.60325326332041, -74.05335907854878, 40.603198884163305, -74.0533473735974, 40.603144403503904, -74.05333751274858, 40.60308962571541, -74.05331785258683, 40.603036352742286, -74.05329769509764, 40.60297870435884, -74.0532875832014, 40.602921650161605, -74.05327660895297, 40.602866229910106, -74.05325812068965, 40.60280967037683, -74.05324070437024, 40.602752002701465, -74.05322223361136, 40.60269509195011, -74.05320922780804, 40.60263884054925, -74.0532011394819, 40.60258270393828, -74.05318991523106, 40.60252771784417, -74.05317871879708, 40.60247203202999, -74.05316929471768, 40.60241499371068, -74.05314887913919, 40.6023607412865, -74.05313334975851, 40.60230739522646, -74.05312127735853, 40.60224802307247, -74.05310363334195, 40.60219043652552, -74.0530889701545, 40.60213274683959, -74.05307322438091, 40.60207904516397, -74.05305429538556, 40.60202491810789, -74.05303602529293, 40.60196583336927, -74.05301787434853, 40.60190945554242, -74.05300022570853, 40.6018547497506, -74.05299043949287, 40.60179813662676, -74.0529811213935, 40.60173586440402, -74.05297271527853, 40.601676404991316, -74.05297167956519, 40.60161590387863, -74.05297652525373, 40.60155990806917, -74.05298977837295, 40.60150551131279, -74.05300564026138, 40.60145719818063, -74.05301305396175, 40.60141103488799, -74.0530154386959, 40.60135367051651, -74.05302195349392, 40.60129884911536, -74.05304743851866, 40.601264120418165, -74.0530867713546, 40.60121585136938, -74.05311589684368, 40.6011623612938, -74.053147019276, 40.60110778245604, -74.05316682176984, 40.60105284503595, -74.05319115370008, 40.60099906628914, -74.0532124388871, 40.600944163294685, -74.05322720815911, 40.60088910392151, -74.05324714695217, 40.60083635289151, -74.05327348607048, 40.600781135061844, -74.05329253589777, 40.600724871497675, -74.05330533483546, 40.60067037585338, -74.05331647981178, 40.60061156387038, -74.05332029836313, 40.60055545415092, -74.05329597367384, 40.600509924215594, -74.05324884348339, 40.600470388815246, -74.05321618571848, 40.60042142813098, -74.05317256927219, 40.60037447166783, -74.05312527975363, 40.60033048050519, -74.05307287701784, 40.60029099339588, -74.05302009252233, 40.60024974951944, -74.05296382379079, 40.600209731034354, -74.05290538662193, 40.60017498517814, -74.05284756532677, 40.60014208417941, -74.05278765241405, 40.60010703906777, -74.05272725580203, 40.60006980047412, -74.0526616997423, 40.60003837258264, -74.05259525108968, 40.60000910181345, -74.05253557924205, 40.59997380071135, -74.05247641594589, 40.59993458477499, -74.05241171560354, 40.59990178125207, -74.05234807649914, 40.59987380310908, -74.05231639975837, 40.59986186760079, -74.05225411612372, 40.599850850128874, -74.05222983385815, 40.59982355822708, -74.05222827006614, 40.599775785321306, -74.05224771844168, 40.59972380733029, -74.05226535999846, 40.59970154469704, -74.05230061671357, 40.59968520218519, -74.05235626051592, 40.59967965214336, -74.05240136171797, 40.5996853679155, -74.05246924697197, 40.59970760235975, -74.05251105852926, 40.599712625287864, -74.05255513336387, 40.599712678082966, -74.05258707716419, 40.59971271750174, -74.0526156371056, 40.599700489742915, -74.05263272172091, 40.599677777046914, -74.05263702013002, 40.599637736948935, -74.05262277136664, 40.59961147253234, -74.05261048674049, 40.59958743960994, -74.05261975554127, 40.599532508898704, -74.05275508228291, 40.599405747846305, -74.05311377434384, 40.59913881364456, -74.0533383761978, 40.59896463051214, -74.05345306640686, 40.59887568664466, -74.05359679840426, 40.598763621712436, -74.05371794841936, 40.59866206184668, -74.05376071593786, 40.5986460089441, -74.05382752994778, 40.59862247493044, -74.05387781575465, 40.59862079260371, -74.05393531479277, 40.598624317293385, -74.05400501142026, 40.598640265235325, -74.05407394649069, 40.59865965709165, -74.05414510937727, 40.59867128985508, -74.05417592658071, 40.59866816402597, -74.054242743721, 40.598644273162506, -74.05430167114926, 40.59862021218746, -74.05436188103646, 40.59858970733653, -74.05441677170718, 40.59855144967238, -74.05447084623718, 40.598513538169314, -74.05452781438176, 40.598476096241065, -74.05458441687179, 40.59843944781845, -74.05464179258253, 40.5984050205894, -74.05469575455717, 40.59836701808059, -74.05475096514475, 40.59833035673014, -74.05480241339895, 40.59829002661704, -74.05485857736473, 40.59825204819583, -74.05490713522325, 40.5982110692379, -74.05494781641171, 40.59817567096222, -74.0550018711235, 40.59813881733117, -74.05505008376326, 40.59809774572373, -74.05510178013617, 40.59805644729487, -74.05515677449257, 40.598018896135365, -74.0552080985808, 40.597979009856495, -74.05525907172438, 40.59793911741957, -74.05530939312264, 40.597896919035115, -74.05536268097981, 40.59785758196075, -74.05540919233553, 40.59781410392387, -74.05545665149936, 40.597769662751865, -74.05550520878823, 40.5977288618427, -74.05555665833856, 40.5976883539856, -74.05560365641628, 40.59764373106956, -74.05565533762353, 40.59760349591413, -74.05571103497269, 40.59756541914226, -74.0557673797505, 40.597530272329806, -74.05581326306931, 40.59748935551905, -74.05586176609857, 40.597444923576845, -74.05591324917854, 40.59740265141851, -74.05596228364944, 40.59736096937116, -74.05600649775245, 40.59731622607384, -74.0560556433041, 40.59727472403664, -74.05610415059267, 40.597230114586026, -74.05615164054785, 40.59718399633572, -74.0561969863528, 40.59714085894377, -74.05624812275826, 40.59709849224856, -74.05629317078142, 40.597052611071284, -74.05633782498548, 40.59700911105123, -74.05638653297272, 40.59696618896124, -74.05643428176303, 40.59692484773886, -74.05647813671659, 40.596880811344604, -74.05652680607197, 40.596839919892304, -74.05657574876165, 40.596796822003924, -74.05662329527436, 40.596754061578004, -74.05667237508729, 40.5967098163145, -74.05672612643814, 40.59667021722236, -74.05677819854296, 40.596627329324996, -74.0568261751567, 40.5965863417311, -74.05687186855828, 40.59654312195044, -74.05692425188036, 40.5965024482177, -74.05697420551456, 40.59646095168722, -74.05701991806052, 40.59641684482265, -74.0570617084523, 40.59637146114494, -74.05708789048725, 40.59634829299911, -74.05714243949602, 40.59630958663295, -74.0571911407733, 40.59626692625403, -74.05723373452705, 40.596221816772605, -74.05727460499885, 40.59617580220818, -74.05732545430406, 40.59613643841558, -74.05737228242127, 40.59609464519637, -74.05741685563758, 40.596049198762934, -74.05746588264964, 40.596007958228036, -74.05751112562929, 40.59596393695031, -74.05756099450339, 40.59592093633153, -74.05760668358137, 40.59587789185959, -74.05765607006194, 40.5958359486547, -74.05770719428975, 40.59579402076517, -74.05775094419198, 40.595749186069135, -74.0577955090339, 40.59570418254855, -74.05784191745673, 40.595659994856746, -74.05788808630669, 40.595616160271575, -74.05792876494138, 40.59556784383162, -74.05796825533041, 40.595521195744716, -74.05801519831083, 40.5954793139514, -74.05806390402483, 40.5954363001914, -74.05811236243545, 40.595394258199725, -74.05816265653482, 40.59535347148776, -74.05820353931819, 40.59530666142057, -74.05825108460238, 40.59526354911058, -74.05829647859032, 40.59521775611489, -74.05833688800841, 40.59517156039632, -74.05838743242975, 40.59512962709219, -74.0584354293703, 40.595087225888676, -74.05848078922497, 40.595043206866826, -74.05852648396316, 40.59499989456672, -74.0585704451904, 40.59495612296461, -74.05861891302114, 40.594913460291934, -74.05866140721997, 40.594867375959595, -74.0587074806421, 40.594822386619676, -74.05875759071053, 40.59477877029563, -74.05880741731522, 40.59473797993558, -74.05885348267309, 40.59469343629942, -74.05889473449835, 40.59464547672662, -74.05894302065215, 40.594606264812825, -74.05899306516498, 40.594566359473745, -74.05903772398446, 40.59452259543733, -74.05908249733842, 40.594478834026006, -74.0591305036104, 40.59443599036751, -74.05917940331264, 40.59439492476145, -74.05922177447955, 40.594349454439225, -74.05926841689723, 40.59430482838983, -74.0593158507573, 40.59426153738834, -74.05936066549347, 40.59421555965894, -74.0593994897703, 40.59416713558592, -74.05944299891648, 40.59412238681214, -74.05948767525858, 40.59407773917656, -74.05953776504224, 40.59403509418349, -74.05957959373042, 40.59398723131892, -74.05962113443199, 40.59394237273303, -74.05965672555944, 40.593893205516586, -74.05966725812031, 40.59386253093581, -74.05966885338105, 40.59380619518845, -74.05965919260353, 40.59377069978579, -74.05965405228135, 40.59375181218286, -74.05963319616063, 40.59371779764585, -74.05963229174534, 40.59369717703828, -74.05964979568874, 40.59368541612797, -74.05967753982937, 40.59368204367259, -74.05970201675326, 40.59367906643656, -74.05974736176378, 40.593675910849875, -74.05977382551947, 40.59367406902555, -74.05981533277009, 40.5936634446691, -74.05987895386747, 40.593636245456445, -74.0599437227116, 40.59360985427941, -74.06000556212798, 40.59357856665072, -74.06006795554866, 40.593548612373645, -74.06012966994622, 40.59351767684774, -74.06018672069352, 40.59348182777599, -74.06024159257373, 40.59344418687662, -74.06029851262777, 40.59340895467585, -74.06035244695991, 40.59337192116771, -74.06041132281125, 40.593337596511326, -74.06045945198979, 40.59329404441633, -74.06051169568592, 40.593254429022224, -74.0605633544787, 40.59321471935757, -74.06061143527678, 40.59318054347012, -74.06066655308793, 40.59314237543075, -74.06071684943639, 40.593101146332884, -74.06077104731673, 40.59306216915887, -74.06082500148787, 40.59302416645404, -74.06088056631516, 40.592986796838694, -74.06092625800989, 40.592943396225145, -74.06096613025761, 40.59291400001412, -74.06101928921159, 40.59287474951434, -74.06106935021829, 40.59283369508733, -74.06111919975815, 40.59279785838176, -74.06116800392087, 40.5927557284548, -74.061216673064, 40.59271457294487, -74.06126810404227, 40.59267468297762, -74.06131655631111, 40.59263290347806, -74.06136693391032, 40.5925935309286, -74.06141758458804, 40.592551866379495, -74.06146441219059, 40.59250989227181, -74.06151574391838, 40.59246902968092, -74.0615622553768, 40.59242510787064, -74.06160633451329, 40.59238124768044, -74.06163106858249, 40.59235926885631, -74.06171660679459, 40.592289784506185, -74.0617600503294, 40.592261394685295, -74.06180467882224, 40.592225501951965, -74.06184672065469, 40.59217861520541, -74.06189400742456, 40.59213682528102, -74.06193861325521, 40.592098318288556, -74.06198791988638, 40.59205137894532, -74.06203765146714, 40.59200925624982, -74.06208761664274, 40.591966874956185, -74.06213528868841, 40.591923053143, -74.06217488856869, 40.59187640263176, -74.06221826642472, 40.59183253718043, -74.0622601077561, 40.591796706112625, -74.06230500763344, 40.59175223465188, -74.06234694538036, 40.59170463726337, -74.06239230145341, 40.59166052392881, -74.06242634035023, 40.591626204511876, -74.06247305191704, 40.591584051748264, -74.06251531207847, 40.591537872446246, -74.06255239582589, 40.591489252826925, -74.06259773025211, 40.591446291191204, -74.06264411100582, 40.59140307411888, -74.06268477476318, 40.59135537464019, -74.06272761676613, 40.59130893559087, -74.06277227670097, 40.59126499448429, -74.06281498153733, 40.591219791895305, -74.06285240991164, 40.591171262941934, -74.06289902640415, 40.591127872735974, -74.06305694730321, 40.5909331551858, -74.0630796154015, 40.59090609732807, -74.06312316886843, 40.590860604188435, -74.06316947305689, 40.59081715821036, -74.06321778786112, 40.59077385429054, -74.0632587396182, 40.59072549886599, -74.06330369421498, 40.59068039751375, -74.06334959388246, 40.590635409989225, -74.06339229548728, 40.590587638891776, -74.06343300293977, 40.5905422552659, -74.06347634969327, 40.59049603268075, -74.06352149056836, 40.590452108123266, -74.06356485803812, 40.59040543703222, -74.06360928427928, 40.59036167673038, -74.0636540437153, 40.59031557846798, -74.06370179831208, 40.59027144797206, -74.06374841548858, 40.59022629779416, -74.06379564548689, 40.59018341657575, -74.06384907060767, 40.59014239868041, -74.0639009079423, 40.59010251720305, -74.06394687645, 40.590058705482164, -74.06399504659937, 40.5900159362232, -74.06403922794557, 40.589972351491674, -74.06408186858907, 40.58992602010538, -74.06412157777969, 40.58987898793061, -74.06416317361088, 40.58983218071978, -74.06421140737106, 40.589790769322796, -74.06425562999682, 40.58974619120655, -74.06429396989651, 40.589697954836716, -74.0643363854829, 40.58965134792032, -74.0643815391369, 40.589607153757164, -74.0644273192129, 40.58956216406265, -74.0644693489473, 40.58951617777341, -74.06451352703904, 40.58946988678606, -74.06455616930894, 40.58942346606839, -74.06459658401941, 40.58937374436755, -74.06463841891677, 40.589326853099, -74.06468052265006, 40.58928195542257, -74.06472063043906, 40.589233847588105, -74.06475718168375, 40.589186016403474, -74.06479657941335, 40.5891378945338, -74.06482880474776, 40.58908878612139, -74.0648627069241, 40.589039176062094, -74.06489372379791, 40.588987692732246, -74.06492424282689, 40.588936919287505, -74.06494103673982, 40.5888859969012, -74.06492890543639, 40.58885331475443, -74.06488698442512, 40.58880863374758, -74.06455585475159, 40.58849321559115, -74.06452108295399, 40.588454512610426, -74.06453824262799, 40.588432294262624, -74.06457668775387, 40.58840835745947, -74.06459617977792, 40.58840509111061, -74.0646229352453, 40.58840060586741, -74.06465586425428, 40.588411160389754, -74.06471189774555, 40.588429643609814, -74.06475551812834, 40.58841942510895, -74.06482369962035, 40.58839906004712, -74.06488702544806, 40.58837308202221, -74.06495128787158, 40.58834459547485, -74.06501323800595, 40.58831190295387, -74.06507429535934, 40.58828072558552, -74.06513509793984, 40.58824999048609, -74.06519232474608, 40.588214297299544, -74.06525532087272, 40.588184879258144, -74.06531819999813, 40.5881554576465, -74.06537812772139, 40.58812298760644, -74.06543738827318, 40.5880896020825, -74.06549521104955, 40.5880536499547, -74.06555044426635, 40.58801745883524, -74.06560839707141, 40.5879841316022, -74.06565717885842, 40.58794372155961, -74.0657067851073, 40.58790333353772, -74.06575948968614, 40.58786536793056, -74.06581913292284, 40.58783117512053, -74.06587413643614, 40.58779479576667, -74.06589643838545, 40.58777359726084, -74.0659493512753, 40.58773626451462, -74.0659861697457, 40.58769042473608, -74.06599070137503, 40.58767294116962, -74.06599843725829, 40.5876430888719, -74.06600917775614, 40.58762954513094, -74.06602945631211, 40.58762163408649, -74.06607449797475, 40.587604063292815, -74.06613844891024, 40.58757719359827, -74.06617274243725, 40.587560702376315, -74.06622135649836, 40.58751857398979, -74.06626810249614, 40.587475954073426, -74.06630525733199, 40.58745041900385, -74.06635560629418, 40.58740932786253, -74.06640382303523, 40.58736818209878, -74.06645473823212, 40.58732764620951, -74.06650481494803, 40.58728735842676, -74.06655175749748, 40.58724555325404, -74.06659959275035, 40.587202323816605, -74.06664641360344, 40.58716060692665, -74.06669856215488, 40.58712172357436, -74.06673914712438, 40.58707633702995, -74.0667834832092, 40.58703176146362, -74.0668279120923, 40.586987908045984, -74.06687321386421, 40.58694290503477, -74.06691829086768, 40.58689762567557, -74.06696265443217, 40.58685242055719, -74.06700535611112, 40.58680735417073, -74.06705685886105, 40.586766920329104, -74.06710023109036, 40.58672277204976, -74.06713989363314, 40.58667682037157, -74.06718692422334, 40.58663294187947, -74.06723723622439, 40.58659265994041, -74.06728140228307, 40.58654645523169, -74.06732641304853, 40.58650279759238, -74.06737226561347, 40.5864588017452, -74.06742307866777, 40.586417810718004, -74.06746872257385, 40.58637317648307, -74.06751087668945, 40.58632692333761, -74.06755785027616, 40.586284394610516, -74.06760870006352, 40.58624259480854, -74.06765774285242, 40.58619876176479, -74.06770706481677, 40.58615656388648, -74.06775672225838, 40.58611211538012, -74.06780642053901, 40.586069563331016, -74.06784363947261, 40.586028244242286, -74.0678831605014, 40.58597994112006, -74.06792139402333, 40.58593982090385, -74.06797045473655, 40.58589545010187, -74.06801739893194, 40.58585364252176, -74.0680649158398, 40.585809411273516, -74.0681064256239, 40.58576450006879, -74.06815290169443, 40.585722500898605, -74.06819764343894, 40.58567675926148, -74.06824494457008, 40.58563198505016, -74.06829351332382, 40.58559093913472, -74.06833526251032, 40.5855459403531, -74.06837739143813, 40.58550040912052, -74.06841732658253, 40.58545347075935, -74.06845919490038, 40.58540847276162, -74.068505438387, 40.58536358380484, -74.0685499583946, 40.585317478349296, -74.06858980633835, 40.58526981595813, -74.06862769465877, 40.58523251525, -74.06867782025206, 40.58517938501163, -74.06872091093678, 40.585133424427084, -74.06876258066043, 40.5850875214095, -74.06880747589275, 40.58504368044567, -74.06885419879539, 40.585001416086584, -74.068898631872, 40.58495738445259, -74.0689441244322, 40.5849133773801, -74.06899298032502, 40.58487107566311, -74.06903237245422, 40.58484009019122, -74.06908201821652, 40.58479871009785, -74.06913093903128, 40.5847576735186, -74.06917317350572, 40.58471241298444, -74.06921464327894, 40.58466560309363, -74.0692444810676, 40.5846281620446, -74.06927356001236, 40.58457771517884, -74.06929204014827, 40.58452601936754, -74.06928354477303, 40.58447212993697, -74.06933645908279, 40.584463260275626, -74.06938096254723, 40.584450112777475, -74.06941318709009, 40.58443293563222, -74.06947292489663, 40.58440128843665, -74.06951245853861, 40.58437964294677, -74.06956293876539, 40.58435075420615, -74.06961689880946, 40.58431180268181, -74.06965980893641, 40.58426488729471, -74.0697113074601, 40.584222689928765, -74.06975721461075, 40.58417628328348, -74.06980321210823, 40.58413388119459, -74.06983581910846, 40.584096392380644, -74.06987576138943, 40.58405015410858, -74.06991692096757, 40.58401591996628, -74.06996071719476, 40.58397637111238, -74.06999460276697, 40.5839373163636, -74.07002256470004, 40.58390719661142, -74.07004202341244, 40.583898450569045, -74.07010115400628, 40.58386857564603, -74.07014809939825, 40.58382378555026, -74.07019744368726, 40.583780145739595, -74.07024448574954, 40.58373417765959, -74.07028609983223, 40.58368436674287, -74.0703268255327, 40.58363783426186, -74.07037096776992, 40.58358971835354, -74.07042178711012, 40.58354842160583, -74.07045443471847, 40.58350859933146, -74.07046650003734, 40.58349277332799, -74.07050396916046, 40.58344409953338, -74.07054262057987, 40.583401034364314, -74.07059369074136, 40.58336036865302, -74.07063138206706, 40.58331087430224, -74.07068002828696, 40.583267881287185, -74.07071808046408, 40.58322464172528, -74.07074976839289, 40.58317231618032, -74.07078481429733, 40.58312112952149, -74.07082119846902, 40.58307781800989, -74.0708269640715, 40.58302587763339, -74.07084450787936, 40.582998290069845, -74.07088703003885, 40.58295246138939, -74.07092588652513, 40.58290168567579, -74.07096136724384, 40.582848681435735, -74.07100521220855, 40.58279739471807, -74.07103670467973, 40.58274715662721, -74.07106929790733, 40.582692462053494, -74.07110653384639, 40.5826441529147, -74.07112834515158, 40.58259130476662, -74.07115884188646, 40.582538991549654, -74.0711942302715, 40.58248725703182, -74.07121567137817, 40.582434049786634, -74.07124056604106, 40.58238080167328, -74.07126451526963, 40.58232820251801, -74.07127417464604, 40.58226850798859, -74.07128813262756, 40.58222808290705, -74.07132172349563, 40.582175642552144, -74.07132376498775, 40.58213408299812, -74.0713113294112, 40.58211245652624, -74.07127662159705, 40.58209552839865, -74.07124255293817, 40.58208095293378, -74.07119997538639, 40.582064102605045, -74.07117844673834, 40.582055018850006, -74.07110579086172, 40.58202174444694, -74.07104312956591, 40.58196831098905, -74.07099735851298, 40.58193937122251, -74.07093533493696, 40.581900157487844, -74.0708901851981, 40.58187228261494, -74.07086129538362, 40.58184268580048, -74.07086041285778, 40.58182800059733, -74.0708843157912, 40.58178510379422, -74.07090567663624, 40.58175751566398, -74.0709250154926, 40.58174337720533, -74.07097597276943, 40.58175794413382, -74.07100727268971, 40.58177699699422, -74.07116335227443, 40.58183253930887, -74.07120450649724, 40.58185057472278, -74.07122317882055, 40.58186269591061, -74.07137467534497, 40.58192092253978, -74.071389070026, 40.581933365143485, -74.07144374919137, 40.58193129056754, -74.07147700643704, 40.58191059925166, -74.07148404020998, 40.58189310489601, -74.07153332832944, 40.58185871742275, -74.07159534129042, 40.5818304437624, -74.0716539976767, 40.581794678000136, -74.07171376628702, 40.581760804415175, -74.07177586882752, 40.58172482031343, -74.07183328075634, 40.58168634916153, -74.07188446683193, 40.58164558914175, -74.07194128434101, 40.58160694540676, -74.07199064451375, 40.581564210732594, -74.07203741518751, 40.581516702181034, -74.07208447829316, 40.58147208861195, -74.07212697491778, 40.581425082495905, -74.0721613677636, 40.58139548858628, -74.07222522373739, 40.58136392651346, -74.07227399191697, 40.5813212902457, -74.07230901657631, 40.58127536578855, -74.07234461665222, 40.58124058764653, -74.07239377639338, 40.58119976023387, -74.07240349989846, 40.58118613818085, -74.07243384468207, 40.58115640895965, -74.07248371266995, 40.58111530189905, -74.07254340220231, 40.581083514444224, -74.0726024179588, 40.5810480199259, -74.07265194541297, 40.581007824337476, -74.07270627561182, 40.58096367238695, -74.0727628485591, 40.58092484649145, -74.07280922731485, 40.580881694606674, -74.07286914695798, 40.580843557239604, -74.07291673749411, 40.58080157072133, -74.07296248183694, 40.580774659230656, -74.07302718349048, 40.58074399399537, -74.07308401207317, 40.58070598095157, -74.0731422106877, 40.58067121880033, -74.07318287997172, 40.5806219630427, -74.07322396724032, 40.58057587955094, -74.07326543004629, 40.58053087643388, -74.07337511024568, 40.58045852495836, -74.07342667998911, 40.58041930389714, -74.07348272160193, 40.58038356948402, -74.07354143372669, 40.58034471752007, -74.07359967818812, 40.5803124045323, -74.07363570399299, 40.58027490072719, -74.07368671216774, 40.58023759082086, -74.07372346236424, 40.580188742618944, -74.07377302011108, 40.58014401148344, -74.07380878809316, 40.58009354113963, -74.07385666285634, 40.58004792313186, -74.07389960699057, 40.57999954816847, -74.07394781400174, 40.57995864055116, -74.07398013204927, 40.57992653136257, -74.07401659184363, 40.579874965469855, -74.0740610429041, 40.579830927299994, -74.07410711624354, 40.579784330577326, -74.07415398428633, 40.57974189554634, -74.07419415864543, 40.57969164916837, -74.07423615913635, 40.57964373935726, -74.07429190116999, 40.57960510595197, -74.07434090926891, 40.57956282885285, -74.07438714163291, 40.57951831572687, -74.0744318242765, 40.57947373154414, -74.07447989138655, 40.57943191876477, -74.07452814190675, 40.579387291707505, -74.07457993245482, 40.5793472505034, -74.07462928788884, 40.579304336383814, -74.07467418878643, 40.57925874877983, -74.07473038224936, 40.5792187478706, -74.07477333756064, 40.57917717783167, -74.07481294839303, 40.579128567853765, -74.07485428737834, 40.57908338503232, -74.0748805306922, 40.57903266300444, -74.07490293101696, 40.57900429178971, -74.07494592371276, 40.578958364923885, -74.07499314249709, 40.578915835663345, -74.07504345056077, 40.57887300088858, -74.07509935968534, 40.578836902855656, -74.07514761932103, 40.57879272939354, -74.07518751616992, 40.57874683778058, -74.07523761025688, 40.578705094495625, -74.07527341049742, 40.57865661742792, -74.07531473496944, 40.578610620373865, -74.07535844797869, 40.57856504768608, -74.07538772978953, 40.578517644680524, -74.07542607367364, 40.578477393086416, -74.07544647421874, 40.578450226177566, -74.0754802380988, 40.57840077511342, -74.07549132581666, 40.57836620209779, -74.07549839672157, 40.57834415801587, -74.07551266956848, 40.57828958225665, -74.07553134049681, 40.5782348622216, -74.07554954164812, 40.578180420754244, -74.07551248616868, 40.578159750163366, -74.07528857724854, 40.57803484308453, -74.07526892112938, 40.57801511286557, -74.07525604139194, 40.5780012027969, -74.07527374202338, 40.57796570153092, -74.07532595044796, 40.57789647191085, -74.07534265782516, 40.57788721346927, -74.07537365524878, 40.57789094021911, -74.07554568323165, 40.57796019012529, -74.0755653614881, 40.57796811170493, -74.07558811360107, 40.57798190988261, -74.07585460002782, 40.578112005912956, -74.07589653609537, 40.57811533807333, -74.07595124237506, 40.578108819044196, -74.076018216597, 40.578084927959154, -74.07605550963173, 40.578057929867065, -74.0761113909701, 40.57802029145964, -74.07616886235381, 40.57798508158576, -74.07620614694657, 40.577939400268434, -74.07624746915141, 40.577893402876654, -74.07628031454398, 40.577876066688525, -74.07630983575699, 40.577852968441675, -74.076353627284, 40.57783578165253, -74.07639400230349, 40.577796140738954, -74.0764347748392, 40.577770554933075, -74.07648677013938, 40.57773504416497, -74.07652463028184, 40.57770649754031, -74.07657547916129, 40.57766728183705, -74.07661654340907, 40.577620197549955, -74.0766588484458, 40.57757582119773, -74.07669861278181, 40.57752920421989, -74.07674296696938, 40.5774983181268, -74.07680809295128, 40.57747118232349, -74.07680091757031, 40.57743888710643, -74.07677308601662, 40.57740891283828, -74.07674621327595, 40.57738491380372, -74.07674310921954, 40.57736617686205, -74.0767920843795, 40.57735863466187, -74.07686408956587, 40.577354910567735, -74.07688482916541, 40.57733889166716, -74.07695252213824, 40.577309371275554, -74.07699400640443, 40.57727770084913, -74.07703433620719, 40.577253749577636, -74.07708013192538, 40.57721758711391, -74.07710964120324, 40.577193849295334, -74.07714444797281, 40.57716751350076, -74.07719671879674, 40.57712792104645, -74.07725320531186, 40.57709090843796, -74.0772979724942, 40.577044868724265, -74.07735920581094, 40.577013243409475, -74.07740460215787, 40.5769751809774, -74.07745398158279, 40.5769336245081, -74.07750264256632, 40.57689180104625, -74.07755185497054, 40.57684788977539, -74.07759846261256, 40.57680455117518, -74.07764699179452, 40.576762278378844, -74.07769083039645, 40.576717428730944, -74.07772427995744, 40.57669437428815, -74.07776971214392, 40.57665195584865, -74.07782256111861, 40.57661153783531, -74.0778693015405, 40.57656892395651, -74.07792302441031, 40.57653058101345, -74.07796181528661, 40.576482979079266, -74.07800134325272, 40.57643654551229, -74.07804323577943, 40.5763892710362, -74.07809100202003, 40.57634446809434, -74.07813544021569, 40.5762997934694, -74.07818416074164, 40.57626721986455, -74.07821553441453, 40.5762296772487, -74.07824747281538, 40.57619031788123, -74.07829490038822, 40.57615707962189, -74.0783551196381, 40.57611181691851, -74.07835813867447, 40.5760960016463, -74.07837383298244, 40.57608366996208, -74.07839783842758, 40.57605246931417, -74.07844398146999, 40.57600968000424, -74.07846728716328, 40.575966971114006, -74.07850983223943, 40.57592277041088, -74.07855741207241, 40.57588068968629, -74.07858526886685, 40.575857696448395, -74.07862193900162, 40.575823177660666, -74.07865468985469, 40.57579514442178, -74.0786727636461, 40.575764645683066, -74.07871721724273, 40.575726681529744, -74.0787449371446, 40.57570287697378, -74.07878309416239, 40.575677499241586, -74.07881389320588, 40.575652931613874, -74.07893676470273, 40.5755689291563, -74.0790693395259, 40.57547532569794, -74.078679346189, 40.575081503122234, -74.07875185438719, 40.57504180423567, -74.07925357342648, 40.57553576443788, -74.0792660302401, 40.57554927091854, -74.07939741584798, 40.57546607616637, -74.07964867463161, 40.57534114624528, -74.0798904779121, 40.575228546930234, -74.08013986069496, 40.57510465824213, -74.08035219985099, 40.574971472694074, -74.08055071107854, 40.57483932214564, -74.08074962580868, 40.5746957685235, -74.08097301944755, 40.57453281170537, -74.08107710507649, 40.57445387213072, -74.08130440662491, 40.57425537719527, -74.08155201084382, 40.5740408515599, -74.08176060605888, 40.573844043066266, -74.08199069180347, 40.57359937486599, -74.08222498871713, 40.573358804174624, -74.08250287166213, 40.57311097949446, -74.0828650393818, 40.572835683189076, -74.08321349282072, 40.5725800109035, -74.08357474828003, 40.5723438273083, -74.08397350133355, 40.57205331980935, -74.08438055468439, 40.5717174273611, -74.08461770430925, 40.57149783097682, -74.08466921082994, 40.57145013813736, -74.08493270724269, 40.571207033277055, -74.08523925799402, 40.570927434503695, -74.08547253915, 40.57070781399075, -74.08574236044828, 40.57044431915891, -74.08592853959125, 40.570253082290144, -74.08612246739641, 40.570039380207334, -74.08636401382955, 40.56977331337913, -74.08650693458804, 40.5695871888374, -74.08663032195416, 40.56939252745892, -74.08670030252401, 40.569254389013935, -74.08676267704122, 40.56910201716336, -74.08681130475834, 40.5689807679157, -74.0868107648698, 40.568956065113134, -74.08644347085898, 40.56874719419433, -74.08643075200828, 40.568722058396126, -74.08644467142258, 40.56869943032759, -74.08646028301904, 40.568674045376135, -74.08647752352088, 40.56865905666179, -74.08649538453578, 40.56866182313576, -74.08652353319566, 40.56866619740083, -74.08697274410507, 40.56890650914898, -74.08703239697898, 40.56893456576111, -74.08710484242341, 40.568979729827745, -74.0871223925728, 40.5689903373139, -74.08716356867126, 40.569015223612375, -74.08722545710285, 40.56904413932995, -74.087266287209, 40.56906084368124, -74.08728506160696, 40.56907476774774, -74.08733108725276, 40.56909022630356, -74.08735828316496, 40.56908828120177, -74.08740088900628, 40.569073092951164, -74.08747114885038, 40.56904599219331, -74.08752072449778, 40.56902915513191, -74.0875903627887, 40.56899191395882, -74.08766129508938, 40.56895723915351, -74.0877241517838, 40.568913139269974, -74.08777845418095, 40.56887547203774, -74.08783034574681, 40.56883557872332, -74.08788669696224, 40.56879708319069, -74.08795504550324, 40.56875553286789, -74.08801440338478, 40.568710060401195, -74.08807907133829, 40.568656289092964, -74.08813376958814, 40.56861643941511, -74.08818623442288, 40.56857637169743, -74.0882460000927, 40.56852963986254, -74.08830853274077, 40.56848845040389, -74.08835774990118, 40.568446575047986, -74.08840480585195, 40.56840282013656, -74.08845474269948, 40.568353410389435, -74.08850129318247, 40.56830436794217, -74.08854300487657, 40.56825751568138, -74.08859398792978, 40.56820466055683, -74.08864645909031, 40.5681475645873, -74.08868336726053, 40.56809842054237, -74.08873340824773, 40.568034391462426, -74.08877599778367, 40.56798368328824, -74.08881659815736, 40.56792727090696, -74.0888541348489, 40.56786432936991, -74.0888853533028, 40.56781167580941, -74.08891842879447, 40.567750715256516, -74.08894580406367, 40.56768969156835, -74.0889731855443, 40.567637801898094, -74.08899379247143, 40.56759843567413, -74.08903479925762, 40.56754425350013, -74.08906317298722, 40.567505984386656, -74.08909238202358, 40.56744681342212, -74.08912164766255, 40.56739027734344, -74.0891512971492, 40.56733028834441, -74.08917038990802, 40.56727669496013, -74.08918896485368, 40.56722267962808, -74.08919581133587, 40.567197784688034, -74.08917446711783, 40.567179147775285, -74.08914493825696, 40.56715779402157, -74.08913639681424, 40.56713902199202, -74.08913470061393, 40.56711565287075, -74.08916409843009, 40.56709546548795, -74.08919711799562, 40.56705586715975, -74.08922437328098, 40.56702565407364, -74.08924906064829, 40.56701524553201, -74.08930893137753, 40.56701689919014, -74.08932883707266, 40.56702036064063, -74.08938439519851, 40.56705106136157, -74.08946119859243, 40.567073175210034, -74.08954252287901, 40.567109755126694, -74.08960690886809, 40.56714100088007, -74.08967353496887, 40.56718100696158, -74.08974210554719, 40.567225923851744, -74.08980958968111, 40.56727337202698, -74.08988372246534, 40.56731049043537, -74.08990488309514, 40.567318008571874, -74.08995958115226, 40.567326111900925, -74.09004150051977, 40.56730175423948, -74.09010757368027, 40.567265942560184, -74.09017519270036, 40.567221514301764, -74.09024883081686, 40.56718431429514, -74.0903140532673, 40.56714132237457, -74.0903851646656, 40.5670966336956, -74.09044516964782, 40.567059566760676, -74.09049932310302, 40.56702315818614, -74.09055997156041, 40.56697305107443, -74.09062153908864, 40.56692153658448, -74.0906699578442, 40.56687799308668, -74.09073187753776, 40.566827673256405, -74.09078779818378, 40.56677633963977, -74.09081921963262, 40.566744206562596, -74.09268669772459, 40.56806573090597, -74.09264881967928, 40.56818739723665, -74.09254222322515, 40.56835152467848, -74.09204451498545, 40.56889201558145, -74.09107219628144, 40.56992855049925, -74.09069856569255, 40.57032586789151, -74.09057492631122, 40.57048048477131, -74.09050854523022, 40.570553542673196, -74.0903787993251, 40.57069225006761, -74.09027760831484, 40.570780692773496, -74.08972098147323, 40.571369078161375, -74.08960120705336, 40.5714940519727, -74.08917857070283, 40.571946967666165, -74.08888420628489, 40.572255914718745, -74.08876626443308, 40.572374167411624, -74.08865987499014, 40.57245734912332, -74.08853881163593, 40.572551944494485, -74.08839008267287, 40.57265720163119, -74.08815641781139, 40.57280142556596, -74.0876782505664, 40.57307076302872, -74.08729056827488, 40.573288773691, -74.08593745677113, 40.57405789573655, -74.08580204275252, 40.57413439118471, -74.08605345952328, 40.57426901530671, -74.08633098228219, 40.57440571118139, -74.08642449009385, 40.57447353684634, -74.08666992108107, 40.574605827257955, -74.08681307271773, 40.5746836325804, -74.08695329801445, 40.57475587289451, -74.08711834257946, 40.57482920996865, -74.08729267762844, 40.57490282611332, -74.08759150602347, 40.5750421313798, -74.08785838746931, 40.575157487433394, -74.09213439138905, 40.57739789781379, -74.09205193728705, 40.57749601844155, -74.09187680819258, 40.57768242855823, -74.09186382618854, 40.57769624308221, -74.09183119171645, 40.57773083851341, -74.09169301459964, 40.577797936207425, -74.0915555256615, 40.57795025973913, -74.09149229012961, 40.57800582655948, -74.09144222312466, 40.57804402615224, -74.09128778555105, 40.57818904698609, -74.09121278706101, 40.578256481105306, -74.09119583096229, 40.57826974128327, -74.09118098536096, 40.5782786376425, -74.09016208878698, 40.57923585380255, -74.09256630783737, 40.580354851713395, -74.09261083737725, 40.58037088388522, -74.09287668682524, 40.58050565429334, -74.09291254843681, 40.58052338093782, -74.09677024191774, 40.58256268392047, -74.0968071975628, 40.58253351002015, -74.0977186399262, 40.58181394259538, -74.09853056938258, 40.58234488813491, -74.09991272133139, 40.58329667438283, -74.10107642118969, 40.584105339518935, -74.10111143313397, 40.58413256127787, -74.10116142527792, 40.584179695737355, -74.1017885123436, 40.58461778274755, -74.09959708740564, 40.586212944734925, -74.09692001583637, 40.58816141217987, -74.09719603233708, 40.58830306826879, -74.09715042796239, 40.58831504057812, -74.09710107250174, 40.5883550088227, -74.0965915450524, 40.588721800181375, -74.09650650948142, 40.588759369444, -74.0964233695249, 40.58879598790064, -74.09631207090156, 40.588873565012406, -74.0962009644421, 40.588948597875, -74.09590863102112, 40.58916568657272, -74.09582612686316, 40.58922695590203, -74.09573969796574, 40.58928955491322, -74.09524869764641, 40.58964519706285, -74.09517008645037, 40.5897194014147, -74.09508939530507, 40.58979556877397, -74.09503826196051, 40.58983379598344, -74.09430668929184, 40.59036523671706, -74.09419509401766, 40.59044630243562, -74.09412242856816, 40.59049964416167, -74.09378223829681, 40.59074936284923, -74.09365556822686, 40.590850396845276, -74.09355125695822, 40.59093359293885, -74.09342868871046, 40.59103287542663, -74.09301360045875, 40.59136910025225, -74.09291619099463, 40.59144800188399, -74.09282939413713, 40.59151166430523, -74.0923563742627, 40.59185860742676, -74.09224973756393, 40.59193681979981, -74.09216789479512, 40.59199519436896, -74.09205159992725, 40.59207814115073, -74.0915772318874, 40.592419544801125, -74.09138758729372, 40.59232082281118, -74.09130109758934, 40.592275797852615, -74.09121720690443, 40.59223338588577, -74.08843376694071, 40.59480160914385, -74.08767547067602, 40.596007412526056, -74.0875183032815, 40.59599503937257, -74.08739086654725, 40.59628425738787, -74.0873206486725, 40.5962985426311, -74.0872475955538, 40.59631019055092, -74.08506085506326, 40.601558905204584, -74.08345514686985, 40.603660741049865, -74.08145063165165, 40.60630980720104, -74.07943905557484, 40.60856756841321, -74.07543358517687, 40.615779627871895, -74.07454565998862, 40.616711943913856, -74.074520709411, 40.61676443885799, -74.07446757365622, 40.61682383474112, -74.0744471907648, 40.61684591521244, -74.07443269121937, 40.61686221052549, -74.07441785764843, 40.61688735817504, -74.07439526003388, 40.616908290105364, -74.07436737009336, 40.616926688687265, -74.07432764395448, 40.616945244402636, -74.07402024156396, 40.617074384763065, -74.07304252678267, 40.61751527669875, -74.07332111301255, 40.61787396236078, -74.07184651462131, 40.61860956362273, -74.07095381709851, 40.62043128361063, -74.07070703667871, 40.62036074028274, -74.07062016179367, 40.6203201810998, -74.07058374088297, 40.62029889714756, -74.06975968854556, 40.61974682442203, -74.06944634005784, 40.61954199258018, -74.06940680119929, 40.619516160706354, -74.06938393657043, 40.619499735502, -74.06934045112834, 40.61947101531546, -74.06924452369707, 40.619412548291436, -74.06916183417336, 40.619354599127654, -74.06849737815115, 40.61886335762776, -74.06825729352481, 40.61867927998386, -74.06820717183803, 40.61864668386318, -74.06787072736735, 40.61842914515527, -74.06733771009124, 40.61807355565473, -74.06646449654832, 40.61746196536661, -74.06638353670134, 40.61740825194752, -74.06633260835298, 40.61737900901221, -74.06572306728505, 40.61710158532816, -74.06499443587909, 40.616754412911966, -74.0646357286347, 40.61661381780598, -74.06420359647535, 40.616428567052495, -74.06395260200927, 40.61634007048119, -74.0636123808923, 40.61654980329471, -74.0636123808923, 40.61654980329471 --73.94482770494135, 40.61604589468126, -73.9447637312473, 40.61579265906242, -73.94457366511423, 40.614803459544525, -73.94438500441545, 40.61468007177049, -73.94429484759135, 40.61461191269669, -73.94426419285747, 40.614592293491945, -73.94421761793035, 40.614557490972025, -73.94327180049021, 40.613711163140636, -73.94297919905163, 40.613448585763955, -73.94212547233985, 40.61268641713602, -73.94132304310803, 40.61197126650811, -73.94116159372979, 40.611819327251986, -73.94101752753276, 40.6116830360434, -73.94083092034663, 40.61151590061383, -73.94069890877556, 40.611397665257755, -73.93934703292513, 40.610186830030095, -73.93753748316455, 40.60855707657407, -73.93736628528839, 40.608661522276634, -73.93719025875265, 40.60877612747235, -73.93717542297826, 40.60878574864296, -73.93709027085373, 40.608838505959866, -73.93700512178188, 40.60889665103654, -73.93684397270121, 40.60900133560116, -73.93676115760358, 40.60905497196613, -73.9366522363887, 40.60912310579315, -73.93656985638371, 40.609176146114265, -73.93642402159503, 40.60927005118892, -73.936345992209, 40.60932030483974, -73.93604627392058, 40.60951454758455, -73.93595604838431, 40.609431922211705, -73.93583590947115, 40.609324657108026, -73.93579603011034, 40.60928905072461, -73.93572326559799, 40.6092275071266, -73.93567076086133, 40.60917720252726, -73.93557503507009, 40.609091732627576, -73.93537742276344, 40.60891529053713, -73.93531534803824, 40.60885717286927, -73.93527082272244, 40.60881959964902, -73.9352502654628, 40.60880108234855, -73.93435322147911, 40.6079934556517, -73.93427302503841, 40.60792004700863, -73.93423157607695, 40.60789739588678, -73.93418302915089, 40.60790852196073, -73.93413842197398, 40.60793485288108, -73.93366918530893, 40.60824122602493, -73.93357508845149, 40.60830266561455, -73.93351309846271, 40.608343136143155, -73.93346547429182, 40.60830053371559, -73.93339988004108, 40.60824185284642, -73.93318479620793, 40.60804944139578, -73.9331027281781, 40.607976024544215, -73.93203654137022, 40.607022200242824, -73.93200997435947, 40.60699843146361, -73.93198054749436, 40.60697165234201, -73.9317828044966, 40.60679168830967, -73.93169715695923, 40.60671374229552, -73.93161488464445, 40.6066399415266, -73.93159523087321, 40.60662231201963, -73.93069872114799, 40.6058181058987, -73.92999078717283, 40.60518265210693, -73.92986879851121, 40.60507102826076, -73.92998653373114, 40.60499328232411, -73.93076234289802, 40.60449183549026, -73.93176918820487, 40.60384466591428, -73.9331331246582, 40.602958561214734, -73.93322587220965, 40.60289830446068, -73.93355116416237, 40.60268696661588, -73.93251527072883, 40.60176211011106, -73.93210067728498, 40.60139194662044, -73.93185009263966, 40.60116821388882, -73.93173389919616, 40.60106174549971, -73.93161491693945, 40.60095618846214, -73.93003757373906, 40.59953940060149, -73.92992225121671, 40.59943706518977, -73.92982470642251, 40.599346763395594, -73.92938846257867, 40.598955315452535, -73.92818267399886, 40.597874322817475, -73.92815055518771, 40.5978412805711, -73.92813280180711, 40.597814192551596, -73.92813381958585, 40.597749983213035, -73.92835902566193, 40.597600683873374, -73.92843271740132, 40.597552756238954, -73.92867429902358, 40.59739762208337, -73.92879009429913, 40.59732297931881, -73.9291264280709, 40.59710882678698, -73.92918802918665, 40.59706344239049, -73.92944592125176, 40.596896985378024, -73.92956858237014, 40.596819949750255, -73.92925881968333, 40.596544694777734, -73.92917476901123, 40.596470007671265, -73.9286685085355, 40.59602013189672, -73.92759935597962, 40.59506045944285, -73.92653304338556, 40.59410399631828, -73.92547146666895, 40.593148476315235, -73.92528604222214, 40.592984045540135, -73.92440412441555, 40.592183931068554, -73.92430061012031, 40.592090077024054, -73.9241586017602, 40.591966411776426, -73.92405498552928, 40.591871382258084, -73.92392320716468, 40.591756867390934, -73.92378440726338, 40.59163231588412, -73.92345841782584, 40.591337459667685, -73.92343698543245, 40.5913180715296, -73.9233217675642, 40.591211603268846, -73.92320798602215, 40.59111377637314, -73.92296021707662, 40.590892359128645, -73.92283535797232, 40.590780714005575, -73.92277007813837, 40.590722344147466, -73.92258171733195, 40.59055391676857, -73.92243478900893, 40.5904225375725, -73.9223079222616, 40.59030789177175, -73.92219844054338, 40.59020962371549, -73.92106242026458, 40.58918876017522, -73.92095991058979, 40.5890953378308, -73.92088036031242, 40.58902556994955, -73.92086014108128, 40.58900742398294, -73.92021158122576, 40.588425169660766, -73.91985946005154, 40.58810765571464, -73.91972509793503, 40.587986958388534, -73.91962526707866, 40.5878977808799, -73.91961214123044, 40.58788601265912, -73.91931241330936, 40.58761719616106, -73.91898918607065, 40.58732513329681, -73.91876017360073, 40.58711322334714, -73.91872337258879, 40.58708232196331, -73.91866891477275, 40.58705337661583, -73.91863917744212, 40.587039009318524, -73.91862073760325, 40.58702921567111, -73.91842632701118, 40.586850484135134, -73.91839222540567, 40.586783786938476, -73.91836483367477, 40.586751440476746, -73.9182566594271, 40.5866589166956, -73.9182194819268, 40.58662911532097, -73.91818968566994, 40.58660522932781, -73.91814975358653, 40.586568735977636, -73.91815594721878, 40.5865557485323, -73.91817023874218, 40.5865257865768, -73.9180590520868, 40.586437903562704, -73.9180421406386, 40.586424536732544, -73.91807809340918, 40.58640588820907, -73.91810826397251, 40.58639413896917, -73.91814719444412, 40.586381337846525, -73.91816872694329, 40.58637721527685, -73.91821820531973, 40.58637520811639, -73.9182393738745, 40.58637215419622, -73.91828320535232, 40.58636109632694, -73.91831976232412, 40.58635056097682, -73.91835233325331, 40.5863395914317, -73.91838164253738, 40.586327927057724, -73.91850491402687, 40.58626990645454, -73.91864979588574, 40.58620759111418, -73.91866876471175, 40.58619796083282, -73.91868867536228, 40.58618605108847, -73.91873638423513, 40.58615290503943, -73.91889804864219, 40.58606777297425, -73.91893360992009, 40.58605600570977, -73.91899511893816, 40.586039064309986, -73.91905377880445, 40.586025105206154, -73.91911028426864, 40.58601396679744, -73.9191741003765, 40.58600458952541, -73.91919988923526, 40.5860038016948, -73.91922543951287, 40.5860059259849, -73.91929124635048, 40.58598250457657, -73.9193711665862, 40.58604769467744, -73.91941392965501, 40.58605246863745, -73.91945101318201, 40.586058508338745, -73.91948428309205, 40.58606612037199, -73.9195142447825, 40.58607543476988, -73.91954238142868, 40.586087773642156, -73.9196001811617, 40.58611907038377, -73.91962442227585, 40.58612942085491, -73.91964589550963, 40.586136124064616, -73.91967305073203, 40.58614052049867, -73.91969569571584, 40.58613839037931, -73.91977382904614, 40.58611536093251, -73.91986693591356, 40.58608189489918, -73.91989235706616, 40.586068618191966, -73.91995549321926, 40.58605293274292, -73.91998575542041, 40.586047103117586, -73.9200151879953, 40.586042610184656, -73.92004383584336, 40.5860394440703, -73.92007168714899, 40.58603760926946, -73.920098753728, 40.58603710398992, -73.92012504503168, 40.58603792823878, -73.92023106653946, 40.58604426053391, -73.9203071690902, 40.58604895104074, -73.92035123687408, 40.58605024683316, -73.9204001281424, 40.58604901547837, -73.92043132860043, 40.58604481093076, -73.92047391704514, 40.58603361358484, -73.92063973622803, 40.585983716742255, -73.92070099435377, 40.58596874640344, -73.92072214817897, 40.585959985396066, -73.92074847421706, 40.585944460515755, -73.9207794080421, 40.5859239967315, -73.92081003786, 40.585901895576995, -73.92084040268246, 40.585878128262614, -73.9208801424331, 40.58584256062781, -73.92090441923216, 40.585810896012326, -73.92091720422604, 40.5857991385679, -73.92093185722695, 40.58578791911979, -73.92094827654934, 40.58577732404754, -73.92096628606838, 40.58576746039165, -73.92098455377375, 40.5857590089319, -73.92100416229353, 40.58575141659032, -73.92102508089904, 40.58574469865406, -73.92104726114788, 40.585738866795865, -73.92107067349707, 40.58573393270155, -73.92109522342635, 40.58572991791805, -73.92116526412386, 40.585725326496934, -73.92121748192947, 40.58573263854578, -73.92140491252307, 40.58573154129512, -73.92144922861601, 40.58573245681537, -73.92149839694108, 40.58573547475494, -73.92151615441365, 40.58574099358932, -73.92155172879536, 40.58576780666743, -73.92188105426176, 40.585822926979525, -73.92213759611909, 40.58583556346347, -73.92225685835204, 40.58594060567787, -73.92231132879935, 40.585943001893234, -73.92235417230866, 40.585948811316214, -73.92246463762024, 40.58596728811723, -73.92248279644676, 40.58596907620257, -73.92250252893736, 40.58596958029896, -73.92252420714685, 40.58596881866692, -73.92254939031203, 40.585966741026525, -73.9226001437587, 40.585959797067694, -73.92265129247713, 40.58594913508962, -73.92270230479663, 40.58593486189646, -73.92275250366241, 40.58591716884475, -73.92281820464041, 40.585892211753844, -73.92285308897391, 40.58587680020301, -73.9228952832099, 40.58585056564854, -73.9229094741346, 40.585836196506484, -73.92292533619333, 40.58581590303682, -73.92294177182852, 40.58582161257559, -73.92303771493542, 40.585857990504685, -73.92308368773081, 40.585873802068924, -73.92313580369577, 40.585888804551516, -73.92319345562485, 40.58590306147537, -73.92328666928432, 40.585923977178375, -73.92330578091457, 40.585927169686464, -73.92332707145708, 40.585928649948535, -73.92335097551789, 40.58592848128998, -73.92338081463691, 40.585926647913666, -73.92346423967675, 40.58591882303036, -73.92353508818296, 40.58590921568559, -73.92359873189368, 40.585897090144584, -73.92365643263521, 40.58588217259793, -73.9237070856381, 40.585864768499135, -73.9238244186393, 40.5858180182084, -73.92385620133662, 40.585807391481396, -73.92388572145408, 40.58579934955125, -73.92392569883049, 40.58579013214996, -73.92394626437344, 40.585792400676155, -73.9239729273752, 40.58580077608352, -73.92399298390474, 40.585796750503484, -73.92400051547406, 40.585783013491714, -73.92402283887577, 40.58577157179101, -73.92404891035417, 40.58576102948537, -73.92407917316683, 40.58575111310583, -73.92412077973832, 40.58573947700556, -73.92416115310569, 40.58572994279943, -73.92424325342449, 40.585714022567906, -73.92427757437505, 40.585706532121364, -73.92450135771426, 40.58565065869697, -73.92461220037073, 40.585622699970685, -73.92464763180386, 40.58561603322101, -73.92467997372526, 40.58561207411138, -73.92471407452464, 40.585610131517555, -73.92474745846276, 40.585610175900236, -73.9247794121122, 40.58561219958875, -73.92480949255578, 40.585616178880876, -73.92483723686378, 40.585622029726544, -73.92486258837108, 40.58562972507464, -73.92488538531158, 40.58563921529217, -73.92490995847308, 40.58565422237455, -73.92492483724308, 40.585668501798075, -73.92497875946991, 40.585686687976825, -73.92499757088703, 40.58569426826021, -73.92502544064008, 40.58570836704002, -73.92508669466613, 40.58574227929702, -73.92511198309413, 40.58575467888528, -73.92516953719212, 40.58578061814996, -73.92519353146201, 40.58579266026994, -73.9252249635446, 40.585812242808956, -73.92525623504136, 40.58583706808456, -73.92529399718089, 40.58587355035007, -73.92533801392128, 40.585919427329806, -73.92544349079826, 40.58602768925367, -73.92550641896177, 40.586096658862836, -73.925526225891, 40.586120498661785, -73.92554456427152, 40.586144635579075, -73.9255616928977, 40.5861710878568, -73.92560342403048, 40.58624485877787, -73.92562909068147, 40.58628063609382, -73.92566096276597, 40.58631804466541, -73.92569959806093, 40.58635793404207, -73.92575402359478, 40.586409643979145, -73.92577434981118, 40.58642448063347, -73.92583048654825, 40.58645322107918, -73.92585300101561, 40.586468556221135, -73.92590784237944, 40.58651828430028, -73.92602410212044, 40.58662965043822, -73.92607347481133, 40.586673982580145, -73.92626501547724, 40.58683401705979, -73.92654740812293, 40.587080791942995, -73.92660168678938, 40.5871264723742, -73.92672359484783, 40.58719058642384, -73.92683431564, 40.58731307507144, -73.92689650124346, 40.587373280440566, -73.92692353447607, 40.58739613851917, -73.92698411528295, 40.587441999278546, -73.92700941938345, 40.58746258511725, -73.92704124807078, 40.587492285691326, -73.92707369044221, 40.58752684497116, -73.92711108203517, 40.58757127712068, -73.9271677503157, 40.58764150977407, -73.92712599987803, 40.58765990171266, -73.92720285660631, 40.587758318231494, -73.92727804916652, 40.587854603005695, -73.92725062637467, 40.58787569392044, -73.92734675512033, 40.588026428554954, -73.92735772777839, 40.588043635493555, -73.92741833516777, 40.58813867002974, -73.92739421916316, 40.58816574524532, -73.92740428773837, 40.58820837879243, -73.92741296886088, 40.58822122124073, -73.9274522067145, 40.58827927936425, -73.9274652540642, 40.588290708942175, -73.92757863966233, 40.58839005778545, -73.92763248802461, 40.588436587546, -73.92764174617474, 40.58846640340856, -73.92767217237804, 40.58852548520456, -73.92773591409681, 40.5886492662534, -73.92815709261035, 40.588851327786024, -73.92817604691392, 40.58886230981324, -73.92823481402534, 40.58889636380879, -73.92827022099225, 40.58888406135213, -73.9283754457807, 40.58897183167964, -73.92839605079439, 40.58898901930645, -73.92842628426932, 40.58899952203766, -73.92850758489053, 40.58906473543347, -73.92863480375416, 40.589117390682205, -73.92866014104807, 40.58912787860391, -73.9288941291386, 40.58923692935046, -73.92891734347337, 40.58924772748263, -73.92897495426148, 40.58927456268677, -73.92905358686048, 40.58927458424852, -73.9291075281059, 40.589271979007236, -73.92913273147771, 40.58927076263793, -73.92916736730761, 40.589269417900105, -73.92919323195541, 40.5892684135482, -73.92921345823936, 40.589267628146445, -73.92925834090865, 40.58927014393382, -73.92930308293387, 40.589273849208624, -73.9293476288004, 40.58927874213592, -73.92939192182268, 40.5892848109742, -73.92943591475566, 40.58929205299326, -73.92947954973243, 40.589300456451085, -73.9295227747884, 40.58931001321151, -73.92956553678066, 40.589320712436084, -73.92960778375293, 40.5893325378841, -73.92965054798981, 40.58934449691076, -73.92969278074877, 40.58935750920871, -73.92973443597387, 40.589371563944205, -73.92977546761671, 40.589386643079116, -73.92981583434982, 40.5894027321806, -73.92985549366546, 40.58941981591451, -73.92989440188192, 40.58943787174174, -73.92993252003293, 40.58945688613148, -73.92998093418184, 40.58948254183996, -73.93000962143208, 40.589497961870755, -73.93003765001177, 40.589514071294346, -73.93006499277399, 40.58953084938256, -73.93009162138294, 40.589548282610814, -73.93011751105136, 40.5895663529541, -73.93014263226661, 40.589585042384456, -73.93016696142433, 40.58960433107652, -73.93019047255929, 40.58962419740248, -73.93021314560691, 40.58964462514127, -73.93023495223837, 40.58966559356402, -73.93025684586233, 40.58968810913472, -73.93027774076569, 40.589711168911876, -73.93029761807675, 40.58973474496837, -73.93031645301375, 40.58975881297551, -73.93033422670398, 40.58978334590675, -73.93035091909245, 40.58980831763517, -73.9303665113098, 40.58983369753203, -73.93038098330004, 40.58985946037101, -73.93039854654467, 40.589894414922256, -73.93040867003728, 40.58995785302377, -73.93040831219693, 40.58999177822608, -73.93047387101298, 40.58999667713676, -73.93048727412216, 40.59004731897622, -73.93052849194859, 40.59020306331265, -73.93053316753223, 40.59024270177646, -73.93054383803297, 40.59026535188778, -73.9305414232744, 40.590300786023896, -73.9305209593339, 40.59031285147187, -73.9304962462921, 40.59033518121337, -73.93045448256932, 40.59092138585185, -73.93045182360214, 40.590958715437736, -73.93044820438548, 40.59100952167453, -73.93044409486613, 40.591067193204, -73.93044226788993, 40.591092820992145, -73.93047190920397, 40.59112075335335, -73.93047273544451, 40.59119286596007, -73.93047289899364, 40.59120710513377, -73.93047373811933, 40.59124642158907, -73.93047451195366, 40.5912826429061, -73.93046834469969, 40.5915013456673, -73.93046016986594, 40.59153677451101, -73.93046713099268, 40.59159373502048, -73.9304608407386, 40.591652579510175, -73.93043300382381, 40.59169192363291, -73.93040066362983, 40.59173253115699, -73.93039776583588, 40.591746196643555, -73.93039081746547, 40.591816427846666, -73.93037926845719, 40.591911062243035, -73.93034194284142, 40.59210699168107, -73.9303320922266, 40.592196162724704, -73.93030847230894, 40.59226490605243, -73.93029829088809, 40.59234839098757, -73.93028686314781, 40.59244206998842, -73.93024754627112, 40.59246627200472, -73.93021328139469, 40.59247620378286, -73.93016226751321, 40.59249098999907, -73.93010861152952, 40.59260008998332, -73.93008460474813, 40.592658870539154, -73.93005244103443, 40.59270966298662, -73.93003347078981, 40.59273961724744, -73.9300254008526, 40.59275236464249, -73.92998996647314, 40.592808320481375, -73.92995496908317, 40.59287557543976, -73.92993897966718, 40.59289271525568, -73.92985757070497, 40.59297998212035, -73.92980393794481, 40.59303243005951, -73.92978077342418, 40.5930773484106, -73.92976619659338, 40.59313846611396, -73.92978073611395, 40.59321618024219, -73.92980096095405, 40.59329543503431, -73.92981305508108, 40.59339124547687, -73.92981699509416, 40.593422446507404, -73.9298441249927, 40.59347351643183, -73.929875031584, 40.59353027005475, -73.92989596050641, 40.59358945980115, -73.92989090526304, 40.593639276357436, -73.92989314551897, 40.59369960827018, -73.92991377209009, 40.59377342862676, -73.92998230725935, 40.59393113038809, -73.93008284077538, 40.59406942729658, -73.93014791479116, 40.59412937957202, -73.93021580366361, 40.594216842698195, -73.9302825007228, 40.59427603313898, -73.9304679876463, 40.59436735590101, -73.93059986993444, 40.59441695088421, -73.93066249167696, 40.594443349697364, -73.93069650430694, 40.59445768763091, -73.93077626082909, 40.59449619704245, -73.93088473112044, 40.59454857191515, -73.9310075585887, 40.594578015382204, -73.93126902001175, 40.59460276534529, -73.93136932512479, 40.59461514805167, -73.93141426107874, 40.59461652026155, -73.93156808717988, 40.59464861745709, -73.93166714177745, 40.59465251803294, -73.93176400075482, 40.59465361839416, -73.93185631615393, 40.59466176977627, -73.93205509489006, 40.59471637272326, -73.93212124146228, 40.594752067122144, -73.93218228942911, 40.5948074934354, -73.93226376607832, 40.59485184181872, -73.93230004652595, 40.59486477039443, -73.93232888005535, 40.594875046135506, -73.93241010241705, 40.59488601908202, -73.9324382027956, 40.594887682663035, -73.9324976331846, 40.59489120351306, -73.93258179492803, 40.59487865280227, -73.9326426770249, 40.59484838590595, -73.93271677185184, 40.59478711090129, -73.93272530480739, 40.59468036429879, -73.93301117476453, 40.59463839132708, -73.93316620831229, 40.59462044502343, -73.93339604283025, 40.59459384193664, -73.93356664696198, 40.594574094065194, -73.93400662242064, 40.59452654241412, -73.93428623870932, 40.59449589215907, -73.93493224682496, 40.59442195400862, -73.93496483621902, 40.59443450053319, -73.93570289925091, 40.594353263645374, -73.93589905633502, 40.59433413716068, -73.93605429519842, 40.594314887620826, -73.93777948314744, 40.59412486977252, -73.93821136858686, 40.59407873847996, -73.93851822250825, 40.594044504886845, -73.93856239619585, 40.59403952520665, -73.93871704754197, 40.594024264674765, -73.93886112025062, 40.594007360255624, -73.93892843385416, 40.593999905499246, -73.93946417371741, 40.59393956936654, -73.93964132862764, 40.59392222122479, -73.93978071201037, 40.59390547618423, -73.93982020446832, 40.59390114644647, -73.94040929098121, 40.59383650231729, -73.94061131562506, 40.59380765418858, -73.94079463129, 40.593781475123, -73.94163088316506, 40.59369064303045, -73.94184447224362, 40.5936670396514, -73.94193271447773, 40.5936572865851, -73.94201664086104, 40.593648013953676, -73.94208203624844, 40.59364078691608, -73.94255813366487, 40.59358817059296, -73.94328896337821, 40.593508677011656, -73.94348383262046, 40.59348705690463, -73.9444082265106, 40.593385043610354, -73.94537360700942, 40.593278957599225, -73.94633607176357, 40.59317375093285, -73.94726452762868, 40.59307192548074, -73.94819006617182, 40.5929672698733, -73.94911582749593, 40.59286719147298, -73.95015201886083, 40.59275317295151, -73.95134928358927, 40.59262140735211, -73.95152880858252, 40.592600971104716, -73.95164248398103, 40.59258803075458, -73.95230034924734, 40.59251370909035, -73.95326012186001, 40.59241243893531, -73.9542229382146, 40.59230763012521, -73.95514745924464, 40.5922066876658, -73.95525566674624, 40.59219466644414, -73.95542452698095, 40.59217591023915, -73.95607719361885, 40.59210111647554, -73.9568597478788, 40.592020813415374, -73.95700329905463, 40.59200194092523, -73.95767565940614, 40.59192876008787, -73.95899773760249, 40.59178376263776, -73.95905824595901, 40.592107717670345, -73.95913519520258, 40.59250310169158, -73.95926258536213, 40.5931791965508, -73.95939788917352, 40.59390441394273, -73.95941530859534, 40.593998652613166, -73.95944474056675, 40.594163818000794, -73.95945980922542, 40.59424836710684, -73.95951410448033, 40.594553065550315, -73.95945545230222, 40.594557931108305, -73.95951003565601, 40.5948730027685, -73.95975855818004, 40.59619636323281, -73.95977769536212, 40.596298264976205, -73.95982293931556, 40.596536684277176, -73.95983887174937, 40.5966206518782, -73.96018004332565, 40.59841841989828, -73.96019731546977, 40.59852374288857, -73.96023236693631, 40.59897012780468, -73.96027618503648, 40.5995477074278, -73.96028362528617, 40.59964576788346, -73.96036342258617, 40.600697588426556, -73.96052332740561, 40.60277688801152, -73.9605284628605, 40.60284368240112, -73.96054949141555, 40.60311710434001, -73.96072447464465, 40.60537137161752, -73.96072977621724, 40.60543966270497, -73.96073208635538, 40.60546941223446, -73.96104360907054, 40.605435285808205, -73.96128556976718, 40.60540877875679, -73.96173196616927, 40.60535764983826, -73.9617677925613, 40.60583264021535, -73.9618856763401, 40.60733598609782, -73.96190348036501, 40.60748910860492, -73.9619655137241, 40.60784279552864, -73.9622177007419, 40.60916359178147, -73.96223160729691, 40.60923003322853, -73.96225816193356, 40.60935689571667, -73.96236194210955, 40.609852688442835, -73.96237947071477, 40.609986056007436, -73.9613726841829, 40.61009855741263, -73.9612828442521, 40.61010859681663, -73.96044360733903, 40.61020118814267, -73.95952069462967, 40.61030173242875, -73.95859277820877, 40.61040271776264, -73.95813226509222, 40.610450503708975, -73.95795610212411, 40.61046878392849, -73.9578225738972, 40.61048264086046, -73.95778401875171, 40.61048781911292, -73.957668008213, 40.610503401393316, -73.95670470344594, 40.61061156351822, -73.95574066639388, 40.6107145140751, -73.95479551752442, 40.61082044920496, -73.9535988874863, 40.61094954839334, -73.95319557448819, 40.610989498599054, -73.95311473062878, 40.61100413064239, -73.95305508272313, 40.611017461029014, -73.95293024910971, 40.61104324593595, -73.95259427309216, 40.61112178731682, -73.95257124445386, 40.61100317104227, -73.9524599632093, 40.61102355700088, -73.95227818178905, 40.61104545979844, -73.95163234482943, 40.61112322362873, -73.9507016677257, 40.611231424813134, -73.95070860234375, 40.61126883994891, -73.94978379634331, 40.611371434075274, -73.94995344516089, 40.6122652899214, -73.94996295778252, 40.612315413477006, -73.94996964645642, 40.612351060822995, -73.95003326866592, 40.61269012665923, -73.95026514770497, 40.613924034947246, -73.94930527360992, 40.61403041923833, -73.9484487520691, 40.61412476682346, -73.94838475311494, 40.61413181620001, -73.94834517477635, 40.614136175854604, -73.94825487040059, 40.61414586536972, -73.94797179053987, 40.61417624004222, -73.9479200484405, 40.61417974125073, -73.94783722723226, 40.61418388391597, -73.94752003078933, 40.61416097796382, -73.94741420278335, 40.614225587017884, -73.94672735845285, 40.61467979078522, -73.94657366021686, 40.614788818484705, -73.9457369090654, 40.615363093161456, -73.94500895993974, 40.61589642030365, -73.94482770494135, 40.61604589468126, -73.94482770494135, 40.61604589468126 --73.98725486862213, 40.60724387173669, -73.98722579934879, 40.60709062854274, -73.9872137854565, 40.60702729982276, -73.98702465524758, 40.60603025251901, -73.9869890783412, 40.60583826266236, -73.9868848880647, 40.60530995070943, -73.98684762531265, 40.60509691720869, -73.98681489593902, 40.60490981113599, -73.98676511399299, 40.604661884542786, -73.98673129404533, 40.60448904347968, -73.98669290141292, 40.604288436082534, -73.9866700535078, 40.60417429768634, -73.98665729403191, 40.60411055096099, -73.98664387477109, 40.60404351365006, -73.98663365576066, 40.60398487947944, -73.98663057285141, 40.60396885703468, -73.98660443552774, 40.60383267166093, -73.98649519685225, 40.603234769922686, -73.98645717152706, 40.60301277596756, -73.98641524273035, 40.602796923093884, -73.98640857736416, 40.60275903464215, -73.98638523642286, 40.602639995472636, -73.98635554256543, 40.602492692658025, -73.9863111052506, 40.60227537248689, -73.98630271691536, 40.60222828678982, -73.98626353216468, 40.60200835930843, -73.98625714543958, 40.60197792540028, -73.98622577137013, 40.60182842776914, -73.98605967569425, 40.6009574254105, -73.98604206342297, 40.60084546134721, -73.98600954434984, 40.600667791563936, -73.98598888299001, 40.600555421883065, -73.98597076451279, 40.600458363186895, -73.98594204271319, 40.60032132090284, -73.98592379507265, 40.600209902453166, -73.98591300871466, 40.60015264502522, -73.98587826210223, 40.59995829454529, -73.98586135301379, 40.599887004420175, -73.98576091254277, 40.59938344065243, -73.98574706357054, 40.59931245436162, -73.98568144214252, 40.59897611641209, -73.98566926551852, 40.59890848026064, -73.98562954504528, 40.598687844613586, -73.9856269879624, 40.598673641254486, -73.98561705700487, 40.59861847491015, -73.98561123366663, 40.59858612831684, -73.98552099211774, 40.59808485107743, -73.98549062111813, 40.597929359436996, -73.98548008051553, 40.59787539969989, -73.98547077548616, 40.597827763586594, -73.98532473494613, 40.59705830617941, -73.98526614117263, 40.596743528226476, -73.98520026804745, 40.59639781364391, -73.9851505716203, 40.59613956616456, -73.98508536721421, 40.59579362465046, -73.98506136330442, 40.595670597530024, -73.98504140930137, 40.59555241574238, -73.98502659353542, 40.59547452940747, -73.98502364476964, 40.5954590832582, -73.98501531815687, 40.59541329509683, -73.98496944973859, 40.59517542233975, -73.98479833707711, 40.59427705184707, -73.98479342506207, 40.59425106661213, -73.98473411238818, 40.59393501306653, -73.98472602182535, 40.59389187424692, -73.98467793358306, 40.59365833616028, -73.9846680521052, 40.59363100667563, -73.98463965809624, 40.593551856831375, -73.98462854155727, 40.59350661757949, -73.984624840741, 40.59347457468017, -73.98456646542134, 40.59320851547842, -73.98456268271966, 40.59318851075506, -73.98450004350597, 40.59285555199316, -73.98448858823154, 40.5927946597897, -73.98443924784438, 40.59253238842403, -73.9844332116566, 40.59249554631252, -73.98438232985606, 40.592234326516845, -73.98437943326721, 40.592219276583364, -73.98436296586456, 40.59213344369853, -73.984359242231, 40.59211394686939, -73.98434452223387, 40.59203731486217, -73.98426496204104, 40.59162360463057, -73.98425703706046, 40.591567055202155, -73.98420393582266, 40.59116603690141, -73.98415425949901, 40.5908955399483, -73.98412599961017, 40.59074166276775, -73.98409378061909, 40.59056621930271, -73.98401470675468, 40.59015299879132, -73.98391051774058, 40.589622571602945, -73.98390102065771, 40.5895725092881, -73.98386022607527, 40.58935647075091, -73.98385528175837, 40.58933029364758, -73.98383172702547, 40.58920546521028, -73.98382879066227, 40.589189866834296, -73.98380241862222, 40.589041191236944, -73.98377397586579, 40.58889781221683, -73.98373644879588, 40.58869407252941, -73.98373063886034, 40.58866248945534, -73.98372327255237, 40.58861915793384, -73.98368226459722, 40.58840125520037, -73.98351922370674, 40.58753617481249, -73.98346933609892, 40.58726330726168, -73.98345677691299, 40.58720318291039, -73.98344589636744, 40.58714738761525, -73.98341504460349, 40.58698861278507, -73.98340343553055, 40.58692721342234, -73.98331317341632, 40.58644852081206, -73.98329141278921, 40.58633236903395, -73.98326802972043, 40.586190838461505, -73.98324109192001, 40.586061137541094, -73.98311244302162, 40.58538338830564, -73.98308776475913, 40.58525176595418, -73.98300387051789, 40.584808810340746, -73.98281157099308, 40.58379206352847, -73.98274484716445, 40.58342259747047, -73.98273479199719, 40.58336786753158, -73.98270984014724, 40.58324942599875, -73.98269695529622, 40.58318901512608, -73.98268382142008, 40.583118824526295, -73.982645437897, 40.582909041727774, -73.982628664717, 40.58281736587414, -73.98256388417647, 40.58246331873954, -73.98254799344714, 40.58237646711018, -73.98259999458234, 40.58238332077921, -73.98264169112286, 40.582396255906616, -73.98267155204601, 40.58241179535021, -73.98269858853646, 40.58242870765957, -73.98273764146242, 40.582461019825004, -73.98280149396292, 40.5825100232983, -73.98289086717428, 40.582578217999405, -73.98291742176012, 40.58260023165244, -73.98295619417718, 40.58263562169157, -73.98300507441272, 40.582681878032446, -73.98304639204798, 40.58272748035687, -73.9830612186934, 40.582742216913644, -73.98309487024059, 40.58277138173015, -73.98313943379216, 40.58280752809822, -73.98319756269973, 40.58285345702211, -73.98326123790218, 40.58290580925997, -73.9832900444157, 40.58292615448372, -73.98332372713081, 40.582944794816065, -73.98336380833614, 40.582962559855595, -73.98340788703695, 40.5829783758245, -73.9834367663167, 40.58298661348003, -73.9834596548367, 40.58299010270484, -73.98349531096832, 40.58299106148705, -73.9835327737565, 40.5829892351972, -73.98356572023252, 40.582985850343164, -73.98359923515201, 40.58298117601078, -73.98369125879464, 40.58296362349373, -73.98385931782357, 40.582938970173764, -73.98388325109684, 40.582935007626915, -73.9839199115257, 40.58292470446818, -73.983942776163, 40.58291455336008, -73.98396340900705, 40.5828970986883, -73.98399110086287, 40.58286762390497, -73.98402711233861, 40.5828246442164, -73.98404271221548, 40.58280751391952, -73.98405617180495, 40.582795554130904, -73.98407909802584, 40.58277948656302, -73.98410326860161, 40.58276575241978, -73.98412645684793, 40.582755352775216, -73.98416818505791, 40.58274155260283, -73.98419769388332, 40.58272979312325, -73.98422842119099, 40.582714907184815, -73.98424427331503, 40.58270464518983, -73.98426107853194, 40.58268971500795, -73.98430382435163, 40.58264270360884, -73.98437043982888, 40.58258002092631, -73.98441808287795, 40.582526284138176, -73.98448747149094, 40.58245827786656, -73.9845326696865, 40.582418659112236, -73.98454890320886, 40.58240325153334, -73.98460172944877, 40.58234668952143, -73.98464112337132, 40.58230214588188, -73.98466326470317, 40.58227713138782, -73.98467724306822, 40.58226309228568, -73.9847280513008, 40.58221868791784, -73.98477057679669, 40.58218205124868, -73.98478269340704, 40.58216912043166, -73.9847880638034, 40.58215443449988, -73.9847857062393, 40.58213901451845, -73.98499539311074, 40.58192913629411, -73.98503293360056, 40.581893973033274, -73.98513685759616, 40.581796628190475, -73.98522318366423, 40.58171576598047, -73.98528453313328, 40.58165829972066, -73.98558515070704, 40.58138999072363, -73.98561493208764, 40.58138657876922, -73.98563512565092, 40.581380934110555, -73.98565027440607, 40.58143697650493, -73.98566762334009, 40.58145023708346, -73.98568911394106, 40.581460395870586, -73.98572522377597, 40.58146248597607, -73.98576481175438, 40.58145465542964, -73.98587146712072, 40.58181503753052, -73.9859113841342, 40.58180487912019, -73.98593044512688, 40.58179351054136, -73.98599817855239, 40.58175041073949, -73.986053938361, 40.58170972915228, -73.98611213359982, 40.58168027376267, -73.98613960288458, 40.58166337965021, -73.98619935120983, 40.58162824660076, -73.98624853185146, 40.581605307149815, -73.98627328184749, 40.58158981209385, -73.98629425969212, 40.581572594781036, -73.98633426415304, 40.58153233352224, -73.98636998315787, 40.581499400204336, -73.98639362368102, 40.58147975897879, -73.98641553051337, 40.581464929042426, -73.98644058353956, 40.58145153220669, -73.98647655776055, 40.5814351559175, -73.98654867239077, 40.581403873880134, -73.98661816020294, 40.58137234384744, -73.98664892790447, 40.581356362227616, -73.98668948607593, 40.58133332162696, -73.98674921611493, 40.5812981126444, -73.98682443033745, 40.581251679476644, -73.98686775554366, 40.5812235880916, -73.98690673879362, 40.581196271546496, -73.98693935301927, 40.581171199270344, -73.98697410582301, 40.58114206946668, -73.98702321804353, 40.581097252347824, -73.98705293810104, 40.58106792833895, -73.98707074982968, 40.581046560912526, -73.98711547408527, 40.580983435608886, -73.98714698286875, 40.58093861556047, -73.98717460382802, 40.58089160139302, -73.98721695415489, 40.58082076189607, -73.98725094927586, 40.580762219911485, -73.987260230561, 40.5807489607262, -73.98728382249364, 40.58072121369492, -73.98729322412346, 40.580708562373886, -73.98730880423862, 40.58068275327902, -73.98731749636515, 40.580662041287795, -73.98732625128319, 40.58062161053019, -73.98733884275605, 40.580573109699, -73.98734930615072, 40.580541823047696, -73.9873575502204, 40.5805231659995, -73.98738222446956, 40.580473755161854, -73.98741132377066, 40.58040813086978, -73.98743646364625, 40.58035054691554, -73.98744867465219, 40.58032730662725, -73.98747704899557, 40.580278638204284, -73.98749714286966, 40.58024136590465, -73.98750132081757, 40.58022652932626, -73.98750500031542, 40.58019289335505, -73.9875139610656, 40.58014980515752, -73.98752225851716, 40.580116753226825, -73.98753049479679, 40.580094998362206, -73.98754642396945, 40.580064522756246, -73.9875666188656, 40.58002966025686, -73.98758481111888, 40.580004771741166, -73.98762268264561, 40.57997374467119, -73.98766201002579, 40.57992567622894, -73.98766946862513, 40.579912780625534, -73.98768323726712, 40.57989626559177, -73.98769916940245, 40.579881132191815, -73.98776178851287, 40.57980299410782, -73.98782296975492, 40.57983037023479, -73.98786239491336, 40.579782430508594, -73.98793787015725, 40.579722252835815, -73.98800315687372, 40.57964431391501, -73.98807373457073, 40.57958027509425, -73.98821367675595, 40.57966541697224, -73.98830013859111, 40.57971644679885, -73.98844218627423, 40.579800281050936, -73.9884635776518, 40.579775689890326, -73.98885765405196, 40.57999719104999, -73.98906509051206, 40.58019016895548, -73.98908184296882, 40.58019852020702, -73.98911133693699, 40.580207735366315, -73.98916437446321, 40.58020480917521, -73.98918802746142, 40.580202341266315, -73.98921646121059, 40.58020184054572, -73.98926610915255, 40.58020523026455, -73.98928899837121, 40.58020768182597, -73.98931092820652, 40.580212234215985, -73.98933204962293, 40.58022024904144, -73.98935405247732, 40.58023356532926, -73.98938233613941, 40.580255981988145, -73.98940520316359, 40.5802793535966, -73.9894434265312, 40.58032695160759, -73.98947941754061, 40.58037542831263, -73.98949973722142, 40.58039746419167, -73.98952200062119, 40.5804144077814, -73.98953916293209, 40.580423400176514, -73.98956001398183, 40.5804313464954, -73.98958707990668, 40.580439748138616, -73.9896059120761, 40.580442632421054, -73.9896312199161, 40.58043981246584, -73.98968212551462, 40.58042293042362, -73.98972165636016, 40.58041093988844, -73.98976568599777, 40.58039892182424, -73.98979671830041, 40.580390305669596, -73.98981204052951, 40.580399048415345, -73.98982047346732, 40.58043071158501, -73.98982792026031, 40.58046194871885, -73.98983407914046, 40.58048109080104, -73.98984382704302, 40.58050248991319, -73.98985451676441, 40.58052075708536, -73.9898714677867, 40.580544954758814, -73.98990411189307, 40.580586212434774, -73.98992342454054, 40.580606643416274, -73.98994302352494, 40.58062376409361, -73.98996397280001, 40.58063901629834, -73.98998434850199, 40.580651380468964, -73.99003395315903, 40.580678229400995, -73.9900934913671, 40.58071012930668, -73.99013064838242, 40.58072949286852, -73.99016008650621, 40.58074353816363, -73.99021116720981, 40.58076555673502, -73.99023604078053, 40.58077697749492, -73.99027751524939, 40.58079334353178, -73.99033950021298, 40.58081384828703, -73.99036886959581, 40.58082190774026, -73.9904031820943, 40.5808287023629, -73.99043769559881, 40.580834022834395, -73.99046297804668, 40.5808361195545, -73.99053821794693, 40.58083664627832, -73.99059517110196, 40.580834949864894, -73.99063395602664, 40.580836538855856, -73.99067951886889, 40.58084135225941, -73.99070912735975, 40.58084602207306, -73.99073949387765, 40.58085247407698, -73.99082765559893, 40.58087515273933, -73.99088046411725, 40.580891928300524, -73.99097283892868, 40.580914744965874, -73.99106243961333, 40.58093583143467, -73.99114239176832, 40.58095779600147, -73.99118187854471, 40.58096689703199, -73.99122101479495, 40.58097407900569, -73.99126072412497, 40.58097947346968, -73.99130590331285, 40.58098380121319, -73.99135712427842, 40.58098501808351, -73.99137685800609, 40.580986799001536, -73.99143521524158, 40.58099715128692, -73.99152377177572, 40.58101134831007, -73.99156676571275, 40.58101756148682, -73.99160009142935, 40.58102115251592, -73.9916529398468, 40.58102357157272, -73.99167544211396, 40.58102534723742, -73.99169697921774, 40.58102871945684, -73.99171729054447, 40.581039905429776, -73.991742991853, 40.58106556770827, -73.99175592981017, 40.581084047387655, -73.99176826608462, 40.58110662170465, -73.99177965015505, 40.58113112127223, -73.9917853376068, 40.58114705194669, -73.99178886242497, 40.58116315536685, -73.99179042546493, 40.58117887862559, -73.99178764195803, 40.581204657724, -73.99177424023883, 40.58123049729809, -73.99176047900781, 40.58125035466466, -73.99172609565376, 40.581297810702715, -73.99171420903622, 40.58131594729747, -73.99170610936385, 40.58133167976569, -73.9916965178612, 40.581357543919594, -73.99168518846324, 40.58139664834928, -73.99167981170456, 40.58141818308787, -73.99167654117787, 40.58143727035485, -73.99167724751045, 40.58145602561657, -73.99168470930948, 40.58146949529228, -73.99170229662614, 40.58147508701596, -73.99174019621366, 40.58146629613138, -73.99176286887234, 40.58145720426917, -73.9918137037117, 40.58143173568444, -73.99184097587695, 40.58142049548447, -73.99186821111378, 40.58141175783122, -73.99189003855369, 40.58140830766605, -73.99191602067657, 40.58140882279575, -73.99194251020421, 40.5814132786476, -73.99196728192565, 40.58142161833272, -73.99199286093278, 40.58143499559924, -73.99201508758584, 40.58145134795792, -73.9920268452546, 40.58146414431808, -73.99203557072669, 40.58147923680267, -73.992042400711, 40.5815025509382, -73.9920430875908, 40.58152683181057, -73.99204008469069, 40.581540923900384, -73.99202959393938, 40.58157111773802, -73.99202233952248, 40.581640217131245, -73.99201959614034, 40.58168663264136, -73.99201883718281, 40.58172195743745, -73.9920159505348, 40.58176137316539, -73.99200824886614, 40.58177753613229, -73.99199215245149, 40.581788051328886, -73.9919611588104, 40.58179624663296, -73.99191730505142, 40.58180481654312, -73.99182791218355, 40.58182075759613, -73.9917713176398, 40.581829125726784, -73.99175263496592, 40.5818359899809, -73.99173891474882, 40.581847868705594, -73.99172430252062, 40.581871359619186, -73.99171288022576, 40.581897053442276, -73.99170023729936, 40.58193644234232, -73.99165500745184, 40.582058061111546, -73.99162486481663, 40.58214495856546, -73.99160940098177, 40.582177113341224, -73.99158273361795, 40.582222578837445, -73.99155711389243, 40.582258610516924, -73.99154870479296, 40.58227291561975, -73.99154070730114, 40.58229198632413, -73.99152320956036, 40.58234213880662, -73.99150651404513, 40.58238094024316, -73.99149036724685, 40.58241432416669, -73.99147045386668, 40.5824471512846, -73.9914407114114, 40.58248648034933, -73.99138958200581, 40.58254485928645, -73.99135749400976, 40.5825819656608, -73.99133805636735, 40.58260680514525, -73.99131996370366, 40.582634124770365, -73.9912802994768, 40.582700892902494, -73.99123092969919, 40.58277700231357, -73.99118469554728, 40.58285456718994, -73.99117139253366, 40.58287999785965, -73.99114421399702, 40.582936937685346, -73.99113150646876, 40.5829607042283, -73.99111362947157, 40.582990296758624, -73.99109506644203, 40.583018177337316, -73.99107015429291, 40.5830494307815, -73.99106154441873, 40.58306206355946, -73.99102895435146, 40.58312296974285, -73.99100877243212, 40.58315565357442, -73.99100122639496, 40.58317089164604, -73.99098501862147, 40.58322394743201, -73.99096135505033, 40.583297121229386, -73.99095163141124, 40.583317648802556, -73.99093006238098, 40.58335286568362, -73.99090936393996, 40.58338731988579, -73.99089419845464, 40.58340970840573, -73.9908662299137, 40.5834447068404, -73.99081519739187, 40.58350247586997, -73.99077120478746, 40.58354931848777, -73.99075448994938, 40.58356878556558, -73.99073886623727, 40.58359006188103, -73.9906981717842, 40.5836504387067, -73.9906439809749, 40.583722018735, -73.99062192785102, 40.58375386215584, -73.99060436825677, 40.58378267567771, -73.99054793865648, 40.58388966406726, -73.99051490111583, 40.58395143186454, -73.9904930597553, 40.58398825157112, -73.99047131971123, 40.584018470443496, -73.99043432999643, 40.58406282356278, -73.99039709383362, 40.584103947371574, -73.99038334152792, 40.58412048794019, -73.99036806103547, 40.58414351034818, -73.99035219119669, 40.58417425649584, -73.99033732726743, 40.584207965448634, -73.99032928563852, 40.58423420062762, -73.99032843287549, 40.58425024608595, -73.99033248527789, 40.58426779763259, -73.99034514975995, 40.584300366134556, -73.99035893672054, 40.58433046189135, -73.99037694659033, 40.5843590226074, -73.99038847532015, 40.584388166317865, -73.99039298383882, 40.584412809523776, -73.990395327961, 40.58444091236027, -73.99039394841185, 40.58446515344017, -73.99038873960683, 40.58448870529913, -73.99038022405034, 40.58450857644103, -73.99037123685711, 40.5845226445686, -73.99036067176276, 40.584535692269796, -73.99030968444904, 40.58459061181617, -73.99027162433546, 40.58463381121972, -73.9903250499942, 40.58460099074507, -73.99036498682779, 40.584574915837955, -73.99042090231876, 40.584533746772976, -73.99045069426913, 40.584514053000476, -73.99047304017239, 40.584502158938655, -73.99055127618271, 40.5844687622768, -73.99061439239948, 40.584440687322534, -73.99064603771994, 40.58442789616418, -73.99069208676794, 40.584411049305956, -73.99078339512273, 40.584382073313954, -73.99082619349096, 40.58436550980607, -73.99085806817233, 40.58435059607336, -73.99090966179024, 40.584323041442396, -73.99096816933627, 40.584291042347324, -73.99098802324006, 40.58428472403148, -73.9910285841099, 40.58427886029428, -73.9911146647059, 40.58426456666818, -73.99113574323368, 40.584259933301205, -73.99115610616394, 40.58425384913172, -73.99117538259463, 40.58424642669703, -73.99119326068165, 40.58423778304188, -73.9912748478903, 40.584188437869805, -73.99131471273328, 40.584166232176216, -73.99134113233195, 40.58415333687075, -73.99137181103487, 40.5841417062143, -73.99141144766496, 40.5841301482615, -73.99149335441918, 40.58411063910705, -73.99162763750742, 40.58406238360478, -73.99171200748383, 40.584009124648446, -73.99174393636875, 40.58399228535386, -73.99177256341478, 40.58397931986672, -73.99184907313557, 40.583950286133636, -73.99189940642898, 40.583926767114896, -73.99192397621232, 40.58391313581689, -73.99199661692872, 40.58386910529282, -73.99201771127991, 40.58385899658109, -73.99206565097758, 40.583839181176856, -73.99208410765559, 40.5838301366897, -73.9921488788501, 40.58378995526528, -73.9921993730013, 40.583762610701214, -73.99223860014624, 40.58374464520898, -73.99225694188527, 40.58373833647717, -73.99229808407955, 40.58372693591117, -73.99238704220436, 40.58369162510242, -73.99245840027457, 40.583662892296815, -73.99259244038221, 40.583607840297375, -73.99266959637072, 40.583580835839044, -73.99274289755677, 40.58354880886476, -73.99280410564887, 40.58352029402979, -73.99284053917535, 40.583501274543885, -73.9928575303142, 40.5834878388874, -73.9928648065208, 40.58347391184003, -73.99286765503868, 40.58344467921665, -73.99286829425367, 40.58342057313744, -73.9928720265109, 40.58340013688419, -73.99288873954748, 40.583380302084215, -73.9929157397437, 40.58336659237832, -73.99293419475504, 40.58335981437228, -73.99295229734979, 40.58335711211199, -73.99298830331077, 40.58335924045142, -73.99305598772146, 40.583361412122606, -73.99307736310446, 40.58336039492021, -73.99309522246216, 40.58335686504145, -73.99311058645952, 40.58334934208818, -73.99313876249595, 40.58329477473913, -73.99314827494555, 40.58327687289541, -73.99315863388715, 40.58326274249464, -73.99317334383255, 40.58325196139916, -73.99319249695365, 40.58324411447145, -73.99323618954308, 40.58323686513441, -73.99326867955729, 40.58323515244532, -73.99328998423309, 40.583232091910894, -73.99332518617025, 40.58321845282815, -73.99334224402963, 40.58320938554403, -73.99340111916509, 40.58315315753798, -73.99343636792587, 40.58311912426294, -73.99345400270364, 40.58310434677415, -73.99348108590442, 40.58308498165072, -73.99350935007561, 40.583067252839264, -73.99353793396897, 40.583053172960916, -73.99357239520344, 40.58303932664003, -73.99361822049433, 40.58302254523325, -73.99370505869636, 40.58299249414372, -73.99375218592571, 40.582971609968574, -73.99385507139104, 40.582924566754066, -73.9938857659877, 40.582909002838754, -73.99391236313751, 40.58289399522185, -73.99397191265965, 40.582856037683754, -73.99401997610452, 40.58282474969677, -73.99404728891382, 40.58281028059897, -73.99409540328953, 40.58278997627116, -73.99413645530439, 40.58277304762649, -73.99417028780482, 40.58276033665431, -73.9943048625332, 40.582714147435695, -73.99440354725677, 40.58267915703119, -73.9944368798312, 40.58266892149586, -73.99446809790419, 40.58266175753563, -73.99455936337957, 40.58264570555493, -73.99464238326686, 40.582629953892464, -73.99467466197434, 40.58262261972655, -73.99471067683005, 40.5826125274193, -73.99474216566452, 40.58260108410808, -73.99476785055049, 40.58258749727752, -73.99478591239453, 40.58257361742525, -73.99480129798714, 40.58255703227565, -73.99481983825373, 40.58252692229972, -73.99484151873828, 40.58250203549963, -73.99485688856123, 40.58249044464663, -73.99487566111766, 40.58248029117937, -73.99489753407765, 40.58247104107206, -73.99492604743396, 40.58246093935852, -73.99494890877384, 40.58245454754754, -73.99496753079336, 40.582451146185896, -73.99498548650114, 40.58244974575599, -73.99503534802653, 40.58245048815192, -73.9950686148805, 40.58244766284045, -73.99511051882736, 40.582436054178295, -73.9951307852815, 40.58242840599002, -73.99515822162381, 40.58241508570121, -73.99518226455574, 40.582401811190266, -73.99520725377027, 40.58238568565549, -73.9952333333561, 40.582366789248795, -73.99527177543403, 40.58233694477738, -73.99528433529747, 40.58232441630611, -73.99529295386672, 40.58230979845681, -73.99530784953636, 40.58228704643201, -73.99533369293924, 40.582266572275024, -73.99535787991185, 40.5822528501727, -73.99538825601903, 40.58223882753895, -73.99541971134457, 40.58222949847015, -73.99545454919186, 40.58222349245947, -73.99547520492139, 40.58222165530576, -73.99549337765117, 40.58222371641845, -73.99552558686386, 40.582226822683374, -73.99556164410728, 40.582231356418205, -73.99558147391208, 40.58223426767544, -73.99559964660148, 40.582237042886725, -73.99562854688013, 40.58223125452243, -73.99565532448511, 40.582210039197484, -73.99567342521989, 40.58221130511645, -73.9956918518499, 40.58221407942222, -73.99572075274025, 40.58219846361855, -73.9957460871595, 40.58219270300808, -73.99576537853962, 40.58219287031761, -73.995796975098, 40.582190348210155, -73.9958149698399, 40.58218664411213, -73.99584408396144, 40.58217926447583, -73.99586060483534, 40.58217254176153, -73.99588759927366, 40.582157776842124, -73.99590213954473, 40.58214844613403, -73.9959157443544, 40.582139170322755, -73.99593078890418, 40.58213074465536, -73.99594752349006, 40.58212487203054, -73.99596530441167, 40.5821213335978, -73.99598646442085, 40.582119771029625, -73.99602205504786, 40.58212504573474, -73.99605544986528, 40.582131967411584, -73.99607337096465, 40.582134768654484, -73.99610446263276, 40.58214097702348, -73.99613803686334, 40.582150231939586, -73.99616491880704, 40.58215981441328, -73.99619885353424, 40.58216495212877, -73.99622785980962, 40.58216308900048, -73.99624689850715, 40.582161719026765, -73.9962833881753, 40.58216413901988, -73.99630631251966, 40.58216760047213, -73.99632786787569, 40.58217218663029, -73.99634510623386, 40.582176279160095, -73.99636280994271, 40.58218067337758, -73.99638055146195, 40.58218484696511, -73.99641304756719, 40.5821906428549, -73.99644550842976, 40.58219295280677, -73.9965677558026, 40.58220713076836, -73.99660550562494, 40.58221246118971, -73.99663846835374, 40.58221737811825, -73.99665923249445, 40.58221990559372, -73.9966776591186, 40.582223668516406, -73.99669633614447, 40.582227431443414, -73.99671357335968, 40.58223149600167, -73.99673369013534, 40.58223632968656, -73.99676434957718, 40.58224338705854, -73.99680026498984, 40.58225184668441, -73.99682250315941, 40.582255197250085, -73.99685446089674, 40.582257698884064, -73.99688886464075, 40.58226272654462, -73.99690901564054, 40.582268657037666, -73.99693841849033, 40.58227357468487, -73.99696857364155, 40.58228033031344, -73.99699013024699, 40.58228521892333, -73.99702010696724, 40.58229400611534, -73.99703827968031, 40.58229796168574, -73.99707473486338, 40.58230803948092, -73.99710539433967, 40.58231589282487, -73.99713842792201, 40.58232319690029, -73.99715537926362, 40.58232940373122, -73.99718251301583, 40.58233876714565, -73.99721756379643, 40.582350765678214, -73.99724055901342, 40.582356835763164, -73.9972617186352, 40.582365813591025, -73.99727621785878, 40.582374682293924, -73.9972999242568, 40.582377650079316, -73.9973335119991, 40.58238102872848, -73.99735456438191, 40.58238435124738, -73.9973905507027, 40.58239563833489, -73.99741455219046, 40.582403929999984, -73.99744147098828, 40.58241472067854, -73.99746698307183, 40.58242531860768, -73.99748958251904, 40.5824350663731, -73.99751175086203, 40.582444730376004, -73.99753291056027, 40.58245337946267, -73.9975555100618, 40.582462165455695, -73.99757807297404, 40.58247040212398, -73.997599734617, 40.58248056138731, -73.9976214340257, 40.5824917634538, -73.99764457209136, 40.58250219739895, -73.99766814484602, 40.58251194514914, -73.99769167747365, 40.58252097787771, -73.9977147813113, 40.5825313010436, -73.99773309804702, 40.5825406083196, -73.99775001161771, 40.58254933923005, -73.99776588110433, 40.5825569993949, -73.99779762018896, 40.58256927234562, -73.9978168382489, 40.58257567003322, -73.99783889576477, 40.582582067771085, -73.99786426636959, 40.58258857723128, -73.99788917044782, 40.582594535556794, -73.99791169574225, 40.58259980673396, -73.99793418800657, 40.58260384508918, -73.99796049768746, 40.582608568806386, -73.99798773928677, 40.58261337538205, -73.99801692619764, 40.582619033880356, -73.9980427658018, 40.582623618889905, -73.99806381827878, 40.582627547331256, -73.99808487075754, 40.58263150188393, -73.99810973590081, 40.58263721431796, -73.99813798735617, 40.582643420288534, -73.99817098818289, 40.58264921478851, -73.99820017396453, 40.58265410419288, -73.99822550808314, 40.58265811371874, -73.99825178121371, 40.58266195845748, -73.99827808741915, 40.58266580499169, -73.99830720237058, 40.582669787540425, -73.99833541612938, 40.582673277482236, -73.99835542456782, 40.58267498066076, -73.9983911976505, 40.58267704246618, -73.99842121153635, 40.58267778671511, -73.99844985880902, 40.58268012306383, -73.99847325000181, 40.582683172550496, -73.99849243393966, 40.58268808786248, -73.99851449155679, 40.582694512486285, -73.99853655154098, 40.58270091099068, -73.99855908044036, 40.582707363528144, -73.99858639413937, 40.582713733272, -73.99862925629583, 40.582723098337866, -73.99865365497539, 40.58272853508828, -73.99867614494713, 40.58273350624076, -73.99869770418123, 40.58273864127359, -73.99872023076401, 40.582744186952006, -73.99874178764269, 40.582749323777584, -73.99875902511249, 40.582753634772274, -73.99877723584109, 40.582758082654344, -73.99881048836318, 40.58276384995748, -73.99883103778131, 40.58276678857742, -73.99885266674278, 40.58277090959214, -73.9988750138576, 40.5827739851017, -73.99890463205699, 40.58277799451966, -73.9989450825138, 40.58278085316055, -73.99897290067004, 40.58278439697358, -73.99899575566371, 40.58278890069489, -73.9990177448988, 40.58279244264487, -73.99903973413265, 40.58279623403576, -73.99906006505329, 40.582799639084165, -73.99908075975856, 40.58280367629954, -73.99909821223521, 40.582807740501536, -73.99914208319814, 40.582818640776935, -73.99916363894836, 40.58282407829824, -73.9991851946988, 40.582829789574745, -73.99922568173731, 40.582839289479736, -73.99925008051065, 40.58284447935994, -73.99927545136377, 40.58284997271757, -73.99930179429926, 40.58285557413834, -73.99934271485081, 40.582864883994226, -73.99936905661467, 40.58287070512737, -73.99939449951454, 40.582878693810386, -73.99941893727821, 40.582885586545295, -73.9994457833901, 40.582893137569506, -73.99947550795137, 40.58290071561628, -73.99950807788797, 40.582908734023746, -73.99954017892242, 40.58291623101687, -73.99956745854892, 40.582922353783665, -73.99960934890052, 40.58293100436478, -73.99963806716912, 40.582937539559566, -73.99967016823364, 40.5829447060241, -73.99970511231582, 40.58295201026714, -73.99972447477728, 40.582956184242704, -73.99974567155698, 40.58296024835518, -73.99976683172201, 40.58296483476747, -73.9997866973588, 40.58296878810526, -73.99980558973589, 40.5829726883071, -73.99982679006783, 40.582977301724114, -73.99985129878509, 40.58298227174892, -73.99987249321754, 40.58298685814177, -73.99989448256385, 40.58299067458366, -73.9999181644913, 40.582994904362934, -73.99994350002345, 40.58299891260931, -74.00004563473175, 40.583017257183045, -74.00006308850354, 40.5830207719189, -74.00008198327299, 40.583024039907585, -74.00010483606104, 40.58302846146053, -74.00012686205099, 40.58303288210932, -74.00014802226467, 40.58303722080735, -74.00016695129966, 40.583041916112116, -74.00018634925117, 40.58304636376898, -74.00020430975015, 40.58305023599045, -74.00024439903574, 40.58306363480471, -74.00026509155173, 40.58307261207987, -74.00028632268581, 40.58308397753889, -74.00030413794374, 40.5830930925942, -74.00031914444548, 40.583102946984624, -74.00033321430797, 40.583113818067055, -74.00034929923216, 40.583128861268044, -74.00036408961917, 40.58314245102558, -74.00037567555752, 40.583155380707865, -74.0003853527978, 40.58317366851147, -74.00038870030087, 40.58319641933139, -74.00039391522587, 40.58322340260617, -74.00039639809012, 40.58323880155314, -74.00039596240151, 40.58326496086793, -74.00039408804093, 40.583285685526974, -74.00039149432209, 40.58330006960104, -74.00038821907886, 40.58331445187626, -74.00038332212567, 40.583330592879555, -74.00037713063334, 40.58334739036874, -74.00036949813114, 40.583363585411774, -74.00035740327857, 40.58338735657416, -74.0003504204014, 40.583403798357374, -74.00035243203376, 40.583428832009474, -74.00035886947109, 40.58345889056994, -74.00036408555108, 40.58347953145706, -74.00036948233247, 40.58349688092926, -74.00037408655494, 40.58351280217323, -74.00037585010615, 40.58352874954144, -74.00037454862212, 40.583554937675025, -74.00037541448941, 40.5835694586166, -74.00037580554533, 40.58358614802075, -74.0003762355837, 40.583603578555724, -74.00037583763267, 40.58362100909341, -74.00037436127873, 40.583637011404036, -74.00037446648312, 40.5836515602642, -74.00037547293158, 40.583670061519825, -74.00037835034415, 40.5836907303298, -74.00038190929405, 40.58371282826844, -74.00038619110585, 40.583733470958244, -74.0003906146337, 40.58374974880916, -74.0004047933976, 40.58377497603009, -74.00041144812873, 40.58378941590345, -74.00041655790562, 40.58380349737359, -74.00042037080043, 40.58382197070214, -74.00042443414222, 40.58384662072144, -74.00042795652766, 40.58387308259607, -74.00043004491837, 40.583888756202555, -74.00043141043625, 40.58390382556032, -74.00043342322557, 40.583918127669435, -74.00043442966496, 40.58393209929013, -74.00043475103402, 40.583946455437, -74.00043446174057, 40.583960427963085, -74.0004295647904, 40.58398266191043, -74.0004198817564, 40.58400278144557, -74.0004099104952, 40.584019991388985, -74.000401413375, 40.58404645240579, -74.00039860348289, 40.584062097212836, -74.0003955077546, 40.58407884156012, -74.00039190766604, 40.58409525721791, -74.00038668701926, 40.58411167108002, -74.00037984579461, 40.58412484666415, -74.00037077572046, 40.5841397782762, -74.00035598059655, 40.58416558102674, -74.00033913491006, 40.58418180220988, -74.00031976980085, 40.58420024679045, -74.00030001015617, 40.584215233358016, -74.00027985244509, 40.58422912128428, -74.00025732294357, 40.58424276246888, -74.00023712976996, 40.584253711979116, -74.00021643459313, 40.58426438952862, -74.00019577485078, 40.584277151786466, -74.0001775258613, 40.58428969520966, -74.00015834138453, 40.58430382985652, -74.00014207202094, 40.584318213041065, -74.00012454470695, 40.58433262233985, -74.00010665476765, 40.58434749900808, -74.0000894841521, 40.584362649432094, -74.00007552039901, 40.58437629147437, -74.0000574497229, 40.584396520847335, -74.00004290955091, 40.584418149629876, -74.00002994859325, 40.584440463708525, -74.00000899937503, 40.58445893705343, -73.99999636558263, 40.58447436302316, -73.99997883701259, 40.58449659424755, -73.9999527059718, 40.58450779315132, -73.9999410796998, 40.58451882726171, -73.99993290952848, 40.584531645310186, -73.99991908507239, 40.58455673208782, -73.99989043455501, 40.58457026423223, -73.99986988333573, 40.58457679480791, -73.99983381978389, 40.584582308667436, -73.99980574801981, 40.58459336975474, -73.9997869224705, 40.58460217954375, -73.99976752405739, 40.58460816258491, -73.99974394900315, 40.58461721910061, -73.99972408047303, 40.584623722636024, -73.9997039615408, 40.58462786589498, -73.99966984096801, 40.58463519246196, -73.99964673718148, 40.58464378158733, -73.9996245629692, 40.58465292183148, -73.99960188912371, 40.584660522174275, -73.99957691078573, 40.584670951949256, -73.99955664768746, 40.58468105124494, -73.9995383276201, 40.58469027343487, -73.99951863853461, 40.58470399643303, -73.99950010343677, 40.58471925752716, -73.99948106159316, 40.5847362467207, -73.99946356707066, 40.584754279625194, -73.99944790926627, 40.58477231343629, -73.9994285791564, 40.58479292632661, -73.99940813520483, 40.58481137074708, -73.99938801489684, 40.58482844276771, -73.99936544717862, 40.584845734499, -73.9993333768338, 40.58486771879951, -73.99931455113837, 40.584877159777854, -73.99929331584633, 40.58488561286405, -73.99927017531697, 40.58489340585037, -73.99924890105937, 40.58489971748297, -73.99923047580019, 40.5849058652355, -73.99921017599064, 40.58491352224966, -73.99918944266246, 40.584922962293874, -73.99917202373432, 40.58493078321689, -73.99915222825338, 40.584940033250625, -73.99913056059664, 40.58494947417781, -73.99910936068164, 40.58495883315688, -73.99908960061082, 40.58496868563034, -73.99906703284577, 40.584980404863025, -73.99903741218239, 40.58499695444073, -73.99902261896891, 40.58500546246249, -73.9989958378571, 40.585020832367746, -73.9989585146112, 40.58504201955386, -73.99893738664274, 40.58505464470072, -73.99891813086494, 40.58506556787177, -73.99889743403499, 40.58507682061738, -73.99887580406609, 40.58508801751772, -73.99885467490081, 40.58509979165454, -73.99882253341819, 40.58512045924577, -73.99880003636969, 40.58513530684537, -73.99878167936849, 40.5851493593222, -73.99876821603891, 40.58516116234085, -73.99875608744071, 40.5851729635713, -73.99874154566146, 40.58518586431331, -73.99872178536363, 40.5852012342311, -73.99869838816593, 40.58521803143413, -73.99867672022383, 40.58523408752147, -73.99865465536473, 40.58525157092981, -73.99862305232868, 40.58527410345552, -73.99860714509266, 40.585285082446774, -73.9985775926351, 40.585304156073825, -73.99856139601485, 40.585314175097025, -73.99853483323638, 40.585327539431226, -73.99851593767677, 40.58533390679066, -73.99849131927995, 40.58533986163216, -73.99846803214533, 40.58534274119829, -73.99843524591611, 40.585345592714496, -73.99841692689326, 40.585346359709604, -73.99839814011459, 40.58534737343871, -73.99837982109678, 40.58534789278394, -73.99836009645517, 40.585348934409865, -73.99834130967493, 40.585349948129696, -73.99830938578698, 40.58534945147595, -73.9982893411079, 40.58534794010076, -73.99826763922658, 40.585346428697115, -73.99824129395677, 40.58535059862135, -73.99823142839087, 40.585362099056, -73.99823063528142, 40.58538224645677, -73.998235996279, 40.58539761757535, -73.99825726173034, 40.58542166728127, -73.99827752354192, 40.58543198848698, -73.99829436588048, 40.58544006103113, -73.99831257733499, 40.58544354902763, -73.9983355713438, 40.5854500295303, -73.99835853352171, 40.585454204687714, -73.99838052361454, 40.585457170423744, -73.99839916740466, 40.58546016312471, -73.99841781002043, 40.58546293789589, -73.99843645143791, 40.585466508726874, -73.99846938169347, 40.58546966910731, -73.99850328407705, 40.58547249899886, -73.99853815735888, 40.58547719657856, -73.99856111957065, 40.58548082057505, -73.99858451527906, 40.58548452922154, -73.99860700620592, 40.585487962292085, -73.99863086852748, 40.58548977533276, -73.99865944616501, 40.585490986873864, -73.998689496745, 40.58549219662364, -73.99872001505865, 40.5854943411142, -73.9987534497087, 40.58549750051828, -73.99877540323207, 40.58549961788517, -73.99879818476882, 40.58550178658638, -73.99881931264058, 40.58550412186291, -73.99883961132062, 40.585506402195286, -73.99885940445768, 40.58550843577557, -73.99887872985416, 40.585509945243196, -73.99889712211717, 40.58551118274056, -73.99892904488668, 40.5855128598173, -73.99896338083248, 40.585514097451544, -73.99899627691832, 40.58551484247658, -73.99902485221116, 40.58551602511005, -73.99905058556878, 40.58551698888569, -73.99907253913013, 40.58551751046815, -73.99909373672739, 40.585518312103225, -73.99911234397818, 40.585519162342685, -73.9991399849605, 40.585519905484794, -73.99916240743981, 40.5855216643729, -73.99918198561187, 40.585523944639505, -73.99921257715106, 40.58552935429802, -73.99923409836079, 40.58553352746945, -73.9992551884283, 40.58553868940893, -73.99927293100691, 40.58554409896733, -73.99929214888043, 40.585550744050366, -73.99932961488885, 40.58556340203363, -73.99935369096251, 40.58557449301924, -73.99937974551261, 40.58558819282709, -73.99940245494446, 40.585601780946696, -73.99941911670965, 40.585613312235736, -73.9994333664815, 40.58562583048426, -73.99944916478798, 40.58563974815193, -73.9994661147563, 40.585654407854136, -73.99948112286208, 40.58566799682265, -73.99949569629266, 40.585681970310794, -73.99951088158677, 40.58569591588346, -73.99952444984324, 40.58570879072498, -73.99953747712365, 40.58572097936378, -73.99954733645116, 40.58573316798867, -73.99955705166207, 40.58574757910411, -73.99956950249432, 40.58576591741199, -73.99958137809224, 40.58578428093107, -73.99959105666541, 40.58580448511111, -73.99960005131793, 40.58582724227202, -73.9996084707264, 40.58585145287513, -73.99962357907877, 40.585905530261726, -73.99963196428288, 40.58592394779529, -73.99964157084838, 40.58594234191836, -73.99964675149742, 40.58595680704312, -73.99965466536628, 40.585985026771574, -73.99965790175447, 40.58600275808856, -73.99965970062891, 40.586020162511176, -73.99965840003206, 40.586039431908695, -73.99965429763246, 40.58605875532914, -73.9996502637457, 40.586076981011566, -73.99964597826535, 40.586094467363196, -73.99963920871718, 40.58611272005239, -73.9996251699917, 40.58614398528179, -73.99961638648281, 40.58616297819326, -73.99960796206645, 40.586179804445734, -73.99959928486884, 40.586196659513504, -73.99959233814407, 40.586210547361894, -73.99957815295431, 40.586234345444204, -73.99956216996526, 40.58625819754928, -73.99954946486943, 40.58627181161379, -73.99952858580447, 40.586291902208316, -73.99950605422045, 40.586312570928, -73.99949100799783, 40.5863210790079, -73.99947427148655, 40.58632750146581, -73.99945163125821, 40.58634144326404, -73.99942539186023, 40.586359310421635, -73.99940991563813, 40.586370151744994, -73.99939292510606, 40.58638118486977, -73.99936107146534, 40.58639367315622, -73.99934217450361, 40.58639984613783, -73.99931147254024, 40.58641024700371, -73.99927922441627, 40.586416421695205, -73.99925150976082, 40.58642155270059, -73.99921451081144, 40.58642854862025, -73.99917862579218, 40.586430522316746, -73.99907590682734, 40.58644718752387, -73.99901027298351, 40.5864602256562, -73.99894107417488, 40.58647713326741, -73.99886550273047, 40.58649379222969, -73.99881419799564, 40.58650759853698, -73.99878352195083, 40.58651449622587, -73.99876058759483, 40.58651764331018, -73.99868973284687, 40.58652258369616, -73.99860519969221, 40.586528812522175, -73.99852775613562, 40.58653446684311, -73.99845553238434, 40.58653723770613, -73.99839972742903, 40.58653871920406, -73.99833927803117, 40.58653762060816, -73.9983020499046, 40.58653924010575, -73.99826122256474, 40.586543739410764, -73.99824024303544, 40.58654824260905, -73.99821135759596, 40.586556119041475, -73.9981687298365, 40.58656951275551, -73.99812905378474, 40.58658691473165, -73.99808545245132, 40.58660807541345, -73.99804952310518, 40.58662690475406, -73.99800174486472, 40.58665149632732, -73.99795400327375, 40.58667389420625, -73.99790111395274, 40.58669590564682, -73.99784505523935, 40.58672324359965, -73.99777427237115, 40.58676026907165, -73.99771630469621, 40.586788155343235, -73.99765383997754, 40.58681955443563, -73.99762258347529, 40.58683261498467, -73.9975765381091, 40.586847824763645, -73.99733826165703, 40.58696653098861, -73.99729973793124, 40.58698608225375, -73.99726416728137, 40.58700413420481, -73.99719363310705, 40.58703932135589, -73.99716987019416, 40.58704883300162, -73.99711363167205, 40.58706849633196, -73.99705105807045, 40.58709231808928, -73.99694689662614, 40.587131457518275, -73.99686541957179, 40.5871619218315, -73.99679038738782, 40.58718783051932, -73.9967561845982, 40.587200641305, -73.99672687678289, 40.587213081204304, -73.99664565055042, 40.587255047753686, -73.99656571908281, 40.58729215415961, -73.99648859540868, 40.58732695705684, -73.99643318649882, 40.587353194800045, -73.9961836017812, 40.587474096450904, -73.99613766287997, 40.587493738031824, -73.99603148264029, 40.58753461367122, -73.99594046001705, 40.58757106457712, -73.9958926840878, 40.58759208379573, -73.99579294997109, 40.58764409531618, -73.99571994187754, 40.58768178852688, -73.99567974938641, 40.58770112756246, -73.99557069172145, 40.58774992637181, -73.99546851238611, 40.58779587068998, -73.99536067481684, 40.58784186872015, -73.99528110309643, 40.587883119353776, -73.99520545704245, 40.587916932673934, -73.99514164641472, 40.58794051289822, -73.99512160149936, 40.587948741030985, -73.9950929721166, 40.587963124771356, -73.99504984113683, 40.58798804400351, -73.99498124015219, 40.58803181186371, -73.99495583189278, 40.58804664146946, -73.99490504633924, 40.58807253917963, -73.99482026961549, 40.5881128662259, -73.99475000358629, 40.58814676683866, -73.99470836601377, 40.58816446381363, -73.99467698326067, 40.58817544514619, -73.99459484277615, 40.58820132055003, -73.99449427888418, 40.58823666941941, -73.99436498471927, 40.58828738692677, -73.9942619727135, 40.58832665995292, -73.99417581287004, 40.58835756157707, -73.99406405326206, 40.58840026587605, -73.99404007694069, 40.5884081559204, -73.99396049943334, 40.58843160589399, -73.99384668559611, 40.58847203064883, -73.99374299031007, 40.58851058905754, -73.99364235597011, 40.58854423608803, -73.99347179952714, 40.58859721421396, -73.99339712235107, 40.58862291538341, -73.99334588603902, 40.58864541920556, -73.99326213669963, 40.58868386936971, -73.99318497508483, 40.5887221550679, -73.99314898996685, 40.58874192481644, -73.99319537859539, 40.58874254803349, -73.99327610175652, 40.58871524351741, -73.99335279438276, 40.58868856727674, -73.99344165591046, 40.588652039955576, -73.99353278743007, 40.58861820165582, -73.99360451613488, 40.58859283072609, -73.99366363213144, 40.58857302969367, -73.99375227618981, 40.58854695899607, -73.99384689889536, 40.58851597529537, -73.99391581366116, 40.588490534680076, -73.99400622275064, 40.58845927596527, -73.99404936991652, 40.588446084641404, -73.99409414579064, 40.588435208630344, -73.99412058356637, 40.588430192270486, -73.99414664440766, 40.58842648704721, -73.99417220900988, 40.58842410466152, -73.9941971935058, 40.588423054114806, -73.99422483681339, 40.5884238353607, -73.99424885940346, 40.58842714688914, -73.99429192740514, 40.588441038707735, -73.99431974750361, 40.5884465656972, -73.99433830715097, 40.58844656391163, -73.99439622477642, 40.58841562657211, -73.99443777106883, 40.58839051930022, -73.99446063969592, 40.58837827238781, -73.99448228430991, 40.58836894580911, -73.99452318240374, 40.58835381897466, -73.9945916632546, 40.58832807625765, -73.99464912909896, 40.58830123434902, -73.99473637011442, 40.58826231776202, -73.99477425107904, 40.58824882244804, -73.99480249685679, 40.58823307988043, -73.9948213068832, 40.588217635854775, -73.99485079508801, 40.588189283303535, -73.99486621588763, 40.58817694502335, -73.99488217757786, 40.58816603499514, -73.99489857029873, 40.58815662975826, -73.99491531844882, 40.58814877343484, -73.9949908938138, 40.588117952742245, -73.9950731290699, 40.58808490889362, -73.99514413008939, 40.58806048251986, -73.99517919370544, 40.588045746932394, -73.99520894178376, 40.588030650002864, -73.99526438888253, 40.587996972729606, -73.99532739942117, 40.58796230876375, -73.99539048106377, 40.58792336277776, -73.9954650116633, 40.58787637463561, -73.99551221707144, 40.58784261586958, -73.99553126867345, 40.58783168966211, -73.99555270685602, 40.58783093495477, -73.99556891636817, 40.58783845044819, -73.99558324152693, 40.58785043786567, -73.99559855029462, 40.58786789779934, -73.99578466058773, 40.58778649476745, -73.99577821090452, 40.58777057958185, -73.99577977099518, 40.5877568241453, -73.99579132065286, 40.58774427577627, -73.99584216342521, 40.58771946910996, -73.99587467633722, 40.58770637757308, -73.995899056034, 40.58770069344195, -73.9959159928303, 40.5876947677011, -73.99595147457457, 40.587674484668604, -73.99597796841147, 40.58765312608595, -73.99600915972282, 40.58763584793162, -73.99603795870516, 40.58762414842851, -73.99612451252918, 40.587591900037374, -73.99618489211515, 40.58756980591667, -73.99622644110423, 40.58755937832781, -73.99624462049468, 40.587553258066194, -73.99625950915164, 40.58754426502513, -73.99627114393742, 40.58752801095686, -73.99629150824353, 40.58750667011298, -73.99630536452327, 40.5874971556296, -73.99632420075513, 40.58748912086382, -73.9963555556945, 40.587479095435576, -73.99642932903832, 40.587456041652324, -73.99647469469348, 40.58744097459579, -73.996505880565, 40.58743301041927, -73.99656690136482, 40.58740935731108, -73.99660491986458, 40.587392203470664, -73.996664580042, 40.58736420884714, -73.99670548318934, 40.587343869905936, -73.99674418789996, 40.58732682680341, -73.99677828453831, 40.587312116814715, -73.99682472858832, 40.5872945777134, -73.99685519017908, 40.58728837484564, -73.99687481845936, 40.58728941998829, -73.99689652764722, 40.587299122815466, -73.9969102197381, 40.58731233026025, -73.99691378635893, 40.58732670180857, -73.99691020072024, 40.5873404175836, -73.99689734127217, 40.587355042637064, -73.99683786765257, 40.58738685830724, -73.9967779913188, 40.58741578685738, -73.99672200364856, 40.58744205263961, -73.99665413600353, 40.587475729356406, -73.99658460978604, 40.587510696433725, -73.99651173603638, 40.587543165315516, -73.99643058271892, 40.587581095568176, -73.99637063410665, 40.58760769064724, -73.99629434032423, 40.587643288601384, -73.99624260116023, 40.58766928052736, -73.99618852192185, 40.58769568299099, -73.99612112146356, 40.58773026533418, -73.99608754272765, 40.5877500667038, -73.99603377295765, 40.587774562697064, -73.99597400483258, 40.587799650098944, -73.99592539689523, 40.58782509087107, -73.99586285708924, 40.58785712025098, -73.99582976863844, 40.58787347886204, -73.99581169652625, 40.5878810101818, -73.99578037003418, 40.587885209976896, -73.9957619590121, 40.587890976250705, -73.99571379877692, 40.587913878374394, -73.99567883678822, 40.587930866337814, -73.99565388595039, 40.587944287696835, -73.995626556084, 40.58795798451998, -73.99559883291417, 40.587970801510295, -73.99546870930139, 40.58802733941066, -73.99539839029798, 40.58806469302447, -73.99533476914735, 40.58809727049161, -73.9952607431832, 40.588135997168386, -73.99519967838276, 40.58816451330584, -73.9951377133846, 40.58819363182278, -73.99506811376475, 40.58822596394643, -73.99500737274798, 40.58825060954625, -73.99492769343011, 40.588283955135495, -73.99485550314698, 40.58831645091092, -73.99478683996125, 40.58834908278002, -73.99473535222164, 40.588377955711486, -73.9946314038628, 40.58842829105354, -73.99456745719725, 40.58846029264514, -73.9945032234899, 40.588491552156185, -73.994449215248, 40.58851441384566, -73.99440197565067, 40.58853529919111, -73.99432758789695, 40.58856581877902, -73.99423429802071, 40.588607764111366, -73.99406953942737, 40.58868738629601, -73.99408030759542, 40.5887013566685, -73.99410365104222, 40.58873165327199, -73.99412893625684, 40.58876446963397, -73.99419983491283, 40.588856478793936, -73.99420970312546, 40.58886928563262, -73.99436809448738, 40.58879672123765, -73.99444882164873, 40.58875894461375, -73.99498679642217, 40.588507192046926, -73.99504606007783, 40.58848078947395, -73.99509139260635, 40.58846407500597, -73.9951088457084, 40.5884603556886, -73.99513001659784, 40.588466997046446, -73.99515126216386, 40.58848640692304, -73.99517014871701, 40.58850700898927, -73.99518571972756, 40.58852495977305, -73.99520518332501, 40.58855398265073, -73.99522171748833, 40.58858257495307, -73.99522822490432, 40.58859980493507, -73.99522679676986, 40.58861649517386, -73.99522016661648, 40.58863069074691, -73.99520662944266, 40.58864886094127, -73.99519360412373, 40.5886617018588, -73.99517469008418, 40.58867748723875, -73.99515270955061, 40.588692914978495, -73.99512867501251, 40.588705730209014, -73.9951025391631, 40.58871673349213, -73.99508060648871, 40.58872348738011, -73.9950420464262, 40.58873259721704, -73.9950067254103, 40.58874061124499, -73.99498937134811, 40.588745741670984, -73.99497226756247, 40.58875279562304, -73.99494774750292, 40.58876525688873, -73.99493107701693, 40.58877505474798, -73.99490781711995, 40.588790287871284, -73.99492760698674, 40.588815511502155, -73.99521484343771, 40.5891816099284, -73.99528358382794, 40.589269223772845, -73.99537723725983, 40.589388591028275, -73.99569124729436, 40.58922309247105, -73.99595106266737, 40.589110565335176, -73.99599149711173, 40.5891074374347, -73.99618311788954, 40.58901694858016, -73.99618994431593, 40.58899658527499, -73.99626010333392, 40.58895698256836, -73.99635108596138, 40.588905623250554, -73.9963923268767, 40.58886207344807, -73.99640741699116, 40.58884613736114, -73.99658145187749, 40.58876647067784, -73.99665154933179, 40.58874374533623, -73.99668409806743, 40.58872972063051, -73.99683939241812, 40.58863881718468, -73.9969480922863, 40.58857302699334, -73.99703497228573, 40.588528535314076, -73.99709686385384, 40.588491976550365, -73.99718561823539, 40.58844847357878, -73.99729968095738, 40.588395102301426, -73.99739480674377, 40.588349940553584, -73.99745022916086, 40.5883220156693, -73.99751247102787, 40.588288405002004, -73.99755092230342, 40.588266195321644, -73.997587647796, 40.588243171519075, -73.99767110884078, 40.588187289467044, -73.99774063312564, 40.588143620878355, -73.99782787251836, 40.58809287176901, -73.99786739137662, 40.588071757939346, -73.99789937967986, 40.58805598316138, -73.99795705776623, 40.58802905585289, -73.99802021089636, 40.58799949638021, -73.99803895259562, 40.58799041852608, -73.9982350951696, 40.58789542910381, -73.99828408731516, 40.58787170375791, -73.99834864226584, 40.587842362051894, -73.9985058750633, 40.58776682740681, -73.99863678477558, 40.587704466893165, -73.99875527461796, 40.587653634595966, -73.99887020051051, 40.587603543272, -73.99894094701213, 40.58756871260336, -73.99901490047074, 40.587533386630774, -73.99903365725483, 40.58752465891772, -73.99914556944198, 40.58747257803629, -73.99920316619738, 40.58744577347192, -73.99927178968197, 40.58741281026977, -73.99929101416765, 40.587403592632896, -73.99939621894376, 40.58735540172608, -73.99953303193791, 40.58729280968582, -73.99955192797717, 40.58728310121861, -73.99957749675212, 40.587268325528, -73.99963701268615, 40.58723280818901, -73.99968183650472, 40.58720999896527, -73.99982485034356, 40.587139957464245, -73.99991996436358, 40.58709663879297, -74.00008953969265, 40.58702475180472, -74.0001317598314, 40.5870078426363, -74.00015986917111, 40.58699555675995, -74.00017602225314, 40.58698504132464, -74.00018775757792, 40.586970652743254, -74.00019252728204, 40.58695723133462, -74.0001950680272, 40.586941475772946, -74.00019412890556, 40.58692195963134, -74.00018584241114, 40.58682022751584, -74.00018121072658, 40.586763368474955, -74.00017408310413, 40.58668729496915, -74.00017072719736, 40.586651487461296, -74.00016752372427, 40.58663729611736, -74.00014743135074, 40.586627826240544, -74.00010433850075, 40.58661758823692, -74.0001003057989, 40.58657894227754, -74.00010469985499, 40.5865567362663, -74.00011441761056, 40.58653741282519, -74.00012610562628, 40.586525424144476, -74.00014372329177, 40.58651320402078, -74.00018192462097, 40.586492480220734, -74.00022062794841, 40.586474694815024, -74.00024600611509, 40.58646623434579, -74.0002847968779, 40.586462153083936, -74.00031248788392, 40.58646497525245, -74.00034656687998, 40.58647350401222, -74.0003971887574, 40.58649703632685, -74.00041880254412, 40.58651031086611, -74.00043337162869, 40.586524099626935, -74.00044803761914, 40.586543991232816, -74.00045896981061, 40.58656206109289, -74.00046658043095, 40.58657695842139, -74.00047477583334, 40.58660323836309, -74.00047736870721, 40.5866204428524, -74.00047650425624, 40.58664753420274, -74.00046356039093, 40.586791317227956, -74.0004604116216, 40.58684052093927, -74.00046072833642, 40.5868622649762, -74.00046339921151, 40.58688449168418, -74.00046625668985, 40.58690238327161, -74.00048064650704, 40.58694142000126, -74.00049764088264, 40.58697562090707, -74.00050336279645, 40.58699047681664, -74.00050714397288, 40.58700479602254, -74.00050898093464, 40.58702746939242, -74.00050806205583, 40.587041477938364, -74.00050382042124, 40.587056061032854, -74.00049342818845, 40.58706995705438, -74.00046894647936, 40.58709446940355, -74.00044489350617, 40.5871148015162, -74.0004157341199, 40.58713561362137, -74.00039134089236, 40.58715036428005, -74.0003555359326, 40.58716921054976, -74.00025857823026, 40.58721782196136, -74.00016478958761, 40.58726206754913, -74.00011786922845, 40.58728170982266, -74.00005623674929, 40.58730472274411, -73.99989681798839, 40.587381422988194, -73.99978167233577, 40.587438777159946, -73.99954235582521, 40.58756182666854, -73.99933187704046, 40.58767120590426, -73.99897500328493, 40.58785164653788, -73.9987202237476, 40.587979776743964, -73.99853719105866, 40.58806968820986, -73.99847048962809, 40.588100803123034, -73.99839511782677, 40.58813382428444, -73.9981300480538, 40.58824310147981, -73.99802729451565, 40.58828723440801, -73.99763938055388, 40.588463003834235, -73.99765356369561, 40.58849701238606, -73.99766076398683, 40.588512854538195, -73.99768121406142, 40.58853469894558, -73.99770403734135, 40.588554324507406, -73.99802509492544, 40.58841132647834, -73.99835474404284, 40.588819751387874, -73.99841266359627, 40.58889151039678, -73.99866076915387, 40.589198901754976, -73.99921308383227, 40.588941774166315, -73.99925106807457, 40.58894191039917, -73.99926975398225, 40.58896666950513, -73.99925528219812, 40.58899329338143, -73.99932782169537, 40.58909876671053, -73.99935191568521, 40.589099105445634, -73.99937953326665, 40.5891083566731, -73.99939386294196, 40.5891185398661, -73.99944887675629, 40.58919638227013, -73.999450281102, 40.589216391902546, -73.99943861484569, 40.589239338978466, -73.99941575270817, 40.58925555998898, -73.99849207636865, 40.589684070040384, -73.99855616513202, 40.58976715583225, -73.99850186581142, 40.589827623466086, -73.99851864497687, 40.58985916090503, -73.99853787053989, 40.58989160429879, -73.9985599416349, 40.589931349166676, -73.99857717322041, 40.58996564310374, -73.99860051776737, 40.59000551405251, -73.99863310201613, 40.59005557992911, -73.99865863905562, 40.5900958669335, -73.9986739301704, 40.59011692674493, -73.99868702189511, 40.59013161082539, -73.99871716969155, 40.59016172285827, -73.99875889843734, 40.59020583274027, -73.99876857282956, 40.590217788189314, -73.998777983747, 40.59023273066991, -73.99878632556656, 40.590250467461686, -73.9987929958291, 40.59027157129124, -73.998791781148, 40.59028997256782, -73.99878294377237, 40.59030496348287, -73.99876573941653, 40.5903208584328, -73.99874787956607, 40.59033032543906, -73.99872656580922, 40.59033228744473, -73.99870786396255, 40.59032828531118, -73.99868847232655, 40.590320613535134, -73.99865721997325, 40.59029089320981, -73.99862611180609, 40.59025907916141, -73.99859608324535, 40.59023228913618, -73.99857666221634, 40.590220014767134, -73.99855370669069, 40.59021418989695, -73.99853174213344, 40.59021392666562, -73.99850615692995, 40.590215864261594, -73.99848644850465, 40.590219855122164, -73.99846824023996, 40.5902261180192, -73.9984429913964, 40.59024075028004, -73.99840719923405, 40.590274365416974, -73.99837565718158, 40.59031106399389, -73.99835822583574, 40.59033049523391, -73.99834530478422, 40.59034183263454, -73.99830004587898, 40.59037177706885, -73.99826216763198, 40.59039812670887, -73.9982326776699, 40.59042148402741, -73.99821792786095, 40.590436723352084, -73.99819613141852, 40.590463698181466, -73.99817124815212, 40.590495457436845, -73.99815130387884, 40.59052369932305, -73.99813668843223, 40.59054833469725, -73.99812030082086, 40.59058139443415, -73.99810592375495, 40.59061355728068, -73.9980962825967, 40.590639638971524, -73.9980688446853, 40.59073318124933, -73.99805746524564, 40.59077937518973, -73.99804815971126, 40.59079920725166, -73.9980306760226, 40.59082351117051, -73.99800959061514, 40.5908469748363, -73.99798887163506, 40.590862322990716, -73.9979546412082, 40.590875032369055, -73.99786637095337, 40.59091346869042, -73.9978107505418, 40.59093909202785, -73.99766586123174, 40.59100833939918, -73.99759723443279, 40.59104152315969, -73.99752107902748, 40.59108003150969, -73.99745691497655, 40.59111348814086, -73.99743240508587, 40.591127497933314, -73.9974065803111, 40.591144092192025, -73.99736975962294, 40.591172599213, -73.99731634634192, 40.5912054904825, -73.99729956692933, 40.591214950083874, -73.9972672685551, 40.59123315699558, -73.99722218961705, 40.59125547177596, -73.99718514006001, 40.59127350294755, -73.99716506116317, 40.59128542087625, -73.99714740260592, 40.591300099865165, -73.9971283554972, 40.591327026830285, -73.99711259589628, 40.591354224031825, -73.99710257286573, 40.591376157818814, -73.99709968624171, 40.59139290657367, -73.99710278632469, 40.59141156548889, -73.99711614391639, 40.591449718283585, -73.99713227283328, 40.59148800982636, -73.99714213933174, 40.591507892719754, -73.99715509957323, 40.591529510096244, -73.99717627661006, 40.59155827692557, -73.9972070880683, 40.59159291629597, -73.99723269274169, 40.59161939229173, -73.99725317448173, 40.59163782378743, -73.9972750667361, 40.59165541422441, -73.9972965680053, 40.591672690365506, -73.99734462750084, 40.59171259275951, -73.99738113193399, 40.59174371026877, -73.99740522245293, 40.591766476036454, -73.99742267893184, 40.59178610692999, -73.99744702430795, 40.5918175843539, -73.99748630530208, 40.59186946254784, -73.99750801431436, 40.59189449485796, -73.99752001122599, 40.591904834922325, -73.99754531808817, 40.59190915257285, -73.99756962104328, 40.59190808326814, -73.99759724009371, 40.5919019350781, -73.99762755619332, 40.591891747191035, -73.99766023498744, 40.59187865966012, -73.99776416155565, 40.59183044772881, -73.99780280124654, 40.59181388695593, -73.99785431233106, 40.59179816749959, -73.9978713941329, 40.591791572386924, -73.99790240610221, 40.59177577057984, -73.99792921856196, 40.59175924016564, -73.99796588115947, 40.591726836401186, -73.99798045750583, 40.591716695868875, -73.99800117186969, 40.59170662838398, -73.99802773483606, 40.59169644032579, -73.99808966373708, 40.59167731066153, -73.9982518373962, 40.591615993030054, -73.99836972236284, 40.59157328745959, -73.99846643469603, 40.591536480813595, -73.99855536916884, 40.59150486190162, -73.9985979564144, 40.59148570560315, -73.99864419751243, 40.591459873754864, -73.99872513950376, 40.5914107988785, -73.9988110889314, 40.59135840196738, -73.99888295363913, 40.59130924313648, -73.99897203446898, 40.59125313958206, -73.99904271529765, 40.59120367986546, -73.99906806010179, 40.591185928063176, -73.99908351148991, 40.59117634121916, -73.99910560407697, 40.591166752623906, -73.99914443198945, 40.59115548107265, -73.9992075850429, 40.591138162666404, -73.99926441460076, 40.59112360068612, -73.99930350467076, 40.59111582041057, -73.99933397601689, 40.59111227253044, -73.99937746159306, 40.59110975491183, -73.999442415883, 40.59110712031496, -73.99948402675153, 40.59110424513926, -73.99952562461328, 40.591102646890064, -73.99956999612776, 40.59110224272987, -73.99960462201136, 40.591103634162316, -73.9996337501779, 40.591106379053095, -73.99966385053968, 40.59111044140454, -73.9997475636011, 40.59112391884684, -73.99981997177265, 40.591136929740024, -73.99990958896846, 40.59115652702792, -73.99994023275832, 40.59116495504308, -73.99996860257465, 40.59117527504838, -74.00000234608237, 40.59119114406963, -74.00003607661397, 40.59121081959183, -74.00010085267279, 40.591255341412044, -74.00014255817922, 40.591285571926086, -74.00016883013464, 40.591307272694415, -74.00018920273963, 40.5913293606915, -74.0002079700011, 40.59135733720787, -74.00021658639545, 40.59137344124521, -74.00022246226926, 40.59141161710641, -74.00022319831743, 40.59144237176707, -74.00022287118234, 40.59146730094634, -74.00022100361319, 40.59148428301294, -74.00021663288568, 40.59150286621415, -74.00020858126341, 40.59152844738619, -74.00020140732177, 40.591548879365554, -74.00019435975327, 40.591562044123506, -74.00017924040867, 40.59158255175852, -74.00015446516339, 40.59161295975474, -74.00012397006631, 40.59164875197885, -74.00009902465756, 40.59167451596601, -74.00007222695203, 40.591697967405835, -74.00004463184993, 40.59171915672591, -74.00001015448552, 40.591743750917544, -73.99995308237904, 40.591782781375834, -73.9998874091559, 40.59182463943965, -73.99979530537279, 40.59188420170352, -73.99971426786948, 40.591942429346226, -73.99967997692819, 40.591964047210325, -73.99960504667433, 40.592004067118516, -73.99953541213004, 40.5920420815346, -73.9994597989051, 40.59208245705164, -73.99943420345089, 40.592097526279666, -73.99940678757248, 40.59211500979464, -73.99929312397468, 40.59218846030653, -73.99922060770604, 40.59223901969862, -73.99915071859269, 40.592286778437774, -73.99913287479939, 40.59229701544936, -73.9990840332654, 40.59232171911627, -73.9990389187027, 40.59234804193386, -73.99901793490368, 40.592361785537506, -73.99900031901701, 40.592375077104165, -73.99898874437619, 40.59238615163395, -73.99897579933936, 40.59240194939318, -73.99896302436261, 40.592420482941094, -73.99895599414022, 40.59243603851052, -73.99895287639184, 40.592453197046105, -73.99895939464854, 40.59246719933631, -73.99898357717562, 40.592473668008985, -73.99902649431836, 40.592467110772624, -73.99906793719765, 40.59245901271352, -73.99909458290239, 40.59245546126414, -73.99912525920516, 40.59245440248681, -73.9991503088293, 40.592460623487156, -73.99920033101974, 40.592497002270825, -73.99925556630438, 40.592541689291, -73.99928576990362, 40.59256077876758, -73.99931143016674, 40.5925820114536, -73.99932797427677, 40.59260034529766, -73.99937114486276, 40.59265609241305, -73.99940950877645, 40.592708526463554, -73.99943303910867, 40.59274321292335, -73.99945882099051, 40.5927858951317, -73.99948175594267, 40.592826874432454, -73.99949177688065, 40.59285059785239, -73.99949803176874, 40.59287608898144, -73.99949853477838, 40.59290699582986, -73.99949590969787, 40.59293207448033, -73.99949086531572, 40.59295140508236, -73.99948097635651, 40.592968103433996, -73.999461842356, 40.59298750060893, -73.99942079588881, 40.59302227680203, -73.9993709981256, 40.59305930333944, -73.99933178618224, 40.593091938067126, -73.99927331023395, 40.59313670540582, -73.99922304453283, 40.593170851103096, -73.99918249996037, 40.593200000747004, -73.99915993528566, 40.5932157480276, -73.99914437003258, 40.59322508813585, -73.99909356325115, 40.59325193053181, -73.9990241409556, 40.593288492091865, -73.99897423545953, 40.59331338661156, -73.99893056619385, 40.59333556879291, -73.9989038762325, 40.59335055144064, -73.99885656356125, 40.5933811543482, -73.99881447239137, 40.59340755905261, -73.99877025362268, 40.59343358099663, -73.99870940392681, 40.59346703835503, -73.9986779318317, 40.59348254590112, -73.99864208043925, 40.59350266226278, -73.99860220885552, 40.59352772423581, -73.99858827012505, 40.59353793959649, -73.99859218355867, 40.59355282258543, -73.99861026023143, 40.593555131745966, -73.99866025092429, 40.59353897876106, -73.99868000760596, 40.59353327237652, -73.99872884385825, 40.59353014090867, -74.0003152038039, 40.59279124778131, -74.00032816413122, 40.59281101062062, -74.00110198023805, 40.59252469535194, -74.00131547965688, 40.59286648567569, -74.0017926875411, 40.59361890029273, -74.00186510873048, 40.59373308273266, -74.00195638043259, 40.593876989263194, -74.00198076509199, 40.59390045556924, -74.00199796381794, 40.5939280454892, -74.00204515042084, 40.594019866466255, -74.00210180264273, 40.59413040731805, -74.00214517585123, 40.59421267737734, -74.00218246231196, 40.5942774575821, -74.00230664125829, 40.594473094627574, -74.00243020788136, 40.59467065236312, -74.00247181974692, 40.594733935710835, -74.00253797558808, 40.594831319498184, -74.0026383644333, 40.59497603754168, -74.00272393013488, 40.59509438674204, -74.00281895320227, 40.59521927253994, -74.00287702719534, 40.595290218780654, -74.00290498901425, 40.59532145180593, -74.0029328066377, 40.59535051186675, -74.00295267444284, 40.59536936199923, -74.00300026044549, 40.595411489919066, -74.00302124830137, 40.59543212304519, -74.00313816329717, 40.59556081000414, -74.00316842547845, 40.595592168974854, -74.00319089956335, 40.59561197624938, -74.00332718359596, 40.595713845810415, -74.00345849916816, 40.5958151102073, -74.0035279122724, 40.595869138554995, -74.00357020016222, 40.595904214406566, -74.00369871022608, 40.59601799587869, -74.00381023053865, 40.59611744685356, -74.00397672081655, 40.596258705293586, -74.00400093924756, 40.59628129676393, -74.0040572047525, 40.59633918668738, -74.00408431898956, 40.59636482720722, -74.00416426730672, 40.59643391693356, -74.00424332244268, 40.59649952431595, -74.00439890575106, 40.59662395537666, -74.00452256365917, 40.59672837337222, -74.00461802907815, 40.59681256303144, -74.00476216985292, 40.59693935252439, -74.00481187384733, 40.596979529968664, -74.00489792272434, 40.59704237290064, -74.00503349608049, 40.597140587034616, -74.00512450311173, 40.59721129744395, -74.00522105251049, 40.59728512153592, -74.00528300733598, 40.59733020876703, -74.00543215529767, 40.597432843368644, -74.00556139355358, 40.597521146925445, -74.00560023531956, 40.597545385303576, -74.00569949207404, 40.5976024798531, -74.00580691459542, 40.59767014333657, -74.00583689449125, 40.59769054405501, -74.00592661718574, 40.59775485027536, -74.00602504574572, 40.597818172598586, -74.00612530413022, 40.59787754955077, -74.00625094964084, 40.59794599690025, -74.0062961633746, 40.59797164401305, -74.00638440424179, 40.598023825321214, -74.00649873820102, 40.59809142203299, -74.00656131183807, 40.59812961233565, -74.00671658435638, 40.59823128315472, -74.00685907718164, 40.598325186620066, -74.00695233511325, 40.598387417921494, -74.00700330240481, 40.59841947252433, -74.0071185390324, 40.59848652914898, -74.00727810079508, 40.59857913878427, -74.00740927798455, 40.59865938225621, -74.00745205886693, 40.59868456980291, -74.00752753510932, 40.59872608707071, -74.00762367789356, 40.59877635599726, -74.00768970065543, 40.598808152645844, -74.00771667303225, 40.59882249705992, -74.00782201625148, 40.5988862595297, -74.00790384756523, 40.59893542965643, -74.00794921264576, 40.59896108240972, -74.00797912232247, 40.59897673141569, -74.0080251772262, 40.5990008270878, -74.00807993871672, 40.59903000377732, -74.00818928367686, 40.599099874771426, -74.00826574795873, 40.59914638397827, -74.00836367627856, 40.59919996157492, -74.00842264355668, 40.59923518930459, -74.00846365566993, 40.59926246041167, -74.00851085716081, 40.599297598009, -74.00857548331427, 40.59934848262247, -74.00865850676594, 40.59941688367563, -74.00873580394098, 40.59947603673954, -74.00885314360184, 40.59956134144355, -74.00897157858637, 40.59964538430979, -74.00907273314422, 40.59971348287049, -74.00919791837862, 40.59978989754533, -74.00946612275357, 40.599961761157225, -74.00956019301887, 40.60002056557974, -74.0096548146243, 40.60007549042863, -74.00980639084145, 40.600157552094636, -74.00994671781706, 40.60023263908882, -74.01006908185612, 40.60029667897889, -74.0104719827751, 40.60050326419904, -74.01062519050193, 40.60057983414915, -74.01076609836066, 40.60064859301708, -74.01099084322728, 40.60075629040985, -74.01105875406762, 40.60078863245398, -74.0111957149638, 40.60085385842503, -74.01127562909805, 40.60088998766762, -74.0113976320196, 40.600941902444355, -74.01179261449035, 40.60110832682179, -74.01197066297912, 40.60118437462205, -74.01205020545012, 40.6012187509476, -74.01209279690738, 40.601236106740316, -74.01220419883539, 40.601276339300064, -74.0122680376617, 40.60129892480328, -74.01228596641977, 40.60130527066879, -74.01229069879138, 40.60132132917456, -74.01228224529682, 40.60134010416435, -74.01228104068761, 40.60135560678208, -74.0124295672353, 40.60140947715997, -74.01244890221194, 40.6014106907721, -74.01247046308461, 40.60138663638829, -74.0124873334993, 40.60138147276347, -74.01251399260052, 40.601383777001494, -74.01254808920685, 40.60139319004395, -74.01265355185933, 40.60143045649589, -74.01277849387776, 40.601469507322655, -74.01302463099967, 40.60154296680135, -74.0131522324754, 40.601585653228405, -74.01338371029675, 40.60166885456194, -74.01347546884749, 40.60170078626022, -74.01364203608293, 40.601755558878025, -74.01366976164765, 40.60176648161857, -74.0136994237737, 40.601777954340584, -74.01373517644264, 40.60178953438989, -74.01377654837364, 40.60180182786862, -74.01381899811618, 40.601809811304, -74.01383822742297, 40.60181354255495, -74.01385612236372, 40.601820650021004, -74.01388417084203, 40.601833054930204, -74.01391629028622, 40.60184913527101, -74.01393418777432, 40.601857040587184, -74.01395114681155, 40.601863214310455, -74.01396897159383, 40.601868043446416, -74.01400371818866, 40.60187613671274, -74.01402197138225, 40.60187871628402, -74.01404069347345, 40.60188057988014, -74.01407724015883, 40.60188631443681, -74.01409790775492, 40.60189191134994, -74.01411529875573, 40.60189580757553, -74.01414345615021, 40.60190329825885, -74.01417726604694, 40.60191221466515, -74.01420355163127, 40.60191800447829, -74.01423214101004, 40.60192335454545, -74.01425936110631, 40.60192892450273, -74.01428092879473, 40.60193347846663, -74.01430300111281, 40.601938663629674, -74.014320393596, 40.601943850272235, -74.01433871962699, 40.601949858972354, -74.01435661559141, 40.60195581459247, -74.01437497965496, 40.601962839071035, -74.01439568418616, 40.601969644426596, -74.01442150205256, 40.60197592683413, -74.01445412324104, 40.60198385723631, -74.01447147895514, 40.60198827481476, -74.01448980470217, 40.60199285616327, -74.01451047348783, 40.601998179243274, -74.01453016977534, 40.602002844160815, -74.01454849658039, 40.60200682215005, -74.01456772264955, 40.602011512335324, -74.01458652096011, 40.60201590359833, -74.01460999726432, 40.6020226257154, -74.01463862235731, 40.60202885368589, -74.01469482822094, 40.60204172127755, -74.01472392135396, 40.602048663280925, -74.01474833451297, 40.602055000726764, -74.01477368320926, 40.60206043212194, -74.0148004000715, 40.60206589305254, -74.01482996073881, 40.602071241945254, -74.01484800137519, 40.60207393037598, -74.01486650875917, 40.60207689250219, -74.01489977830943, 40.60208314772286, -74.01493074510283, 40.60208915558953, -74.01496383416897, 40.60209661751474, -74.01499339528219, 40.60210383314769, -74.01501100382016, 40.60210789400487, -74.01503963146102, 40.60211461446063, -74.01506778660828, 40.60212174921141, -74.01510206688245, 40.6021302825619, -74.01511967412796, 40.602133793183576, -74.01513771366758, 40.60213672921251, -74.01515669026142, 40.602140268464815, -74.01519824041269, 40.60214965001999, -74.01522452658583, 40.60215722353377, -74.01525506125219, 40.60216424715915, -74.01527886096862, 40.60216907439811, -74.01530496353429, 40.60217449116746, -74.01533020828516, 40.602179636988154, -74.01536023701354, 40.60218542423627, -74.01537964340234, 40.60218770176287, -74.0154198997088, 40.602191183190236, -74.01545824662118, 40.602194142557536, -74.01548535963528, 40.60219556713554, -74.01551247280342, 40.602197649988796, -74.01553774900925, 40.602200776789125, -74.01556450145962, 40.602206344699354, -74.0155865370662, 40.602210349936804, -74.01560389276662, 40.602214136078146, -74.01562218523146, 40.60221726290734, -74.01565405237872, 40.602222996697975, -74.01568548594582, 40.60222881158592, -74.01570420858216, 40.6022323777981, -74.01572160206342, 40.602235998220436, -74.01573938885817, 40.6022390980845, -74.01577132729105, 40.60224642395587, -74.01580323053963, 40.602254819643434, -74.01583192848011, 40.60226343459061, -74.01585997853128, 40.602270184638776, -74.01588367204143, 40.602275204478815, -74.01591881310092, 40.602280799963566, -74.01593706875008, 40.6022829938069, -74.01595672934353, 40.60228584573388, -74.01598344713332, 40.60228946482157, -74.01602582625756, 40.602296184919346, -74.01606356192154, 40.60230194479355, -74.01608419180673, 40.60230671737687, -74.01610252235248, 40.60231077886617, -74.01612128306033, 40.602315250930324, -74.0161952771559, 40.60232504090892, -74.01621871754615, 40.60232871623605, -74.0162458666699, 40.60233258284546, -74.01627441930867, 40.602336065627306, -74.01630347644478, 40.60233954742992, -74.01634355417842, 40.60234659642755, -74.01636933443181, 40.6023523299847, -74.01640170641144, 40.602358914489365, -74.01643544393895, 40.60236445508462, -74.01646688004408, 40.60237043365338, -74.01649172559893, 40.60237550993592, -74.0165180114372, 40.602380776916654, -74.01654796913655, 40.60238521938512, -74.01657140833132, 40.602388674913094, -74.01660468019747, 40.602393473495574, -74.01663622163981, 40.602395336616944, -74.01667316493165, 40.60239755465234, -74.01669329316402, 40.60239922580103, -74.01671759783105, 40.602400403753144, -74.01673815726687, 40.602401910035674, -74.01675879035588, 40.602405010227926, -74.01677657606888, 40.60240813604669, -74.01680848017756, 40.60241444584586, -74.01682796034244, 40.602418341355246, -74.01684736573638, 40.602420891492315, -74.0168681779779, 40.60242223201847, -74.01690209788683, 40.60242453417251, -74.01693900446628, 40.602426313573645, -74.01696006954303, 40.60242762793074, -74.01698156463333, 40.60242875040926, -74.01702448537424, 40.60243203816908, -74.01705980803476, 40.60243557378401, -74.01708461749811, 40.602437851121074, -74.01710892240371, 40.602439878182714, -74.0171384117639, 40.60244223315678, -74.01717935234092, 40.60244549593945, -74.01720740246994, 40.60244713789746, -74.017234514556, 40.60244900151768, -74.01725788227365, 40.60244995886815, -74.01727984632718, 40.602450695797046, -74.0172985351904, 40.60245102437769, -74.01733220001252, 40.602453654233216, -74.01735603904702, 40.602454226969726, -74.01737940671106, 40.60245496456813, -74.01740414237456, 40.602455071589155, -74.01742938500368, 40.602455589166006, -74.01745224785093, 40.6024550922104, -74.01747511075504, 40.60245481407704, -74.01749750809532, 40.6024543171832, -74.01753066881288, 40.60245389969065, -74.01754935649647, 40.60245422733019, -74.01758061152461, 40.60245400462698, -74.01760073841247, 40.602454906571104, -74.01762266691837, 40.602455232801795, -74.01764416074536, 40.60245596973317, -74.0176651899797, 40.60245569274403, -74.01768571246447, 40.602455827367656, -74.0177067418586, 40.60245615372066, -74.01772913806707, 40.60245584859305, -74.01775804974456, 40.60245389720071, -74.0177956038141, 40.602451226747085, -74.01781609150741, 40.602449385607365, -74.01783431112374, 40.60244897124293, -74.01785249508978, 40.6024477887358, -74.01787254954132, 40.6024473182479, -74.01790193046011, 40.60244610697554, -74.01793606519823, 40.60244308220288, -74.01796515712925, 40.60243926304747, -74.01800072991401, 40.60243253238253, -74.01803194722156, 40.60242830043818, -74.01805358886553, 40.60242516772643, -74.0180726690947, 40.602422228125086, -74.01809452559463, 40.60241846500635, -74.01811731539236, 40.6024144261766, -74.01813960289866, 40.602409811087455, -74.01815915426437, 40.602405883524675, -74.01819109037216, 40.60239907142779, -74.01821154172515, 40.60239404507673, -74.01824214442196, 40.60238473422816, -74.0182729987822, 40.60237547916377, -74.01829269390277, 40.60237020617544, -74.01831364791319, 40.60236715637212, -74.01834727783667, 40.60236748149988, -74.01836553586158, 40.602369345365965, -74.01838800384178, 40.60237236122393, -74.0184128503611, 40.60237611782609, -74.01843254781997, 40.60237935384656, -74.01846279451354, 40.60238591019541, -74.01849444478121, 40.60239232762999, -74.01851468176027, 40.602398280424666, -74.01854849374965, 40.60240747200465, -74.01856635570441, 40.60241254716444, -74.01859667523838, 40.602421765409524, -74.01862796883206, 40.602432795339105, -74.01865900814761, 40.602442864444406, -74.01868767211296, 40.6024509023498, -74.01870506502377, 40.602455922632444, -74.01872901083269, 40.602462232292936, -74.018755298271, 40.60246823899089, -74.01877362454397, 40.60247317626284, -74.01880459321086, 40.60247976031987, -74.01883530790225, 40.60248648038904, -74.0188695910758, 40.60249454434364, -74.01890642656163, 40.60250362455757, -74.01893505449229, 40.6025093849868, -74.01895453479308, 40.60251322430334, -74.01897397960485, 40.60251689972741, -74.0189927403908, 40.6025207661719, -74.0190124370754, 40.602525183578024, -74.0190312345706, 40.60252932556995, -74.01905280392803, 40.60253376697312, -74.01907815468303, 40.602540405918965, -74.01910804234493, 40.60255110726054, -74.0191406694169, 40.60256839455655, -74.01915489378499, 40.60257805388792, -74.01916912050498, 40.60258766008631, -74.01919490604162, 40.60261060198531, -74.0192183885305, 40.60263236638073, -74.01922973552215, 40.6026444972164, -74.01924835539326, 40.60266757808188, -74.01926535404327, 40.60268168461323, -74.01928472867353, 40.6026916726561, -74.01931000696706, 40.60270484485034, -74.01937562278688, 40.602747104312144, -74.01928977597812, 40.60285514177535, -74.01864635499938, 40.60365488809265, -74.01832463805127, 40.60392529814159, -74.01800288940174, 40.603785469115856, -74.01795170979166, 40.60375884868711, -74.01782306198582, 40.60369193831532, -74.01762388172054, 40.60360642664846, -74.01726847759456, 40.60349958954047, -74.01666710140576, 40.60332939322003, -74.01661094649289, 40.60331350083311, -74.0165240762837, 40.60328891559747, -74.01530515257508, 40.60299915141972, -74.01452089162824, 40.60281234623567, -74.01445862710642, 40.602878904464966, -74.01428350565234, 40.603082439836605, -74.0142316837926, 40.60314283797281, -74.01418660752745, 40.60318889443996, -74.01415526054079, 40.60322516502757, -74.01398026463585, 40.60342764720427, -74.01377613744974, 40.60364673913134, -74.01303979020531, 40.60447559967343, -74.0130166445058, 40.60450165259419, -74.0124481942072, 40.60514150482658, -74.01237090097331, 40.605214162770025, -74.01229446313282, 40.605287515772226, -74.01220109781245, 40.605377110531485, -74.0117203889667, 40.60583840151005, -74.0108234017762, 40.60670045446267, -74.01031878026261, 40.60718543178834, -74.01029558471893, 40.60720772357998, -74.00911636260325, 40.60834100710229, -74.00907837937523, 40.60837751094784, -74.00896326809844, 40.608488245407166, -74.00755842797112, 40.60983963014942, -74.0075314072811, 40.6098656209705, -74.0073114944732, 40.61007716043819, -74.00668379993603, 40.610680564162514, -74.00646907816659, 40.610887638715134, -74.00636919523888, 40.61098353810424, -74.00630288179256, 40.611047570624144, -74.0060143785916, 40.61132476742964, -74.00552168588024, 40.611797644147764, -74.00522789003118, 40.61208220547526, -74.00494119740414, 40.61235598830106, -74.00490990441446, 40.612385660013224, -74.00488658471491, 40.61240777240349, -74.0046619687573, 40.612620755884976, -74.0045808054793, 40.6127008956234, -74.00435895874229, 40.612916308902406, -74.00405879300239, 40.61319727437122, -74.00377812585944, 40.61347480382142, -74.0031957211383, 40.61403494286989, -74.00261355595278, 40.61459432159164, -74.00221481951625, 40.61497667764855, -74.00219209831685, 40.61499846438671, -74.00203156886329, 40.6151523987784, -74.00144909935202, 40.61571040635402, -74.00025824857865, 40.61499050638298, -74.00019136367779, 40.61495007312442, -74.00010318620487, 40.615267526668994, -73.99994343446062, 40.61578176284034, -73.99990646662046, 40.615759392977864, -73.99988105604544, 40.61574401475982, -73.99915743447914, 40.61530612265436, -73.99904164390347, 40.61523605041554, -73.9983730776122, 40.614831464064764, -73.99807778592285, 40.61465385606438, -73.9980062657535, 40.61461083786079, -73.99729863770537, 40.6141852164849, -73.99598267133759, 40.61338787021308, -73.99484127198414, 40.61270087113923, -73.99396747397772, 40.61217263512235, -73.99336694420063, 40.61181060872477, -73.99330867565132, 40.61177548141806, -73.99176641047627, 40.61084569484747, -73.98956702926596, 40.60951362984912, -73.98890837893818, 40.60911723698207, -73.98880165405834, 40.609053005945235, -73.98829505069894, 40.60874811273955, -73.98733916874312, 40.60816797379989, -73.98737795255227, 40.608127800395906, -73.98755183369816, 40.6079579836942, -73.98758398081303, 40.60792773414915, -73.9879020212126, 40.607626357186675, -73.98796509313935, 40.607565219291864, -73.98803876551455, 40.60749395700077, -73.98817080839282, 40.60736480795029, -73.9882953152307, 40.60723931049507, -73.98842267658578, 40.60711883449967, -73.98829533415397, 40.60713137577439, -73.98806626579028, 40.607155467287704, -73.9874382656221, 40.60722318353152, -73.98725486862213, 40.60724387173669, -73.98725486862213, 40.60724387173669 --73.74690978497243, 40.61172484779351, -73.74654302575951, 40.611366940065885, -73.74485060076286, 40.61203775108822, -73.74213175598332, 40.60761635327912, -73.7400869717211, 40.60580266890811, -73.73748561481597, 40.60233196057315, -73.7369866903609, 40.59622905472998, -73.73653575915816, 40.594530400988106, -73.73691532313379, 40.59450913564306, -73.7369350732062, 40.594509980525196, -73.73717919884072, 40.59452042240912, -73.73721113209821, 40.59452069625714, -73.7373804036549, 40.59452214585022, -73.73740262268792, 40.59452120784819, -73.73742738108658, 40.594524914257725, -73.73746407218356, 40.594525053921956, -73.73749199630754, 40.59452042416933, -73.73750666526233, 40.594508079036686, -73.73752654491662, 40.59448888288929, -73.73754878506897, 40.59448316941364, -73.73758056827847, 40.59448554734744, -73.73760733473746, 40.59448269976726, -73.73761397251916, 40.59446141476341, -73.7376066842654, 40.5944371892598, -73.7376173741934, 40.59441978307193, -73.73764681705828, 40.59441375733081, -73.73766539547907, 40.594432876504406, -73.73767386884742, 40.59445735235454, -73.7376848620661, 40.59447250089645, -73.73770588868618, 40.59449151578752, -73.73773859380215, 40.594507015556644, -73.73776862121986, 40.594517296056445, -73.73780429966263, 40.59452772362079, -73.73784632075082, 40.59453696073886, -73.7378665854798, 40.59453911960294, -73.73789505946648, 40.59454096939637, -73.73792638039029, 40.59454224933841, -73.73796403965429, 40.59454343296047, -73.73799154904557, 40.594543934242864, -73.73802474176024, 40.594545080645254, -73.73806121560783, 40.59454579506012, -73.73808660256242, 40.594545578264594, -73.7381244516195, 40.594544155241664, -73.73816864126835, 40.59454236212854, -73.7382015255801, 40.594539911073184, -73.73823347588186, 40.59453644298719, -73.73825858684751, 40.59453309709501, -73.73829116832955, 40.594525321409996, -73.73831924792246, 40.594517782208555, -73.73834149317838, 40.59451105279707, -73.73837101819294, 40.5945021444714, -73.73839884668207, 40.59449386354527, -73.73842547225804, 40.59448083139661, -73.73844602413445, 40.594464271562245, -73.73845944298071, 40.594440477767684, -73.73845882632246, 40.5944139342381, -73.73846104476632, 40.59438953771316, -73.73847313648801, 40.594373097299695, -73.73850642563086, 40.594386705272086, -73.73852130743217, 40.594411661214146, -73.73852484955613, 40.594436288775334, -73.73853870267297, 40.59444790467234, -73.73856982520269, 40.59445398559635, -73.73860151176034, 40.594463253858684, -73.73863316052439, 40.59447282370276, -73.73866175038293, 40.59448189039127, -73.73868947077213, 40.59449276875634, -73.73872046048436, 40.59450502605051, -73.7387476739922, 40.594516231941284, -73.73877701875924, 40.59452620714771, -73.73880133294429, 40.59453295963382, -73.73883510593514, 40.594542808010516, -73.73886582752122, 40.59455023423045, -73.7388943884394, 40.59455735295571, -73.73891801864823, 40.59456440643995, -73.73895247985793, 40.59457348729583, -73.7389779840126, 40.59457985792273, -73.73900183449788, 40.594585567403556, -73.73903767380777, 40.59459146710128, -73.7390728016222, 40.59459593873789, -73.73910408930384, 40.594596668061456, -73.73913581846976, 40.594595066014506, -73.73916682797821, 40.59459321558092, -73.73919775442732, 40.59458510628971, -73.7392253148645, 40.59457193829725, -73.73925237192954, 40.59455879707231, -73.73927640742868, 40.59454556703764, -73.7392864675288, 40.594532029730516, -73.73928537211803, 40.594508202909864, -73.73927675810046, 40.59448298662797, -73.73928017451313, 40.59446575559584, -73.73929321996584, 40.59445370822882, -73.73931940210292, 40.59446161751735, -73.73933385409632, 40.5944856952652, -73.73934855355773, 40.594511749328156, -73.73936471249012, 40.59452284804974, -73.7393965855063, 40.594530386603445, -73.73942749272008, 40.59453687924781, -73.73945887020976, 40.59454213742746, -73.73949465161377, 40.59454501828575, -73.73952765033566, 40.59454986948166, -73.73955531125202, 40.594557563240144, -73.73958864481726, 40.594568645021276, -73.73961964288092, 40.59457972060028, -73.73964105615836, 40.59458213029915, -73.73967453118921, 40.59458602257044, -73.73971130703414, 40.59459140277458, -73.73973350455928, 40.59459658605383, -73.73976421770813, 40.594605905821815, -73.7397958692867, 40.5946154195187, -73.73982493412622, 40.594623006526774, -73.73986314793719, 40.594629845189054, -73.73989032716614, 40.5946317167716, -73.73992214501186, 40.59463464345705, -73.73995274358161, 40.59463638768458, -73.73998678867832, 40.59463253932674, -73.74001746180711, 40.594624540006706, -73.7400474229713, 40.59461431386646, -73.7400609804537, 40.594600895168305, -73.7400729455313, 40.594579265466265, -73.74008106550757, 40.594556063751504, -73.74008908781511, 40.59453033403682, -73.74010803067222, 40.59451094441402, -73.74013579007242, 40.59451125483692, -73.74013650786388, 40.594540213797096, -73.74013381558045, 40.59456570702313, -73.7401428646735, 40.59458120844105, -73.74016878080009, 40.59460226372349, -73.74018444465207, 40.59461160518281, -73.74021121699516, 40.594624840416486, -73.74024577160765, 40.594637598846234, -73.74027411098133, 40.59464674921605, -73.7402998633932, 40.594654026040196, -73.74032961390131, 40.594660900352345, -73.74036407769874, 40.59466937743722, -73.74039192835116, 40.59467418883665, -73.74041902615488, 40.59467847712374, -73.74043885062677, 40.59468239146699, -73.74046978875904, 40.59469009150672, -73.74050615585668, 40.59469915008503, -73.74052975553244, 40.594704692984976, -73.74056325404626, 40.59471077963369, -73.74059247466485, 40.594715703941574, -73.7406283152485, 40.5947213293854, -73.74065158364004, 40.5947197069223, -73.74068162929552, 40.59470687468338, -73.74069758743876, 40.594695519931896, -73.74070772740461, 40.594671690561924, -73.74073934735246, 40.59467022470583, -73.74076789645838, 40.59466219247731, -73.74079275254677, 40.59464992393875, -73.74081144245685, 40.59463143865936, -73.74083150619015, 40.5946108438398, -73.74083861606421, 40.594597326759676, -73.74083755469655, 40.59457402143693, -73.74084053931767, 40.59454710151951, -73.74084682034751, 40.59452463493632, -73.740853312963, 40.59450304864446, -73.74086643008559, 40.594490726600554, -73.7409016925166, 40.59448792352694, -73.74091739709151, 40.59450536161359, -73.74091398982779, 40.594529781618604, -73.74090532472508, 40.59455441129836, -73.7408968553907, 40.59457547263155, -73.74088874036357, 40.59459686255471, -73.74089520320793, 40.594611260339306, -73.74091194083582, 40.59462186575822, -73.74094014998384, 40.594636285552184, -73.74096716912926, 40.594651414973356, -73.74099819287835, 40.59466476947072, -73.74102990392784, 40.59467697283435, -73.74105924396302, 40.594687359887445, -73.74108995960822, 40.59469700799838, -73.74112632743613, 40.59470590068499, -73.74115232916013, 40.5947144143025, -73.74118103827354, 40.59473031652953, -73.74121043799654, 40.594744518309234, -73.74123839978671, 40.59475786584572, -73.74126115077469, 40.59476842982193, -73.74129498153948, 40.594782394812356, -73.74131820419802, 40.594792273637715, -73.74134290864542, 40.594800534845724, -73.74137287510017, 40.59480782091404, -73.74139545460342, 40.59480746198985, -73.74142508775718, 40.594807774516624, -73.74146577518644, 40.594807702166555, -73.7415005697434, 40.59480525536542, -73.74153154734003, 40.594802195715175, -73.74156118686336, 40.594800862058456, -73.74159167065231, 40.594795359053194, -73.74162090935434, 40.594786174588975, -73.74164088055105, 40.594771123963376, -73.74165498005479, 40.59474700083586, -73.74165878281302, 40.5947225807986, -73.7416584003832, 40.59470051073222, -73.74165774458243, 40.594674900080946, -73.74166196708208, 40.59465404977414, -73.74167637971404, 40.59464211507552, -73.74169766096233, 40.59464142177985, -73.74171729076477, 40.594649562536944, -73.74173217849444, 40.594663842329545, -73.74174014441599, 40.59468063074039, -73.74173764409352, 40.594703076151006, -73.74173765850396, 40.594727450738205, -73.7417497716185, 40.59474224569746, -73.74177588678603, 40.59475871738253, -73.74180150874527, 40.59477167680012, -73.74182544369769, 40.59478342391501, -73.74184887923417, 40.59479417932365, -73.74188131367558, 40.5948060292693, -73.74191489662483, 40.594817823251006, -73.74194279895868, 40.59482856435803, -73.74196836548067, 40.5948375423854, -73.74199108883639, 40.594846733752064, -73.74202229859708, 40.59485849625859, -73.7420558858562, 40.59486979942155, -73.74208472765673, 40.59487894867062, -73.74211638244051, 40.59488744503972, -73.74214660148755, 40.59489451354535, -73.74217254588015, 40.594899264402535, -73.74220036449606, 40.59490325220984, -73.74222603007107, 40.59490556110179, -73.74225988232183, 40.59490423581414, -73.74229510744287, 40.59490165195748, -73.74232228370758, 40.59489515346339, -73.74235086359054, 40.594887998924385, -73.74238488133847, 40.5948811312297, -73.74242032395927, 40.59486962810618, -73.74241027197559, 40.5948052665496, -73.74238741302227, 40.59472893709998, -73.7426183733996, 40.59473648144013, -73.74276043213868, 40.59474399113714, -73.74277458404417, 40.594790492690585, -73.74279562998042, 40.59480489419225, -73.7428399368547, 40.59481899203868, -73.7428748757391, 40.594825684588976, -73.74291424443129, 40.5948318395189, -73.74295424356329, 40.59483319153605, -73.74297444956058, 40.594831645501536, -73.74300968299852, 40.59482749722983, -73.74304104024398, 40.59481878361536, -73.74306716810635, 40.594803800540916, -73.74309944205626, 40.59479171198536, -73.74313201836874, 40.59478547211639, -73.74316617530393, 40.594788760640704, -73.74319068580624, 40.594792218509184, -73.74322059819193, 40.59479426200908, -73.74325472871315, 40.59479581963592, -73.74328648316633, 40.594796548863314, -73.74331965200359, 40.59479566389546, -73.74334950459333, 40.59479482464259, -73.74337440007953, 40.594791559099626, -73.74340201042669, 40.59478396267737, -73.74342844480068, 40.59477342610515, -73.74345292271958, 40.59475646350393, -73.74346867279313, 40.59473426556398, -73.74347020330758, 40.5947104167327, -73.74346486640557, 40.5946844660506, -73.7434593805331, 40.594659777573874, -73.74345367423525, 40.59463588557075, -73.7434557105603, 40.59461168035959, -73.74346642658328, 40.59459723912369, -73.74348442084906, 40.594590197551405, -73.74350188023956, 40.59460061239117, -73.74351562993928, 40.594620624865684, -73.74353463454088, 40.594641500964705, -73.74356421587291, 40.594646369488956, -73.74359952697047, 40.594648727514645, -73.74362472787013, 40.59465051275217, -73.74365582876561, 40.59465283345108, -73.74368595952832, 40.59465460175597, -73.74371652900307, 40.59465502744572, -73.74374382335131, 40.59465525221072, -73.74377533011452, 40.59465493884155, -73.74380546734862, 40.59465563730395, -73.74384193750465, 40.5946570360768, -73.74387534521847, 40.59465883955306, -73.74390695784841, 40.59465956919354, -73.74393111153918, 40.59466118723369, -73.74396178412914, 40.59466306653789, -73.74398867647024, 40.5946643070435, -73.74401607369275, 40.59466574047969, -73.74405337237778, 40.59466672949032, -73.74408387319195, 40.59466657769186, -73.74411621286711, 40.59466563391451, -73.74414761468567, 40.594664961800035, -73.74417808018875, 40.59466385083712, -73.74420436974587, 40.59466270175385, -73.74423116226714, 40.59466193740836, -73.74425885699222, 40.59466095623654, -73.7442898240721, 40.59466028311567, -73.74434236495016, 40.594659330193636, -73.74437009235261, 40.59465876150885, -73.74439868595144, 40.594657506741754, -73.7444259157229, 40.594656085038466, -73.74445407431767, 40.5946555163919, -73.74448086801453, 40.59465475199082, -73.74451940375177, 40.59465291684803, -73.744551385361, 40.594650764546, -73.74458257321055, 40.59464981807696, -73.74461963603571, 40.5946469926496, -73.74465133538271, 40.594643272776274, -73.74468617333073, 40.594638383779866, -73.7447201119674, 40.594633572021436, -73.74475444927903, 40.594627994790415, -73.7447869499108, 40.59462233062158, -73.74481941569806, 40.59461619989346, -73.74484092612742, 40.59461240421066, -73.74486993723465, 40.594606375661535, -73.74490268671883, 40.59460112355317, -73.74493540542844, 40.594595267113874, -73.7449699598341, 40.594589442655554, -73.74500771885141, 40.59458310299248, -73.74503856584558, 40.59457705055836, -73.74506981030589, 40.59456992917215, -73.74509619663641, 40.594562602487414, -73.74512164656834, 40.594555165656566, -73.745147563571, 40.594547922568594, -73.74517341133789, 40.59453993728738, -73.74520113236215, 40.594531737325966, -73.74523389730955, 40.59452272545922, -73.74526435556956, 40.59451420105784, -73.74531928751168, 40.594499583897154, -73.74536138771609, 40.59448833956574, -73.74539198412772, 40.59448168312881, -73.74542254474596, 40.59447480777643, -73.74545818465641, 40.59446744747695, -73.74549375201198, 40.594459594417664, -73.74553169896353, 40.594452266220685, -73.7457961870936, 40.59439235693458, -73.74582731650686, 40.594387483702974, -73.74585005282748, 40.59438281433058, -73.74588151809738, 40.594375362719084, -73.74591470306078, 40.594369864541335, -73.74594695160395, 40.594363951842624, -73.74597487250065, 40.59435937495498, -73.74600383762431, 40.5943560620064, -73.74603470343746, 40.59435401759044, -73.74606379998112, 40.594353422706284, -73.74610126334419, 40.59434927841521, -73.74612798688484, 40.594347664278814, -73.74615510889451, 40.59434533509785, -73.74618317159357, 40.594342295671716, -73.74620615289447, 40.5943399861496, -73.74623402740666, 40.594338592458, -73.74626623034436, 40.59433534332658, -73.74630340214073, 40.594332377115094, -73.74633802330918, 40.594327569087696, -73.7463653779584, 40.59432090433533, -73.74639507119802, 40.59431498677145, -73.74642483285209, 40.59431002841161, -73.7464584369066, 40.594307385670945, -73.74648970444589, 40.59430438025682, -73.74651963498414, 40.59430192120623, -73.74654949724443, 40.59429877579601, -73.746575718725, 40.59429652737804, -73.74661070843226, 40.594289852389295, -73.74664919887938, 40.59428057808372, -73.74666826639381, 40.59427482793381, -73.7466975436696, 40.59426550628504, -73.74672469553674, 40.59425560270682, -73.74675559873016, 40.59424337232408, -73.7467857726838, 40.59423372303621, -73.74681113419484, 40.594221482228264, -73.74683948548707, 40.594208670763884, -73.7468545788075, 40.59418767942122, -73.74687685510591, 40.59416253085899, -73.74689146440329, 40.594136460376085, -73.74690315250092, 40.59412122489645, -73.74692257006218, 40.59410943744488, -73.74695815092736, 40.59409823490442, -73.74698770936124, 40.5940898179296, -73.74701509745016, 40.59408395006244, -73.74705450075261, 40.59408126408212, -73.74709226776885, 40.594082664678616, -73.74712039492196, 40.59408096965186, -73.74715072462021, 40.594077577469484, -73.74718526696056, 40.59407512929372, -73.74721469366663, 40.59407247714171, -73.74726458896778, 40.594065915789784, -73.74731243061116, 40.594059791158365, -73.74734279642992, 40.594056838461704, -73.74736909414547, 40.5940537669493, -73.74739382117149, 40.59404619114651, -73.74741791589167, 40.59403556656678, -73.74743608236753, 40.594020948625335, -73.74746306735729, 40.59399795175081, -73.74748778464934, 40.593974510429895, -73.74751396163306, 40.59395524445034, -73.7475429417262, 40.59393790634673, -73.74757396520654, 40.593923152733076, -73.74760281615103, 40.59391122109207, -73.74763156576775, 40.59389734048186, -73.747657874395, 40.59388167056115, -73.74768161721128, 40.59386879473759, -73.74770779659961, 40.59385855919935, -73.7477304038815, 40.593850126772175, -73.74775401534703, 40.593842932067304, -73.74778372280664, 40.593833473305914, -73.74781120451289, 40.59382153860736, -73.74783933533644, 40.59380913975446, -73.7478675377152, 40.59379781087716, -73.74790453813702, 40.593782876675185, -73.74793001599197, 40.593768193647804, -73.7479481065558, 40.593754233743816, -73.74796866143465, 40.5937361917519, -73.74799149276892, 40.593716890409404, -73.74801212346323, 40.593698160573695, -73.7480324985814, 40.59368047478464, -73.74805454012477, 40.5936597722796, -73.74807372509137, 40.59364285112245, -73.74809680938654, 40.59362286591342, -73.74812475699946, 40.59361139773347, -73.74814788841749, 40.593607414073794, -73.74818034019846, 40.593605096997074, -73.74822273695676, 40.593600770113575, -73.74824291209504, 40.593597876798746, -73.74827847046842, 40.59359282259598, -73.74830455576715, 40.59358837800209, -73.74832746968069, 40.59358505301533, -73.74836249082475, 40.593578980915524, -73.74839607579467, 40.593572192443496, -73.74842822109055, 40.59356498926926, -73.74846083677275, 40.59355710001396, -73.74848678664853, 40.59355065231123, -73.74851230132107, 40.59354464220669, -73.74854254489307, 40.593536117368174, -73.74856936260312, 40.59352821539449, -73.74859801963012, 40.59352031743852, -73.74863190080208, 40.59351108731771, -73.74866477874156, 40.59350067350181, -73.74870042929196, 40.59348993794826, -73.74873240631594, 40.59347971485552, -73.74876161096878, 40.59346943076042, -73.74879629070713, 40.59345830762931, -73.74882481315548, 40.59344785723045, -73.74885603358643, 40.59343713896104, -73.74888368695616, 40.59342783842166, -73.74891699986152, 40.59341671226722, -73.74895027927295, 40.59340506552558, -73.74896921154773, 40.5933971471315, -73.74899417412323, 40.593385563255765, -73.74903043205711, 40.59336626311817, -73.74905839573452, 40.59335076308923, -73.74908488564309, 40.593334488984745, -73.74910274995959, 40.59332374058341, -73.74912518803593, 40.5933130850132, -73.74915223538207, 40.593301559686175, -73.7491849101725, 40.59327819120376, -73.74920232594515, 40.59326167663695, -73.74921538003363, 40.59324710398961, -73.74923723274445, 40.59322873411012, -73.74925971868115, 40.593214756575705, -73.7492796115601, 40.593200472603336, -73.74930696984899, 40.59318288197146, -73.7493317267649, 40.59316814302922, -73.7493614245413, 40.59315105277736, -73.74938620214743, 40.593140237462684, -73.7494086728863, 40.59312966385638, -73.74943877099741, 40.59311197020425, -73.74946230767652, 40.593095937218095, -73.7494855447819, 40.59308292123855, -73.74950614283877, 40.59307209768684, -73.74953452737557, 40.59305991780042, -73.74956092394197, 40.59304894118055, -73.74957888803641, 40.593040526186975, -73.74961326508874, 40.593024022404315, -73.74963880678284, 40.5930110393317, -73.74966254644032, 40.59299819100876, -73.74969039367886, 40.592984995019904, -73.74971694058513, 40.592972974981436, -73.74973891182589, 40.59296168790616, -73.74976832507657, 40.59294355321922, -73.74978244302335, 40.59293285148621, -73.74980983573057, 40.5929157840156, -73.74983304153095, 40.592901944816425, -73.74985717963212, 40.59288835528678, -73.74987858102565, 40.59287528210067, -73.74991263706427, 40.59285770770427, -73.74993652454206, 40.59284384295197, -73.74996605370973, 40.59282406320466, -73.74999062714842, 40.592809980205224, -73.75001890768478, 40.59279618082628, -73.75004588548256, 40.59278388698865, -73.75006936339479, 40.592774332138525, -73.75010135019065, 40.592761034288905, -73.75013805744165, 40.592746813749116, -73.75017527536434, 40.59273155059756, -73.75019377576612, 40.59272404260366, -73.75022537616603, 40.59270791712667, -73.75025035150915, 40.59269279213559, -73.75027669027514, 40.59267761607042, -73.7503047362702, 40.59265953410764, -73.75032740385984, 40.59264456978205, -73.75035242254792, 40.59262700173433, -73.75037372123745, 40.592612281169856, -73.75039451683497, 40.592597201999595, -73.7504147305557, 40.59258387938959, -73.75044297050098, 40.592561926450564, -73.75046607243796, 40.59254641371968, -73.75049149140402, 40.592527611889, -73.75050878515583, 40.59251516093561, -73.75052932994937, 40.5925001631443, -73.75055615391078, 40.59248092579309, -73.75057436040119, 40.592465101637565, -73.75059209027197, 40.59245100365464, -73.75062086893558, 40.59242995867142, -73.75064163723457, 40.59241298558975, -73.75066016608163, 40.592397189135916, -73.75068518417935, 40.59237973087872, -73.7507058988605, 40.592366985641405, -73.75071958413187, 40.59235661154676, -73.7507447178892, 40.59233695894422, -73.75076642551186, 40.592318972083504, -73.75078437972765, 40.59230298165057, -73.75080443841351, 40.59228304246694, -73.75082504108427, 40.592261678025274, -73.75083983301309, 40.592244390271794, -73.75085600706245, 40.59222298830549, -73.75087293442544, 40.59220263077988, -73.75088745016413, 40.59218147285867, -73.75090095518783, 40.592161765294044, -73.7509149333127, 40.59214063412019, -73.75092985781853, 40.59211629281755, -73.75094394921248, 40.592093926363155, -73.75095609617289, 40.592070923523146, -73.75096627338006, 40.59205502426946, -73.75098328193752, 40.59203219675895, -73.75100047018914, 40.592009013026704, -73.75101686133715, 40.591987969017076, -73.7510336772497, 40.59196832534367, -73.75104601561452, 40.59195163650078, -73.75106401705195, 40.59192356826337, -73.7510770040902, 40.591907155483014, -73.75109549221035, 40.59188320460203, -73.75110775941097, 40.59186690102368, -73.75112446841331, 40.59184549927739, -73.75114043052422, 40.59182481092922, -73.75115345460098, 40.59180795876335, -73.75117193345523, 40.591786479795516, -73.75119012320299, 40.591765547718815, -73.75120904962263, 40.59173998042267, -73.75122680110127, 40.5917203117306, -73.75124347143846, 40.59170102431967, -73.75125927339451, 40.591683353272884, -73.75128113709269, 40.59166174473435, -73.75130438645522, 40.59163569239012, -73.75131939965921, 40.5916166481259, -73.75133979479548, 40.5915934973979, -73.75135846675393, 40.59157786593717, -73.75137465083282, 40.591563517744014, -73.75139254050632, 40.59154541444056, -73.75141787320653, 40.5915207362816, -73.75143738242109, 40.59150326684332, -73.75145389401621, 40.59148787743814, -73.75147213572475, 40.591472299960394, -73.7514973431931, 40.591452371791014, -73.75151578772584, 40.591440060054545, -73.75154772042936, 40.59142168361588, -73.75157708323054, 40.59140695144703, -73.75160813809484, 40.59139304871119, -73.75163853920327, 40.59137991180269, -73.7516579404738, 40.591371747235385, -73.7516858083055, 40.59136225467387, -73.75171741902695, 40.59135356715899, -73.75175127000936, 40.59134219460229, -73.75177517839093, 40.59133230894015, -73.75180925537806, 40.59131860449055, -73.751841982974, 40.59130912328824, -73.7518716394021, 40.59130276477499, -73.75189859291591, 40.59129738829588, -73.75193511923605, 40.59129307528659, -73.75196043829524, 40.591291071338915, -73.75200582341373, 40.59128636678918, -73.75205239918867, 40.59128073004407, -73.75208039072021, 40.591277029841216, -73.752109715328, 40.59127253734237, -73.75213720478722, 40.591268204773414, -73.75217499648068, 40.59126191776142, -73.75220482367317, 40.591258551080045, -73.75223475263572, 40.591256090540135, -73.75226648719392, 40.59125283691912, -73.75229394164177, 40.59124806568075, -73.75232409959719, 40.59124214758896, -73.75235328958682, 40.591235403421294, -73.75237880390416, 40.59122947440671, -73.75240478803909, 40.59122299797806, -73.75243066982299, 40.59121545059689, -73.75245614927573, 40.5912087254245, -73.75247982877585, 40.591202544789944, -73.75251564825686, 40.59119449739084, -73.75254263430384, 40.59118956028791, -73.75257235839948, 40.59118435441377, -73.7526034883549, 40.59117879585077, -73.75263919156507, 40.591173109343686, -73.75267583136976, 40.5911671483797, -73.75271719211658, 40.59116073289188, -73.75275115883551, 40.591156633843624, -73.75278462686526, 40.59115162598155, -73.75281171504284, 40.59114844776375, -73.75284114315014, 40.59114532590261, -73.75286726218248, 40.59114131980416, -73.75290432153167, 40.59113849080081, -73.75293147898631, 40.5911363807283, -73.75298202300097, 40.59112902222728, -73.75302320482135, 40.59112178316345, -73.75305170812511, 40.591115420966915, -73.75309027734905, 40.59110359078277, -73.75311211981501, 40.59109773746452, -73.75313482908086, 40.591090677497604, -73.75317176595627, 40.59108230180144, -73.75319899587794, 40.59106984477057, -73.75322497030022, 40.59105636834238, -73.75324737112248, 40.59104485998982, -73.7532677571005, 40.59103387051259, -73.75329931044631, 40.59102079057153, -73.75332400615663, 40.591012250764194, -73.75335551109713, 40.59100235586643, -73.75338088956698, 40.59099381931346, -73.75340505125189, 40.59098401670473, -73.75343227974085, 40.59097224491633, -73.7534623835554, 40.59096141223615, -73.7534916872895, 40.59095291109621, -73.75352987848335, 40.5909461598244, -73.75355793871026, 40.59094331040698, -73.75359113983082, 40.590941761561126, -73.75362809829849, 40.59093742102457, -73.75365381883589, 40.590934128911286, -73.75368857434236, 40.590931348747716, -73.7537219943925, 40.59092969136962, -73.75374860241168, 40.59092983034267, -73.7537817233647, 40.590930477654354, -73.75381427855164, 40.59092950369703, -73.75385059959565, 40.59092214495912, -73.75387380851674, 40.59091601706122, -73.75390231245478, 40.590909436727884, -73.75394637457897, 40.590902366497545, -73.75396671998021, 40.59090202643741, -73.75400027408247, 40.59090245398456, -73.75403670534494, 40.59090428890006, -73.75406363216969, 40.59090574685348, -73.7540915621473, 40.590908744146375, -73.75412413364961, 40.590911997208096, -73.75415807587231, 40.59091481463677, -73.75419699091134, 40.59091742296452, -73.75423550432603, 40.59092099128203, -73.75426138054488, 40.590924176853676, -73.75430118619906, 40.590928734889815, -73.75433376169725, 40.59093154934418, -73.75436676836198, 40.590934365611496, -73.75440305008763, 40.590937681457355, -73.75444020077978, 40.590939517782495, -73.75447307202154, 40.590939971648595, -73.75450590943767, 40.59093998687657, -73.7545350036105, 40.590939609574086, -73.75457182798412, 40.59093252454312, -73.75461179857818, 40.590921136298974, -73.7546408739402, 40.59091623108183, -73.75467671520943, 40.5909121075511, -73.75470956460937, 40.59090885653656, -73.75473531848394, 40.59090644046488, -73.75477000582752, 40.59090226131099, -73.75480303840644, 40.59089802098197, -73.7548317149941, 40.59089393794688, -73.75486536429713, 40.59088838324645, -73.75492365190114, 40.590879559945655, -73.75495964215786, 40.59087442085052, -73.75498975757279, 40.59087097121295, -73.75501860251542, 40.59086993497176, -73.7550544241074, 40.5908698744573, -73.75508258825673, 40.590868617020334, -73.75511391996609, 40.590866571162024, -73.75514110817883, 40.59086536566241, -73.75517733555353, 40.59086385162395, -73.75521122440476, 40.59086222092696, -73.75524979148592, 40.59086082171418, -73.75528072243544, 40.59086014555829, -73.75531395760306, 40.59085895379642, -73.75534816646665, 40.59085864301193, -73.75537689608349, 40.590859418294734, -73.75541498170846, 40.590861748883114, -73.7554479892879, 40.59086431809751, -73.75547685478392, 40.590867344060406, -73.75550381701925, 40.59086945913611, -73.75553036081855, 40.590867128316106, -73.75556957624516, 40.59086545481421, -73.7555936963179, 40.590866275169425, -73.75562840670153, 40.59086643184101, -73.75566211031133, 40.59086570654686, -73.75569123870235, 40.590865329024474, -73.7557184981062, 40.59086500335406, -73.75574676165343, 40.59086531018026, -73.75577044755462, 40.59086695175621, -73.75580078396517, 40.590871216286466, -73.75583627878527, 40.59087329538549, -73.75586357046751, 40.59087318857721, -73.75590541721928, 40.59087102706273, -73.75595462634449, 40.59087387549013, -73.75598244307939, 40.5908784642137, -73.75602036448116, 40.590885983086665, -73.75605024446143, 40.59089749221853, -73.75607723182459, 40.59091149326293, -73.75610479401671, 40.59092659326295, -73.7561317974004, 40.590936860745344, -73.75616277118127, 40.590943872238014, -73.75619478447452, 40.59095283286634, -73.75623154265364, 40.59096383423907, -73.75625999686997, 40.59097114113626, -73.75629179092427, 40.59098062447835, -73.75632502485199, 40.59099046657298, -73.75635782295629, 40.591000939003, -73.75638878506435, 40.59101148857862, -73.75642198438483, 40.59102111084328, -73.75645230641099, 40.591029025905314, -73.75648209665144, 40.59103570340941, -73.75651228024086, 40.591042712232486, -73.75654462390189, 40.591049862504235, -73.75657826925662, 40.59105509470132, -73.75661224637821, 40.5910584319829, -73.75664010968083, 40.591060000279576, -73.75667053849315, 40.59105872113425, -73.75669865369582, 40.5910605357939, -73.75672409551954, 40.5910646528363, -73.75675525248667, 40.59107070099334, -73.75678644452891, 40.59107782354438, -73.75682493750743, 40.5910867418787, -73.75686047626115, 40.59109626090406, -73.75689198731644, 40.591104670053234, -73.75691806632037, 40.591111588137544, -73.75694734018174, 40.59112092728534, -73.75697532645367, 40.59112831586361, -73.75700244632351, 40.591136496867236, -73.757034193944, 40.59114905250156, -73.75706296670465, 40.59115781512377, -73.75708378586106, 40.59116526957006, -73.75711327850318, 40.591174555106356, -73.75714553958909, 40.591183982465544, -73.75717655067744, 40.59119151516801, -73.75720107917455, 40.59119927910789, -73.75722115620583, 40.59120291733088, -73.75724070135993, 40.59120468763525, -73.75728248024943, 40.59121084093733, -73.75730256214182, 40.59121379385568, -73.7573363840883, 40.59122020589304, -73.75736605856022, 40.59122855700176, -73.75739663297598, 40.591236965835435, -73.757414946937, 40.591241094691185, -73.75745185171117, 40.591250862260715, -73.75748350024784, 40.591261139229346, -73.75752109198402, 40.591270413837385, -73.75755764623942, 40.591278148144895, -73.75759466690529, 40.59128594015783, -73.7576233053349, 40.59129236819135, -73.75764960205882, 40.591298902043626, -73.75767586486073, 40.59130469378455, -73.75770363126233, 40.591312492361396, -73.75773334260815, 40.59132144860656, -73.75775917405397, 40.591327295251546, -73.75778942898893, 40.59133424805615, -73.7578204379476, 40.591342081355805, -73.75785284948913, 40.591350136430655, -73.75789189126743, 40.59135666916814, -73.75793426355139, 40.59135917454979, -73.7579563686699, 40.59135963265486, -73.75798800787267, 40.59136241618384, -73.75801280077343, 40.591366694568926, -73.75804096880911, 40.59137353484916, -73.758073727027, 40.59137557867699, -73.75811181007111, 40.591378075863105, -73.75813776863357, 40.59137917331393, -73.75816643122597, 40.59137862848638, -73.75819203458538, 40.59137766747445, -73.758222416857, 40.591379159640425, -73.75825808501045, 40.59138337890662, -73.75829781298891, 40.59138963828903, -73.75831692121925, 40.59139236745231, -73.75834557168157, 40.59139550210561, -73.75837609310803, 40.591398695618075, -73.75841063930991, 40.59140414890045, -73.75843979191144, 40.59140791495444, -73.75846994432705, 40.59141319418598, -73.7584982292636, 40.591417452790395, -73.75853090483304, 40.59142243473183, -73.75856455052731, 40.59142799413878, -73.75858916076307, 40.591432822237216, -73.75862158592042, 40.5914374749346, -73.75865170679154, 40.59144201111777, -73.75867995710396, 40.5914460507767, -73.75871536877099, 40.59145065478746, -73.75873361537509, 40.59145352075321, -73.75876243433598, 40.591459729152916, -73.75878945104245, 40.591466153490686, -73.75882493339175, 40.59147147083293, -73.75885981127917, 40.59147472649123, -73.75889296836985, 40.59147592172596, -73.7589278474462, 40.59147884957448, -73.75896095849822, 40.59148298221017, -73.7589882034933, 40.591486058822746, -73.75902128060558, 40.59148977802824, -73.75904521772814, 40.591491612167935, -73.75907657147475, 40.59149365456562, -73.75910627133227, 40.591495062218556, -73.75913841267594, 40.59149883436064, -73.75916708302417, 40.59150597709363, -73.75919717041195, 40.59150966206605, -73.75922835144772, 40.59150948156117, -73.7592614382728, 40.59150035560907, -73.75928713717185, 40.591492889150445, -73.75931773609561, 40.59149427071576, -73.75934879498368, 40.591498808680754, -73.75938009985734, 40.59150425488307, -73.75941151045255, 40.591510523478796, -73.7594461925151, 40.591517980405236, -73.75947486457939, 40.591525313976526, -73.75949224179924, 40.59152916407829, -73.75952742631655, 40.59153717045238, -73.75955297164867, 40.59154249378947, -73.75957941919803, 40.591547572264304, -73.75960053608092, 40.59155217400881, -73.75963543584704, 40.591559218892364, -73.75967083864454, 40.59156730672643, -73.75969570219522, 40.59157235574626, -73.75973106760695, 40.5915796753345, -73.75976733809885, 40.59158628358717, -73.75980166804032, 40.591591817946636, -73.75983797141626, 40.59159914036313, -73.7598619301238, 40.59160484393952, -73.759896581285, 40.59161172342773, -73.75992508277048, 40.59161592720085, -73.75994808565825, 40.591617732184645, -73.75998293158486, 40.591620056290694, -73.76000985656572, 40.59162148492959, -73.76003998994, 40.59162259066957, -73.76007030592928, 40.59162284578547, -73.76010286027443, 40.59162184392902, -73.76013278861436, 40.59161984780374, -73.76016559319699, 40.59161890048346, -73.76019979908155, 40.5916188620077, -73.76023594611988, 40.59161973350163, -73.76027162527055, 40.591620631023844, -73.76030924252099, 40.591622960812586, -73.76034736044491, 40.59162600485007, -73.76038205814096, 40.59162980899125, -73.76041823708212, 40.59163166837178, -73.760452763491, 40.591632510303235, -73.76047922492708, 40.591633746053645, -73.76051543901721, 40.591636017017386, -73.76054953131296, 40.591637679295076, -73.76058203801577, 40.591639422007965, -73.76061352743838, 40.59164385156406, -73.76065279695135, 40.59164695283136, -73.76068958329448, 40.59165073511481, -73.76072266097641, 40.59165401437444, -73.76075353958323, 40.59165814184446, -73.76078572056255, 40.59166046015836, -73.7608085061343, 40.59166226361688, -73.76084381981245, 40.59166461455067, -73.76086875908258, 40.5916680164113, -73.76090262343655, 40.59167330092732, -73.76092392580958, 40.59167694195261, -73.76095548369514, 40.59168238735108, -73.76099076282865, 40.591684162731504, -73.76101905698069, 40.59168592267377, -73.76105019549043, 40.5916880739492, -73.76108305693411, 40.59169171016429, -73.76112271408248, 40.59169742000109, -73.76115442407233, 40.59170130054631, -73.76117842709641, 40.591704233020415, -73.76120894772387, 40.591707726553864, -73.76124468063165, 40.59171342909408, -73.76127872714795, 40.59171799976025, -73.76131215664398, 40.591723669577824, -73.76134311267911, 40.591726313883164, -73.76137591474817, 40.59172607942891, -73.76141229343608, 40.59172297160784, -73.76145109451636, 40.59171668454304, -73.7614817520696, 40.59171161428281, -73.76151291530931, 40.59170684854132, -73.76154227462159, 40.59170276524903, -73.76157029918178, 40.591699640041234, -73.7615982884953, 40.59169612932826, -73.76162372227155, 40.59169239357862, -73.76166183228547, 40.591687752071785, -73.76168985693667, 40.591684598018226, -73.76172097971137, 40.59168090196176, -73.76229977816575, 40.59164054593319, -73.7624396676496, 40.59163362741057, -73.76276146266217, 40.59162388485027, -73.76284060967954, 40.59161993192269, -73.7629121881483, 40.59161496554174, -73.7629527556146, 40.59161085368413, -73.76299462773346, 40.59160493624637, -73.76303821579842, 40.59159715554089, -73.76308429522442, 40.59158737448352, -73.76317279667863, 40.59156516263131, -73.76326063373163, 40.59154041255964, -73.76333867387768, 40.59151842216869, -73.76340612357076, 40.59150044968075, -73.76347651401491, 40.59148399338909, -73.76354057007283, 40.591471939299964, -73.76370912813888, 40.5914466174345, -73.7640987835236, 40.591393552157186, -73.76419512230409, 40.59137902809177, -73.76428206210488, 40.59136465846692, -73.76445267691271, 40.59133379068786, -73.76487292995537, 40.59125426680681, -73.76499022565898, 40.59123337681086, -73.7650962486546, 40.59121571725279, -73.76517139954368, 40.591205150091966, -73.76534261538096, 40.59118487601203, -73.76541994691593, 40.591173284740925, -73.76554260799534, 40.59115131099528, -73.76567284985406, 40.59112649881048, -73.76581335340424, 40.59109834392675, -73.76597265468624, 40.591065141885586, -73.76600823682283, 40.59105691509848, -73.7660473586348, 40.59104651173099, -73.76617785780543, 40.59100747748702, -73.76622772025253, 40.59099358386102, -73.76627842406839, 40.59098162625522, -73.76632500534315, 40.59097333168915, -73.76642597090947, 40.59096061261435, -73.7666506751163, 40.59093846594416, -73.76674971269588, 40.59092676386657, -73.76704831788032, 40.59088265578561, -73.7670855109044, 40.59087853833068, -73.7671272518623, 40.59087544227216, -73.76726236674892, 40.590869900419385, -73.7673098096872, 40.59086716614815, -73.7673542959398, 40.590863052568665, -73.76739424051709, 40.59085747362744, -73.76742287063561, 40.59085158000151, -73.76745345063395, 40.59084309319692, -73.7674874643132, 40.59083164249613, -73.7675886385484, 40.59079447983893, -73.76762171345207, 40.59078461302639, -73.76765217448039, 40.590777709954, -73.76776279746417, 40.59075826068914, -73.76788753470909, 40.590738715556846, -73.76792705382795, 40.59073349848328, -73.7679697227199, 40.59072916486893, -73.7680128600487, 40.59072634326755, -73.76803082793032, 40.59072516743332, -73.76807147218209, 40.5907225073744, -73.76810245496173, 40.5907252156518, -73.7681334549526, 40.59073657621168, -73.76816309418808, 40.59075472038335, -73.76821992508923, 40.59079849434376, -73.76824493070342, 40.59081546926975, -73.76827275825693, 40.59082942861568, -73.76829996256903, 40.59083712533932, -73.76837193827572, 40.59084839014667, -73.76844393497598, 40.590857355007245, -73.7685156881495, 40.590863992372356, -73.76858695098258, 40.590868278331705, -73.76865747072368, 40.59087019796893, -73.76872707608305, 40.59086975004024, -73.76879558160486, 40.59086693057194, -73.76886282657514, 40.59086175455175, -73.76903131516993, 40.590845235493596, -73.76914741249597, 40.590831776294436, -73.76945312804592, 40.590792152768316, -73.76995619866966, 40.59072975406443, -73.76998923658711, 40.59072434049955, -73.77002484843788, 40.590716206184005, -73.77006334462253, 40.590705430082195, -73.77017538448777, 40.590671172178375, -73.7702113702386, 40.59066215783826, -73.7702442458403, 40.59065583794625, -73.77033996219086, 40.59064161006509, -73.77057474099273, 40.59060964661748, -73.77069663025084, 40.59059009725397, -73.77072930725195, 40.590583451737025, -73.77074678395641, 40.59057942883551, -73.77082320831933, 40.59056183371599, -73.77085305589087, 40.59055663326835, -73.77088020416109, 40.59055351845247, -73.77091289808662, 40.59056224489888, -73.77098252157556, 40.590570533446176, -73.77105048113906, 40.590575235442266, -73.77126716176681, 40.5905833835776, -73.77132125073003, 40.590584986107224, -73.77137503872234, 40.59058547946491, -73.77142845131779, 40.590584864403475, -73.77148141173089, 40.59058314077078, -73.77153384907646, 40.590580310227566, -73.77158570663534, 40.590576377164446, -73.77163692059175, 40.59057134865956, -73.7716874425048, 40.59056522641865, -73.77178996720242, 40.59055034176699, -73.77200025219933, 40.59051633209473, -73.77209059483282, 40.5905026477182, -73.77226577266696, 40.590478452998084, -73.77242217214624, 40.590459634784445, -73.77247070033624, 40.590455811796566, -73.77252452551653, 40.59045402906043, -73.77258118784168, 40.59045406467339, -73.7727407165098, 40.59045672976784, -73.77278992634615, 40.59045601120634, -73.77283395050402, 40.59045386224235, -73.77286231847923, 40.59045121854383, -73.77289315011173, 40.59044698217424, -73.77303451253368, 40.590420605908825, -73.77306871137586, 40.590415500831696, -73.77309963284156, 40.590412282178704, -73.77315678111253, 40.59040870015352, -73.77322071135681, 40.59040643364577, -73.7734850391292, 40.590402926964174, -73.77353992073331, 40.5904006685562, -73.77358996974642, 40.59039735779084, -73.77360853310162, 40.59039504849571, -73.77362844085519, 40.5903909660086, -73.77371911278442, 40.59036396762317, -73.77374135677388, 40.59035893245788, -73.77376174720132, 40.59035602878628, -73.77379842138285, 40.59035456739179, -73.77383880127567, 40.59035692970896, -73.77388173562012, 40.59036262538321, -73.77396801675269, 40.59037780961026, -73.77400458466117, 40.590383318913474, -73.7740430345735, 40.590387017345826, -73.77407762502392, 40.59038764098522, -73.77409638660367, 40.59038644144919, -73.77411550023136, 40.59038383688091, -73.77413511008155, 40.590379809553106, -73.77415547149623, 40.59037430413469, -73.77420070878897, 40.59035816285598, -73.7742952570063, 40.59031694962477, -73.77433704087761, 40.590300949195296, -73.77436032436408, 40.590293804218035, -73.77438245333899, 40.59028852556086, -73.77440387821476, 40.590285011448735, -73.7744248141179, 40.590283222681286, -73.77467586514165, 40.59027371130562, -73.7747860257998, 40.59027104648767, -73.77488987291005, 40.59026966955522, -73.77510050368454, 40.59026974700733, -73.77519102380374, 40.5902686679073, -73.77523131764033, 40.590267115880415, -73.77527610980883, 40.59026414980571, -73.77542403946478, 40.590250568214906, -73.77547648525335, 40.59024509734837, -73.77553362572128, 40.590237429340014, -73.77559905121156, 40.590227077706196, -73.77579675745966, 40.59019339403405, -73.77586029312347, 40.590184361437004, -73.7759175922223, 40.59017797139376, -73.77592993124466, 40.5901901120341, -73.77592039120783, 40.590205619400386, -73.7759084730155, 40.590220143256154, -73.77584876268968, 40.59028395784008, -73.77583288378113, 40.59031955527673, -73.77592417745257, 40.59030798597953, -73.77600736590018, 40.59029126871223, -73.77608710212428, 40.59027399353568, -73.77616378804962, 40.59025607388898, -73.77635064013595, 40.59021192832144, -73.77640611808829, 40.59019659766945, -73.7764548911073, 40.59018091174689, -73.77648111854089, 40.590165506138895, -73.77649329894088, 40.59015342315956, -73.77651624666323, 40.590125805433914, -73.7765268343625, 40.590114527125216, -73.77653951115383, 40.59010412728901, -73.77657808349322, 40.59008711481297, -73.776625437881, 40.590072782251895, -73.77666243438009, 40.590066007466525, -73.77668828442067, 40.59006381359616, -73.77672442662767, 40.590063464185036, -73.7767523655121, 40.590066817097004, -73.7767813586808, 40.590072468391654, -73.77686266902177, 40.59009126900809, -73.77688808814455, 40.59009536623152, -73.77691114109315, 40.59009736783389, -73.77701314524951, 40.590100897774725, -73.77710925674592, 40.59010209373805, -73.77720079145081, 40.59010097359909, -73.77728844044351, 40.59009752429987, -73.7773531982773, 40.59009349746988, -73.77740696289194, 40.590088846856254, -73.7774555903803, 40.59008306151123, -73.77750025902682, 40.590075974424025, -73.77761352226169, 40.59005314472273, -73.77775882046404, 40.59001927338747, -73.77783508903103, 40.590000175732165, -73.77791587807941, 40.58997865174087, -73.77810143398897, 40.58992548655816, -73.77812472010133, 40.58991738986845, -73.77814946520836, 40.58990640890449, -73.7782239491598, 40.589866167697046, -73.77824956106471, 40.58985347378293, -73.77827350022991, 40.58984364210923, -73.77829641095782, 40.589836519930124, -73.77833890923729, 40.589826266582726, -73.77838679961818, 40.589816126279246, -73.77854449295236, 40.58978693988002, -73.77860107406977, 40.58977566716523, -73.77865503643369, 40.58976328443263, -73.77870305093067, 40.58975023913952, -73.7787774905408, 40.58972750821699, -73.77884538277415, 40.589705359892676, -73.77910391845967, 40.58961316605174, -73.77912834125945, 40.58960561976439, -73.77915352360162, 40.58959914655773, -73.77918494383151, 40.58959278349043, -73.77921691120284, 40.58958813966955, -73.7792490900685, 40.58958526668029, -73.77928115667434, 40.58958419181683, -73.77936059133197, 40.589592963308135, -73.77939397545683, 40.58959069234292, -73.77942324745807, 40.589579880990236, -73.77945057093298, 40.58958105819517, -73.77948516241895, 40.589583759524054, -73.77951586023141, 40.589588319261225, -73.7795489282074, 40.589594503583776, -73.77958174711421, 40.58959992017089, -73.77961628524515, 40.58960805513195, -73.77964773545409, 40.589613715819155, -73.77968058683318, 40.58962003656831, -73.77971290091287, 40.58962523152107, -73.77973895441497, 40.5896296733311, -73.77977395990708, 40.589637946020524, -73.77980375456056, 40.58964343959624, -73.779834818944, 40.589645749536004, -73.77985958666245, 40.589646784866694, -73.77989732156814, 40.58964625380209, -73.77992944629372, 40.58964403700209, -73.77996334069398, 40.58963998470777, -73.77999305779791, 40.58963567676072, -73.78001859507623, 40.58963223971739, -73.78005108649009, 40.58962807574764, -73.78008825976762, 40.58962339662302, -73.78012143782385, 40.5896180542584, -73.78014903155417, 40.58961393492039, -73.78018907621902, 40.589611485556325, -73.78022285234023, 40.589610700067624, -73.78024848988711, 40.589610529372784, -73.78028532464629, 40.58960963895048, -73.78031020716433, 40.58960845190538, -73.78034513826061, 40.589606679811425, -73.78037236474634, 40.58960502986061, -73.78040373512661, 40.5896012184557, -73.78043036045389, 40.58959630203499, -73.78045677103725, 40.58959023162398, -73.78048448541769, 40.5895828192124, -73.78051417017379, 40.58957719359934, -73.78055283348502, 40.58956840176687, -73.78057452874326, 40.58956223947499, -73.7806077294673, 40.589550335780935, -73.78064366902575, 40.58953714685202, -73.78067603092751, 40.58952815113643, -73.78069635590903, 40.58952234461539, -73.78072450644642, 40.589513393979445, -73.7807538424155, 40.589504610394755, -73.7807842659878, 40.58949412868442, -73.78081606030396, 40.58948205835135, -73.78084602318769, 40.58946904977047, -73.78086935608869, 40.58945770351659, -73.78089603468493, 40.58944732449894, -73.7809264264555, 40.589435359524, -73.7809490619598, 40.58942774460465, -73.78097446995885, 40.5894204654586, -73.78099569887172, 40.589413479117624, -73.78102983293252, 40.589402207448806, -73.78106022076376, 40.58939070980404, -73.78108783836899, 40.58937926090511, -73.7811152050816, 40.589367951103135, -73.78114865334379, 40.589356869904705, -73.78118086469307, 40.58935015209112, -73.78121206993303, 40.589342251763206, -73.78123922007613, 40.58933069207364, -73.78126874138654, 40.58932045616208, -73.78129804219667, 40.58931117888341, -73.78132504191734, 40.589301898118634, -73.78135755446898, 40.589290842995005, -73.78139147051331, 40.58927973650079, -73.7814224268714, 40.58927098554575, -73.78145485260306, 40.58926443195899, -73.78148525411838, 40.5892602627086, -73.78151079264016, 40.58925709999673, -73.78154752841633, 40.58925390363537, -73.78157057763103, 40.58925194378296, -73.78161080365626, 40.58924921960815, -73.78164957492285, 40.58925102230055, -73.78168369990938, 40.58925366804986, -73.78171657193845, 40.589253675569104, -73.78175156785659, 40.58925368711309, -73.78178621454107, 40.58925067851953, -73.78181932569834, 40.589243658758654, -73.78185085055748, 40.589237681487305, -73.78188046721725, 40.589231122447345, -73.78190889750675, 40.58922395689515, -73.78193340530504, 40.58921664701186, -73.78196670163621, 40.58920825695942, -73.78199862638267, 40.58920063244376, -73.78203033540287, 40.58919286972961, -73.78206226149815, 40.58918518936625, -73.782080713172, 40.58917962489111, -73.78211350811955, 40.58917029999981, -73.78214454276372, 40.589159956868905, -73.78218350706024, 40.58914638866902, -73.78222390979856, 40.58913400287126, -73.78225289596463, 40.58912225551073, -73.78228054519803, 40.589111878011344, -73.78231723689659, 40.58910006238626, -73.78234015006542, 40.58909560406274, -73.78237314194463, 40.58909179609275, -73.7824060187566, 40.589091036175816, -73.78243514407629, 40.58909131015441, -73.78246330600801, 40.589089249939384, -73.78249432983412, 40.58908219991721, -73.78252737414108, 40.58907353276386, -73.78255696113801, 40.58906552004464, -73.78257919223334, 40.589060840654426, -73.78260797192931, 40.58905697061513, -73.78264298766697, 40.58905086105013, -73.78267685098783, 40.58904532563152, -73.78270884261164, 40.589038880734286, -73.78274332240832, 40.58903120591158, -73.78277341228397, 40.58902437197548, -73.78280281484071, 40.58901748360134, -73.78282990840398, 40.589011936241455, -73.78285652964856, 40.589006331249486, -73.78288961061531, 40.58899835206324, -73.78291638960621, 40.58899000345281, -73.78294587585432, 40.58897916279156, -73.78297601577391, 40.588966730326916, -73.78299789818915, 40.58895809778859, -73.78302208458271, 40.58894966230942, -73.78305083690887, 40.588943649756274, -73.78307321874507, 40.58893727036208, -73.78310566227306, 40.58892404614743, -73.78314023583297, 40.58891074579689, -73.78315915772517, 40.588904741678945, -73.78318543465674, 40.58889565182604, -73.78321650917452, 40.58888385143003, -73.78324556165587, 40.58887342141402, -73.78327800912767, 40.58886041778703, -73.78330721614817, 40.58884713247897, -73.7833302151765, 40.58883800849496, -73.78336266513095, 40.58882459330843, -73.78338494859638, 40.58881428737478, -73.78341390270178, 40.58880102857862, -73.78344599921515, 40.58878440052609, -73.78347834860797, 40.58876810343419, -73.78350063401791, 40.588757550737675, -73.78353192887887, 40.58874478981038, -73.78356980309444, 40.58873390985894, -73.78360403781717, 40.58872450440619, -73.78363502671559, 40.588717207266384, -73.78366374413214, 40.588710619058176, -73.78370053092004, 40.58870212431074, -73.78371995146084, 40.58869749524191, -73.78374517624917, 40.588691531707994, -73.78377806966242, 40.58868448395764, -73.78381006277539, 40.588678587177256, -73.78384432475742, 40.58867132405557, -73.78387927498835, 40.58866345796531, -73.78390724000926, 40.58865574172314, -73.78393635903763, 40.588647315328046, -73.78397095855695, 40.58863648401886, -73.78400075852673, 40.58862824979927, -73.78403056505014, 40.58861908263932, -73.7840617057488, 40.58860901295031, -73.78408916934711, 40.588600364577694, -73.78411227049881, 40.58859357299152, -73.78414665415305, 40.58858263045921, -73.78417115626507, 40.58857619990232, -73.78420420305741, 40.588566983851585, -73.78423587812279, 40.58855858919686, -73.78426705109825, 40.58854947947358, -73.78429847560828, 40.58854075473867, -73.7843285297496, 40.58853279737277, -73.7843609224705, 40.5885249263357, -73.78438542732113, 40.588518000449014, -73.78442423997122, 40.58850687433249, -73.78444986116541, 40.58849992351071, -73.78447598996422, 40.58849234146613, -73.78450510796321, 40.58848418958559, -73.78453310419738, 40.588477736687736, -73.78456873898395, 40.58846962312644, -73.78459417767861, 40.5884635778595, -73.78462382875239, 40.588457511665894, -73.78465257614138, 40.588452186704934, -73.7846845663462, 40.58844640044053, -73.78471331340589, 40.58844154103574, -73.7847462405009, 40.58843570067696, -73.78477636114366, 40.588429801921, -73.78481321276111, 40.58842309088109, -73.78484775869221, 40.58841744623746, -73.78488144057813, 40.58841270589498, -73.78491350315349, 40.5884068098382, -73.78494743038415, 40.5884032766405, -73.78497717901966, 40.588400643343476, -73.78500019136463, 40.588398271194315, -73.78503048475146, 40.58839484103675, -73.78505918998754, 40.588391216988896, -73.78508458666926, 40.58838755882932, -73.78513382263445, 40.58838150301891, -73.78517136137067, 40.588374518488656, -73.78520846621103, 40.58836838413214, -73.78524236335029, 40.588363177613886, -73.78527297766627, 40.588359118524586, -73.7853061246998, 40.588352811944034, -73.78534366345376, 40.58834544373352, -73.78537587248084, 40.58833916419732, -73.78541238946228, 40.58833656954517, -73.78544713338421, 40.58833655247807, -73.78547327116695, 40.58833714970119, -73.78551072249729, 40.58833455766275, -73.78554206090405, 40.58832975691951, -73.78556775077982, 40.58832453498679, -73.78560295166666, 40.58831647612788, -73.78563094943175, 40.588309859069916, -73.78565224259947, 40.58830504045584, -73.7856800210744, 40.58829902542872, -73.7857172759238, 40.588291025298005, -73.78574371843034, 40.58828610640573, -73.78577545826805, 40.58827987991429, -73.7858050743775, 40.588273238815376, -73.78583790510525, 40.588264241620784, -73.78586864244787, 40.58825568087286, -73.78590305877717, 40.58824619222581, -73.78592756051295, 40.58823978740931, -73.78595303426084, 40.588233795938635, -73.78598704667914, 40.58822612017337, -73.78602062741743, 40.58821860658932, -73.78605136738227, 40.58821031955732, -73.78607792524002, 40.5882029297597, -73.78610751055973, 40.588194448750976, -73.78614077428989, 40.588184848923596, -73.78616873634431, 40.58817754546744, -73.78619140159468, 40.58817212505403, -73.78621780801507, 40.58816701417362, -73.78624328074356, 40.58816132431297, -73.7862687556116, 40.58815533367497, -73.78630554311927, 40.58814678316355, -73.7863319507886, 40.588141645243425, -73.78636026439074, 40.58813705838079, -73.78639181740053, 40.588132698162234, -73.78642867320016, 40.58812568493619, -73.78645905487907, 40.58812782792169, -73.78650069447482, 40.588121618727335, -73.78653419471799, 40.58811597163408, -73.7865718365559, 40.58811137683417, -73.78660940718099, 40.58810540768707, -73.7866437368925, 40.588099680154464, -73.78667399616185, 40.58809465827121, -73.7867059434408, 40.588091477486934, -73.78673954596273, 40.58808819260336, -73.78679285089851, 40.588082142734066, -73.78684205503045, 40.58807520812036, -73.78688236129418, 40.58807036871587, -73.78692504348739, 40.588064272066305, -73.78695980775613, 40.58805783202865, -73.78699136367085, 40.588052536904996, -73.78701964372125, 40.58804770307368, -73.78705166707846, 40.58804287797392, -73.78708880314575, 40.58803795157438, -73.7871310524026, 40.58803240246646, -73.78717254443775, 40.58802797849845, -73.78720687257479, 40.588022717267286, -73.7872431070833, 40.58801787019561, -73.78727697041919, 40.58801241537032, -73.78731176630384, 40.58800715587434, -73.78734606423008, 40.58800024658313, -73.78737985775876, 40.58799333814947, -73.78740900625651, 40.58798655709118, -73.78744446001059, 40.587978716964265, -73.78747130015876, 40.587973113110095, -73.78750185355149, 40.587966198647415, -73.78753752091309, 40.58795915585234, -73.7875731917619, 40.587951014410955, -73.78760601632514, 40.5879430874256, -73.78763426341246, 40.58793633256031, -73.78765783161268, 40.58792995266557, -73.78768370625129, 40.587922617967685, -73.78770904555881, 40.58791349653195, -73.7877343889173, 40.58790347006948, -73.7877643098579, 40.58789185992686, -73.78779797549217, 40.587879817235596, -73.78783347835652, 40.587867641046905, -73.78786620629249, 40.587855899180916, -73.78789796604056, 40.58784327660502, -73.78793116368632, 40.58783128794299, -73.78796295553614, 40.58781970821746, -73.78798970207731, 40.58781006881274, -73.78802358082977, 40.58779896029408, -73.78804574721502, 40.58779208424544, -73.78807623340603, 40.5877824787346, -73.78810993259764, 40.58777211009167, -73.78814409538879, 40.587761935006164, -73.78818269960368, 40.587748034517546, -73.78822094370052, 40.587734079320654, -73.78825435948525, 40.587721432682855, -73.78828122361723, 40.58770858215141, -73.78830141699056, 40.58769881983444, -73.7883258222554, 40.58768917423681, -73.78835502701988, 40.58767649369681, -73.78839584446035, 40.58765896178999, -73.78860477585312, 40.58880784830173, -73.78654431599398, 40.589455101292884, -73.78598237218267, 40.589627210027516, -73.78600084264524, 40.589948946480305, -73.78602516660244, 40.590162637026935, -73.78605431238955, 40.590193911626905, -73.7860628750352, 40.59021358334626, -73.78606856809031, 40.5902300231385, -73.78624189877384, 40.59191619201451, -73.78625021826008, 40.592017080771875, -73.78624719608166, 40.59208805998466, -73.7865552217849, 40.592077470540076, -73.78654915974008, 40.59222331381372, -73.78654804884431, 40.5922500672669, -73.78653874977859, 40.59230210577691, -73.78651437481258, 40.59249011185422, -73.78643705006641, 40.592481795000495, -73.78602330287313, 40.592443768753384, -73.78530637015064, 40.59238609281765, -73.78501442739517, 40.592375091889885, -73.78483337332514, 40.59237841725184, -73.78466713052053, 40.59239017559126, -73.78452035925817, 40.592407789401705, -73.78429107829797, 40.59244574143014, -73.78454508757875, 40.59507614518191, -73.78479617674316, 40.597703859534484, -73.78814274607346, 40.59751554812449, -73.78831616225372, 40.597497589733926, -73.78839378529662, 40.59748227877973, -73.78910209150503, 40.59750720251076, -73.78914764469116, 40.597508505411305, -73.78915663277151, 40.597524606180976, -73.78916915514088, 40.597550212172685, -73.78917840841989, 40.59757287285188, -73.78918553199341, 40.59759841220425, -73.78918880580859, 40.59762194172628, -73.78919199869163, 40.597648654455874, -73.78919169612858, 40.59767563543342, -73.7891916971886, 40.597698499767226, -73.7891920673624, 40.597718207537156, -73.78919313759714, 40.59774406537647, -73.78919325997542, 40.59776218146393, -73.78919080162477, 40.597787949981985, -73.78918665800046, 40.5978116577086, -73.7891815431163, 40.59783503496163, -73.78917425675509, 40.59786216702238, -73.78916558617892, 40.59788243634311, -73.78915333634235, 40.5979070621402, -73.78913926050916, 40.59792817073672, -73.78911836479674, 40.5979547573183, -73.78910334759878, 40.5979780335478, -73.7890866392923, 40.59800034491084, -73.78906828662983, 40.59801960677698, -73.7890517504058, 40.59803343820633, -73.78902713552894, 40.59805142693516, -73.789004392423, 40.59806928131498, -73.78897702727541, 40.59809135426773, -73.78896081581644, 40.59810521329607, -73.78893658203448, 40.598127455885084, -73.78891665274571, 40.598144272607385, -73.7888957501398, 40.598161032606235, -73.78887727292566, 40.59818490580175, -73.7888599927587, 40.59820644703266, -73.78884430191228, 40.598226017230246, -73.78883199460256, 40.598246718398904, -73.78881408039068, 40.59826364867005, -73.78879714913407, 40.598276462643895, -73.78877240387872, 40.598290800349915, -73.78876414734816, 40.598304864882856, -73.78874406166064, 40.59831432579908, -73.78872539264232, 40.5983304586047, -73.78870475298193, 40.59833203980207, -73.78867553234295, 40.598326634252345, -73.78864132186172, 40.598326680302, -73.78860651126308, 40.598334548999105, -73.78858393594724, 40.598345239027026, -73.78855367088423, 40.59836148825164, -73.78853627607558, 40.598373670066145, -73.7885112471658, 40.598397339334966, -73.78850338256146, 40.59841297058341, -73.78849231909207, 40.598426975899464, -73.78846760244726, 40.598442685992616, -73.78844130078434, 40.59845899651441, -73.78841626858947, 40.598472124210396, -73.78839424070306, 40.59848004429343, -73.78836676903163, 40.59849050733579, -73.78834044779539, 40.59850105263722, -73.78830882836246, 40.59851293445804, -73.7882884602016, 40.598520527985976, -73.7882618642343, 40.59853834630395, -73.78823940360883, 40.598546732932505, -73.78822073026457, 40.598553368711194, -73.78821017196272, 40.59856712728654, -73.7882037204616, 40.59859088565547, -73.78819122141967, 40.59861496247018, -73.78817521223814, 40.59863274624834, -73.78815239485846, 40.59865153416688, -73.78812659689301, 40.59866803735696, -73.78810692736738, 40.59868180794134, -73.78809204472952, 40.598696025904935, -73.78807050751837, 40.59872016708738, -73.7880581839814, 40.598733593701695, -73.78803815035191, 40.5987492853232, -73.78801807938437, 40.598764454567814, -73.78800283699206, 40.59877922207697, -73.78798201074368, 40.5987952400176, -73.78795112799195, 40.598812804511475, -73.78792811696066, 40.59882445356627, -73.78791566188795, 40.598845429023676, -73.78789222924824, 40.59886520363097, -73.78787413179049, 40.598872005212336, -73.78785748907548, 40.59888462776836, -73.78784146060313, 40.59890880609237, -73.7878231394144, 40.598929496950426, -73.78780551119726, 40.59894626099495, -73.78778210843683, 40.59896776464286, -73.78775051573356, 40.59897188023181, -73.78774203550813, 40.59898857921395, -73.7877234951823, 40.59900943354684, -73.7876988142915, 40.59902566404404, -73.78767867672514, 40.59903869165776, -73.78765582847146, 40.59905632674843, -73.78765085198195, 40.59908093880717, -73.78764161835657, 40.59909714290195, -73.78762264443581, 40.59911909505774, -73.7875927810785, 40.59913366889449, -73.78758291304852, 40.59915654290112, -73.78756220760816, 40.599178709773476, -73.78753409817033, 40.599196772769346, -73.7875145634872, 40.59920260987628, -73.78750155932208, 40.59921452679285, -73.78747494201615, 40.59922850324932, -73.7874499285749, 40.59924709425452, -73.78743157832068, 40.59925383946611, -73.7874017459231, 40.59925828690698, -73.78738040332131, 40.599265329151095, -73.78735136169105, 40.599283006754014, -73.78732492425124, 40.59929613251245, -73.78730452413053, 40.599313277675506, -73.78728350441166, 40.59933206784766, -73.78726772041668, 40.599347272812224, -73.78724384853781, 40.59936907625721, -73.7872326707028, 40.59938472920043, -73.78721550048424, 40.5994056121029, -73.78719087388777, 40.59942659286067, -73.78716918987188, 40.59943953467306, -73.78714983558075, 40.59944545490042, -73.78712481776539, 40.59944164796937, -73.7871023094831, 40.59944297957481, -73.78709825904947, 40.59947017242817, -73.78709162906978, 40.599483060165824, -73.78706556513097, 40.59950387253724, -73.78703789644491, 40.59951886363716, -73.78700832455254, 40.599532340122146, -73.78699407179514, 40.599552296355135, -73.78697626687942, 40.599580260674244, -73.78696894414547, 40.5995951237729, -73.7869836719868, 40.599617713725934, -73.787001435344, 40.5996375915187, -73.78702449066614, 40.599657012643995, -73.78700007386345, 40.59968032520857, -73.78697834650958, 40.599684594849144, -73.7869489821784, 40.59968964549149, -73.7869325654142, 40.59971094218859, -73.78692146675883, 40.59973543209948, -73.78690879061462, 40.59975852056901, -73.78689333562966, 40.59978311316405, -73.78687266363117, 40.599806514593304, -73.78685794178963, 40.599826825646474, -73.78684530380926, 40.599848679559926, -73.78681970457117, 40.59987004025631, -73.78679571499512, 40.59988308938639, -73.78678015130505, 40.599896564783876, -73.78675556229169, 40.59991751580035, -73.78673188899306, 40.599933254471416, -73.78670951614849, 40.5999472404281, -73.78669089393854, 40.59996062818923, -73.78666800283399, 40.5999796615187, -73.78664366834646, 40.59999858229992, -73.78662409014444, 40.60001830887153, -73.78660539864148, 40.6000300773463, -73.78658480287682, 40.60004066169358, -73.78656002834506, 40.60005123827634, -73.78653086286928, 40.60006202462472, -73.78650050604668, 40.60007294743333, -73.78647083708023, 40.60008304933266, -73.78646686585012, 40.60009720541025, -73.78644432700969, 40.60010764834175, -73.786423999965, 40.60011288043932, -73.78640243444492, 40.600111193299455, -73.78636503926992, 40.60012704417092, -73.78633699308696, 40.60013692842378, -73.78630708560462, 40.600153615376335, -73.78629157330181, 40.60016316631548, -73.78626779907043, 40.60017605003922, -73.78623872914065, 40.600190542151346, -73.78620893724757, 40.60020432239886, -73.786184109392, 40.600221182664384, -73.7861654538911, 40.600233472538534, -73.78614295339705, 40.60024224230699, -73.78611181242144, 40.60025080327792, -73.78607799906787, 40.600261552944815, -73.78605715350531, 40.60027224839767, -73.78602374101312, 40.60028140846784, -73.78599381012287, 40.6002946642953, -73.78597109154546, 40.60031616884759, -73.78595290708182, 40.60033776468859, -73.78593354083607, 40.60035798502493, -73.78591666162927, 40.60037744094263, -73.78590255707866, 40.60039596998358, -73.7858840021315, 40.60042181920315, -73.78587254174263, 40.60043516524261, -73.78585125252627, 40.600460020585935, -73.78583413716247, 40.60048568066804, -73.78582370652629, 40.60050432550916, -73.78581040295009, 40.60053169378292, -73.78580151792345, 40.60055135729469, -73.78579404432809, 40.60056893782079, -73.78577959372406, 40.600593668116524, -73.78576659374338, 40.600616618975714, -73.78575322603147, 40.60064113245917, -73.78573809871794, 40.600664297276225, -73.78572362863851, 40.60068477524985, -73.78570450316313, 40.60070870075557, -73.78568891479834, 40.6007293666503, -73.78567566933184, 40.600750010796986, -73.78565989857964, 40.60077191276827, -73.78564350073316, 40.600794833862444, -73.7856334034594, 40.60081485981234, -73.78561954511841, 40.6008457012537, -73.78560190154317, 40.60086765375485, -73.78558774091248, 40.60089254936295, -73.78558236561865, 40.60091781976957, -73.78557760743186, 40.60094149829868, -73.78557350306214, 40.600963558903665, -73.78556741343456, 40.600987949064276, -73.78556454469418, 40.60101742239362, -73.7855634446137, 40.601046157890934, -73.78556349753629, 40.60106389112559, -73.7855656732193, 40.601092029383274, -73.78556922392565, 40.60110809236677, -73.78557493011809, 40.60113651187152, -73.78557852324498, 40.60116144060117, -73.78558197275966, 40.60118620606766, -73.78557921217964, 40.601215845295215, -73.78557196639359, 40.60124080873379, -73.78556134637287, 40.60126244564081, -73.78554955883682, 40.60128819576682, -73.78554608233898, 40.601316708901834, -73.78554281592795, 40.60133572459308, -73.78553431795575, 40.60135805075669, -73.7855170272093, 40.60138192562244, -73.78549715145427, 40.601403573165456, -73.78547875775722, 40.60142396093566, -73.78546137527209, 40.601442179425156, -73.78544720865258, 40.601457854529826, -73.78542801695731, 40.60147985994571, -73.78541561664373, 40.60149479451072, -73.78539357703778, 40.601517701431845, -73.78536819692465, 40.60153744396951, -73.7853419312021, 40.60155298479958, -73.7853154836399, 40.601568855776634, -73.78528368098746, 40.60158161533522, -73.78525300870018, 40.60158932415235, -73.78522049710494, 40.601598789149435, -73.78519418871652, 40.60160480501484, -73.78517277772279, 40.601611132605186, -73.78514344417353, 40.60161769302478, -73.78511374057166, 40.601626531973345, -73.78508306698373, 40.60163536639876, -73.78505428609685, 40.60163723339316, -73.78502591600387, 40.601636276202356, -73.78499778612871, 40.60163740326839, -73.78496308698777, 40.60164337726812, -73.78494232921442, 40.60164863621431, -73.78491612179636, 40.60166730547952, -73.78488951039586, 40.601678976904715, -73.7848705858513, 40.601672628802454, -73.78484138294286, 40.60168336062063, -73.78481371209399, 40.601698953631505, -73.78479582521824, 40.601706798830826, -73.78476800511969, 40.601701613741625, -73.78473444137333, 40.60171343600599, -73.78470978480368, 40.60172085517069, -73.78468095065743, 40.60172859789647, -73.78464772137923, 40.60173671420192, -73.78462515646598, 40.60174325925614, -73.78459545357246, 40.601752206135195, -73.7845665019992, 40.60176337871133, -73.78453736277484, 40.60177594944342, -73.78451003116085, 40.60178706920987, -73.78448233286485, 40.60179978131057, -73.78445105097252, 40.60181803121496, -73.78442864793227, 40.6018307793493, -73.78440400415657, 40.60184555485985, -73.78438419233521, 40.60185822589874, -73.78436178840946, 40.60187050844705, -73.7843325010253, 40.60188502848555, -73.78430576847772, 40.60190012964736, -73.78428140902453, 40.60191611416953, -73.78425308807601, 40.60193209034938, -73.78422267389101, 40.60194905046789, -73.78419763059621, 40.601964949939585, -73.78416952543324, 40.60198067976022, -73.78414472991264, 40.601998503206715, -73.78412130800943, 40.60201426882732, -73.78410099203631, 40.60202680199059, -73.78408597913108, 40.60203660031361, -73.78406342405268, 40.60205138057566, -73.78403909676909, 40.602068707789414, -73.78401476677367, 40.60208650416637, -73.78398860255292, 40.602104104378355, -73.78396517557726, 40.602121049645056, -73.78394152555833, 40.60214046732882, -73.78391488559859, 40.602159026589106, -73.78389261682642, 40.60217512302264, -73.78387168540054, 40.6021890562047, -73.78385118598669, 40.602202384142245, -73.78382888159905, 40.60221779429656, -73.7838034320606, 40.60223649445085, -73.78378096841844, 40.60225692922479, -73.78376189099228, 40.60227624380903, -73.78373614442135, 40.602297632356596, -73.78371587255367, 40.60231911404982, -73.78369855913175, 40.60233840492746, -73.78368186013518, 40.602357312434854, -73.7836613754928, 40.60237772209335, -73.78364490469546, 40.60239292436528, -73.78362108686416, 40.60241958728965, -73.78360713062636, 40.602437593121486, -73.78359526471404, 40.60245332726149, -73.7835756437687, 40.602473711515195, -73.78355677618896, 40.60249604591999, -73.783538801429, 40.60251958960708, -73.78352072596289, 40.602540664763076, -73.78350559975998, 40.602563115170184, -73.78349609542971, 40.60258436946278, -73.78348673118779, 40.60260760067037, -73.78347748019291, 40.60262833403479, -73.78346944529343, 40.602651511912796, -73.78347078297995, 40.602683134559925, -73.78346954236774, 40.60271047035395, -73.78346427776387, 40.60273483403878, -73.78345785814992, 40.602759772783514, -73.78345187558598, 40.60278328501954, -73.78344575807225, 40.60280432596095, -73.78343851485491, 40.602827834019756, -73.78342932611602, 40.602851943564616, -73.78341840294556, 40.60287750508814, -73.78340636613225, 40.60290254220748, -73.78339598362734, 40.60292824072701, -73.78338387988512, 40.602951687391034, -73.78337317291877, 40.60297760592544, -73.78337189857413, 40.603004035726194, -73.78337125158339, 40.60303702703225, -73.78336430347872, 40.6030587796189, -73.78335761790677, 40.6030760877098, -73.78335055646437, 40.60309926741368, -73.78334196998506, 40.60312672713786, -73.78333383550259, 40.60314779128614, -73.78332455704458, 40.603166027430454, -73.78331270773029, 40.603188236344714, -73.78329999813596, 40.603209759236876, -73.78328989196186, 40.603227829922126, -73.7832764964609, 40.60324954333002, -73.7832619529976, 40.603270019952056, -73.78324859122843, 40.6032922557246, -73.78323616195348, 40.60331622046076, -73.78322835867492, 40.60333569399879, -73.78321959929768, 40.603359612523946, -73.78320986644879, 40.6033849565439, -73.78320134121314, 40.60340371460204, -73.78319349667616, 40.60342497199922, -73.78318478838881, 40.60344515704245, -73.78317277980884, 40.60347126491343, -73.78316445302545, 40.60349694117407, -73.78315724728152, 40.60351940737743, -73.78315109182262, 40.60354080483813, -73.7831425161499, 40.60356453099139, -73.78313663809101, 40.603589278026035, -73.78313211677364, 40.603617184860155, -73.78313333061635, 40.603642878220064, -73.78313979563022, 40.60367022854808, -73.78313864137978, 40.60369311770815, -73.78313633733899, 40.60371460618369, -73.78313370845466, 40.60373716296901, -73.78312801397689, 40.60376067572988, -73.78312821480236, 40.60378760179728, -73.78313432116164, 40.60381443004465, -73.78314742872298, 40.60383740104671, -73.78316443343813, 40.603857306809694, -73.78318475141491, 40.60387749077907, -73.78320430917552, 40.603898196515615, -73.7832266183733, 40.6039153647743, -73.78325548477783, 40.60393114778058, -73.78327556282787, 40.603936812121795, -73.78329312090446, 40.60393003816375, -73.78332574406538, 40.60393177464771, -73.78335043611618, 40.60394721836709, -73.78337340375694, 40.60396065786507, -73.78339119397316, 40.60397191823676, -73.78341853134845, 40.603992499917645, -73.7834464122362, 40.604013082616014, -73.7834645178425, 40.604026924474205, -73.78348137397339, 40.60404751430843, -73.7834841670049, 40.60406393433378, -73.78349844010796, 40.60409407116433, -73.78350383330844, 40.60411861972009, -73.78351427250702, 40.604142162889126, -73.78352982442135, 40.60416598944649, -73.78354338417567, 40.60418256572784, -73.78355967807633, 40.604199476748654, -73.7835788935568, 40.60421576200082, -73.7835954019734, 40.60423283911694, -73.78360748598192, 40.60424979623538, -73.78361728049877, 40.60427213057728, -73.78362855031916, 40.60429496118325, -73.78363587609554, 40.60431308992825, -73.78363791686654, 40.6043275877141, -73.78362541492643, 40.60434005265365, -73.78360500137204, 40.60436057319765, -73.78362665894322, 40.60439003861534, -73.78362776035112, 40.60441658275181, -73.78363998022434, 40.604435378993436, -73.78365127178222, 40.60445151243605, -73.78368084941837, 40.60445939006669, -73.78370918329986, 40.60447261896791, -73.78372931972122, 40.60449351751403, -73.78374492626072, 40.60451147182289, -73.78376440368153, 40.60453593520019, -73.78377701968441, 40.60455465202556, -73.78379269488603, 40.60457403288799, -73.78380615744018, 40.60458673849975, -73.78382429633595, 40.60461262938185, -73.78383975475215, 40.604632558249385, -73.7838536285862, 40.604651441327285, -73.78387076821382, 40.60467469358649, -73.78389100888705, 40.604696636007674, -73.78389001845524, 40.60471315697057, -73.7838869070383, 40.604728989546594, -73.7839015303828, 40.60475067375875, -73.7839239916518, 40.60477648900274, -73.78393644971663, 40.60479912999919, -73.78394764191367, 40.604824101873824, -73.78395093612053, 40.60484123424283, -73.7839567339887, 40.604864942445815, -73.78394980141323, 40.60488007083436, -73.78393049794015, 40.604902570173365, -73.78393244096272, 40.6049250266054, -73.78391734201266, 40.60493929764865, -73.78389977517098, 40.604959303092805, -73.7838741311403, 40.604970974299704, -73.78385371801164, 40.60498037881232, -73.78383610933665, 40.60500161788668, -73.78381961206783, 40.60502480778401, -73.78380917589082, 40.605044770793874, -73.7838206221672, 40.605058048946205, -73.7837950726506, 40.60507408515577, -73.78378379466628, 40.60508655241422, -73.78376300660611, 40.60511138219113, -73.78374593621533, 40.6051342143917, -73.78373193473261, 40.605153621365965, -73.7837177438935, 40.6051764040487, -73.7837089239645, 40.605197110321896, -73.78369369257138, 40.60521904004772, -73.78368063793205, 40.60523611643901, -73.78366824609087, 40.60525903938118, -73.78366473857005, 40.60528587561486, -73.78366992210604, 40.605308448914656, -73.78366695529631, 40.60532411515906, -73.78364823548152, 40.605344365137874, -73.78362944798363, 40.60536252757031, -73.78360000263939, 40.60538042228885, -73.78357071499701, 40.60539486018312, -73.78355810583052, 40.60540680440929, -73.78355402284905, 40.60543363955558, -73.78353450561738, 40.605455288329686, -73.78351610443796, 40.60547636106588, -73.78349083428843, 40.605495443307724, -73.78347184666501, 40.60549768676511, -73.78344367785469, 40.60551067148719, -73.78342193590566, 40.60550785780394, -73.78340119777779, 40.60550592492034, -73.78338423596671, 40.60551670825309, -73.78337961423037, 40.60553149335939, -73.78339076884457, 40.60554617222033, -73.78340456116274, 40.60555742325156, -73.78340388522619, 40.605576389725904, -73.7833879227571, 40.60559052129161, -73.78335880227264, 40.6055963693434, -73.78333789969331, 40.60559012622807, -73.78331677091792, 40.60558695707319, -73.78330236772953, 40.60559755340583, -73.78328732094036, 40.605617506774074, -73.78326976773334, 40.60563465478263, -73.78325204932499, 40.605655373056734, -73.78323983801091, 40.60567793968494, -73.78323284431501, 40.605702355023595, -73.78325148141563, 40.60571929842053, -73.78325297472652, 40.605736455328284, -73.78324157759735, 40.60575243705565, -73.78322219537347, 40.605766288389226, -73.78319732406946, 40.605783287504906, -73.78319200859062, 40.605811933068566, -73.78317655611706, 40.60583526262362, -73.78315553015287, 40.605854984966356, -73.7831309177829, 40.60587118759199, -73.78311088482121, 40.60588492961588, -73.783090948121, 40.60590322577045, -73.78307002567823, 40.605923801089574, -73.78305168596017, 40.605937874089946, -73.78303640583296, 40.60595250308358, -73.78301420933387, 40.60597826300856, -73.782997113327, 40.60599719667795, -73.78298146984096, 40.606012372497084, -73.78296370896855, 40.60602537765379, -73.7829496550973, 40.60603896524356, -73.78293628928513, 40.6060517031354, -73.78290564640653, 40.60606127997092, -73.78289311865943, 40.606081538820256, -73.7828593213988, 40.60609753402659, -73.78282806026681, 40.60610864596813, -73.78280459877162, 40.60612550988231, -73.78279970929523, 40.60615607705108, -73.78279334473386, 40.606174812142086, -73.78277451206316, 40.60618528927278, -73.78274679760439, 40.60619141268607, -73.78273951651533, 40.606215114235226, -73.78273827008204, 40.606232871122494, -73.78272258397817, 40.60625021528866, -73.78270403169249, 40.60625149768235, -73.78268130176832, 40.606253760049285, -73.78265122344551, 40.60627788495704, -73.78265821484243, 40.60629853909972, -73.78263012145159, 40.60631034407782, -73.78260173233294, 40.606324426816634, -73.78259734984445, 40.60635384226397, -73.78258631738997, 40.60636842339956, -73.7825596676906, 40.60637954399118, -73.78253616646222, 40.60638570324076, -73.78250922418987, 40.60638688688007, -73.7824862557003, 40.606395627130226, -73.78246275298935, 40.60641347877184, -73.78243714864742, 40.606434839376384, -73.78242161817299, 40.606448260210854, -73.7824019677268, 40.60646562474459, -73.78237871955943, 40.606483668662605, -73.78235211155331, 40.606502996665114, -73.78233124506882, 40.60651860286124, -73.78231055960119, 40.606533770840976, -73.78228947456827, 40.60655044553813, -73.78227087027028, 40.60656764813557, -73.78225374711849, 40.60658356308452, -73.7822375192064, 40.60660104303749, -73.78221889387576, 40.606625409258754, -73.78220829669358, 40.606639087056124, -73.78219307144383, 40.60665851943874, -73.78217712828953, 40.606676713138185, -73.78216039171643, 40.60669617056843, -73.78214256699135, 40.606717051463896, -73.78212243170925, 40.60674064485886, -73.78210851483622, 40.60675596341314, -73.78208780346058, 40.6067793927149, -73.78207413710342, 40.60679542315426, -73.78205382151216, 40.60681849569209, -73.78203559965684, 40.606840117849934, -73.7820209190364, 40.60685809599491, -73.7820035946405, 40.60688059876151, -73.78198561763415, 40.60690466269754, -73.78197010278996, 40.60692445200925, -73.78195271677545, 40.606943742480574, -73.78193594980665, 40.6069612510853, -73.78191892413906, 40.6069801838264, -73.78190088711641, 40.60700090038583, -73.7818807516138, 40.60702342391463, -73.78186257147713, 40.6070434539968, -73.7818431299689, 40.60706367439409, -73.78182300029015, 40.60708512720025, -73.78180699644014, 40.60710013827935, -73.78178619174368, 40.60711843435997, -73.78176461810527, 40.60714098395471, -73.78174774052768, 40.60715868323302, -73.78173054387373, 40.60717531117931, -73.7817083528234, 40.60719876461797, -73.78169237631522, 40.607216960887875, -73.78167304636237, 40.607235917131874, -73.78165602638458, 40.60725306590571, -73.78163666896417, 40.60726993737732, -73.78161663511054, 40.60728409067823, -73.78159758766942, 40.607304805269926, -73.78157907543313, 40.60732697612297, -73.78155885448501, 40.6073430498768, -73.78153852957024, 40.6073688662031, -73.7815226959366, 40.60738670431215, -73.78150104537515, 40.607410681042104, -73.78147792582928, 40.60743221185232, -73.78145935887842, 40.607449055980055, -73.78143681367, 40.60747127317309, -73.78141950752236, 40.60748809357669, -73.78140331462424, 40.607505932786985, -73.781385564937, 40.60752577089968, -73.7813675014006, 40.60754330307012, -73.78134691384462, 40.60756124197575, -73.78132412938012, 40.60757964407007, -73.78130436494534, 40.60759879303785, -73.78128592875576, 40.60762005806052, -73.78127009958583, 40.60763649492706, -73.78124968815179, 40.60765547875869, -73.78122555812931, 40.60767774782583, -73.78121074850986, 40.60769097895695, -73.78118370241299, 40.607712856139344, -73.78116205620454, 40.60773507498977, -73.78114240156103, 40.607754225039095, -73.78111487500773, 40.60778027522092, -73.78109962648975, 40.6077950958279, -73.78108174420373, 40.607812079879125, -73.78106220109595, 40.6078299928066, -73.78104204700934, 40.607847932483175, -73.78102181738836, 40.60786620250468, -73.78100309154766, 40.60788746692988, -73.7809873262235, 40.60790673242605, -73.78096691626004, 40.60792557842982, -73.78094722741916, 40.607944313238725, -73.78093110148545, 40.607963278165236, -73.78071926708121, 40.6081479013572, -73.78045671365128, 40.608383251984115, -73.78035993718846, 40.60846805497631, -73.78024564047757, 40.60856303723713, -73.78007140635063, 40.608701525210776, -73.77971223234807, 40.60898512211358, -73.77945458836678, 40.60918732615099, -73.77940143716073, 40.609225939493086, -73.77933955621691, 40.60926595978051, -73.77927014719421, 40.609307036301296, -73.77915429200351, 40.60937216120078, -73.77906856615549, 40.609419567551036, -73.77898348372096, 40.609464966905435, -73.7788989452749, 40.609508413105594, -73.77881486678817, 40.60954994921615, -73.77875463956234, 40.60957745868545, -73.77869321595466, 40.609602277754675, -73.77863092844302, 40.60962427468522, -73.77856806451557, 40.60964334466818, -73.77848484258814, 40.60966485993069, -73.77839216559185, 40.60968557074605, -73.77828920867209, 40.60970585642213, -73.77813748491597, 40.6097332862988, -73.77798082578992, 40.60976024447329, -73.77783139750652, 40.6097838187331, -73.77768759460622, 40.60980426355104, -73.77754847492345, 40.609821710402414, -73.77739041052564, 40.60983941756908, -73.77727897467548, 40.60984879587882, -73.77722702726788, 40.60985154626816, -73.7771778943838, 40.60985290987961, -73.77713093552795, 40.609852904385995, -73.77708578676875, 40.609851528183555, -73.7770311344785, 40.60984795155784, -73.77697850936538, 40.6098424003876, -73.77692797993996, 40.609834882913326, -73.77687961116177, 40.609825409169645, -73.77680331443257, 40.60980790343219, -73.77673304982302, 40.60979042737175, -73.7766672636231, 40.60977258985458, -73.77660522741058, 40.60975419946193, -73.77658082012132, 40.6097456429676, -73.77655459703595, 40.60973451104069, -73.77647492772057, 40.6096949005617, -73.77644778437065, 40.60968230346861, -73.77642283721202, 40.609672310454734, -73.7763992281259, 40.60966464609293, -73.77637932526662, 40.609659605860635, -73.77635843493314, 40.60965551735882, -73.77631375681096, 40.60965020107402, -73.77626538392268, 40.60964871831629, -73.77621364825387, 40.60965108143409, -73.77606786253406, 40.6096647871452, -73.7758355644754, 40.60969080434851, -73.77575020260291, 40.60970184576415, -73.77556119028759, 40.60973006488955, -73.77547923797525, 40.609740201431116, -73.77543800636137, 40.60974269998487, -73.77539528126992, 40.60974165834581, -73.77535164284653, 40.60973708755186, -73.77530781044287, 40.609729065552756, -73.77526445486417, 40.60971769992171, -73.77522254660175, 40.60970323029561, -73.77518294605198, 40.60968595643241, -73.77514648386864, 40.60966623746771, -73.77505226167833, 40.60960867979672, -73.77498305542709, 40.6095634658835, -73.77492336329294, 40.60952046063462, -73.77487195518394, 40.60947861434572, -73.77473640344525, 40.60935787841186, -73.77456851340206, 40.609221525036986, -73.77449868072063, 40.609161187093456, -73.77432851000084, 40.609000006832794, -73.77426956550093, 40.60894933294116, -73.77424506732936, 40.60892449879082, -73.77423363632155, 40.60890986712989, -73.77422234077966, 40.60889291508231, -73.77418245329986, 40.60882375118728, -73.77417220945296, 40.60880923261688, -73.77414481655364, 40.60877458514506, -73.77413287220288, 40.6087555831202, -73.77412666760127, 40.60873672475093, -73.77412691445879, 40.608716847058545, -73.77413360941385, 40.60869589420397, -73.77414679183954, 40.60867375189672, -73.77416576116161, 40.608651082444744, -73.77419123034436, 40.60862670035451, -73.77422269295646, 40.6086008117476, -73.77427052152359, 40.60856489731655, -73.77433003982475, 40.60852297500528, -73.77438917022683, 40.60848602459802, -73.77442552209676, 40.60846469768383, -73.77444812332392, 40.60845257144957, -73.7744699798169, 40.608442638327766, -73.7744907961638, 40.60843525254594, -73.77451193225998, 40.60843150100396, -73.77453648021137, 40.608432124595275, -73.7745603323589, 40.608435850924515, -73.77461556631553, 40.60844770208672, -73.77464085110253, 40.60845092061114, -73.7746616624961, 40.60845059850281, -73.77467998046446, 40.60844685041015, -73.77477055372694, 40.608416312841314, -73.77479724905666, 40.608410507237856, -73.77481304526661, 40.60840261807399, -73.77480997247312, 40.608384592558515, -73.77479765166827, 40.60836576456646, -73.7747741457082, 40.60831126289068, -73.77475338414509, 40.60826671108017, -73.77473130727358, 40.60822432605125, -73.77470784462744, 40.60818398069126, -73.77469638720832, 40.60816842958788, -73.77468081432843, 40.60815252191261, -73.77466216284107, 40.608136782000756, -73.77462652106364, 40.608109545995205, -73.77441748393659, 40.60795128207022, -73.77437661953817, 40.60791955922839, -73.77434996611956, 40.60789728105769, -73.77432745420708, 40.607876044814624, -73.77430904090552, 40.60785560547473, -73.77429437411521, 40.60783630724945, -73.77428087561273, 40.607815702854396, -73.77426850895452, 40.60779373728643, -73.77425722364299, 40.60777031859316, -73.77424701017028, 40.6077454629657, -73.77423772666741, 40.60771884413583, -73.7742214359982, 40.60765879577507, -73.7742173670237, 40.607636316992185, -73.77421619691573, 40.60761650315278, -73.77421787988573, 40.60759856800909, -73.77422244963991, 40.60758232701971, -73.77423789462831, 40.607547931203854, -73.77425539014448, 40.60751897858179, -73.77427548273114, 40.607494577806136, -73.77429833723097, 40.60747455089532, -73.77432540758345, 40.607456625076956, -73.77435306973712, 40.607442241276736, -73.77438085024228, 40.60743164260711, -73.7744084935737, 40.607424920419916, -73.77446246075964, 40.607416614531246, -73.77450343184745, 40.60741352327326, -73.77456305553957, 40.60721197495484, -73.77454550887772, 40.607121780012754, -73.7745816613907, 40.60693179880229, -73.77459045809407, 40.606905580169844, -73.77461596903478, 40.60684338593561, -73.77462488922339, 40.60681103136755, -73.77462803599158, 40.60677840612688, -73.77462646494998, 40.606741873263815, -73.7746220256584, 40.60670936462415, -73.77460509996212, 40.60661339493894, -73.77460148458199, 40.60659583392161, -73.774589895967, 40.60655868616469, -73.77458600620338, 40.60654260417061, -73.77458447543235, 40.606525647890926, -73.77458646785529, 40.6065105094762, -73.77459303389251, 40.606494035547826, -73.77460443108066, 40.606476938024514, -73.7746181213502, 40.60646133716612, -73.7746549637649, 40.60642385122396, -73.77467121172918, 40.60640310707429, -73.77470569484505, 40.60634871364199, -73.77471596066232, 40.60632968226435, -73.77472384779708, 40.60631210957607, -73.77473691031679, 40.60627172863565, -73.77475392900628, 40.60619763079701, -73.7747616047846, 40.606169151437165, -73.77477665689362, 40.60612459775716, -73.77481361686749, 40.60602625453399, -73.77482759576185, 40.60598354031711, -73.77483261844857, 40.60595589414266, -73.77483418871816, 40.60588548158904, -73.77483604992547, 40.605868587789416, -73.77483934257194, 40.60585362391688, -73.77484870987351, 40.605829111973954, -73.77488097145118, 40.60576869682858, -73.77489234225224, 40.605740093219715, -73.77490332080819, 40.6056978107712, -73.77490994124148, 40.6056620017635, -73.77491281990413, 40.60562928773516, -73.77491197689321, 40.60559896631652, -73.77490727953848, 40.605566933556446, -73.77489352737705, 40.60550424720962, -73.77488883184841, 40.60547798501469, -73.77487934501875, 40.605397101110505, -73.7748757661597, 40.605326309251566, -73.77487800313868, 40.60529327698136, -73.77488547240634, 40.60525766595074, -73.7748982416005, 40.60521868653087, -73.77491813854695, 40.60517073293064, -73.77503980243044, 40.60490016981775, -73.77515941487584, 40.604629052336804, -73.77516737606561, 40.60460869173578, -73.77517431483032, 40.60458669468151, -73.77517990152872, 40.604564112342416, -73.77518395525973, 40.60454168459627, -73.77518635383802, 40.60452025859811, -73.77518711109471, 40.604499937935316, -73.77518621660275, 40.604481012556654, -73.77518368158746, 40.604463658086374, -73.77517968353035, 40.60444850163686, -73.77517419464374, 40.60443502355071, -73.77515882987647, 40.604413327766174, -73.77514357857069, 40.60440179822649, -73.77512521425247, 40.604394387898225, -73.7750978295682, 40.60439066287409, -73.7750535798691, 40.60439287351464, -73.77502292293372, 40.60439809508612, -73.77493941042937, 40.60441592766896, -73.77491392727678, 40.60441942763339, -73.77489091978104, 40.60442071805053, -73.77483359026209, 40.604420212218706, -73.77479067965336, 40.604416685436135, -73.77477155895247, 40.60441354926115, -73.77475402471198, 40.60440946073532, -73.77472317610989, 40.60439829229883, -73.774703399536, 40.604385392236956, -73.77469087982179, 40.604368664758994, -73.77468564691424, 40.60434063556973, -73.77468798702432, 40.60432432624886, -73.77469362823652, 40.60430663929264, -73.77470250851039, 40.60428775198226, -73.77471527598924, 40.6042667650627, -73.77473132115317, 40.604245034428885, -73.77475032352173, 40.60422299440493, -73.77477177776441, 40.6042012374449, -73.77479519888689, 40.60418028219999, -73.77481958419858, 40.60416105424504, -73.77484399543596, 40.60414429467441, -73.77486748164152, 40.60413065540635, -73.77488947537408, 40.60412058018929, -73.77491373429169, 40.60411219338586, -73.77494022172289, 40.60410550843064, -73.77496888326785, 40.60410054052451, -73.77499968817548, 40.60409729951146, -73.77503248633508, 40.60409580310643, -73.77506713830016, 40.604096060039964, -73.77510340304774, 40.60409806893827, -73.77512871448869, 40.60410201233461, -73.77515728668865, 40.60411023779667, -73.77518662640088, 40.604121413971846, -73.77526248383901, 40.604153642628006, -73.7752842123531, 40.604161269334725, -73.77530320836561, 40.60416633320458, -73.77532449260418, 40.60416940508085, -73.77534349440951, 40.60416888660168, -73.77536854800123, 40.60416133604228, -73.77539177792303, 40.60414587890719, -73.77540696425795, 40.604133516462085, -73.77543614190428, 40.60410472156011, -73.7754642947172, 40.60407008204318, -73.77549561430324, 40.604024452396054, -73.77555704743025, 40.60393060981634, -73.77559061176474, 40.60387584239801, -73.77564661896284, 40.60376938362747, -73.77566678688667, 40.603734029665446, -73.77570185866804, 40.60368206849036, -73.77576512448397, 40.603598902395284, -73.7757901230197, 40.60357002270425, -73.77585475048025, 40.60350528215427, -73.77586958851015, 40.603487851714775, -73.77588140344466, 40.60347135912825, -73.77589502948693, 40.60344540465474, -73.7759050034204, 40.603415242109826, -73.77591114551132, 40.603385139632046, -73.77592244434383, 40.60330872780819, -73.7759272392041, 40.60328751448573, -73.7759330773686, 40.60326875442594, -73.77594998833483, 40.60322930207793, -73.77598886998118, 40.603154452394236, -73.77600346388294, 40.60312347396403, -73.77601556859138, 40.603090660814054, -73.77602243736702, 40.603060516520635, -73.77602713779413, 40.60301601723543, -73.7760329488768, 40.60291127499478, -73.77605385315644, 40.60275628855661, -73.7760496735181, 40.60274205031661, -73.77603408926426, 40.602734393401896, -73.77600401471652, 40.60273390523985, -73.77595078818493, 40.602745200333636, -73.77591015522111, 40.60275930978513, -73.77587304075234, 40.602776231219174, -73.7758579171052, 40.602784819748805, -73.77583412392764, 40.60280352227295, -73.77582397113724, 40.60281553888641, -73.77581533333705, 40.6028292217238, -73.77580803830395, 40.60284484060698, -73.7757985240415, 40.602875347141826, -73.77578264085142, 40.60294826047907, -73.77577721423853, 40.602965493143905, -73.77577094822524, 40.60298042152849, -73.77576358796973, 40.60299364128296, -73.77574511678245, 40.603015680711245, -73.77572545443583, 40.60302968783107, -73.7756891909583, 40.60304188671241, -73.77565935851106, 40.60304666430238, -73.77563006860437, 40.60304785615289, -73.77560641689331, 40.60304551273713, -73.77558895160763, 40.603039982731715, -73.77557739638179, 40.60302912595248, -73.77558059822745, 40.60299222599028, -73.77558805584145, 40.60296376054992, -73.77559842792643, 40.60293573125061, -73.7756115797082, 40.602908513347266, -73.77562731134651, 40.60288250718252, -73.7756454482583, 40.60285798077088, -73.77566578983203, 40.60283521288241, -73.77568813446948, 40.60281442465162, -73.77572592498932, 40.60278373647013, -73.77582379917858, 40.60270911000666, -73.77586747912056, 40.60267390992918, -73.77590050990439, 40.60264442991741, -73.77597636392997, 40.6025723457915, -73.7760169910335, 40.60253775746635, -73.77603607363072, 40.60252463708425, -73.77605792304338, 40.60251299534917, -73.77608196640274, 40.60250313822243, -73.77610750921184, 40.602495352517636, -73.77613376264306, 40.60248986903279, -73.7761600610822, 40.60248681794758, -73.77618574026603, 40.602486279015665, -73.7762102519552, 40.602488261075685, -73.77623203928488, 40.602495835489364, -73.77625134024048, 40.602510615561926, -73.77627776274619, 40.60253647514547, -73.7762912952856, 40.602546786383414, -73.7763116995525, 40.602554935326275, -73.77633310259506, 40.60255555601941, -73.77636277156437, 40.60254941634299, -73.7763927239019, 40.6025359235232, -73.77640704846662, 40.602526709304776, -73.77642031277912, 40.60251621787858, -73.77643195770965, 40.60250488671299, -73.77645725288343, 40.60247612632145, -73.77647796062276, 40.602449740691995, -73.77649488066177, 40.60242471378908, -73.77650816863321, 40.60240079106848, -73.77651799116387, 40.60237760994393, -73.77652427944247, 40.60235525673291, -73.77652704905502, 40.60233366482738, -73.77652630249466, 40.60231279641052, -73.77651576600866, 40.60229972551378, -73.77648088553744, 40.60228471346861, -73.77646663449367, 40.602275162699335, -73.77646432995319, 40.60223547658271, -73.77646680528503, 40.6022206209336, -73.77647062670916, 40.602206710752164, -73.77648217906818, 40.60218207414422, -73.77649882890125, 40.60216186182191, -73.77651288599318, 40.60214993198705, -73.77652982174078, 40.60213783484712, -73.77660495897003, 40.60209280878761, -73.77663529268034, 40.6020711912086, -73.77670555990356, 40.60201055582323, -73.77673429192564, 40.60198349683552, -73.776760020783, 40.60195744149564, -73.77678810461504, 40.60192458185414, -73.77684680318916, 40.60184429156656, -73.77687575295786, 40.60180931014685, -73.77692437333664, 40.601756947146384, -73.7769601426996, 40.60172155929742, -73.77699504784094, 40.60169128023992, -73.77702967679367, 40.601665861670114, -73.77716428917867, 40.601579278821504, -73.7773363119626, 40.601472344394004, -73.77736657428589, 40.60145036627336, -73.77739626023445, 40.60142336570065, -73.77742563028174, 40.60139153048989, -73.77746725590944, 40.60134120420779, -73.77747926167872, 40.60132500269418, -73.7774908190238, 40.601306157269995, -73.77752292362965, 40.60124254599806, -73.77753546973152, 40.60122018683351, -73.77754962619649, 40.6011995922116, -73.77756498091975, 40.601182112121826, -73.7776010252273, 40.601146985757055, -73.77764052679298, 40.60111034418278, -73.77773445591617, 40.60102834756376, -73.77791559253664, 40.600876306382716, -73.77793861416163, 40.600859014859616, -73.77799000941903, 40.60082549305142, -73.7780110195346, 40.600810520982726, -73.77803081879364, 40.600793370902885, -73.77804549517751, 40.60077623433958, -73.77805587536892, 40.60075957035795, -73.77806431079567, 40.60074150680589, -73.77807086692665, 40.6007218970247, -73.77807564515044, 40.600700451241224, -73.77807854786145, 40.60067881002408, -73.77808016022159, 40.60065438369254, -73.77808040671395, 40.60057595743696, -73.77807470719095, 40.60053228717247, -73.77807639883837, 40.60051386389422, -73.77808211318181, 40.60049868937366, -73.7780907702671, 40.6004825281564, -73.77810218347064, 40.600465365472935, -73.77812144543037, 40.60043956569642, -73.77813823386217, 40.600420028796385, -73.77815820207668, 40.600401765070814, -73.77818085827865, 40.60038522293086, -73.77820561267114, 40.60037083348876, -73.77823202464116, 40.60036142174077, -73.77826430363046, 40.600357369525454, -73.778282606793, 40.600357349906304, -73.77830243434087, 40.60035866059892, -73.77834715512662, 40.60036531438992, -73.77836673218171, 40.60036983676145, -73.77838773761952, 40.60037613862006, -73.77847044075811, 40.60040708792415, -73.7785075520862, 40.60041829624863, -73.7787148604657, 40.600467283437816, -73.77879409058897, 40.60048426317918, -73.7788669620376, 40.60049842279363, -73.77898728642835, 40.60051982019621, -73.77909949761845, 40.60053842285784, -73.77912691535471, 40.600539245504216, -73.77918988960397, 40.60054562246496, -73.77924724998822, 40.60055473340836, -73.77930685895187, 40.60056698607048, -73.77936988182627, 40.60058261592104, -73.7794245112342, 40.60059801260111, -73.77948492055286, 40.60061657218337, -73.77968480117381, 40.60068276500814, -73.77975977971902, 40.60070655020503, -73.77983459674587, 40.60072809813916, -73.77990293790866, 40.60074508416989, -73.77993421653474, 40.60075027526033, -73.77996752985253, 40.60075217611732, -73.78000237584322, 40.60075075425953, -73.78003806798168, 40.600746037188536, -73.78007399527867, 40.60073807596473, -73.78010899085693, 40.60072710429282, -73.7801420340592, 40.600713441708514, -73.78017209798168, 40.600697511297135, -73.78025665063988, 40.60065005323399, -73.7802880665426, 40.600631114922116, -73.78031928588653, 40.600609072116, -73.78034408988172, 40.60058703144833, -73.78043514611991, 40.60049289345995, -73.7805982726106, 40.60032991729378, -73.78063857867926, 40.600286533994876, -73.78067837248305, 40.600238311182906, -73.78069401089394, 40.60021651500007, -73.78070867636497, 40.60019238189711, -73.78072265744738, 40.600165467565496, -73.78073679948743, 40.600134147269976, -73.78073980849604, 40.600115124015325, -73.78073195111426, 40.60007289691079, -73.78073270327765, 40.60005467712126, -73.78073804545225, 40.60003751159866, -73.78074561542623, 40.60002047099645, -73.78075527160394, 40.60000386032205, -73.78076684286604, 40.59998798092442, -73.78078009781653, 40.599973141241705, -73.78079483845077, 40.59995955522062, -73.78081083250866, 40.59994743494153, -73.78082787034373, 40.599936942098616, -73.78084783954313, 40.59992674841431, -73.78087073508223, 40.59991658462056, -73.78096914723608, 40.59987913207731, -73.78101072976499, 40.599860655101345, -73.7811035597376, 40.59981626136475, -73.78112866429069, 40.59980147663034, -73.78114911117842, 40.59978645338683, -73.78116628337177, 40.599770624237834, -73.78121212015255, 40.599723305167075, -73.78123692904163, 40.59970138318457, -73.78131648964097, 40.599631085626086, -73.78134097438438, 40.59961252106239, -73.78140520894517, 40.59957078685386, -73.78142100794001, 40.599558281594526, -73.78143366019822, 40.59954594595084, -73.78145638581735, 40.599518325938426, -73.78147773522441, 40.59948703996848, -73.78149823049914, 40.59945140103316, -73.78152003057407, 40.59940766164963, -73.78153111238635, 40.59937266039416, -73.78154062845182, 40.59935112081288, -73.7815655906316, 40.59931910236275, -73.78158956005115, 40.59929693646689, -73.78162646861307, 40.59926752251262, -73.7816447644162, 40.599258461972745, -73.78166946303199, 40.59925499234749, -73.78169561895331, 40.59925603711614, -73.78175830909744, 40.599263011882165, -73.78178540738993, 40.599263100261275, -73.78180559249257, 40.59925903759564, -73.78182101635062, 40.599250654173, -73.7818422478722, 40.59923186629954, -73.78186202311358, 40.59921077391565, -73.78188028283203, 40.59918742914017, -73.78189696293913, 40.59916192100407, -73.78194354160843, 40.59908321974732, -73.7819724783926, 40.599029682596964, -73.7819883125136, 40.5989973018355, -73.78199883420545, 40.598972735657505, -73.78200649362059, 40.59895023795856, -73.78201137032114, 40.59892932350706, -73.78201433145257, 40.59890565791961, -73.78201529802801, 40.59887991373874, -73.78201432998847, 40.59885146341226, -73.782011307045, 40.5988166226633, -73.78200563163979, 40.59877025196168, -73.7819954790462, 40.59870421700347, -73.7819913274139, 40.598681814867724, -73.78193600528172, 40.59853082781248, -73.78185064782687, 40.59835933369005, -73.78163720139815, 40.59817744276487, -73.78159012286828, 40.598132381970515, -73.78155364605217, 40.59809321003237, -73.78154128631083, 40.5980772553456, -73.78151695360407, 40.59804124120872, -73.781505931741, 40.59802729993441, -73.78148441083577, 40.59800680808695, -73.78146021078638, 40.59799128203993, -73.78142852262107, 40.59799679062328, -73.7813993001594, 40.59799577327903, -73.78137707155749, 40.597984685150855, -73.78135874469187, 40.597969052286544, -73.78134702685877, 40.59795119238787, -73.78134044239532, 40.597912369022055, -73.78133920139986, 40.59786454516724, -73.78134279806441, 40.59780235633249, -73.78134196632077, 40.597778555668064, -73.78133585252623, 40.59776124044199, -73.7813214587861, 40.597744120183044, -73.78130097711994, 40.597728123899024, -73.78125612755352, 40.59769920371923, -73.78124153649011, 40.59768931429253, -73.7811626967146, 40.59763588280783, -73.78108369829897, 40.597584032288715, -73.78097762390841, 40.59751473646814, -73.78091598741662, 40.59747845028115, -73.78079940979154, 40.59741734796203, -73.780636133547, 40.5973329903782, -73.78061773457128, 40.59732574835144, -73.78059571513069, 40.597320863288495, -73.78057228008872, 40.59731822232913, -73.78050707721914, 40.59731396169831, -73.78048806833405, 40.597311131059975, -73.78031061174018, 40.597256419134666, -73.78023673841042, 40.59723249051059, -73.78018946889668, 40.59721507039573, -73.78017230568156, 40.597204976896215, -73.78015892933209, 40.59719007372848, -73.78014720006172, 40.59716290945534, -73.78014409643038, 40.59714643470992, -73.78014292138162, 40.59712836071897, -73.78014372594477, 40.59710933505785, -73.7801570259585, 40.5970067609455, -73.78015983455096, 40.59698869367473, -73.78016868500933, 40.596947236909365, -73.78017114769307, 40.59692837741469, -73.78017049408494, 40.59690693735674, -73.78016522877903, 40.59688822787497, -73.7801507095836, 40.59687885984997, -73.7801013569339, 40.596877768541354, -73.78008343318093, 40.59687300108096, -73.78006350433809, 40.596857196543304, -73.78004972224625, 40.59686686882393, -73.78004457777574, 40.59688429134781, -73.78004454530833, 40.596937542053084, -73.78004220336047, 40.597047411572035, -73.78003721353114, 40.5970673765744, -73.78002381532684, 40.597087812665805, -73.78000201547776, 40.597108826118166, -73.7799705197399, 40.597131676084715, -73.77995155556425, 40.59714254603593, -73.77990459660487, 40.59716535556775, -73.77988394277267, 40.59717844746984, -73.77986775209772, 40.59719194594997, -73.77983177310355, 40.59722583043299, -73.77981453169907, 40.597240538099136, -73.7797972394034, 40.5972520469991, -73.77975177282958, 40.59727580758132, -73.77973270514579, 40.59728794883983, -73.77972406947563, 40.59730287830665, -73.7797245282137, 40.59733392659862, -73.77971350376305, 40.59735601156283, -73.77968112270685, 40.59737212922642, -73.779598647496, 40.597406598078706, -73.7794474889748, 40.597482195345734, -73.77942402619888, 40.59749331052422, -73.77938090675931, 40.59751350127965, -73.77931745774652, 40.59753974863735, -73.77915494760325, 40.597600716298814, -73.77908167691058, 40.59763067822936, -73.77905338409612, 40.59764367965282, -73.77903536246887, 40.597654525149764, -73.77901338307247, 40.59767538047721, -73.77898416939864, 40.59771566152804, -73.77898523492537, 40.597731040047435, -73.77900173094226, 40.597749953986884, -73.77900958826392, 40.597763586840934, -73.77899949711247, 40.59779379266742, -73.77898726668116, 40.59781927922818, -73.77897309956957, 40.5978448683247, -73.77895754121451, 40.59786960194596, -73.77894129691657, 40.59789240982302, -73.77892447802955, 40.59791320121668, -73.77890735501202, 40.59793164525378, -73.77889010452098, 40.597947553163735, -73.77887352715032, 40.59796033394135, -73.7788570657187, 40.59797056735355, -73.77884079837378, 40.597978201320295, -73.77881689214189, 40.59798472554383, -73.77879372507145, 40.597985307718105, -73.77877139403792, 40.59797994983111, -73.77875703967572, 40.59796966971625, -73.77874964409563, 40.597938988988716, -73.77873167480396, 40.597934715619076, -73.77871609906717, 40.597945054276856, -73.7786853449779, 40.59795704318255, -73.77863585819608, 40.597971232002074, -73.77861593135309, 40.59797834558845, -73.77858815469729, 40.59799416113286, -73.77857414928354, 40.59800548977265, -73.77855756370734, 40.598021078326894, -73.77853669408394, 40.598062383029315, -73.77851178762513, 40.59808549834148, -73.77849135416359, 40.59809680827833, -73.77846656277343, 40.598107310144314, -73.77843466396281, 40.59811817382118, -73.77840574551463, 40.59812593552322, -73.77834121989726, 40.59813989259828, -73.77831588007155, 40.598146902037314, -73.77828844146322, 40.59815622177172, -73.7782659779314, 40.59816514316094, -73.77824653517763, 40.59817444949597, -73.77822972976232, 40.59818433995502, -73.7782086061229, 40.59819925241207, -73.77807746706569, 40.598349800312704, -73.77806375970958, 40.59836204439949, -73.77804963652234, 40.59837179052488, -73.77801915496418, 40.598386285040114, -73.77796107473456, 40.59840631398652, -73.7779399493163, 40.598414617435495, -73.77786309516512, 40.59844704991081, -73.77784156323487, 40.59845786231999, -73.7778234216675, 40.598468767730154, -73.77780488252655, 40.598483761654165, -73.77778343360639, 40.59850689880222, -73.77773188022148, 40.598567843012916, -73.77762404551359, 40.59866087568923, -73.77757372266842, 40.5986892646184, -73.77753651222413, 40.59871310424076, -73.77750477396941, 40.59873592514527, -73.77747492129639, 40.598760150008964, -73.77744717810884, 40.59878559465922, -73.7774217434895, 40.5988120784775, -73.77740174743647, 40.59883806582888, -73.77738605610013, 40.59886665142616, -73.77737515562208, 40.598896955499086, -73.77736942995986, 40.59892791887463, -73.77735907212092, 40.5990534176227, -73.77735416860551, 40.59915208497927, -73.7773470911391, 40.5991785061862, -73.77732250332885, 40.59922627193474, -73.77731478577871, 40.59924588032636, -73.777309572212, 40.59927383243331, -73.77730466888953, 40.599341952169056, -73.77730087964393, 40.59935977612647, -73.77729515990998, 40.59937548010842, -73.7772386350257, 40.59949062517903, -73.77720801244968, 40.59955921375584, -73.77719850041646, 40.59957663848872, -73.77718611022645, 40.599594819485, -73.77717058522647, 40.59961419390128, -73.77714992157561, 40.59963727301752, -73.7771302833964, 40.59965327509008, -73.77707615832033, 40.59968325035644, -73.77705500893988, 40.599698929798215, -73.7770366437423, 40.59971793397374, -73.77701941574675, 40.59973886207357, -73.77700327160771, 40.599761768026255, -73.77698813177152, 40.599786770547176, -73.77697455668611, 40.59981444435888, -73.7769484779578, 40.59987795461623, -73.77693418635069, 40.59990543341937, -73.77686730458773, 40.600007266448465, -73.77684727712838, 40.600039650971375, -73.77677983595608, 40.60015642077425, -73.77672118006305, 40.600261816862485, -73.77659981509585, 40.60049033240841, -73.77657538451069, 40.6005285869519, -73.77651908860221, 40.600603603803926, -73.7764968769864, 40.60063612900182, -73.77641601689793, 40.60077013825759, -73.77639600807134, 40.60080000036562, -73.77634672481304, 40.6008683425759, -73.7763251150941, 40.600902068410896, -73.77631884651376, 40.60092032606413, -73.77631680929788, 40.60096063950939, -73.77631290468551, 40.60097752756198, -73.77629941028395, 40.60100811644855, -73.77628516631394, 40.60103356727913, -73.77626926592582, 40.601055489327415, -73.77625143625923, 40.601074217957425, -73.77623170933231, 40.601084430226635, -73.7761900567479, 40.601093223793335, -73.77617157346319, 40.60109933478118, -73.77615820689887, 40.60111079584605, -73.77615695725567, 40.6011406458196, -73.77615378765663, 40.60115501022576, -73.77613325025033, 40.60117718887816, -73.77607314014118, 40.601235813024836, -73.77603330001716, 40.60128117678869, -73.77600414892346, 40.60132011001069, -73.7760020555364, 40.60133379030995, -73.77601191471322, 40.601358152520156, -73.77601374071166, 40.60137205388275, -73.77599889838993, 40.60139302790141, -73.77598283890899, 40.60140843700209, -73.77596308515173, 40.601423786668484, -73.7759390365317, 40.60143954670241, -73.7759095509656, 40.6014563002156, -73.77583921260626, 40.601493037744845, -73.77580713404849, 40.60151213654462, -73.77578886710405, 40.60152555205198, -73.77574683253042, 40.60156073910337, -73.77571413276878, 40.601583965572495, -73.77567845650488, 40.601606237969705, -73.77563986532503, 40.601627511386205, -73.7755984610131, 40.60164773288679, -73.77557505662006, 40.601655263303165, -73.77554730928104, 40.60165817364413, -73.77551653099748, 40.60165700138104, -73.7754525750482, 40.60164968034324, -73.77542570163408, 40.601647781757336, -73.7753983998662, 40.60164853797649, -73.7753749924036, 40.60165275981699, -73.77534482243551, 40.60166251746938, -73.77527009038516, 40.60169095672844, -73.77524796394809, 40.60169753862277, -73.77522739488158, 40.60170195959694, -73.7751129219874, 40.6017207304298, -73.77497513390462, 40.60174785829977, -73.77496868675941, 40.601710995288904, -73.77492102197729, 40.60165538367644, -73.77487733160902, 40.601622593731996, -73.77486446552908, 40.60160781612637, -73.774857838236, 40.601592164624606, -73.77485404320127, 40.60157398459336, -73.7748518740153, 40.60150741442822, -73.77485117998954, 40.6014847891761, -73.77485347031717, 40.60141768292912, -73.77485117423174, 40.60139680425857, -73.77484615115424, 40.60137842370535, -73.77476984474693, 40.601186084111895, -73.774711433229, 40.601037173150075, -73.77471176179671, 40.60102103098017, -73.77473243667153, 40.60098554759085, -73.77473553661217, 40.60096950630864, -73.77473193111821, 40.600950146055176, -73.77472602684708, 40.6009289307163, -73.77469775889273, 40.60085231985653, -73.7746930602199, 40.600836562260724, -73.77468828675364, 40.60082056227684, -73.77468518279532, 40.60080278252596, -73.77468381618284, 40.600782726051364, -73.774685827028, 40.600713406664525, -73.77468495312878, 40.6006870357726, -73.77468046681287, 40.60066087032217, -73.77467187080501, 40.60063802695601, -73.77466345996942, 40.600624381016075, -73.77465159237191, 40.600610330265255, -73.77459852548358, 40.60056217057043, -73.77457947085136, 40.600540844781115, -73.77446064973279, 40.6003766647364, -73.77444672016875, 40.60035539220755, -73.77441828101374, 40.600306191124666, -73.77440470519265, 40.60028478240503, -73.77438820830486, 40.600263178839036, -73.77437067002487, 40.60024523206008, -73.77435557481877, 40.600232931865854, -73.77433732622319, 40.600220311194384, -73.77427304006495, 40.60018215576397, -73.77423435400803, 40.60016101918836, -73.77421959703354, 40.600151776923774, -73.77420553462711, 40.60013523636423, -73.77419977687815, 40.600113735817516, -73.77419639019813, 40.60007864199786, -73.77419195504413, 40.60006256971394, -73.77418386614147, 40.60004600846956, -73.77417305512422, 40.60002806767402, -73.77412162584437, 40.59995461701888, -73.77411206119936, 40.599937749391636, -73.77410492328535, 40.59992191943607, -73.77409468794006, 40.59988853575594, -73.77408943576121, 40.5998541586854, -73.77408930073501, 40.59981969081485, -73.77409429171563, 40.5997860047707, -73.7741075676302, 40.59973745923418, -73.77412413078086, 40.59969435932969, -73.77413495479101, 40.59967526065028, -73.77416446811304, 40.59963378372269, -73.77417452816822, 40.59961419995617, -73.77415933734721, 40.599604722693975, -73.77413094254635, 40.599602637106294, -73.77411307649298, 40.59959853341764, -73.77411411360232, 40.59956506653271, -73.77413479987746, 40.59950347253717, -73.77414082289336, 40.599475521262555, -73.77414168419186, 40.599459097373554, -73.77414097247463, 40.59940859991832, -73.7741432813277, 40.59939278762923, -73.77414784823941, 40.599378972640324, -73.77416455244848, 40.59935456250841, -73.77417761717982, 40.599327547207025, -73.77418426092665, 40.599303287502195, -73.77417337743985, 40.59929074070947, -73.77413992901565, 40.59928189305412, -73.77412238850299, 40.599274480575836, -73.7741181479987, 40.59925013284249, -73.77412212711359, 40.599231960858006, -73.7741296895331, 40.59921203809073, -73.77414205235864, 40.59918715385743, -73.77418481669551, 40.59911729949502, -73.7742051795393, 40.59907966782846, -73.77421643030624, 40.59905381783986, -73.7742228351083, 40.59902998271076, -73.77422411187129, 40.59900807903946, -73.77421019837949, 40.598996135052126, -73.77417885894118, 40.59899043438462, -73.77415942205114, 40.59898414474245, -73.77414909611639, 40.59896849583222, -73.7741452116741, 40.598948907174844, -73.77413857735951, 40.598933363675904, -73.77412069905093, 40.59891582322486, -73.7741025781236, 40.59890050659167, -73.77405724806857, 40.598867629350366, -73.77400854544291, 40.598837088625885, -73.77395500328403, 40.59880772795559, -73.77393246502594, 40.59879870448311, -73.77387913945117, 40.59878355269273, -73.7738584651705, 40.598774627428405, -73.77383620027416, 40.59876094335554, -73.77381453675349, 40.5987448119334, -73.77379336972353, 40.598726156411225, -73.77377245770053, 40.59870476829257, -73.77374432582248, 40.59866983556179, -73.77372538698701, 40.59862817598985, -73.77371224331142, 40.59840900545095, -73.77371011323623, 40.59838424761396, -73.7737014078767, 40.59832274259612, -73.77370324454192, 40.598305095013934, -73.77371648872301, 40.59826660742164, -73.77371948311489, 40.598251416951044, -73.77371670955078, 40.598237353387304, -73.77368481996349, 40.59821701526073, -73.77363233917278, 40.59819607193744, -73.77356844900831, 40.5981669059257, -73.77353835993459, 40.598159468631145, -73.77348440424562, 40.59815576109218, -73.77346611704962, 40.5981557781764, -73.77342148063303, 40.59815965429222, -73.77339890864324, 40.598157870872015, -73.77338501602807, 40.5981464851501, -73.77337615282468, 40.598129494568404, -73.77334114460247, 40.5981105054867, -73.77329948135203, 40.598096080637106, -73.77327852903197, 40.598091535775175, -73.77323710364395, 40.59808813290321, -73.7732138176737, 40.59808404269261, -73.77319570196163, 40.59807531777101, -73.77318410194903, 40.59806444894822, -73.77317422585517, 40.598050729761646, -73.77316687902959, 40.59803670488532, -73.77315199159936, 40.59800310210855, -73.77314331505272, 40.59798787510587, -73.77310276949245, 40.597928267624766, -73.77307306733414, 40.5978904598496, -73.7730594575099, 40.597879674396204, -73.77304022504939, 40.59787175951839, -73.77300591826275, 40.59786718102721, -73.7729682578646, 40.59787255841392, -73.77291268925774, 40.597886382451684, -73.77288812171207, 40.597891274185145, -73.77281527993449, 40.59790050197606, -73.7727373338877, 40.5979060733992, -73.77271338287787, 40.597906147602686, -73.77268671437854, 40.59790421095566, -73.77260314389949, 40.597892354098946, -73.7725753062351, 40.59788925253419, -73.77255071939219, 40.59788800977768, -73.77252828587856, 40.597888613753376, -73.77248572454171, 40.597892372942546, -73.77235383296954, 40.59790657689331, -73.77224040892929, 40.59791496387937, -73.77215536835502, 40.59792125207374, -73.77211321081516, 40.597921955542034, -73.77203599242743, 40.59791853168279, -73.77200599461416, 40.59791801110377, -73.77197566818892, 40.59791927290536, -73.77194870499692, 40.59792268192228, -73.77190455451743, 40.59793130868515, -73.77179429408163, 40.597955285104156, -73.77171187569616, 40.59796965318981, -73.77167614310733, 40.59797747620812, -73.77164669730509, 40.59798688132373, -73.77161580463553, 40.5980003224133, -73.77158534597598, 40.59801639659325, -73.77152710152681, 40.598050109052636, -73.77145270297355, 40.598091923804034, -73.77140900562391, 40.598119289412644, -73.77130115600683, 40.59819326823083, -73.77119143149946, 40.59826751607405, -73.77116651564413, 40.598280542093605, -73.77113704195864, 40.59828974980813, -73.77110524807954, 40.59829444216168, -73.77107384086916, 40.59829420850167, -73.77105142419795, 40.59829157933635, -73.77102933770186, 40.598287754026146, -73.7710078080676, 40.59828277534761, -73.77098704425754, 40.5982766869427, -73.77093154106339, 40.59825745096207, -73.77088415455283, 40.59823846797522, -73.77086609308594, 40.59822847125214, -73.77082915715987, 40.59820199419349, -73.7708106349011, 40.598192702554734, -73.77078281166733, 40.598184352322, -73.77072057122363, 40.59817158568407, -73.7706941306472, 40.59816450072517, -73.77058436850433, 40.5981240155607, -73.77055164982443, 40.59811352035294, -73.7705173524342, 40.59810381444575, -73.77048142321316, 40.59809488512439, -73.77044377127908, 40.59808670699094, -73.77040572972139, 40.59808086583104, -73.77036498243699, 40.59807820170917, -73.77032172666273, 40.5980787303256, -73.7702763062002, 40.598082446961605, -73.77025130003015, 40.5980880405654, -73.77019749073602, 40.59810742935492, -73.7701723892329, 40.598111883586114, -73.7700053546978, 40.59811843753377, -73.76988103170679, 40.598118176046114, -73.76985203261277, 40.59811922471982, -73.76982615920409, 40.59812139990047, -73.76980274682897, 40.59812593127723, -73.76977813199478, 40.59813450900318, -73.76975655778362, 40.59814455436881, -73.76969871811995, 40.598174668214064, -73.76966703652097, 40.59819029277498, -73.76959618201107, 40.59822767563984, -73.76956239803287, 40.5982438128585, -73.769531608783, 40.59825349029966, -73.76949606818785, 40.598257597457355, -73.7694772463564, 40.598257447137875, -73.7694583599366, 40.59825581532114, -73.76943990026868, 40.59825273991457, -73.76942237624586, 40.59824830748925, -73.76937572749034, 40.598232026936365, -73.76928762728181, 40.598195310376575, -73.7692503740558, 40.59818118107907, -73.7691855481937, 40.59815941036652, -73.76902982225931, 40.59810918225753, -73.76895212502265, 40.59808229036905, -73.76889754102686, 40.598060522073794, -73.76877753535457, 40.59800660575466, -73.76872293971495, 40.59798414034588, -73.76864003172219, 40.597952762146534, -73.76858500735203, 40.597933014495574, -73.76853400930038, 40.597916324107494, -73.76848685650585, 40.5979027761729, -73.76846374880962, 40.59789814054016, -73.76840476118912, 40.59789159372707, -73.76837841518523, 40.597886637267585, -73.76834487893763, 40.5978762838666, -73.76827327216189, 40.59784878513339, -73.76824080989444, 40.597838079060445, -73.768189791836, 40.597824474580094, -73.76817114318122, 40.597821098712934, -73.76814045080998, 40.59781988592097, -73.76812284283025, 40.59782403783822, -73.76809925534215, 40.59784564968469, -73.76808946923666, 40.597861094662896, -73.76806677864187, 40.59791019055328, -73.76803687843541, 40.597982923291376, -73.7680283891193, 40.598003575019284, -73.76800811955621, 40.598044733148726, -73.76797966495073, 40.598067582372884, -73.7679503099085, 40.59809932156157, -73.76793986158313, 40.59811492638373, -73.76793516095218, 40.598129479291025, -73.76793834985008, 40.598145381808294, -73.76795043255963, 40.598158193670066, -73.76797358414797, 40.5981699328403, -73.76801724262062, 40.59818613678539, -73.76804356126802, 40.598196953892646, -73.76810624536796, 40.59822028694225, -73.76813551560305, 40.598233036208455, -73.76815671247454, 40.598248042106576, -73.7681943797845, 40.59829291383575, -73.76821009913864, 40.598306359771094, -73.76823994907177, 40.59832195764155, -73.76826548678665, 40.598332123843825, -73.76829167623163, 40.598340028333716, -73.76831805359392, 40.598345530594216, -73.76839693417708, 40.59835655533341, -73.76843152768187, 40.59835985973343, -73.76846416230566, 40.59836182739861, -73.76848524660687, 40.59836163033642, -73.76853280401556, 40.59835840859785, -73.76855412531242, 40.598358687477884, -73.76857914287841, 40.598362488548624, -73.76863286986539, 40.598376935797035, -73.76865717855274, 40.59838142972878, -73.76870118690108, 40.59838505197438, -73.76879710685795, 40.598388675092785, -73.76883902791006, 40.598391539346366, -73.76888468881785, 40.59839421389082, -73.76890472050984, 40.59839673962504, -73.76892274403515, 40.5984019250724, -73.76895887034104, 40.598430706462295, -73.7689870080528, 40.598460128265366, -73.76900728401101, 40.59848528287841, -73.76902296361708, 40.5984996921843, -73.76903989757578, 40.59850736447587, -73.76907473815172, 40.59851338876566, -73.76910410597905, 40.59851372243482, -73.76918917779237, 40.59850895394487, -73.76923244417372, 40.59850407263511, -73.76925113491585, 40.5985032033365, -73.76927098610007, 40.598507721507296, -73.76930263296705, 40.59852547136241, -73.7694155361877, 40.59856122908901, -73.76958690364953, 40.59861405362949, -73.76961310490267, 40.59862066738807, -73.76967400124441, 40.598632363007205, -73.76970071356575, 40.59863980805459, -73.76971778677739, 40.59864653047062, -73.76973574040113, 40.59865523670472, -73.76980001521518, 40.59869276519699, -73.76982828289603, 40.59870690063247, -73.76993237345725, 40.598746715977, -73.76997616086156, 40.598763464251284, -73.77001556348962, 40.59878345102888, -73.77005174441574, 40.59880514504649, -73.77007315625426, 40.59882034373165, -73.77011765177161, 40.59885517592006, -73.7701768213865, 40.59889666890715, -73.77027408033521, 40.598959463394806, -73.77029234400258, 40.59896944080257, -73.77031338168382, 40.59897769834497, -73.77033634625673, 40.59898390293412, -73.77036023915905, 40.598987784217, -73.77038390432692, 40.59898917958959, -73.77040662234549, 40.59898806600226, -73.77042764758284, 40.59898448609171, -73.77044646581164, 40.598978527983824, -73.77046834213341, 40.59896794097627, -73.77049004374419, 40.598953873985266, -73.77051209682521, 40.59893619658492, -73.77055524749034, 40.59889696850498, -73.7705744977666, 40.598880788473735, -73.77059633526311, 40.59886532501891, -73.77061794517995, 40.59885351453754, -73.7706645876037, 40.59883195269022, -73.77069566548832, 40.59882013407219, -73.77072503039881, 40.59881275702198, -73.77075251792675, 40.59881022284729, -73.77078720168652, 40.59881211649456, -73.77082352159299, 40.59881817922493, -73.7708613123319, 40.5988283881941, -73.77090026466621, 40.59884265903525, -73.77093085720729, 40.59885728061448, -73.7709583394877, 40.598874532725276, -73.77098167644449, 40.59889376492879, -73.77100023429978, 40.598914442853605, -73.7710107022145, 40.59892946916764, -73.77102023204058, 40.59894554002211, -73.77103671590835, 40.5989812084575, -73.77105014180118, 40.5990221757936, -73.77106245184405, 40.59907434254083, -73.77106471082334, 40.59909085817465, -73.77106497434255, 40.59910944734549, -73.77105911655666, 40.5991701599064, -73.77105827726022, 40.59919166188093, -73.77105996663377, 40.599212013518716, -73.77106454514774, 40.59923014301203, -73.77107041921589, 40.599243244751015, -73.77107908763189, 40.59925696261216, -73.7710905601846, 40.59927154335836, -73.77112719240407, 40.599313755504944, -73.771136894939, 40.599327718562954, -73.77114374958514, 40.59934083125604, -73.7711524856622, 40.599365839133135, -73.77115807201584, 40.59939292005077, -73.77116052380693, 40.59942213077261, -73.77115985578209, 40.59945364873171, -73.77115570108192, 40.5994814468816, -73.77114671781688, 40.599512007233045, -73.77113534017887, 40.59954072304211, -73.77110580547483, 40.599607198638324, -73.77109391799597, 40.59963953714172, -73.77108674241249, 40.59966902766243, -73.77108437480547, 40.59969624943059, -73.77108711412049, 40.59979149084799, -73.77109550027225, 40.59989548941418, -73.77110624071776, 40.59999993752727, -73.77111419072186, 40.60006403024186, -73.77111913637995, 40.600085711234016, -73.7711349220479, 40.60013318504781, -73.77113905396813, 40.60015375317016, -73.77113621204151, 40.60017562397252, -73.77111623831667, 40.60021873376591, -73.77111125589386, 40.60023741334535, -73.77111052997003, 40.600255483641746, -73.77111186794012, 40.600275307769394, -73.77112816949244, 40.6003642725135, -73.77113027537051, 40.600385488581054, -73.7711301994725, 40.60040452823658, -73.7711258946737, 40.60045472394945, -73.77111953741833, 40.60050154851019, -73.77111102604702, 40.6005457059269, -73.77110029673862, 40.600587546376296, -73.77105281797657, 40.600748983524674, -73.77088917089958, 40.60130928480307, -73.77088194952921, 40.60133034900079, -73.77087227889743, 40.601353497533545, -73.77082668156062, 40.60144837690821, -73.77078554327717, 40.60154420350489, -73.77076175557599, 40.601605415187365, -73.77076264164822, 40.60162056649043, -73.77077443114487, 40.60163584400227, -73.7708032985626, 40.60166258053588, -73.77081171368654, 40.601675129927095, -73.7708231473627, 40.60172454653521, -73.7708286103156, 40.60176453534455, -73.77082975542208, 40.60180129256383, -73.77082658060704, 40.60183542064045, -73.7708190312394, 40.6018707863203, -73.77080763030318, 40.60190750771379, -73.77079229536051, 40.601945849409674, -73.77077279994135, 40.60198638819139, -73.77074861725421, 40.6020311419834, -73.77067605391223, 40.602159476041024, -73.77065549825983, 40.60219528853168, -73.7706033630294, 40.60227980232745, -73.77058015967928, 40.60232246341645, -73.77056895290029, 40.60234731985317, -73.77056037241528, 40.602370845152535, -73.7705542547612, 40.602393505460896, -73.77055053770223, 40.602415533890344, -73.77056053077796, 40.6024285925444, -73.77059709563962, 40.6024368287965, -73.77060364733842, 40.60247799857447, -73.77058774881962, 40.602559938040976, -73.77055638176647, 40.60272415011777, -73.7706875601363, 40.602920827261, -73.77065227754578, 40.60292892011755, -73.77059721631299, 40.6029364160608, -73.77057320910471, 40.60294337872664, -73.77055226470627, 40.60295092293779, -73.77053035994334, 40.60296012759695, -73.77047958102115, 40.602985323750126, -73.77046227964051, 40.602996854640566, -73.77042746910203, 40.603026734774616, -73.77040928354727, 40.60303769205751, -73.7703819011679, 40.60304864987442, -73.77035026272024, 40.603058316832644, -73.77031414292105, 40.603066924814016, -73.77026092127481, 40.60307747074918, -73.77024081339343, 40.60307949545639, -73.77019157876262, 40.603079556411586, -73.77017333854418, 40.60308235208892, -73.77016542573857, 40.603094788726224, -73.7702071209748, 40.60312294416962, -73.77021902004492, 40.603134917928415, -73.77024598854885, 40.60318691052934, -73.77027189102917, 40.603244154656025, -73.77029745388329, 40.603308091700626, -73.77032632967682, 40.60338784497765, -73.77033952086762, 40.60342813471426, -73.7703520468992, 40.603471855020985, -73.77037749798373, 40.60357830020717, -73.77041588289238, 40.60375148662095, -73.77043556383488, 40.60384654032958, -73.7704518434202, 40.60393707470956, -73.77046356348504, 40.60401904049004, -73.77047138898153, 40.60409868864419, -73.77047449079878, 40.604171454556905, -73.77047539300207, 40.604318002391814, -73.77047104900582, 40.60441409413979, -73.77047158027, 40.60445270881093, -73.77047467878606, 40.60447591882575, -73.77048114831945, 40.604501501251484, -73.77051694874305, 40.604602528791744, -73.77053072414154, 40.6046554864512, -73.77055871969084, 40.60477709159757, -73.77057413590293, 40.604833261997264, -73.77058861257352, 40.604847898309465, -73.77061842191122, 40.604858097717695, -73.77066785746287, 40.604869063905674, -73.77068494437196, 40.60487504236423, -73.77069457574419, 40.604887572573354, -73.77068583911155, 40.60490246963594, -73.77066621400074, 40.60492064359442, -73.77063886716518, 40.60493686330996, -73.77062249928694, 40.60494410238338, -73.77060456352115, 40.60495064942351, -73.77058538164279, 40.60495638890419, -73.77050575377395, 40.60497718244552, -73.77043433424816, 40.60499446587175, -73.77036754951597, 40.60500910016441, -73.7703041805299, 40.605021344948085, -73.77009295600939, 40.605054930037554, -73.77003967649578, 40.60506465447691, -73.76999858858711, 40.60507388909029, -73.76996258098586, 40.60508423880146, -73.76993086222446, 40.60509599920408, -73.76991865272427, 40.605106475783806, -73.76992195547261, 40.60512146082657, -73.76993598183947, 40.60513782802865, -73.76997646638966, 40.605174099356304, -73.76999236878505, 40.60519020555174, -73.77000389510425, 40.605206212034844, -73.77000847513364, 40.60522016492777, -73.77000942393583, 40.605244166715806, -73.77000811460717, 40.60527097182168, -73.76999690550879, 40.605357343948754, -73.76999419909947, 40.605387720441705, -73.76999407331154, 40.605416344274275, -73.76999690620741, 40.60544219680899, -73.77000010632207, 40.60545577322262, -73.77000523717699, 40.605470694381324, -73.77003372475146, 40.60553674905274, -73.77003848155739, 40.60555427287883, -73.77004032835971, 40.60557038246144, -73.77004040111716, 40.60560894668436, -73.77003782455309, 40.60564416465906, -73.77003223982767, 40.60567353220819, -73.7700234596847, 40.60569995855264, -73.7700105392385, 40.60572882784003, -73.76999819901799, 40.60575046707245, -73.76998434685437, 40.60576854620444, -73.76996864858549, 40.60578334553043, -73.76995138984933, 40.6057942658719, -73.76990387320392, 40.605817397991395, -73.76988815763144, 40.60582932459746, -73.76987704199784, 40.60584668877541, -73.76986963533228, 40.60587054235671, -73.76986025592619, 40.60590317480625, -73.7698521887913, 40.605939701050595, -73.76983505642455, 40.60604932545439, -73.76982780854937, 40.60610730563987, -73.76982370792632, 40.60616506069265, -73.76982276833381, 40.60622236641006, -73.76982499281988, 40.60627902648372, -73.76983037266345, 40.60633483107386, -73.76983888943313, 40.60638964506428, -73.76985052357135, 40.60644331712703, -73.76986524599317, 40.60649571752731, -73.76991551456112, 40.606644476802366, -73.76995806995646, 40.606783667848404, -73.76997745080043, 40.606844835159265, -73.77001191712404, 40.606949809863885, -73.77001734776728, 40.6069765230906, -73.7700174200255, 40.60700665389286, -73.77001284968567, 40.607038899743124, -73.77000024620614, 40.60709641355139, -73.7700088376301, 40.60712139418986, -73.77001452506977, 40.607143194667124, -73.77001759408749, 40.607162952917776, -73.77001805248321, 40.607180804936846, -73.77001587813653, 40.60719699742392, -73.77001104075002, 40.60721140694636, -73.77000353433063, 40.60722405780595, -73.76996315212358, 40.60725922262808, -73.76988783670093, 40.60731319069911, -73.76985535467293, 40.60733868345485, -73.76976899028517, 40.60741042099019, -73.76974492190907, 40.60743257161075, -73.76972483792045, 40.607453319086744, -73.76971105403233, 40.60747066349223, -73.76970029225532, 40.60748879920901, -73.76969288777727, 40.60750715237493, -73.76968900748743, 40.60752529827734, -73.76968970796605, 40.60754864668466, -73.7696971772865, 40.60757828981492, -73.7697092894311, 40.60760371338322, -73.76975212659312, 40.60766228648352, -73.76976074205764, 40.607676864326066, -73.76976658897253, 40.6076904433434, -73.7697723550511, 40.60771684206811, -73.7697724096608, 40.60774589130302, -73.76976677006449, 40.607777722559334, -73.76975532661459, 40.60781294887387, -73.76970591753307, 40.607926623074405, -73.76970090474435, 40.607943548297456, -73.76969150703817, 40.60798788480968, -73.7696818541717, 40.60801130702481, -73.76967128611375, 40.60802737822321, -73.76965760453889, 40.60804448238647, -73.76960693577317, 40.60809817187138, -73.76958957732155, 40.60811827911005, -73.7695088176906, 40.60822749761278, -73.76947828330977, 40.6082660553761, -73.7694642032308, 40.60828082455696, -73.7694485372014, 40.608293611201724, -73.76943175564021, 40.608304031729325, -73.76941416403578, 40.60831190214465, -73.7693871796082, 40.6083184947783, -73.7693374719337, 40.608323709929834, -73.76931942756875, 40.60832650676668, -73.76929947807642, 40.608331126941316, -73.76928031199911, 40.60833676717845, -73.7692622794473, 40.60834332372047, -73.7692456158618, 40.608350708789196, -73.76923055676754, 40.60835881029246, -73.76920551734884, 40.608376983933546, -73.76917907072658, 40.60840777559611, -73.76916394368178, 40.60843039701359, -73.7691501495748, 40.60845503828142, -73.76913742447958, 40.608482165341755, -73.76911779699724, 40.60853442298454, -73.76907783456711, 40.60866102490623, -73.76902805786624, 40.60880222980977, -73.76901324007298, 40.608850518580766, -73.76900175536333, 40.60889442759303, -73.76898857245082, 40.60895479027791, -73.76897684945914, 40.60901803577303, -73.76896647217232, 40.609084732080234, -73.76895727256027, 40.609155973899924, -73.76895213862191, 40.609200994311685, -73.76895070337831, 40.60922989466349, -73.7689522726978, 40.609256143606935, -73.7689571306645, 40.609279598529476, -73.76896899652868, 40.609315760431834, -73.76898446393426, 40.60935534616173, -73.76903692875736, 40.60947079708745, -73.76906734323158, 40.60953681892084, -73.76908776328165, 40.60957800491265, -73.76910850311053, 40.609615225632886, -73.7691296324506, 40.609648133619075, -73.76913963408848, 40.609661340989405, -73.76915127504935, 40.60967442917992, -73.76917975748441, 40.609700551163264, -73.769215553983, 40.60972707054825, -73.76926359226749, 40.60975764614565, -73.76930922060613, 40.60978396821127, -73.76941723069122, 40.609842697422735, -73.76946722736476, 40.60987251231773, -73.76950133323884, 40.60989593041768, -73.76957257373108, 40.60994922221535, -73.76960198747689, 40.60996920798489, -73.7696608996246, 40.61000554965654, -73.76971529948231, 40.61003667272331, -73.7697674477589, 40.61006386766898, -73.76981817957572, 40.61008755761451, -73.76985762298858, 40.61010415131593, -73.76990145333329, 40.61012122476026, -73.77001763009783, 40.61016264186013, -73.77014896395026, 40.610207780402966, -73.77019372336584, 40.610221029264856, -73.77023485958671, 40.61023128562804, -73.77025485599039, 40.61023378132892, -73.77027667336407, 40.61023282085082, -73.77029925284738, 40.61022843809764, -73.7703207936468, 40.61022097257034, -73.77033323999042, 40.610210599084525, -73.77034526402755, 40.610186963630504, -73.77035497357188, 40.6101749124002, -73.77038236862435, 40.61016352596735, -73.7704055772765, 40.610157258752025, -73.77043045689285, 40.61015266714327, -73.77045678756966, 40.61014978672193, -73.77048442266708, 40.61014865231457, -73.77051290125945, 40.61014929091627, -73.77054178026619, 40.61015169443766, -73.77057050094724, 40.610155814035345, -73.77058995031516, 40.610160696776916, -73.7706092088569, 40.610168501336155, -73.77062780455474, 40.610179043964784, -73.77064496728794, 40.610191893576236, -73.77066798571548, 40.61021519825058, -73.77071370962581, 40.610272088248394, -73.77072621254062, 40.61028479437383, -73.77073889965257, 40.61029547738686, -73.77076212334656, 40.610310985710846, -73.77078978595735, 40.61032560235765, -73.77082244282278, 40.61033968053634, -73.77086443117773, 40.61035509837776, -73.7709185666406, 40.610373641820104, -73.77095493219284, 40.6103837353277, -73.7709886736428, 40.61038961004171, -73.77101975070454, 40.61039095160122, -73.77104543621941, 40.61038602106665, -73.77108628775164, 40.610369096929475, -73.77111356550917, 40.61036157964251, -73.77116893683694, 40.61036466792616, -73.77119968950035, 40.610369983706015, -73.771228904891, 40.61037874002324, -73.77125101883621, 40.610389519186675, -73.77129121291244, 40.610417210150224, -73.77136134991649, 40.61047137934957, -73.77138976071005, 40.61049220375378, -73.77156632551277, 40.61061436962696, -73.7716783788068, 40.61069248492247, -73.7717506795058, 40.61074541455537, -73.77177275537464, 40.61076497185346, -73.77179266112934, 40.61078851776375, -73.77181070409058, 40.6108163707825, -73.77182797275111, 40.61085020084239, -73.77183566654197, 40.61086917845641, -73.7718513175607, 40.61091476434838, -73.77186131297569, 40.61093692087733, -73.77187277667434, 40.61095472988634, -73.77190584639635, 40.61099753350003, -73.77191333174474, 40.611010089956345, -73.77194456855372, 40.61111003539428, -73.77197042365394, 40.61120565393314, -73.77197963088975, 40.61123130022007, -73.77199007211028, 40.611253734082254, -73.7720090882443, 40.61128525593355, -73.77205320944586, 40.61134869262341, -73.77211189877407, 40.611438591269284, -73.77212523216433, 40.61145392841748, -73.7721438846573, 40.61146808561538, -73.77216765591675, 40.61148090397099, -73.77219408935666, 40.61149132499903, -73.77221438259042, 40.611497346498716, -73.77223449480101, 40.61150135856634, -73.77225630230032, 40.61150409794657, -73.7722798322527, 40.61150556829428, -73.77235885379416, 40.61150599497811, -73.7724501320191, 40.61150209003649, -73.77253176432795, 40.61149474033961, -73.77263219795938, 40.61148112320653, -73.7726824467283, 40.611472734250164, -73.77272805745906, 40.61146331670792, -73.77277007429046, 40.611452652921514, -73.7728089230028, 40.611440629369895, -73.77291335764652, 40.61140267242469, -73.77304604430122, 40.61134975042659, -73.77317978520357, 40.61129496356901, -73.77326367874245, 40.61125842191739, -73.7733012573159, 40.611238992483926, -73.77331667857517, 40.611229025277254, -73.77333011933375, 40.61121872637215, -73.77334370044544, 40.61120606746807, -73.77335672845335, 40.6111913461717, -73.77336952348732, 40.6111742425278, -73.77338368563632, 40.61115262634902, -73.77339309122591, 40.611134268793705, -73.77339978355377, 40.61111353300723, -73.77340388414513, 40.61109012565857, -73.77340563628083, 40.611062695540674, -73.77340338658964, 40.61103932430132, -73.77339558898355, 40.611014241934654, -73.77338222139575, 40.61098698912858, -73.77336131001213, 40.610953530341945, -73.77332449868535, 40.610901565940274, -73.77323627911595, 40.61078519997924, -73.77319873503231, 40.61073055052792, -73.77316209997706, 40.61067164337782, -73.77313072059076, 40.61061804437389, -73.77304945310782, 40.6104628028421, -73.7730196898878, 40.61041595282545, -73.77295676275016, 40.61033026972286, -73.77293271896652, 40.610295166613945, -73.7729113877849, 40.61025984733006, -73.77289588793867, 40.61022905209164, -73.772884995334, 40.610200324553446, -73.77287853579585, 40.610173107848475, -73.77288750562694, 40.61015884145456, -73.77290788853475, 40.610150905782966, -73.77293411396492, 40.610147669779735, -73.77295701433124, 40.61015032833892, -73.77299991777359, 40.6101990666095, -73.77306601212474, 40.61029641773361, -73.77339019236675, 40.61075283250204, -73.77342761048979, 40.61080948080602, -73.77349221777308, 40.61091676242883, -73.7735188960948, 40.61095913874024, -73.77354838794513, 40.611001862787525, -73.77357751658528, 40.61103915504946, -73.77360459582549, 40.611069266088684, -73.77367760045209, 40.61114238204238, -73.77370915699004, 40.61117703871351, -73.77374492490578, 40.6112214707518, -73.77376766837176, 40.61125590113672, -73.7737810380777, 40.6112839859854, -73.77379138109255, 40.6113160541984, -73.77379900611841, 40.61135201903309, -73.7738072054091, 40.611407520970346, -73.77380978028548, 40.61143226433898, -73.7738108043111, 40.61145995297205, -73.7738086251385, 40.61154964179869, -73.77380884261783, 40.61158136139183, -73.77381101092404, 40.611611362120904, -73.77381535532967, 40.611638374689946, -73.77382414987461, 40.61167270467006, -73.77384727157995, 40.61174762154939, -73.77385496790284, 40.61177895782452, -73.77388591118499, 40.61193687248812, -73.77391080678267, 40.61204073118677, -73.77391703601636, 40.61207995316282, -73.77392076544118, 40.61209457870722, -73.77392786853409, 40.61210884977666, -73.77394228949922, 40.61212247335244, -73.77396247348823, 40.61212072820696, -73.77398538718869, 40.612091040657475, -73.77400930642759, 40.61204286371671, -73.77401763968426, 40.612028150226216, -73.77405276809095, 40.61197299643902, -73.77408094643448, 40.61192537177169, -73.77409284011726, 40.61190189416779, -73.77411805314061, 40.61184253793747, -73.77413127168286, 40.611815843559015, -73.77415045159879, 40.61181362093085, -73.77416789535759, 40.611822315545474, -73.77416172882828, 40.611864768549026, -73.77414790690167, 40.611902159972786, -73.77413029379134, 40.61194281374831, -73.77410222498698, 40.612002075216495, -73.7740898897992, 40.612024022863324, -73.77405404809339, 40.61207835398135, -73.77404572203112, 40.61209443358374, -73.77404009160959, 40.61210938562529, -73.7740359827307, 40.612126561350266, -73.77403336139548, 40.612145881445926, -73.7740306378381, 40.61221250497481, -73.77402805927422, 40.612238038771025, -73.77400853262552, 40.61234927815243, -73.77398628822912, 40.612447906648526, -73.77397781515913, 40.612478768060356, -73.77396989840864, 40.61250760618716, -73.77394980318844, 40.6125724368269, -73.77392564678642, 40.61264381889317, -73.77389133208342, 40.61273979409744, -73.77384653300173, 40.61285752873969, -73.77382552943982, 40.61290753584235, -73.77380448706607, 40.61295399209803, -73.77377459342001, 40.613011745114726, -73.77371218925887, 40.613119372690186, -73.77368805193461, 40.61316338331124, -73.77364767105031, 40.6132461132939, -73.77357797983123, 40.61340227459832, -73.77354898301186, 40.613464460799996, -73.7735166735326, 40.613527790436294, -73.77348452967787, 40.61358373339071, -73.77346879264095, 40.61360720695654, -73.77345352448147, 40.61362483254055, -73.77343712367988, 40.61363844945852, -73.77341933572735, 40.613648189585334, -73.7734014652855, 40.61365507578605, -73.77337227981398, 40.61366136604223, -73.77333285475535, 40.61365728457571, -73.77330369693139, 40.61365125569991, -73.77321261050953, 40.61362707165551, -73.77318113918544, 40.61361958563876, -73.77312613021469, 40.6136078035858, -73.77309220135591, 40.61360264505143, -73.77306110272389, 40.61360128780366, -73.77303348156822, 40.613604170777606, -73.77300713854937, 40.61360996586223, -73.77298026065989, 40.61361736912094, -73.77295257585045, 40.61362645656062, -73.77292354704996, 40.613637399119725, -73.77287128088074, 40.61365998005792, -73.77274404201596, 40.61371978632211, -73.77269170321402, 40.61374387991553, -73.77257124282198, 40.6138021216746, -73.77251157107936, 40.61382876176773, -73.77243493910804, 40.61385867137669, -73.77235838285743, 40.613884028935416, -73.77228227261975, 40.61390471540796, -73.77224446697419, 40.61391328193543, -73.77220686863154, 40.6139206583685, -73.77218578735645, 40.61392407280082, -73.77215157610334, 40.613929611655344, -73.77209177980417, 40.613937272739236, -73.77202614259552, 40.61394382987227, -73.7719493473809, 40.61394981911389, -73.77191234422007, 40.61395003206198, -73.7718440763266, 40.613944892367115, -73.77181755078601, 40.61394386174514, -73.77179078278503, 40.61394496757933, -73.77176717150898, 40.61394871640961, -73.77172916858441, 40.61395861965428, -73.77168808106146, 40.613971737934314, -73.77164775401333, 40.61398639040242, -73.77154201136045, 40.61402706047869, -73.77148092136152, 40.61404737193751, -73.77131835186152, 40.61409113828864, -73.77126659342012, 40.6141059867079, -73.77115927110032, 40.61414025146338, -73.77091905326812, 40.61422143070335, -73.77080947613064, 40.61425562760222, -73.77076581171275, 40.61426783628879, -73.77072848874774, 40.614276814820236, -73.7706939686844, 40.61428340984062, -73.77066147470913, 40.614287749478166, -73.77059863747864, 40.61429813770992, -73.77057360396259, 40.61430030123613, -73.77055545542046, 40.614298916026705, -73.77053672231857, 40.6142919193826, -73.77052632247269, 40.614278766279035, -73.77052675766348, 40.61426354648991, -73.77053103955264, 40.614249281731226, -73.7705383299278, 40.6142305833943, -73.77054572131364, 40.61421687596302, -73.77055947000837, 40.61420117395263, -73.7705752582383, 40.61419236952316, -73.7706026822458, 40.61418987577234, -73.77064377853247, 40.614192192880104, -73.7706657031853, 40.61418927390016, -73.77070776173402, 40.61417428573256, -73.77075298882141, 40.61415401328985, -73.77077244607334, 40.61414352226485, -73.77079042336096, 40.614131791865844, -73.77080658789006, 40.61411903665535, -73.77082068964104, 40.61410545515138, -73.77082378499547, 40.6140918895243, -73.77081238072785, 40.61407528093402, -73.77079595733159, 40.61406362602328, -73.7707776208414, 40.61405642488952, -73.77060398510666, 40.61405833341595, -73.7703482804356, 40.6140612808457, -73.77019814579369, 40.61406298626392, -73.77010608845112, 40.61406285621879, -73.77006906988187, 40.61406168984041, -73.77002787948328, 40.614058935584524, -73.76985885813704, 40.614042709357854, -73.76965067692296, 40.61403084579976, -73.76962598389042, 40.61402750579837, -73.76959937830004, 40.614020566165365, -73.76957480999371, 40.61401190520593, -73.76951915975141, 40.61398983165298, -73.76949266095855, 40.613981059642676, -73.76946946635172, 40.61397566401432, -73.76944759137842, 40.61397309957433, -73.7694099681045, 40.613971857027195, -73.76937109375774, 40.61397222569691, -73.76933083954687, 40.61397420082106, -73.76928901043436, 40.61397779821622, -73.76924562421385, 40.61398299720434, -73.76920000471016, 40.613989867567405, -73.76915158205277, 40.61399849280753, -73.76909891723717, 40.614009125779475, -73.76902068018285, 40.61402599300303, -73.76896495589158, 40.61403902146365, -73.76891512810195, 40.614052092369306, -73.76887036738981, 40.61406551113864, -73.76858268021584, 40.61416143968672, -73.76846043335767, 40.61420029336747, -73.76841415072512, 40.6142132847468, -73.76837139798556, 40.61422384280022, -73.76833705637188, 40.61422833114686, -73.7683184622114, 40.614228360310015, -73.76829853192488, 40.61422691892259, -73.7682592095686, 40.61422081694806, -73.76818284017772, 40.61420403748152, -73.76815130916752, 40.614198168208986, -73.76811863627199, 40.614194446175475, -73.76808937013215, 40.614194151196635, -73.76803144371256, 40.61419944376246, -73.7678995243558, 40.614217872350814, -73.76786696299514, 40.61422081705124, -73.76783728846964, 40.61422207909029, -73.76778764987777, 40.61422108280202, -73.76766549003072, 40.61421372091436, -73.76763170601862, 40.61421349053031, -73.76760132047355, 40.614214987008495, -73.76756077338109, 40.61421888894321, -73.76751859442075, 40.61422412934423, -73.76742752256929, 40.614238872204616, -73.76737637816562, 40.61424949665795, -73.76726342083072, 40.61427619097843, -73.76721373239882, 40.61428608888282, -73.76715921221773, 40.61429422275752, -73.76710253503397, 40.614300095522474, -73.76704378832326, 40.614303700147666, -73.76698307611485, 40.614305026934915, -73.76694157166213, 40.61430421606873, -73.76690020019227, 40.614301532366994, -73.76685925706288, 40.614296996240334, -73.76681902695225, 40.61429064068565, -73.76667745644724, 40.61426400857711, -73.76649594456748, 40.61422825480208, -73.7663867804208, 40.61420659241495, -73.7663522404871, 40.6141984940397, -73.76632164245217, 40.61419013260986, -73.76629554793644, 40.61417973073513, -73.76627021363876, 40.614164158689746, -73.76624524893577, 40.61414326979491, -73.76621802748375, 40.614114877639736, -73.76611331821366, 40.61399282280645, -73.76610312255674, 40.61397932661622, -73.76608054227175, 40.61394539033862, -73.76606982980203, 40.61393269005758, -73.76604900984003, 40.61391405095901, -73.76602780036242, 40.61390135722532, -73.7660027753546, 40.613890642276964, -73.76597356079931, 40.61388174055402, -73.76594389937496, 40.61387525402027, -73.76590928911143, 40.6138697524799, -73.7657793721044, 40.613855369410985, -73.76571383867586, 40.613847350868895, -73.76554735643914, 40.61382897752492, -73.76545732626442, 40.61381667010128, -73.76533317127017, 40.61379627107565, -73.76530794042517, 40.61379339281798, -73.76524353670479, 40.61378910088241, -73.76522553391992, 40.61378666151522, -73.76520308154458, 40.613781345787054, -73.76518494735284, 40.61377259256943, -73.76516400621192, 40.61375388552285, -73.76514897481538, 40.613732465560396, -73.76512448386678, 40.61368723441594, -73.76511369086651, 40.61366994570916, -73.76508378349287, 40.61362628120598, -73.76506031113648, 40.61358880294138, -73.76504103882314, 40.61355392676699, -73.76502553811855, 40.613520831431565, -73.76502049008491, 40.61350635689105, -73.76501724474646, 40.613491035040006, -73.7650157938176, 40.61347486946379, -73.76501614437454, 40.61345786377905, -73.76501829047895, 40.613440026078294, -73.76502223454969, 40.61342134015697, -73.76502797899596, 40.613401792511944, -73.76503553816738, 40.613381334543945, -73.76504673350202, 40.61336722099742, -73.76506594651498, 40.613355472404436, -73.76509874104974, 40.613339909927184, -73.76511718027305, 40.61332742401601, -73.76512567624974, 40.61331374980489, -73.765137324897, 40.613261467552206, -73.76514592766134, 40.61320635232912, -73.7651515545214, 40.61314799634161, -73.76515428518535, 40.61308557757425, -73.76515706815354, 40.612986792138436, -73.76515560734929, 40.6129562964992, -73.76515206249988, 40.612929036688485, -73.76514572978354, 40.612899173168756, -73.76512923617544, 40.61283394780888, -73.76512371359368, 40.61280691719157, -73.76511218262019, 40.61273845918069, -73.76510836872764, 40.612694980374336, -73.76510843083662, 40.61264508965012, -73.76511130006608, 40.612578222573276, -73.76511755295766, 40.612522954860616, -73.7651186939945, 40.612503605823775, -73.76511736627172, 40.61248264880873, -73.76511290216295, 40.612464781387416, -73.76510527953866, 40.61244991256123, -73.76509450540742, 40.61243806575756, -73.7650442464164, 40.612401539525315, -73.76499540723428, 40.612360487436455, -73.7649818536173, 40.612343002159214, -73.76497736893157, 40.61232595776944, -73.76498505150842, 40.612303645875336, -73.7650064688216, 40.6122839528696, -73.76503931048317, 40.61226156993311, -73.76505334743985, 40.61225084096087, -73.76508676771142, 40.61222151254819, -73.76509951454773, 40.61220499686541, -73.76510385551487, 40.61218632435751, -73.76510354859674, 40.61217145877382, -73.76509365007345, 40.6121183220128, -73.76509190339738, 40.612081769759, -73.76508947755185, 40.612066963781864, -73.76508329470947, 40.61205330549928, -73.76505961040012, 40.61203491070796, -73.7650436636591, 40.61202657797884, -73.76498676578757, 40.612001311813955, -73.76488510745968, 40.61195534827297, -73.76481081569635, 40.61192336725071, -73.76473781748676, 40.61189452715548, -73.76466587682852, 40.611868731150516, -73.76459483674799, 40.611845923083884, -73.76455264886962, 40.61183461794158, -73.76450472098328, 40.611824518532906, -73.76445500319346, 40.611816010265194, -73.76435371838254, 40.61180066034694, -73.76418924055054, 40.61177304254473, -73.76413998430316, 40.61176703494335, -73.76409546255988, 40.61176381695686, -73.76399822140989, 40.611760536648795, -73.76384171032129, 40.61175736773616, -73.76372229855832, 40.61175653339297, -73.76367070905982, 40.61175506664179, -73.76364026868744, 40.61174931003463, -73.76362354994262, 40.611743156590585, -73.76357485057228, 40.611722399300774, -73.76354389037371, 40.61171495221487, -73.76349310128008, 40.611718045485425, -73.76342544984662, 40.611713497298666, -73.76337410561878, 40.61170718609725, -73.76332336753927, 40.61169922275792, -73.76327342102807, 40.611689636480236, -73.7632367787081, 40.61168107356597, -73.76319855094836, 40.611670418156805, -73.76315813686375, 40.61165750871979, -73.76311389108515, 40.611641823159516, -73.76302615402736, 40.61160830219003, -73.76294808785332, 40.61157607263896, -73.76289697651768, 40.611553138922, -73.76275848234808, 40.61148820449857, -73.7627139669519, 40.611468976464124, -73.76266772385986, 40.61145045445841, -73.76261973774577, 40.61143262854184, -73.76256997674045, 40.611415488740775, -73.76251872808983, 40.6114003342027, -73.76246107506265, 40.61138679905774, -73.76239614806762, 40.611374522189436, -73.76230447951839, 40.61135982520999, -73.76227886328661, 40.611392463077074, -73.76221435577631, 40.611422988906234, -73.76205331432797, 40.611557617259315, -73.76172413059267, 40.61184692405517, -73.76168212893147, 40.61181801569114, -73.76095227746269, 40.6113161785876, -73.76049669927052, 40.611003718932, -73.76044435955728, 40.61096782121001, -73.7602363521347, 40.610820540749195, -73.76039174468107, 40.610634611067205, -73.76053968726718, 40.610457596156515, -73.76076730164631, 40.61018431962048, -73.76087049230556, 40.610197801780906, -73.76106712597034, 40.609970694931015, -73.76117344584286, 40.609839026843154, -73.76118255804666, 40.60979919215357, -73.76129559990343, 40.609651261833584, -73.76146761494567, 40.60942849412104, -73.76155093111606, 40.609344675950865, -73.76157799095319, 40.60933119899871, -73.76159697950668, 40.60932887901066, -73.76163395544933, 40.60929190090543, -73.76164406538507, 40.609264418043686, -73.76165756148993, 40.60923702595153, -73.76168912157013, 40.60918362363303, -73.76170231572121, 40.60916037422395, -73.76171233151072, 40.60911853589513, -73.76155051643643, 40.60903104211904, -73.76146838277698, 40.60913323705273, -73.76142051306896, 40.60921498729823, -73.7614045705195, 40.60924447881081, -73.76134794790684, 40.60929828198004, -73.76133300051912, 40.609312487339686, -73.76126130708651, 40.60938060723247, -73.7611066017502, 40.60955727132985, -73.76084685589707, 40.60985846820528, -73.76056912838858, 40.61018262823616, -73.76032132482577, 40.61047668331596, -73.75998445939788, 40.6108790552361, -73.75976115762816, 40.610848807481645, -73.75949261857212, 40.61081745335708, -73.75955765767316, 40.610650673572366, -73.75970973706994, 40.61023531929404, -73.75967810002201, 40.61022943305941, -73.7596395126757, 40.61022386277458, -73.7596139502145, 40.610220652977226, -73.75958056569867, 40.6102403181523, -73.75956304881922, 40.61026339257842, -73.75955305627842, 40.61028785604261, -73.75953781163739, 40.61031093521809, -73.75952263096644, 40.61033560665311, -73.75950490836675, 40.610356732804796, -73.75949014517627, 40.61037539320583, -73.75947256667557, 40.61038636353605, -73.75945010083007, 40.610394083547455, -73.7594203839477, 40.61039506506011, -73.75938625180626, 40.61039164456278, -73.75936112818174, 40.61038763956417, -73.75933139219167, 40.610383760881774, -73.75930654680555, 40.6103818979016, -73.75927287496145, 40.61038125195069, -73.75924500393222, 40.610379573531624, -73.7592157262679, 40.61037835953155, -73.75918274334246, 40.61037639662913, -73.75915509973619, 40.61037194684961, -73.75913511674423, 40.61037009312028, -73.7591044172988, 40.61036404569761, -73.7590702253907, 40.61035754968907, -73.75904510854063, 40.610351349156154, -73.75900811605666, 40.610341940364215, -73.75898720703574, 40.61033769647593, -73.75895696860586, 40.61033357079977, -73.75892030145332, 40.610333878423376, -73.75888924170263, 40.61033795748888, -73.75885114097501, 40.610337026563286, -73.75883135396576, 40.610330645353756, -73.75880038688119, 40.61031888706071, -73.75878070780074, 40.61031272489648, -73.75874561453922, 40.610307161644286, -73.75871310496196, 40.61030305815267, -73.75868333180493, 40.61029967541354, -73.75864883874283, 40.61029707701893, -73.75861192926561, 40.610294473539234, -73.75858265748482, 40.61029229943071, -73.75854665215977, 40.610289314205524, -73.75850902535255, 40.61028640841065, -73.75848021913356, 40.610284563045184, -73.75844676896865, 40.61028177587002, -73.75841702492077, 40.61028047783788, -73.75838337787025, 40.61028246571337, -73.75834929403949, 40.61028662112432, -73.7583214727994, 40.61029079059378, -73.75829548837679, 40.61029545650616, -73.75826845105601, 40.61030177086025, -73.75824560913813, 40.61030660996735, -73.75822689557742, 40.610310215930134, -73.75819490234996, 40.61031330406831, -73.75815888718539, 40.61031303648476, -73.75812104712365, 40.61030930793509, -73.75808825202922, 40.610305093801756, -73.7580543680945, 40.61030299089879, -73.75802880027088, 40.61030225087704, -73.75800189679968, 40.61030194839412, -73.75797402044847, 40.61030208151145, -73.75794433584358, 40.61030426851311, -73.75791022016246, 40.61030611748289, -73.75788559244566, 40.610304530214464, -73.75784908650395, 40.61029981380807, -73.75781820360442, 40.61029519298688, -73.75778939998834, 40.61029263423808, -73.75775407758928, 40.61028934852784, -73.75772433612867, 40.61028766579786, -73.75768785913708, 40.6102857221171, -73.75765998818432, 40.61028404421425, -73.75762073962308, 40.61028162819677, -73.75758776468157, 40.610277166797516, -73.75755752596659, 40.61027315061637, -73.7575277888151, 40.61026995946553, -73.75749483021907, 40.61027010966159, -73.75747534283533, 40.6102717156049, -73.75743847814067, 40.6102772913096, -73.75740623360302, 40.610280269734496, -73.75738300314184, 40.61027950748645, -73.75736974865181, 40.610269790761855, -73.75733835013402, 40.610287730471626, -73.7573166562919, 40.61029073114539, -73.75729702692826, 40.610281659236065, -73.75727411530029, 40.610262754765984, -73.75724253933662, 40.61026027197329, -73.75721191441605, 40.610263034936814, -73.75718049399947, 40.610267167710944, -73.75714699205524, 40.61025946678457, -73.7571160209243, 40.61024858604013, -73.75708350835826, 40.6102456635695, -73.75704799497362, 40.61024649443798, -73.75701247413458, 40.61024872379483, -73.75697817023268, 40.61025326375874, -73.75695100903071, 40.61025430316737, -73.7569314928204, 40.61025343881799, -73.75689086411016, 40.610253956243994, -73.75686929034292, 40.61025415825616, -73.75683630588658, 40.61025200196458, -73.7568105011037, 40.61024722771977, -73.75677842674978, 40.61024241048526, -73.75674659442667, 40.61024121746588, -73.75672035032187, 40.61023767599001, -73.75668270156265, 40.610231420498735, -73.75665225009023, 40.61022646978466, -73.75662363937899, 40.610219959649, -73.75659942078116, 40.61020470210359, -73.75658045430224, 40.61018108349664, -73.75656956325763, 40.610165195885195, -73.7565506203326, 40.61015488978172, -73.75652562382903, 40.61017506622544, -73.75649716088913, 40.610187660105176, -73.75647354478554, 40.61019480166331, -73.75643362471875, 40.61019801029672, -73.75640466200228, 40.610190180992184, -73.75637779969436, 40.61019868805079, -73.75635211518987, 40.61020986045175, -73.75632916402512, 40.610212227006016, -73.75629507215243, 40.610217588494294, -73.75626657030101, 40.6102217281073, -73.75624220558215, 40.610226123230824, -73.75621021518502, 40.610228745251355, -73.75618351505966, 40.61023198273723, -73.75614528168133, 40.61023730838022, -73.7561160554367, 40.61024210470272, -73.75608201577305, 40.61025257221451, -73.75606302311003, 40.6102565383434, -73.75603952232237, 40.61025215243863, -73.75602494363203, 40.61023946912063, -73.75600650059123, 40.610220436101656, -73.75598971101898, 40.61021197334845, -73.75597348091172, 40.610218553247165, -73.75597161728805, 40.610236061797316, -73.75596747204963, 40.610256448083376, -73.75595505619799, 40.610283401446885, -73.75591507220084, 40.61030439693133, -73.75588060153609, 40.61031541278847, -73.75585531112765, 40.61031733572435, -73.75582482824385, 40.61031128698454, -73.75580362048855, 40.610299934039375, -73.75577994780336, 40.61028278187613, -73.75576265107354, 40.61026534428206, -73.75574521720176, 40.61024631426598, -73.7557276005518, 40.610227830477335, -73.75571073201158, 40.61020188472589, -73.75569709289903, 40.610179484898644, -73.75567966942016, 40.61015762634587, -73.75566930135314, 40.6101364419725, -73.75566121744785, 40.61011136498218, -73.7556494571656, 40.61008734909875, -73.75563040237635, 40.610077949433936, -73.75560836157396, 40.61007759999567, -73.7555949562218, 40.610098843690466, -73.75561374639955, 40.61011952097196, -73.75580842705567, 40.610370764226346, -73.75575659938083, 40.61036820197818, -73.75571166343151, 40.610301906200064, -73.755690891245, 40.61027938224848, -73.7556505302378, 40.610266477482135, -73.75561678517188, 40.61025583898102, -73.75559631341194, 40.61025003119332, -73.75556654739907, 40.61024442336531, -73.75553491590705, 40.61023744006253, -73.75550350061359, 40.61022982414197, -73.75548489188871, 40.61022671016509, -73.75544862174803, 40.610217355794425, -73.75543045445279, 40.610211799623926, -73.75540206591431, 40.61020402622029, -73.75537019308508, 40.61019358344249, -73.75533943989043, 40.61018264865093, -73.75532246338511, 40.61019619873263, -73.75530611796147, 40.610204564032564, -73.75501994042386, 40.61025666756716, -73.75497270652139, 40.61026616017685, -73.7549404537174, 40.61027136128853, -73.75491148019273, 40.61027552657583, -73.75487810623868, 40.61028163120744, -73.75484173478584, 40.6102902265915, -73.75481230807618, 40.610300347859244, -73.75478711363573, 40.61031506182025, -73.75476588930832, 40.6103381825412, -73.7547536380151, 40.61035912512338, -73.75474185446615, 40.610380758504284, -73.75473217627953, 40.61040697644605, -73.75472744088137, 40.610431258900114, -73.75472169491044, 40.61045658020423, -73.75471181084376, 40.61047997365877, -73.7546934586134, 40.610475542633424, -73.75469477695192, 40.610450237996666, -73.75466291250345, 40.610447480120165, -73.75464859581409, 40.61046227220028, -73.75463257766428, 40.61048957524054, -73.75462005492531, 40.61050590834256, -73.75460486632873, 40.610522263668045, -73.75458889762129, 40.61053578697624, -73.75456542211782, 40.61055377076231, -73.75454808889825, 40.610566250144466, -73.75452416420613, 40.61058812953393, -73.75450841048249, 40.610601985583735, -73.75449408679837, 40.61061834004019, -73.7544768473292, 40.610644517495416, -73.75448493962504, 40.61065757077858, -73.75456115014099, 40.61066764381456, -73.75465640969809, 40.61067808525278, -73.75465109089657, 40.61069487138961, -73.7545630882384, 40.610972594479385, -73.75460218391525, 40.61098550142735, -73.75458769544963, 40.61102512780604, -73.75454885808688, 40.61102037655759, -73.75454345890135, 40.61103844216307, -73.75450479699984, 40.61116334703594, -73.75449493839051, 40.61119519195021, -73.75448136660579, 40.611239041032604, -73.75326169703035, 40.61147355283393, -73.74905526641652, 40.61181006505886, -73.74890343450285, 40.611571468993894, -73.74859317124843, 40.611243535525624, -73.74849345618907, 40.611143921037055, -73.74828389673851, 40.611228615050045, -73.74793503988896, 40.61135911737581, -73.74780475140248, 40.61139438070925, -73.74766713742548, 40.611431909744134, -73.74728155045467, 40.61158105316542, -73.74721713511387, 40.61160596682817, -73.74690978497243, 40.61172484779351, -73.74690978497243, 40.61172484779351 --73.74905526641652, 40.61181006505886, -73.74883983592221, 40.611846488135164, -73.74729321949016, 40.612109164665014, -73.74726159140334, 40.61207755424005, -73.74698087949251, 40.61180026388548, -73.74690978497243, 40.61172484779351, -73.74721713511387, 40.61160596682817, -73.74728155045467, 40.61158105316542, -73.74766713742548, 40.611431909744134, -73.74780475140248, 40.61139438070925, -73.74793503988896, 40.61135911737581, -73.74828389673851, 40.611228615050045, -73.74849345618907, 40.611143921037055, -73.74859317124843, 40.611243535525624, -73.74890343450285, 40.611571468993894, -73.74905526641652, 40.61181006505886, -73.74905526641652, 40.61181006505886 --73.97299433957052, 40.60881382449968, -73.97288835269197, 40.60882753160125, -73.97285248449072, 40.608832169826194, -73.97260724105949, 40.608860416832876, -73.97191330093081, 40.60893560229463, -73.97089537370945, 40.609049400095046, -73.97028727644961, 40.60911502399997, -73.96996968511021, 40.609150167161204, -73.96904085918675, 40.609252876456424, -73.96794478337532, 40.6093743129997, -73.96766733034882, 40.609404027239385, -73.96739461144799, 40.60943444816119, -73.96676383999649, 40.60949841074262, -73.96653241295009, 40.60952649209061, -73.96634567116968, 40.60954915141797, -73.96629835054867, 40.609554892785596, -73.96539618849275, 40.60965496082536, -73.96522376899449, 40.609674084491985, -73.96429649919862, 40.60977610664182, -73.9633709197063, 40.60987834607934, -73.96237947071477, 40.609986056007436, -73.96236194210955, 40.609852688442835, -73.96225816193356, 40.60935689571667, -73.96223160729691, 40.60923003322853, -73.9622177007419, 40.60916359178147, -73.9619655137241, 40.60784279552864, -73.96190348036501, 40.60748910860492, -73.9618856763401, 40.60733598609782, -73.9617677925613, 40.60583264021535, -73.96173196616927, 40.60535764983826, -73.96128556976718, 40.60540877875679, -73.96104360907054, 40.605435285808205, -73.96073208635538, 40.60546941223446, -73.96072977621724, 40.60543966270497, -73.96072447464465, 40.60537137161752, -73.96054949141555, 40.60311710434001, -73.9605284628605, 40.60284368240112, -73.96052332740561, 40.60277688801152, -73.96036342258617, 40.600697588426556, -73.96028362528617, 40.59964576788346, -73.96027618503648, 40.5995477074278, -73.96023236693631, 40.59897012780468, -73.96019731546977, 40.59852374288857, -73.96018004332565, 40.59841841989828, -73.95983887174937, 40.5966206518782, -73.95982293931556, 40.596536684277176, -73.95977769536212, 40.596298264976205, -73.95975855818004, 40.59619636323281, -73.95951003565601, 40.5948730027685, -73.95945545230222, 40.594557931108305, -73.95951410448033, 40.594553065550315, -73.95945980922542, 40.59424836710684, -73.95944474056675, 40.594163818000794, -73.95941530859534, 40.593998652613166, -73.95939788917352, 40.59390441394273, -73.95926258536213, 40.5931791965508, -73.95913519520258, 40.59250310169158, -73.95905824595901, 40.592107717670345, -73.95899773760249, 40.59178376263776, -73.95967735987715, 40.591706423969214, -73.96067983588468, 40.591597263263516, -73.96112383802961, 40.59154824847727, -73.96129361637848, 40.59152950557079, -73.96136742128954, 40.591521395082175, -73.96140400713116, 40.59151737483415, -73.96156087172776, 40.591500136471296, -73.96181604380943, 40.59147209370868, -73.96283784992599, 40.59135979398176, -73.96377365903558, 40.59125691268113, -73.96483602819414, 40.59114111753879, -73.9651286138494, 40.59110812238397, -73.96530031572041, 40.590363671352456, -73.96546464862615, 40.58965114765089, -73.96564091873832, 40.588886856152705, -73.96581401972132, 40.588132901395504, -73.96597498115501, 40.58743182056617, -73.96615022559455, 40.58666850849647, -73.96618178401388, 40.58654009683504, -73.96633040718716, 40.58589539085129, -73.96647961700721, 40.58524812101763, -73.96649558919317, 40.585155862529454, -73.96650032883993, 40.5851284771872, -73.9669544887888, 40.58492014649047, -73.9675609591405, 40.584651782264864, -73.96781585056759, 40.58453872566132, -73.96793461109843, 40.584490212536075, -73.96871875591124, 40.58414965342946, -73.96882422101554, 40.584103849040694, -73.96899243372496, 40.58403079004633, -73.96906283334583, 40.58400021643262, -73.96921644317594, 40.58401356923271, -73.96938575902041, 40.584013952168384, -73.96962475031195, 40.5840016072834, -73.96992598505408, 40.58397643314037, -73.97006560734125, 40.58395893460412, -73.97029848625967, 40.583919003684045, -73.97084641779504, 40.58381989730441, -73.97099145666938, 40.58378796272156, -73.97113408043391, 40.58370569167503, -73.97134537029562, 40.58361791198302, -73.97143171998177, 40.583587131972344, -73.97166604302349, 40.58347640756719, -73.9717979387996, 40.58345396384594, -73.97410593404123, 40.58299554354679, -73.9745536351617, 40.58291406962832, -73.974653784046, 40.58289588497557, -73.97469650452133, 40.58289032285139, -73.97540869881983, 40.58279757405672, -73.97625832574931, 40.58271240742445, -73.97646014973384, 40.58270116448856, -73.97666880076403, 40.582689539862145, -73.9773719383181, 40.58268632874561, -73.97774213860224, 40.582701675743834, -73.97791148218148, 40.58270827234313, -73.97843672752501, 40.582741198014816, -73.97875593016222, 40.58277179784282, -73.97893317492895, 40.582788790043246, -73.97929928681411, 40.58282388606411, -73.98030321822063, 40.58296583021384, -73.98178364029253, 40.58320177665542, -73.9826104721139, 40.58334615876848, -73.98273479199719, 40.58336786753158, -73.98274484716445, 40.58342259747047, -73.98281157099308, 40.58379206352847, -73.98300387051789, 40.584808810340746, -73.98308776475913, 40.58525176595418, -73.98311244302162, 40.58538338830564, -73.98324109192001, 40.586061137541094, -73.98326802972043, 40.586190838461505, -73.98329141278921, 40.58633236903395, -73.98331317341632, 40.58644852081206, -73.98340343553055, 40.58692721342234, -73.98341504460349, 40.58698861278507, -73.98344589636744, 40.58714738761525, -73.98345677691299, 40.58720318291039, -73.98346933609892, 40.58726330726168, -73.98351922370674, 40.58753617481249, -73.98368226459722, 40.58840125520037, -73.98372327255237, 40.58861915793384, -73.98373063886034, 40.58866248945534, -73.98373644879588, 40.58869407252941, -73.98377397586579, 40.58889781221683, -73.98380241862222, 40.589041191236944, -73.98382879066227, 40.589189866834296, -73.98383172702547, 40.58920546521028, -73.98385528175837, 40.58933029364758, -73.98386022607527, 40.58935647075091, -73.98390102065771, 40.5895725092881, -73.98391051774058, 40.589622571602945, -73.98401470675468, 40.59015299879132, -73.98409378061909, 40.59056621930271, -73.98412599961017, 40.59074166276775, -73.98415425949901, 40.5908955399483, -73.98420393582266, 40.59116603690141, -73.98425703706046, 40.591567055202155, -73.98426496204104, 40.59162360463057, -73.98434452223387, 40.59203731486217, -73.984359242231, 40.59211394686939, -73.98436296586456, 40.59213344369853, -73.98437943326721, 40.592219276583364, -73.98438232985606, 40.592234326516845, -73.9844332116566, 40.59249554631252, -73.98443924784438, 40.59253238842403, -73.98448858823154, 40.5927946597897, -73.98450004350597, 40.59285555199316, -73.98456268271966, 40.59318851075506, -73.98456646542134, 40.59320851547842, -73.984624840741, 40.59347457468017, -73.98462854155727, 40.59350661757949, -73.98463965809624, 40.593551856831375, -73.9846680521052, 40.59363100667563, -73.98467793358306, 40.59365833616028, -73.98472602182535, 40.59389187424692, -73.98473411238818, 40.59393501306653, -73.98479342506207, 40.59425106661213, -73.98479833707711, 40.59427705184707, -73.98496944973859, 40.59517542233975, -73.98501531815687, 40.59541329509683, -73.98502364476964, 40.5954590832582, -73.98502659353542, 40.59547452940747, -73.98504140930137, 40.59555241574238, -73.98506136330442, 40.595670597530024, -73.98508536721421, 40.59579362465046, -73.9851505716203, 40.59613956616456, -73.98520026804745, 40.59639781364391, -73.98526614117263, 40.596743528226476, -73.98532473494613, 40.59705830617941, -73.98547077548616, 40.597827763586594, -73.98548008051553, 40.59787539969989, -73.98549062111813, 40.597929359436996, -73.98552099211774, 40.59808485107743, -73.98561123366663, 40.59858612831684, -73.98561705700487, 40.59861847491015, -73.9856269879624, 40.598673641254486, -73.98562954504528, 40.598687844613586, -73.98566926551852, 40.59890848026064, -73.98568144214252, 40.59897611641209, -73.98574706357054, 40.59931245436162, -73.98576091254277, 40.59938344065243, -73.98586135301379, 40.599887004420175, -73.98587826210223, 40.59995829454529, -73.98591300871466, 40.60015264502522, -73.98592379507265, 40.600209902453166, -73.98594204271319, 40.60032132090284, -73.98597076451279, 40.600458363186895, -73.98598888299001, 40.600555421883065, -73.98600954434984, 40.600667791563936, -73.98604206342297, 40.60084546134721, -73.98605967569425, 40.6009574254105, -73.98622577137013, 40.60182842776914, -73.98625714543958, 40.60197792540028, -73.98626353216468, 40.60200835930843, -73.98630271691536, 40.60222828678982, -73.9863111052506, 40.60227537248689, -73.98635554256543, 40.602492692658025, -73.98638523642286, 40.602639995472636, -73.98640857736416, 40.60275903464215, -73.98641524273035, 40.602796923093884, -73.98645717152706, 40.60301277596756, -73.98649519685225, 40.603234769922686, -73.98660443552774, 40.60383267166093, -73.98663057285141, 40.60396885703468, -73.98663365576066, 40.60398487947944, -73.98664387477109, 40.60404351365006, -73.98665729403191, 40.60411055096099, -73.9866700535078, 40.60417429768634, -73.98669290141292, 40.604288436082534, -73.98673129404533, 40.60448904347968, -73.98676511399299, 40.604661884542786, -73.98681489593902, 40.60490981113599, -73.98684762531265, 40.60509691720869, -73.9868848880647, 40.60530995070943, -73.9869890783412, 40.60583826266236, -73.98702465524758, 40.60603025251901, -73.9872137854565, 40.60702729982276, -73.98722579934879, 40.60709062854274, -73.98725486862213, 40.60724387173669, -73.98625770443839, 40.60735569978032, -73.98573729239953, 40.607412837513024, -73.98568030010867, 40.607419094455004, -73.9853315779044, 40.607457380281666, -73.98440295183993, 40.607559199765774, -73.98347677684458, 40.60766198376157, -73.98313821046219, 40.60769906489763, -73.98305147646508, 40.607708563449805, -73.98254766539674, 40.607763736855134, -73.98162368155873, 40.60786546524699, -73.98122295606771, 40.60791020503101, -73.98101334219736, 40.60793360757056, -73.98096342927215, 40.607939180747316, -73.98088011076044, 40.607948176635865, -73.98069478394625, 40.607968184063516, -73.97969735425494, 40.60807704465586, -73.97929144195037, 40.60812379035512, -73.97869929224153, 40.60818734991647, -73.97777375595652, 40.608288824639885, -73.97684702859179, 40.60839249794781, -73.9764304345874, 40.608438442533405, -73.97630926446533, 40.60845180567592, -73.97591937365146, 40.60849480109978, -73.97499505556618, 40.60859574760846, -73.97425054701665, 40.60867779544228, -73.97415032784481, 40.60868883855536, -73.9740309789183, 40.6087019907845, -73.97317075500384, 40.608795971551025, -73.97313817615907, 40.60879830889985, -73.97308916124206, 40.608803596103044, -73.97299433957052, 40.60881382449968, -73.97299433957052, 40.60881382449968 --73.83262845747466, 40.60840948323473, -73.83291673545912, 40.60887382876729, -73.83294953937171, 40.60886665515385, -73.832972054214, 40.60886642942425, -73.8329978569626, 40.60887254274714, -73.8330172503068, 40.608880228971884, -73.83303432028652, 40.60889277374266, -73.83304634590945, 40.608911025903524, -73.83306065229851, 40.60894098637506, -73.83306907715755, 40.60895373921207, -73.83308438859424, 40.608966421002314, -73.83312635055225, 40.608980761527114, -73.83319839349858, 40.60899997339885, -73.83322787156156, 40.609008745845095, -73.83336608973903, 40.609055223292394, -73.83339804490913, 40.60906761848831, -73.83342744562135, 40.609081367962204, -73.83345404874646, 40.609096358798304, -73.83347770325442, 40.609112504329566, -73.83348882918425, 40.60912580586515, -73.833493525587, 40.60914353136084, -73.83349105921107, 40.60916309885599, -73.83348472695042, 40.609176370596806, -73.8334579651161, 40.60920698472826, -73.83343578072532, 40.60922626880192, -73.83341300026419, 40.60924008132967, -73.83338934234254, 40.609248491243605, -73.8333570745847, 40.60925099384616, -73.83333619392855, 40.6092464276361, -73.83331933226346, 40.60923368329676, -73.83330534184401, 40.60921055738646, -73.8332939055125, 40.609198539528926, -73.83327330219716, 40.60919553611718, -73.83325716973935, 40.609203082511925, -73.83324622420712, 40.60921407552734, -73.83324006394305, 40.60922847946176, -73.83325163813721, 40.60925342273239, -73.83325257368713, 40.60926725612407, -73.83323315903164, 40.60927750562662, -73.833207305826, 40.6092830036284, -73.83317717149372, 40.60928666824955, -73.83312797940664, 40.60929109585508, -73.83307741867073, 40.609284316243354, -73.83305780592562, 40.60928304413643, -73.83302286670391, 40.60930200612787, -73.83300358972537, 40.609319079055105, -73.83294338568079, 40.60938272338744, -73.83286972374503, 40.60945831697219, -73.8328533535976, 40.60947816410964, -73.83284007298924, 40.609498632596306, -73.83283015360269, 40.609519286975164, -73.83282374507725, 40.60953982669004, -73.83283698776594, 40.609565652239525, -73.83276602096872, 40.60957937743916, -73.83270226082408, 40.60958414297448, -73.83266160396624, 40.60960810434237, -73.83263960742345, 40.6096182995564, -73.83261565966986, 40.609624394544795, -73.83259647118085, 40.60962589118507, -73.83256497802594, 40.60961203399073, -73.83254776302354, 40.60960780436993, -73.83253241380248, 40.60961581917546, -73.83252350107125, 40.60964635283183, -73.83252223760854, 40.60966107904542, -73.83252604186589, 40.609698038452386, -73.83252502252294, 40.60971483802565, -73.83251528373233, 40.609727981377524, -73.83249205550544, 40.60973832605641, -73.83246854861656, 40.60974387954178, -73.83243289344162, 40.60974804201489, -73.83239762090176, 40.60974710897498, -73.8323659423856, 40.609741184163546, -73.83233946525135, 40.60973059861909, -73.83231675059345, 40.609717113470225, -73.83229353541162, 40.60970108811152, -73.83226923097513, 40.60968216687747, -73.8322399207894, 40.60965730388526, -73.83220450162811, 40.60962493331189, -73.8321804634163, 40.60959836880772, -73.83217318023378, 40.60957991726225, -73.83217594501365, 40.60953440436063, -73.83217312629048, 40.60951959024251, -73.83216323948646, 40.6095027612393, -73.83215408019916, 40.60949077631064, -73.83213283783523, 40.60946981893337, -73.83210896403132, 40.60945402941244, -73.83208332238559, 40.60944394031658, -73.83203302286924, 40.609431018159235, -73.83197026666438, 40.60941627312181, -73.83187454003834, 40.609396325233995, -73.83183387695244, 40.609386567114115, -73.83181138994456, 40.60937895630978, -73.83178869960012, 40.60936810422086, -73.83176543407684, 40.60935386711975, -73.83173989918642, 40.609335212327565, -73.8316799144665, 40.609285608337046, -73.83166811202224, 40.60927409587529, -73.83163829755077, 40.609241323595576, -73.83161779657941, 40.60922493916403, -73.83159304043004, 40.609215196155894, -73.83154785989336, 40.60920790145035, -73.83147509184421, 40.609199861171795, -73.83145479337186, 40.60919127823966, -73.83143227393751, 40.60917034677536, -73.83140762712677, 40.6091407212375, -73.83138725884282, 40.60910832745907, -73.83137166101095, 40.60907395051965, -73.83136126138301, 40.60903851948805, -73.8313594500958, 40.60901789214923, -73.83136379354269, 40.60896976646082, -73.83136278202538, 40.608948273992056, -73.83135497616013, 40.60891092594909, -73.83134456000032, 40.608877375183454, -73.83131240646357, 40.608853419108925, -73.83129964854824, 40.6088417854367, -73.83129368164232, 40.60882160405954, -73.83123554835834, 40.608824717375455, -73.83121611728716, 40.608827834370565, -73.83116361022321, 40.60881201520835, -73.83111006509709, 40.60879177833124, -73.8309981331828, 40.60874692804452, -73.8309651975686, 40.608736056224444, -73.8308796960919, 40.60871211521388, -73.83085517723397, 40.608703971724154, -73.83083320106309, 40.60869354554323, -73.8308198084536, 40.60868109320822, -73.83081626291352, 40.6086664643936, -73.83082215242227, 40.60864998178152, -73.83083887946388, 40.60862094651783, -73.83084290835939, 40.608604766443655, -73.83084283798382, 40.60857471588145, -73.83084063326629, 40.6085569381101, -73.83083513979871, 40.60854163553919, -73.83082606437603, 40.60852934174703, -73.83080704555384, 40.608516683914516, -73.83078602527047, 40.60851142273135, -73.83076853736124, 40.6085166551389, -73.8307603005325, 40.608532467905036, -73.83074349010464, 40.6085417239434, -73.83072072947452, 40.608539199577024, -73.83070423053067, 40.60853325703807, -73.83068810057286, 40.608524391041435, -73.83065150783277, 40.608497777100915, -73.83063560649053, 40.60848403600113, -73.83062132462187, 40.6084700271287, -73.83060302365789, 40.60844922688889, -73.83059023609263, 40.60843073110664, -73.83058629690397, 40.6084161971597, -73.83058934409648, 40.60839855950095, -73.83059949859542, 40.608386970325505, -73.83063962599134, 40.60836863987556, -73.83065225858095, 40.608357398346726, -73.83065582070397, 40.60834078083711, -73.83064971186009, 40.60832028583395, -73.83064011492482, 40.6083039947363, -73.83060233467137, 40.60827557798313, -73.83058950238556, 40.608264008959125, -73.83059014977628, 40.60823518776719, -73.83059868576707, 40.60820904555188, -73.83061855867082, 40.6081551389019, -73.83061461984282, 40.6081386039934, -73.83059280831748, 40.60812438140229, -73.83052894133786, 40.60810282868248, -73.83046708985358, 40.60805163007286, -73.83038310752296, 40.60799383756013, -73.83036754550662, 40.60798333790622, -73.83035521692084, 40.607971206771936, -73.83035294099194, 40.607952682351, -73.83035584314476, 40.60793912925701, -73.83037485877156, 40.60789342064649, -73.83038213074566, 40.60787648533163, -73.8304018577582, 40.607837246224776, -73.83040941120753, 40.60781741343964, -73.83040747995052, 40.607797627895, -73.83039842157135, 40.60778381220871, -73.8303845294593, 40.60777180754495, -73.83036901327955, 40.60776421484771, -73.83032856952939, 40.607756966273975, -73.83030853761188, 40.60775159299577, -73.83029050221782, 40.60773892302035, -73.83028098507042, 40.607725708196845, -73.8302818163378, 40.60771012857066, -73.8303029564715, 40.607693226345006, -73.83031927596602, 40.60768599672357, -73.83033995987346, 40.60768355442038, -73.8303832351696, 40.6076878093269, -73.83039891926344, 40.6076809263585, -73.83038832742284, 40.60766656089027, -73.83035612414993, 40.607627667490895, -73.83032156157225, 40.607580297575694, -73.83032367189354, 40.607562624319556, -73.83032248554562, 40.60754125495161, -73.83031732062365, 40.60752042722823, -73.8303071148245, 40.6075071402485, -73.83027892434717, 40.607487756284655, -73.83026732664143, 40.60747680050183, -73.8302712743098, 40.60742985484786, -73.83028667934121, 40.60737655490948, -73.83031772458325, 40.60727688129778, -73.83032341206126, 40.607252488213945, -73.83032587763087, 40.60722985629969, -73.83032513704275, 40.60720883339008, -73.83032118921223, 40.60718938256195, -73.83031352598294, 40.60717014147355, -73.83030201088208, 40.60715087938868, -73.83028680507135, 40.60713187840781, -73.83026825718983, 40.607113574897795, -73.83021366689329, 40.60707147404881, -73.83019540651156, 40.60705535922324, -73.8301739955058, 40.607032498421766, -73.83016320559182, 40.60701477188589, -73.8301628577998, 40.60697963385175, -73.83015712135958, 40.60695637836492, -73.83014336127914, 40.6069343609467, -73.83011625868045, 40.60691244087433, -73.83007827212207, 40.60689027146951, -73.83006346201623, 40.60688064999421, -73.83004474463975, 40.606864927096744, -73.83003264189924, 40.60684912212482, -73.83002852218573, 40.60683364414069, -73.83003134305773, 40.60681535958336, -73.83004267381251, 40.60677934459827, -73.83004336809599, 40.60676328749231, -73.83003525799961, 40.606742332928086, -73.83001322649946, 40.60670660720184, -73.83000704515393, 40.606689199948065, -73.83000459133622, 40.606668203317895, -73.83000782047596, 40.60665384834819, -73.83002123110097, 40.6066371940913, -73.8300423968778, 40.606624035425796, -73.83008100676776, 40.60660828292446, -73.83013702738977, 40.606587724834995, -73.83022706578102, 40.60655763720395, -73.83024471032991, 40.60655009616783, -73.83026323657069, 40.60654059779274, -73.83031181990506, 40.60651090813359, -73.83033174797312, 40.6064970226661, -73.83037342679219, 40.606463844966825, -73.83039279033304, 40.60644984699067, -73.83041331704368, 40.606437504088454, -73.83043619358558, 40.606426203853324, -73.83046130992766, 40.606416003755, -73.83048848156214, 40.60640697646241, -73.83050877209605, 40.60640434173743, -73.83038676105875, 40.60610141298199, -73.83039937914003, 40.60607666090473, -73.83043511231232, 40.60603874125725, -73.83044612550837, 40.606024810198015, -73.83047998608438, 40.60596772553595, -73.8304942221732, 40.60594649057744, -73.83050615476337, 40.60593062924549, -73.83051981477136, 40.60591895879406, -73.83057804357387, 40.605926110149746, -73.83064251151913, 40.6059391051609, -73.83066700658841, 40.6059375833468, -73.83069685914931, 40.60592428066731, -73.83071753394583, 40.6058958536796, -73.83072763591383, 40.6058726692735, -73.83071836335432, 40.60585532864529, -73.83071921871046, 40.60584091702755, -73.8307313780771, 40.60582738926246, -73.8307561361732, 40.60581018430066, -73.83083847048967, 40.60576526403075, -73.83089105654489, 40.60573446156677, -73.83091160894142, 40.60572864830841, -73.83093693438978, 40.60572579218225, -73.83095556867234, 40.60571875858683, -73.83096824751031, 40.60570723162318, -73.83099422155132, 40.60566332787819, -73.83100649169278, 40.605650346864486, -73.83104815704525, 40.60562588416509, -73.83108318422667, 40.605608511421586, -73.83115896820664, 40.605575026047205, -73.83123185105657, 40.605536542059795, -73.8312620816626, 40.60552407817584, -73.83129395396493, 40.60551560781369, -73.83131224095793, 40.60551317892757, -73.83133201867398, 40.605512773000875, -73.83135310631427, 40.605514399673325, -73.83137515775543, 40.605518032321115, -73.83147957142303, 40.60554354780731, -73.83151618537464, 40.60555047698312, -73.83154605917962, 40.60555484238409, -73.8315754652367, 40.60555868388778, -73.83159952807524, 40.605558886644644, -73.8316172613769, 40.60555299888875, -73.83162945426676, 40.60553920362218, -73.83165040177684, 40.60549285464829, -73.83166525005701, 40.60547184016883, -73.8316867287591, 40.60545426098871, -73.83173597188862, 40.605446781302504, -73.83175585375709, 40.60544113891151, -73.83178736166653, 40.60541968683365, -73.83180406579346, 40.605412860097765, -73.83183587500463, 40.605415785617296, -73.83185250956404, 40.605421566100844, -73.83187289812426, 40.60543429060668, -73.83190020410899, 40.60546270694167, -73.83192044977221, 40.60547822825582, -73.83193836350841, 40.605484190702214, -73.83196204507898, 40.605484705307326, -73.83198568940314, 40.60547889277541, -73.83201497735057, 40.605464399336775, -73.8320308009196, 40.60545393316624, -73.83205686794443, 40.605399521108986, -73.83206890277778, 40.6053686606455, -73.83210969990243, 40.605384298403024, -73.83213154236688, 40.60538927778358, -73.83215083835952, 40.60538730770375, -73.83217016852637, 40.60538067295914, -73.83218898525259, 40.60536207400765, -73.83220433803865, 40.60535273818321, -73.83224217429064, 40.6053509581491, -73.83229780520362, 40.60535362383779, -73.83241962266341, 40.60536000522711, -73.83245467287188, 40.60536291999208, -73.83249937564551, 40.60536797134794, -73.83253592582392, 40.60538054458697, -73.83255443967595, 40.60538514802142, -73.83257245588871, 40.605382768969704, -73.83261310702761, 40.6053666727903, -73.832636213615, 40.6053594608286, -73.83267242416645, 40.60535245164748, -73.83269105926195, 40.605344507342835, -73.83269099063061, 40.60532427428227, -73.83267630330334, 40.60530383893488, -73.83267182514085, 40.605268530995765, -73.83267394206928, 40.6052484154834, -73.83268403303163, 40.60523261247965, -73.8327120907723, 40.60522753564722, -73.83274841271586, 40.60523592825687, -73.83277190900438, 40.605245756539624, -73.83279330229811, 40.60525835987292, -73.83280859216954, 40.60527032936051, -73.8328189938495, 40.60528189280391, -73.83282554997942, 40.60530180570936, -73.83283634176628, 40.60531706816832, -73.83288529949641, 40.60533713278573, -73.83294057057039, 40.60535706247531, -73.83299015281113, 40.60537263794578, -73.83302383113653, 40.605378444825945, -73.83304364238526, 40.6053792561612, -73.83306655852152, 40.60537873202387, -73.83308681728407, 40.605376351646115, -73.83313360722646, 40.60536701722299, -73.83315677042725, 40.605365496546945, -73.83320493682633, 40.60537603414237, -73.83325639144591, 40.60537759376695, -73.83328635949209, 40.60537498880111, -73.83330721308292, 40.60537145297523, -73.8333215769816, 40.60536203001787, -73.8333248605949, 40.60533027692064, -73.83332341217591, 40.605275790450996, -73.83332271959462, 40.60525646601477, -73.83336273289392, 40.605221254134925, -73.8333826182619, 40.605206552202034, -73.83339947069526, 40.60519749845496, -73.83341889065154, 40.605202159796605, -73.8334358989256, 40.605211149157675, -73.83346999783545, 40.60522832472458, -73.83348748421648, 40.605239381471996, -73.83350478053583, 40.605243267073284, -73.83352165580787, 40.60523594955058, -73.83355227191768, 40.60521981238801, -73.83357187531773, 40.6052125087146, -73.83359209519982, 40.605211952652006, -73.8336129756316, 40.60521658365658, -73.83362822304218, 40.6052266816858, -73.83363640426893, 40.605261669858336, -73.8336384308083, 40.60528909192904, -73.83364289189568, 40.60530348154637, -73.83366792908133, 40.60532516096316, -73.83370982159386, 40.6053684115866, -73.83371224303698, 40.605383879778664, -73.83370782068359, 40.60540089327273, -73.83371504532823, 40.60542243614094, -73.83373341165618, 40.60544693533608, -73.83374564372073, 40.60545945319628, -73.83375797572131, 40.60547027371304, -73.833784244606, 40.605487983577355, -73.83381787766717, 40.60550253244035, -73.83383672229407, 40.60550815733978, -73.83385469783741, 40.60551167015294, -73.83394866312547, 40.60551332423163, -73.83401866702975, 40.60551532005082, -73.83405160947584, 40.605513496332506, -73.83408480891029, 40.60550715414938, -73.83410492360188, 40.605490478475815, -73.83413126561312, 40.605481172664234, -73.83415596085305, 40.60548173150531, -73.83417825700319, 40.605490601412264, -73.83419172209909, 40.60550526064735, -73.83430552651818, 40.60548937114058, -73.83433103428554, 40.605473893694274, -73.8343408941748, 40.60546012179361, -73.83433750419184, 40.60543922476458, -73.83432994491592, 40.60542294051014, -73.83431788983977, 40.60539333913791, -73.83429820294381, 40.60535622270004, -73.83427300506757, 40.605338740528815, -73.83426215826091, 40.60532646966468, -73.83426711323763, 40.60531187842487, -73.8342912080862, 40.60528725053245, -73.83431367863272, 40.60521535452076, -73.83432505317927, 40.605182077666335, -73.83433742414542, 40.60515245116782, -73.83434822676693, 40.60513871394434, -73.83436489950672, 40.6051286881321, -73.83438386029917, 40.60512508814758, -73.83440563929132, 40.6051299679469, -73.83442554152874, 40.60514266248227, -73.83443386597551, 40.60515531962423, -73.83443128427812, 40.605185826539184, -73.83444588239668, 40.605211948338656, -73.83445849733869, 40.6052225728739, -73.83447743344708, 40.60522941440739, -73.83454686027123, 40.605217667086926, -73.83457369292157, 40.60521389379561, -73.83459242818078, 40.60521262670821, -73.83461210979404, 40.60521472173298, -73.83463262292166, 40.60522170419082, -73.8346533857076, 40.605232839317594, -73.83468707440235, 40.60525500643452, -73.83473927561516, 40.60528953373058, -73.83478281721044, 40.60532030507895, -73.83480129490961, 40.60533432217095, -73.8348131448125, 40.60534664665605, -73.83481483976021, 40.60536215610503, -73.83480651479856, 40.605377841163126, -73.83479015011797, 40.60538704440359, -73.83476303101885, 40.605387183721774, -73.83474608047567, 40.605393923182206, -73.83474149848703, 40.60541013952294, -73.83474051858691, 40.6054298721836, -73.83474027800519, 40.60544496370918, -73.8347443548681, 40.60546097547386, -73.83475895402053, 40.605470044923244, -73.83478816270745, 40.605473966368116, -73.83485113881456, 40.605478333462216, -73.8348707335679, 40.605482142013685, -73.83489957372227, 40.60549366872122, -73.83493839038506, 40.60551159446049, -73.83496715785488, 40.605526245862734, -73.83498621769584, 40.60553327659954, -73.8350044410731, 40.6055335873275, -73.83504942467613, 40.60552361196111, -73.83510037662457, 40.60551491848037, -73.83513146897188, 40.60550726000882, -73.83514544438553, 40.60549142544074, -73.83516205677384, 40.605481902819236, -73.8351870864909, 40.605474287867736, -73.83520548584066, 40.60547223043967, -73.83523017734754, 40.605482442655195, -73.83527401914492, 40.60547836219111, -73.83530053958712, 40.60546945980201, -73.83532806951892, 40.605459892465795, -73.835344217011, 40.60545057897388, -73.83535842449709, 40.60543547863895, -73.83537069262532, 40.605424869135994, -73.83538794333666, 40.605413771480315, -73.83540796502838, 40.60540879504557, -73.8354615284681, 40.605407602902304, -73.83548583774733, 40.60540751162776, -73.83557328105486, 40.60542969598091, -73.8355909732278, 40.60544515085803, -73.83560357232155, 40.60546278311722, -73.83561965685928, 40.6054986982829, -73.83563427512017, 40.60554325097037, -73.83564801445989, 40.605590630942814, -73.8356533549015, 40.60561996862516, -73.83565296368268, 40.60564785907509, -73.83564628071721, 40.60568391187689, -73.8356351809539, 40.60572147124108, -73.8356219484359, 40.60576624795003, -73.83562134419753, 40.605811547012046, -73.83561834160778, 40.60582701370863, -73.83560789242976, 40.60584698497837, -73.83559363240313, 40.60585749890305, -73.83557454846743, 40.605857309508735, -73.83555153592339, 40.60586621517906, -73.83553501512856, 40.605881707556776, -73.8355244701143, 40.605893564966514, -73.83551503377717, 40.60591102071441, -73.83551387215245, 40.60592691148776, -73.83552130837698, 40.6059453234235, -73.83554351585688, 40.605977375109894, -73.83555081031966, 40.60599050617203, -73.83556398108978, 40.606021207646926, -73.83557002362407, 40.60604180765807, -73.83557150688148, 40.60606514954346, -73.83556744437445, 40.60609406493831, -73.83555926461048, 40.606121831678145, -73.8355467136549, 40.60614744801692, -73.83553733289072, 40.60616151787818, -73.83552329270677, 40.606175807102225, -73.83550744123978, 40.606183842299416, -73.8354882122855, 40.6061882831742, -73.83543555186293, 40.60627346122825, -73.83544894756943, 40.606289124298364, -73.83546079667377, 40.60631579314965, -73.83546343783958, 40.60633241788917, -73.83545739558605, 40.606356771095854, -73.83546024000483, 40.606374824356315, -73.83548160797774, 40.60640764479868, -73.83550190427678, 40.606423209676954, -73.83551093425497, 40.6064378759155, -73.83551037845783, 40.60645245098999, -73.83550074718298, 40.60646411068904, -73.83547294183842, 40.60645966012649, -73.83545446973693, 40.606461884990686, -73.83541854970223, 40.60647985303133, -73.83539285960589, 40.60649638496925, -73.83536877163431, 40.60651437894455, -73.83534655804303, 40.60653363363104, -73.83532645802477, 40.60655393955053, -73.83531098936743, 40.606574868060775, -73.83529178102911, 40.60661065254543, -73.83528651647356, 40.60662529921612, -73.83528167212975, 40.606655920871106, -73.83527576457155, 40.60667401112126, -73.83526331926498, 40.6066878505361, -73.83523943583678, 40.60669186415357, -73.83518928571823, 40.6066759745607, -73.83517022238725, 40.60667308806192, -73.83511278583039, 40.60667623765513, -73.83508850248523, 40.60667568771607, -73.83500011177422, 40.60666477438925, -73.83496949846244, 40.606662445809356, -73.83494137889659, 40.60666224693807, -73.83491384866971, 40.6066654988111, -73.83488541695449, 40.60667350864797, -73.83485648690183, 40.60668617796976, -73.83482794328005, 40.606703117220455, -73.83479163989541, 40.6067292927839, -73.8347505449432, 40.606762267601674, -73.8347088290878, 40.60679689217093, -73.83468532769248, 40.606818852750905, -73.8346595314545, 40.6068490137918, -73.8346349945564, 40.60688545238534, -73.83461529611951, 40.6069238142494, -73.83460702561068, 40.60693745338048, -73.83459679258364, 40.606950586294175, -73.83458490853457, 40.60696291266357, -73.83452953815913, 40.606931304741444, -73.83444757055197, 40.60693121282021, -73.83439290302285, 40.60697450056307, -73.83435037695116, 40.60702933607902, -73.83433361384442, 40.60707987179623, -73.83433159694881, 40.607123182256345, -73.83436494635748, 40.60719481471494, -73.8343452747101, 40.60724180448363, -73.83429824248893, 40.60728450073491, -73.83426861025875, 40.607339985173695, -73.83427749326388, 40.607387620351915, -73.8343122011491, 40.60740704874996, -73.83431945571567, 40.60744383927753, -73.834316727265, 40.60749914277876, -73.8343141866017, 40.60755019337926, -73.83431175930092, 40.60759984202825, -73.83428622872978, 40.60762703344113, -73.83425312539222, 40.607614716980386, -73.83421680285682, 40.60759311867673, -73.83418176371585, 40.607592381932704, -73.8341850921164, 40.607659029954235, -73.8342005948993, 40.60769597016759, -73.83418407212788, 40.607721939933974, -73.8341407858534, 40.60770535287733, -73.8341044866423, 40.60774806543625, -73.83413328934536, 40.60778071404967, -73.83406227986958, 40.60784813458306, -73.83402430853369, 40.60789704660529, -73.83402180133699, 40.60796305583649, -73.83402554665103, 40.608021167502784, -73.83399727649777, 40.60806419329613, -73.83398011589469, 40.60812944023007, -73.83394705827124, 40.60817039959896, -73.83390700427788, 40.60818766148702, -73.83385181540748, 40.60820723473946, -73.83385811235516, 40.60826743571011, -73.83388764018282, 40.60831309799082, -73.83400523807246, 40.60833838257736, -73.83407859687752, 40.60839752859773, -73.83405676559384, 40.608472211683974, -73.83391441398362, 40.60859662046455, -73.83379060212934, 40.608622873644876, -73.83367972227859, 40.608632256995044, -73.83364297859524, 40.60863536825794, -73.83353221630905, 40.60864165653803, -73.83345358919502, 40.608643520182646, -73.83342866297593, 40.608573107278524, -73.83333715769398, 40.6084396053522, -73.83328831850031, 40.60838293664381, -73.83322682303894, 40.6083325352026, -73.83315454357518, 40.60828815698268, -73.83307426019499, 40.60827634712079, -73.8329559096957, 40.608306943352936, -73.83285905332873, 40.60834042808172, -73.83278185079664, 40.60837797386682, -73.83271193731038, 40.60839576732792, -73.83262845747466, 40.60840948323473, -73.83262845747466, 40.60840948323473 --73.7927672543081, 40.599947152545596, -73.79275066676426, 40.59995401254853, -73.7927441811123, 40.59997859328394, -73.79273799907502, 40.5999978497634, -73.79269837823983, 40.60001224433148, -73.79266225944276, 40.60001286447321, -73.79262905312466, 40.600014177859954, -73.79261425259926, 40.60002537709462, -73.79260820347142, 40.60004861502705, -73.79259186079716, 40.600057643912635, -73.79255440021736, 40.600049779555924, -73.79253346789173, 40.60005339339763, -73.7925200334095, 40.60004206035378, -73.79250330321523, 40.600025616282835, -73.79248256744324, 40.60002415060978, -73.79245277521274, 40.600016055123604, -73.79242437200911, 40.600001236118814, -73.79239752560555, 40.59998425325662, -73.79237038941518, 40.59996776155106, -73.79235104406007, 40.59995875196837, -73.79232828019225, 40.599959808574994, -73.79230391242251, 40.5999796931527, -73.79228246522331, 40.59999804400713, -73.79227993666743, 40.600023950237016, -73.79225639921701, 40.60001959777979, -73.79223768490924, 40.60001547466587, -73.79220775375262, 40.60001786367524, -73.792190442793, 40.6000259569089, -73.79219162224356, 40.60004064389961, -73.7921885869923, 40.600055103540974, -73.79215572996424, 40.600059957385604, -73.79213578896804, 40.60006922554192, -73.79212490063725, 40.6000840555015, -73.79210192778066, 40.60009568024439, -73.79208694924014, 40.60011810413081, -73.79207697738494, 40.600140621722964, -73.79205468855669, 40.60016286938394, -73.79204182883186, 40.60018702790683, -73.79203581466199, 40.60021073234424, -73.7920261469146, 40.600227018850575, -73.7920024450366, 40.60024091878094, -73.79197399531532, 40.600253165754054, -73.79194487208798, 40.60027339645418, -73.7919263497274, 40.60028917253347, -73.7919072903445, 40.60030401469373, -73.79187644941106, 40.6003204006274, -73.79184677879078, 40.60033050210907, -73.79181567544346, 40.600339722075525, -73.79177863438592, 40.600358321047594, -73.79176139675782, 40.600365206745714, -73.79174229697746, 40.60037063381878, -73.79172065130993, 40.60037108898, -73.79169750767065, 40.60036734227499, -73.79166216436391, 40.60038478981398, -73.79164241761917, 40.60039990444377, -73.79162100571808, 40.600418200306514, -73.79160074482053, 40.600437542861265, -73.79158055428658, 40.60045704943551, -73.79155946390348, 40.6004764174944, -73.79153873260367, 40.60049542869236, -73.79152172427467, 40.60051134523297, -73.7915008078864, 40.60053211301215, -73.79148332257161, 40.60054981172073, -73.79147053740422, 40.60056211310491, -73.79144702733498, 40.600583370556116, -73.79142326526114, 40.60060473650862, -73.79140957744266, 40.600617036247755, -73.79138788301087, 40.60063420679876, -73.79136387656435, 40.600652853611074, -73.79134546560515, 40.60066692960806, -73.7913180324369, 40.60068837082133, -73.79129893875252, 40.60070238973861, -73.79127548270888, 40.60071804778974, -73.79124626176399, 40.60073501283237, -73.79122984486956, 40.6007446168248, -73.7911997193803, 40.60076218446453, -73.79117442531847, 40.60077885404704, -73.79115608440019, 40.60079317688472, -73.79113416623744, 40.60081309088008, -73.79110492610879, 40.600824456388956, -73.79107560378735, 40.60083867640441, -73.79105442256942, 40.60085225203, -73.7910381667719, 40.60086849945909, -73.79102453874474, 40.600885436963516, -73.79101533758968, 40.60090315066395, -73.79102869533165, 40.60092576461695, -73.79103646211415, 40.60094167210058, -73.79102320562484, 40.60095427425359, -73.79098352467665, 40.60094190542647, -73.79095282902654, 40.600934740853134, -73.790921557875, 40.600938938046, -73.79089864491507, 40.600942216593886, -73.79087282472582, 40.60096574985288, -73.79084659434301, 40.60098142888317, -73.79082136915085, 40.600997933717245, -73.79079417117212, 40.601012842826826, -73.79076020061336, 40.60100526070078, -73.79073931970582, 40.60100327394622, -73.79072374370415, 40.6010325333502, -73.79072431515581, 40.601057154737475, -73.79073104263419, 40.601082721178564, -73.7907199069694, 40.601096397882344, -73.79069317850566, 40.6011107594034, -73.79066497658506, 40.60112366298639, -73.7906416277984, 40.60112762778961, -73.7906340442223, 40.60114600449078, -73.79061594365058, 40.60115406813247, -73.79058323632727, 40.6011565615256, -73.79055017152848, 40.601169813727545, -73.79053363747896, 40.6011831779983, -73.79052581653622, 40.601196613080404, -73.7905156515182, 40.601222862858876, -73.79050138407182, 40.60123642396877, -73.79047793038923, 40.601251586572694, -73.79044757350194, 40.60126256445377, -73.79042604915156, 40.601258903294344, -73.79040500757787, 40.601262159041255, -73.79039553231895, 40.60127528852106, -73.79039457637886, 40.60129301810965, -73.79039272125904, 40.60131077307398, -73.79038481872405, 40.601327227457, -73.79037086598454, 40.60134364468856, -73.7903492365055, 40.601362545069634, -73.79035019523525, 40.601378547341994, -73.79033151418025, 40.60138707725231, -73.7902989894763, 40.60138894053054, -73.79026917846078, 40.60139799854135, -73.79024943645318, 40.601412537504714, -73.7902341194032, 40.60142771761023, -73.79020593465592, 40.601458021050675, -73.79018851705843, 40.60147767022194, -73.79017429206043, 40.6015006184383, -73.7901611266276, 40.60151912179643, -73.7901417061915, 40.60154447572975, -73.7901273775937, 40.60156654483894, -73.79011411926118, 40.60159053852119, -73.79009713857049, 40.601609116851876, -73.79007514653736, 40.60162829027854, -73.79005486693615, 40.60164167375374, -73.7900226868481, 40.60166014415972, -73.78999760783914, 40.601675853015934, -73.78997490501831, 40.60169260991729, -73.78995328570835, 40.6017078306982, -73.7899295806263, 40.60172244431106, -73.78990266610822, 40.601738727928314, -73.78987823851809, 40.601753532922025, -73.7898552499866, 40.60176907987265, -73.78983048940735, 40.60178682085835, -73.789803924129, 40.601806618038054, -73.7897855458944, 40.60182135212812, -73.78976428298799, 40.60183855017712, -73.78974090558096, 40.60186238662384, -73.7897284437087, 40.601875017997195, -73.78970417169513, 40.60189816750037, -73.789691026718, 40.60191011051933, -73.78966308441518, 40.601931193797334, -73.78964218758311, 40.601946554522705, -73.78962309255493, 40.60196002383864, -73.78959919033942, 40.60198015453716, -73.78957662202704, 40.601999903149, -73.7895530756079, 40.60202072068914, -73.78953505723547, 40.60203594888561, -73.7895177295346, 40.60204983296023, -73.78949963953853, 40.602064539616116, -73.7894833908559, 40.602078316698375, -73.78946039118233, 40.60209770698889, -73.78943655355461, 40.602119429899446, -73.78941590826655, 40.60213479104452, -73.78939223403053, 40.60215077700249, -73.78937014795986, 40.60216555736216, -73.78934668976555, 40.60218121591574, -73.78931840429482, 40.60219790572139, -73.78930086482374, 40.60220998022094, -73.78927931509725, 40.60222588720232, -73.78925754920532, 40.602242150391014, -73.78923044693998, 40.60225977798979, -73.78920720907628, 40.602274859682595, -73.78918627812551, 40.60228898474256, -73.78916419274266, 40.60230351832011, -73.78913759170486, 40.60232328736364, -73.78911744275835, 40.6023396921732, -73.78909498169693, 40.60235944088703, -73.78907414901607, 40.6023764766026, -73.78905397008327, 40.60239189166939, -73.78903641653548, 40.602407642044426, -73.78901688318015, 40.60242402005009, -73.7889968862021, 40.60243905091679, -73.78897587218334, 40.6024562510776, -73.78895587403318, 40.60247089921205, -73.78893453728043, 40.602488151903565, -73.78891132551603, 40.602506143179625, -73.78888586458919, 40.60251765194503, -73.78885286795341, 40.60253219333524, -73.78882971298971, 40.60254304714069, -73.78880470445002, 40.60255944206562, -73.78878022294843, 40.60258028564502, -73.78874922490434, 40.60260056792123, -73.78872545463992, 40.602612820890485, -73.78870413779552, 40.602623376373934, -73.78867304221608, 40.60264011848778, -73.78865294868656, 40.60265089413807, -73.788624593842, 40.60266624096303, -73.78859515224043, 40.602683753344834, -73.7885673350636, 40.60270055639254, -73.78853540201378, 40.602719821099065, -73.78851094438285, 40.60273382968281, -73.78848838899495, 40.602748197469495, -73.78846760932957, 40.6027603460253, -73.78843726324602, 40.602778406021905, -73.78841524692375, 40.602794532610645, -73.78838466865355, 40.6028187409482, -73.78836198882892, 40.602839174414974, -73.78834638643292, 40.60285281564661, -73.78831953592352, 40.60287137643757, -73.78829909728428, 40.60288810926142, -73.78827894790409, 40.602906022301745, -73.78825845878482, 40.60292786190056, -73.78823729241567, 40.60294791360701, -73.78821489843281, 40.602969089603626, -73.78819608279724, 40.60298555164038, -73.7881736977955, 40.60300351637468, -73.78815311869143, 40.60301981035806, -73.78812982270397, 40.603041506079165, -73.78810534195236, 40.60306199110712, -73.78808829202126, 40.60307826637086, -73.78806412534485, 40.60310141301943, -73.78804768589724, 40.603118537697135, -73.78803189328961, 40.6031358562777, -73.78801099125205, 40.603151874979986, -73.78798282108853, 40.603165876603384, -73.78795212856288, 40.603180943389305, -73.78792875826919, 40.60319102936895, -73.78790928345259, 40.60320035168354, -73.78787637176235, 40.60321066768865, -73.78783624051631, 40.60321446406649, -73.78779989125447, 40.60321900674404, -73.78777491872164, 40.60322428633573, -73.78775001292738, 40.603230498988786, -73.78772831708429, 40.603236029564364, -73.78769634881664, 40.60324354752939, -73.78766599471193, 40.60325359263824, -73.78762774732544, 40.60326537917677, -73.78760496554038, 40.60327280332673, -73.78757639179102, 40.603288093656, -73.78755499580427, 40.603301860050884, -73.78753265583856, 40.603316723336675, -73.7875063594504, 40.60333070129161, -73.78747270918885, 40.603346585560466, -73.78744281798403, 40.60335816866199, -73.78741527112992, 40.60336893121155, -73.78739186450156, 40.603378879234604, -73.78736089088653, 40.603391612983955, -73.78733630090262, 40.60340139401028, -73.78730208019849, 40.60341458730664, -73.78726953903586, 40.60342202034398, -73.78723742880791, 40.60342917950992, -73.78719789922177, 40.60343654465749, -73.78717220842265, 40.60344064310114, -73.78713956929818, 40.60344469985348, -73.78710221558445, 40.603447759087224, -73.78707854851784, 40.60344969189494, -73.7870496716851, 40.60344807418203, -73.78702194625166, 40.603446265883214, -73.78699540941226, 40.60344520001185, -73.78696937006123, 40.60344633323717, -73.78693218212945, 40.60345334602604, -73.78689935117961, 40.60346011923739, -73.78687207433991, 40.6034650917842, -73.78684570143494, 40.60346929785344, -73.78680825962904, 40.603476995430704, -73.78677434529534, 40.60348522184453, -73.78674420584548, 40.60349567774764, -73.78670697042844, 40.603494978282676, -73.78668729136174, 40.60349122889633, -73.78665789623943, 40.603479871849586, -73.7866352094037, 40.603468989218506, -73.78661286224185, 40.60345201246283, -73.78659634460718, 40.603437269022116, -73.78657853162461, 40.60341082986111, -73.78657184102408, 40.60338597826538, -73.78656630397367, 40.60337172168281, -73.78653842905416, 40.60336014229729, -73.78650960877525, 40.60335267834754, -73.78649189627758, 40.603339909323644, -73.78647056670981, 40.60332027247944, -73.78646885050837, 40.60329424773047, -73.78645168858894, 40.60328850561655, -73.78643091855069, 40.6032860256998, -73.78639865736538, 40.603273148577884, -73.78637069015603, 40.603257201435255, -73.78635309115415, 40.60324221100633, -73.78633921831528, 40.603222887873606, -73.78634686272996, 40.60320846487344, -73.78635331758935, 40.60319434133715, -73.78633028294189, 40.60317884551135, -73.78630485268178, 40.60315840494826, -73.78631438874793, 40.603138055512396, -73.78631472780808, 40.603122191599645, -73.78628810595546, 40.603113769921094, -73.78625648890298, 40.60311340854803, -73.78622201641537, 40.603104479666335, -73.78619293023414, 40.6030900711963, -73.78616881394355, 40.60307440672854, -73.7861685409649, 40.60304712392481, -73.78617903434268, 40.603031855240324, -73.78620168228362, 40.603009801199626, -73.78622165071626, 40.602993972900606, -73.78624478967845, 40.602976120712384, -73.78626696816458, 40.602954916781435, -73.78628312451673, 40.60293740820747, -73.78629894954875, 40.60292116065024, -73.78631754068526, 40.60290705878094, -73.78634489357985, 40.6028897069943, -73.78637084262863, 40.6028720518164, -73.7863903393403, 40.60285666206728, -73.78640792609276, 40.60284110577021, -73.78642083889305, 40.60282331378708, -73.78642936025706, 40.60280472118022, -73.78644179514318, 40.60277861376198, -73.78644950986322, 40.602754007751756, -73.7864568185589, 40.60273222683305, -73.78647116047154, 40.60270645254692, -73.78648144949517, 40.60268780648717, -73.78649689662039, 40.60266519059015, -73.78652066666294, 40.60264242535518, -73.78653853705106, 40.602628295995984, -73.78656617091065, 40.60261281056552, -73.78659768309824, 40.60260191870233, -73.78662854288044, 40.60259146237373, -73.78665842928046, 40.60258095019844, -73.78668890420138, 40.60256706394113, -73.7867194781243, 40.602555838909964, -73.78674502404475, 40.60254040629483, -73.78676449074683, 40.60252251747028, -73.78679180875181, 40.60250453604559, -73.7868139097867, 40.60249675418596, -73.78683393018522, 40.60249712091328, -73.78686400454939, 40.602507277876526, -73.7868997723271, 40.60250528470304, -73.7869330204677, 40.60249055072626, -73.7869533006862, 40.60247799178267, -73.78698173915897, 40.60245874805322, -73.78700040025157, 40.602445223439375, -73.78702927365933, 40.60242518444039, -73.78705497204722, 40.60240747371139, -73.78707939822587, 40.60239264229876, -73.78710475912185, 40.60237849881232, -73.7871221141945, 40.60236881339783, -73.78714513236986, 40.602354609730504, -73.78717101369831, 40.6023358285905, -73.787186816659, 40.60231527275957, -73.78720298709517, 40.60229210878667, -73.78721876285752, 40.60226858837352, -73.78722767811387, 40.60225087264682, -73.7872393929318, 40.602224434216495, -73.78724816757486, 40.60220672002887, -73.78725759517928, 40.602185793076494, -73.78727162719291, 40.60215628634169, -73.78727800789211, 40.602142354427066, -73.78728726057388, 40.602121070540626, -73.78729871467952, 40.60209746016967, -73.78731147059241, 40.602072423073935, -73.78732516178408, 40.6020475263883, -73.7873396198697, 40.60201925325173, -73.78734970186271, 40.60199761518735, -73.78735850441167, 40.60198113656259, -73.7873754450589, 40.60195388380663, -73.78738651953002, 40.6019363098422, -73.78740071354132, 40.60191229208921, -73.78741714800412, 40.60188555979442, -73.78742479159371, 40.60187053246769, -73.7874358927823, 40.60184604251769, -73.78744764721735, 40.60181861626295, -73.7874600461237, 40.60179286527433, -73.78747185932882, 40.60176961125699, -73.78748043429688, 40.60175631465634, -73.78749279044098, 40.60173322643678, -73.78759029393404, 40.601534298857636, -73.78759975001203, 40.60151587088509, -73.78761160267673, 40.60149206670515, -73.78762247485068, 40.60147007526953, -73.7876329602673, 40.60144486914519, -73.78764330224458, 40.601420926191075, -73.78765183554069, 40.60139878994896, -73.7876655286022, 40.60137285041737, -73.78767638905255, 40.601355276929446, -73.78769079464168, 40.601333015553884, -73.78770217073067, 40.60131118803639, -73.78770842191702, 40.60129297386236, -73.78771696730355, 40.601267023014444, -73.78773168455331, 40.601236281967225, -73.78773760751098, 40.601219852025444, -73.78774569476053, 40.60120161332407, -73.78776180680055, 40.601174745304476, -73.78777198304252, 40.60115645372597, -73.78778386199478, 40.601135862648775, -73.78779737371474, 40.60111044326945, -73.78780458934504, 40.6010947019108, -73.78781536012188, 40.60107111724068, -73.7878247762369, 40.6010429175804, -73.78783477734916, 40.60102358466616, -73.78784964259204, 40.60100275145063, -73.7878692888778, 40.60098574348242, -73.78788423463016, 40.600973776077865, -73.78790650392445, 40.60095745734334, -73.78793244997877, 40.600940378142035, -73.78795114451736, 40.600928032221596, -73.7879723259009, 40.60091423924016, -73.78799715196195, 40.60089825479722, -73.78802316799825, 40.60088219059596, -73.7880425768651, 40.60087146692293, -73.7880715481654, 40.60085414562532, -73.7880986163665, 40.60083525569923, -73.78811316194223, 40.60082501923628, -73.78813395692909, 40.600807872858724, -73.78815316783667, 40.60079138544314, -73.78817757420688, 40.60077210696817, -73.78819576280146, 40.600759074776015, -73.78822634168864, 40.600735141146615, -73.78824316022065, 40.60072271157498, -73.78826228583064, 40.60071075182286, -73.78829144259007, 40.6006915370077, -73.78831516207653, 40.60067275072571, -73.7883321278962, 40.60065969014445, -73.78835483335543, 40.600642493214, -73.78836722220342, 40.600631290986506, -73.78838419077407, 40.60061661035839, -73.78840714903303, 40.60059941478361, -73.78843013729367, 40.60058430577554, -73.7884547466543, 40.60056840368295, -73.78847521092932, 40.60055378440804, -73.78850007101325, 40.600538541050874, -73.7885370267887, 40.60052406197771, -73.78856591509992, 40.6005104739787, -73.7885931152155, 40.60049572929465, -73.78862535967878, 40.60047926397389, -73.78864806487131, 40.60046248122641, -73.78866904041378, 40.60044569439332, -73.78869604090278, 40.600425321937976, -73.78871672490124, 40.60040993397576, -73.78874379112511, 40.600391180773755, -73.78876060735354, 40.60037979483035, -73.78878709172628, 40.600363456656865, -73.78881425736414, 40.60034799864139, -73.78884314323356, 40.600334767176065, -73.78886763017047, 40.600323146765824, -73.78889398259267, 40.600302938769914, -73.78891070065953, 40.60028932742735, -73.78893779953049, 40.60027142613607, -73.78896287598654, 40.6002556895885, -73.788985146617, 40.60023953634378, -73.78901003965423, 40.600225007052984, -73.7890374908561, 40.600210372588734, -73.78905577767436, 40.600200552612804, -73.78908852525026, 40.600185186725874, -73.78911119724803, 40.60016724935299, -73.78913278067007, 40.60015169817028, -73.78915225321518, 40.600142759266895, -73.78918827515466, 40.600127946878, -73.78921850042123, 40.60011290681983, -73.78923629914208, 40.60009825460405, -73.78924923886933, 40.60008312790369, -73.78926403872555, 40.60006034564873, -73.78927079502587, 40.60004213231472, -73.78928357626997, 40.60001956608381, -73.78930417858447, 40.60000714239388, -73.78932993171469, 40.600005294901365, -73.78935964609363, 40.60000386800456, -73.78939493055397, 40.59999396746291, -73.78942823608993, 40.59999567645332, -73.78946269304987, 40.599997166014326, -73.78948276926765, 40.59999196083652, -73.78951636475816, 40.599980769413165, -73.78953461427122, 40.59997149771246, -73.78954115007399, 40.59994337548347, -73.78954721424732, 40.59992694480546, -73.78955983298691, 40.59991129427726, -73.78957750271852, 40.599892169765845, -73.78960230154001, 40.599872589130165, -73.789626346702, 40.59985372122575, -73.78965484598417, 40.59983670124116, -73.78967615476463, 40.599817498725706, -73.78970098139129, 40.599801075359835, -73.78972722495062, 40.599780400501565, -73.78975069733761, 40.59975993849457, -73.78976539593049, 40.59974635124919, -73.78977297736468, 40.59972830509141, -73.78980074799271, 40.59971529017288, -73.78980601685886, 40.59970039612285, -73.78981908454448, 40.59967870836777, -73.78983481943855, 40.59965642213719, -73.78984951419713, 40.59963240409409, -73.78986305577895, 40.59960953751287, -73.7898751087225, 40.59958930314407, -73.78988889323836, 40.59956882429543, -73.7899094313192, 40.5995425665159, -73.78992643341796, 40.599517784533084, -73.78994850961718, 40.59949380698563, -73.78996032599827, 40.599481531915, -73.78998038273649, 40.59945917071472, -73.7899962231879, 40.59943672075916, -73.79001376310032, 40.599413340062256, -73.79003226524996, 40.59939278696795, -73.79005223976996, 40.59937363777716, -73.79007707897159, 40.59936440594475, -73.79010490724428, 40.59935553617411, -73.79013529514367, 40.599345710210926, -73.79015944579275, 40.59933790353481, -73.79018659232477, 40.5993282913676, -73.79020609861166, 40.599320148411316, -73.79023541821074, 40.59930664182718, -73.79026192901013, 40.59929217105042, -73.79028210374997, 40.59927845595244, -73.79030061648106, 40.59926578062611, -73.79031727679181, 40.59923539939814, -73.79032775897541, 40.59921153930377, -73.7903400643648, 40.59919135847735, -73.79034003873092, 40.59916528373143, -73.79033913281886, 40.59914488789071, -73.79033745955911, 40.59911565289833, -73.7903342361602, 40.5990868266177, -73.79032938356765, 40.59907229770041, -73.790324495432, 40.59904651485793, -73.79032383314029, 40.59902754769388, -73.79032747821108, 40.599002603499855, -73.7903311913226, 40.59897856445731, -73.79033668794276, 40.598948271821186, -73.79034256645338, 40.59892240055839, -73.79035166768216, 40.598890577301326, -73.79035808652422, 40.59887623374267, -73.79037103125667, 40.5988480673229, -73.79038145323462, 40.598831316757575, -73.7903874273267, 40.59881074165382, -73.79039139471708, 40.5987858529772, -73.79039668333368, 40.59876384929056, -73.7904042908542, 40.59873740304067, -73.79040939371885, 40.59871811679889, -73.7904155475037, 40.598696745957156, -73.7904248032587, 40.598672882715704, -73.79043233373078, 40.598648769583455, -73.7904918932274, 40.59851122573324, -73.79056797822058, 40.59834014399863, -73.79066455690119, 40.59811063475897, -73.79066403338405, 40.59809372554775, -73.79066977968635, 40.59807529146169, -73.79067875478425, 40.59804969867939, -73.7906881267643, 40.59802375001134, -73.79069744496904, 40.59800364745294, -73.7907069117129, 40.59798176032365, -73.79071634122296, 40.59796006583812, -73.79072538725649, 40.59793444616545, -73.79073360887965, 40.59790800191084, -73.79073876466441, 40.59789439716198, -73.79074953989016, 40.59786927412364, -73.79075867209845, 40.59785007714957, -73.79076870936719, 40.59783046938208, -73.79078048725209, 40.59780658458713, -73.79079110484199, 40.59778538484537, -73.79079963530872, 40.597764047125004, -73.79080716444614, 40.59773990694827, -73.79081329485169, 40.59771348499606, -73.79082010046294, 40.59769063395378, -73.79082563173968, 40.59767255517532, -73.79083507056183, 40.5976474846281, -73.79084485006935, 40.59760944803995, -73.79085313803242, 40.59758216370702, -73.7908640201385, 40.597567772408944, -73.79087622253375, 40.597546001908604, -73.79088854655102, 40.5975208537587, -73.79090029336633, 40.59749554156221, -73.79090628678719, 40.597478890952665, -73.79091650226019, 40.59745931141231, -73.79092298295176, 40.597436074347556, -73.7909274898033, 40.59741236811996, -73.79093675408447, 40.59739698599556, -73.79095603860362, 40.597390790343866, -73.79096864022475, 40.59737997184497, -73.79098844858785, 40.597355881006074, -73.79100149955254, 40.59733888842041, -73.79101546152282, 40.59731920492001, -73.79103242494904, 40.5972955204397, -73.79104640014556, 40.597271227171696, -73.79105572692043, 40.597247940342065, -73.79106688002192, 40.59721713744773, -73.79107079114165, 40.59719803901836, -73.79107778294684, 40.597173404358266, -73.79107980483205, 40.59714832030577, -73.79107851545302, 40.59712317440079, -73.79107775378873, 40.597101545105076, -73.7910755108401, 40.59708136656382, -73.79107176696876, 40.5970590987771, -73.79106821461932, 40.597043584376046, -73.79106881229713, 40.59701303694988, -73.79108052074983, 40.5969889853994, -73.79108997665868, 40.59697047518634, -73.79109552686175, 40.59694479419536, -73.79109462585878, 40.59692352035349, -73.79108202813121, 40.59690971851726, -73.79107263759451, 40.59689487880188, -73.79106730360813, 40.59687373468056, -73.79106695399716, 40.59684765753934, -73.79107940358223, 40.59682800009756, -73.7911007162078, 40.596805997589286, -73.79110296544732, 40.59678942391112, -73.79109593890456, 40.596767781425335, -73.79108784915131, 40.59674084101804, -73.791081356632, 40.59672183353805, -73.79107684131472, 40.59670296923369, -73.79107312325831, 40.59668265203045, -73.79107189880457, 40.596660169095095, -73.79107085789106, 40.59663604033342, -73.79106807724179, 40.596603839703526, -73.79106618145379, 40.59658862908886, -73.79106233482746, 40.596563342553594, -73.7910587198281, 40.596544451068304, -73.79105610572734, 40.596517547629475, -73.79104972112626, 40.59649766323194, -73.79103615709602, 40.596482734877064, -73.79102080120059, 40.5964643164286, -73.79100821012223, 40.59643747679247, -73.79099965099232, 40.59642313297065, -73.79099261861005, 40.59639243388558, -73.79099199945706, 40.59635963293186, -73.79099089194867, 40.596345467457915, -73.79098795391162, 40.59631751881861, -73.79098674323443, 40.59630121350914, -73.79098418955455, 40.59627804195412, -73.79098147823412, 40.59625805526981, -73.79097923501656, 40.59623911314545, -73.7909733499299, 40.596208744837114, -73.79096682800186, 40.59618745986783, -73.79096042640455, 40.59616170220856, -73.79095217447879, 40.596141320920246, -73.79094399331356, 40.59612022564356, -73.79094189507886, 40.596099883465314, -73.79094119366655, 40.59607185694519, -73.7909428290419, 40.59605514347132, -73.79093995581307, 40.5960291454854, -73.79093524284838, 40.59600476329665, -73.79093189136108, 40.59598285372514, -73.79093142031506, 40.59596086654569, -73.79093240074126, 40.595936001226725, -73.79093247740533, 40.5959115160862, -73.79093274800313, 40.59588206580245, -73.79093596907968, 40.595853937454265, -73.79094165018388, 40.59583322490371, -73.79094780267538, 40.59581212778555, -73.7909549967369, 40.59579191237487, -73.79096603307644, 40.59576324892181, -73.79097307619199, 40.595744076043566, -73.79098027030642, 40.595724216338795, -73.790988811859, 40.5956981013346, -73.7909960098504, 40.59567662249148, -73.79100305419479, 40.59565780622147, -73.79101068436647, 40.59563525653839, -73.7910165839812, 40.59561454438113, -73.79102084655005, 40.59559863174749, -73.79102319491277, 40.59557302778236, -73.791024275591, 40.59555046708814, -73.79102535725112, 40.5955268374722, -73.79101963641725, 40.59550250838493, -73.79101344371423, 40.59547834143422, -73.79100581653844, 40.59545351449085, -73.79099576731707, 40.5954317863518, -73.79098572758741, 40.595406650641564, -73.7909762007546, 40.59537957162931, -73.79096547071245, 40.595355698998915, -73.7909552124262, 40.59533094921356, -73.79094764908265, 40.59530914094267, -73.7909435060487, 40.595286874222566, -73.79093888218529, 40.595268008811885, -73.7909312162033, 40.595243895908915, -73.79092585426419, 40.59522041666446, -73.79092260690258, 40.5951992222975, -73.79091523761068, 40.59517241916363, -73.7909066419676, 40.595146026238325, -73.79090026818169, 40.595123121487504, -73.7908922358762, 40.59510131416018, -73.79088395608036, 40.59507667783199, -73.79087766440355, 40.59506264070151, -73.79086693173349, 40.595040389001745, -73.79085536707788, 40.595019369506346, -73.79083826274746, 40.594996555986306, -73.79082506095385, 40.59498074935031, -73.79080912915188, 40.594963400546455, -73.79079527264003, 40.59494918484376, -73.79077175727848, 40.594927073758555, -73.79074976223642, 40.594913666312074, -73.79072380808776, 40.59490000490746, -73.7907032623383, 40.59488366257793, -73.79068741202812, 40.59486332326084, -73.7906778735108, 40.59483890435254, -73.79066404668976, 40.59481598871296, -73.79064343606173, 40.59479736792538, -73.79061601186086, 40.59478123277647, -73.79059532071051, 40.594776995023466, -73.79056460868583, 40.59477672112674, -73.7905315885243, 40.594777126513186, -73.79049655810572, 40.59477514183316, -73.79045857420718, 40.594773563297004, -73.7904258879618, 40.59477108758096, -73.79039737709405, 40.59476884010031, -73.79036589338298, 40.594772790007625, -73.790333623421, 40.59477506439519, -73.79030620007023, 40.59477034693416, -73.79028565202945, 40.594766439879294, -73.79025505426665, 40.594763640134865, -73.7902128294115, 40.59475977454709, -73.79015318470726, 40.59476780729382, -73.7901134270827, 40.594773160349924, -73.79006563991334, 40.59477959736451, -73.78994705075782, 40.59480699436388, -73.7899060358107, 40.59480831880133, -73.7898665028924, 40.59471522495381, -73.78984531294995, 40.594719349332266, -73.78978571961402, 40.59473095076414, -73.78975502692634, 40.59473692453104, -73.78973901943036, 40.59474334570586, -73.7897220626238, 40.594764613002845, -73.78972416761516, 40.59479393255608, -73.78972188885135, 40.59483142355899, -73.78967451018741, 40.59486491654117, -73.78965206686219, 40.59487801052374, -73.7894603455902, 40.59499714112212, -73.78942472204656, 40.59495582188422, -73.78940241676584, 40.594949468326305, -73.78939513724302, 40.59496257473863, -73.78940128340287, 40.594977325800926, -73.78941218777861, 40.59500191211488, -73.78942454960061, 40.595021368104156, -73.78942487204002, 40.59504461665636, -73.78941118609175, 40.595068554555205, -73.7893969635494, 40.59509144685964, -73.7893838235852, 40.59511269498618, -73.78937809925864, 40.59513574064375, -73.78937935595211, 40.595160172397414, -73.78937617116621, 40.59517622382676, -73.78935310861696, 40.59519344552435, -73.78933123540462, 40.59519840064107, -73.78930419295621, 40.5951871260143, -73.78927384742569, 40.59518446155024, -73.78924406606582, 40.595184957155624, -73.78921094494535, 40.595183222329695, -73.78918073005634, 40.59518445645466, -73.78918865006193, 40.59520760908124, -73.78918922193252, 40.59523190270077, -73.7891874932585, 40.59525446129025, -73.7891859351925, 40.59528023146591, -73.7891820692283, 40.595296117744546, -73.7891611899031, 40.595317406578936, -73.78914182395097, 40.59533792913783, -73.7891302350669, 40.595359153065395, -73.78912860999091, 40.59538368939737, -73.78912602999662, 40.595402732573845, -73.7891204135004, 40.59542451678013, -73.78911497508882, 40.59544789164056, -73.78911266374442, 40.59547313992881, -73.7891126893573, 40.59549869508213, -73.78911117972292, 40.59552108927582, -73.78911503113216, 40.59554423444005, -73.7891231265612, 40.595568705761245, -73.78914168026475, 40.59558918893461, -73.78916409375093, 40.595606604793296, -73.78918535325542, 40.59562470383031, -73.78920271782171, 40.59564466430854, -73.78921283912787, 40.59566658544961, -73.78921553467343, 40.59569101984315, -73.7892099875878, 40.5957143945081, -73.78918996733077, 40.59573670071534, -73.78916660267814, 40.595758231734685, -73.7891519476856, 40.59579229603105, -73.78914988165772, 40.595808321589686, -73.78913004534253, 40.59582922780711, -73.78911655002182, 40.59584995384579, -73.78910667166708, 40.59587716399883, -73.78911174482317, 40.59590099850527, -73.78912427341959, 40.5959129345448, -73.78913823162732, 40.59592819254219, -73.78912087164963, 40.59595239832354, -73.78910870323026, 40.59597416960425, -73.78910695706776, 40.595991403353246, -73.78911778666414, 40.596016867567485, -73.78913143069332, 40.5960294918532, -73.78914968888826, 40.59605156480941, -73.78916260852527, 40.59607697972305, -73.78916998397497, 40.596101641530424, -73.78917203653168, 40.59612393239478, -73.78917375483915, 40.5961503137319, -73.78917604509914, 40.596177765942194, -73.78918027647188, 40.596194708982075, -73.78919140174811, 40.59621784137093, -73.78920033741659, 40.596239265948384, -73.78920556715349, 40.59625917534757, -73.7892122227791, 40.596283589087406, -73.78920609293863, 40.596309298644385, -73.78920558106987, 40.596334850108086, -73.78921176575633, 40.59636025176056, -73.78922840027381, 40.59638325466921, -73.7892455444088, 40.5964049986753, -73.78926249654936, 40.596430308406376, -73.78926858221791, 40.59645340452951, -73.78926785571326, 40.59647772097941, -73.78926243924485, 40.59650573629101, -73.78925361807542, 40.59652811797662, -73.78924745551095, 40.596552590153586, -73.78924244317193, 40.59657720222008, -73.78923304102268, 40.59660136677882, -73.78922876909667, 40.596620462684804, -73.7892371192475, 40.59664438514191, -73.78923756932244, 40.59666123839541, -73.78922956402349, 40.59668787655666, -73.78923190440833, 40.59671069025111, -73.78922927757414, 40.596732588906896, -73.78922394618836, 40.596756842878506, -73.78920081257712, 40.596773187302134, -73.78920314175201, 40.59678757476254, -73.78922256383423, 40.59680665829549, -73.78923639296225, 40.59682919138523, -73.78924346885326, 40.59684586497839, -73.7892497036515, 40.59686701263853, -73.78925485079093, 40.59689065365889, -73.78925995454948, 40.596916436948774, -73.78925638642454, 40.596940118719374, -73.78924786816285, 40.59696944400805, -73.78923987686707, 40.59699163540181, -73.78923547321278, 40.59701764889991, -73.78922271864309, 40.597042795184464, -73.78921673533232, 40.59706734963524, -73.7892211269034, 40.5970908253752, -73.78922016089503, 40.59711091612018, -73.7892122209865, 40.59714002363897, -73.78919799674759, 40.597162917713064, -73.78918636699088, 40.59718501867959, -73.78917081014906, 40.59720865053725, -73.78916522005433, 40.597234002671165, -73.78915880631168, 40.597257924160196, -73.78915977898308, 40.59728062638201, -73.78915616176116, 40.59729739112526, -73.78914279957098, 40.597321135068526, -73.78912106677873, 40.59733863561853, -73.7891344159703, 40.59735342782524, -73.78911815915963, 40.597381339487505, -73.78910195698879, 40.59740354281906, -73.78909938009254, 40.59742082997306, -73.78910386838315, 40.597436868457365, -73.78911747571966, 40.59746082758463, -73.78913181325073, 40.59748176948991, -73.78914764469116, 40.597508505411305, -73.78910209150503, 40.59750720251076, -73.78839378529662, 40.59748227877973, -73.78831616225372, 40.597497589733926, -73.78814274607346, 40.59751554812449, -73.78479617674316, 40.597703859534484, -73.78454508757875, 40.59507614518191, -73.78429107829797, 40.59244574143014, -73.78452035925817, 40.592407789401705, -73.78466713052053, 40.59239017559126, -73.78483337332514, 40.59237841725184, -73.78501442739517, 40.592375091889885, -73.78530637015064, 40.59238609281765, -73.78602330287313, 40.592443768753384, -73.78643705006641, 40.592481795000495, -73.78651437481258, 40.59249011185422, -73.78653874977859, 40.59230210577691, -73.78654804884431, 40.5922500672669, -73.78654915974008, 40.59222331381372, -73.7865552217849, 40.592077470540076, -73.78624719608166, 40.59208805998466, -73.78625021826008, 40.592017080771875, -73.78624189877384, 40.59191619201451, -73.78606856809031, 40.5902300231385, -73.7860628750352, 40.59021358334626, -73.78605431238955, 40.590193911626905, -73.78602516660244, 40.590162637026935, -73.78600084264524, 40.589948946480305, -73.78598237218267, 40.589627210027516, -73.78654431599398, 40.589455101292884, -73.78860477585312, 40.58880784830173, -73.78839584446035, 40.58765896178999, -73.78841523820834, 40.58764954108082, -73.78844686394349, 40.58763329439009, -73.78847471641018, 40.58761531173455, -73.78849742092036, 40.58759737542906, -73.78851803083208, 40.58758064286917, -73.78853705725616, 40.587564482827524, -73.78855280615852, 40.58754782506416, -73.78857476606954, 40.58752590524721, -73.78858893773531, 40.58750784335822, -73.78860298318371, 40.587484126832635, -73.78878406342731, 40.58744996519526, -73.78881595183678, 40.587459293823514, -73.78884930327052, 40.587466546717536, -73.7888753873423, 40.58747282538752, -73.78891107835575, 40.58748021854178, -73.7889500128587, 40.58748729075163, -73.78898283080372, 40.58749292258069, -73.78901325788603, 40.58750343536351, -73.7890338803862, 40.587516320132856, -73.78905869343392, 40.58753832411335, -73.78907590299998, 40.58754908727395, -73.78910468555883, 40.58756717403902, -73.78912690710338, 40.58757643710947, -73.78915181734504, 40.58758899923342, -73.78917734676949, 40.58759999827442, -73.78920478035825, 40.58761174103537, -73.789230243846, 40.587620432796115, -73.78926227701601, 40.58762323725516, -73.7892958159436, 40.587628761353244, -73.78932569414624, 40.58763057306532, -73.78936255995241, 40.587631435817784, -73.78938863109437, 40.58762986446261, -73.7894147037089, 40.58762782573122, -73.78945065097338, 40.58762292430641, -73.78947986956712, 40.5876170208645, -73.78950437095648, 40.58761091786202, -73.78953791685274, 40.58760299074621, -73.78957436628721, 40.58759803527047, -73.7895975316717, 40.58759343818239, -73.78963535612876, 40.587587331631454, -73.78965579028622, 40.58758130399867, -73.78968378558311, 40.58757449413747, -73.78971717975249, 40.58756859827816, -73.7897582417975, 40.58756290915225, -73.78979811270803, 40.58755886399403, -73.78983704280856, 40.587555368223065, -73.78987050451532, 40.587550900676895, -73.78989734123985, 40.587545514177464, -73.78992958486397, 40.58753961705315, -73.7899629778416, 40.58753446315365, -73.78999471574737, 40.58752823549417, -73.79003366061171, 40.58752078637472, -73.7900706648078, 40.5875121792222, -73.79009685332299, 40.58750706795342, -73.79012768884488, 40.58750193634983, -73.79015229308735, 40.58749802887945, -73.79018687280796, 40.58749298694642, -73.79022101674568, 40.58748904284903, -73.79024655420564, 40.587485492770014, -73.79027392871707, 40.587481864090535, -73.79030454643943, 40.587476868921975, -73.79033513205347, 40.587471188386395, -73.79036849291306, 40.58746457996113, -73.79040001576872, 40.58745835089689, -73.79043056934891, 40.587451957060956, -73.79046533341841, 40.58744499365808, -73.79050360015938, 40.587434908204024, -73.79054136805685, 40.58742380603457, -73.79057603259069, 40.58741467395034, -73.79060942277631, 40.58740924429707, -73.79063770484846, 40.58740397102351, -73.79066130424347, 40.58739841545185, -73.79068767767839, 40.587392314707394, -73.7907191653142, 40.58738561901911, -73.79075919474457, 40.58737616795915, -73.79080095265554, 40.58736622474303, -73.79084516419411, 40.587356205831334, -73.79088356250013, 40.58734971448932, -73.79091570233993, 40.587342197754005, -73.79093783256013, 40.58733427827314, -73.7909640779652, 40.587323401743326, -73.79099702073373, 40.58731182327303, -73.79103431238542, 40.5873033829306, -73.79105759491424, 40.587296013042135, -73.79108661057795, 40.58728503255825, -73.79111282359575, 40.58727316715813, -73.79114366365991, 40.5872691672515, -73.791281131151, 40.587273976406884, -73.79129640645334, 40.58728464656894, -73.7913245265079, 40.58729603256181, -73.79134614780634, 40.587301643380655, -73.79138170886624, 40.58730456261903, -73.791417537628, 40.58730270594286, -73.79144666627964, 40.58730242922437, -73.79147720095523, 40.58730127793799, -73.79151109356904, 40.58729681069636, -73.79153983970788, 40.587292305291044, -73.79157045904466, 40.587286734352176, -73.79160079235335, 40.587281216918015, -73.7916244594839, 40.58727700575673, -73.79165853955107, 40.587270753969214, -73.79168797183024, 40.58726515383095, -73.79172064452241, 40.58725944969482, -73.79175004264383, 40.58725343613737, -73.79178459368228, 40.58724652688164, -73.79181816868702, 40.587239725711314, -73.79184363793206, 40.58723488560081, -73.79187054527601, 40.58723062532679, -73.79190537547143, 40.58722585799108, -73.79194298161869, 40.587220684131054, -73.79197453605818, 40.587215607365565, -73.79200187979772, 40.587210414905975, -73.79202965715835, 40.58720442625935, -73.79206251643315, 40.58719644313275, -73.79209624189856, 40.587187584451776, -73.7921329674946, 40.587176121464395, -73.79215649951446, 40.587168616725904, -73.79218464734687, 40.58715972001325, -73.7922156019817, 40.5871511291452, -73.79224522019983, 40.58714344178146, -73.7922724983221, 40.58713616352089, -73.79230827968706, 40.58712596130777, -73.7923376164653, 40.58711684697848, -73.792360681694, 40.58710939538616, -73.792392252866, 40.587098529055126, -73.79241669139095, 40.58708932210627, -73.79243962551669, 40.58707844015806, -73.79246256152938, 40.587066568530645, -73.79248827044609, 40.58705412647051, -73.79251797299383, 40.587042844289364, -73.79255734921848, 40.58703476292498, -73.79258703341797, 40.58702938183922, -73.79261297155203, 40.58702451538901, -73.79263850939667, 40.58702036232758, -73.79267355728493, 40.58701542945531, -73.7927064477957, 40.587009505703854, -73.79274578342998, 40.58700307126358, -73.79278932631622, 40.586998236527094, -73.79283125136136, 40.58699326197714, -73.79287803668247, 40.58698766400407, -73.79291567339594, 40.586983231013875, -73.79295194292419, 40.58697934396802, -73.79298442919982, 40.58697539516242, -73.79301601708369, 40.58697127903256, -73.79304897340498, 40.58696659082324, -73.79307865582783, 40.58696214165167, -73.79310884042587, 40.58695764024562, -73.79313761954234, 40.586953464993265, -73.79316736747803, 40.58695036130244, -73.79319945469608, 40.586947866967634, -73.7932259917893, 40.5869471456774, -73.79326404649741, 40.5869477085426, -73.79329734989443, 40.58694727407037, -73.7933234207603, 40.586945674806664, -73.79335086463782, 40.5869431702763, -73.79338306910967, 40.58693713523323, -73.79341009517522, 40.586929937296965, -73.79344360874242, 40.586919980098784, -73.79347726996951, 40.58690925320664, -73.79349915026944, 40.58690064568249, -73.7935213681992, 40.58688827996575, -73.79354269886906, 40.586870998480606, -73.79355959031659, 40.58685722196724, -73.79358366511497, 40.58683796965097, -73.79376523712052, 40.58678622098581, -73.793793548637, 40.586785399189026, -73.79381869570106, 40.58679183985151, -73.79385182822318, 40.58680004996077, -73.79388371250029, 40.58680510417961, -73.79390948000554, 40.586808389591845, -73.7939403284945, 40.5868107223489, -73.79396902011439, 40.586811514932926, -73.79400669090698, 40.58680784889477, -73.79403028921675, 40.586802485342346, -73.79405335786561, 40.586794593960036, -73.79408629958941, 40.58678271202626, -73.79410918250548, 40.586776440346014, -73.79414148517995, 40.58677336979778, -73.79417248555339, 40.58677317678951, -73.7941988405681, 40.586772868289906, -73.79421929639777, 40.5867710921684, -73.79434459769622, 40.58675635697185, -73.79437464671237, 40.58674902824006, -73.79440077057166, 40.58674207610096, -73.79444990898537, 40.586732502274806, -73.79448046016508, 40.58672588582917, -73.79451057884062, 40.58671970985959, -73.79453735504272, 40.586711111794266, -73.79456824226308, 40.58670084609473, -73.7945945202391, 40.586691395227795, -73.79462472005736, 40.58668110306954, -73.79465589419914, 40.58667124939964, -73.79468886806816, 40.586660383144, -73.79471997646164, 40.5866488561621, -73.79474172286528, 40.58663723050005, -73.79477106195924, 40.58661526865167, -73.79479419456545, 40.58659727693649, -73.79482351835779, 40.58658066867382, -73.79485520716263, 40.5865662880247, -73.79488455902957, 40.58655129804165, -73.79491710368555, 40.58654092624357, -73.79494319180169, 40.58653364432497, -73.79497611621373, 40.586527307543975, -73.79500511254162, 40.58652346090376, -73.7950339921885, 40.586522222871636, -73.79506190222776, 40.58651939097308, -73.79508737273275, 40.5865143583344, -73.79511886094178, 40.58650719587051, -73.79515078222386, 40.58649978652547, -73.79517578706307, 40.586494066836266, -73.79519704445207, 40.58648894471495, -73.79522575715805, 40.58648282008358, -73.79525644333249, 40.58647949869662, -73.79529021625976, 40.58647840529891, -73.79532776550303, 40.58647924124092, -73.79535757869971, 40.586478251534544, -73.79538199683095, 40.586476263435415, -73.79540641334832, 40.58647364496009, -73.79544358076211, 40.5864699505391, -73.7954774211134, 40.58647075191289, -73.79549574498033, 40.586470824151164, -73.79564324823076, 40.58646084220697, -73.79567303784457, 40.58645636013741, -73.79570249956997, 40.586452103509124, -73.79573361911487, 40.58644804073202, -73.79576510646598, 40.58644112573425, -73.79579927128383, 40.58643045398966, -73.79583321580658, 40.58642035818005, -73.79585444238194, 40.58641369958529, -73.7958834926659, 40.58640376076177, -73.79590851560803, 40.58639169854155, -73.79593658563313, 40.58637204309011, -73.79595625604318, 40.586356266589675, -73.79598296282909, 40.58633509672303, -73.79601090194244, 40.586323480916136, -73.7961886666929, 40.5863411711227, -73.79622173587079, 40.58634732273479, -73.79625177964735, 40.58635281068815, -73.79628095312317, 40.58636131655389, -73.79630145637287, 40.58636755662742, -73.79633505708591, 40.58637604241174, -73.7963665921345, 40.58637747070613, -73.79639927735053, 40.5863793945181, -73.79643077979811, 40.58637950616825, -73.79645965826948, 40.58637862438408, -73.79649598782841, 40.586377343349, -73.79652371177535, 40.58637700792418, -73.79655823885243, 40.58637687635051, -73.79659740932075, 40.58637711049536, -73.79663442649665, 40.58637577750278, -73.79667044077193, 40.58637213467566, -73.79670174200315, 40.58636694810169, -73.79673528724257, 40.586358360600734, -73.7967598226196, 40.586352750501256, -73.79679523862411, 40.586344633664794, -73.79682251172893, 40.5863379567679, -73.79685840677092, 40.58632690324367, -73.79688620091616, 40.58631435402313, -73.79691110781653, 40.58630542160762, -73.79694548945577, 40.5862944491301, -73.7969761591915, 40.586284044619084, -73.79700683060675, 40.58627386163223, -73.79704229864615, 40.58625987068132, -73.79706738644674, 40.58625008935562, -73.79709553214413, 40.58624116262046, -73.79712944503329, 40.586230107312325, -73.79714905090313, 40.586223416800195, -73.79718505120499, 40.58621228141196, -73.79721709372345, 40.586201000346605, -73.79723781980468, 40.586192995227535, -73.7972640616353, 40.58618241983058, -73.79728569002687, 40.586173675162186, -73.79732047064243, 40.58616119219405, -73.797343320756, 40.58615349247885, -73.79737514320999, 40.58614309079505, -73.7974046929127, 40.5861338927003, -73.79743258856992, 40.58612403249691, -73.79746696811831, 40.58611369022791, -73.7975008813658, 40.58610208549007, -73.79753086517981, 40.586092284775624, -73.79755789262111, 40.586084371749955, -73.79758257608094, 40.586077003909296, -73.79761231436525, 40.58606558359554, -73.79764187962031, 40.58605084092938, -73.79767370465514, 40.586039945679346, -73.79769514732475, 40.58603281795134, -73.79771706199256, 40.586024677958726, -73.79775359367032, 40.58601626021464, -73.79778025147822, 40.58601142178189, -73.7978108698086, 40.586006205787875, -73.7978426421606, 40.586000991816135, -73.79787491008615, 40.585997122292056, -73.79790260416084, 40.58599489357684, -73.7979337875998, 40.58599341212439, -73.79796497235169, 40.585991105784046, -73.79799609104293, 40.585987208089875, -73.79803790573388, 40.585982450275225, -73.79806250453477, 40.585979611827966, -73.79808944265785, 40.58597620114974, -73.79812308640061, 40.5859708526086, -73.7981547903712, 40.58596401928492, -73.79818739896808, 40.585955677359536, -73.79821508008335, 40.585944827812135, -73.79824902954311, 40.58593445843877, -73.79827724192039, 40.585926822885526, -73.79831147064924, 40.58591823522421, -73.79833821149306, 40.58590895091169, -73.79835934222871, 40.58589907951054, -73.79838267536378, 40.585885862013946, -73.79841217927535, 40.58586787985057, -73.79844084104576, 40.585854180003885, -73.79846640175288, 40.58584335549307, -73.7986041613358, 40.58585468791858, -73.79862936211536, 40.58587586472856, -73.79866309746372, 40.58588750731203, -73.79869486106638, 40.585896126967825, -73.79875538354788, 40.58589565395028, -73.79881542385914, 40.58589369238784, -73.7988748615063, 40.58589024477194, -73.79893359370018, 40.585885318127865, -73.7990819995576, 40.58586956998584, -73.7992317284765, 40.58585100801968, -73.79928381251233, 40.58584382907153, -73.79936132997611, 40.58583314464202, -73.79949174716157, 40.58581385790975, -73.79963642207343, 40.58579038053194, -73.79969121532064, 40.585779777821635, -73.79974084215459, 40.585768729325686, -73.7998633929642, 40.585738592433586, -73.80007588525402, 40.5856845525955, -73.80028250235256, 40.585632745362446, -73.80039753119104, 40.585601697001856, -73.8004245632553, 40.585592846763554, -73.80045350088952, 40.58558112444929, -73.80054546174776, 40.585536733307904, -73.8005801231348, 40.58552153676311, -73.8006178127576, 40.58550723968495, -73.80071108430822, 40.58547400459873, -73.800758609736, 40.58545492743281, -73.80079450648238, 40.585437379891495, -73.80083956128892, 40.58542962882495, -73.8009151075537, 40.58540674230848, -73.80116063067365, 40.58539646831828, -73.80140332860998, 40.585402379474516, -73.80142823068698, 40.585512735128326, -73.80167832403458, 40.58667229504433, -73.80176277016803, 40.58666589034588, -73.80180799477128, 40.5866624608152, -73.80401625009215, 40.586494979443906, -73.80402162428629, 40.58653130951317, -73.80404128998632, 40.5866642381317, -73.80426345083534, 40.58816593707808, -73.8043046176218, 40.58832695812733, -73.80432993911464, 40.58844090872397, -73.8043477886319, 40.58852122637161, -73.80451452656042, 40.58955164735834, -73.80455384085892, 40.5897507924882, -73.80456501357773, 40.58979145580509, -73.80459394187316, 40.58989673409738, -73.80453221483185, 40.589917663581474, -73.8044403693852, 40.58996626715321, -73.80444676795275, 40.59008498980128, -73.80444787347021, 40.59010077429047, -73.80444096115035, 40.590209922411, -73.80450272475758, 40.59048931824372, -73.80475812934965, 40.59045774061853, -73.80488800169144, 40.59044554657298, -73.8049205706422, 40.59044355227485, -73.80497547565498, 40.59044221273911, -73.80503864167201, 40.590446830660994, -73.80508808120962, 40.59045793426241, -73.80524542301174, 40.59049796644449, -73.8053299151493, 40.59051946287462, -73.80523222859138, 40.591665050950425, -73.80517026301303, 40.59164294697293, -73.80509961849387, 40.59161354929617, -73.80503544893628, 40.591583678079374, -73.80488383247045, 40.59150818635212, -73.80480574382894, 40.59146863683962, -73.80476399280937, 40.59144939732945, -73.80471983173148, 40.59143225913636, -73.80469854633209, 40.5914264767095, -73.8046504553898, 40.59141772470573, -73.80463232215048, 40.591412595103, -73.80455693910399, 40.59138348170531, -73.80448668832067, 40.59136019708528, -73.80436184812567, 40.5913133509044, -73.80433769035905, 40.591310229975456, -73.80431979234007, 40.591312729073394, -73.80430333163841, 40.591318560758864, -73.80428262729515, 40.59133300324092, -73.804270406717, 40.591345124207905, -73.80426018014352, 40.59135845977672, -73.80425228674117, 40.591372561163595, -73.80423021519776, 40.59142542401881, -73.80422319922025, 40.59144767395058, -73.80421837859048, 40.59146854351501, -73.80420358424004, 40.59155267509454, -73.80419002494531, 40.591621684454616, -73.80417217756292, 40.59168583897758, -73.80416740891275, 40.59170871049567, -73.80416445026084, 40.59173995638089, -73.8041631397132, 40.59178926330734, -73.80416282536805, 40.59181991665067, -73.80416388342714, 40.5918430088214, -73.80417408410946, 40.591857869563015, -73.80421458110307, 40.59187575276005, -73.80427956199249, 40.59189801367673, -73.80430843445436, 40.59190882772891, -73.80438420509401, 40.5919412900999, -73.80439970503897, 40.591948535095284, -73.80442009834172, 40.59195806764667, -73.80450015968198, 40.59199816649332, -73.80453791375413, 40.592015276761195, -73.80462483768284, 40.59204923840752, -73.8048157288924, 40.59211744440112, -73.80496226388216, 40.592172579319836, -73.80508551293248, 40.59222009213289, -73.80511450246726, 40.592232170517654, -73.80514561509082, 40.59224658755705, -73.80527173878224, 40.59231143565098, -73.80532893405707, 40.592337872921696, -73.80538461788903, 40.59235883781417, -73.80551113819912, 40.59240041764616, -73.80556323767267, 40.592420695588046, -73.80562173005102, 40.59244760318028, -73.80574710921618, 40.592509187788295, -73.80579868447444, 40.59253266970578, -73.80600050871766, 40.59261560497967, -73.80606952154281, 40.59264519835964, -73.80621014678835, 40.592712350020676, -73.80625779426552, 40.59273387006702, -73.80650324049157, 40.59283740726422, -73.8066925544929, 40.592914854063494, -73.80688540020489, 40.592992198421854, -73.80701237660995, 40.593048376673686, -73.80703934532248, 40.59305809990592, -73.80706409255885, 40.59306475761673, -73.8070873159333, 40.59306853828795, -73.80710917488177, 40.59306945569608, -73.80713669961024, 40.59305191734306, -73.80715353340435, 40.59304499174056, -73.80720102447869, 40.593048449300696, -73.8072491400461, 40.59305451220713, -73.80729557420611, 40.59306030121573, -73.80731386431641, 40.593065741340425, -73.80734240014974, 40.5930822057582, -73.80737426956004, 40.5931032225079, -73.80742594690946, 40.59313794871936, -73.80747118900321, 40.59316879366891, -73.80755722420498, 40.59322564474674, -73.80760562257805, 40.59326358116017, -73.807852062446, 40.59339925866681, -73.80787256988461, 40.593426928267675, -73.807920609223, 40.59348876568163, -73.80793173789225, 40.593505424184094, -73.80795506531364, 40.593546622567665, -73.80796982293988, 40.593566197627865, -73.80802283879733, 40.59362414674242, -73.8080712229332, 40.5936770928841, -73.80806074279144, 40.59368836796282, -73.80803553180374, 40.59369579930678, -73.80801729198782, 40.59370853287638, -73.80799871008955, 40.59372848357922, -73.80798614648516, 40.59373837466517, -73.80795912276469, 40.593737365944804, -73.80793051162577, 40.593746932131324, -73.80791315818315, 40.59375665040719, -73.80789922327318, 40.59376727762183, -73.80788884307138, 40.593778702339094, -73.80785235995896, 40.59383161562322, -73.8078293884581, 40.593864995691725, -73.80781782142246, 40.593884066576294, -73.80781142210219, 40.593907053480585, -73.807812341843, 40.59394622785499, -73.80780972673614, 40.593968669966614, -73.80780197068202, 40.59399553946573, -73.8078008949161, 40.59401057373177, -73.80780843417323, 40.59402537206075, -73.80782594172129, 40.594037664689615, -73.80786098014873, 40.59405579051276, -73.80787587897574, 40.59406737816361, -73.80790059527568, 40.59411081848341, -73.80791388050292, 40.59412483665024, -73.80795585010877, 40.594134279461585, -73.80797242389409, 40.59414019298969, -73.80797768475024, 40.59415363401092, -73.80797285546429, 40.59416758407766, -73.80795183487812, 40.59417529976726, -73.8079341020216, 40.594179711519054, -73.80790786829692, 40.594182449390594, -73.80789081624664, 40.594188790297636, -73.80788533510754, 40.59420264651687, -73.8078867075826, 40.594227779760956, -73.80789459213642, 40.594254792480946, -73.80789918666287, 40.59428385289726, -73.8078969392285, 40.59430127789982, -73.80785053591656, 40.59434110437808, -73.80779319074708, 40.59438508917121, -73.80778114516373, 40.59439595276721, -73.80776972910374, 40.594408913837064, -73.80775865961871, 40.594424182630455, -73.80774537956759, 40.59444528492699, -73.8077396118306, 40.59447126892921, -73.80773356431568, 40.59448569332505, -73.8077002220111, 40.594502061307594, -73.80762339898784, 40.59455325363966, -73.80757607405327, 40.59457129386557, -73.80755240503838, 40.594585861644006, -73.80753338202399, 40.594605843050175, -73.80752076936669, 40.59462898162471, -73.80751186298696, 40.59465813470828, -73.807504376436, 40.59467176782165, -73.80747148902951, 40.59471346016077, -73.80744314635547, 40.59475183987057, -73.80743725573393, 40.594768769773786, -73.80743910649956, 40.594792264868246, -73.80744929137737, 40.594815473152345, -73.80745389693632, 40.594830821310985, -73.80745483893753, 40.59484459101456, -73.80744673241654, 40.594865502928414, -73.80742997374871, 40.59488268747886, -73.80740442559237, 40.5948982966865, -73.80736974038277, 40.59491323318926, -73.80735512333457, 40.59492187083488, -73.80733773078246, 40.594935591790964, -73.80732309698513, 40.59494921200867, -73.80731110465523, 40.59496284746003, -73.80730170996223, 40.59497654039706, -73.80727481634497, 40.59502524341033, -73.80723501529397, 40.59509149130506, -73.8072074997427, 40.595143211818325, -73.8071915782225, 40.595162548191645, -73.80715260515855, 40.595194430715765, -73.80713864436194, 40.59520814839535, -73.80713030149717, 40.5952249453916, -73.80712511209632, 40.59525959608302, -73.80711866421471, 40.5952771815166, -73.80710427838129, 40.59528834909263, -73.80705494311471, 40.59530031529104, -73.8069884073009, 40.59532449431464, -73.80696618950363, 40.59533466534539, -73.80693312609388, 40.59535201514564, -73.80692014009165, 40.59536278791895, -73.80690467976996, 40.595385592948524, -73.8068925554008, 40.5953982600698, -73.806867624086, 40.59540838960008, -73.80684657031875, 40.59541310268181, -73.80677387774186, 40.59542193169209, -73.80673869828959, 40.59542585375417, -73.80665374951717, 40.59543287363341, -73.80661100039326, 40.595438648807686, -73.80655071715609, 40.595450221746816, -73.80648696142246, 40.595464391323716, -73.80641840687505, 40.5954814380632, -73.80634057288442, 40.59550247645981, -73.8062655637724, 40.59552586273193, -73.80623717746775, 40.595533730486, -73.80618258002151, 40.59554570544787, -73.80613590237782, 40.59555241666913, -73.80609327975424, 40.59555730394683, -73.80607074332086, 40.595558337541654, -73.80605033006445, 40.59555643540229, -73.80603346358862, 40.59555117308405, -73.80599854630081, 40.595535166746785, -73.80593734219127, 40.59550703907125, -73.80591381241362, 40.595497852702, -73.8058658739208, 40.5954831436004, -73.80584647439566, 40.59547633527671, -73.80582631030764, 40.595465540835306, -73.8057872027783, 40.59543654628701, -73.80576944956277, 40.59542748581829, -73.80571002075587, 40.59540561516699, -73.8056496309895, 40.59538515038003, -73.8055496936284, 40.59535300277827, -73.8054762775935, 40.59532707848788, -73.80545906204894, 40.595317990964865, -73.80542613435944, 40.5952930924361, -73.80540982050994, 40.595285118580634, -73.80539048356353, 40.595287680247324, -73.80537359311917, 40.595294329934745, -73.80535555263316, 40.59529509634361, -73.80534693222712, 40.59528090928095, -73.80534389150175, 40.595263042218704, -73.80531166890651, 40.5952430914346, -73.80528024445668, 40.59523059563854, -73.8052182216919, 40.5952083268071, -73.80517819058693, 40.595195179723305, -73.8051532807872, 40.59519058533623, -73.80510964961479, 40.5951763884158, -73.80505810837744, 40.59515682263869, -73.8050152805403, 40.5951394004643, -73.80496564763784, 40.59511727769117, -73.80490618675809, 40.59508756479705, -73.80485297597045, 40.595056014608815, -73.80483664011068, 40.59504429715205, -73.80480294212033, 40.59501711790658, -73.80478845068978, 40.59500691105461, -73.80473203100428, 40.5949734939737, -73.80470908801801, 40.59495808302478, -73.80467204615296, 40.59492994079973, -73.80464046306706, 40.59490674812281, -73.80463712520267, 40.59489077794179, -73.80464772431343, 40.594868981643934, -73.80465167278554, 40.5948413935698, -73.80464938304544, 40.59482533421777, -73.80462862529954, 40.594808827426334, -73.80456625951439, 40.5947852978235, -73.80454797744777, 40.59477783199574, -73.80451749386869, 40.59476447758885, -73.80450170011042, 40.59475527347079, -73.80448328978086, 40.59473795747232, -73.80446136732995, 40.59470772016545, -73.80443847819754, 40.59466751960185, -73.80442800333682, 40.59465293128095, -73.80437012017634, 40.594586134471456, -73.80431815604642, 40.59452607193177, -73.80430854824381, 40.59451353377058, -73.80428599285827, 40.594479629314186, -73.80426078139102, 40.5944478869922, -73.80423661884974, 40.59442102639644, -73.80421505711139, 40.59440039555609, -73.80417646481948, 40.59436695994289, -73.80413053167018, 40.594333122777535, -73.80411460054452, 40.59431884931612, -73.80410297051105, 40.59430464351996, -73.80409224113497, 40.59428786285596, -73.80406480629816, 40.59423164403147, -73.8040421481451, 40.59418855219433, -73.80403735223348, 40.59417514960656, -73.8040272185219, 40.594070540844356, -73.80401461465087, 40.5939236725301, -73.80401191202291, 40.59388131622725, -73.8040095698033, 40.59381477783871, -73.80400882283551, 40.593767408045586, -73.80401015359709, 40.59372656069697, -73.80401284904669, 40.593712193814476, -73.80402624397423, 40.59367685574105, -73.80402972069756, 40.59366033433351, -73.80402978057369, 40.5936431524171, -73.80402607328557, 40.59358970533412, -73.80402929027893, 40.59357071154214, -73.80403789286098, 40.593550144711735, -73.8040557580241, 40.59353851877943, -73.80410356008433, 40.5935298615844, -73.80412102161247, 40.593523738062636, -73.80411765706691, 40.59348471257524, -73.80409928210636, 40.593440595144784, -73.80407463174396, 40.593386076753134, -73.80406498063498, 40.593362199984455, -73.80406045141352, 40.59334166839394, -73.80405875077594, 40.59330285736461, -73.80405684522755, 40.593287581209516, -73.80405102626644, 40.59325971354273, -73.80404554699871, 40.59324088412495, -73.80403848600784, 40.59322444560524, -73.80402963559833, 40.59321032378616, -73.80400163884205, 40.59317748341484, -73.80396334350182, 40.59313974912424, -73.80394974096593, 40.59312672503656, -73.80392743888335, 40.59310574617354, -73.80390544438457, 40.59308824295749, -73.80388812242981, 40.59307905325492, -73.8038457586153, 40.593063475705804, -73.80383057778852, 40.59305490200644, -73.8037856815949, 40.59301628918151, -73.80376605547436, 40.59300690821673, -73.80375259039025, 40.59299657781083, -73.8037746241308, 40.592882916033744, -73.80374203725964, 40.59288295403749, -73.80370931600766, 40.59288329527945, -73.80368634899287, 40.59288682932878, -73.80363926406696, 40.59292331920594, -73.80361739300744, 40.592941012270224, -73.8032849645632, 40.59276159306931, -73.8030752269168, 40.5926130677194, -73.80305836906626, 40.5925931957559, -73.803044358051, 40.59258138386722, -73.80302130103868, 40.59257540358069, -73.80298462127452, 40.59257496698076, -73.80296979519014, 40.592582765323215, -73.80295963586279, 40.592594377285586, -73.80294472978785, 40.592603659553184, -73.80267370015703, 40.59262088887616, -73.80246029789886, 40.59263835261945, -73.80243784509035, 40.59264098137493, -73.80247265507816, 40.592983192160496, -73.80248438704297, 40.593103323473024, -73.80248766522418, 40.593148852455606, -73.80249227709209, 40.59319199733856, -73.80249175910912, 40.59323372408228, -73.80248611825905, 40.59327366528448, -73.80247031299578, 40.59328373930742, -73.80244736302413, 40.593283839436246, -73.80240213052956, 40.593279648966735, -73.8023834592557, 40.59328057321655, -73.80239635544436, 40.59338409364918, -73.80244331008721, 40.593607599170575, -73.80254957580321, 40.59414216150872, -73.80255311909981, 40.594159988988125, -73.8025846630082, 40.59432353530941, -73.80259317294656, 40.59436765584471, -73.80259000839652, 40.59438154641047, -73.80257436916179, 40.59438972242549, -73.80255011868606, 40.594392436366405, -73.80252745326978, 40.59439205882203, -73.80235892442444, 40.59439965498926, -73.802339353493, 40.59440228958317, -73.80233638454519, 40.59442271648922, -73.80232911046468, 40.59446120052222, -73.80232875149103, 40.594475114817755, -73.8023340144359, 40.59448947103586, -73.80234784714742, 40.594498555011484, -73.80258563165927, 40.5944949744294, -73.80276358865669, 40.59448032048789, -73.80277641135011, 40.59449061118283, -73.80278105167451, 40.594504616907955, -73.80277700373931, 40.594544026841945, -73.80277810619818, 40.59455993830974, -73.80287098811269, 40.59455375888571, -73.80289413178589, 40.59455221906424, -73.80292130583733, 40.59455041149024, -73.80303180630911, 40.59454305995, -73.80333450087764, 40.59486817892621, -73.8032520384836, 40.594871434550235, -73.80321121785613, 40.59487304503264, -73.80320990374824, 40.594892033953805, -73.80321015678442, 40.59491520669617, -73.80320990855016, 40.59493169218206, -73.80320923837951, 40.59494864341728, -73.80320876157793, 40.594970932395164, -73.8032084968098, 40.59499102355467, -73.80320958524163, 40.59501533959311, -73.80320862505953, 40.59503208591238, -73.80321065062452, 40.595065515067255, -73.8032149564752, 40.59514495594761, -73.80326831865742, 40.59514894118474, -73.80328673832905, 40.5951477795217, -73.80330525111592, 40.59514829389204, -73.80331242762023, 40.59516763594389, -73.80332143605442, 40.59518389413109, -73.80342683755501, 40.59519100041619, -73.80350797945508, 40.59517252893962, -73.80354001324149, 40.59516651687273, -73.8035713557159, 40.59516338709613, -73.80359839456584, 40.59516424648552, -73.8036229328604, 40.59516858932857, -73.80364632843668, 40.59517586142258, -73.80366722634446, 40.595185637206534, -73.80368468045283, 40.5951974675046, -73.80373657255731, 40.59524263011816, -73.80375734111631, 40.59526306607899, -73.80376834450308, 40.59527506995562, -73.80379903037235, 40.59531127572625, -73.80382356790588, 40.595342841393894, -73.80385742170604, 40.59538647468312, -73.80388498602095, 40.59542002935993, -73.80390693190766, 40.595443484060965, -73.80392880970125, 40.59546478728752, -73.80394609920299, 40.59548162148149, -73.80395836688623, 40.595493569862946, -73.80397836241085, 40.595515405681105, -73.8041565487482, 40.59572788666663, -73.80417393092138, 40.59574861305221, -73.80422807057762, 40.59581317747673, -73.80426360856265, 40.59585512232694, -73.80428067358336, 40.59587686304734, -73.80431726085168, 40.59597640093486, -73.80432894477504, 40.59599007008545, -73.80438734696051, 40.59602769348408, -73.80440614147244, 40.59604423569767, -73.80442106713475, 40.59606435541274, -73.80445026845274, 40.596109932942625, -73.8044642233074, 40.59612956111436, -73.80453963213769, 40.596225537663855, -73.8045703771946, 40.59626320577668, -73.80459059425013, 40.59628417195573, -73.80462629861918, 40.59631423274768, -73.80467799630622, 40.59635488837192, -73.80469297223259, 40.59636918444216, -73.80470623147806, 40.59638635476986, -73.80471801547493, 40.596406656415475, -73.80472922817928, 40.59643163801708, -73.804732725326, 40.5964456921467, -73.80473411302253, 40.596479369630295, -73.8047371105235, 40.59649420546677, -73.80475097761358, 40.5965293594019, -73.80477269794943, 40.59656189984602, -73.80487709500764, 40.596734432196925, -73.80488880645649, 40.59675372511317, -73.80495463579939, 40.59686214117625, -73.80498167527254, 40.59691116300654, -73.80499888814441, 40.59694070151214, -73.80511540110123, 40.59715104831993, -73.80509351767748, 40.59715887638999, -73.80508014124189, 40.59716881350597, -73.8050615035624, 40.597201574500765, -73.80505116216929, 40.59721311519314, -73.80502287336466, 40.59722977913852, -73.8049634596104, 40.59728358463036, -73.80491683640643, 40.59731770562207, -73.80490058970798, 40.59733188561978, -73.8048864879446, 40.597345826115266, -73.80487439133431, 40.59735965654757, -73.80486424415012, 40.59737344616307, -73.80485720735334, 40.597386104597206, -73.80484385697169, 40.59741660701317, -73.80483508938279, 40.59743048812082, -73.80481413202276, 40.59745570504193, -73.80477725941398, 40.59750414287009, -73.80476664785367, 40.59752926028904, -73.80472223653733, 40.59759105898437, -73.80470653127747, 40.597617602277865, -73.80468556249062, 40.597657997499944, -73.80467375872296, 40.59767386359444, -73.80465905752268, 40.59768347962372, -73.80458631753898, 40.5977087732668, -73.8045305120345, 40.59772994965361, -73.80447536162141, 40.59774970159727, -73.80443693034098, 40.59776425171975, -73.80440668279662, 40.59777714168302, -73.8043314933211, 40.59781420625694, -73.80426323378303, 40.59784647828597, -73.80424051724582, 40.5978631344194, -73.8042255008766, 40.59787181781329, -73.80419983003354, 40.59787261877042, -73.80417453467433, 40.59786784971572, -73.8041248380716, 40.59787489897774, -73.80407485488533, 40.59788741121312, -73.80405610424577, 40.59789361267592, -73.80404495085428, 40.597905585945895, -73.80406177944461, 40.59793437559796, -73.80406918837025, 40.597950781381655, -73.80406259753141, 40.59796921379097, -73.80403327803964, 40.597993098843894, -73.80400112868352, 40.59801549679918, -73.803985051709, 40.598033310573754, -73.80396397965586, 40.59807246996748, -73.80394916343957, 40.598092222916215, -73.80390887894056, 40.59813588996761, -73.80389747558067, 40.598153304667285, -73.80387761874368, 40.598193797093984, -73.80386660272154, 40.59820965364326, -73.8038524128285, 40.59822168654968, -73.80383406166048, 40.59823061184472, -73.80381579399844, 40.59823443580708, -73.80379693455245, 40.59823179028734, -73.80377122974379, 40.59820631197942, -73.80375443681984, 40.59819756352338, -73.80373280821853, 40.59819650178981, -73.80371301738673, 40.598202044937665, -73.8037013343015, 40.59821291682817, -73.80369909646163, 40.59823469759836, -73.80370356115921, 40.59826157958289, -73.80370210157616, 40.59827783516244, -73.8036365693032, 40.59832130409883, -73.80359877288355, 40.598344366785206, -73.80358143390538, 40.59835939032182, -73.80357168346028, 40.59837511933028, -73.8035594776025, 40.59841066739046, -73.80355203549311, 40.59842524136767, -73.80353699991987, 40.598443991604015, -73.8035185215286, 40.59846118704975, -73.80346996613007, 40.59849978786207, -73.80346326355236, 40.598512759263734, -73.8034620466496, 40.5985408679606, -73.80345719232426, 40.598554467486885, -73.80343066533315, 40.598559058917694, -73.8034124381912, 40.59855750855409, -73.80339340575729, 40.59855380365539, -73.80337407457436, 40.598548042344596, -73.80335238254354, 40.59853518625949, -73.80332860612943, 40.598531277818445, -73.80330327972776, 40.59853698252193, -73.80328618195202, 40.598545084093644, -73.80324418949975, 40.598576353166244, -73.80320933357427, 40.59860776141823, -73.80316732864023, 40.59865045269618, -73.80315246833693, 40.598670209068274, -73.80313893190285, 40.59869454237156, -73.80314741390556, 40.59871158492181, -73.80314749516167, 40.59873251145299, -73.80312991461331, 40.598762882149195, -73.803113713269, 40.59877826056954, -73.80309482881225, 40.59878886070924, -73.80307762344236, 40.598773726728375, -73.80306578445217, 40.59878932153869, -73.80306968941252, 40.59880642829299, -73.8030695487896, 40.598820859860055, -73.80305546009242, 40.59883293786746, -73.80302073172315, 40.598839054145124, -73.80297043406972, 40.59887974728046, -73.80294858692716, 40.59890062450707, -73.80293378905266, 40.59892760856848, -73.80292477013829, 40.59893997891856, -73.80290637910221, 40.59894228964352, -73.80288884274562, 40.59892321797323, -73.80285518291667, 40.59890272553033, -73.80283800430792, 40.59889854193937, -73.80280059917057, 40.59890692197981, -73.80271111253867, 40.59892069410376, -73.80267115846462, 40.59893286363664, -73.80262990275476, 40.5989353349712, -73.80257089588964, 40.59893107589343, -73.80242370983099, 40.59892912004928, -73.80235841549968, 40.598925632608506, -73.80233533721034, 40.598922528430826, -73.80227866016583, 40.598911881286156, -73.80219288377815, 40.59889990348421, -73.80216066214554, 40.59888852302047, -73.80209436214362, 40.59887478302598, -73.80207586396685, 40.598870190011404, -73.80202768927597, 40.59885611377934, -73.80200819718075, 40.59885243487523, -73.80198679948154, 40.598850735639815, -73.8019634985449, 40.59885101427492, -73.80193825065871, 40.59885326980361, -73.80188884185957, 40.59886134249229, -73.8018004038357, 40.5988804135017, -73.80176573391367, 40.59888709052804, -73.80174596410049, 40.59888940949527, -73.80168807925402, 40.59889285408719, -73.801663397587, 40.59889817681916, -73.80162583155166, 40.59891493288034, -73.80154615966903, 40.598954644442976, -73.80149523786162, 40.59897684628347, -73.8014721301411, 40.59898841593115, -73.80136359299394, 40.59905009532697, -73.80125411803573, 40.599112021543164, -73.80123642666567, 40.599119766076306, -73.80121483121336, 40.599125339892986, -73.80119000107126, 40.599128904442416, -73.80114797176576, 40.59913242481926, -73.80102288158922, 40.59914197899746, -73.80094867269537, 40.59915134652005, -73.80013890009413, 40.59919900888436, -73.7999735244874, 40.59921192825547, -73.79956727656933, 40.59923753918135, -73.79949564619814, 40.59924069033913, -73.79924349816828, 40.599254578388916, -73.79918457499107, 40.59925782359228, -73.79885658157349, 40.59926252526089, -73.79871186993071, 40.59926646563063, -73.79869779320518, 40.599280549494836, -73.79867247295415, 40.59929417510525, -73.79860626545046, 40.599300398793936, -73.7985411031907, 40.599295371319954, -73.79838986855462, 40.59929233429065, -73.79826755470397, 40.59930010730239, -73.79820236267025, 40.599304548601516, -73.79816728441686, 40.5993058044682, -73.79813794109586, 40.59930424365064, -73.7981122850808, 40.59930071445255, -73.7980679051879, 40.5993039891339, -73.7979739464422, 40.59931113716002, -73.79789717173888, 40.59931708791541, -73.79775203708242, 40.599325669438414, -73.79771405558786, 40.599331357843255, -73.79764274817428, 40.59934600001106, -73.79756004917917, 40.59936380542347, -73.79722135886394, 40.59939246815859, -73.79707372716173, 40.59940079767549, -73.79696544461386, 40.59940011293506, -73.79686542581562, 40.59940655144205, -73.79675423033146, 40.59940492750957, -73.79670351298101, 40.599397755175126, -73.79666648524585, 40.59938893476589, -73.79660825567429, 40.59938663534495, -73.79641394307204, 40.59939725337047, -73.79602370802824, 40.59942214441092, -73.79567351569813, 40.599443002536844, -73.79565173043925, 40.59945520553537, -73.79564257361935, 40.59947009383838, -73.79561982810995, 40.599489540745616, -73.79559000798967, 40.59950208695116, -73.79555802166931, 40.59950518639272, -73.79551856725492, 40.59950102601487, -73.79549786180056, 40.59950088020831, -73.7954639870197, 40.59950954780998, -73.79544463099548, 40.599515497346125, -73.79541310956202, 40.5995191739107, -73.7953727035544, 40.59952058513649, -73.79534032269093, 40.59952250322702, -73.79530827067556, 40.599523516866746, -73.79527540032407, 40.599520931443216, -73.79524552337143, 40.599517311237534, -73.7952116504758, 40.599512639294744, -73.79518335977548, 40.59950877335464, -73.79515092672129, 40.599504982872226, -73.79512108345976, 40.5995019381295, -73.7950809404678, 40.59949849139043, -73.79506020615179, 40.59949658672866, -73.79502128604013, 40.59949426690496, -73.79499334481936, 40.599493174257226, -73.79495758328629, 40.59949412534923, -73.79491645475716, 40.599496138477136, -73.7948895482276, 40.59949820398991, -73.79485687690025, 40.59950160368961, -73.79482729291219, 40.5995076159112, -73.79479896688605, 40.599515252216456, -73.79476716128295, 40.59951758271245, -73.79473323660427, 40.59951862076378, -73.79469445016468, 40.59951970325083, -73.7946649512995, 40.59952107878053, -73.7946405743712, 40.599521556626954, -73.79461176057043, 40.59952260287461, -73.79457908905077, 40.599526056526486, -73.79455315160386, 40.59952916830156, -73.7945232507031, 40.59953295738317, -73.79449244946153, 40.59953715638683, -73.79445862366047, 40.5995409942655, -73.79441906773032, 40.59954679673484, -73.79439085533228, 40.599551658626, -73.79436794149062, 40.59955581767596, -73.79433616359859, 40.599561030682175, -73.79429775565508, 40.59956733045286, -73.79426421327074, 40.59957350204136, -73.79423170825567, 40.599581567480136, -73.79420075303125, 40.599588181337445, -73.7941686133286, 40.59959424554593, -73.79413282947414, 40.59960203132459, -73.79410673878768, 40.59960846205887, -73.79408074849142, 40.59961720011158, -73.79405569405968, 40.5996258831025, -73.79402930255222, 40.59963637644796, -73.79400842650648, 40.599645175880724, -73.79397878778774, 40.599657393302266, -73.79394731497756, 40.599669001374515, -73.79391584138932, 40.599680857981646, -73.79388944789225, 40.59969198165882, -73.79386046342795, 40.599701975026484, -73.79383032670977, 40.59971207798482, -73.79380203110412, 40.599720892886076, -73.79376955555236, 40.59973085295128, -73.7937401378815, 40.59974147587859, -73.79370978431847, 40.59975253927609, -73.79367537139228, 40.59975975103741, -73.79364348033187, 40.59976636306466, -73.79361505461804, 40.5997710064555, -73.79357888753947, 40.5997754423219, -73.79355445082518, 40.599781849786474, -73.79352494596571, 40.59980880532022, -73.79350002477304, 40.59983318907919, -73.79347875446204, 40.59985291377457, -73.79345319957662, 40.59987208144553, -73.79342799275535, 40.599883756469666, -73.79340844364212, 40.59990543298146, -73.79339021672213, 40.599918655939256, -73.7933742975798, 40.59993097981708, -73.79335593483493, 40.59995372827633, -73.79333338989443, 40.59995429288867, -73.79331555106803, 40.599970372997134, -73.79328558513267, 40.59997218498819, -73.7932544057603, 40.59997059170533, -73.79321959385003, 40.59996657667059, -73.79318507029235, 40.599962918752055, -73.79316169246098, 40.599966141982044, -73.79313985857472, 40.599980871289965, -73.79311944574663, 40.59999033147979, -73.79309625039004, 40.59999185393362, -73.79306702392556, 40.59998721764052, -73.79303527769, 40.59998326210156, -73.79300670466166, 40.5999881248048, -73.79297774187258, 40.599991805310275, -73.79294226439734, 40.59999401972364, -73.79290873899058, 40.59999346492785, -73.7928907282657, 40.59998379865699, -73.79287091302345, 40.59996361460356, -73.79285012982072, 40.59995344984179, -73.79280908828383, 40.59996158233933, -73.7927672543081, 40.599947152545596, -73.7927672543081, 40.599947152545596 --73.95899773760249, 40.59178376263776, -73.95767565940614, 40.59192876008787, -73.95700329905463, 40.59200194092523, -73.9568597478788, 40.592020813415374, -73.95607719361885, 40.59210111647554, -73.95542452698095, 40.59217591023915, -73.95525566674624, 40.59219466644414, -73.95514745924464, 40.5922066876658, -73.9542229382146, 40.59230763012521, -73.95326012186001, 40.59241243893531, -73.95230034924734, 40.59251370909035, -73.95164248398103, 40.59258803075458, -73.95152880858252, 40.592600971104716, -73.95134928358927, 40.59262140735211, -73.95015201886083, 40.59275317295151, -73.94911582749593, 40.59286719147298, -73.94819006617182, 40.5929672698733, -73.94726452762868, 40.59307192548074, -73.94633607176357, 40.59317375093285, -73.94537360700942, 40.593278957599225, -73.9444082265106, 40.593385043610354, -73.94348383262046, 40.59348705690463, -73.94328896337821, 40.593508677011656, -73.94255813366487, 40.59358817059296, -73.94208203624844, 40.59364078691608, -73.94201664086104, 40.593648013953676, -73.94193271447773, 40.5936572865851, -73.94184447224362, 40.5936670396514, -73.94163088316506, 40.59369064303045, -73.94079463129, 40.593781475123, -73.94061131562506, 40.59380765418858, -73.94040929098121, 40.59383650231729, -73.93982020446832, 40.59390114644647, -73.93978071201037, 40.59390547618423, -73.93964132862764, 40.59392222122479, -73.93946417371741, 40.59393956936654, -73.93892843385416, 40.593999905499246, -73.93886112025062, 40.594007360255624, -73.93871704754197, 40.594024264674765, -73.93856239619585, 40.59403952520665, -73.93851822250825, 40.594044504886845, -73.93821136858686, 40.59407873847996, -73.93777948314744, 40.59412486977252, -73.93605429519842, 40.594314887620826, -73.93589905633502, 40.59433413716068, -73.93570289925091, 40.594353263645374, -73.93496483621902, 40.59443450053319, -73.93493224682496, 40.59442195400862, -73.93428623870932, 40.59449589215907, -73.93400662242064, 40.59452654241412, -73.93356664696198, 40.594574094065194, -73.93339604283025, 40.59459384193664, -73.93316620831229, 40.59462044502343, -73.93301117476453, 40.59463839132708, -73.93272530480739, 40.59468036429879, -73.93271677185184, 40.59478711090129, -73.9326426770249, 40.59484838590595, -73.93258179492803, 40.59487865280227, -73.9324976331846, 40.59489120351306, -73.9324382027956, 40.594887682663035, -73.93241010241705, 40.59488601908202, -73.93232888005535, 40.594875046135506, -73.93230004652595, 40.59486477039443, -73.93226376607832, 40.59485184181872, -73.93218228942911, 40.5948074934354, -73.93212124146228, 40.594752067122144, -73.93205509489006, 40.59471637272326, -73.93185631615393, 40.59466176977627, -73.93176400075482, 40.59465361839416, -73.93166714177745, 40.59465251803294, -73.93156808717988, 40.59464861745709, -73.93141426107874, 40.59461652026155, -73.93136932512479, 40.59461514805167, -73.93126902001175, 40.59460276534529, -73.9310075585887, 40.594578015382204, -73.93088473112044, 40.59454857191515, -73.93077626082909, 40.59449619704245, -73.93069650430694, 40.59445768763091, -73.93066249167696, 40.594443349697364, -73.93059986993444, 40.59441695088421, -73.9304679876463, 40.59436735590101, -73.9302825007228, 40.59427603313898, -73.93021580366361, 40.594216842698195, -73.93014791479116, 40.59412937957202, -73.93008284077538, 40.59406942729658, -73.92998230725935, 40.59393113038809, -73.92991377209009, 40.59377342862676, -73.92989314551897, 40.59369960827018, -73.92989090526304, 40.593639276357436, -73.92989596050641, 40.59358945980115, -73.929875031584, 40.59353027005475, -73.9298441249927, 40.59347351643183, -73.92981699509416, 40.593422446507404, -73.92981305508108, 40.59339124547687, -73.92980096095405, 40.59329543503431, -73.92978073611395, 40.59321618024219, -73.92976619659338, 40.59313846611396, -73.92978077342418, 40.5930773484106, -73.92980393794481, 40.59303243005951, -73.92985757070497, 40.59297998212035, -73.92993897966718, 40.59289271525568, -73.92995496908317, 40.59287557543976, -73.92998996647314, 40.592808320481375, -73.9300254008526, 40.59275236464249, -73.93003347078981, 40.59273961724744, -73.93005244103443, 40.59270966298662, -73.93008460474813, 40.592658870539154, -73.93010861152952, 40.59260008998332, -73.93016226751321, 40.59249098999907, -73.93021328139469, 40.59247620378286, -73.93024754627112, 40.59246627200472, -73.93028686314781, 40.59244206998842, -73.93029829088809, 40.59234839098757, -73.93030847230894, 40.59226490605243, -73.9303320922266, 40.592196162724704, -73.93034194284142, 40.59210699168107, -73.93037926845719, 40.591911062243035, -73.93039081746547, 40.591816427846666, -73.93039776583588, 40.591746196643555, -73.93040066362983, 40.59173253115699, -73.93043300382381, 40.59169192363291, -73.9304608407386, 40.591652579510175, -73.93046713099268, 40.59159373502048, -73.93046016986594, 40.59153677451101, -73.93046834469969, 40.5915013456673, -73.93047451195366, 40.5912826429061, -73.93047373811933, 40.59124642158907, -73.93047289899364, 40.59120710513377, -73.93047273544451, 40.59119286596007, -73.93047190920397, 40.59112075335335, -73.93044226788993, 40.591092820992145, -73.93044409486613, 40.591067193204, -73.93044820438548, 40.59100952167453, -73.93045182360214, 40.590958715437736, -73.93045448256932, 40.59092138585185, -73.9304962462921, 40.59033518121337, -73.9305209593339, 40.59031285147187, -73.9305414232744, 40.590300786023896, -73.93054383803297, 40.59026535188778, -73.93053316753223, 40.59024270177646, -73.93052849194859, 40.59020306331265, -73.93048727412216, 40.59004731897622, -73.93047387101298, 40.58999667713676, -73.93040831219693, 40.58999177822608, -73.93040867003728, 40.58995785302377, -73.93039854654467, 40.589894414922256, -73.93038098330004, 40.58985946037101, -73.9303665113098, 40.58983369753203, -73.93035091909245, 40.58980831763517, -73.93033422670398, 40.58978334590675, -73.93031645301375, 40.58975881297551, -73.93029761807675, 40.58973474496837, -73.93027774076569, 40.589711168911876, -73.93025684586233, 40.58968810913472, -73.93023495223837, 40.58966559356402, -73.93021314560691, 40.58964462514127, -73.93019047255929, 40.58962419740248, -73.93016696142433, 40.58960433107652, -73.93014263226661, 40.589585042384456, -73.93011751105136, 40.5895663529541, -73.93009162138294, 40.589548282610814, -73.93006499277399, 40.58953084938256, -73.93003765001177, 40.589514071294346, -73.93000962143208, 40.589497961870755, -73.92998093418184, 40.58948254183996, -73.92993252003293, 40.58945688613148, -73.92989440188192, 40.58943787174174, -73.92985549366546, 40.58941981591451, -73.92981583434982, 40.5894027321806, -73.92977546761671, 40.589386643079116, -73.92973443597387, 40.589371563944205, -73.92969278074877, 40.58935750920871, -73.92965054798981, 40.58934449691076, -73.92960778375293, 40.5893325378841, -73.92956553678066, 40.589320712436084, -73.9295227747884, 40.58931001321151, -73.92947954973243, 40.589300456451085, -73.92943591475566, 40.58929205299326, -73.92939192182268, 40.5892848109742, -73.9293476288004, 40.58927874213592, -73.92930308293387, 40.589273849208624, -73.92925834090865, 40.58927014393382, -73.92921345823936, 40.589267628146445, -73.92919323195541, 40.5892684135482, -73.92916736730761, 40.589269417900105, -73.92913273147771, 40.58927076263793, -73.9291075281059, 40.589271979007236, -73.92905358686048, 40.58927458424852, -73.92897495426148, 40.58927456268677, -73.92891734347337, 40.58924772748263, -73.9288941291386, 40.58923692935046, -73.92866014104807, 40.58912787860391, -73.92863480375416, 40.589117390682205, -73.92850758489053, 40.58906473543347, -73.92842628426932, 40.58899952203766, -73.92839605079439, 40.58898901930645, -73.9283754457807, 40.58897183167964, -73.92827022099225, 40.58888406135213, -73.92823481402534, 40.58889636380879, -73.92817604691392, 40.58886230981324, -73.92815709261035, 40.588851327786024, -73.92773591409681, 40.5886492662534, -73.92767217237804, 40.58852548520456, -73.92764174617474, 40.58846640340856, -73.92763248802461, 40.588436587546, -73.92757863966233, 40.58839005778545, -73.9274652540642, 40.588290708942175, -73.9274522067145, 40.58827927936425, -73.92741296886088, 40.58822122124073, -73.92740428773837, 40.58820837879243, -73.92739421916316, 40.58816574524532, -73.92741833516777, 40.58813867002974, -73.92735772777839, 40.588043635493555, -73.92734675512033, 40.588026428554954, -73.92725062637467, 40.58787569392044, -73.92727804916652, 40.587854603005695, -73.92720285660631, 40.587758318231494, -73.92712599987803, 40.58765990171266, -73.9271677503157, 40.58764150977407, -73.92711108203517, 40.58757127712068, -73.92707369044221, 40.58752684497116, -73.92704124807078, 40.587492285691326, -73.92700941938345, 40.58746258511725, -73.92698411528295, 40.587441999278546, -73.92692353447607, 40.58739613851917, -73.92689650124346, 40.587373280440566, -73.92683431564, 40.58731307507144, -73.92672359484783, 40.58719058642384, -73.92660168678938, 40.5871264723742, -73.92654740812293, 40.587080791942995, -73.92626501547724, 40.58683401705979, -73.92607347481133, 40.586673982580145, -73.92602410212044, 40.58662965043822, -73.92590784237944, 40.58651828430028, -73.92585300101561, 40.586468556221135, -73.92583048654825, 40.58645322107918, -73.92577434981118, 40.58642448063347, -73.92575402359478, 40.586409643979145, -73.92569959806093, 40.58635793404207, -73.92566096276597, 40.58631804466541, -73.92562909068147, 40.58628063609382, -73.92560342403048, 40.58624485877787, -73.9255616928977, 40.5861710878568, -73.92554456427152, 40.586144635579075, -73.925526225891, 40.586120498661785, -73.92550641896177, 40.586096658862836, -73.92544349079826, 40.58602768925367, -73.92533801392128, 40.585919427329806, -73.92529399718089, 40.58587355035007, -73.92525623504136, 40.58583706808456, -73.9252249635446, 40.585812242808956, -73.92519353146201, 40.58579266026994, -73.92516953719212, 40.58578061814996, -73.92511198309413, 40.58575467888528, -73.92508669466613, 40.58574227929702, -73.92502544064008, 40.58570836704002, -73.92499757088703, 40.58569426826021, -73.92497875946991, 40.585686687976825, -73.92492483724308, 40.585668501798075, -73.92490995847308, 40.58565422237455, -73.92488538531158, 40.58563921529217, -73.92486258837108, 40.58562972507464, -73.92483723686378, 40.585622029726544, -73.92480949255578, 40.585616178880876, -73.9247794121122, 40.58561219958875, -73.92474745846276, 40.585610175900236, -73.92471407452464, 40.585610131517555, -73.92467997372526, 40.58561207411138, -73.92464763180386, 40.58561603322101, -73.92461220037073, 40.585622699970685, -73.92450135771426, 40.58565065869697, -73.92427757437505, 40.585706532121364, -73.92424325342449, 40.585714022567906, -73.92416115310569, 40.58572994279943, -73.92412077973832, 40.58573947700556, -73.92407917316683, 40.58575111310583, -73.92404891035417, 40.58576102948537, -73.92402283887577, 40.58577157179101, -73.92400051547406, 40.585783013491714, -73.92399298390474, 40.585796750503484, -73.9239729273752, 40.58580077608352, -73.92394626437344, 40.585792400676155, -73.92392569883049, 40.58579013214996, -73.92388572145408, 40.58579934955125, -73.92385620133662, 40.585807391481396, -73.9238244186393, 40.5858180182084, -73.9237070856381, 40.585864768499135, -73.92365643263521, 40.58588217259793, -73.92359873189368, 40.585897090144584, -73.92353508818296, 40.58590921568559, -73.92346423967675, 40.58591882303036, -73.92338081463691, 40.585926647913666, -73.92335097551789, 40.58592848128998, -73.92332707145708, 40.585928649948535, -73.92330578091457, 40.585927169686464, -73.92328666928432, 40.585923977178375, -73.92319345562485, 40.58590306147537, -73.92313580369577, 40.585888804551516, -73.92308368773081, 40.585873802068924, -73.92303771493542, 40.585857990504685, -73.92294177182852, 40.58582161257559, -73.92292533619333, 40.58581590303682, -73.9229094741346, 40.585836196506484, -73.9228952832099, 40.58585056564854, -73.92285308897391, 40.58587680020301, -73.92281820464041, 40.585892211753844, -73.92275250366241, 40.58591716884475, -73.92270230479663, 40.58593486189646, -73.92265129247713, 40.58594913508962, -73.9226001437587, 40.585959797067694, -73.92254939031203, 40.585966741026525, -73.92252420714685, 40.58596881866692, -73.92250252893736, 40.58596958029896, -73.92248279644676, 40.58596907620257, -73.92246463762024, 40.58596728811723, -73.92235417230866, 40.585948811316214, -73.92231132879935, 40.585943001893234, -73.92225685835204, 40.58594060567787, -73.92213759611909, 40.58583556346347, -73.92188105426176, 40.585822926979525, -73.92155172879536, 40.58576780666743, -73.92151615441365, 40.58574099358932, -73.92149839694108, 40.58573547475494, -73.92144922861601, 40.58573245681537, -73.92140491252307, 40.58573154129512, -73.92121748192947, 40.58573263854578, -73.92116526412386, 40.585725326496934, -73.92109522342635, 40.58572991791805, -73.92107067349707, 40.58573393270155, -73.92104726114788, 40.585738866795865, -73.92102508089904, 40.58574469865406, -73.92100416229353, 40.58575141659032, -73.92098455377375, 40.5857590089319, -73.92096628606838, 40.58576746039165, -73.92094827654934, 40.58577732404754, -73.92093185722695, 40.58578791911979, -73.92091720422604, 40.5857991385679, -73.92090441923216, 40.585810896012326, -73.9208801424331, 40.58584256062781, -73.92084040268246, 40.585878128262614, -73.92081003786, 40.585901895576995, -73.9207794080421, 40.5859239967315, -73.92074847421706, 40.585944460515755, -73.92072214817897, 40.585959985396066, -73.92070099435377, 40.58596874640344, -73.92063973622803, 40.585983716742255, -73.92047391704514, 40.58603361358484, -73.92043132860043, 40.58604481093076, -73.9204001281424, 40.58604901547837, -73.92035123687408, 40.58605024683316, -73.9203071690902, 40.58604895104074, -73.92023106653946, 40.58604426053391, -73.92012504503168, 40.58603792823878, -73.920098753728, 40.58603710398992, -73.92007168714899, 40.58603760926946, -73.92004383584336, 40.5860394440703, -73.9200151879953, 40.586042610184656, -73.91998575542041, 40.586047103117586, -73.91995549321926, 40.58605293274292, -73.91989235706616, 40.586068618191966, -73.91986693591356, 40.58608189489918, -73.91977382904614, 40.58611536093251, -73.91969569571584, 40.58613839037931, -73.91967305073203, 40.58614052049867, -73.91964589550963, 40.586136124064616, -73.91962442227585, 40.58612942085491, -73.9196001811617, 40.58611907038377, -73.91954238142868, 40.586087773642156, -73.9195142447825, 40.58607543476988, -73.91948428309205, 40.58606612037199, -73.91945101318201, 40.586058508338745, -73.91941392965501, 40.58605246863745, -73.9193711665862, 40.58604769467744, -73.91929124635048, 40.58598250457657, -73.91922543951287, 40.5860059259849, -73.91919988923526, 40.5860038016948, -73.9191741003765, 40.58600458952541, -73.91911028426864, 40.58601396679744, -73.91905377880445, 40.586025105206154, -73.91899511893816, 40.586039064309986, -73.91893360992009, 40.58605600570977, -73.91889804864219, 40.58606777297425, -73.91873638423513, 40.58615290503943, -73.91868867536228, 40.58618605108847, -73.91866876471175, 40.58619796083282, -73.91864979588574, 40.58620759111418, -73.91850491402687, 40.58626990645454, -73.91838164253738, 40.586327927057724, -73.91835233325331, 40.5863395914317, -73.91831976232412, 40.58635056097682, -73.91828320535232, 40.58636109632694, -73.9182393738745, 40.58637215419622, -73.91821820531973, 40.58637520811639, -73.91816872694329, 40.58637721527685, -73.91814719444412, 40.586381337846525, -73.91810826397251, 40.58639413896917, -73.91807809340918, 40.58640588820907, -73.9180421406386, 40.586424536732544, -73.91802813236535, 40.5864334932555, -73.91801147814662, 40.586456915704694, -73.91745712765365, 40.58611771471306, -73.91743938145011, 40.58610709199074, -73.91710933596515, 40.58590491278366, -73.91709631120052, 40.58591515224899, -73.91706651364866, 40.58592522831954, -73.91704878373173, 40.58592821156383, -73.91702873416305, 40.58593006747543, -73.91699027681017, 40.58593098885027, -73.91696619386255, 40.585931565794645, -73.91693289707338, 40.585933502167855, -73.91687768835831, 40.58594077089302, -73.91681817240143, 40.58595135580452, -73.9167529362683, 40.58596542697153, -73.91666817394629, 40.585985956907415, -73.91642184886526, 40.58604964224736, -73.91629300725398, 40.586084535609395, -73.91601428518703, 40.58616002304916, -73.91569725695, 40.586249822556354, -73.91559037920612, 40.586278973293695, -73.91554497711863, 40.58629034596604, -73.91550212874836, 40.58629987352408, -73.91546117952507, 40.58630770497599, -73.91542182108796, 40.586313895929216, -73.91538369429341, 40.58631849474931, -73.91534678497565, 40.58632149692435, -73.91531097854951, 40.58632291137638, -73.91527619587238, 40.58632274165012, -73.9148910865683, 40.58630917160768, -73.9148400025821, 40.58630863666809, -73.91472704685646, 40.586311132894394, -73.91468129273507, 40.58631038121136, -73.91465275607924, 40.586308510341915, -73.91462648765709, 40.586305463265504, -73.9146019489236, 40.58630117564629, -73.91457888480004, 40.5862956004684, -73.91429593196716, 40.586214938758395, -73.91396043441802, 40.58611939007811, -73.91391561848762, 40.58610658708116, -73.91388763831841, 40.58610102609151, -73.91386242240797, 40.58609985181834, -73.91384060089305, 40.5861035438146, -73.91375790502757, 40.586129228652936, -73.91369307376445, 40.586148366535454, -73.91366498254526, 40.586156524889894, -73.91331598671806, 40.58611432202607, -73.91323620948704, 40.58609719508259, -73.91316670763543, 40.58607909157694, -73.91310427175641, 40.58605916891177, -73.91304793723765, 40.58603709857787, -73.91301088770032, 40.58601901863154, -73.91297598837036, 40.585997906436624, -73.9129439391468, 40.58597418667221, -73.91291538787843, 40.585948341611974, -73.91290279601363, 40.58593499260671, -73.91287839768519, 40.585905662055396, -73.91285118074136, 40.585872944291566, -73.91278581324573, 40.585794366303794, -73.91276812075402, 40.5857730987068, -73.912753881385, 40.58575598154241, -73.91270202934088, 40.585693649314194, -73.91256657899481, 40.58549116977051, -73.91255813883907, 40.58546273200466, -73.91255249522871, 40.58543649094354, -73.91253737706741, 40.58532385990725, -73.91252118012221, 40.58523949909667, -73.91251594978222, 40.585219705199115, -73.91249348525912, 40.58513465431266, -73.91240117107985, 40.58480781532148, -73.91239690534978, 40.58478658671776, -73.91239458023463, 40.58476270214705, -73.9123942655784, 40.58468561795007, -73.91239294238137, 40.584658820047224, -73.91238393532457, 40.58453233547702, -73.91237882166892, 40.58448039655406, -73.91237033108824, 40.58442663329497, -73.9123586399345, 40.58437888039284, -73.91235076523252, 40.58435716545216, -73.91233939776164, 40.58433369632683, -73.91229030841946, 40.58425274947689, -73.9122731634978, 40.58421969796009, -73.91221174904643, 40.584079308875374, -73.91218960212376, 40.58402548833833, -73.9121357170633, 40.583886650263715, -73.91210236834758, 40.58381114192432, -73.91208827801117, 40.583787136678886, -73.91206862582466, 40.583762072661514, -73.91204636971645, 40.5837384105645, -73.9119849392334, 40.58367810224887, -73.9119684555942, 40.58365973964024, -73.91195512639005, 40.58364260776146, -73.91191267183096, 40.583581919516746, -73.91188290275235, 40.58353569709969, -73.91186417419306, 40.58350003368528, -73.91182907196959, 40.58341915499331, -73.91181084813303, 40.58338594048227, -73.91179452597052, 40.583364349592934, -73.91177262330648, 40.58334243743163, -73.9117452314259, 40.583319953719545, -73.91170232377593, 40.58328869057461, -73.91164790335112, 40.58325218741606, -73.91151982905966, 40.583172797704144, -73.91146383868984, 40.58313391946709, -73.91142224685038, 40.58310194491616, -73.911395323177, 40.583078377249805, -73.9113742547028, 40.58305551740315, -73.91135906310122, 40.58303304931213, -73.91135052811254, 40.58301438836846, -73.91133542315221, 40.582968486900434, -73.91132663168905, 40.582948183200806, -73.91122995711322, 40.58276626479481, -73.91118251295585, 40.58268108446407, -73.91114125840528, 40.58260364890599, -73.91110520058909, 40.5825326957247, -73.91109810246743, 40.582516343016074, -73.91108353051358, 40.58247663032763, -73.91104630832783, 40.58239052760695, -73.91099400985277, 40.58227726058764, -73.91097958553333, 40.58225536126978, -73.91094657655971, 40.58221985053081, -73.91093560861266, 40.58220654038514, -73.91092714407935, 40.58219278461866, -73.91092238760935, 40.5821795450254, -73.9109269445278, 40.58216262950839, -73.91093986093252, 40.58215055178416, -73.91095774096574, 40.58214250775151, -73.91098930749354, 40.58213655633228, -73.91103849940723, 40.58213194142327, -73.91106570842679, 40.58212533643045, -73.91108938288626, 40.582112984251694, -73.91111040515307, 40.58209483334142, -73.911128427618, 40.58207114998729, -73.91114271907475, 40.58204288728053, -73.91115328053232, 40.582012839549996, -73.91116133410867, 40.58198127159529, -73.91116685135076, 40.58194826534274, -73.91116981558137, 40.581913929743095, -73.91116985446209, 40.5818589446607, -73.9111642873998, 40.58176691397769, -73.91116212525777, 40.581748783851225, -73.91115755620467, 40.58172871663678, -73.91113578512419, 40.58166262022688, -73.91112915501208, 40.58163812804161, -73.91112558258176, 40.58161381832604, -73.91112607260003, 40.58159173874947, -73.91113101721506, 40.58157631209016, -73.9111419743593, 40.581563071150775, -73.91115900793163, 40.581551925026076, -73.9111823295362, 40.58154273429574, -73.91120824730301, 40.581536156187035, -73.9112402297814, 40.58153071291596, -73.91136672700003, 40.5815169091782, -73.91182567941811, 40.5814502885267, -73.91194705385246, 40.581432906037406, -73.9119820596583, 40.581426734551705, -73.91201306562243, 40.581420102525875, -73.91208498342262, 40.5814015554491, -73.9121637155, 40.58137816871631, -73.91224091081891, 40.581353039141725, -73.91241056855209, 40.58129543509379, -73.91268720848905, 40.58120108700609, -73.91278706374814, 40.581170896226176, -73.91292814205427, 40.58113256795214, -73.91298930053624, 40.581117656576644, -73.91304822828442, 40.58110605740984, -73.91310520175881, 40.58109771663286, -73.913160359184, 40.58109261454158, -73.91318790297997, 40.581091480884915, -73.91321663813584, 40.5810915485205, -73.91324682332099, 40.58109281404064, -73.91327896166047, 40.581095300337054, -73.91334497912909, 40.581103138783845, -73.91346164419464, 40.58112072930865, -73.91354982345976, 40.58113452508726, -73.91361154677107, 40.58114761470896, -73.91363920557033, 40.581155289959504, -73.91366455310451, 40.58116375142538, -73.91368788334573, 40.58117309568506, -73.91370935566144, 40.581183386796674, -73.9137540970479, 40.58120833880005, -73.91380191745874, 40.58123799923617, -73.9138472166752, 40.58126823319673, -73.9139600792194, 40.5813461428846, -73.91402312585925, 40.58138659930873, -73.91404461832603, 40.58140059873153, -73.91409826215207, 40.58143833479936, -73.91412840472498, 40.58145634170307, -73.91414588180218, 40.58146454413225, -73.9141629150825, 40.58147067592189, -73.91419678243787, 40.58147711655474, -73.91426660859935, 40.58148105264233, -73.91434435362211, 40.581482647825226, -73.91442450244901, 40.58148222306892, -73.91458288698114, 40.58147929805892, -73.91481372634853, 40.58147422749473, -73.91487429730427, 40.58147538453656, -73.91493694667507, 40.58148052880581, -73.915001485517, 40.581489642148696, -73.91506764105233, 40.58150268653842, -73.9152149900832, 40.58153631108269, -73.91536245821635, 40.58157113502382, -73.9155100312934, 40.58160715294781, -73.91565769279124, 40.58164436123999, -73.91580542855024, 40.58168275538701, -73.91595322086371, 40.58172233357456, -73.91624890553399, 40.581805015003845, -73.91629835288362, 40.58181945402279, -73.91649146222714, 40.58187584309021, -73.91661699716421, 40.58191061345391, -73.9167073598884, 40.58193369639837, -73.91672861692116, 40.58193818020816, -73.91675106456614, 40.58194168870848, -73.91680022370738, 40.581945877535574, -73.91685561418223, 40.58194650657631, -73.91693130771253, 40.5819437381852, -73.9170010587855, 40.581938285491496, -73.91715915603528, 40.581920166679204, -73.91719746720602, 40.5819171568281, -73.91723234536714, 40.58191562945568, -73.91728203120832, 40.58191512492376, -73.91732236972206, 40.58191644891267, -73.91735849032773, 40.58191977171887, -73.9173912043123, 40.58192521369952, -73.91743154109567, 40.581934631560564, -73.91746977951219, 40.581945570686585, -73.917505767254, 40.58195798594408, -73.91753939806213, 40.58197184393958, -73.91756840481355, 40.58198566979086, -73.91759652190818, 40.5820006800866, -73.9176236006251, 40.58201679367361, -73.91764949224735, 40.582033925796765, -73.91766286377725, 40.58204351695776, -73.91900382291533, 40.582340359857845, -73.91901849566118, 40.58235633019065, -73.91904041363146, 40.5823682829857, -73.91906077398538, 40.5823731736692, -73.91910385506294, 40.582376727761705, -73.91918107994887, 40.58238061474061, -73.91937832194996, 40.58238665445156, -73.91941890668632, 40.58238975280999, -73.91946087561541, 40.582394892712145, -73.91950468223243, 40.582402127605164, -73.91955120277251, 40.582411599482796, -73.91963548013186, 40.582432293073914, -73.91982771144669, 40.58248499907308, -73.9198753019351, 40.5824966598396, -73.91991873399326, 40.58250607358183, -73.919977052387, 40.58251706819105, -73.92004250372975, 40.582528021808095, -73.9203233156622, 40.58257028127302, -73.92038858933054, 40.582581748768895, -73.92044744788635, 40.58259353417362, -73.9205591571988, 40.58261859831031, -73.92068279857946, 40.582648528003446, -73.92108590181068, 40.58275277469218, -73.92123344774588, 40.58278958940616, -73.92175876829124, 40.58292069453782, -73.92196634803663, 40.58297042667056, -73.92208068471058, 40.58299609266074, -73.92218798188519, 40.58301868658468, -73.9222903367413, 40.583038647535325, -73.92238881205476, 40.5830561806628, -73.92241998644998, 40.58305988215887, -73.92245528479293, 40.583061062260796, -73.92248916689648, 40.583060247636226, -73.92256857284922, 40.58305625422302, -73.92260683993402, 40.58305596392227, -73.92264117560727, 40.583058196031374, -73.92267181229406, 40.58306317854272, -73.92269769128283, 40.583070243458806, -73.92274814969635, 40.58308771334389, -73.92276951384605, 40.58309420337524, -73.92279242712316, 40.583099117625906, -73.92281361462885, 40.58310106978951, -73.92304635826125, 40.583105206228105, -73.9232281636464, 40.58310639857655, -73.92324758269, 40.58310758493346, -73.9232686921026, 40.58311069863699, -73.92335296986018, 40.58313075643038, -73.92337255153548, 40.58313432926344, -73.92402964660228, 40.58318460873228, -73.92420935077433, 40.58319845230253, -73.92424578042905, 40.583199925270925, -73.92428647559339, 40.583200018734345, -73.92445758339143, 40.58319512985348, -73.92495530294386, 40.58319372701681, -73.92522330125793, 40.58319318763495, -73.92526995657492, 40.58319531711167, -73.92529698953763, 40.58319845590768, -73.92532999833688, 40.583202287482074, -73.92539712678708, 40.583213677692214, -73.92552635460922, 40.58324158952308, -73.92558033344392, 40.583251882368295, -73.92565695664139, 40.58326381348734, -73.92574157583866, 40.58327504911576, -73.92583507074185, 40.58328581583532, -73.92597176236707, 40.58330006022671, -73.92621579171261, 40.58332118770203, -73.92645747039816, 40.583386587417735, -73.92674337865284, 40.58343290931606, -73.92724581296414, 40.58347031034545, -73.92749353498404, 40.58347461295427, -73.92823266051884, 40.583463328778784, -73.92845808284676, 40.58344848194332, -73.92871154903794, 40.58343486147314, -73.9289007817465, 40.5834267722547, -73.92927532302315, 40.58340968273929, -73.9294643523934, 40.58339044758268, -73.92962947415795, 40.58337328488931, -73.92980802698808, 40.58335247763952, -73.9300303341824, 40.583320445619776, -73.93018957058102, 40.583285738130904, -73.93035493436332, 40.58323994418273, -73.93043907088033, 40.58320048196058, -73.93060267463639, 40.58312374188381, -73.93069708874857, 40.58303690010644, -73.9307479522237, 40.582765963997915, -73.93079440740914, 40.58275023642085, -73.93090773531502, 40.58279029689961, -73.9309447382369, 40.58272732478803, -73.93169343795063, 40.58281373996973, -73.93170992479406, 40.58288720101179, -73.93176315865068, 40.582897827305345, -73.93181937109745, 40.58292028642629, -73.93183545810581, 40.58296094472482, -73.93183674389813, 40.583005384546276, -73.93187900534268, 40.58304465985009, -73.93196453636538, 40.58308796900102, -73.93206603473342, 40.58311569675836, -73.93215574365854, 40.58312066302472, -73.93228564804953, 40.58307218430568, -73.93233718151315, 40.58302313790925, -73.93242150742378, 40.58297600458407, -73.93251240654055, 40.58294380484556, -73.9325512137159, 40.582936082226965, -73.93261992870673, 40.58292240486354, -73.93269279147226, 40.58292667463077, -73.93276654905584, 40.5829361318937, -73.9328289380859, 40.58293861240755, -73.93293483146205, 40.582924154218716, -73.93304203042378, 40.582938680958684, -73.9331487902646, 40.58295770996302, -73.93325255858045, 40.58297885066006, -73.93334499349692, 40.58299682745175, -73.93342855261713, 40.58299657332151, -73.93346952813108, 40.58299020333569, -73.93347234520297, 40.58294628821276, -73.93420850469558, 40.58294138641741, -73.93420502035703, 40.583079228529016, -73.934226634521, 40.583100431134234, -73.93429744699627, 40.58310481938005, -73.93433671653057, 40.58310725343291, -73.93435972857993, 40.58310868040487, -73.93438637196554, 40.58313966284182, -73.9344394359407, 40.58314109344798, -73.93450662785824, 40.583129026925874, -73.93455944589603, 40.583124688579865, -73.93464533984599, 40.58313334467864, -73.93467600659923, 40.58313751713612, -73.93472762529447, 40.58314454084235, -73.93488392225373, 40.58316580805217, -73.93522112007891, 40.58321168944799, -73.93526559514184, 40.58321644406682, -73.93573374826735, 40.58328849214891, -73.9357528855551, 40.58326852923052, -73.93600952649219, 40.58329596193088, -73.93607376690979, 40.58328109221915, -73.93614443229524, 40.58324940245413, -73.93622102141029, 40.58319756851165, -73.93626860855812, 40.58316921940801, -73.9363021781192, 40.583149221177486, -73.93636821162538, 40.5831426992517, -73.93647704371733, 40.58314264961055, -73.93656717032343, 40.583164630764934, -73.93673175397058, 40.58318058604357, -73.93685879490674, 40.58318905511707, -73.93697281956082, 40.58321887103492, -73.9370592681491, 40.58324606381891, -73.93712433577586, 40.58327061080653, -73.93720624866259, 40.58330054579445, -73.93726134882573, 40.58331989933796, -73.93788384598963, 40.58332575507845, -73.93812678491354, 40.58332448764929, -73.93825825274597, 40.58328367368532, -73.93866739428859, 40.58315665779349, -73.93899749868204, 40.58315947026867, -73.93909665638603, 40.58316031623467, -73.93929946485345, 40.5831620427026, -73.93930041993504, 40.58326132326888, -73.93963210530384, 40.583296741826466, -73.93969196781937, 40.58330514543469, -73.93976388512473, 40.58332014086369, -73.93984813359597, 40.58331554730377, -73.93993559125735, 40.58330436712683, -73.93999956783051, 40.58330217716102, -73.94004305630831, 40.58330379108915, -73.94015077247248, 40.58330373918669, -73.94015571965264, 40.58332819729153, -73.94035092886422, 40.58332890575584, -73.94066035964399, 40.58333002954472, -73.94070286791751, 40.58333018206708, -73.94070382723369, 40.58330465541082, -73.94090423388316, 40.5833021930716, -73.94092628027883, 40.58330192254498, -73.94122480960563, 40.583298253824154, -73.94125230209978, 40.58331564259312, -73.94126344370994, 40.583335987522446, -73.94144172072133, 40.5833372041779, -73.941489400736, 40.58352804678112, -73.94154611282958, 40.58351838601087, -73.94156943503366, 40.58360711028283, -73.9423475695613, 40.5835301546747, -73.94255117223003, 40.58351351321821, -73.94202114821212, 40.58310987080315, -73.94214935284859, 40.583106367551444, -73.94270371703118, 40.58350796291779, -73.94304894879879, 40.583493202974175, -73.94256212607667, 40.58312641949164, -73.94268871079724, 40.58312220071279, -73.9431955876258, 40.58348918448638, -73.94329747613448, 40.58348373441528, -73.94354535815195, 40.583470473796254, -73.94329764384652, 40.58328620008054, -73.94309334593697, 40.58313422391712, -73.94322811312131, 40.583130593036486, -73.94329773298797, 40.58318120714243, -73.94369152710188, 40.58346749815188, -73.94371521864616, 40.58346611034624, -73.94381516135873, 40.583459684496034, -73.94391535436247, 40.5834632157736, -73.94406766985618, 40.58347169011041, -73.94363495404154, 40.58314490185339, -73.94376542132602, 40.58314469112431, -73.94423478310394, 40.5834784685378, -73.9446181835217, 40.58349622050374, -73.94417456773579, 40.58315795635205, -73.94431756350176, 40.58315912348117, -73.94479213769158, 40.583503522820955, -73.94517601493378, 40.583520630180345, -73.94471256790156, 40.58316422749544, -73.9448441876112, 40.583164510483535, -73.94535061183142, 40.58352786351877, -73.94573016429942, 40.583544565335764, -73.94551263510918, 40.58337763313092, -73.94526513178914, 40.583187697661735, -73.94539265404059, 40.58318522066527, -73.945900014498, 40.583551506528934, -73.94624630032683, 40.58356783706591, -73.94628636936827, 40.58356837630805, -73.94591891358904, 40.58328526293726, -73.94580293819136, 40.5831959087385, -73.94587755310994, 40.58319365928186, -73.9459152967411, 40.58319358520182, -73.94643390895911, 40.58356194070445, -73.94678957803393, 40.583550138911534, -73.94631733722332, 40.5832064540292, -73.9464556329336, 40.58320518308553, -73.94691854003297, 40.58354558698163, -73.94726971063797, 40.583532875697074, -73.94681866617479, 40.58318986989005, -73.94701167314658, 40.58318790046768, -73.94746934272241, 40.583527615330155, -73.94828026668392, 40.583500809920196, -73.94906700592597, 40.58341200951473, -73.94956519163706, 40.583357711567, -73.949598186246, 40.58335411494511, -73.95043272587876, 40.58326315318321, -73.95075734022252, 40.583228962097316, -73.95108259991935, 40.5831985444645, -73.95229815583983, 40.58309231647623, -73.95349322324985, 40.582987865682824, -73.9533892422596, 40.58245331399381, -73.95335509425091, 40.58227776551168, -73.95334803518496, 40.58224146072528, -73.95330152291106, 40.58200234912332, -73.95229887157083, 40.58209023449015, -73.94969627077562, 40.58231831861495, -73.94939036415839, 40.58225974387053, -73.94936006073574, 40.582253941049665, -73.9476933191782, 40.58193477806072, -73.9475954150571, 40.581916030463894, -73.94686399083459, 40.581775961111475, -73.94665517343849, 40.58173708958401, -73.94329949940374, 40.58110061216822, -73.94273827377424, 40.580994152127936, -73.93953855927865, 40.58104633895556, -73.93950976932577, 40.58104678577002, -73.93575659680161, 40.58110491963561, -73.934299392824, 40.5811268617222, -73.93380672747986, 40.58113427751512, -73.93375602161653, 40.581135039851, -73.93299432916072, 40.58114649947552, -73.93296742539744, 40.581146903426074, -73.93289982818295, 40.581147920281715, -73.93287292559782, 40.58114832601188, -73.93280348345716, 40.581149369649175, -73.9327863208784, 40.58118442602036, -73.9327684970558, 40.58121459305634, -73.93275348510188, 40.58123454618946, -73.93273245377267, 40.581257254101914, -73.93271163534057, 40.5812737917437, -73.93268573093707, 40.58128689720606, -73.93265223149113, 40.581293438792905, -73.93263178280297, 40.58129349794571, -73.93259781481234, 40.581291484262614, -73.93257929732555, 40.581289124830676, -73.93256033600709, 40.58128416262048, -73.93254127683917, 40.58127668338466, -73.9325227408445, 40.58126692972901, -73.93250895331708, 40.58125796321636, -73.93249586959212, 40.58124797141861, -73.93247227146048, 40.58122526974581, -73.93245284913102, 40.581199685243845, -73.93243848962463, 40.58117237741104, -73.93242245734022, 40.5811278919947, -73.93240748454934, 40.58107288727602, -73.9323894080583, 40.58098265312382, -73.93237971324497, 40.58094559355022, -73.932367131599, 40.580908748402145, -73.93232877283245, 40.58080494760753, -73.93227016077739, 40.58063111100031, -73.93221356323794, 40.5804591720528, -73.93220372204061, 40.58042337581155, -73.93218607181947, 40.58034299630983, -73.93217606031055, 40.580308624594615, -73.93215228031167, 40.58024331714414, -73.93212485931828, 40.580175416729126, -73.93207023119494, 40.58004898595928, -73.93197682882881, 40.579820947671, -73.93191087349228, 40.57968407934106, -73.93186898160792, 40.57945942052315, -73.93176417802303, 40.579115215754065, -73.93172043931406, 40.5789395478993, -73.93169977953887, 40.57879677909609, -73.9316976289655, 40.57866958685649, -73.93169726704404, 40.57864814695719, -73.93167684901151, 40.578480481492186, -73.93163483757715, 40.57837066366661, -73.93158051952075, 40.57822867086395, -73.93153842081514, 40.57810405913337, -73.9314748692068, 40.57783706167974, -73.93144968090878, 40.57754705706894, -73.93117313069664, 40.576577043043685, -73.9310859413949, 40.57633638142129, -73.93108379852791, 40.57618003736412, -73.93111593839566, 40.57611640396069, -73.93133925713323, 40.57584606508677, -73.93139679738138, 40.57576109264126, -73.93145880154779, 40.57570851199834, -73.93152441345458, 40.57568373626918, -73.93159235539673, 40.575670548039625, -73.93194878401646, 40.575652424145126, -73.93263870408235, 40.57562332416556, -73.93283215949953, 40.575618003670776, -73.93293702146006, 40.57561707615668, -73.93307560440745, 40.57562135701881, -73.93318753508738, 40.57560945329722, -73.93330575981113, 40.575598268137334, -73.93352466608148, 40.57559161676586, -73.93360936826922, 40.575590513075525, -73.93369086878458, 40.57558935164222, -73.93416056391511, 40.57558668607837, -73.93430484380008, 40.57558525219234, -73.93451057121018, 40.57558320659376, -73.93470539231139, 40.575579584814136, -73.9348714898502, 40.57557366809656, -73.93490440290199, 40.57556095153208, -73.93493475006089, 40.57553321455579, -73.93493046523004, 40.57540725755393, -73.93492766560277, 40.57529638157694, -73.93492683506183, 40.57527243705747, -73.93494748572894, 40.575271667998145, -73.93495280128884, 40.57533367572988, -73.93495904003635, 40.57540576805822, -73.93496234509946, 40.5754403284616, -73.93496537923035, 40.575481450834204, -73.9350485069084, 40.57551684075191, -73.93535175557476, 40.57558371095722, -73.93556389787997, 40.575648114089695, -73.93575962440406, 40.5757138242184, -73.93595673853332, 40.575760321194345, -73.93614736248612, 40.575802673612664, -73.93624692354402, 40.57582479265911, -73.9363585454254, 40.57583306283031, -73.93646293436602, 40.57583556283419, -73.9365607203383, 40.5758193128774, -73.93660248483138, 40.57577308589172, -73.93661124137903, 40.57575016787087, -73.93662150273342, 40.575723306381924, -73.93669007683177, 40.57560534845801, -73.93669020031105, 40.575557310942926, -73.9366906300921, 40.57550509246077, -73.93669076292996, 40.57544718069823, -73.93671811416529, 40.575444467178336, -73.93672356239723, 40.57548536390145, -73.9367333816646, 40.57556854446157, -73.93677068174584, 40.57555341187002, -73.93679465686908, 40.575546571170584, -73.93683061051236, 40.57554773371159, -73.93685943045361, 40.57554930656211, -73.93785643268974, 40.57552671122518, -73.93890123660437, 40.57546954892333, -73.93999305914078, 40.57544034316567, -73.94071144618451, 40.57541285663313, -73.94113104568946, 40.57539451710791, -73.94128404001339, 40.575387320968126, -73.94142143733418, 40.57539153532409, -73.94160451975435, 40.57539160241792, -73.94173982490115, 40.57538842022188, -73.9424374047204, 40.57537201310918, -73.94250907558563, 40.57537322868562, -73.94254346912058, 40.575394984555054, -73.9425470044604, 40.57542863802514, -73.94253449133535, 40.57545234708055, -73.9425191362411, 40.575476576116316, -73.94255166140275, 40.575497039696025, -73.94263085937315, 40.575532185321826, -73.94271908691294, 40.57557897467512, -73.943065443582, 40.57567340295128, -73.94330406928854, 40.57571731257197, -73.94335006620256, 40.57572577677981, -73.94352923829369, 40.57575345166079, -73.94367837010874, 40.575760222071494, -73.94383283545292, 40.57576133960238, -73.94398367022504, 40.57575416672771, -73.94414973257608, 40.575746069016105, -73.94427512490849, 40.57573010057146, -73.9444113366666, 40.57568976272866, -73.94451977927531, 40.575625010704584, -73.9445676907647, 40.57553947859972, -73.94456377783362, 40.575481423497216, -73.94456308714264, 40.57544703123146, -73.94455576045829, 40.57538406211944, -73.9445464668198, 40.5753047322277, -73.94457707523762, 40.57524894509425, -73.94462390680914, 40.575247622294384, -73.94467313064095, 40.57527394222863, -73.94471759575526, 40.57530654371213, -73.94479754513118, 40.575349594811456, -73.94490162115551, 40.57538442033098, -73.94502762320322, 40.57541294447361, -73.94515868992946, 40.57541509273114, -73.94522715673395, 40.575412078920586, -73.94565129838526, 40.57534286432615, -73.94571682487727, 40.57532180232097, -73.94576072097783, 40.57530533535049, -73.94579811175026, 40.57528780177459, -73.94582914745821, 40.57526886577492, -73.9458601887216, 40.575245968361976, -73.94588068834967, 40.57522738038813, -73.94589492710662, 40.57520921811175, -73.94590289694092, 40.575191222180386, -73.9459057575849, 40.575176334254536, -73.94590863126531, 40.57514097200854, -73.9459113025131, 40.57512515915459, -73.94592019632665, 40.57511244433291, -73.94593691312329, 40.57510409083059, -73.94598533731467, 40.57509307227737, -73.94603650046705, 40.57508323287651, -73.94609093648049, 40.57507446751344, -73.94614973083873, 40.575066602891184, -73.94625249165193, 40.575055725850476, -73.94635813725985, 40.575046771784336, -73.94637695428769, 40.57504517763545, -73.94646192263203, 40.57503797614697, -73.94655043627877, 40.575029362421645, -73.9466697389767, 40.575017384157164, -73.94693451067407, 40.57499325473869, -73.94704719577143, 40.57498166835554, -73.94718357671137, 40.574965279454766, -73.94748521321912, 40.57492582707508, -73.94761431209669, 40.57491067345567, -73.94792723445615, 40.57487787993775, -73.94824474234377, 40.57484659331052, -73.94868937101843, 40.574806746435044, -73.94879141030735, 40.57479626033037, -73.94886921571691, 40.57478699076657, -73.9489391077898, 40.57477699181032, -73.94900275669042, 40.57476596074067, -73.94906002602819, 40.574753104145394, -73.94918568123632, 40.574719805265275, -73.9492409183535, 40.57470804091773, -73.94927636432423, 40.57470246341581, -73.94936759628021, 40.57469012325007, -73.94941692755712, 40.57468097313916, -73.94954502990677, 40.57464866732147, -73.94979001179719, 40.57458802166623, -73.94986761011386, 40.574570933881915, -73.94993800399337, 40.57455743689947, -73.94997107055659, 40.57455600866398, -73.95003106434801, 40.5745633191183, -73.95005405266014, 40.574564570038085, -73.95013110134353, 40.57456380384468, -73.95018357092245, 40.574561770712016, -73.95021429906105, 40.574557242687476, -73.95028243289792, 40.57453836027806, -73.950313719226, 40.57453278695942, -73.95037301782206, 40.57452844054444, -73.95050888292236, 40.57452210453168, -73.95057150439207, 40.57451673194714, -73.9507044897667, 40.57450136310304, -73.95102474363742, 40.57446400583842, -73.95106286780856, 40.57445844603698, -73.95116230500315, 40.57444076152661, -73.95123599781616, 40.574430993322956, -73.95129492680564, 40.57442637971994, -73.95140114487037, 40.57442368530802, -73.95164136070241, 40.574422601588076, -73.95181086739768, 40.574419284143175, -73.95194237032877, 40.57441515269149, -73.95199303469946, 40.57441214360962, -73.95203645502235, 40.5744072628927, -73.9520753218168, 40.57440020189082, -73.95211027764121, 40.574390819494255, -73.95213524059425, 40.57438212182519, -73.95223429006917, 40.57433795269815, -73.95227477789112, 40.574316591972476, -73.95230443566395, 40.57429901974613, -73.95237028597437, 40.574260007525275, -73.95239785199448, 40.57424598877802, -73.95242388422544, 40.57423482675347, -73.95245588422739, 40.57422498285937, -73.95249281257473, 40.57421833515527, -73.95253530361568, 40.57421466777259, -73.95259027601581, 40.574213376607105, -73.95277140981904, 40.57421386275666, -73.95317352249612, 40.57422034004521, -73.95405360172361, 40.57422829673621, -73.95405469554733, 40.574099197969424, -73.95407327275286, 40.57409878395225, -73.9540739959709, 40.57411701716271, -73.95407883296491, 40.574222281414826, -73.95410999984551, 40.57423518307739, -73.95440685870332, 40.57424798156472, -73.95449020221449, 40.57424984267673, -73.95458014293875, 40.574249670250744, -73.95468355174047, 40.574247646186194, -73.95478366062696, 40.574244209607784, -73.95488085342049, 40.57423935076909, -73.95497539821022, 40.57423305447366, -73.95505294568166, 40.574225757272316, -73.95516871318411, 40.57421185788562, -73.95551819945167, 40.5741642344196, -73.9555490854087, 40.57416131336612, -73.9555835228427, 40.57415979309275, -73.95571175295083, 40.574160339689286, -73.95576467304343, 40.57415851040143, -73.95587127000084, 40.57414984062408, -73.95598007486316, 40.57413836645981, -73.95609122816079, 40.57412407624923, -73.95620494483717, 40.5741069403502, -73.95623784923161, 40.57410012781382, -73.95627012485214, 40.57409044415628, -73.95630103933873, 40.57407811062865, -73.95632986028585, 40.57406341962399, -73.956374591528, 40.57399618814526, -73.95631843930472, 40.57381189065919, -73.95634419227376, 40.57380572915361, -73.95639814059781, 40.57398497835038, -73.95650151617045, 40.57397885975269, -73.9565648091308, 40.57397634422164, -73.95666143117396, 40.57397483991591, -73.95700357749044, 40.573975216127224, -73.95716952056156, 40.57397615612757, -73.95752393870931, 40.57397991233094, -73.95763505364913, 40.573980472964365, -73.95773153119116, 40.57397960437619, -73.95779879305258, 40.573977629940295, -73.95786863640792, 40.573973995844455, -73.95794163877041, 40.57396867437923, -73.95801881937051, 40.57396159026685, -73.95818323602155, 40.573942686986996, -73.9584259486272, 40.573909891524515, -73.95850963004047, 40.57389771516731, -73.95858236012101, 40.57388561584853, -73.95864883494617, 40.573872811823115, -73.95871042108635, 40.573859024430405, -73.95873537428693, 40.57385292874021, -73.95884712380126, 40.573823781023755, -73.958947004206, 40.573979341858006, -73.95941802113866, 40.575129843745046, -73.96069548822948, 40.57507550990911, -73.96287307711383, 40.57498285801507, -73.96569311269968, 40.57476327828417, -73.96764677976817, 40.574859741050695, -73.96803716022006, 40.57499611048539, -73.96811527517008, 40.57500868370235, -73.96819425693907, 40.57502139668744, -73.96839199255035, 40.57505322446635, -73.96851608534409, 40.57507319795426, -73.96879143962612, 40.575210344613495, -73.96865901432568, 40.57573691632672, -73.96855329999457, 40.57620694945251, -73.96852475687746, 40.57634005804521, -73.96850436585729, 40.576428995444424, -73.96812172597939, 40.5781039469872, -73.96810620870073, 40.578171870120954, -73.96807412543609, 40.5783123033597, -73.96805716059049, 40.57838656397245, -73.96760262403643, 40.580361147353045, -73.96753335056191, 40.58065462928195, -73.96752634381464, 40.58068469849921, -73.9674004150715, 40.581225770576744, -73.96733131113314, 40.581531204162474, -73.96728097906886, 40.58174557306403, -73.9672738157622, 40.581776505820805, -73.96722531030841, 40.58198651397635, -73.96716278886592, 40.58225978890879, -73.96712522012236, 40.58242399589352, -73.96707545566066, 40.58264151398196, -73.9669488725393, 40.583201208113024, -73.96689379639245, 40.58334739499248, -73.96688202529013, 40.58340407596903, -73.96684280588302, 40.583592956719194, -73.96680589741187, 40.58377069594029, -73.96678524383303, 40.583870154618246, -73.96678180432696, 40.58388671695674, -73.96677353766256, 40.583926529421696, -73.9667629823195, 40.58397736183304, -73.96675096354043, 40.58403523141256, -73.96673787557931, 40.584098262482804, -73.96670865431625, 40.58423898606227, -73.96669542301049, 40.58430270598565, -73.96663502364207, 40.58450444989191, -73.96661388081861, 40.58457507092107, -73.96659631934577, 40.58463372772923, -73.96657180327087, 40.584715620524186, -73.96650032883993, 40.5851284771872, -73.96649558919317, 40.585155862529454, -73.96647961700721, 40.58524812101763, -73.96633040718716, 40.58589539085129, -73.96618178401388, 40.58654009683504, -73.96615022559455, 40.58666850849647, -73.96597498115501, 40.58743182056617, -73.96581401972132, 40.588132901395504, -73.96564091873832, 40.588886856152705, -73.96546464862615, 40.58965114765089, -73.96530031572041, 40.590363671352456, -73.9651286138494, 40.59110812238397, -73.96483602819414, 40.59114111753879, -73.96377365903558, 40.59125691268113, -73.96283784992599, 40.59135979398176, -73.96181604380943, 40.59147209370868, -73.96156087172776, 40.591500136471296, -73.96140400713116, 40.59151737483415, -73.96136742128954, 40.591521395082175, -73.96129361637848, 40.59152950557079, -73.96112383802961, 40.59154824847727, -73.96067983588468, 40.591597263263516, -73.95967735987715, 40.591706423969214, -73.95899773760249, 40.59178376263776, -73.95899773760249, 40.59178376263776 --73.81335694305042, 40.59095543127526, -73.8133226418498, 40.59097534920199, -73.81330928712755, 40.59098685242563, -73.81328683925629, 40.59102017770574, -73.81326406905058, 40.591052593827754, -73.81325587368582, 40.591066383757926, -73.81326409053206, 40.59108208605956, -73.81327362015332, 40.59109977254955, -73.81326411550401, 40.59111497687858, -73.81323254775565, 40.59113571959871, -73.81321216178078, 40.59116248428788, -73.81320476986687, 40.59117915990217, -73.8132047690161, 40.591193399903986, -73.81319247993581, 40.59121159484706, -73.8131684438736, 40.591229441097525, -73.8131488185993, 40.591240162356776, -73.81312540211779, 40.59124723932577, -73.81308809582652, 40.5912531095069, -73.81302311092895, 40.5912597271032, -73.81299364974498, 40.59126216641095, -73.81292254834852, 40.59126616337378, -73.812886583952, 40.59126993474925, -73.81284801621138, 40.59127615310265, -73.81280626771454, 40.59128430959463, -73.8126987043068, 40.59130942826459, -73.81266605974959, 40.59131809573415, -73.8126398925299, 40.591326652185046, -73.81262334031734, 40.591335044204236, -73.81258782784847, 40.59136212721551, -73.81256940843551, 40.5913720452732, -73.81254311233259, 40.59138021246503, -73.8125151712542, 40.59138522963174, -73.81248706255697, 40.59138683532914, -73.81246005987497, 40.59138496049429, -73.81243294011499, 40.59137976792754, -73.81240076326088, 40.59137078219137, -73.81237292605493, 40.59136111102837, -73.81231384988837, 40.59133786205118, -73.81229001658569, 40.59132970398625, -73.81227251723784, 40.591326220984385, -73.81225281906086, 40.59132583669622, -73.81223167208154, 40.59132858386455, -73.81221064560016, 40.59133426873878, -73.81218402059271, 40.59134428498957, -73.81215669434421, 40.591356238918394, -73.81212829074578, 40.591370292004335, -73.8120978338847, 40.591386920829535, -73.81207850491806, 40.59139973340996, -73.812035301605, 40.59143365666881, -73.81201027685755, 40.59144798631065, -73.81185558574185, 40.59151478983327, -73.81180565479237, 40.59153738058873, -73.8117019211124, 40.59158820828598, -73.81167615824205, 40.59160242498035, -73.81165029170295, 40.59161946824728, -73.81162383749134, 40.59163963896911, -73.8115950932481, 40.591664229309316, -73.81156749703047, 40.591690975580846, -73.81154574405045, 40.59171669132251, -73.81152944199555, 40.591741840565106, -73.8115185077774, 40.59176656635805, -73.81150897032566, 40.591794890237736, -73.81150430036999, 40.5918125616855, -73.81150200026441, 40.591828921353425, -73.81150233995928, 40.591843752658036, -73.81150792944601, 40.59189078004158, -73.81151470594622, 40.59195210970961, -73.81151355883019, 40.591999007172916, -73.8115156042058, 40.59201639516409, -73.81153427991867, 40.59208488100863, -73.81155577985282, 40.59212418006153, -73.81156229889689, 40.59214322875202, -73.81155492056853, 40.59215825451988, -73.81151799722153, 40.592177216652864, -73.81149477483748, 40.59218900875718, -73.81150811547377, 40.59220403518938, -73.8115170084731, 40.592218647287424, -73.81152738087225, 40.59225823156935, -73.81152006470687, 40.5922964270453, -73.81152048546713, 40.59232941486765, -73.81152876660505, 40.59239256425966, -73.81152700035334, 40.59246922395784, -73.81153140258759, 40.59251000875174, -73.81154485642898, 40.59259461623025, -73.8115494821402, 40.59263114820988, -73.81155197729426, 40.59270390841775, -73.81155442403994, 40.59272977820957, -73.81155802519477, 40.59274509123891, -73.81156950233961, 40.59277919583094, -73.8115725676841, 40.59279474932181, -73.81157259939913, 40.59282035039855, -73.81156664280222, 40.59284057902937, -73.81155533794086, 40.59285593335285, -73.8115334552144, 40.59287516419677, -73.81151249142847, 40.592890669271014, -73.81149544660663, 40.59290012834197, -73.81147600410192, 40.59288559349131, -73.81147479943091, 40.592871687409286, -73.81147655616192, 40.592826459623176, -73.8114793563768, 40.592753480269145, -73.81147721904127, 40.59271217238285, -73.8114712482265, 40.592665881005416, -73.81145311667159, 40.59257115474879, -73.8114368892315, 40.59251206358663, -73.81143265075063, 40.592486936486196, -73.81143099273503, 40.592448674059575, -73.81143066363369, 40.592361908834356, -73.81142990547058, 40.59228945404807, -73.81142708408598, 40.59225153371215, -73.81141401349947, 40.592188573666604, -73.81139798070488, 40.59210285519096, -73.8113898859718, 40.592071215465054, -73.81137221957998, 40.59201766646152, -73.81136738103775, 40.592002998871436, -73.81136060622646, 40.59197540736894, -73.81135840715508, 40.59196016957639, -73.81135426047531, 40.59193142251158, -73.81134192583623, 40.59184593162614, -73.81132328955503, 40.591739752534814, -73.81131988435492, 40.59172034693174, -73.81131187248772, 40.59169745413526, -73.81129646974492, 40.591673125470905, -73.81128274734878, 40.591659060146974, -73.81125976788387, 40.591643886379366, -73.811237357258, 40.591635596254804, -73.81121513781139, 40.591632807747764, -73.81119519217485, 40.591636354564436, -73.81117539974944, 40.59164629355648, -73.81114405256601, 40.59166683704967, -73.81112815983195, 40.59167502191622, -73.81100193857056, 40.59169858013925, -73.8109723863804, 40.59170469652392, -73.81094407291646, 40.59171055558777, -73.81090689297353, 40.591721289905706, -73.81088947781562, 40.591733117559535, -73.8108778911442, 40.591753721415394, -73.81086953029288, 40.59177985620141, -73.81085929239816, 40.59181306242224, -73.81085337914998, 40.59183921204203, -73.81085075454747, 40.591862894232975, -73.81085144667037, 40.59188462324136, -73.8108550793191, 40.59190959717916, -73.81086039010192, 40.59193474858088, -73.81086719440056, 40.59195936212542, -73.81087597036165, 40.591985206330264, -73.81090575607843, 40.592058112329646, -73.81082384605837, 40.59207874271756, -73.81079337966953, 40.592086414559034, -73.81066674286565, 40.59211830789068, -73.81060126107633, 40.592134800258755, -73.81048791569292, 40.59216186867423, -73.81016577854089, 40.59223879921213, -73.81016620812485, 40.59222149183008, -73.81016103931194, 40.59220715323561, -73.81013121982981, 40.59220288770958, -73.8101041094359, 40.5922034867866, -73.81007390739822, 40.592206632835314, -73.81003804609544, 40.592215039393395, -73.81000672539695, 40.59222315087146, -73.80996943280824, 40.592227653066516, -73.80994294816347, 40.592236670348136, -73.80991961846502, 40.592247047232206, -73.80990052822467, 40.59225709973185, -73.80988044581443, 40.592267934043626, -73.8098606926938, 40.59227928489763, -73.80983034842491, 40.5922983438255, -73.80980705037884, 40.592315013608236, -73.80979185591407, 40.59232677903282, -73.80975303506148, 40.59235683913142, -73.80973199080061, 40.59237313621084, -73.80970206484862, 40.59239502254561, -73.80966837799276, 40.59241966365306, -73.80961797899269, 40.592454274692564, -73.80960898694141, 40.59247039450174, -73.80961072685211, 40.59250484156729, -73.80960246838741, 40.59253049104686, -73.80958403986614, 40.592559490736825, -73.80957824848637, 40.59257336093248, -73.80957328031629, 40.592595988297006, -73.80957123198218, 40.5926166762665, -73.80957206236963, 40.592635758867715, -73.80957578654541, 40.5926533387855, -73.80958551120568, 40.59268066152102, -73.8095964615401, 40.592701545731536, -73.80961483613012, 40.59272462061181, -73.80962436976947, 40.59274146992126, -73.80962716926359, 40.59275936889209, -73.809622218782, 40.592774549846204, -73.80959484226261, 40.592802524323346, -73.80958070556306, 40.592814068142225, -73.80954625411728, 40.59283788756802, -73.8095328474316, 40.59284944069562, -73.80952106013818, 40.59287017285604, -73.80951837267256, 40.592899975779396, -73.80952146399794, 40.592947254865024, -73.80952658883605, 40.59298609309803, -73.80953192407347, 40.59301122298713, -73.80953897916899, 40.59303516433197, -73.8095477775201, 40.593056341252215, -73.80957079553363, 40.593100284496145, -73.80957957052841, 40.59311971615761, -73.80958604377471, 40.593141819464066, -73.80959506189548, 40.59319116336538, -73.80960123953982, 40.593210879789815, -73.80964063937701, 40.59329617165049, -73.80966958412405, 40.593373320743474, -73.80968828906097, 40.59342729136806, -73.80971141711554, 40.593502340697476, -73.8097117155272, 40.593516184061386, -73.80970444688771, 40.59353024272721, -73.80968337643654, 40.59354854882433, -73.80966842487427, 40.593557051131576, -73.8096511117375, 40.593564754361466, -73.80963208167904, 40.59357136871138, -73.80961196147094, 40.59357666108237, -73.80959169693676, 40.59358036648568, -73.80957209062105, 40.593582338565156, -73.80955379834761, 40.5935825135702, -73.80952333284878, 40.59357757142359, -73.80950670983735, 40.593569451751065, -73.80948843733495, 40.59355027629802, -73.80947603340528, 40.5935312060279, -73.80946638573722, 40.593512063781915, -73.80944629008263, 40.59346652873422, -73.8094348782005, 40.593445493358004, -73.80942207080516, 40.59342789837313, -73.80940741052076, 40.59341339992064, -73.80937615351601, 40.593383250727776, -73.8093619186078, 40.59337203538856, -73.80934565465468, 40.59336437735691, -73.80931797022993, 40.593363947797776, -73.80925382289152, 40.593387083885204, -73.80922880427705, 40.59339259859243, -73.80919726057802, 40.59339501275873, -73.8091740759476, 40.59339536869005, -73.80915365771511, 40.59339375526034, -73.80913573332307, 40.59339005765176, -73.8091019364749, 40.59337978415504, -73.8090714263427, 40.593369011815376, -73.80904365771237, 40.593357544315374, -73.80901840640493, 40.5933452858289, -73.80893614880505, 40.59330125930148, -73.80862030714509, 40.5931340411346, -73.80851767802496, 40.593073978947025, -73.80844037939731, 40.593033557022714, -73.80832110095953, 40.592966521152846, -73.80830431515216, 40.592958837788466, -73.80827520775529, 40.59294841247757, -73.80820833239872, 40.59292643793215, -73.80804427932998, 40.592878110185595, -73.80800100573292, 40.592863531332, -73.80796284849096, 40.59284894030046, -73.80793774896196, 40.59283785161094, -73.80791188483235, 40.592824812001005, -73.80788476771671, 40.59280958561663, -73.80785481248195, 40.592791283689714, -73.80780755269886, 40.592761285610955, -73.80770158993238, 40.592696330865415, -73.80767265373122, 40.59267985866187, -73.80763926983362, 40.59266299358083, -73.80751264374568, 40.59260625287741, -73.80746207955713, 40.592581361401244, -73.80744765778687, 40.59257284888646, -73.80743262515703, 40.592562330777334, -73.80737137580662, 40.59251335662205, -73.80735515706914, 40.592502870734286, -73.80733922495395, 40.59249458530764, -73.80731054718625, 40.592483591339764, -73.80724076834416, 40.59246223272248, -73.80722391110025, 40.59245564772032, -73.80719049446593, 40.59243751541443, -73.80714452945104, 40.59240809917175, -73.80711818412118, 40.59239408420635, -73.80704392291236, 40.59236231147686, -73.80693526473624, 40.5923091537761, -73.80691979681697, 40.59229928864926, -73.80689522239656, 40.592278317349795, -73.80687456895942, 40.5922646297786, -73.80685667662965, 40.59225898042931, -73.80683328311721, 40.59225817025706, -73.806778225041, 40.59226699739133, -73.8067576895668, 40.59226848114436, -73.80670306846564, 40.5922695860739, -73.80667911231639, 40.59226889019107, -73.80665586867875, 40.592265683937455, -73.80663637449952, 40.592259630224405, -73.8066116600405, 40.59224829875005, -73.80653537644692, 40.59221013486236, -73.80648078583795, 40.59218646629064, -73.80645837367463, 40.59217843998559, -73.8064068585834, 40.59216233466625, -73.80638474250961, 40.592154051295445, -73.80629858659043, 40.5921147935871, -73.80623135068441, 40.59208201728082, -73.8062069422935, 40.59207191545198, -73.80616779335413, 40.59205822177399, -73.80614774002494, 40.59205233903487, -73.80609920904297, 40.59204153730137, -73.80607784465873, 40.592035591102, -73.80606163580515, 40.59202913309647, -73.80604514212054, 40.592020282812946, -73.8060280731533, 40.59200898933173, -73.80600567031375, 40.59199209998501, -73.8059907238579, 40.59197928639288, -73.80582200642831, 40.591864254691856, -73.80580301816153, 40.59187156368459, -73.80577447150986, 40.59187415397596, -73.80574054782292, 40.59187137524431, -73.80571363555751, 40.59186643539034, -73.80568651045809, 40.5918595356273, -73.80565936611575, 40.5918507258114, -73.8056324775208, 40.5918400937586, -73.80552819658861, 40.591792707287674, -73.80540889315446, 40.59173560473121, -73.80535393434857, 40.591711673845936, -73.8052793559705, 40.59168186257906, -73.80523222859138, 40.591665050950425, -73.8053299151493, 40.59051946287462, -73.80524542301174, 40.59049796644449, -73.80508808120962, 40.59045793426241, -73.80503864167201, 40.590446830660994, -73.80497547565498, 40.59044221273911, -73.8049205706422, 40.59044355227485, -73.80488800169144, 40.59044554657298, -73.80475812934965, 40.59045774061853, -73.80450272475758, 40.59048931824372, -73.80444096115035, 40.590209922411, -73.80444787347021, 40.59010077429047, -73.80444676795275, 40.59008498980128, -73.8044403693852, 40.58996626715321, -73.80453221483185, 40.589917663581474, -73.80459394187316, 40.58989673409738, -73.80456501357773, 40.58979145580509, -73.80455384085892, 40.5897507924882, -73.80451452656042, 40.58955164735834, -73.8043477886319, 40.58852122637161, -73.80432993911464, 40.58844090872397, -73.8043046176218, 40.58832695812733, -73.80426345083534, 40.58816593707808, -73.80404128998632, 40.5866642381317, -73.80402162428629, 40.58653130951317, -73.80401625009215, 40.586494979443906, -73.80180799477128, 40.5866624608152, -73.80176277016803, 40.58666589034588, -73.80167832403458, 40.58667229504433, -73.80142823068698, 40.585512735128326, -73.80140332860998, 40.585402379474516, -73.8014318778535, 40.58540042874924, -73.80156338818026, 40.5853884223079, -73.80169092285576, 40.58537433314233, -73.80177161511692, 40.58536341392798, -73.80184017391296, 40.58535139129953, -73.80190170228754, 40.585337365446485, -73.80195742960603, 40.585321022414526, -73.80203250815924, 40.58529476368961, -73.80222781488197, 40.58522226370344, -73.80241962058855, 40.5851548048125, -73.80248681541951, 40.585132582798884, -73.80263143382386, 40.585089397149694, -73.80265524846064, 40.58508353420809, -73.80279117748724, 40.58505007712266, -73.80286516122172, 40.58502995936223, -73.80299916970237, 40.58499040397685, -73.80304239752932, 40.5849763506369, -73.8030807246983, 40.58496266980411, -73.80323770338516, 40.584900247731056, -73.80325645231152, 40.58489461823119, -73.8033022926164, 40.58488583824365, -73.80338851560242, 40.58488531132638, -73.80349875954862, 40.58492396228136, -73.80351488375216, 40.58494447051544, -73.8035328553168, 40.58496458297316, -73.80355800770239, 40.584982550045495, -73.80358761347844, 40.58499639221222, -73.80361128345315, 40.585003934052764, -73.80363648653321, 40.58500989448363, -73.80366299020005, 40.58501421367175, -73.80369049338168, 40.58501684697609, -73.80371872450614, 40.58501775971206, -73.80374722297057, 40.58501693128078, -73.80377556705561, 40.585014373569216, -73.80380330070064, 40.58501012812339, -73.80407246797027, 40.58495637757971, -73.80421036626143, 40.58493258031409, -73.80427076817107, 40.5849205396348, -73.80431421329351, 40.58490961821571, -73.80436146816722, 40.58489531458863, -73.80440924503563, 40.58487901716599, -73.8045033842279, 40.584845014133585, -73.80455360108438, 40.584826383037544, -73.80468775863568, 40.58477414473332, -73.80472884633751, 40.58475945945494, -73.80476634410581, 40.58474730664417, -73.80484109282114, 40.584725396865906, -73.80494830734706, 40.584695793133676, -73.80519392677705, 40.58462992303533, -73.8052471730071, 40.58461371738604, -73.80535627946502, 40.584576396272375, -73.80540383982527, 40.58456127415647, -73.8054463148497, 40.58455032995452, -73.80555176374021, 40.58452776388129, -73.80562312748187, 40.584510863794826, -73.80571961113199, 40.58450576160651, -73.80586232756869, 40.584526494304185, -73.80587704748213, 40.584535391155384, -73.80590731793109, 40.5845429400726, -73.80592670168528, 40.58454473604512, -73.80594838217812, 40.58454512837152, -73.80597103302685, 40.58454409049649, -73.80605992898147, 40.58453487061191, -73.8061974626128, 40.584515707154964, -73.8063360318516, 40.584495798743184, -73.80643157531684, 40.58448047160346, -73.80651753460211, 40.58446436369881, -73.80659490999795, 40.58444712462896, -73.80663735633863, 40.5844345715997, -73.80668207939758, 40.584416909199966, -73.80672634194545, 40.584395923067945, -73.80684597043167, 40.5843344499285, -73.80688379263695, 40.58431772050049, -73.80691897956069, 40.584304693195755, -73.8071826221851, 40.584218508959225, -73.80735661099393, 40.58415819452603, -73.80743074160489, 40.584133424659626, -73.80746676480423, 40.58412319111943, -73.80755220580176, 40.58410347226542, -73.80758995120208, 40.58409320555023, -73.80779856105192, 40.58402529215066, -73.80783502004697, 40.58401462697171, -73.80792557402347, 40.58400477624878, -73.80824032148512, 40.584019932832604, -73.80828977587214, 40.584024390115104, -73.8083436975134, 40.584027995726544, -73.8084997106152, 40.58404443381019, -73.80852090699373, 40.58404512922229, -73.80854591734968, 40.584044178521026, -73.80863347458839, 40.58403558388339, -73.80866370109486, 40.58403376293103, -73.8087538174655, 40.584031503159736, -73.8088150659188, 40.584028501880745, -73.80887033707299, 40.584023646349166, -73.80892008389624, 40.584016732007115, -73.80897687822973, 40.58400585894254, -73.80903283738775, 40.58399253323061, -73.80908759377714, 40.58397684071216, -73.80914079748199, 40.58395888166661, -73.80919306268208, 40.58393866341969, -73.80930913333735, 40.5838906437697, -73.80936210051688, 40.58387067335507, -73.80940719975528, 40.58385573641124, -73.80951490965273, 40.58382310977979, -73.80956306422242, 40.583807437608016, -73.80958718199417, 40.58379844800811, -73.80961339871182, 40.58378737626349, -73.80972081509697, 40.583737468763374, -73.80976802091853, 40.58371936711691, -73.80984243720654, 40.58369707171419, -73.81002015089422, 40.58365138305412, -73.81009913643051, 40.58362842955186, -73.8102680326128, 40.58357186379241, -73.8103354227355, 40.583550511025045, -73.81048062481611, 40.58350924899605, -73.81050404896098, 40.58350860503327, -73.81052710196036, 40.58350638813563, -73.81054750709025, 40.58350282238231, -73.81056458952742, 40.583498042641374, -73.81058959447537, 40.58348933705905, -73.81063799204777, 40.58351734213976, -73.81097446323145, 40.5837535277705, -73.81100368013162, 40.583756963612295, -73.81103445513622, 40.58375825875791, -73.81106545487941, 40.58375735428043, -73.81115759677824, 40.58374955862232, -73.81125167432356, 40.5837380910246, -73.81159793246626, 40.58368952664558, -73.81194451360632, 40.58364142912519, -73.81210558246981, 40.583615309940114, -73.81217311370129, 40.58360658620029, -73.81245677455274, 40.58358050747427, -73.81270208362457, 40.58355716526938, -73.81276838720476, 40.58355233755456, -73.81291320730571, 40.583545278301536, -73.81297084703793, 40.58354088662483, -73.8130390343232, 40.58353275599019, -73.81320375880307, 40.58350852151268, -73.81326552937824, 40.58350187698501, -73.81341808615986, 40.58348879974943, -73.81346005069133, 40.58348398794057, -73.81349761721947, 40.583478529604136, -73.81352448079213, 40.583472828753465, -73.8136458226478, 40.583427735487845, -73.81368089730178, 40.58341578025928, -73.81376924937975, 40.58339058090636, -73.8139880049422, 40.5833307765541, -73.81410215848885, 40.583296870106956, -73.81417259992158, 40.58327313453515, -73.81431922998844, 40.58321933645117, -73.8143834650692, 40.58319703066049, -73.81453624419758, 40.5831477898886, -73.8147105360969, 40.58309402424745, -73.81475572983128, 40.583082721681244, -73.81485223579985, 40.58306515669219, -73.81489313368662, 40.58305597419107, -73.81495245763355, 40.5830386301716, -73.8150157972669, 40.58301666118321, -73.81508799538065, 40.58298832078922, -73.81523944890365, 40.58292433264145, -73.8153059647271, 40.58289755889273, -73.81537757807904, 40.582871725341, -73.81544351155354, 40.582851767556825, -73.81560109312838, 40.582810969209234, -73.81589630333545, 40.58273898632736, -73.81601394845943, 40.582709459231474, -73.81633401359252, 40.58262677175266, -73.81655439166805, 40.58256836092615, -73.81659352367923, 40.582556857947914, -73.816635818114, 40.58254258098108, -73.81680599744719, 40.58247722934137, -73.81684582279327, 40.58246310415128, -73.81688214382396, 40.582451514645925, -73.8170259574217, 40.58240985671318, -73.81718424642503, 40.582366622300796, -73.81729488416535, 40.582337835583495, -73.81736024743331, 40.58232082681624, -73.81760103249215, 40.582260220322176, -73.81838188993522, 40.58207623809271, -73.81886971473692, 40.581932395467256, -73.8189194411794, 40.58191504777774, -73.81896788310787, 40.58189574390185, -73.81912293253966, 40.581827511225775, -73.819179667076, 40.58180382665045, -73.81923583053448, 40.5817829651974, -73.81928811346927, 40.58176665157204, -73.81934252199996, 40.581752233269896, -73.81940325110898, 40.581737664583784, -73.81964430398477, 40.58168575871338, -73.81974683224946, 40.58166136858176, -73.82001481927796, 40.58159134688757, -73.82036608849674, 40.58149776017789, -73.82048259336972, 40.58146421848659, -73.82069712876995, 40.58139674210719, -73.8207832299502, 40.58137075939932, -73.82087281403301, 40.58134615175686, -73.82095454377944, 40.58132677286461, -73.82106348416076, 40.58130514445848, -73.82118602831358, 40.58128449258037, -73.82130351912977, 40.581267098018415, -73.82155476585692, 40.58123225545205, -73.8216418454137, 40.58158450073192, -73.82152550349554, 40.5816137780606, -73.82150568458154, 40.581579190498005, -73.8214671409876, 40.581588051218404, -73.82148232099497, 40.58161977871438, -73.82092537092105, 40.58176216220881, -73.82067149826491, 40.58182659778137, -73.82093197980312, 40.58228443868987, -73.8208268516664, 40.58231178945407, -73.82022153354217, 40.582465733393896, -73.81975749896554, 40.582596194040875, -73.81963938119489, 40.58264397698017, -73.81955291864217, 40.58267222578719, -73.81949017742885, 40.58268978113643, -73.81913439821453, 40.582790337143976, -73.81871432859253, 40.58291034013941, -73.81854847691717, 40.58295556568268, -73.8195743626234, 40.584586619275115, -73.81990893129726, 40.585111873163605, -73.8201003021549, 40.585411728245, -73.82017406199564, 40.58551507183916, -73.82018659441046, 40.58553262738425, -73.82023992745565, 40.5856059487676, -73.82078814687769, 40.58647013701808, -73.82089149827364, 40.58663336979763, -73.82072342652697, 40.58669175799458, -73.82055556663549, 40.586768344092064, -73.82046522413539, 40.586809564092576, -73.82009192934889, 40.586979879195304, -73.81936005327844, 40.587348455085134, -73.81953017756337, 40.58758807032545, -73.81949781273013, 40.587619238896885, -73.81943354932659, 40.58770132076116, -73.81938195737052, 40.587788443837155, -73.81934847766016, 40.587866634240655, -73.8192380204418, 40.587923862705054, -73.81922624881581, 40.58793675141378, -73.81920372290206, 40.58796634145118, -73.81919274186288, 40.58797909902318, -73.81917899031407, 40.587992044946674, -73.81912822500654, 40.58803150440791, -73.81909148884327, 40.58807152444975, -73.81907771471884, 40.58808363283708, -73.81902576494618, 40.58812728683541, -73.81898715220875, 40.58815752508471, -73.81895043559331, 40.5881833069078, -73.81891489954234, 40.588204970676856, -73.81887764232674, 40.58822709819391, -73.81885870017186, 40.588260994720684, -73.81879973269191, 40.58827057338587, -73.81876269801636, 40.588288584015324, -73.8187194662481, 40.58831105146096, -73.81869348701301, 40.58831896210877, -73.81857995069166, 40.58835686611423, -73.8184686052335, 40.58839832423985, -73.818398013808, 40.58842670801272, -73.81832546500114, 40.5884572634158, -73.81817204838062, 40.588525928033974, -73.81807731449261, 40.58857596345345, -73.81793261742226, 40.58865238337211, -73.81789508714495, 40.58867220479331, -73.8174473151154, 40.58890869531003, -73.81744873593307, 40.58892260617884, -73.81745462742373, 40.588940539591945, -73.81747909682512, 40.588978654469045, -73.81748651149938, 40.58899250191559, -73.81748873995181, 40.589012592569944, -73.81748015429595, 40.58903906968155, -73.81746785792589, 40.58906439272827, -73.81745602010808, 40.58908876554746, -73.81743256510461, 40.58912809203943, -73.81738261006412, 40.5892001456235, -73.81735259599083, 40.58924316463382, -73.81733313444138, 40.589267040839, -73.81731612459431, 40.5892816275191, -73.81727581431211, 40.58930791279011, -73.81721176375055, 40.58935984055979, -73.81719355111333, 40.58937062329109, -73.81717166399073, 40.589378664377605, -73.81714775426336, 40.58938335769091, -73.81712384300378, 40.58938429580691, -73.81709748691561, 40.58938250773884, -73.81707120177676, 40.58937939960775, -73.81704520841903, 40.58937499517899, -73.81701972172114, 40.589369335318615, -73.81693589362945, 40.58934694081419, -73.81688090541427, 40.58932692007051, -73.8168634486113, 40.58932138103501, -73.81683219611216, 40.58931748597777, -73.81681390903509, 40.58931835374829, -73.81679360038271, 40.589321104892925, -73.81677339730322, 40.58932541681243, -73.8167546457692, 40.589331099841516, -73.81673772528842, 40.58933803571683, -73.81672285346072, 40.58934613383323, -73.81670600591131, 40.58935791284454, -73.81665964063109, 40.58939436957819, -73.81662526272984, 40.5894162001834, -73.81659400909857, 40.58943206078071, -73.8165705190403, 40.58943188460376, -73.81654779923373, 40.589425233074735, -73.81649459164133, 40.58942784518652, -73.81646113523038, 40.589434568203075, -73.81643377631222, 40.58944436003509, -73.81641243914927, 40.58945727009474, -73.81639526694897, 40.58947324408854, -73.81636317573484, 40.58951100765877, -73.81634754482127, 40.589526637406436, -73.81632278532364, 40.58954777097836, -73.81630435877462, 40.58955980855899, -73.81628389567048, 40.589559412931806, -73.81626567855886, 40.58955285679763, -73.81624662805132, 40.58955167366199, -73.81622004391554, 40.58956191154155, -73.81614714087863, 40.58959331780029, -73.81606623116093, 40.58962129550463, -73.81603777181338, 40.58963642829662, -73.81599214343318, 40.58967275806604, -73.81597240396395, 40.58968581288542, -73.81595658786182, 40.58969272429927, -73.81593757161049, 40.58969752875904, -73.81591473196227, 40.58970048821812, -73.81586500530048, 40.589703533364734, -73.81584397154921, 40.589705727555675, -73.81582702822418, 40.58971145475556, -73.81580338912103, 40.5897233091991, -73.81553986895909, 40.58984473022267, -73.81538846687103, 40.58991957826504, -73.8152754075625, 40.589976821252385, -73.81524354808437, 40.58999241845568, -73.81521646922481, 40.59001013867163, -73.81519731157418, 40.59002884959137, -73.81517661891812, 40.590054151684015, -73.81515765517908, 40.59008004279593, -73.81514051282653, 40.59010640420746, -73.81512526424369, 40.59013311896762, -73.81508645229812, 40.590210350389064, -73.815065124685, 40.59024522222054, -73.81504092540104, 40.590280509070375, -73.81499270489216, 40.590344346212795, -73.81490064678404, 40.59045090658063, -73.81487020700702, 40.590483931128, -73.81483945367884, 40.59051414732476, -73.81480816529766, 40.5905417736412, -73.81477621633903, 40.5905669224403, -73.8147506174958, 40.590584134334044, -73.81472145948665, 40.59060047778018, -73.81468852105903, 40.59061607939331, -73.81465120487717, 40.59063122277253, -73.81459417145908, 40.59065205716411, -73.81455116063627, 40.59066536865948, -73.81451144187936, 40.59067448180182, -73.81447428394145, 40.59067941162337, -73.81444790951765, 40.59068023714324, -73.8144209868151, 40.59067857091912, -73.8143942327544, 40.59067445643331, -73.81436842192318, 40.590668014707184, -73.81434428579954, 40.590659151467456, -73.81429261617535, 40.590635913671655, -73.81426901545261, 40.590627806821914, -73.81424386277546, 40.590622160394624, -73.8142161393052, 40.59061833066716, -73.81418547429234, 40.590616254901896, -73.8141505189707, 40.59061583996188, -73.81411247621872, 40.590617813612475, -73.8140738092743, 40.59062292727208, -73.814035112527, 40.59063110535745, -73.8139971341659, 40.590642188786134, -73.81395114356134, 40.590658214819484, -73.81390307758043, 40.590676303277924, -73.81379607796482, 40.59072044748048, -73.81369685745199, 40.59076399273961, -73.8136274648443, 40.590797166319895, -73.81352304553134, 40.59085203970742, -73.81350815768462, 40.5908605372149, -73.81346872373399, 40.590883048471866, -73.81342970742078, 40.590905319953144, -73.81341504611854, 40.59091432571257, -73.8133852208071, 40.59093425993102, -73.81335694305042, 40.59095543127526, -73.81335694305042, 40.59095543127526 --74.1017885123436, 40.58461778274755, -74.10116142527792, 40.584179695737355, -74.10111143313397, 40.58413256127787, -74.10107642118969, 40.584105339518935, -74.09991272133139, 40.58329667438283, -74.09853056938258, 40.58234488813491, -74.0977186399262, 40.58181394259538, -74.0968071975628, 40.58253351002015, -74.09677024191774, 40.58256268392047, -74.09291254843681, 40.58052338093782, -74.09287668682524, 40.58050565429334, -74.09261083737725, 40.58037088388522, -74.09256630783737, 40.580354851713395, -74.09016208878698, 40.57923585380255, -74.09118098536096, 40.5782786376425, -74.09119583096229, 40.57826974128327, -74.09121278706101, 40.578256481105306, -74.09128778555105, 40.57818904698609, -74.09144222312466, 40.57804402615224, -74.09149229012961, 40.57800582655948, -74.0915555256615, 40.57795025973913, -74.09169301459964, 40.577797936207425, -74.09183119171645, 40.57773083851341, -74.09186382618854, 40.57769624308221, -74.09187680819258, 40.57768242855823, -74.09205193728705, 40.57749601844155, -74.09213439138905, 40.57739789781379, -74.08785838746931, 40.575157487433394, -74.08759150602347, 40.5750421313798, -74.08729267762844, 40.57490282611332, -74.08711834257946, 40.57482920996865, -74.08695329801445, 40.57475587289451, -74.08681307271773, 40.5746836325804, -74.08666992108107, 40.574605827257955, -74.08642449009385, 40.57447353684634, -74.08633098228219, 40.57440571118139, -74.08605345952328, 40.57426901530671, -74.08580204275252, 40.57413439118471, -74.08593745677113, 40.57405789573655, -74.08729056827488, 40.573288773691, -74.0876782505664, 40.57307076302872, -74.08815641781139, 40.57280142556596, -74.08839008267287, 40.57265720163119, -74.08853881163593, 40.572551944494485, -74.08865987499014, 40.57245734912332, -74.08876626443308, 40.572374167411624, -74.08888420628489, 40.572255914718745, -74.08917857070283, 40.571946967666165, -74.08960120705336, 40.5714940519727, -74.08972098147323, 40.571369078161375, -74.09027760831484, 40.570780692773496, -74.0903787993251, 40.57069225006761, -74.09050854523022, 40.570553542673196, -74.09057492631122, 40.57048048477131, -74.09069856569255, 40.57032586789151, -74.09107219628144, 40.56992855049925, -74.09204451498545, 40.56889201558145, -74.09254222322515, 40.56835152467848, -74.09264881967928, 40.56818739723665, -74.09268669772459, 40.56806573090597, -74.09081921963262, 40.566744206562596, -74.09088490691558, 40.56667631711837, -74.09089712919216, 40.56666360643483, -74.09094818950707, 40.566616853056054, -74.09099827983647, 40.56656804812502, -74.09104855044664, 40.56651641177666, -74.09107599048419, 40.56648563707508, -74.09110089717764, 40.566458905034274, -74.09112511498253, 40.566430124838874, -74.0911807424623, 40.56639286737643, -74.09121531019879, 40.56638039826991, -74.09128127923071, 40.566329137477815, -74.09131910907934, 40.56629641742992, -74.09135151606353, 40.56625047386204, -74.09141327742624, 40.56619225347579, -74.09147394688945, 40.56613956585419, -74.09154451262654, 40.566080629671184, -74.09156605470777, 40.566057309599714, -74.09160234662019, 40.56600206583654, -74.09162488283211, 40.56596576298388, -74.09166746628706, 40.56591404334071, -74.09171611715007, 40.56587115029175, -74.09173319496924, 40.565854305830484, -74.09177173560235, 40.565795236584975, -74.09181096669664, 40.56575058328902, -74.09187687813127, 40.56568570264752, -74.091936109632, 40.56562096059233, -74.09197254487461, 40.56557587182261, -74.09200824383706, 40.56552265278487, -74.09206257574516, 40.56545359836838, -74.09209398131244, 40.56540398844907, -74.0921347202345, 40.56533133468785, -74.09217115081992, 40.56528137041155, -74.09220445334823, 40.56523056304089, -74.09223655924542, 40.5651769001537, -74.09225116972335, 40.56515472198086, -74.09229386216533, 40.56511680166903, -74.09234506391857, 40.56505177408034, -74.09239243068589, 40.56499218512628, -74.09242852319363, 40.56492516328075, -74.09247070864936, 40.56486409079435, -74.09251714292212, 40.564804082893424, -74.09257053079459, 40.56473542612368, -74.09262455885825, 40.56467549940922, -74.09267640286822, 40.56462959471619, -74.09272315151863, 40.56458620297756, -74.09276882836225, 40.564544826561445, -74.09282068072224, 40.56448552917712, -74.09286089809106, 40.564441294364244, -74.09289278148836, 40.56441848978483, -74.09291921100537, 40.56438913017912, -74.09296446889307, 40.564321800871, -74.09301095512168, 40.564272559410846, -74.09304263588295, 40.564240008563196, -74.09307778332563, 40.56421158560922, -74.09313194995231, 40.56414495862865, -74.09316767864166, 40.56408971121438, -74.09322661046905, 40.56403552108663, -74.09326786543642, 40.563982977036126, -74.0933147306077, 40.56392723244674, -74.09335297077929, 40.56386957492726, -74.09338790824798, 40.56382548650111, -74.09344272679628, 40.56376698608655, -74.09347529455164, 40.56372815593028, -74.09352073095712, 40.56367097968153, -74.09356402030724, 40.56361276055351, -74.09359783455578, 40.56356276912997, -74.09363577072084, 40.563506733608875, -74.09367583820838, 40.56344483481408, -74.09371654548436, 40.563385368703706, -74.09376276197786, 40.56333409646858, -74.09379751646827, 40.563289591121226, -74.0938341619725, 40.56323374839896, -74.09386784848282, 40.56317380168507, -74.09389945121235, 40.563105724015436, -74.09393885930292, 40.563037925419906, -74.09397660306685, 40.56298655016193, -74.09400953583342, 40.56294244157019, -74.09400540549511, 40.5629206702351, -74.09398222180066, 40.56291138677493, -74.0939715764658, 40.562889193019394, -74.0939893469871, 40.56287131654844, -74.09400278262036, 40.56284658161528, -74.0939922746715, 40.562795306166294, -74.09400877427035, 40.562759548989646, -74.09403916376765, 40.562732413780914, -74.09406217085575, 40.5627261651038, -74.0941056967456, 40.56273353177346, -74.09416310292472, 40.56276528859819, -74.09424707738134, 40.56280242585157, -74.09429546520121, 40.56282942802883, -74.09432006740995, 40.56284315705779, -74.09439370586902, 40.56287810090541, -74.09446893452687, 40.56291276063269, -74.09453994910324, 40.56294580823594, -74.09460620933203, 40.56297596271957, -74.09467373747712, 40.56301006222422, -74.09473669601569, 40.563046651810254, -74.09480211388787, 40.563079683155145, -74.09486848965247, 40.56310371201506, -74.09494305355123, 40.563131392004635, -74.09501596869562, 40.56316209187239, -74.09505637507905, 40.56316680150948, -74.09507547523, 40.56316902891082, -74.09516370125178, 40.56316367246237, -74.09524145435279, 40.563148064039005, -74.09527271029616, 40.5631425034854, -74.09532781864789, 40.56311321588539, -74.09534763784137, 40.56309968614348, -74.09538845110552, 40.56305444225514, -74.09544438599404, 40.56299960779418, -74.09549630976272, 40.56294981058037, -74.09554073399103, 40.56290642952452, -74.09559169704691, 40.5628603477355, -74.09563412200824, 40.5628053686329, -74.0955772067963, 40.56277313215399, -74.09555079864967, 40.56274929919468, -74.0955498024866, 40.5627058379416, -74.09557204139006, 40.562686016874466, -74.09562237408687, 40.56267071647151, -74.09569583776525, 40.56267150268292, -74.09577619021806, 40.562673985997804, -74.09579645697508, 40.56267217074614, -74.0958343791182, 40.56264833100737, -74.09586271683573, 40.5626212195403, -74.09593883611595, 40.562572720297794, -74.09598933457973, 40.562541419951174, -74.09603510541405, 40.56249470112815, -74.09607265483318, 40.562446638374745, -74.0961111047021, 40.56239499256321, -74.09615568103085, 40.56234624940806, -74.09620629691015, 40.562304019183514, -74.09624175845211, 40.562261671959796, -74.0962736385073, 40.56221512767394, -74.09631868081384, 40.56216461453048, -74.09635255328904, 40.56211435928499, -74.09638420628325, 40.56206358088512, -74.09642586486252, 40.56201836112837, -74.09646432082863, 40.561975386355705, -74.09649347466924, 40.56192263426989, -74.09652975695634, 40.56187163941554, -74.0965592089337, 40.561817723582344, -74.09658468698771, 40.561765034897924, -74.09661591742464, 40.56171541846628, -74.09664225675775, 40.56165986807296, -74.09667637390933, 40.561618295395185, -74.09671417768367, 40.561572045872936, -74.09674824203272, 40.5615226107253, -74.0967772049401, 40.56147120681335, -74.09680264268093, 40.56141698271583, -74.09680862889795, 40.56137199279346, -74.09682353350924, 40.561341744168054, -74.09683542768295, 40.56125971693138, -74.09680130980655, 40.561244366507516, -74.09672027095235, 40.56118092247829, -74.0966974108578, 40.56116990127724, -74.0966831705947, 40.56115499875293, -74.09669975464936, 40.561139708267945, -74.09679633675968, 40.56111500743147, -74.09684798715607, 40.56111943230113, -74.09690581608092, 40.56113010428722, -74.09692878049613, 40.5611413964172, -74.09696110103621, 40.56113301675785, -74.09711653446436, 40.56097517630886, -74.09720920925038, 40.5608102160901, -74.09723881645759, 40.560753321005215, -74.09727167202792, 40.56070221894724, -74.09731158233983, 40.56065423122554, -74.09735041714356, 40.56060638848549, -74.09739163095144, 40.56055844465698, -74.09743174299764, 40.5605088366753, -74.09745937441254, 40.560453504720115, -74.09748672252734, 40.56039906722089, -74.09751908295173, 40.56034388612725, -74.09754873548883, 40.56028843806675, -74.09757485426385, 40.56023477694272, -74.09760464253425, 40.56018339913001, -74.09762555026761, 40.560131923496456, -74.0976384445626, 40.56009275315684, -74.0975996377336, 40.560072110060126, -74.09756734689536, 40.560047060544036, -74.09753083282838, 40.56002784281029, -74.09752576733216, 40.56000753394354, -74.09752832551709, 40.55998213513307, -74.09756516823988, 40.55997335342973, -74.09760774144803, 40.55997695178072, -74.09771029826135, 40.559997342542594, -74.09773472619108, 40.55999467601256, -74.09784568250062, 40.559894708688844, -74.09793661535899, 40.5597970042449, -74.09800977343932, 40.55968175553748, -74.0980761970018, 40.55955084337761, -74.0981067785122, 40.559351041827995, -74.09807420034238, 40.55934007962969, -74.0980310167633, 40.55933465660609, -74.09806288637047, 40.55928199004148, -74.09806869105277, 40.559255606871695, -74.09806041534495, 40.55922905561891, -74.09801912147128, 40.559197397748534, -74.09794997808527, 40.55917471394745, -74.09791957429489, 40.55915929764928, -74.09788748318967, 40.55914302367913, -74.09782393848073, 40.55910877047275, -74.09780767511724, 40.55910225370756, -74.09777257055083, 40.559088185859125, -74.09775599212438, 40.55907049472502, -74.097762143722, 40.559048734576685, -74.09777796929619, 40.55904091804526, -74.0978543308902, 40.55903744632, -74.09793172430729, 40.55904114275339, -74.09799699157735, 40.55905439686075, -74.09804663289096, 40.55907628771056, -74.09808626788559, 40.55910479514631, -74.09810022695572, 40.55911483399727, -74.09816233638678, 40.55914931430966, -74.09822993068063, 40.55917438750334, -74.09829895464351, 40.55919047128153, -74.09837018212181, 40.55920752750037, -74.09843394035052, 40.55923338281465, -74.0984961798946, 40.55926542691147, -74.0985428234702, 40.559279179360594, -74.09861603860182, 40.559290063315956, -74.09868806489145, 40.559292239257275, -74.09874288681995, 40.55928402076338, -74.09880460519588, 40.559253342590196, -74.09886235988375, 40.55921711965354, -74.09893227331244, 40.559192662396406, -74.09899519249076, 40.55916608858506, -74.09905015718353, 40.55912444679046, -74.09910553413094, 40.55908615817328, -74.09916328137055, 40.559052283663405, -74.09921935034805, 40.55901655008695, -74.09926963488063, 40.55897602347898, -74.09930015030227, 40.55896153194675, -74.09937095495175, 40.55894911999066, -74.09944395745705, 40.558952951581375, -74.09951464623727, 40.55896899356469, -74.09957855029307, 40.55899431320534, -74.09964276558804, 40.559016117786435, -74.09971613417406, 40.559028629959556, -74.09978897546007, 40.559039865597725, -74.09986584873562, 40.55904227973093, -74.09991393207522, 40.55903809909323, -74.09997773791837, 40.559012634320325, -74.10003536997829, 40.558978663115255, -74.1000927637625, 40.55894252001946, -74.10015488855122, 40.55890869072393, -74.10021225601781, 40.55887082848643, -74.10026766656578, 40.558831909810145, -74.10032025739726, 40.558788206372306, -74.1003735248034, 40.558740635459074, -74.10042412491995, 40.55870093385067, -74.10046756845216, 40.558653238204826, -74.10050632630335, 40.558606747944886, -74.10055500608908, 40.558565270319775, -74.10060547739636, 40.55852565429345, -74.10064579933076, 40.558474335794735, -74.10068438751837, 40.55842666773406, -74.10079964209734, 40.55832150043377, -74.10101256138465, 40.55800039010038, -74.10117566506754, 40.55776039944585, -74.10124355026765, 40.55766050907228, -74.10139484064447, 40.557355168306145, -74.10145541081232, 40.55723278190749, -74.10156020419193, 40.55701227914563, -74.10164950197426, 40.55681917230643, -74.10172620894427, 40.55661551067031, -74.10179579232074, 40.556398599543655, -74.1018261296918, 40.55629010423667, -74.10184638198173, 40.55621666365357, -74.10185489244606, 40.55610371297501, -74.10185418953834, 40.55601128175812, -74.10185360805194, 40.55598842961289, -74.1018443445245, 40.55595434119316, -74.1018194113713, 40.555927333097195, -74.10140230066347, 40.55571167933406, -74.10137477915612, 40.55569204873876, -74.10136266711473, 40.55568139719539, -74.10135154993846, 40.555661118144386, -74.10134594303483, 40.5556253514774, -74.10135423429685, 40.5555829815919, -74.10136280229337, 40.55556582530357, -74.10140517438468, 40.55553819936784, -74.10147441259456, 40.555533290677964, -74.10153157688191, 40.5555544736704, -74.10179500623838, 40.55569357894961, -74.10205858679258, 40.55584592573188, -74.10249251189639, 40.55605381577837, -74.10255006739328, 40.556054763984555, -74.10260044254917, 40.55603911196752, -74.10265915421654, 40.55600645053643, -74.10271931867095, 40.55597496296291, -74.10277646022172, 40.55594095118556, -74.10283080164778, 40.5559034109224, -74.10288721349907, 40.555868677520756, -74.10294085358207, 40.55583196361625, -74.10299808139901, 40.55579585702603, -74.10304929898982, 40.55575707223102, -74.10309677806258, 40.555715680142654, -74.1031412331877, 40.55567185482593, -74.10318725798079, 40.55562920056711, -74.10322890646981, 40.5555967793043, -74.10327297740974, 40.55555122887248, -74.10331514036861, 40.55550569364782, -74.10335971139226, 40.555461413375355, -74.10340586161205, 40.555419121827185, -74.10344214525158, 40.555371636805596, -74.10348358500603, 40.55532583381269, -74.10352189026857, 40.555277875968414, -74.1035610407591, 40.55523063777018, -74.10360162963677, 40.55518366211514, -74.10364607850902, 40.55513929178745, -74.10368727920877, 40.5550933088303, -74.10372691556536, 40.55504661405405, -74.1037670364889, 40.55500027723554, -74.10380499420368, 40.55495304903576, -74.1038449653682, 40.55490462220271, -74.10388385061995, 40.55485565512131, -74.10391675332971, 40.55480583253643, -74.10395466336928, 40.55475541916665, -74.10399295885142, 40.55470691455154, -74.10403114839727, 40.55465941050441, -74.10406752647862, 40.554610195284205, -74.10410607733247, 40.554562780936976, -74.10414474208093, 40.55451499905839, -74.10418617922048, 40.55446892565211, -74.10421857955649, 40.554417469879176, -74.10424837369138, 40.55436721866567, -74.1042854895354, 40.55431963355901, -74.10432248197519, 40.5542716865405, -74.10435525381851, 40.554220863460735, -74.10438948973335, 40.55417239301728, -74.10443068181638, 40.554126137837514, -74.10446575705156, 40.55407766300549, -74.10450116657195, 40.554027817256795, -74.1045373045799, 40.55397878400938, -74.10457345959267, 40.55393084307374, -74.10460611741276, 40.553880566644125, -74.10463911174182, 40.55382883284619, -74.10466612214196, 40.5537760553787, -74.1047035690527, 40.55372692272734, -74.10473660089038, 40.55367737174315, -74.10476829952052, 40.5536269196377, -74.10479974771442, 40.55357565367559, -74.10483177368044, 40.55352319848197, -74.10486201612575, 40.55347103037458, -74.10488243174525, 40.55341631103647, -74.10490442378871, 40.55336330485733, -74.10492269475543, 40.5533089683933, -74.1049421658969, 40.5532550747891, -74.10496212309612, 40.55320172555582, -74.10496773731408, 40.553162888810526, -74.10496341128186, 40.55314544415817, -74.10490628401102, 40.55310962207279, -74.1048624963806, 40.55307969163268, -74.10484132547344, 40.5530532913079, -74.10484448249997, 40.55302549186633, -74.10486614826121, 40.553013645466734, -74.10491464680437, 40.553015947043136, -74.1049808928344, 40.5530628885984, -74.10503740125924, 40.55309707945834, -74.10509470381221, 40.553128710266684, -74.10516748495495, 40.55314199755134, -74.10523393759007, 40.55316325844979, -74.10525693662348, 40.55317488568626, -74.10529552988577, 40.55319439894256, -74.10534816099855, 40.55323280766958, -74.1054028070699, 40.55327020233105, -74.1054599032482, 40.55330402142639, -74.1055106322731, 40.55334299465467, -74.1055681258238, 40.55338315033773, -74.10562190056417, 40.55341439419749, -74.10568327068484, 40.55344662882634, -74.10574440724572, 40.553478954590666, -74.10580349525159, 40.55351038798664, -74.10586047775419, 40.553544482548446, -74.1059178255514, 40.55357884420149, -74.10597503251145, 40.5536122081722, -74.10603680135145, 40.5536469871325, -74.10609262494488, 40.55368345733794, -74.1061498566826, 40.55371818639708, -74.10621424161516, 40.55374456453151, -74.10627780752723, 40.55377186372613, -74.10633855807589, 40.55380237136753, -74.10639874737265, 40.553835525244274, -74.10642822608416, 40.55385305009574, -74.10645729474716, 40.55387033307798, -74.1065155284964, 40.553908329937755, -74.10657563940468, 40.55394403678759, -74.1066295780612, 40.55398197994149, -74.10668161582673, 40.55402057861821, -74.10673512597592, 40.55406144072752, -74.10679488618314, 40.5540976935075, -74.10685066328713, 40.5541230553902, -74.10692362702353, 40.55412486508002, -74.10699777095314, 40.554118287018674, -74.10706832065335, 40.55410264035439, -74.1071391872056, 40.55408434490201, -74.10720690211971, 40.55406280144658, -74.10727434592313, 40.554039349988194, -74.10733823168484, 40.55400955310238, -74.10739633788356, 40.55397662325022, -74.10745330950718, 40.55393933137805, -74.10750750133646, 40.55390024462844, -74.10756446825827, 40.55386304455893, -74.1076253172259, 40.553829633841595, -74.10767962796082, 40.55379045504502, -74.10773526739956, 40.553752356508745, -74.10779140129615, 40.55371488965098, -74.10784586147052, 40.553677713406465, -74.10789897422548, 40.553638179922324, -74.10795209753967, 40.553599374929654, -74.10800735754874, 40.553559732213905, -74.10805922251627, 40.55351674720899, -74.10810861641235, 40.55347597529986, -74.10815739456176, 40.55343411431175, -74.10820677387125, 40.55339242923958, -74.1082533927171, 40.553349947080314, -74.10830587939809, 40.55330832477447, -74.10835294734296, 40.5532640194846, -74.10839956556946, 40.553221268008436, -74.10844798193452, 40.55317931628396, -74.10849485431152, 40.55313756141187, -74.10854157580548, 40.553093807493525, -74.10858746550572, 40.553050423558446, -74.10863693574738, 40.55300691464669, -74.10868388771426, 40.55296270388472, -74.10872855190546, 40.552917235432304, -74.10877598941207, 40.55287328982796, -74.1088212483556, 40.55282772712086, -74.10886508816661, 40.552782903272515, -74.10891322705153, 40.55273840582346, -74.1089629314957, 40.55269471554174, -74.10900702274994, 40.552650710879355, -74.10905665168677, 40.552610022984766, -74.10910340389736, 40.55256817882352, -74.1091563827875, 40.55252791545307, -74.10920248595646, 40.55248271110178, -74.10924668965312, 40.55243834062551, -74.10929149657643, 40.552394689979415, -74.10933674524048, 40.55234830849763, -74.10937934561028, 40.55230039862443, -74.10942351228239, 40.552253750682006, -74.10947025811241, 40.55221190727629, -74.10951710508715, 40.55216842299496, -74.1095610263033, 40.55212123311579, -74.1096050737898, 40.55207476802331, -74.10964732553943, 40.55202759141087, -74.10968778629386, 40.55198043270279, -74.10973304651546, 40.55193495698174, -74.1097797425622, 40.55188965367176, -74.10983211220056, 40.5518484891414, -74.10987711809385, 40.55180210497443, -74.10991899876153, 40.55175420369149, -74.10996103703694, 40.551708848932314, -74.11000089054134, 40.55166096576955, -74.11004324532131, 40.5516128775774, -74.11008401447619, 40.55156261971886, -74.11012681828852, 40.55151270479629, -74.11016856620265, 40.55146398586974, -74.11020591971814, 40.55141658051108, -74.1102377415508, 40.55136667338313, -74.11027710735647, 40.551318247573185, -74.11031541461044, 40.55127083315754, -74.11035276954503, 40.55122370060848, -74.11038984115173, 40.55117374876946, -74.11042296338812, 40.55112291909981, -74.11045764778623, 40.5510729875443, -74.11049820783587, 40.551024458748806, -74.11052951120341, 40.5509718261417, -74.11056177388677, 40.550919638363034, -74.11058324863082, 40.550889698577315, -74.11059706845226, 40.55087043110112, -74.11063293666304, 40.55081975991911, -74.11066829311144, 40.55076663708378, -74.11069947180906, 40.55071372988838, -74.11072973369916, 40.550663290111736, -74.11075855569375, 40.550612408656306, -74.11079019654835, 40.55055849780266, -74.11082286165981, 40.550509311917345, -74.11085661491956, 40.55046066348723, -74.11088926882788, 40.550410476207276, -74.11092597639508, 40.550360070676824, -74.11095969814855, 40.550309602281004, -74.11099387251667, 40.550257308069156, -74.11102486122583, 40.55020759063316, -74.1110575073457, 40.55015712955139, -74.11109543303428, 40.55010817173546, -74.11113214678626, 40.55005812904397, -74.1111660683754, 40.55000520015264, -74.11119499300278, 40.549953224344534, -74.1112236951019, 40.549902343785384, -74.11125287276593, 40.549851369103244, -74.1112844216009, 40.54979937001738, -74.1113161273455, 40.549749463595475, -74.11134421992587, 40.54969777132055, -74.1113784178121, 40.54964720598025, -74.11140889052677, 40.5495949422474, -74.11143842991947, 40.54954442013073, -74.11147670719662, 40.54949500077476, -74.11151448958721, 40.549444766909254, -74.11154677814423, 40.54939412952843, -74.111579910917, 40.54934430179233, -74.11161914866231, 40.549295421770886, -74.1116559703025, 40.549244742130234, -74.11169204910927, 40.54919252239805, -74.11172336754599, 40.54914079897356, -74.11175983013813, 40.549090120548605, -74.11179582640803, 40.549040176495446, -74.11182903642677, 40.54898734265087, -74.11185894062781, 40.548937182980126, -74.11189387000209, 40.54888751999863, -74.11193191656068, 40.54883892469472, -74.11196525508767, 40.54878681740981, -74.1120014748432, 40.548735870785976, -74.1120324142574, 40.54868296795388, -74.1120580047669, 40.548631567909545, -74.11208390421861, 40.54857716249851, -74.11211221653336, 40.548524099212806, -74.11214425654384, 40.54847291528184, -74.11217808883511, 40.548421897989506, -74.11221626866578, 40.5483742101903, -74.11225226836315, 40.54832463070057, -74.11229031018762, 40.54827567146669, -74.11233361650919, 40.548227752582335, -74.11237755417899, 40.54818183673658, -74.11241700275222, 40.54813131456918, -74.11244673872305, 40.54807778333178, -74.11247938376215, 40.548027234484806, -74.11251587806177, 40.547978560356555, -74.11254874041893, 40.54792672982615, -74.11257335002496, 40.54787370157071, -74.1126098268313, 40.54782384413621, -74.11265653391074, 40.547779541912334, -74.11271112577937, 40.54774372570352, -74.11275792226711, 40.54772099908283, -74.1128001986313, 40.547714429640564, -74.11286199534196, 40.54771441034547, -74.11292077122623, 40.547723547847255, -74.11296949742236, 40.54774879032969, -74.11302686525549, 40.54778460638178, -74.1130823644652, 40.54782326180677, -74.11313652401573, 40.54785992655836, -74.11318808266972, 40.54789852818062, -74.11324664737091, 40.54793478690298, -74.11329790107524, 40.54797657754349, -74.11333457852604, 40.548002845751434, -74.11335063902858, 40.548014347642905, -74.11337111573505, 40.54802645572967, -74.11339372895299, 40.548045373291195, -74.11374841377645, 40.54801843894184, -74.11387354956575, 40.54809115856933, -74.1142444986127, 40.54805044109889, -74.11473781285743, 40.547996287737185, -74.11479795638198, 40.54796424540231, -74.11485661221226, 40.54792866725264, -74.11490323057389, 40.54788645702808, -74.1149448590131, 40.54783819213122, -74.11497820806458, 40.54778699528759, -74.11501167377983, 40.547735707363856, -74.11504889467676, 40.54768784577645, -74.115083832908, 40.54763891123481, -74.11512948433459, 40.547596164271255, -74.11514623240721, 40.54758317538296, -74.11526092224729, 40.54751545863885, -74.11532479735611, 40.54747969040119, -74.11538751444448, 40.54745152013974, -74.11545815920523, 40.54742913946828, -74.11552370277738, 40.54740599933752, -74.11558922750916, 40.54738223062018, -74.11569962026144, 40.54735927937251, -74.11573421267946, 40.54735097767284, -74.11576330086754, 40.54733684249249, -74.11581441883172, 40.54728945382931, -74.11585321314453, 40.54728007712881, -74.11592480336287, 40.54727006215757, -74.11599894753188, 40.5472569476483, -74.116067189834, 40.547232697732355, -74.11613895723299, 40.54721328094302, -74.11617885115571, 40.547193410075636, -74.1162341621224, 40.547155655326506, -74.11629028126953, 40.54711698839848, -74.11635293630916, 40.54708547671462, -74.11641485986289, 40.54705289050828, -74.11647820529241, 40.547020650429786, -74.11654321421312, 40.54699462586877, -74.11661270358861, 40.54697360995683, -74.1166775709023, 40.54694632022243, -74.1167336417921, 40.54691136149733, -74.1167905916617, 40.54687277452649, -74.1168466230631, 40.54683555546244, -74.11690991445475, 40.54680032995144, -74.11696413438253, 40.54676150343146, -74.11700609620704, 40.546713415745565, -74.11703651505616, 40.546662655337116, -74.1170597617146, 40.54663311865744, -74.11712065758546, 40.546602619638136, -74.11714465420012, 40.5465813895414, -74.11717024804273, 40.546544689450656, -74.11717357271091, 40.546501819152724, -74.11720756772111, 40.546452104163166, -74.11723160922067, 40.5464147860799, -74.11725893459969, 40.54639415051062, -74.11732017455547, 40.54637557671784, -74.11739452150083, 40.546361013049946, -74.1174575531222, 40.54634296235962, -74.11752320004908, 40.54631313636296, -74.11758490095241, 40.5462815439325, -74.1176405086581, 40.54624089210154, -74.11769501059882, 40.54620450357314, -74.11773462272522, 40.546176050424926, -74.11777798395435, 40.54612677142216, -74.1178250145483, 40.546083777921424, -74.11787030922355, 40.5460364654524, -74.11791624134858, 40.54599185659459, -74.11796940897096, 40.54594743750067, -74.11799643095902, 40.54591099150579, -74.11802389249029, 40.54586676899798, -74.11805796832233, 40.54584596870645, -74.1181209124423, 40.545817526554046, -74.1181594916832, 40.545784655432094, -74.11819682105521, 40.5457299324833, -74.11824001720187, 40.54568445009745, -74.11828814764372, 40.545636926519606, -74.1183360126261, 40.545594192200056, -74.11837785762738, 40.5455524312331, -74.1184120953886, 40.54550325234582, -74.11844304020796, 40.545455107048134, -74.11846840458712, 40.54540015410821, -74.11849051375408, 40.5453794876037, -74.11850851319385, 40.545379194367996, -74.11853032386169, 40.54539856111411, -74.11855778953404, 40.5454534676392, -74.1185821932398, 40.545509129259955, -74.11861217061913, 40.54555912710405, -74.11864229223934, 40.545579304723645, -74.11866964838465, 40.545579090046694, -74.11870213832822, 40.545562191386686, -74.11874451086172, 40.54551716802981, -74.11875658484026, 40.54548595046456, -74.11875363087171, 40.54543058998911, -74.11874528991213, 40.54537231017082, -74.11871747314655, 40.54531785972002, -74.11868774689584, 40.545280961616754, -74.11869416490345, 40.545263539681244, -74.11874801650212, 40.54522399317097, -74.11875477822214, 40.54520602785843, -74.11874627262252, 40.54518262924261, -74.11869612180789, 40.545143065086556, -74.11866945805177, 40.54511760951733, -74.11866678501968, 40.54508944467917, -74.11866652993402, 40.54503288280851, -74.11867025258368, 40.54498603351896, -74.11869564782123, 40.544932708648325, -74.11871906664119, 40.54487524609005, -74.11872898095699, 40.54481784792024, -74.1187427046487, 40.54476112480794, -74.11876733740067, 40.54470527833109, -74.11879359682545, 40.5446600735011, -74.11881260549403, 40.54465055506959, -74.118844541531, 40.54465435646722, -74.11891221449908, 40.544681072599474, -74.11896780778002, 40.54468921702035, -74.11903169590381, 40.54468525332775, -74.11907179869671, 40.544664020535116, -74.11908410894473, 40.544644997632304, -74.11907844638407, 40.544596717216336, -74.11908680583768, 40.544581803014715, -74.11912537984394, 40.54456718976576, -74.11918770890064, 40.54456215687633, -74.11926507107553, 40.54456897279078, -74.11933712254873, 40.5445706116363, -74.11941693396221, 40.54456935887751, -74.11948957244869, 40.54456457355369, -74.1195513213414, 40.54456650485034, -74.11958476467558, 40.544580771304865, -74.11959251042973, 40.544595683178876, -74.11959686800616, 40.54465003448496, -74.11962821220132, 40.544684564082964, -74.11966873885922, 40.54469775780923, -74.11970349508054, 40.54469429597561, -74.11974918996897, 40.54466803217266, -74.11980259986022, 40.544630299287945, -74.11985430698016, 40.5445903249413, -74.11987039506886, 40.54456439006345, -74.11986157091442, 40.54451822472279, -74.11985347538493, 40.54449129479065, -74.11986950168028, 40.54446843527888, -74.119924120958, 40.544425896759556, -74.11997170037803, 40.544392836418304, -74.12002142660567, 40.54437926753426, -74.12005582120102, 40.544381596364175, -74.12010065528122, 40.54439085643263, -74.12017407857856, 40.544390034877644, -74.12023884887151, 40.544382535018876, -74.12030805484649, 40.54436558844428, -74.12036628510894, 40.54435075066238, -74.12042742272116, 40.544320790843756, -74.12049485409297, 40.54429780888038, -74.12052717388369, 40.54429058154622, -74.12058260091814, 40.54429628943277, -74.12065445646718, 40.54431247387977, -74.12072890954227, 40.54432826832394, -74.12080214471523, 40.54434226924963, -74.12087355442112, 40.54435990748018, -74.12092761631219, 40.544356142186174, -74.12097556443341, 40.544330123165864, -74.12105326905818, 40.54431163539033, -74.1211050157469, 40.54431684080803, -74.12117237674892, 40.544290335656704, -74.12123059295308, 40.54426854087508, -74.12126008156538, 40.54425592126252, -74.12133828651399, 40.5442510712564, -74.12141251901137, 40.544255211762554, -74.12146203483326, 40.544243002273255, -74.1215141043439, 40.544221909056745, -74.1215711816694, 40.5441841318423, -74.12163379631008, 40.54415081174891, -74.12168062609219, 40.54412218659037, -74.12170514044267, 40.544115584957346, -74.12176239331922, 40.5440809710149, -74.12182676403397, 40.54405269190846, -74.1218891239935, 40.5440183777629, -74.12193141952461, 40.543982033488916, -74.12195857923113, 40.543928232337954, -74.12195780896711, 40.54388197575158, -74.12193323637189, 40.54383589393064, -74.12193455641153, 40.54379982639575, -74.1219500022053, 40.543789891580985, -74.12196984707809, 40.543793286204696, -74.12200269846211, 40.543807829947355, -74.12206462822613, 40.54381283139964, -74.12213637113526, 40.543798475444575, -74.12220848733408, 40.54378492772118, -74.12227911224322, 40.54376796313747, -74.12230494827466, 40.54376252254976, -74.12242972407572, 40.54370953040563, -74.12245671832962, 40.54369648809509, -74.1225862274824, 40.543653144389175, -74.12293724499506, 40.54353903246427, -74.12297980619519, 40.54352180121791, -74.1231512375879, 40.54345376812513, -74.12317498773163, 40.54344584862457, -74.12322088518141, 40.54343141164931, -74.12323856299464, 40.543424076790544, -74.12326247912233, 40.54340952020439, -74.12331086663788, 40.54338258749899, -74.12332640699546, 40.54337416438292, -74.12337530403147, 40.54334766515734, -74.1233932783735, 40.5433379228454, -74.12344140293764, 40.54331184136601, -74.12350413262423, 40.54327784472899, -74.1235223970258, 40.54326794449242, -74.12356833140399, 40.54323847392814, -74.12358408999437, 40.54322809099384, -74.12362661080557, 40.54320007212864, -74.12364357667792, 40.54318889362079, -74.12368710312995, 40.54316021266278, -74.12370192201757, 40.54315044848644, -74.12374461368671, 40.543122317727736, -74.1238196677002, 40.54307286268371, -74.12390792860359, 40.543014632104935, -74.12401472013435, 40.54292856234207, -74.1241058751538, 40.54285637390597, -74.1242134961244, 40.54274305128844, -74.12430894760182, 40.54263985016839, -74.12439050603712, 40.54254918855978, -74.12450264273767, 40.54239932636216, -74.12460021117005, 40.5422759778934, -74.12471107510589, 40.54213595693668, -74.12481825037595, 40.541976672186905, -74.12490928423834, 40.54186166313748, -74.12501656542754, 40.54169827888002, -74.12514137261839, 40.54157069931951, -74.12526300882017, 40.54141041050473, -74.12534328159634, 40.5412726754144, -74.12541879531102, 40.54114158325573, -74.12551623495519, 40.541001191641996, -74.12560933311566, 40.54090813373972, -74.12569116008345, 40.540829883773775, -74.12577476785235, 40.54071701730489, -74.1258515646281, 40.54065877435936, -74.12592080994938, 40.540598477434756, -74.12598277713688, 40.54054710818335, -74.12604168792882, 40.54049309740265, -74.12613274306668, 40.540342139165254, -74.12619084521289, 40.54022948591202, -74.12625677398192, 40.540129779017995, -74.12631746522716, 40.540022601663715, -74.12642826499835, 40.53988748066028, -74.12653243793201, 40.539756241823184, -74.12665453643966, 40.53958740858524, -74.12685021724761, 40.53932815477126, -74.12703330281944, 40.539094168962286, -74.12716544481829, 40.53890975842883, -74.12723814455865, 40.538798690500535, -74.12730776364448, 40.538648140484426, -74.1273657473641, 40.53853833241784, -74.12741993769407, 40.53842629432033, -74.1275038956011, 40.5383076474865, -74.12761609708669, 40.53819105662552, -74.12773433443743, 40.538093578952584, -74.12782412634373, 40.5379893914745, -74.12791580079426, 40.53787789224044, -74.12796711988587, 40.5378186793581, -74.12805035582899, 40.537712854642194, -74.12809842937263, 40.537642277051695, -74.12818874011813, 40.53753597336378, -74.12827341237416, 40.537392918142146, -74.128354718579, 40.53728092043478, -74.12845723101056, 40.53716984720073, -74.12847587062754, 40.537147006058575, -74.1285556055137, 40.537049299546624, -74.12866001738539, 40.53691788737222, -74.12877184125978, 40.53679441304965, -74.12888830396025, 40.5366614346368, -74.12900750343859, 40.53654500203733, -74.12909661933163, 40.536446134627596, -74.1292001563509, 40.53633822852721, -74.12925592886677, 40.53629673334527, -74.12927458406547, 40.53626024724868, -74.1293646702589, 40.53612401471435, -74.12939390480904, 40.53608706641289, -74.12940855818788, 40.53606377574284, -74.12945537702703, 40.53600245641762, -74.129503026586, 40.53594898604147, -74.12953886346972, 40.53589123795609, -74.12955352599475, 40.53587697595398, -74.12958858701191, 40.53585132535974, -74.1296149140221, 40.53581245315197, -74.12965737246887, 40.53577548985263, -74.12968060592068, 40.53573971263685, -74.12972621425034, 40.53568375451119, -74.12975050452589, 40.535664658374884, -74.12976775429243, 40.53565835048987, -74.12979201700175, 40.53562871729339, -74.1298247642216, 40.53557867302772, -74.12982818413701, 40.53556316656456, -74.12986934578477, 40.535501625630545, -74.12990071881316, 40.5354745562766, -74.12991650915225, 40.53544309285929, -74.12995989701875, 40.53539567776287, -74.1299951271966, 40.535365576440256, -74.13004951440824, 40.53530795847572, -74.13008481894192, 40.53527365517553, -74.13010940944467, 40.53523732701118, -74.13012827606796, 40.53518372959214, -74.13014167638318, 40.53514876219412, -74.13017198825479, 40.53510604368455, -74.13022340077457, 40.53507206157597, -74.13022863756896, 40.535056821396836, -74.13022790319616, 40.535040349763975, -74.13024975736694, 40.53500632101998, -74.1302841877817, 40.534970582306165, -74.13030404770689, 40.5349138084664, -74.13032181686383, 40.53488041921696, -74.13036138323628, 40.534826230026205, -74.13038242950024, 40.53479136648317, -74.13044522737924, 40.53472806274515, -74.13050416087185, 40.53467503749412, -74.13054473374883, 40.534644407620796, -74.13060685029133, 40.534577470935744, -74.13065006552648, 40.53453224675626, -74.1307130355945, 40.53447757784142, -74.13074668419398, 40.53442075040073, -74.13076903247128, 40.53438492894135, -74.13079842259748, 40.5343311627289, -74.1308784405863, 40.534236819527045, -74.13093869929978, 40.53418166008784, -74.13097834934847, 40.53412727156823, -74.13102713384147, 40.53406822858473, -74.13106722166886, 40.53402288534298, -74.13109791644946, 40.53399181358254, -74.13113312492324, 40.533937452593165, -74.13115781074902, 40.53390452988927, -74.13120513994824, 40.533856465933916, -74.13122541350404, 40.53382277290243, -74.13123231626686, 40.53380620069084, -74.13126053957457, 40.53377883648552, -74.13128514538123, 40.533730475184086, -74.13133834210267, 40.53369052272786, -74.13135426714659, 40.53367711184862, -74.13137375940197, 40.533654313377916, -74.13142423655174, 40.53363471233634, -74.13144571982535, 40.53362388320054, -74.13149316870967, 40.53358046751624, -74.13155060224693, 40.53353565986161, -74.13161490034467, 40.533488548861484, -74.13167134093084, 40.53345443155821, -74.13171443778116, 40.53343012188395, -74.13176704003618, 40.53340618310852, -74.13182853558234, 40.533366091222454, -74.13188690304565, 40.53331627718822, -74.13194767939663, 40.5332802393432, -74.13200220061397, 40.53324138640137, -74.13204902000574, 40.533211225188694, -74.13210565218183, 40.53319365646393, -74.13216709411152, 40.533160076179335, -74.13220625674549, 40.53313336643721, -74.13223529455345, 40.53311356549224, -74.13229305412705, 40.53307412513894, -74.13234523017746, 40.53303486949756, -74.13239710168162, 40.53299443359056, -74.13245347095067, 40.5329527326314, -74.13251610011201, 40.53290500978854, -74.13255863876375, 40.53286678367079, -74.13258297583349, 40.5328507810912, -74.13263315018659, 40.53279981445383, -74.13268500440213, 40.532744904239124, -74.13273869422906, 40.532697920132286, -74.13280339753996, 40.532643513711186, -74.1328529343726, 40.532599742937805, -74.13289460626777, 40.5325472389152, -74.13290799014241, 40.53252992516732, -74.13294021471633, 40.53250090794533, -74.13298029475067, 40.532453958393965, -74.13300519344068, 40.53238876549722, -74.13303288593445, 40.53233671887679, -74.13307208606753, 40.532290135026244, -74.13312107527658, 40.53224777499813, -74.13316525005672, 40.532188759852446, -74.13319530610721, 40.53216085992759, -74.13325526032334, 40.53211825568383, -74.13326952261768, 40.532102374515105, -74.13329118922412, 40.53206432453866, -74.13333835879453, 40.532010434359, -74.13335087253175, 40.53199308284642, -74.13341268495527, 40.53194376111884, -74.13345285439179, 40.53189581441049, -74.13350371519915, 40.53185299637406, -74.13355419529319, 40.531810463324824, -74.13359515066391, 40.53176314512129, -74.1336197091965, 40.53173603944372, -74.13366044952672, 40.53170753441201, -74.13369754542286, 40.53165905718161, -74.13374346052692, 40.53161615294329, -74.13376830659884, 40.53156057938466, -74.13381266223683, 40.53150457514289, -74.1338470213659, 40.53147163067088, -74.13389298693733, 40.53145167448667, -74.13390788742392, 40.531441673846324, -74.1339550455025, 40.53138016134784, -74.13400404682393, 40.53131973001417, -74.13405754300382, 40.5312702033164, -74.13412970325925, 40.53124008099526, -74.13417061559157, 40.531179930999556, -74.13421749241543, 40.531137258682364, -74.13429140941439, 40.53109930050552, -74.134328512307, 40.531048827488114, -74.13434851372237, 40.53102715447138, -74.13440368536301, 40.53099466275369, -74.134426872378, 40.53097837565839, -74.1344449604168, 40.53094018556526, -74.13446737621196, 40.530922474728285, -74.13453049008005, 40.530898510659206, -74.13455035441918, 40.53087973927129, -74.13457698760773, 40.53083707251898, -74.1346013627653, 40.53081597517161, -74.13466765173176, 40.53077231724212, -74.13471837654254, 40.53072958887435, -74.13478223205244, 40.53068316370725, -74.13481652983415, 40.53064541109072, -74.13484448853632, 40.53062224276937, -74.13486972560422, 40.530594965823965, -74.13491961701253, 40.53055813140594, -74.1349729711624, 40.5305072887715, -74.13498984280223, 40.53049522886427, -74.13506996514663, 40.53046064257094, -74.13512040104403, 40.53041944436231, -74.13516362669537, 40.53037462188725, -74.13518275946315, 40.53036368134823, -74.1352253851901, 40.53032104513952, -74.1352754910526, 40.53028540441428, -74.13529196662022, 40.530277134354314, -74.13531298021499, 40.53026658690907, -74.13537144212982, 40.530226399428166, -74.13541871698914, 40.53017992501405, -74.13544613216489, 40.530153733210156, -74.13551427638241, 40.53011297950641, -74.1355775479342, 40.530078874717894, -74.1356309201251, 40.530040847179585, -74.13564783799258, 40.530035398803165, -74.1357121971704, 40.52998482918637, -74.13576796242485, 40.529933316937345, -74.13579971893, 40.529905759214856, -74.13581435478478, 40.5298912911144, -74.13587831391213, 40.5298507402606, -74.13593477345037, 40.52980472753834, -74.1360009435964, 40.5297494161304, -74.13605592983836, 40.52970444880631, -74.13607443027158, 40.52968974105423, -74.1360910991732, 40.52967916529584, -74.13610943959658, 40.529666447896574, -74.1361415130904, 40.52965848341044, -74.13616090735621, 40.5296474730565, -74.1361884985888, 40.52962047399091, -74.1362545580746, 40.52957301788042, -74.13632732446207, 40.52953767218471, -74.13635176311774, 40.52952217027357, -74.13638755738106, 40.5294909217265, -74.13646754124304, 40.52944610010631, -74.1365256879733, 40.529412923926245, -74.1365926858501, 40.529381920968234, -74.13664629255493, 40.52934716519756, -74.13672168258758, 40.52932419029574, -74.13675249124064, 40.52931938710071, -74.1367936518756, 40.529297519147086, -74.13686478812679, 40.52928306822335, -74.13690799090872, 40.529281594774126, -74.13701278187932, 40.529327165295555, -74.13704463753396, 40.52935814058771, -74.13710233674121, 40.52941075894023, -74.13714037931626, 40.529461981513236, -74.13716919727936, 40.52950101743166, -74.1372220092098, 40.52955234660252, -74.13727311671752, 40.52959606291456, -74.13732306543827, 40.52964614913032, -74.13737669079359, 40.52969634529188, -74.13742084638203, 40.52975061414957, -74.13746805787162, 40.529796984394075, -74.1375274426199, 40.52985394556556, -74.13758711208837, 40.52990469181509, -74.13763456534139, 40.529948573539784, -74.13767149348199, 40.529994138348094, -74.13771815789045, 40.53004289194479, -74.13774606835733, 40.53007366645348, -74.13780210865727, 40.53011106120138, -74.13785161345275, 40.53015096003578, -74.13789384302049, 40.53019692904741, -74.13794425166678, 40.530236105432465, -74.13800805176687, 40.53027390139658, -74.13808976761844, 40.53031513740984, -74.13817616107914, 40.53034339561663, -74.13824242386522, 40.53037003183418, -74.13832579637788, 40.530404122689525, -74.13838437504621, 40.53042798184708, -74.138450541419, 40.5304638295706, -74.13851549987987, 40.530502225408966, -74.13857524161904, 40.5305484792188, -74.13861870348106, 40.53057423950868, -74.13865182647577, 40.530585690258086, -74.13871259487088, 40.53061985495748, -74.13874864662262, 40.53064523602329, -74.13879076915157, 40.53069036283925, -74.1388227624109, 40.530723237586166, -74.13888290706493, 40.53076667479465, -74.1389389239358, 40.53081378752283, -74.1389928580693, 40.53084798105669, -74.13906095526133, 40.530901610634686, -74.1391126262675, 40.530960384987345, -74.13916844699294, 40.53102253667255, -74.13922279806951, 40.53109244366603, -74.1392855064843, 40.531157263312814, -74.13933135819458, 40.531216615561625, -74.13938891123921, 40.5312818376409, -74.13942809979045, 40.53133791821459, -74.1394667660348, 40.53138234656626, -74.13952822494186, 40.53143974543901, -74.13957878677198, 40.53150389258281, -74.13961681347344, 40.53154829644637, -74.13965931847225, 40.531614933408484, -74.13970939922051, 40.53168086862911, -74.13975900248097, 40.53175038671259, -74.13979298494925, 40.53179939624205, -74.13983547326191, 40.531858461512265, -74.13988587614227, 40.5319129127196, -74.13993277123026, 40.53198700330998, -74.13997814385198, 40.532056559773665, -74.1400185065105, 40.53210305978743, -74.14007189336799, 40.5321665116604, -74.14012978805789, 40.53223295136393, -74.14016871292804, 40.532279796180866, -74.14018587279796, 40.532300725130185, -74.14023038963136, 40.53237225379556, -74.14028034518135, 40.532443792007555, -74.14030983790424, 40.5325002920632, -74.14035991143072, 40.53256722479184, -74.1404082101649, 40.53262245999943, -74.14043968573651, 40.532673824582304, -74.1404749687602, 40.53273917781392, -74.14050391628827, 40.532791647719264, -74.14054176754377, 40.53286310967537, -74.14057684235836, 40.532932066145335, -74.14059853994914, 40.53298465296668, -74.1406116165173, 40.533014039214756, -74.14064431376238, 40.533063046460974, -74.14067801454979, 40.53311891089483, -74.14070764449188, 40.53317581681646, -74.14073753089275, 40.53324014727512, -74.1407601614286, 40.53330801129135, -74.14078676322714, 40.53336840775165, -74.14080743637813, 40.533416943409165, -74.14083633385242, 40.53348124353549, -74.14085906799036, 40.53355953732743, -74.14087211105276, 40.533616596832594, -74.14088002578718, 40.53367866686697, -74.14088011226092, 40.53373200957746, -74.1408735519067, 40.533789501975114, -74.14086182891536, 40.53384638924746, -74.14084250905371, 40.53391140140237, -74.14082509467495, 40.5339873175191, -74.14081614434515, 40.53404992964759, -74.14080391082776, 40.53414129067629, -74.14079507766859, 40.53420911762001, -74.1407841493007, 40.53427125308935, -74.1407707669322, 40.53434451669707, -74.1407608723761, 40.53440829796272, -74.14075328913773, 40.534467753856276, -74.14074498943792, 40.53453841320336, -74.14073128383882, 40.53459722911991, -74.14071925975918, 40.53465530814217, -74.14070870778036, 40.534714649700895, -74.14069773172616, 40.5347884110421, -74.14067685143894, 40.53484574176606, -74.14065130589775, 40.534914522118726, -74.14061721943673, 40.53496411545773, -74.1405904873006, 40.53501760897556, -74.1405530574415, 40.53508090252827, -74.14051056100223, 40.53512254725848, -74.14047009917061, 40.535178708705644, -74.14042216872859, 40.53523056844281, -74.14039313196842, 40.53526813348108, -74.14033430150437, 40.53531446645755, -74.14027287335527, 40.53535866652363, -74.14023987224422, 40.53537899934895, -74.14021186840112, 40.535402087983115, -74.14016901997223, 40.535417920264806, -74.14010065247153, 40.535437845957595, -74.1400251298756, 40.53545493376544, -74.13995116921218, 40.53545644317737, -74.13986059566085, 40.535455090188364, -74.1397756929394, 40.535455171970405, -74.13970321218476, 40.53545433264353, -74.13961902393595, 40.53544781977036, -74.13953420429868, 40.53543907339151, -74.13944691263697, 40.53542783008523, -74.13935707873884, 40.53541550736313, -74.1392770606961, 40.53540168318942, -74.13918248320459, 40.53538935167661, -74.13908773898744, 40.53537572352675, -74.13900470696964, 40.53536380202924, -74.1389478700217, 40.53535385695139, -74.13892937856619, 40.535350622116994, -74.13887508814814, 40.5353449388248, -74.13881976946972, 40.53533914688578, -74.13872022847957, 40.5353265751493, -74.13859709809067, 40.535312340612826, -74.13857176697057, 40.53531032158605, -74.13849131078933, 40.53530307395362, -74.13841193172084, 40.53528759593663, -74.13833111976622, 40.535277802826755, -74.1382449442145, 40.53526956232595, -74.13815944857727, 40.535259057013626, -74.13808819419333, 40.53524783930196, -74.1380081929774, 40.53523736599123, -74.13792669713075, 40.535234136470784, -74.13784186156808, 40.53523345219369, -74.13780384374947, 40.53522814689082, -74.1377296520578, 40.53523314469728, -74.13763660450695, 40.535233297705204, -74.13755054887139, 40.53523507942204, -74.13746402717169, 40.535235790903954, -74.13738202588446, 40.535235860238025, -74.1373273762074, 40.53523961418298, -74.13724720886604, 40.53523956776058, -74.13715076929903, 40.53524325900397, -74.13706743205225, 40.53523592016062, -74.13699378888465, 40.53523676359916, -74.1368940265444, 40.53523516348387, -74.13678608188853, 40.53523794599708, -74.13669396792555, 40.535239818939246, -74.13660420468402, 40.5352380148543, -74.13650738712145, 40.53523175156483, -74.13642298410134, 40.53522843708239, -74.13632120051807, 40.53522943869691, -74.13624079379383, 40.53523701933241, -74.13619632532986, 40.535237876264105, -74.13613589248399, 40.53523370194543, -74.13604544801787, 40.5352381704124, -74.1359623881634, 40.53523832103443, -74.13587721943159, 40.53523456579856, -74.13579613739024, 40.53523278862975, -74.1357217868197, 40.53523227679364, -74.13565949503877, 40.535236245199286, -74.135579429464, 40.535242723622055, -74.13550736486306, 40.535247320347295, -74.13545797785332, 40.5352509834417, -74.1354206775696, 40.53524671031004, -74.13534523252285, 40.53525478065696, -74.13525817846786, 40.53525957770237, -74.13517943447322, 40.53526591200568, -74.13510494556584, 40.53527522199709, -74.13501832277912, 40.5352814357849, -74.1349630437566, 40.535294503510315, -74.13489742961049, 40.53530095366215, -74.1348202655824, 40.53531880362177, -74.13473728076788, 40.53533339324334, -74.13465643966504, 40.53535517010989, -74.13457149508521, 40.53537543253771, -74.13454066956558, 40.535384461341586, -74.13449001976223, 40.53539882377726, -74.1344720523242, 40.53540426780523, -74.13443620487408, 40.53542517683099, -74.13435605132356, 40.53544853761068, -74.13430003385267, 40.53546077379228, -74.13421481648321, 40.53549284220283, -74.13414103198862, 40.53552692878503, -74.13408117852046, 40.53554921833832, -74.13400724394816, 40.535581514758945, -74.13396373222456, 40.53559933206265, -74.13390660246415, 40.535633244168686, -74.13386575123172, 40.53565112947384, -74.13380910266048, 40.535684310641514, -74.13377563483664, 40.53570663862119, -74.13371139109536, 40.53573166890172, -74.1336440208648, 40.53577037550857, -74.13358250039497, 40.53580564695803, -74.13352615577423, 40.535846949497476, -74.13346783855191, 40.53588459095265, -74.13341668884875, 40.535921411772655, -74.1333793150745, 40.535949041082986, -74.1333384729606, 40.53597521375203, -74.13330351434041, 40.5360077237981, -74.13325465066215, 40.53604806565873, -74.13322142388111, 40.53607307587016, -74.13319402680652, 40.53610408313177, -74.13317911356712, 40.536117736232484, -74.13311851903163, 40.5361755006562, -74.13304687274639, 40.53624199767129, -74.13264317351882, 40.53659017047956, -74.13232761417146, 40.53687003608965, -74.13221384886684, 40.53697127396877, -74.13202089103066, 40.537142984511554, -74.13161454859305, 40.537503007657236, -74.13137673318964, 40.53771242680912, -74.13116587843496, 40.537898103758245, -74.13086604188274, 40.53816403508521, -74.13050759830611, 40.53848260958982, -74.1302134849043, 40.53874313312218, -74.12990583049486, 40.53901646051486, -74.12962561554082, 40.53926518068754, -74.12932685227074, 40.53952968030409, -74.12882175533862, 40.53997941169804, -74.12879783681576, 40.540002485745205, -74.12866653313212, 40.54011959173937, -74.12858327597272, 40.54018538032762, -74.1284661243907, 40.54029816391576, -74.1282937793687, 40.540445248041536, -74.12819491072275, 40.54053749599149, -74.12811845976503, 40.54063152530277, -74.12802274880016, 40.540730881949166, -74.12794616156746, 40.54083659114354, -74.12788075753659, 40.54092704459417, -74.12781285068232, 40.54102665555995, -74.12777649154216, 40.54109499566931, -74.12772967354516, 40.54118474844838, -74.12771532081017, 40.54121245024479, -74.12766809033532, 40.54131375903101, -74.12761630062626, 40.54140932299334, -74.12758066411918, 40.541513236689894, -74.127548810983, 40.54159378287566, -74.12752064327498, 40.54170786422034, -74.12748591605163, 40.54182636092411, -74.1274736091175, 40.54192666187618, -74.12745841824966, 40.542025038897776, -74.12745085224167, 40.54214598818971, -74.1274454720835, 40.542258749255616, -74.12744369465186, 40.542397549587115, -74.12745859761999, 40.54253250596015, -74.12747269985269, 40.542634421952, -74.1274922772818, 40.542745158836, -74.12752193817539, 40.542858432110926, -74.12754884501585, 40.5429567614759, -74.12758897027719, 40.54309640136783, -74.12769875815769, 40.54336629177681, -74.12773030974124, 40.54342036579606, -74.12768125278386, 40.54343704770075, -74.12773467218851, 40.543528805199955, -74.12775262663399, 40.54356391661516, -74.12780820492607, 40.54355673609455, -74.1278491695468, 40.54361634145075, -74.12788295482311, 40.54366550236228, -74.12799169856113, 40.54381994148338, -74.12813562618315, 40.54400942310308, -74.12815652698679, 40.544036938816824, -74.12844454196058, 40.54440548307208, -74.12850664635562, 40.54447803934559, -74.1287085930522, 40.544713971153016, -74.128804099785, 40.54478672035464, -74.12883587461398, 40.54481494957087, -74.1288835810379, 40.54485967027194, -74.12892927909067, 40.54490538018643, -74.12898041425775, 40.544948537283304, -74.12903462967772, 40.54499003212397, -74.12908593359188, 40.545030033535035, -74.12913436163896, 40.54507415987254, -74.12918460473809, 40.5451167631563, -74.1292332221515, 40.54516168710641, -74.1292829508077, 40.54520313014577, -74.12932712340081, 40.54524721166362, -74.12937197639347, 40.54529149231502, -74.12941681005415, 40.54533612237525, -74.12946709331347, 40.54537793392584, -74.12951744053274, 40.545418605314204, -74.12956977277372, 40.54545652693067, -74.12962047174919, 40.54549712133194, -74.12966736321218, 40.545539883077815, -74.12972207025864, 40.54557875920392, -74.12977677146112, 40.54561763260892, -74.12982309272739, 40.54566028777259, -74.12986796689209, 40.545704216999674, -74.12992028309202, 40.54574459961623, -74.12997045998902, 40.54578420927595, -74.13001753758387, 40.54582776763457, -74.13006115670768, 40.54587148027917, -74.13010298265225, 40.54591636832635, -74.13011827184714, 40.5459439944994, -74.1301313386251, 40.54596760053201, -74.1303572888682, 40.546082374949364, -74.13057863262553, 40.54618215317113, -74.13090107382682, 40.54630195336329, -74.131162675076, 40.54638778491699, -74.13151659475257, 40.54649837194547, -74.1320195859057, 40.546628103813006, -74.1322330437777, 40.54667255859522, -74.13260010647541, 40.546749000755625, -74.1326270541227, 40.54674913713315, -74.13265929412962, 40.54674935294056, -74.13273351565383, 40.54674858907465, -74.13280694713775, 40.54675184152714, -74.13288178501168, 40.546754702376745, -74.13295664763571, 40.54675694628752, -74.13303051468884, 40.546754240202034, -74.13310404491808, 40.54675134624914, -74.13317951029039, 40.54675097328323, -74.13325359659797, 40.546746338770255, -74.13332630683455, 40.546743683365854, -74.13339839244391, 40.546739777808135, -74.13346951981765, 40.546730133355844, -74.13354223810516, 40.54672088684362, -74.13361554108474, 40.5467135928494, -74.13368897305504, 40.54670823479262, -74.13376429368401, 40.54669986042278, -74.13383769076326, 40.54669300923667, -74.13391466476168, 40.546683806156764, -74.1339879777398, 40.546672119139146, -74.13406022519627, 40.546663034042545, -74.1341323428137, 40.5466563192408, -74.13420662428638, 40.54665019621312, -74.13427876023123, 40.546643216542854, -74.13435418801913, 40.54663713080192, -74.13442888690909, 40.54662961582676, -74.13450175011107, 40.54661975978017, -74.134573579283, 40.546609958930794, -74.13464457394203, 40.546598461520354, -74.13472058336585, 40.54658580190525, -74.13479109629527, 40.54657253183031, -74.13486340072794, 40.54656019885842, -74.13493536848641, 40.54654776447688, -74.13500885209311, 40.54653713832867, -74.13508017915521, 40.546523717631274, -74.13515265080396, 40.54650831348097, -74.13522523266133, 40.54649080101981, -74.13529718119507, 40.546470107694624, -74.13536372310622, 40.5464471369596, -74.13538489522051, 40.54644182410122, -74.13633519445301, 40.54741028979795, -74.13641376572734, 40.547448285203494, -74.13657922879376, 40.547528297619515, -74.13692330671776, 40.54771520211325, -74.13709396444631, 40.54782238911856, -74.1374315052345, 40.54805522499903, -74.1379120079989, 40.54835420763571, -74.13815193066448, 40.54851094243851, -74.13832343954783, 40.54861447675225, -74.13843448303915, 40.54866906620082, -74.13833063177339, 40.54876350179787, -74.13815584989692, 40.54893739065207, -74.13795773317464, 40.54912021619117, -74.13785289868854, 40.54924058142089, -74.13776550025702, 40.54932529896793, -74.1376431022444, 40.54942341862959, -74.13737106857087, 40.54957774897689, -74.13608945975979, 40.55042406060936, -74.13602551745261, 40.5504650869496, -74.13529106921514, 40.550863248318116, -74.13455868375878, 40.55125476206066, -74.134523966183, 40.55127932229204, -74.13416005665775, 40.551536744984276, -74.13393071686082, 40.55172947786971, -74.13318435447472, 40.55234365535263, -74.13376761377134, 40.55281478345991, -74.13410040779993, 40.55257755038415, -74.13415308533392, 40.552561677403844, -74.13518481217253, 40.551916328514295, -74.13527551737339, 40.551855692763766, -74.13591003135711, 40.552378527250504, -74.1365582423779, 40.552904372208204, -74.13728383968326, 40.552450152878336, -74.13838337197983, 40.55334696235178, -74.13843093930718, 40.55338575917131, -74.13850135612525, 40.55344319004209, -74.13924168734768, 40.55300261148777, -74.14016687642527, 40.55376012347167, -74.14024964934407, 40.553828290484475, -74.14038012907695, 40.55393677787183, -74.14040007192042, 40.553953449267105, -74.14047837721229, 40.55409995123264, -74.14044705594084, 40.55430878577331, -74.14043518360451, 40.55434200362917, -74.14040593662268, 40.554417194685385, -74.14038280649054, 40.55447665775403, -74.14034478837432, 40.5545664516569, -74.14028181668526, 40.55471840069563, -74.14025454109975, 40.55479361721875, -74.14018182262961, 40.554963525607505, -74.14014283814305, 40.555052732574524, -74.13989576495557, 40.55564055118395, -74.13986820855021, 40.555707780275576, -74.13978308744147, 40.55590302271875, -74.1398927771268, 40.555930028344115, -74.13992780111084, 40.55594050113113, -74.13997895154547, 40.55595815937015, -74.14025098699244, 40.556058386637105, -74.14030620636092, 40.55607781289912, -74.14033526675529, 40.55608708073794, -74.14035909408025, 40.556092810490604, -74.14039977156948, 40.55610117799626, -74.14045090572134, 40.556107040941924, -74.14056142365844, 40.55614414612783, -74.14061206000808, 40.55615131807677, -74.14064450565134, 40.556222933284, -74.14038970906132, 40.55651882501224, -74.14053548350536, 40.556618623234066, -74.14056627696702, 40.556647885996185, -74.14059348558949, 40.55679874949714, -74.14092505856723, 40.55705997412434, -74.14113660760395, 40.55690601870782, -74.1413631569328, 40.55708721067631, -74.14051717348799, 40.557768869807475, -74.1414196038669, 40.55848925620371, -74.1428258765558, 40.55780035994463, -74.14293288314406, 40.55794649311124, -74.14299582212588, 40.55797097573755, -74.14326171979972, 40.55807440488671, -74.14327756698876, 40.558081454254754, -74.14330419255874, 40.55809387802511, -74.1434280211669, 40.55817242770529, -74.1432148496331, 40.558339470404576, -74.14304696916203, 40.558460741055725, -74.14311713128387, 40.55853106404499, -74.14354739111364, 40.55889584653592, -74.1421427899424, 40.55963075288826, -74.14790863583157, 40.56457955527757, -74.14830743905064, 40.564311029941784, -74.14833251493053, 40.56433234184149, -74.1486131384963, 40.56457084196254, -74.14864554830564, 40.564597307923584, -74.14869523835138, 40.56463972504597, -74.1487955478844, 40.56472241386831, -74.14890655117716, 40.564802440291615, -74.14906813664162, 40.5649026078875, -74.14944618387962, 40.565111629531906, -74.14959403245375, 40.565207811419015, -74.14974642003031, 40.565317973275, -74.14989377355717, 40.5654336329083, -74.15003400873923, 40.56555420771837, -74.1502669341738, 40.565786492113055, -74.15043443641645, 40.56597417310933, -74.15059425035881, 40.56613742995587, -74.15076328692211, 40.56629571077254, -74.15095245779551, 40.56645711042, -74.15109380851243, 40.56656789284215, -74.15126300993208, 40.56668950236806, -74.15220195331862, 40.56734255572669, -74.15228114551294, 40.56739262089239, -74.15197949456453, 40.56766609781048, -74.15184964750534, 40.56777499098008, -74.15114130051549, 40.56827473211369, -74.15072561377636, 40.56857577221613, -74.15070960710104, 40.56858951273545, -74.15069861928457, 40.568601717574786, -74.15068674059904, 40.56864512231316, -74.15056293226365, 40.56874986727321, -74.15040313968916, 40.56888468456453, -74.15038389511369, 40.568902211487476, -74.15034586174102, 40.568941454875436, -74.15041389599537, 40.56901243713855, -74.1506241142491, 40.56916040450229, -74.15064188405559, 40.5691727985558, -74.15084755644688, 40.56931431649956, -74.15089044500456, 40.56936054181303, -74.15090542125347, 40.569386163722235, -74.15091550602249, 40.56955858412565, -74.15091833858773, 40.56960700259666, -74.15092104862494, 40.56965972754447, -74.15094617055114, 40.57007433549441, -74.15099781621046, 40.57006990366866, -74.15102493363591, 40.57007461649412, -74.151382306815, 40.57029577367409, -74.15141760844726, 40.57031468682384, -74.15144475006501, 40.570322200154585, -74.15168601110129, 40.570762655135084, -74.15165988883957, 40.57075792764378, -74.14966960397328, 40.57137145581276, -74.14789717789633, 40.57088695950807, -74.14775981443529, 40.571001794851554, -74.14739757767722, 40.571285087513566, -74.14728866820516, 40.57138747922781, -74.14727789996154, 40.57139906749419, -74.14725307819972, 40.57143461695922, -74.14723924298197, 40.57145796642012, -74.14721563095151, 40.571511956197064, -74.14699102957816, 40.57201252468461, -74.14686621123417, 40.572302001686026, -74.14669544104478, 40.572621796701604, -74.14664691280889, 40.57273254229257, -74.14656097571148, 40.572963120837784, -74.14655435939574, 40.5729892526322, -74.14655159797125, 40.57301655829665, -74.14655375865544, 40.573041633383, -74.14656146131173, 40.573071944260114, -74.14657192863402, 40.57309687637064, -74.14658613228107, 40.57312060691386, -74.14660144216874, 40.57313826379799, -74.14662823739326, 40.57316147397193, -74.14665375835744, 40.57317930062202, -74.14668537146386, 40.57319635854332, -74.14674978882836, 40.573222184398674, -74.146793226166, 40.573234535445366, -74.14684697207453, 40.573246813864046, -74.14686654972263, 40.57325033510696, -74.14701609779914, 40.57323274655956, -74.1470777376048, 40.5733958420324, -74.14711285457484, 40.57350606284725, -74.14713470981704, 40.57360527820129, -74.1471375145719, 40.57364599098126, -74.14713375509353, 40.57368225816811, -74.1471241432042, 40.57371662463595, -74.14710754112515, 40.57375476875474, -74.14708955577889, 40.57378579688647, -74.14706906016166, 40.57381384118506, -74.14687412548021, 40.57401183342488, -74.1468513839481, 40.57403633698649, -74.1468370649036, 40.57405586968255, -74.1468286503331, 40.574070896704306, -74.14681706676166, 40.574096484638645, -74.14681162858989, 40.574112730769045, -74.14680746806609, 40.574144477816816, -74.14680825080667, 40.57416800395162, -74.14681287473543, 40.57419180704199, -74.14682386092987, 40.57421895555868, -74.1468328109281, 40.57423420442837, -74.14685409527755, 40.57426238078674, -74.14706249161789, 40.57447149903223, -74.14714756767931, 40.57457529904981, -74.14722136640458, 40.574696133392095, -74.14733617701695, 40.574920917705434, -74.14743910193039, 40.575065611795914, -74.14752143971938, 40.57515939759972, -74.1478583313166, 40.575511472556265, -74.14795692080294, 40.57561316265374, -74.14783015538919, 40.57564731888759, -74.1477996756458, 40.57565848499969, -74.1477723676983, 40.57566786758519, -74.14768032802837, 40.575692640529574, -74.14742979007512, 40.57573834791366, -74.14723470628745, 40.575756107922835, -74.14715991493962, 40.57575723845668, -74.14710406781406, 40.575749035952406, -74.14701639175213, 40.57574863848933, -74.14697487546212, 40.57584095946355, -74.14691293571249, 40.57588497623394, -74.14689230945929, 40.57589851859785, -74.14686540181114, 40.57591173309232, -74.14681998780704, 40.575927745752516, -74.14671468639241, 40.57595872868456, -74.14667272804728, 40.57596885193852, -74.14664973247072, 40.57597211958524, -74.14661466943795, 40.57597387443685, -74.14659217835691, 40.575973468184365, -74.14655999250814, 40.575971016595034, -74.14651025896701, 40.57596422072823, -74.14648488396261, 40.575959025535546, -74.14644656403146, 40.57594909206461, -74.14638991944553, 40.57590092310381, -74.14633660563968, 40.57591808210228, -74.14628949426073, 40.575918942670356, -74.14625135112782, 40.57591907138193, -74.14620134838675, 40.57591605342898, -74.14617555977256, 40.57591342159012, -74.14615774178782, 40.57591129380527, -74.1461256684173, 40.57590355136349, -74.14605322129756, 40.57588095655016, -74.14595951382124, 40.57584282762296, -74.14588566130139, 40.57580450140727, -74.14573941528168, 40.575719826001205, -74.14568195746935, 40.57569484355498, -74.14566040691007, 40.575687549608425, -74.14563399706083, 40.57568052477146, -74.14558198124317, 40.57567062278197, -74.14554145189048, 40.57566554834353, -74.14549635515564, 40.57566516961263, -74.14543651826557, 40.57566863495829, -74.14473379706497, 40.57576446754538, -74.14395133373958, 40.57585095737019, -74.14356224333561, 40.575899256759435, -74.14337391997121, 40.575928834667394, -74.14339878103542, 40.57599016724773, -74.14344039968196, 40.57617358925873, -74.14346819969893, 40.57631043892302, -74.14348156517616, 40.576401605839976, -74.14348331166582, 40.57644602027711, -74.14348247688554, 40.57646755828711, -74.14348075188295, 40.57649032392457, -74.14346648789001, 40.576525192974934, -74.14342735646966, 40.576560243459895, -74.14339442967027, 40.576579116351795, -74.14336587914528, 40.57659275171999, -74.14331528246814, 40.57661143051241, -74.14326726399683, 40.57662627343087, -74.1428750468893, 40.576731887423996, -74.14231450817738, 40.576865665523066, -74.14193545895805, 40.57694286372186, -74.14129284486339, 40.57710453832066, -74.14000050978306, 40.577410100901886, -74.13949208961886, 40.57753692437126, -74.13899982526371, 40.57764774982144, -74.13879048652133, 40.577700677337454, -74.13840923187074, 40.57781554632854, -74.13759779694492, 40.578013217379315, -74.13725667687787, 40.578103428510055, -74.13697838949608, 40.57816773036047, -74.13683045798224, 40.57820567467223, -74.13522768222028, 40.58176530647177, -74.13363689146792, 40.581890795474656, -74.13359810363727, 40.58194587616157, -74.1335698499418, 40.581965973606366, -74.13352254187213, 40.58199236444497, -74.13348392132615, 40.582006527750266, -74.13338927681592, 40.582033949689276, -74.13334853841047, 40.58204749944874, -74.13330412840492, 40.582067240059494, -74.13328611936377, 40.58207593210692, -74.13327087274362, 40.58208332239034, -74.13323042929774, 40.58211153951441, -74.13319230614151, 40.58213886511621, -74.13315952528741, 40.58216030678812, -74.13311282412447, 40.58218319461267, -74.13309215113998, 40.582191074740926, -74.13307341540853, 40.5821955000094, -74.13302393189541, 40.58220438155541, -74.13297214934929, 40.58220765367022, -74.13281519847978, 40.58220776316955, -74.13270774312764, 40.58221095092244, -74.13244754594993, 40.58223425417673, -74.1323034597133, 40.58223724783589, -74.13209179507336, 40.58222116576643, -74.13167998532457, 40.58216905684063, -74.13164294548386, 40.58216027864589, -74.13162600242367, 40.58215501467873, -74.13158456712534, 40.582139394810596, -74.13154963876333, 40.58212081375588, -74.13150773095832, 40.582096748378724, -74.13127489938698, 40.582186742037315, -74.13120558367012, 40.58222047652934, -74.13106244725986, 40.58230483536632, -74.13095012443044, 40.582380416613475, -74.13089696143537, 40.582411682179, -74.13086361902012, 40.582428478927234, -74.1307387808475, 40.582510304051084, -74.13061043316021, 40.58260237199461, -74.13048285004659, 40.5826676086906, -74.13046893843774, 40.58267720607241, -74.13044742809724, 40.58269926903911, -74.13040043309559, 40.58275865165874, -74.13031086277257, 40.582640773734134, -74.13015004057914, 40.58245556319019, -74.13005229133456, 40.58234838715759, -74.12994100894322, 40.58223997011556, -74.12966302970696, 40.58200824774524, -74.12953091766886, 40.58192453539349, -74.12938537086453, 40.581847630678524, -74.12931930403315, 40.58192661264606, -74.1292234833105, 40.5820166090433, -74.12882623380713, 40.58229971007251, -74.12852724028033, 40.58249775244429, -74.12840016330074, 40.58259988976352, -74.12838385010701, 40.58261007761911, -74.12832548498737, 40.58263018039823, -74.12824742399572, 40.582654409726096, -74.12768765047687, 40.58297760745033, -74.12754102880221, 40.58284572907067, -74.12726406144803, 40.58259899164748, -74.12724050695242, 40.58258150703258, -74.1272093652625, 40.58256238285338, -74.12714032528947, 40.58252881206777, -74.12709783241529, 40.58251189950028, -74.12703426203136, 40.58249304257727, -74.12700782592408, 40.582487496655375, -74.12697447798037, 40.58248265987496, -74.12694732315715, 40.58247990816109, -74.12691304667267, 40.58247808644508, -74.12684537740603, 40.58248077089445, -74.12662095681203, 40.58249632916321, -74.12639458159227, 40.58251202422251, -74.12638844227006, 40.582426636919244, -74.12637398759342, 40.582336155488, -74.12635402355376, 40.582294050898575, -74.12634855036161, 40.58227104400819, -74.12632414268171, 40.582119523340275, -74.12626450201402, 40.58173805186907, -74.12622706584575, 40.581335966361955, -74.12620020623162, 40.5811597712675, -74.12618672105421, 40.58107640918753, -74.12613817227059, 40.5806578274108, -74.12613673148736, 40.580604756559886, -74.12614010131242, 40.5805685589647, -74.12614526984312, 40.58055419081881, -74.12615586205898, 40.58054173483527, -74.12537736160432, 40.579611972001125, -74.12384003189831, 40.58285182654758, -74.12159968128927, 40.58333008280937, -74.11894389522216, 40.580455013024626, -74.11879563152826, 40.580151435624245, -74.11876763310565, 40.58004816447086, -74.118694936011, 40.579812431773576, -74.11867363215657, 40.57975029955779, -74.118642348276, 40.5796736044509, -74.1185798105875, 40.57947649459834, -74.11848405013554, 40.57908866079238, -74.11847019408422, 40.579020930395494, -74.11845248415997, 40.57895316704855, -74.11839417755081, 40.578772958274755, -74.11828729475864, 40.578354453057756, -74.11828410404146, 40.578313396007744, -74.11827650424394, 40.57814418348746, -74.11813392794109, 40.57803132060486, -74.11795849625483, 40.57790569932638, -74.1178313274945, 40.57782678624712, -74.11771879174837, 40.577765669517404, -74.11765888274635, 40.57774012626176, -74.11761213178714, 40.57772458784563, -74.1175689551084, 40.57771330073334, -74.1173386862879, 40.57793560110561, -74.11719649371304, 40.57806651867916, -74.11715117588896, 40.578107229004004, -74.11710713384664, 40.57814541203783, -74.11702078655769, 40.57819661201658, -74.11687540970505, 40.57825725816835, -74.11676740375653, 40.578280747421964, -74.11663966442848, 40.578301462281374, -74.11650536453705, 40.57831829608582, -74.11635362206675, 40.57833208471466, -74.1160851134473, 40.57835384016227, -74.11595667920656, 40.57837177774516, -74.11586327690698, 40.57838523036625, -74.11575823126886, 40.57842095381815, -74.11569987694683, 40.578443272675514, -74.11564153148015, 40.57847004639084, -74.11559486431874, 40.578496807426205, -74.11553654838542, 40.578541388037394, -74.11542283588257, 40.57863054803831, -74.11535990777911, 40.57868751450906, -74.11487783028568, 40.579121093278886, -74.11481941038224, 40.579176553767354, -74.11476550217911, 40.57922312424054, -74.11442898529964, 40.57953301890948, -74.11429857228396, 40.57966269552073, -74.11422746697126, 40.57973359341285, -74.114174750282, 40.579792984993055, -74.11394958928304, 40.5800410968829, -74.11372575588007, 40.580263858139816, -74.11367299543281, 40.580312620636136, -74.11340465269818, 40.58053256522295, -74.11329093394035, 40.580616141645436, -74.11316883308511, 40.58070000357285, -74.11298686495063, 40.580818616072776, -74.11262236023462, 40.58102947609955, -74.11220998431995, 40.581265918804675, -74.11134949149229, 40.581751709194705, -74.11127706811197, 40.58179041456745, -74.11117352258216, 40.581848612150054, -74.1110487829458, 40.58190976583596, -74.1104894301789, 40.58212964317347, -74.11028713716007, 40.58219843409005, -74.11019777269348, 40.58223200674193, -74.11018306418504, 40.58224210222031, -74.11016880643037, 40.582250502477436, -74.10978903833917, 40.58239562441522, -74.10965531822522, 40.58245222941073, -74.1095056965163, 40.582527006682135, -74.10924835551823, 40.58267809762031, -74.10920093292589, 40.582711415280656, -74.10918884393577, 40.582724404227946, -74.10917661291096, 40.58273576876284, -74.10884623542908, 40.5829599652089, -74.10858063023281, 40.58315095210069, -74.1083415684585, 40.58333377891037, -74.10797800783877, 40.583631076276774, -74.10790851476341, 40.583685318911606, -74.10784084063648, 40.58374326725551, -74.10729030775032, 40.5842219790938, -74.10723663431344, 40.584262404208694, -74.10720363687528, 40.58429676839103, -74.10689750747396, 40.58455931780561, -74.10649465352616, 40.584895024624444, -74.10612569083601, 40.58520399907562, -74.10588392772262, 40.58540689230077, -74.1053084908737, 40.58588469535359, -74.1052594766306, 40.58592258389255, -74.10519685024609, 40.58597398913378, -74.10479979714238, 40.58628441683318, -74.10454863817613, 40.58650033556759, -74.10392538018235, 40.58707556230071, -74.10274378961873, 40.58816088911583, -74.10214899298113, 40.588674039951684, -74.10207990574331, 40.58874142991616, -74.1019793086324, 40.58868121656203, -74.10165538110621, 40.5885132380109, -74.1001930565471, 40.58776382950325, -74.10054791030404, 40.58736030002806, -74.10062026471516, 40.587262987305756, -74.1006862294258, 40.58715608775471, -74.1015079517873, 40.58542831719899, -74.10160898623131, 40.585208082160634, -74.10163936832178, 40.58514966440174, -74.10167617450303, 40.58509259894021, -74.10176619648448, 40.58498600794493, -74.10182532274797, 40.5849317422044, -74.10200833916547, 40.58480017177314, -74.1017885123436, 40.58461778274755, -74.1017885123436, 40.58461778274755 --73.81934847766016, 40.587866634240655, -73.81938195737052, 40.587788443837155, -73.81943354932659, 40.58770132076116, -73.81949781273013, 40.587619238896885, -73.81953017756337, 40.58758807032545, -73.81936005327844, 40.587348455085134, -73.82009192934889, 40.586979879195304, -73.82046522413539, 40.586809564092576, -73.82055556663549, 40.586768344092064, -73.82072342652697, 40.58669175799458, -73.82089149827364, 40.58663336979763, -73.82078814687769, 40.58647013701808, -73.82023992745565, 40.5856059487676, -73.82018659441046, 40.58553262738425, -73.82017406199564, 40.58551507183916, -73.8201003021549, 40.585411728245, -73.81990893129726, 40.585111873163605, -73.8195743626234, 40.584586619275115, -73.81854847691717, 40.58295556568268, -73.81871432859253, 40.58291034013941, -73.81913439821453, 40.582790337143976, -73.81949017742885, 40.58268978113643, -73.81955291864217, 40.58267222578719, -73.81963938119489, 40.58264397698017, -73.81975749896554, 40.582596194040875, -73.82022153354217, 40.582465733393896, -73.8208268516664, 40.58231178945407, -73.82093197980312, 40.58228443868987, -73.82067149826491, 40.58182659778137, -73.82092537092105, 40.58176216220881, -73.82148232099497, 40.58161977871438, -73.8214671409876, 40.581588051218404, -73.82150568458154, 40.581579190498005, -73.82152550349554, 40.5816137780606, -73.8216418454137, 40.58158450073192, -73.82155476585692, 40.58123225545205, -73.82158285136457, 40.5812283619716, -73.8217216755979, 40.581206863094195, -73.82194915758943, 40.581170794093275, -73.82204402303553, 40.581154562308576, -73.8221413604393, 40.58113525087225, -73.82222751001783, 40.5811147081342, -73.82225837449506, 40.58110597035805, -73.82228990787921, 40.58109574864134, -73.82235646497276, 40.58107035768707, -73.82242185843788, 40.58104148166221, -73.82259542739043, 40.58095971821236, -73.82264897378104, 40.58093719408348, -73.82269830509951, 40.58091898955064, -73.82320232939874, 40.58074766679224, -73.82372486958644, 40.58057098959291, -73.82378364771192, 40.58055020197187, -73.82391533135551, 40.58050133062032, -73.82397556238742, 40.58048043976637, -73.82401193324817, 40.58046922900725, -73.82405308275666, 40.580458047167596, -73.82419169422435, 40.580424930000675, -73.82424279140808, 40.580411761446236, -73.82436117438374, 40.58037804399554, -73.82448252780026, 40.580341144000265, -73.82460747693312, 40.58030087239465, -73.82473700998483, 40.58025691278883, -73.82477191482577, 40.58024301148352, -73.82480888265452, 40.580224750266034, -73.82484271226524, 40.58020559723433, -73.82492026845291, 40.580158944841784, -73.82495905079024, 40.58013781456443, -73.82499596291022, 40.58012093911102, -73.82503144758621, 40.580108374089775, -73.82509928468777, 40.58008863609704, -73.82516976134117, 40.58006940817644, -73.82531996769714, 40.580032122549696, -73.82538773819441, 40.58001746865394, -73.8255475206423, 40.579986049800574, -73.82562469331465, 40.579968385175384, -73.825713248502, 40.57994469523838, -73.82581097098841, 40.57991612837715, -73.82611863945439, 40.57981905398977, -73.82622485045357, 40.57978670931063, -73.82630183744905, 40.57976534819231, -73.8263467831522, 40.57975287541439, -73.82663187284618, 40.579679298062956, -73.8267029844169, 40.579659473111995, -73.82676677374798, 40.579640350292834, -73.82679196125054, 40.57963183417456, -73.8268175706371, 40.57962185803389, -73.82687139107968, 40.57959698648154, -73.82692043765462, 40.57957070109101, -73.82703065096277, 40.57950764746412, -73.82708334262578, 40.579480298567724, -73.82712953569268, 40.57945988382329, -73.82717378780778, 40.579444189398195, -73.82727202986658, 40.57941468012656, -73.82736834787254, 40.579387448911724, -73.82746299241462, 40.57936242319216, -73.82755615614296, 40.57933955553336, -73.82764882717541, 40.57931856555677, -73.82786870880217, 40.57927099984241, -73.82802669996673, 40.579233682719384, -73.82805893173386, 40.57922538398862, -73.82848820010439, 40.57910843767707, -73.82868597137266, 40.579055538695854, -73.82872109816324, 40.57905077865999, -73.82875322049605, 40.57904501725308, -73.8287828901779, 40.57903815894375, -73.8288103412196, 40.57903014194621, -73.82884032650904, 40.579019490177195, -73.82893458844686, 40.578982952155556, -73.82911066320622, 40.57892568320366, -73.82916695505108, 40.57890556542663, -73.82930856087948, 40.57885203252371, -73.82935720004059, 40.57883530456928, -73.82940820632463, 40.57881939238339, -73.82946175467916, 40.57880423768847, -73.82951812521945, 40.57878976165032, -73.82956636728913, 40.578780036407174, -73.82961974184289, 40.578773260773254, -73.82967941630851, 40.578769229351224, -73.82973373355534, 40.57876792755709, -73.82975199757443, 40.5787674908528, -73.82990284949679, 40.57877553626471, -73.83002699211045, 40.57876803491176, -73.83017262219198, 40.578748351358705, -73.83032281863814, 40.57870339300469, -73.83048178136015, 40.578649829357936, -73.83066083328981, 40.57856758454101, -73.83090076997063, 40.57849558520634, -73.83095871335857, 40.57848754683461, -73.8310650171077, 40.578472797695866, -73.83124795774569, 40.57846134531265, -73.83146092663347, 40.57841911349756, -73.83162600628587, 40.57836624434313, -73.83180355902037, 40.57827861580814, -73.83183889732423, 40.578267934172246, -73.83203538884385, 40.57820855007356, -73.83221006882863, 40.578148912256076, -73.83226882262474, 40.578128853288824, -73.83247785135856, 40.578078461377274, -73.83269599125906, 40.57802539248369, -73.83292788676017, 40.5779425078613, -73.83320836961947, 40.57784901578665, -73.83338855832451, 40.57778562448053, -73.83342936553215, 40.57777353826239, -73.83346464367251, 40.57776309017622, -73.83365433030983, 40.577715193160074, -73.83386922542738, 40.577649573017524, -73.83408740324924, 40.57755217495716, -73.83430596746406, 40.577443493451476, -73.83455087100454, 40.577325133692234, -73.83460366081904, 40.577304376940695, -73.83476133966332, 40.577242378406574, -73.8350627768185, 40.57711594639494, -73.83527989135273, 40.57702493827697, -73.83530854190992, 40.57701212794854, -73.83552073329037, 40.57691724726096, -73.83575900512812, 40.57681410962705, -73.83600180691381, 40.57674358420496, -73.8362031447575, 40.57666907646894, -73.83641045453248, 40.57656808881731, -73.83655171003122, 40.576502248911154, -73.83677078791646, 40.57640311262334, -73.83686950305965, 40.576360080729465, -73.83710828735153, 40.57625241138038, -73.83728735455361, 40.576172928079146, -73.83749552740231, 40.57608481360946, -73.8376569742085, 40.576012056048555, -73.83778491010419, 40.57592336026833, -73.838009355979, 40.57584838670498, -73.83825877075263, 40.57579425360926, -73.83843048921207, 40.57570021198579, -73.8386147721199, 40.5756359402309, -73.83887876266753, 40.57555300583512, -73.83912932972204, 40.57546738918151, -73.83935747174816, 40.575395740201266, -73.83952366704499, 40.57533781021399, -73.8397141888326, 40.575283180137546, -73.83985664030394, 40.57523372470659, -73.84001997744127, 40.57516563388649, -73.84030225273342, 40.57506669232188, -73.84051936763802, 40.57499892228116, -73.84078921102122, 40.57492046633537, -73.84104160969869, 40.574834354562924, -73.8412599635188, 40.57476046396302, -73.8415059865342, 40.57467609748571, -73.84177100783863, 40.57458017588751, -73.84203419965388, 40.574495970606556, -73.84232821412425, 40.57439201707398, -73.84271880896813, 40.57425756186865, -73.84309635833313, 40.5741280836366, -73.84343116184166, 40.574020670934466, -73.843714632781, 40.57391425545729, -73.84398395240773, 40.573808288336245, -73.84431584155836, 40.57368424178825, -73.84468460829856, 40.57355139017547, -73.8449384703221, 40.5734521799771, -73.84509410437663, 40.57338946299554, -73.84526953941231, 40.573324252803616, -73.84551208317446, 40.573244127148214, -73.84580838255371, 40.57314373566829, -73.84615754754115, 40.57303394430314, -73.8464827462953, 40.572902958392845, -73.84679790691109, 40.57278683486414, -73.84709294688113, 40.5726849291111, -73.84740715349368, 40.572559524522674, -73.84749182604, 40.57250625018343, -73.84766955185093, 40.57243756423887, -73.84783565091922, 40.57238332686726, -73.84795517860681, 40.5723415719516, -73.84810479477483, 40.57228673693756, -73.84820758155243, 40.5722467714806, -73.8483365011094, 40.57220648292747, -73.84850444477924, 40.57214812891921, -73.84862867517893, 40.572096032461396, -73.84877296373821, 40.57205598429822, -73.84883931627957, 40.57201860434509, -73.84890932557411, 40.57200392962199, -73.84900064000618, 40.5719580733344, -73.84915963479686, 40.57187758608511, -73.84930014452944, 40.57183657143685, -73.84937101770956, 40.571805784454384, -73.8494828772686, 40.57176324974592, -73.84957880261925, 40.57173205600117, -73.84969528850112, 40.57168233644373, -73.84978693160963, 40.57165163221139, -73.8499532995075, 40.571588059979526, -73.85012303084282, 40.57153377001445, -73.85024820668302, 40.57149188140161, -73.85038057111922, 40.57145563030304, -73.85045893655483, 40.571431661284784, -73.85050808081405, 40.5714166288317, -73.85063347939061, 40.571372627455105, -73.8507129158695, 40.57134226412062, -73.85085482708872, 40.57130097383189, -73.85099056419519, 40.571253857060746, -73.85110216801412, 40.57121285764208, -73.85119584854199, 40.57118673770384, -73.85128140628214, 40.571171861947434, -73.85137496402145, 40.571137179503076, -73.85148445058411, 40.5710921957483, -73.85153838082051, 40.57106594668706, -73.85155398111448, 40.57105578369968, -73.85159456285216, 40.57102596928912, -73.8516807117711, 40.57097181485592, -73.8517539022542, 40.57093359195129, -73.85184077829695, 40.57089118749913, -73.85194500511042, 40.57084902417309, -73.85207545764563, 40.570797370563824, -73.85220202325739, 40.570744777960016, -73.85248841371563, 40.570672655536164, -73.8526461625636, 40.57063119246022, -73.852664502841, 40.57062615502864, -73.852682115218, 40.57062132017956, -73.85289381216099, 40.57056319056093, -73.85312102867059, 40.57050603315366, -73.85332207572411, 40.57043211191253, -73.85357524684292, 40.57034104591928, -73.85381159884875, 40.57033566552962, -73.85388550309793, 40.57032441473091, -73.85394817538362, 40.570314874111915, -73.85409584498353, 40.570254807572425, -73.85417615765945, 40.570184725256304, -73.85423305962136, 40.57013684536574, -73.85433162732782, 40.570097307632764, -73.85442107698688, 40.57006322175152, -73.85449892767706, 40.570031809179746, -73.85456479706741, 40.56999969608638, -73.85464691100285, 40.56996109811138, -73.8547170121235, 40.56993574242948, -73.85482045730069, 40.56991970697115, -73.85487827885446, 40.569913521378005, -73.8549337135678, 40.56989655344494, -73.85495050522574, 40.56988882742368, -73.85499075750108, 40.569865053026255, -73.85505569544947, 40.56981465779699, -73.85512060893673, 40.56978965193131, -73.85520954015684, 40.569761191269045, -73.85534028897499, 40.569719441914074, -73.8555103856694, 40.56965852918726, -73.85564519318194, 40.56962101256022, -73.85574599302076, 40.56959703931002, -73.85585071847554, 40.56955484515092, -73.85596762630001, 40.56952293397013, -73.85606410388453, 40.56951589031421, -73.85612202095143, 40.569505167364845, -73.85614234761104, 40.569497625702226, -73.85623100094553, 40.56943603354804, -73.85645598268206, 40.56934411635002, -73.85664094695544, 40.569298234998314, -73.85681285632202, 40.56924563806327, -73.85694870156136, 40.569194288219805, -73.85704002414803, 40.56915734706394, -73.85713421487169, 40.56912655819463, -73.85721373796103, 40.56907071819326, -73.85727709556097, 40.569022634995775, -73.85734798505612, 40.568991037142084, -73.85755091152718, 40.56893685576991, -73.85762864683599, 40.56891449932607, -73.85767079578326, 40.56890101395, -73.85770951091695, 40.56888741173924, -73.85774555093762, 40.56887342798167, -73.85777929050177, 40.56885891635791, -73.85783728225813, 40.56883156622374, -73.85791711034953, 40.568791784293595, -73.8581701688211, 40.568662788684236, -73.85821724247602, 40.56864064792828, -73.85827117499194, 40.568617820409735, -73.85839245877521, 40.56857141729312, -73.85845818373393, 40.568546270060004, -73.85860148701568, 40.56849107320003, -73.85876089625303, 40.568431378926974, -73.85922717662281, 40.568261727558884, -73.85927504359387, 40.568245565033905, -73.85932861341503, 40.56822978139024, -73.85939051763184, 40.56821355946202, -73.8595035962041, 40.56818573288738, -73.85957813316064, 40.56816739026065, -73.8596368957873, 40.56815076002294, -73.85968855688714, 40.56813397249414, -73.85977215317367, 40.568103954679955, -73.85985829335395, 40.5680715183939, -73.85994767232627, 40.568036399722814, -73.86004152038473, 40.56799811477458, -73.86024047793633, 40.56791321407554, -73.8605271016929, 40.56778610018584, -73.86062085316543, 40.567744539433534, -73.86106306428164, 40.56754850111166, -73.86156062151768, 40.567325005924765, -73.86177855614974, 40.567225378415294, -73.8619834059459, 40.567130422009676, -73.86202965099255, 40.56710811479984, -73.86207600533133, 40.56708433264082, -73.86212252924615, 40.56705904498692, -73.86216929957504, 40.56703221050588, -73.8622638856636, 40.56697372672643, -73.86232794688102, 40.56693044589178, -73.86236089035287, 40.566908189244174, -73.86239006645414, 40.56688956800061, -73.86242650025233, 40.566869728925624, -73.86244566192305, 40.56686062504109, -73.86255286009137, 40.566809694430354, -73.8626592754766, 40.56679997716428, -73.86283290669306, 40.56681834194574, -73.86286891852627, 40.566830252077196, -73.86275316237807, 40.56665037060479, -73.8626737241323, 40.5665192464011, -73.8626818471364, 40.56650665234782, -73.86269888948715, 40.56650135061044, -73.86277353231463, 40.56657153676575, -73.86300482740239, 40.56687563597094, -73.86304948446671, 40.5668995981916, -73.86306869869875, 40.566913781871975, -73.86309037568601, 40.5669270715604, -73.86311471826718, 40.56693959897413, -73.86314216173162, 40.56695158345792, -73.86319882982585, 40.56697189929146, -73.86332233511783, 40.567009933250226, -73.86335482272538, 40.56701930945755, -73.86338879911783, 40.56702651895936, -73.86342360447684, 40.567031421388286, -73.8634585942334, 40.567033925924804, -73.86349306230842, 40.56703399300694, -73.86352656586095, 40.56703162931334, -73.86355862774447, 40.567026871199644, -73.86358887704817, 40.56701977586018, -73.86373040107297, 40.56697868623734, -73.8638763936151, 40.56693396631178, -73.86402792162704, 40.566885287736845, -73.86418684731731, 40.56683205384263, -73.86441006260661, 40.566754202308196, -73.86449980699574, 40.566723755158456, -73.86456738876464, 40.56670215019133, -73.86463159377581, 40.56668319415497, -73.86469337438236, 40.566666604511205, -73.86475323154079, 40.566652250376954, -73.86478259019663, 40.56664631445279, -73.86481337918669, 40.566641386092165, -73.86484576743237, 40.56663743667593, -73.86488002777381, 40.56663443590575, -73.86495466804712, 40.56663115481474, -73.86477052492471, 40.5663099618376, -73.86497625531021, 40.56663113696716, -73.8650476594256, 40.56663107769625, -73.86508926766092, 40.56663186230285, -73.86513088512038, 40.566631587886434, -73.8651724704686, 40.56663025619962, -73.8652139729287, 40.56662786628226, -73.86525534879443, 40.56662442438689, -73.8652965508261, 40.566619932259265, -73.86533753413852, 40.56661439525019, -73.8653782514848, 40.56660781870763, -73.86541865915349, 40.56660021158589, -73.865458711075, 40.566591581035574, -73.86549836589967, 40.566581936013954, -73.86553757400476, 40.56657128907062, -73.86557629757968, 40.56655965096817, -73.86561448936173, 40.566547035159616, -73.86565210799259, 40.56653345510506, -73.8656891109295, 40.56651892606427, -73.86572546153238, 40.56650346420444, -73.86576111371257, 40.56648708658234, -73.86579603082296, 40.566469812967355, -73.8658301726795, 40.56645166042325, -73.86586350381249, 40.5664326505219, -73.8663646980595, 40.56618101444764, -73.86638059915114, 40.566171671976775, -73.86639691033845, 40.56616274692427, -73.86641361269935, 40.566154253676444, -73.86643068260435, 40.56614619850929, -73.86644810231772, 40.56613859310884, -73.86646585647242, 40.56613144556186, -73.86648391553504, 40.5661247621375, -73.86650226412974, 40.56611855542512, -73.86652088099613, 40.56611282810151, -73.86653974250162, 40.56610758824373, -73.86655882501701, 40.56610284212794, -73.86657811317907, 40.566098596039865, -73.86659757746182, 40.56609485264675, -73.86661719777689, 40.56609161912926, -73.86664855974438, 40.566087543740586, -73.8666671498416, 40.56608575166143, -73.86668580634374, 40.566084411720496, -73.8667045056343, 40.56608352389032, -73.86672323589626, 40.566083092659746, -73.86674197233587, 40.56608311619903, -73.8667606996025, 40.56608359449031, -73.86679215557565, 40.56608448197106, -73.86681137186557, 40.566086068468344, -73.86683526969911, 40.56608672744483, -73.8668611136658, 40.56608615224968, -73.86688400934729, 40.56608365461083, -73.86690949968353, 40.56607920943411, -73.8669384867542, 40.5660734517333, -73.86697200937411, 40.566066545704, -73.86700732926185, 40.56606021898307, -73.86702972549632, 40.56605590887832, -73.86705212404536, 40.56604984094481, -73.86707279463394, 40.56604396371988, -73.8670918116575, 40.56603827638998, -73.86711136625469, 40.566031848545826, -73.86712843782215, 40.56602646153592, -73.86715772102175, 40.56601606461163, -73.86719395538228, 40.566002930913314, -73.86721671983707, 40.565993954671264, -73.86726772047619, 40.565976145376766, -73.86729790101613, 40.56596577737, -73.86732621254684, 40.56595527031653, -73.8673523267609, 40.56594583054365, -73.86738139332176, 40.56593507760434, -73.86740466481902, 40.565925250012796, -73.86742577195466, 40.56591654647668, -73.86744904225804, 40.565906718874736, -73.86747429554441, 40.565895522054646, -73.86749717312073, 40.56588484299266, -73.86751849899338, 40.565874794305735, -73.86753996725015, 40.56586499342379, -73.8675635656603, 40.56585404141985, -73.86758669358453, 40.5658439389654, -73.86760740548654, 40.56583443887517, -73.8676301052564, 40.565823485821774, -73.86765236754988, 40.56581341027283, -73.86767012984637, 40.56580442817735, -73.86768771076706, 40.56579580067749, -73.86770878357889, 40.5657870979504, -73.86775063310914, 40.56577251619368, -73.86777339608078, 40.56576540482928, -73.86779777771493, 40.565757830651904, -73.86781978096326, 40.56575093813235, -73.86783732146506, 40.56574541467677, -73.86786768539791, 40.56573416871827, -73.86789430677388, 40.56572256093863, -73.86792366632208, 40.565709255207395, -73.86793958996783, 40.565701477661115, -73.86795630698005, 40.56569318052051, -73.8679724479019, 40.565684800767414, -73.86798930920001, 40.56567578877008, -73.86800941406717, 40.56566508030413, -73.8680321455962, 40.56565412720776, -73.86805394420595, 40.56564319915051, -73.86807455024649, 40.565633424193955, -73.86809781911805, 40.56562362527574, -73.86812007995252, 40.56561541552468, -73.86813999761243, 40.565608000045096, -73.86816009544694, 40.565600832413566, -73.86818375943277, 40.565591856111865, -73.8682040770773, 40.565583398270874, -73.86823531217638, 40.56556863936168, -73.86825335738472, 40.5655610299024, -73.86827097372951, 40.56555352981264, -73.86830659785288, 40.565538829949034, -73.86832676930366, 40.56553083839124, -73.8683483055135, 40.565523589527245, -73.86837689967837, 40.565515689562, -73.86839504288503, 40.56551406418912, -73.86841418950497, 40.56551438780095, -73.86843272466976, 40.56551460084508, -73.8684514003799, 40.565516599790556, -73.86848240688963, 40.565527338050266, -73.86823182010781, 40.56507671482244, -73.8682511675153, 40.56506916719242, -73.86852752938508, 40.56554514628094, -73.86854985579183, 40.56554437937041, -73.86856882768802, 40.56554228664483, -73.86860263393945, 40.56553804332025, -73.86862322017063, 40.56553768324365, -73.86866300101035, 40.56553306220998, -73.86869014821974, 40.56552776753553, -73.86871762321479, 40.56552211752151, -73.86874887462496, 40.56551581263099, -73.86876641083622, 40.56551240256354, -73.86880382125798, 40.565505006953316, -73.868825138503, 40.56550039268942, -73.86884951507889, 40.565494683272796, -73.8688770968113, 40.565488182345256, -73.86890464429423, 40.56548168137203, -73.86893604279828, 40.565473812384596, -73.86896571819175, 40.56546607830284, -73.86899413148622, 40.56545762955723, -73.86902427260131, 40.56544904499431, -73.86905175195064, 40.565440540237404, -73.86907231638521, 40.56543441488702, -73.86909089830536, 40.56542883569398, -73.86910955407306, 40.565423533043585, -73.86912823962446, 40.565419300249175, -73.86914592028924, 40.56541506450592, -73.86916439204816, 40.56541146363146, -73.86918689833882, 40.56540564304922, -73.8692096952767, 40.56539853143901, -73.8692301515833, 40.56539213217732, -73.86924996213537, 40.56538444172292, -73.8692703137712, 40.56537601164842, -73.86929127938437, 40.565367004131154, -73.8693302935629, 40.56534857602736, -73.86935406926533, 40.56533789851783, -73.86937809883824, 40.565326013686466, -73.86940108390503, 40.56531385300198, -73.8694241067518, 40.565301691455275, -73.86944561694582, 40.5652901333383, -73.86946654960137, 40.56527923284561, -73.86948488641735, 40.56527033216978, -73.86950275534925, 40.56526156964044, -73.869526350861, 40.565250618130584, -73.86954872201281, 40.56524078908195, -73.86957094845239, 40.565230685204156, -73.86959663159502, 40.56522036731916, -73.86962479779692, 40.565209556957484, -73.86965217235185, 40.565198993335144, -73.86968095132885, 40.56518760731831, -73.86971452208749, 40.56517501912392, -73.86975039452823, 40.56516169329718, -73.86981878969914, 40.56513728822868, -73.86985329310164, 40.565124782098124, -73.86988639442451, 40.5651130992509, -73.8699195287989, 40.56510141643158, -73.86995032250272, 40.56509047208564, -73.86997704992393, 40.565080483989966, -73.87000366692658, 40.56507019408687, -73.8700302862844, 40.56505990327973, -73.87005431216691, 40.56504980224504, -73.8700768255212, 40.56504024701437, -73.8701014628882, 40.56502962615732, -73.8701270023992, 40.56501900541454, -73.87014951455008, 40.56500945106883, -73.87017123736838, 40.56500017138749, -73.87019360592727, 40.56499036922616, -73.87021521945019, 40.56498081475253, -73.87023387936965, 40.56497265635574, -73.87025214220775, 40.56496466230366, -73.87027083990458, 40.56495650394353, -73.8702878774208, 40.56494892004233, -73.87031972384803, 40.56493333727526, -73.87033532150295, 40.56492597146978, -73.87035027388222, 40.56491827624181, -73.8703794206624, 40.564903431544025, -73.87039480429908, 40.56489559901643, -73.87041259809725, 40.564887714273766, -73.8704328070394, 40.564879034386514, -73.87045215166339, 40.56487032830616, -73.87046951460691, 40.56486236112087, -73.87048723631425, 40.56485510755425, -73.87050556852331, 40.564849062278746, -73.87052307078174, 40.56484353746946, -73.87055378952427, 40.564833993195464, -73.87058440033906, 40.56482529798781, -73.87061720946826, 40.564814355733866, -73.87049380726324, 40.56459397407266, -73.87029165591824, 40.56424900201906, -73.87027588236599, 40.56417433238126, -73.87051703157621, 40.56459400025552, -73.87064093783087, 40.564809626780566, -73.87065867232876, 40.56481404672286, -73.87069211520677, 40.56481059843953, -73.87070939826808, 40.56480666548539, -73.8707422016451, 40.56479929107403, -73.87096937548392, 40.56474613178311, -73.87099969831714, 40.56473609255627, -73.87102696559022, 40.56472522590905, -73.87105048652822, 40.56471597599681, -73.87107310773108, 40.564706696252976, -73.8710956207684, 40.56469716963913, -73.87111211658464, 40.564690572885, -73.87114449399584, 40.564680535925376, -73.8711624962077, 40.564675943624145, -73.87121443290638, 40.564656624345574, -73.87124152002838, 40.56464545576922, -73.87126579829011, 40.564635959017075, -73.87128982378128, 40.56462588473932, -73.87131107476546, 40.56461742739468, -73.8713305965692, 40.564609819106295, -73.87136006151904, 40.56459758243996, -73.87138765458198, 40.56458487629698, -73.87141939377523, 40.564569568665945, -73.87144543592697, 40.564558949093204, -73.8714791476832, 40.56454638755672, -73.87150403296094, 40.56453804320645, -73.87153497080395, 40.56452740117374, -73.87156713294569, 40.564515634843936, -73.87160224964906, 40.564502553437556, -73.87163823428082, 40.5644876071001, -73.87167097860426, 40.56447334243162, -73.8717026432031, 40.56445869382413, -73.8717341631288, 40.56444374246959, -73.87176218983603, 40.56443081789301, -73.87178535526819, 40.56441904145737, -73.87182973980377, 40.56439688581789, -73.8718508129629, 40.56438625880734, -73.87187304112989, 40.56437615538654, -73.87189573610891, 40.56436522940109, -73.87192026729824, 40.56435427754237, -73.87194656014692, 40.564343382574506, -73.87197750253756, 40.56433089975213, -73.8720116816572, 40.564317734327126, -73.87204456918846, 40.56430382902165, -73.87208041029145, 40.564288497861035, -73.87211887760982, 40.564273113780565, -73.87215287904856, 40.5642595933084, -73.87218860831717, 40.56424590905197, -73.87222185348536, 40.564232661477796, -73.87224984230133, 40.56422154859878, -73.87227246193767, 40.56421229563276, -73.87229295647388, 40.564204084909974, -73.87232616927241, 40.564189217222975, -73.87235829783843, 40.56417632497657, -73.87238790444904, 40.564164526760194, -73.87241682589011, 40.56415349772501, -73.87243310774205, 40.56414750479655, -73.87246192019661, 40.56413727079368, -73.87248586954985, 40.56412854156733, -73.87250830644253, 40.56412096333072, -73.87252692381507, 40.56411502701286, -73.87255991443445, 40.56410392050974, -73.87257763353658, 40.56409718892287, -73.87260820625397, 40.56408896050683, -73.8726397129161, 40.56408386514843, -73.87264259564265, 40.56406880704387, -73.87264107306181, 40.56405235454271, -73.87264515600894, 40.564037024008854, -73.87237877334887, 40.56357478989939, -73.87240036786206, 40.56356860206087, -73.87266353441045, 40.56402572837237, -73.8726873622005, 40.564037379678574, -73.87270809356107, 40.564057272766405, -73.87272389849599, 40.564087132818955, -73.87273512949851, 40.564099366304546, -73.87274925563277, 40.56410923641355, -73.8727767770201, 40.56411470067534, -73.87279901998788, 40.56411406702538, -73.87283461785098, 40.564113475173116, -73.87285646676192, 40.56411204501061, -73.87288655860782, 40.564110155692774, -73.87292396202281, 40.564106410367096, -73.87294196111692, 40.56410393221918, -73.87296194191978, 40.56410129146389, -73.87298397354122, 40.564098160385214, -73.87300593468018, 40.5640948356112, -73.87302519596689, 40.56409178250891, -73.87304308919812, 40.564089084499685, -73.87307649806303, 40.564084015438254, -73.87310860865307, 40.56408048393212, -73.87314057367455, 40.564077745619834, -73.87316112878182, 40.56407549178996, -73.8731820113263, 40.564071807381794, -73.87320080558666, 40.564067821689854, -73.87321952946623, 40.56406358827239, -73.87324189135913, 40.56405751999228, -73.87326403820396, 40.564050901249004, -73.87328193547654, 40.56404606175575, -73.87329889787262, 40.56404042696434, -73.87333383160421, 40.56402825165671, -73.8733513366756, 40.564021628678205, -73.87338436303666, 40.56400901179532, -73.87341958834598, 40.5639968628983, -73.87344692421118, 40.56398681973377, -73.87347710426225, 40.56397510381643, -73.87349619445126, 40.56396884007083, -73.87352028652157, 40.56396071593964, -73.87354373052086, 40.56395311069359, -73.87356559016968, 40.56394597107183, -73.87358813803102, 40.56393830989815, -73.87361039060598, 40.5639319388492, -73.87362702867898, 40.56392668727663, -73.87365670188211, 40.56391821084778, -73.87369044192566, 40.56390965693566, -73.87373084206364, 40.56389841956306, -73.87375288303832, 40.56389215901862, -73.87377405859644, 40.563885210417396, -73.87379998697668, 40.56387634531142, -73.8738323338564, 40.563863919365254, -73.8738634868673, 40.56385215128411, -73.87388967199749, 40.563841749241625, -73.87392010674826, 40.563830145152785, -73.87395028600305, 40.563820021240645, -73.87398332796722, 40.563807157458434, -73.87402612192949, 40.56380006863107, -73.87404718414832, 40.5637949587297, -73.8740716377705, 40.56378727253513, -73.87409727736924, 40.563779972160006, -73.87412370897921, 40.563772206174576, -73.87414999625886, 40.563765208173805, -73.87417711220839, 40.563757715785364, -73.87421139112426, 40.56374823026587, -73.87422803033768, 40.56374295069125, -73.87424693556608, 40.56373701531038, -73.87426973257493, 40.563729903596695, -73.87429263415346, 40.56372306665343, -73.87431229785868, 40.56371691236356, -73.87433310949945, 40.5637112807309, -73.87435550901138, 40.56370518435885, -73.87437715115979, 40.56369933479886, -73.87439717360289, 40.56369392111939, -73.8744348362797, 40.56368399797555, -73.87445410022455, 40.563678804085846, -73.87448737420075, 40.56366931648513, -73.87452021970715, 40.56365785175161, -73.87455252655546, 40.56364586501567, -73.87457950474109, 40.563634970193746, -73.8746078104884, 40.56362577700826, -73.87464052327064, 40.5636088792207, -73.87465198761933, 40.563598213292444, -73.87466663771308, 40.56357750636982, -73.8746696521156, 40.56356375772301, -73.87466690741866, 40.56354703825975, -73.87468470964063, 40.56353042496433, -73.87470466769132, 40.563536009287816, -73.87473657289628, 40.56353791898271, -73.8747565187072, 40.563533659631624, -73.87479111782872, 40.56352584746603, -73.87481362263014, 40.56352148012983, -73.8748427865677, 40.56351616008456, -73.8748744669872, 40.56351073290906, -73.8748996328349, 40.56350661519902, -73.87494041750419, 40.56350355729965, -73.87497198064632, 40.56350211029549, -73.87500675679325, 40.563498744155694, -73.87502475564807, 40.563496264780696, -73.87504254164455, 40.563493321400315, -73.87506148040784, 40.56348958230537, -73.87508297441781, 40.56348458164751, -73.8751077495494, 40.56347785644355, -73.87512975365406, 40.56347096252491, -73.87515175533709, 40.5634640983168, -73.87517847815151, 40.563455810100024, -73.87520454813314, 40.563448070488725, -73.8752272013451, 40.56344071168465, -73.87524985224431, 40.56343332405669, -73.87527174932448, 40.56342618505147, -73.87529180908221, 40.56341904314672, -73.87530945621569, 40.56341266676829, -73.87532562822364, 40.56340645358228, -73.87535587971588, 40.56339600068719, -73.8753863873892, 40.56338683671512, -73.87541871809204, 40.56337773414702, -73.87545505419266, 40.563366656556354, -73.87547438993911, 40.563360859220836, -73.87549293645267, 40.56335530687025, -73.87551004095529, 40.56334989073427, -73.87552758019253, 40.56334436520265, -73.87554432624427, 40.563339305281495, -73.87558595511528, 40.56332543454874, -73.87560417894056, 40.56331941535804, -73.87562902905321, 40.56331104306038, -73.87565650432059, 40.56330253671929, -73.87568355027682, 40.563293123977594, -73.87571355178912, 40.56328242577462, -73.87574542455033, 40.56327189078235, -73.87577452520298, 40.563261134855736, -73.87580574972117, 40.56324931139311, -73.87583528302596, 40.56323765089006, -73.87586190075528, 40.563227358729876, -73.87588556168296, 40.563218381738835, -73.87590987306072, 40.56320885612469, -73.8759529513799, 40.56319139102363, -73.87597470476051, 40.563183976168176, -73.87599724849593, 40.563176341533016, -73.87601899827422, 40.563168953681085, -73.87603797711313, 40.563163264829114, -73.87606765828318, 40.563153328033174, -73.87610049335906, 40.56314274715331, -73.87611838916261, 40.563138457438136, -73.8761404940298, 40.56313441810275, -73.87616566083682, 40.56313030101701, -73.87619187200848, 40.56312525210626, -73.87621883957615, 40.56311855514116, -73.87625899288574, 40.56310685194202, -73.87627631366598, 40.56310190149701, -73.87629543488103, 40.56309646040061, -73.87631318802701, 40.56309140145201, -73.87633039939074, 40.563086232053166, -73.87634682417962, 40.563080513384456, -73.87637686084027, 40.56306857862358, -73.87640499178532, 40.563055954702676, -73.87642833629148, 40.56304497358852, -73.87644818642998, 40.56303420663818, -73.87647953134572, 40.563016536905536, -73.87650200892338, 40.56300566470829, -73.87653100674223, 40.56299164227082, -73.87654599409484, 40.56298293048025, -73.87656188203259, 40.562974410567065, -73.87657784292232, 40.56296602761017, -73.87659448709579, 40.562956577361035, -73.87662032073928, 40.56294106833461, -73.876649503725, 40.56292457682311, -73.87667728255423, 40.56290882402915, -73.8766931671835, 40.562900798483206, -73.87671323238835, 40.56289181656098, -73.87673545462992, 40.56288297563115, -73.87672645535613, 40.56284420011891, -73.8767592947473, 40.56287530621658, -73.87678968500592, 40.56286746912155, -73.87680945524218, 40.56286027170909, -73.87682915676747, 40.56285255371536, -73.8768507323164, 40.562843491440844, -73.87687360227076, 40.562834924938706, -73.87689802220287, 40.56282528936759, -73.87692471019743, 40.56281513481689, -73.87695132414932, 40.56280478746803, -73.8769803881385, 40.56279512983866, -73.87700826180675, 40.56278615622782, -73.8770483790972, 40.562772667871144, -73.87707859622654, 40.56276133557195, -73.87711007606732, 40.56274846921858, -73.87712614044631, 40.56274217371599, -73.8771560698493, 40.56272933270714, -73.87717177411301, 40.56272237672726, -73.87718888277776, 40.56271517640326, -73.87720520127351, 40.562707452926695, -73.87722076192318, 40.56270025094294, -73.87723621670268, 40.562692829115505, -73.87725220981352, 40.562685463693924, -73.87726906619885, 40.56267867372827, -73.87729838180444, 40.56266761596904, -73.87732945574253, 40.562659690309445, -73.87735635709431, 40.562652878639774, -73.87734281643458, 40.56263197917558, -73.8773608426288, 40.56262793975241, -73.8773740257839, 40.562648692947526, -73.87740723122948, 40.56264001039892, -73.87742847901752, 40.56263317106533, -73.87744508082083, 40.56262739659584, -73.87746499592518, 40.562620966473496, -73.87749175092128, 40.56261281733449, -73.87752203806684, 40.56260250168749, -73.8775390014522, 40.5625959315248, -73.8775568285387, 40.56258906060397, -73.87757508927047, 40.56258202534634, -73.87759504255682, 40.562574719930616, -73.87761726209054, 40.56256659114359, -73.87763796921256, 40.56255901006206, -73.8776571296812, 40.5625519766504, -73.87767769437309, 40.5625441477653, -73.87769977269399, 40.562535745051946, -73.87771864315764, 40.5625290940449, -73.87774802992166, 40.562519079956495, -73.87776499213227, 40.56251248274339, -73.8777835400255, 40.562505943047626, -73.87780226804767, 40.56249904603164, -73.8778252802857, 40.562490671303486, -73.87784945007846, 40.562479498065656, -73.87787426718482, 40.56246947818464, -73.87789681331928, 40.562460279865554, -73.87791907470276, 40.562450531918394, -73.87793949336529, 40.56244245698755, -73.8779755848035, 40.562427124253524, -73.87799805389922, 40.56242130100516, -73.8780180757294, 40.562413911839826, -73.87803380957722, 40.56240683060037, -73.87805690770905, 40.562396001082455, -73.87808432066034, 40.56238244394317, -73.87810489256013, 40.562370608547845, -73.8781238771027, 40.56236157120068, -73.8781458487996, 40.562351356429566, -73.8781679299031, 40.562341360598175, -73.87819091017086, 40.56233103702404, -73.87821291612909, 40.56232274399948, -73.87824057415177, 40.562313331304665, -73.87825854469423, 40.56230670807172, -73.8782763716312, 40.562299836138564, -73.87829330067221, 40.56229323881226, -73.87832153572874, 40.56228206978266, -73.87834660176273, 40.56227273806526, -73.87837134659038, 40.562262772932385, -73.87839410848781, 40.56225302542317, -73.87841607954144, 40.562243770560656, -73.87843624858633, 40.562235887989864, -73.87846243258478, 40.56222666549362, -73.87849030561904, 40.56221585264783, -73.87851857891074, 40.56220569850329, -73.87854692099114, 40.56219472314465, -73.87858358529819, 40.56218043363469, -73.8786099839729, 40.562170662010736, -73.87863332135738, 40.56216193085595, -73.87865248012726, 40.562155062072755, -73.87867448304617, 40.56214772891759, -73.8786950473278, 40.562140641883495, -73.87871485388374, 40.56213401961771, -73.87873315007414, 40.56212747950286, -73.8787619250132, 40.562115432921836, -73.8787792508144, 40.56210812182534, -73.878797439171, 40.562100483844894, -73.87881595119063, 40.56209342253987, -73.8788383911501, 40.56208403031076, -73.87886212786579, 40.56207318599553, -73.87888377635758, 40.56206332735077, -73.8789087003182, 40.562052813870466, -73.87893542312172, 40.562042658889226, -73.87896387561332, 40.56203192848712, -73.8789801174933, 40.56202588055701, -73.87901123809225, 40.56201147430455, -73.87903836301781, 40.561998329075195, -73.87906591926635, 40.56198498977984, -73.87909131437912, 40.56197247398553, -73.87910849621352, 40.56196442155467, -73.87912610931998, 40.56195620657986, -73.87914228384928, 40.56194820801595, -73.87947716691123, 40.56181046780055, -73.87994047614085, 40.56267068904442, -73.88000791531984, 40.562801630290416, -73.88033071995955, 40.56334960135316, -73.88106022795886, 40.56460540160505, -73.88184791151559, 40.56596739290033, -73.88193341099634, 40.566110099807766, -73.88202782833412, 40.56627034994879, -73.88203736302637, 40.566287444518515, -73.88209069097631, 40.5663927041111, -73.88221028059085, 40.566589553892065, -73.88224214606187, 40.566642415914934, -73.88244887478967, 40.566992793540756, -73.88267369825667, 40.5673879390943, -73.8827077886782, 40.56754737868365, -73.88305311828707, 40.567532429049734, -73.8831735163281, 40.567491283168785, -73.88331565419809, 40.56744734150221, -73.88402652117978, 40.567245451215825, -73.88435133885213, 40.56715319924786, -73.88336071419008, 40.568218800150525, -73.88323081252477, 40.56835849190273, -73.8831624712525, 40.56837258497858, -73.88313100249582, 40.568380293885305, -73.88311091111804, 40.56838353964912, -73.88309129186543, 40.56838489118381, -73.88305202356895, 40.56838369943904, -73.88302891927192, 40.5683824944245, -73.88300768784815, 40.56837994862893, -73.88298955335358, 40.56837636137433, -73.88297087464927, 40.56837469528428, -73.88293863044899, 40.568372055407146, -73.88290250414596, 40.56836567708341, -73.88287307191948, 40.5683601853878, -73.88283838023563, 40.568355923841665, -73.88279997235216, 40.568357694717456, -73.88276408357676, 40.568359306056756, -73.88274616088887, 40.56835750382186, -73.88271488789964, 40.568355248497255, -73.8826953404883, 40.56835670990182, -73.88252425806785, 40.56841466760226, -73.88250323099929, 40.56842551904377, -73.8824715640385, 40.568441790666334, -73.88245084951137, 40.56845151405925, -73.88243092827348, 40.56846071505495, -73.88240978652192, 40.568469614922705, -73.88239008115977, 40.568478267712095, -73.88237282697877, 40.56848577123578, -73.88234325438862, 40.568498284372154, -73.8823125287565, 40.56851107188051, -73.88228637594472, 40.56852361552165, -73.88226861703819, 40.5685320514571, -73.88224220857616, 40.568545583603374, -73.88222246855703, 40.5685551143411, -73.88219685695282, 40.56856609520408, -73.88216455230929, 40.568576932315786, -73.8821313887492, 40.568583980025345, -73.88210953271143, 40.56858873398497, -73.88207621701883, 40.56860168086646, -73.8821212793454, 40.568661495010275, -73.88209004280333, 40.56867264207739, -73.88194940271833, 40.5687217671914, -73.88193211861179, 40.568727430844106, -73.88189260933362, 40.568684771947794, -73.88184349769311, 40.56869451916108, -73.88182559816488, 40.56869894664339, -73.88178840322216, 40.56870717069574, -73.88177057911562, 40.568711681996014, -73.88174004415677, 40.56871870528231, -73.88170633925974, 40.5687266303244, -73.88168919917159, 40.56873097661972, -73.88167033197414, 40.56873501855671, -73.88163393019647, 40.5687427769038, -73.88161264821426, 40.56874673529568, -73.88159428773031, 40.56874937742495, -73.8815731915565, 40.56875177088734, -73.8815504047317, 40.56875394467532, -73.88152923605922, 40.56875526642933, -73.88150835974173, 40.56875620755859, -73.88148845152759, 40.56875794304606, -73.88146735705061, 40.56875937653036, -73.88144694562786, 40.56876119433972, -73.88142484091446, 40.56876361465034, -73.88140223171746, 40.568766170415174, -73.88138189227563, 40.5687680162036, -73.8813582757721, 40.56877057272067, -73.88133487625126, 40.56877263326739, -73.88131201691947, 40.56877373530761, -73.88128998843527, 40.568774454577955, -73.88126673585607, 40.56877489701791, -73.88124409483258, 40.56877542203327, -73.88121987027112, 40.56877526010662, -73.88119961638786, 40.568770161096914, -73.88117165529812, 40.56876678312041, -73.88114854941712, 40.56876508513854, -73.88111785294763, 40.56876195196331, -73.88108438800765, 40.568757086904505, -73.8810605312011, 40.56875267034093, -73.88103253935047, 40.56874734356102, -73.88100249260688, 40.56874209749394, -73.88097532636345, 40.568737346991334, -73.88095258365276, 40.56873397526898, -73.88093379787804, 40.568732061992776, -73.88089633576284, 40.56872845527296, -73.88087474355265, 40.56872623740109, -73.88085124420395, 40.56872335656108, -73.88083008454495, 40.56872094731745, -73.88080802573982, 40.56871881179736, -73.88078794418844, 40.568716430680404, -73.88076278834886, 40.56871338510802, -73.88073904100973, 40.568709188319545, -73.88071910991793, 40.56870521521728, -73.88068567741864, 40.56870139288472, -73.88065371927539, 40.56869921823529, -73.88061442051445, 40.56869517005866, -73.88059214556691, 40.56869174381902, -73.88057433478346, 40.568688759871904, -73.88055346455563, 40.56868497847699, -73.88053266671469, 40.56868232191024, -73.88051294387971, 40.56868010591449, -73.88049261392067, 40.56867731204673, -73.88047102090893, 40.56867555876936, -73.88043366336007, 40.56867360086997, -73.88040176906534, 40.568675350708034, -73.88038118006192, 40.56867675660292, -73.88034903266018, 40.56867806670622, -73.88032884121776, 40.56867837616544, -73.88030893520697, 40.56867821854565, -73.88028913985781, 40.56867825194923, -73.88027002769974, 40.56867858953865, -73.880233675145, 40.568677920373574, -73.88021503091528, 40.56867677617636, -73.88017817909416, 40.568673334654825, -73.88014654257503, 40.568672257940605, -73.88012339950235, 40.56867289207539, -73.8800980962895, 40.56867237127772, -73.88007401746154, 40.56867130423316, -73.88004918601918, 40.56866979514002, -73.8800250018038, 40.568667574401644, -73.88000225862126, 40.568665162451055, -73.87997973095092, 40.56866308031358, -73.87995752453197, 40.5686616288754, -73.87993758723934, 40.5686604823813, -73.87989302870102, 40.56865914624683, -73.87987189983984, 40.56865868469602, -73.87985268342827, 40.56865789735033, -73.87982198129987, 40.56865665762837, -73.87980312161645, 40.5686564721988, -73.87976961097888, 40.56865673970568, -73.87973365118275, 40.5686563454538, -73.87971547695089, 40.568656519136724, -73.87968131474933, 40.56865793770805, -73.87964546263835, 40.56866004069925, -73.87962638462899, 40.56866043314942, -73.8796070935245, 40.56866046696383, -73.87958855513254, 40.568660886989065, -73.87956929639198, 40.56866196454044, -73.879545396125, 40.56866207726098, -73.87951793272026, 40.56866240506714, -73.87949269951966, 40.568663009866754, -73.87946829486462, 40.56866320399, -73.87944130210536, 40.56866251647861, -73.87941448824847, 40.5686621578406, -73.87938896958471, 40.56866128095291, -73.87936348272981, 40.56866240776276, -73.87933580172474, 40.56866421756225, -73.87931513968562, 40.56866551332518, -73.8792817006506, 40.568664709139334, -73.87925902985565, 40.56866342367536, -73.8792383361226, 40.568662000703874, -73.87921878901027, 40.56866189820458, -73.87919931722905, 40.56866193176054, -73.87917440911728, 40.56866234502015, -73.8791558711096, 40.56866320353205, -73.87913427430846, 40.568663566234875, -73.879098062723, 40.56866396758382, -73.87906847706911, 40.568663744628594, -73.87903572333884, 40.56866338054922, -73.8790031849663, 40.56866342822758, -73.87896618445836, 40.56866322535169, -73.8789468925194, 40.56866306724241, -73.87892860608862, 40.568663898066426, -73.87890848247665, 40.56866522223998, -73.87888771322882, 40.56866572264877, -73.87885136119307, 40.56866477838639, -73.87882059024064, 40.568663730136166, -73.8787856359234, 40.56866564199411, -73.87875475091386, 40.568666926868154, -73.87873192922956, 40.5686674520982, -73.87869687475845, 40.56866598775234, -73.87868134074692, 40.56865784500269, -73.87867467701028, 40.56863962122892, -73.87851699432613, 40.56865945885506, -73.87828908808567, 40.56869579965919, -73.87819124405111, 40.56871459888235, -73.87794892436543, 40.56876595710388, -73.87780290050092, 40.568803021488336, -73.87759205014486, 40.56886389316495, -73.87740696026445, 40.56892369060699, -73.87730192589383, 40.56896138163358, -73.87727201023719, 40.56897230637226, -73.87714421567107, 40.569019955263286, -73.87697287112188, 40.56908653325652, -73.87694782195142, 40.56909675711054, -73.87679168492295, 40.56915934288309, -73.87656813368808, 40.56925313038317, -73.87637803965768, 40.56933709270224, -73.8763117015515, 40.569366889028316, -73.8761141439794, 40.56945826140486, -73.87606380720646, 40.56948153522581, -73.8759640275352, 40.56952806485571, -73.87556383254602, 40.56972321091369, -73.87538382280297, 40.56981374914389, -73.87515857477914, 40.56992416206751, -73.87504030373593, 40.56998042619194, -73.87460652917015, 40.57019542139014, -73.87412858498581, 40.57042938746258, -73.87362401317348, 40.57067660770951, -73.8734508738793, 40.57076138530155, -73.87328620692652, 40.570842012450356, -73.872620324684, 40.57116805695405, -73.87211229150569, 40.57141809166769, -73.8720314309998, 40.57145771840119, -73.87131673091456, 40.57180796831596, -73.87122053335378, 40.57185511109404, -73.87042654975518, 40.572242443859494, -73.87011677465598, 40.57239305003861, -73.86880795671894, 40.57303959269844, -73.86775228231234, 40.573558029614595, -73.8666395640665, 40.57409889745135, -73.86554316867925, 40.57464180429555, -73.864906241819, 40.57497907920505, -73.86472044194784, 40.575077465399474, -73.86464220733609, 40.575118891972465, -73.86348661794091, 40.57573999209349, -73.86230850330078, 40.57636358856484, -73.86147535485952, 40.5768045738471, -73.8594990848068, 40.57785401092559, -73.85864312451196, 40.57830404125775, -73.85855588032001, 40.57834991019734, -73.85736052229424, 40.578981082822274, -73.8561792230914, 40.57960487449373, -73.85610911441205, 40.579641895551596, -73.85575896242501, 40.57982678996722, -73.85456722346048, 40.58045744456543, -73.85329858425365, 40.581128575295914, -73.85306694062885, 40.58125111631561, -73.85044410559834, 40.58213027012281, -73.849455119336, 40.58216375498028, -73.84887479020932, 40.58218017422312, -73.84880221804153, 40.58218222739467, -73.84861051878009, 40.58218765006954, -73.84709542245253, 40.58191890363583, -73.84571031169052, 40.58167605784905, -73.84429723781702, 40.58166505261622, -73.84360877307482, 40.58165968425133, -73.84226853896162, 40.58172147601423, -73.8415057836911, 40.58175534058602, -73.84037621136127, 40.58180516525786, -73.84028336378381, 40.58180835465953, -73.8398956931214, 40.58182637941645, -73.83973909006144, 40.58183230176252, -73.83964395715044, 40.581836386184044, -73.83956777308462, 40.58183995307071, -73.83954778381968, 40.5818408941218, -73.83941921728801, 40.58184721719402, -73.83936383403915, 40.58185076798997, -73.83934390442406, 40.58186127987229, -73.83932922295085, 40.58188733405318, -73.8393219943679, 40.581910445832705, -73.83930368383326, 40.581978973615456, -73.83929591547006, 40.58200011608984, -73.83928700074718, 40.582018587803084, -73.83923652786349, 40.582104339054496, -73.83916495339287, 40.58221532858553, -73.83907119285065, 40.582355484729604, -73.83904054980285, 40.58243279062405, -73.83900070443195, 40.58257036657917, -73.8388647617006, 40.58263972267051, -73.83864697338406, 40.58272151340898, -73.83852607221634, 40.58273990068002, -73.8384756945409, 40.58274756357825, -73.83830721117641, 40.582773187875866, -73.83829779567996, 40.58275148907542, -73.83820676056676, 40.582761161332485, -73.83806210896955, 40.582746354624916, -73.83792699139002, 40.58275402658905, -73.83726964474803, 40.58279134904556, -73.83669776875563, 40.58281983533291, -73.83653771276461, 40.582830178094746, -73.83609578472381, 40.58285610409365, -73.83583583932858, 40.58287217385978, -73.83545098583032, 40.582976302188655, -73.83529372443722, 40.58302089329804, -73.83526111970747, 40.583030139073706, -73.8351180052361, 40.583068278150684, -73.83484522258594, 40.58314097479901, -73.83444872673049, 40.583242324727614, -73.83400587979803, 40.58335471701366, -73.83357628819897, 40.583488618732, -73.83320683977146, 40.583585952088626, -73.83269801222775, 40.58372343933138, -73.83173731039156, 40.58398423336496, -73.83122748554669, 40.58411246244257, -73.8312272491912, 40.584148967590316, -73.83111378783508, 40.584179204404435, -73.83100315245372, 40.5842086879214, -73.83043308373423, 40.58436060412088, -73.82923318734726, 40.58469130546791, -73.82921611514615, 40.584665698870594, -73.82852471150028, 40.584853895564095, -73.82850475867319, 40.58492900831683, -73.82846703762223, 40.585062853815515, -73.82844883084363, 40.58512494126473, -73.82836036564774, 40.58542660037782, -73.8282766126721, 40.58571078276091, -73.82826267555359, 40.58575174393304, -73.82824469151853, 40.58579413088897, -73.8282224953718, 40.585838332406844, -73.828195662033, 40.58588520424803, -73.82816421102702, 40.585933120990475, -73.82813014780817, 40.58597711563153, -73.82809352334468, 40.58601711980527, -73.8280543826516, 40.586053084047805, -73.82801161333786, 40.586086727595166, -73.82796901571642, 40.5861156067047, -73.82792620879205, 40.5861399765553, -73.82788302223938, 40.58615993054623, -73.82781000464404, 40.58618711696372, -73.82770973329545, 40.58621926038636, -73.82734411237352, 40.58633148433299, -73.82708538001341, 40.58640812617951, -73.82645542776274, 40.586589733599254, -73.82628395866017, 40.58663921859697, -73.82585094351617, 40.586764184576495, -73.8253866660417, 40.58689361035003, -73.82497263697229, 40.587012655705095, -73.8246126096236, 40.587118576709734, -73.82438237100015, 40.587189588958175, -73.82430244249181, 40.58721340272546, -73.82421152917775, 40.587238780053625, -73.82395173142262, 40.58730865927929, -73.82366971775693, 40.587389309228755, -73.82358850323536, 40.58741370136488, -73.82334880596572, 40.58748815053516, -73.82328959035631, 40.58750495603527, -73.82323691206057, 40.587518026277706, -73.82318768252765, 40.58752812376631, -73.82314097639693, 40.587535425385106, -73.82309291771175, 40.58754006655213, -73.82304370715633, 40.58754165044318, -73.82299394011616, 40.58754016176446, -73.82294428631269, 40.58753561595565, -73.82290003067158, 40.58752930711272, -73.82285811777726, 40.587521524102705, -73.82281849450786, 40.58751225513935, -73.82263988219717, 40.58744787118687, -73.82260684385356, 40.58743211142305, -73.82248193501077, 40.58736776509632, -73.82236109995164, 40.58730360413569, -73.8221410030446, 40.58718419350513, -73.8219087795741, 40.587062486227026, -73.82177143169152, 40.586989221752816, -73.82167667367884, 40.58693731884134, -73.82155700263472, 40.58686823926703, -73.82145777770143, 40.58681453448974, -73.82140912380086, 40.586798080123074, -73.82092297334327, 40.58705208747307, -73.82075185616509, 40.587140991566976, -73.82073508416741, 40.5871497401193, -73.82008701818184, 40.58748923831825, -73.81994891810592, 40.587560436352604, -73.81960869706899, 40.58773946025379, -73.81940461078594, 40.58784400402969, -73.81934847766016, 40.587866634240655, -73.81934847766016, 40.587866634240655 --73.96650032883993, 40.5851284771872, -73.96657180327087, 40.584715620524186, -73.96659631934577, 40.58463372772923, -73.96661388081861, 40.58457507092107, -73.96663502364207, 40.58450444989191, -73.96669542301049, 40.58430270598565, -73.96670865431625, 40.58423898606227, -73.96673787557931, 40.584098262482804, -73.96675096354043, 40.58403523141256, -73.9667629823195, 40.58397736183304, -73.96677353766256, 40.583926529421696, -73.96678180432696, 40.58388671695674, -73.96678524383303, 40.583870154618246, -73.96680589741187, 40.58377069594029, -73.96684280588302, 40.583592956719194, -73.96688202529013, 40.58340407596903, -73.96689379639245, 40.58334739499248, -73.9669488725393, 40.583201208113024, -73.96707545566066, 40.58264151398196, -73.96712522012236, 40.58242399589352, -73.96716278886592, 40.58225978890879, -73.96722531030841, 40.58198651397635, -73.9672738157622, 40.581776505820805, -73.96728097906886, 40.58174557306403, -73.96733131113314, 40.581531204162474, -73.9674004150715, 40.581225770576744, -73.96752634381464, 40.58068469849921, -73.96753335056191, 40.58065462928195, -73.96760262403643, 40.580361147353045, -73.96805716059049, 40.57838656397245, -73.96807412543609, 40.5783123033597, -73.96810620870073, 40.578171870120954, -73.96812172597939, 40.5781039469872, -73.96850436585729, 40.576428995444424, -73.96852475687746, 40.57634005804521, -73.96855329999457, 40.57620694945251, -73.96865901432568, 40.57573691632672, -73.96879143962612, 40.575210344613495, -73.96851608534409, 40.57507319795426, -73.96839199255035, 40.57505322446635, -73.96819425693907, 40.57502139668744, -73.96811527517008, 40.57500868370235, -73.96803716022006, 40.57499611048539, -73.96764677976817, 40.574859741050695, -73.96569311269968, 40.57476327828417, -73.96287307711383, 40.57498285801507, -73.96069548822948, 40.57507550990911, -73.95941802113866, 40.575129843745046, -73.958947004206, 40.573979341858006, -73.95888332675834, 40.573823846217444, -73.95890696880622, 40.57382388979732, -73.95895439934279, 40.57382397879585, -73.95900512835873, 40.57382407255398, -73.95898183833584, 40.57345271310981, -73.95900462087965, 40.573452142204935, -73.9590455895782, 40.573828574299675, -73.95917348853027, 40.57384436729815, -73.95923730062955, 40.573850025441416, -73.95936824324616, 40.57386551222412, -73.95942454789628, 40.57387113608937, -73.95947680540668, 40.57387468369083, -73.95953317119815, 40.57387688192895, -73.9595950057181, 40.57387779971595, -73.95966838387955, 40.57387753463161, -73.9598180272993, 40.5738737499359, -73.9599876428497, 40.573865102866904, -73.96044044353305, 40.573681358157664, -73.96102108959694, 40.57357428885446, -73.96130404306577, 40.5735363229416, -73.9618334080402, 40.57346529195346, -73.96236139581062, 40.57340936077287, -73.962546138541, 40.57337892128578, -73.96279115643155, 40.57333854844259, -73.96303839374481, 40.57331403492976, -73.96343602727393, 40.57327304512638, -73.9636629931576, 40.573256428620375, -73.96408415989171, 40.57322946878532, -73.96447133311949, 40.573231564931774, -73.9649552059143, 40.573208081995645, -73.96518076635164, 40.57318822377586, -73.9659369014774, 40.57311672728857, -73.96643255428026, 40.57306971811837, -73.96648190089628, 40.57306295607929, -73.96669635223353, 40.5730335631908, -73.96731223726364, 40.57296660237709, -73.96734194040809, 40.57295318850574, -73.96738090357867, 40.57292267719434, -73.96746286063369, 40.57293642533249, -73.96764456747295, 40.57293428117553, -73.96816897575489, 40.57289643994938, -73.9684968388765, 40.5728689445579, -73.96895705668955, 40.57277124495324, -73.96912250608818, 40.572740575349755, -73.96938330909329, 40.57261086334531, -73.96935395427877, 40.57255354703021, -73.96924673710406, 40.572343741159216, -73.96928055787062, 40.57233225050846, -73.96944410363405, 40.57263692990884, -73.96958531886594, 40.57263027558525, -73.97006841642079, 40.572631115690115, -73.97022528089755, 40.57261294064251, -73.97032889660406, 40.572600935542205, -73.97059032099925, 40.57254734230528, -73.9710874128998, 40.572484117483306, -73.97135807307032, 40.57237685175284, -73.97118884839664, 40.5720746608973, -73.97117070160554, 40.57203978712848, -73.97118736719452, 40.572012363128984, -73.97121399308669, 40.57205300417928, -73.97136075189837, 40.57234282069355, -73.97149210515883, 40.572328286478815, -73.97196194864651, 40.572349783272564, -73.97226410338882, 40.57232951827369, -73.97251986469115, 40.57229354164457, -73.97275047909346, 40.57223290842216, -73.97331563628784, 40.5720406602071, -73.9732759848092, 40.571922325649, -73.97326877307427, 40.5718684203645, -73.97325438688432, 40.5717295281921, -73.97324830912358, 40.571675048634646, -73.97328733984112, 40.57167963688546, -73.97333454066545, 40.57190230618418, -73.97337723966821, 40.57211696064673, -73.97346114578812, 40.57212413292909, -73.97361052524995, 40.57212787300103, -73.97407384328862, 40.572100577336855, -73.9741343837745, 40.572097009597684, -73.97425655240657, 40.5720898121311, -73.97482823995944, 40.57197133612221, -73.97511145525026, 40.571869620533015, -73.9754854539143, 40.571776900084195, -73.97543819890366, 40.57154744710362, -73.97543339077636, 40.571526369294745, -73.97543178585488, 40.57151037653317, -73.97542693081304, 40.571417809658946, -73.97544607806334, 40.5714159505676, -73.975475795748, 40.571465966655296, -73.97548229739336, 40.57150945618243, -73.97548715075382, 40.571526380779076, -73.9755239979926, 40.571772645219255, -73.97563781187904, 40.571775147656766, -73.97577988272968, 40.57178286277641, -73.97613292354812, 40.57178430906843, -73.97636298471213, 40.57174771338697, -73.97661003080951, 40.57171208066362, -73.97711501405476, 40.57159599487786, -73.97735486565416, 40.57152676414441, -73.97745901472791, 40.57149670169983, -73.977647433278, 40.571395905865245, -73.9776394711187, 40.57135790667536, -73.97762335966426, 40.57128362465723, -73.97761492703447, 40.57124354876357, -73.97762173407958, 40.57122201224001, -73.9776400720177, 40.57120327228923, -73.97765903048621, 40.571204073842814, -73.9778622339338, 40.57121864585069, -73.97775547937111, 40.57123031043684, -73.97769319744226, 40.57123903795194, -73.97768110966089, 40.57125587271481, -73.97768233469239, 40.57133243466402, -73.97770187117266, 40.57146618168653, -73.97786252385755, 40.571526863097176, -73.97793179112693, 40.57155797424422, -73.97804832593509, 40.57160984698328, -73.97815111745543, 40.571631761937354, -73.97845396480108, 40.571696330026214, -73.97859275984851, 40.571711478486016, -73.97906681075806, 40.571674538975216, -73.97909216640761, 40.57167956671961, -73.97912092711991, 40.57167954403435, -73.97915419067208, 40.571664701323805, -73.97917024802928, 40.57165690929483, -73.97920441229239, 40.571639321933816, -73.97922208788816, 40.57163037661841, -73.97924196033095, 40.57162047173794, -73.97926399167237, 40.57161391539454, -73.97928170222808, 40.57161023994681, -73.97930276396194, 40.571603833808716, -73.97933206359579, 40.57159474108302, -73.97936511273193, 40.57158176415989, -73.97939441631435, 40.57156746908781, -73.97942321703975, 40.57155240577063, -73.97944276596165, 40.57154214328909, -73.97946411267465, 40.571530564558564, -73.97987120535358, 40.571527232629144, -73.97996576448345, 40.571527249159296, -73.97996944727812, 40.57154487126876, -73.97999672957968, 40.57154817014206, -73.98003549836132, 40.57154537625457, -73.98005889454761, 40.571543514431134, -73.98007804412495, 40.57154146005481, -73.98009719471081, 40.5715399802102, -73.98011868500959, 40.57153759664059, -73.98014017518467, 40.57153562370619, -73.98016540570106, 40.57153263472125, -73.98019110951962, 40.57153049860925, -73.98021119576241, 40.571527813104446, -73.98023362174058, 40.571524138322076, -73.98026259838706, 40.57152049347782, -73.98029294348228, 40.57151772507158, -73.98033070163886, 40.57151394483655, -73.98035543270493, 40.57151060091766, -73.98038185338042, 40.571508327105306, -73.98041151468395, 40.571505615284025, -73.98044693453294, 40.57150194267497, -73.98047987191298, 40.571498708188756, -73.98051525652572, 40.57149435205444, -73.98055308808325, 40.57148985584161, -73.98058850781229, 40.571486540697265, -73.98062389103205, 40.57148286892799, -73.98065765623312, 40.57147963453046, -73.98068980087906, 40.57147744445921, -73.98071784179555, 40.571475116810426, -73.98074670938418, 40.57147273346088, -73.9807788185957, 40.57147054335877, -73.98080768736115, 40.57146815999407, -73.98084393559775, 40.57146654690102, -73.98088882151018, 40.57146394645776, -73.98092992997634, 40.57146000088655, -73.98097107258353, 40.57145641101357, -73.9810064940583, 40.57145512732427, -73.98103536162006, 40.57145277181846, -73.98105929799597, 40.571448933228716, -73.98108402815488, 40.57144440856492, -73.98110962328735, 40.57144218848072, -73.98113600839649, 40.57144021706535, -73.98116160141927, 40.57143709104139, -73.98118881370006, 40.57143328177865, -73.98120900706138, 40.57143158309196, -73.98122876915501, 40.57143068039503, -73.98125493803659, 40.57142909254057, -73.98131591705976, 40.57142051146925, -73.98134672808374, 40.57141513674189, -73.98138474092023, 40.57140814222914, -73.98140997642241, 40.57140383820557, -73.98143096285807, 40.5713996973852, -73.98145104827306, 40.571395418635205, -73.98147250380268, 40.57139031702315, -73.98149114949618, 40.57138658645349, -73.98152099187385, 40.57137783545619, -73.98155011449298, 40.571366833924344, -73.98157776276958, 40.571353443957115, -73.98159263077693, 40.57134488145, -73.98160980808127, 40.57132138951157, -73.98160146228467, 40.57130464471926, -73.98158091914783, 40.57129017900036, -73.98157680578876, 40.57126505370123, -73.98159382106783, 40.57125522450001, -73.9816144143841, 40.571254682079854, -73.98164047080454, 40.57125380013092, -73.98166446639745, 40.571253257344964, -73.98168774519891, 40.571252578460516, -73.98171845675581, 40.57125210697464, -73.98173923075355, 40.571251563660304, -73.98175946384487, 40.571251157136096, -73.98180101187485, 40.571249938111755, -73.98182590261439, 40.571249396334395, -73.98185007766953, 40.571248989517365, -73.98188222188425, 40.57124783561629, -73.98190496435178, 40.571247839200936, -73.98193647788946, 40.57125125804986, -73.98196351597821, 40.57125795319694, -73.98198464916881, 40.5712654686903, -73.98200917752452, 40.571277489136136, -73.9820242165788, 40.57128691368054, -73.98204006375268, 40.57129941184012, -73.98206100641707, 40.57132167248121, -73.98208159048302, 40.57135567590463, -73.98209250929068, 40.57137383938949, -73.98209881789808, 40.57138693039985, -73.98212843973607, 40.571398846252336, -73.98214557156338, 40.57140345960282, -73.9821824313486, 40.571402259523275, -73.98221425289725, 40.5714023743186, -73.98223246193186, 40.57140185573258, -73.9822558600848, 40.57140106148435, -73.98230682984722, 40.57139939617124, -73.98233022799796, 40.571398603708865, -73.98235456004613, 40.57139866148047, -73.98238306926245, 40.571398008473096, -73.98242216054565, 40.571398590797244, -73.9824450894798, 40.57139925258706, -73.98246521035827, 40.571399089963606, -73.98248482850177, 40.57139761159336, -73.982507718154, 40.5713949522296, -73.98253529406315, 40.57139116881848, -73.98257661641618, 40.57138615286716, -73.98260512744957, 40.571383027864655, -73.98264414670602, 40.571378998515364, -73.98267078492151, 40.57137526986204, -73.98270019282545, 40.57137003143978, -73.98272909917368, 40.571363448451166, -73.98275991273835, 40.571356837825256, -73.98279537002755, 40.571349130147084, -73.98283842103447, 40.57134027092103, -73.98286595841046, 40.57133461973648, -73.98289162508462, 40.571329327576166, -73.98292754875811, 40.57132183965466, -73.98294817614624, 40.5713173959274, -73.98296754349926, 40.571312843046194, -73.98300069655131, 40.57130584817844, -73.98303147476688, 40.57129871607064, -73.98306459127949, 40.57129139248762, -73.9830977454778, 40.57128445252409, -73.9831294575304, 40.57127836423552, -73.98316307901338, 40.571272824637674, -73.98320580495093, 40.571264816222104, -73.98323892363133, 40.571258122956365, -73.98325641772816, 40.5712545846444, -73.98327394960585, 40.571251075152084, -73.98329237770997, 40.57124797462564, -73.9833112746501, 40.57124484985022, -73.98332970635488, 40.57124150347507, -73.98336098845083, 40.571235633887696, -73.98339226794045, 40.57123072515135, -73.98342031031707, 40.57122647512334, -73.98344644298149, 40.57122277233236, -73.98346653018177, 40.571220086258414, -73.98350108451963, 40.5712146556594, -73.98352261099149, 40.57121312155345, -73.98354550408158, 40.57121046378441, -73.98357350977712, 40.571206432541295, -73.98359874243775, 40.571203196959274, -73.9836221041511, 40.57120136142094, -73.98364920817318, 40.57119982808636, -73.98367260629156, 40.57119881652304, -73.9836922584161, 40.571198077282205, -73.98371372307814, 40.57119814876725, -73.98374229215302, 40.57119860577803, -73.98376151294812, 40.571199047952746, -73.98378537814874, 40.571200368791494, -73.98381395510246, 40.571202431421106, -73.98384858344268, 40.57120337013925, -73.98388180775804, 40.57120386829336, -73.98391175476634, 40.57120524579162, -73.98394944026785, 40.5712073636943, -73.98398151200593, 40.571207807627054, -73.98401937921193, 40.57120567145341, -73.98404554807014, 40.57120353364312, -73.98408280416817, 40.571198791245195, -73.98410757014906, 40.57119632363433, -73.98413805768051, 40.571194187300925, -73.98416530587909, 40.57119215947638, -73.98418841596245, 40.571190625463935, -73.98421156141428, 40.57118933909607, -73.98423261913396, 40.571187366237105, -73.98426623659428, 40.571183280663234, -73.9843039628002, 40.57117801595356, -73.9843580275159, 40.57117154495335, -73.98438768858544, 40.57116850251321, -73.9844157307766, 40.57116466378202, -73.98444211470854, 40.57116178567928, -73.98447180979389, 40.57115970318141, -73.98450312631945, 40.57115753894687, -73.98453034155912, 40.57115493559602, -73.98455755333005, 40.57115200264622, -73.98459131574168, 40.57114906966833, -73.98463001222017, 40.571145588921205, -73.98466129374724, 40.57114150291913, -73.98469833310918, 40.57113914758362, -73.98473051258563, 40.57113827385393, -73.98475527695061, 40.57113750899548, -73.98477374223745, 40.571136632532344, -73.9848113930484, 40.5711354569288, -73.9848400809106, 40.57113277085103, -73.98486650225948, 40.57113140283566, -73.98488705580722, 40.571128879569734, -73.98491840739824, 40.57112819749031, -73.984948354753, 40.57112798169012, -73.98498247907716, 40.57112773941248, -73.98500234849472, 40.571126836980966, -73.98502340340369, 40.5711266740314, -73.98504143860245, 40.57112678714584, -73.98505943730338, 40.57112640406357, -73.98507743380732, 40.57112528164745, -73.98509590037764, 40.57112391164518, -73.98511609360098, 40.57112196552785, -73.98513409160782, 40.57111938695455, -73.9851520542399, 40.571116562530634, -73.98517224775183, 40.57111329893581, -73.9851924765074, 40.57111085842157, -73.98521090684541, 40.57110775848816, -73.9852298059634, 40.57110488014116, -73.98524920557763, 40.5711029888304, -73.98526814091467, 40.57110186470386, -73.98528660500958, 40.57110096294348, -73.98530600687454, 40.571099564210435, -73.98532540991313, 40.57109819519157, -73.98535017450942, 40.57109627663271, -73.98537821391677, 40.57109397396133, -73.9854038087059, 40.57109205639712, -73.9854302289183, 40.57109035775939, -73.98546320002305, 40.57108748025738, -73.9854920319184, 40.57108476611871, -73.98552169296313, 40.57108142171005, -73.98555711238329, 40.57107739091744, -73.98558922270637, 40.571073909018985, -73.98561971027058, 40.57107114012395, -73.98565019685739, 40.57106741216184, -73.98567903011745, 40.571063765032825, -73.9857054517392, 40.57106091366031, -73.9857318356333, 40.571057760601285, -73.98576149764206, 40.57105532115811, -73.9857920217295, 40.57105288181396, -73.98581840792006, 40.57105000249479, -73.9858695903, 40.57104641480794, -73.98589190794053, 40.571044631810466, -73.98591130859515, 40.57104323477606, -73.98593279838796, 40.57104150840225, -73.98595428818547, 40.57103975410811, -73.98597275471417, 40.57103838396486, -73.98599168776195, 40.57103676803228, -73.98601108959373, 40.57103536827962, -73.98603178691818, 40.57103391735131, -73.98605198003551, 40.571032217813226, -73.98608704011396, 40.571029532197564, -73.9861050378072, 40.571028161075716, -73.98612350432923, 40.571026792709304, -73.98615903097283, 40.57102361183943, -73.98617843279673, 40.57102221476005, -73.9862007491829, 40.57102070816354, -73.98622015100521, 40.57101931017662, -73.98624164083891, 40.57101730908496, -73.98626640537313, 40.57101541824484, -73.98629444584509, 40.571013362994236, -73.98632003951451, 40.57101086708884, -73.98634725108651, 40.57100823539085, -73.9863752918606, 40.571004671741655, -73.98640167706073, 40.57100063961678, -73.98643340717032, 40.57099652977155, -73.98645365591535, 40.570994113351716, -73.98648248791912, 40.57099046512034, -73.98650642352797, 40.57098805272711, -73.98652712098209, 40.570985832661435, -73.98654778423774, 40.57098336494376, -73.98657172214835, 40.57098122719721, -73.98659486646629, 40.5709791154683, -73.98661635391954, 40.57097708639, -73.9866403283247, 40.570975497953484, -73.98666919660121, 40.570973442707704, -73.98669396127663, 40.570970700779554, -73.98671951707017, 40.57096848034134, -73.98674511077157, 40.5709656565502, -73.98677070323029, 40.570963133528586, -73.98679791712146, 40.570960529640345, -73.98682268179248, 40.57095775886761, -73.9868474440937, 40.57095501780664, -73.98687303991476, 40.57095337277415, -73.98689863106942, 40.570951428761234, -73.98692339572742, 40.57094868588308, -73.98694733496079, 40.57094569706258, -73.98697047807346, 40.57094358615833, -73.98699196786049, 40.57094158402576, -73.98701346001296, 40.570939556674745, -73.98703411841171, 40.57093760847179, -73.98705352142106, 40.57093596450098, -73.98707339099792, 40.57093379917558, -73.98709488083156, 40.57093152326426, -73.9871171972199, 40.570929740929174, -73.98713951365964, 40.5709276857307, -73.9871593831788, 40.57092579324942, -73.9871808704448, 40.57092456102987, -73.98720484492291, 40.570922423155466, -73.98722633474858, 40.57092014631902, -73.98724861580622, 40.57091781643541, -73.98727258920881, 40.57091510131039, -73.98729814743321, 40.57091230530841, -73.98732129175113, 40.57090994668937, -73.98734065714811, 40.570907286874046, -73.98739195174859, 40.570902515231694, -73.98741088472352, 40.57090089906518, -73.9874302853514, 40.57089925322941, -73.98744968715896, 40.570897609191555, -73.98747034784721, 40.57089590945526, -73.98749104509713, 40.57089445646292, -73.9875141915584, 40.57089319734593, -73.98754144054364, 40.570892074648505, -73.98757358343899, 40.57089021134232, -73.9876016226882, 40.57088788111247, -73.98762638702921, 40.570886566314975, -73.98765036019695, 40.57088497766755, -73.98767347009398, 40.57088344295395, -73.98769193418232, 40.57088207253406, -73.98772699416152, 40.57087913877353, -73.98774499422771, 40.570877302724256, -73.987764861403, 40.57087513637845, -73.98778376030016, 40.57087250345447, -73.9878056092378, 40.570869431384516, -73.98783116645662, 40.57086545377536, -73.9878647521284, 40.57085873220957, -73.9878849443533, 40.57085489270237, -73.98792090593938, 40.57084874770653, -73.98793980250582, 40.5708458671123, -73.98797201918357, 40.570840681666596, -73.98800553035598, 40.57083437339263, -73.98802464432839, 40.57083080750786, -73.98805635725606, 40.57082271239052, -73.98807644219046, 40.57081777509887, -73.98810257806255, 40.57081360567763, -73.98812053808118, 40.57081102753296, -73.98815466164974, 40.57080740734522, -73.98817895759768, 40.570803401612324, -73.98820368817229, 40.57079912396053, -73.98823075716068, 40.57079382894999, -73.98825782611102, 40.570788725744855, -73.98828702652983, 40.570784206290725, -73.9883066010505, 40.57078055035349, -73.9883392853248, 40.570775312621905, -73.98837247014511, 40.570771006974795, -73.98841192464877, 40.57076587797062, -73.9884352851861, 40.57076236557671, -73.98847074015302, 40.5707556458229, -73.98849690999157, 40.570752820798816, -73.98851886620369, 40.570750434803735, -73.98856094459137, 40.57074596519465, -73.98858477351955, 40.57074492475741, -73.98860296019006, 40.57074263382725, -73.9886078366338, 40.57072646719021, -73.98862476654617, 40.57071175249257, -73.98864261756727, 40.57070402055238, -73.98865189275072, 40.570716825129836, -73.98865703274527, 40.57073414723095, -73.98868062846736, 40.570736398168734, -73.98869812490994, 40.570730442920286, -73.98871702132112, 40.57072808450253, -73.9887394463868, 40.570725451767544, -73.98877799707581, 40.57072240906487, -73.98880513739417, 40.57072087271622, -73.98883458293483, 40.57071901059531, -73.98885830234804, 40.570716021355125, -73.98890700452706, 40.570711442397545, -73.98894317954877, 40.57070614809809, -73.98896855578346, 40.57070321302609, -73.98899227724831, 40.57070203561423, -73.98902917241126, 40.570698031808675, -73.9890688762304, 40.57069147527091, -73.98909403685086, 40.57068543874348, -73.98912391421058, 40.57067863450957, -73.98915566192352, 40.57067323076046, -73.98919115430297, 40.570668101114485, -73.98921098724668, 40.570665164566705, -73.9892333049887, 40.57066140787032, -73.98925349701805, 40.57065792382979, -73.98927660720506, 40.57065386372228, -73.98930299086206, 40.570650133507094, -73.98932771884137, 40.57064651119501, -73.9893524858799, 40.57064231524689, -73.98937804183066, 40.57063776005712, -73.9894036000916, 40.570633508338645, -73.98942750168503, 40.57062815872236, -73.98944978061425, 40.57062324750762, -73.98946914959384, 40.57061926986603, -73.98948804392577, 40.570614742857586, -73.98951788717393, 40.570606619249304, -73.98954398314287, 40.570599760529475, -73.98957058576609, 40.570592626289205, -73.98961417644648, 40.57058250203666, -73.98963260659957, 40.57057833157027, -73.98965279867645, 40.570574244107924, -73.98967263418817, 40.5705696622219, -73.98969570790113, 40.570564366506865, -73.98971964605943, 40.57055898801622, -73.98974599334478, 40.57055330896044, -73.98976993140244, 40.57054853561195, -73.98979303911226, 40.57054477707612, -73.98982021652903, 40.57053939975284, -73.98984901317516, 40.570532787946796, -73.989876983261, 40.570525570908046, -73.98990905374654, 40.57051676299548, -73.98994519485714, 40.5705080103624, -73.98997809535344, 40.570500273227125, -73.99001344280038, 40.57049195905884, -73.99005120285123, 40.57048372703639, -73.99008082733013, 40.570476758636055, -73.99010472895156, 40.57047047503464, -73.99012783806408, 40.57046490547626, -73.99015173954741, 40.57045949987667, -73.99017157266942, 40.570454643244176, -73.99019090152682, 40.57044984149721, -73.99021026698998, 40.570445039750126, -73.99022963363521, 40.57044021098415, -73.99024896370523, 40.57043513456744, -73.99026645734322, 40.57043071627553, -73.99030004161735, 40.57042229380664, -73.99033085407005, 40.57041518676129, -73.99036980106612, 40.57040555441795, -73.99039823983632, 40.570398557920065, -73.99042761279958, 40.57039093022513, -73.99046306771001, 40.57038182076403, -73.99048451863993, 40.57037701914376, -73.99050201330306, 40.57037347972825, -73.99051997679362, 40.57036991333298, -73.99053890975593, 40.5703667855703, -73.99055874258566, 40.57036360294646, -73.9907135234785, 40.57033808928831, -73.9907365354625, 40.57033393702555, -73.9907309795407, 40.57031470587082, -73.99072855182567, 40.57028733872698, -73.9907422583109, 40.570264975299544, -73.99076549543686, 40.57025507680052, -73.99079009028095, 40.57025614499635, -73.9908013658242, 40.57027233463379, -73.99080900662662, 40.57029621356036, -73.99081443489716, 40.57031641096421, -73.99084306928678, 40.570329041309265, -73.99086970262913, 40.57032863188941, -73.99090620371516, 40.570328387140506, -73.99092772840115, 40.57032795028692, -73.99094842536276, 40.57032677043111, -73.99096861824117, 40.57032433069782, -73.99098927884032, 40.570321312860735, -73.99101649112481, 40.57031870617183, -73.9910420844691, 40.57031533300361, -73.99106051418745, 40.57031319389195, -73.99109229786744, 40.570310122869955, -73.99111043906586, 40.57031078255886, -73.99113520216153, 40.57030781994497, -73.99115946344784, 40.570304225118704, -73.99118890782272, 40.570300357826, -73.99120686997843, 40.5702975324551, -73.99123768228078, 40.57029039725018, -73.9912689257302, 40.570282357942915, -73.9912864191853, 40.570278517632495, -73.99130438157772, 40.5702737975422, -73.99133652500679, 40.57026471457641, -73.99136964044722, 40.570254670814734, -73.99138756747759, 40.570249347357176, -73.99142021522024, 40.57023960612214, -73.99143907757198, 40.570233953134334, -73.99145840757113, 40.57022824524618, -73.99147636881996, 40.570223031641326, -73.99150948519727, 40.570214579967136, -73.99153842546225, 40.570209119519255, -73.99156175018848, 40.57020580009959, -73.9915841750427, 40.57020256345757, -73.99161034357272, 40.570197979899596, -73.9916383461393, 40.57019279491857, -73.99166862122136, 40.57018412416412, -73.99168658489259, 40.570178196410424, -73.99170497614458, 40.57017152845337, -73.99172383862994, 40.57016444718644, -73.99174316641624, 40.57015717413814, -73.99176541347168, 40.5701495185728, -73.9917860024443, 40.57014243922046, -73.99180662920203, 40.57013535806609, -73.99182970271646, 40.57012907494704, -73.99185443188124, 40.57012270909245, -73.99188240030767, 40.57011623269695, -73.9919055091163, 40.57011093654034, -73.99194424169048, 40.57010355586035, -73.99196266910506, 40.57010020809945, -73.99199348104806, 40.57009463780373, -73.99202288999577, 40.57008958970673, -73.99205863347767, 40.5700836370129, -73.99209038061854, 40.570078671008, -73.99212914704447, 40.57007430882709, -73.9921599941442, 40.570070825005054, -73.99219127351665, 40.570066819800296, -73.99223212796255, 40.57006094934754, -73.99225829757337, 40.57005636744299, -73.99228302411524, 40.57005167467099, -73.99231102882268, 40.57004742246979, -73.99233950004465, 40.57004267590476, -73.9923717512893, 40.570038641898805, -73.99239111735406, 40.57003650263575, -73.99241005125903, 40.57003386895282, -73.9924285163081, 40.570031510796426, -73.99244871022424, 40.57002906990242, -73.99247019722195, 40.57002679208464, -73.99249085993657, 40.57002454302576, -73.99251155683491, 40.57002284238498, -73.992534666414, 40.57002048271313, -73.99255863685353, 40.57001834372096, -73.99257850592413, 40.57001667093079, -73.99259693550793, 40.57001455768776, -73.99261493405363, 40.5700124741314, -73.99263386665318, 40.570010827386646, -73.99265186398863, 40.5700089905682, -73.9926840785386, 40.57000542384461, -73.99272101077408, 40.57000243464743, -73.99273947453918, 40.57000084368808, -73.99275793943683, 40.56999969128142, -73.99277816977353, 40.5699987866271, -73.99280048676107, 40.56999810182803, -73.99282118474449, 40.569997143164024, -73.99283917839621, 40.569996539134394, -73.99285768209938, 40.56999689869529, -73.99287661450121, 40.56999700883437, -73.99289558225166, 40.569997860104415, -73.99292884362316, 40.57000025214953, -73.99296393538528, 40.57000291625563, -73.99299812845155, 40.57000579912374, -73.99301756723276, 40.57000816238349, -73.99304243691451, 40.57001173087124, -73.99306971925508, 40.57001483482836, -73.99309700507868, 40.5700185412303, -73.99312511753682, 40.57002233142403, -73.99315571105456, 40.57002656121486, -73.99317892745601, 40.570030267354795, -73.99320131607507, 40.57003361773375, -73.99322611504086, 40.57003600649005, -73.9932566733018, 40.57003867113978, -73.99328885305499, 40.570040402031935, -73.9933210682702, 40.570041804225575, -73.99335241902716, 40.57004350713543, -73.9933797015447, 40.5700451017394, -73.99340532948816, 40.57004784711257, -73.99345500165056, 40.57005460208835, -73.99347530115365, 40.57005896718631, -73.9934943065475, 40.57006157528354, -73.99352662889737, 40.57006651828907, -73.99354466124764, 40.57006885256357, -73.99356892177035, 40.570070940440274, -73.99359091378, 40.5700727796405, -73.99360941514654, 40.5700731390801, -73.9936489369531, 40.570071960684004, -73.99367654559359, 40.57007174247906, -73.99370415180738, 40.570072210467295, -73.99373269560402, 40.57007336469986, -73.99375119803697, 40.57007495783568, -73.99377517047878, 40.570076468416815, -73.99379917598719, 40.570077979895224, -73.9938215294493, 40.57007891494388, -73.99384096608122, 40.57007951933926, -73.99387278685586, 40.57008141484462, -73.99389855669119, 40.5700825418723, -73.99392476106443, 40.57008410747268, -73.99395236836664, 40.57008567314101, -73.9939809463976, 40.57008707405752, -73.99400949258929, 40.57008798147769, -73.99403382291294, 40.57008888867184, -73.99406002735277, 40.57008976894205, -73.99408486192884, 40.570090675250974, -73.9941049823651, 40.57009073211783, -73.99412506977204, 40.570090376539085, -73.99414565906554, 40.57009004799817, -73.99416437426251, 40.57008952664607, -73.99418590002402, 40.57008917112979, -73.99421253559292, 40.570088980663044, -73.99423874016544, 40.57008835071241, -73.99426681533133, 40.57008744618911, -73.99429532147201, 40.570087228780764, -73.9943229290105, 40.570086131508226, -73.99435240942441, 40.57008569350531, -73.99438091790746, 40.57008569490336, -73.99440946181568, 40.570085724212326, -73.99443894100921, 40.570085751758484, -73.99446280496487, 40.57008558901572, -73.99448339307656, 40.57008523339851, -73.99450679055226, 40.57008528945176, -73.99453159093996, 40.57008553827941, -73.99455405077126, 40.57008556546158, -73.99457230062049, 40.570085813969676, -73.99477447994946, 40.57009227380377, -73.99479553682299, 40.570092714215804, -73.9948161260223, 40.570093566142766, -73.99483530994944, 40.57009419737423, -73.99487324660394, 40.57009763097357, -73.99490233111933, 40.570101035351115, -73.99493040723746, 40.570103096093824, -73.99495617819913, 40.570105292707694, -73.99499343215689, 40.57011059212472, -73.99502890206068, 40.57011180126889, -73.99506639084939, 40.57011954739833, -73.99510291035799, 40.57012397233869, -73.99512341925042, 40.57012507275195, -73.9951470228441, 40.57011653947816, -73.99515464437286, 40.5701016919472, -73.99514315009182, 40.57004259632343, -73.99517437121794, 40.570024865405536, -73.99519595239347, 40.570025382310824, -73.99523156647808, 40.570090649329, -73.9952474390811, 40.57012503472476, -73.9952688474882, 40.57013102319778, -73.99528795221205, 40.57013302855125, -73.99530810102324, 40.57013281234946, -73.99533454661486, 40.57013067377972, -73.99536027430672, 40.57012710964411, -73.9953800630161, 40.570125741644006, -73.99540366839709, 40.570125084307335, -73.99542557792356, 40.570125278794755, -73.9954444312575, 40.57012519939726, -73.9954632845559, 40.57012564230104, -73.99549473115337, 40.57012597493183, -73.99552146348735, 40.570126993570156, -73.99554485026222, 40.57012837048142, -73.99556607827752, 40.570130431703475, -73.99559756129797, 40.57013362077212, -73.99561904093818, 40.57013436452626, -73.99564620548023, 40.57013557586434, -73.99567865823826, 40.570135690555894, -73.99571107561651, 40.570135063204496, -73.99575612642609, 40.57013462902372, -73.99577890038921, 40.57013479736043, -73.99579915785064, 40.57013447031202, -73.9958202785961, 40.57013359487184, -73.99584305377402, 40.570133214776284, -73.99586233820717, 40.57013211863336, -73.99588068856364, 40.5701305550813, -73.99590083864072, 40.57012891054336, -73.9959269239619, 40.57012792719762, -73.99595221803193, 40.5701275462692, -73.9959791665307, 40.570127741729, -73.9960094274819, 40.57012823897341, -73.99604054812116, 40.57012906583151, -73.99606832440588, 40.57012989436782, -73.99609279294788, 40.57013066605193, -73.99611891480689, 40.57013086145081, -73.99614334562852, 40.57013045433589, -73.99616313308216, 40.57013012630696, -73.99618148220769, 40.57012930563978, -73.99620724626901, 40.57012914349836, -73.99624322654401, 40.57012708968315, -73.99627931430459, 40.570124596404014, -73.99630554492293, 40.5701226782323, -73.99632483172081, 40.570121335268006, -73.99634843476056, 40.57012010320232, -73.99637038213717, 40.57011919887042, -73.99639229407072, 40.57011857189492, -73.99641589951581, 40.57011648791899, -73.99644450385603, 40.57011292272976, -73.99647559170153, 40.57010856244624, -73.99650916306939, 40.57010304955811, -73.99654776860342, 40.570098936227026, -73.99658551554931, 40.57009594941398, -73.996663629654, 40.57009455859743, -73.99670640946002, 40.570095525194574, -73.9967458779821, 40.57009643584945, -73.99678786893884, 40.57009740149338, -73.996828164086, 40.57009869576665, -73.9968676361364, 40.570099990903906, -73.99690962589966, 40.57010131311108, -73.99694574884685, 40.5701032393992, -73.99697687057744, 40.570106043556116, -73.9970080300853, 40.5701091754966, -73.99703997964099, 40.570112034590025, -73.99706779243353, 40.57011527629203, -73.99712589914806, 40.57012137791546, -73.997153711896, 40.570125855116686, -73.99717565792241, 40.57012874003924, -73.9971967808878, 40.57013077304109, -73.99723042144998, 40.570135663706694, -73.99724895111754, 40.57013791546387, -73.99726827207668, 40.570138303150635, -73.99730041898502, 40.57013832822477, -73.99732476129596, 40.57013636114762, -73.9973543033178, 40.5701309289658, -73.99738668421884, 40.57012648651772, -73.99742007582093, 40.570126159481504, -73.99745638045252, 40.5701334662487, -73.99748645813048, 40.570140469391525, -73.99752276159211, 40.570147885101214, -73.9975475854159, 40.570154036218156, -73.99756910153401, 40.570159144452006, -73.99760040374963, 40.57016883655791, -73.99762188087885, 40.57017471472975, -73.9976457729896, 40.57018053621409, -73.99767538308917, 40.57018685309792, -73.9977102447542, 40.57019259374308, -73.99774460693037, 40.57019734649214, -73.99776346020563, 40.57019954324068, -73.99778324995789, 40.570201496862545, -73.99780210443278, 40.57020320011717, -73.9978204900852, 40.57020487634412, -73.99783981102443, 40.57020658050196, -73.99785866667604, 40.570208502574864, -73.99789255892718, 40.57021130743583, -73.99792450621203, 40.5702140276023, -73.99795887086607, 40.570215843676024, -73.99798797808458, 40.57021735617064, -73.99801561274126, 40.57021746921697, -73.99805353553732, 40.57021818578299, -73.99807976487615, 40.57021920381744, -73.99810459129297, 40.570219948963754, -73.99812463381247, 40.57022066430937, -73.9981456092515, 40.570221599394635, -73.99816705471373, 40.5702219050167, -73.99818997277954, 40.570222263788985, -73.99821811170304, 40.57022190942217, -73.9982457440182, 40.57022133621319, -73.99827053620675, 40.57022147526993, -73.9982972686394, 40.57022178094715, -73.99832112315785, 40.57022277187555, -73.99834400812841, 40.570224366136614, -73.99837167699108, 40.57022629005304, -73.99840175727174, 40.57022898394512, -73.99843230401748, 40.570231676935116, -73.9984726015904, 40.570235112079544, -73.9985091237889, 40.570237777212164, -73.99854895374601, 40.57024028028054, -73.9985780609786, 40.57024225909749, -73.99860954420006, 40.57024522671202, -73.99864009329946, 40.57024909933425, -73.99867542510448, 40.57025388063309, -73.99870885090336, 40.5702590986542, -73.99874367844357, 40.57026508662965, -73.99877710424039, 40.57027101784647, -73.99880815286005, 40.57027656720646, -73.99904278086986, 40.57031227430788, -73.99906070012361, 40.57031370358864, -73.99909121269097, 40.57031617667507, -73.9991329852965, 40.57032122984245, -73.99916255904213, 40.570323429143336, -73.99919595188649, 40.57032546456792, -73.99922542054638, 40.57032661834261, -73.99925819933992, 40.57032648528133, -73.99928766682743, 40.57032698165697, -73.99930997674934, 40.57032852169048, -73.99934552477501, 40.570331021755294, -73.9993693805111, 40.57033390717007, -73.99939323506808, 40.57033681959567, -73.99942687590945, 40.57034000582504, -73.99945979877768, 40.570340338278235, -73.99949078139974, 40.57033998361301, -73.99952226474534, 40.57033770902269, -73.99955227193387, 40.57033617374885, -73.9995785048931, 40.57033584695761, -73.9996052019575, 40.5703348600773, -73.99962571100201, 40.57033360031182, -73.99966263012244, 40.570329733572784, -73.9996807643376, 40.570327812805324, -73.99969933194781, 40.57032622252865, -73.99973272246481, 40.57032405594861, -73.99975081888721, 40.57032208203901, -73.99977320322725, 40.57032032786312, -73.99979705663169, 40.570318105412596, -73.99982087814966, 40.570315884758166, -73.99984707331627, 40.57031289505377, -73.99988118418187, 40.57031124983538, -73.99990216085396, 40.57031278975248, -73.99992508131952, 40.570315425605735, -73.99994799942468, 40.57031850271151, -73.99997138871875, 40.57032204448365, -73.99999714930232, 40.570325671800965, -74.00002150931763, 40.57032924147916, -74.00004392554058, 40.57033165938177, -74.00006443457755, 40.57033220869222, -74.00008566279332, 40.57033130545203, -74.00011761493938, 40.57032883798587, -74.0001376208993, 40.57032697297683, -74.0001605071207, 40.57032477926881, -74.00018958017993, 40.57032280437368, -74.00022102806447, 40.57032006131904, -74.00025344902876, 40.570318499742115, -74.00028205326043, 40.57031723984131, -74.00030303111346, 40.57031633656153, -74.00032947779967, 40.57031438865366, -74.00035905274419, 40.57031315664715, -74.00037906106604, 40.570313322279404, -74.0004081695654, 40.570315273616856, -74.00043965289481, 40.57031706014179, -74.00047495059151, 40.570318133426824, -74.00049333868964, 40.57031780555833, -74.00052906858488, 40.57031643570113, -74.0005483896025, 40.570315339671865, -74.00058174584275, 40.570313502437244, -74.00061323031989, 40.570311253663164, -74.00064374171957, 40.57030925162964, -74.00068494396818, 40.570305932957574, -74.00071498771419, 40.570303465336636, -74.00077648050159, 40.5702992171621, -74.00081221036872, 40.57029683052436, -74.00083056184462, 40.57029600821406, -74.0008489475731, 40.570295680288574, -74.00087003406342, 40.57029532442355, -74.00089111935871, 40.5702939266475, -74.00091044272573, 40.57029282965679, -74.0009287918234, 40.57029099153884, -74.00095023964657, 40.570288770669286, -74.00097215157311, 40.57028679473464, -74.00099575692201, 40.5702838597222, -74.00102180793665, 40.57027990799072, -74.00104789556103, 40.570276232714114, -74.00106984408464, 40.570273982100375, -74.00108959847387, 40.5702726122165, -74.00112630019048, 40.57026896383668, -74.00114738663032, 40.57026624674473, -74.00116800422984, 40.57026273629139, -74.00118728978507, 40.57026114396588, -74.00122626121922, 40.570257688242904, -74.00124439538214, 40.57025642731321, -74.00128523504164, 40.57025390359313, -74.00130952176428, 40.57025143588092, -74.00132952884863, 40.570249570664295, -74.00135097428942, 40.57024764959476, -74.00137245634534, 40.57024611484588, -74.00139102271909, 40.570244880903616, -74.00141056099197, 40.57024383875821, -74.00143297597488, 40.57024249399728, -74.00145348496015, 40.57024139870146, -74.0014720536802, 40.57023958841026, -74.00149256616676, 40.57023670736679, -74.00151303966265, 40.570233003240546, -74.00153067068818, 40.570229380195784, -74.00154923700083, 40.570225840884504, -74.00156924282994, 40.57022142263841, -74.00160256342937, 40.57021381994821, -74.00162066325873, 40.57020975922803, -74.0016544502907, 40.57020141808587, -74.00167992725652, 40.570195407613745, -74.00171040653821, 40.57018761402253, -74.00173062844381, 40.57018283823674, -74.00175775748437, 40.570176279302856, -74.0017780183469, 40.57017125766485, -74.00181015087651, 40.57016297053393, -74.00184156421226, 40.57015440784503, -74.00187700909609, 40.570142523946295, -74.00190838453567, 40.570130858931755, -74.001940986894, 40.57011774044098, -74.00195879843825, 40.570110440484726, -74.0019766465707, 40.57010259030444, -74.00200565077128, 40.57009345127611, -74.00203540837556, 40.570083900687344, -74.00204919162492, 40.57007096080158, -74.0020440005176, 40.57003878874541, -74.00197443256687, 40.56963038305055, -74.00198722231882, 40.56960827944819, -74.00201203049586, 40.56959764561917, -74.0020329289653, 40.569596300767614, -74.00205396912422, 40.56959435165759, -74.00208688932177, 40.569596143108676, -74.0021181307873, 40.56972593067689, -74.00214730032519, 40.569943208761096, -74.0021509915636, 40.56997069450998, -74.00215578184184, 40.56998596642019, -74.00216121100178, 40.57000139320846, -74.00216527623218, 40.57001756115403, -74.00217063484442, 40.570042293966345, -74.00217376128155, 40.5700593687578, -74.00217699876298, 40.57007756650143, -74.00217944376762, 40.57009318695805, -74.00218555590455, 40.5701206366385, -74.00218954910052, 40.57013644797662, -74.00219149103965, 40.57015206754198, -74.00219271151234, 40.57016991051672, -74.0021933922821, 40.57018701056878, -74.0021932465054, 40.57020702203321, -74.00219252559715, 40.570226291476175, -74.00219234303232, 40.570240840357926, -74.00219421091269, 40.57026667097495, -74.00219608076735, 40.5702806686963, -74.00219852460923, 40.57029648096402, -74.00220273414887, 40.57031901831679, -74.00220686828102, 40.57034665894469, -74.0022100314138, 40.570365654553314, -74.00227235235745, 40.57068467954015, -74.00227914811569, 40.57070545991443, -74.0022852626298, 40.57073052229693, -74.00228734743966, 40.57074435701696, -74.00228936151899, 40.570761815449885, -74.00229202160358, 40.57078034459377, -74.00229587100979, 40.57080252354048, -74.00230076091697, 40.57082761386267, -74.00230834851575, 40.57086560324658, -74.00231359743493, 40.57089069446145, -74.00232057542199, 40.57092102579441, -74.00232499867691, 40.57094029603344, -74.00232884788801, 40.5709563000808, -74.0023319413298, 40.570973016458375, -74.00233427666596, 40.570991188099214, -74.00233650799305, 40.571006835571296, -74.00233855632666, 40.571023909478185, -74.00234121512834, 40.57103884102429, -74.00234510092514, 40.571053912126594, -74.00235017241904, 40.57107008004361, -74.0023557462253, 40.5710979682791, -74.00236574734227, 40.57112541966872, -74.00237365823193, 40.571153390703365, -74.00237776018699, 40.57116939474355, -74.00238225434367, 40.57118902158628, -74.00238693143025, 40.571205354305675, -74.00239124830922, 40.57122100173303, -74.00239595729927, 40.571237718074855, -74.0024047360718, 40.571262039262386, -74.00241297402229, 40.57128748611645, -74.00242131827635, 40.571313289575336, -74.00242606731271, 40.571326713596676, -74.002439160413, 40.57136031189554, -74.00244365791744, 40.57137376203668, -74.00245214723591, 40.57139374629957, -74.00246304698975, 40.57141735332091, -74.00246991821636, 40.57143149051033, -74.00247862352045, 40.571447659243454, -74.00249157584717, 40.57147343468113, -74.00250006622366, 40.571489411605455, -74.00251172166145, 40.57150901037027, -74.0025242781227, 40.571527512274976, -74.00253870393767, 40.571543818657844, -74.00255406851166, 40.57155759814575, -74.00256687739999, 40.571567893558836, -74.00258000984796, 40.57157761082633, -74.00259774926937, 40.57159026640022, -74.002619299689, 40.571605228128206, -74.00265405812088, 40.57162872742211, -74.00267755361186, 40.57164451217368, -74.00270194896727, 40.57165966383043, -74.00272591213651, 40.571675504393625, -74.00275271662412, 40.57169027415994, -74.00277905458438, 40.57170345180368, -74.00280535705868, 40.571715009398304, -74.002831660652, 40.57172489111051, -74.0028613099413, 40.571736448609805, -74.00289095928017, 40.57174891383028, -74.00290700743436, 40.57175564034448, -74.00292348663193, 40.5717622560809, -74.00294046891669, 40.57176889881782, -74.00295698591236, 40.57177554246475, -74.0029749023551, 40.57178270837736, -74.00299282347622, 40.57178877564696, -74.00301268492676, 40.57179555697897, -74.00303251216498, 40.571803023607686, -74.00305093406429, 40.57181010574623, -74.00306838636283, 40.571816146901284, -74.00308583745428, 40.571821554084345, -74.0031042250417, 40.5718270179725, -74.00312167614408, 40.571832535914645, -74.003152727227, 40.57184222741344, -74.00319169672727, 40.57185526683471, -74.00321418473504, 40.57186394366321, -74.00323811245627, 40.57187536254427, -74.00326920164977, 40.571890846184985, -74.00328762483478, 40.57189905484186, -74.00330507606488, 40.571906467459954, -74.00334336085969, 40.5719230477123, -74.0034010041538, 40.571946986467715, -74.00341798657803, 40.57195450894653, -74.00344860686452, 40.57196710997316, -74.00346462087117, 40.57197367071377, -74.00348109897537, 40.5719798748304, -74.00349761605392, 40.57198607804288, -74.00351506724344, 40.57199184447001, -74.00353298608894, 40.57199755414701, -74.00355090730525, 40.57200337458571, -74.00357911828563, 40.572011940401055, -74.0036077946163, 40.572021410321575, -74.0036369409957, 40.572031294461425, -74.00367688261531, 40.5720441977079, -74.00370793504442, 40.572053642312675, -74.00373830269837, 40.57206607757359, -74.0037532728769, 40.572074064738906, -74.00377619305915, 40.57207919967974, -74.00380318172857, 40.57208622738411, -74.00382563431089, 40.57209221242574, -74.00384812357782, 40.57209943208108, -74.00386820377418, 40.57210777836943, -74.00388878361223, 40.572117742880145, -74.00390889940833, 40.572128833058706, -74.0039275720717, 40.57213964862307, -74.00394336779769, 40.572148022060404, -74.00397233392759, 40.5721634767665, -74.00399003698828, 40.572173277462966, -74.0040053662553, 40.57218167702316, -74.00402594741527, 40.572193262453496, -74.00404606207763, 40.5722043814248, -74.00406711206153, 40.572215497657886, -74.00408578711145, 40.572225901656566, -74.00410543288075, 40.57223581213012, -74.00412694941714, 40.572247834263294, -74.00414515560756, 40.5722576070014, -74.00417099100716, 40.572271223799476, -74.00420161522221, 40.57228538973669, -74.00422219744338, 40.57229403671988, -74.00426069744155, 40.5723077899113, -74.00428840561456, 40.572317288514405, -74.00432830964967, 40.572328791219704, -74.00435842811554, 40.572337439619794, -74.00438617058228, 40.57234723987371, -74.00442323225514, 40.57236121189297, -74.0044471272159, 40.57237145173628, -74.00447393562492, 40.57238202105314, -74.00450354764209, 40.57239272713359, -74.00453463705841, 40.572403624959854, -74.00456428797084, 40.572412931607865, -74.0045967814585, 40.57242229216597, -74.00462736767352, 40.57243113228853, -74.00465507462738, 40.572438600120165, -74.00471048845277, 40.57245210573027, -74.00474251422933, 40.57246017851616, -74.00475996680564, 40.572465587245595, -74.00477835470703, 40.57247104726338, -74.00479674136967, 40.572475660785116, -74.00481466269574, 40.57247969618666, -74.0048457165237, 40.57248713591568, -74.0048715149786, 40.572492983731784, -74.0048949053716, 40.57249756820876, -74.004917360364, 40.57250100004948, -74.00493837463002, 40.57250498036727, -74.00496269912709, 40.57250898845452, -74.0049861248643, 40.572512281559085, -74.00500760793543, 40.57251568640863, -74.00503384085934, 40.57251955751785, -74.00506298607841, 40.572524061561566, -74.00509447073661, 40.57252798735736, -74.00512887368482, 40.57253369695351, -74.00516180041899, 40.5725391328462, -74.0051971363215, 40.572544651468775, -74.00521599172605, 40.572547369297915, -74.0052508599192, 40.572552145892864, -74.00526971644611, 40.5725540667489, -74.00528950831801, 40.57255629193607, -74.00532149605625, 40.5725597511747, -74.0053482343981, 40.5725627702925, -74.0053697151398, 40.572566148058684, -74.00538929218126, 40.5725695790411, -74.00541268142001, 40.57257372395668, -74.0054384821769, 40.572577814721846, -74.00546521952106, 40.57258292122839, -74.00549864711965, 40.57258939890761, -74.00551609967755, 40.57259343422214, -74.00554664811727, 40.5726000507064, -74.005577202257, 40.57260414211133, -74.0056106308713, 40.57260839636272, -74.00564690204504, 40.572612460453975, -74.00566575980467, 40.57261465590495, -74.00568461518027, 40.57261657669289, -74.00570249862672, 40.57261849932707, -74.0057218228692, 40.57262069474563, -74.00574294574659, 40.57262324847983, -74.00576230546567, 40.57262596619408, -74.00578209628208, 40.57262920528711, -74.00580408255152, 40.572632966570104, -74.00582938028273, 40.572637249084615, -74.00585384900683, 40.57264180629576, -74.00587748993144, 40.572646940780366, -74.00590030540899, 40.57265253907264, -74.0059239451284, 40.57265731693997, -74.00594676171623, 40.57266203811202, -74.00596612044794, 40.572666704527165, -74.0059840419993, 40.57267189331818, -74.00600243123871, 40.572677355841435, -74.0060194127107, 40.57268210431952, -74.0060363623537, 40.572687457048744, -74.006066481322, 40.572697421567696, -74.0060956648597, 40.57270609567663, -74.00613557203971, 40.57272020477226, -74.00617076272898, 40.572737087723155, -74.00620063043928, 40.57274968715536, -74.00622312024561, 40.57275756462869, -74.0062479862268, 40.572766212817506, -74.0062704394576, 40.572774337027354, -74.00628958233754, 40.5727812267949, -74.00630728917531, 40.57278817247064, -74.00632355165679, 40.57279467876716, -74.00635223254527, 40.57280719537689, -74.0063814153857, 40.57282004244404, -74.0064005595738, 40.57282800291673, -74.0064230494539, 40.57283612799517, -74.00644550390001, 40.572844144107705, -74.00647083628735, 40.572851390105306, -74.00649566555735, 40.572858307434295, -74.0065217551362, 40.57286742016521, -74.00655115417636, 40.57288051392067, -74.00657220704694, 40.57289056077124, -74.00659185337521, 40.57290041588693, -74.00661387714234, 40.572911780141595, -74.00663733701225, 40.57292355674927, -74.00666029747048, 40.572936622932325, -74.0066954883127, 40.57295257097766, -74.00671985134129, 40.57296127222445, -74.00674090176784, 40.572970001576714, -74.00676051493544, 40.57297845544925, -74.00678347142264, 40.572986883005825, -74.00680930837535, 40.57299610645081, -74.00683608073693, 40.5730060700655, -74.0068619166559, 40.5730165839504, -74.0068891577871, 40.57302566951327, -74.00691398947886, 40.573032120279855, -74.00693644375605, 40.57303730774869, -74.00695605655666, 40.573041810086096, -74.00697922891473, 40.573047436058516, -74.00699927398135, 40.57305218510599, -74.0070212606347, 40.57305762113153, -74.00704371380856, 40.57306338491516, -74.00706807652513, 40.57306832639804, -74.00709099844043, 40.573073047336166, -74.00711392035902, 40.57307776917024, -74.00714162987154, 40.57308196749749, -74.00716739542797, 40.57308537257718, -74.0071903184484, 40.57308926951543, -74.00721611948956, 40.57309314015319, -74.00723997792028, 40.57309775203927, -74.00726675109006, 40.573103323695236, -74.00729874072753, 40.57311002156985, -74.0073297962248, 40.573116718594676, -74.00736276028061, 40.573124377248966, -74.00739284384704, 40.57313101938702, -74.00743368621106, 40.57313909085445, -74.00746686396843, 40.57314606146425, -74.0074941062002, 40.57315322606466, -74.0075251617217, 40.573159786156914, -74.00755430988944, 40.57316552238619, -74.00758151423854, 40.57317172700917, -74.00760731427822, 40.57317669529853, -74.00763261469272, 40.5731809756145, -74.00770400917956, 40.57319214815936, -74.00773599987149, 40.57319700704102, -74.00776561669882, 40.573200849382, -74.00779185008032, 40.573204965704356, -74.0078195585846, 40.57320982485314, -74.00784773594471, 40.573214737994604, -74.00789095356781, 40.573224673222924, -74.00792632688355, 40.57323200285849, -74.00794611919808, 40.5732355162384, -74.00796976266555, 40.57323905726406, -74.00799340613864, 40.57324262440008, -74.0080122618212, 40.573245068010614, -74.00804234638022, 40.57324915789189, -74.00806955297796, 40.57325376757016, -74.00810060857619, 40.57326010867927, -74.00811993209919, 40.57326392463856, -74.00814357332762, 40.57326831572379, -74.00816638905978, 40.573272706862795, -74.0081852461331, 40.573276741671734, -74.00820366982911, 40.57328107908472, -74.00822159160734, 40.57328535979767, -74.00825167411355, 40.5732917009356, -74.00829395761227, 40.573300950780144, -74.00832353810263, 40.573306358091564, -74.00834707315435, 40.57331140832653, -74.00836906012641, 40.57331783196937, -74.00838960856731, 40.573323375900586, -74.00841206421046, 40.57332834425331, -74.00843451866875, 40.57333325586872, -74.00845981804274, 40.57333775843212, -74.00848464848627, 40.5733415721233, -74.00851091860567, 40.5733459089072, -74.00853862719264, 40.57335054815447, -74.00857371234751, 40.57335677897209, -74.00859998260228, 40.57336207569477, -74.0086262540032, 40.573367070735614, -74.00865014803338, 40.57337148961383, -74.00867591259725, 40.57337489255418, -74.00870218378012, 40.57337813155486, -74.00872938909077, 40.573381178666814, -74.00875752976745, 40.573384471544244, -74.00879693476473, 40.57338919268514, -74.00882507433253, 40.57339297993409, -74.00886307790927, 40.5734006098542, -74.0088898148023, 40.57340675747023, -74.00891799250383, 40.57341301573279, -74.00894332648632, 40.57341973978096, -74.00897009895641, 40.573426876151466, -74.0090090372014, 40.573438074728955, -74.00903246401336, 40.57344543017475, -74.00905686170006, 40.573453582503355, -74.00908219715039, 40.57346220032388, -74.00911922831688, 40.57347455258664, -74.00914218628378, 40.57348174235073, -74.00916608072455, 40.57348860514511, -74.00918950988823, 40.57349563186718, -74.00921243225535, 40.57350147803747, -74.00923013811851, 40.5735063358465, -74.00925615715298, 40.573513196650346, -74.00927386061123, 40.57351769964618, -74.0092919963586, 40.573522557410946, -74.00931254508457, 40.5735291448849, -74.0093340657581, 40.57353573047516, -74.00935461322695, 40.573541715490755, -74.00937710589912, 40.5735486323868, -74.00940100041856, 40.57355571305921, -74.00942680353, 40.573563700398196, -74.00945310974774, 40.57357171470572, -74.00948175434603, 40.57358000437474, -74.00950899693947, 40.57358694786853, -74.00953720791276, 40.573593698563236, -74.0095696705219, 40.57360121974587, -74.00960025766258, 40.573608163839864, -74.0096279665762, 40.5736137897991, -74.00965233332656, 40.57361941513201, -74.00967190756445, 40.57362430063219, -74.00970609494253, 40.57363533547763, -74.00974172092765, 40.57364749404553, -74.0097661212531, 40.573656442286854, -74.00979145572312, 40.573665279678835, -74.00980962969814, 40.57367257958104, -74.00984000247178, 40.57368300955984, -74.0098744048337, 40.573693961488495, -74.00989160652598, 40.573698874170844, -74.00991121996414, 40.57370502126165, -74.0099317687178, 40.573711006173845, -74.00995278525711, 40.57371775648765, -74.00997621230405, 40.57372533236928, -74.01000061130277, 40.573732907261004, -74.01002450494221, 40.57374111345928, -74.0100517479803, 40.573750200072524, -74.0100804305703, 40.573758817379776, -74.01011101802737, 40.57376702387302, -74.01015571516638, 40.57377849621445, -74.01018151859633, 40.57378741632718, -74.01020541337039, 40.57379504615199, -74.01022693327629, 40.573803196686505, -74.01024751910305, 40.57381181647354, -74.01027288946722, 40.57382287805152, -74.01030254233389, 40.573835585398704, -74.01033126102533, 40.573848101010526, -74.01034846289735, 40.5738537007246, -74.01036757091582, 40.57385954610722, -74.01038574482757, 40.573865694147386, -74.01042040027879, 40.57387777064456, -74.01043857542433, 40.57388419333619, -74.01046009537879, 40.573892288894974, -74.010482117304, 40.57390068878112, -74.01050360408084, 40.573908017087845, -74.01052656363058, 40.57391586575881, -74.01054999093782, 40.57392423758694, -74.01057151182614, 40.57393060501818, -74.01058968548007, 40.57393488623879, -74.01061426377679, 40.57394021057281, -74.01064125598212, 40.57394536988206, -74.01065989719588, 40.57394890991657, -74.01067850180539, 40.57395247696722, -74.01069998458057, 40.57395670293072, -74.01072103868343, 40.573961067611, -74.01074061550578, 40.57396622758864, -74.01075972477605, 40.57397209992164, -74.01077933608802, 40.573978715137024, -74.01079798024838, 40.573985768995406, -74.01081712529694, 40.57399372873119, -74.01083627138841, 40.5740008095518, -74.01085394127506, 40.57400802738846, -74.01087164440315, 40.57401628982759, -74.01089082884884, 40.57402674670174, -74.01090950655927, 40.57403660026941, -74.01092526803117, 40.5740440659205, -74.01094059849169, 40.57405180536989, -74.01097075629647, 40.57406712131567, -74.010986087944, 40.57407483374313, -74.0110013818034, 40.57408254527162, -74.01102916685748, 40.57409679160617, -74.01106817564995, 40.57411592219839, -74.01108494717965, 40.57412506000416, -74.01110265183135, 40.574135025299235, -74.01112226498171, 40.57414509756926, -74.01113997302221, 40.57415407318189, -74.01115818313389, 40.57416392675436, -74.01117301058014, 40.574171858033196, -74.01120269962173, 40.57418706409956, -74.01121900342912, 40.57419568232864, -74.01124484208563, 40.574208610433146, -74.01127093472023, 40.57422186719829, -74.01128626419195, 40.57423026578549, -74.0113025325305, 40.574238526498, -74.01131926614107, 40.57424654131913, -74.0113448910356, 40.5742592217779, -74.01136810210454, 40.57427253373746, -74.01138465651579, 40.574282277573786, -74.01140693374673, 40.57429739967219, -74.01143568844124, 40.5743177936923, -74.01145292686971, 40.57432871893872, -74.01146699891648, 40.57433876468628, -74.01148279732604, 40.574347355012016, -74.01152087211709, 40.5743658272601, -74.01157118589802, 40.57439997099094, -74.0115888192971, 40.574413639174594, -74.01161415634327, 40.574434253222506, -74.01163474215127, 40.57445418064594, -74.01165298935591, 40.5744726800711, -74.01167818092247, 40.574498563988634, -74.01170103526339, 40.57452411764614, -74.01171579030517, 40.574542617416895, -74.0117299701291, 40.574560652573815, -74.01175156632904, 40.57457709394284, -74.01176783180826, 40.57458842897995, -74.01178150735088, 40.57459965531683, -74.01179500351253, 40.57461159398539, -74.01180705992401, 40.57462284750124, -74.01181882823502, 40.57463443153792, -74.01183919916123, 40.5746540023388, -74.01185301893743, 40.57466594186768, -74.01186658726385, 40.57467843074071, -74.0118875337195, 40.57470000423983, -74.01189980692583, 40.574714854417955, -74.01191103626766, 40.57473044493408, -74.01192179682718, 40.57474642002161, -74.01193201642576, 40.574762009739906, -74.01194295781586, 40.57477869892252, -74.01195379148021, 40.57479393376834, -74.01196282597134, 40.574806284420795, -74.01197772621418, 40.57482368730362, -74.01198866697038, 40.57483672485533, -74.01200587030306, 40.57486140193028, -74.01201627194621, 40.57487773275346, -74.01202491042514, 40.574894422168995, -74.012033513414, 40.574910754079326, -74.01204197009635, 40.57492782623542, -74.01205107521744, 40.57494525673157, -74.01206079406771, 40.57496049078348, -74.01206925226725, 40.574972814472154, -74.01207799863955, 40.57498516604618, -74.012094446003, 40.575008745447725, -74.0121022914735, 40.5750221678382, -74.01210923899497, 40.575039954264014, -74.01211525228672, 40.57505741209646, -74.01212255647862, 40.57507519938432, -74.01213065450831, 40.57509408342656, -74.0121387897412, 40.57510970126225, -74.01214706656361, 40.57512457795083, -74.01215714593339, 40.57514126810421, -74.01216797760836, 40.575157957276495, -74.012176256475, 40.57517102210762, -74.01218978988084, 40.575191881319796, -74.01219871584732, 40.575204398561816, -74.01220720832245, 40.57521655834096, -74.01221613560688, 40.57522978879676, -74.0122317196978, 40.575253010761756, -74.01224255259041, 40.5752696990262, -74.01225439388996, 40.575291849762806, -74.01226659600474, 40.57531726666159, -74.01227638630776, 40.57534158697807, -74.01228463028339, 40.575363766012075, -74.0122921901217, 40.57538410624791, -74.01229837985649, 40.57540370279672, -74.01230446310726, 40.575422231334734, -74.01231079994487, 40.5754389488907, -74.0123176361791, 40.57546112717244, -74.01232699669377, 40.5754921717458, -74.0123329010549, 40.575513993518925, -74.0123402070731, 40.57553468948565, -74.01234967171746, 40.57555393177358, -74.0123588511388, 40.57556990698898, -74.01237522711016, 40.575595680934676, -74.01238480211146, 40.57561127158146, -74.01239470078647, 40.57562724761693, -74.01240639453549, 40.57564283713269, -74.01242083080918, 40.575659525891055, -74.01243313751672, 40.575675117138886, -74.01244264120648, 40.57568815480195, -74.01245153064428, 40.57570050633122, -74.01245804557082, 40.57571557499927, -74.01246304876516, 40.57573045382028, -74.01246690027129, 40.57574426024158, -74.01246924122903, 40.57575790203072, -74.01247823941846, 40.57578334626939, -74.0124846471896, 40.575800035891284, -74.01248943518407, 40.57581348650282, -74.0124969225235, 40.57583709203347, -74.0125006655281, 40.57585164049734, -74.0125048779326, 40.5758690426716, -74.01250890917186, 40.57589023247073, -74.01251416393713, 40.57590505542937, -74.01252042729467, 40.57591987827787, -74.01252946317587, 40.57593826870102, -74.01253716430915, 40.57595558854572, -74.01254443587473, 40.57598089788851, -74.01254929605977, 40.57599500497169, -74.01255498329675, 40.576010897703995, -74.01256178694187, 40.576028603069425, -74.0125692022867, 40.57604592204254, -74.01257751812217, 40.57606615411271, -74.01258468003662, 40.57608602609891, -74.0125902225053, 40.57610447183161, -74.01259608982545, 40.57612327413606, -74.01260336131259, 40.57614169356328, -74.01261142498007, 40.57616483165043, -74.01262031571228, 40.57618978330204, -74.01262719251672, 40.57621945572269, -74.01263133272226, 40.57623573314483, -74.01263514808545, 40.57625168011006, -74.01263900053533, 40.576270126926566, -74.01264285188404, 40.57628898438208, -74.01264717265424, 40.57630452065216, -74.01265070117118, 40.576321181764136, -74.01265365280324, 40.57633496126178, -74.01266002458479, 40.57636065431885, -74.01266690065998, 40.57639252311548, -74.01267125741583, 40.576417144770076, -74.01267611702198, 40.57644033903798, -74.01268410863514, 40.57646309350398, -74.01269299956994, 40.57648875926504, -74.01270257418615, 40.57651368201724, -74.01271323007357, 40.576541871751004, -74.01271823438458, 40.576555788799766, -74.01272367613134, 40.57657208138292, -74.01273068790394, 40.57659064851607, -74.0127422786658, 40.57662227004133, -74.0127518538089, 40.57664356997993, -74.01276323065076, 40.576668108903334, -74.01277481911043, 40.57669371762485, -74.0127851117866, 40.57671828548327, -74.0127938601658, 40.57673922980311, -74.01280131233028, 40.576756906264144, -74.01280688999805, 40.57677354012659, -74.01281153541673, 40.576788005630284, -74.01282305451404, 40.576815069601565, -74.0128330244503, 40.57683164894086, -74.01284076390661, 40.57685077971381, -74.0128477113891, 40.576872492377724, -74.01285923041804, 40.57690518372121, -74.0128691659239, 40.57692684021675, -74.01288277332173, 40.57696095955525, -74.01288925028376, 40.576980119283, -74.01289454336182, 40.57699675227224, -74.01290278578242, 40.577020988956676, -74.0129096601293, 40.577036854520884, -74.0129174370747, 40.57705417613091, -74.01292640110606, 40.57707220902095, -74.01293579490267, 40.57708952954717, -74.01294428971998, 40.57710575153436, -74.0129613157663, 40.577137097763625, -74.01297153637327, 40.577154746884894, -74.01298068077992, 40.57717096789545, -74.01299468206449, 40.57719548128351, -74.01301005279569, 40.57722312113487, -74.01302113726823, 40.57724332313994, -74.0130329076439, 40.577262042803206, -74.01304406792542, 40.57728331462014, -74.01305605397279, 40.57730565796594, -74.0130685792231, 40.57733126745041, -74.01307495117108, 40.57734444319566, -74.0130813941239, 40.57735833214761, -74.01308845114708, 40.57737183650538, -74.01309593682265, 40.577384985106804, -74.01311137774228, 40.57740875448306, -74.01312725336244, 40.57743285339942, -74.01315097154718, 40.577465023714964, -74.01316159166447, 40.57748377051208, -74.01317163167728, 40.577501419635695, -74.01318581780453, 40.577522280452456, -74.0131936258008, 40.57753471399408, -74.01320079027019, 40.57754786172489, -74.01320737713952, 40.577560652913945, -74.0132192558918, 40.577583379877815, -74.01322926254898, 40.57760539384083, -74.01323948609057, 40.57762521229995, -74.01324956304644, 40.57764431665939, -74.01326133392193, 40.57766487516891, -74.01327497653968, 40.57768428078999, -74.01328797012421, 40.5777004463985, -74.01329952476404, 40.5777144455109, -74.01331021473732, 40.57772773060664, -74.0133223090882, 40.577741536041465, -74.01333246034919, 40.57775992716965, -74.01332810735305, 40.57778539990155, -74.01332443822864, 40.577799262095795, -74.01332253118875, 40.577812904357636, -74.01332019313264, 40.577838735264045, -74.01331846649752, 40.57785682429323, -74.01336354847896, 40.577868667254606, -74.013421341645, 40.57788385326074, -74.013441360379, 40.57788911358355, -74.0134670947994, 40.57789717386314, -74.01348364418197, 40.577905292848904, -74.01350035482463, 40.577916542035354, -74.0135170840641, 40.57793211643472, -74.01351970876145, 40.5779515701493, -74.01350833230238, 40.5779664166283, -74.0134920271294, 40.57797459710475, -74.0134725172528, 40.57797445981308, -74.0134407469126, 40.57796879653583, -74.01337651101316, 40.577953600483625, -74.01332013293757, 40.577957371225075, -74.01329303265749, 40.5779583901552, -74.01326406176885, 40.57797222555477, -74.01323433312699, 40.57798260482258, -74.01320183806591, 40.577997045764526, -74.01317268337367, 40.57801329816899, -74.01315717422875, 40.578021727051244, -74.01313885678192, 40.57803144400216, -74.01312010631416, 40.578043360079555, -74.01310092528651, 40.57805799038278, -74.01308300224854, 40.57807350215268, -74.01306634011445, 40.57808667871722, -74.01305230513442, 40.57809631502051, -74.01303827156711, 40.578107158924745, -74.01302380259172, 40.57812008849053, -74.01300814811182, 40.57813447253524, -74.01298414440178, 40.57815934412541, -74.01297090107398, 40.57817696797829, -74.01295809042729, 40.57819675934247, -74.01294553265826, 40.5782172656928, -74.0129338367041, 40.578235959189634, -74.01292149449662, 40.578253582935304, -74.01290986986837, 40.578268625696744, -74.01289882013576, 40.578282241061764, -74.01288813326002, 40.57829728551676, -74.01287993013987, 40.57831227295927, -74.0128716881153, 40.578327645829866, -74.01286262087906, 40.578344857662564, -74.0128523636188, 40.578364621713, -74.012842684788, 40.57838290343507, -74.0128325725073, 40.57840121312103, -74.01282336011715, 40.57841913818178, -74.01281551469818, 40.57843344028078, -74.01280472050762, 40.5784495536619, -74.01279324053961, 40.57846788961187, -74.01278208535302, 40.57848620030984, -74.01276956158974, 40.578505991620524, -74.01275696514892, 40.57852869343175, -74.01274617252678, 40.5785531798802, -74.01273663675465, 40.57857873601096, -74.01273123953278, 40.578592432680345, -74.01272166845874, 40.5786187308455, -74.01271144758103, 40.578643929541784, -74.01270371388922, 40.57866221283748, -74.0126966949125, 40.57867519556883, -74.01268640324174, 40.578688427205854, -74.0126765415433, 40.578702015402, -74.01266617850641, 40.57871887075397, -74.01265466395876, 40.578735917142986, -74.01263861067731, 40.578753596198084, -74.01262220200677, 40.578778166100285, -74.0126131329451, 40.57879263041374, -74.0126040297016, 40.578807481955565, -74.01259586060262, 40.578821920954226, -74.01258902472685, 40.57883528998353, -74.01258279743558, 40.578850441983484, -74.01257552993346, 40.57886726907175, -74.01256710993998, 40.578885359720864, -74.01255714168083, 40.578904107921154, -74.01254965647253, 40.57891893046491, -74.01254177637607, 40.5789315863903, -74.01252666194216, 40.57895541320479, -74.01251413814917, 40.57897591950286, -74.01250471043853, 40.57899277383745, -74.0124970431537, 40.579006689569695, -74.01248344113365, 40.57903411380747, -74.01247282754207, 40.57905061166065, -74.01246170719767, 40.579066752059745, -74.01244975861388, 40.579087615796254, -74.01243943288593, 40.5791088341622, -74.01242892290394, 40.57913005434819, -74.012416402155, 40.57915456616595, -74.01240373420448, 40.579175099482896, -74.01239405230272, 40.579190856096695, -74.01238408561957, 40.57920587250961, -74.0123748357135, 40.579220174728825, -74.01236594748234, 40.5792359312547, -74.01235698736086, 40.57925893430465, -74.01235194898797, 40.579272274309226, -74.01234036379638, 40.579297858541906, -74.01232812664017, 40.579323441942776, -74.01231603697806, 40.579348312111506, -74.0122997368958, 40.579380347298944, -74.01229113484091, 40.57939824433381, -74.0122824273374, 40.57941435834168, -74.01226986717302, 40.57943705919317, -74.01226245375133, 40.579451141479026, -74.01225504151263, 40.57946525168051, -74.0122431310553, 40.57948866657524, -74.01223132557034, 40.579511341226755, -74.0122209995066, 40.57953146183348, -74.01221272424496, 40.57954757488935, -74.01220455133254, 40.57956149335673, -74.01219537679255, 40.57957505352121, -74.01218602141293, 40.579587900489095, -74.01216561414613, 40.57961106863237, -74.01215006956734, 40.57962872054816, -74.01210198767848, 40.57967464694485, -74.01208006922606, 40.579694931753956, -74.01206153502429, 40.579711184557624, -74.0120465281331, 40.579724196903065, -74.01203342843299, 40.579735780815696, -74.01202068893491, 40.57974722690903, -74.01200604230364, 40.57976048685558, -74.0119925093032, 40.57977303256844, -74.01197502012342, 40.57978818570912, -74.011927874293, 40.57982576767924, -74.01190887224307, 40.579841662098104, -74.01188990423515, 40.57985642995468, -74.01187072338408, 40.579869854248386, -74.01185150350057, 40.57988300388304, -74.01183516665762, 40.57989620814947, -74.01181720858037, 40.57991171702126, -74.01179457036058, 40.579930192696764, -74.01177060102052, 40.579948558640254, -74.01175286106819, 40.579962091729925, -74.01173619433428, 40.5799734301302, -74.01172165654681, 40.57998161017324, -74.01170524610399, 40.57999297465808, -74.01168707077981, 40.5800092264638, -74.01167454650799, 40.580022841858785, -74.01165770251006, 40.58003376872617, -74.01164219260416, 40.58004162016647, -74.01161120390022, 40.58005968421158, -74.01159195052595, 40.58007102195169, -74.01157453086297, 40.580079367062666, -74.01155614019045, 40.580086861273514, -74.01152756421699, 40.58009693650498, -74.01150892070986, 40.58010402099523, -74.01148063320122, 40.58011579817645, -74.01144586573523, 40.58012483119934, -74.01142560327537, 40.580133917702106, -74.01140865249266, 40.58014239962088, -74.0113823437686, 40.580157033043406, -74.0113661479131, 40.580166805331984, -74.01134167523067, 40.580178254310724, -74.01130093308129, 40.58019736114052, -74.0112816080117, 40.580204333995866, -74.01125148403295, 40.58021037496317, -74.01121056210582, 40.58022121857055, -74.01118745658825, 40.58022970285808, -74.01116237015717, 40.58023692389828, -74.01113635058654, 40.58024373168295, -74.01111788727954, 40.58024826310668, -74.01108661169799, 40.58025430324165, -74.01105695512449, 40.580258723169706, -74.01102243935392, 40.580269293234565, -74.01099271189301, 40.58028082369, -74.01096010596913, 40.580291613281176, -74.01093743002195, 40.5802983117384, -74.0109094663022, 40.58030501069329, -74.01086854550555, 40.58031624050337, -74.0108291000805, 40.580328676861974, -74.01079983901295, 40.58033971193535, -74.0107821341779, 40.58034583536014, -74.01075096550831, 40.58035615738505, -74.01072497918902, 40.580364640047975, -74.01070176454735, 40.58037092877043, -74.01068002750218, 40.58037751632484, -74.01066206747637, 40.58038331016308, -74.01064317441067, 40.580389294996024, -74.01061952764522, 40.580396679679595, -74.01059638518177, 40.58040392833258, -74.01057040127763, 40.5804129872956, -74.01054582146718, 40.58042061969387, -74.01052361196425, 40.58042729101077, -74.01050230577286, 40.58043253491031, -74.01047434179819, 40.58043824498395, -74.0104516313375, 40.58044390054155, -74.01043410572088, 40.580448429968975, -74.01041423804291, 40.58045334503027, -74.01039386843753, 40.580458533892816, -74.01037306552344, 40.58046473858189, -74.01034988627629, 40.580471217240586, -74.0103243686814, 40.58047920628341, -74.010302162638, 40.58048560379785, -74.01028085766761, 40.58049134114333, -74.01025674306842, 40.58049845203469, -74.01023262964492, 40.58050556111986, -74.01020945274486, 40.58051212259817, -74.01018814538763, 40.58051780589519, -74.01017112178089, 40.58052285754185, -74.01013991841997, 40.580531451298434, -74.01012195831412, 40.58053729908359, -74.0100837019961, 40.58054979001316, -74.01005624138733, 40.5805575045071, -74.01001632689085, 40.58057073669054, -74.00999318547845, 40.58057795640509, -74.0099740040106, 40.580583281969425, -74.00994251097292, 40.58059017370727, -74.00992358097828, 40.580594867974135, -74.0098919087237, 40.58060392817521, -74.00985624107888, 40.580606920079546, -74.00983619344824, 40.58060955673067, -74.00981521286666, 40.58061301653695, -74.00979426557112, 40.580617958598864, -74.00977457827511, 40.58062130842353, -74.00974280041305, 40.58062723837124, -74.00972502050358, 40.58062998377408, -74.00969180045145, 40.58063552930602, -74.00967211432628, 40.580638879113, -74.00965030229452, 40.58064277841477, -74.00962600988572, 40.58064626457977, -74.00960002501806, 40.580650191237254, -74.00957817852152, 40.580652662297275, -74.00955939101601, 40.58065469454349, -74.00954017122976, 40.58065675383825, -74.00952185254529, 40.58065826463599, -74.00950360604769, 40.58066076239913, -74.00948175954433, 40.580663234341294, -74.00945822171178, 40.58066578746577, -74.00943853542243, 40.5806681214417, -74.0094197833414, 40.580670153662155, -74.00940196678924, 40.580672872002275, -74.00938274820851, 40.58067517711361, -74.00933930686017, 40.58068086115807, -74.0093131800423, 40.580683443279995, -74.00928658323859, 40.58068670983216, -74.00926333016946, 40.580690223752654, -74.00923864319316, 40.58069340909256, -74.0092120807891, 40.58069780127957, -74.00918836475003, 40.58070153585042, -74.00916511397257, 40.5807046111957, -74.00914326753984, 40.580707795387944, -74.00912192427757, 40.580711144331964, -74.00909489765922, 40.5807153465182, -74.00906308176636, 40.58072031542182, -74.00900056359572, 40.580729128361085, -74.00898181397926, 40.580732148384634, -74.00896165882916, 40.58073503163509, -74.00893981356523, 40.580738270720495, -74.00891847033803, 40.58074203116611, -74.00889928847052, 40.58074535378575, -74.00888150737953, 40.580748593445726, -74.00883529782826, 40.58075726905402, -74.008812083977, 40.580762979257976, -74.0087917117001, 40.58076748073676, -74.00876993876763, 40.58077302692663, -74.00875007102873, 40.58077914840207, -74.00873308279077, 40.58078504902684, -74.00871422388408, 40.580792516702594, -74.00869723811634, 40.58079929713375, -74.00867557081159, 40.58080890466059, -74.00864872344994, 40.58082065491976, -74.00862133501538, 40.58083149838567, -74.00855223299841, 40.58084796872959, -74.00853322933442, 40.58085054924312, -74.00851426228685, 40.580853157666986, -74.0084909759925, 40.58085623377896, -74.00846963498788, 40.58085938988947, -74.008445412058, 40.58086235439631, -74.0084174120835, 40.58086639079828, -74.00839034621576, 40.58086927355404, -74.00836281276852, 40.580873281992346, -74.00833909659548, 40.58087682277518, -74.00832106382573, 40.58087973367541, -74.00828831474327, 40.58088486722789, -74.00826934760163, 40.580886872260336, -74.00824699666289, 40.58088947998306, -74.0082265898307, 40.58089214249425, -74.00820593141792, 40.580894778904565, -74.00817461984045, 40.580900845264715, -74.00814964192735, 40.58090194297682, -74.0081202019923, 40.580904689858215, -74.00809598023483, 40.580907846102846, -74.00807031981066, 40.58091037207671, -74.00803990897532, 40.58091292539309, -74.00800996585278, 40.5809154516531, -74.00797951583952, 40.580916357898, -74.00794809610713, 40.58091701745835, -74.00791009035824, 40.58091630416476, -74.0078894681668, 40.58091578237833, -74.00787017708669, 40.58091528931383, -74.00783638097265, 40.580916003037835, -74.00780593334778, 40.580917155980096, -74.00778167593633, 40.58091858315497, -74.00775838943551, 40.580920368667705, -74.00773132474932, 40.58092368982327, -74.0077023536585, 40.58092618892199, -74.00767143734463, 40.580929235661785, -74.00764293390799, 40.58093121331093, -74.00761727220763, 40.580933134932145, -74.0075911416842, 40.58093574277784, -74.0075678575624, 40.58093777409478, -74.00754457114816, 40.58094043577393, -74.00751847861233, 40.58094480142326, -74.00749004526541, 40.58095048468573, -74.00745592737029, 40.580957318279296, -74.00743818294767, 40.58096217775591, -74.00740557605293, 40.58097238910181, -74.00737106173416, 40.580983286760045, -74.00735241986467, 40.58099004098327, -74.00733521653609, 40.58099638087063, -74.00731848103477, 40.581003738317705, -74.00730124229639, 40.58101035466305, -74.00728497323293, 40.581016860179915, -74.00725531713684, 40.581031106543556, -74.00723278649428, 40.581043814356384, -74.00721209467999, 40.58105512533678, -74.00718330028614, 40.5810649518564, -74.00716109504287, 40.58107241858566, -74.0071225852125, 40.58108589731959, -74.00709854360625, 40.5810959711673, -74.00707550844406, 40.58110741644581, -74.00705387881341, 40.5811190291309, -74.00702951308425, 40.58113580018019, -74.00700611942912, 40.581152873741004, -74.00698358923796, 40.58117074420819, -74.00696249846091, 40.581185264634875, -74.00694234292433, 40.58119794613138, -74.0069184092521, 40.581213043056984, -74.00689354009111, 40.581227784326735, -74.00687050732368, 40.58124032910358, -74.00685265464745, 40.581250320581724, -74.00683620504685, 40.581259515910496, -74.00681738387259, 40.58126975418428, -74.00679204698086, 40.58128482595202, -74.00677048831602, 40.58129846836017, -74.00675123383216, 40.58131048968591, -74.00673107823714, 40.58132336475784, -74.00671326232006, 40.58133522299805, -74.00669782387587, 40.58134603738977, -74.00667957584007, 40.5813597084045, -74.00665988913266, 40.58137271941572, -74.00664351411777, 40.58138424796983, -74.00662803899816, 40.58139467783054, -74.0066135347619, 40.581405218397734, -74.00659460180262, 40.581420481564514, -74.00657448295595, 40.58143535937177, -74.0065566692303, 40.58144606491694, -74.00653780879026, 40.58145432649712, -74.00651182380126, 40.58146209499117, -74.00649137935339, 40.58146912113476, -74.00646636777708, 40.58147878426567, -74.00643815220089, 40.58149237205372, -74.0064150446564, 40.58150294009326, -74.00638589133084, 40.581517350999604, -74.00636778927122, 40.58152712268818, -74.00634968607487, 40.58153741667781, -74.00633115066944, 40.5815486157148, -74.00631401946238, 40.58155827837802, -74.00628814127353, 40.58157205781224, -74.00626978743895, 40.58158004466084, -74.00624901935183, 40.58158759398319, -74.00623062883479, 40.58159495046082, -74.00621270484812, 40.58160222496261, -74.00619524859096, 40.58160960839972, -74.00617970099617, 40.581616744988025, -74.00616041067057, 40.581626489692034, -74.00613125846262, 40.581641394921114, -74.00610570413191, 40.5816584684131, -74.00608216696948, 40.581673647090405, -74.00606233501212, 40.581689266824085, -74.00604804562384, 40.58170021884764, -74.0060178145781, 40.58172360613872, -74.00598743595464, 40.58174792637217, -74.00597214268849, 40.581760004093276, -74.00595806929567, 40.58176961161228, -74.00594262816631, 40.58177929934688, -74.00591693200246, 40.58179640162077, -74.00590264273974, 40.5818093032602, -74.00588111883451, 40.581832689166866, -74.00585772406498, 40.58185665330112, -74.00583605771521, 40.5818722721885, -74.00581162066568, 40.581876937240075, -74.00579301537304, 40.5818743302627, -74.00576299743412, 40.581864447622806, -74.00573143498073, 40.5818590676712, -74.00569944045417, 40.58185618398446, -74.00568130055315, 40.58185379669369, -74.00565884126561, 40.58185118898459, -74.00562878971749, 40.581848580742715, -74.00558740255492, 40.58184149924247, -74.0055616325222, 40.5818381217274, -74.00553633267253, 40.581835870739205, -74.00551337249628, 40.58183200139191, -74.00548796361942, 40.58182527389433, -74.00546305562713, 40.58181956485976, -74.00544293835206, 40.58181481555134, -74.00540486169972, 40.581805043063206, -74.00538733453564, 40.581799058104465, -74.00536350810191, 40.5817887653313, -74.00532960645434, 40.5817753689153, -74.00526633595237, 40.58175856895861, -74.00524477774745, 40.58175390252969, -74.00522131440678, 40.58174937306298, -74.0051935646141, 40.581742730255854, -74.00515019776418, 40.58173254458184, -74.00513054709117, 40.581727933878426, -74.00511237056315, 40.58172466578715, -74.00508066437159, 40.5817224428997, -74.00504964205751, 40.58172030102066, -74.0050296313886, 40.58171881783511, -74.00499173387988, 40.5817181314877, -74.0049612503027, 40.58171788426349, -74.00494318390427, 40.5817183226968, -74.00492223557576, 40.58171884319842, -74.00490175972175, 40.58171972208457, -74.00488322208517, 40.58172057296849, -74.00486371830686, 40.58172164271759, -74.00484421097055, 40.581722519751466, -74.00482470481305, 40.58172337156725, -74.00480188564688, 40.581724742220004, -74.00477809557066, 40.581725731086486, -74.00475765518912, 40.581727211495384, -74.00473721244455, 40.581728693701805, -74.00471345908537, 40.581731164815665, -74.00468686398818, 40.581734237590446, -74.00465695475339, 40.58173862976089, -74.00462805421911, 40.581743405506096, -74.00460386872457, 40.58174826300288, -74.0045806552993, 40.58175325823588, -74.00455981589386, 40.58175778689872, -74.00453897766862, 40.58176234347391, -74.00451669846777, 40.581766844269524, -74.00449535706579, 40.58177120904506, -74.00447642749792, 40.581775353094336, -74.00445792785077, 40.58177941517613, -74.0044262566334, 40.5817881442776, -74.00440782796836, 40.58179404521831, -74.00438418350542, 40.581800604638055, -74.00436050240691, 40.58180691731077, -74.00434157048328, 40.5818114458616, -74.00432260306138, 40.58181501535272, -74.00430457339232, 40.581817704093275, -74.00426753838798, 40.58182223240817, -74.00424472039795, 40.58182423601843, -74.00421906061892, 40.581826155979854, -74.00419433507417, 40.581827555398675, -74.00417148156927, 40.581828323477005, -74.00413225184292, 40.58182994223547, -74.00410223717603, 40.581830544860985, -74.00408370301672, 40.58183098407634, -74.00406322357381, 40.58183186101215, -74.00402496712633, 40.5818341109667, -74.00400542429614, 40.58183471500065, -74.00397328469681, 40.58183383450382, -74.00393794405845, 40.581829633876374, -74.00391746570021, 40.58182889254481, -74.00388568609199, 40.581823621056984, -74.00386229382127, 40.58182142456756, -74.00383033365868, 40.581818760987495, -74.00381100920424, 40.58181700380763, -74.00379265449791, 40.58181604175499, -74.00377426313234, 40.58181428363761, -74.00375540404312, 40.58181252733359, -74.00372056664469, 40.58180934241369, -74.00370170871194, 40.581807090812696, -74.00368378741241, 40.58180486709486, -74.00365125186745, 40.581798716655115, -74.00361871628836, 40.58179182507506, -74.0035938143769, 40.58178617056705, -74.00357178622257, 40.581782052257935, -74.00354022635553, 40.581776835599634, -74.00352183492923, 40.581773595179584, -74.00350340808404, 40.58177060240177, -74.00348501785531, 40.58176761052037, -74.00346658983233, 40.58176461773661, -74.00343412884219, 40.58176049971545, -74.00340116351828, 40.5817564078152, -74.003380503229, 40.581754348926964, -74.00335854959599, 40.58175196048108, -74.00333659714562, 40.58174957113041, -74.00331460804249, 40.58174638571358, -74.00329344572948, 40.58174325610131, -74.00327228455379, 40.581739192641884, -74.00325335570844, 40.58173529391122, -74.00323399221125, 40.58173136727342, -74.00321556537877, 40.58172812860641, -74.00318497525524, 40.58172269209554, -74.0031538796479, 40.58171791477384, -74.00311951239188, 40.58171426228691, -74.00310115652994, 40.581713026364596, -74.00306534710522, 40.58170882548134, -74.00304695695948, 40.58170684842017, -74.00301211967216, 40.58170415677248, -74.00299326182622, 40.58170264618633, -74.0029713436943, 40.581701080744324, -74.00294856218582, 40.581700008807346, -74.00292794096269, 40.58169926730305, -74.00290911621407, 40.581698277205035, -74.00288849735298, 40.58169750777739, -74.00286870290523, 40.58169651859761, -74.00285034825511, 40.58169577792335, -74.0028319935948, 40.58169478870151, -74.00281270230619, 40.581693799499725, -74.00276357700788, 40.581690888397745, -74.00272636453565, 40.58168890993542, -74.00270657126292, 40.58168764696848, -74.00268774888313, 40.5816866568341, -74.0026524427159, 40.58168396508833, -74.0026335849044, 40.581682975846455, -74.00259975519873, 40.58168173929714, -74.00256689758508, 40.58168124474785, -74.00253213128094, 40.58168074752964, -74.00249974024686, 40.58168121380977, -74.00246548068048, 40.58168170623609, -74.00243265739026, 40.58168313066397, -74.00239886320865, 40.58168431106075, -74.00236553673402, 40.58168505018132, -74.0023341177657, 40.58168570730577, -74.00230079362633, 40.581685705276385, -74.0022707778127, 40.58168589678463, -74.00224079860611, 40.581685866755414, -74.0022121882867, 40.58168487763413, -74.00218742608895, 40.58168479435953, -74.00216266625344, 40.58168471017903, -74.00214265686603, 40.58168402345423, -74.00212307857497, 40.58168292427809, -74.00210497668618, 40.58168185298777, -74.00208539837412, 40.58168004059034, -74.00205480837639, 40.58167498830223, -74.0020337902684, 40.581672735565554, -74.00200992801814, 40.581670291063254, -74.00198657369054, 40.5816691649141, -74.00195936535985, 40.581667763265706, -74.00193456885903, 40.58166570418789, -74.00191168107052, 40.581664358287846, -74.00188637787255, 40.58166232442272, -74.00186064830933, 40.581660923627155, -74.00183153243631, 40.581658093748565, -74.00179903615995, 40.58165378345439, -74.00175340105932, 40.581647604765294, -74.00173051326927, 40.58164581847298, -74.0017080577606, 40.58164364944708, -74.00167894190704, 40.581641039257626, -74.00164745081163, 40.581637935607766, -74.00161358450913, 40.581635738810235, -74.00159379244836, 40.58163422620642, -74.00157446575625, 40.581632990954205, -74.00153818996169, 40.58163024304682, -74.00151936761611, 40.5816292815378, -74.00148503358781, 40.5816265903209, -74.0014516019221, 40.58162318316596, -74.00141769899784, 40.58161999753591, -74.00138667919626, 40.581617141452845, -74.0013439592012, 40.58161293921573, -74.00130217701647, 40.581608545140504, -74.00127021942066, 40.581605908764416, -74.00123682205107, 40.581603708248544, -74.00120295695164, 40.58160101784285, -74.0011733367827, 40.58159750160355, -74.00114422450223, 40.58159423209507, -74.00111129484988, 40.58159107518168, -74.00108027271615, 40.58158843694267, -74.0010473785376, 40.58158747458726, -74.00101549187622, 40.5815879386433, -74.0009894009562, 40.58158779928975, -74.00097108180509, 40.58158807410582, -74.00093775653338, 40.58158807168108, -74.00090580015886, 40.581586614889886, -74.00086204437885, 40.58158291767559, -74.00083396796347, 40.58157982998654, -74.0008053187116, 40.58157702776071, -74.00078239671123, 40.58157461091306, -74.00075997432862, 40.58157244080109, -74.00073658225055, 40.58157040847108, -74.00071560202365, 40.58156889662416, -74.00069508715848, 40.58156738567109, -74.00067694988647, 40.581565929632305, -74.00065528344032, 40.581565214742, -74.00063502252439, 40.58156436205967, -74.00060090707846, 40.58156238289173, -74.00057193540715, 40.581560597300836, -74.00054523266705, 40.58155894857147, -74.00051089871984, 40.58155699729409, -74.000487289332, 40.58155537645373, -74.0004570243463, 40.58155419238922, -74.00043179566202, 40.58155482285349, -74.00041070915088, 40.58155405298295, -74.0003913813256, 40.58155331101876, -74.0003694633096, 40.5815528149027, -74.00034171765589, 40.58155228998315, -74.00031562438588, 40.58155149219365, -74.00029039805973, 40.58155124461614, -74.00026595953638, 40.58155017125085, -74.00023735284714, 40.58154901684195, -74.00020960365164, 40.58154816319932, -74.00017599020212, 40.58154629466871, -74.0001398940461, 40.581545413105474, -74.0001079377098, 40.58154420373642, -74.00007767037329, 40.581542718797046, -74.00004409354554, 40.58154183720198, -74.00001382857383, 40.58154065572229, -73.99998856327615, 40.581539528266696, -73.99996160779914, 40.58153870248048, -73.99993886300817, 40.58153848094176, -73.99991957416925, 40.58153801265751, -73.99989931327083, 40.58153724269361, -73.99988002443204, 40.58153702204677, -73.99986026669012, 40.581536525835794, -73.99983917546548, 40.58153630517984, -73.99981942008357, 40.58153682475276, -73.99979966233975, 40.581537124594455, -73.99977943569117, 40.58153764415968, -73.99974467184286, 40.5815376422866, -73.99971041233198, 40.58153764040433, -73.99968089854934, 40.58153851563532, -73.9996460614602, 40.5815405993455, -73.99961374486918, 40.58154369794395, -73.99958240033874, 40.58154627603412, -73.999548677025, 40.581550142755994, -73.99951445409582, 40.58155379153911, -73.99949390144502, 40.58155513503201, -73.99946784714477, 40.58155636683092, -73.99944017116701, 40.581557710281004, -73.99941494365008, 40.5815586701137, -73.99938968071513, 40.58155784420191, -73.99936441660496, 40.58155646986554, -73.99934163520824, 40.58155493074197, -73.99932324758514, 40.58155218403739, -73.99930528871177, 40.581549217604625, -73.99928642982555, 40.5815464708913, -73.99926800559773, 40.58154323069056, -73.99923691273148, 40.581537133041294, -73.99920538874419, 40.58153260139153, -73.99917526673597, 40.581529058518434, -73.999146188824, 40.581526695331405, -73.99911232384133, 40.581524495995495, -73.99909443819394, 40.58152301269312, -73.9990746450391, 40.5815217472994, -73.99905315935104, 40.58151993436981, -73.99902955355539, 40.58151828531367, -73.99900759896998, 40.58151619771182, -73.99898730384795, 40.581514658539476, -73.99896538822962, 40.58151336609249, -73.99894343364832, 40.58151125056215, -73.99892230821197, 40.58150919086787, -73.99890294854274, 40.581507431961526, -73.99888315423614, 40.581504904900875, -73.99886476309811, 40.581502403965914, -73.99883223404845, 40.58149633591013, -73.99880063691118, 40.581489991394044, -73.99877191815621, 40.581483978292866, -73.9987475175492, 40.58147908998597, -73.99872599885016, 40.581475299444435, -73.99870113050976, 40.581471317049484, -73.99867914408544, 40.581467938033256, -73.99865859626684, 40.58146439603487, -73.99863801064973, 40.581461098974856, -73.9986006934165, 40.581453959173224, -73.99857676056095, 40.58144879617595, -73.99855520411532, 40.58144363410414, -73.99852886301254, 40.58143657726485, -73.99838736887594, 40.58138553367335, -73.99836138699003, 40.58137370042209, -73.99833439766535, 40.58136013814458, -73.99830830838262, 40.58134572487883, -73.99828268805727, 40.58132960962408, -73.99824954655001, 40.58130814063481, -73.99822831650766, 40.58128996683711, -73.99821672889735, 40.5812788758058, -73.99820341688466, 40.58126707063092, -73.99818815840153, 40.581255294240556, -73.99816739721008, 40.58124019482742, -73.99814584361887, 40.58122086833863, -73.99813425843706, 40.58120832295288, -73.998120259086, 40.58119509042679, -73.99810597395347, 40.581180374731396, -73.99808942476992, 40.58116099518337, -73.99806578692669, 40.58112920629466, -73.9980561069824, 40.58111408003156, -73.99804851878967, 40.581098926787405, -73.99803991852677, 40.58107907999501, -73.99803034980205, 40.581057777938646, -73.99802182401426, 40.58103609137572, -73.99801408955288, 40.58101514685754, -73.99800869601161, 40.58099560089298, -73.9980045249097, 40.580976413357874, -73.99800071283488, 40.58095829745228, -73.99799531812016, 40.58093878030371, -73.9979885922793, 40.58091997634649, -73.99798218888449, 40.58090117149403, -73.99797269258691, 40.58086880829864, -73.9979682344837, 40.58084997646386, -73.99796492677983, 40.580831146450336, -73.9979607899419, 40.58081231552145, -73.997957229342, 40.580798179033756, -73.99795276989924, 40.580784810676846, -73.99794744707097, 40.580771441403805, -73.99794021444234, 40.58075667268209, -73.99793122203997, 40.58073970845095, -73.99792089505058, 40.580720957555435, -73.99791010274579, 40.580701138629124, -73.99790013714004, 40.58068384388546, -73.99788750815118, 40.580666604023946, -73.99787110082156, 40.58064939200724, -73.99785663740667, 40.58063802622585, -73.99783655658602, 40.58062943305013, -73.99781216139071, 40.58061518359799, -73.99779103526046, 40.58060801772485, -73.99776703553782, 40.58060016379171, -73.99774594718279, 40.5805938759218, -73.99772198168779, 40.58058703867143, -73.99769945354296, 40.58058179357115, -73.99767933720145, 40.58057679615932, -73.99766163261931, 40.58057328015485, -73.99762618571414, 40.58056487573856, -73.99759031121778, 40.5805576266746, -73.99757134530773, 40.580551970084386, -73.99755313647829, 40.58054653323503, -73.9975226939376, 40.58053774617059, -73.99750470008341, 40.58053211660607, -73.99748742787418, 40.58052676171433, -73.99745457358358, 40.58051695878803, -73.99743586159617, 40.580512262139614, -73.99740181912426, 40.58050270681579, -73.99738339293201, 40.58049899804005, -73.99735248387479, 40.58049087100386, -73.99731656932812, 40.5804826862091, -73.9972835354656, 40.580475134539505, -73.99725287446701, 40.58046689581743, -73.99722293507156, 40.580460002487435, -73.9972040435525, 40.580456185608746, -73.9971705407708, 40.5804497856654, -73.99714948903394, 40.58044583094434, -73.9971251255083, 40.580441655508274, -73.99710026120107, 40.58043745213816, -73.9970773019764, 40.580433991743384, -73.99705293964065, 40.58042981719258, -73.9970299450346, 40.58042531308019, -73.99700698470932, 40.58042023172821, -73.99698589879159, 40.58041512340517, -73.99696675459496, 40.58041018082585, -73.99694901353438, 40.58040548502424, -73.99693055317628, 40.580401035043714, -73.99689535918901, 40.58039307166531, -73.99686185888748, 40.58038546312879, -73.99684436938216, 40.58038145441767, -73.99681565247161, 40.58037522019857, -73.99679744368738, 40.580371127711615, -73.99677973923927, 40.58036692537196, -73.9967440787479, 40.58035909881375, -73.99672637311312, 40.5803551432094, -73.99669477909289, 40.5803484973386, -73.99667703571924, 40.580343526835065, -73.99665976482542, 40.580337788195614, -73.99663094068713, 40.58032727193575, -73.99659970829106, 40.58031697352423, -73.99656526905443, 40.580310052873706, -73.99654133910697, 40.58030530189194, -73.99651931666769, 40.58029989087894, -73.99648995266989, 40.580291982484695, -73.99647008918531, 40.58028841129861, -73.99643795562095, 40.58027877289945, -73.99640517117277, 40.58027116605296, -73.99637120201722, 40.580264957673386, -73.99633456961078, 40.580256690601054, -73.99631567704932, 40.58025232245555, -73.99629484156262, 40.580248423417316, -73.99626375198496, 40.58024139292039, -73.99624435510948, 40.580236942799075, -73.996221863718, 40.58023337148414, -73.99619843929356, 40.58022927963104, -73.9961778554493, 40.58022441701928, -73.99616007794731, 40.580218542308636, -73.99614014388878, 40.58021060622348, -73.99611963215693, 40.58020478454566, -73.99609951843827, 40.58019929246938, -73.99608224402051, 40.58019470551307, -73.99604827495989, 40.58018805848281, -73.99603057059593, 40.58018404964035, -73.99600998674985, 40.58017965437037, -73.99598508611851, 40.580173420075965, -73.99595921225895, 40.58016737665306, -73.99593719108493, 40.58016210510963, -73.99591801040776, 40.5801574361135, -73.9958964557824, 40.58015199888244, -73.99587684516422, 40.58014779543496, -73.99584042784724, 40.58013944716556, -73.99580429988487, 40.58013145370161, -73.99577079860916, 40.58012461389424, -73.99574963839187, 40.580120740860316, -73.9957189800738, 40.5801130249331, -73.99569609323824, 40.58010709232659, -73.99567630203806, 40.58010135344472, -73.995659749374, 40.58009597128937, -73.9956163886629, 40.580084683376086, -73.99559533950081, 40.58008064462154, -73.99557669731256, 40.58007803598788, -73.99555233636879, 40.58007405202984, -73.99553128366335, 40.58007012312733, -73.99550973137492, 40.58006594835834, -73.99548439493921, 40.58006075764567, -73.99546237379502, 40.58005611547748, -73.99544035032916, 40.58005092488582, -73.99541926463088, 40.58004606391915, -73.99539724237175, 40.580040597758945, -73.99537615667805, 40.58003576380004, -73.99535510399694, 40.580031806948995, -73.99532829716004, 40.580026150571506, -73.99530486935076, 40.580021617279286, -73.99527953642513, 40.58001735946438, -73.99525319501478, 40.58001079536028, -73.99523405218262, 40.580006703487314, -73.99521249879554, 40.58000192351042, -73.99518266854473, 40.57999412462633, -73.99516211898504, 40.57999082784503, -73.99514103455905, 40.57998525271183, -73.99510893658017, 40.57997813811089, -73.99508406902909, 40.5799739352046, -73.9950596716261, 40.57996877235459, -73.99503905497627, 40.57996253893968, -73.99501354187925, 40.57995163699235, -73.9949816967183, 40.579944056795895, -73.99494689959783, 40.57994207411796, -73.99492228442493, 40.57994311493894, -73.99489027607005, 40.57993838396782, -73.99486961208355, 40.57993368951587, -73.99484639340105, 40.57992902286192, -73.99481683722743, 40.579921363476345, -73.99479624619454, 40.57992031973875, -73.99477280998661, 40.57991839605609, -73.99474329254504, 40.579914002853826, -73.99472521853603, 40.57991145084099, -73.99470718354367, 40.57990840353891, -73.99467716198266, 40.579901539258564, -73.99464991011008, 40.57989431939244, -73.99462218959218, 40.57988410615611, -73.99459299645387, 40.579871562287764, -73.99455188627232, 40.57985745273674, -73.99453402861391, 40.5798525935616, -73.99451386901733, 40.57984773337323, -73.99448759273812, 40.57984081609118, -73.99445940545736, 40.57983397975817, -73.9944284449974, 40.57982703251931, -73.99441084118426, 40.57982343677247, -73.99437754332469, 40.5798169306629, -73.99434237104852, 40.5798108630066, -73.99432480617352, 40.57980781566761, -73.9943071999598, 40.57980479533958, -73.9942724978351, 40.57979795863766, -73.99425302091632, 40.5797934019141, -73.99421453953599, 40.57978412188401, -73.99419646810925, 40.579779674185005, -73.99417933330356, 40.579775034719056, -73.99416219729757, 40.57977064199406, -73.99413638406158, 40.57976383361857, -73.99411478717434, 40.57975856354836, -73.99408616759897, 40.57975274199208, -73.99405708034027, 40.579746673660935, -73.99402705649261, 40.57974052512709, -73.99399656619553, 40.57973355258156, -73.99396650815763, 40.57972685290941, -73.99393273921355, 40.579719494750435, -73.99390080926509, 40.57971172513968, -73.99386891461295, 40.57970552063267, -73.99383842421929, 40.57969994655894, -73.99380793162636, 40.57969267048661, -73.99377556932814, 40.57968597244132, -73.99373215477857, 40.579675677091544, -73.993706342719, 40.57966977274556, -73.99368661673472, 40.579664502697284, -73.99366969816637, 40.57965950565911, -73.9936347424794, 40.579650253545076, -73.99361245825631, 40.579645203070164, -73.99358337337837, 40.57963987665091, -73.99356483306556, 40.57963622398907, -73.99354244250978, 40.579631639065504, -73.9935229656362, 40.579627629736706, -73.9934975138119, 40.57962205855797, -73.99346443117172, 40.579614809263504, -73.99342832603125, 40.57960871425848, -73.9933823897105, 40.57960105356545, -73.99335503049906, 40.57959506800421, -73.99333098537751, 40.57958943923638, -73.99331384835426, 40.5795844430336, -73.99328659801948, 40.579576427681246, -73.9932635959039, 40.579569838101115, -73.99322860389864, 40.57955869115877, -73.9931996990552, 40.5795490277293, -73.99318209544303, 40.579544828442984, -73.99316416834702, 40.57955089330753, -73.99314983819899, 40.579563078345075, -73.99312262089792, 40.579555694223096, -73.99310754059775, 40.579546498068616, -73.99307179421486, 40.57953249817312, -73.99305113182581, 40.57952623738276, -73.99302953148613, 40.579521654207994, -73.99301077868184, 40.57951761692004, -73.9929761084222, 40.57951369032194, -73.99295958520906, 40.5795236797241, -73.99296134632046, 40.579544979926716, -73.99296073230367, 40.57956600442339, -73.99279614536698, 40.57952803443209, -73.9927832602452, 40.579512580631196, -73.99274852089616, 40.5795033264599, -73.9927254461039, 40.57949240164476, -73.99270190485795, 40.57948087254367, -73.99268073986595, 40.57947016666816, -73.99265485770233, 40.579458911167535, -73.99262900956548, 40.57944976919318, -73.99261162351065, 40.57944397590585, -73.99258062678858, 40.57943722267963, -73.99255719343304, 40.579432993203625, -73.99252904057056, 40.57942796915382, -73.99249765043827, 40.57942233883309, -73.99246528826, 40.579416902953206, -73.99243105175285, 40.5794111094327, -73.99241345048179, 40.57940784117058, -73.99237921541217, 40.57939988007339, -73.99235970336291, 40.57939482773813, -73.99233976134664, 40.5793902706591, -73.99232079014625, 40.57938601441656, -73.99230318662616, 40.57938186902694, -73.99227266003092, 40.57937514096378, -73.99222975021357, 40.57936503869259, -73.99220487499323, 40.57935921692063, -73.99218280818806, 40.57935507120969, -73.99216217983401, 40.57935183151975, -73.99213971592646, 40.57934993528253, -73.99212049397924, 40.5793489190752, -73.99210267418806, 40.57934609110671, -73.99208064398104, 40.57934216420596, -73.99205342812166, 40.579334339474386, -73.99201357998686, 40.579312130688926, -73.99199334947399, 40.57930073855221, -73.99197686366293, 40.57929354581713, -73.99195645162075, 40.57928909760209, -73.9919213173316, 40.57928555427634, -73.99189741377535, 40.579283192319515, -73.9918716736276, 40.579280967107366, -73.99184215524939, 40.57927844084626, -73.99181497553944, 40.57927484222009, -73.99179060549531, 40.57927223346417, -73.99177163275283, 40.57927146395987, -73.99175118566967, 40.57927357512302, -73.99173736039359, 40.57928924594951, -73.99165254726547, 40.57927894772917, -73.99117472214823, 40.579322718910596, -73.99065524163773, 40.57938657721628, -73.99064173768977, 40.57942500327875, -73.99062902620734, 40.57944676880906, -73.99060681076641, 40.57946702338241, -73.99058693742691, 40.57947868714416, -73.99057005425513, 40.57948428521804, -73.99054409731065, 40.57948647766165, -73.99051220307396, 40.5794803001389, -73.99044960378345, 40.579460971507565, -73.9901536329546, 40.57936556751968, -73.99003531099727, 40.57932742552807, -73.98970783531784, 40.579221863344436, -73.98954587948049, 40.57918819703819, -73.98944358983837, 40.57906209090281, -73.98899712956148, 40.57883994015243, -73.98873034131569, 40.5788247629743, -73.98852374324602, 40.578814284736396, -73.9885065348073, 40.57882260025658, -73.98846639607613, 40.578829814835096, -73.98842553482407, 40.5788284662433, -73.98831696010102, 40.57883592059813, -73.98813533959827, 40.57887048661277, -73.98808151724977, 40.578902265939746, -73.9877703223196, 40.57899426499428, -73.98746345047583, 40.57907981592468, -73.9874041921887, 40.57909356134612, -73.98740223990708, 40.57913094548807, -73.98727503459126, 40.57924220562495, -73.98721259614626, 40.57932649134544, -73.98681793316771, 40.57969512758256, -73.98672471372016, 40.57977787410524, -73.98673815246238, 40.57978808489799, -73.98675737188891, 40.579807995899706, -73.98677585582753, 40.579844194591196, -73.98677963383352, 40.57985761823678, -73.98678264734119, 40.57988467392664, -73.98678175049072, 40.57989865085651, -73.98701449804037, 40.58002741000548, -73.98696779425016, 40.580105553989746, -73.98694607748259, 40.580141887666905, -73.98691525129558, 40.58018832598281, -73.98687861191944, 40.58023973992195, -73.9868267396537, 40.58031032245779, -73.98672436176487, 40.580437389012694, -73.98667348203011, 40.58051026432677, -73.98661859401903, 40.580568892862246, -73.98653558844262, 40.58065758297158, -73.98641200935161, 40.580810163103116, -73.98619885072978, 40.58097513258816, -73.9860429480359, 40.58108233823582, -73.9860164317654, 40.581055804676815, -73.98596954504053, 40.58106246643958, -73.98602410648786, 40.58124831870888, -73.98599330437368, 40.58127585297832, -73.98593771403657, 40.58131536207629, -73.98588743386067, 40.58137194933453, -73.98583982330445, 40.58141559186881, -73.98582458906515, 40.58142769213057, -73.98580837134247, 40.581437947095395, -73.98576399523714, 40.58145082990308, -73.98576492869127, 40.581454625726835, -73.98576481175438, 40.58145465542964, -73.98572522377597, 40.58146248597607, -73.98568911394106, 40.581460395870586, -73.98566762334009, 40.58145023708346, -73.98565027440607, 40.58143697650493, -73.98563512565092, 40.581380934110555, -73.98561493208764, 40.58138657876922, -73.98558515070704, 40.58138999072363, -73.98528453313328, 40.58165829972066, -73.98522318366423, 40.58171576598047, -73.98513685759616, 40.581796628190475, -73.98503293360056, 40.581893973033274, -73.98499539311074, 40.58192913629411, -73.9847857062393, 40.58213901451845, -73.9847880638034, 40.58215443449988, -73.98478269340704, 40.58216912043166, -73.98477057679669, 40.58218205124868, -73.9847280513008, 40.58221868791784, -73.98467724306822, 40.58226309228568, -73.98466326470317, 40.58227713138782, -73.98464112337132, 40.58230214588188, -73.98460172944877, 40.58234668952143, -73.98454890320886, 40.58240325153334, -73.9845326696865, 40.582418659112236, -73.98448747149094, 40.58245827786656, -73.98441808287795, 40.582526284138176, -73.98437043982888, 40.58258002092631, -73.98430382435163, 40.58264270360884, -73.98426107853194, 40.58268971500795, -73.98424427331503, 40.58270464518983, -73.98422842119099, 40.582714907184815, -73.98419769388332, 40.58272979312325, -73.98416818505791, 40.58274155260283, -73.98412645684793, 40.582755352775216, -73.98410326860161, 40.58276575241978, -73.98407909802584, 40.58277948656302, -73.98405617180495, 40.582795554130904, -73.98404271221548, 40.58280751391952, -73.98402711233861, 40.5828246442164, -73.98399110086287, 40.58286762390497, -73.98396340900705, 40.5828970986883, -73.983942776163, 40.58291455336008, -73.9839199115257, 40.58292470446818, -73.98388325109684, 40.582935007626915, -73.98385931782357, 40.582938970173764, -73.98369125879464, 40.58296362349373, -73.98359923515201, 40.58298117601078, -73.98356572023252, 40.582985850343164, -73.9835327737565, 40.5829892351972, -73.98349531096832, 40.58299106148705, -73.9834596548367, 40.58299010270484, -73.9834367663167, 40.58298661348003, -73.98340788703695, 40.5829783758245, -73.98336380833614, 40.582962559855595, -73.98332372713081, 40.582944794816065, -73.9832900444157, 40.58292615448372, -73.98326123790218, 40.58290580925997, -73.98319756269973, 40.58285345702211, -73.98313943379216, 40.58280752809822, -73.98309487024059, 40.58277138173015, -73.9830612186934, 40.582742216913644, -73.98304639204798, 40.58272748035687, -73.98300507441272, 40.582681878032446, -73.98295619417718, 40.58263562169157, -73.98291742176012, 40.58260023165244, -73.98289086717428, 40.582578217999405, -73.98280149396292, 40.5825100232983, -73.98273764146242, 40.582461019825004, -73.98269858853646, 40.58242870765957, -73.98267155204601, 40.58241179535021, -73.98264169112286, 40.582396255906616, -73.98259999458234, 40.58238332077921, -73.98254799344714, 40.58237646711018, -73.98256388417647, 40.58246331873954, -73.982628664717, 40.58281736587414, -73.982645437897, 40.582909041727774, -73.98268382142008, 40.583118824526295, -73.98269695529622, 40.58318901512608, -73.98270984014724, 40.58324942599875, -73.98273479199719, 40.58336786753158, -73.9826104721139, 40.58334615876848, -73.98178364029253, 40.58320177665542, -73.98030321822063, 40.58296583021384, -73.97929928681411, 40.58282388606411, -73.97893317492895, 40.582788790043246, -73.97875593016222, 40.58277179784282, -73.97843672752501, 40.582741198014816, -73.97791148218148, 40.58270827234313, -73.97774213860224, 40.582701675743834, -73.9773719383181, 40.58268632874561, -73.97666880076403, 40.582689539862145, -73.97646014973384, 40.58270116448856, -73.97625832574931, 40.58271240742445, -73.97540869881983, 40.58279757405672, -73.97469650452133, 40.58289032285139, -73.974653784046, 40.58289588497557, -73.9745536351617, 40.58291406962832, -73.97410593404123, 40.58299554354679, -73.9717979387996, 40.58345396384594, -73.97166604302349, 40.58347640756719, -73.97143171998177, 40.583587131972344, -73.97134537029562, 40.58361791198302, -73.97113408043391, 40.58370569167503, -73.97099145666938, 40.58378796272156, -73.97084641779504, 40.58381989730441, -73.97029848625967, 40.583919003684045, -73.97006560734125, 40.58395893460412, -73.96992598505408, 40.58397643314037, -73.96962475031195, 40.5840016072834, -73.96938575902041, 40.584013952168384, -73.96921644317594, 40.58401356923271, -73.96906283334583, 40.58400021643262, -73.96899243372496, 40.58403079004633, -73.96882422101554, 40.584103849040694, -73.96871875591124, 40.58414965342946, -73.96793461109843, 40.584490212536075, -73.96781585056759, 40.58453872566132, -73.9675609591405, 40.584651782264864, -73.9669544887888, 40.58492014649047, -73.96650032883993, 40.5851284771872, -73.96650032883993, 40.5851284771872 --74.16589405148781, 40.56028303841921, -74.16499899218884, 40.56153867825158, -74.16419300560307, 40.565491657748176, -74.16249900215072, 40.566787654388094, -74.15964615927471, 40.567836567251504, -74.15952947755099, 40.56787943142354, -74.15168601110129, 40.570762655135084, -74.15144475006501, 40.570322200154585, -74.15141760844726, 40.57031468682384, -74.151382306815, 40.57029577367409, -74.15102493363591, 40.57007461649412, -74.15099781621046, 40.57006990366866, -74.15094617055114, 40.57007433549441, -74.15092104862494, 40.56965972754447, -74.15091833858773, 40.56960700259666, -74.15091550602249, 40.56955858412565, -74.15090542125347, 40.569386163722235, -74.15089044500456, 40.56936054181303, -74.15084755644688, 40.56931431649956, -74.15064188405559, 40.5691727985558, -74.1506241142491, 40.56916040450229, -74.15041389599537, 40.56901243713855, -74.15034586174102, 40.568941454875436, -74.15038389511369, 40.568902211487476, -74.15040313968916, 40.56888468456453, -74.15056293226365, 40.56874986727321, -74.15068674059904, 40.56864512231316, -74.15069861928457, 40.568601717574786, -74.15070960710104, 40.56858951273545, -74.15072561377636, 40.56857577221613, -74.15114130051549, 40.56827473211369, -74.15184964750534, 40.56777499098008, -74.15197949456453, 40.56766609781048, -74.15228114551294, 40.56739262089239, -74.15220195331862, 40.56734255572669, -74.15126300993208, 40.56668950236806, -74.15109380851243, 40.56656789284215, -74.15095245779551, 40.56645711042, -74.15076328692211, 40.56629571077254, -74.15059425035881, 40.56613742995587, -74.15043443641645, 40.56597417310933, -74.1502669341738, 40.565786492113055, -74.15003400873923, 40.56555420771837, -74.14989377355717, 40.5654336329083, -74.14974642003031, 40.565317973275, -74.14959403245375, 40.565207811419015, -74.14944618387962, 40.565111629531906, -74.14906813664162, 40.5649026078875, -74.14890655117716, 40.564802440291615, -74.1487955478844, 40.56472241386831, -74.14869523835138, 40.56463972504597, -74.14864554830564, 40.564597307923584, -74.1486131384963, 40.56457084196254, -74.14833251493053, 40.56433234184149, -74.14830743905064, 40.564311029941784, -74.14790863583157, 40.56457955527757, -74.1421427899424, 40.55963075288826, -74.14354739111364, 40.55889584653592, -74.14311713128387, 40.55853106404499, -74.14304696916203, 40.558460741055725, -74.1432148496331, 40.558339470404576, -74.1434280211669, 40.55817242770529, -74.14330419255874, 40.55809387802511, -74.14327756698876, 40.558081454254754, -74.14326171979972, 40.55807440488671, -74.14299582212588, 40.55797097573755, -74.14293288314406, 40.55794649311124, -74.1428258765558, 40.55780035994463, -74.1414196038669, 40.55848925620371, -74.14051717348799, 40.557768869807475, -74.1413631569328, 40.55708721067631, -74.14113660760395, 40.55690601870782, -74.14092505856723, 40.55705997412434, -74.14059348558949, 40.55679874949714, -74.14056627696702, 40.556647885996185, -74.14053548350536, 40.556618623234066, -74.14038970906132, 40.55651882501224, -74.14064450565134, 40.556222933284, -74.14061206000808, 40.55615131807677, -74.14056142365844, 40.55614414612783, -74.14045090572134, 40.556107040941924, -74.14039977156948, 40.55610117799626, -74.14035909408025, 40.556092810490604, -74.14033526675529, 40.55608708073794, -74.14030620636092, 40.55607781289912, -74.14025098699244, 40.556058386637105, -74.13997895154547, 40.55595815937015, -74.13992780111084, 40.55594050113113, -74.1398927771268, 40.555930028344115, -74.13978308744147, 40.55590302271875, -74.13986820855021, 40.555707780275576, -74.13989576495557, 40.55564055118395, -74.14014283814305, 40.555052732574524, -74.14018182262961, 40.554963525607505, -74.14025454109975, 40.55479361721875, -74.14028181668526, 40.55471840069563, -74.14034478837432, 40.5545664516569, -74.14038280649054, 40.55447665775403, -74.14040593662268, 40.554417194685385, -74.14043518360451, 40.55434200362917, -74.14044705594084, 40.55430878577331, -74.14047837721229, 40.55409995123264, -74.14040007192042, 40.553953449267105, -74.14038012907695, 40.55393677787183, -74.14024964934407, 40.553828290484475, -74.14016687642527, 40.55376012347167, -74.13924168734768, 40.55300261148777, -74.13850135612525, 40.55344319004209, -74.13843093930718, 40.55338575917131, -74.13838337197983, 40.55334696235178, -74.13728383968326, 40.552450152878336, -74.1365582423779, 40.552904372208204, -74.13591003135711, 40.552378527250504, -74.13527551737339, 40.551855692763766, -74.13518481217253, 40.551916328514295, -74.13415308533392, 40.552561677403844, -74.13410040779993, 40.55257755038415, -74.13376761377134, 40.55281478345991, -74.13318435447472, 40.55234365535263, -74.13393071686082, 40.55172947786971, -74.13416005665775, 40.551536744984276, -74.134523966183, 40.55127932229204, -74.13455868375878, 40.55125476206066, -74.13529106921514, 40.550863248318116, -74.13602551745261, 40.5504650869496, -74.13608945975979, 40.55042406060936, -74.13737106857087, 40.54957774897689, -74.1376431022444, 40.54942341862959, -74.13776550025702, 40.54932529896793, -74.13785289868854, 40.54924058142089, -74.13795773317464, 40.54912021619117, -74.13815584989692, 40.54893739065207, -74.13833063177339, 40.54876350179787, -74.13843448303915, 40.54866906620082, -74.13832343954783, 40.54861447675225, -74.13815193066448, 40.54851094243851, -74.1379120079989, 40.54835420763571, -74.1374315052345, 40.54805522499903, -74.13709396444631, 40.54782238911856, -74.13692330671776, 40.54771520211325, -74.13657922879376, 40.547528297619515, -74.13641376572734, 40.547448285203494, -74.13633519445301, 40.54741028979795, -74.13538489522051, 40.54644182410122, -74.13543505862631, 40.546429235005746, -74.13550630948725, 40.54640860721016, -74.13558053417361, 40.54639272974472, -74.13565168309862, 40.546378336332324, -74.13568203842838, 40.5463719427435, -74.13572216644697, 40.54636348709485, -74.13579338172084, 40.54634575706098, -74.13586447435583, 40.546328110877084, -74.1359364005476, 40.54630996476996, -74.13600192017178, 40.54628661124974, -74.13606576022023, 40.546258195114405, -74.13612329574593, 40.54622483711686, -74.13617901149073, 40.5461888769224, -74.13624556550803, 40.54616344451854, -74.13631004539796, 40.54613803705131, -74.1363491146839, 40.546111837541254, -74.13639329450167, 40.54606549794886, -74.13640416074638, 40.546042273038985, -74.13641631048493, 40.546016307197945, -74.1364263622107, 40.54596187636551, -74.13644341975292, 40.545907840644134, -74.13645972786837, 40.54587645318265, -74.13648840215987, 40.545861528877396, -74.13653250375204, 40.54585965197991, -74.13660380716702, 40.5458703915216, -74.13667248976682, 40.54588913712844, -74.13674463504839, 40.54590570559728, -74.13681637608461, 40.54591681460279, -74.13688852193734, 40.54592037575791, -74.13696257447717, 40.54592057292347, -74.1370135516516, 40.545910822430976, -74.13700188825696, 40.545892321496574, -74.13702782434213, 40.545876559230436, -74.13708860133002, 40.54593328297347, -74.13711051861881, 40.545921926365565, -74.13705668967032, 40.54585584236071, -74.13716186156118, 40.54578902189674, -74.13718643795177, 40.54577340800474, -74.13749271401566, 40.545578813158954, -74.1375082253596, 40.54556895631921, -74.1375231448705, 40.54555947570618, -74.13754933355662, 40.54558454294854, -74.13761012780154, 40.54554408414023, -74.13765448004914, 40.54553105347456, -74.13772228638273, 40.54551242580026, -74.13778739129062, 40.54551190283647, -74.13784502691841, 40.545528370955424, -74.13790985560368, 40.54555244166765, -74.13794944047447, 40.54555745148354, -74.13799392405474, 40.54555488286071, -74.13804201970852, 40.54553221550146, -74.13809230808444, 40.54549212927754, -74.13813912665522, 40.5454501804115, -74.13818613586612, 40.5454068291749, -74.13823785425699, 40.54536590817752, -74.13828996589966, 40.54532623211295, -74.13834967245086, 40.54529100628792, -74.1384096143496, 40.54526000902663, -74.13847082928976, 40.54523098235465, -74.13852581330099, 40.54520009457166, -74.13858443987752, 40.54516562997225, -74.13863994372367, 40.545129308622535, -74.13867193595888, 40.54508671915128, -74.13868198235264, 40.5450431854087, -74.13868564349231, 40.54498767875476, -74.13873594996099, 40.54494531839158, -74.13875423067435, 40.54492992609403, -74.13902035297305, 40.544705849156024, -74.13904001817946, 40.54468929075384, -74.13917424049643, 40.54457627399831, -74.13928064403098, 40.54465435853267, -74.1393028086472, 40.544634047255485, -74.13920331517352, 40.54456030751661, -74.139533573433, 40.544287473574094, -74.13956036146132, 40.544265344765954, -74.13983672182319, 40.54403703450021, -74.13988674570373, 40.543995708678594, -74.1400377997699, 40.54387091850781, -74.14021561519164, 40.54399530756469, -74.140290842811, 40.544047932584455, -74.14030625506253, 40.54403678592961, -74.1403457156498, 40.54400825310694, -74.14038387829235, 40.544022706757566, -74.14041524868168, 40.54399506361728, -74.14046309248013, 40.543952903619314, -74.14050003367045, 40.54392035026627, -74.14061802099475, 40.543994815478975, -74.1407018278749, 40.54404770798643, -74.1407685027805, 40.543994631098656, -74.14081177889156, 40.54396017967079, -74.14055723105488, 40.543782675992794, -74.14053573181943, 40.543767683302406, -74.14047721522863, 40.54379500668291, -74.14045074270756, 40.54377381002005, -74.14033059730218, 40.54367760582567, -74.14035162234916, 40.54365064893948, -74.14022915210879, 40.54353939155298, -74.14019083116736, 40.54351066647672, -74.14029507877886, 40.543426294761254, -74.14048137794514, 40.54327692964734, -74.14056736352661, 40.54333740743811, -74.14065128162808, 40.54325062255316, -74.14058578449433, 40.54320168252126, -74.14087238839488, 40.54295961603439, -74.14104337983059, 40.54308112599698, -74.14109711184788, 40.54303507992346, -74.14122099825171, 40.54312413212942, -74.14125674200712, 40.543149826154625, -74.141299152883, 40.54311464887804, -74.1413326988179, 40.5430868254029, -74.1414107411981, 40.54302209301819, -74.14122050244752, 40.5428895172722, -74.1410789262542, 40.54279085205091, -74.14118693276185, 40.542695996355285, -74.14122014048532, 40.542718235483065, -74.14129512154915, 40.54276844763811, -74.14132653889989, 40.54274672155688, -74.14122821285176, 40.54267772700735, -74.1412448165943, 40.54266365834676, -74.14133125941093, 40.54259041919752, -74.14135129202185, 40.54257344660058, -74.14163818932924, 40.5423303710317, -74.14165204036844, 40.54231863537332, -74.14167070338924, 40.54230772496367, -74.14170027531569, 40.5423021051996, -74.14173577311891, 40.542297665909786, -74.14176319352791, 40.54229947273881, -74.14178694603608, 40.54230224225243, -74.14181996037276, 40.54230288228001, -74.14185062531676, 40.54230002304685, -74.14187934813475, 40.54228922805012, -74.14189480132497, 40.542279887588464, -74.1419159204388, 40.54225993190113, -74.14193294047224, 40.542230230358605, -74.14194174416772, 40.542208041270165, -74.14195363738337, 40.54218324133265, -74.14196164655918, 40.542168793263826, -74.14198027719289, 40.54215323882025, -74.14199555477501, 40.54214571582771, -74.14201403655524, 40.542143998176996, -74.14204858021496, 40.54214554668118, -74.14206919249507, 40.54214486289375, -74.14210527550225, 40.5421431153445, -74.14212548254318, 40.542143375801935, -74.14214282713381, 40.5421503316237, -74.14216448114762, 40.54216824063383, -74.14218189822765, 40.542187624548276, -74.14220835805924, 40.54219346502523, -74.14219971170925, 40.54217250603599, -74.14219330032024, 40.54215118676873, -74.14218926863448, 40.54213373502404, -74.14218329918958, 40.54211817948932, -74.14217356735047, 40.542105769654945, -74.14214440503083, 40.54208413725252, -74.14212206636692, 40.54206898560251, -74.14210940666676, 40.54205415156276, -74.14210602388837, 40.54203653421528, -74.14211179791442, 40.54201127536042, -74.14212310264358, 40.54198178168015, -74.14213712792427, 40.54194492911734, -74.14214338013295, 40.54193083171474, -74.14215099526301, 40.54191762774945, -74.14217333859567, 40.541883949151384, -74.1421927063181, 40.541855379327664, -74.14221153183978, 40.541824970393236, -74.14222754995953, 40.541794950359105, -74.1422379007883, 40.54177264946611, -74.14224945720018, 40.54174332025762, -74.14226155836982, 40.54171371661234, -74.1422740730455, 40.54167763405394, -74.1422838320648, 40.54164849798078, -74.14228884424037, 40.541619178678175, -74.14229272097327, 40.5415982311915, -74.14228291494231, 40.541579224188666, -74.14229809978363, 40.541522127195606, -74.14231044592532, 40.54149561835628, -74.14232062412094, 40.54147376883379, -74.14233242149913, 40.541448436761925, -74.14234679728197, 40.54139779935259, -74.14235694919229, 40.541359190129626, -74.14235712641442, 40.54131936855443, -74.14235291935148, 40.54127776756788, -74.14233832593436, 40.541226766235916, -74.14231619390529, 40.541189913438785, -74.14228708491486, 40.54115712616286, -74.14225037249624, 40.54111746556258, -74.14220328381586, 40.54106867113696, -74.14216806142066, 40.54103467929081, -74.14215928202165, 40.5410149118603, -74.14213672218682, 40.54095998505659, -74.14212961937552, 40.54091265398245, -74.14212099315856, 40.54085555856507, -74.1421142653469, 40.54081526015066, -74.14208854107143, 40.54080146527677, -74.14206677896523, 40.54079079392981, -74.14202274575356, 40.54077765656556, -74.14197750322978, 40.54074423448095, -74.14197712671502, 40.54072758147848, -74.14196009278879, 40.54071832439772, -74.14191781246546, 40.54072127276237, -74.14184829995962, 40.54069789989858, -74.14182489593345, 40.540693319005314, -74.14180002789077, 40.54067745809803, -74.14176726238648, 40.54064350091638, -74.14176040145016, 40.54061879529118, -74.1417480050357, 40.5405926907747, -74.1417366903831, 40.54055792184019, -74.14175503317038, 40.54054541697449, -74.14180787355997, 40.540559880848974, -74.14183845461865, 40.5405595864256, -74.14187946112283, 40.540528247810464, -74.14189846678032, 40.54049550543264, -74.14190872466905, 40.54045671781108, -74.14188439582266, 40.54043959821752, -74.14185129485817, 40.54040939127334, -74.14185198429655, 40.5403643892251, -74.14185862810055, 40.54031293744137, -74.14185742849693, 40.540257732040146, -74.14184796896176, 40.54020662163935, -74.14182153950024, 40.540186339270534, -74.14178672326473, 40.54016988999481, -74.14174113996712, 40.54014306550681, -74.14171699833099, 40.540115073569, -74.14170976697584, 40.54008654205244, -74.14172317956577, 40.5400541893297, -74.14174885598624, 40.540028342190894, -74.14177436915506, 40.53998842539439, -74.14178142447287, 40.53995789778004, -74.14177903457049, 40.5399436093477, -74.14178581927438, 40.53992796239608, -74.14178512794291, 40.53990588409794, -74.1417837662635, 40.53985047537499, -74.14177843911293, 40.53979424126133, -74.14177439153542, 40.53974247308796, -74.14178782162999, 40.53972231258734, -74.14181994958092, 40.53970801664564, -74.14188967984069, 40.53969378409785, -74.14195890480288, 40.539677853736066, -74.14198429226002, 40.53966167046978, -74.14200666940006, 40.53962033106132, -74.14200459682841, 40.539567640112544, -74.141981816035, 40.539535650902145, -74.14192933278606, 40.53949946142104, -74.14187459186525, 40.539462315642986, -74.14182589577536, 40.53942186463766, -74.14176721501663, 40.539387006514026, -74.14174159591536, 40.53936518412254, -74.14172893551918, 40.5393391654778, -74.14173699097718, 40.53930938857111, -74.14176434117721, 40.53927533734894, -74.14182473529351, 40.53924212872703, -74.14188783818757, 40.539209421922216, -74.14195875312387, 40.53919024396681, -74.14203046114191, 40.53917491294402, -74.1420989432128, 40.5391573795745, -74.14217195544079, 40.53915368527708, -74.14221934660374, 40.53913892816268, -74.14227297369933, 40.53910257493632, -74.1423035211987, 40.53906964978588, -74.14224092679869, 40.539033316285355, -74.14232768782801, 40.53894760094423, -74.14176756976391, 40.538545983761374, -74.1422545413575, 40.53814228333829, -74.14223182861865, 40.53812435133824, -74.14207893708591, 40.538003640194965, -74.1421653603526, 40.53793390616318, -74.1421837811263, 40.53791904264493, -74.14238964123692, 40.53775293991435, -74.14174285881283, 40.53723308078092, -74.14166305461455, 40.53716548655049, -74.14168355638697, 40.53716183752629, -74.14188631643484, 40.53729233756528, -74.14209758539563, 40.53729193310458, -74.14253755336397, 40.537292787169, -74.14290754107392, 40.5373072490069, -74.14315875026762, 40.537306252557, -74.14342205596526, 40.537293895589926, -74.1434807155036, 40.53727863848939, -74.14363164085862, 40.53725352585681, -74.14365153844393, 40.537244490275576, -74.14366382816871, 40.5372313388896, -74.14376013035505, 40.53719059460928, -74.1437823513911, 40.53718018549168, -74.14383080930484, 40.53713869418351, -74.14384523526492, 40.5371287793028, -74.14386242265105, 40.53711696264619, -74.14389511500134, 40.53707997389451, -74.14399537429614, 40.537026541413105, -74.14401098913683, 40.537015138247796, -74.14404794945312, 40.53697980017074, -74.14408834516148, 40.53693491667083, -74.14409446386999, 40.53690803181795, -74.14412263986826, 40.53686877123202, -74.14417342102784, 40.536809592282324, -74.1441928025277, 40.536770979395435, -74.1441877353545, 40.536754008995395, -74.144195418438, 40.53670711332873, -74.14429553259777, 40.53643430570861, -74.14433538506269, 40.53629879090658, -74.144339296833, 40.53612399339439, -74.14434852569877, 40.53610157213822, -74.14437201130693, 40.5360462321435, -74.14439753220623, 40.53599274737439, -74.14442272923411, 40.53594070475298, -74.14445559661351, 40.53589008611682, -74.14449118623914, 40.53584024300231, -74.14453651982961, 40.5357955656498, -74.14457997553352, 40.53575091045556, -74.1446310428565, 40.535710553785215, -74.14468594284749, 40.53568449535804, -74.14473332042503, 40.53567466670888, -74.14480713823775, 40.53567580105025, -74.1448664903091, 40.53568733939398, -74.1449314398873, 40.535713240376296, -74.1449952369514, 40.53573996135795, -74.14506022973104, 40.535756898351096, -74.1451344023073, 40.53575829678938, -74.14520752731475, 40.535754513061974, -74.1452756269888, 40.53573572653636, -74.14532531359238, 40.535713049581005, -74.14537567718565, 40.535672790726586, -74.14541550297464, 40.53563146996588, -74.14545150208578, 40.53557601573957, -74.14547749224724, 40.535522780479596, -74.14550789304124, 40.535472197083706, -74.14554707731467, 40.53543665037856, -74.14560011608614, 40.53540603809802, -74.14566794878237, 40.535385735186914, -74.14573230191027, 40.535356775367845, -74.14579459741567, 40.535324973355486, -74.14585921361902, 40.5352970865611, -74.14592946589616, 40.53527469029415, -74.14599915605271, 40.53525866323766, -74.14607353273765, 40.53525324650866, -74.14614553542314, 40.53525736214773, -74.1462179108494, 40.53526784040248, -74.14627957506382, 40.53529396093406, -74.14633027262923, 40.53532362548266, -74.14640156140466, 40.535311074886636, -74.14646977203083, 40.53529211010548, -74.14653832311805, 40.535272329870715, -74.14660798224868, 40.53525513990154, -74.14667838864695, 40.53523964192926, -74.14674894765736, 40.535220556912975, -74.14681658151748, 40.535196488466056, -74.1468868060148, 40.535172923662394, -74.14694497816163, 40.535151925439735, -74.14763776457318, 40.535572374223214, -74.14775274900924, 40.53565782695909, -74.14847048520991, 40.53607533439901, -74.15020235521388, 40.53706482045187, -74.1503103594085, 40.537120497473325, -74.15040640823847, 40.53719246710973, -74.15050951014145, 40.537262495786244, -74.1505761174011, 40.53720890174446, -74.15059246846172, 40.53719574428867, -74.1506395999727, 40.53715782243714, -74.15070318883497, 40.53710524267416, -74.15073760866545, 40.537119937342624, -74.1508323274446, 40.53717138982518, -74.15091593639656, 40.53721680708199, -74.15178423000398, 40.53770129505327, -74.15192177250157, 40.537837002005446, -74.1524399810525, 40.53837077075738, -74.15249297497348, 40.538425356165604, -74.15341473291062, 40.53936421699385, -74.15412074696373, 40.540069594698316, -74.15473420148894, 40.54068608008135, -74.15515284775641, 40.541118432475855, -74.15531942903085, 40.54127794208933, -74.15584954858275, 40.54182429927082, -74.15607250286733, 40.54204284464125, -74.15619918266724, 40.54217939780157, -74.15651077660303, 40.54249276170451, -74.15693074040259, 40.54291496043724, -74.15700303587853, 40.5429876396045, -74.15711681223787, 40.54310201947177, -74.15797208365723, 40.54397225210322, -74.15807749610403, 40.54407708161198, -74.15815363874839, 40.54415720302415, -74.15827075121577, 40.54426846672322, -74.15844650109136, 40.5444687908934, -74.15880956352385, 40.544815935558, -74.15899115860144, 40.54501624990518, -74.15919043138241, 40.54523000055289, -74.15903292619551, 40.54533273042356, -74.15899216527689, 40.545390728651675, -74.15898996257879, 40.54541308911422, -74.15898646212837, 40.545448677430606, -74.15903929993506, 40.54555557259864, -74.15921752965397, 40.545885144944556, -74.1592887693028, 40.546020604445324, -74.15925432809188, 40.54604126170255, -74.15933018243568, 40.546293521376654, -74.15934169104044, 40.546355873282444, -74.15934444976818, 40.54639741711921, -74.15933763076589, 40.546440798716034, -74.15933116979441, 40.54646551276873, -74.15931092498288, 40.54651633964675, -74.15928342405827, 40.54657181790795, -74.15926057502904, 40.54660829757337, -74.15921936692827, 40.54665623129323, -74.1591426094599, 40.546727133610666, -74.15900020802387, 40.54681068735353, -74.15901455572951, 40.54685923296447, -74.1590326104777, 40.546893489263525, -74.15922049258423, 40.54712864945356, -74.15931745971984, 40.54725833058203, -74.15936894953249, 40.54732685055302, -74.15940937712536, 40.54738064871655, -74.15943533743652, 40.54742104278193, -74.15944305321999, 40.547447727321654, -74.15945749030806, 40.547481593244015, -74.15967562340568, 40.5477935365168, -74.15977165510766, 40.54775438576767, -74.15979549893409, 40.54774682417625, -74.16014483370246, 40.54760708888211, -74.1601606022877, 40.54759591745282, -74.16017996640834, 40.54758067151991, -74.16035467380861, 40.54751225501452, -74.16039625211653, 40.54749768493692, -74.16041585534286, 40.54749896782208, -74.16045473146312, 40.547493755282815, -74.16066501957958, 40.5474137375086, -74.1607728786316, 40.547372499957355, -74.16119635415278, 40.54721181400572, -74.1613078759092, 40.54716626898617, -74.16132627220068, 40.547150772970994, -74.16135965955807, 40.547126374880776, -74.16156335025512, 40.547048445846755, -74.1616284545634, 40.54702418225436, -74.16174252259607, 40.546987145018704, -74.16176411004788, 40.547061538754946, -74.16177052571015, 40.54708184833234, -74.16177629354874, 40.547115436208244, -74.16180363906918, 40.54737144933239, -74.16180592039669, 40.54740044852493, -74.1617855470652, 40.54743946559309, -74.16185203977172, 40.54792394963921, -74.1620956227463, 40.549085232242085, -74.16239715558513, 40.550496331476765, -74.16241121079355, 40.55056210956763, -74.1624680337074, 40.55082801539675, -74.16255364751423, 40.551226232815345, -74.16267785277957, 40.551793382234365, -74.1627020370583, 40.551893177778794, -74.1632161125726, 40.55293965938375, -74.16334006549712, 40.55319086995568, -74.16339355646141, 40.55331617973291, -74.16344541491469, 40.553437665465644, -74.16350890603533, 40.55372067756356, -74.16381376831588, 40.555089396243396, -74.16389306541484, 40.55545268378467, -74.16401625424604, 40.55599136826026, -74.1640370420403, 40.55611245591256, -74.16405262061899, 40.55625896208464, -74.16415847822745, 40.55666630129025, -74.16416851068918, 40.556682727879, -74.16422713462075, 40.556943861851515, -74.16422921706035, 40.556960555552216, -74.16422276339597, 40.55699944865297, -74.16433770988716, 40.55759065335581, -74.16435430281128, 40.55768736606077, -74.16438076567609, 40.557784249244676, -74.16438633193859, 40.55780026436073, -74.16439885216504, 40.55782668682285, -74.16441636711325, 40.55784365380062, -74.16442617734698, 40.55785556093698, -74.16443437447889, 40.557875994773816, -74.16446621484539, 40.55801668179236, -74.16448030632468, 40.55807893667876, -74.16450955533384, 40.558208157377905, -74.16453026356342, 40.558305402673554, -74.1646846572454, 40.559009282958414, -74.16481684730583, 40.55961089227102, -74.16494150160457, 40.56011147758085, -74.16504641583417, 40.560115558443634, -74.1651475443544, 40.56013099579913, -74.16589405148781, 40.56028303841921, -74.16589405148781, 40.56028303841921 --73.88323081252477, 40.56835849190273, -73.88336071419008, 40.568218800150525, -73.88435133885213, 40.56715319924786, -73.88402652117978, 40.567245451215825, -73.88331565419809, 40.56744734150221, -73.8831735163281, 40.567491283168785, -73.88305311828707, 40.567532429049734, -73.8827077886782, 40.56754737868365, -73.88267369825667, 40.5673879390943, -73.88244887478967, 40.566992793540756, -73.88224214606187, 40.566642415914934, -73.88221028059085, 40.566589553892065, -73.88209069097631, 40.5663927041111, -73.88203736302637, 40.566287444518515, -73.88202782833412, 40.56627034994879, -73.88193341099634, 40.566110099807766, -73.88184791151559, 40.56596739290033, -73.88106022795886, 40.56460540160505, -73.88033071995955, 40.56334960135316, -73.88000791531984, 40.562801630290416, -73.87994047614085, 40.56267068904442, -73.87947716691123, 40.56181046780055, -73.87950769890011, 40.5618034730278, -73.87953938296627, 40.561796671267366, -73.8795614196424, 40.56179145241339, -73.8795963808828, 40.561783035827816, -73.87961485336488, 40.56177685146517, -73.87963567060486, 40.561770149052585, -73.87965867777147, 40.561763666858084, -73.8796818655766, 40.5617585041192, -73.87970634617683, 40.561752765492294, -73.87973011340043, 40.56174581940792, -73.8797588262849, 40.56172935272908, -73.87978477830663, 40.56170841023934, -73.87980664411029, 40.561697069381715, -73.87983441537085, 40.561684169583785, -73.87986099718518, 40.56167280663387, -73.8798900264801, 40.5616602647468, -73.8799197760212, 40.561649042876404, -73.8799479370747, 40.5616386703353, -73.87998694021496, 40.56162484929456, -73.88001747965887, 40.56161362642317, -73.8800381878337, 40.56160579996683, -73.88005878772424, 40.561597777979536, -73.88008208989041, 40.56158805771564, -73.88010722887653, 40.561577927823905, -73.8801315755569, 40.56156911637083, -73.88015610151638, 40.5615597530771, -73.8801765930875, 40.561551541845056, -73.88019510481242, 40.56154447851635, -73.88021646241769, 40.56153596470318, -73.88024008811604, 40.5615268769142, -73.88026266676603, 40.56151959988768, -73.88028402317559, 40.56151108516019, -73.88029945430301, 40.56149806792587, -73.88030376285322, 40.5614816261041, -73.8802912471513, 40.561457019686884, -73.8802832844792, 40.56144229948926, -73.8802761199665, 40.56140058774732, -73.88028171661746, 40.56138486678943, -73.88029675307618, 40.561374633571354, -73.88032213655669, 40.56136769355156, -73.88035534255718, 40.561369339188175, -73.88037097910059, 40.561379395443375, -73.88038651717318, 40.561401586185944, -73.88039813726385, 40.56142521819128, -73.88041489846631, 40.56147124623441, -73.88044060930561, 40.56147339644183, -73.88047833086621, 40.561472256012124, -73.88050507674104, 40.56146874297172, -73.88053506104903, 40.56146545392244, -73.88056789025809, 40.56146257756306, -73.88059873559568, 40.56146178655192, -73.88062471978803, 40.56146162174917, -73.88065502781997, 40.56145887962449, -73.88068749854773, 40.561454412528974, -73.88072083702528, 40.56144868288704, -73.88073915986614, 40.56144551855341, -73.88075795171353, 40.5614422169233, -73.88077595279714, 40.56143938094183, -73.88080874762396, 40.561434584555855, -73.8808417595566, 40.56142921024787, -73.88087984766646, 40.56142312887881, -73.88090591150852, 40.56141934127772, -73.88093924421332, 40.56141550537329, -73.88095900581085, 40.561413988658096, -73.88097801132257, 40.56141203169916, -73.88099687278682, 40.56141073377306, -73.88104770226022, 40.56140411712847, -73.8810658091985, 40.561401500939695, -73.88109935780781, 40.561397089776044, -73.88112995239038, 40.561395858005305, -73.8811492467313, 40.561393488875936, -73.8811696225468, 40.56139117759535, -73.88120007569661, 40.561387806009144, -73.88121897295287, 40.561385630070504, -73.88123683029296, 40.56138260025504, -73.8812670731595, 40.56137596312525, -73.88130423324421, 40.561365160097296, -73.8813265604795, 40.561358402205606, -73.88134870418979, 40.561351262296775, -73.88136894264993, 40.56134450313959, -73.88138982890663, 40.56133799049146, -73.88141204617389, 40.5613319763043, -73.88143292845001, 40.561326371374754, -73.88145183265945, 40.56132092829552, -73.88147294001729, 40.561312907478964, -73.88149580995018, 40.56130239131759, -73.88151915152207, 40.56129091477661, -73.88155470697096, 40.56127272569661, -73.88157549213223, 40.5612612735237, -73.88159656607135, 40.561249438020454, -73.88161926098917, 40.5612377140483, -73.88164019045244, 40.56122744170183, -73.88166345740413, 40.56121673410415, -73.88168899596732, 40.561205451604266, -73.8817173769649, 40.561192634827556, -73.88174658737387, 40.561179519022566, -73.88178192121954, 40.56116371603877, -73.8818053721632, 40.561152432264784, -73.88182946910446, 40.56114040711703, -73.88185623420631, 40.561126573750286, -73.88188267509165, 40.56111312366814, -73.88190695372857, 40.5611004944378, -73.88193490337119, 40.56108784286065, -73.88196127197511, 40.561075187850804, -73.88198752986601, 40.56106236972594, -73.88203604641217, 40.56104073579231, -73.88205880448152, 40.561031948414445, -73.88208199971479, 40.561022996684564, -73.88210706649753, 40.56101267446893, -73.88213620450477, 40.56100035275467, -73.8821604064268, 40.56099033131618, -73.88218306089453, 40.5609813519953, -73.88220614544097, 40.56097220831468, -73.88222948193999, 40.56096347462729, -73.88225562769071, 40.56095326425031, -73.88228206015691, 40.56094450761071, -73.88230928289715, 40.560936219148005, -73.8823345230175, 40.560930013366146, -73.8823526664339, 40.56092602551032, -73.88237073986778, 40.5609228876768, -73.88241586400113, 40.56091057776004, -73.88235271624855, 40.560787774057985, -73.8823592340347, 40.56076763866156, -73.88237441051196, 40.560760106893774, -73.88239808349972, 40.56076139457373, -73.88241958621178, 40.56076808048343, -73.88243780331739, 40.56079063030008, -73.88245337878371, 40.56082543447419, -73.88247327762056, 40.560872641516475, -73.88250750441689, 40.56087919274255, -73.8825388841908, 40.56088117447787, -73.88257393852344, 40.560880440371996, -73.88259574852715, 40.56088027085589, -73.88261752320635, 40.5608800454669, -73.88263861367422, 40.56087946366676, -73.88267018331477, 40.560876202695965, -73.88270678729266, 40.56087451107203, -73.88274187817424, 40.56087380486853, -73.88276123948974, 40.56087486834318, -73.8828004661341, 40.56087507317328, -73.88282652474614, 40.56087408306646, -73.88284901832546, 40.56087328473172, -73.88287626111594, 40.560874381440414, -73.88289644681788, 40.56087599415343, -73.88291645230339, 40.5608787044208, -73.88293962370233, 40.56088191139982, -73.88295837373144, 40.5608827815056, -73.88297874232894, 40.56088379193841, -73.8830090036406, 40.560886621602066, -73.88302771757611, 40.56088787618447, -73.88305031623524, 40.56088910680309, -73.88307447057458, 40.56088660631946, -73.88309826439102, 40.56088297980586, -73.88313764768235, 40.56087733756291, -73.88316331216615, 40.56087418031236, -73.88318433800491, 40.560870714861004, -73.88320352908417, 40.5608658220069, -73.88323280056282, 40.56085940129921, -73.88326552898305, 40.560849772820816, -73.88328688602371, 40.56084123051995, -73.88330943440566, 40.56083203114073, -73.88333046487786, 40.56082387212418, -73.88335225193414, 40.560815193367944, -73.88337393265297, 40.56080722771647, -73.88339201020428, 40.56080033183016, -73.88340857861475, 40.560793513655426, -73.88342590396623, 40.5607852950276, -73.88344315757044, 40.56077691422962, -73.88345904210784, 40.56076886073194, -73.88347557611858, 40.560760093773666, -73.88349337207481, 40.56075080668833, -73.88351285724818, 40.56074176805773, -73.8835328114594, 40.56073256600362, -73.88355510712114, 40.56072199391775, -73.88357653907558, 40.560711749644234, -73.88359905180455, 40.56070060143306, -73.88362145741364, 40.56068926039631, -73.8836406204731, 40.560678713036, -73.883659355122, 40.56066736827277, -73.88368014327646, 40.56065591572192, -73.88370243771008, 40.56064534270574, -73.88372757751023, 40.56063422504569, -73.88375250022555, 40.56062368169617, -73.88377569557785, 40.56061377056392, -73.88380000969255, 40.56060215676297, -73.883823276619, 40.5605904599498, -73.88384669213261, 40.560578186945314, -73.88387561313449, 40.560565426014065, -73.88390752184472, 40.56055241955018, -73.883927942794, 40.56054431564074, -73.88394940590817, 40.56053645952493, -73.8839690706463, 40.560528656520376, -73.8839908197648, 40.560521322991015, -73.88401473027382, 40.560512947930164, -73.8840359750514, 40.56050638203188, -73.88405725642788, 40.56049981616661, -73.88410568831007, 40.56048416437032, -73.88413240995546, 40.56047590108519, -73.88415876778876, 40.56046703497483, -73.88418408354079, 40.56045786613129, -73.88420507882334, 40.56045080556119, -73.88422171568241, 40.56044459069077, -73.88425167980168, 40.56043281859371, -73.88428153571088, 40.560420798735045, -73.88431369264896, 40.56040823186528, -73.88433109073891, 40.560401525157815, -73.88434848414916, 40.56039479142719, -73.88437912904027, 40.56038329284185, -73.8844074006614, 40.5603731372462, -73.88443206645226, 40.560364929455964, -73.88445406932789, 40.56035759519367, -73.8844760710179, 40.56035026092598, -73.88449720910404, 40.560343201346676, -73.88451499712741, 40.560337673792425, -73.88453390114118, 40.5603313530932, -73.88455439416356, 40.56032313838008, -73.88457420395609, 40.560314677133015, -73.88459797282785, 40.56030481954205, -73.88462498273594, 40.56029433483353, -73.88465332536681, 40.560283356167524, -73.88467003676932, 40.56027631822597, -73.88468617210815, 40.560269197755666, -73.88470191189725, 40.560261391585485, -73.88473148362046, 40.56024701104498, -73.88475532584334, 40.56023635742982, -73.88477491813352, 40.560229378196205, -73.88479112249588, 40.560223300589946, -73.88480416933587, 40.56021255418751, -73.88483601517903, 40.560194716979275, -73.8848580086844, 40.5601920761735, -73.88488436594957, 40.56018204821704, -73.88485674743147, 40.56013534174924, -73.88482942445397, 40.56008913626359, -73.8848273852766, 40.56007272122547, -73.88483808485448, 40.560054391834434, -73.88485948738466, 40.56004248401965, -73.88488244260256, 40.56004084105598, -73.88490715688617, 40.56006606435268, -73.88492030251462, 40.56008910578472, -73.88494436293594, 40.56014435917081, -73.88495111252297, 40.56015985498515, -73.88497700668304, 40.5601602465339, -73.88501271251906, 40.560157372685936, -73.88505227284958, 40.560153487791354, -73.88508181918955, 40.56015310581731, -73.88511277301757, 40.56015063782349, -73.88513088058967, 40.560148048911, -73.8851487752501, 40.56014499240961, -73.88518117239953, 40.56013950727635, -73.88521724569799, 40.56013303883095, -73.88524831271029, 40.56012790985842, -73.88527354626218, 40.56012450406122, -73.88529611696747, 40.56012194569602, -73.88532969719915, 40.56011852210665, -73.88536271208167, 40.560112212656826, -73.88538316027667, 40.56010869309543, -73.88540774883971, 40.5601040799198, -73.88543208774529, 40.560099080164115, -73.88545235475829, 40.56009517588493, -73.88547452799862, 40.56009097092615, -73.88550218003851, 40.56008528915862, -73.88554333128032, 40.56007627268077, -73.88558138642912, 40.56006736296804, -73.88561101132943, 40.560062450388145, -73.88563225464276, 40.560057943696926, -73.88564964497486, 40.56005356914527, -73.88566915822383, 40.56004922372003, -73.88568921210614, 40.560044961678, -73.8857073911771, 40.56004196030472, -73.88574350034489, 40.56003378883451, -73.88577543416393, 40.56002852460222, -73.88579268160213, 40.56002346368571, -73.88582620458605, 40.56001342192621, -73.88584528560324, 40.56000841955769, -73.88586595343655, 40.56000347189394, -73.8858911213542, 40.55999627828203, -73.88593177290858, 40.55998457039586, -73.88597278479565, 40.559972040672456, -73.88600663476906, 40.559960627683324, -73.88602690826482, 40.559952878962235, -73.88604686162182, 40.559944528368426, -73.88606897185151, 40.55993637082222, -73.88610887315316, 40.559922137053256, -73.88614621855635, 40.55990696779149, -73.88616627900478, 40.55989880909522, -73.88618345720862, 40.559892073072405, -73.8862003818882, 40.559885832085314, -73.88621864031592, 40.559879179975994, -73.88623650445606, 40.55987178634, -73.88625634828408, 40.55986324198808, -73.88627763188742, 40.559854425298354, -73.886308566843, 40.559842818422275, -73.88632938213112, 40.559835125116244, -73.88634609249735, 40.5598285263866, -73.88636406136581, 40.559821326447604, -73.8863835834426, 40.55981311134802, -73.88640266949959, 40.55980508672542, -73.88643378820588, 40.559790241704626, -73.88646688771965, 40.559776356793435, -73.88648370517525, 40.559769951762824, -73.88650473629285, 40.55976168230144, -73.88652479433827, 40.55975349652431, -73.88656145558191, 40.55973851916422, -73.88658155529936, 40.55972942568778, -73.88659826738737, 40.55972178231258, -73.88663136628395, 40.559706829329095, -73.88665916847488, 40.55969461501309, -73.88668826902256, 40.55968196341497, -73.88670667231106, 40.55967407494825, -73.88673908699299, 40.559660823253616, -73.88675633795647, 40.559654279929504, -73.88677369372228, 40.559647901502444, -73.88680189153641, 40.55963700501197, -73.8868212658395, 40.559629530825525, -73.88684229686959, 40.559621262202754, -73.88686153052636, 40.55961247040088, -73.88687816966963, 40.55960463690202, -73.88690374587586, 40.55959115689587, -73.88693097996767, 40.559574797732274, -73.88695756448074, 40.55955923308772, -73.88697897191142, 40.55954201718043, -73.8869881792398, 40.55952596625326, -73.88694634877382, 40.55942942017727, -73.88697510060186, 40.55940015705355, -73.8870058918885, 40.559405582404075, -73.88701796708392, 40.559430781105334, -73.88702989022931, 40.55945792389217, -73.88706563150943, 40.5595392792745, -73.88708924227592, 40.55954154930162, -73.88712213843388, 40.55954094856655, -73.88714024156553, 40.559540145076824, -73.8871584177209, 40.55953944881859, -73.88718162917066, 40.55953906008056, -73.88721200291613, 40.5595400777895, -73.8872469474925, 40.55954096309772, -73.88726501249597, 40.5595410627788, -73.88729131932918, 40.559541664934265, -73.88731003204387, 40.55954206692023, -73.88733151939799, 40.55954181424079, -73.8873545523723, 40.55954153515692, -73.88737553432742, 40.5595413098899, -73.88739594027518, 40.559540972389044, -73.88741472540765, 40.559540440583056, -73.88744783659125, 40.55953975891819, -73.88746871142227, 40.55953934171702, -73.8875070039413, 40.5595391874168, -73.88753043230007, 40.559539703849694, -73.88755173666556, 40.55954013715097, -73.88757174494347, 40.55954106176747, -73.88759312036589, 40.55954207056695, -73.88761179701078, 40.559542858794245, -73.8876464534992, 40.55954374189797, -73.88766883783971, 40.55954370796026, -73.88769424677767, 40.55954252700357, -73.88771533943846, 40.559541064459474, -73.88774679818731, 40.55953862596704, -73.88776680962093, 40.55953697054461, -73.88780158547296, 40.559531459981095, -73.88781954851423, 40.5595282923657, -73.88785342557827, 40.559521520171664, -73.88787524535364, 40.559515254900624, -73.88789256193202, 40.559510331516854, -73.88791143400576, 40.559504419970125, -73.88794171839382, 40.559492538259356, -73.88796664164624, 40.55948031901696, -73.88799632126792, 40.55946574682963, -73.88802372951196, 40.559453779443984, -73.88804760806865, 40.55944350790457, -73.88806295089731, 40.559436196176385, -73.88809381830578, 40.55942091010354, -73.88811182648568, 40.55941332450414, -73.8881441624866, 40.559401690582284, -73.88816230810407, 40.559397342501114, -73.88818845086419, 40.55938800968454, -73.88821164292945, 40.55937941242172, -73.88823407753036, 40.55937188694398, -73.8882524784966, 40.55936452053271, -73.88826990810766, 40.55935833466408, -73.88828704784015, 40.559352506019835, -73.88830448001933, 40.55934478024839, -73.88833476931335, 40.5593298780733, -73.888351197197, 40.55932113822617, -73.88837424661196, 40.55931026426121, -73.88839347993103, 40.559301500118806, -73.88841195439605, 40.55929322872436, -73.88843460593672, 40.55928515319661, -73.88845782864543, 40.55927867034977, -73.88848598858193, 40.55926969423184, -73.88851497699368, 40.5592588269053, -73.88854501122995, 40.55924600914571, -73.88857519144823, 40.55923344096568, -73.8886016246124, 40.55922265128513, -73.88864141837958, 40.55920718191045, -73.88866346030822, 40.559197870224345, -73.88868236708201, 40.55918946322597, -73.88870563430136, 40.55917748986284, -73.8887209462328, 40.55916809059663, -73.88874756743787, 40.55915354226757, -73.88876355583909, 40.559147023534315, -73.88879445096413, 40.55913689911707, -73.88881184122133, 40.559131591141345, -73.88882876609038, 40.559126391676145, -73.88886869377036, 40.559114819830484, -73.88888522481673, 40.55910929128382, -73.88891370596977, 40.559099491390185, -73.88894827337027, 40.5590884915696, -73.88896537882624, 40.55908260695837, -73.88899879551177, 40.55907130253274, -73.88903235783216, 40.559058325060086, -73.88906458893142, 40.55904424764971, -73.88908973215489, 40.55903087750323, -73.88910489476596, 40.55902317913598, -73.88912459847367, 40.5590133175836, -73.88914307549878, 40.559004112228145, -73.88915841933515, 40.55899677153768, -73.8891750574633, 40.55899000662989, -73.88920044599372, 40.55897962914513, -73.88921715581611, 40.55897305791356, -73.8892343346998, 40.55896629441931, -73.8892651937541, 40.558955043282175, -73.88929867534631, 40.558947965002204, -73.88933517938275, 40.55894028897361, -73.88936899343135, 40.558927803332544, -73.8893859212009, 40.55892008141369, -73.88941635647133, 40.558904464976386, -73.88944006218657, 40.55888922657794, -73.88946571076177, 40.55887434575234, -73.88949428095744, 40.55885557205497, -73.88952413385756, 40.55884437391171, -73.88955599900498, 40.558835128235934, -73.88957202620956, 40.55882718389408, -73.88959407967673, 40.5588107353688, -73.88961883237596, 40.55879206783487, -73.88970501564346, 40.55877252726023, -73.88973183213399, 40.55877320859274, -73.88976684483293, 40.55877623465184, -73.88978843049094, 40.55877922080077, -73.88981016324713, 40.55878250606146, -73.88984272783512, 40.55878583142501, -73.88986547158434, 40.55878607296525, -73.8899054488865, 40.55878929555476, -73.88992527320522, 40.55879282841012, -73.88994362217805, 40.55879602845464, -73.88997827716926, 40.55879688653945, -73.89001494864125, 40.55879713959011, -73.89004748183747, 40.55879730942109, -73.89008166709702, 40.55879876857668, -73.89010045658307, 40.55879832098529, -73.89011859603691, 40.55879754317628, -73.89015181240582, 40.55879655825598, -73.8901698762799, 40.558798661150476, -73.89019106857549, 40.55880321106185, -73.89021653292473, 40.55881122217366, -73.89023464465556, 40.55880432254151, -73.89025218472692, 40.558796819007554, -73.89028203711287, 40.55878584039538, -73.8903115992316, 40.55877617896828, -73.89034504683725, 40.55876594580699, -73.89037453877943, 40.55875658687359, -73.89040687146604, 40.558747258559634, -73.89044251410242, 40.558738398966106, -73.89047102927688, 40.5587306573221, -73.89048870692746, 40.55872491081019, -73.89051863200854, 40.55871492008325, -73.89054916691306, 40.55870457332123, -73.89057314937807, 40.558696060083754, -73.89059424978285, 40.558688945314955, -73.89061099324508, 40.558683333873866, -73.89063850446097, 40.55867361637769, -73.89066807354503, 40.55866035816313, -73.89068514266185, 40.55865343135211, -73.89070325751595, 40.558646010244274, -73.89073738913795, 40.558636188259655, -73.89075892152759, 40.55862986903638, -73.89077962107837, 40.55862453599399, -73.89081077198031, 40.55861289929387, -73.89083940523462, 40.55859931235387, -73.89085496263574, 40.55859188879133, -73.89087642893948, 40.558581918749226, -73.89089515580982, 40.55857422353202, -73.89091301790137, 40.55856683006727, -73.89092976173822, 40.558560230702604, -73.89096026325251, 40.55854928044687, -73.89097938405875, 40.55854183233416, -73.89101215729382, 40.558527234387554, -73.89102836436392, 40.55851961870538, -73.89105494332935, 40.55850806044946, -73.89108116040553, 40.55849685935322, -73.89111285087816, 40.558483713800626, -73.89114338889513, 40.55847133529601, -73.89117727548602, 40.55845745247494, -73.89120803162103, 40.558444526639725, -73.89122524791387, 40.55843633464828, -73.89124131138225, 40.558428417123665, -73.89127004876691, 40.558416038681266, -73.89130299817386, 40.55840338955757, -73.891333571738, 40.558391615289196, -73.89137022836603, 40.55837907861738, -73.8913892398673, 40.558373443092684, -73.89141887107907, 40.558365373576606, -73.89145192266126, 40.558355934883345, -73.89148184380086, 40.55834745318397, -73.89150867499905, 40.55833534754131, -73.89152845993281, 40.55831801938887, -73.89154826403797, 40.55831142282423, -73.89156730800914, 40.55830685712609, -73.89159798683471, 40.558297827691156, -73.89162655133207, 40.558282045006585, -73.8916544631558, 40.55826755125298, -73.89168619599413, 40.558251441949714, -73.89170233120697, 40.558243635192994, -73.89182486653038, 40.558179245964375, -73.89185167956263, 40.558178282437716, -73.89188169543448, 40.558176116115085, -73.89189897764489, 40.558171603635515, -73.89192353959014, 40.5581600982122, -73.89194793235828, 40.55814222500219, -73.8919720046451, 40.55812319881173, -73.89198479654041, 40.5581128899098, -73.89200886156422, 40.55809688316985, -73.89203007692512, 40.55808490810427, -73.89206134349162, 40.55806789232933, -73.89208699941342, 40.558047905840795, -73.89210051373436, 40.558035485870285, -73.89211661183184, 40.5580286659974, -73.89213690197555, 40.55803247356947, -73.89215976992578, 40.55804558689684, -73.89218355637408, 40.55804632334626, -73.89224820813924, 40.558022912699506, -73.89226636382543, 40.55802510180128, -73.8922972936132, 40.558036768313016, -73.89231725975874, 40.558041617458414, -73.89233895836027, 40.55804331187929, -73.89235817086266, 40.5580461854567, -73.89238831681175, 40.55805337739406, -73.89240849246333, 40.55806157577762, -73.89242549041492, 40.55807737432574, -73.89243810117844, 40.558088585083254, -73.89246225616385, 40.558107573689334, -73.89249384079694, 40.558115893504485, -73.89252744933349, 40.55811897143965, -73.8925590451064, 40.55812037250291, -73.8925967591159, 40.558121149811186, -73.89261533112418, 40.55811924545401, -73.89265316077012, 40.55811565890097, -73.8926876030032, 40.55811352171948, -73.89270937828807, 40.5581123344575, -73.89274004635602, 40.558108382775956, -73.89275822448613, 40.55810617635149, -73.89278399862312, 40.55810216515629, -73.89281553484633, 40.55809431768729, -73.89284948449851, 40.55808715866237, -73.89288342734835, 40.55808202850708, -73.89291852381588, 40.558077588320046, -73.89293684628619, 40.55807518928925, -73.89295657353905, 40.55807147499516, -73.89298807566455, 40.5580635166823, -73.89302302970508, 40.558057317602525, -73.8930593145562, 40.558051753721905, -73.89308984143082, 40.55804598905585, -73.8931259487416, 40.55803847534924, -73.89315179665653, 40.558032598249504, -73.89318481485746, 40.5580231040945, -73.89320862031175, 40.558011213168115, -73.89322765881427, 40.55801068334901, -73.89324878909223, 40.558008205831285, -73.89327828240367, 40.557996785749204, -73.89329506066797, 40.55799131172973, -73.89331270377195, 40.55798548190266, -73.89334402560436, 40.557977249564686, -73.89337632059072, 40.55796885242474, -73.89340847235363, 40.557960674871175, -73.89343594197292, 40.557952906306035, -73.89345613807508, 40.55794908249701, -73.89348634931979, 40.55793758198011, -73.89349979028697, 40.557926560294554, -73.89351477967423, 40.55791446841664, -73.89353242794189, 40.55790611438511, -73.89354955407671, 40.55789644059576, -73.89356664911378, 40.5578847910201, -73.89358631295354, 40.55787635509919, -73.893605327797, 40.55786767182943, -73.89363553854278, 40.55785718706662, -73.89365296617032, 40.557850944546665, -73.89366762964193, 40.557841818680956, -73.8936913724892, 40.55782465771595, -73.89371917823887, 40.5578089008244, -73.89373488062243, 40.55780131311006, -73.89376163813019, 40.557790603589396, -73.89378003268209, 40.557787356194886, -73.89381008767111, 40.55778419972602, -73.8938275502507, 40.55777897300571, -73.893862340771, 40.55776185013403, -73.89387797491143, 40.557754095739654, -73.89389410896288, 40.557746783062996, -73.89391153373613, 40.55774007402847, -73.89394099017552, 40.55773016572594, -73.89397084391372, 40.557716907824386, -73.89399778385555, 40.55770353826208, -73.89401381152837, 40.55769553836874, -73.89404136588247, 40.557680385420355, -73.89407050228122, 40.55766677022259, -73.89409992392402, 40.55765419809008, -73.89412707800624, 40.55764126725123, -73.8941433936525, 40.55763332163687, -73.89416716633602, 40.557620307525006, -73.89418431027707, 40.55761046886101, -73.89421276460993, 40.55759657833816, -73.89423646676705, 40.557582602384784, -73.89425271013793, 40.55757405333559, -73.89427586588315, 40.55756438588991, -73.89430402186565, 40.55755546417461, -73.89432389736342, 40.557548949145, -73.8943430527713, 40.55754309353536, -73.89436062272456, 40.55753709778317, -73.89437772730659, 40.557531212365035, -73.89439432885851, 40.5575246123644, -73.89441064278421, 40.55751697018786, -73.8944285776179, 40.55750869552831, -73.89445645192765, 40.55749568422621, -73.89447226256138, 40.55748823339056, -73.89449181263697, 40.557482158390286, -73.89452105232454, 40.5574718093824, -73.89455010918024, 40.557462091468224, -73.89457848292575, 40.55745204422755, -73.89460758099685, 40.55743939062051, -73.89463210800908, 40.55742785757004, -73.8946646633041, 40.557412845039444, -73.89467978948483, 40.5574051459027, -73.89469513234562, 40.55739780447153, -73.89472782911632, 40.55738515323305, -73.8947463395006, 40.55737797859421, -73.89476614347117, 40.55737033866499, -73.89480114702613, 40.557355602999515, -73.89481652512606, 40.55734686126583, -73.89484123776951, 40.55733211616291, -73.89485719495629, 40.55732301924602, -73.89487635546372, 40.55731310127735, -73.89489399826506, 40.557305761024274, -73.89492507214402, 40.55729645640169, -73.89494848206101, 40.55729471998919, -73.89495626289208, 40.55728115076941, -73.89489756196691, 40.55714940858089, -73.89488195927682, 40.55710507038937, -73.89489014361317, 40.55708792735366, -73.89491817144965, 40.55707847676136, -73.89494217962665, 40.557089677860645, -73.89495563444012, 40.557104882949346, -73.89496631537898, 40.55713313953113, -73.89501735112678, 40.55725978760433, -73.89504571338468, 40.557265221187684, -73.89506405975547, 40.55727146959483, -73.89509113424295, 40.55728645297373, -73.89510796635344, 40.55729385176396, -73.89513439023139, 40.5573096306038, -73.89514753516045, 40.55732674270169, -73.89514691959269, 40.5573510896728, -73.89516164850326, 40.557368531907294, -73.89518458401885, 40.55738471909167, -73.89519982793652, 40.55739299623315, -73.89521719712211, 40.557402014643905, -73.8952437031997, 40.55741285234487, -73.89526805550324, 40.55741929800936, -73.89528651422455, 40.55742170213601, -73.89531893485207, 40.557423215758234, -73.89533908785111, 40.5574233710051, -73.89535719467304, 40.55742204211765, -73.89538789291812, 40.55742113623769, -73.8954059589056, 40.55742024766276, -73.89543626473211, 40.5574181058902, -73.89547081601653, 40.557416162487414, -73.89549446098243, 40.55741514029501, -73.89552789831464, 40.557412042287055, -73.89556566194827, 40.55740425375912, -73.89558391269391, 40.55740072948345, -73.89560238016966, 40.557397534994465, -73.8956323290182, 40.55739262102536, -73.89565435948867, 40.55738888134526, -73.895673581506, 40.55738563169775, -73.89569086235464, 40.55738169588398, -73.89572106743293, 40.557373734743024, -73.89573877952826, 40.55736960660091, -73.8957665009013, 40.55736285079923, -73.89578748925119, 40.55735806733817, -73.89582644051079, 40.5573503356348, -73.89583913209394, 40.55733497606042, -73.89586694214879, 40.55731751575732, -73.8958951442429, 40.557300771721295, -73.89591892506364, 40.55728223882839, -73.8959350642523, 40.557271411115025, -73.89596127766067, 40.5572624854323, -73.89598835029526, 40.55725603336731, -73.89602107808405, 40.557247526011516, -73.89604177746881, 40.557241753464346, -73.89606489120104, 40.55723532391305, -73.89608717814775, 40.55722908632169, -73.896108816127, 40.557223340726935, -73.89612955209662, 40.55721756909757, -73.89617571074363, 40.55720490260547, -73.8961937107114, 40.55719934641848, -73.89621315501019, 40.55719280365647, -73.89623375125632, 40.557184998493376, -73.89625477725126, 40.55717796456539, -73.89627753694236, 40.55716911943958, -73.89630285809069, 40.55715459430025, -73.89633256935923, 40.55713985338969, -73.89635374785512, 40.55712963531974, -73.89636887340512, 40.557121414555176, -73.8963918910492, 40.557109138633734, -73.89642634463253, 40.55710002846608, -73.89644593084644, 40.557094063930634, -73.8964707033717, 40.557086098594645, -73.89649489862126, 40.55707807780099, -73.89652078701778, 40.55706926336292, -73.89654869258032, 40.557059324177416, -73.8965730318642, 40.5570505344475, -73.8965988158875, 40.55704048617663, -73.89662413053107, 40.55703161446551, -73.89665030054212, 40.5570254351921, -73.89667380762378, 40.557021092391956, -73.89669126803933, 40.557016990892336, -73.89672018190025, 40.55700702555639, -73.89674603834929, 40.55699516275681, -73.89676232060627, 40.55698559849432, -73.89677993082933, 40.5569762281357, -73.89680827179365, 40.55696412081079, -73.8968250891199, 40.55695669757153, -73.89684262724575, 40.556949659502, -73.89686257827191, 40.55694136015809, -73.89688782032228, 40.556931281618226, -73.89691460791954, 40.55692117744428, -73.89694316104621, 40.5569115692374, -73.89697236350324, 40.55690121957211, -73.89699523066308, 40.55689146847082, -73.89701959055392, 40.556869997451315, -73.89702720504079, 40.55685680346151, -73.89703571921375, 40.556842071278076, -73.8970481177149, 40.55683200910409, -73.89706180754226, 40.556821398765, -73.89707344884364, 40.55681081360428, -73.89708358238958, 40.556795643411625, -73.89708396587886, 40.55678046448139, -73.89707948930094, 40.556767067840504, -73.89707448564114, 40.55674403239235, -73.89706961426434, 40.55672939897438, -73.89706586169277, 40.5567020502248, -73.89706458840747, 40.55666329943013, -73.89709684873316, 40.55665599175052, -73.89711859291144, 40.55665854351144, -73.89712899539857, 40.556671888725816, -73.89713317214843, 40.55668754631834, -73.89713909345951, 40.55671425583327, -73.89714624862357, 40.556740941238075, -73.89715559930531, 40.55676798701796, -73.89715971827428, 40.55678207133791, -73.89716856701801, 40.5568069193826, -73.89717425678202, 40.55682836150894, -73.897185957059, 40.55685002784368, -73.89720640793155, 40.55686596655676, -73.89722312183781, 40.55687890947259, -73.89723832409943, 40.556891329628684, -73.89725586331109, 40.55690734677496, -73.89727250183682, 40.556923255049675, -73.89728568898762, 40.55693624973391, -73.89729639211482, 40.55694839119781, -73.89731701951284, 40.55696781508609, -73.897331072501, 40.55698056379489, -73.89735688366757, 40.556998098502774, -73.89738317643766, 40.557008030490486, -73.89741076632015, 40.557015960860035, -73.89745216810978, 40.557028349455265, -73.89747885735632, 40.55703537307465, -73.89751084126314, 40.557042866984965, -73.89753033926243, 40.557047386114554, -73.89754969397622, 40.55705064257497, -73.89757027209686, 40.55705529954127, -73.89759034762508, 40.557058940261925, -73.89760880620345, 40.55706142686368, -73.89762902573266, 40.55706432747327, -73.89764888852596, 40.55706656857597, -73.89766745311783, 40.55706922005911, -73.89769954773601, 40.55707383233095, -73.89773246841402, 40.55707795094037, -73.89776467447633, 40.557080725318784, -73.89780731299813, 40.55708433025151, -73.89782940367668, 40.557087397287034, -73.89789049078159, 40.55710081902836, -73.89792895534006, 40.55710381775271, -73.89795109002607, 40.55710358977772, -73.89797203533338, 40.557102868154, -73.89799514061825, 40.55710181795163, -73.89801626752752, 40.55709969526204, -73.89804858859586, 40.55709752757395, -73.89808447223915, 40.55709429411337, -73.8981087698082, 40.55709028131376, -73.898130404931, 40.55708626524699, -73.89814966145858, 40.557084250738, -73.89817420317664, 40.557084272499395, -73.8982076761932, 40.557081585283655, -73.8982343141612, 40.55707738181913, -73.8982608104546, 40.55707084495899, -73.89828608267479, 40.5570648842461, -73.89831103348327, 40.55705831898986, -73.89833569566643, 40.55705055217046, -73.89835175387888, 40.557045315414506, -73.89837620242956, 40.55703671901251, -73.89839852676887, 40.55702899873937, -73.8984209558088, 40.55702152529872, -73.89844375021701, 40.557013695568365, -73.89846538988223, 40.557006660877974, -73.89848518896923, 40.557001105021996, -73.89850282941359, 40.556997332098376, -73.89854145661315, 40.55699039525338, -73.89856820397947, 40.556983310123584, -73.89859643402721, 40.556974057828995, -73.89863178763885, 40.55696291800804, -73.89865213131027, 40.55695637562705, -73.89867376936576, 40.55694881859065, -73.89869631173444, 40.55694131818043, -73.89872169723319, 40.55693222814231, -73.89874578349446, 40.5569242328938, -73.89876742388755, 40.55691667764283, -73.89879061053861, 40.55690862846092, -73.89881271963766, 40.556900303664364, -73.8988343599759, 40.55689277451602, -73.89885272382827, 40.55688686162452, -73.8988729214239, 40.55688007233152, -73.89889380337937, 40.556872788347924, -73.89891429184543, 40.556866494593244, -73.89893448942728, 40.55685970618992, -73.898957171825, 40.556852478711235, -73.89898050560076, 40.556844704280955, -73.89900174765779, 40.55683819054453, -73.89901964140344, 40.556832387077186, -73.89903742921817, 40.556826362884934, -73.89905510475722, 40.55682119138978, -73.89907191916271, 40.55681629379571, -73.8990952505525, 40.55680851843951, -73.89911718036456, 40.556800029531, -73.89913667147138, 40.55678489439267, -73.89913159828738, 40.55676051628885, -73.89912487733862, 40.55673114061695, -73.89912002035217, 40.556706679853974, -73.89911633563055, 40.55669092190742, -73.8991146850186, 40.55666435132559, -73.89912283901447, 40.55665090822511, -73.8991434892877, 40.556654686959796, -73.89916974475952, 40.55666516692651, -73.89917746355673, 40.55667878786155, -73.89918226216656, 40.556692653877356, -73.89919277536407, 40.556715064601185, -73.8991989051698, 40.55672933972325, -73.89920753909944, 40.55675542204346, -73.89922971465658, 40.55677498472731, -73.89926738395418, 40.55677990402923, -73.89928613629523, 40.55677939816984, -73.89930769239322, 40.55677834814606, -73.89933313839803, 40.55677680443728, -73.89936243411688, 40.556774799424645, -73.89939410708148, 40.556772438077495, -73.89942718322516, 40.55676972314294, -73.89947523584091, 40.55676496180452, -73.89950946350375, 40.55676043599501, -73.89954355213288, 40.55675571644053, -73.8995747946586, 40.556751434744726, -73.89960704552225, 40.55674712600551, -73.89963746090581, 40.556743282125964, -73.89966834522237, 40.55673930086753, -73.89970016408168, 40.556734114612006, -73.89973101177402, 40.55672856999086, -73.89975138751419, 40.556724141879194, -73.89977727034983, 40.55671944300875, -73.89980210806297, 40.55671567616604, -73.89983813539078, 40.556711700249295, -73.89983905812623, 40.556697895083445, -73.89983006484046, 40.55667115241139, -73.8998252312508, 40.55665454158766, -73.89981975624805, 40.55663419842268, -73.89981635724088, 40.55661912694895, -73.89981105974799, 40.55660166472243, -73.89980830923903, 40.55658796621646, -73.89980881667155, 40.556561369610876, -73.89980959643688, 40.556544489923134, -73.89982800667985, 40.55653113856782, -73.89984480259335, 40.55653927776564, -73.89985554328813, 40.55655182966392, -73.89986796080683, 40.55657366294802, -73.89987879023572, 40.556598705223045, -73.89988197427307, 40.55661226722522, -73.89988544121128, 40.556626926315055, -73.89989117547628, 40.55664287963658, -73.89989715019708, 40.55666698383203, -73.89990159280217, 40.55668057484688, -73.89990232734047, 40.55669465611821, -73.89992840890888, 40.55670151384252, -73.89996425469236, 40.55669970619561, -73.90000125188311, 40.55669773384323, -73.9000225230832, 40.556696106199816, -73.90004595527242, 40.55669266857404, -73.90006956917382, 40.556688515183076, -73.90009293080146, 40.55668488747529, -73.90012370554753, 40.55668071418695, -73.90014155656577, 40.55667891604921, -73.90016034768524, 40.5566769296154, -73.90017949418021, 40.55667573865219, -73.90019946784575, 40.55667408193193, -73.90021958628314, 40.556672727010316, -73.90023905786438, 40.55667205772443, -73.90027270681898, 40.55667153762685, -73.90029908536395, 40.556670874328205, -73.90032251563957, 40.556669495247725, -73.90035177901362, 40.55666537641919, -73.90036984849742, 40.55666196109008, -73.90040109631629, 40.55665564758652, -73.90043003450327, 40.55665185714821, -73.90045076880426, 40.556649212265675, -73.90048155271063, 40.55663886307921, -73.90050106967688, 40.55663070140845, -73.90052213597801, 40.556621552298324, -73.90054272892925, 40.55661550328686, -73.90056372813322, 40.55660462510028, -73.90056750046551, 40.556582367353116, -73.90057037862307, 40.556558791361546, -73.90057130259754, 40.55654325718008, -73.90056414229657, 40.55651753194613, -73.90056089136306, 40.556502816330614, -73.90054804653552, 40.55647601634814, -73.90055444503494, 40.55645669839251, -73.90058262470704, 40.55643097763921, -73.90060611560064, 40.55643799686296, -73.90062040287661, 40.55646106540509, -73.90062750803563, 40.556474658695855, -73.900633966516, 40.55648803079771, -73.90063973812055, 40.55650359958941, -73.90064144230683, 40.55651836789614, -73.90064130682389, 40.55653722390178, -73.9006456705294, 40.556555536279646, -73.90064964198437, 40.5565700589028, -73.90065527302662, 40.55658329430805, -73.90065895864142, 40.55659710346664, -73.90066522184075, 40.55662112682417, -73.9006875574948, 40.5566293517373, -73.90071348859156, 40.55663977793933, -73.90074478315232, 40.55664886248391, -73.90078438630353, 40.55666182556098, -73.90081769483221, 40.556672696668784, -73.90105085166209, 40.55674774863904, -73.90107038848926, 40.556750866882496, -73.90110564574344, 40.55675660658474, -73.90113328272332, 40.55675846925406, -73.90116868967525, 40.55676039263496, -73.90122511629703, 40.55676151280453, -73.90125894654665, 40.556761376198175, -73.901277692771, 40.55676339778601, -73.90129953048142, 40.55676750404465, -73.90132043402706, 40.55677177879546, -73.90134219882398, 40.556775693171204, -73.90136105173497, 40.55677903050608, -73.90137885990718, 40.55678225797711, -73.90140671520858, 40.55678740408734, -73.90144447858702, 40.55679749177733, -73.90146735741047, 40.556804182507626, -73.90148559747354, 40.55680677906361, -73.90150628825342, 40.55680803143147, -73.9015313318592, 40.55681192336844, -73.90156083251173, 40.55681743826672, -73.90159595191486, 40.55681982774202, -73.9016147375981, 40.556819926684746, -73.90163463791589, 40.556819175581595, -73.9016570980112, 40.556816779604155, -73.90167948494383, 40.556814355643425, -73.90169978626622, 40.55681228830269, -73.90172217327788, 40.55680980850103, -73.90174798124137, 40.55680697591369, -73.90177306834177, 40.55680458216093, -73.90179808264185, 40.5568019136799, -73.90182648011351, 40.55679889057642, -73.90185671463986, 40.55679592396794, -73.9018848246454, 40.55679408299554, -73.90191221147306, 40.556792650237625, -73.90194096659556, 40.55679209935628, -73.9019685348403, 40.556790943201435, -73.90199271967411, 40.55679030375647, -73.90201485088657, 40.556789142950684, -73.90203543829331, 40.556787623314754, -73.90205447770778, 40.556786184302894, -73.90208233766941, 40.55678335339046, -73.90210159625454, 40.55678059888863, -73.90212540223416, 40.55679033495784, -73.9021414413029, 40.55680195280834, -73.9021604514434, 40.556818086625924, -73.90218576839781, 40.55683046071104, -73.9022249829566, 40.556838948244234, -73.9022561784288, 40.556841719602275, -73.90227478247262, 40.55684250358299, -73.90229342311538, 40.55684328939293, -73.90232955094002, 40.556845624569654, -73.90234923282632, 40.556846492303364, -73.90237197860336, 40.55684653865661, -73.90239554999597, 40.55684636687907, -73.90241905066861, 40.5568461121882, -73.90244143501667, 40.55684544590423, -73.90246918332073, 40.55684469952164, -73.90249793728039, 40.55684414849984, -73.90252143681062, 40.556843866771224, -73.90254529532912, 40.556844352590936, -73.90256886667981, 40.556844208694145, -73.90259247455278, 40.556844118855025, -73.90261201778397, 40.556843722087095, -73.90264534281712, 40.556843532413374, -73.90267607655733, 40.55684232293934, -73.90271112930532, 40.55684106308417, -73.9027433741372, 40.55684078781754, -73.90277471433657, 40.556843915765675, -73.90280526971654, 40.55684438108514, -73.90282437635453, 40.55684461698162, -73.90284817129375, 40.55684823021268, -73.90286805669082, 40.55685124128246, -73.90290007496868, 40.556858186200664, -73.90291878003043, 40.55686421212651, -73.90295216594768, 40.55687088352564, -73.90297980343964, 40.55687164800935, -73.90300125169611, 40.556871666126035, -73.90303032893439, 40.556871277338686, -73.90306408504769, 40.55687100595957, -73.90308517509531, 40.55687052846875, -73.90310899718305, 40.556870906077435, -73.90313386377709, 40.55687155832212, -73.90315930631756, 40.556871552762324, -73.90318784599674, 40.55687058894602, -73.90321541539511, 40.556869458608105, -73.90324017618919, 40.55686816200156, -73.90326450498402, 40.55686595909631, -73.90328329606453, 40.55686397125103, -73.90331892536653, 40.556860816087934, -73.90333922581718, 40.556859325694155, -73.9033647815324, 40.5568569860197, -73.90338633881362, 40.556855906414576, -73.90341383541582, 40.55685285514509, -73.90345004315125, 40.556850578440965, -73.90347102412855, 40.556850404265, -73.903491357594, 40.55684893998732, -73.90351705951332, 40.556845915101285, -73.90354416072839, 40.55684357668528, -73.90356703087558, 40.556840892510344, -73.90359300022283, 40.55683908804511, -73.90363183155092, 40.556839176467186, -73.90365717055613, 40.55683645292163, -73.90368189682039, 40.55683452402141, -73.90371137524775, 40.556831831851696, -73.90372980332259, 40.55683020023745, -73.90374884038893, 40.55682873482751, -73.90376842195276, 40.55682630810852, -73.9037893712224, 40.55682272985817, -73.90380938546993, 40.55681909588872, -73.90382720368473, 40.55681625614227, -73.90386200969633, 40.55681085060642, -73.9038819152689, 40.55680806843135, -73.903901602767, 40.55680586150672, -73.90392086033825, 40.556803764083256, -73.90394213435862, 40.55680013114462, -73.90396564156119, 40.5567944963982, -73.90398832339113, 40.55678726882638, -73.90400766089992, 40.55678047791179, -73.90402631054037, 40.556774179907535, -73.90404550081094, 40.55676714211925, -73.90406303501634, 40.55676062434922, -73.90408002937028, 40.55675512191935, -73.90409817460821, 40.556749812260115, -73.90412190091547, 40.55674286019461, -73.90414551895061, 40.55673566038913, -73.9041698918271, 40.556728187448556, -73.90419880208529, 40.55671904420927, -73.90423286225867, 40.55670757109272, -73.90426317864716, 40.55669763294442, -73.90429396383283, 40.55668681716555, -73.90432755634714, 40.556676222544986, -73.90436067532158, 40.55666650643397, -73.90439397678239, 40.55665714617325, -73.90443296736139, 40.55664652899953, -73.90447289282857, 40.55663604947019, -73.90451267475028, 40.55662521319924, -73.90455947443638, 40.55661284554798, -73.90460037018431, 40.5566025036607, -73.90463892609732, 40.556592791985544, -73.90467744654163, 40.556583106383265, -73.90471247661887, 40.55657361238597, -73.90474311175753, 40.556566088686644, -73.90477360331406, 40.55655823706848, -73.90480517577721, 40.55655079697822, -73.90483264314825, 40.55654409551146, -73.90486100889107, 40.556537476730234, -73.90489323026894, 40.55652951484799, -73.90492386540419, 40.55652196498524, -73.90495543547085, 40.55651452575219, -73.90498956330384, 40.556506785149075, -73.9050236888034, 40.55649901931913, -73.90505875273814, 40.55649139023437, -73.90509604714313, 40.55648280212034, -73.90513017379999, 40.556475035359234, -73.90516253750938, 40.556467403111675, -73.90519680654585, 40.55645996514048, -73.90522870034142, 40.55645315826907, -73.90525645722259, 40.55644705849149, -73.90528486066255, 40.556440440537244, -73.90531358915841, 40.55643272420175, -73.9053407703441, 40.55642544514011, -73.90536398758847, 40.55641928936424, -73.90539116876319, 40.556412010290735, -73.9054191082352, 40.55640451210679, -73.90544563810792, 40.55639775478925, -73.90547468921888, 40.55639064113122, -73.90550435382771, 40.556383008366865, -73.90553045634314, 40.556375370863876, -73.90555432484028, 40.55636869418047, -73.9055822595913, 40.556361168937215, -73.9056127143561, 40.556353316165506, -73.90564126369944, 40.556346999018835, -73.9056696670206, 40.55634040798511, -73.90569932678439, 40.55633450327656, -73.90572323047739, 40.55632963664502, -73.9057424188137, 40.556325426224504, -73.9057621808409, 40.5563212964183, -73.9057807920183, 40.55631694773721, -73.90581272284801, 40.556308905211864, -73.90583122305607, 40.5563053795127, -73.90585512787165, 40.55630053987045, -73.90588655529375, 40.55629279858822, -73.90591859625279, 40.55628450667788, -73.90595599889265, 40.556274355059486, -73.90598771839944, 40.55626543159765, -73.90600964267291, 40.556258450651264, -73.90602735860696, 40.55625176883421, -73.90609054504347, 40.5562304654355, -73.90728705749171, 40.55582715525632, -73.90733426097657, 40.555809748355145, -73.90747662611048, 40.55575725078109, -73.9078556499358, 40.55561748402591, -73.90835316392052, 40.55543401983613, -73.91002604612298, 40.554809279518764, -73.91122897954469, 40.55435773261268, -73.91410954363226, 40.5532680662192, -73.91527274726613, 40.55283231359665, -73.91573600085206, 40.552646446259274, -73.91633516733646, 40.55243170800999, -73.91641325444358, 40.55240372337504, -73.91701634938606, 40.55215172063991, -73.91771966803263, 40.55183220927017, -73.91850793126697, 40.551548710125495, -73.91930543474241, 40.551238314231604, -73.92014751990997, 40.55091517883972, -73.92038585048138, 40.55082372383277, -73.9215182402635, 40.550418216293, -73.92236913667013, 40.55011903363955, -73.9226545779139, 40.55001198072105, -73.92333996197677, 40.549754926584725, -73.92458518411968, 40.54926187882855, -73.92533528652393, 40.548942888214874, -73.92583734371885, 40.54872937626883, -73.9277593686371, 40.54789774387774, -73.92892651832454, 40.54740163533776, -73.93075108070705, 40.546623991617146, -73.93333013083632, 40.545485104199926, -73.93433483669764, 40.54507715548714, -73.93438670615598, 40.54505609299477, -73.93522780115896, 40.544715803009865, -73.93644924990697, 40.544100056773445, -73.93650884353112, 40.54406336354679, -73.9367427774536, 40.54391933178975, -73.93898498844685, 40.54253875568836, -73.94055905362518, 40.54184645370159, -73.94072284949917, 40.540256134394554, -73.94076238859276, 40.540212627815016, -73.9408676601891, 40.54022344067731, -73.94079658859783, 40.54124054955468, -73.94067706283442, 40.54239897191359, -73.94061944957544, 40.54292789283356, -73.94053422463381, 40.54380056208744, -73.94054051795445, 40.54406552200113, -73.94056755437768, 40.54520383717558, -73.94049779456053, 40.546327581126434, -73.94042943753905, 40.54708415208729, -73.94037622341823, 40.547925931457556, -73.94034509690135, 40.548454455114744, -73.9403652263009, 40.54871887460412, -73.94044255414599, 40.54960735447797, -73.9405411178567, 40.55032857693262, -73.94054957871407, 40.55076939804351, -73.94056575238719, 40.55092756137908, -73.94056780524633, 40.550947655888834, -73.94055533408259, 40.55141690206524, -73.94050185143841, 40.551752043101416, -73.94043097526423, 40.552012181946125, -73.94036733334472, 40.55224577067703, -73.94029259823812, 40.552520070000355, -73.9399768339157, 40.55331867135374, -73.93955143988637, 40.55412676692025, -73.93928653216531, 40.554579631496566, -73.93897283868287, 40.555057143950236, -73.93884034139401, 40.55524673958783, -73.93848968468305, 40.555722777559026, -73.93786033427081, 40.55635972848601, -73.93646832217591, 40.55684962842849, -73.93576232769395, 40.55707046795576, -73.93533196161734, 40.55710236801228, -73.93490776909054, 40.5571474446515, -73.93432302827847, 40.55709174741245, -73.9341102543642, 40.55707148077193, -73.93349378385648, 40.55714992867926, -73.93295434112136, 40.55728611407416, -73.93245982071612, 40.5574441169922, -73.93159170562484, 40.55778459098311, -73.93148402157186, 40.55782682450031, -73.93101484808697, 40.55803627435805, -73.93046795661279, 40.558330572360646, -73.93008584147871, 40.558565433504775, -73.92967492135146, 40.55884619626095, -73.9291596651327, 40.559196446257616, -73.92864177022464, 40.559551358821444, -73.92835236135024, 40.55977504668716, -73.92794272630286, 40.56005050443277, -73.92746156187192, 40.56040653333652, -73.92702121546147, 40.56081997937261, -73.92676641615962, 40.56107747203805, -73.92674455673256, 40.561123845983786, -73.92670293036934, 40.56114531137587, -73.92666123977682, 40.56115749859443, -73.92641231661341, 40.56130476355962, -73.92639294047811, 40.561314273303644, -73.92636205041104, 40.56132943366663, -73.92630575257294, 40.561336149701084, -73.92622225363723, 40.56133848429063, -73.92597649892883, 40.56142097282357, -73.92587252085272, 40.561489169221275, -73.92571720488212, 40.5616033618086, -73.92545002373316, 40.56175975321199, -73.92540972614594, 40.56181396481573, -73.92535484314779, 40.56184428678482, -73.92532086165306, 40.561849662446875, -73.92528729404378, 40.56184075692996, -73.92525159920976, 40.5618345578999, -73.92519762330625, 40.56182554721977, -73.92496496135348, 40.56177988648979, -73.92470968785733, 40.56181188712008, -73.92443091083108, 40.561874205031735, -73.92411015951164, 40.56194560516007, -73.92374010171582, 40.56201617650194, -73.92329681318132, 40.5620780788387, -73.92306162202702, 40.562073776415, -73.92271598683863, 40.56206261919022, -73.92245832670218, 40.562068594320415, -73.92198518518104, 40.5621125203571, -73.92133340410092, 40.562113777793336, -73.9210195654656, 40.562087157198505, -73.92063504754303, 40.562117825207444, -73.92041271068271, 40.56212809584779, -73.9203800757963, 40.56212960322312, -73.92026853950485, 40.562134754304445, -73.91994702764967, 40.56211476863078, -73.91955994334813, 40.56209533860422, -73.91916356289526, 40.56220092973267, -73.91845355385169, 40.56237387090737, -73.91806045520266, 40.56253218634324, -73.9176957581049, 40.56262563340349, -73.9171601184995, 40.56282501556639, -73.9163751221389, 40.563175287954834, -73.91632167568446, 40.56320465299677, -73.91556876716491, 40.56361831413686, -73.91499560617999, 40.56407657415857, -73.91471604828585, 40.56425598758254, -73.91456851434346, 40.56434524971503, -73.91437064528091, 40.564420749232255, -73.91404921734726, 40.564496293796836, -73.91358443392976, 40.564600000801896, -73.91349829230431, 40.56463441078563, -73.91339322050261, 40.56467638165467, -73.913203010451, 40.56475449195645, -73.91294676859205, 40.564826046519904, -73.91225506553485, 40.56511227098205, -73.91222477016669, 40.565114996239394, -73.91213584681692, 40.56512299516086, -73.91200054016669, 40.565134831648294, -73.9116401583242, 40.56518484033744, -73.91154221539404, 40.5652188813657, -73.91147318089736, 40.56521414184516, -73.91139869501484, 40.565209027962275, -73.91112873140233, 40.56517256064079, -73.91094151331308, 40.565165443765565, -73.91084808927748, 40.56518518735865, -73.91078862223843, 40.56518995449713, -73.91076159133459, 40.565192120876524, -73.91072314487027, 40.565143396877396, -73.91070193829107, 40.56506836570545, -73.91071401665668, 40.56505270144587, -73.91072357922707, 40.5650322057106, -73.91071661954435, 40.56501710298838, -73.9106988879755, 40.56500759316109, -73.91068320501702, 40.565000828825816, -73.91065492663071, 40.5649919681739, -73.91061663673285, 40.56498787611279, -73.91059007893107, 40.56498511154148, -73.9105616450749, 40.56498478682825, -73.91052493433918, 40.564984813169524, -73.91049902322897, 40.56498235165752, -73.91047019773909, 40.564979967114304, -73.91044777409874, 40.56497978483786, -73.91041192471148, 40.564982062228204, -73.91037622184653, 40.564981622835774, -73.91034815654241, 40.56497504060442, -73.91032553025228, 40.56496748554231, -73.91029854719511, 40.564958697855865, -73.91028026972438, 40.564953029180096, -73.91025001463723, 40.56494334380387, -73.9102215237456, 40.564931875857276, -73.91020325027422, 40.56492412065436, -73.91018346620075, 40.564916611911855, -73.91016087460144, 40.564934216631094, -73.91013371726204, 40.564949676323764, -73.91010084772259, 40.564955880439236, -73.91008150303747, 40.564942142186474, -73.91007760982706, 40.56491935583922, -73.91007953765309, 40.56490566215398, -73.91008311992434, 40.56489188601498, -73.91009279654757, 40.564867492045394, -73.91009715511605, 40.564838427388594, -73.91009922666719, 40.56482410074588, -73.91010201737299, 40.56480974855072, -73.9100733583489, 40.564789908248294, -73.91005645409844, 40.56477995951276, -73.9100408856253, 40.56476806218279, -73.91002521628408, 40.56475127851931, -73.91002413626578, 40.56472553164385, -73.91003687013168, 40.56470457107635, -73.91006291318146, 40.564687875913094, -73.91008318539052, 40.56468270295537, -73.91008168024989, 40.564665733171516, -73.91006681674887, 40.5646485728241, -73.91005492353385, 40.564633659811264, -73.91004486198821, 40.56462209638623, -73.91003031453921, 40.56460174571899, -73.91001676398868, 40.56458732489201, -73.91000483119556, 40.5645755114524, -73.90999343648576, 40.56456397579503, -73.90998064229773, 40.56455084510925, -73.90996479409438, 40.564532772644704, -73.90995031121543, 40.564516236644614, -73.9099369082668, 40.5645009658276, -73.90991990572068, 40.564485169881145, -73.90990289829992, 40.56447211873063, -73.90988758103272, 40.564460523252656, -73.90986949205436, 40.56445093016795, -73.90984653974003, 40.56444275969605, -73.90982642812395, 40.56443747403255, -73.90980703392859, 40.56443257255276, -73.90977760819466, 40.5644219268417, -73.90975319381408, 40.56440519120314, -73.9097456186169, 40.5643905282945, -73.9097701203431, 40.56437056577931, -73.90979127003887, 40.564353865932624, -73.90980118262983, 40.56434188141616, -73.90981326900666, 40.564320342226736, -73.90980897697919, 40.564300053614225, -73.90978521954047, 40.564276046752845, -73.909765587668, 40.564261812931214, -73.90974325487193, 40.56424875847357, -73.90972322362458, 40.564237351081104, -73.9096846252263, 40.56422162097218, -73.90965656520243, 40.56421229377284, -73.90962605877594, 40.56420192183302, -73.90960961917894, 40.56419518377091, -73.90959195567805, 40.564188006187024, -73.90957393660943, 40.56418093728411, -73.90955559052544, 40.56417469210192, -73.90953709591317, 40.56416913390094, -73.90951986543458, 40.56416395851571, -73.90948521533659, 40.56415638390926, -73.90946524559541, 40.56415192317563, -73.9094450613527, 40.56414803590436, -73.90942483562418, 40.56414513737404, -73.90940151975212, 40.5641422111881, -73.90937963988937, 40.56414005157727, -73.90936024349345, 40.56413773002636, -73.90932551859392, 40.564133091026605, -73.90930724036402, 40.56412994816941, -73.90927377412713, 40.564123636070484, -73.9092314625274, 40.56411465501801, -73.90920195825711, 40.564108098384374, -73.90918310308504, 40.56410374744632, -73.90916457423013, 40.564099094186595, -73.90914766660636, 40.564093590308886, -73.90911805819928, 40.56408374034866, -73.90908233369613, 40.5640735298321, -73.90905498885833, 40.56406719459822, -73.90902789587985, 40.56406234272319, -73.90899316855277, 40.5640586644819, -73.90897330373362, 40.56405697376305, -73.90895415888568, 40.56405465414394, -73.90893206539266, 40.564051589250056, -73.90890842129748, 40.56404953801475, -73.90887930724806, 40.56404781382881, -73.90884508133287, 40.5640461945424, -73.90881204155086, 40.564045866640896, -73.90878601955608, 40.56404623050369, -73.9087571547185, 40.56404705857467, -73.90872706191288, 40.564049560640534, -73.90869469981644, 40.56405362420734, -73.9086758018002, 40.56405646385009, -73.90865726327388, 40.56405891925108, -73.90862328010581, 40.564062844628715, -73.90859102768208, 40.56406614010511, -73.90856313450585, 40.56406792886104, -73.90854135703295, 40.564069505453354, -73.90850708881236, 40.5640729082647, -73.90847987511454, 40.564076042927184, -73.90844855796894, 40.56408013427299, -73.90842015285776, 40.56408496996538, -73.90839520691928, 40.56408851885666, -73.90837151919445, 40.56409245237019, -73.9083498483257, 40.5640963604724, -73.9083246087249, 40.5641013625626, -73.90829688901691, 40.56410751714128, -73.9082566392222, 40.56411489542601, -73.90822690639963, 40.56412005960253, -73.9081995096668, 40.564124896046, -73.90817304711253, 40.56413047436247, -73.9081493187421, 40.564136467300145, -73.90812922980372, 40.5641414734661, -73.90809466585408, 40.564150366423384, -73.90806420639143, 40.564159262655636, -73.90803396380238, 40.56416758271696, -73.90801177172523, 40.564170942818436, -73.90798302692951, 40.56417201573408, -73.90796262508815, 40.56416928250191, -73.9079320110284, 40.56415838862126, -73.90791796225085, 40.56414687674507, -73.90790052649213, 40.56412624793023, -73.90788854052268, 40.56410194843757, -73.9078830527289, 40.56408865858006, -73.90787153712994, 40.56407092249452, -73.9078608161186, 40.5640575419878, -73.90784967713783, 40.5640441377311, -73.90782024327633, 40.564014059065826, -73.9078068379036, 40.563998403472645, -73.90779681519781, 40.56398642744002, -73.9077792023445, 40.56396925828426, -73.90775465203156, 40.563946264356986, -73.90774293283908, 40.56393576922253, -73.90772564117505, 40.563922032220184, -73.90771086423041, 40.56391029910458, -73.90768807580875, 40.563888954540694, -73.90767395666089, 40.563870332926754, -73.90766110723257, 40.56384548159388, -73.90764735256717, 40.563822880846175, -73.90762956794507, 40.56380104590494, -73.90761224569466, 40.563782998944326, -73.9075950615103, 40.563768437126875, -73.90758000357141, 40.563752450584865, -73.907568723977, 40.563735780880826, -73.9075805135094, 40.56372184572561, -73.90762010406111, 40.56372143811763, -73.90766210004288, 40.56372520546631, -73.90768944878207, 40.563728520671816, -73.90771179181128, 40.563734606368925, -73.90773474365672, 40.5637418965537, -73.90775614769139, 40.56374817329988, -73.90779091441921, 40.563748804567794, -73.90781021849092, 40.56373918623841, -73.9078130980048, 40.56371385405747, -73.9078054556452, 40.56369688561968, -73.90779589662363, 40.563685211634926, -73.907781231321, 40.56367303916112, -73.90776314204383, 40.563661469989825, -73.90774861363478, 40.56365278355712, -73.90773196192335, 40.56364511391159, -73.9077106313831, 40.56363609241723, -73.90768368530837, 40.56362852345649, -73.90765659024576, 40.5636236712559, -73.90762999373602, 40.563622907837, -73.90760436503906, 40.56362502777359, -73.90757772755762, 40.56362827435105, -73.90755260302028, 40.56363042259805, -73.90752726444775, 40.563631087501214, -73.9074994423463, 40.563631970127055, -73.90747752375108, 40.56363236401359, -73.90745949303437, 40.56363226844074, -73.90741977011794, 40.56362427578199, -73.90739390824105, 40.56361316675964, -73.90737865838155, 40.56360450851518, -73.90739027095823, 40.56358791128238, -73.9073986740839, 40.5635755934612, -73.90741265031775, 40.56356602583505, -73.90743258529169, 40.56354337026487, -73.90745427831946, 40.563524228158386, -73.90744800997862, 40.56350253934665, -73.90741956310346, 40.56348736507448, -73.90740056614862, 40.56348328658838, -73.90738260639533, 40.563482285131705, -73.90735521957076, 40.563480972591634, -73.90732362195237, 40.563479706176516, -73.9073050501242, 40.56347986048897, -73.90727179499838, 40.56348005517587, -73.90724091221256, 40.563481018116484, -73.90720402331844, 40.56348068484259, -73.90718174988766, 40.5634772925754, -73.9071617080203, 40.563473158273325, -73.90714148964742, 40.56346773427209, -73.90712321407085, 40.56346203807845, -73.90709662854943, 40.56345257456491, -73.90707001474895, 40.56343882902207, -73.90704463263384, 40.56341822156258, -73.90702390456939, 40.563392157076194, -73.90701309750044, 40.56337378570556, -73.90700318180131, 40.56336060298487, -73.90697626593065, 40.56332978410637, -73.90696530542776, 40.56331731465316, -73.9069567365468, 40.563295156577745, -73.90695809788478, 40.563273199258575, -73.90694978885452, 40.563245058299415, -73.90694002435649, 40.56322676971409, -73.90692852302794, 40.563216027928114, -73.90691015787594, 40.56319671747809, -73.90688152910475, 40.563181762652924, -73.90685397908213, 40.563168867297534, -73.9068371798725, 40.56316297864229, -73.90680397025142, 40.563155212582004, -73.90676629635108, 40.563149774349945, -73.90674632447605, 40.56314887922349, -73.90672659845943, 40.56314949447502, -73.90670770173328, 40.56315068763383, -73.90668776272979, 40.56314992940378, -73.90666563838627, 40.5631447243989, -73.90664664269451, 40.56313899962768, -73.90660350593569, 40.56312633918735, -73.90657400749498, 40.56311695423115, -73.906539078707, 40.563104957826475, -73.90642333693445, 40.5630504898383, -73.90639065919375, 40.56304832266096, -73.90637032178721, 40.5630512985318, -73.90633083181851, 40.56305856689731, -73.90631005919575, 40.563061184893805, -73.90628936288755, 40.56306242964687, -73.90625384110756, 40.56306075449893, -73.90621932825186, 40.56305954573564, -73.90619262862516, 40.56305754817906, -73.90616613978477, 40.56305596142829, -73.90614472467173, 40.56305531266272, -73.90612554322779, 40.56305494127969, -73.90610538862272, 40.56305470417675, -73.90608325269598, 40.5630561134126, -73.90606550650676, 40.56305867980791, -73.90604704073044, 40.563060750322634, -73.90601564440634, 40.563069316554014, -73.9059753330237, 40.56307038040248, -73.90595205536273, 40.56306500861918, -73.90592742447348, 40.563048767276214, -73.90590340833921, 40.563030330048996, -73.9058828520249, 40.563009315645125, -73.90586591514925, 40.56299898083865, -73.90584085120734, 40.56298339830703, -73.90582772740518, 40.56297369698876, -73.90580700795672, 40.56296624255603, -73.90578913193256, 40.56295873371875, -73.90577069768867, 40.56293846216799, -73.90574844372249, 40.562921452786725, -73.90573236566841, 40.56291422097682, -73.90569509146668, 40.56290601180298, -73.90566396245517, 40.56290340533324, -73.90564395255343, 40.56290190753194, -73.90562441276391, 40.56290029844824, -73.90559008273338, 40.562898460178374, -73.90557201403173, 40.56289781225549, -73.90552612852056, 40.562897007274984, -73.90548962993542, 40.562898953002204, -73.90546950850967, 40.56290033676157, -73.90544992928335, 40.562900732186314, -73.90543092604798, 40.5629012928782, -73.90541242594527, 40.56290177113288, -73.90539356763504, 40.56290255166625, -73.90536099204668, 40.562904199808166, -73.90532734087755, 40.56290576330541, -73.90530844223726, 40.56290750465267, -73.90528763654545, 40.56290929935636, -73.90526553635765, 40.56291134063326, -73.90520686128163, 40.562917495046136, -73.90518414975345, 40.56291931517398, -73.90516341926244, 40.562920533580744, -73.90514175023965, 40.56292161342814, -73.9051214863158, 40.56292272144795, -73.90510291292583, 40.56292408030657, -73.90506986939201, 40.5629267951025, -73.90503736390905, 40.562930612577446, -73.9049948532622, 40.56293549069211, -73.90495252013773, 40.56294174043895, -73.9049232163249, 40.56294682216774, -73.90488743274896, 40.56295326912387, -73.90484426869355, 40.56296091936095, -73.9048157552498, 40.562966523121624, -73.90478461580581, 40.562972068865726, -73.90475073952814, 40.56297827151677, -73.90473223623438, 40.56298179703889, -73.90469767525107, 40.56298871322341, -73.90467870184061, 40.56299234821097, -73.90465706760156, 40.56299633669445, -73.90463683498862, 40.562999477141645, -73.90461804423752, 40.56300253503376, -73.90459885657995, 40.563005704258345, -73.9045777605713, 40.56300900697321, -73.90455508175278, 40.56301269289348, -73.90453506568899, 40.56301632789144, -73.90451623714628, 40.56302020971668, -73.90449805756481, 40.56302442167088, -73.90448034218866, 40.563028524144116, -73.90444988711224, 40.56303437384382, -73.90441953681155, 40.56304043974885, -73.90439293417033, 40.56304579825056, -73.90437287833794, 40.563050805588546, -73.90434958336394, 40.56305762028272, -73.90432168204305, 40.563064485166706, -73.9042875875443, 40.56307129175231, -73.90426858019738, 40.5630738568191, -73.90424935861493, 40.56307595433123, -73.90421519613028, 40.56308157934874, -73.90418678971915, 40.56308740277084, -73.90415607962049, 40.56309484160813, -73.90412954352878, 40.56310234245536, -73.90410019840913, 40.56311142947883, -73.90408194316359, 40.56311649320149, -73.9040643746266, 40.56312191230204, -73.90404629692472, 40.56312832065248, -73.90402526755342, 40.56313532988607, -73.90400517568779, 40.56314236691509, -73.90398173323985, 40.56314986761215, -73.90395634731254, 40.563158932693824, -73.90393038554498, 40.56316854480795, -73.90390625865047, 40.56317656632158, -73.90388645546882, 40.563182368950415, -73.9038680588489, 40.563187184876156, -73.90385059654983, 40.563191781852765, -73.90381992325204, 40.56319820483779, -73.90379025720125, 40.563204603443616, -73.90377333557626, 40.563209283709725, -73.90374154107897, 40.56321858831785, -73.90370964301603, 40.56322764788731, -73.90369217797243, 40.56323331466226, -73.90366060008341, 40.56324305978672, -73.90361245579051, 40.56325841838783, -73.90357457586906, 40.563271506355186, -73.90355851617718, 40.563277833474565, -73.90352765227865, 40.56329109211337, -73.90349563455342, 40.563306107600994, -73.9034783844287, 40.56331418973439, -73.90346188843975, 40.56332172407882, -73.9034314935158, 40.563334818289725, -73.90341539604874, 40.563341118341555, -73.90339775295871, 40.56334738827435, -73.90338097342173, 40.56335338607154, -73.90336329139673, 40.563359629851035, -73.90334319939521, 40.56336666586362, -73.90332389651714, 40.56337345669332, -73.90330520836348, 40.56337975454912, -73.90328673838674, 40.56338542131697, -73.90326772536176, 40.56339100387557, -73.90324968893059, 40.563396533222125, -73.90320993571672, 40.56340989505214, -73.90318760625877, 40.563417616253275, -73.90316881141136, 40.56342418775682, -73.90315019430321, 40.563431143931695, -73.90312653587529, 40.5634392494254, -73.90310431947626, 40.56344716251774, -73.9030841908935, 40.56345414532311, -73.9030648883218, 40.56346068936545, -73.90304681195886, 40.56346767299569, -73.90303067836436, 40.56347441061866, -73.90300417258311, 40.563486055451534, -73.90298846607958, 40.56349466021932, -73.9029713209997, 40.563503511414325, -73.90294762515663, 40.56351458047022, -73.90292925879069, 40.563522032110356, -73.90290266241605, 40.56352123968057, -73.90287711547676, 40.563517402553515, -73.90285063103201, 40.563513533109486, -73.90282324244195, 40.56351348562665, -73.90278596726486, 40.56350596170902, -73.90276269645534, 40.56349433153107, -73.90273878633192, 40.56347899604357, -73.90271905607617, 40.56345891381738, -73.90270788132227, 40.56344652572379, -73.90269380853618, 40.56342222211728, -73.9026834344641, 40.5634040983498, -73.90267086369768, 40.563385449514385, -73.90265746377906, 40.56336858571766, -73.90264466942128, 40.56335509670308, -73.90263140617114, 40.56334331108456, -73.90261745958708, 40.56333210032118, -73.90258969444096, 40.56331906597964, -73.90255360001463, 40.56331571332311, -73.90253521351285, 40.563311883995546, -73.9025185958681, 40.563305612139054, -73.90250210745538, 40.563283610003715, -73.90249062684208, 40.563258348611576, -73.9024843120921, 40.56324530633729, -73.9024744104086, 40.5632231476951, -73.90246374078104, 40.563210182769204, -73.90245054731884, 40.56319916443694, -73.90242434182571, 40.56317822656349, -73.90240043181804, 40.5631613258911, -73.90238058285003, 40.56314989125533, -73.90236461520699, 40.563140846309075, -73.90233936817496, 40.56312825440435, -73.902311032703, 40.56311047193763, -73.90229229893365, 40.56309950290634, -73.90226693688147, 40.563089682706476, -73.90223977852429, 40.563081699846016, -73.9022114602024, 40.56307643287822, -73.90217781638765, 40.56307286336197, -73.90214211231626, 40.563072366476035, -73.90210622863275, 40.56307357141984, -73.90208708029753, 40.56307479061983, -73.90206681627662, 40.56307589810072, -73.90204730613478, 40.56307744657808, -73.90202837319809, 40.5630791324244, -73.9020092586351, 40.56308147549659, -73.90198946056559, 40.563084505083616, -73.90197106304541, 40.563088249979586, -73.90195367269713, 40.56309202364866, -73.90193606781997, 40.56309634465172, -73.90191496915084, 40.56310134976983, -73.9018927199433, 40.563106656478034, -73.90187410780214, 40.56311100452755, -73.90185693284337, 40.56311524393787, -73.90182647333276, 40.563123123624315, -73.90179154731581, 40.563133112117555, -73.90175679589493, 40.5631472179539, -73.90172135371549, 40.56316612569338, -73.90169412775822, 40.56317842699203, -73.90166952956206, 40.563188781795795, -73.9016471260509, 40.56319941133294, -73.90162169745113, 40.56321317030384, -73.90160732347374, 40.56322290078124, -73.90158422672332, 40.5632408059615, -73.90156580771092, 40.563259893934394, -73.90155100084688, 40.5632692962423, -73.90152329569706, 40.56326378198592, -73.90150812111072, 40.56325509420881, -73.90148108288354, 40.56323692902573, -73.90145155134257, 40.563225621903314, -73.90143417494741, 40.56322069462448, -73.90140178572919, 40.563219102611946, -73.90138281203409, 40.56322276407071, -73.90134799611417, 40.56323168089783, -73.90133046266382, 40.563237157244096, -73.90131054825677, 40.56324455056272, -73.90128987574344, 40.56325356327244, -73.90127006663295, 40.563263207989266, -73.90124863466609, 40.563274746013896, -73.9012274163485, 40.56328872554397, -73.90120237475028, 40.563307396223074, -73.90118079578124, 40.56332170592729, -73.90115919940523, 40.56332223576525, -73.90114652276553, 40.56330361548819, -73.90113464636896, 40.56327964227209, -73.90110975888328, 40.5632659787807, -73.90107802510218, 40.56325952800345, -73.90104455406234, 40.563258869704356, -73.90102374363445, 40.5632645061758, -73.9010002681526, 40.56327093551079, -73.90097330068855, 40.5632776103756, -73.90095209468203, 40.56328245042808, -73.90092970181276, 40.56328899054641, -73.90090226242367, 40.56329777852175, -73.9008751453034, 40.563308212930025, -73.90084957583025, 40.56331969147684, -73.9008308826122, 40.5633284581679, -73.90079785851252, 40.56334248325767, -73.90077423170706, 40.56335377165354, -73.90074995488017, 40.56336783130157, -73.90072340235693, 40.56338446898423, -73.90069545163796, 40.563400391334895, -73.90067041776786, 40.56341294193068, -73.90063350469228, 40.56342891144745, -73.90060768427405, 40.5634399511672, -73.9005791923408, 40.56345373337169, -73.9005420196229, 40.563474342143664, -73.90052728668236, 40.56348234316533, -73.90049361083129, 40.563498618917826, -73.90047733302862, 40.56350607197548, -73.90046180779899, 40.563514044385954, -73.90043021829577, 40.56353196808918, -73.9004084940083, 40.56354696372301, -73.90038503999745, 40.563562644053306, -73.90036594612795, 40.56357473236111, -73.90034571456076, 40.56357850152113, -73.90032754558733, 40.56357453334798, -73.90030118124983, 40.563562267817325, -73.90028528790462, 40.563551825030544, -73.90027130207487, 40.5635426176182, -73.90025728173488, 40.563532009856424, -73.9002452770229, 40.56352140384348, -73.9002334908162, 40.563509180674586, -73.90021911555239, 40.5634950866641, -73.90019627396194, 40.56348573466915, -73.90017605501173, 40.563480281524534, -73.90015198482186, 40.56347526718678, -73.90013107695552, 40.5634725294215, -73.90011215007638, 40.56347163585115, -73.90009314349254, 40.56347271706163, -73.90007266285144, 40.563474867711875, -73.9000382478588, 40.5634799977794, -73.90000703443471, 40.56348642107744, -73.89998914015345, 40.563490660482856, -73.89996843747, 40.563495994280196, -73.89993866231627, 40.56350315904455, -73.89992083896819, 40.56350654750415, -73.89990147357761, 40.56350987968506, -73.89988033954172, 40.56351386950596, -73.89985668525725, 40.563518926049944, -73.89983404299615, 40.563523928539546, -73.89981593200224, 40.56352778410497, -73.89979735324904, 40.56353174642201, -73.89976876506393, 40.563540286380324, -73.89973794116851, 40.56355148453349, -73.8997174857652, 40.56355882397262, -73.89969609685411, 40.56356739631342, -73.89967214753652, 40.5635770371391, -73.89964935195108, 40.563585827970805, -73.89962972218237, 40.5635937705675, -73.89960426339542, 40.56360445376947, -73.89956702470145, 40.56362078016769, -73.89954274974299, 40.563631793083104, -73.89951660232497, 40.56364417585622, -73.8994922148079, 40.56365700142106, -73.89946927216408, 40.56366853689122, -73.89945122490232, 40.56367864930882, -73.89943256744931, 40.56368856937727, -73.89940778636476, 40.56370161250687, -73.89938264204208, 40.56371591875071, -73.89935613055205, 40.563731650224135, -73.89934110737114, 40.56374014522802, -73.8993128673929, 40.56375650824636, -73.89929773830056, 40.56376475640762, -73.89927230900578, 40.563778512156134, -73.89925743031529, 40.563786706500125, -73.89923978164244, 40.56379555759727, -73.89921888826689, 40.56380821957186, -73.8992028936002, 40.563817263926566, -73.89917382786429, 40.56383148383493, -73.89915949066423, 40.563840775482056, -73.89914630165653, 40.56385133157341, -73.89911823947119, 40.56386953267323, -73.89909413597539, 40.56388496452482, -73.8990784673213, 40.563894694448734, -73.8990444966153, 40.56391349459176, -73.89902209326966, 40.563925139410124, -73.89900336267972, 40.563934923365075, -73.89897688675076, 40.563949666905195, -73.89895321793725, 40.56396496222951, -73.89892886750346, 40.563978883647216, -73.89889810337483, 40.563996397015366, -73.89886219063192, 40.56401642911544, -73.8988390997728, 40.56402977618711, -73.89881950392255, 40.564040902034044, -73.89880149298236, 40.56405107021396, -73.89878380616206, 40.56406085325156, -73.89876223096502, 40.56407217095754, -73.8987403671056, 40.564083843212195, -73.89870431130126, 40.56410159770677, -73.89867873874617, 40.56411310458426, -73.89865648199248, 40.56412299343511, -73.89863461959416, 40.56413367959508, -73.89861297383595, 40.564144775681335, -73.89859334138987, 40.564155848326294, -73.89857244936096, 40.56416746827591, -73.89854575812795, 40.56418234930683, -73.8985288631295, 40.56419163861584, -73.89851121307376, 40.56420048869917, -73.89849460794746, 40.56420939463528, -73.89847760577275, 40.56421849202999, -73.8984581181487, 40.564229810623374, -73.89843801760357, 40.5642419535532, -73.89841604129911, 40.564254504559784, -73.89838131884099, 40.56427278153656, -73.89835985062834, 40.5642843180893, -73.89833733873583, 40.56429574475066, -73.89831666371072, 40.56430670566079, -73.89829314318077, 40.56431826830047, -73.8982649046584, 40.564332570658905, -73.89822578706688, 40.564352435825384, -73.89819916870938, 40.564365887705726, -73.89817579027047, 40.564378714785605, -73.89815482713519, 40.5643911846925, -73.89813375101157, 40.56440340685072, -73.8981145508807, 40.56441428798513, -73.8980961465561, 40.56442365873998, -73.89806891626435, 40.56443647877864, -73.89805184484007, 40.56444445219255, -73.89803315203565, 40.564453274261034, -73.89801424254475, 40.564461710709004, -73.89798402692239, 40.564476203955344, -73.89796173097795, 40.564486092636635, -73.89793878689008, 40.564496667838945, -73.89788703497709, 40.564518442484584, -73.89786557166991, 40.564525890561875, -73.8978466323889, 40.564532159390055, -73.89782510074564, 40.5645379585362, -73.89779586309665, 40.5645452889199, -73.89777803857483, 40.564550734747534, -73.89776111543244, 40.56455590761482, -73.89771563739215, 40.56456978385214, -73.89769151118779, 40.56457807782091, -73.89766763467756, 40.56458678534843, -73.89764473123911, 40.56459543880605, -73.89762445645863, 40.56460321748988, -73.89760331689918, 40.56461126645744, -73.89758196039998, 40.56461986634949, -73.89754799863508, 40.56463463080111, -73.89752383123219, 40.5646458901295, -73.89749847330596, 40.56465885038421, -73.89746137432373, 40.56467652160955, -73.89744235757877, 40.56468473903976, -73.8974266175174, 40.56469224617659, -73.89739279932084, 40.56470728447037, -73.89736841375075, 40.5647190928919, -73.89733956054008, 40.564734354433966, -73.89731287319269, 40.56474714956376, -73.89728229659238, 40.56476046171332, -73.89725539398134, 40.56477040197038, -73.89721838345602, 40.56477808186222, -73.89719930306718, 40.56478157863888, -73.89717960856473, 40.5647858970427, -73.89715036257509, 40.56480006224567, -73.8971226673843, 40.564810906790434, -73.89709072426255, 40.56482207621463, -73.89705824330521, 40.5648336026567, -73.89702669534763, 40.564846557259415, -73.89699914726091, 40.564856168185884, -73.89698221886447, 40.56486389302385, -73.89696651277714, 40.56487304538874, -73.89695195452313, 40.56488291379875, -73.89693567120183, 40.564893468660735, -73.89691920624092, 40.56490465102393, -73.89689470754865, 40.56492079527514, -73.89687748714388, 40.564931019695294, -73.89686102483854, 40.56493970489437, -73.89683268006922, 40.564952855933036, -73.89680123734212, 40.564967950217635, -73.89678527961699, 40.56497562096665, -73.8967680615951, 40.564985047506624, -73.89674450338585, 40.5649985045014, -73.89673041446163, 40.56500721973161, -73.8967049066585, 40.56502451660857, -73.89668256531381, 40.56504137777201, -73.89666933961773, 40.56505234418513, -73.896643724334, 40.56506887280327, -73.89662920526426, 40.565077779445986, -73.89661339162822, 40.565086165318185, -73.8965888973832, 40.565099345877606, -73.89656576607129, 40.56511464209373, -73.89654937442728, 40.56512491854087, -73.89653323497234, 40.56513475755723, -73.89650592099062, 40.5651554846668, -73.89648967241688, 40.56516562615539, -73.89646359210877, 40.56518119255266, -73.89644817119775, 40.56519138971349, -73.89643444198342, 40.56520186305797, -73.89640835213686, 40.565222040126166, -73.89639508950778, 40.56523240402255, -73.89636879015168, 40.56525060603968, -73.89635455700984, 40.56526011715839, -73.89633982078442, 40.565269657538614, -73.89632324969463, 40.56528062179314, -73.89629561374895, 40.56530024811943, -73.89627071409157, 40.56531814970158, -73.89624563355872, 40.565337697276114, -73.89623230283368, 40.56534701738274, -73.89621125789995, 40.565363824693314, -73.89619730992098, 40.565375970988576, -73.89618455069157, 40.56538833898544, -73.89617243721902, 40.56540004657862, -73.89615405586807, 40.56541707691509, -73.89614190835226, 40.56542864849486, -73.89612911013505, 40.56544101645022, -73.89611436834858, 40.56545560514405, -73.89609995105614, 40.56546882262865, -73.89608664829525, 40.56548215008337, -73.89607543732784, 40.56549361263914, -73.89605139696819, 40.56551620849146, -73.89603615124503, 40.56552983675861, -73.89601455946061, 40.565549689116224, -73.89600039600903, 40.56556290591758, -73.8959811453435, 40.565582294816664, -73.89597040220721, 40.56559359389012, -73.89595879527904, 40.56560527580415, -73.89594718643937, 40.565617424187614, -73.89584359637185, 40.56573552250788, -73.89582585989096, 40.56575386994491, -73.89580361492843, 40.56577904647909, -73.89578804072556, 40.56579500677682, -73.89575923600015, 40.56582558500797, -73.89574647111513, 40.565839956620465, -73.89573338467056, 40.56585380563474, -73.89572029798157, 40.56586705129498, -73.89570241340718, 40.565888692701655, -73.89568145978922, 40.565914885277024, -73.89566462299841, 40.56593400165455, -73.89565322754483, 40.56594705703131, -73.89563848196043, 40.56596318285758, -73.89562679683137, 40.56597873512642, -73.89561550339656, 40.56599601675947, -73.8956042137741, 40.56601236635068, -73.89559306660031, 40.5660289898301, -73.89558332468677, 40.56604330833935, -73.89556665936291, 40.566066761790225, -73.89555569745272, 40.566079679770965, -73.89553535891257, 40.56610513354697, -73.89552262682163, 40.566122632690096, -73.89551209456965, 40.566136402954726, -73.89549802574837, 40.5661569212424, -73.89548730414396, 40.56617774425011, -73.89547502643457, 40.566202929788446, -73.89546015720566, 40.56623009052142, -73.8954517108162, 40.56624504146698, -73.89544448831643, 40.56625889668559, -73.89542915393928, 40.56628446486152, -73.89542427068899, 40.56629983148956, -73.89542010842122, 40.566314018184514, -73.8954142701263, 40.566342036328976, -73.8954206733891, 40.56636723976939, -73.89542934489802, 40.56639255423796, -73.89543863210987, 40.56641454902795, -73.89544519678765, 40.56642792240734, -73.89545330593357, 40.5664443706864, -73.89546172832527, 40.56646740839656, -73.89546899061123, 40.56649530248604, -73.89547270766856, 40.56651207635901, -73.8954795030778, 40.566539502650045, -73.89548695049284, 40.56656380200803, -73.89549178458294, 40.56657986187919, -73.89549863419397, 40.56659529501683, -73.89550556101597, 40.5666081743334, -73.89552096040663, 40.5666354436523, -73.89553229487721, 40.56665996537036, -73.89553691709233, 40.566673336977566, -73.89554703587183, 40.56669371246873, -73.8955545731516, 40.56670738840202, -73.8955619998441, 40.566723067903965, -73.89557222886405, 40.566742428600556, -73.89558460040486, 40.5667705740709, -73.89558947429137, 40.56678386215572, -73.89560260953171, 40.56680844133594, -73.89561380111294, 40.566832248798775, -73.89562166244974, 40.56684562244539, -73.89563620145441, 40.56687039470914, -73.89565218276638, 40.56689335642356, -73.89566319544736, 40.566916806210216, -73.89567062409348, 40.56693050995318, -73.89567535443852, 40.566944237360346, -73.89568308986588, 40.566969442895044, -73.89568522374968, 40.56698376769377, -73.89568731931004, 40.56700372974835, -73.89568715224853, 40.567017700351904, -73.89568464142391, 40.5670352925423, -73.89567777434036, 40.56705367594047, -73.89564889127453, 40.56706523406733, -73.89562028352694, 40.567060046261766, -73.8956034135197, 40.567054128885445, -73.89557686971922, 40.56704076527127, -73.89555289002564, 40.567024851892754, -73.89552995145459, 40.567008445067465, -73.89551567581626, 40.566999511475665, -73.89549965665447, 40.5669781130206, -73.89548237382736, 40.566959077293305, -73.89545966069448, 40.56693748183002, -73.89544165142577, 40.566929158088904, -73.89542732288241, 40.56692386526321, -73.89539392961616, 40.566919910366664, -73.89536084460808, 40.56692421626332, -73.89532638727584, 40.566932392259794, -73.8952953807446, 40.566941861844825, -73.89526675436436, 40.5669523754999, -73.89524240208361, 40.56696327757037, -73.89521790254892, 40.56697997168249, -73.89520111348908, 40.56699098870626, -73.89517751181741, 40.567007409869106, -73.8951505941273, 40.567028437791244, -73.89512709832151, 40.56704510488384, -73.89511225290781, 40.567055384337515, -73.89508674358689, 40.56707213063057, -73.89506018488959, 40.56709236549619, -73.89503961000264, 40.56710859488228, -73.89501614902392, 40.567126358824204, -73.89500000739172, 40.56713713146721, -73.8949841545318, 40.56714749283173, -73.89496329386199, 40.56716070428131, -73.89493576507527, 40.56718052308868, -73.89491323921628, 40.56719908392953, -73.894899653341, 40.56721035418564, -73.89488104769966, 40.56723056656899, -73.89486017354841, 40.56725231407015, -73.89483670692404, 40.56727510200282, -73.89481814776482, 40.56728976898142, -73.89480495697279, 40.56730133946306, -73.89478379985944, 40.56731902532045, -73.89475998328479, 40.56733604775151, -73.89474502497023, 40.56734970402536, -73.8947340286366, 40.567361001849356, -73.89471196725364, 40.56738148569847, -73.89470021391197, 40.56739432002259, -73.8946889627919, 40.5674076771108, -73.89468001532425, 40.567421173190034, -73.89467473540434, 40.56743706172602, -73.89466985554498, 40.56745086321017, -73.89464559105957, 40.56745309137133, -73.89462158223837, 40.567432483331935, -73.89460280973304, 40.567422146084645, -73.89457770812336, 40.56743104275635, -73.89455044341531, 40.567442765987884, -73.89453376208267, 40.56745197385673, -73.89450688884415, 40.56746704469118, -73.89448022711738, 40.567483516931546, -73.89445615687553, 40.56750106137136, -73.89443413674117, 40.56751852484188, -73.89440757853843, 40.567538209335474, -73.89439428207619, 40.56754857206782, -73.89437885748981, 40.567561294920566, -73.89436620656433, 40.5675719049873, -73.89434526340581, 40.5675915658131, -73.89432442865859, 40.567611363614766, -73.89431199316188, 40.56762238631436, -73.89428654842789, 40.56764432041688, -73.8942749389539, 40.56765496114924, -73.89426117278761, 40.567667355019616, -73.89423475315597, 40.56769044088598, -73.89422091152885, 40.56770275273422, -73.89420797138173, 40.56771476283442, -73.89419611071496, 40.56772592293069, -73.89417253814989, 40.567747503925155, -73.89415091015313, 40.56776779535291, -73.89413176660902, 40.56778740286587, -73.89410725212316, 40.56781167284876, -73.8940912886782, 40.56782381702848, -73.89405967331636, 40.567832598617336, -73.8940393315452, 40.567835570500364, -73.89400566868683, 40.567841276691674, -73.8939758927466, 40.56784805628524, -73.89395201807294, 40.56785530869227, -73.89392500743867, 40.56786450603535, -73.89390602639072, 40.567871707119096, -73.893879010074, 40.56788447322915, -73.8938617222646, 40.56789249895031, -73.8938449717039, 40.56790055398219, -73.89381637111866, 40.567915238534034, -73.89379925819614, 40.56792466652585, -73.89378542364881, 40.56793393004877, -73.89376297474905, 40.56794903271614, -73.89373638638376, 40.567965176159476, -73.8937205323462, 40.56797603083618, -73.89369318016278, 40.56799722280994, -73.89366946296614, 40.568017512213295, -73.89365756773275, 40.56802804185389, -73.89362830502266, 40.568050604444494, -73.89360167657098, 40.56806962770038, -73.89358055738398, 40.56808687391407, -73.89355777765076, 40.56810796112792, -73.89353607469363, 40.568129157398324, -73.8935241777141, 40.56814075684785, -73.89351250103229, 40.56815120292706, -73.8934914504619, 40.56816908045633, -73.8934684544427, 40.56818876713453, -73.89345421824453, 40.568201763824135, -73.89344138567223, 40.568213555109686, -73.89341853412877, 40.568232967251575, -73.89339186976655, 40.56825147082202, -73.89337356312367, 40.56826514992429, -73.89335723874159, 40.56827762325907, -73.89316317829287, 40.568424427619966, -73.89314494292685, 40.56843925942472, -73.8931251549801, 40.56845612136772, -73.89310256044517, 40.56847347598462, -73.89308230959284, 40.56848737205872, -73.89305370059989, 40.56850557116382, -73.89303370362725, 40.56851798700163, -73.89301738083327, 40.56852939046506, -73.8929911478766, 40.568548250051656, -73.89297024462901, 40.56856393124039, -73.89295694949864, 40.56857319606637, -73.8929337863435, 40.568586459932895, -73.89291472715044, 40.56859654156122, -73.89288724055446, 40.56861139351698, -73.89287189609882, 40.568618735601135, -73.89283944016655, 40.56863440419022, -73.89280864377689, 40.56864834801127, -73.89277925371997, 40.56865940875334, -73.89274771329559, 40.56866676361841, -73.89271290052636, 40.56867123193569, -73.89267737028275, 40.568673176299356, -73.89264997699998, 40.56867399989812, -73.89262535700556, 40.56867521240819, -73.89260509192094, 40.568675825632496, -73.892586482502, 40.5686756695515, -73.8925615416568, 40.56867372540572, -73.8925280029243, 40.568669466064094, -73.89250705831228, 40.56866673048122, -73.8924890666661, 40.56866427141814, -73.89245510196727, 40.56865614209814, -73.89242121396589, 40.56864438912497, -73.89240214964086, 40.56863707070814, -73.89238218456728, 40.56862958664804, -73.89234998790701, 40.56861912569153, -73.89232487401058, 40.568613201009065, -73.89230346366789, 40.56860856934612, -73.89228237827895, 40.56860454223655, -73.89226158123714, 40.56860111874572, -73.89224078150865, 40.56859862999412, -73.892219982064, 40.56859523440977, -73.89219961413394, 40.56859153665002, -73.89217881591809, 40.5685881140436, -73.89214707813738, 40.56858237491648, -73.8921090414908, 40.56857737009664, -73.89207957431748, 40.56857105764769, -73.89206244664162, 40.56856670462358, -73.89204438566789, 40.56856259746379, -73.89202445136598, 40.56855876230007, -73.89200340130233, 40.56855481802078, -73.89198476474236, 40.56854955943878, -73.89196411523714, 40.56854328136663, -73.89193802888695, 40.56853702519195, -73.89190233721236, 40.568528566292336, -73.89188218904773, 40.568523358501615, -73.89186171720503, 40.56851749391951, -73.89184214514034, 40.56851239742873, -73.8918230051298, 40.56850812532243, -73.891802351095, 40.56850393193367, -73.89178169587615, 40.568499742142116, -73.89173074749698, 40.568489620852915, -73.89170901431876, 40.56848531836707, -73.89169080811895, 40.56848195214729, -73.8916699723969, 40.56847839253341, -73.89165047052423, 40.568474447848416, -73.89162902780787, 40.56846871828833, -73.89160272866593, 40.568460459067715, -73.89157380620318, 40.56845109962422, -73.89154527918828, 40.56844256452773, -73.8915157754582, 40.568434108648496, -73.8914857373062, 40.56842461034871, -73.89146015905008, 40.568416764217126, -73.89144080290323, 40.56841109152549, -73.8914088927764, 40.56840249826568, -73.89136776703789, 40.56839244103271, -73.89134801160532, 40.56838904537708, -73.89131141179188, 40.568385058345335, -73.89128006466007, 40.5683831898072, -73.89123969206892, 40.56837766198444, -73.8912004021811, 40.5683671669732, -73.89118011097183, 40.56836066937099, -73.89116144610136, 40.56835184094483, -73.89113789520222, 40.568336201712505, -73.89112149902766, 40.56832652443309, -73.89110398151962, 40.56831871197746, -73.89107822803528, 40.568309025820696, -73.89104714212664, 40.56830051518962, -73.89099273916138, 40.56828868920296, -73.89096802543959, 40.5682815560978, -73.89094158117545, 40.56827403772042, -73.89091603497332, 40.56826833114682, -73.89089678558454, 40.56826386606959, -73.89086810900487, 40.56825807456417, -73.89085040491679, 40.5682546276408, -73.89082964391739, 40.568250216048, -73.89080262429155, 40.56824360302053, -73.89077474219735, 40.56823580767698, -73.89074344989487, 40.568222849971725, -73.8907289407837, 40.568202388835424, -73.89072531990647, 40.568172246598785, -73.89072016125344, 40.5681567067234, -73.89070229234888, 40.56814431019642, -73.89066990361871, 40.56814183624779, -73.89065082363342, 40.56814428912856, -73.89063285771223, 40.56814644049018, -73.89059948658799, 40.56814967491895, -73.8905783553199, 40.56815217986551, -73.89054490743615, 40.56815829498683, -73.89051963275476, 40.56816277352872, -73.89049601339615, 40.56816741753868, -73.89047739750778, 40.56817129636519, -73.89045676632217, 40.568176327740616, -73.89042709007335, 40.56818681217269, -73.8903905793954, 40.56819553315023, -73.8903701277517, 40.56819836829938, -73.89034503517267, 40.56820268037942, -73.89031536899068, 40.56820701600317, -73.89028559335681, 40.56821256182109, -73.8902514203438, 40.568221557846464, -73.8902175028616, 40.56822811278085, -73.89018229802642, 40.56823046912448, -73.89015122922969, 40.56822600612984, -73.89013299972567, 40.568217513848694, -73.89011837468247, 40.568208778268605, -73.89009230719037, 40.568190526690756, -73.8900707014734, 40.56817562843184, -73.89004081104635, 40.568163385993365, -73.89001221231143, 40.56815413633014, -73.88998397461312, 40.568144364700686, -73.8899473843277, 40.568134724643606, -73.88992949951883, 40.56813207076808, -73.88991010132673, 40.56813054289753, -73.88989081005768, 40.56813005793481, -73.889872634083, 40.568129244445814, -73.88985417187804, 40.56812799212343, -73.8898208444842, 40.56812617441902, -73.88978701661782, 40.56812350792958, -73.88976679231094, 40.56812096344916, -73.8897468212556, 40.56811737549908, -73.8897141141298, 40.568111086348615, -73.88969626535022, 40.568108076763735, -73.88967834835044, 40.56810490411539, -73.88964373311363, 40.56809707591495, -73.88961452145257, 40.56808862072789, -73.88959419560261, 40.56808250643579, -73.88957682049649, 40.568076562474424, -73.88955862059595, 40.56806951817561, -73.88954117455418, 40.56806219993851, -73.8895240181486, 40.56805540428219, -73.88950484385431, 40.5680484680013, -73.88948649949218, 40.56804167119666, -73.88946862085506, 40.56803531339321, -73.88945138793342, 40.56803052132197, -73.88941669818367, 40.56802494339494, -73.88939773814323, 40.568021274409524, -73.88936405355444, 40.568016987887674, -73.88933443077454, 40.56801723311236, -73.8893153188514, 40.56801757220677, -73.88929559550634, 40.568017745912556, -73.88927579644934, 40.568018713805586, -73.88925506331866, 40.56801896757837, -73.88922965300324, 40.568018339725185, -73.88920460467475, 40.568017327691024, -73.88918506173572, 40.568016951330655, -73.88916173384605, 40.568018137329, -73.88913171246642, 40.568019480758046, -73.88910050585018, 40.56802060240621, -73.88906850881622, 40.56802125861131, -73.88904003752947, 40.568020709707866, -73.88901585325031, 40.568018490862315, -73.88899350601483, 40.56801580641408, -73.88897569221211, 40.56801381254393, -73.88893873276078, 40.568009714544, -73.88890991366361, 40.56800386838, -73.88887504050821, 40.56800067740552, -73.88884159851895, 40.56800391125507, -73.88880285597874, 40.56801114820366, -73.8887798852157, 40.56801628597685, -73.88874279628801, 40.56802470419491, -73.88871881622354, 40.56803033446638, -73.88869919370272, 40.5680344875904, -73.88866333164886, 40.56804222167152, -73.88864522078528, 40.568046292502665, -73.88861533131879, 40.5680549112716, -73.88859793630759, 40.56806095944328, -73.88856861980157, 40.56807155450907, -73.88855107760008, 40.56807946932059, -73.88852208092115, 40.56809300039853, -73.88850511328228, 40.568101931553564, -73.88847547029586, 40.56811425528798, -73.88845685166855, 40.568121127131796, -73.88843974234187, 40.56812791668953, -73.88841608042077, 40.568136046165534, -73.88839645312594, 40.56814302688384, -73.88837606888414, 40.5681500059627, -73.8883534253416, 40.56815149323754, -73.88831828563379, 40.56813677510639, -73.88829368207908, 40.568126814782445, -73.88826637636537, 40.56811915717059, -73.888243131958, 40.56811488047484, -73.88822348540876, 40.568111483486966, -73.8882040559678, 40.5681074860564, -73.88817966096101, 40.56810205465461, -73.88815425730324, 40.56809673212961, -73.88813105335026, 40.56809157743808, -73.8881102904033, 40.56808705548749, -73.88808891958404, 40.56808236724422, -73.88806905683788, 40.56807762823602, -73.88804927109852, 40.56807203740212, -73.88803124864714, 40.568066309602635, -73.8880134084506, 40.56805893671759, -73.88799751486826, 40.568050549934874, -73.88797971431019, 40.568039965808595, -73.88796580061249, 40.56802974117822, -73.88795383839395, 40.56801630627462, -73.88794849982841, 40.568002111483786, -73.88794910478329, 40.56798501019047, -73.8879710518035, 40.56796859069956, -73.8879858629688, 40.56795768176701, -73.88800168224765, 40.56794627852637, -73.8879829191679, 40.56793154834221, -73.88796630321447, 40.56792439547133, -73.88793871654852, 40.56791182423907, -73.88790735173362, 40.5678988656894, -73.88787440266948, 40.567887030341375, -73.88784230846373, 40.56787947961926, -73.88780441466928, 40.567875627085904, -73.88777579280428, 40.56788040253045, -73.88774558345139, 40.56788610936114, -73.88771141972755, 40.567890879373756, -73.88769312640923, 40.56789459416883, -73.88767469342301, 40.56789850063634, -73.88764250305717, 40.56790530414412, -73.88762345663433, 40.56790954049631, -73.8876022451186, 40.567915501935154, -73.88757858435167, 40.56792363123998, -73.88755600114486, 40.56793280440349, -73.88753370419045, 40.56794239028364, -73.88751234498699, 40.56795189332884, -73.88749563127217, 40.56795934231834, -73.88747967641544, 40.56796635349271, -73.88746051257989, 40.567974378214544, -73.88743047615819, 40.567986040308256, -73.88741340100576, 40.56799283064726, -73.88739672762455, 40.567999457481925, -73.88736639517418, 40.568014387276435, -73.88735137202734, 40.56802208554718, -73.88733458760957, 40.56803082489722, -73.88730724203631, 40.56804548294529, -73.88727935762407, 40.56806104548648, -73.88725208347917, 40.56807674730081, -73.88722326228135, 40.56809249982023, -73.88720769904103, 40.56810113228758, -73.88718143653428, 40.56811494037243, -73.8871647195885, 40.568124256100326, -73.88714673999641, 40.56813513479838, -73.88713070734725, 40.56814480870233, -73.88711607976013, 40.56815319353148, -73.88709997687961, 40.56816179573653, -73.88708333201484, 40.568170371291316, -73.88706690382806, 40.56817930186379, -73.88704860456096, 40.568188561987576, -73.88701704358554, 40.56820642799649, -73.88698930259567, 40.568222292284354, -73.88697326960562, 40.568231443861016, -73.8869566945376, 40.56824062371882, -73.88694106025775, 40.56825002332796, -73.88692661230542, 40.568258297545114, -73.88689854320975, 40.56827542492553, -73.88687217787195, 40.56828711840404, -73.8868228704249, 40.568284793304336, -73.886875069311, 40.56835508122306, -73.88686587742843, 40.56837940617518, -73.88654552304288, 40.568397470841596, -73.8864419038271, 40.56839813479886, -73.88641740474623, 40.56841087372716, -73.88639121339567, 40.56842572451028, -73.88637514881715, 40.56843254271023, -73.8863466241697, 40.568443137992354, -73.886329228091, 40.56844893907546, -73.88629811208844, 40.56845911843991, -73.88626584489951, 40.56846918679204, -73.88624733668988, 40.56847482376645, -73.88621560921875, 40.568483466206196, -73.88619638324333, 40.56848827938095, -73.88616214226425, 40.56849378818795, -73.88613104048358, 40.56849559713515, -73.88611300839469, 40.5684955513423, -73.88609400583825, 40.5684946824044, -73.88607413802266, 40.568493618992186, -73.88603767949155, 40.56849141436138, -73.88600226975763, 40.56848772849462, -73.8859717529163, 40.568484459914835, -73.88593875193463, 40.568482313616876, -73.88589966326172, 40.568480984343104, -73.8858691753838, 40.56848150337587, -73.88584786917079, 40.568481179627966, -73.88581180104312, 40.56848202179183, -73.88579355111925, 40.568482991525286, -73.88577465011659, 40.56848558155464, -73.88575495439206, 40.56848954229108, -73.88573295485993, 40.568494130199916, -73.8857110975117, 40.56849981778787, -73.88568952730989, 40.56850608199382, -73.88566860144432, 40.568512594481625, -73.88563784473725, 40.5685238987815, -73.88560272824633, 40.5685372312178, -73.88558350379964, 40.568539738045246, -73.88556366840253, 40.56854111680269, -73.8855315531316, 40.568547205676936, -73.88551200135194, 40.56855190854836, -73.88549161870161, 40.56855702122789, -73.885465760662, 40.56856396731798, -73.88544520101753, 40.568569683165016, -73.88542683554945, 40.568574660064264, -73.88539727790024, 40.56857877569869, -73.88536539258644, 40.568575395728416, -73.88533343628644, 40.56857278292633, -73.88531526099976, 40.56857153016095, -73.88528075270102, 40.56856622492606, -73.88524857572615, 40.56856490323377, -73.88519716041746, 40.56855354305811, -73.88516531683088, 40.568547884744035, -73.88513775118385, 40.568545222245206, -73.88511521985278, 40.5685445135124, -73.8850803058819, 40.5685437086389, -73.88505766288743, 40.56854612910988, -73.88483135647377, 40.56855479602797, -73.88481317722461, 40.568555849425465, -73.88477757198872, 40.568559408614796, -73.88475676284399, 40.56856323028288, -73.884738398512, 40.56856683557262, -73.88471892093348, 40.56857024702975, -73.88463117956093, 40.56858465110012, -73.88452155302294, 40.56861663477947, -73.88449851403308, 40.568623356553374, -73.88437478307756, 40.56865518092511, -73.88434375463271, 40.5686561663818, -73.88435948129545, 40.568637325207234, -73.88438599767308, 40.56862398539578, -73.88443778834204, 40.56859580062705, -73.88446212223211, 40.56858255946125, -73.88449109486506, 40.56856304629084, -73.88453863744125, 40.56854530780539, -73.88456661199004, 40.568540257856384, -73.88459625722453, 40.56854151505993, -73.88463861361916, 40.56853179320561, -73.88466751788839, 40.56851011145618, -73.88468181738654, 40.56848405019043, -73.88469044222258, 40.56847126778168, -73.88469076063724, 40.5684530432622, -73.88468130922199, 40.56842407556926, -73.8846539691369, 40.568309973124556, -73.88462606668718, 40.568252826557824, -73.88460152912448, 40.568204958779326, -73.88459233841166, 40.56819191263501, -73.88456019164735, 40.56820192119464, -73.884505324209, 40.56820195429274, -73.884485407137, 40.56816797994301, -73.88448161142978, 40.568114918951125, -73.88448040839657, 40.56808129391157, -73.88447856047344, 40.56805662125022, -73.88447752506336, 40.568042835861526, -73.8844705016218, 40.56802073439894, -73.8844487054811, 40.567995843556474, -73.88441833430275, 40.56799046117623, -73.88436435175979, 40.56798626082514, -73.88425085205303, 40.56799413507486, -73.8842178041527, 40.567998109108295, -73.88416462836625, 40.56801217484014, -73.8840530205786, 40.56804169493847, -73.8839844590573, 40.56806526271224, -73.88376532653552, 40.568140590788936, -73.8837430193148, 40.568148258703985, -73.88369881487132, 40.5681634526532, -73.88363827780151, 40.56820294513695, -73.8836257919168, 40.56822080162016, -73.8836055669585, 40.568230269067435, -73.8836400601137, 40.56831459682377, -73.88369029676153, 40.56839699177349, -73.88347810386178, 40.56847312149212, -73.88345939042438, 40.568479834838115, -73.88336932728956, 40.56833122692618, -73.88323081252477, 40.56835849190273, -73.88323081252477, 40.56835849190273 --74.19937851551794, 40.56040835333153, -74.19929071492601, 40.56048705425659, -74.19888693479736, 40.56084897659905, -74.19808934530741, 40.56158732078325, -74.19658509003291, 40.56301180243468, -74.19580264916287, 40.563771264281186, -74.19565417250415, 40.56391935509615, -74.19553489762508, 40.564038321576795, -74.19525281400395, 40.56431967055979, -74.19507363953876, 40.56450133312573, -74.19412255716655, 40.565474790012544, -74.19366751398518, 40.56595644604707, -74.19354862941347, 40.565668501100575, -74.19345285895298, 40.56543662625698, -74.19313912141256, 40.564504602286505, -74.19287737409607, 40.563733767373634, -74.19269272273303, 40.56316212797267, -74.19259415312273, 40.56280036137564, -74.19258658068999, 40.56273645372721, -74.19258646716231, 40.56263972825353, -74.19246683545826, 40.56262569324101, -74.1924426677342, 40.562616479014274, -74.19220648195429, 40.56256265913377, -74.19210840391158, 40.562543484388314, -74.19194369103931, 40.56252566096046, -74.19163584958368, 40.562519815465755, -74.19126477043831, 40.56252770305181, -74.19113670777485, 40.56253779411933, -74.19106015264747, 40.56254972740543, -74.19099638908942, 40.56256542969061, -74.19090721381937, 40.56259477034454, -74.190809765194, 40.56263544610542, -74.19072923320809, 40.56267722835818, -74.19063328012228, 40.56273683687705, -74.19047937576998, 40.5628526596063, -74.19017469878362, 40.56313887842329, -74.18994873964361, 40.563327096046564, -74.18972344573989, 40.563474339924625, -74.18960740029645, 40.56353514604774, -74.18947456757553, 40.563594434441534, -74.18938450121625, 40.56362547467241, -74.18927719392902, 40.5636540442813, -74.18858057438135, 40.563790719489724, -74.18798186355903, 40.56388753862738, -74.1876481060282, 40.563955369072815, -74.18754591698247, 40.56395726768732, -74.18750561215312, 40.56396769855991, -74.18740537577776, 40.56399514272261, -74.18726898712819, 40.56404137131099, -74.18715195958237, 40.56408447578127, -74.18698521071184, 40.564145898564156, -74.1868090232217, 40.5642005419769, -74.18662979671505, 40.56424401991599, -74.18625498105126, 40.56432145769958, -74.18555627135585, 40.5644628105734, -74.18535448988837, 40.56451742825573, -74.18528912161273, 40.56453557128354, -74.1852540380779, 40.56454870352853, -74.18506754113534, 40.56463503603592, -74.18494985960999, 40.564704688653656, -74.18474255093217, 40.56484437525625, -74.1845571442108, 40.56495956977497, -74.18434794601724, 40.56507538121748, -74.184124340912, 40.565186465090875, -74.18386986433296, 40.56529232806407, -74.18379827111148, 40.56531747910187, -74.18363844564288, 40.56536058001525, -74.18339757611972, 40.56540555715644, -74.18304397864385, 40.56545862011584, -74.18273137513206, 40.56549333067406, -74.18259154742924, 40.56549675981139, -74.18240990307412, 40.56548690938153, -74.18229664537303, 40.56547432511399, -74.18208007015772, 40.56543087959887, -74.18166496566094, 40.565323858139415, -74.18139493228776, 40.56523765509311, -74.18117465308546, 40.56515985140822, -74.17948530486568, 40.56452674949083, -74.17925395667119, 40.564441958723094, -74.17826730566736, 40.564109865171, -74.17809933903531, 40.56404844503111, -74.17795634477508, 40.5639884628229, -74.17784155977454, 40.56393138689012, -74.17762044138867, 40.56379058401855, -74.17739552212767, 40.56364859069127, -74.17725514075251, 40.56356748801427, -74.17713208127864, 40.5634998906754, -74.17695816773178, 40.56340435616402, -74.17659367052909, 40.563241005894064, -74.17645306534116, 40.563186683358126, -74.17621573470757, 40.56311592407664, -74.17607244235744, 40.56308032445572, -74.17590751023637, 40.56304759716162, -74.17539949373625, 40.562964338673346, -74.17533989708085, 40.56295274892901, -74.17519517625507, 40.56292459865515, -74.17470872828814, 40.56468877604043, -74.17429852882613, 40.56617616380756, -74.16978726095118, 40.56597338343696, -74.16981957546531, 40.56490480742892, -74.16980250767823, 40.56454147185638, -74.16971977394225, 40.56415539235169, -74.1697458339689, 40.563559423814844, -74.16974543093507, 40.56333435119368, -74.169750315519, 40.56319850847943, -74.16975841923487, 40.562973103591716, -74.16976080139261, 40.56290685189841, -74.1697630191534, 40.56284514360663, -74.1697688057905, 40.562684210868504, -74.16977115267596, 40.56261895610889, -74.16977370678957, 40.56254789534451, -74.16982152578018, 40.56121784064054, -74.16982656556904, 40.561077681441475, -74.16943684873246, 40.56101933372189, -74.16825039571651, 40.56078416177069, -74.16701908009641, 40.56050925302422, -74.16688971759373, 40.56047628545703, -74.16671061421825, 40.56044534679877, -74.16589405148781, 40.56028303841921, -74.1651475443544, 40.56013099579913, -74.16504641583417, 40.560115558443634, -74.16494150160457, 40.56011147758085, -74.16481684730583, 40.55961089227102, -74.1646846572454, 40.559009282958414, -74.16453026356342, 40.558305402673554, -74.16450955533384, 40.558208157377905, -74.16448030632468, 40.55807893667876, -74.16446621484539, 40.55801668179236, -74.16443437447889, 40.557875994773816, -74.16442617734698, 40.55785556093698, -74.16441636711325, 40.55784365380062, -74.16439885216504, 40.55782668682285, -74.16438633193859, 40.55780026436073, -74.16438076567609, 40.557784249244676, -74.16435430281128, 40.55768736606077, -74.16433770988716, 40.55759065335581, -74.16422276339597, 40.55699944865297, -74.16422921706035, 40.556960555552216, -74.16422713462075, 40.556943861851515, -74.16416851068918, 40.556682727879, -74.16415847822745, 40.55666630129025, -74.16405262061899, 40.55625896208464, -74.1640370420403, 40.55611245591256, -74.16401625424604, 40.55599136826026, -74.16389306541484, 40.55545268378467, -74.16381376831588, 40.555089396243396, -74.16350890603533, 40.55372067756356, -74.16344541491469, 40.553437665465644, -74.16339355646141, 40.55331617973291, -74.16334006549712, 40.55319086995568, -74.1632161125726, 40.55293965938375, -74.1627020370583, 40.551893177778794, -74.16267785277957, 40.551793382234365, -74.16255364751423, 40.551226232815345, -74.1624680337074, 40.55082801539675, -74.16241121079355, 40.55056210956763, -74.16239715558513, 40.550496331476765, -74.1620956227463, 40.549085232242085, -74.16185203977172, 40.54792394963921, -74.1617855470652, 40.54743946559309, -74.16180592039669, 40.54740044852493, -74.16180363906918, 40.54737144933239, -74.16177629354874, 40.547115436208244, -74.16177052571015, 40.54708184833234, -74.16176411004788, 40.547061538754946, -74.16174252259607, 40.546987145018704, -74.1616284545634, 40.54702418225436, -74.16156335025512, 40.547048445846755, -74.16135965955807, 40.547126374880776, -74.16132627220068, 40.547150772970994, -74.1613078759092, 40.54716626898617, -74.16119635415278, 40.54721181400572, -74.1607728786316, 40.547372499957355, -74.16066501957958, 40.5474137375086, -74.16045473146312, 40.547493755282815, -74.16041585534286, 40.54749896782208, -74.16039625211653, 40.54749768493692, -74.16035467380861, 40.54751225501452, -74.16017996640834, 40.54758067151991, -74.1601606022877, 40.54759591745282, -74.16014483370246, 40.54760708888211, -74.15979549893409, 40.54774682417625, -74.15977165510766, 40.54775438576767, -74.15967562340568, 40.5477935365168, -74.15945749030806, 40.547481593244015, -74.15944305321999, 40.547447727321654, -74.15943533743652, 40.54742104278193, -74.15940937712536, 40.54738064871655, -74.15936894953249, 40.54732685055302, -74.15931745971984, 40.54725833058203, -74.15922049258423, 40.54712864945356, -74.1590326104777, 40.546893489263525, -74.15901455572951, 40.54685923296447, -74.15900020802387, 40.54681068735353, -74.1591426094599, 40.546727133610666, -74.15921936692827, 40.54665623129323, -74.15926057502904, 40.54660829757337, -74.15928342405827, 40.54657181790795, -74.15931092498288, 40.54651633964675, -74.15933116979441, 40.54646551276873, -74.15933763076589, 40.546440798716034, -74.15934444976818, 40.54639741711921, -74.15934169104044, 40.546355873282444, -74.15933018243568, 40.546293521376654, -74.15925432809188, 40.54604126170255, -74.1592887693028, 40.546020604445324, -74.15921752965397, 40.545885144944556, -74.15903929993506, 40.54555557259864, -74.15898646212837, 40.545448677430606, -74.15898996257879, 40.54541308911422, -74.15899216527689, 40.545390728651675, -74.15903292619551, 40.54533273042356, -74.15919043138241, 40.54523000055289, -74.15899115860144, 40.54501624990518, -74.15880956352385, 40.544815935558, -74.15844650109136, 40.5444687908934, -74.15827075121577, 40.54426846672322, -74.15815363874839, 40.54415720302415, -74.15807749610403, 40.54407708161198, -74.15797208365723, 40.54397225210322, -74.15711681223787, 40.54310201947177, -74.15700303587853, 40.5429876396045, -74.15693074040259, 40.54291496043724, -74.15651077660303, 40.54249276170451, -74.15619918266724, 40.54217939780157, -74.15607250286733, 40.54204284464125, -74.15584954858275, 40.54182429927082, -74.15531942903085, 40.54127794208933, -74.15515284775641, 40.541118432475855, -74.15473420148894, 40.54068608008135, -74.15412074696373, 40.540069594698316, -74.15341473291062, 40.53936421699385, -74.15249297497348, 40.538425356165604, -74.1524399810525, 40.53837077075738, -74.15192177250157, 40.537837002005446, -74.15178423000398, 40.53770129505327, -74.15091593639656, 40.53721680708199, -74.1508323274446, 40.53717138982518, -74.15073760866545, 40.537119937342624, -74.15070318883497, 40.53710524267416, -74.1506395999727, 40.53715782243714, -74.15059246846172, 40.53719574428867, -74.1505761174011, 40.53720890174446, -74.15050951014145, 40.537262495786244, -74.15040640823847, 40.53719246710973, -74.1503103594085, 40.537120497473325, -74.15020235521388, 40.53706482045187, -74.14847048520991, 40.53607533439901, -74.14775274900924, 40.53565782695909, -74.14763776457318, 40.535572374223214, -74.14694497816163, 40.535151925439735, -74.14701867805614, 40.53512545370313, -74.14708965248282, 40.53510376361611, -74.14715817702964, 40.535082821362444, -74.14722640269652, 40.535059099519, -74.1472961343895, 40.535039668523055, -74.14736271192508, 40.53501579112028, -74.14742828280721, 40.53498878833582, -74.14749433223747, 40.53496204875393, -74.14755854101628, 40.53493721341621, -74.14762613237146, 40.53491126244074, -74.14769150793737, 40.5348862337155, -74.1477564968929, 40.53485932964922, -74.14781752732756, 40.53482879790972, -74.14787996299992, 40.534798068912956, -74.14794486674052, 40.53476739973878, -74.14800609663466, 40.53473534124539, -74.14806520199153, 40.53470277125725, -74.14812771351853, 40.53467015902169, -74.14818917633187, 40.53463782907057, -74.14824920425977, 40.534604618420964, -74.14831042144974, 40.534571754708224, -74.14835225595974, 40.53454478025288, -74.14840000826214, 40.53450338967312, -74.14844401320805, 40.534462582958504, -74.14849321661653, 40.53441776575245, -74.14854676816329, 40.53437827222857, -74.14859967811061, 40.53433636699338, -74.14865051513662, 40.5342964608898, -74.14870171661423, 40.5342569973516, -74.14875901319695, 40.53422238784803, -74.14881588234967, 40.53418401916202, -74.14886832519385, 40.53414238816816, -74.14891879443454, 40.53410176830236, -74.14897221287208, 40.53406155973119, -74.14903181547643, 40.534024860573076, -74.1490886663744, 40.53398586140447, -74.14914495073685, 40.53394794898124, -74.14920129630814, 40.5339126344763, -74.14925777759008, 40.533878394097954, -74.14931059113728, 40.53383756478971, -74.14936195835614, 40.533794960595124, -74.14941434677907, 40.53375620030644, -74.14946972636112, 40.53371973154751, -74.14952070013027, 40.53368071910253, -74.1495723295633, 40.5336393698087, -74.1496207809141, 40.53359769684073, -74.14964581831353, 40.53357093651278, -74.1496481739294, 40.533555030102995, -74.14965207129248, 40.53352872147585, -74.14965555361279, 40.53347255365393, -74.1496705990047, 40.53341848429924, -74.14969935459993, 40.533373475297715, -74.1497416325344, 40.53332901508536, -74.1497872442714, 40.53328648484373, -74.14983683152242, 40.53324309569396, -74.14988868365786, 40.53320129389964, -74.14993665155524, 40.53315900096305, -74.14998778457013, 40.53311657869774, -74.15003755426463, 40.53307623661177, -74.15009140198909, 40.53303969931052, -74.15014481887033, 40.532999489289935, -74.15019313109127, 40.53296034494436, -74.15023755690514, 40.532913960008614, -74.15027408561849, 40.532864460557036, -74.1503025754458, 40.53281282205571, -74.15032824624086, 40.53276094679707, -74.15034665643762, 40.53270504396969, -74.15036368205381, 40.53265014163909, -74.15039102480202, 40.53259968070785, -74.15042071382629, 40.532570708719135, -74.1504851591072, 40.53254076092407, -74.15052183306501, 40.53251976564369, -74.15055826423597, 40.53247116495543, -74.15058998504392, 40.53243831258034, -74.15061426091778, 40.5324306550565, -74.1506554658192, 40.53240916210006, -74.1506746766125, 40.53239914281882, -74.15072409621412, 40.5323588936457, -74.15075832051336, 40.53233873899722, -74.15082983308841, 40.53232044447745, -74.15090090012362, 40.53230870364789, -74.15097025402387, 40.53229357633665, -74.1510425699315, 40.53227984450855, -74.15111480524644, 40.5322732854541, -74.15118810791073, 40.5322616936933, -74.15125928376006, 40.53224958868469, -74.1513302249173, 40.532231839425705, -74.151400762635, 40.532217323553795, -74.15147379342723, 40.53221497139617, -74.15154697498532, 40.53221404813253, -74.15162018180348, 40.53221021337873, -74.15169392678263, 40.53219596775214, -74.15175304055428, 40.5321694023709, -74.1518117308993, 40.532134148314846, -74.15183221415631, 40.53211963351711, -74.15190198506802, 40.532102257370376, -74.15196620534458, 40.532089076888866, -74.15204012860204, 40.53208428815899, -74.15211169550685, 40.532074062407965, -74.1521845416146, 40.53205754562208, -74.15225599353238, 40.53204194017318, -74.15232427866457, 40.532021087896936, -74.15237139796449, 40.53199951353271, -74.15240917438973, 40.531970678880235, -74.15245341339019, 40.531943218846195, -74.15250870489099, 40.53190056659736, -74.15255501413674, 40.53185664210338, -74.15260073058744, 40.53181208980915, -74.15265526168288, 40.531774032098326, -74.15270616706879, 40.531729797052336, -74.15274323335413, 40.53170744884363, -74.1528080497204, 40.5316795659606, -74.152849299331, 40.53164458763275, -74.15288955534272, 40.53159783169338, -74.15293846495851, 40.531554243079455, -74.15299365562353, 40.53151267226468, -74.15304555923231, 40.53147211799977, -74.15308568111583, 40.531424104130366, -74.15312553577286, 40.53137383928046, -74.1531750831411, 40.5313336654207, -74.1532305674004, 40.53129623293075, -74.15328289861483, 40.53125288454554, -74.15333098213569, 40.53120903211002, -74.15338322057136, 40.53116748486069, -74.15343301553095, 40.531127847273105, -74.15349047732096, 40.53108877845381, -74.15354015899482, 40.53104149457833, -74.15358145373601, 40.53099310884717, -74.1536335727921, 40.53095111227849, -74.15368588343793, 40.53090623553741, -74.1537371010599, 40.53086748743595, -74.15379121717086, 40.53082511350055, -74.15383457904885, 40.53078121314507, -74.15387119832826, 40.530752209357615, -74.15393316257293, 40.530723088729005, -74.15398474326496, 40.5306847857912, -74.15401843595626, 40.53064933088902, -74.15399202805582, 40.53059124436354, -74.15396744823133, 40.530554107991335, -74.15396968866439, 40.53052916753393, -74.15398884468351, 40.53052451041972, -74.15400845236955, 40.53052687051989, -74.15403860773522, 40.530549743125825, -74.15408268281577, 40.5305481233622, -74.15414524812104, 40.530519267467646, -74.15420218651778, 40.530484968194116, -74.15425059795822, 40.53043949217533, -74.15430448194512, 40.53039757307483, -74.15436047774003, 40.53036301203464, -74.15441071945091, 40.53032211357797, -74.1544611845687, 40.53027985950213, -74.15448867436922, 40.53025290659677, -74.15452910622352, 40.53019679514117, -74.1545318903497, 40.530176888798515, -74.1545158978498, 40.5301633456535, -74.15446054404764, 40.53012628231941, -74.15444082861453, 40.53009972162051, -74.15444365947317, 40.53006631988684, -74.15446730062672, 40.530053708588014, -74.15449325637435, 40.53004629472542, -74.15452772430355, 40.53004880223648, -74.15458236923905, 40.53006922741533, -74.15462598791767, 40.53008524221944, -74.1546967858032, 40.53009671413822, -74.15471890101263, 40.53010148325571, -74.154788616427, 40.53011998160481, -74.15485362687946, 40.53013105599182, -74.15489130710677, 40.530127324697276, -74.15494889265857, 40.53009707025586, -74.15499034086763, 40.530059572103504, -74.15504700622056, 40.53002239648704, -74.15509999028804, 40.52998363007824, -74.15515392379517, 40.529945128017744, -74.15519535853416, 40.529898360661804, -74.15523835232354, 40.52985364979227, -74.15529356975037, 40.52981414904358, -74.15534807365069, 40.52977438267694, -74.1553963401617, 40.529735655833385, -74.15543629853258, 40.52970122583692, -74.15548534257101, 40.52965889488542, -74.15554169279132, 40.52962451109024, -74.15557502981993, 40.52959706461473, -74.15553203278021, 40.529541816872204, -74.15551565598535, 40.52951783725264, -74.15549377978031, 40.5295051523129, -74.1554775192036, 40.529497638707376, -74.15547086485344, 40.5294771795904, -74.1554741535558, 40.52944296403106, -74.15548603532048, 40.5294326098635, -74.15551705421825, 40.529441620868006, -74.1555754510699, 40.52947685960131, -74.15563206520406, 40.52951130105165, -74.15566825712507, 40.52952746961291, -74.15569613724205, 40.5295230093057, -74.15574754968024, 40.529481199137095, -74.15579742470216, 40.52943958104338, -74.15584493228383, 40.52939699357001, -74.15588972295387, 40.529353884757626, -74.15593235590406, 40.529308640101334, -74.15598019649667, 40.529264695921974, -74.15602638854446, 40.52922085932489, -74.15606756053728, 40.52917220539845, -74.15610091385398, 40.529121096439546, -74.15613782536003, 40.52907148561471, -74.15618296218388, 40.52902819881118, -74.1562264134658, 40.528982314455455, -74.1562636830218, 40.52893296965879, -74.15630630389873, 40.528886822547584, -74.15632941673817, 40.52885352192196, -74.15632447264959, 40.52882918194457, -74.15629194722769, 40.52878905001619, -74.15627235024296, 40.52876231116262, -74.15623033032266, 40.52873431416554, -74.15619551971973, 40.52871570887032, -74.1561662839649, 40.52869138842632, -74.15610825320739, 40.52865659615668, -74.15608512901105, 40.528639060974214, -74.15607423206605, 40.52861063077039, -74.15608820311962, 40.528598007967354, -74.15611795954196, 40.528592634570536, -74.15616811538291, 40.52859582176544, -74.15619593819476, 40.52861196732551, -74.15623951043274, 40.5286497563793, -74.15629615362077, 40.528686176827776, -74.15633925828634, 40.52872433209515, -74.15637113874827, 40.52876068716842, -74.15639070572661, 40.52876853204089, -74.15641331192124, 40.52876235332905, -74.15644929817343, 40.52874267995833, -74.15650127867674, 40.52873325080724, -74.15657344461798, 40.5287331974309, -74.15663509518356, 40.52874879424735, -74.15670207478409, 40.528774151798025, -74.15676956590326, 40.52879366147436, -74.15681541951791, 40.528801110163116, -74.15688858581892, 40.52880536335449, -74.15696215475347, 40.52880466754022, -74.15703663442127, 40.528801804660006, -74.15710254510768, 40.528793073902406, -74.15713544886113, 40.52877705798217, -74.15719112657989, 40.528753474341414, -74.15725937369749, 40.528735097426555, -74.15732303318231, 40.5287091100811, -74.15739026617791, 40.52868561046624, -74.15745488350106, 40.52866096712505, -74.15752190382217, 40.52863890767094, -74.15758531712783, 40.528604195288736, -74.15764638312167, 40.528570042621844, -74.15770545488226, 40.528536533838746, -74.15776132677723, 40.52850188484973, -74.157817884632, 40.52846587689205, -74.15786448991332, 40.52842635341837, -74.15790904603404, 40.528383700703124, -74.15793085850217, 40.52836687402413, -74.15796923602448, 40.52833758733693, -74.15806581981433, 40.52826382260964, -74.15811734620223, 40.528205363129096, -74.15795368439464, 40.528089211218514, -74.15793124807587, 40.5280702301106, -74.1579402981121, 40.52805543817184, -74.15813397750914, 40.52818102322642, -74.15817145776282, 40.52817162679866, -74.15819741359633, 40.52815575522453, -74.15819127871573, 40.52813916331998, -74.15803544970129, 40.528017995589394, -74.15793986070423, 40.52792926109969, -74.15786992231577, 40.527861731144704, -74.15783799964233, 40.52784714684064, -74.15782359314973, 40.52782909302257, -74.15783315699194, 40.52780499161329, -74.15786079797549, 40.527800083544285, -74.15790851643017, 40.52783082052406, -74.15796161985436, 40.52787545694974, -74.15800925472803, 40.527916724793215, -74.1580571562019, 40.527960412872815, -74.15811487136287, 40.52799781703007, -74.15816276000689, 40.52804051810301, -74.15820677050554, 40.52808415294627, -74.1582354428423, 40.52810208889571, -74.1582634694655, 40.528099516171615, -74.1583198099789, 40.52806468255471, -74.15838108959522, 40.528028908246895, -74.15843955210639, 40.527994144586096, -74.15849295428576, 40.52795204676622, -74.15854310065356, 40.527912584764685, -74.15859680025524, 40.52787452896181, -74.15865094538901, 40.52783476601464, -74.15870221897173, 40.52779196502316, -74.15876233470914, 40.52775727815794, -74.15882465363416, 40.527720055023735, -74.15888147401861, 40.52767783882576, -74.15893699745803, 40.52763518133453, -74.15899068010087, 40.527596137488686, -74.15904662866261, 40.527558607870326, -74.15910600225304, 40.52752167953388, -74.15915743654175, 40.527481665253255, -74.15917366219503, 40.52746909387893, -74.15921049915487, 40.52744055905043, -74.15926811563568, 40.527404272442375, -74.15932028024613, 40.527366233737006, -74.15936894824763, 40.52733919802823, -74.1593887807076, 40.527324280239505, -74.15942146060253, 40.52731142663069, -74.1594291081849, 40.52729465985857, -74.15945330696266, 40.52727369974567, -74.15947702994492, 40.52726948383286, -74.159512916861, 40.52726923135399, -74.15957653392567, 40.52726992730077, -74.15964087596063, 40.52727917002981, -74.15970135498871, 40.527295672762186, -74.15974531515286, 40.5273214874119, -74.15975503150906, 40.52733337258658, -74.15977753294577, 40.527349365292075, -74.15982649924626, 40.52736029799737, -74.15988277378865, 40.527369038520746, -74.15994368831586, 40.52736428262064, -74.15999342035086, 40.527347015908916, -74.16001146128343, 40.52734249081821, -74.16004022522209, 40.52734291719611, -74.1600841990547, 40.527360573800756, -74.16013066002209, 40.5274015956588, -74.1601683972051, 40.527448006731305, -74.16019359383908, 40.52748893125554, -74.16020752390489, 40.52750788327019, -74.16023232353096, 40.52752988371343, -74.1602571731181, 40.52754711938014, -74.16030426749477, 40.52755542314797, -74.16034097769118, 40.52754949772631, -74.16040894864413, 40.52752953078629, -74.16047494870524, 40.52750416698636, -74.16054719831287, 40.52748692438847, -74.16061778540958, 40.52746689242974, -74.16068180772626, 40.5274372564643, -74.16074901900032, 40.52740721796365, -74.16081495582178, 40.52737872741784, -74.1608757099407, 40.527347065228085, -74.1609343806613, 40.527310353956366, -74.16099816943735, 40.52728089284387, -74.16106653586523, 40.527249906079966, -74.16113323210269, 40.527216388430034, -74.16119805855085, 40.52718615129413, -74.16127169048991, 40.52715998565284, -74.16133881441195, 40.527128208005664, -74.16139804901714, 40.527091585756175, -74.16146416208032, 40.52705910614306, -74.16152671186585, 40.5270289359605, -74.16154629480181, 40.52702332151935, -74.16158222338295, 40.52701302292808, -74.16164748536256, 40.52701420529968, -74.16169147208858, 40.52702344492233, -74.16175888552095, 40.52704755348285, -74.16182756290142, 40.52707115412443, -74.1618972567265, 40.52708756166275, -74.16196706797284, 40.52710370964068, -74.16203126592302, 40.52712987668579, -74.16206646629627, 40.52714390137252, -74.16209807907643, 40.5271564974713, -74.16214401001473, 40.52717998325388, -74.16220257083893, 40.52719559765561, -74.16222590465307, 40.52720179274601, -74.16227208256508, 40.527193781208055, -74.16233051103286, 40.527165569661676, -74.16238524576504, 40.52712578610285, -74.16244052733002, 40.52709494310163, -74.1625071159002, 40.52706845523827, -74.1625654850919, 40.52703633715852, -74.16263211926844, 40.527006810771205, -74.16269868504561, 40.52697441985751, -74.16276294170703, 40.526944178140944, -74.16282770973723, 40.52691749995883, -74.16289534515968, 40.52688971722418, -74.1629576440479, 40.5268532942398, -74.1630174602358, 40.52681607147462, -74.16307863954897, 40.52678615183741, -74.16312622527578, 40.526760363302714, -74.16317196022453, 40.526714162373686, -74.16322668957453, 40.526674463969044, -74.16328603841079, 40.5266378459828, -74.16334923633444, 40.52660247422483, -74.1634088053897, 40.52656620076427, -74.16346863323116, 40.526527677381125, -74.16351610089916, 40.52649477106614, -74.16356417818177, 40.52645154289308, -74.16361752808041, 40.52641304847313, -74.16367320705216, 40.52637821676351, -74.16372015696675, 40.52634938419706, -74.16378919396996, 40.52633385154009, -74.1638295426205, 40.52632787118103, -74.16386473327005, 40.52633217051183, -74.16389802793586, 40.52634148848861, -74.16393769304794, 40.526335414511834, -74.1640049875006, 40.526314830441365, -74.16407198380367, 40.526291552372854, -74.16413630406437, 40.52625697194208, -74.16420240218017, 40.526232735116885, -74.16426969838332, 40.526211977986605, -74.16433082900252, 40.526185265435295, -74.16438899133031, 40.52615175900387, -74.16445267683551, 40.526121681952134, -74.1645179512278, 40.52609179800283, -74.16457139415141, 40.5260545178185, -74.16462777894277, 40.5260181312183, -74.16469112722926, 40.52598779246319, -74.16473897865934, 40.52596686573562, -74.16477534122485, 40.52592336029009, -74.16479301411324, 40.525900517301054, -74.16480294752971, 40.52588767589647, -74.1647926746314, 40.52585999035189, -74.16476056929733, 40.52581701183041, -74.16473402399791, 40.52578232730411, -74.16473359714841, 40.52575038973179, -74.16474980332057, 40.52572380625251, -74.16479902099623, 40.525680324673466, -74.16484776439894, 40.525637882965356, -74.16489845790501, 40.52559424433277, -74.16493861073198, 40.52554834248296, -74.16497798599852, 40.52550156552093, -74.16502248402924, 40.52546143159279, -74.16505454235723, 40.52540938441612, -74.16505890514789, 40.52538399671377, -74.16504242299321, 40.525360856986964, -74.16499850870879, 40.52531664647322, -74.16497753057777, 40.52528261769039, -74.16497689204957, 40.52522664168197, -74.16498170459501, 40.52520177654358, -74.16500329883047, 40.525187561263046, -74.16504939820506, 40.525177116386416, -74.16509458859751, 40.52518185122672, -74.16516213262197, 40.525205094895846, -74.16523099106406, 40.52522392493833, -74.16529270790619, 40.52525631189132, -74.16535340536561, 40.52528114123317, -74.16542088627132, 40.525300738596265, -74.16547330609932, 40.52531638539442, -74.16553376425131, 40.525349371083465, -74.16557950310529, 40.52537059904418, -74.16564807667949, 40.52539341409146, -74.16572436901512, 40.52539460524191, -74.1657833654344, 40.525381061639436, -74.1658493344227, 40.52535769035832, -74.16591343116869, 40.525330308084236, -74.1659650590991, 40.52530786159457, -74.16602401213316, 40.525274525188195, -74.16608249898104, 40.52524214758953, -74.16613803860868, 40.525209137551805, -74.16618959046033, 40.52516897494948, -74.16625103845129, 40.525136277792086, -74.16630475606789, 40.52509578690981, -74.16635068983781, 40.52505115043695, -74.16640163004999, 40.52500621221515, -74.16644681952197, 40.52496556162635, -74.16650960122817, 40.524934957027924, -74.16656486479255, 40.52489743192652, -74.1666143765298, 40.52485664622378, -74.1666660264461, 40.52481769987902, -74.16672350836134, 40.52478392578841, -74.16677638114365, 40.52474655264412, -74.16683335088464, 40.52470904114316, -74.16689235686292, 40.52467224347516, -74.16694504336094, 40.52463217793936, -74.16700684567954, 40.524598526198446, -74.16706006490406, 40.52456107047026, -74.16711050321481, 40.52451916294416, -74.16716664076054, 40.524484076714344, -74.1672319006523, 40.524454708139274, -74.16729235084888, 40.5244203503971, -74.16732788223636, 40.524394192251265, -74.1674024412137, 40.524344080728014, -74.16746047415296, 40.524311524779804, -74.16752338220674, 40.524279967579524, -74.16758231945134, 40.52424759395783, -74.16764443582858, 40.52421568303789, -74.16770826727284, 40.524183003227606, -74.1677724413341, 40.52415050208639, -74.16783793268438, 40.524120961726254, -74.16790087322127, 40.52408697464112, -74.16795887950711, 40.524048692909986, -74.16801727693509, 40.52401440352612, -74.16808098059649, 40.523982679156795, -74.1681441303711, 40.5239503432029, -74.1681576603176, 40.523940988491425, -74.16819756334974, 40.52391340713704, -74.16824934435806, 40.52387281191301, -74.1683038878973, 40.523830333209276, -74.16836355215922, 40.523795016987734, -74.16843051036163, 40.52376618195294, -74.16849061612984, 40.523731910532405, -74.16854371389714, 40.52369462629121, -74.16856918500437, 40.52367211166449, -74.1685743278983, 40.52365106503261, -74.16857936333102, 40.52363045891743, -74.16857396236713, 40.52361140803462, -74.16853231050506, 40.52358318625186, -74.16847748199514, 40.52354617391007, -74.16844333232036, 40.52351055493785, -74.16844801457684, 40.5234940215426, -74.16847898020372, 40.523476675118346, -74.16851996424884, 40.52345863678005, -74.16853183441008, 40.52344068980323, -74.16852540410414, 40.5234219763268, -74.16849550356683, 40.523391342768726, -74.16849608384533, 40.52337529537479, -74.16853444830387, 40.52332694633829, -74.16857148839149, 40.52327615699641, -74.16860999502191, 40.52324117429074, -74.16864073272863, 40.52322382635603, -74.16867712946302, 40.52323100053233, -74.16871111885416, 40.52325455257055, -74.16874889547474, 40.523275883727784, -74.16880494541164, 40.523291908195475, -74.16882716524886, 40.52328906586477, -74.16884799333818, 40.52326503430713, -74.16886191333752, 40.523208837874684, -74.16886810838224, 40.523182509874076, -74.16889326654957, 40.523165634752864, -74.16893708076026, 40.52315577791763, -74.16901378957402, 40.523151849454514, -74.16907481940784, 40.52313146703878, -74.16913166913496, 40.523094215719254, -74.16918142773608, 40.52305186701691, -74.16924382589536, 40.5230163986179, -74.16930730144112, 40.52298467119811, -74.16934762845334, 40.5229571662607, -74.16939229562259, 40.52291329857911, -74.16944743375124, 40.52287646747364, -74.16951086218553, 40.52284812420176, -74.16957436072532, 40.522829760463985, -74.16965132705953, 40.52283121186019, -74.169723529681, 40.52283184356186, -74.16979586138233, 40.52283125841119, -74.16986324424856, 40.52281969857534, -74.16993633406697, 40.5228216382008, -74.1700124548339, 40.52282655494543, -74.17005958627378, 40.52282288661293, -74.17010121197677, 40.52280737094282, -74.17014784926258, 40.522761174878084, -74.17019748387641, 40.522719608477246, -74.17022790304304, 40.522700694566566, -74.17025329105893, 40.52269874689046, -74.17028812136986, 40.52271180784272, -74.17034225689032, 40.52274951015674, -74.17039627142341, 40.5227952786718, -74.17044040755675, 40.52283965970412, -74.17049048302759, 40.522882619867254, -74.17054186080496, 40.5229221182375, -74.17060247550842, 40.52295250120079, -74.17066180696894, 40.52298451960128, -74.17069810829447, 40.522998198707356, -74.17077235878425, 40.52300631010829, -74.17083491103634, 40.52303610021926, -74.17089921483188, 40.523063214015096, -74.17095713688356, 40.52307560821133, -74.17098514549822, 40.52309607246252, -74.17102201419263, 40.523140045349614, -74.17105475492228, 40.5231484849612, -74.17111848228608, 40.52316839255192, -74.17119086581562, 40.5231796123933, -74.17126386303654, 40.52318024644427, -74.17130826432208, 40.523176730260154, -74.17132799363701, 40.52316544779284, -74.17133713224045, 40.52311710361012, -74.17137894807496, 40.52311963651528, -74.17143512661644, 40.52314971948205, -74.17151423794336, 40.52315223085268, -74.17158958430369, 40.52314811539353, -74.17166266997852, 40.5231349547405, -74.17171650299575, 40.52311693926875, -74.1717574656093, 40.52312267469641, -74.17179984174417, 40.523133370814676, -74.17187396578436, 40.52312707321303, -74.17194001783713, 40.52312070930829, -74.17201223844313, 40.52309747279772, -74.17208934809504, 40.52308156823169, -74.172152536033, 40.52306146641071, -74.17217116991993, 40.5230537983673, -74.17221592564682, 40.52303537842938, -74.17228092050497, 40.523008520752214, -74.17234383101813, 40.52297652684283, -74.17239865226921, 40.52293777846556, -74.17246403519701, 40.52290771511515, -74.17252643973121, 40.52287909975339, -74.17259061307088, 40.52284633745904, -74.17264686940001, 40.5228104648987, -74.17270773538046, 40.52277836670082, -74.17276487985092, 40.52273642677579, -74.17282465833782, 40.522700934253514, -74.1728840581051, 40.52266778094681, -74.17294174969857, 40.52263487512688, -74.17299946954854, 40.52260014205978, -74.17305631450498, 40.5225629770503, -74.1731063955394, 40.52252184457165, -74.17316025396705, 40.52247935647829, -74.17321438842225, 40.52244095094611, -74.17327405721309, 40.522404761343545, -74.17332771100311, 40.52236079841159, -74.17338563486545, 40.52232754441181, -74.1734505821834, 40.52229599978251, -74.17350670072624, 40.5222542267331, -74.17356195622823, 40.522224595006875, -74.17362762354634, 40.52219817860762, -74.17368868839137, 40.52216035311498, -74.17374335542662, 40.522124121305914, -74.17380651047449, 40.52209100055771, -74.17386936534123, 40.52205501114045, -74.17393419865506, 40.52202337995797, -74.17399138173428, 40.52198638867278, -74.17404796882275, 40.52195121283075, -74.1741073158426, 40.52191415336821, -74.17416592984311, 40.52188021352269, -74.17419707574362, 40.52185818161987, -74.17425752128757, 40.521823404156464, -74.17428599419657, 40.521809485560816, -74.17433520191854, 40.521768381784206, -74.17436690949361, 40.52174321063439, -74.17442169718004, 40.52170735924104, -74.17446907907069, 40.52167434944404, -74.17452381193479, 40.52163697799004, -74.1745820822777, 40.521603564362785, -74.1746368786981, 40.52156798211122, -74.17468669677774, 40.5215275823691, -74.17472592821596, 40.5215028814527, -74.17477609289234, 40.52148224958167, -74.17483170503907, 40.52144325208462, -74.17488668570397, 40.521409634389215, -74.17494514189914, 40.521374784848206, -74.17498263565693, 40.521353968677445, -74.17500303786287, 40.52134728355701, -74.17505799484064, 40.521309640445274, -74.17511396910398, 40.52127430291347, -74.17517119199766, 40.521237687397395, -74.1752274807487, 40.52120127139525, -74.175288392091, 40.52116950134581, -74.17534083795232, 40.521150434466875, -74.17539056016878, 40.52111065863071, -74.17543643368452, 40.52107159467075, -74.17548446519825, 40.52104366875277, -74.17552926478703, 40.52100730888828, -74.17557306030324, 40.52097911204713, -74.17560332321719, 40.52095280629365, -74.17565882791128, 40.52092401336564, -74.1757061164079, 40.52088509661959, -74.17576491461263, 40.520850057023594, -74.17581444139674, 40.52081467318735, -74.17586541008895, 40.52077702498846, -74.17592105286074, 40.52073891843775, -74.17596857023963, 40.520696505373536, -74.17601726707737, 40.52065434082821, -74.1760690402737, 40.52061622573031, -74.1761230376699, 40.52057806397073, -74.17617325743716, 40.520535777251304, -74.17622355854957, 40.520492589854534, -74.17627073644711, 40.52045045634945, -74.1763262149342, 40.52041109991696, -74.17637706715071, 40.52037023137158, -74.17643154489183, 40.52032910778403, -74.17647813726292, 40.52028698139651, -74.1765267102843, 40.52024463761763, -74.17658495031789, 40.52021041523775, -74.17663056242891, 40.520167149323846, -74.17668279766615, 40.52012553557607, -74.17672851419054, 40.5200820848534, -74.17677380665762, 40.5200496518528, -74.17681705833036, 40.52000276396416, -74.17686896223019, 40.51996178371399, -74.17691778701887, 40.51991666034344, -74.17697460136345, 40.5198785298591, -74.17702114181833, 40.51983175118926, -74.17705063111175, 40.51979356194489, -74.17710201643884, 40.51975115684861, -74.17713889225443, 40.51972618677566, -74.17715789908058, 40.51971331497943, -74.17719939366987, 40.519676395825705, -74.17725229511599, 40.51963709425004, -74.17730056058731, 40.5195926082535, -74.1773444096025, 40.51954606504445, -74.17739055802801, 40.51951137914993, -74.17742946382967, 40.51946439958577, -74.17747111111449, 40.51941843877199, -74.17752096436962, 40.519379201219074, -74.17756416839015, 40.51933428077762, -74.17758931864043, 40.51930602284987, -74.17760830209424, 40.51928576396398, -74.17762921819362, 40.51928363156124, -74.17767240273498, 40.5193077979964, -74.17769943253383, 40.51933274677201, -74.17776042124481, 40.51936621060148, -74.17782079925924, 40.51939897293101, -74.17788071550376, 40.519432013307686, -74.17794368899416, 40.519461854732576, -74.17798504420325, 40.51947075539402, -74.17804617891689, 40.51948184516886, -74.17811977481463, 40.51948721791929, -74.1781798003629, 40.51948016365763, -74.17823008565269, 40.519459708387835, -74.17827972715425, 40.51942440975343, -74.17830159441661, 40.51940946300496, -74.17834016061056, 40.51939247041876, -74.17840355643024, 40.51939125254385, -74.1784497827533, 40.519421799619955, -74.17849445562203, 40.51946803723255, -74.17853315265062, 40.51951771334216, -74.17854617229624, 40.51953775690729, -74.17857561383542, 40.519554510501216, -74.17863706029671, 40.519587696690394, -74.17870132362174, 40.51961429108179, -74.17874087977323, 40.51961535515524, -74.17881462575436, 40.51961499895315, -74.1788904362895, 40.5196232782738, -74.1789654882006, 40.51963336339009, -74.17903841672265, 40.51963311187976, -74.17910208470683, 40.519639583724185, -74.1791330290697, 40.5196358135445, -74.17914715461994, 40.51962415934859, -74.1791613703123, 40.51956864918141, -74.17918500778794, 40.519514202239534, -74.17920799736031, 40.51947470961089, -74.17924446590958, 40.519474675181456, -74.17926162595423, 40.51949892848342, -74.17928666290626, 40.519553626317396, -74.17930653307721, 40.519608075565834, -74.17933635372928, 40.519658736943065, -74.17936715361607, 40.519710630508825, -74.17941416434053, 40.51975664077899, -74.17945366772229, 40.51980262944742, -74.17950102554941, 40.51984514237991, -74.17955482542507, 40.51988421419522, -74.17960934255947, 40.51992362706452, -74.17964486614845, 40.51993676604433, -74.179676756789, 40.519953111184904, -74.17971204780716, 40.51997278475626, -74.17977698848463, 40.51999864805586, -74.17984032428684, 40.52001219998118, -74.17990618646246, 40.52001782054328, -74.17997138423229, 40.52004752679356, -74.18001269230365, 40.520071553007305, -74.18006096034696, 40.52011664340026, -74.18010126219117, 40.52016529706345, -74.18013271605291, 40.5202156566944, -74.18016878609201, 40.52026726350984, -74.18021609573822, 40.52031174838415, -74.18027116578672, 40.52035025503795, -74.18032367042268, 40.52038917363575, -74.18038207863523, 40.52042582080017, -74.18043790890893, 40.52046261156952, -74.18050058847615, 40.52049076085872, -74.18055186412475, 40.52050491399891, -74.18060941174532, 40.52051732913012, -74.1806827332702, 40.52052154258871, -74.18075503467263, 40.52052336129563, -74.18082792371239, 40.52052865958105, -74.18089974530871, 40.520536752947585, -74.18096685547349, 40.52054109398299, -74.18099837902717, 40.52054715437833, -74.18105355874553, 40.520545747178424, -74.1811253500982, 40.520526547177916, -74.18119419639412, 40.52050704830261, -74.1812624084468, 40.52048953335531, -74.18130872938622, 40.52048284940569, -74.18138252333691, 40.52047720806797, -74.18145495705465, 40.52046300749094, -74.18152346099804, 40.52044047417171, -74.18157252273336, 40.52042192039315, -74.18161198584201, 40.52040374559496, -74.18166457337179, 40.52036560956881, -74.18171592891525, 40.520335734232724, -74.18175387660717, 40.52029146081222, -74.18174577038657, 40.52026782571984, -74.18171687858032, 40.52021365322969, -74.1816848188634, 40.52016268172874, -74.18166150819651, 40.52012047564333, -74.18164055758633, 40.52008520260404, -74.18161837000541, 40.52004807552497, -74.1815948568786, 40.52001992612495, -74.18156618807959, 40.51996870338098, -74.18154009495132, 40.519917339675594, -74.18152384096807, 40.519879015393805, -74.18153138801188, 40.519863645813075, -74.18155954367407, 40.51986065024355, -74.1815853758903, 40.519871569736345, -74.18162434523627, 40.51991891110128, -74.18165639810988, 40.51996308182508, -74.18170367163208, 40.52000658096539, -74.18175200104321, 40.52004996854961, -74.1818026696537, 40.52008999793279, -74.1818519675204, 40.5201310407609, -74.1818988520894, 40.52017678635967, -74.18194997630879, 40.52021635658577, -74.18198807395045, 40.52024241607349, -74.1820331110561, 40.52024927244029, -74.1820804639471, 40.52024203091496, -74.18214588646744, 40.52021866461787, -74.1822111281761, 40.520190022362804, -74.1822785816566, 40.52016760012382, -74.18234560822522, 40.520143127115006, -74.18241303944023, 40.520123390213776, -74.18247550762466, 40.520105901682406, -74.18254461150828, 40.52008380445605, -74.18260791951032, 40.52005368007526, -74.18265752096592, 40.52002384222736, -74.18269033696751, 40.52000025554079, -74.1827412613999, 40.51996143906367, -74.18278774916396, 40.51993309379238, -74.18284070985702, 40.51989888924653, -74.18287809049157, 40.519865095827164, -74.18290061314082, 40.519835547758156, -74.18288693640818, 40.519807014630786, -74.18286700287494, 40.51978398110328, -74.18284496360329, 40.51976763826566, -74.18282114283525, 40.519740631478264, -74.18282418669794, 40.51972401184366, -74.18286206487913, 40.519720724005566, -74.18291001671176, 40.519747966095316, -74.18296118387636, 40.51978113933665, -74.18299853585442, 40.519799428100995, -74.18304190439288, 40.51979557942514, -74.18310695770721, 40.51977168545617, -74.18314750269731, 40.519757604014565, -74.18321859679095, 40.519741995129365, -74.1832895263353, 40.519728358624484, -74.18335752258218, 40.519711383091874, -74.18340815455338, 40.51969091959478, -74.18347593922769, 40.519671262550254, -74.18354094491617, 40.51964602481938, -74.18360548329423, 40.51962079770485, -74.183669389018, 40.519594241482764, -74.18370238804523, 40.519579064266374, -74.18374071014193, 40.5195686054041, -74.18377403326755, 40.519545992868665, -74.18381966280613, 40.51951006068178, -74.18384798315724, 40.51945891292236, -74.18385672256845, 40.51941434788055, -74.18385355037091, 40.51935803378552, -74.18384514009045, 40.519339058670504, -74.18377992758074, 40.51931552777737, -74.18371814509445, 40.51928629009881, -74.18370801591755, 40.519271734826965, -74.18370057479608, 40.51923054296372, -74.18367875414403, 40.51917738895085, -74.18367229024808, 40.51912078744501, -74.18367453287392, 40.51907161309042, -74.18369608252186, 40.51904118840235, -74.18371368637972, 40.51903831815404, -74.18373150755181, 40.51904152883767, -74.18378848909502, 40.51907104525609, -74.18385050386814, 40.51910027982331, -74.18391387170666, 40.51912805693179, -74.18397864701907, 40.519155710177785, -74.18404199720607, 40.51918303787916, -74.18408578200648, 40.51921739044532, -74.18412266976652, 40.5192556470517, -74.18415856409445, 40.51928237574814, -74.1842145146803, 40.519309318092105, -74.18426424138846, 40.51931938725452, -74.1843372203889, 40.51931403349234, -74.18438328788437, 40.51930699389764, -74.18444978628258, 40.5192841405588, -74.18451355418085, 40.51925705277348, -74.18457572836212, 40.51922802417053, -74.18464109265743, 40.519203049093214, -74.1847034373125, 40.51917553934158, -74.18476003332711, 40.51913794926542, -74.18482021060916, 40.51910547291075, -74.1848623742329, 40.51908428667155, -74.18491039655983, 40.5190596680623, -74.18494564367663, 40.51904175915841, -74.18499420729177, 40.51900254204195, -74.1850538969625, 40.5189696286921, -74.18510091714853, 40.5189398398715, -74.18514119288415, 40.518914937382554, -74.185196238602, 40.51887675073763, -74.185253187378, 40.51883932914719, -74.18531171763482, 40.51880670840506, -74.18536873807268, 40.518771344353524, -74.18542179415995, 40.518733199535546, -74.18547495539028, 40.518694695211245, -74.1855284068169, 40.51865448118606, -74.18557124269238, 40.51861932276714, -74.18563316703549, 40.51858653968033, -74.18567973228267, 40.51854396652411, -74.18573203855553, 40.51850449269083, -74.18578724140657, 40.518467467190355, -74.18581998776143, 40.51843859900477, -74.18581353490737, 40.518415464914476, -74.18578604946437, 40.518361269547796, -74.18575709075185, 40.51830853181609, -74.18572415503137, 40.518259456666236, -74.18569449578654, 40.518206825414076, -74.18566898566695, 40.51815553913905, -74.185643336683, 40.51812009611772, -74.18563679337664, 40.51810090018374, -74.18565037959677, 40.51808719554796, -74.18567741643572, 40.51808914198747, -74.18572327200057, 40.51811575502429, -74.18576924416381, 40.518158835857186, -74.18582000993138, 40.5181982320449, -74.185866938271, 40.518241829095786, -74.18590679798842, 40.51828780507121, -74.18595340585965, 40.518328990984735, -74.18598976762259, 40.51832600084387, -74.18604393710147, 40.51828622307088, -74.18609981960228, 40.51824846508653, -74.18612656678697, 40.5182311126186, -74.18615609962943, 40.518211952764375, -74.18618643340649, 40.51818125670673, -74.18624204516055, 40.51814252291652, -74.18629392406348, 40.51810108816269, -74.1863334652117, 40.518068680521864, -74.18638799448043, 40.51803578295555, -74.18644286529153, 40.517995899392304, -74.18649518916091, 40.517953742498854, -74.18654520585993, 40.51790939563842, -74.18659650008254, 40.51786788425117, -74.1866468768322, 40.517827020013094, -74.18670164616242, 40.51778767500732, -74.18674534024132, 40.517753482820595, -74.18678649385501, 40.51770708085405, -74.18682759996396, 40.517668190275984, -74.18688559671344, 40.51762180498281, -74.18693275734812, 40.51757957524672, -74.18697775154939, 40.51753568934213, -74.18702445400108, 40.517490425525885, -74.18707353171428, 40.51744600792011, -74.18712276339953, 40.51740266167359, -74.18717099634304, 40.517360855140765, -74.187228639725, 40.5173199301662, -74.18728195939079, 40.51727936252381, -74.18732432004366, 40.51723400931154, -74.18737044582292, 40.517189025458485, -74.18741329440334, 40.5171409797301, -74.18746292980278, 40.51709574516447, -74.18751058885162, 40.51705099739077, -74.18755952217136, 40.517009177841715, -74.1875749659077, 40.51699367068031, -74.18764498750159, 40.51704467125274, -74.1918415932292, 40.52386207886298, -74.19317538698905, 40.52601906880591, -74.19324984119562, 40.526035112512275, -74.1932629934035, 40.52604475125918, -74.19328025573678, 40.52605918110955, -74.19330438502594, 40.52608942531272, -74.19514836117105, 40.52856274725889, -74.19532126289113, 40.528789690278614, -74.19562833519906, 40.52921030841709, -74.19564578964753, 40.5292362922846, -74.19565045743057, 40.52925164917371, -74.1956496552127, 40.5292699006834, -74.19564337095298, 40.52928491872683, -74.19561962399516, 40.52931388421965, -74.19551493416564, 40.52942673508242, -74.19515200998386, 40.52981247777326, -74.19493999014063, 40.530035312128526, -74.19479361910851, 40.53019159361149, -74.19472476904244, 40.53026534224782, -74.19456896588049, 40.5304350015016, -74.19455956440734, 40.53045451210763, -74.19455522463271, 40.53047434102733, -74.19455985139736, 40.530504044371455, -74.1945397517158, 40.530619420111314, -74.19465728250552, 40.530570667916486, -74.19471137058757, 40.530556812493586, -74.19488154926628, 40.53048125023804, -74.19515360412292, 40.53035846100285, -74.19528934601088, 40.53029964259415, -74.19552155710993, 40.530190356161285, -74.19608390254149, 40.52991142504072, -74.1962350304585, 40.53018913882105, -74.1963266598111, 40.53036791387295, -74.19656011039301, 40.53074400529084, -74.19672385669165, 40.531039844291534, -74.19675916822214, 40.5311052847259, -74.19711603390503, 40.53176985891009, -74.19716553575391, 40.531851930153145, -74.19743182807323, 40.53232778800666, -74.197448537818, 40.53235806480257, -74.1974824880198, 40.532421263230965, -74.19731375699752, 40.53247974108567, -74.19678610239096, 40.53282542629847, -74.1966574317323, 40.532934575765886, -74.1963512649665, 40.53321068354017, -74.19611108208056, 40.53339138103125, -74.19594038246859, 40.53349582416041, -74.19580865158571, 40.53356285560873, -74.19570416435845, 40.53360799991988, -74.19565944375505, 40.53362452251766, -74.19547077902637, 40.533686183474245, -74.19535695999711, 40.53372240379707, -74.19516357969329, 40.533774831935546, -74.19300900889934, 40.534325732463124, -74.19323375880272, 40.53476611864955, -74.19329022513372, 40.534876670774636, -74.1934184574094, 40.53512795563073, -74.19347277035033, 40.53523444810207, -74.19356025036186, 40.535405856945836, -74.19372289686319, 40.535357530366376, -74.19388882479156, 40.53531097475939, -74.19405744073913, 40.5352536845583, -74.19516690190883, 40.53491252580554, -74.19539314800848, 40.53484620780617, -74.19546843288973, 40.534825526867316, -74.19551210898216, 40.53481760708466, -74.19554551319438, 40.534814609966055, -74.19561087105663, 40.53481185197322, -74.1956706782225, 40.53481481906519, -74.19571425228433, 40.53482043434071, -74.1957829954679, 40.53483347027236, -74.19584454362506, 40.53485094724147, -74.1958791205559, 40.534864291738714, -74.19593121649866, 40.534890068760056, -74.19598791732608, 40.53492527544826, -74.19602777560362, 40.534956137894405, -74.19606758632054, 40.53499732948344, -74.19608624973313, 40.535023659715584, -74.19612352660502, 40.535084219702334, -74.19616558493715, 40.53516810062914, -74.19814283959425, 40.53461765417814, -74.19845049632401, 40.534522874258364, -74.19858134147267, 40.534480152016485, -74.19861556187175, 40.534562455275456, -74.19887196731783, 40.53515354690688, -74.19891447905027, 40.53522599742404, -74.19895943878538, 40.53532737770325, -74.19917190069367, 40.535778099971104, -74.19922240356821, 40.53583500597379, -74.19927429322564, 40.53589224994744, -74.19940161614738, 40.53615257013856, -74.19952540884427, 40.53641180848002, -74.1995445599198, 40.53648267930075, -74.19955926522509, 40.5365375032026, -74.19964296975235, 40.536720230942045, -74.1997466610614, 40.53692380803134, -74.19978905518514, 40.53704506082489, -74.19981541304864, 40.537102634444, -74.19985056287668, 40.53717941185666, -74.19989009920626, 40.53725549451749, -74.20004908952446, 40.53762020766056, -74.20011524300706, 40.5377601013159, -74.20016586374577, 40.53785046767085, -74.20021391778268, 40.53793703554247, -74.20033614929473, 40.53819307972747, -74.2004419635287, 40.53843239718787, -74.20046825123455, 40.538530352320635, -74.20049169917291, 40.53861772037727, -74.20051570000352, 40.53867375623979, -74.20053974986422, 40.538728416902885, -74.20055833215727, 40.53877044007482, -74.20066656240125, 40.53898317397159, -74.20072386685965, 40.53913876725312, -74.20075151119042, 40.53921382668437, -74.20078133329586, 40.53928846715632, -74.20087321914089, 40.5395184565611, -74.20097708421949, 40.539730024403156, -74.20099093424186, 40.5397671154813, -74.20104821648219, 40.539896407769454, -74.20110365935122, 40.53998589984821, -74.20126087080727, 40.54033527745614, -74.20130627538975, 40.540445252461645, -74.20134791908023, 40.5405461179844, -74.2013928191318, 40.540655440054735, -74.2014077806871, 40.54069186544078, -74.2014851602147, 40.540835819790004, -74.20163197196318, 40.54117437995224, -74.20166930895205, 40.54126418270936, -74.2017148132261, 40.541371948373815, -74.20173303173189, 40.5414169293269, -74.20187682381608, 40.54167019723138, -74.20190384594574, 40.541726859653636, -74.20195264356504, 40.541864854702375, -74.20199928410231, 40.5419471810001, -74.20202548379368, 40.54200700029447, -74.20209760268739, 40.542164234576965, -74.2021596004881, 40.54232132273619, -74.20218277410922, 40.5423820082271, -74.20215161835085, 40.5423923156083, -74.202696820064, 40.54353503654333, -74.20279900340373, 40.54371477105068, -74.20289484518524, 40.54390166237019, -74.20297564635094, 40.544056382674775, -74.20306394440807, 40.544260631376346, -74.20303633018361, 40.54428832555233, -74.2030173014374, 40.54429425766336, -74.20283159538738, 40.54433926019828, -74.20268203187375, 40.54437586604624, -74.20266596460917, 40.54439183647331, -74.20265007074687, 40.54440776786935, -74.20241553078736, 40.54446295533733, -74.20233733669829, 40.54448127033075, -74.20211807104411, 40.5445273403329, -74.20187840514093, 40.544589337420796, -74.20040353724765, 40.54493478565713, -74.20054430733468, 40.54524740350042, -74.20070289132869, 40.54559822829476, -74.20086381281543, 40.54595207275062, -74.20095048304444, 40.54615020318973, -74.20094337635008, 40.546169402296826, -74.20093391229676, 40.54618863344483, -74.20093373224648, 40.546216695143805, -74.20096144600464, 40.54627963774824, -74.20125423911396, 40.54689700761016, -74.20143090619486, 40.54730754886507, -74.20151451296037, 40.54755816255817, -74.20125638533655, 40.54770328070823, -74.20113618602971, 40.54778027580247, -74.20107061268708, 40.54780933093546, -74.2009714727839, 40.54783621687268, -74.20090586033417, 40.547851914434936, -74.20082857369577, 40.54786763327742, -74.20073961403276, 40.54788337067294, -74.20062658513811, 40.54790637409607, -74.20042641026656, 40.54796854585567, -74.20019813825992, 40.54802868873259, -74.20017126937358, 40.548035371569085, -74.2000961991173, 40.548053366193265, -74.2000178595472, 40.54806492137796, -74.19994567891881, 40.54806192764814, -74.1999190906921, 40.54806575886257, -74.19983036661299, 40.548091349629395, -74.19995725562124, 40.54835045313389, -74.20014378246286, 40.54880016925596, -74.20091707763673, 40.55067639157083, -74.20095069468758, 40.550767124049685, -74.20095827513376, 40.550793018093536, -74.20101223355663, 40.5508919502906, -74.20124966126251, 40.551411371810275, -74.20160855285735, 40.55216839123601, -74.20185090027637, 40.55268910950356, -74.20216129640949, 40.55335962385657, -74.20262829834655, 40.5543431864996, -74.20291039153678, 40.55494434047005, -74.20320406228537, 40.55555197325544, -74.20333049578902, 40.55583905043898, -74.20335720081052, 40.555979313573395, -74.20334307078642, 40.556133010146276, -74.20299230299199, 40.55601113810092, -74.20279655210611, 40.5559736230119, -74.20253945758257, 40.55592953386886, -74.20233797958387, 40.555909890077594, -74.20211011502684, 40.555874656498865, -74.20194948427982, 40.55586380313485, -74.20170715015199, 40.55587091092457, -74.20154075936763, 40.55588679298361, -74.20131019027042, 40.55592283127286, -74.20095127634804, 40.55600363566761, -74.20079377955791, 40.556044045879, -74.20070042206488, 40.556070934039745, -74.20059546205714, 40.55612456916794, -74.20043813826382, 40.556242882384865, -74.20026334971807, 40.556379042789914, -74.2001614354451, 40.55647498712743, -74.19995765073938, 40.556680239289165, -74.19946683295417, 40.55718086249256, -74.19903492519597, 40.55763250082405, -74.19887413853695, 40.55780493780965, -74.19878508875763, 40.55789102036113, -74.19769481387625, 40.558886734855975, -74.19776254390209, 40.55896024631904, -74.19845264920644, 40.55957374013276, -74.19923876119877, 40.56028170606632, -74.19937851551794, 40.56040835333153, -74.19937851551794, 40.56040835333153 --74.2131213969395, 40.558607879680146, -74.21308139262266, 40.55858292822306, -74.21306293141205, 40.55857048475131, -74.21303295338664, 40.55855429933116, -74.21300069345908, 40.558538981741854, -74.21297025061966, 40.55853253908311, -74.21289728648331, 40.55852120973142, -74.21285476721785, 40.558506583812836, -74.21278819040913, 40.55848438308261, -74.2127332542644, 40.55844845110938, -74.2126864055609, 40.55842608500166, -74.21264139246162, 40.55838206587408, -74.21262681324049, 40.55835727610528, -74.21260084522807, 40.558304393821956, -74.2125712291667, 40.55825420456072, -74.21254572267394, 40.558202366023345, -74.21251393759252, 40.55815287326739, -74.21247725294738, 40.55810459627501, -74.21243520062606, 40.55806701306797, -74.21239475072643, 40.55801907981104, -74.21236240018641, 40.5579673268317, -74.21231921348755, 40.55792235324202, -74.21228709062241, 40.55787199023618, -74.21225347910936, 40.55783171498983, -74.21223506856202, 40.55781243357916, -74.21220995058633, 40.557786129631296, -74.21217543364959, 40.557737329832044, -74.21213087548239, 40.55769131319136, -74.21209841179893, 40.55764025375273, -74.21207327048995, 40.55760916531046, -74.2120597894947, 40.557592495306544, -74.21202561305353, 40.55754265652394, -74.21198493444983, 40.55749724592397, -74.21194573912679, 40.55744931559537, -74.21192694610525, 40.55741547869953, -74.21190370797758, 40.55737946802179, -74.21187956438482, 40.55732710811512, -74.21184995383129, 40.55727648640177, -74.21179992490192, 40.557236811338406, -74.21175524342867, 40.55721540441938, -74.21168455671454, 40.5572001600055, -74.21161456200367, 40.557181960539886, -74.21154341766005, 40.55717915137897, -74.21147123684834, 40.55718721436098, -74.21141821361091, 40.5571966738735, -74.21134967321323, 40.55721717267877, -74.21128649285296, 40.557243935563775, -74.21125843420334, 40.55726201575815, -74.21120209259479, 40.55728512518048, -74.21114403639847, 40.55731789049124, -74.21108005677445, 40.557343609218066, -74.21101311144302, 40.55736828424243, -74.21095277886744, 40.55740035392777, -74.21088662970648, 40.55742667898477, -74.21082071194101, 40.55745413644351, -74.21075718296595, 40.55748281059718, -74.21069149559023, 40.557505483951886, -74.21062739782155, 40.55753129089406, -74.21057607939045, 40.557550576157475, -74.21051038855889, 40.55757481633394, -74.21044481357669, 40.55759949121559, -74.21038606330167, 40.55761226838486, -74.21030694344678, 40.55762987633791, -74.2102357900911, 40.557642722068266, -74.21016542668082, 40.55766235088955, -74.2100959798437, 40.5576768476809, -74.2100235701124, 40.55768856001165, -74.20995229821322, 40.557701667836604, -74.209881712546, 40.55771599007645, -74.20980861737381, 40.557726397757946, -74.20973597977692, 40.55774115500967, -74.20966550538385, 40.55775634952525, -74.2095921795537, 40.557772669458366, -74.20951931053169, 40.55778481996564, -74.20944804296134, 40.5577997492381, -74.2093779121124, 40.55781233411982, -74.20930572708089, 40.557825003749805, -74.2092344556126, 40.55783871718337, -74.20916284508611, 40.55784860574591, -74.20909112044606, 40.55786127440235, -74.20902064313653, 40.557876378474056, -74.20895187926956, 40.55789383516709, -74.20888061183207, 40.55790624080633, -74.20880899459159, 40.55792308754231, -74.20873772206745, 40.55793993000493, -74.20866986361293, 40.55796190733635, -74.20859995832207, 40.55798292658095, -74.2085293674926, 40.55799994327887, -74.20845570018963, 40.55801522209438, -74.20838340571117, 40.55802623977352, -74.2083119095554, 40.5580365607513, -74.20824200663837, 40.55805044758927, -74.20818623795019, 40.558064341183915, -74.20811473834483, 40.55808040021119, -74.20804312636655, 40.55809185409585, -74.20797412900293, 40.55811183030339, -74.20790194559545, 40.55812293392863, -74.207830908385, 40.55813281972116, -74.20775564932892, 40.55814131098429, -74.20768027861223, 40.55814389403401, -74.20760604919248, 40.55814899464939, -74.20753079421921, 40.55814931256324, -74.20745587967102, 40.55815241514677, -74.20740547843639, 40.558159527594476, -74.20733353415677, 40.55815984570402, -74.20729352431503, 40.55813765596565, -74.20726570572914, 40.558134252645964, -74.2072180424588, 40.558138671092976, -74.20715383421067, 40.55816107949839, -74.2071038787554, 40.558182888531, -74.207053576551, 40.55821130714359, -74.20699244607363, 40.55823250320192, -74.20693143654002, 40.55825082722521, -74.20690006535746, 40.558269597620594, -74.20687405884505, 40.558284025002614, -74.2068234249442, 40.558300703024365, -74.20676538084774, 40.55831050442307, -74.20670107042753, 40.55831334788235, -74.20663403543521, 40.55829688798202, -74.20656963601436, 40.55826903432192, -74.20653543244349, 40.558264585989555, -74.20646348308135, 40.558270556178634, -74.20639016696457, 40.558270961713355, -74.20569605486264, 40.558515684558124, -74.20556268658042, 40.55859335885664, -74.20541963719303, 40.5586663936837, -74.20523222789389, 40.55875018607093, -74.2051023883496, 40.558799970473025, -74.20492379106796, 40.55885986010912, -74.20471619837843, 40.55892086917891, -74.2045143323734, 40.558970874928626, -74.20423447663558, 40.559027734271204, -74.20404023263397, 40.559060319324416, -74.20368435793577, 40.55910802340307, -74.20321005878866, 40.559117062873284, -74.20204831986568, 40.55921111582289, -74.20188863158843, 40.55923073817553, -74.20171047901717, 40.55926444277359, -74.20149428882857, 40.55932232547084, -74.20138045671351, 40.55936565770784, -74.20124616247487, 40.55942234179487, -74.20113614601752, 40.55947621858945, -74.2009888697314, 40.559561337666814, -74.20050495833507, 40.55982141665679, -74.20011121961373, 40.56013262158795, -74.1996620335502, 40.56051281103931, -74.19957503981321, 40.56058644260783, -74.19950925573661, 40.56052682938565, -74.19937851551794, 40.56040835333153, -74.19923876119877, 40.56028170606632, -74.19845264920644, 40.55957374013276, -74.19776254390209, 40.55896024631904, -74.19769481387625, 40.558886734855975, -74.19878508875763, 40.55789102036113, -74.19887413853695, 40.55780493780965, -74.19903492519597, 40.55763250082405, -74.19946683295417, 40.55718086249256, -74.19995765073938, 40.556680239289165, -74.2001614354451, 40.55647498712743, -74.20026334971807, 40.556379042789914, -74.20043813826382, 40.556242882384865, -74.20059546205714, 40.55612456916794, -74.20070042206488, 40.556070934039745, -74.20079377955791, 40.556044045879, -74.20095127634804, 40.55600363566761, -74.20131019027042, 40.55592283127286, -74.20154075936763, 40.55588679298361, -74.20170715015199, 40.55587091092457, -74.20194948427982, 40.55586380313485, -74.20211011502684, 40.555874656498865, -74.20233797958387, 40.555909890077594, -74.20253945758257, 40.55592953386886, -74.20279655210611, 40.5559736230119, -74.20299230299199, 40.55601113810092, -74.20334307078642, 40.556133010146276, -74.20335720081052, 40.555979313573395, -74.20333049578902, 40.55583905043898, -74.20320406228537, 40.55555197325544, -74.20291039153678, 40.55494434047005, -74.20262829834655, 40.5543431864996, -74.20216129640949, 40.55335962385657, -74.20185090027637, 40.55268910950356, -74.20160855285735, 40.55216839123601, -74.20124966126251, 40.551411371810275, -74.20101223355663, 40.5508919502906, -74.20095827513376, 40.550793018093536, -74.20095069468758, 40.550767124049685, -74.20091707763673, 40.55067639157083, -74.20014378246286, 40.54880016925596, -74.19995725562124, 40.54835045313389, -74.19983036661299, 40.548091349629395, -74.1999190906921, 40.54806575886257, -74.19994567891881, 40.54806192764814, -74.2000178595472, 40.54806492137796, -74.2000961991173, 40.548053366193265, -74.20017126937358, 40.548035371569085, -74.20019813825992, 40.54802868873259, -74.20042641026656, 40.54796854585567, -74.20062658513811, 40.54790637409607, -74.20073961403276, 40.54788337067294, -74.20082857369577, 40.54786763327742, -74.20090586033417, 40.547851914434936, -74.2009714727839, 40.54783621687268, -74.20107061268708, 40.54780933093546, -74.20113618602971, 40.54778027580247, -74.20125638533655, 40.54770328070823, -74.20151451296037, 40.54755816255817, -74.20143090619486, 40.54730754886507, -74.20125423911396, 40.54689700761016, -74.20096144600464, 40.54627963774824, -74.20093373224648, 40.546216695143805, -74.20093391229676, 40.54618863344483, -74.20094337635008, 40.546169402296826, -74.20095048304444, 40.54615020318973, -74.20086381281543, 40.54595207275062, -74.20070289132869, 40.54559822829476, -74.20054430733468, 40.54524740350042, -74.20040353724765, 40.54493478565713, -74.20187840514093, 40.544589337420796, -74.20211807104411, 40.5445273403329, -74.20233733669829, 40.54448127033075, -74.20241553078736, 40.54446295533733, -74.20265007074687, 40.54440776786935, -74.20266596460917, 40.54439183647331, -74.20268203187375, 40.54437586604624, -74.20283159538738, 40.54433926019828, -74.2030173014374, 40.54429425766336, -74.20303633018361, 40.54428832555233, -74.20306394440807, 40.544260631376346, -74.20297564635094, 40.544056382674775, -74.20289484518524, 40.54390166237019, -74.20279900340373, 40.54371477105068, -74.202696820064, 40.54353503654333, -74.20215161835085, 40.5423923156083, -74.20218277410922, 40.5423820082271, -74.2021596004881, 40.54232132273619, -74.20209760268739, 40.542164234576965, -74.20202548379368, 40.54200700029447, -74.20199928410231, 40.5419471810001, -74.20195264356504, 40.541864854702375, -74.20190384594574, 40.541726859653636, -74.20187682381608, 40.54167019723138, -74.20173303173189, 40.5414169293269, -74.2017148132261, 40.541371948373815, -74.20166930895205, 40.54126418270936, -74.20163197196318, 40.54117437995224, -74.2014851602147, 40.540835819790004, -74.2014077806871, 40.54069186544078, -74.2013928191318, 40.540655440054735, -74.20134791908023, 40.5405461179844, -74.20130627538975, 40.540445252461645, -74.20126087080727, 40.54033527745614, -74.20110365935122, 40.53998589984821, -74.20104821648219, 40.539896407769454, -74.20099093424186, 40.5397671154813, -74.20097708421949, 40.539730024403156, -74.20087321914089, 40.5395184565611, -74.20078133329586, 40.53928846715632, -74.20075151119042, 40.53921382668437, -74.20072386685965, 40.53913876725312, -74.20066656240125, 40.53898317397159, -74.20055833215727, 40.53877044007482, -74.20053974986422, 40.538728416902885, -74.20051570000352, 40.53867375623979, -74.20049169917291, 40.53861772037727, -74.20046825123455, 40.538530352320635, -74.2004419635287, 40.53843239718787, -74.20033614929473, 40.53819307972747, -74.20021391778268, 40.53793703554247, -74.20016586374577, 40.53785046767085, -74.20011524300706, 40.5377601013159, -74.20004908952446, 40.53762020766056, -74.19989009920626, 40.53725549451749, -74.19985056287668, 40.53717941185666, -74.19981541304864, 40.537102634444, -74.19978905518514, 40.53704506082489, -74.1997466610614, 40.53692380803134, -74.19964296975235, 40.536720230942045, -74.19955926522509, 40.5365375032026, -74.1995445599198, 40.53648267930075, -74.19952540884427, 40.53641180848002, -74.19940161614738, 40.53615257013856, -74.19927429322564, 40.53589224994744, -74.19922240356821, 40.53583500597379, -74.19917190069367, 40.535778099971104, -74.19895943878538, 40.53532737770325, -74.19891447905027, 40.53522599742404, -74.19887196731783, 40.53515354690688, -74.19861556187175, 40.534562455275456, -74.19858134147267, 40.534480152016485, -74.19845049632401, 40.534522874258364, -74.19814283959425, 40.53461765417814, -74.19616558493715, 40.53516810062914, -74.19612352660502, 40.535084219702334, -74.19608624973313, 40.535023659715584, -74.19606758632054, 40.53499732948344, -74.19602777560362, 40.534956137894405, -74.19598791732608, 40.53492527544826, -74.19593121649866, 40.534890068760056, -74.1958791205559, 40.534864291738714, -74.19584454362506, 40.53485094724147, -74.1957829954679, 40.53483347027236, -74.19571425228433, 40.53482043434071, -74.1956706782225, 40.53481481906519, -74.19561087105663, 40.53481185197322, -74.19554551319438, 40.534814609966055, -74.19551210898216, 40.53481760708466, -74.19546843288973, 40.534825526867316, -74.19539314800848, 40.53484620780617, -74.19516690190883, 40.53491252580554, -74.19405744073913, 40.5352536845583, -74.19388882479156, 40.53531097475939, -74.19372289686319, 40.535357530366376, -74.19356025036186, 40.535405856945836, -74.19347277035033, 40.53523444810207, -74.1934184574094, 40.53512795563073, -74.19329022513372, 40.534876670774636, -74.19323375880272, 40.53476611864955, -74.19300900889934, 40.534325732463124, -74.19516357969329, 40.533774831935546, -74.19535695999711, 40.53372240379707, -74.19547077902637, 40.533686183474245, -74.19565944375505, 40.53362452251766, -74.19570416435845, 40.53360799991988, -74.19580865158571, 40.53356285560873, -74.19594038246859, 40.53349582416041, -74.19611108208056, 40.53339138103125, -74.1963512649665, 40.53321068354017, -74.1966574317323, 40.532934575765886, -74.19678610239096, 40.53282542629847, -74.19731375699752, 40.53247974108567, -74.1974824880198, 40.532421263230965, -74.197448537818, 40.53235806480257, -74.19743182807323, 40.53232778800666, -74.19716553575391, 40.531851930153145, -74.19711603390503, 40.53176985891009, -74.19675916822214, 40.5311052847259, -74.19672385669165, 40.531039844291534, -74.19656011039301, 40.53074400529084, -74.1963266598111, 40.53036791387295, -74.1962350304585, 40.53018913882105, -74.19608390254149, 40.52991142504072, -74.19552155710993, 40.530190356161285, -74.19528934601088, 40.53029964259415, -74.19515360412292, 40.53035846100285, -74.19488154926628, 40.53048125023804, -74.19471137058757, 40.530556812493586, -74.19465728250552, 40.530570667916486, -74.1945397517158, 40.530619420111314, -74.19455985139736, 40.530504044371455, -74.19455522463271, 40.53047434102733, -74.19455956440734, 40.53045451210763, -74.19456896588049, 40.5304350015016, -74.19472476904244, 40.53026534224782, -74.19479361910851, 40.53019159361149, -74.19493999014063, 40.530035312128526, -74.19515200998386, 40.52981247777326, -74.19551493416564, 40.52942673508242, -74.19561962399516, 40.52931388421965, -74.19564337095298, 40.52928491872683, -74.1956496552127, 40.5292699006834, -74.19565045743057, 40.52925164917371, -74.19564578964753, 40.5292362922846, -74.19562833519906, 40.52921030841709, -74.19532126289113, 40.528789690278614, -74.19514836117105, 40.52856274725889, -74.19330438502594, 40.52608942531272, -74.19328025573678, 40.52605918110955, -74.1932629934035, 40.52604475125918, -74.19324984119562, 40.526035112512275, -74.19317538698905, 40.52601906880591, -74.1918415932292, 40.52386207886298, -74.18764498750159, 40.51704467125274, -74.1875749659077, 40.51699367068031, -74.18772389445145, 40.516846900047184, -74.1877368356548, 40.51683485229305, -74.18778918054659, 40.51679323148531, -74.18783359428444, 40.51674640415668, -74.1878763804419, 40.516699878450936, -74.18792354831581, 40.51665773924457, -74.18796636754483, 40.51661210677716, -74.18801408758773, 40.51656914984748, -74.18806891911743, 40.51653159433593, -74.18811559675908, 40.51649563709617, -74.18812989844493, 40.516478598126994, -74.18815542295344, 40.51644818768894, -74.1881918168556, 40.51640000546001, -74.18823827767247, 40.51635456863779, -74.18828845327921, 40.51631468918182, -74.18833572343846, 40.516272187622825, -74.18838040183455, 40.51622616021728, -74.18842278326422, 40.51617821303109, -74.18845216672085, 40.51614386807565, -74.18852486441145, 40.51605767865996, -74.18856525236653, 40.516007531095674, -74.18861096773311, 40.515964891493255, -74.1886640508945, 40.51592147701239, -74.18871559932005, 40.51588073420349, -74.18876169569224, 40.51583310137103, -74.18880301381418, 40.51578402742578, -74.18884361637524, 40.51573646663392, -74.18887781216596, 40.515686561482504, -74.1889207468197, 40.51563963440098, -74.18895782578319, 40.51559580306266, -74.18898221742965, 40.51554390223354, -74.18901279069983, 40.515493629285054, -74.18904837328857, 40.515445606608814, -74.18907800424658, 40.51539720199494, -74.18913167312891, 40.51529582636265, -74.18913184237562, 40.515268897509344, -74.18880471790214, 40.515093473255554, -74.18880306656244, 40.5150769683406, -74.18880840814404, 40.51506316792352, -74.18882932451406, 40.515062976821646, -74.18900502234698, 40.51514404249039, -74.18912522314521, 40.515186831331654, -74.18917545389534, 40.51518861895481, -74.18923889177677, 40.515208734898984, -74.18931243314388, 40.515219521754176, -74.18937144899495, 40.515217683672375, -74.18944232456471, 40.51520670360829, -74.18948356278116, 40.515189282306046, -74.18953745489156, 40.51514694221582, -74.18959262162026, 40.51510638754837, -74.18964067625322, 40.51506357977021, -74.18967565957949, 40.51501751293961, -74.18969948061824, 40.51496355878661, -74.1897258774648, 40.51490836754383, -74.1897604216153, 40.514858109441214, -74.18979722007725, 40.514802685757, -74.18983120910217, 40.51474769986272, -74.18987045474782, 40.51469272957658, -74.18991550901389, 40.51464393541249, -74.18996125871396, 40.514595322887175, -74.19000726243759, 40.514543946193434, -74.1900550247878, 40.51449070246983, -74.19009411845309, 40.51444215584448, -74.19013451805532, 40.5143902219464, -74.19017769084832, 40.514342579871915, -74.19023125217512, 40.51429676034797, -74.19028214688545, 40.51424807522749, -74.19032601103068, 40.51420212945113, -74.190367814686, 40.51414904406367, -74.19040707611757, 40.51409202305519, -74.19044373326564, 40.51404034650287, -74.19048995884569, 40.51399048663891, -74.19053463465865, 40.513945435462624, -74.19057511629568, 40.51389849741626, -74.19061620960315, 40.51384719166476, -74.1906504021838, 40.51379737693357, -74.19068568410898, 40.51374105764777, -74.190728888535, 40.51368824446083, -74.19077533517257, 40.51364034276752, -74.1908254819807, 40.51359905740825, -74.19087762346247, 40.51355635397535, -74.19089992060681, 40.51352129974286, -74.19091207573159, 40.51348273139421, -74.19096802897039, 40.513446906138846, -74.1910339781928, 40.51341967689754, -74.19106565400897, 40.513398121290784, -74.1910984394847, 40.51334910393492, -74.1911291111793, 40.513301148213436, -74.19112919285426, 40.513269046847526, -74.19110165634658, 40.51326297539265, -74.1910287509344, 40.51326226737035, -74.19095011968813, 40.513262074025896, -74.1908791659053, 40.51326716838519, -74.19080757999964, 40.51328064409324, -74.19073442909797, 40.51328198590067, -74.19069030990327, 40.513274605515576, -74.19071024138417, 40.51324453608676, -74.19075339446077, 40.513218920811774, -74.1908221043659, 40.51319865721343, -74.19088515232998, 40.513168652040555, -74.19094202722091, 40.51313461551954, -74.19099114060533, 40.51310884345215, -74.19104081088611, 40.51308761901894, -74.1910949150508, 40.51304857737937, -74.19114448544579, 40.51300523692523, -74.19120174089014, 40.51296656190593, -74.19124715386083, 40.512915630552264, -74.19129010808406, 40.51286602345681, -74.19133863580622, 40.512821252811214, -74.1913884250066, 40.51278068191928, -74.19143730338553, 40.51273644646275, -74.1914870093669, 40.51269034460453, -74.19152486172473, 40.51267175391867, -74.19155965681605, 40.51265600589645, -74.19157955107883, 40.51263208970541, -74.19158774227606, 40.512592258149596, -74.19162440648947, 40.51255805960796, -74.19167698855222, 40.51251927598337, -74.19173061883815, 40.512480677893834, -74.19177827231728, 40.51244517858781, -74.19180186689705, 40.51240861451882, -74.19181983523521, 40.51235544144711, -74.19184974729515, 40.51229803302189, -74.19189454330939, 40.51225199862703, -74.19193840364726, 40.512207212114255, -74.19198286518588, 40.51215814705601, -74.19203140938758, 40.512111238225096, -74.19206807826073, 40.51205706485087, -74.19209878176859, 40.512004203617295, -74.19213726539998, 40.51195913155271, -74.19219697121216, 40.51192046453687, -74.19225618334428, 40.511886165892804, -74.19228542405841, 40.51186219429705, -74.19230983176578, 40.51180699316726, -74.19234481879312, 40.51177902797763, -74.19240506386248, 40.51174785506971, -74.19246264952461, 40.51171221365139, -74.19250700436363, 40.51168124924261, -74.19254339808178, 40.5116337626193, -74.19258076287207, 40.51158056858922, -74.19262884417198, 40.51153258774636, -74.19266838404387, 40.51148618094221, -74.19270783575206, 40.51143540399435, -74.1927446011876, 40.51138434877714, -74.1927805307686, 40.51133641349145, -74.19282065461613, 40.51128965174416, -74.19286147813578, 40.511244137843605, -74.1929118246903, 40.5112073124565, -74.19301696229574, 40.511166379445385, -74.19305907998658, 40.51111720714056, -74.19309392104772, 40.51106875758188, -74.19312812340192, 40.511016921288665, -74.1931574402424, 40.51096522288391, -74.19318790095592, 40.510912922792166, -74.19322187712802, 40.51086126155402, -74.19325493163575, 40.51081037091111, -74.19328875754049, 40.51076104768474, -74.1933256436885, 40.510712440618825, -74.19336127630201, 40.51066408239821, -74.19339344167969, 40.510611800090544, -74.19343092946933, 40.510560769547105, -74.19348074092868, 40.5105138246387, -74.19353807685891, 40.510473179744125, -74.19359765632157, 40.51043480667877, -74.19365774079013, 40.510400946192846, -74.19372610869333, 40.51037633816031, -74.1937993884293, 40.51036642206555, -74.19387389496724, 40.51036700404636, -74.1939461364648, 40.51036687478462, -74.19401953060398, 40.5103569583559, -74.19409162690643, 40.51034217670342, -74.19415946637814, 40.510314444462296, -74.19422429797086, 40.510282528900156, -74.1942866269542, 40.51025059232297, -74.19435014094057, 40.51022369217772, -74.19441702165923, 40.510199852603094, -74.19448662410827, 40.51018488131217, -74.19453430395899, 40.51016964726336, -74.19459506411933, 40.51013631014936, -74.19465196852961, 40.51010259861784, -74.19471420873951, 40.510068666380555, -74.19477293376086, 40.510034621204866, -74.19483514830667, 40.51000285652409, -74.19489726747578, 40.50996996360558, -74.19495466975907, 40.5099327020836, -74.19500892547507, 40.509893072078654, -74.1950689039038, 40.50985886432625, -74.19509373770737, 40.509848427280545, -74.19513492428344, 40.509831117487856, -74.19519969166043, 40.50980379419117, -74.19526624904178, 40.50977856605032, -74.19533518884613, 40.50976193839298, -74.1954066355734, 40.50975330584592, -74.19548068265885, 40.50974547390026, -74.19555529379656, 40.50973807950448, -74.19562947997127, 40.509736665312815, -74.19570487756654, 40.50973837835394, -74.19577718399158, 40.50974171667463, -74.19585052921347, 40.50974402386971, -74.19592384091764, 40.50974858060253, -74.19599919510289, 40.50975358946928, -74.19607052798675, 40.509761689476704, -74.19614126718538, 40.509772121930105, -74.19621388089735, 40.50978647384988, -74.1962849400879, 40.50980662060027, -74.19635495507733, 40.50982875116274, -74.19642375839179, 40.509847665257205, -74.19649445468711, 40.50986954422092, -74.19656057045302, 40.509894505400354, -74.19662680827881, 40.509918428019915, -74.19669249629683, 40.509941133124606, -74.19675412530907, 40.509970136262645, -74.19681286426474, 40.5100029301577, -74.19687192845093, 40.51003676718066, -74.19693510076154, 40.5100693336785, -74.19699325337167, 40.510103684605625, -74.19704954830466, 40.51014062141681, -74.1971059719646, 40.51017677811917, -74.19716319925334, 40.510212162558375, -74.19721901818052, 40.5102512595784, -74.19727344715824, 40.51029190967549, -74.19732653990656, 40.510330726761325, -74.19737880755251, 40.5103717929679, -74.19743734480427, 40.510411173376795, -74.1974979888186, 40.510445975431175, -74.19755593357387, 40.51047885226118, -74.19761415876165, 40.51051597368395, -74.19767269997797, 40.51055500906254, -74.19773323215844, 40.510589811185305, -74.19777671778093, 40.51061667565213, -74.19783177894543, 40.510652648836285, -74.19789049887137, 40.51068700283377, -74.19794821604549, 40.510719788904595, -74.19800636594088, 40.51075405107128, -74.19806197338394, 40.51079193503064, -74.1981239882327, 40.5108260526865, -74.198188661397, 40.51085698594218, -74.19824648357391, 40.510890466891986, -74.19830748814326, 40.510923622625306, -74.19837193745504, 40.51095420675847, -74.19843334644916, 40.5109828572681, -74.19849712614545, 40.51101239697186, -74.19856478021914, 40.51104101049465, -74.19863074226711, 40.5110691793419, -74.19869707933405, 40.51109448921551, -74.19876415884309, 40.51111512040517, -74.19883555225059, 40.51113622406526, -74.19890144651887, 40.51116057642263, -74.1989692635216, 40.51118554857665, -74.1990395430533, 40.51120499616284, -74.1991090036847, 40.51122599314003, -74.19918239657736, 40.511241734053705, -74.19925446723141, 40.51125443251952, -74.19932761786868, 40.51127121117309, -74.19939976948808, 40.51128650924112, -74.19947337590511, 40.51130337976474, -74.19954393503428, 40.511327073462276, -74.1996089852984, 40.51135549278039, -74.19967495749417, 40.51138048663747, -74.19973686092322, 40.511416738776454, -74.19979677484667, 40.51145526278399, -74.19984541771991, 40.51149586410084, -74.1998971038524, 40.51153813688596, -74.19993986857645, 40.51158502330304, -74.1999674860514, 40.51163508885676, -74.19997524443713, 40.51169210418791, -74.19996577775828, 40.51173771638501, -74.19993993983226, 40.51178441972928, -74.19990716789903, 40.511822916896456, -74.19989201613359, 40.51187750197734, -74.19989105534863, 40.5119326323775, -74.19990088138427, 40.511987844849656, -74.19992171949873, 40.51204349110653, -74.1999432431738, 40.51209913976724, -74.1999551286746, 40.51215332924496, -74.19997975966241, 40.51220562250847, -74.1999884240804, 40.51224600254407, -74.20002903359455, 40.51229287106908, -74.20004971767963, 40.512317478057334, -74.20006156912649, 40.51237444031867, -74.2000653206309, 40.512391202572616, -74.20006979418682, 40.51241543977863, -74.2000753855093, 40.51244572390459, -74.20008628156816, 40.512488983543165, -74.2001045312688, 40.51254304664115, -74.20011711264263, 40.51259628752856, -74.2001256816652, 40.51263510529748, -74.20022295344751, 40.51272234391412, -74.20032388476018, 40.512812861199, -74.2003400527117, 40.51280330625799, -74.20037122304383, 40.512774417733674, -74.20040523865377, 40.512761851765354, -74.20048049868176, 40.512765298139435, -74.20055287852466, 40.512772270574345, -74.20062828401504, 40.512773462567544, -74.20070290329298, 40.51277412907526, -74.20077615830759, 40.512774697962094, -74.20085008008778, 40.51277648405413, -74.2009237940983, 40.51277705564557, -74.20100012313586, 40.512768718156586, -74.20107576870798, 40.51276028725845, -74.20115255684146, 40.51275160756232, -74.20122752155126, 40.51274317055308, -74.20130580188588, 40.51273320217941, -74.20138020858262, 40.51272441394135, -74.20145515132988, 40.51271771394677, -74.20152714028993, 40.51271124962574, -74.20160406322024, 40.51270074671525, -74.20167882855903, 40.51269040243587, -74.20175046157483, 40.512676654202316, -74.20182351351747, 40.5126580603714, -74.20189826818904, 40.512639912863705, -74.20197220224382, 40.51262392892706, -74.20204852954546, 40.512606918626545, -74.20211940882159, 40.51258978459088, -74.20219215456822, 40.512569106334006, -74.20226343453962, 40.512547551695484, -74.202336601831, 40.51252895823457, -74.202409518838, 40.512520852756374, -74.20248301612511, 40.51252046826439, -74.20255679945491, 40.51251557786217, -74.20262893267969, 40.5125065992118, -74.20270002841245, 40.51249050364806, -74.20276974321067, 40.51247543798616, -74.20284537046695, 40.51245998541035, -74.20291534633674, 40.51244232296654, -74.20298422008104, 40.51242230844022, -74.20305332556508, 40.51240168830538, -74.20312254572973, 40.51238115797901, -74.20319493828691, 40.51236984163452, -74.20327178252258, 40.51236549197568, -74.20334484014003, 40.512355220776136, -74.20341757363143, 40.51234390728922, -74.20349598253635, 40.512332635023775, -74.20357103066105, 40.51231813035494, -74.20364291586546, 40.512302213812674, -74.20371760722105, 40.51228874799354, -74.20378855319836, 40.512275166303795, -74.20386004430105, 40.51226314602392, -74.2039309929681, 40.51224930398766, -74.20400228469559, 40.51223537664776, -74.20407631897396, 40.512237074910594, -74.20414918416988, 40.51224154073716, -74.20422481436671, 40.51224307757201, -74.20430093558355, 40.51224158409523, -74.20437357553129, 40.51223720245924, -74.2044476288946, 40.51222893246637, -74.20452073208891, 40.512215539194585, -74.2045905918873, 40.51219795968407, -74.2046592274806, 40.51217863708407, -74.20472652597822, 40.51215731134455, -74.20478157036773, 40.51215227102811, -74.20485709635317, 40.512152941320835, -74.20493259724998, 40.512155434284296, -74.20500650420976, 40.51215834338915, -74.20508276667185, 40.51216369858345, -74.2051567703293, 40.512167738486255, -74.20522863106636, 40.512170547544635, -74.20530396919992, 40.5121684388392, -74.20537880732739, 40.512161042157935, -74.20545067887599, 40.51214625107139, -74.2055260895545, 40.51212975429933, -74.20559773735133, 40.512114356563046, -74.20566953156944, 40.51209670538985, -74.20574086325159, 40.51207982765685, -74.20581565963197, 40.51206696634032, -74.2058866901372, 40.51205537607682, -74.2059594423124, 40.51204232832142, -74.20603037570592, 40.51202987183184, -74.2061014674837, 40.512013686813695, -74.20617668093105, 40.51199493323575, -74.20625178498382, 40.51197591955141, -74.20632278661317, 40.5119580865853, -74.20639671622943, 40.51194201335141, -74.206471203037, 40.51192680717983, -74.20654490302567, 40.511910902662784, -74.20661689398082, 40.511895594625344, -74.20667958813243, 40.51188397024893, -74.20676481230666, 40.511867778279786, -74.20683958294168, 40.511856650765104, -74.2069155908529, 40.51184691769534, -74.20698695893235, 40.51183550444656, -74.2070564361519, 40.51182121376434, -74.20713090101951, 40.51180739582313, -74.20720108311555, 40.51179137656167, -74.20727046901426, 40.511775441544025, -74.20734044689694, 40.5117575116381, -74.2074107189627, 40.511743142759975, -74.20748046723365, 40.5117253860855, -74.20769124120038, 40.511665357252596, -74.20806988815787, 40.51153455271814, -74.20831250989514, 40.51143978102651, -74.20837361564945, 40.51140255649369, -74.20841658541659, 40.511377078978185, -74.20860799287763, 40.51130861322362, -74.20865384363248, 40.51128195969124, -74.20885871009689, 40.51119330254327, -74.20892656819626, 40.511155838492314, -74.20896301818158, 40.51113470239543, -74.20916870638845, 40.51103254152508, -74.20922110445373, 40.510992127415996, -74.20927110195916, 40.51095603480848, -74.20941805782925, 40.51087509172887, -74.20947608124041, 40.51082525938384, -74.20962575449185, 40.51071593172278, -74.20967396674754, 40.510669782360104, -74.20970355471948, 40.510644701626475, -74.20982639591791, 40.51055570089661, -74.20987111159762, 40.51050792788038, -74.20990477468824, 40.51047157489179, -74.21000184453102, 40.51039341307492, -74.21004700590615, 40.510345996684734, -74.21017236316105, 40.51020645854117, -74.21021190144467, 40.51015991058904, -74.21035176105833, 40.510003947000364, -74.2103936235846, 40.50995595297325, -74.21042877730547, 40.50990680774453, -74.21046406328611, 40.50985696615125, -74.21049808689317, 40.509807538405184, -74.21052404289533, 40.50975632708604, -74.21054647171069, 40.50970043946669, -74.21056951076032, 40.50964726582614, -74.21058969320708, 40.50959404519158, -74.21059465196507, 40.50957751493731, -74.21060640607716, 40.50953832744203, -74.21061943291865, 40.509483684485, -74.21062948964543, 40.50942890919593, -74.21063818654757, 40.509373935582936, -74.2106444372378, 40.509316220737595, -74.21064627915293, 40.50926122728591, -74.21065203866642, 40.50920490106063, -74.21065830447618, 40.509146751229174, -74.21066621920832, 40.509091068529024, -74.2106720803524, 40.509035178873326, -74.21067916604332, 40.50897625667972, -74.2106942668645, 40.508920862463114, -74.2107141906856, 40.50886467142383, -74.21073960691997, 40.508812320969334, -74.21077800955247, 40.508765579485306, -74.21081672782682, 40.50871980187794, -74.21086592535467, 40.50867515228098, -74.2109175261468, 40.50863873360936, -74.2109795038365, 40.508607277580325, -74.2110465871343, 40.50858122252392, -74.211119409416, 40.50856685567974, -74.21119223075685, 40.50855257434162, -74.21125851003293, 40.50853086750765, -74.21132961277434, 40.50851263320943, -74.21139792295126, 40.50849182939054, -74.21145949656974, 40.508462545928325, -74.21151629774212, 40.5084239453212, -74.21156509233623, 40.50838155559937, -74.21160712387949, 40.50833574369828, -74.21165097141456, 40.50829039760952, -74.21169077212963, 40.50824245733197, -74.21173254606164, 40.5081976886752, -74.21177880996916, 40.50815168159111, -74.21182650727505, 40.50810752873904, -74.21187151892191, 40.50806141406349, -74.21191164512652, 40.5080142664757, -74.21194515098269, 40.50797520887103, -74.21199181442265, 40.507935487574926, -74.21204150406048, 40.507889446138876, -74.21208582157941, 40.507843672161, -74.21211630485843, 40.50779392627516, -74.21214835591307, 40.50774115619837, -74.21218628725616, 40.50769065808876, -74.21223097405672, 40.507643841455675, -74.21227179567464, 40.50759626740253, -74.21230903634255, 40.507562763566085, -74.2123421719012, 40.507512014022204, -74.21237369673707, 40.50746193564382, -74.2124120409793, 40.507413015326414, -74.21245781931644, 40.50736377415222, -74.21250280719752, 40.50731827163064, -74.2125571405966, 40.50727806131859, -74.21261395530895, 40.50724312079918, -74.21266840690659, 40.50720264816026, -74.21272357163872, 40.50716532963732, -74.21277672609303, 40.50712213434124, -74.21282415327671, 40.50707954759471, -74.2128675675414, 40.50703314821524, -74.21290373155254, 40.507005552769456, -74.21295950468884, 40.506983766279085, -74.21300169620002, 40.50697318957701, -74.21302037990054, 40.50696551298398, -74.21306548705003, 40.50693838987531, -74.21308392835323, 40.506926107500874, -74.21311019292216, 40.50689642672713, -74.21314407246146, 40.506862846909634, -74.21316453015135, 40.50682692451455, -74.21319650635233, 40.50679548427846, -74.21324158993409, 40.506750301875435, -74.21327896975012, 40.506714117478744, -74.21331845345851, 40.506666209635796, -74.21335915155402, 40.50662065531299, -74.21339871233891, 40.50657142621821, -74.2134168932391, 40.50654081754726, -74.21345891402564, 40.50649313457259, -74.21349250160091, 40.506444350611304, -74.21353131243073, 40.50639715536565, -74.21355319372665, 40.50638855059073, -74.21357575262537, 40.506388198826954, -74.21363527064146, 40.50642172651886, -74.2136846633713, 40.50642561401185, -74.21373189527489, 40.506430412343654, -74.21379917051598, 40.50643551551952, -74.21387324080258, 40.506436378895444, -74.21394813307282, 40.5064334503519, -74.21402136791671, 40.50642026148706, -74.21408718821097, 40.506396907694025, -74.21415182778006, 40.50636812045516, -74.2142189346689, 40.50634535853654, -74.21428130591025, 40.506317838004456, -74.21434880385053, 40.50629269787488, -74.21440640349489, 40.506267623026396, -74.2144740444872, 40.506247755170776, -74.21453638209665, 40.506219006236655, -74.2146002222858, 40.506190494000286, -74.21466869563716, 40.506167182639565, -74.21472473576162, 40.50614002491562, -74.21475807594526, 40.50610785856158, -74.21478529618871, 40.50605354876216, -74.21480584803419, 40.50603406510695, -74.21486203356876, 40.505999341673316, -74.21491890776404, 40.505960127769924, -74.21498041979419, 40.50592646863735, -74.2150453337645, 40.50589925721028, -74.21511009215376, 40.505870642108455, -74.21515571781701, 40.50583722788526, -74.21520739247333, 40.50579730496135, -74.21525561047535, 40.50575743532531, -74.21530012126198, 40.50571234863722, -74.21534426701214, 40.505696801870464, -74.21536824289504, 40.505684824827696, -74.2154180548971, 40.50564431365403, -74.21546010922356, 40.50559777085115, -74.21551139675049, 40.50555644728788, -74.21555883416599, 40.505513160569095, -74.21560643757067, 40.50546758616697, -74.21565404209515, 40.50542640273744, -74.21570351426297, 40.50538598663298, -74.21572878148386, 40.505357814618876, -74.21578066375217, 40.50531700672135, -74.21582269030189, 40.505269675870274, -74.21585417898736, 40.50522013150526, -74.21588834927314, 40.50517169064176, -74.2159253050398, 40.50512839196859, -74.21596978734213, 40.505082426151404, -74.21601490665229, 40.505038649211784, -74.21605487595679, 40.504991873272246, -74.21608923051187, 40.50494175791148, -74.21611659092493, 40.50488859030035, -74.21615796700145, 40.504838366238715, -74.21617758782284, 40.50479279026815, -74.21620335040586, 40.504740260520634, -74.21623515164525, 40.50468939527928, -74.21626827237391, 40.50464052762413, -74.21630088601249, 40.5045899156836, -74.21635037770481, 40.50455037637757, -74.21641143290658, 40.50451689473699, -74.21646146377162, 40.50447594143088, -74.21649546346933, 40.50443409530163, -74.21653298716882, 40.504394831542996, -74.21657780628767, 40.50434859739245, -74.2166161336664, 40.50430070499088, -74.21664170787376, 40.50424445359806, -74.21668302823636, 40.50419621242055, -74.21672412070339, 40.50414901897721, -74.21677060246587, 40.50410262671855, -74.2168061932097, 40.50405384969559, -74.21685678846687, 40.50401140386701, -74.21691447085642, 40.50397527266008, -74.21694967116126, 40.50394111106771, -74.2169924877044, 40.50389234824187, -74.21703176110779, 40.50384095174008, -74.21706986955829, 40.503793404501984, -74.21710799286343, 40.50374209209747, -74.21714954514813, 40.503694989483655, -74.21719693881404, 40.50364877272895, -74.21724304876938, 40.50361051908989, -74.21727521561229, 40.50355639563647, -74.21730864982064, 40.50350166101398, -74.21733404768021, 40.50344804925618, -74.21735652257, 40.50341272833702, -74.21736953947385, 40.50339410768958, -74.21735848789199, 40.50333683855936, -74.21734788552253, 40.50328202162702, -74.21734691762809, 40.50322669835786, -74.21735077647433, 40.50320272068038, -74.21738377169044, 40.50317704974473, -74.21740591318552, 40.50317420264157, -74.21747625593343, 40.50319551733329, -74.21754180996972, 40.50320806807417, -74.21761689824599, 40.5032146869022, -74.21769108052754, 40.50321841579054, -74.21776997808352, 40.50321847682023, -74.21784041429733, 40.503209767364226, -74.21791146219054, 40.50319037999229, -74.21798536934874, 40.5031719624215, -74.21803335180654, 40.50315682066942, -74.21807208364788, 40.50313001837351, -74.21809145841284, 40.50309600266801, -74.21809880341763, 40.503058377075405, -74.21812236468523, 40.50300581234754, -74.21813387688611, 40.50299217801833, -74.21816897775298, 40.5029893565629, -74.21820278646702, 40.502995107019466, -74.2182594319737, 40.50303250556797, -74.21829163319268, 40.50303947927705, -74.21836688178425, 40.503032004878726, -74.21844032252865, 40.50301752322796, -74.21850952442875, 40.50300014538473, -74.21858204951783, 40.502983823798004, -74.21865035648155, 40.50296084266094, -74.21871569508428, 40.50293278003333, -74.21878196723988, 40.502900164298026, -74.21884788281861, 40.50287000045334, -74.21892042425112, 40.502850090900075, -74.21899306471961, 40.50283341762518, -74.21906548088435, 40.502814907646396, -74.21913446107197, 40.50279586656528, -74.21920378663008, 40.502776388925206, -74.2192719735631, 40.502755068228, -74.21933775605797, 40.50273155748849, -74.21939396350717, 40.50269896153559, -74.21945895434963, 40.5026632428217, -74.21952178465156, 40.50262992091839, -74.2195867744127, 40.50260325428539, -74.21964459826292, 40.50259592135355, -74.21971821727557, 40.50259571017942, -74.21979477190325, 40.502595278108146, -74.21987246560336, 40.502591093085854, -74.21994448401533, 40.502590612872474, -74.22002636026262, 40.5025905018429, -74.22009872046563, 40.50259063864265, -74.22017255865367, 40.50259357681903, -74.22024799422405, 40.50260010410587, -74.22032079529042, 40.50260514241797, -74.22039324885813, 40.502611051265546, -74.22047063882768, 40.50261601042777, -74.22054666051558, 40.502618166108476, -74.22061572738575, 40.5026073503326, -74.22069021783673, 40.50258700365611, -74.22075371085941, 40.502560948900104, -74.2208187132997, 40.502530430867125, -74.22086668862114, 40.50251738978406, -74.22094191308562, 40.50251822925822, -74.22101942103866, 40.502521783893016, -74.22109592925605, 40.5025148356907, -74.22117201186393, 40.50249834441479, -74.2212418021048, 40.50247589018712, -74.22130105996204, 40.502448163799556, -74.22135782281433, 40.50241228967369, -74.22141275870354, 40.502373000623415, -74.22143647502072, 40.50234424678731, -74.2214543071498, 40.50228922046075, -74.22147523808395, 40.50223446191237, -74.2214929518689, 40.502179697862616, -74.22151332983067, 40.50215461201857, -74.22153813477388, 40.50214397747446, -74.22157103779418, 40.50214666417518, -74.22160756265987, 40.50216397662445, -74.22165684782597, 40.50220739786779, -74.22168821988998, 40.502259275476376, -74.22171832641922, 40.50231158687657, -74.2217648653731, 40.50235465316634, -74.22182552132242, 40.50239249337544, -74.22189367817806, 40.50241651388604, -74.2219654436046, 40.502422687828144, -74.2220406155186, 40.50242265046543, -74.22211543645425, 40.50242278753554, -74.22215903407151, 40.502415602442596, -74.22221923327132, 40.50238017330435, -74.22226377647777, 40.502364671723996, -74.22233938778012, 40.50235133154906, -74.22241337039618, 40.502345602179425, -74.22248629923837, 40.50234617402983, -74.22255816858346, 40.50235628362725, -74.22263189515323, 40.502358693625915, -74.22270543587985, 40.50234709975707, -74.22277865775618, 40.50232762590017, -74.22284044513596, 40.50229806482368, -74.22290155363588, 40.50226552697143, -74.22296611586461, 40.50222896690154, -74.22302255076202, 40.50218740482346, -74.22307166141388, 40.50214074913484, -74.22311962500386, 40.50209435500857, -74.22317103248011, 40.50204665379545, -74.22322974706478, 40.50200955832499, -74.22329763006736, 40.50197379398161, -74.22335759136651, 40.50194090330727, -74.22339568276269, 40.50193405895607, -74.22346297544887, 40.5019409205703, -74.22353492533124, 40.50196215007526, -74.22358513691324, 40.50196617939526, -74.2236600415646, 40.5019594001048, -74.22373094798515, 40.50194587456663, -74.22380003235389, 40.501929367272645, -74.22386650167904, 40.50190629025038, -74.22393572566222, 40.50188112037954, -74.22400208283588, 40.501857343783556, -74.224071539137, 40.501831122455485, -74.22414191171795, 40.50180586646749, -74.22420965377981, 40.50177929089242, -74.22427947040241, 40.501747642124734, -74.22434689098753, 40.50171318743664, -74.22441967883456, 40.50168600842128, -74.22448614891407, 40.501661183103664, -74.22454657092119, 40.501627680343255, -74.22460835835177, 40.50159715384018, -74.22466830031635, 40.50157073824591, -74.22469466729994, 40.50153612417964, -74.22470328430748, 40.501495173597434, -74.22473123139355, 40.50146878819686, -74.22475099939767, 40.50146025835979, -74.22481440550868, 40.50145615830603, -74.2248820724928, 40.50145269374806, -74.22492466617132, 40.50143631242999, -74.22495121929377, 40.50141500330857, -74.22497402154028, 40.50138405683028, -74.2250035430443, 40.5013680892397, -74.22503485353073, 40.5013663105272, -74.22506921764437, 40.5013783643017, -74.2251172457297, 40.5014203816991, -74.22516540482304, 40.501458895747405, -74.2252312378781, 40.50149166300902, -74.22528653113197, 40.501522576016576, -74.22533190804455, 40.501569314618244, -74.22538280284995, 40.50161299946493, -74.22542677802873, 40.50163233487328, -74.22549633541503, 40.5016475171707, -74.22557153008906, 40.50165693123994, -74.22564947560325, 40.501668013940865, -74.2257246441351, 40.50168609558765, -74.22579670504955, 40.5017075828107, -74.22586729543502, 40.501722589948656, -74.22594122120115, 40.50173594070041, -74.22601179636044, 40.501754801158626, -74.2260744521356, 40.50177784574112, -74.22613204848335, 40.501804473573, -74.22620114203211, 40.50182263171752, -74.22627044333684, 40.50184709133811, -74.22634503507159, 40.50186648219024, -74.22641984663528, 40.50188911447762, -74.22648294280913, 40.501917064070156, -74.22654753284938, 40.50194440371991, -74.22661478482785, 40.50196386832201, -74.22668664473278, 40.501977739579495, -74.2267041436028, 40.50199308880939, -74.22677366504556, 40.502020086293086, -74.2268177529844, 40.502039773955126, -74.22688846746962, 40.502052243420046, -74.226960548191, 40.50206821681331, -74.22703564870855, 40.50207124083145, -74.2271156892504, 40.502071296773835, -74.22718873783569, 40.502070727125066, -74.22726076701022, 40.50206595306068, -74.22734849928511, 40.50206357297589, -74.22743301769181, 40.50206144864117, -74.22750814389082, 40.5020560667276, -74.22758350741798, 40.502048322197034, -74.22766622809266, 40.50203516432774, -74.22775295776745, 40.50202280261778, -74.2278392113402, 40.50201683016604, -74.22792245894624, 40.502018116509966, -74.22799802711161, 40.50201886242289, -74.22808184805922, 40.50201980080694, -74.22814235118543, 40.502023643780895, -74.22830436664319, 40.502535051941614, -74.22835886395569, 40.50268147187192, -74.22855901026749, 40.503290449421364, -74.22873504716496, 40.50380178849107, -74.22901951241057, 40.50468030209784, -74.2291336691188, 40.50497303095655, -74.22929940750977, 40.50544939408813, -74.22990827280927, 40.507334310476885, -74.23005607398689, 40.507729411033615, -74.23013922110404, 40.50794998461698, -74.23031805480075, 40.50847840043232, -74.23068755004618, 40.50953888608545, -74.2307775613567, 40.50980497539916, -74.2307908397135, 40.50984333478521, -74.2309879121332, 40.510414320609705, -74.23105817937206, 40.51053868854934, -74.23115527007579, 40.51082107013776, -74.23117608823189, 40.510877170084356, -74.23118201888072, 40.51089542903578, -74.23119450684946, 40.51094700257331, -74.23120896264399, 40.51099236927945, -74.23121418159215, 40.511007484103956, -74.23121908559315, 40.511022962477156, -74.23126487975382, 40.511167476765166, -74.23133502985183, 40.51138889511818, -74.23137886044415, 40.5115308089768, -74.23139407171502, 40.511600408355754, -74.23146796129915, 40.51182100950465, -74.23153466938676, 40.51202254101472, -74.23153631727219, 40.51204320039986, -74.23152469792905, 40.51208961205025, -74.23152362903843, 40.51211791883139, -74.23152717668579, 40.5121396379126, -74.23153071446605, 40.51215816642829, -74.23153458585631, 40.512173881909064, -74.23160920688196, 40.51239447878307, -74.23165113137378, 40.51249160481082, -74.23184698280635, 40.51311578417529, -74.2322871668848, 40.51459836935809, -74.23248430908045, 40.51536222375966, -74.23251034285963, 40.51546855176172, -74.23252797525097, 40.51554056489906, -74.232537686185, 40.5155802244626, -74.23258499739403, 40.51577344758776, -74.23260169369286, 40.51583886080998, -74.23267001563455, 40.51600391770534, -74.23276150018306, 40.51616578383233, -74.23281724420681, 40.51629352288794, -74.23282673494285, 40.516376261615434, -74.23286014456967, 40.516396566572354, -74.23352131800816, 40.51679857332674, -74.23376479347357, 40.51695781675667, -74.23397333844616, 40.517116893139615, -74.23412357231177, 40.517267687037304, -74.23422593120794, 40.51739627136936, -74.2342972154462, 40.51750095679359, -74.2343647044545, 40.517618935468725, -74.23441698216682, 40.5177311313371, -74.2344772264846, 40.51790631571543, -74.23457841153943, 40.518356656738376, -74.23458421219031, 40.51838314843469, -74.23491526445704, 40.51989531878721, -74.23493118974085, 40.519968055458804, -74.23507956915215, 40.52063333823847, -74.23511037675875, 40.5208061700136, -74.23511154491925, 40.52091686547285, -74.23553102054908, 40.52098431354283, -74.23585969391854, 40.52102791780831, -74.23615525696938, 40.521058603590795, -74.23683116194329, 40.52111579962699, -74.23724210802995, 40.52114746021136, -74.23945941832598, 40.521278990335475, -74.2394671696901, 40.52125086856956, -74.24314042429461, 40.521616617071366, -74.24311792118509, 40.52166288633105, -74.24308001203094, 40.52175029838915, -74.24307163014024, 40.52176428608853, -74.24305995841952, 40.521778977765095, -74.24301381526176, 40.52182534478632, -74.24299720899998, 40.5218414796491, -74.24297732518727, 40.521858452638064, -74.24290037653034, 40.52191659713281, -74.24287057862288, 40.52194128702623, -74.24284952250242, 40.52196236259443, -74.2428306167082, 40.521985781296095, -74.24281380484605, 40.522011611692044, -74.24279900124306, 40.52203998364099, -74.24278623249207, 40.52207074579807, -74.24277517998836, 40.52210455172337, -74.24276566382161, 40.52214190249348, -74.24275715570954, 40.52218485514, -74.24275041868187, 40.52222775361057, -74.24274582280499, 40.52226786581005, -74.24274329029458, 40.52230586820265, -74.24274280693855, 40.522342070601454, -74.24274437168484, 40.52237683232089, -74.24274800228667, 40.522410166831335, -74.24275371214299, 40.5224421884718, -74.24276151096514, 40.52247297106508, -74.2427727208986, 40.522507838459816, -74.2428079967369, 40.522607824631635, -74.24281710016777, 40.52263941493987, -74.24282336648399, 40.522668025085686, -74.24283230956966, 40.522708747123566, -74.24283312527609, 40.5227305859941, -74.24282446132388, 40.522771254324354, -74.24281525876115, 40.52281926222612, -74.24281036927587, 40.52285131708965, -74.24280777205804, 40.5228805979692, -74.24280761747812, 40.52290724142764, -74.24281168450021, 40.52292523175234, -74.2428226055317, 40.522943888380354, -74.24283704906892, 40.52296057889909, -74.2428744182039, 40.52299773772611, -74.24288879738182, 40.5230155459343, -74.24293430768031, 40.52308411066886, -74.24294819607856, 40.52310811646697, -74.24295921130975, 40.52313026874662, -74.24296550280356, 40.52314597150959, -74.24297060351388, 40.52316262775415, -74.24297745612715, 40.52319958998177, -74.24298013168963, 40.523237655196695, -74.24298113978446, 40.52331500333267, -74.24298306970962, 40.523430707664275, -74.24298265584811, 40.523583389184765, -74.24298031454157, 40.52363598519062, -74.24296957073742, 40.52375963382005, -74.24296832059603, 40.52379166207372, -74.2429685899126, 40.52382062710465, -74.24297013601702, 40.523839504379005, -74.24297342161077, 40.52385903535951, -74.242978466189, 40.523879388404254, -74.24298388057406, 40.52389628892811, -74.24300347033855, 40.5239453165295, -74.24303858784558, 40.52401865442463, -74.24309596267614, 40.52413818567546, -74.24314283729328, 40.524232791710084, -74.2431869128492, 40.524317999403074, -74.24322937747934, 40.52439602154821, -74.24331041884153, 40.5245365821857, -74.24334559619298, 40.524593440129564, -74.2433797400877, 40.52464550942536, -74.24341187202154, 40.52469501015837, -74.24342976238275, 40.52471925055393, -74.2434499847314, 40.52474091498329, -74.24347169286507, 40.524758043882244, -74.24349779463923, 40.524773565013845, -74.24352332953097, 40.524785079075855, -74.2435481686737, 40.52479252330492, -74.24357222464913, 40.52479587447308, -74.24364158581805, 40.52479576870373, -74.2436640574979, 40.524796694481445, -74.24370024336079, 40.52480085917034, -74.24374640247106, 40.52480859669328, -74.24377488316419, 40.52481530190929, -74.24380512403998, 40.52482541189208, -74.24383693865359, 40.52483860554648, -74.24388633961526, 40.52486154970818, -74.24390356878426, 40.52487044097285, -74.24392020261398, 40.524880795062714, -74.24393348637611, 40.52489058263042, -74.24395302648813, 40.524922824264465, -74.2439659819325, 40.52492025453071, -74.24397829034385, 40.524921475607776, -74.24399132854046, 40.52495159949567, -74.24400329976136, 40.524990409476366, -74.24401271981831, 40.524989524942534, -74.24401306652221, 40.524990425637675, -74.24402046455762, 40.525030144068026, -74.24402092866083, 40.52505124253709, -74.24401657529441, 40.525084893850945, -74.24400338579932, 40.525146851445506, -74.24398911402754, 40.5252010289445, -74.24397295090834, 40.52525047186384, -74.24395457763372, 40.52529610302477, -74.24387242315959, 40.52547632626837, -74.24384292938403, 40.52554072649969, -74.24377945953208, 40.525678594003516, -74.24372845142271, 40.525784997456206, -74.2437029153057, 40.52583120211152, -74.24366995785297, 40.525881130903, -74.24363557542232, 40.525927684815215, -74.24355060659067, 40.52603717883907, -74.2435108352668, 40.526093072752026, -74.24346628582073, 40.52616072601943, -74.24343574076879, 40.526209502348145, -74.24340990630093, 40.52625424870767, -74.24338844663376, 40.52629576278364, -74.24335839795991, 40.52636292058815, -74.24332915723846, 40.526438724475675, -74.24330339857241, 40.52651374201552, -74.24324763822709, 40.52668610123703, -74.24319615270491, 40.526842727192644, -74.2431468313371, 40.526999024347646, -74.24309967644416, 40.52715497739098, -74.24305469389363, 40.52731057280494, -74.24301666078057, 40.52748230001619, -74.24299886251944, 40.527655932231326, -74.24307130126836, 40.527693221168626, -74.24297765202637, 40.527956758213804, -74.24295816162122, 40.52799577446277, -74.2429480393699, 40.52802275779432, -74.24294365583377, 40.52804733626859, -74.24294536524033, 40.52806955596428, -74.24295288615222, 40.5281022500488, -74.24295928270003, 40.52812367366071, -74.24296716782685, 40.52814260145084, -74.24297673387473, 40.528159025807675, -74.24300471847093, 40.52819835491527, -74.24301505522327, 40.528221279473854, -74.2430156887948, 40.528239730920866, -74.24300629903821, 40.52825946703109, -74.24298548500698, 40.52829021020227, -74.24297142222612, 40.528301646097034, -74.24294579107581, 40.52830685228207, -74.24290189859492, 40.528308709302756, -74.24288385854348, 40.52831071603348, -74.24286454100536, 40.52831712455968, -74.24283448410033, 40.52834992696012, -74.24281203182369, 40.52838033316393, -74.24278921356932, 40.52841461062096, -74.24275733993379, 40.52846583991319, -74.24271472896547, 40.52853658209777, -74.24267128649403, 40.52861204570838, -74.24264807198917, 40.5286565233918, -74.24262602954354, 40.52870559760672, -74.24260453811772, 40.52876049799083, -74.24258048956386, 40.52882916119088, -74.24256298900656, 40.52888068154426, -74.24255374181044, 40.52891277080328, -74.24254786278003, 40.52894223149863, -74.2425458468212, 40.52896819807535, -74.24254782568191, 40.5289925010353, -74.24255404550367, 40.529014020497875, -74.24256455889446, 40.52903294276128, -74.24257941692171, 40.529049355067954, -74.24259583843426, 40.529058861496424, -74.24261864859339, 40.5290638832831, -74.24264764061492, 40.52906435242088, -74.24268201544812, 40.5290602543847, -74.24292330069215, 40.52901582695711, -74.24302263842502, 40.52900013117449, -74.24310425926274, 40.52899098636785, -74.2431375450986, 40.52899315909969, -74.24315463399826, 40.528997939847635, -74.24317225017508, 40.52900524096384, -74.24318933251813, 40.52901438119258, -74.24320769178924, 40.529026103238486, -74.24326122812018, 40.529066082362704, -74.24328602993049, 40.52908553801517, -74.24331023095775, 40.529106593378586, -74.24333391054456, 40.52912932212889, -74.24335718355718, 40.529153830285445, -74.24338006293651, 40.529180106114254, -74.24340290419663, 40.52920854869761, -74.24345001370602, 40.52927387780818, -74.24346791527964, 40.52930442008629, -74.24348337067642, 40.5293399213724, -74.24349505051921, 40.529374421168875, -74.24351862562486, 40.52945427170319, -74.2435317348282, 40.529490741527724, -74.243545536057, 40.52952052253728, -74.24356129775325, 40.5295467783085, -74.24361389061532, 40.52962012755598, -74.2437408385504, 40.52978754242509, -74.24377119615951, 40.52983001456242, -74.24379741266529, 40.52986898611556, -74.24381529017725, 40.52989834509178, -74.24386253293737, 40.529981837464206, -74.24387885828935, 40.53000692580605, -74.2438951917921, 40.530028746100335, -74.24391749119643, 40.53005248355531, -74.24396752586217, 40.530097625331024, -74.24399512608477, 40.530127622805686, -74.24401118038033, 40.530150209128394, -74.24401949012514, 40.53016600929741, -74.24402287657684, 40.530180346661666, -74.24401737691707, 40.530201398363836, -74.24400680777919, 40.53021747820132, -74.24398404690366, 40.530238703469045, -74.24396568006287, 40.53024961011281, -74.24393989191087, 40.530257254589365, -74.2439084412845, 40.53025848850178, -74.24388590776566, 40.53025535119499, -74.24386186372915, 40.5302486987168, -74.24383734215118, 40.530239255600996, -74.24379372704796, 40.53021978238742, -74.24377332726505, 40.530210142293846, -74.24375370088924, 40.530199306450115, -74.24373507143662, 40.53018739955582, -74.2437176459098, 40.5301745490476, -74.2437016196043, 40.53016090850216, -74.24368714049851, 40.530146601879295, -74.24367434599148, 40.53013176486815, -74.24366334276695, 40.53011652511838, -74.24365226255392, 40.53009829486661, -74.24212244362029, 40.530101531502304, -74.24210964890305, 40.530121074798465, -74.24195032685341, 40.53038933312481, -74.24179802836939, 40.530649477952295, -74.2417504981926, 40.53073066547782, -74.24170249167281, 40.530812667165435, -74.24164446417237, 40.53091438003861, -74.2416264682699, 40.53095035090932, -74.24161226021705, 40.530983198868114, -74.24160076967463, 40.531015896120714, -74.24159275975627, 40.5310469984111, -74.24158811863407, 40.53107691211495, -74.241586817634, 40.53110586602785, -74.24158989347964, 40.53129986367566, -74.24159171795912, 40.531376549966105, -74.24159325983561, 40.531402806208455, -74.24159651309753, 40.53142940015059, -74.24160147036939, 40.53145624985951, -74.24160811125404, 40.531483262623304, -74.24161840069318, 40.53150125339161, -74.24163821296689, 40.531518121865965, -74.24168203078132, 40.53154757335476, -74.24169741828068, 40.53156278605165, -74.24171128964157, 40.5315882436787, -74.24171925136375, 40.53160940740714, -74.24172458033816, 40.531630998126815, -74.24172718669332, 40.53165264230707, -74.24173139526617, 40.53171231434252, -74.24173141871793, 40.53174457852088, -74.2417273968174, 40.53177470254976, -74.24171879968944, 40.53180107109098, -74.24171159358205, 40.53181457892017, -74.24169267160737, 40.53184386890695, -74.24168605109678, 40.53185710714333, -74.24167702052736, 40.5318814440951, -74.24167049671269, 40.53190347401188, -74.24166791235942, 40.53191892175885, -74.241667621009, 40.53193594240937, -74.24166956142606, 40.53195489990692, -74.24167404450317, 40.531978866208966, -74.24169810581728, 40.532087117924085, -74.24173829322527, 40.53225743990258, -74.24181062691652, 40.53256234786572, -74.24217800832464, 40.53257581898442, -74.24225126604311, 40.532828270587224, -74.24229640537142, 40.532904838437666, -74.2423208932678, 40.53294579963846, -74.24232991772861, 40.53297025882459, -74.24232682266579, 40.53298414344091, -74.24230652574481, 40.533007282199264, -74.24229085478134, 40.533021120412876, -74.24232259511791, 40.53330223252214, -74.24232445718488, 40.53333955830312, -74.2423105440463, 40.533365898482536, -74.24229884842208, 40.53338143841477, -74.24228432015961, 40.5333979604992, -74.24226480823035, 40.53341791241445, -74.24223720371596, 40.53343736629764, -74.24221920409865, 40.53344603226147, -74.24218502729917, 40.53346046242757, -74.24214391682602, 40.53347306111913, -74.24211581108092, 40.53348742442797, -74.24210083900746, 40.53349907014908, -74.24205954694352, 40.533540079144224, -74.24204304515509, 40.533557901222736, -74.24203105593763, 40.53357452688605, -74.24202322935317, 40.53359044766257, -74.24201953036199, 40.53360576448661, -74.24202416145043, 40.53363044908413, -74.24205273208932, 40.533677294807845, -74.24206029705289, 40.53369765697338, -74.24206136299385, 40.533721162186026, -74.24205599783079, 40.53377210572748, -74.24205603776763, 40.53384440026795, -74.24206098178355, 40.533924845079895, -74.24206911330985, 40.5340028859571, -74.242091891179, 40.53418622384873, -74.24209554283053, 40.534212248696626, -74.24210074288251, 40.534238561150644, -74.24211582788877, 40.53429225411382, -74.24213728249138, 40.5343477788292, -74.24216544399367, 40.53440603601316, -74.24219698509428, 40.53446179159007, -74.2422358020365, 40.53452321325672, -74.24227384425178, 40.53457928018713, -74.24237853137444, 40.53472895709828, -74.24253996630232, 40.5347325424911, -74.24257823923246, 40.5347512629163, -74.24259342600163, 40.534762292048846, -74.24260338568838, 40.534779621532515, -74.24260730382929, 40.534800634345835, -74.24260634452276, 40.53482151968439, -74.24259939076876, 40.534869146346985, -74.24259903107911, 40.53488906414875, -74.24260145341741, 40.53491225130277, -74.2426052916552, 40.53492913354961, -74.24261139499751, 40.534943444496804, -74.24265101608434, 40.534988203601046, -74.24268595804266, 40.53502308205162, -74.24277624827216, 40.53510745101156, -74.24282584989899, 40.535147252240044, -74.24284521939387, 40.53516824136946, -74.24285632172003, 40.535187189369594, -74.24286301775912, 40.53520575225695, -74.2428661644598, 40.53522979067545, -74.24286981309662, 40.53524611768675, -74.24287544441826, 40.53526400562635, -74.24289716987161, 40.53531747641415, -74.24290827556383, 40.535337664432994, -74.24292534566379, 40.53535826308053, -74.24294778375695, 40.53537917185624, -74.24298676488543, 40.535410748426386, -74.24308181142587, 40.535494452393124, -74.24312641427679, 40.53553213251839, -74.24317310688166, 40.53556834303655, -74.24321755283522, 40.53559888314952, -74.24323530426182, 40.53560784094629, -74.2432741769277, 40.53562186810333, -74.2432962601191, 40.53563244937448, -74.24331090120496, 40.535646528765874, -74.24332291028372, 40.53567392267895, -74.24332576247949, 40.53568834133744, -74.24332709224625, 40.535721934623744, -74.24333119756733, 40.53573689995004, -74.24333960877841, 40.535752542354615, -74.24335047914172, 40.5357680129481, -74.24336392019119, 40.53578347178785, -74.24338018799287, 40.53579922541116, -74.24341215513753, 40.53582534147739, -74.24348055719169, 40.53587471122676, -74.24350780728469, 40.535895807804856, -74.2436888041492, 40.5360434521423, -74.24375602448998, 40.5360997655275, -74.2437775526616, 40.53611473887288, -74.24379854525105, 40.53612655158778, -74.2438233411014, 40.536137788887594, -74.24385180420788, 40.53614870050587, -74.24393492880121, 40.53617503735587, -74.24403098107942, 40.536203516047905, -74.24411595016782, 40.5362264880655, -74.24420184445337, 40.53624616571171, -74.24422624085823, 40.53625045347727, -74.24425194606096, 40.536253399363964, -74.24427910058645, 40.53625502198306, -74.24430796179428, 40.536255335194454, -74.2443380919544, 40.53625438585543, -74.24437090391639, 40.53625217546052, -74.2444527682119, 40.53624332547521, -74.24448818697718, 40.53623806930433, -74.24457486329659, 40.536222736869604, -74.24462107847253, 40.536217165886676, -74.24463937211158, 40.53621486297414, -74.24468200460996, 40.53620725089272, -74.2447009710487, 40.536205276130836, -74.24472185451297, 40.536206252822, -74.24473906041486, 40.53621150676541, -74.24476058435013, 40.536224608632786, -74.24478501265773, 40.53624404404119, -74.24479401876502, 40.53625764626928, -74.24478958646935, 40.53627113036254, -74.24477634378229, 40.53628191093449, -74.24474316299576, 40.536297182630435, -74.24471208967931, 40.53630746268502, -74.24459091099591, 40.536340143613174, -74.24454328941555, 40.536352660672044, -74.24449136377311, 40.53636243755594, -74.24443470593154, 40.536369560720914, -74.24437215499928, 40.536374178516894, -74.24433304449224, 40.536375022702856, -74.2442449030885, 40.536373870252035, -74.24420566104708, 40.53637521897162, -74.2441695568967, 40.53637899063679, -74.2441342019943, 40.53638527768107, -74.24410024508879, 40.53639396345796, -74.24406823215027, 40.53640490632525, -74.24405235273663, 40.53641446589538, -74.24403990442826, 40.536429171007796, -74.24403095925544, 40.5364538789737, -74.24403131482157, 40.53647270651632, -74.24403781432316, 40.536488716747094, -74.24405875250889, 40.536516615712046, -74.24408495590336, 40.53654573900808, -74.24411665177799, 40.536576585042454, -74.24416370260313, 40.53661874600391, -74.2442227874629, 40.53667106094916, -74.24425920263654, 40.53670164295587, -74.24429465149345, 40.536728766267196, -74.24432863801536, 40.536751710614475, -74.24440623745431, 40.53680199138831, -74.2444486259308, 40.53682630102972, -74.24447055377827, 40.536836848185786, -74.24449183022145, 40.53684549570433, -74.24451281460387, 40.53685238690529, -74.24453369481598, 40.5368575817243, -74.244557404356, 40.53686150436661, -74.24457843410933, 40.536862728418626, -74.24464251626269, 40.53686291608325, -74.24466199721945, 40.53686182815532, -74.24468455140934, 40.53685870928143, -74.24470970843568, 40.536847909631426, -74.24474866743626, 40.53681142173065, -74.24482993415869, 40.53674109171184, -74.24485850017311, 40.53671522158051, -74.24487499202463, 40.536696612059025, -74.2448914513782, 40.53666623716922, -74.24489990791027, 40.53665320826211, -74.24493853452452, 40.53665104473755, -74.24500005742595, 40.53666022135756, -74.24510754949121, 40.53667069203827, -74.24515107500821, 40.536676395827584, -74.24517067045, 40.536688514754, -74.24518251842466, 40.536702622384446, -74.24532965840658, 40.53680326568732, -74.2453490807815, 40.5368235239508, -74.24535703461999, 40.53683723374523, -74.24536539761047, 40.536855971228874, -74.2453816547703, 40.53690173838356, -74.24538729019442, 40.53692341562432, -74.24539128345549, 40.53694436244193, -74.24539364182552, 40.536964631051795, -74.24539436412923, 40.53698422325763, -74.24539345041478, 40.537003152567344, -74.24539090072385, 40.53702143068765, -74.245384336217, 40.53704053957313, -74.24537175431485, 40.53705996029444, -74.2453531703263, 40.53707968471214, -74.24532848076376, 40.53709981840651, -74.2452813614975, 40.537137391966354, -74.24526333311192, 40.53715060524514, -74.2452422739753, 40.53716327477042, -74.24522150045183, 40.53717240009308, -74.24517179275318, 40.537185243355836, -74.24508469803347, 40.53721166986916, -74.24499866294596, 40.53724124951497, -74.24497911657795, 40.53724931585243, -74.24495995315401, 40.53725913380245, -74.24494106898509, 40.53727075311553, -74.24492229214418, 40.53728428402345, -74.24490390250588, 40.53729944136147, -74.24488495600006, 40.53731692505472, -74.24484044988267, 40.53736359452313, -74.24480114508201, 40.53740919025792, -74.24478716939767, 40.53742808707534, -74.24477570549494, 40.53744602217246, -74.24468461511334, 40.537603742577154, -74.24459836961621, 40.53774888027576, -74.24458925521141, 40.5377608812539, -74.24457620189993, 40.53777286090435, -74.24452722862767, 40.53780625153269, -74.24451231217895, 40.53781776506674, -74.24450139251303, 40.537828666732075, -74.2444755056127, 40.53787656885451, -74.24446099400055, 40.53791454271472, -74.24445037590678, 40.537953039596545, -74.24444379223594, 40.53799153329126, -74.24444133291757, 40.5380294373625, -74.24444299917327, 40.53806643842336, -74.24444877313118, 40.53810216639351, -74.24445861243785, 40.53813633499388, -74.24447128112367, 40.538172132032194, -74.24448085368017, 40.53819339119021, -74.24449251898801, 40.53821173897795, -74.24450639797502, 40.538226675342784, -74.24456883151139, 40.538279818668165, -74.24459352524778, 40.53829773255391, -74.2446531513852, 40.53833490189672, -74.24467798093455, 40.53835217879967, -74.24470074258933, 40.538372379625, -74.2447165037086, 40.53839294837479, -74.24471992071912, 40.53841160819273, -74.24471067994602, 40.53844327253685, -74.24469982983656, 40.53847705835819, -74.24469920779782, 40.538493824863856, -74.24470714576464, 40.538519944948916, -74.24471497298828, 40.538537739863216, -74.2447266216309, 40.53855472606006, -74.24474221278696, 40.53857109329218, -74.24476205810248, 40.53858717138836, -74.24478144482566, 40.538600179649194, -74.24480479894787, 40.538613883662805, -74.24488805621749, 40.538657127005735, -74.24491817449072, 40.53867389818519, -74.24494549965411, 40.53869153172013, -74.24496737880084, 40.53870889139981, -74.24500110111512, 40.5387421760041, -74.2450343288938, 40.538781256568775, -74.24506678570735, 40.538825104377736, -74.24511774842152, 40.5388998576074, -74.24518666950574, 40.53900262849969, -74.24523687918092, 40.539083430347475, -74.24527799995782, 40.53915776146493, -74.24531088965718, 40.539227477823815, -74.24533733637486, 40.539295756284844, -74.24536126461383, 40.53937121464909, -74.24538339138039, 40.53945560111671, -74.24540845127551, 40.53956694139675, -74.24543126108055, 40.53967336147824, -74.24544455139669, 40.539742244374, -74.24545449961597, 40.53980554031633, -74.24546087886579, 40.53986318765453, -74.2454628735895, 40.53989818161205, -74.24546324852146, 40.53993727104341, -74.24545853149068, 40.54010047348296, -74.245459325032, 40.540135911267775, -74.24546156830088, 40.54016819139457, -74.24547513862375, 40.54028563209623, -74.24549535068189, 40.540422564987786, -74.24551090121258, 40.54052409537777, -74.24552108296518, 40.540578938431494, -74.24553388313056, 40.540630642038565, -74.24554924489176, 40.54067659207938, -74.24555834704222, 40.540698137618996, -74.2455689961762, 40.540719539366584, -74.24558115300475, 40.54074070555157, -74.24559476172301, 40.54076154714036, -74.24560976296168, 40.54078196880317, -74.24562608198953, 40.54080187074045, -74.24564364053396, 40.540821153160216, -74.24566234971847, 40.54083972169634, -74.24573246242076, 40.54090207479115, -74.24576187963272, 40.54093137903242, -74.2457911166342, 40.54096655961373, -74.24580904589388, 40.54098326839878, -74.24585660641662, 40.54101813417261, -74.24587588244653, 40.541035135437546, -74.24591683441713, 40.54108039575322, -74.24597300959694, 40.54115147677512, -74.24600113332134, 40.541189445929106, -74.24606730554595, 40.5412835986909, -74.2461046425745, 40.54133601329649, -74.24611486915155, 40.54135286101519, -74.2461226641047, 40.541368432490316, -74.24613663648928, 40.541404283277764, -74.24614896317611, 40.54144520307558, -74.24618908482627, 40.54160299986974, -74.24620970969515, 40.541680063571384, -74.24622867287579, 40.541742790784625, -74.24623877295988, 40.54177045413453, -74.24625130430606, 40.541798646284036, -74.24626633479852, 40.541827529182136, -74.24628400471185, 40.54185736908407, -74.24630408163083, 40.54188787921791, -74.24632733157617, 40.541920319582275, -74.24638828111135, 40.541997689367, -74.24648244559607, 40.542103223056756, -74.24650377923751, 40.542130371479004, -74.24652062035393, 40.54215564383183, -74.24652783295136, 40.542170094468126, -74.24653984570347, 40.54218117041568, -74.24656615426372, 40.54220014933822, -74.24658890984695, 40.542215955211375, -74.24661613836302, 40.5422318370236, -74.24671195817632, 40.54227909003996, -74.24674619665852, 40.542297670958305, -74.24676526028858, 40.54231037609896, -74.24678297661848, 40.54232520037875, -74.24679947352679, 40.54234224978605, -74.24681497375155, 40.54236174537306, -74.24682881187047, 40.54238250077093, -74.24684252490754, 40.54240646142392, -74.24687819376757, 40.542479890538985, -74.24715144661215, 40.54270981328892, -74.2476885525629, 40.54312454162743, -74.2479220522713, 40.54306399303919, -74.24796828979242, 40.54308328431927, -74.2480231614959, 40.54310617976519, -74.24770343604503, 40.543550762093204, -74.24763273564221, 40.543521874282476, -74.24743279598646, 40.54381432749496, -74.24699111513704, 40.544460365213844, -74.24666406614537, 40.544952087774185, -74.24619749281294, 40.545653570132885, -74.24363310229316, 40.54766679483622, -74.24349164684409, 40.5475559019244, -74.2429371500443, 40.54714749368685, -74.2429154492721, 40.54713078073115, -74.24289886187104, 40.547121364756414, -74.24288100411934, 40.54711353910071, -74.24286237735218, 40.547107523332876, -74.24283932536092, 40.547101975290055, -74.24280481894583, 40.54709515469974, -74.24277294809512, 40.54709046278312, -74.24273845272022, 40.54708667783616, -74.2425623806489, 40.54707409396789, -74.24233243917257, 40.547049710412935, -74.24226724940145, 40.5470443178114, -74.24218667565155, 40.547040027449235, -74.24213941775618, 40.54704013611445, -74.24208706714138, 40.54704448438561, -74.24203436531262, 40.54705192759424, -74.24187903917166, 40.547078631398335, -74.24183435334504, 40.54708813245113, -74.24179048743056, 40.54709911763455, -74.24174763014365, 40.54711154152576, -74.241705981953, 40.547125344268935, -74.24166568316431, 40.547140477842035, -74.24162688586925, 40.54715688879515, -74.2415897161692, 40.54717451833007, -74.24147438021865, 40.547234078831366, -74.24123855907153, 40.54736061265803, -74.24113644837715, 40.54741410427852, -74.24091557907653, 40.54752476931974, -74.24082695244478, 40.547570578769445, -74.24076850714769, 40.547603340132504, -74.24070843645245, 40.54764042831685, -74.2406456307058, 40.54768251383848, -74.24057677232781, 40.54773181264313, -74.24054682342627, 40.54775472272684, -74.24051458160568, 40.547781152373304, -74.24038330226531, 40.547894983178125, -74.24035297002256, 40.54791933666204, -74.24032431417513, 40.54794075450414, -74.24022169392096, 40.548020428377306, -74.24018353905174, 40.548047321464615, -74.24015487478054, 40.54806511194731, -74.24013103502853, 40.548077563899, -74.2401072892983, 40.548087930021936, -74.2400833935961, 40.54809631438728, -74.23999906678772, 40.548120561822216, -74.23985189572613, 40.5481600108416, -74.23977914084058, 40.548180779511384, -74.23975381773356, 40.54818980346298, -74.23973174629619, 40.54819929249839, -74.23970794992458, 40.548229466698615, -74.2396329605677, 40.548305320847206, -74.23954732356043, 40.54838671110202, -74.23949422740576, 40.548434703921245, -74.23936674629797, 40.54854422650065, -74.23931061666397, 40.548594410242245, -74.2391906443035, 40.54870687971831, -74.23907834536082, 40.54881513932469, -74.23898726980654, 40.54890422559928, -74.23893341966887, 40.548960147088174, -74.23892371982464, 40.548972230766665, -74.23891021221077, 40.548992098440834, -74.23889758358925, 40.54900918254829, -74.23887791143892, 40.54902781310753, -74.23886282008863, 40.5490379367363, -74.23882403954232, 40.54904400952022, -74.23878180199864, 40.54904503030318, -74.23867387977424, 40.54904567520727, -74.23862960133138, 40.5490474332073, -74.23860783730343, 40.54905254841377, -74.23855147750297, 40.54908648850279, -74.23848875502206, 40.54911859479158, -74.23846166546613, 40.54913362415572, -74.23843611422379, 40.54915032710574, -74.23841560568479, 40.54916719428352, -74.23838889633909, 40.54919549034561, -74.23836340702084, 40.549229232974334, -74.23834215759864, 40.54926247060555, -74.23829746353782, 40.54933840417211, -74.2382760336407, 40.549371040611284, -74.23813087641275, 40.549570497457466, -74.23809493952815, 40.549622311906454, -74.23806421878392, 40.549669292293494, -74.23804146721682, 40.54970678618299, -74.2380189045022, 40.54974692813423, -74.23800463307718, 40.54977686160255, -74.23799721218877, 40.54978948980122, -74.23798270998746, 40.54980037574121, -74.23796333640823, 40.549809498631, -74.23792098315147, 40.54985541344189, -74.23780182542383, 40.549992407484346, -74.23776678472093, 40.55003178725961, -74.23770808557045, 40.550097754607265, -74.23761292680122, 40.550199236813256, -74.23758849811641, 40.550219388078766, -74.23757419548444, 40.55022800962208, -74.23754351534706, 40.5502410983494, -74.23751233194076, 40.550247782642124, -74.2374648214587, 40.550248213191374, -74.23741921658285, 40.55024769422507, -74.23736508799381, 40.55024451558473, -74.2372488546265, 40.55023309211703, -74.23722517535631, 40.550231593925055, -74.23720007211412, 40.55023901661438, -74.23715413148754, 40.55027561716683, -74.2371379255221, 40.550286514622464, -74.23712127553122, 40.55029371721909, -74.2371004408653, 40.550299383144484, -74.23707648013692, 40.550302080169864, -74.23702460449337, 40.55030102376882, -74.23700239718741, 40.55030246812512, -74.23696903567998, 40.55030819139749, -74.23693257581469, 40.55031642722666, -74.23682173691081, 40.55034744406283, -74.23668358109155, 40.550386915435, -74.23656791874451, 40.550422105115, -74.23653685131586, 40.55043225504184, -74.23651450102876, 40.55044068140407, -74.23649536434212, 40.55044946585839, -74.23647913269488, 40.550458819765794, -74.23645832839867, 40.55047376456869, -74.23644073881309, 40.550489381748356, -74.23642662167096, 40.55050544114058, -74.23641609691121, 40.55052180651973, -74.23640795604933, 40.550538930639455, -74.23640224087592, 40.5505549439148, -74.23639885429172, 40.550570096893246, -74.23639778481765, 40.55058448145267, -74.23640044152975, 40.55060895868127, -74.23640897641467, 40.55063512761089, -74.23644944775778, 40.55069951950389, -74.23688546712594, 40.551393252497334, -74.23686424490808, 40.551402594239036, -74.23641370604159, 40.55069959308986, -74.23636665603765, 40.550624373249654, -74.23636086234059, 40.550672593223936, -74.23635635519643, 40.55069971114205, -74.2363537034013, 40.55071566948112, -74.23634487285314, 40.55075543612979, -74.23633421830112, 40.550792532859106, -74.23632199844256, 40.550821328124925, -74.23628680642625, 40.55088572536604, -74.23627997033832, 40.55090193545545, -74.23627539089112, 40.55091696661096, -74.23624193830608, 40.55107233715601, -74.23620966364551, 40.551201951922806, -74.23619781352457, 40.551253888221304, -74.23618702086274, 40.55130840326109, -74.23618023373109, 40.5513515084576, -74.23617630006682, 40.5513906031305, -74.23617517729286, 40.55142666624322, -74.23617635564482, 40.551450415285565, -74.23617982735816, 40.551469339076874, -74.23618889984074, 40.55149695856896, -74.23620037919581, 40.55152180398163, -74.23620966614715, 40.55153694979677, -74.23622166087317, 40.55155295364913, -74.23625958190848, 40.55159480519434, -74.23628403817253, 40.5516149150317, -74.23630809674935, 40.55165309570697, -74.23631900894262, 40.55167244544267, -74.2363316831443, 40.55168828038673, -74.23634639099689, 40.55170063059757, -74.2363647027346, 40.55171151092916, -74.23640448414899, 40.551731220880804, -74.23642080359319, 40.55174025021391, -74.23646593732927, 40.55176914983514, -74.23651022259435, 40.55180047991408, -74.23653146112359, 40.55181870791516, -74.23655011406089, 40.551839910283945, -74.2365657961781, 40.55186365375998, -74.23657804222431, 40.55188924499468, -74.23658438547629, 40.55190955507636, -74.2365882081437, 40.55193219641812, -74.23658967367763, 40.55195765226781, -74.23658905223176, 40.551990533680396, -74.23658676902407, 40.55202789774993, -74.23658294542102, 40.55206401055514, -74.2365775804947, 40.552098944140084, -74.2365706649896, 40.55213275255548, -74.23656430962397, 40.55215304196875, -74.23655454131045, 40.552173715733666, -74.23654140928001, 40.5521946746897, -74.23652500508342, 40.55221576825877, -74.23649689428143, 40.552246613453185, -74.23646375849289, 40.55227904041128, -74.23642503819738, 40.552313743688345, -74.23637038511866, 40.552359997518344, -74.23550645044371, 40.552754284405445, -74.23510522477301, 40.55294081726975, -74.2350430681096, 40.55296007534628, -74.23499136144007, 40.552978099894105, -74.23492391698805, 40.553000119842906, -74.23489866146282, 40.5530048929789, -74.23486931607576, 40.55300423617709, -74.23483610524174, 40.552998510988125, -74.2347872663279, 40.55298565943345, -74.23476007597218, 40.55297604243346, -74.23471073149582, 40.55295302580393, -74.2346904772829, 40.5529447517091, -74.2346686372693, 40.552938426895075, -74.23464797147653, 40.55293565856974, -74.23460389674077, 40.552933990782584, -74.23456847534476, 40.55293417480312, -74.23453782313038, 40.552937913368, -74.23451693938279, 40.552934601544486, -74.23449077904253, 40.5529153593208, -74.23442632388944, 40.5528758225932, -74.23437143323088, 40.55284578310457, -74.23435113642505, 40.552836788613426, -74.23432728674031, 40.552829022485966, -74.23430129539886, 40.55282259530752, -74.23422689675024, 40.55280680860341, -74.23420475969169, 40.55280059237061, -74.23418571114011, 40.55279370704593, -74.23414990776145, 40.55277852598416, -74.2341347276839, 40.55276882851514, -74.2341236047485, 40.55275625548763, -74.23411181341092, 40.552734196744844, -74.23407965935458, 40.55270048073086, -74.23402831097894, 40.55265969684668, -74.23398448454913, 40.55262571552187, -74.23394002924668, 40.55259486840303, -74.23389495217816, 40.552567163579745, -74.23384926872049, 40.552542610925805, -74.23382699109293, 40.552532289393184, -74.23380299364122, 40.55252273320553, -74.23377711794747, 40.55251388054758, -74.233749083869, 40.55250563473124, -74.23368669477553, 40.55249083722874, -74.23360066303295, 40.55247474329649, -74.23356464596347, 40.55246893159456, -74.23353594239661, 40.55246571564377, -74.23350999339311, 40.55246458421352, -74.23348623588598, 40.55246556186422, -74.23345658197246, 40.55246877670481, -74.23342930791378, 40.55247293405729, -74.23340420604302, 40.55247806856552, -74.23338120910321, 40.552484191173946, -74.23336024281035, 40.55249132905067, -74.23334133547662, 40.55249947583562, -74.23332447649534, 40.552508636954414, -74.2333096635085, 40.55251881331336, -74.23318520933057, 40.55261650696179, -74.23299030235736, 40.552768553494005, -74.23295502919808, 40.55279497633951, -74.23291562538888, 40.55282251520277, -74.23281557572558, 40.5528869906521, -74.23278885494322, 40.552898539175295, -74.23273644941453, 40.55291131944078, -74.23271853023127, 40.552916803055794, -74.23270291804991, 40.55292400470596, -74.2326418085721, 40.55298278268976, -74.23255541314226, 40.553076004861886, -74.2323963248552, 40.55324644138781, -74.23229102035565, 40.55336323425106, -74.23226694189837, 40.55339254925196, -74.23224433971053, 40.553424048647805, -74.23222305865782, 40.55345793627279, -74.2322028686157, 40.55349458000886, -74.2321840469148, 40.55353326697719, -74.23216546978173, 40.55357608867809, -74.23214666468996, 40.55362398621934, -74.23212369713094, 40.5536869688309, -74.2320994149864, 40.55374301011347, -74.23209172918386, 40.55376615213717, -74.23208908118097, 40.55378998819328, -74.23209361208801, 40.55381095776519, -74.23210635518808, 40.553830144802085, -74.23212596016096, 40.55384628138371, -74.23214163572995, 40.55385350616299, -74.23216175487428, 40.553855878911214, -74.23219187157854, 40.553848727257815, -74.232217914511, 40.55384038883167, -74.2322447616488, 40.55383007031055, -74.23227280798157, 40.55381762230774, -74.23232747802498, 40.553790369772855, -74.2324118917485, 40.55374515179985, -74.23242943683442, 40.55373455308409, -74.23244758868194, 40.55372121732977, -74.23250755251482, 40.55366851764487, -74.23253272328915, 40.55364910980624, -74.2325472075054, 40.55364002475586, -74.23257621811638, 40.553626852501445, -74.2325988125768, 40.553621307209625, -74.23261747033612, 40.55362715347749, -74.23262329236776, 40.55364115752178, -74.23262285512757, 40.55366511698795, -74.2326191949068, 40.55368538630979, -74.23259871372753, 40.553761804379455, -74.23259372520738, 40.553786121567896, -74.23258513671728, 40.55384463103695, -74.23257448614142, 40.55390396146104, -74.2325617700104, 40.55396413535988, -74.23254698487028, 40.55402517975565, -74.23253824980011, 40.554055162552416, -74.23252737208263, 40.554085546820076, -74.23251434116112, 40.55411635329162, -74.23249914535141, 40.554147618011065, -74.23248177763209, 40.55417935990288, -74.2324621922435, 40.55421166190742, -74.23244034694531, 40.55424460065396, -74.23241615832856, 40.55427829698096, -74.2323449291456, 40.55436997359677, -74.23226387777687, 40.55446668237773, -74.23217104562174, 40.554570845183044, -74.2320565172456, 40.554693601753385, -74.23193796213138, 40.554818992282655, -74.23186778919393, 40.55489116550449, -74.23180004554966, 40.554957456026, -74.23173631451571, 40.55501583176466, -74.2316866430472, 40.555059014194654, -74.23165099256993, 40.55508607586742, -74.23163324221515, 40.55509754118507, -74.23161570592903, 40.55510741213167, -74.23159815982089, 40.55511581343194, -74.23158046715834, 40.55512280929907, -74.23155099593946, 40.55513038994156, -74.23151880639472, 40.55513341127439, -74.23148551835462, 40.555131522426095, -74.23145477885153, 40.55512471784684, -74.23142256735339, 40.55513776298633, -74.2313953862824, 40.55515616603526, -74.23132881980956, 40.555186880303374, -74.23125986736373, 40.55521526336486, -74.23121274800606, 40.55523421801793, -74.23119612623861, 40.55524090458927, -74.23113458757804, 40.55527354115806, -74.23107600035479, 40.55531501044814, -74.23101609792039, 40.555348318157115, -74.23095955136266, 40.55538860178824, -74.23090815046643, 40.55542763771862, -74.23085930976274, 40.555474016796495, -74.23081982189773, 40.55552065081704, -74.23077667094863, 40.55556471487036, -74.23073109324126, 40.55560865230544, -74.2306839536945, 40.555650949393836, -74.23063589769279, 40.555696609077415, -74.23058995466221, 40.55574011313423, -74.2305505649714, 40.55578621465069, -74.23051215376951, 40.555830538346214, -74.23050045196352, 40.555866411892744, -74.23050164527925, 40.55592517622015, -74.23049657415086, 40.55596927990039, -74.23047738281174, 40.55602246223426, -74.2304573730061, 40.55604477157024, -74.23041684558208, 40.556050680210284, -74.23035432898473, 40.55607840773389, -74.23029045100064, 40.556076328642426, -74.23026758280278, 40.556068861381775, -74.23025496144638, 40.556047285697744, -74.23023279798434, 40.55601305329546, -74.23019454915328, 40.55598089463004, -74.2301894055476, 40.55593822526807, -74.23018348848488, 40.55589997455073, -74.23016513257238, 40.555882822942195, -74.23008964787454, 40.55586504466396, -74.23001176288031, 40.55585822968086, -74.22993208384035, 40.55585980936603, -74.22985404141123, 40.555861792759515, -74.22978013839912, 40.55587029845443, -74.22970792613454, 40.55588431285798, -74.22964048675315, 40.55590641703038, -74.22956953586625, 40.5559202307082, -74.22951266117673, 40.555927253240164, -74.22943331430828, 40.5559317280165, -74.22936118180542, 40.55594459837052, -74.22928520164041, 40.555956485779014, -74.229218211794, 40.555981661410264, -74.22916050781208, 40.55602196537135, -74.22914270941546, 40.55604819276902, -74.22912146722639, 40.55610203365012, -74.22909357690897, 40.55613013085943, -74.22904407078877, 40.5561706237286, -74.22898235567571, 40.55620159351117, -74.22893867850811, 40.556240387121285, -74.2289175937069, 40.55626166182151, -74.228893608419, 40.55628237766694, -74.22882717707738, 40.55630701524007, -74.2287884682933, 40.55631209389618, -74.22875034924274, 40.556317687367674, -74.2286852996888, 40.556342121288374, -74.22865119535538, 40.556353708758, -74.22863043954865, 40.556371104171944, -74.22855667796821, 40.55637353382808, -74.22849328570156, 40.55638235637425, -74.2284223642385, 40.55639705000004, -74.22835712095129, 40.55640907573167, -74.22828400942228, 40.556423813249786, -74.22822342874156, 40.55643381155204, -74.22815027671695, 40.55643394068538, -74.2280779503329, 40.55643105856483, -74.2280050303787, 40.55641754052974, -74.22794130648629, 40.5563894093251, -74.22787934306747, 40.5563588638762, -74.22785921605755, 40.55635055230503, -74.22784030656321, 40.55633746190969, -74.22777816120312, 40.55630823964411, -74.22773401149524, 40.55629591430754, -74.22771219071522, 40.55628877765737, -74.22768054739383, 40.55631509981615, -74.2276776756311, 40.55633231821875, -74.22762425625538, 40.5563663776482, -74.22754842191779, 40.556382486196654, -74.22747397630708, 40.55638862218897, -74.22740125933677, 40.55638786206215, -74.22732553369178, 40.55637660047345, -74.22725074149061, 40.556362415672126, -74.22717272689043, 40.556355068608354, -74.22709920832783, 40.55634772250711, -74.22702974678387, 40.55633070566405, -74.22695539560794, 40.55632258215924, -74.22687998544872, 40.55630717632011, -74.22680973936201, 40.556294134927995, -74.22673818104431, 40.55627328399553, -74.22669169868162, 40.556253345290024, -74.22664173065014, 40.55622599578798, -74.22658586004007, 40.55620826745349, -74.22653664889106, 40.55623036265253, -74.2264767530555, 40.556253636980905, -74.2264046909604, 40.55625515056843, -74.22637044901687, 40.55624922504645, -74.22633214283108, 40.55621530918047, -74.22630950628734, 40.55622139003352, -74.22629962789377, 40.55624657928076, -74.22627738234522, 40.55627782103426, -74.22625928597667, 40.556308804262144, -74.22622885334911, 40.556308945260426, -74.22614796561783, 40.55627906022122, -74.22611977457778, 40.556264392982605, -74.22604648546654, 40.55626373128238, -74.22597656363706, 40.556250152027545, -74.22590529914847, 40.55623440059404, -74.22583651035458, 40.556216839588274, -74.22576566411865, 40.55619975716459, -74.22569054071253, 40.556185931310175, -74.22561830632766, 40.55617556676727, -74.22554300118553, 40.55616314870008, -74.22547444971286, 40.556152536392844, -74.2254019813403, 40.556142087523675, -74.2253294332618, 40.556129353223014, -74.22525827069583, 40.556119935508356, -74.22519075953512, 40.55609917923553, -74.22511761249122, 40.55609261820035, -74.22504376560589, 40.55608228527407, -74.22497185017858, 40.55607120828213, -74.2248985882513, 40.55605435338725, -74.22482604419083, 40.556041703410685, -74.22475425340362, 40.55603080164175, -74.22468464907541, 40.55601633936203, -74.22464499511024, 40.556007573740025, -74.22462722816118, 40.55600364616447, -74.22453757218047, 40.5559936365044, -74.2244633252988, 40.555988590091545, -74.2243892079711, 40.55597711720376, -74.22425932743353, 40.55595573658691, -74.22417181373633, 40.5559324828833, -74.22409878119107, 40.55592582912222, -74.22402735101409, 40.555918878616716, -74.2239542621243, 40.55591055259167, -74.22389629550541, 40.555901243379964, -74.22381138834334, 40.55588239871282, -74.22378369611839, 40.55587615887943, -74.22374208984986, 40.55586678349, -74.22366921977923, 40.55585466833255, -74.2235981356703, 40.555844193116975, -74.22352505104814, 40.55583604331433, -74.22344919970563, 40.555831293841926, -74.22337702358884, 40.55582259915867, -74.22330557770707, 40.55581160035798, -74.22323253505331, 40.5558046822111, -74.22316096948975, 40.55578682422511, -74.22312937633339, 40.5557671172012, -74.22311264814408, 40.55573655873591, -74.22308882496758, 40.55568396190029, -74.2230733141815, 40.55564176353024, -74.22303256454828, 40.55560032469195, -74.22300207043553, 40.55557558154236, -74.22297065482695, 40.55553721427183, -74.222926909771, 40.55551977400137, -74.22285204984767, 40.55550347563003, -74.22277983064251, 40.55548668580191, -74.22270623158906, 40.55547353043701, -74.22263043807466, 40.555463671612344, -74.22255686082406, 40.555454563986665, -74.22251376496403, 40.55544943253016, -74.22247444046148, 40.55545680750055, -74.22242223365281, 40.55547904632135, -74.2223710271553, 40.5554864838907, -74.2223205130231, 40.55548378464491, -74.22224700587653, 40.555469835442075, -74.22221689174185, 40.55546516233561, -74.22217404587647, 40.55545851287688, -74.2221050160768, 40.55543717238625, -74.22205163847259, 40.55543505760007, -74.2219796901947, 40.55543647543822, -74.22191968098656, 40.55544294013907, -74.22184771025303, 40.555453954873485, -74.22179289198561, 40.55547061427314, -74.22176032628515, 40.555493522675356, -74.22172697624544, 40.55554442912268, -74.22169473273844, 40.55557692391364, -74.2216496044966, 40.55560368738309, -74.22160695501572, 40.55564237355568, -74.22153683495819, 40.55564331571106, -74.22151215885329, 40.55563007150312, -74.2214860642389, 40.555595650488726, -74.22147233439306, 40.555541181466175, -74.22145251585114, 40.55552837454016, -74.22145452436807, 40.555482131214724, -74.22146270643502, 40.55545116786421, -74.22145470744344, 40.55541269288633, -74.22143162016829, 40.55537829757871, -74.22140100798987, 40.55536367707692, -74.22134683517504, 40.55535849719574, -74.22129897352286, 40.55536595395573, -74.22125481947488, 40.555387419383415, -74.2212136079212, 40.555431089768724, -74.22120745065423, 40.55546386016475, -74.22120262441587, 40.55551887015741, -74.22119790856675, 40.55557370343339, -74.2211936519554, 40.55562852681911, -74.22118328048956, 40.5556832944415, -74.22116018718927, 40.555699853711914, -74.2210933618626, 40.55569923583954, -74.22105372653823, 40.5557008997676, -74.22104022296072, 40.55571436705068, -74.22102394371353, 40.555768545375585, -74.22101020508265, 40.55582267738444, -74.22099028212423, 40.5558782477291, -74.22097941059583, 40.55591146574001, -74.22094292348754, 40.55593797096148, -74.22086765095301, 40.555940069893495, -74.22082269406076, 40.55592775876394, -74.2207695898977, 40.55590988450288, -74.22069533884408, 40.55590131369488, -74.22062140598791, 40.55589863888988, -74.22055297349645, 40.55588476260372, -74.22052882489832, 40.555866759678544, -74.22049974381424, 40.55581558623651, -74.22046919437213, 40.55576523328588, -74.22044517659803, 40.555730680174385, -74.22042244952681, 40.55570692732358, -74.22041876865887, 40.555649443731326, -74.22040558733356, 40.555635009238344, -74.22033316921855, 40.55561575710942, -74.22029714406268, 40.5555979840416, -74.22028546603745, 40.555576830507654, -74.22027836684094, 40.55552064662641, -74.22026604424373, 40.55549879191431, -74.22021975567469, 40.55547313636611, -74.2201843330147, 40.55542534568244, -74.2201784735681, 40.555378463680995, -74.22018278777807, 40.555321882390714, -74.22018186647024, 40.55526408191578, -74.22017894688908, 40.55520860593435, -74.2201622857245, 40.5551527897811, -74.22014355944069, 40.5550972765594, -74.2201349114439, 40.55506690749328, -74.22009968917543, 40.55503864796752, -74.22003621074262, 40.555010859516145, -74.21998293651794, 40.55499483670482, -74.21991082134056, 40.55499132947594, -74.2198802708557, 40.55499888757506, -74.21984390384168, 40.555022043152995, -74.21982410324631, 40.55504038610356, -74.21976979355051, 40.55504480267644, -74.21969767994152, 40.55504824829348, -74.21962435008041, 40.55505990270998, -74.21959134794612, 40.555073400805696, -74.21958457135206, 40.55508787985713, -74.21958644120237, 40.55514310931448, -74.21958781476476, 40.555200727022275, -74.21956904505379, 40.555252930540824, -74.21956350352276, 40.55527319402741, -74.21954787078262, 40.555291982828024, -74.2195133387785, 40.55530128826182, -74.21946682308666, 40.555317782994216, -74.21941309810512, 40.55532236307727, -74.21934471621289, 40.55532687927543, -74.21930966939519, 40.55534481719929, -74.21925905635531, 40.5553867397973, -74.21922366719164, 40.555432055322925, -74.21921211511601, 40.55544521878954, -74.21921060867335, 40.55548590665332, -74.21920756425821, 40.55552204798122, -74.21918299211863, 40.55556301400497, -74.21915001419237, 40.555583995320255, -74.219110405927, 40.55560686417673, -74.21907408747924, 40.55565545575045, -74.21904341048224, 40.55570701550176, -74.21901902669026, 40.55575686664719, -74.21897495088983, 40.55578413585462, -74.21894192346964, 40.55579006666735, -74.21886896080458, 40.55578543293666, -74.21882994212939, 40.55578831423769, -74.21879562620943, 40.555803864209544, -74.21880368061714, 40.55585430638896, -74.2187958893482, 40.555876286028145, -74.21872412514448, 40.555883244229186, -74.21867312178139, 40.55588081807143, -74.21865478551513, 40.555879947051004, -74.21861430920468, 40.55587722436211, -74.21857246340656, 40.55588174541664, -74.21850201188721, 40.55588647937622, -74.21845288009281, 40.55589061531465, -74.21838328819216, 40.555910553893796, -74.21830813044332, 40.55591599819508, -74.21823640943683, 40.55591054582319, -74.21816631882618, 40.55589529435828, -74.21810623972786, 40.55587588500831, -74.21804589780282, 40.55584539151838, -74.21798916701104, 40.555808929642595, -74.21794128724318, 40.555771592739, -74.21792398941439, 40.55574122101296, -74.21791436196149, 40.555722665876516, -74.21788037680297, 40.555683292602374, -74.21783437370539, 40.55563667664817, -74.21779760139945, 40.55558653200892, -74.21776766144745, 40.555533792586964, -74.21774687363855, 40.55547876016901, -74.21772706235384, 40.55542520276289, -74.21770147365191, 40.555371496911405, -74.2176866047793, 40.55534116467054, -74.2176671489415, 40.555315143847686, -74.21765643009223, 40.55525762487986, -74.21764452543135, 40.55520250446494, -74.2176376054123, 40.55514807701499, -74.21763130900575, 40.555115463691294, -74.21761476572782, 40.55508358120156, -74.21758922953842, 40.55506877176223, -74.21755065877674, 40.555064425938326, -74.2175062537873, 40.555069680881545, -74.21748193813956, 40.55507255729219, -74.21741272803085, 40.55509354638026, -74.2173374529129, 40.55510910861131, -74.2172681788631, 40.555128250748616, -74.21719772686419, 40.555150053432584, -74.21713190877134, 40.5551758150418, -74.21707472609226, 40.55519762408029, -74.21702914693411, 40.55522817690965, -74.21695277785012, 40.555231969243906, -74.21687981984533, 40.555237632688176, -74.21681071014167, 40.55525474534735, -74.21675014340582, 40.555282340205444, -74.21669351630015, 40.55531716154522, -74.21663014297148, 40.555346922003544, -74.21659491785384, 40.55536435243625, -74.21656920538102, 40.55537707586725, -74.2165367616419, 40.55539698739677, -74.21654067870514, 40.555458075479244, -74.21655290052092, 40.55549875543039, -74.21656749548808, 40.55553798015335, -74.21656710560123, 40.555587799035315, -74.21654000884702, 40.55561896159323, -74.21651311252369, 40.55563911480377, -74.21649728413584, 40.5556623080413, -74.21646344701475, 40.555709174998746, -74.21646037377997, 40.55576494332669, -74.21646503259106, 40.55581738943935, -74.21649846461635, 40.55587103034798, -74.21652534285658, 40.55592541663328, -74.21653088393892, 40.55596992472038, -74.2165227368694, 40.55599164552226, -74.21648783422425, 40.5560376571909, -74.21646109635722, 40.556048832719604, -74.21640449333908, 40.55604686637254, -74.21637153487981, 40.55602753558664, -74.21631444099292, 40.55599064401754, -74.21625806611121, 40.55597159954374, -74.21620190536557, 40.55596909825067, -74.21615469247706, 40.555975218860866, -74.21610186673749, 40.555996324903724, -74.2160448372591, 40.55603625717683, -74.21601871292037, 40.55604513419971, -74.21594627507302, 40.55604910938024, -74.21589522079576, 40.55606454857234, -74.2158470671444, 40.55610439291939, -74.21579607926901, 40.556145528526315, -74.21576198666676, 40.556195041506946, -74.21574125654305, 40.556216658916746, -74.21555727216958, 40.55624888129534, -74.21548591015943, 40.55622335645102, -74.21542538787388, 40.556224899130505, -74.2153703779065, 40.55622563267228, -74.21529811285248, 40.556211122869556, -74.21525674192922, 40.55621255481276, -74.21522720898221, 40.556226249568056, -74.21521114932244, 40.556252966827834, -74.21519901872061, 40.556310408161586, -74.21518139449806, 40.55634551497121, -74.2151366909901, 40.5563951512054, -74.21512623811796, 40.556420347763414, -74.21513570689396, 40.556468301183635, -74.21515645740232, 40.556525888935546, -74.21515983300556, 40.556581262416636, -74.21515488431287, 40.55662254921511, -74.2151352921509, 40.556647135226044, -74.21507108769845, 40.55667972673515, -74.21503913198163, 40.55670376584682, -74.21501359779556, 40.55676076758137, -74.21498926453471, 40.55679178411184, -74.2149306034084, 40.556824444411276, -74.21487912665759, 40.5568581943864, -74.21481504487119, 40.55689782585368, -74.21478517899676, 40.55692560718371, -74.21475643875407, 40.556983284848386, -74.21474197313012, 40.5570332930306, -74.21474968757774, 40.55709421647002, -74.21476939893374, 40.55714812937365, -74.21480685970167, 40.55720168939014, -74.21484993959811, 40.55724721967637, -74.21488913957154, 40.55729414852244, -74.21492519352337, 40.557343426417646, -74.21492602824878, 40.55736470614497, -74.21490835967211, 40.55741882314823, -74.21490391198313, 40.557451121720725, -74.21487181215012, 40.55748114596545, -74.21482167794647, 40.557503341420826, -74.21474976207988, 40.557526231367994, -74.21467806754931, 40.5575489389495, -74.21460870764456, 40.55757582507836, -74.21455433077243, 40.55760455717576, -74.21448810018049, 40.55765000898395, -74.21442818974536, 40.55768330802927, -74.21436266922768, 40.55771460663419, -74.21430428158102, 40.557748580870154, -74.21424861264254, 40.55778795677739, -74.21418773736563, 40.55782347639835, -74.21412009220654, 40.557849889857444, -74.21405642955135, 40.55787815994791, -74.21400945938379, 40.55790856377016, -74.21396577570394, 40.55795096189221, -74.21395269768495, 40.55796775499548, -74.21392895451001, 40.55799824158696, -74.21392027439225, 40.55802824445067, -74.21393721094317, 40.55808555405048, -74.21396283637783, 40.55813697241342, -74.2139938684043, 40.55819136684916, -74.21400176960633, 40.558223772950875, -74.21399683527748, 40.55826206450785, -74.21396943613189, 40.558294636338275, -74.21392304852142, 40.55833893329078, -74.21389663624655, 40.55838363248224, -74.21389371856198, 40.558416779161824, -74.21391812630453, 40.55846989459568, -74.21391841533831, 40.55851591375927, -74.21390321572234, 40.55854754250987, -74.21385751064655, 40.55859156440272, -74.21382950253593, 40.5586231818718, -74.21379267132667, 40.5586327942374, -74.21373104911162, 40.55864958041013, -74.2136579078509, 40.55866712461134, -74.21358387395343, 40.558671749644894, -74.21352893786147, 40.55866815692564, -74.2134975967299, 40.55866625564007, -74.21343853772399, 40.55866307667981, -74.21336358314069, 40.55866446318136, -74.21328848454478, 40.55865476619839, -74.21323041536566, 40.558654291380684, -74.21320841236914, 40.55865455646025, -74.21317432641884, 40.55865793997961, -74.21315066880136, 40.55866028924019, -74.2131213969395, 40.558607879680146, -74.2131213969395, 40.558607879680146 --74.24966624122234, 40.515554460662386, -74.2496626547097, 40.515568196179764, -74.24965401525708, 40.515581203350735, -74.24950572002209, 40.51567464626697, -74.24945701900364, 40.51570485331954, -74.24933902107541, 40.515778044733224, -74.24905957548752, 40.515953159314314, -74.24885645003597, 40.516080446186706, -74.24871238579621, 40.51616804254618, -74.24860758202088, 40.51623176523099, -74.24855943603657, 40.51626104134816, -74.24857496694491, 40.51628837309038, -74.24843975874848, 40.516363901702995, -74.24825662476961, 40.516466200387136, -74.24823084626743, 40.51648060071993, -74.24819251605491, 40.516454550162344, -74.24810816232052, 40.516364618968, -74.24808619142998, 40.51636466645864, -74.24802656913522, 40.516364795312604, -74.24798447753419, 40.51636488626107, -74.24796628960141, 40.51636492555546, -74.24757298705399, 40.51636577456673, -74.2475538940899, 40.51636581574787, -74.24750438052698, 40.516365922527676, -74.2474820355877, 40.51636597070926, -74.24660970621855, 40.51636784828163, -74.24674997489232, 40.51649529092289, -74.2466659841466, 40.51654128152992, -74.24669759144656, 40.516568278196196, -74.24658606827221, 40.516616847606215, -74.24641161985808, 40.51669282193164, -74.24642374739186, 40.51671483642174, -74.24598177648005, 40.51694292029069, -74.24595278189338, 40.51693167264069, -74.24522354358517, 40.51729601774318, -74.24540469615674, 40.51753829967749, -74.24533563318224, 40.517565841503384, -74.24543155733988, 40.51766392861567, -74.24544997424799, 40.51765352410903, -74.24547693367867, 40.51764230616042, -74.24549661982888, 40.517639820913075, -74.24551334423938, 40.517647951166744, -74.2455685005755, 40.51770895229234, -74.24557757152238, 40.51772702907855, -74.24558016958035, 40.51774268917708, -74.2455734398428, 40.51775965339151, -74.24553219856878, 40.51778363543871, -74.24573922551801, 40.518019933287256, -74.2456188938318, 40.5180918858102, -74.24556334156739, 40.518115939915006, -74.24552245465333, 40.51813718898512, -74.24550360408558, 40.51814553581383, -74.24548187972614, 40.51815375190474, -74.24541189350145, 40.5181761825272, -74.24538085952216, 40.518182319362836, -74.2453585961607, 40.518181932898855, -74.24534149503185, 40.51817471746802, -74.24533501997743, 40.5181389243503, -74.2453267368137, 40.51812457856735, -74.2453055265621, 40.51811275938818, -74.24526733681114, 40.51810596093364, -74.2452187758284, 40.51810361073921, -74.24519561585825, 40.51810326938471, -74.2451716550506, 40.51810496313764, -74.24514673885402, 40.51810870043233, -74.24512059483288, 40.518114521473336, -74.24509408443028, 40.51812211643843, -74.24506528113936, 40.51813192709918, -74.24498830072997, 40.51816267710287, -74.24496370202353, 40.5181738484731, -74.24493948422997, 40.51818689213193, -74.2449155707831, 40.51820184516474, -74.2448918486788, 40.51821878345758, -74.24486835193028, 40.518237651105004, -74.24484464278137, 40.51825877773508, -74.24482039539954, 40.518282445008694, -74.24479465738084, 40.518309582504706, -74.24457347434843, 40.51850040667443, -74.24454030893942, 40.518523611105195, -74.24450563823859, 40.518545640836926, -74.24446962119399, 40.51856639917273, -74.24443242030088, 40.51858579120946, -74.24439740220022, 40.51860157645828, -74.2443753822563, 40.518609065338325, -74.24435375143453, 40.51861454159719, -74.24433307328418, 40.51861786895565, -74.24431397768798, 40.51861898033465, -74.24428831663126, 40.51861657289656, -74.24426664635605, 40.518609316600326, -74.2441878513122, 40.518568338946274, -74.24400431124752, 40.518465502173946, -74.24391938312066, 40.51842071641594, -74.24378256775688, 40.51835260626314, -74.24376563505535, 40.51834397550432, -74.24374784009815, 40.51833737547277, -74.24368868754763, 40.518334777863195, -74.2436320740743, 40.51833533570125, -74.24345633350912, 40.518343135274556, -74.24339981865616, 40.51834485447521, -74.24324160636911, 40.518344688264854, -74.24317125686191, 40.518346985994555, -74.24314103432437, 40.51834952107828, -74.24310895974145, 40.51835350993332, -74.2430352668523, 40.518366405818014, -74.24296447807284, 40.51838356132829, -74.24293672847794, 40.51838892869997, -74.24291293156823, 40.518386085654335, -74.24287776253567, 40.518372739448225, -74.24285343824691, 40.518361147036494, -74.24276998321824, 40.51831461118126, -74.24273509001945, 40.51829726778698, -74.24271825612874, 40.518291435518506, -74.2426981656169, 40.51828760571245, -74.24267755342892, 40.518285694238536, -74.24262976417309, 40.51828335482508, -74.2426117088166, 40.51828267706663, -74.2425929631976, 40.51828331103835, -74.24257344944517, 40.51828525960603, -74.24255302954091, 40.51828853476782, -74.24250929999897, 40.51829901750552, -74.24245623569142, 40.51831608212167, -74.24238962776694, 40.51834012381958, -74.24232794746045, 40.51836415417505, -74.24227095441347, 40.51838827186141, -74.24221872756024, 40.51841244069783, -74.24217130697023, 40.518436645297115, -74.24212878924557, 40.518460840434955, -74.24209123326426, 40.51848499087188, -74.24205867789358, 40.518509074918015, -74.24203118546382, 40.518533033011074, -74.24200873360948, 40.518556878709845, -74.24199134233741, 40.51858059576558, -74.2419790186679, 40.518604166155114, -74.24197177316773, 40.51862757364827, -74.24196960580976, 40.518650809240675, -74.2419725224634, 40.51867386301452, -74.24198051601152, 40.51869672327745, -74.24201338850212, 40.51876606967853, -74.2420249088554, 40.5187885262681, -74.24202640172162, 40.518803234210544, -74.24201801639953, 40.51882079605504, -74.24200712434124, 40.51883368942317, -74.24199206441867, 40.51884135408327, -74.24197063591014, 40.518842161108104, -74.24192810619424, 40.51883835325352, -74.24190626351471, 40.51884112069685, -74.24188680484714, 40.518850190438016, -74.24185570739317, 40.51887092137412, -74.2417627910383, 40.51891704244636, -74.241566082398, 40.51900685960744, -74.2415143216355, 40.51903220773709, -74.24146860360817, 40.51905622115055, -74.24144245325044, 40.51907256678257, -74.24138302613453, 40.519115653446754, -74.24136581404146, 40.51912602144436, -74.24134918760782, 40.51913420531852, -74.24130088697584, 40.51915511275717, -74.24127539412288, 40.51916696781694, -74.24124873366306, 40.5191992683003, -74.24123731054526, 40.51921776491979, -74.2412072030192, 40.519244782012755, -74.24114542955476, 40.51929207716631, -74.24111523451845, 40.51931415410071, -74.24109900167159, 40.519329080294554, -74.24109076923833, 40.51934527654242, -74.24108896349117, 40.51936155024514, -74.24108972405226, 40.51937971958052, -74.24110096662714, 40.51944103659753, -74.24110324879675, 40.51946426642745, -74.24110492125442, 40.519495448334155, -74.24110237821431, 40.51951243860792, -74.24109137832261, 40.519532158146134, -74.24107265659906, 40.51954900859693, -74.24105351230719, 40.5195596111412, -74.24098372650485, 40.51956349578208, -74.2408650916752, 40.5195596824892, -74.24084268812253, 40.519555549230006, -74.24082057737336, 40.5195452350017, -74.24080013978045, 40.51952931595088, -74.2407841312087, 40.51950989624346, -74.24076935241472, 40.51948266364122, -74.24074115381487, 40.51941464257567, -74.24072552114976, 40.51938457958571, -74.2407108217714, 40.51936267435592, -74.24067010508523, 40.51930729327365, -74.24065869778872, 40.51928237786059, -74.24064922039344, 40.519237621483555, -74.24064493595606, 40.51922260419065, -74.24063902958679, 40.51920939136173, -74.24062799240767, 40.51919451700084, -74.24061281483138, 40.519184968959145, -74.24059468769647, 40.519183425622295, -74.24056774356801, 40.519192736862365, -74.24053145491533, 40.51921813766986, -74.24050389075224, 40.519243381503955, -74.2404090780927, 40.519343714767594, -74.2403644725688, 40.51938981365547, -74.24032406591074, 40.519437007786664, -74.24028809195192, 40.519485019312306, -74.24025671980104, 40.519533619147595, -74.24022128292894, 40.51959681249487, -74.24018803564903, 40.519663486307344, -74.24015682213917, 40.51973395249695, -74.24012739891285, 40.51980875639635, -74.24013288918971, 40.51983097994261, -74.24013262271299, 40.51984713514092, -74.24012902613677, 40.519862948799975, -74.24012228887845, 40.51987760644245, -74.24011023617769, 40.51989506234966, -74.24009443058195, 40.519913069126204, -74.24008249550944, 40.51992451013225, -74.24004592387313, 40.51995670768933, -74.2400224072078, 40.519971564311554, -74.23997655048643, 40.519991456582936, -74.23996136073617, 40.519998923129364, -74.23994324062086, 40.520011228053185, -74.23993176757656, 40.52002384417209, -74.2399193836233, 40.52004667602585, -74.23991174056704, 40.520087786870256, -74.23991251014795, 40.52012401005489, -74.239915899538, 40.52013922466011, -74.23992396009209, 40.520154927495724, -74.23993662166502, 40.52017097192072, -74.23995363054125, 40.52018702616775, -74.23997302969147, 40.520201628260416, -74.23999502349724, 40.52021517220327, -74.24001965571728, 40.520227684919135, -74.24004699963659, 40.520239200473355, -74.24007698915112, 40.52024971269854, -74.2401099835011, 40.52025936312512, -74.24014628510461, 40.52026824297209, -74.24018687899424, 40.520276596920844, -74.24021545077062, 40.52028038870588, -74.24024743268197, 40.52028150236902, -74.24028138744147, 40.52028026780918, -74.24037785272533, 40.52027352617499, -74.24040753267208, 40.520273409084496, -74.24043393671292, 40.52027522868791, -74.24050782226544, 40.52028301749199, -74.24053038604329, 40.520286688508236, -74.24054967904436, 40.52029109670584, -74.24056775105716, 40.52029691408987, -74.2405958967268, 40.52031214162649, -74.24063199937424, 40.520354563846084, -74.24068468318688, 40.520437067279076, -74.24069837725588, 40.52045631174639, -74.24071185213572, 40.520473015370925, -74.24075442951685, 40.52052222659123, -74.24078381589577, 40.52055098197009, -74.24081812113525, 40.520579194807624, -74.24085092632372, 40.52060308282643, -74.24088333175978, 40.52062344068957, -74.24091574426659, 40.52064051609026, -74.24093560528273, 40.5206489321986, -74.24095449418084, 40.52065479463486, -74.2409724239455, 40.52065810517333, -74.24099743785595, 40.5206582318643, -74.24105210259243, 40.52064684602453, -74.24107170330845, 40.520646885008496, -74.24109031509633, 40.52065312712832, -74.2410989783238, 40.520666027061196, -74.24109334566981, 40.52068296078546, -74.24105458370242, 40.52070102221162, -74.24104443356721, 40.520714288548696, -74.24103815387939, 40.52073047078427, -74.24104051209316, 40.52075874793439, -74.24105008710825, 40.52078659208273, -74.24105894435675, 40.520801916743295, -74.24107456273296, 40.52082526625106, -74.2410880354287, 40.52084164474394, -74.24110456768042, 40.52085564390747, -74.24112290721031, 40.5208662145498, -74.24114224643672, 40.520872911702774, -74.24116327318794, 40.52087700547177, -74.24118515797176, 40.52087950079111, -74.2412075123743, 40.52088034894733, -74.24122988909953, 40.52087953467052, -74.24132093078988, 40.520871576218624, -74.24138599327063, 40.52086286004978, -74.24156522700869, 40.52083167310169, -74.24159572331916, 40.520827179202904, -74.24161803984185, 40.52082538609899, -74.24164586453351, 40.52082546800941, -74.24167387011087, 40.52082760184429, -74.24168723509817, 40.52084678745162, -74.241704480592, 40.52085795015306, -74.24174178574795, 40.52087236925586, -74.24178319586828, 40.52088470667581, -74.24182901692109, 40.5208950554191, -74.2418800980684, 40.52090361090761, -74.24193206196387, 40.5209102256679, -74.24198790904046, 40.52091575788383, -74.24204882216537, 40.520920333831725, -74.24211896452474, 40.520924269813925, -74.24214667579548, 40.52092462830556, -74.24220858553224, 40.52092286412317, -74.24223549676134, 40.52092355747826, -74.24227033370975, 40.52092764261218, -74.24230778565948, 40.52093563502629, -74.24234829950834, 40.520947438318125, -74.24240513775364, 40.520966924681076, -74.2424432670565, 40.520981414758836, -74.24248426627037, 40.52099915958724, -74.24263732597475, 40.521073867562514, -74.24270395194962, 40.521103149785475, -74.2428163953746, 40.5211511048434, -74.2428685351266, 40.5211706405395, -74.24289621196512, 40.52117903076673, -74.24292257981611, 40.52118538675442, -74.24294811349111, 40.52118982726939, -74.24297306448182, 40.52119239140314, -74.24300020221486, 40.52119335876193, -74.24302659508085, 40.52119263379096, -74.24305192804447, 40.52119022796419, -74.24307598286728, 40.52118616155608, -74.24313025468389, 40.5211666527621, -74.24314864653483, 40.521163595222106, -74.24316963452102, 40.52116702951672, -74.24318447018472, 40.52117481470368, -74.24319850015998, 40.52118689533162, -74.24321059993109, 40.52120231921962, -74.24323152943674, 40.521237351488224, -74.24323717991221, 40.521250747533436, -74.24324282223454, 40.52127746876535, -74.24324225112699, 40.5212959650985, -74.24323105445706, 40.52131696941529, -74.24321365391287, 40.521340486752344, -74.2432005898292, 40.52135647635882, -74.24316199905502, 40.52139787001264, -74.24315230427668, 40.52141101039758, -74.24314091896149, 40.521435317355106, -74.24313500569293, 40.521475877226365, -74.24313654490514, 40.52150454149616, -74.24314426572256, 40.52156609360218, -74.2431499915143, 40.521593704386625, -74.24314042429461, 40.521616617071366, -74.2394671696901, 40.52125086856956, -74.23945941832598, 40.521278990335475, -74.23724210802995, 40.52114746021136, -74.23683116194329, 40.52111579962699, -74.23615525696938, 40.521058603590795, -74.23585969391854, 40.52102791780831, -74.23553102054908, 40.52098431354283, -74.23511154491925, 40.52091686547285, -74.23511037675875, 40.5208061700136, -74.23507956915215, 40.52063333823847, -74.23493118974085, 40.519968055458804, -74.23491526445704, 40.51989531878721, -74.23458421219031, 40.51838314843469, -74.23457841153943, 40.518356656738376, -74.2344772264846, 40.51790631571543, -74.23441698216682, 40.5177311313371, -74.2343647044545, 40.517618935468725, -74.2342972154462, 40.51750095679359, -74.23422593120794, 40.51739627136936, -74.23412357231177, 40.517267687037304, -74.23397333844616, 40.517116893139615, -74.23376479347357, 40.51695781675667, -74.23352131800816, 40.51679857332674, -74.23286014456967, 40.516396566572354, -74.23282673494285, 40.516376261615434, -74.23281724420681, 40.51629352288794, -74.23276150018306, 40.51616578383233, -74.23267001563455, 40.51600391770534, -74.23260169369286, 40.51583886080998, -74.23258499739403, 40.51577344758776, -74.232537686185, 40.5155802244626, -74.23252797525097, 40.51554056489906, -74.23251034285963, 40.51546855176172, -74.23248430908045, 40.51536222375966, -74.2322871668848, 40.51459836935809, -74.23184698280635, 40.51311578417529, -74.23165113137378, 40.51249160481082, -74.23160920688196, 40.51239447878307, -74.23153458585631, 40.512173881909064, -74.23153071446605, 40.51215816642829, -74.23152717668579, 40.5121396379126, -74.23152362903843, 40.51211791883139, -74.23152469792905, 40.51208961205025, -74.23153631727219, 40.51204320039986, -74.23153466938676, 40.51202254101472, -74.23146796129915, 40.51182100950465, -74.23139407171502, 40.511600408355754, -74.23137886044415, 40.5115308089768, -74.23133502985183, 40.51138889511818, -74.23126487975382, 40.511167476765166, -74.23121908559315, 40.511022962477156, -74.23121418159215, 40.511007484103956, -74.23120896264399, 40.51099236927945, -74.23119450684946, 40.51094700257331, -74.23118201888072, 40.51089542903578, -74.23117608823189, 40.510877170084356, -74.23115527007579, 40.51082107013776, -74.23105817937206, 40.51053868854934, -74.2309879121332, 40.510414320609705, -74.2307908397135, 40.50984333478521, -74.2307775613567, 40.50980497539916, -74.23068755004618, 40.50953888608545, -74.23031805480075, 40.50847840043232, -74.23013922110404, 40.50794998461698, -74.23005607398689, 40.507729411033615, -74.22990827280927, 40.507334310476885, -74.22929940750977, 40.50544939408813, -74.2291336691188, 40.50497303095655, -74.22901951241057, 40.50468030209784, -74.22873504716496, 40.50380178849107, -74.22855901026749, 40.503290449421364, -74.22835886395569, 40.50268147187192, -74.22830436664319, 40.502535051941614, -74.22814235118543, 40.502023643780895, -74.22831695940114, 40.50203590576802, -74.22841213156164, 40.5020482238703, -74.2284868975606, 40.502048970157524, -74.22856039512976, 40.502051028296904, -74.22864432361797, 40.5020547667126, -74.22872012362578, 40.50205498847868, -74.22879225085144, 40.50205511665778, -74.22887378629207, 40.50205351051272, -74.22894960248914, 40.50204777957395, -74.22903333717497, 40.50204005070866, -74.229107321758, 40.502033093193596, -74.22918635751734, 40.50202465407233, -74.22926150989196, 40.50201113104324, -74.22933173762337, 40.5019950620949, -74.22940633164868, 40.50197698699339, -74.22947529933671, 40.50196056386502, -74.22955825928287, 40.501942328750076, -74.22963708853769, 40.501926363979244, -74.22971764641069, 40.50190707362867, -74.22979568922915, 40.5018857656614, -74.22986536098492, 40.501864528441445, -74.22993570977762, 40.50184635703687, -74.23001374724329, 40.50182627725826, -74.23008512905764, 40.50180766783346, -74.23015687205746, 40.501783984938875, -74.23022417028821, 40.5017504933089, -74.23028329464285, 40.50172739938388, -74.23033297007267, 40.50172092121286, -74.23041332818626, 40.50172937888895, -74.23048437991494, 40.50174307108683, -74.23056736197182, 40.50175774966821, -74.23063694426493, 40.50176575065563, -74.23071160208671, 40.50176360590063, -74.23079052714102, 40.501752978501855, -74.23086235580067, 40.50173813552318, -74.23093660155901, 40.501721897212654, -74.23100499460129, 40.50170459720096, -74.23102762655209, 40.50169684668113, -74.23116193170567, 40.50165648449395, -74.23120448321842, 40.50164571394807, -74.23123433165448, 40.50164041990927, -74.23126477965272, 40.50163861601993, -74.23129847954156, 40.501640398693766, -74.23143783508105, 40.50165636873654, -74.23149854790199, 40.50166118659597, -74.23152683096025, 40.50166137718196, -74.23155609705145, 40.50165927932469, -74.23158657852723, 40.50165487904643, -74.23161870105103, 40.50164811605192, -74.23165045308468, 40.501639634679236, -74.23168538886398, 40.50162868751486, -74.23179121520434, 40.50159068384651, -74.23186594082144, 40.50156154743447, -74.23199720749251, 40.50150487635509, -74.23204819441524, 40.501483776440494, -74.23227038922798, 40.5013993017998, -74.23234624390031, 40.501369290172136, -74.2324088109057, 40.50134148919845, -74.23246995053823, 40.50130999079279, -74.2325292647509, 40.501274996582765, -74.23258630147375, 40.50123677764732, -74.23260463107664, 40.50122201228014, -74.23261942079702, 40.50120702715161, -74.23263213837672, 40.50119085931962, -74.23264250077911, 40.501173874074496, -74.23265027807638, 40.501156442902605, -74.23279294311608, 40.50105989291673, -74.23289879439969, 40.50100544083987, -74.23299327632225, 40.50095018776225, -74.2330661988524, 40.500899260430074, -74.23313095707009, 40.500836628302345, -74.23326430679683, 40.500760298304264, -74.2333677396018, 40.50072465293415, -74.23344485791651, 40.500721750349996, -74.23356048797355, 40.5007298314813, -74.23356959557054, 40.500743779308266, -74.23359146301229, 40.50075239702228, -74.23362461254786, 40.50075715189111, -74.23364591278869, 40.500758067591235, -74.23367518236, 40.500756084453585, -74.23371488108131, 40.50074821039456, -74.23376374086085, 40.500739534196256, -74.23378487467974, 40.50073367820228, -74.23379958569072, 40.500724967093404, -74.23380466924375, 40.50070648140309, -74.23379604749356, 40.50067967119401, -74.23378899584942, 40.50066498706301, -74.23377409673093, 40.50065565727781, -74.23369461131904, 40.500627973801784, -74.23363538497325, 40.50060438157035, -74.23360256473083, 40.50058816945488, -74.23360063286275, 40.500574458271615, -74.23363321893048, 40.50056214018122, -74.23365485140626, 40.5005602473416, -74.23368683690059, 40.500563430431036, -74.23372589613537, 40.50056906296203, -74.23376583908296, 40.50057607869905, -74.23380675663857, 40.500584493665606, -74.23384878693211, 40.50059433729674, -74.23395848367443, 40.50062285150258, -74.23406314881117, 40.50065195220798, -74.23410527251835, 40.50066015028113, -74.23417258754111, 40.50066872018444, -74.23420979452612, 40.50067260209265, -74.23426520792499, 40.50067687547552, -74.23430390194909, 40.500678912727615, -74.23434560736965, 40.50067949936203, -74.23439128810696, 40.50067866762687, -74.23444509878333, 40.50067634419096, -74.23448932026236, 40.50067249230911, -74.23453759048256, 40.500665287556, -74.23458959548944, 40.5006550241419, -74.23467134593933, 40.500636547353075, -74.2347199323965, 40.50062400081563, -74.23481483517841, 40.50059544887461, -74.23485484215863, 40.50058438320171, -74.23489740716184, 40.50057479275465, -74.23493643622857, 40.500568785547415, -74.23498179499892, 40.500564309779406, -74.23503967435182, 40.5005599812512, -74.23513695684284, 40.500555390052035, -74.23516135518643, 40.500553029287346, -74.23518643385975, 40.50054922717092, -74.23521236618589, 40.50054395813213, -74.23523947988039, 40.50053715485919, -74.23529671591831, 40.50051931862536, -74.23537677710796, 40.500489900619904, -74.23544159463523, 40.50046360176317, -74.23556707938006, 40.50040765257098, -74.23562026660976, 40.50038515252171, -74.23583443770167, 40.50030346557621, -74.23588339315675, 40.500283622568915, -74.23592655635673, 40.50026479284231, -74.23596123555818, 40.50024639118829, -74.23599594664228, 40.50022265560134, -74.23612004842812, 40.500124766321804, -74.23613012798526, 40.50010414859033, -74.23614199438164, 40.500084092715525, -74.23615560075979, 40.50006469244877, -74.2361708837182, 40.500046033470525, -74.23618777158862, 40.500028198776704, -74.23620619269968, 40.50001127046265, -74.23622606238493, 40.499995325247205, -74.2362472853419, 40.49998043446794, -74.23627000421106, 40.4999699081897, -74.23629367890956, 40.499963805157925, -74.23631783329233, 40.499958912350245, -74.236342357737, 40.49995525430659, -74.23636714729213, 40.499952842049304, -74.23639209113036, 40.49995169291665, -74.23641707835749, 40.49995180533587, -74.23644200046417, 40.49995318493384, -74.23646675124616, 40.49995582202349, -74.2364895340315, 40.499956375728175, -74.23651009191363, 40.49995225304345, -74.2365296996536, 40.49994598904496, -74.23654797783178, 40.49993770788833, -74.23656456956377, 40.499927567903256, -74.23659608804893, 40.499924169148514, -74.23662782427647, 40.49992229724013, -74.23665965323197, 40.499921960540455, -74.23669144516325, 40.49992316201879, -74.2367104941759, 40.49992169538065, -74.23672936985277, 40.4999192511181, -74.23674798964778, 40.49991583840684, -74.23676626160955, 40.499911475447384, -74.23678410675998, 40.49990617951295, -74.2368014437967, 40.49989997778753, -74.2368181925908, 40.49989289565167, -74.23683427540468, 40.499884967486324, -74.23684962276498, 40.49987622945641, -74.2368641616625, 40.49986671863486, -74.23687782737792, 40.49985648108275, -74.23689055519206, 40.49984556286116, -74.23690228747971, 40.499834014519244, -74.23691297605323, 40.499821886586616, -74.23701800304937, 40.49974172578026, -74.23711946846157, 40.499658934575294, -74.23721726055177, 40.499573605966994, -74.23731126758085, 40.499485832050055, -74.23740138728714, 40.499395715706264, -74.2374875185714, 40.49930335441144, -74.2375048876769, 40.4992700410637, -74.23752373421517, 40.49923720193765, -74.23754403589245, 40.499204871298865, -74.23756577161399, 40.499173088813706, -74.2375889155505, 40.49914188965563, -74.2376134383469, 40.49911131260758, -74.23760604543502, 40.4990837734044, -74.23760470329754, 40.49906162036772, -74.23760999962613, 40.49904060086413, -74.23762393807361, 40.49902021635078, -74.23763904337453, 40.499005855786805, -74.23765741020709, 40.49899176132731, -74.23767934202765, 40.498977681093585, -74.23770629121202, 40.498962679122556, -74.23773475746499, 40.49895133647031, -74.23775448706661, 40.49895059587888, -74.23779355844077, 40.49896246319126, -74.23784402731562, 40.49898018014386, -74.2379538397211, 40.499020906023325, -74.23797167512352, 40.49902390293284, -74.23799184969315, 40.499021897029394, -74.2380227672546, 40.49901021962641, -74.23806919028286, 40.49898163405645, -74.23810406409599, 40.49895926810061, -74.23814108754667, 40.49893268407852, -74.23826305125863, 40.49883586673192, -74.23835949046494, 40.49875961011876, -74.23846233083368, 40.49867490752905, -74.23857411209443, 40.49857977249202, -74.23871937197057, 40.49845333180808, -74.23875789606836, 40.49841833978692, -74.23879844303919, 40.498378999370985, -74.23884407509178, 40.49833229370168, -74.2389808818308, 40.49818838822633, -74.23902648910331, 40.49814340255334, -74.23906912413074, 40.498104174760044, -74.23913287857442, 40.4980511554, -74.23925153010785, 40.49795987857038, -74.23929601198562, 40.4979245434482, -74.23933903943124, 40.49788792267926, -74.23937568469329, 40.497853535923134, -74.23958705139222, 40.49763798171727, -74.23967575044533, 40.49754964058128, -74.23970538993808, 40.4975222934112, -74.23973328689291, 40.49749851328409, -74.23974728963823, 40.497488107183386, -74.23976299563192, 40.49747831888992, -74.23978047198344, 40.49746911224149, -74.23979983052472, 40.49746042216521, -74.23984434938892, 40.49744445271839, -74.2399016322567, 40.497428581743186, -74.23994610396731, 40.49741822267765, -74.23998646164276, 40.49741064674217, -74.240024306167, 40.49740555611809, -74.24006017169299, 40.49740288755366, -74.24017447471145, 40.49739987111877, -74.24035179416907, 40.49739890007997, -74.24058513002429, 40.497399292709865, -74.24077173203376, 40.49740323558112, -74.24081379114624, 40.49740562648883, -74.24086002087778, 40.49741014919447, -74.24104134066536, 40.49743540392953, -74.24108256133745, 40.49744015499675, -74.2411197089032, 40.49744331886323, -74.24129579204859, 40.49745701504905, -74.24136797081135, 40.497461669390276, -74.2414434077506, 40.4974643653748, -74.2415111588762, 40.49746398865745, -74.24153262237326, 40.49746235313845, -74.24158241853313, 40.49745585542427, -74.24160672945338, 40.49745481275118, -74.2416274535857, 40.49745619105515, -74.24167407237779, 40.49746225972992, -74.24169499713068, 40.497463986105586, -74.24174297329765, 40.49746407055106, -74.24176459295586, 40.49746256073433, -74.24178471306706, 40.49746000945466, -74.24180337490453, 40.49745641302371, -74.2418205643023, 40.49745176877043, -74.24185052578655, 40.49743933950101, -74.24190478928628, 40.49740743448974, -74.24198085139825, 40.497356994635325, -74.24204269932497, 40.497310611899096, -74.2420591171734, 40.49730009776008, -74.242074927265, 40.4972917984118, -74.24209487221978, 40.497287151906036, -74.24213208054827, 40.49728755968455, -74.24217827444518, 40.497286419381126, -74.24219938186981, 40.497286807086645, -74.24221988973557, 40.49728906466059, -74.24223748456791, 40.49729345904241, -74.24225555773445, 40.49730029285698, -74.24227488378695, 40.49730911059993, -74.24234990181468, 40.49734858555468, -74.24244193450879, 40.49739215345747, -74.24250725885095, 40.497421649268375, -74.2425496480047, 40.49743793317132, -74.24259772642729, 40.497452226558714, -74.24265254654932, 40.497464908123476, -74.24272132323388, 40.4974776573983, -74.24274869289997, 40.497481801388844, -74.24277130005723, 40.49748390943737, -74.24279171246499, 40.49748422105866, -74.2428103311105, 40.4974827119915, -74.24287931537717, 40.497471728977345, -74.24298086574123, 40.497452267785555, -74.24303405569218, 40.49744093449518, -74.24314926247318, 40.49741397070249, -74.24319599349869, 40.4974041612178, -74.24325829141763, 40.49739349562624, -74.24332769254976, 40.49738430351977, -74.2434037610439, 40.497376429117274, -74.24352408959176, 40.497365998681936, -74.24356163577121, 40.49736522648181, -74.24363152847414, 40.497369560059745, -74.24365880170377, 40.4973702198744, -74.24368631309801, 40.49736858011505, -74.24371043701574, 40.49736414778565, -74.24375314056081, 40.49735075440009, -74.24383837430312, 40.49731720404331, -74.24387586811093, 40.49730434399202, -74.24398674972379, 40.49727122169683, -74.24405883714967, 40.497252791167305, -74.24409111971491, 40.49724748949977, -74.24416555998455, 40.497240237622194, -74.24419823889286, 40.49723396700767, -74.24421962017954, 40.49722730078119, -74.24426903760818, 40.49720830780529, -74.24429206739886, 40.497200829376936, -74.24431721208478, 40.49719459277917, -74.24434162419502, 40.49718996518792, -74.24436526599992, 40.49718695118678, -74.2443881210031, 40.49718555531392, -74.24440746575203, 40.49718812385717, -74.24442669249059, 40.49719584279906, -74.24445723553936, 40.49721165233624, -74.24447445870659, 40.49721792567985, -74.24456174329462, 40.49723920749603, -74.24463282249008, 40.49725381752395, -74.24469791130271, 40.49726385116441, -74.24475858748183, 40.49726947076036, -74.24478463286228, 40.497265023299875, -74.24480058875714, 40.497255722771605, -74.24480010014203, 40.4972385767574, -74.24477001440266, 40.497201094098706, -74.2447627434375, 40.497186348965386, -74.24475827528684, 40.49716548143016, -74.24475789393698, 40.49714863236286, -74.24476157282547, 40.49713466894923, -74.24477268309987, 40.497120625745325, -74.24481903790266, 40.497099036523416, -74.24490629791934, 40.49704855732312, -74.24502234993493, 40.49697353737807, -74.24504788554097, 40.49695459235773, -74.24507310786369, 40.49693095892314, -74.24509500161406, 40.49690677876467, -74.24514428430757, 40.49684794609863, -74.24517068690871, 40.49682032796179, -74.24519858424317, 40.49679693823132, -74.24521290006142, 40.49678725392038, -74.24522766025792, 40.496778764566336, -74.24525832470957, 40.49676527837759, -74.2452934177805, 40.496754773385014, -74.24533253531436, 40.496747372921384, -74.24537487220282, 40.4967432326954, -74.2454107091614, 40.49674321909205, -74.24549394175044, 40.4967485252969, -74.24551477945974, 40.496748424880124, -74.24553355518407, 40.496747039307984, -74.24555824611002, 40.49674355814029, -74.2455822988969, 40.49673880317765, -74.2456053363212, 40.49673284456898, -74.24562707909745, 40.49672576035864, -74.24564723739694, 40.4967176484254, -74.24566572056423, 40.49670855669249, -74.24568240142911, 40.49669854756984, -74.24569718581763, 40.49668767439128, -74.24571190880357, 40.49667453830168, -74.24572677870403, 40.496659010078666, -74.24577255571656, 40.49660330949884, -74.24579128757789, 40.496582621043245, -74.24584492996667, 40.49653038684899, -74.24599182806743, 40.49639374025433, -74.24603362076307, 40.49635173261716, -74.24606912699008, 40.49631286689948, -74.24609848910596, 40.4962770365388, -74.24611799519263, 40.496247533747606, -74.246125147537, 40.49623352141376, -74.24613054510817, 40.49621996491138, -74.2461362125737, 40.49619384538723, -74.24613279764438, 40.49616117055028, -74.24614737990814, 40.49612652276116, -74.2461631038722, 40.496105293171766, -74.2461829666752, 40.496087155237284, -74.24621047395463, 40.49607110094067, -74.24623575931791, 40.49605998452821, -74.24626490825236, 40.496048962478994, -74.24636139703642, 40.49601758158338, -74.24639482528825, 40.49600584429471, -74.24642202096993, 40.4959942455556, -74.24648021584885, 40.49596573664571, -74.24650602674622, 40.49595512784602, -74.2465566595007, 40.4959388932053, -74.24661455672398, 40.49592406036893, -74.2466750328992, 40.49591124095527, -74.24679754971417, 40.495887940054445, -74.24699453296235, 40.49585573006815, -74.24701375661387, 40.49585018102277, -74.24703343582796, 40.495845653999524, -74.24705347750688, 40.49584217351304, -74.24707378615386, 40.49583975327669, -74.24710453260657, 40.495838140850914, -74.24712508240893, 40.495838414482584, -74.24714555835159, 40.49583976890988, -74.24716586367838, 40.49584219623658, -74.24718590043692, 40.49584568406625, -74.24720557774567, 40.495850218186256, -74.24722479761873, 40.495855777195196, -74.24724347029745, 40.49586233156901, -74.2472720019281, 40.49587424718327, -74.24730152127107, 40.49588466757708, -74.24733189367393, 40.495893545311546, -74.24736298096167, 40.495900837458336, -74.24739464029066, 40.495906514607185, -74.24742672999338, 40.49591054644498, -74.24745331709725, 40.49591082861203, -74.24747987718744, 40.49591177992763, -74.2475063807714, 40.49591339955486, -74.2475327995395, 40.49591568755488, -74.24755910634504, 40.495918639483556, -74.24758527051252, 40.495922253606196, -74.24761126371881, 40.49592652638185, -74.24763705762763, 40.4959314506675, -74.24766262627841, 40.49593702381775, -74.24768793779262, 40.49594323779672, -74.24771296737256, 40.495950085453856, -74.24779384335906, 40.49597223145218, -74.24787555354955, 40.49599251238751, -74.24795802472563, 40.496010907704026, -74.24804118251262, 40.49602740315228, -74.24812495371172, 40.4960419835801, -74.24820926041545, 40.49605463654705, -74.24829402707212, 40.4960653487075, -74.24836654326123, 40.49607791000254, -74.24843851380945, 40.49609219155181, -74.24850986199753, 40.496108180014524, -74.24858052407158, 40.496125859320344, -74.248650665372, 40.496145280442626, -74.24871969548475, 40.49616627896402, -74.24878783521446, 40.49618891204182, -74.24885501958954, 40.49621315370311, -74.24892118011303, 40.49623898158483, -74.24898625418187, 40.49626637241075, -74.24907880947718, 40.49630664871902, -74.24915567761438, 40.49634261934566, -74.24923096277917, 40.49638048718133, -74.24930458697673, 40.4964202136757, -74.24937647102182, 40.49646175757942, -74.24944653807096, 40.49650507313572, -74.24951471244962, 40.49655011188354, -74.2495809208585, 40.496596829859676, -74.24964509467586, 40.496645172284126, -74.24970716530933, 40.49669509248187, -74.24976706059704, 40.49674653568086, -74.24982472606024, 40.49679944436887, -74.24988009308115, 40.49685376556728, -74.24993310716293, 40.4969094372612, -74.24998370557776, 40.49696640465799, -74.25000153088683, 40.49698910519585, -74.25002127781649, 40.4970108568841, -74.25004286580678, 40.49703156714246, -74.25006619895883, 40.497051142523276, -74.2500911719736, 40.49706949950551, -74.25011767955809, 40.49708655636892, -74.25014560465995, 40.49710224132503, -74.25016244312799, 40.49711086414674, -74.25017726570019, 40.49712171838077, -74.25018825870046, 40.49713496377462, -74.25019478461338, 40.497149832663894, -74.25019646153277, 40.49716545866812, -74.25019319524834, 40.49718093965839, -74.25019236186964, 40.497200969342124, -74.25019471255384, 40.49721664700875, -74.2501984157054, 40.497232171337224, -74.25020344984274, 40.49724747573475, -74.25020979583664, 40.49726249180236, -74.25021742867989, 40.497277156557004, -74.25022631273508, 40.49729140343661, -74.25023640885284, 40.49730517309111, -74.2502476755041, 40.49731840077229, -74.2502591046954, 40.49733187574465, -74.25026797929601, 40.49734642882307, -74.25027412956652, 40.4973617794119, -74.25027743525416, 40.49737763149829, -74.25027783506023, 40.49739368173649, -74.25027665703394, 40.497410501770155, -74.25027774627841, 40.49742732406283, -74.25028108798597, 40.49744397394326, -74.25028665082047, 40.49746027317393, -74.25029437515833, 40.49747604988271, -74.250304178993, 40.4974911403509, -74.25031677082366, 40.49752716484308, -74.2503205140814, 40.497553706207384, -74.25032304498889, 40.49758033216488, -74.25032436223351, 40.49760700759765, -74.25032446452306, 40.49763370279104, -74.25032334937198, 40.49766038443063, -74.25032102019645, 40.49768702008978, -74.25031747687696, 40.49771357824997, -74.25031272636521, 40.49774002557622, -74.25030677326032, 40.49776633053964, -74.25029962452409, 40.49779246250669, -74.25029129182687, 40.49781838813199, -74.25028904914201, 40.497833467955225, -74.25028221690378, 40.497847721193395, -74.2502711813896, 40.4978603455284, -74.25025656042706, 40.49787062909059, -74.2502179469111, 40.497907463170826, -74.25018520969886, 40.497940024001714, -74.25016848753035, 40.49794993210868, -74.25015368134392, 40.49796148131106, -74.25014107110498, 40.497974460274364, -74.25013088712014, 40.497988627154356, -74.25012331478969, 40.49800371859176, -74.25011849934609, 40.498019455105094, -74.25011652935225, 40.498035544728836, -74.25011744026753, 40.49805169020978, -74.25012277459066, 40.49806902375833, -74.25012801440973, 40.498082221362225, -74.25013382936947, 40.49809527722885, -74.25014021469762, 40.498108176960095, -74.25014716091029, 40.49812090796906, -74.25015466086586, 40.498133453160996, -74.25016270743627, 40.498145799043336, -74.25017129113738, 40.49815793302929, -74.25018040247835, 40.49816984073082, -74.25019003079214, 40.49818150866304, -74.25020016423863, 40.498192925144714, -74.25021079332701, 40.49820407578788, -74.25022190621375, 40.49821494801079, -74.25026881211535, 40.49826995566586, -74.25031804107435, 40.498323767728756, -74.2503695421498, 40.498376325773, -74.25042325615625, 40.4984275749922, -74.25047912980908, 40.49847746146751, -74.25053710510457, 40.49852593129054, -74.25059711579445, 40.49857293417275, -74.25061690659321, 40.49859047656825, -74.25063823162375, 40.49860693767065, -74.25066098914607, 40.49862224025543, -74.25068507271473, 40.49863631071052, -74.25071036882967, 40.49864908174304, -74.25073675458042, 40.49866049328507, -74.25076410826271, 40.49867049247036, -74.25080642882516, 40.49868409348999, -74.25083433644288, 40.49869395276567, -74.25086179843679, 40.49870451542487, -74.25088878527575, 40.498715770726164, -74.25091526624227, 40.49872770612956, -74.25094121178802, 40.49874030639088, -74.25096659591732, 40.49875355986054, -74.25100184696184, 40.49877724333378, -74.25103815264283, 40.498799982530954, -74.25107546920117, 40.49882174782916, -74.25111374698932, 40.498842512319996, -74.25115294699333, 40.49886225357469, -74.25119301721286, 40.49888094649111, -74.25123391155218, 40.49889856775544, -74.25127558275616, 40.49891509945957, -74.25131797647131, 40.49893051830785, -74.25132659503562, 40.49894431271484, -74.25133703099787, 40.49895735479711, -74.25134917177371, 40.49896950701927, -74.251362887114, 40.49898063998914, -74.25137803265078, 40.498990634251555, -74.25139444401574, 40.49899938480366, -74.2514119533418, 40.49900679745661, -74.25143036804322, 40.4990127924844, -74.25144949323868, 40.49901730727638, -74.25146912585022, 40.49902029544946, -74.2514890593048, 40.499021722335264, -74.2515090800291, 40.49902157399325, -74.25152896978875, 40.499019851802224, -74.2515485245664, 40.49901657331969, -74.25156753215815, 40.49901177503237, -74.25158579103152, 40.49900550781223, -74.25160310442028, 40.498997835128414, -74.25161929216502, 40.498988844728174, -74.25162865580596, 40.4989736538079, -74.251641316213, 40.49895992622838, -74.25165689390865, 40.49894807526514, -74.25167491718678, 40.498938456761714, -74.25169484684773, 40.49893135916982, -74.25171608207292, 40.498926997233006, -74.2517379863365, 40.498925501123175, -74.25178999141784, 40.498943253606434, -74.25182368914744, 40.49896096159414, -74.25185660320916, 40.4989795060866, -74.25188870051213, 40.498998870947496, -74.25191994321632, 40.499019031946204, -74.25195029939327, 40.4990399684412, -74.25197973473475, 40.49906165439307, -74.25200821732224, 40.49908407186197, -74.25203571637601, 40.499107192099125, -74.25204013288543, 40.499122171778815, -74.25204848566567, 40.49913613781696, -74.25206041740147, 40.49914849664535, -74.25207541885158, 40.49915872166902, -74.25209285488627, 40.49916637572223, -74.25211197636845, 40.49917113355613, -74.25213196974066, 40.49917279253638, -74.252151984188, 40.49917128068832, -74.2521711658728, 40.499166662925745, -74.25218869330776, 40.499159136470176, -74.25220496135533, 40.49915111748649, -74.25223688356657, 40.49914559459034, -74.25225694005651, 40.49914772528961, -74.25227548191465, 40.49915393693103, -74.25229111183123, 40.4991637616086, -74.25233445967622, 40.4992009006535, -74.25236990661843, 40.49922785041213, -74.25240650856504, 40.49925388357777, -74.25244422648176, 40.49927897231855, -74.25248301661192, 40.499303087912686, -74.25252283875129, 40.49932620523259, -74.25256364796323, 40.499348295558974, -74.25260539697865, 40.499369337382134, -74.25264804087077, 40.49938930468444, -74.25266059572593, 40.499399503499795, -74.25267524014868, 40.4994079254627, -74.25269154381232, 40.49941432567428, -74.25270903414639, 40.49941851876421, -74.25272720460435, 40.49942038157388, -74.25274552530823, 40.4994198603375, -74.25276859772762, 40.4994340055265, -74.25279106706287, 40.49944870046434, -74.25281291792389, 40.49946393077676, -74.25283412666312, 40.49947968210771, -74.25285466962255, 40.49949593739948, -74.25287453022901, 40.49951268137992, -74.25289046993501, 40.49952171372433, -74.2529041285036, 40.499532709754426, -74.25291509888011, 40.49954533987242, -74.25292305285578, 40.49955922387689, -74.25292775175299, 40.49957394894965, -74.25296568619056, 40.4996112689887, -74.25300130218828, 40.49964348990306, -74.25303548238277, 40.49967660099795, -74.25306819832161, 40.49971056541558, -74.25309940620943, 40.49974534453077, -74.2531290799526, 40.49978090148052, -74.25315717456542, 40.49981719494069, -74.25318366747905, 40.49985418443814, -74.25320852786682, 40.499891829518106, -74.25324519923412, 40.499938814075676, -74.25327973306712, 40.499986732690054, -74.25331209140167, 40.50003552961392, -74.25334223390004, 40.50008514550296, -74.25337012494991, 40.50013552280338, -74.25339573247057, 40.50018660215239, -74.25341902673361, 40.500238322381, -74.25343998037313, 40.50029062321514, -74.25345856601594, 40.50034344257985, -74.25347476219058, 40.50039671928732, -74.25348855448281, 40.500450386730975, -74.25359356759881, 40.500796444943454, -74.25360690770906, 40.500843750201746, -74.25362219304023, 40.5008907125586, -74.25363940571968, 40.500937284324365, -74.25365853142071, 40.500983419602726, -74.25367955109421, 40.50102907160703, -74.25370244334167, 40.501074196257555, -74.25372718322197, 40.50111874858154, -74.25380372116575, 40.5012586176765, -74.25388476262982, 40.50139700078178, -74.25391817026437, 40.50147205026296, -74.25395468211323, 40.501546252666735, -74.25399426132729, 40.50161953242699, -74.25403686988057, 40.501691814880466, -74.25407421326217, 40.50174448455163, -74.25411375563827, 40.5017962091842, -74.25415545906317, 40.50184693662901, -74.25419927614628, 40.50189661295673, -74.25424516541217, 40.5019451887275, -74.25429307947611, 40.501992611812916, -74.25434296625124, 40.50203883459764, -74.2543947712839, 40.50208380767049, -74.25440802624362, 40.50209766360963, -74.25441938782238, 40.50211246660358, -74.2544287374761, 40.5021280665265, -74.25443598494606, 40.502144305985794, -74.25444105174289, 40.502161020358166, -74.2544438912053, 40.502178038646065, -74.25467259139586, 40.50262609150481, -74.25469846838023, 40.50267678633355, -74.25475757387426, 40.50279100215942, -74.25481383251048, 40.502906051866006, -74.25513401142949, 40.50351985451612, -74.2551813941051, 40.5036043983946, -74.25523243289749, 40.5036876949879, -74.25528706965252, 40.50376965076508, -74.25530510492233, 40.503799119318415, -74.2553218653863, 40.50382902476228, -74.25533733203315, 40.50385933201869, -74.25535148823151, 40.503890011407584, -74.25536431615295, 40.50392102874883, -74.25537580622728, 40.503952349843985, -74.2553859441719, 40.50398394230593, -74.25539471923676, 40.50401577193871, -74.25540212302417, 40.50404780274002, -74.25541267628708, 40.504080635210016, -74.25542177234787, 40.504113720370114, -74.25542940163237, 40.50414702312115, -74.25543555336255, 40.504180502062866, -74.25544022031661, 40.504214120289674, -74.25544339998845, 40.50424783998496, -74.25544508632561, 40.50428162153886, -74.25546263563214, 40.50435460041452, -74.25547955583902, 40.50458496598858, -74.25548567774004, 40.504660640380074, -74.25548584360078, 40.50470404841601, -74.25548457817719, 40.50476190869447, -74.25548065443719, 40.504879900794826, -74.25546529792352, 40.505059137495834, -74.25544800423009, 40.50530911538975, -74.25544775001812, 40.50537320060164, -74.25544990593248, 40.505444654914996, -74.25546393167731, 40.50567298811016, -74.25546760427801, 40.505752328616886, -74.25546871312112, 40.50582608702179, -74.2554669572776, 40.50589300865167, -74.25546445550638, 40.505929591177456, -74.25546033301244, 40.50595637320605, -74.25545345695264, 40.505978848710356, -74.25542996075289, 40.50603579489526, -74.25541843532288, 40.50607561781036, -74.25540877474515, 40.50611750239693, -74.25540088379726, 40.506161846002506, -74.25539462625316, 40.50620943059338, -74.25538701840381, 40.50630565778599, -74.25537945193827, 40.50649149243704, -74.25537926911122, 40.50654864788191, -74.25538440005184, 40.506609497195676, -74.25539490879727, 40.5066750488321, -74.2554112862807, 40.50674842204449, -74.25543147055062, 40.506824141675516, -74.25545523270202, 40.50690343295778, -74.25548288471448, 40.50698735151982, -74.25551521568441, 40.507078310831766, -74.25553597203132, 40.50713171305826, -74.25556116202355, 40.507190641885465, -74.25565472677752, 40.507392114185436, -74.25568936747054, 40.50747083636026, -74.25572075165734, 40.50755164060899, -74.25574414625987, 40.5076253673532, -74.2557530433103, 40.50766393446876, -74.25575705167773, 40.50769830788929, -74.25575631545588, 40.50772976425023, -74.25575080525473, 40.507758641316805, -74.25573938923687, 40.507796251405516, -74.25572779887497, 40.507829616768554, -74.25571550430566, 40.5078602469794, -74.25570228807146, 40.507888662129936, -74.25567424979677, 40.50794178130478, -74.255642348898, 40.50799679479285, -74.2556062255626, 40.5080543319645, -74.25556502839927, 40.50811574731222, -74.25552354087971, 40.50817344679126, -74.25548542526892, 40.50822096542669, -74.25544729616976, 40.5082624973355, -74.25540829098325, 40.50829892876103, -74.25538425638601, 40.508314295811665, -74.25533589261647, 40.50833525256543, -74.25531944297794, 40.508343476808754, -74.25530539292657, 40.50835288891789, -74.25523861059668, 40.508432830992255, -74.25522328817746, 40.50845417167982, -74.25521102945568, 40.5084738836924, -74.25520106277052, 40.50848638904436, -74.2551691356614, 40.508493588655014, -74.25514643156683, 40.5084952934123, -74.25508742009086, 40.508496896963216, -74.2550566419588, 40.50850096103436, -74.25503764907121, 40.508506235339844, -74.25501797863262, 40.50851389936128, -74.25499720283197, 40.50852407652145, -74.25497238228043, 40.508538203396476, -74.25495561992912, 40.50854953151884, -74.25492048534224, 40.50857698847145, -74.25490367033444, 40.508587816907294, -74.25488307255794, 40.50859518488877, -74.25483911980548, 40.50860158622634, -74.25479021679776, 40.508618603213876, -74.25475781316128, 40.50863546288471, -74.25472409052023, 40.50865667594881, -74.25468460207334, 40.50868503221864, -74.25466183222069, 40.508705424886436, -74.2546422559808, 40.50873010420498, -74.2546259790474, 40.50875894116522, -74.25461315965947, 40.50879166255592, -74.25456493872844, 40.50885028886104, -74.25446101911866, 40.50881417831248, -74.25443719129221, 40.508820428609596, -74.2544139868256, 40.50882771673487, -74.25439161785086, 40.508835980081756, -74.25437026225765, 40.508845148915455, -74.25435010968624, 40.50885514086764, -74.2543312531511, 40.50886590530311, -74.25431381038851, 40.50887737712311, -74.254297860235, 40.508889500320606, -74.25422664897746, 40.50894698961902, -74.25419045248363, 40.50897798058877, -74.25415806254568, 40.50900908198752, -74.25413185174818, 40.509038719836354, -74.25410656713487, 40.50906867621812, -74.25409639725635, 40.50908677873512, -74.2540878597742, 40.50910909573347, -74.25408743900536, 40.5091281483401, -74.25409187926479, 40.50914659853435, -74.25409193139653, 40.5091795642285, -74.25394498431116, 40.50938743710079, -74.25392972838216, 40.50940221978493, -74.2539100892654, 40.509414505981375, -74.25388879122275, 40.50942553599874, -74.25386734209262, 40.50943561808522, -74.25384841283191, 40.50944345046601, -74.25380594991087, 40.509460197035075, -74.25377254349262, 40.50948067248151, -74.25375903848429, 40.509490192158864, -74.25374189275168, 40.50950227739755, -74.25370769057464, 40.50952946175346, -74.25367569229817, 40.50955819194533, -74.25364440378146, 40.50958928265735, -74.25361200844704, 40.50962439398434, -74.2535777597644, 40.509664233592645, -74.25353419035535, 40.509717494611465, -74.25349392769814, 40.50976818359197, -74.25346600119146, 40.509806327906915, -74.25344341393773, 40.50984147425719, -74.25342601202448, 40.509874102069325, -74.25341302597182, 40.509906020414384, -74.25340495918029, 40.50993649965111, -74.253401745433, 40.50996581098725, -74.25340336524911, 40.509994104855274, -74.25340698797372, 40.510021334373604, -74.25341039506593, 40.510036497227425, -74.2534183543581, 40.510059520686845, -74.2534210086316, 40.51007466449036, -74.25341111872287, 40.51009419186993, -74.25338169310879, 40.51011912865604, -74.25335717531976, 40.510144277031905, -74.25334134797437, 40.51016558255678, -74.25332730861881, 40.51018889052004, -74.25331496810325, 40.51021433800006, -74.25330435417195, 40.51024177364666, -74.2532951637786, 40.51027186722499, -74.25328722185974, 40.510305124320666, -74.25328000922529, 40.510343711861275, -74.25324467182905, 40.510565381255304, -74.25323593805727, 40.51061138353399, -74.25323306460064, 40.51063399865135, -74.25323463278016, 40.51064992021373, -74.25324409050839, 40.51067885867969, -74.25324857559418, 40.510710734849226, -74.25324834257377, 40.51072740062381, -74.25324382248422, 40.5107554351791, -74.25323041195874, 40.510807121132814, -74.25321762757363, 40.51085528732156, -74.25318665128324, 40.5109578263887, -74.25317418613496, 40.511002758054424, -74.25316860139715, 40.511028830892585, -74.25316557774003, 40.51104294981188, -74.25315937585664, 40.5110870787929, -74.25315534846989, 40.51113619012755, -74.2531526728466, 40.51120015997293, -74.25315014861152, 40.51127045932893, -74.25314998667064, 40.51130964366855, -74.25315201664127, 40.511346564637115, -74.25315651836527, 40.51137971862806, -74.25318252164682, 40.51149464219297, -74.25319559551737, 40.5115624441811, -74.25320030674713, 40.51160417618279, -74.25319795808791, 40.51162860831546, -74.25318575333947, 40.51167098459413, -74.253182352853, 40.5116868621844, -74.25317194443497, 40.51176802224549, -74.25316445438183, 40.51185181172706, -74.25316250462524, 40.511893101852095, -74.253162275968, 40.51193803533823, -74.25316704910277, 40.51205095341592, -74.25319648595152, 40.51207640507421, -74.2531511304709, 40.51225519333003, -74.25307074092872, 40.512261876065, -74.25288375073205, 40.512324321420635, -74.25277848122387, 40.512408270441426, -74.25266185453697, 40.512503991816025, -74.25242839422157, 40.512632140721735, -74.25233452624944, 40.512688258507026, -74.2522156765948, 40.51277676564141, -74.25212324377749, 40.51284216008767, -74.25199848866097, 40.513043190714335, -74.25199243587498, 40.51323105961301, -74.25202018770854, 40.51330467035193, -74.25205683811032, 40.51336220324426, -74.25212729864997, 40.513430861782, -74.25219792378327, 40.5135334177633, -74.25223539859057, 40.51366708971908, -74.2521985488577, 40.513718198475885, -74.25215414362064, 40.513759194629365, -74.25202680043347, 40.51386600012716, -74.25198452629567, 40.51395686482976, -74.25196203870608, 40.51404971588112, -74.2519601038549, 40.514156851985405, -74.25192705601233, 40.51422472202332, -74.25183418450813, 40.51425006780374, -74.2516565033017, 40.51418872601989, -74.2515613900121, 40.51419184504785, -74.25148198389239, 40.51426865348003, -74.25139724204949, 40.51443868946697, -74.25132259372882, 40.51447113163577, -74.25115082788525, 40.51450005450191, -74.25102182811811, 40.51455896767586, -74.25085862696743, 40.514608922219665, -74.25071401079262, 40.51465540580722, -74.25043353869346, 40.514813515850086, -74.25037334969682, 40.51487557047694, -74.25031494756387, 40.51493493218485, -74.25017003083525, 40.515027199709614, -74.25013020698249, 40.51507371075286, -74.25009767301822, 40.51511428669778, -74.25006359550929, 40.51516271413652, -74.25005467676596, 40.515177043928446, -74.25018740067408, 40.515324480739764, -74.25016324775487, 40.515337917098094, -74.25014299353695, 40.51534918457726, -74.24986183820218, 40.51550558098176, -74.2493647429084, 40.51500803724808, -74.2493471130596, 40.51501840915921, -74.24928400512272, 40.515055535610735, -74.249260015119, 40.51506964952617, -74.24922851703222, 40.515088178840855, -74.24964426325306, 40.515508935223835, -74.24965997370633, 40.51553024276951, -74.24966624122234, 40.515554460662386, -74.24966624122234, 40.515554460662386 --74.01576925032299, 40.707030302783174, -74.01583415914286, 40.7068317311327, -74.0159049053938, 40.70665975343496, -74.0159452839573, 40.70656912759248, -74.01597248725051, 40.70649848951248, -74.01601527046303, 40.70638945595715, -74.0160511552693, 40.70618436669862, -74.01628599541596, 40.70557210661663, -74.01629235776647, 40.70555619818143, -74.01641605424594, 40.705218955268656, -74.01645381871437, 40.70509564643868, -74.0165417553774, 40.704734706112006, -74.0165415585457, 40.70473307891591, -74.01649010612742, 40.70430680482991, -74.01649039602738, 40.70430677687252, -74.01668655533867, 40.70428808459927, -74.01725122275582, 40.70386752816156, -74.01767929750301, 40.70389403730672, -74.01767304105631, 40.703923720031995, -74.01766552080854, 40.703953232754095, -74.01765674739973, 40.703982545754265, -74.01764672791923, 40.70401162571213, -74.01763547537357, 40.70404044200806, -74.01753869395749, 40.70430036606124, -74.0175222942909, 40.70433933459643, -74.01751779464595, 40.704354447666994, -74.0175110936486, 40.70437696057601, -74.01750664010615, 40.70439191785056, -74.01752802226443, 40.70445500533901, -74.01754593931479, 40.70450737366135, -74.01749075152111, 40.70467870168532, -74.0175265673372, 40.70468204523988, -74.01757374287946, 40.704685550942585, -74.0176605564902, 40.70467966451919, -74.01786147982791, 40.70465833281575, -74.01807318726799, 40.70463568252094, -74.01811204019165, 40.704545992665444, -74.01824223126528, 40.70457607260592, -74.01835737939318, 40.70460262389326, -74.01886327273967, 40.704720059759765, -74.01888310908942, 40.70472664374935, -74.01890114635566, 40.704735743159695, -74.01891683777595, 40.704747080724005, -74.01892971229968, 40.7047603143263, -74.01893938287377, 40.70477504690556, -74.0190311414566, 40.7050633053248, -74.01907883627386, 40.705213747688255, -74.01910571415063, 40.70530110635286, -74.01917759912736, 40.705527410943326, -74.01923034328708, 40.705696503786754, -74.01929029143285, 40.705884869941784, -74.01934506401643, 40.70606086840682, -74.01934896232254, 40.70607867626509, -74.01934973672105, 40.70609671968182, -74.01930631418641, 40.70627503813336, -74.01922851231386, 40.70658949981708, -74.01921586989943, 40.706639883736536, -74.01919310262912, 40.70673061134984, -74.01913242912046, 40.706972796857315, -74.01912588327902, 40.70698655955872, -74.01911519528521, 40.70699873264471, -74.01910098737048, 40.70700860190544, -74.0190840877109, 40.707015598979645, -74.01906548072964, 40.70701931036851, -74.01904624439162, 40.707019520670606, -74.01895190020045, 40.7069989568578, -74.0188672313796, 40.70697951882232, -74.01884650514587, 40.70697525829662, -74.01885261485145, 40.70694638600349, -74.01883323005002, 40.706940403478114, -74.01882957117441, 40.70692368788543, -74.0188245970475, 40.70690916885478, -74.01881702686349, 40.70689531212409, -74.01880700625094, 40.70688238872301, -74.01879473289829, 40.706870646259176, -74.01878044235275, 40.70686030621924, -74.01876440802363, 40.706851574775015, -74.01874693880761, 40.70684461486797, -74.01872837199377, 40.70683956422087, -74.01870906734217, 40.706836517328284, -74.01868939170282, 40.706835534464666, -74.01866972374744, 40.706836634479096, -74.01865045041997, 40.70683979659713, -74.0186319373523, 40.706844956823474, -74.01861453951761, 40.706852018746375, -74.018598592945, 40.706860846334834, -74.01858441117123, 40.706871270242694, -74.01857225920764, 40.70688308781283, -74.01855719176552, 40.70690013872289, -74.0184663665418, 40.70712942890644, -74.01835559968653, 40.7074044690648, -74.01831705639482, 40.707506166336415, -74.01826437110762, 40.7076394107464, -74.01819174971989, 40.70782501220217, -74.01818403725169, 40.70784472651126, -74.01840337203126, 40.707895192321494, -74.01865684658713, 40.70795257711627, -74.01868978271398, 40.707960034309494, -74.01878350210875, 40.707980317477244, -74.01880378574623, 40.707983412824596, -74.01882249772525, 40.70799013208234, -74.01883853149577, 40.70800007830689, -74.0188509496738, 40.70801266902215, -74.01885902310086, 40.70802716683011, -74.01886227582084, 40.7080427118215, -74.01880830700543, 40.70827154593977, -74.01871790891896, 40.708639062864535, -74.01868558495019, 40.708769173057895, -74.0186743484848, 40.70881441115486, -74.01857127433978, 40.70922229990334, -74.01851273482143, 40.70946499344898, -74.01846137035474, 40.7096670871699, -74.01839042367435, 40.709953826618474, -74.01830653519947, 40.71028965041812, -74.01821516111553, 40.71065246633848, -74.01813420563612, 40.711022707941225, -74.01810980442833, 40.711134391331974, -74.01807794558115, 40.71126911905779, -74.01797717680374, 40.71181891196166, -74.01792256836443, 40.712125509250576, -74.0178988346826, 40.71224908822228, -74.01787127909184, 40.71236195710665, -74.0178115391925, 40.71235739087068, -74.01766540824349, 40.71233412348061, -74.01745856089182, 40.712300468733545, -74.01724210867435, 40.712265577752, -74.01706935910656, 40.71223755258898, -74.0170135602766, 40.712228615176116, -74.01685844012998, 40.712203773996926, -74.01680831611134, 40.71219559838589, -74.01663881789152, 40.71216795031632, -74.01567593763485, 40.71180451237193, -74.01578577472807, 40.71156856355103, -74.01637988957998, 40.71008143909108, -74.01512389433981, 40.70982363348448, -74.01468310230422, 40.7097962357745, -74.01482991086885, 40.70940560501022, -74.01506888992382, 40.70876970331985, -74.01517634211928, 40.708487302432744, -74.01520619519205, 40.708421011870044, -74.01521160947358, 40.708407123472234, -74.01522364553925, 40.708376251459384, -74.01525975366795, 40.70828362910892, -74.01532928476263, 40.708109473622564, -74.01549673005073, 40.70770113692141, -74.0155584036758, 40.7075574898599, -74.01569304858165, 40.707289736084654, -74.01574616581053, 40.70710092673917, -74.01576925032299, 40.707030302783174, -74.01576925032299, 40.707030302783174 --73.86942457349491, 40.749156536806126, -73.86955864265143, 40.749136964907144, -73.87021270950383, 40.749078647608066, -73.87035521585302, 40.7490658912218, -73.87040240180552, 40.749061638998306, -73.87052131334026, 40.74905100806841, -73.87097445247109, 40.749004543407445, -73.87135713962279, 40.74895649715545, -73.8718409521884, 40.74890525643349, -73.87237256257863, 40.74885123905973, -73.87277357125713, 40.7488126439155, -73.87330309532966, 40.74875781579057, -73.8737009811159, 40.748717007740815, -73.87398293095676, 40.74868535846281, -73.8746294555358, 40.74861361909749, -73.87542210867731, 40.748527175879175, -73.87555679075734, 40.74851381206229, -73.87610838678314, 40.748453524307564, -73.87625169257218, 40.748438057264764, -73.87647952510534, 40.74841608630771, -73.8769245808839, 40.74836867105736, -73.87741611624816, 40.74831905589809, -73.87835013646108, 40.74822198724318, -73.87845409679555, 40.74821042282144, -73.87927778806117, 40.74812377870711, -73.8798389390314, 40.748061412839185, -73.8799989503165, 40.748045963064136, -73.88011812541376, 40.748033733108414, -73.88020647815286, 40.74802466597586, -73.88031161859804, 40.74801363510595, -73.88103492410352, 40.74793773688709, -73.88113746830953, 40.74792697723654, -73.88125067215005, 40.7479151721903, -73.8819711525183, 40.74784003871619, -73.8820711181118, 40.747829615083305, -73.88218481909753, 40.74781771417437, -73.88246114851277, 40.74778879214846, -73.8825687633178, 40.747777528512174, -73.88267185935945, 40.747767124659255, -73.88291345172308, 40.747742743435815, -73.88299917551703, 40.74773409382679, -73.88310495927216, 40.74772232894876, -73.88385254789496, 40.74763918769898, -73.88393578595685, 40.74762993064616, -73.88403338346669, 40.747619802793125, -73.88474243687509, 40.747546220871584, -73.88485537641743, 40.74753449936788, -73.88495510858222, 40.74752432964359, -73.88569376920621, 40.747448993834446, -73.8857873985864, 40.747439444986405, -73.8858807076091, 40.747429575164325, -73.88661076005562, 40.747352346488505, -73.88671655697938, 40.74734115463155, -73.88680716884683, 40.74733174246591, -73.88755279342658, 40.74725428448827, -73.88764627453007, 40.747244573694374, -73.88769833706029, 40.74723851902997, -73.88778325056346, 40.747228643983384, -73.8878757868659, 40.7472188465346, -73.8885817207598, 40.74714411771484, -73.88867765566285, 40.747133961806185, -73.88876820238677, 40.74712422565359, -73.8890231714866, 40.74709680712436, -73.88957126933828, 40.7470387406269, -73.89050128958375, 40.74694162995298, -73.89064080427612, 40.74692703290859, -73.89143130031583, 40.74684432625738, -73.89157142072457, 40.746829795294424, -73.89175045193132, 40.746811229545, -73.89220532222976, 40.74676434621196, -73.89232089986044, 40.74675243165215, -73.89253624696647, 40.74672995350555, -73.89291429392036, 40.74669049329177, -73.89358817752485, 40.74662014889253, -73.89369466815435, 40.74660906203024, -73.8943681258555, 40.746538945006165, -73.89460952000287, 40.7465138114625, -73.89471661543885, 40.746502660272924, -73.89480820324135, 40.74649312383905, -73.89486460632418, 40.74648712663191, -73.89488373419897, 40.74648509363575, -73.89493960317598, 40.74647915263641, -73.89499296391774, 40.74647347947537, -73.89501939973951, 40.74647066877743, -73.89507143293342, 40.746465136650144, -73.89510248675268, 40.746521582604416, -73.89512980264608, 40.74657122631821, -73.89528266185431, 40.7468490529486, -73.89532715098827, 40.74692991119092, -73.89554604373906, 40.74741273842173, -73.89556343191329, 40.74745109507324, -73.89565974522924, 40.74764043199696, -73.89583492154172, 40.74794561564989, -73.89609768947098, 40.74836438245127, -73.89612624269208, 40.748410451117934, -73.896149993571, 40.748448770188475, -73.89618737919749, 40.74850909101896, -73.89613302202234, 40.748514943035396, -73.89611059297732, 40.748517358678356, -73.8960571287351, 40.74852311420961, -73.8960009145881, 40.74852916620143, -73.89596772636159, 40.74853274005875, -73.89583954237241, 40.748546541544115, -73.89525242826792, 40.748306275288336, -73.89529277236375, 40.74842287267324, -73.89531871138026, 40.74849783822815, -73.89535135624558, 40.748592183372274, -73.89550099333927, 40.748832176411355, -73.89587472582446, 40.74943156976162, -73.89609876464475, 40.74976508650673, -73.89618456098044, 40.749892807078595, -73.89654041137317, 40.750541663981785, -73.89579868665953, 40.7506193871708, -73.89584856909276, 40.75069112521163, -73.8961760344297, 40.75245917793275, -73.8961921520469, 40.752559380085636, -73.8962361658486, 40.752810952750416, -73.89626434071018, 40.75297200214767, -73.89644517487022, 40.7539705605256, -73.89652230713199, 40.754388461947414, -73.89644491072619, 40.754396418605985, -73.89604559316652, 40.75443746420359, -73.8956990816977, 40.75447308206643, -73.89558970812583, 40.75448432305448, -73.89466105933384, 40.75458312037685, -73.89373445640727, 40.75468044247535, -73.89280343279914, 40.75477760712575, -73.89188065367638, 40.754873006098656, -73.89094768197272, 40.754973429064556, -73.89001339615443, 40.75507049874125, -73.88908815783145, 40.75517005765127, -73.88900971128669, 40.755176074017, -73.88815672553065, 40.7552655067154, -73.88722783076135, 40.75536299398184, -73.88629814513494, 40.755460156900945, -73.88536727257191, 40.75555663575758, -73.8844390808336, 40.75565713954709, -73.88350692023565, 40.755755010472384, -73.8825791235793, 40.75585326282033, -73.88164812247686, 40.755951282880396, -73.88071927956162, 40.756048780761844, -73.87998439469038, 40.75612560866859, -73.87978909540753, 40.75614646876746, -73.87886052094656, 40.75624115857468, -73.87793029845993, 40.75633870186057, -73.87699789219475, 40.75643865136217, -73.87606786484692, 40.75653591597173, -73.87513874128076, 40.756633502738644, -73.87420802663252, 40.7567312477699, -73.87365721457762, 40.75680317263249, -73.87311054666168, 40.75685057234435, -73.87296983119963, 40.75686277310266, -73.87221855946402, 40.75694291390611, -73.87217708079984, 40.75673054207274, -73.87188582012327, 40.75511323993992, -73.87167992420981, 40.753986840234504, -73.87168483831024, 40.753960527508006, -73.87172547132934, 40.753930818230046, -73.87174855932054, 40.753925224777944, -73.87186174402521, 40.753903685455704, -73.87189953867228, 40.753896651312665, -73.87193881911745, 40.753889174859346, -73.87207046696307, 40.75386167289183, -73.87202848684035, 40.753776579732666, -73.87179790152324, 40.753335794667, -73.87178599426137, 40.75331327955764, -73.87096907112773, 40.75178291182004, -73.87084433418028, 40.75154831519154, -73.86983746519215, 40.74986604715676, -73.86981728984951, 40.749832412933, -73.86974155507166, 40.74970621580976, -73.86968550159253, 40.74961204582238, -73.8696344425854, 40.749527059426704, -73.86955736023783, 40.74939097128251, -73.86947309901599, 40.749242209316876, -73.86942457349491, 40.749156536806126, -73.86942457349491, 40.749156536806126 --73.71068374218717, 40.75004006034894, -73.71058960172606, 40.749972465637164, -73.70997125832751, 40.749574450489156, -73.70883414296877, 40.748847654515764, -73.7086939252565, 40.748758031411484, -73.70856501944364, 40.74882649356658, -73.70833850964526, 40.748944769681174, -73.70803619737681, 40.749103450972996, -73.70792412492936, 40.7491645276633, -73.70780100185698, 40.74922623988817, -73.70716471000739, 40.749567349476834, -73.70713084830662, 40.749582406377705, -73.7069430826006, 40.74959773907767, -73.70675610569836, 40.74961300864314, -73.70603035584246, 40.749773267782956, -73.70510239127869, 40.749975137928324, -73.70419968084715, 40.75016921750909, -73.70397401734944, 40.74955919345204, -73.70354700123947, 40.748411799313814, -73.70288411090273, 40.7466298530335, -73.70218528847178, 40.74474155359345, -73.70308721979232, 40.74454692319471, -73.7024243179959, 40.742762731754155, -73.70239849324376, 40.74269322203586, -73.70166494642247, 40.740717350035254, -73.70098278775085, 40.73889536506971, -73.70191215486096, 40.73871060371285, -73.70283506333038, 40.73851256355399, -73.70373632468339, 40.73831874586116, -73.70463881256406, 40.738124537949176, -73.70557467296949, 40.73792304930901, -73.70651403890841, 40.737721606131316, -73.70741786409604, 40.73752811559307, -73.7083190120905, 40.737333516165435, -73.70861556672001, 40.73727003693468, -73.70922032611084, 40.73713953777081, -73.71012447353542, 40.73694534694121, -73.71102683944905, 40.73675070149851, -73.71193053721788, 40.73655674661988, -73.7128318293933, 40.7363632055019, -73.71371033271691, 40.73617437070159, -73.71389095503261, 40.736485653095826, -73.7140741503103, 40.73680137389961, -73.71421067795922, 40.736989745192716, -73.71436628340837, 40.73724358316024, -73.71445174188595, 40.737386455159594, -73.71459127125321, 40.737582134777234, -73.71474183743841, 40.737829032979796, -73.71476981437445, 40.7379000338272, -73.71480180966984, 40.73798731777568, -73.71487846272548, 40.7381377238305, -73.71500713230726, 40.73833928429033, -73.7151112053028, 40.73856809719056, -73.71513545604414, 40.73864850177609, -73.71515661810973, 40.738688730470216, -73.71521485901486, 40.738799334930526, -73.71534038977558, 40.73897627623533, -73.7154459959844, 40.739209461881664, -73.71546693193547, 40.7392819318909, -73.71547683781588, 40.739300503311306, -73.71555332305466, 40.739443507158526, -73.71567896111084, 40.73962881499544, -73.71578319094506, 40.73989403442325, -73.71593857491904, 40.740266683132226, -73.71607207671109, 40.74054540019758, -73.71637674557316, 40.74119869601873, -73.71656813524847, 40.74165014979311, -73.71659140462488, 40.741732311214925, -73.7167070623315, 40.74199214845822, -73.71681576646668, 40.7422006879387, -73.71705330545183, 40.74273015755044, -73.71714872511308, 40.742940666789785, -73.71740597221083, 40.74351061787148, -73.71760829207516, 40.7439936207579, -73.71762515031632, 40.74402816878794, -73.71777482978136, 40.744375602658174, -73.71789727106055, 40.74461823653178, -73.71819308161743, 40.745276664414035, -73.71824295925839, 40.74539077135148, -73.7182756383175, 40.74550420403925, -73.71833504103967, 40.74563613823715, -73.71844325214673, 40.74580453455638, -73.7185456345215, 40.74607136400375, -73.71867076080291, 40.74631465641377, -73.71869893501773, 40.746411435615094, -73.71894301283915, 40.74695603378751, -73.71908130337297, 40.74735229070955, -73.71916933943396, 40.7475568421274, -73.71948767919382, 40.74844975575353, -73.71966143075922, 40.7489449022711, -73.71989570953328, 40.74939346549323, -73.71993281593674, 40.749492828016486, -73.7199881801285, 40.749599237282965, -73.72007929573869, 40.74976803433523, -73.72024227031919, 40.750018691176116, -73.72037034217196, 40.75026619140615, -73.7204235858536, 40.750373708331395, -73.7208288918895, 40.75117269401268, -73.720840866606, 40.75120726481203, -73.72090787503079, 40.75144676393525, -73.72099572452747, 40.75168265652044, -73.72106006359294, 40.7518961738513, -73.72109323827908, 40.75203850869199, -73.72114615613974, 40.75223890398792, -73.72117809249924, 40.75232155808535, -73.72122761844713, 40.75240871767207, -73.72127132259479, 40.752484705827456, -73.72161693391489, 40.75278131327241, -73.72210642813737, 40.75308299094237, -73.7224243083811, 40.753295449295386, -73.72250622386595, 40.75335813575416, -73.7225704729022, 40.75343417289218, -73.7226054400796, 40.753494514732424, -73.72270447283204, 40.75373337932267, -73.7226809307044, 40.753770521815184, -73.7225323213904, 40.75400499893835, -73.72227279079155, 40.75430789938409, -73.72215932537563, 40.75443881385036, -73.72206045745921, 40.75455288516859, -73.7219482816604, 40.7547088412136, -73.72183610533634, 40.75486479714588, -73.7216853151426, 40.75511658288924, -73.72160844867851, 40.75525030566362, -73.72154326603108, 40.75539744811017, -73.7214426760467, 40.755589138670224, -73.72135971440704, 40.75577641065517, -73.72127086589106, 40.755968131258825, -73.72109289791287, 40.75628100765122, -73.72038574833796, 40.75606589144891, -73.71944087959837, 40.75581217803912, -73.7184443692445, 40.755533684586474, -73.7180062330039, 40.755408667578855, -73.71791955268947, 40.75538040086627, -73.71775341644046, 40.75534722436282, -73.7176516900368, 40.75538958359683, -73.71764046302317, 40.75541797256974, -73.71763333359642, 40.75543177882217, -73.71762614919754, 40.755445702005645, -73.71760406234218, 40.755489044336365, -73.71759497601867, 40.75550410200035, -73.71755930694773, 40.755548394380604, -73.71746783036575, 40.755659779255026, -73.71730957358722, 40.755957495793204, -73.71534601144735, 40.75550859914121, -73.7153934004863, 40.755358250015775, -73.71543736074047, 40.75516999443274, -73.71546691224427, 40.75511655462059, -73.71553103043476, 40.755064246560934, -73.7154653465396, 40.7550542219496, -73.71545372832674, 40.755043968859965, -73.71541781678125, 40.754998109921445, -73.71542114013664, 40.75497942354259, -73.715418222976, 40.75495043071756, -73.71541665792431, 40.75493424648603, -73.71543030612712, 40.75470105079042, -73.71542395196317, 40.75449670844576, -73.71528690019366, 40.753294696530496, -73.71528184687662, 40.75327651984699, -73.71527216666301, 40.753225734153894, -73.71526949629607, 40.75313017080193, -73.71526661093137, 40.75302700751039, -73.7152607040563, 40.75301238573107, -73.7152544358288, 40.752992543700245, -73.71524917862179, 40.75295835723756, -73.71514918664434, 40.752056972852415, -73.71513589428044, 40.7519922473087, -73.71510984543708, 40.75191527028591, -73.71510463482502, 40.75189403776949, -73.71509806321792, 40.75181143659906, -73.71497041538174, 40.751815760236646, -73.71493664124081, 40.75178947270281, -73.7139021751583, 40.751128021495106, -73.71373129785854, 40.75102828503015, -73.71263234786923, 40.75030655201246, -73.71233218146317, 40.750122813556125, -73.71174816357711, 40.74974464551273, -73.71149293114863, 40.74957827197235, -73.71132911270087, 40.749474173100076, -73.71121667089254, 40.74957757967423, -73.71068374218717, 40.75004006034894, -73.71068374218717, 40.75004006034894 --73.70098278775085, 40.73889536506971, -73.70166494642247, 40.740717350035254, -73.70239849324376, 40.74269322203586, -73.7024243179959, 40.742762731754155, -73.70308721979232, 40.74454692319471, -73.70218528847178, 40.74474155359345, -73.70288411090273, 40.7466298530335, -73.70354700123947, 40.748411799313814, -73.70397401734944, 40.74955919345204, -73.70419968084715, 40.75016921750909, -73.70510239127869, 40.749975137928324, -73.70603035584246, 40.749773267782956, -73.70675610569836, 40.74961300864314, -73.7069430826006, 40.74959773907767, -73.70713084830662, 40.749582406377705, -73.70716471000739, 40.749567349476834, -73.70780100185698, 40.74922623988817, -73.70792412492936, 40.7491645276633, -73.70803619737681, 40.749103450972996, -73.70833850964526, 40.748944769681174, -73.70856501944364, 40.74882649356658, -73.7086939252565, 40.748758031411484, -73.70883414296877, 40.748847654515764, -73.70997125832751, 40.749574450489156, -73.71058960172606, 40.749972465637164, -73.71068374218717, 40.75004006034894, -73.71007916305481, 40.75058039919376, -73.70999654048495, 40.75065259047221, -73.709576499455, 40.7509406447616, -73.7094060482972, 40.75108113490167, -73.70875353556535, 40.751625511583306, -73.70855203665023, 40.75179405660376, -73.70814891606862, 40.75213116688389, -73.70811868170696, 40.75215645135767, -73.70807709428078, 40.75219240962129, -73.70749973783721, 40.75269164060843, -73.70688881744036, 40.75323785657658, -73.70639752098393, 40.7537099326471, -73.70630451361771, 40.753811389303316, -73.70611158392099, 40.753937463094196, -73.70567735033161, 40.75436577815489, -73.70528511200132, 40.754752661171835, -73.70477547567499, 40.755269898883064, -73.70400623331832, 40.75474151435351, -73.7012387961688, 40.753009910924426, -73.7009310313986, 40.75281715218342, -73.7007944866162, 40.751661949050515, -73.70070904188509, 40.750917791473476, -73.70058121486258, 40.74980453820774, -73.70049660841049, 40.74907014488493, -73.70041567951348, 40.74832857580236, -73.70029101735481, 40.747186225473136, -73.70006598168607, 40.74539468125775, -73.69998159138312, 40.74442706583926, -73.69986857686763, 40.743397690552165, -73.6997444610338, 40.74239228830716, -73.69961317354071, 40.74050573097595, -73.69960712577041, 40.7398658254151, -73.6996065868719, 40.73980783820464, -73.6996045196556, 40.73959436540536, -73.70035246294132, 40.739112916028226, -73.70048947030773, 40.73905321903986, -73.7007124248471, 40.73895718536579, -73.70098278775085, 40.73889536506971, -73.70098278775085, 40.73889536506971 --73.71534038977558, 40.73897627623533, -73.71521485901486, 40.738799334930526, -73.71515661810973, 40.738688730470216, -73.71513545604414, 40.73864850177609, -73.7151112053028, 40.73856809719056, -73.71500713230726, 40.73833928429033, -73.71487846272548, 40.7381377238305, -73.71480180966984, 40.73798731777568, -73.71476981437445, 40.7379000338272, -73.71474183743841, 40.737829032979796, -73.71459127125321, 40.737582134777234, -73.71445174188595, 40.737386455159594, -73.71436628340837, 40.73724358316024, -73.71421067795922, 40.736989745192716, -73.7140741503103, 40.73680137389961, -73.71389095503261, 40.736485653095826, -73.71371033271691, 40.73617437070159, -73.71364845378454, 40.736047253588836, -73.71353270949277, 40.73585953844216, -73.71336895996446, 40.73559240635755, -73.71328660233642, 40.73547281407646, -73.71289824386731, 40.734850821446464, -73.71281638494769, 40.73471673270095, -73.71256630396435, 40.73433160511929, -73.71250630075473, 40.73420993022932, -73.71229244252916, 40.733845919419004, -73.71208480957425, 40.7335239182719, -73.71186190013124, 40.733156519669016, -73.71147803884634, 40.732501085478674, -73.71125330325303, 40.731933532102964, -73.71110108176336, 40.73153030753484, -73.7108932377106, 40.73097073106473, -73.71074825963666, 40.73059279705822, -73.7106610919233, 40.72944064041327, -73.71062744376172, 40.728990351334964, -73.71061870561897, 40.72883956089494, -73.71055496451248, 40.72804089546152, -73.7105217274703, 40.72756686885391, -73.71050500114816, 40.727368335566446, -73.71047877158713, 40.727332585859905, -73.71030272972652, 40.727252426003105, -73.70999036858596, 40.72708590823816, -73.70925404035118, 40.726765015474946, -73.70918810182373, 40.72673016206298, -73.70914168483458, 40.72670156156703, -73.70911192346053, 40.72667653764761, -73.7090880718618, 40.72665812311483, -73.7090558690809, 40.72664382533676, -73.7098154419116, 40.726523765716976, -73.71183933987918, 40.72620432860796, -73.71570591236937, 40.72580117725939, -73.71727651836552, 40.72546253770089, -73.71920513344125, 40.72497426012635, -73.72001981064724, 40.72476352735985, -73.72043214236808, 40.724642357469634, -73.72268623909098, 40.72407052700111, -73.72308788553698, 40.72397147901534, -73.7239079388904, 40.72379078724495, -73.72445654375548, 40.72360766903073, -73.72464608586556, 40.72354759805013, -73.7247348489537, 40.72352536588961, -73.72522392184047, 40.72338043655167, -73.72583307340949, 40.723174259930865, -73.72599064055531, 40.72314244706142, -73.7262095066613, 40.723098258115165, -73.72684845177672, 40.72249611902536, -73.72761998261439, 40.722254034574064, -73.72774739732235, 40.72258447058634, -73.7279673662769, 40.72315493825439, -73.7280483543856, 40.72312120632418, -73.7281623273561, 40.723083830395595, -73.72822550123486, 40.72323537208847, -73.72825024417023, 40.723302950103424, -73.72825891947457, 40.72332664688361, -73.7283641416238, 40.723614041055, -73.72953434084225, 40.723354439334045, -73.72990511355708, 40.72327218239505, -73.7299425914654, 40.72337079820053, -73.73016586496763, 40.723958285411435, -73.7304300202677, 40.72463994089031, -73.73069256205798, 40.72532795313977, -73.73095651257874, 40.72601463254401, -73.73101809142982, 40.72617474268228, -73.73111866551133, 40.72615045751297, -73.73146939715956, 40.72607218123248, -73.73149751225634, 40.726147339693746, -73.73152531706529, 40.726221672553685, -73.73153852915735, 40.72625698996851, -73.7315533807723, 40.72629669039963, -73.73158077584313, 40.72636992366301, -73.73160824826658, 40.72644336331682, -73.73126429165936, 40.72652012586125, -73.73116029495544, 40.72654471924664, -73.7312191767394, 40.72669788541306, -73.73124729064574, 40.72677715026618, -73.7313580366734, 40.72675560457699, -73.7317008849561, 40.72667950645014, -73.73174310385542, 40.726787421452975, -73.7317840961459, 40.72689220880074, -73.73180302880034, 40.72694059964806, -73.7318151553633, 40.72697159563778, -73.73184450752521, 40.72704662721072, -73.73187406832373, 40.727122187862214, -73.73190399241022, 40.72719867507851, -73.73181592710947, 40.72733603507393, -73.73194453597733, 40.72769264503504, -73.73187896192789, 40.72796974590064, -73.73211903952514, 40.728023226025414, -73.73208727730871, 40.728105827321, -73.73205635713781, 40.72818624412109, -73.73202735927104, 40.728261654031435, -73.73199574393442, 40.72834388012753, -73.73196482715171, 40.728424282500626, -73.73193488043555, 40.72850216478647, -73.73190400178713, 40.728582467273675, -73.73187571890043, 40.72865602465118, -73.73184469773544, 40.7287367023032, -73.73181460959874, 40.72881494713237, -73.73178379045555, 40.728895098437036, -73.73175057395643, 40.72898147839825, -73.7317210732957, 40.729054878909885, -73.73166082381475, 40.72921145566882, -73.73165063347768, 40.72923778993111, -73.73163025518308, 40.72929044945317, -73.73162006483273, 40.72931678101099, -73.73159968648625, 40.72936944142757, -73.73158826043893, 40.7293989669225, -73.73156911772055, 40.729448432492504, -73.73155892851287, 40.729474762246056, -73.73153855125348, 40.729527422653426, -73.73152836083067, 40.7295537542023, -73.73150797997174, 40.72960641459541, -73.73149779189951, 40.729632744345764, -73.73147741335973, 40.72968540473842, -73.7314672228922, 40.72971173538078, -73.73144684312044, 40.72976439576469, -73.73143654375797, 40.729791011612654, -73.73141627399235, 40.72984338678476, -73.73140584419839, 40.729870344520315, -73.73138570597919, 40.7299223768981, -73.731375571656, 40.72994856358057, -73.73135513552249, 40.73000136789744, -73.73134494851323, 40.730027697635556, -73.73132456854815, 40.730080357995604, -73.73127768863797, 40.73020149363436, -73.73125474502967, 40.730280743740366, -73.73172862923177, 40.73029333659301, -73.73266357128269, 40.73032020214546, -73.73277501271144, 40.730332937421224, -73.73281925044262, 40.73041841047321, -73.73284388135866, 40.73052697579073, -73.73285357541387, 40.73057682544531, -73.73291684389216, 40.73088286012793, -73.73291627104183, 40.730897899160226, -73.732910965063, 40.730952025668884, -73.73251818408468, 40.73093864095551, -73.7319325722406, 40.730923337423356, -73.73116645523908, 40.73268100784923, -73.73125648742429, 40.73268941086133, -73.73142416436166, 40.73271360530387, -73.73156388438615, 40.73273376667725, -73.7318536398334, 40.73278922263247, -73.73218630009914, 40.73286685010687, -73.73321007633973, 40.73309846726346, -73.73342405408748, 40.733143902872975, -73.73364370711914, 40.73318524217374, -73.73426078750775, 40.733296634797334, -73.73441454061864, 40.733324106630135, -73.73512905009682, 40.73345166552469, -73.73544650071624, 40.73346129502358, -73.735387190506, 40.733579896683686, -73.73538132343705, 40.73360853029455, -73.73529025983197, 40.733839651765365, -73.73524549439753, 40.73394163631177, -73.73516983459052, 40.73414904028485, -73.73499261845507, 40.73462454062015, -73.73481044633638, 40.735162865169734, -73.73471983708822, 40.73519557289108, -73.73465162322944, 40.73523525708403, -73.73459922818606, 40.73528704905756, -73.7345283678384, 40.73544272292443, -73.73440943707575, 40.73590957845291, -73.73436222217991, 40.736174510011224, -73.73430460688805, 40.73641265343383, -73.73422140838306, 40.73681831222054, -73.73412652813128, 40.73725347894161, -73.73405703888615, 40.73755305832095, -73.73402965919823, 40.73760493120203, -73.73402872532459, 40.73762415496999, -73.73403344832442, 40.73765962982935, -73.73403173831858, 40.73768139755123, -73.73402599767957, 40.73771697431594, -73.7337729854672, 40.738898969466646, -73.73426914975866, 40.738642651929055, -73.73466814593624, 40.73845830783999, -73.73501229016011, 40.7383274373203, -73.73535200388818, 40.738217771644514, -73.73567582050836, 40.73812774555997, -73.73588132457031, 40.7380792463314, -73.73678528364145, 40.73788340691889, -73.7372325563739, 40.737775732981234, -73.73770055109924, 40.73768564557227, -73.73860265686952, 40.73749082057374, -73.73950019579823, 40.73729782063175, -73.74002625021343, 40.73719098041238, -73.74018335265541, 40.73715271111705, -73.74030566714981, 40.7371346444861, -73.7408572701111, 40.73701698260618, -73.74109996655677, 40.736954522387144, -73.74119080050646, 40.7369341759853, -73.7413409935485, 40.736900531721254, -73.74168681435266, 40.73682306698927, -73.74150344722428, 40.73701199800021, -73.74142852802098, 40.73708912251544, -73.74116898579572, 40.737387811873006, -73.74089020559262, 40.73774794157744, -73.74060103477292, 40.738113563724944, -73.74009058006706, 40.73878251307745, -73.74005990622469, 40.73881738548888, -73.73996690702815, 40.73892310449305, -73.73986365550095, 40.739040478094644, -73.7397396092811, 40.73918149346166, -73.73945360020039, 40.739486819790976, -73.7391559040581, 40.73977648335594, -73.73857728023731, 40.740218562388186, -73.73826814470618, 40.74042779733541, -73.7379355818632, 40.74062134346923, -73.73739715819366, 40.74089482156922, -73.73627475229124, 40.741471883452995, -73.73610856070947, 40.74155809502287, -73.7356612907323, 40.74179011078519, -73.73549762829096, 40.74187497921298, -73.73513587288751, 40.742062447402894, -73.73501388795759, 40.74212808421464, -73.73475407146478, 40.74226788661697, -73.7345371210861, 40.74240288576334, -73.73428662116669, 40.742549626310314, -73.73395763543954, 40.7427704465833, -73.73377342323778, 40.742864081091774, -73.7334887859067, 40.743077038408956, -73.73295904824481, 40.74345022583361, -73.73261389691727, 40.743688132496565, -73.73252372035006, 40.743760904118275, -73.73236172644616, 40.74389212936519, -73.73206593110281, 40.74413141247988, -73.73161675683431, 40.744526494220715, -73.73124540435578, 40.74488129226381, -73.7312216937956, 40.74490520583181, -73.73107280616236, 40.7450561423072, -73.73045153214198, 40.74572034939948, -73.73005083147463, 40.746205647130104, -73.72992878808228, 40.746362914380754, -73.72948122566787, 40.747058414475454, -73.729129297626, 40.747605290534835, -73.72885266432999, 40.748133476169905, -73.72884205050225, 40.74817123480379, -73.72879710718286, 40.74833102813829, -73.72874540202787, 40.748515081489586, -73.7287412556554, 40.74852984099703, -73.72865135889482, 40.748825749507354, -73.72860639998524, 40.74897374423035, -73.72841024917584, 40.74961940349635, -73.72827633274312, 40.74991353202358, -73.72809385407174, 40.75024695479021, -73.72786453236895, 40.750606113939995, -73.72763949957425, 40.750920935336104, -73.7274314643028, 40.7511653721084, -73.72720833176353, 40.75139544292867, -73.7269038351426, 40.75167671525039, -73.72659781268489, 40.751939920708665, -73.72653302492715, 40.75198886632686, -73.72641523245784, 40.75208678724127, -73.72615629581281, 40.75225132549442, -73.72567983819114, 40.7525001535822, -73.72496800627793, 40.752891255046926, -73.72448557392545, 40.75316238216782, -73.72421487248113, 40.75333135084019, -73.72385577333226, 40.75358491792529, -73.72357308677627, 40.753811883415565, -73.72331964845614, 40.7540343663873, -73.72315411130822, 40.75419143002622, -73.72306625107909, 40.75427479245732, -73.72304547362018, 40.75429950382509, -73.72301597416885, 40.75424828123125, -73.72300100010271, 40.754220380745934, -73.72294011750643, 40.75411875135982, -73.72289509719569, 40.75404644738431, -73.72270447283204, 40.75373337932267, -73.7226054400796, 40.753494514732424, -73.7225704729022, 40.75343417289218, -73.72250622386595, 40.75335813575416, -73.7224243083811, 40.753295449295386, -73.72210642813737, 40.75308299094237, -73.72161693391489, 40.75278131327241, -73.72127132259479, 40.752484705827456, -73.72122761844713, 40.75240871767207, -73.72117809249924, 40.75232155808535, -73.72114615613974, 40.75223890398792, -73.72109323827908, 40.75203850869199, -73.72106006359294, 40.7518961738513, -73.72099572452747, 40.75168265652044, -73.72090787503079, 40.75144676393525, -73.720840866606, 40.75120726481203, -73.7208288918895, 40.75117269401268, -73.7204235858536, 40.750373708331395, -73.72037034217196, 40.75026619140615, -73.72024227031919, 40.750018691176116, -73.72007929573869, 40.74976803433523, -73.7199881801285, 40.749599237282965, -73.71993281593674, 40.749492828016486, -73.71989570953328, 40.74939346549323, -73.71966143075922, 40.7489449022711, -73.71948767919382, 40.74844975575353, -73.71916933943396, 40.7475568421274, -73.71908130337297, 40.74735229070955, -73.71894301283915, 40.74695603378751, -73.71869893501773, 40.746411435615094, -73.71867076080291, 40.74631465641377, -73.7185456345215, 40.74607136400375, -73.71844325214673, 40.74580453455638, -73.71833504103967, 40.74563613823715, -73.7182756383175, 40.74550420403925, -73.71824295925839, 40.74539077135148, -73.71819308161743, 40.745276664414035, -73.71789727106055, 40.74461823653178, -73.71777482978136, 40.744375602658174, -73.71762515031632, 40.74402816878794, -73.71760829207516, 40.7439936207579, -73.71740597221083, 40.74351061787148, -73.71714872511308, 40.742940666789785, -73.71705330545183, 40.74273015755044, -73.71681576646668, 40.7422006879387, -73.7167070623315, 40.74199214845822, -73.71659140462488, 40.741732311214925, -73.71656813524847, 40.74165014979311, -73.71637674557316, 40.74119869601873, -73.71607207671109, 40.74054540019758, -73.71593857491904, 40.740266683132226, -73.71578319094506, 40.73989403442325, -73.71567896111084, 40.73962881499544, -73.71555332305466, 40.739443507158526, -73.71547683781588, 40.739300503311306, -73.71546693193547, 40.7392819318909, -73.7154459959844, 40.739209461881664, -73.71534038977558, 40.73897627623533, -73.71534038977558, 40.73897627623533 --73.81088634839317, 40.72717154159684, -73.81094323830995, 40.72727626358367, -73.81101024355087, 40.72743928591127, -73.81109762279559, 40.7276934589153, -73.81112357649037, 40.72783224139897, -73.81115869727222, 40.728115454731025, -73.81115638188228, 40.72830510841597, -73.81111698896872, 40.72857942583714, -73.81100564131053, 40.729020310591864, -73.8109900234069, 40.729198830114406, -73.81092058599583, 40.73017899488071, -73.81089956160312, 40.73031112829167, -73.81087857831763, 40.73044042695687, -73.81077181348915, 40.732325592605136, -73.81070503635713, 40.733445489763895, -73.81069675241193, 40.73356619763837, -73.81068971825768, 40.733665340346924, -73.81065986641725, 40.73411136615876, -73.81065005639371, 40.73426080498523, -73.81056564561085, 40.73562881188357, -73.81056158406747, 40.73571699934059, -73.81053701341058, 40.736059987442125, -73.81048168648904, 40.73699122524224, -73.81039283697979, 40.738327778406315, -73.8113637655233, 40.73836452154936, -73.81229734784272, 40.738399554012446, -73.81323677301835, 40.73844031292003, -73.81392873767297, 40.73850266135004, -73.81450785639838, 40.73857260071668, -73.81463073977257, 40.738577276809536, -73.81497231522863, 40.738572138487264, -73.8150126449418, 40.73877937447296, -73.81502079410069, 40.738823608877894, -73.81503069280525, 40.73887732755536, -73.81504051799469, 40.73893066609857, -73.81504700751398, 40.73896588373628, -73.81505715346479, 40.739020966178586, -73.81506707553123, 40.7390748199653, -73.81507372600116, 40.73911092305991, -73.81507888360278, 40.739138906565444, -73.81509629713483, 40.7392334276732, -73.81495811940745, 40.73920845794135, -73.814641556235, 40.7391512518989, -73.81413839205045, 40.739075859870155, -73.81374332685118, 40.73902730010074, -73.81320839488598, 40.73898634573479, -73.81226836260774, 40.73894445458179, -73.8113293092743, 40.73890846109755, -73.81035511896789, 40.73887105133465, -73.81024440393965, 40.74060097263349, -73.81013261285372, 40.74229474790812, -73.81430884466918, 40.742973464544576, -73.81389548659357, 40.744183627816156, -73.81370645170315, 40.745035686107784, -73.81367361296574, 40.745555550637995, -73.81374831915898, 40.74573557957266, -73.81416170525885, 40.74613826763511, -73.80750598260775, 40.7501362772088, -73.80287800695156, 40.7497830880321, -73.80281094488514, 40.74908514593277, -73.79840141794382, 40.74873975613677, -73.79802487306776, 40.74871154811297, -73.7980221154748, 40.74874704132345, -73.79801493438622, 40.74883946863165, -73.79800874443468, 40.74887993203211, -73.79797926975678, 40.748982741823546, -73.796523061929, 40.749820815816, -73.79644616817447, 40.749858908337956, -73.7963795304519, 40.74980538680466, -73.79636270108651, 40.74979288861305, -73.79631737736601, 40.74975950317059, -73.79502263239247, 40.74879732010478, -73.79481030818452, 40.748646907419605, -73.7948155991135, 40.74842147991325, -73.79230780260818, 40.74832808520169, -73.79230276575258, 40.74840321546645, -73.79229828029827, 40.748470108871004, -73.79144818686956, 40.74869863566285, -73.79102459300324, 40.748815794028246, -73.79053278022674, 40.748949415066306, -73.78976894978807, 40.749158878463646, -73.78961212811404, 40.74920135818399, -73.78873095255537, 40.74944553193588, -73.7878435243563, 40.74969045466671, -73.78764001887906, 40.74974383191274, -73.78731874819277, 40.74983347642033, -73.78707410009545, 40.7498998151566, -73.7869499878423, 40.749932805423256, -73.78646872459815, 40.75007079789754, -73.78574854261481, 40.75027273507369, -73.78516767017929, 40.750423568952556, -73.78428571055265, 40.75066688328723, -73.7834024624792, 40.750908246052525, -73.7825222505337, 40.7511498112961, -73.78163838145332, 40.75139175190396, -73.78121247153098, 40.75150702647189, -73.78088350987095, 40.75159935976839, -73.78073797416333, 40.751639455329794, -73.78000816443564, 40.751839413019894, -73.77985240711186, 40.75188208680843, -73.77980638756479, 40.75189469601701, -73.77944065745238, 40.75112238287931, -73.77906557878234, 40.750332265498805, -73.77877654002315, 40.749727149625755, -73.77831179355417, 40.74874470133453, -73.7775506044593, 40.747144117756974, -73.77703454302542, 40.7460556513495, -73.77692632956786, 40.7458274013139, -73.7767919582133, 40.7455439766916, -73.77663538993505, 40.74521322219907, -73.77638568596332, 40.74468564061244, -73.77616784314462, 40.744239711038475, -73.776066650056, 40.744065934792346, -73.77600164022004, 40.743939442552836, -73.77594254295303, 40.743819104153005, -73.77582435033344, 40.74367094382782, -73.77577851134072, 40.74358070186553, -73.77572908272062, 40.743483391096184, -73.77569247479953, 40.74340216856727, -73.77562858446815, 40.74326042184626, -73.77559619811242, 40.74318857010815, -73.77558691293028, 40.74316301445901, -73.7755677736572, 40.7431103288589, -73.77558822969354, 40.74300584114206, -73.7755171243545, 40.74285894918633, -73.77481731331585, 40.741378110033224, -73.774595247987, 40.740908193797544, -73.77440965126401, 40.74048193953298, -73.77422543426395, 40.73999616121601, -73.7739961506209, 40.73934696947975, -73.77340642033782, 40.73761258739832, -73.77312330690391, 40.73688298651043, -73.77299839371538, 40.736582082350374, -73.77286130450271, 40.736275596973194, -73.77326500324727, 40.73615637874132, -73.77336001844132, 40.73612831945397, -73.77355066600119, 40.73607201815366, -73.77381666603182, 40.73599372010112, -73.77410419211623, 40.735912456856404, -73.77426019884194, 40.735865565202126, -73.77437865144401, 40.73583079178154, -73.77515436744886, 40.73560391331615, -73.77601654947797, 40.73534338906093, -73.77689156933934, 40.73508112903218, -73.77776250667584, 40.73481876622977, -73.77863274081659, 40.734557182538886, -73.77952303117144, 40.73428071551563, -73.78040115157202, 40.73399273329094, -73.7807964679858, 40.73386328880975, -73.78126564982398, 40.73370782436103, -73.78213106354937, 40.733424150679504, -73.78302491763766, 40.73313040774881, -73.78392418456336, 40.73283699762659, -73.78478550234031, 40.73255692898004, -73.785653327792, 40.732272282406825, -73.78649866514972, 40.73197191060912, -73.78735293355115, 40.73166487991633, -73.78808743521637, 40.731401297326, -73.78820852940788, 40.731362303758914, -73.78834468467682, 40.73131845517817, -73.78906116259094, 40.73114430171487, -73.78909813432927, 40.731135283279606, -73.78982637620945, 40.73095660622695, -73.78995124741944, 40.730926543586705, -73.78999176271574, 40.730918404824116, -73.79012227487927, 40.730884443167994, -73.79083846712246, 40.73070290835028, -73.79136712276056, 40.730578059709735, -73.79173584117933, 40.73049098048448, -73.79262858734418, 40.73027245365953, -73.79352514890596, 40.7300535071205, -73.79400337062096, 40.729933837436676, -73.79511087307223, 40.72966399143849, -73.79602662776192, 40.729440872207135, -73.796927851387, 40.72922527625916, -73.79711722443898, 40.72917522288387, -73.79780297821502, 40.7290070285643, -73.79867198425796, 40.72879540118705, -73.7988533773799, 40.72875130679643, -73.79954741137993, 40.728582539330105, -73.80041315891874, 40.72837184768849, -73.80077959974697, 40.728285845002056, -73.80088849481626, 40.72827048152965, -73.80129845702734, 40.72822592281948, -73.80219262963327, 40.72812728232179, -73.80308346387746, 40.728028233850225, -73.80323254923034, 40.72801350510884, -73.8045000285924, 40.72787147334793, -73.80459784630736, 40.727863306057294, -73.80468674786711, 40.727850830824195, -73.80515245568675, 40.72780173872407, -73.80704044506456, 40.72759619403874, -73.80787703607018, 40.727497012181914, -73.80882640998865, 40.72739303983586, -73.81020981180465, 40.727239286934086, -73.81088634839317, 40.72717154159684, -73.81088634839317, 40.72717154159684 --73.70098278775085, 40.73889536506971, -73.7007124248471, 40.73895718536579, -73.70048947030773, 40.73905321903986, -73.70035246294132, 40.739112916028226, -73.6996045196556, 40.73959436540536, -73.69988457945466, 40.73837384551113, -73.70085543828634, 40.73587567787413, -73.70149614500761, 40.734910319982504, -73.70171831069484, 40.73459516043999, -73.70213584515672, 40.73400284623341, -73.70276595060623, 40.73307896916267, -73.7032797071784, 40.73233823781247, -73.7034255958561, 40.73212789350662, -73.70409093032585, 40.73120056705148, -73.70473151425038, 40.73029347439626, -73.70489135802275, 40.73005440337722, -73.70536386301518, 40.72937356343987, -73.70595862229258, 40.7283172088676, -73.70604248525525, 40.72818341573531, -73.70655433901094, 40.72746467136662, -73.70735546838185, 40.72710894780449, -73.70756595971902, 40.72705467731196, -73.70784095730312, 40.726983505389406, -73.70878176928159, 40.72672036949074, -73.7090558690809, 40.72664382533676, -73.7090880718618, 40.72665812311483, -73.70911192346053, 40.72667653764761, -73.70914168483458, 40.72670156156703, -73.70918810182373, 40.72673016206298, -73.70925404035118, 40.726765015474946, -73.70999036858596, 40.72708590823816, -73.71030272972652, 40.727252426003105, -73.71047877158713, 40.727332585859905, -73.71050500114816, 40.727368335566446, -73.7105217274703, 40.72756686885391, -73.71055496451248, 40.72804089546152, -73.71061870561897, 40.72883956089494, -73.71062744376172, 40.728990351334964, -73.7106610919233, 40.72944064041327, -73.71074825963666, 40.73059279705822, -73.7108932377106, 40.73097073106473, -73.71110108176336, 40.73153030753484, -73.71125330325303, 40.731933532102964, -73.71147803884634, 40.732501085478674, -73.71186190013124, 40.733156519669016, -73.71208480957425, 40.7335239182719, -73.71229244252916, 40.733845919419004, -73.71250630075473, 40.73420993022932, -73.71256630396435, 40.73433160511929, -73.71281638494769, 40.73471673270095, -73.71289824386731, 40.734850821446464, -73.71328660233642, 40.73547281407646, -73.71336895996446, 40.73559240635755, -73.71353270949277, 40.73585953844216, -73.71364845378454, 40.736047253588836, -73.71371033271691, 40.73617437070159, -73.7128318293933, 40.7363632055019, -73.71193053721788, 40.73655674661988, -73.71102683944905, 40.73675070149851, -73.71012447353542, 40.73694534694121, -73.70922032611084, 40.73713953777081, -73.70861556672001, 40.73727003693468, -73.7083190120905, 40.737333516165435, -73.70741786409604, 40.73752811559307, -73.70651403890841, 40.737721606131316, -73.70557467296949, 40.73792304930901, -73.70463881256406, 40.738124537949176, -73.70373632468339, 40.73831874586116, -73.70283506333038, 40.73851256355399, -73.70191215486096, 40.73871060371285, -73.70098278775085, 40.73889536506971, -73.70098278775085, 40.73889536506971 --73.85624746476672, 40.73672245132021, -73.85585099424638, 40.736851862243626, -73.85548814474431, 40.736951562984835, -73.85539564626926, 40.73697664941622, -73.855182877015, 40.73702988308501, -73.8550952860323, 40.73704709599386, -73.85507008405321, 40.73705290858261, -73.85504487029168, 40.73705869323526, -73.8549966342109, 40.73706967274849, -73.85486803206646, 40.737098472915825, -73.85467722130629, 40.73713997087485, -73.85425264481285, 40.737218977166364, -73.8541883683507, 40.73722984238662, -73.85400928404506, 40.7372601130341, -73.85390636197961, 40.737277511819215, -73.85368699985855, 40.73731459093892, -73.85295440402454, 40.73745225876795, -73.85275523889118, 40.73749851377141, -73.85224296449026, 40.73763115006434, -73.8520475747759, 40.73768173833443, -73.8519598012115, 40.73751448659397, -73.85191465552758, 40.73742846687642, -73.85182762507054, 40.737262745948556, -73.85175311341143, 40.737283770589926, -73.85159469902436, 40.7373291800322, -73.85155239618032, 40.73734104734732, -73.85133905740092, 40.737400900928236, -73.85094781059264, 40.73751716509619, -73.85059809656485, 40.737625049458245, -73.8502096645875, 40.73775246577095, -73.8500382143929, 40.73780585173383, -73.84923306794494, 40.73815670132494, -73.84913648060784, 40.73820025581767, -73.84842349416455, 40.73850153306021, -73.848004908422, 40.738690145842995, -73.84747800521075, 40.73894256603034, -73.8474412791017, 40.738960160152594, -73.84594420461713, 40.73967732882975, -73.845832275577, 40.73973094662219, -73.84576693100755, 40.73976224906139, -73.84570817275497, 40.73979039680054, -73.84565152655506, 40.73981753156656, -73.84557653038519, 40.73985345858152, -73.84556051692721, 40.73978844919893, -73.84554444488481, 40.73972318939342, -73.84553147587097, 40.739667149553036, -73.8455163066958, 40.73960058341483, -73.84544865232256, 40.73930368136849, -73.84532170319288, 40.73864178556495, -73.84522341080506, 40.73793943128809, -73.8452205669666, 40.73790890831843, -73.84521768161324, 40.737877910724556, -73.84520399056497, 40.73773086803084, -73.84519942348692, 40.737681792259195, -73.84508695336937, 40.73647379007264, -73.845061254597, 40.73620420970854, -73.8450530112625, 40.73611160106385, -73.84500742415608, 40.73583075735879, -73.84499322402283, 40.73575891453394, -73.84494844874295, 40.73559491205437, -73.84483342706861, 40.73519428266223, -73.84472430919338, 40.73490295860797, -73.8446487970203, 40.734717053777445, -73.84450688757582, 40.734405387772924, -73.84442620099793, 40.73424681435961, -73.84439781088035, 40.7341954343593, -73.8443509790104, 40.734110679060805, -73.84432604889807, 40.734065562258735, -73.84423202764404, 40.73389524604066, -73.84414209654155, 40.73373118211115, -73.84394273002154, 40.73338029783771, -73.84371523041662, 40.7330535068762, -73.84328993594521, 40.732438092458324, -73.84315139696187, 40.732267386935455, -73.8426637542488, 40.731631103219065, -73.84245293382874, 40.73147580122524, -73.84221995227735, 40.731292282521295, -73.84155954823609, 40.73068538394846, -73.84147858416718, 40.73061097685018, -73.84084318931647, 40.730027044509086, -73.84047653463564, 40.729654430199034, -73.84010329631846, 40.729242937738356, -73.83982485884808, 40.72890304763843, -73.83966708363475, 40.7287014622814, -73.83953589192403, 40.72852411406096, -73.8393887943146, 40.72833241458213, -73.83917827466362, 40.728043778270326, -73.83899238234571, 40.72775629803449, -73.83888287772383, 40.72757345563471, -73.8388229652689, 40.72746441543999, -73.83878266703915, 40.727391074592575, -73.83873884631733, 40.727311324367356, -73.83847390116595, 40.72682455672614, -73.83831106878057, 40.72655026954103, -73.83824641357037, 40.72643163553396, -73.83821301264555, 40.7263671174603, -73.83817939265924, 40.72630217132601, -73.83811800240117, 40.72618358775665, -73.83801604624531, 40.72595452829098, -73.83791964458611, 40.72574056009785, -73.83790075416319, 40.7256977943731, -73.8378750324462, 40.72564397516471, -73.83784625531449, 40.72558010284969, -73.83776144695443, 40.72536980240839, -73.83753416959473, 40.72484342163149, -73.83740033760841, 40.724567017265805, -73.83713224999774, 40.72411190925068, -73.8369851391526, 40.72386322852347, -73.83696224866667, 40.72382453178029, -73.83683096274166, 40.72360260221483, -73.83662896517971, 40.72327631823371, -73.83646437343431, 40.72304840840155, -73.83598535995188, 40.722375240753365, -73.83586201208205, 40.72219825683937, -73.83575127321407, 40.72204795040621, -73.8356613600547, 40.72194051270303, -73.83563597134324, 40.72190800403234, -73.83560133946719, 40.72186366204976, -73.83537876292206, 40.72158687090597, -73.83519065825041, 40.72134209771543, -73.83495263560037, 40.72103954340004, -73.8347434340627, 40.72078576111445, -73.834708042362, 40.72074283246728, -73.83469813830277, 40.72073082253791, -73.83467939415071, 40.7207206756793, -73.83466050248323, 40.72071035660813, -73.83458664901487, 40.72062739268497, -73.83454648560259, 40.720580522797626, -73.83436288198477, 40.72036578313063, -73.8342762237958, 40.720250109319316, -73.83423831889093, 40.72019951445553, -73.83410987063517, 40.72002805850089, -73.83408167794566, 40.719994281118844, -73.83369386049928, 40.719568552337385, -73.83336658908394, 40.71924425612473, -73.8326513055054, 40.7185154936885, -73.83233527920099, 40.71821021072269, -73.83200593751822, 40.7179100655744, -73.83166470595764, 40.71762754220641, -73.8314940086512, 40.71750116682723, -73.8313016034368, 40.717375375334946, -73.83112117281321, 40.71727148171781, -73.83091281160095, 40.717165717858, -73.83076222881424, 40.71709327915838, -73.83056238648403, 40.717008015626476, -73.83032712944032, 40.71692305525959, -73.83025360582614, 40.716896502448435, -73.83003962264054, 40.71681922450532, -73.82990687594607, 40.71677230990334, -73.82982582137564, 40.71674366460841, -73.82979038960637, 40.71673565260547, -73.82971795875986, 40.71671930566648, -73.82961786501076, 40.7166967231244, -73.82953706332047, 40.716678496021096, -73.82931251136077, 40.7166212230529, -73.82832743411308, 40.71633012581525, -73.82820419977874, 40.7162985519415, -73.82814244841124, 40.71628273233628, -73.82809809033668, 40.71627225169057, -73.82799803367878, 40.716248608790345, -73.82782941339414, 40.71620876753627, -73.8274388381015, 40.716103738691174, -73.82723187650353, 40.71603925150563, -73.8270305115809, 40.71596583927709, -73.82699409539659, 40.71595026423415, -73.82695834125607, 40.71593497203499, -73.82692102782038, 40.71591901470361, -73.82681264601077, 40.71587266175041, -73.82652640280143, 40.715729161943486, -73.82648007912621, 40.71570293586044, -73.82640359474118, 40.71565963379999, -73.82636188000158, 40.7156360170985, -73.82629796498807, 40.715596159472284, -73.82624983646573, 40.71556501557796, -73.82621459580709, 40.715542210949586, -73.8261865233382, 40.71552404486431, -73.82611894020775, 40.71549079946259, -73.82610376598264, 40.71546700572651, -73.82607653538473, 40.715424669341495, -73.8260595667176, 40.71539826860747, -73.82611427110048, 40.71538337122923, -73.82638237434453, 40.71531035531762, -73.8265054499484, 40.71527138839844, -73.82701691252066, 40.71513111985211, -73.82720720367526, 40.7150733937363, -73.82870609019119, 40.714704731704884, -73.82974733657713, 40.71445202841409, -73.82981576848509, 40.71443542059483, -73.8307905053115, 40.71419884846689, -73.8308333032671, 40.71422166100168, -73.83088075546351, 40.71424695676608, -73.83096176702928, 40.71429014003611, -73.83103568626034, 40.71432954239549, -73.83110716263732, 40.714367642584854, -73.83137517261883, 40.714290746313495, -73.83152158907815, 40.714246430361555, -73.83155953791878, 40.71423252705483, -73.83161238386795, 40.7142131659104, -73.83175592504814, 40.7141488081604, -73.83193172001164, 40.714057778229446, -73.83291184887445, 40.71353266022983, -73.83354766300134, 40.71319070050048, -73.83367236258891, 40.713158797288855, -73.83370359796912, 40.71313439801133, -73.83373891234149, 40.71310681500233, -73.83379289855552, 40.71306002220074, -73.83415481980768, 40.712857115761295, -73.83428291290419, 40.71278415522194, -73.83442824161139, 40.712711588540344, -73.834474191385, 40.712688644731145, -73.83454405384514, 40.71265376026342, -73.83466083987044, 40.712595446991884, -73.83492642830744, 40.7124734818443, -73.83497390713802, 40.71244894702182, -73.8350360357696, 40.71241339829692, -73.8358484886885, 40.71197826959165, -73.83597504680907, 40.71190533739564, -73.83611475816647, 40.71182482526375, -73.83605944364221, 40.71177666004772, -73.8360274247632, 40.71174877961001, -73.83597792273908, 40.71170567450723, -73.83594197273202, 40.71167436919901, -73.8359007224045, 40.711641056286076, -73.8360261593126, 40.71154543762779, -73.8360388822195, 40.711533924689526, -73.83618503392847, 40.71137980295895, -73.83640565744746, 40.711097909641694, -73.83655264070212, 40.710950451510826, -73.83666500402519, 40.71085216698178, -73.83679454969496, 40.71078015844087, -73.83697148489624, 40.71072790568028, -73.83719290914645, 40.71070994135121, -73.83722533589837, 40.71071035911907, -73.83733487351734, 40.7107117719698, -73.83744545960913, 40.71071319790349, -73.83747693020157, 40.71071360254359, -73.83755319851454, 40.7107145863942, -73.83765821976179, 40.71065012008304, -73.83769175322462, 40.71062953662986, -73.83780847753998, 40.710565297401445, -73.83806657109513, 40.71044265346008, -73.83810651161008, 40.71042729196483, -73.8381468323343, 40.71041178420676, -73.83829449438635, 40.710354992893, -73.83955615397522, 40.70995833465652, -73.83963882046213, 40.709929149872366, -73.83977727210008, 40.709880269235235, -73.84012218500527, 40.709737326873174, -73.84014091777848, 40.70972956345627, -73.8404647000496, 40.709579063337515, -73.84084894747879, 40.70938927101158, -73.84122953801624, 40.709184251895564, -73.84143858756991, 40.70907163828438, -73.84157396321334, 40.70899871206666, -73.84160209617978, 40.70898355733466, -73.84163874615604, 40.70896381359457, -73.84176919813783, 40.70889353868613, -73.84193475099265, 40.70880435514417, -73.84220252693729, 40.7086601038159, -73.8423818159812, 40.70858059915732, -73.84262716967368, 40.70848559038128, -73.84295309888009, 40.70838073587308, -73.84322036867992, 40.70831316913373, -73.84338573229076, 40.70827841112484, -73.8436672338275, 40.70822536456453, -73.84400174905538, 40.70817053231515, -73.84431439726633, 40.70812291684653, -73.84484515142555, 40.70807387743639, -73.84491872767346, 40.708067973767314, -73.84534467879966, 40.708033788849804, -73.84576203867552, 40.70800864189708, -73.84707279046117, 40.707965374095785, -73.8473392115949, 40.70796250659963, -73.84817947099154, 40.70795346100798, -73.84863658512039, 40.70793052629516, -73.848994081761, 40.70788915351129, -73.84935683605545, 40.707817738196944, -73.84973165423527, 40.70771362096899, -73.84998960255689, 40.707622427519524, -73.85020974691363, 40.70753118430466, -73.85057443337355, 40.70734598160632, -73.85096576864005, 40.70709006618873, -73.8510830377976, 40.707007022304886, -73.85281705898919, 40.70737777919001, -73.85302088146156, 40.707316059148525, -73.85458444128693, 40.70681024417251, -73.85544445525825, 40.70654792838689, -73.85569105621028, 40.70647908564915, -73.85588021191185, 40.70641730253344, -73.85594209890763, 40.70639708875204, -73.85618301164264, 40.70631839884118, -73.85667371463859, 40.70745349722841, -73.85727919113258, 40.7114601680375, -73.85829679461189, 40.719605771244076, -73.85825534996674, 40.71960952578596, -73.85792651064149, 40.719639310994026, -73.85787338093097, 40.719642908697615, -73.85767520301776, 40.719656330936495, -73.85758013866052, 40.71966585424951, -73.85747924275587, 40.71967652291939, -73.85724446287377, 40.719717550191056, -73.85692997735215, 40.719790121919004, -73.85665221775533, 40.71986855942326, -73.85672146367283, 40.7200310158443, -73.85673380528807, 40.72005997002131, -73.85706603001833, 40.72094844784776, -73.8572577431407, 40.72146519255518, -73.85726816061658, 40.721503590640786, -73.85710805884409, 40.72175685250121, -73.85670147414596, 40.72239867423817, -73.85665266557058, 40.72247507133579, -73.85634256810256, 40.72296283812927, -73.85629312843604, 40.72304060035676, -73.85624991506397, 40.7231098893277, -73.85602851148762, 40.72346488841141, -73.85559118884578, 40.72414563635499, -73.85556590356539, 40.72419597919307, -73.855161795211, 40.72483658183508, -73.85512405793463, 40.724896404789455, -73.85506607555651, 40.72498819558087, -73.85467158045017, 40.72561270021794, -73.85462453031356, 40.7256871805609, -73.85458341820366, 40.725753693464654, -73.8545542690674, 40.72580084968874, -73.8545082592131, 40.72587528717168, -73.85445668452854, 40.725956885663095, -73.854358038866, 40.7261129616334, -73.85431318076509, 40.72618393803084, -73.85424381784806, 40.72629391780864, -73.8541444197566, 40.72645151990279, -73.85411942821017, 40.72649114851188, -73.85407499541564, 40.72656172732685, -73.85397689662008, 40.72671698598982, -73.85395457181268, 40.726752258574194, -73.85371783885711, 40.72696965999315, -73.85348685099463, 40.727181782236926, -73.85341329961176, 40.72720642203514, -73.85297672353416, 40.72733721382066, -73.85177766260135, 40.72769683782942, -73.85171394405789, 40.72783435462742, -73.85169714577142, 40.72787168615015, -73.85168540232571, 40.727900327955766, -73.85168246485331, 40.727917651786406, -73.85166931556385, 40.728345484267706, -73.85166958378429, 40.728362719473964, -73.85167265175735, 40.7283894154426, -73.85173036755958, 40.7284772624831, -73.8521346234129, 40.72912175947874, -73.85221945921592, 40.72927182219336, -73.8522333119105, 40.72929611231391, -73.85233560626581, 40.72946741155242, -73.85251446830767, 40.72977501360079, -73.8526935252397, 40.73009105338197, -73.85271573180549, 40.73012990276345, -73.85288408855457, 40.73042705115868, -73.85296957155494, 40.730578776457186, -73.85322410609281, 40.73102816553638, -73.85325898284093, 40.7310865170842, -73.853296418019, 40.731150137160164, -73.85358839300453, 40.73175405369781, -73.85390142282132, 40.73242684460308, -73.85401087265892, 40.732654425980755, -73.854023437097, 40.73267243949015, -73.8540587305304, 40.73270988868433, -73.85412824120387, 40.732783814026675, -73.85420690382755, 40.73286323051307, -73.85426020935827, 40.73290972735244, -73.85434400137001, 40.7329698036917, -73.85470034799464, 40.73282903329171, -73.85512209872749, 40.73365273285842, -73.85546560656137, 40.73431913701371, -73.85580768587579, 40.73498252428153, -73.85615172505925, 40.735647693217956, -73.85626629779925, 40.735880023514845, -73.85627739171845, 40.73590252216947, -73.85638095267693, 40.73611251498274, -73.85644802769372, 40.73625323559714, -73.85624746476672, 40.73672245132021, -73.85624746476672, 40.73672245132021 --73.73116645523908, 40.73268100784923, -73.7319325722406, 40.730923337423356, -73.73251818408468, 40.73093864095551, -73.732910965063, 40.730952025668884, -73.73291627104183, 40.730897899160226, -73.73291684389216, 40.73088286012793, -73.73285357541387, 40.73057682544531, -73.73284388135866, 40.73052697579073, -73.73281925044262, 40.73041841047321, -73.73277501271144, 40.730332937421224, -73.73266357128269, 40.73032020214546, -73.73172862923177, 40.73029333659301, -73.73125474502967, 40.730280743740366, -73.73127768863797, 40.73020149363436, -73.73132456854815, 40.730080357995604, -73.73134494851323, 40.730027697635556, -73.73135513552249, 40.73000136789744, -73.731375571656, 40.72994856358057, -73.73138570597919, 40.7299223768981, -73.73140584419839, 40.729870344520315, -73.73141627399235, 40.72984338678476, -73.73143654375797, 40.729791011612654, -73.73144684312044, 40.72976439576469, -73.7314672228922, 40.72971173538078, -73.73147741335973, 40.72968540473842, -73.73149779189951, 40.729632744345764, -73.73150797997174, 40.72960641459541, -73.73152836083067, 40.7295537542023, -73.73153855125348, 40.729527422653426, -73.73155892851287, 40.729474762246056, -73.73156911772055, 40.729448432492504, -73.73158826043893, 40.7293989669225, -73.73159968648625, 40.72936944142757, -73.73162006483273, 40.72931678101099, -73.73163025518308, 40.72929044945317, -73.73165063347768, 40.72923778993111, -73.73166082381475, 40.72921145566882, -73.73169338879576, 40.72912730568837, -73.7317210732957, 40.729054878909885, -73.73183794675714, 40.729081493852476, -73.73208274759132, 40.729136227742806, -73.73216825385245, 40.72915419107702, -73.73272112501739, 40.72928004365241, -73.73306424299088, 40.72935814679852, -73.73310737175414, 40.72924902357836, -73.73356055261303, 40.72934801194623, -73.73357673050043, 40.72930605216598, -73.73359026135256, 40.72927094456416, -73.73359321223198, 40.7292632934309, -73.73360969393156, 40.729220537394724, -73.73361026806896, 40.7292190510759, -73.73362562656561, 40.72917920919961, -73.73363186565383, 40.72916302340789, -73.73364175057054, 40.72913738256069, -73.73365288545455, 40.72910849735478, -73.73365844751756, 40.729094066895875, -73.73367375212025, 40.729054367168985, -73.73368297078083, 40.72903044835841, -73.73369036169956, 40.72901128002732, -73.73370813149745, 40.728965186052505, -73.73371265050757, 40.72895346102054, -73.73372295400898, 40.72892673421487, -73.73373379936041, 40.72889859935862, -73.73373911257595, 40.72888481849029, -73.73375435490289, 40.72884527529697, -73.7337559445675, 40.72884115012144, -73.73377115815212, 40.72880168520383, -73.73377636130931, 40.72878818954173, -73.73378783816456, 40.728758418107226, -73.73379681750237, 40.72873512368933, -73.73380454928096, 40.72871506373018, -73.7338182317543, 40.72867957373184, -73.73382059769197, 40.728673435902635, -73.73383683866881, 40.728631306031616, -73.73383957420289, 40.72862421001018, -73.73385252582679, 40.728590611196, -73.73386866391336, 40.728548744032054, -73.73387000236848, 40.728545272947024, -73.73388540002004, 40.72850533026615, -73.7338996781119, 40.72846828554764, -73.733901838285, 40.72846268574782, -73.73391820953607, 40.7284202175726, -73.73391975371378, 40.72841621385867, -73.73393428175261, 40.7283785213439, -73.73394129098489, 40.728360338174994, -73.73395060271429, 40.72833618632335, -73.7339620028652, 40.7283066128056, -73.73396673589244, 40.728294331740294, -73.73398391083772, 40.72824978072452, -73.73398441918197, 40.72824846264757, -73.73399876893777, 40.72821122987413, -73.73401410064065, 40.728171459920695, -73.73406619822069, 40.72803511653171, -73.73424094179452, 40.72807536947238, -73.73451945781068, 40.72813847423019, -73.73484519489413, 40.72820587804822, -73.73500777040066, 40.728239657731386, -73.73507407475353, 40.728253243252084, -73.73526335814459, 40.728296441248176, -73.73545492395903, 40.72834531560572, -73.73571432845642, 40.72841950209327, -73.73632482055443, 40.728545348946085, -73.73643462474975, 40.72856143224979, -73.73658008482727, 40.72859200882962, -73.73697029934901, 40.728679788628824, -73.73715501120184, 40.72873169633099, -73.73815575461661, 40.72895713961645, -73.73840174054632, 40.72901121168709, -73.7384525984272, 40.728902085128695, -73.73856742717838, 40.72861470684267, -73.73875917488719, 40.72851174156453, -73.7393110351732, 40.72816702971701, -73.74004000017068, 40.72771295800676, -73.74076674509534, 40.72726257418313, -73.7414906196707, 40.72681206405713, -73.74222513783519, 40.726366096479396, -73.74295775771836, 40.72591902044703, -73.74368513934587, 40.725468897861276, -73.74436608029504, 40.7250623757736, -73.74444722686826, 40.725008281090325, -73.74474813822142, 40.72481765169991, -73.74520062963485, 40.7245390896805, -73.74593246377898, 40.72408640437605, -73.74666161247778, 40.72363913229552, -73.74739079305891, 40.72319304073701, -73.7475095557327, 40.72312263077342, -73.747626751464, 40.723065545746806, -73.74792538363974, 40.72292888610474, -73.74815874365542, 40.72283102832593, -73.74830494895475, 40.72276987810669, -73.74851123763025, 40.72266656995965, -73.74866938663507, 40.72257611115079, -73.74889454432943, 40.722436122380316, -73.74924586307982, 40.722219004397424, -73.74957867638193, 40.72201347341935, -73.75025903936027, 40.72158957941, -73.75071088846225, 40.721283054095444, -73.75109213012465, 40.7210068261345, -73.75173479612806, 40.72054764082242, -73.75181416187246, 40.72049732555836, -73.7518678920905, 40.72046326328851, -73.75219650708989, 40.720320078029125, -73.75233437533745, 40.720262151098304, -73.75313313219543, 40.7199150050165, -73.7537868134767, 40.719634381135336, -73.75393062077953, 40.71957187237658, -73.7547491169826, 40.719216378897976, -73.75556552069546, 40.7188665564983, -73.75638210882349, 40.718515414852426, -73.75725670913695, 40.718138291967996, -73.75756856415175, 40.71855878461903, -73.75832727446286, 40.71958177791878, -73.75912891466707, 40.720637735384, -73.75920255275217, 40.720734702675976, -73.75944141226724, 40.72106312560821, -73.75999686114912, 40.72175906475905, -73.76048637613302, 40.7222429364164, -73.76072144467327, 40.722435788223684, -73.76094130054545, 40.722603489055196, -73.7611607115308, 40.722758243667414, -73.7613994196337, 40.72291283163015, -73.76162389625426, 40.723046412186015, -73.76185511649929, 40.723173156949024, -73.76298956142385, 40.72373746177928, -73.76316698863394, 40.72382628692305, -73.76402093217068, 40.72424482086368, -73.76428125037768, 40.724361251848435, -73.7644216164804, 40.72443285971218, -73.76465842118118, 40.724571528508555, -73.76479641325368, 40.72468384682677, -73.7652309746886, 40.72505415810231, -73.76531862578872, 40.72512120072864, -73.7653624266815, 40.725161407819925, -73.76541494021629, 40.725223920325234, -73.76545869653535, 40.725277500796516, -73.76552282538675, 40.725369009993535, -73.76557704655508, 40.7254771539567, -73.7657499692829, 40.72574052030606, -73.76607352454678, 40.7261807955589, -73.76612659143976, 40.72625300646774, -73.76623878083703, 40.7264056666818, -73.7662894542519, 40.72647462000361, -73.76640438695941, 40.726631010136444, -73.76799468249611, 40.728841888083636, -73.76820412494958, 40.72912064997486, -73.76822437260464, 40.72915031216593, -73.76830720182784, 40.72927166342614, -73.76846372538128, 40.72950097929589, -73.76874962757284, 40.72989103502652, -73.76880340429624, 40.72995959450406, -73.76892792594872, 40.730141796426835, -73.76908117808945, 40.73035475156642, -73.76912930383524, 40.73042069797554, -73.76930652596474, 40.7306552428976, -73.76960770295526, 40.73108804457954, -73.76968488229835, 40.731197040191674, -73.77000329956586, 40.73163615994669, -73.77010678711493, 40.731778874326764, -73.76904758359692, 40.731957817058614, -73.76696328240931, 40.73230991062854, -73.76675731943169, 40.73235299193811, -73.76662589856964, 40.73237987248745, -73.76653911977999, 40.732397621265136, -73.76638736282571, 40.73241894828119, -73.76614834794243, 40.732455497574215, -73.7658925138299, 40.73249461825918, -73.7657922504993, 40.73251122782856, -73.76570559807467, 40.73252558310864, -73.76551992112911, 40.732556340358244, -73.76542254534989, 40.73257248541867, -73.76516071196652, 40.73261632984834, -73.76513979715921, 40.73261986132356, -73.76489286266653, 40.7326607017076, -73.76426800417686, 40.73276671478587, -73.76420976897288, 40.73277619140748, -73.76391506312957, 40.73282776862384, -73.76373334871133, 40.73285929385182, -73.76366621872897, 40.73286829899145, -73.7633349538504, 40.7329235187997, -73.76275795450094, 40.7330290862359, -73.76272293223015, 40.73303321766487, -73.7617640338062, 40.73319015290859, -73.76100265565577, 40.733318473104006, -73.76080236485878, 40.73334593347063, -73.76052507098652, 40.733399241051416, -73.75988173100936, 40.73350820952512, -73.75895898143936, 40.73366472222997, -73.75803542704166, 40.73382096470706, -73.75711405892557, 40.73397640293902, -73.75618994242242, 40.734133768588194, -73.75519590169569, 40.734301566415205, -73.75419485152577, 40.73447151904407, -73.7538731187843, 40.73452502012851, -73.75373170684227, 40.73454790777208, -73.75369744034364, 40.73455377966356, -73.75327753514254, 40.734625740273856, -73.75265792985991, 40.73473117755918, -73.75152920605706, 40.7349138055073, -73.75091743398627, 40.735012784663816, -73.75089522262408, 40.73501660971931, -73.75047135505223, 40.73509994570643, -73.74956285726704, 40.73525234644978, -73.74864378602761, 40.735407847131654, -73.74771801098018, 40.73556399037601, -73.74711891789273, 40.73567769240421, -73.74681198206943, 40.73573097663855, -73.74654073656089, 40.73577806745098, -73.74604196910595, 40.735888690577646, -73.7457016247862, 40.73596629843636, -73.7454806321401, 40.73601904576436, -73.74513705481499, 40.736091941438794, -73.74500787874129, 40.7361095945745, -73.74470462043838, 40.7361775569766, -73.74280333666623, 40.73658794351827, -73.7424587314634, 40.73665080982206, -73.74202131368445, 40.736743885598266, -73.7418532080789, 40.73678579331369, -73.74168681435266, 40.73682306698927, -73.7413409935485, 40.736900531721254, -73.74119080050646, 40.7369341759853, -73.74109996655677, 40.736954522387144, -73.7408572701111, 40.73701698260618, -73.74030566714981, 40.7371346444861, -73.74018335265541, 40.73715271111705, -73.74002625021343, 40.73719098041238, -73.73950019579823, 40.73729782063175, -73.73860265686952, 40.73749082057374, -73.73770055109924, 40.73768564557227, -73.7372325563739, 40.737775732981234, -73.73678528364145, 40.73788340691889, -73.73588132457031, 40.7380792463314, -73.73567582050836, 40.73812774555997, -73.73535200388818, 40.738217771644514, -73.73501229016011, 40.7383274373203, -73.73466814593624, 40.73845830783999, -73.73426914975866, 40.738642651929055, -73.7337729854672, 40.738898969466646, -73.73402599767957, 40.73771697431594, -73.73403173831858, 40.73768139755123, -73.73403344832442, 40.73765962982935, -73.73402872532459, 40.73762415496999, -73.73402965919823, 40.73760493120203, -73.73405703888615, 40.73755305832095, -73.73412652813128, 40.73725347894161, -73.73422140838306, 40.73681831222054, -73.73430460688805, 40.73641265343383, -73.73436222217991, 40.736174510011224, -73.73440943707575, 40.73590957845291, -73.7345283678384, 40.73544272292443, -73.73459922818606, 40.73528704905756, -73.73465162322944, 40.73523525708403, -73.73471983708822, 40.73519557289108, -73.73481044633638, 40.735162865169734, -73.73499261845507, 40.73462454062015, -73.73516983459052, 40.73414904028485, -73.73524549439753, 40.73394163631177, -73.73529025983197, 40.733839651765365, -73.73538132343705, 40.73360853029455, -73.735387190506, 40.733579896683686, -73.73544650071624, 40.73346129502358, -73.73512905009682, 40.73345166552469, -73.73441454061864, 40.733324106630135, -73.73426078750775, 40.733296634797334, -73.73364370711914, 40.73318524217374, -73.73342405408748, 40.733143902872975, -73.73321007633973, 40.73309846726346, -73.73218630009914, 40.73286685010687, -73.7318536398334, 40.73278922263247, -73.73156388438615, 40.73273376667725, -73.73142416436166, 40.73271360530387, -73.73125648742429, 40.73268941086133, -73.73116645523908, 40.73268100784923, -73.73116645523908, 40.73268100784923 --73.86451199024239, 40.73407131425542, -73.86443531841131, 40.73409359086556, -73.86436298307562, 40.734114606416696, -73.86198106042227, 40.73482333598599, -73.86099707076691, 40.73511446758267, -73.85995773068251, 40.73543062876255, -73.85872360353257, 40.73579713505668, -73.85881661503716, 40.73595094979053, -73.85869324628474, 40.735987899444865, -73.85837020910384, 40.736082761144935, -73.85821586191382, 40.73612855930725, -73.85752580871855, 40.73632519826217, -73.85743044957216, 40.73635237106905, -73.85676838485954, 40.73654102830392, -73.85659523871405, 40.73659036602577, -73.856283724461, 40.736708679168316, -73.85624746476672, 40.73672245132021, -73.85644802769372, 40.73625323559714, -73.85638095267693, 40.73611251498274, -73.85627739171845, 40.73590252216947, -73.85626629779925, 40.735880023514845, -73.85615172505925, 40.735647693217956, -73.85580768587579, 40.73498252428153, -73.85546560656137, 40.73431913701371, -73.85512209872749, 40.73365273285842, -73.85470034799464, 40.73282903329171, -73.85434400137001, 40.7329698036917, -73.85426020935827, 40.73290972735244, -73.85420690382755, 40.73286323051307, -73.85412824120387, 40.732783814026675, -73.8540587305304, 40.73270988868433, -73.854023437097, 40.73267243949015, -73.85401087265892, 40.732654425980755, -73.85390142282132, 40.73242684460308, -73.85358839300453, 40.73175405369781, -73.853296418019, 40.731150137160164, -73.85325898284093, 40.7310865170842, -73.85322410609281, 40.73102816553638, -73.85296957155494, 40.730578776457186, -73.85288408855457, 40.73042705115868, -73.85271573180549, 40.73012990276345, -73.8526935252397, 40.73009105338197, -73.85251446830767, 40.72977501360079, -73.85233560626581, 40.72946741155242, -73.8522333119105, 40.72929611231391, -73.85221945921592, 40.72927182219336, -73.8521346234129, 40.72912175947874, -73.85173036755958, 40.7284772624831, -73.85167265175735, 40.7283894154426, -73.85166958378429, 40.728362719473964, -73.85166931556385, 40.728345484267706, -73.85168246485331, 40.727917651786406, -73.85168540232571, 40.727900327955766, -73.85169714577142, 40.72787168615015, -73.85171394405789, 40.72783435462742, -73.85177766260135, 40.72769683782942, -73.85297672353416, 40.72733721382066, -73.85341329961176, 40.72720642203514, -73.85348685099463, 40.727181782236926, -73.85371783885711, 40.72696965999315, -73.85395457181268, 40.726752258574194, -73.85397689662008, 40.72671698598982, -73.85407499541564, 40.72656172732685, -73.85411942821017, 40.72649114851188, -73.8541444197566, 40.72645151990279, -73.85424381784806, 40.72629391780864, -73.85431318076509, 40.72618393803084, -73.854358038866, 40.7261129616334, -73.85445668452854, 40.725956885663095, -73.8545082592131, 40.72587528717168, -73.8545542690674, 40.72580084968874, -73.85458341820366, 40.725753693464654, -73.85462453031356, 40.7256871805609, -73.85467158045017, 40.72561270021794, -73.85506607555651, 40.72498819558087, -73.85512405793463, 40.724896404789455, -73.855161795211, 40.72483658183508, -73.85556590356539, 40.72419597919307, -73.85559118884578, 40.72414563635499, -73.85602851148762, 40.72346488841141, -73.85624991506397, 40.7231098893277, -73.85629312843604, 40.72304060035676, -73.85634256810256, 40.72296283812927, -73.85665266557058, 40.72247507133579, -73.85670147414596, 40.72239867423817, -73.85710805884409, 40.72175685250121, -73.85726816061658, 40.721503590640786, -73.8572577431407, 40.72146519255518, -73.85706603001833, 40.72094844784776, -73.85673380528807, 40.72005997002131, -73.85672146367283, 40.7200310158443, -73.85665221775533, 40.71986855942326, -73.85692997735215, 40.719790121919004, -73.85724446287377, 40.719717550191056, -73.85747924275587, 40.71967652291939, -73.85758013866052, 40.71966585424951, -73.85767520301776, 40.719656330936495, -73.85787338093097, 40.719642908697615, -73.85792651064149, 40.719639310994026, -73.85825534996674, 40.71960952578596, -73.85829679461189, 40.719605771244076, -73.85727919113258, 40.7114601680375, -73.85734549713733, 40.71147009101821, -73.85744692061917, 40.71148527231766, -73.85760128419611, 40.71150837599271, -73.8580938701089, 40.711582101326904, -73.85828103270045, 40.71161635503244, -73.85842359405173, 40.71163691713774, -73.85975932160727, 40.71184474502654, -73.8606619373156, 40.71198318534988, -73.86072481488395, 40.71199361372314, -73.86202791893307, 40.71219335222817, -73.86207871440544, 40.71220074506334, -73.8620278510557, 40.712226144282965, -73.86182723780873, 40.71232075007053, -73.85966108818954, 40.713389057015625, -73.85964376863188, 40.71347770298082, -73.85963543568892, 40.71355648398869, -73.8596314782026, 40.713599193132325, -73.8596254953105, 40.71370339124302, -73.8596847005829, 40.71413053285108, -73.85971419615373, 40.714217141279065, -73.85973332101226, 40.71430319765664, -73.85976071396405, 40.714391363194665, -73.85983749266394, 40.71459919750616, -73.85988689530318, 40.71471256990803, -73.85993360115292, 40.71479656342023, -73.86003789402889, 40.71493192277441, -73.860123658429, 40.715014388691145, -73.8606266255427, 40.715486855887995, -73.86068945692442, 40.71554587491033, -73.86122406134338, 40.716037012914654, -73.8615240686027, 40.716313335853, -73.8618336713127, 40.716592226964536, -73.86201842933933, 40.71677753062458, -73.86213592490925, 40.71688355619619, -73.86232958396782, 40.71705830971158, -73.86242539695013, 40.71714782969776, -73.86248956546146, 40.71720735360491, -73.86273274581609, 40.71743292828433, -73.86281427841027, 40.717508560340804, -73.86294715914367, 40.717638058115234, -73.86301849091613, 40.717707573315806, -73.86307921384694, 40.71777007438115, -73.86349796129379, 40.718201076251226, -73.86357110745142, 40.71827636282804, -73.86361991689762, 40.71832661243987, -73.86405595374106, 40.71877550786177, -73.86412296426441, 40.71884449316473, -73.86417041844709, 40.7188934550092, -73.86462090178978, 40.719358262009926, -73.86468728954755, 40.71942676177049, -73.86474352866652, 40.7194875375948, -73.86516655179497, 40.719944676520626, -73.86520759691719, 40.72000728486769, -73.86528057006373, 40.72006821509078, -73.86541574665794, 40.72021505648357, -73.86547610693104, 40.72028062747658, -73.86553721015282, 40.7203475986986, -73.86599003795469, 40.720843921740894, -73.86604175453114, 40.720900606936226, -73.86610542787808, 40.72097081547435, -73.86651649239252, 40.72142408033353, -73.86657240406815, 40.721486323597375, -73.86661842988043, 40.72153582306219, -73.86704438443985, 40.72200016961649, -73.86711403165174, 40.72207609011689, -73.8671670043038, 40.7221341954494, -73.86734664777886, 40.72232284338886, -73.8674372604154, 40.72241574895736, -73.86765926494166, 40.72266094408957, -73.86775576443993, 40.722772434598795, -73.8682254636892, 40.72325253002293, -73.86860439121449, 40.72363619415528, -73.86876816789497, 40.72382059022325, -73.86885342295653, 40.72392055575176, -73.86929269239386, 40.724435614895995, -73.86963871955392, 40.725046404479244, -73.8696915369376, 40.725139637344654, -73.86990650503687, 40.7255565851575, -73.8702113475608, 40.72618701332286, -73.87063184939775, 40.727058540759806, -73.87066288392276, 40.72712912516647, -73.87092371803045, 40.727679779725, -73.87101842228512, 40.727978639860254, -73.87181540429778, 40.72679350983489, -73.87190078535593, 40.726857530247486, -73.8724821583666, 40.72731340038364, -73.87256532142995, 40.727378583100744, -73.87268425514087, 40.72747221729766, -73.87289511754729, 40.72763822419354, -73.87324210765725, 40.72791136929213, -73.8721011640476, 40.728748264208825, -73.87160567831366, 40.729111698765365, -73.87141184234683, 40.72915860523327, -73.87141986248143, 40.729197086659525, -73.87143443373495, 40.72926669971157, -73.87143892573395, 40.72928218718768, -73.8714868348604, 40.7294670990675, -73.87150374387596, 40.72956631266407, -73.8711990765407, 40.7296228034339, -73.8711459992611, 40.72965186742972, -73.87109120804163, 40.729682067726394, -73.87101177931241, 40.72972641712213, -73.87081517316261, 40.72983457844076, -73.87027513623768, 40.73014374117197, -73.8700411083984, 40.73026746483001, -73.86992762153747, 40.73034277597098, -73.86986845489366, 40.73039556812566, -73.8698366574628, 40.73042855566906, -73.86982633705493, 40.730441487024784, -73.86978571100556, 40.730503603257354, -73.86938512152044, 40.73115305890335, -73.86933810098168, 40.731136134516156, -73.86925761925349, 40.73125836115198, -73.86889971616576, 40.7318185005719, -73.86877100855749, 40.7320773755522, -73.868731213986, 40.7321268356911, -73.86868456792011, 40.73219114190299, -73.8686655814505, 40.73221499725252, -73.86862483293513, 40.73225347095382, -73.86860031294601, 40.73227214655376, -73.86857514126058, 40.73228872411868, -73.86829113661331, 40.732491781441446, -73.86826132557958, 40.73251309571248, -73.86820999440332, 40.73258104523281, -73.86808203866924, 40.732623670205754, -73.8679598386488, 40.73266437634772, -73.86786146514858, 40.732697145599886, -73.86803512745566, 40.73277354853331, -73.86805722987569, 40.732783271443495, -73.86822096104295, 40.73285941777732, -73.86815142491936, 40.73288255690965, -73.86806148549539, 40.73291248317541, -73.86801740952157, 40.73292714878754, -73.86795024598125, 40.73294949716902, -73.8676967647516, 40.73303384057155, -73.86730549406677, 40.733176878397046, -73.86603638955434, 40.733604549326415, -73.86530872359833, 40.73383285126476, -73.86463784579855, 40.73403238917411, -73.86459986502571, 40.73404413668917, -73.86451199024239, 40.73407131425542, -73.86451199024239, 40.73407131425542 --73.77010678711493, 40.731778874326764, -73.7703575483558, 40.73173764498277, -73.77066756843527, 40.73168193313489, -73.77107429036144, 40.73160957497793, -73.77127136333182, 40.73157184524819, -73.77141287373148, 40.73154665888387, -73.7715414267438, 40.73152377806333, -73.77166899772199, 40.73150210633994, -73.77178388177123, 40.73148258947016, -73.77228566197478, 40.73139090491231, -73.77307020562944, 40.73124821337995, -73.77399698642623, 40.731080529209855, -73.77416468595203, 40.73104967982064, -73.77491334163848, 40.73091254525298, -73.7750973992723, 40.73087349400576, -73.77580377849027, 40.73068013859955, -73.77668496076078, 40.730438434552276, -73.77757505698139, 40.73019295703606, -73.77848634874167, 40.72994358268767, -73.77936528591584, 40.7297015548537, -73.7802477395428, 40.72945951531923, -73.78081146151419, 40.7293052479441, -73.78096089155343, 40.72926475713628, -73.78116054129383, 40.72921245052416, -73.7813899143667, 40.72914643838483, -73.78205850441921, 40.72891858415406, -73.7829225196854, 40.72863563393019, -73.78360139541049, 40.72841250971519, -73.78397693632165, 40.7282910803033, -73.78482104201964, 40.728014263199036, -73.7856849223627, 40.72772988180304, -73.78619016836373, 40.727563263818205, -73.78654954380521, 40.72744500902612, -73.78738338738775, 40.72717166881807, -73.7882500235735, 40.726886660926034, -73.7889667620394, 40.72665114585445, -73.78911278339969, 40.726605589057705, -73.7894587379003, 40.726493122414944, -73.78984086523569, 40.726362486303415, -73.78998041059586, 40.72631692829328, -73.790844890434, 40.7260360320941, -73.79172256020132, 40.725782271271925, -73.79176667188781, 40.725769910488765, -73.79239411302541, 40.725594102885836, -73.79287512171724, 40.7254398434381, -73.79333529409745, 40.72528377868164, -73.79422416761616, 40.72498143270616, -73.7951156041385, 40.72467556163, -73.7958826978843, 40.7244145663141, -73.79675199013785, 40.72411669838957, -73.79760901829228, 40.72382418380412, -73.79847195680827, 40.72352941470293, -73.79886955124137, 40.72339257658536, -73.79933160496499, 40.723234416377814, -73.80019353274169, 40.72294004685065, -73.80105446245204, 40.72264717660456, -73.80191734327174, 40.72235158283315, -73.80198949304624, 40.722326865421834, -73.80231907109787, 40.72221509471905, -73.80277615487958, 40.722058980633676, -73.80334403593281, 40.7218685581298, -73.80351151073121, 40.7218010517357, -73.80364176851198, 40.721763063443476, -73.80452924139719, 40.72146595846803, -73.80473568130266, 40.72140300729251, -73.80482983646515, 40.721370336079474, -73.80550259054574, 40.72111648831725, -73.80578893222025, 40.72101841336703, -73.80593238846035, 40.72097409073551, -73.80636387223974, 40.72081991118786, -73.80722010818073, 40.72052481581863, -73.80789782376323, 40.72028579830155, -73.80808459059229, 40.7202244490285, -73.80832826763697, 40.7201402563725, -73.80844381971777, 40.72008856479396, -73.80904031747652, 40.71991128947007, -73.80934250701564, 40.72095692518699, -73.8093653536214, 40.72103894740705, -73.80947290395311, 40.721339255180666, -73.80959383204177, 40.72164836855514, -73.80983504422234, 40.722274449878036, -73.80984023770439, 40.72229277936357, -73.80984312266497, 40.722308371083, -73.80985444109159, 40.72234256058743, -73.80999704594264, 40.72269074285938, -73.8101297110834, 40.723032243859535, -73.8103989595665, 40.72372321232012, -73.810539604362, 40.72409964145921, -73.8105957043556, 40.724288361161335, -73.81062582483926, 40.724419528752236, -73.81067739048127, 40.72473292573605, -73.8106894969435, 40.72492168199077, -73.81069115397322, 40.72511547472819, -73.81068604988002, 40.725800948037524, -73.81068579634645, 40.72605603179828, -73.81069282537717, 40.72611758698387, -73.81074426210462, 40.726264798839324, -73.81069871968957, 40.72645860040064, -73.81069369708469, 40.72648867641572, -73.81068708859424, 40.72652824301032, -73.81068176270335, 40.726592157028705, -73.81068498178891, 40.726666520217506, -73.81069041261388, 40.72671525759816, -73.81070413191401, 40.726778079989664, -73.81073012149021, 40.72685588634013, -73.81078223836657, 40.72698015065916, -73.81088634839317, 40.72717154159684, -73.81020981180465, 40.727239286934086, -73.80882640998865, 40.72739303983586, -73.80787703607018, 40.727497012181914, -73.80704044506456, 40.72759619403874, -73.80515245568675, 40.72780173872407, -73.80468674786711, 40.727850830824195, -73.80459784630736, 40.727863306057294, -73.8045000285924, 40.72787147334793, -73.80323254923034, 40.72801350510884, -73.80308346387746, 40.728028233850225, -73.80219262963327, 40.72812728232179, -73.80129845702734, 40.72822592281948, -73.80088849481626, 40.72827048152965, -73.80077959974697, 40.728285845002056, -73.80041315891874, 40.72837184768849, -73.79954741137993, 40.728582539330105, -73.7988533773799, 40.72875130679643, -73.79867198425796, 40.72879540118705, -73.79780297821502, 40.7290070285643, -73.79711722443898, 40.72917522288387, -73.796927851387, 40.72922527625916, -73.79602662776192, 40.729440872207135, -73.79511087307223, 40.72966399143849, -73.79400337062096, 40.729933837436676, -73.79352514890596, 40.7300535071205, -73.79262858734418, 40.73027245365953, -73.79173584117933, 40.73049098048448, -73.79136712276056, 40.730578059709735, -73.79083846712246, 40.73070290835028, -73.79012227487927, 40.730884443167994, -73.78999176271574, 40.730918404824116, -73.78995124741944, 40.730926543586705, -73.78982637620945, 40.73095660622695, -73.78909813432927, 40.731135283279606, -73.78906116259094, 40.73114430171487, -73.78834468467682, 40.73131845517817, -73.78820852940788, 40.731362303758914, -73.78808743521637, 40.731401297326, -73.78735293355115, 40.73166487991633, -73.78649866514972, 40.73197191060912, -73.785653327792, 40.732272282406825, -73.78478550234031, 40.73255692898004, -73.78392418456336, 40.73283699762659, -73.78302491763766, 40.73313040774881, -73.78213106354937, 40.733424150679504, -73.78126564982398, 40.73370782436103, -73.7807964679858, 40.73386328880975, -73.78040115157202, 40.73399273329094, -73.77952303117144, 40.73428071551563, -73.77863274081659, 40.734557182538886, -73.77776250667584, 40.73481876622977, -73.77689156933934, 40.73508112903218, -73.77601654947797, 40.73534338906093, -73.77515436744886, 40.73560391331615, -73.77437865144401, 40.73583079178154, -73.77426019884194, 40.735865565202126, -73.77410419211623, 40.735912456856404, -73.77381666603182, 40.73599372010112, -73.77355066600119, 40.73607201815366, -73.77336001844132, 40.73612831945397, -73.77326500324727, 40.73615637874132, -73.77286130450271, 40.736275596973194, -73.77274314647882, 40.73601735492087, -73.77273135671054, 40.73599158334957, -73.77255091419788, 40.735616611905215, -73.77229994495899, 40.73513214268249, -73.77194918796155, 40.73450411035261, -73.77177451792913, 40.73421658324737, -73.77150285877302, 40.733777500148506, -73.77123317795643, 40.73337285134901, -73.77119177785272, 40.73331073198243, -73.77113415679935, 40.73322427106395, -73.77097467561633, 40.73299366896627, -73.77027368786717, 40.73201956019572, -73.77022123850247, 40.73194140192668, -73.77020152907518, 40.73191341072381, -73.77010678711493, 40.731778874326764, -73.77010678711493, 40.731778874326764 --73.77010678711493, 40.731778874326764, -73.77000329956586, 40.73163615994669, -73.76968488229835, 40.731197040191674, -73.76960770295526, 40.73108804457954, -73.76930652596474, 40.7306552428976, -73.76912930383524, 40.73042069797554, -73.76908117808945, 40.73035475156642, -73.76892792594872, 40.730141796426835, -73.76880340429624, 40.72995959450406, -73.76874962757284, 40.72989103502652, -73.76846372538128, 40.72950097929589, -73.76830720182784, 40.72927166342614, -73.76822437260464, 40.72915031216593, -73.76820412494958, 40.72912064997486, -73.76799468249611, 40.728841888083636, -73.76640438695941, 40.726631010136444, -73.7662894542519, 40.72647462000361, -73.76623878083703, 40.7264056666818, -73.76612659143976, 40.72625300646774, -73.76607352454678, 40.7261807955589, -73.7657499692829, 40.72574052030606, -73.76557704655508, 40.7254771539567, -73.76552282538675, 40.725369009993535, -73.76545869653535, 40.725277500796516, -73.76541494021629, 40.725223920325234, -73.7653624266815, 40.725161407819925, -73.76531862578872, 40.72512120072864, -73.7652309746886, 40.72505415810231, -73.76479641325368, 40.72468384682677, -73.76465842118118, 40.724571528508555, -73.7644216164804, 40.72443285971218, -73.76428125037768, 40.724361251848435, -73.76402093217068, 40.72424482086368, -73.76316698863394, 40.72382628692305, -73.76298956142385, 40.72373746177928, -73.76185511649929, 40.723173156949024, -73.76162389625426, 40.723046412186015, -73.7613994196337, 40.72291283163015, -73.7611607115308, 40.722758243667414, -73.76094130054545, 40.722603489055196, -73.76072144467327, 40.722435788223684, -73.76048637613302, 40.7222429364164, -73.75999686114912, 40.72175906475905, -73.75944141226724, 40.72106312560821, -73.75920255275217, 40.720734702675976, -73.75912891466707, 40.720637735384, -73.75832727446286, 40.71958177791878, -73.75756856415175, 40.71855878461903, -73.75725670913695, 40.718138291967996, -73.75588877206546, 40.71629833034975, -73.75518978170153, 40.715369870757485, -73.75470076518246, 40.71470973923936, -73.75445297651245, 40.71437418289598, -73.75437142830894, 40.71426712332864, -73.75422578615078, 40.71408198920136, -73.75403680045112, 40.713879490427054, -73.75380919400244, 40.71357561712854, -73.75372988892171, 40.71337800799435, -73.75367346051445, 40.71323739806422, -73.75360660393505, 40.713070805763294, -73.75318398060588, 40.71205486425876, -73.7524596398902, 40.71031625277131, -73.75335561827363, 40.71010030370421, -73.75382244389594, 40.709988138926526, -73.75424928631641, 40.70988415182843, -73.75514118896744, 40.70966925178722, -73.7560369018374, 40.709456087307736, -73.75692906813921, 40.70924036082059, -73.75782539913878, 40.70902358528631, -73.75871784068337, 40.70881033815086, -73.75961583609364, 40.7085947633681, -73.75992308005931, 40.708517908090236, -73.76050984826118, 40.70837888783587, -73.76140594793915, 40.70816302590246, -73.76230076368937, 40.707949837881024, -73.76284768412229, 40.70781712608698, -73.76319078013324, 40.70773558663862, -73.76409021665215, 40.70751988449065, -73.7644972353461, 40.70742265099991, -73.76455802501569, 40.707407337833466, -73.76462981617145, 40.70733541737717, -73.76469140138059, 40.707273718464904, -73.76470949813267, 40.70726942308183, -73.76493058650883, 40.707217879079955, -73.76579093232762, 40.70701240191393, -73.76664852361864, 40.70680531972873, -73.76734431709555, 40.706636033834364, -73.76725075095004, 40.706312240289876, -73.76819334373324, 40.70616029665943, -73.76911622478383, 40.706010481422716, -73.77000135327062, 40.70587002075602, -73.77070069555211, 40.705754565243666, -73.77074986294073, 40.70574621455013, -73.77078416129459, 40.705740439415926, -73.770834000891, 40.70573240340412, -73.77085292087095, 40.70572935320603, -73.77113659724587, 40.70568361492542, -73.77147727319219, 40.705627352244846, -73.7715761130281, 40.70561198033556, -73.77187260740969, 40.705565864949406, -73.77203986803036, 40.70554003547145, -73.77236517406557, 40.70548431065112, -73.77264609681876, 40.705438664965634, -73.7729208293112, 40.705397866459826, -73.77341967680272, 40.70531597244423, -73.77373510172637, 40.70526459179951, -73.77383481852354, 40.70523945179533, -73.77398154595656, 40.70519510419665, -73.77404023924542, 40.70515955995699, -73.77412825063416, 40.70511515722789, -73.77418061202717, 40.70508655516468, -73.77435143362219, 40.70512011464433, -73.7749664988039, 40.705217583742574, -73.77507433986017, 40.70524149155991, -73.77519755259476, 40.70526880442603, -73.77555584530153, 40.70532452324439, -73.7756983301807, 40.70534752186467, -73.7758207535189, 40.70537359791892, -73.77583139511457, 40.70545804096872, -73.77584692328406, 40.705520128357136, -73.77602754441705, 40.70596654793596, -73.77633652336742, 40.70668832648812, -73.77636474726809, 40.70675426474814, -73.77652622751899, 40.70713147867717, -73.77663740842637, 40.70739119383681, -73.7767817476525, 40.70772835886319, -73.77810855983071, 40.707402881248065, -73.7781915358361, 40.70759369170805, -73.7782602777865, 40.70774000639895, -73.77836385259992, 40.707996549802324, -73.77838449682544, 40.70804980092327, -73.77930283257929, 40.707828688049794, -73.77937278818952, 40.70781184476065, -73.77939338743394, 40.7078807015223, -73.77957444345778, 40.70832137989946, -73.77964234081679, 40.70848663623846, -73.7796751229534, 40.70855740824343, -73.7796826204235, 40.708595474710144, -73.77973388348855, 40.70871851007325, -73.78024037285792, 40.70980109429712, -73.78087112625587, 40.7111609260131, -73.78090070911104, 40.71122148512816, -73.78092804252647, 40.71129134856323, -73.78119703102851, 40.71188389466613, -73.78173235027208, 40.71301798821255, -73.78178272903689, 40.713139681838, -73.7808638894664, 40.71336219579339, -73.78058892175882, 40.71342786428609, -73.77981659289344, 40.71361273832284, -73.77972552377345, 40.71363545695525, -73.77886956008372, 40.713848985513266, -73.77800118448131, 40.714050814925436, -73.77712345470181, 40.71426168334939, -73.77618627675635, 40.7144852582387, -73.77571457568851, 40.71459814079074, -73.77529926805289, 40.714695999270305, -73.77444236484216, 40.714904728485, -73.7737100245621, 40.71508133449118, -73.77357134651352, 40.715119779387884, -73.77364732023896, 40.71523628231397, -73.77373083684397, 40.71540780516515, -73.77387349814762, 40.71570032453349, -73.77388928540621, 40.71575109405932, -73.773922418672, 40.71580587701537, -73.77395892896594, 40.71586646229506, -73.77416771330637, 40.71631032435695, -73.77419396248851, 40.7163731731296, -73.77420181447178, 40.716400953151464, -73.77420647447158, 40.71643364101258, -73.77424798327704, 40.7165169586456, -73.77429690781833, 40.71661259000941, -73.77431836488833, 40.716637426801825, -73.77433049848636, 40.71665240090543, -73.77434471117793, 40.71667586821993, -73.77436195871866, 40.71670938490338, -73.77490588110687, 40.71783771636664, -73.77512148860939, 40.71828702269198, -73.77519713591062, 40.718460419200106, -73.77529313441953, 40.71864304781161, -73.77551076055079, 40.71909405745734, -73.77620791379553, 40.72053713460773, -73.77669823752973, 40.72161071231403, -73.77675072830485, 40.721736060079024, -73.77681499688366, 40.721856957803745, -73.77705111643552, 40.72210029967299, -73.77707368175986, 40.72212443837612, -73.77717114463613, 40.72222869115314, -73.77723472221294, 40.72229642014613, -73.77734908613986, 40.72241707137922, -73.77748374791628, 40.722559135385886, -73.7775358005654, 40.72260258663545, -73.77757867506554, 40.722641903889304, -73.77766919012403, 40.7227196380342, -73.77774894842025, 40.72284179342506, -73.77787600717022, 40.72303639257783, -73.77803764883159, 40.723283955246146, -73.77844281061007, 40.72394252551895, -73.77906641098423, 40.724963954417376, -73.779326006548, 40.72539745080366, -73.77955658508587, 40.72581345531156, -73.7798525292691, 40.7264026428788, -73.78017060461669, 40.72708147279628, -73.78033717288709, 40.72743908669588, -73.78048531894272, 40.727751268624075, -73.78073080605019, 40.728280349256686, -73.78079909765457, 40.72842492943414, -73.78081425735769, 40.72845524069317, -73.781130206236, 40.729145945031824, -73.78116054129383, 40.72921245052416, -73.78096089155343, 40.72926475713628, -73.78081146151419, 40.7293052479441, -73.7802477395428, 40.72945951531923, -73.77936528591584, 40.7297015548537, -73.77848634874167, 40.72994358268767, -73.77757505698139, 40.73019295703606, -73.77668496076078, 40.730438434552276, -73.77580377849027, 40.73068013859955, -73.7750973992723, 40.73087349400576, -73.77491334163848, 40.73091254525298, -73.77416468595203, 40.73104967982064, -73.77399698642623, 40.731080529209855, -73.77307020562944, 40.73124821337995, -73.77228566197478, 40.73139090491231, -73.77178388177123, 40.73148258947016, -73.77166899772199, 40.73150210633994, -73.7715414267438, 40.73152377806333, -73.77141287373148, 40.73154665888387, -73.77127136333182, 40.73157184524819, -73.77107429036144, 40.73160957497793, -73.77066756843527, 40.73168193313489, -73.7703575483558, 40.73173764498277, -73.77010678711493, 40.731778874326764, -73.77010678711493, 40.731778874326764 --73.73272112501739, 40.72928004365241, -73.73216825385245, 40.72915419107702, -73.73208274759132, 40.729136227742806, -73.73183794675714, 40.729081493852476, -73.73178205139398, 40.729068948296316, -73.7317210732957, 40.729054878909885, -73.73175057395643, 40.72898147839825, -73.73178379045555, 40.728895098437036, -73.73181460959874, 40.72881494713237, -73.73184469773544, 40.7287367023032, -73.73187571890043, 40.72865602465118, -73.73190400178713, 40.728582467273675, -73.73193488043555, 40.72850216478647, -73.73196482715171, 40.728424282500626, -73.73199574393442, 40.72834388012753, -73.73202735927104, 40.728261654031435, -73.73205635713781, 40.72818624412109, -73.73208727730871, 40.728105827321, -73.73211903952514, 40.728023226025414, -73.73187896192789, 40.72796974590064, -73.73194453597733, 40.72769264503504, -73.73181592710947, 40.72733603507393, -73.73190399241022, 40.72719867507851, -73.73187406832373, 40.727122187862214, -73.73184450752521, 40.72704662721072, -73.7318151553633, 40.72697159563778, -73.73180302880034, 40.72694059964806, -73.7317840961459, 40.72689220880074, -73.73174310385542, 40.726787421452975, -73.7317008849561, 40.72667950645014, -73.7313580366734, 40.72675560457699, -73.73124729064574, 40.72677715026618, -73.7312191767394, 40.72669788541306, -73.73116029495544, 40.72654471924664, -73.73126429165936, 40.72652012586125, -73.73160824826658, 40.72644336331682, -73.73158077584313, 40.72636992366301, -73.7315533807723, 40.72629669039963, -73.73153852915735, 40.72625698996851, -73.73152531706529, 40.726221672553685, -73.73149751225634, 40.726147339693746, -73.73146939715956, 40.72607218123248, -73.73111866551133, 40.72615045751297, -73.73101809142982, 40.72617474268228, -73.73095651257874, 40.72601463254401, -73.73069256205798, 40.72532795313977, -73.7304300202677, 40.72463994089031, -73.73016586496763, 40.723958285411435, -73.7299425914654, 40.72337079820053, -73.72990511355708, 40.72327218239505, -73.72953434084225, 40.723354439334045, -73.7283641416238, 40.723614041055, -73.72825891947457, 40.72332664688361, -73.72825024417023, 40.723302950103424, -73.72822550123486, 40.72323537208847, -73.7281623273561, 40.723083830395595, -73.7280483543856, 40.72312120632418, -73.7279673662769, 40.72315493825439, -73.72774739732235, 40.72258447058634, -73.72761998261439, 40.722254034574064, -73.72814913298853, 40.722168744909546, -73.72843673751609, 40.72212226281656, -73.72843998171376, 40.722009289305866, -73.72844989283564, 40.721693930228376, -73.72845796581552, 40.72143635908072, -73.7284784741841, 40.72076524001983, -73.72906183406458, 40.72062467348644, -73.72967940490952, 40.72047722335679, -73.73037449526362, 40.7203110704091, -73.73053745241353, 40.72028202492434, -73.73070496002231, 40.72025216768359, -73.73216155374301, 40.720048435545515, -73.73218065278974, 40.72012363056329, -73.73225273591207, 40.72037445356169, -73.73236145346738, 40.72028263509841, -73.73243248270607, 40.72021834320902, -73.73252388094117, 40.72012846366966, -73.73304783109654, 40.71967115064704, -73.73318668225971, 40.71957406121959, -73.73331135462278, 40.71949512285985, -73.73438310679636, 40.7189310997504, -73.73496506274351, 40.71863755500039, -73.73530369574061, 40.718497907902275, -73.73554427745876, 40.71839465042343, -73.7357543912313, 40.718316254146856, -73.73613266591786, 40.71817157977143, -73.7364132901015, 40.718061499899996, -73.7367022352569, 40.71798426751497, -73.73695506325205, 40.717925821261694, -73.7373294121148, 40.71784088939751, -73.73791100713119, 40.71772158020863, -73.738020845162, 40.717701429958296, -73.73828443027956, 40.71765749093498, -73.73848652605658, 40.71762009256511, -73.7388719796692, 40.71753460908762, -73.73984040037482, 40.71730889946727, -73.74075783739953, 40.71709634859633, -73.74169754934087, 40.71687682089395, -73.74293272564726, 40.71659022250074, -73.74389564146762, 40.71636481680965, -73.74476480560156, 40.71616151900299, -73.74510632644434, 40.71608341044131, -73.74545238937155, 40.716001427893936, -73.74566167683284, 40.71595184708615, -73.74583664723487, 40.71591495492684, -73.74653410274581, 40.71576187344926, -73.74706974284501, 40.71564577306561, -73.74837231061912, 40.715355171571204, -73.74844372522412, 40.715345712853136, -73.74934540292742, 40.71514503691279, -73.75045280558228, 40.71487825656063, -73.75132501257762, 40.71463354805604, -73.752200165177, 40.714364209331244, -73.75309321958076, 40.71409534540842, -73.75380789901344, 40.7139262213912, -73.75403680045112, 40.713879490427054, -73.75422578615078, 40.71408198920136, -73.75437142830894, 40.71426712332864, -73.75445297651245, 40.71437418289598, -73.75470076518246, 40.71470973923936, -73.75518978170153, 40.715369870757485, -73.75588877206546, 40.71629833034975, -73.75725670913695, 40.718138291967996, -73.75638210882349, 40.718515414852426, -73.75556552069546, 40.7188665564983, -73.7547491169826, 40.719216378897976, -73.75393062077953, 40.71957187237658, -73.7537868134767, 40.719634381135336, -73.75313313219543, 40.7199150050165, -73.75233437533745, 40.720262151098304, -73.75219650708989, 40.720320078029125, -73.7518678920905, 40.72046326328851, -73.75181416187246, 40.72049732555836, -73.75173479612806, 40.72054764082242, -73.75109213012465, 40.7210068261345, -73.75071088846225, 40.721283054095444, -73.75025903936027, 40.72158957941, -73.74957867638193, 40.72201347341935, -73.74924586307982, 40.722219004397424, -73.74889454432943, 40.722436122380316, -73.74866938663507, 40.72257611115079, -73.74851123763025, 40.72266656995965, -73.74830494895475, 40.72276987810669, -73.74815874365542, 40.72283102832593, -73.74792538363974, 40.72292888610474, -73.747626751464, 40.723065545746806, -73.7475095557327, 40.72312263077342, -73.74739079305891, 40.72319304073701, -73.74666161247778, 40.72363913229552, -73.74593246377898, 40.72408640437605, -73.74520062963485, 40.7245390896805, -73.74474813822142, 40.72481765169991, -73.74444722686826, 40.725008281090325, -73.74436608029504, 40.7250623757736, -73.74368513934587, 40.725468897861276, -73.74295775771836, 40.72591902044703, -73.74222513783519, 40.726366096479396, -73.7414906196707, 40.72681206405713, -73.74076674509534, 40.72726257418313, -73.74004000017068, 40.72771295800676, -73.7393110351732, 40.72816702971701, -73.73875917488719, 40.72851174156453, -73.73856742717838, 40.72861470684267, -73.7384525984272, 40.728902085128695, -73.73840174054632, 40.72901121168709, -73.73815575461661, 40.72895713961645, -73.73715501120184, 40.72873169633099, -73.73697029934901, 40.728679788628824, -73.73658008482727, 40.72859200882962, -73.73643462474975, 40.72856143224979, -73.73632482055443, 40.728545348946085, -73.73571432845642, 40.72841950209327, -73.73545492395903, 40.72834531560572, -73.73526335814459, 40.728296441248176, -73.73507407475353, 40.728253243252084, -73.73500777040066, 40.728239657731386, -73.73484519489413, 40.72820587804822, -73.73451945781068, 40.72813847423019, -73.73424094179452, 40.72807536947238, -73.73406619822069, 40.72803511653171, -73.73401410064065, 40.728171459920695, -73.73399876893777, 40.72821122987413, -73.73398441918197, 40.72824846264757, -73.73398391083772, 40.72824978072452, -73.73396673589244, 40.728294331740294, -73.7339620028652, 40.7283066128056, -73.73395060271429, 40.72833618632335, -73.73394129098489, 40.728360338174994, -73.73393428175261, 40.7283785213439, -73.73391975371378, 40.72841621385867, -73.73391820953607, 40.7284202175726, -73.733901838285, 40.72846268574782, -73.7338996781119, 40.72846828554764, -73.73388540002004, 40.72850533026615, -73.73387000236848, 40.728545272947024, -73.73386866391336, 40.728548744032054, -73.73385252582679, 40.728590611196, -73.73383957420289, 40.72862421001018, -73.73383683866881, 40.728631306031616, -73.73382059769197, 40.728673435902635, -73.7338182317543, 40.72867957373184, -73.73380454928096, 40.72871506373018, -73.73379681750237, 40.72873512368933, -73.73378783816456, 40.728758418107226, -73.73377636130931, 40.72878818954173, -73.73377115815212, 40.72880168520383, -73.7337559445675, 40.72884115012144, -73.73375435490289, 40.72884527529697, -73.73373911257595, 40.72888481849029, -73.73373379936041, 40.72889859935862, -73.73372295400898, 40.72892673421487, -73.73371265050757, 40.72895346102054, -73.73370813149745, 40.728965186052505, -73.73369036169956, 40.72901128002732, -73.73368297078083, 40.72903044835841, -73.73367375212025, 40.729054367168985, -73.73365844751756, 40.729094066895875, -73.73365288545455, 40.72910849735478, -73.73364175057054, 40.72913738256069, -73.73363186565383, 40.72916302340789, -73.73362562656561, 40.72917920919961, -73.73361026806896, 40.7292190510759, -73.73360969393156, 40.729220537394724, -73.73359321223198, 40.7292632934309, -73.73359026135256, 40.72927094456416, -73.73357673050043, 40.72930605216598, -73.73356055261303, 40.72934801194623, -73.73310737175414, 40.72924902357836, -73.73306424299088, 40.72935814679852, -73.73272112501739, 40.72928004365241, -73.73272112501739, 40.72928004365241 --73.80904031747652, 40.71991128947007, -73.80844381971777, 40.72008856479396, -73.80832826763697, 40.7201402563725, -73.80808459059229, 40.7202244490285, -73.80789782376323, 40.72028579830155, -73.80722010818073, 40.72052481581863, -73.80636387223974, 40.72081991118786, -73.80593238846035, 40.72097409073551, -73.80578893222025, 40.72101841336703, -73.80550259054574, 40.72111648831725, -73.80482983646515, 40.721370336079474, -73.80473568130266, 40.72140300729251, -73.80452924139719, 40.72146595846803, -73.80364176851198, 40.721763063443476, -73.80351151073121, 40.7218010517357, -73.80334403593281, 40.7218685581298, -73.80277615487958, 40.722058980633676, -73.80231907109787, 40.72221509471905, -73.80198949304624, 40.722326865421834, -73.80191734327174, 40.72235158283315, -73.80105446245204, 40.72264717660456, -73.80019353274169, 40.72294004685065, -73.79933160496499, 40.723234416377814, -73.79886955124137, 40.72339257658536, -73.79847195680827, 40.72352941470293, -73.79760901829228, 40.72382418380412, -73.79675199013785, 40.72411669838957, -73.7958826978843, 40.7244145663141, -73.7951156041385, 40.72467556163, -73.79422416761616, 40.72498143270616, -73.79333529409745, 40.72528377868164, -73.79287512171724, 40.7254398434381, -73.79239411302541, 40.725594102885836, -73.79176667188781, 40.725769910488765, -73.79172256020132, 40.725782271271925, -73.790844890434, 40.7260360320941, -73.78998041059586, 40.72631692829328, -73.78984086523569, 40.726362486303415, -73.7894587379003, 40.726493122414944, -73.78911278339969, 40.726605589057705, -73.7889667620394, 40.72665114585445, -73.7882500235735, 40.726886660926034, -73.78738338738775, 40.72717166881807, -73.78654954380521, 40.72744500902612, -73.78619016836373, 40.727563263818205, -73.7856849223627, 40.72772988180304, -73.78482104201964, 40.728014263199036, -73.78397693632165, 40.7282910803033, -73.78360139541049, 40.72841250971519, -73.7829225196854, 40.72863563393019, -73.78205850441921, 40.72891858415406, -73.7813899143667, 40.72914643838483, -73.78116054129383, 40.72921245052416, -73.781130206236, 40.729145945031824, -73.78081425735769, 40.72845524069317, -73.78079909765457, 40.72842492943414, -73.78073080605019, 40.728280349256686, -73.78048531894272, 40.727751268624075, -73.78033717288709, 40.72743908669588, -73.78017060461669, 40.72708147279628, -73.7798525292691, 40.7264026428788, -73.77955658508587, 40.72581345531156, -73.779326006548, 40.72539745080366, -73.77906641098423, 40.724963954417376, -73.77844281061007, 40.72394252551895, -73.77803764883159, 40.723283955246146, -73.77787600717022, 40.72303639257783, -73.77774894842025, 40.72284179342506, -73.77766919012403, 40.7227196380342, -73.77757867506554, 40.722641903889304, -73.7775358005654, 40.72260258663545, -73.77748374791628, 40.722559135385886, -73.77734908613986, 40.72241707137922, -73.77723472221294, 40.72229642014613, -73.77717114463613, 40.72222869115314, -73.77707368175986, 40.72212443837612, -73.77705111643552, 40.72210029967299, -73.77681499688366, 40.721856957803745, -73.77675072830485, 40.721736060079024, -73.77669823752973, 40.72161071231403, -73.77620791379553, 40.72053713460773, -73.77551076055079, 40.71909405745734, -73.77529313441953, 40.71864304781161, -73.77519713591062, 40.718460419200106, -73.77512148860939, 40.71828702269198, -73.77490588110687, 40.71783771636664, -73.77436195871866, 40.71670938490338, -73.77434471117793, 40.71667586821993, -73.77433049848636, 40.71665240090543, -73.77431836488833, 40.716637426801825, -73.77429690781833, 40.71661259000941, -73.77424798327704, 40.7165169586456, -73.77420647447158, 40.71643364101258, -73.77420181447178, 40.716400953151464, -73.77419396248851, 40.7163731731296, -73.77416771330637, 40.71631032435695, -73.77395892896594, 40.71586646229506, -73.773922418672, 40.71580587701537, -73.77388928540621, 40.71575109405932, -73.77387349814762, 40.71570032453349, -73.77373083684397, 40.71540780516515, -73.77364732023896, 40.71523628231397, -73.77357134651352, 40.715119779387884, -73.7737100245621, 40.71508133449118, -73.77444236484216, 40.714904728485, -73.77529926805289, 40.714695999270305, -73.77571457568851, 40.71459814079074, -73.77618627675635, 40.7144852582387, -73.77712345470181, 40.71426168334939, -73.77800118448131, 40.714050814925436, -73.77886956008372, 40.713848985513266, -73.77972552377345, 40.71363545695525, -73.77981659289344, 40.71361273832284, -73.78058892175882, 40.71342786428609, -73.7808638894664, 40.71336219579339, -73.78178272903689, 40.713139681838, -73.78173235027208, 40.71301798821255, -73.78119703102851, 40.71188389466613, -73.78092804252647, 40.71129134856323, -73.78090070911104, 40.71122148512816, -73.78087112625587, 40.7111609260131, -73.78024037285792, 40.70980109429712, -73.77973388348855, 40.70871851007325, -73.7796826204235, 40.708595474710144, -73.77978072931406, 40.7085717853159, -73.77981617376966, 40.708564955182055, -73.7798552168995, 40.708557752803266, -73.78055353843783, 40.70842533375134, -73.78088032801007, 40.70836174692757, -73.78144970572339, 40.70825209585793, -73.78184791080788, 40.70817479465379, -73.78237011086489, 40.70807555141022, -73.78277241988481, 40.70799976403033, -73.78295240491536, 40.70797131231088, -73.78330486359565, 40.70794538957742, -73.78381739319495, 40.70792994860647, -73.78428987957231, 40.70793035951282, -73.78481316207457, 40.70793139565231, -73.78556193526008, 40.707935734942865, -73.7856425292693, 40.7079383074341, -73.78567147163538, 40.70793839554595, -73.78569149600018, 40.70793338995059, -73.78577038140634, 40.70793370068254, -73.78615704686861, 40.707936333237164, -73.78621917670696, 40.7079367566155, -73.78645357219627, 40.70792381635778, -73.78673874264457, 40.70789182657975, -73.7869664385448, 40.707855660320774, -73.78715697283913, 40.70781811555768, -73.78730649195589, 40.70778049560223, -73.7875791753013, 40.70770297590495, -73.78771896169373, 40.70766062056177, -73.78788840201162, 40.70760995842447, -73.78795639524134, 40.70759135840945, -73.7880403084368, 40.70757116494388, -73.7886241800836, 40.707482804051274, -73.7886905678774, 40.70746808637201, -73.7888896814864, 40.70742091088905, -73.78957039136608, 40.70722120672792, -73.78974971730507, 40.70717051219659, -73.78990151049662, 40.70712643273989, -73.7907959164152, 40.706869480992026, -73.79146323546851, 40.70667791977264, -73.79206268234138, 40.70651004078537, -73.79216668063286, 40.7064676433052, -73.79252629640342, 40.706359953023856, -73.79272989917688, 40.70629421580063, -73.79332308924091, 40.706077420182254, -73.79395879166537, 40.705826747338094, -73.79489531420182, 40.70546019436158, -73.7956927338401, 40.70514819583023, -73.79620735275847, 40.704942547314396, -73.79679901151854, 40.70469715056352, -73.79700660646215, 40.70461018591022, -73.79770367934684, 40.70432694526094, -73.79796234206255, 40.70422310204014, -73.79854693862174, 40.703989214989996, -73.79892854722604, 40.70383866342797, -73.79915030247253, 40.703752270758294, -73.79979597380547, 40.70349721107818, -73.7999964972658, 40.7034128861493, -73.8002014676534, 40.70334097046966, -73.80039475109338, 40.70327315761259, -73.80088220147249, 40.70312967830701, -73.80228554071901, 40.7027376605558, -73.80302692659212, 40.70252915061894, -73.80346625838591, 40.70240559014418, -73.80444156133821, 40.702131279786286, -73.804482458229, 40.70224789199413, -73.80521269053749, 40.703770096377, -73.80564771915104, 40.704671409492356, -73.80613695181898, 40.705691180156485, -73.80643564566876, 40.7063142736079, -73.80645842999019, 40.706361804103395, -73.80658872034341, 40.706633597265444, -73.80694855625553, 40.70736678882574, -73.80728800259578, 40.708061860535146, -73.80755769581812, 40.70860739871883, -73.80762187164817, 40.708730285566844, -73.8079298291039, 40.70918013699831, -73.8080035986775, 40.709298918881046, -73.80804629739103, 40.70935651126839, -73.80810558909717, 40.70943648563942, -73.80884988811695, 40.71052779954545, -73.8088971729418, 40.71059898796153, -73.8089230681879, 40.71069479329878, -73.80897476262267, 40.71093527913282, -73.80898583727996, 40.71098680504907, -73.80903049472887, 40.711163142840434, -73.80904606321228, 40.7112001041041, -73.80913008839646, 40.71137364261562, -73.80917976335043, 40.7114696692134, -73.80950758200893, 40.71214016847764, -73.80983436532719, 40.71281125756518, -73.81010459932249, 40.71336962707545, -73.81014514746035, 40.713470401882994, -73.8101870973017, 40.71357894500653, -73.81019648517812, 40.714282321131556, -73.81020416543235, 40.71462495988977, -73.81020985243703, 40.714998889953954, -73.81021760932994, 40.71537451907625, -73.8102197636288, 40.71547373928113, -73.81022078585697, 40.71564094089876, -73.81022118433896, 40.71570590811893, -73.81043915332614, 40.716405235872394, -73.81065684727365, 40.716488503374265, -73.81095196404672, 40.71670808659047, -73.81071528777792, 40.71690487745773, -73.81176680471161, 40.71754438561827, -73.81179995422974, 40.71766132628185, -73.81180420190425, 40.717674748153925, -73.81191723450951, 40.71818710089623, -73.81208139716279, 40.71891518975472, -73.81209863737742, 40.71895781570932, -73.81211756494746, 40.71906188814319, -73.8120830537899, 40.719071469097365, -73.81160653322691, 40.71920376347651, -73.81057844925067, 40.71948969918703, -73.81045759134854, 40.719518164473804, -73.8103452901609, 40.719554245850844, -73.81019380781403, 40.719595392746925, -73.80989412902386, 40.719689411529174, -73.80978642584654, 40.71972119280509, -73.80904031747652, 40.71991128947007, -73.80904031747652, 40.71991128947007 --73.87190078535593, 40.726857530247486, -73.87181540429778, 40.72679350983489, -73.87101842228512, 40.727978639860254, -73.87092371803045, 40.727679779725, -73.87066288392276, 40.72712912516647, -73.87063184939775, 40.727058540759806, -73.8702113475608, 40.72618701332286, -73.86990650503687, 40.7255565851575, -73.8696915369376, 40.725139637344654, -73.86963871955392, 40.725046404479244, -73.86929269239386, 40.724435614895995, -73.86885342295653, 40.72392055575176, -73.86876816789497, 40.72382059022325, -73.86860439121449, 40.72363619415528, -73.8682254636892, 40.72325253002293, -73.86775576443993, 40.722772434598795, -73.86765926494166, 40.72266094408957, -73.8674372604154, 40.72241574895736, -73.86734664777886, 40.72232284338886, -73.8671670043038, 40.7221341954494, -73.86711403165174, 40.72207609011689, -73.86704438443985, 40.72200016961649, -73.86661842988043, 40.72153582306219, -73.86657240406815, 40.721486323597375, -73.86651649239252, 40.72142408033353, -73.86610542787808, 40.72097081547435, -73.86604175453114, 40.720900606936226, -73.86599003795469, 40.720843921740894, -73.86553721015282, 40.7203475986986, -73.86547610693104, 40.72028062747658, -73.86541574665794, 40.72021505648357, -73.86528057006373, 40.72006821509078, -73.86520759691719, 40.72000728486769, -73.86516655179497, 40.719944676520626, -73.86474352866652, 40.7194875375948, -73.86468728954755, 40.71942676177049, -73.86462090178978, 40.719358262009926, -73.86417041844709, 40.7188934550092, -73.86412296426441, 40.71884449316473, -73.86405595374106, 40.71877550786177, -73.86361991689762, 40.71832661243987, -73.86357110745142, 40.71827636282804, -73.86349796129379, 40.718201076251226, -73.86307921384694, 40.71777007438115, -73.86301849091613, 40.717707573315806, -73.86294715914367, 40.717638058115234, -73.86281427841027, 40.717508560340804, -73.86273274581609, 40.71743292828433, -73.86248956546146, 40.71720735360491, -73.86242539695013, 40.71714782969776, -73.86232958396782, 40.71705830971158, -73.86213592490925, 40.71688355619619, -73.86201842933933, 40.71677753062458, -73.8618336713127, 40.716592226964536, -73.8615240686027, 40.716313335853, -73.86122406134338, 40.716037012914654, -73.86068945692442, 40.71554587491033, -73.8606266255427, 40.715486855887995, -73.860123658429, 40.715014388691145, -73.86003789402889, 40.71493192277441, -73.85993360115292, 40.71479656342023, -73.85988689530318, 40.71471256990803, -73.85983749266394, 40.71459919750616, -73.85976071396405, 40.714391363194665, -73.85973332101226, 40.71430319765664, -73.85971419615373, 40.714217141279065, -73.8596847005829, 40.71413053285108, -73.8596254953105, 40.71370339124302, -73.8596314782026, 40.713599193132325, -73.85963543568892, 40.71355648398869, -73.85964376863188, 40.71347770298082, -73.85966108818954, 40.713389057015625, -73.86182723780873, 40.71232075007053, -73.8620278510557, 40.712226144282965, -73.86207871440544, 40.71220074506334, -73.8627225366877, 40.71187924396097, -73.86353895519186, 40.711471545271024, -73.86480331743664, 40.7108506150297, -73.86487186992775, 40.71082032395545, -73.8650098068502, 40.71077659393894, -73.86546576732026, 40.71068400578094, -73.86557713283433, 40.710658903535005, -73.86569528237766, 40.710633979293156, -73.86624852049522, 40.71051597377607, -73.86649289666313, 40.710438222694975, -73.86661822306979, 40.71040134072744, -73.86675393449798, 40.71035872717965, -73.86825122539989, 40.70988285055341, -73.86918945326207, 40.709597456876345, -73.8695628383631, 40.709461990611736, -73.87013748651991, 40.70921748583824, -73.87016485597177, 40.70920583977216, -73.87024503849295, 40.70917172333249, -73.87063969647512, 40.70900379788191, -73.87070280840463, 40.708976944379046, -73.87105222149097, 40.70882666354589, -73.87109425329281, 40.70880794485149, -73.87115797738326, 40.70877887922624, -73.87142171132206, 40.7086573393375, -73.87189085551634, 40.70843627790888, -73.87201399457608, 40.708378252612334, -73.87216910761632, 40.70831362051818, -73.87235404960434, 40.708269287319965, -73.87243325544381, 40.708251521570695, -73.87250367929578, 40.708227054335204, -73.87275173240718, 40.708101274226955, -73.87311180744709, 40.70793190986515, -73.87319139326863, 40.70789447772907, -73.87358663159158, 40.7077065226174, -73.87364118964551, 40.70768057753044, -73.87380341382057, 40.70760343301832, -73.87405419164847, 40.70746100441691, -73.87455832107783, 40.707155573473365, -73.87463188539378, 40.70711504412001, -73.87473721031154, 40.70705701541327, -73.8748135143638, 40.70702251245096, -73.87488685998514, 40.707002508971314, -73.87494124666216, 40.70699038324124, -73.87529812160109, 40.70694849046142, -73.87540996716525, 40.70693535963585, -73.87552832665884, 40.70692049775702, -73.87563691770302, 40.70690686160646, -73.87588847246184, 40.706884499635905, -73.87622775245305, 40.70686867734286, -73.87626386638533, 40.70687846511395, -73.87628538101734, 40.70689869303078, -73.87629328264323, 40.706915660868766, -73.87634748267669, 40.70705182251348, -73.8763539340414, 40.70706852944147, -73.87647233561323, 40.70736622809801, -73.87651236626088, 40.70739224181853, -73.8765415007807, 40.70739710341673, -73.87662396928273, 40.7073857526313, -73.87674430663097, 40.707368356680725, -73.8772521287889, 40.70724568134453, -73.87742739497732, 40.70719830575798, -73.87742770909321, 40.70719801792856, -73.87777181711826, 40.706884064570055, -73.87777189167846, 40.70688405924614, -73.88598390179317, 40.70628188587615, -73.90030953602762, 40.71268544921671, -73.90038821244715, 40.71268864209541, -73.90042878550813, 40.712690288210275, -73.90059587278786, 40.71269707027718, -73.90069625547714, 40.71297304111332, -73.90075013511255, 40.71317119642449, -73.90093765793205, 40.713840729438154, -73.90115752177525, 40.71462200274134, -73.89989954287387, 40.715232406827056, -73.8994107958817, 40.71546896646831, -73.89926420153981, 40.71554407326945, -73.89916072681025, 40.71558600051708, -73.8987247072221, 40.71580109200897, -73.89860293298669, 40.71586681216107, -73.89848276381022, 40.71591901242947, -73.89809308683915, 40.71610715136887, -73.89782400312215, 40.71623606952738, -73.89762825419032, 40.71633124891606, -73.8975073809529, 40.716390021267074, -73.89749299136692, 40.71637187036761, -73.89674544992803, 40.716734591747255, -73.89668909612624, 40.716757217852276, -73.89658656568186, 40.71678936048133, -73.8965053292673, 40.716825117902886, -73.89423531600727, 40.71792405885887, -73.89387692263148, 40.71814468284493, -73.89375790773994, 40.718205878039115, -73.89251225157315, 40.71880587834578, -73.8921298106389, 40.71898645303389, -73.89116013208809, 40.719459969879196, -73.88966440328122, 40.720155371966385, -73.88906757494172, 40.720430385258666, -73.888935288638, 40.720492105676605, -73.8888405769421, 40.72053629236815, -73.88872396534578, 40.72059036523261, -73.88849565935422, 40.72069711237383, -73.88841322514989, 40.72073873784487, -73.8883625120892, 40.720759201408335, -73.88814518725121, 40.72085972246625, -73.88804079296968, 40.72090800631912, -73.88795541246512, 40.72094740073406, -73.88764115670126, 40.7210960523987, -73.88757744577802, 40.72112302172484, -73.8873400757257, 40.721233257102575, -73.88723970969066, 40.72127987192179, -73.88713539828574, 40.721328063181396, -73.88687352308494, 40.721449945085006, -73.88658121252253, 40.72158532117813, -73.88652945866222, 40.72160948940806, -73.88643885468773, 40.721651441301105, -73.88631380421623, 40.721709344072664, -73.88574526441118, 40.721972815395404, -73.88564075991265, 40.72202121942831, -73.88705695998411, 40.72380198933661, -73.88720255438912, 40.72399387765534, -73.887059403488, 40.724034990589466, -73.88706905194587, 40.72436294776992, -73.88707712226065, 40.724637367172946, -73.88708792439027, 40.724971949606825, -73.88718503638641, 40.72498331377859, -73.88725547214895, 40.72499053101725, -73.88733250095888, 40.72499842644485, -73.88742834202, 40.72500824839526, -73.88758279028413, 40.72502407717022, -73.88757162559837, 40.725087451356174, -73.88755950239295, 40.72515627809208, -73.88754738034613, 40.725225104827224, -73.88753448625617, 40.72529829827895, -73.88752094467941, 40.72536307132935, -73.88760822459521, 40.72537232464837, -73.88759823826729, 40.7254402313495, -73.88758433859002, 40.725504696982604, -73.8875725786516, 40.72557636427859, -73.88755649180655, 40.72567782521561, -73.88773546233972, 40.72569102302495, -73.88771662284157, 40.72580140535032, -73.88767144049557, 40.725799449498716, -73.88752390844687, 40.72579306404414, -73.88741584557141, 40.725788386544686, -73.88730778389328, 40.72578370984548, -73.88721211559181, 40.72577956748111, -73.88711778212442, 40.72577843494903, -73.88713253519377, 40.72614201311019, -73.88720395765962, 40.726192897961916, -73.887213047862, 40.72648832537519, -73.88736167977959, 40.72648496788675, -73.88744977811926, 40.726482870298746, -73.88751494749667, 40.72648131846765, -73.8875888883517, 40.72647955723999, -73.88770019617837, 40.72647690579062, -73.88777711411649, 40.72647507440434, -73.88788288322877, 40.726472556058525, -73.88788497036286, 40.726524447258754, -73.88774700472514, 40.726527732974844, -73.88774836041634, 40.72658303009219, -73.88774909488205, 40.72661290431555, -73.88774976388528, 40.72664018140509, -73.88775100337976, 40.726690677791375, -73.88775248213857, 40.726750919725866, -73.88775446283366, 40.7268315136667, -73.88775643790622, 40.726911934703274, -73.88775846946623, 40.72699466289968, -73.88775917059601, 40.72702325116103, -73.8877593721629, 40.72703148381629, -73.88775912075893, 40.72711398375798, -73.88724113793647, 40.727401273330095, -73.88723013735947, 40.72747076748681, -73.88722161112806, 40.727524624916015, -73.88722136225057, 40.72752620056397, -73.88722098577458, 40.72752623441457, -73.8872199214596, 40.72752633062714, -73.8870645060016, 40.727595898449714, -73.88602525272637, 40.72794499255841, -73.88520617318257, 40.728101191735654, -73.88397767463411, 40.72826469965306, -73.88197769445887, 40.72846749608558, -73.88109300648776, 40.72849225132813, -73.88034843508979, 40.72860216075962, -73.87950507045537, 40.728783652500525, -73.87896042667872, 40.728991874306715, -73.87695206658275, 40.729833010641514, -73.87450966434653, 40.73061836464262, -73.87404601753721, 40.73036373648765, -73.87421429675703, 40.73006091793053, -73.87160567831366, 40.729111698765365, -73.8721011640476, 40.728748264208825, -73.87324210765725, 40.72791136929213, -73.87289511754729, 40.72763822419354, -73.87268425514087, 40.72747221729766, -73.87256532142995, 40.727378583100744, -73.8724821583666, 40.72731340038364, -73.87190078535593, 40.726857530247486, -73.87190078535593, 40.726857530247486 --73.7284784741841, 40.72076524001983, -73.72792678522275, 40.71918641529144, -73.72772767993797, 40.71832343658041, -73.727657007421, 40.71801711887685, -73.72761975373402, 40.71785564417004, -73.72582740984231, 40.71041312097546, -73.72582227998099, 40.710285041075444, -73.72469152659211, 40.70837857703039, -73.72464340461515, 40.70756188428334, -73.72465378602223, 40.70629337512393, -73.72465774270377, 40.705805006037195, -73.72659585328037, 40.70581724685103, -73.72668953575179, 40.70580778338114, -73.72678702617276, 40.7058055293978, -73.72707888893603, 40.70580026847047, -73.72711367890236, 40.705799642247015, -73.72718684794026, 40.705799815686916, -73.72727174847404, 40.70579333504977, -73.7274298089064, 40.705789255490004, -73.72790028955392, 40.7058257867986, -73.72788892428355, 40.705491691993714, -73.7278757690613, 40.705222458897374, -73.7278416388537, 40.70449057488509, -73.72780243040181, 40.70377180920624, -73.72776791676327, 40.703020322590525, -73.72774051409033, 40.70227869625246, -73.72770742662685, 40.701564852622326, -73.72857223723794, 40.701586308594464, -73.73044873934893, 40.70164650003242, -73.7323924032978, 40.701705042122775, -73.73433919967533, 40.70176609986883, -73.73581981394959, 40.70181098099432, -73.73628683462891, 40.7018257217947, -73.73823318918913, 40.701885020579404, -73.74082851387314, 40.7019649395502, -73.74104576810922, 40.70198047615529, -73.74114340479231, 40.70180763465192, -73.74165872659326, 40.70196720757557, -73.74220804887405, 40.7021361098402, -73.74274230688765, 40.70229902339594, -73.74293009387691, 40.70234882453722, -73.74309691408898, 40.702398831620634, -73.7433028755756, 40.70246057032849, -73.7434548670073, 40.70250613219308, -73.74347757085407, 40.70251491599546, -73.74349777316232, 40.70252526832007, -73.74351961131143, 40.70254101117083, -73.74386175297825, 40.70281078498965, -73.74413434303351, 40.70274179311682, -73.74424447638143, 40.70271391838487, -73.74483333897878, 40.70256553081958, -73.74502393932622, 40.70251798093347, -73.74590870335356, 40.70228695969635, -73.74679503203382, 40.702057954062916, -73.74768317194307, 40.70182617019237, -73.74815518688617, 40.701705401112086, -73.7484533708042, 40.70163147516718, -73.7486428517298, 40.70158662379765, -73.74866117985088, 40.701631929138955, -73.74867549034866, 40.701651946430594, -73.74868958365009, 40.701685638475986, -73.74895093000329, 40.702265253815405, -73.74925013227133, 40.70292769034233, -73.74955606977102, 40.70361313443559, -73.74985522287888, 40.70427737917659, -73.7501552169187, 40.7049442679073, -73.75047056343128, 40.705639612925815, -73.7507743428672, 40.706321520589675, -73.75121245470751, 40.70730626287627, -73.7513768085804, 40.707694770491194, -73.7514200921706, 40.707798882435405, -73.75171124444947, 40.70850048860009, -73.75184268828654, 40.70882261148798, -73.75229101179117, 40.70990801279575, -73.7524596398902, 40.71031625277131, -73.75318398060588, 40.71205486425876, -73.75360660393505, 40.713070805763294, -73.75367346051445, 40.71323739806422, -73.75372988892171, 40.71337800799435, -73.75380919400244, 40.71357561712854, -73.75403680045112, 40.713879490427054, -73.75380789901344, 40.7139262213912, -73.75309321958076, 40.71409534540842, -73.752200165177, 40.714364209331244, -73.75132501257762, 40.71463354805604, -73.75045280558228, 40.71487825656063, -73.74934540292742, 40.71514503691279, -73.74844372522412, 40.715345712853136, -73.74837231061912, 40.715355171571204, -73.74706974284501, 40.71564577306561, -73.74653410274581, 40.71576187344926, -73.74583664723487, 40.71591495492684, -73.74566167683284, 40.71595184708615, -73.74545238937155, 40.716001427893936, -73.74510632644434, 40.71608341044131, -73.74476480560156, 40.71616151900299, -73.74389564146762, 40.71636481680965, -73.74293272564726, 40.71659022250074, -73.74169754934087, 40.71687682089395, -73.74075783739953, 40.71709634859633, -73.73984040037482, 40.71730889946727, -73.7388719796692, 40.71753460908762, -73.73848652605658, 40.71762009256511, -73.73828443027956, 40.71765749093498, -73.738020845162, 40.717701429958296, -73.73791100713119, 40.71772158020863, -73.7373294121148, 40.71784088939751, -73.73695506325205, 40.717925821261694, -73.7367022352569, 40.71798426751497, -73.7364132901015, 40.718061499899996, -73.73613266591786, 40.71817157977143, -73.7357543912313, 40.718316254146856, -73.73554427745876, 40.71839465042343, -73.73530369574061, 40.718497907902275, -73.73496506274351, 40.71863755500039, -73.73438310679636, 40.7189310997504, -73.73331135462278, 40.71949512285985, -73.73318668225971, 40.71957406121959, -73.73304783109654, 40.71967115064704, -73.73252388094117, 40.72012846366966, -73.73243248270607, 40.72021834320902, -73.73236145346738, 40.72028263509841, -73.73225273591207, 40.72037445356169, -73.73218065278974, 40.72012363056329, -73.73216155374301, 40.720048435545515, -73.73070496002231, 40.72025216768359, -73.73053745241353, 40.72028202492434, -73.73037449526362, 40.7203110704091, -73.72967940490952, 40.72047722335679, -73.72906183406458, 40.72062467348644, -73.7284784741841, 40.72076524001983, -73.7284784741841, 40.72076524001983 --73.8260595667176, 40.71539826860747, -73.82600315213112, 40.71541363164126, -73.82594829610156, 40.715428571061516, -73.82586934800423, 40.71544927331537, -73.82576336585633, 40.715473841024405, -73.82565416284062, 40.715498148012735, -73.82558274042815, 40.71549803982736, -73.82553820072137, 40.715528365521536, -73.8251650243988, 40.71562683320922, -73.82513249833103, 40.715635416116974, -73.82480210792464, 40.715722590352264, -73.82447660020813, 40.71580375656427, -73.82368132719294, 40.71600204165185, -73.82358460995664, 40.71603027402184, -73.82327369393602, 40.71610217851609, -73.82320803421901, 40.7161173638961, -73.82305578100922, 40.716152575942175, -73.82271698878303, 40.71621376952042, -73.82237154433976, 40.71624886580628, -73.82189000529756, 40.716293796697485, -73.82141704035196, 40.71633201745399, -73.8212522947189, 40.71635009980958, -73.821176994509, 40.716363557189894, -73.82111716405356, 40.716377408669395, -73.82100004541039, 40.716409017406704, -73.82082199505038, 40.71647089827561, -73.8206155259238, 40.71654902215271, -73.82059729163419, 40.71655734058528, -73.82037320074616, 40.716659572989755, -73.82005463887896, 40.7168098806545, -73.81992573794071, 40.71686612680155, -73.81975519385395, 40.716951111391005, -73.81963886302437, 40.71699800436716, -73.8195942772979, 40.71701597626692, -73.819409747032, 40.71709036011251, -73.81930468690182, 40.71713576207221, -73.81815647125038, 40.71746247086529, -73.81712305533944, 40.71767450473098, -73.81692376425323, 40.71772128386635, -73.81660814368301, 40.71780575654522, -73.8162760091038, 40.7179024318598, -73.8161747127563, 40.717938821044314, -73.8151398081754, 40.7182264687375, -73.8139725565145, 40.7185483505476, -73.81388407515975, 40.718573511929606, -73.81376788138274, 40.71860655652661, -73.81284999347075, 40.71885863065044, -73.81211756494746, 40.71906188814319, -73.81209863737742, 40.71895781570932, -73.81208139716279, 40.71891518975472, -73.81191723450951, 40.71818710089623, -73.81180420190425, 40.717674748153925, -73.81179995422974, 40.71766132628185, -73.81176680471161, 40.71754438561827, -73.81071528777792, 40.71690487745773, -73.81095196404672, 40.71670808659047, -73.81065684727365, 40.716488503374265, -73.81043915332614, 40.716405235872394, -73.81022118433896, 40.71570590811893, -73.81022078585697, 40.71564094089876, -73.8102197636288, 40.71547373928113, -73.81021760932994, 40.71537451907625, -73.81020985243703, 40.714998889953954, -73.81020416543235, 40.71462495988977, -73.81019648517812, 40.714282321131556, -73.8101870973017, 40.71357894500653, -73.81014514746035, 40.713470401882994, -73.81010459932249, 40.71336962707545, -73.80983436532719, 40.71281125756518, -73.80950758200893, 40.71214016847764, -73.80917976335043, 40.7114696692134, -73.80913008839646, 40.71137364261562, -73.80904606321228, 40.7112001041041, -73.80903049472887, 40.711163142840434, -73.80898583727996, 40.71098680504907, -73.80897476262267, 40.71093527913282, -73.8089230681879, 40.71069479329878, -73.8088971729418, 40.71059898796153, -73.80884988811695, 40.71052779954545, -73.80810558909717, 40.70943648563942, -73.80804629739103, 40.70935651126839, -73.8080035986775, 40.709298918881046, -73.8079298291039, 40.70918013699831, -73.80762187164817, 40.708730285566844, -73.80755769581812, 40.70860739871883, -73.80728800259578, 40.708061860535146, -73.80694855625553, 40.70736678882574, -73.80658872034341, 40.706633597265444, -73.80645842999019, 40.706361804103395, -73.80643564566876, 40.7063142736079, -73.80613695181898, 40.705691180156485, -73.80564771915104, 40.704671409492356, -73.80521269053749, 40.703770096377, -73.804482458229, 40.70224789199413, -73.80444156133821, 40.702131279786286, -73.80440117979114, 40.70201369588238, -73.80428149374983, 40.70173994595745, -73.80425705122023, 40.70168316569816, -73.8042348346286, 40.70163155366779, -73.80421355942428, 40.70158213058288, -73.80412928103478, 40.70145983064639, -73.80398196781137, 40.701105404028226, -73.80394430202212, 40.70101478416601, -73.80393716671944, 40.70099761271319, -73.80391767003027, 40.70095070953568, -73.80389619482476, 40.70089903836276, -73.80387830107611, 40.70086835977257, -73.803851724786, 40.70082279529089, -73.80373919685651, 40.70062986189835, -73.80353444858866, 40.70027881449848, -73.80311755050839, 40.699634787265005, -73.80292232068464, 40.69931005002421, -73.80276782487344, 40.69910516508014, -73.80255590098997, 40.698444440022286, -73.8024340556419, 40.698046838351644, -73.8023672030992, 40.69787408501852, -73.80229521737085, 40.697688069950544, -73.80213093985564, 40.69734450604545, -73.80200696294563, 40.69708651329645, -73.80196660724637, 40.697002931930655, -73.80193443611974, 40.69693630151628, -73.80127985976809, 40.69558054941906, -73.80119617011297, 40.6953361789334, -73.80113257313224, 40.69515048013128, -73.80106121961178, 40.69487249030929, -73.80097371264773, 40.69453176603461, -73.80093628777779, 40.694424487787785, -73.80083217297958, 40.694104523947935, -73.8008103136989, 40.694058996596546, -73.80079906811066, 40.694042789473016, -73.80078709166567, 40.69402806513213, -73.80051361407392, 40.69376735606051, -73.8001879703899, 40.69358889977526, -73.7998885371198, 40.693428384077656, -73.79986086042614, 40.69341273812638, -73.79974841194544, 40.693347500106746, -73.79964877008992, 40.693249802688236, -73.7994367825787, 40.69305027549704, -73.79923855029897, 40.69286551063792, -73.79896240180723, 40.692612533092785, -73.79882340646932, 40.69248005042822, -73.79874969154223, 40.692419415019344, -73.79864619858776, 40.69232232233224, -73.79860103811592, 40.69227995600914, -73.79844668603329, 40.69213514316492, -73.7982771247411, 40.69193331433478, -73.79803102420173, 40.69162061996822, -73.79796902517968, 40.69154063542384, -73.7977940515487, 40.69128081216833, -73.79760125936433, 40.69100132876232, -73.79742022782813, 40.69074149155978, -73.79733260068312, 40.69062802900338, -73.79715343973695, 40.69040574976216, -73.796939829101, 40.69015025606855, -73.7967993841499, 40.689997996622886, -73.7966936251809, 40.68989624337201, -73.79631669226637, 40.689516960421564, -73.79625850762956, 40.689438193772844, -73.79616761709497, 40.68934238454082, -73.79610126153908, 40.68928143444963, -73.79604091910595, 40.68922600793446, -73.79595950381591, 40.68913181734506, -73.79561485291482, 40.688656581684164, -73.79524979288925, 40.688158232923165, -73.79521094385132, 40.68809434873514, -73.7951544309597, 40.688000186563066, -73.79503448479109, 40.687831200092006, -73.79498871623991, 40.687766717264985, -73.79477836647077, 40.68747036614299, -73.7943708566964, 40.686912265188724, -73.79421413030562, 40.68670546967322, -73.79414150338027, 40.68662920834096, -73.79402251479436, 40.68647277748605, -73.79396577275446, 40.68639671827175, -73.79390841279695, 40.68630437298814, -73.79396353746262, 40.68628628127509, -73.79402605136853, 40.68626576236347, -73.79457785141193, 40.68610616689104, -73.79546939850104, 40.68585653889551, -73.79634769309648, 40.68560811965364, -73.79722521981574, 40.68535914214362, -73.79768649518897, 40.68522769075025, -73.79810429772563, 40.68510905483325, -73.79857367404867, 40.684976033692806, -73.79898208480108, 40.684858420948004, -73.79935330467515, 40.68475334823727, -73.79943000556956, 40.684731050095834, -73.79951282470485, 40.684707937690504, -73.7998611804766, 40.68460983042033, -73.80077393772213, 40.6843496162729, -73.80168571350819, 40.68409164538885, -73.80256429248021, 40.68384212831249, -73.80344526934506, 40.683591545117864, -73.80432350431632, 40.68334147822188, -73.80519208513219, 40.68309574768153, -73.805584917384, 40.682984178031745, -73.80569084187874, 40.6829540951024, -73.80584847647403, 40.68290932546763, -73.80589856017853, 40.68301369964681, -73.80681147467996, 40.68491535464627, -73.80705591739249, 40.68532914032031, -73.8071024217621, 40.685447366876524, -73.80720899645162, 40.6856820488279, -73.80745212026135, 40.686174641846975, -73.80760673929869, 40.686462209131456, -73.80789567225389, 40.68696984610792, -73.80795430174665, 40.68707274054023, -73.807993310742, 40.687141387110835, -73.80800840746296, 40.687167896466335, -73.80828889007947, 40.68766043466484, -73.80851508857639, 40.68802319407449, -73.80870777011926, 40.68835375700788, -73.80879293548166, 40.68851538619907, -73.809409308196, 40.68962867225577, -73.80946291170962, 40.68972548807992, -73.80952421861898, 40.68983621878474, -73.81030808963978, 40.691210630958174, -73.81063620347717, 40.69180735378787, -73.8107031863813, 40.69192917130565, -73.81077322150574, 40.69205653737178, -73.81079759138517, 40.69210085666723, -73.8112988337715, 40.69298664187523, -73.81152027381144, 40.69338376983697, -73.81176244117393, 40.693743124936134, -73.81182498457082, 40.69385646786243, -73.81188272183113, 40.69396119847754, -73.81193999721174, 40.694064899919255, -73.81208008527477, 40.6943187722558, -73.8121265632506, 40.694452589894595, -73.81235375446525, 40.694891456304866, -73.81264205025836, 40.695398221478264, -73.81312671895958, 40.696184261817784, -73.81346337697838, 40.696725803773276, -73.8136702577653, 40.69705675918285, -73.81375879959297, 40.69719840123108, -73.81384690713932, 40.69733935091051, -73.81387792273765, 40.69738896628596, -73.8140274928275, 40.6976513640175, -73.81414870494731, 40.69786093300697, -73.81416913115672, 40.69789624994265, -73.81420823977307, 40.69796385976195, -73.81422674392448, 40.697997279802436, -73.814394109814, 40.69829952919971, -73.81443331767444, 40.69837033322256, -73.81447448694857, 40.69844468301615, -73.81465994998992, 40.698779606618274, -73.81484065544457, 40.69910878327355, -73.81559544992488, 40.70052579955032, -73.81614657605138, 40.701759510012536, -73.81641391542217, 40.70233897612753, -73.81646527132473, 40.70245028859076, -73.81650471436075, 40.70253578141842, -73.8165915145731, 40.70272391821846, -73.81664844769824, 40.70284732077251, -73.8169627411484, 40.703528530995044, -73.81713194770872, 40.70387980574307, -73.81720361258749, 40.7040273129388, -73.81745631818137, 40.70400929757888, -73.81755019552327, 40.704002018984774, -73.81783466223173, 40.70474633693341, -73.8180454663991, 40.70504553906871, -73.8184442527872, 40.705640107777576, -73.81845943113625, 40.705662735503005, -73.8189534393087, 40.70638928857003, -73.81935153078044, 40.70699122721588, -73.81938380088131, 40.70704002173292, -73.81942761579391, 40.707106271888584, -73.82002469650983, 40.70810861356815, -73.82014672381763, 40.708365600889124, -73.82030291800272, 40.708628000364996, -73.8206808981914, 40.709251634878555, -73.82071703312884, 40.7093109133926, -73.82076240042204, 40.70938533488667, -73.82090131877017, 40.70961322957274, -73.8211342721254, 40.71004560919551, -73.82124201541949, 40.71024695291203, -73.82101368845711, 40.71013999272105, -73.82085118275182, 40.71006386812984, -73.82095756319224, 40.7101805960114, -73.82117051881043, 40.710410252511714, -73.82125756627964, 40.71049593641557, -73.82134272549627, 40.71057976406658, -73.82164338174088, 40.71084518453635, -73.82176015020099, 40.71095448321623, -73.82198207950655, 40.71113520471326, -73.82259414279662, 40.71160694388125, -73.82265738374993, 40.7116563578945, -73.82270700618223, 40.71169810914986, -73.82273980838345, 40.71172570904466, -73.82276795830958, 40.71174939624462, -73.82287857332108, 40.711842469669136, -73.82314431333748, 40.712058885071734, -73.82329027350598, 40.712197175793335, -73.82347995555617, 40.712380026797256, -73.82360540118131, 40.71252942229051, -73.82369766213469, 40.71263283619022, -73.82373670537078, 40.712676597845395, -73.82384850348076, 40.71282328954274, -73.82391197421279, 40.71290656967734, -73.82393211062228, 40.712932989091456, -73.82396329091287, 40.712973331102575, -73.82423537974162, 40.71332534109194, -73.82463242582902, 40.71377101130983, -73.8246506374737, 40.71379466128867, -73.82473107305097, 40.713904828177206, -73.82495449882913, 40.7141755036935, -73.82521602090573, 40.71446619376047, -73.82548479292716, 40.71474060124298, -73.82566791932366, 40.71492231118095, -73.82569128317184, 40.71494648478584, -73.82578206417934, 40.71504041504028, -73.8258868468528, 40.71516486584238, -73.82592258740183, 40.715207314198516, -73.8259487926044, 40.715238437695916, -73.82600508704905, 40.71531800829003, -73.82603146207838, 40.7153552861241, -73.8260595667176, 40.71539826860747, -73.8260595667176, 40.71539826860747 --73.8260595667176, 40.71539826860747, -73.82603146207838, 40.7153552861241, -73.82600508704905, 40.71531800829003, -73.8259487926044, 40.715238437695916, -73.82592258740183, 40.715207314198516, -73.8258868468528, 40.71516486584238, -73.82578206417934, 40.71504041504028, -73.82569128317184, 40.71494648478584, -73.82566791932366, 40.71492231118095, -73.82548479292716, 40.71474060124298, -73.82521602090573, 40.71446619376047, -73.82495449882913, 40.7141755036935, -73.82473107305097, 40.713904828177206, -73.8246506374737, 40.71379466128867, -73.82463242582902, 40.71377101130983, -73.82423537974162, 40.71332534109194, -73.82396329091287, 40.712973331102575, -73.82393211062228, 40.712932989091456, -73.82391197421279, 40.71290656967734, -73.82384850348076, 40.71282328954274, -73.82373670537078, 40.712676597845395, -73.82369766213469, 40.71263283619022, -73.82360540118131, 40.71252942229051, -73.82347995555617, 40.712380026797256, -73.82329027350598, 40.712197175793335, -73.82314431333748, 40.712058885071734, -73.82287857332108, 40.711842469669136, -73.82276795830958, 40.71174939624462, -73.82273980838345, 40.71172570904466, -73.82270700618223, 40.71169810914986, -73.82265738374993, 40.7116563578945, -73.82259414279662, 40.71160694388125, -73.82198207950655, 40.71113520471326, -73.82176015020099, 40.71095448321623, -73.82164338174088, 40.71084518453635, -73.82134272549627, 40.71057976406658, -73.82125756627964, 40.71049593641557, -73.82117051881043, 40.710410252511714, -73.82095756319224, 40.7101805960114, -73.82085118275182, 40.71006386812984, -73.82101368845711, 40.71013999272105, -73.82124201541949, 40.71024695291203, -73.8211342721254, 40.71004560919551, -73.82090131877017, 40.70961322957274, -73.82076240042204, 40.70938533488667, -73.82071703312884, 40.7093109133926, -73.8206808981914, 40.709251634878555, -73.82030291800272, 40.708628000364996, -73.82014672381763, 40.708365600889124, -73.82002469650983, 40.70810861356815, -73.81942761579391, 40.707106271888584, -73.81938380088131, 40.70704002173292, -73.81935153078044, 40.70699122721588, -73.8189534393087, 40.70638928857003, -73.81845943113625, 40.705662735503005, -73.81880490617769, 40.705527314038264, -73.81885713782506, 40.7055068411286, -73.81927110210505, 40.70534457185898, -73.82007914372885, 40.70503059771262, -73.82059316007148, 40.70579736496301, -73.82063186687407, 40.70584165849833, -73.82140540593873, 40.70549417802928, -73.82202045215423, 40.7052120119783, -73.82185461881735, 40.70504392767113, -73.82177815403833, 40.7049578246854, -73.82158242868708, 40.70482843828073, -73.8212500345995, 40.70456548865553, -73.82097220734876, 40.70434744870003, -73.82085938065471, 40.704267516483185, -73.8207920648047, 40.70422767023709, -73.82074789211096, 40.70420754521923, -73.82069379133435, 40.704184883281336, -73.82051610350956, 40.70413555988004, -73.82033142877745, 40.7040822225154, -73.8197299279468, 40.703855304481635, -73.82041408632173, 40.703802027051715, -73.82153982183426, 40.7037285481295, -73.82201133116098, 40.70369676336468, -73.82245935400933, 40.703655277934814, -73.82260498834127, 40.70364132118866, -73.82270810419554, 40.70362450178072, -73.8233885021512, 40.703445673804346, -73.82377162241558, 40.70334715410194, -73.82396782490362, 40.70329670138853, -73.82426992168975, 40.703219016439455, -73.82517586202543, 40.702991479154484, -73.82598128331392, 40.70279390859438, -73.82607186349831, 40.70277176950035, -73.82617322121493, 40.70274040554181, -73.82662888404228, 40.70262460234998, -73.82706577159136, 40.70251474045288, -73.82795307377516, 40.70228964683484, -73.82884805044262, 40.70206548261868, -73.82946917261437, 40.70190986916396, -73.82968568439101, 40.7018533033976, -73.82973796702723, 40.70184007656095, -73.82998643188485, 40.701780784809856, -73.83005419819115, 40.701763469854875, -73.83011144461213, 40.70174923800032, -73.83023656091792, 40.701715536278826, -73.830629134955, 40.70161623055905, -73.83152109149668, 40.701389314366175, -73.83172284356452, 40.701314485961966, -73.8318476599942, 40.70123999688986, -73.83204111067161, 40.70108444546604, -73.83215750308071, 40.70097931639487, -73.8322766553048, 40.700869604910864, -73.83268059720996, 40.70178473280587, -73.83302083821229, 40.70257001538942, -73.83306217078713, 40.702653668203155, -73.83360625926021, 40.703913641122696, -73.83371455367012, 40.70414899096814, -73.83419671163657, 40.70524919505671, -73.8346829472202, 40.7063763902743, -73.83472156519987, 40.70647902856256, -73.83492330023778, 40.706933355752575, -73.83492992386677, 40.70695515045875, -73.83498163223697, 40.70709717964545, -73.83496378855145, 40.70718657138793, -73.83493787731653, 40.70723893687871, -73.83491594400517, 40.70727093846796, -73.83468291391972, 40.70753690548754, -73.8345897249307, 40.70763894559933, -73.83447784146188, 40.70774889857602, -73.83445965807725, 40.70776554812384, -73.83442827745307, 40.70779428247934, -73.83434485668501, 40.70784999515237, -73.83423515336463, 40.707896192022744, -73.83410243461324, 40.70794338490713, -73.83392880415423, 40.70798550186563, -73.83418423452477, 40.708671177387885, -73.8343108856291, 40.70896800303608, -73.83441066467987, 40.709137051263994, -73.83454850912493, 40.70933750366354, -73.83481229760024, 40.70964304190102, -73.83498107727426, 40.709552757248034, -73.83622712372019, 40.70888231310916, -73.83631130912522, 40.708837014595815, -73.83639684988667, 40.70878620590931, -73.83645389950865, 40.70875231873972, -73.83655447389815, 40.708682094629125, -73.83658772760688, 40.70865227003522, -73.83674074768354, 40.70851047451375, -73.83682759389077, 40.708412390442646, -73.83693408460974, 40.708268956400616, -73.8370047683972, 40.708165318347966, -73.8371470260372, 40.70795673042079, -73.83805680335118, 40.70831887277252, -73.83828852990189, 40.708403862037784, -73.8384302462025, 40.708443043328, -73.83876640430454, 40.7084999002628, -73.83901100708826, 40.70855417611141, -73.83948195203453, 40.70865634226508, -73.839621145681, 40.70867722285428, -73.83989114904695, 40.70871897816998, -73.84023118373295, 40.70877156328124, -73.84064164044099, 40.70883503754148, -73.84082704598424, 40.708863707934185, -73.84086353848222, 40.708869350571526, -73.84092103644481, 40.70887824246042, -73.84103874135177, 40.7088964441286, -73.84137750027398, 40.708948826876004, -73.84145768603156, 40.70896122663634, -73.84160209617978, 40.70898355733466, -73.84157396321334, 40.70899871206666, -73.84143858756991, 40.70907163828438, -73.84122953801624, 40.709184251895564, -73.84084894747879, 40.70938927101158, -73.8404647000496, 40.709579063337515, -73.84014091777848, 40.70972956345627, -73.84012218500527, 40.709737326873174, -73.83977727210008, 40.709880269235235, -73.83963882046213, 40.709929149872366, -73.83955615397522, 40.70995833465652, -73.83829449438635, 40.710354992893, -73.8381468323343, 40.71041178420676, -73.83810651161008, 40.71042729196483, -73.83806657109513, 40.71044265346008, -73.83780847753998, 40.710565297401445, -73.83769175322462, 40.71062953662986, -73.83765821976179, 40.71065012008304, -73.83755319851454, 40.7107145863942, -73.83747693020157, 40.71071360254359, -73.83744545960913, 40.71071319790349, -73.83733487351734, 40.7107117719698, -73.83722533589837, 40.71071035911907, -73.83719290914645, 40.71070994135121, -73.83697148489624, 40.71072790568028, -73.83679454969496, 40.71078015844087, -73.83666500402519, 40.71085216698178, -73.83655264070212, 40.710950451510826, -73.83640565744746, 40.711097909641694, -73.83618503392847, 40.71137980295895, -73.8360388822195, 40.711533924689526, -73.8360261593126, 40.71154543762779, -73.8359007224045, 40.711641056286076, -73.83594197273202, 40.71167436919901, -73.83597792273908, 40.71170567450723, -73.8360274247632, 40.71174877961001, -73.83605944364221, 40.71177666004772, -73.83611475816647, 40.71182482526375, -73.83597504680907, 40.71190533739564, -73.8358484886885, 40.71197826959165, -73.8350360357696, 40.71241339829692, -73.83497390713802, 40.71244894702182, -73.83492642830744, 40.7124734818443, -73.83466083987044, 40.712595446991884, -73.83454405384514, 40.71265376026342, -73.834474191385, 40.712688644731145, -73.83442824161139, 40.712711588540344, -73.83428291290419, 40.71278415522194, -73.83415481980768, 40.712857115761295, -73.83379289855552, 40.71306002220074, -73.83373891234149, 40.71310681500233, -73.83370359796912, 40.71313439801133, -73.83367236258891, 40.713158797288855, -73.83354766300134, 40.71319070050048, -73.83291184887445, 40.71353266022983, -73.83193172001164, 40.714057778229446, -73.83175592504814, 40.7141488081604, -73.83161238386795, 40.7142131659104, -73.83155953791878, 40.71423252705483, -73.83152158907815, 40.714246430361555, -73.83137517261883, 40.714290746313495, -73.83110716263732, 40.714367642584854, -73.83103568626034, 40.71432954239549, -73.83096176702928, 40.71429014003611, -73.83088075546351, 40.71424695676608, -73.8308333032671, 40.71422166100168, -73.8307905053115, 40.71419884846689, -73.82981576848509, 40.71443542059483, -73.82974733657713, 40.71445202841409, -73.82870609019119, 40.714704731704884, -73.82720720367526, 40.7150733937363, -73.82701691252066, 40.71513111985211, -73.8265054499484, 40.71527138839844, -73.82638237434453, 40.71531035531762, -73.82611427110048, 40.71538337122923, -73.8260595667176, 40.71539826860747, -73.8260595667176, 40.71539826860747 --73.8371470260372, 40.70795673042079, -73.8370047683972, 40.708165318347966, -73.83693408460974, 40.708268956400616, -73.83682759389077, 40.708412390442646, -73.83674074768354, 40.70851047451375, -73.83658772760688, 40.70865227003522, -73.83655447389815, 40.708682094629125, -73.83645389950865, 40.70875231873972, -73.83639684988667, 40.70878620590931, -73.83631130912522, 40.708837014595815, -73.83622712372019, 40.70888231310916, -73.83498107727426, 40.709552757248034, -73.83481229760024, 40.70964304190102, -73.83454850912493, 40.70933750366354, -73.83441066467987, 40.709137051263994, -73.8343108856291, 40.70896800303608, -73.83418423452477, 40.708671177387885, -73.83392880415423, 40.70798550186563, -73.83410243461324, 40.70794338490713, -73.83423515336463, 40.707896192022744, -73.83434485668501, 40.70784999515237, -73.83442827745307, 40.70779428247934, -73.83445965807725, 40.70776554812384, -73.83447784146188, 40.70774889857602, -73.8345897249307, 40.70763894559933, -73.83468291391972, 40.70753690548754, -73.83491594400517, 40.70727093846796, -73.83493787731653, 40.70723893687871, -73.83496378855145, 40.70718657138793, -73.83498163223697, 40.70709717964545, -73.83492992386677, 40.70695515045875, -73.83492330023778, 40.706933355752575, -73.83472156519987, 40.70647902856256, -73.8346829472202, 40.7063763902743, -73.83419671163657, 40.70524919505671, -73.83371455367012, 40.70414899096814, -73.83360625926021, 40.703913641122696, -73.83306217078713, 40.702653668203155, -73.83302083821229, 40.70257001538942, -73.83268059720996, 40.70178473280587, -73.8322766553048, 40.700869604910864, -73.83215750308071, 40.70097931639487, -73.83204111067161, 40.70108444546604, -73.8318476599942, 40.70123999688986, -73.83172284356452, 40.701314485961966, -73.83152109149668, 40.701389314366175, -73.830629134955, 40.70161623055905, -73.83023656091792, 40.701715536278826, -73.83011144461213, 40.70174923800032, -73.83005419819115, 40.701763469854875, -73.82998643188485, 40.701780784809856, -73.82973796702723, 40.70184007656095, -73.82968568439101, 40.7018533033976, -73.82946917261437, 40.70190986916396, -73.82884805044262, 40.70206548261868, -73.82795307377516, 40.70228964683484, -73.82706577159136, 40.70251474045288, -73.82662888404228, 40.70262460234998, -73.82617322121493, 40.70274040554181, -73.82607186349831, 40.70277176950035, -73.82598128331392, 40.70279390859438, -73.82517586202543, 40.702991479154484, -73.82426992168975, 40.703219016439455, -73.82396782490362, 40.70329670138853, -73.82377162241558, 40.70334715410194, -73.8233885021512, 40.703445673804346, -73.82270810419554, 40.70362450178072, -73.82260498834127, 40.70364132118866, -73.82245935400933, 40.703655277934814, -73.82201133116098, 40.70369676336468, -73.82153982183426, 40.7037285481295, -73.82041408632173, 40.703802027051715, -73.8197299279468, 40.703855304481635, -73.82033142877745, 40.7040822225154, -73.82051610350956, 40.70413555988004, -73.82069379133435, 40.704184883281336, -73.82074789211096, 40.70420754521923, -73.8207920648047, 40.70422767023709, -73.82085938065471, 40.704267516483185, -73.82097220734876, 40.70434744870003, -73.8212500345995, 40.70456548865553, -73.82158242868708, 40.70482843828073, -73.82177815403833, 40.7049578246854, -73.82185461881735, 40.70504392767113, -73.82202045215423, 40.7052120119783, -73.82140540593873, 40.70549417802928, -73.82063186687407, 40.70584165849833, -73.82059316007148, 40.70579736496301, -73.82007914372885, 40.70503059771262, -73.81927110210505, 40.70534457185898, -73.81885713782506, 40.7055068411286, -73.81880490617769, 40.705527314038264, -73.81845943113625, 40.705662735503005, -73.8184442527872, 40.705640107777576, -73.8180454663991, 40.70504553906871, -73.81783466223173, 40.70474633693341, -73.81755019552327, 40.704002018984774, -73.81745631818137, 40.70400929757888, -73.81720361258749, 40.7040273129388, -73.81713194770872, 40.70387980574307, -73.8169627411484, 40.703528530995044, -73.81664844769824, 40.70284732077251, -73.8165915145731, 40.70272391821846, -73.81650471436075, 40.70253578141842, -73.81646527132473, 40.70245028859076, -73.81641391542217, 40.70233897612753, -73.81614657605138, 40.701759510012536, -73.81559544992488, 40.70052579955032, -73.81484065544457, 40.69910878327355, -73.81465994998992, 40.698779606618274, -73.81447448694857, 40.69844468301615, -73.81443331767444, 40.69837033322256, -73.814394109814, 40.69829952919971, -73.81422674392448, 40.697997279802436, -73.81420823977307, 40.69796385976195, -73.81416913115672, 40.69789624994265, -73.81414870494731, 40.69786093300697, -73.8140274928275, 40.6976513640175, -73.81387792273765, 40.69738896628596, -73.81384690713932, 40.69733935091051, -73.81375879959297, 40.69719840123108, -73.81387725683902, 40.69719562295987, -73.81396739420289, 40.6971935219077, -73.81418974175858, 40.69717130339278, -73.81439134416831, 40.69713268864737, -73.81533908095638, 40.69686533305508, -73.81619324601074, 40.69662240160382, -73.81698231799268, 40.696397675886686, -73.81702977599365, 40.6963854395109, -73.81710518905447, 40.69636390020316, -73.81713972874365, 40.69635403321782, -73.81774238480706, 40.69618189587274, -73.8178161349686, 40.696160829838085, -73.81788243014608, 40.696141894283734, -73.81794868497299, 40.69612299014541, -73.81803957675524, 40.69609705588448, -73.81873033990094, 40.69589996069816, -73.81880559510282, 40.69588124764349, -73.81889962527345, 40.695857865200075, -73.81902334311779, 40.69582174836482, -73.8190529676972, 40.695813100477714, -73.8191897989699, 40.69578846582852, -73.81934129989187, 40.69577258363239, -73.81937831720904, 40.695772479640645, -73.81949593921739, 40.69577214638044, -73.81979398259908, 40.695645687723115, -73.81983184761285, 40.69563352612334, -73.81993146670025, 40.69560558957988, -73.8200595683471, 40.695569430762745, -73.82075543880838, 40.69537301670332, -73.8208531643337, 40.695345433016975, -73.82089948252981, 40.69543808159863, -73.82102415125064, 40.69568744789445, -73.82109261665063, 40.69582439291864, -73.82121737422172, 40.69578878593462, -73.82270396406254, 40.695364509238516, -73.82278172439196, 40.69534231515503, -73.82284987860115, 40.69532286270807, -73.82290991462743, 40.69530588134832, -73.82298397776499, 40.69528493225378, -73.82362931802368, 40.69510238917687, -73.82366704557738, 40.69509171645683, -73.82375009611154, 40.69506822497907, -73.82385362236411, 40.69503871962828, -73.82392051962853, 40.695019652745415, -73.82430412318995, 40.69491032040203, -73.82479475280923, 40.694772442260906, -73.82516714034104, 40.69466653353392, -73.8253428048278, 40.69462495334785, -73.82551803615905, 40.694594642175886, -73.82573563327134, 40.69457402769835, -73.82588458991223, 40.694566214257385, -73.82600280023337, 40.694549970353606, -73.82606795887341, 40.69453389020306, -73.82622896223872, 40.69450280811801, -73.82629088036357, 40.69449075545225, -73.82682770252346, 40.694356919534926, -73.82696440074977, 40.69432840053279, -73.82784872665209, 40.69411102328245, -73.82800784879134, 40.69406686672899, -73.8281213789692, 40.694041258210675, -73.82887406104958, 40.693827534207344, -73.82970472493085, 40.69359209402955, -73.83052271330246, 40.693357039827085, -73.83133291311337, 40.69312727512979, -73.83217688124583, 40.69288945384963, -73.83301744006505, 40.69264861101505, -73.83389434365253, 40.692401356015864, -73.8348394650837, 40.692136069402686, -73.83502432615592, 40.6920781360985, -73.83578409182175, 40.69186394662213, -73.83666539849443, 40.691613705098035, -73.83754416470651, 40.69136382695374, -73.8384188954705, 40.69111416426493, -73.8387071172212, 40.69103311703485, -73.83929991585957, 40.69086402553848, -73.84108065844572, 40.69035681701845, -73.84280499939557, 40.68986781138328, -73.84404539231566, 40.68951614697739, -73.84419150283635, 40.6894740936435, -73.84422111715618, 40.689465706718714, -73.8443024369326, 40.68944267624366, -73.84436744636044, 40.68956707303159, -73.84457798980846, 40.6900136400398, -73.84459689473604, 40.69005021926074, -73.84462537352714, 40.6900997148791, -73.84465775183985, 40.69016234165511, -73.84467541019173, 40.69020337672701, -73.84470930646715, 40.69026955176291, -73.84494605844904, 40.69074334715375, -73.8449725671691, 40.690795747788215, -73.84502672215741, 40.69089625961775, -73.84505853021288, 40.690953624699915, -73.84510507399945, 40.69104227367048, -73.84514750346194, 40.69111604688889, -73.84518632568053, 40.691192445641136, -73.8452383883996, 40.69128636278452, -73.84530169221183, 40.6914422134889, -73.84534279168167, 40.69152495756924, -73.84538922037724, 40.69161612590221, -73.84544242147392, 40.69172040309438, -73.8454847920874, 40.69180511284974, -73.8455418963844, 40.69192116405639, -73.84558474352744, 40.692004048168805, -73.8455998448204, 40.69203397451343, -73.84564134461988, 40.69211633089539, -73.84568400548856, 40.69220159657916, -73.84574064589286, 40.6923139072223, -73.84578315330216, 40.69240169230033, -73.84583685809443, 40.692509706207126, -73.84588274517883, 40.69259982270214, -73.84589074422921, 40.69263300836168, -73.84595422553441, 40.692777257588865, -73.8459795033034, 40.69282699800992, -73.84600166933166, 40.69287069811388, -73.84604476630061, 40.69295554730003, -73.84608428728085, 40.69304534901754, -73.84612462433698, 40.69312864559593, -73.84616119006809, 40.69320617562777, -73.84619711721595, 40.69327694913583, -73.84623899897373, 40.69336927449035, -73.84627344181759, 40.693421436863304, -73.84630786219104, 40.69351519214624, -73.84634204493094, 40.69358427391163, -73.84638208549782, 40.69366970151449, -73.84641808734813, 40.69374061282714, -73.84645461332202, 40.693820801924204, -73.84649713914547, 40.6939014141485, -73.8465217384085, 40.693962562151185, -73.84656630391699, 40.694058158922246, -73.84659896312844, 40.69412682343769, -73.8466314739177, 40.69419626308801, -73.84665378043, 40.69424253781477, -73.84667539732519, 40.694286707116646, -73.8467186684078, 40.694376873800664, -73.8467376770837, 40.69441671984996, -73.84691183842601, 40.69478143292252, -73.84702593348291, 40.6950669764438, -73.84713521703917, 40.6952774691159, -73.84726207637263, 40.695519139185606, -73.84729167427766, 40.695575226451105, -73.84731341400456, 40.69561366311568, -73.84733649604217, 40.695655453269374, -73.84735642082133, 40.69569236564925, -73.84736366574184, 40.69570608288132, -73.84739573015281, 40.69576549718664, -73.8474072822719, 40.69578880069461, -73.84742355445431, 40.69581654188794, -73.84745871223144, 40.69587521284903, -73.84746577587691, 40.695888541712534, -73.84749534911411, 40.69593900788204, -73.84751672855296, 40.69597678034994, -73.84752814231469, 40.695996983192316, -73.84754782466537, 40.69602979607678, -73.8475653007706, 40.696056264616665, -73.84758700662643, 40.696094646250565, -73.8476020891411, 40.69611754017665, -73.8476371024684, 40.69617587769921, -73.84765156454918, 40.69620054300849, -73.84766928802918, 40.69623011412969, -73.84770334940896, 40.696290360361054, -73.84774849678186, 40.69635588385076, -73.84778577655808, 40.69640987664327, -73.84780066493373, 40.69643805900333, -73.84782554463952, 40.696472651822866, -73.84786173734192, 40.696525036635755, -73.84786901657726, 40.696538837627386, -73.8479077489717, 40.69659460541071, -73.84793244120226, 40.69663207690123, -73.84794995286018, 40.69665865619045, -73.84798964700599, 40.69672181843424, -73.84800296801068, 40.69673695565456, -73.84802565315596, 40.69677622550122, -73.84806990159731, 40.696837759297296, -73.84811076415177, 40.69689970464479, -73.84815153116202, 40.69695636023315, -73.84816864897955, 40.69698138918392, -73.84819610657838, 40.697017812463635, -73.84822864431513, 40.69706169148583, -73.84824220971737, 40.697079708842985, -73.8482879458663, 40.697143294083325, -73.84830092811252, 40.697161781633305, -73.8483145272702, 40.69718110116904, -73.84834815276604, 40.69722642241192, -73.84840778407401, 40.69730622525309, -73.84845726370254, 40.69737258443422, -73.84846742045781, 40.697385419321776, -73.84852124352685, 40.697461199064136, -73.84853358519297, 40.69747370543224, -73.8486144132493, 40.697577599584356, -73.84864721530315, 40.69761630177871, -73.84866742391601, 40.69764185971673, -73.84869002635308, 40.69767043932013, -73.8487846519172, 40.69778634272803, -73.84880279568242, 40.697808382323245, -73.84882928253595, 40.69784064920182, -73.84890420983211, 40.6979319930395, -73.84894608234617, 40.69798225434056, -73.8489794173112, 40.6980271859901, -73.84906459185278, 40.69812408132502, -73.8491982414836, 40.698267153621536, -73.84905566738536, 40.6983037211894, -73.8484497937944, 40.69845911458555, -73.84829363327268, 40.69849420628795, -73.84820916140451, 40.69851822237559, -73.8478965259072, 40.69859990766097, -73.84700390717684, 40.69882505334586, -73.84526505413153, 40.699265837274865, -73.84519853904422, 40.69928723948975, -73.84502471884909, 40.69935906647138, -73.84483790245751, 40.69946065565433, -73.84427351549252, 40.699780190778206, -73.84402103964221, 40.69992647321488, -73.84359397163733, 40.700172042727985, -73.84303734204767, 40.700490444069494, -73.84293788139094, 40.70055411967424, -73.84286843712061, 40.70059854627597, -73.84266041971088, 40.700706242672894, -73.8425291044629, 40.70076746009742, -73.84239081605165, 40.70082522786212, -73.84215844900373, 40.700902245532866, -73.84194449327404, 40.700966489921655, -73.84179225818637, 40.70100636082164, -73.84163997941602, 40.701064046317526, -73.84156161690129, 40.70109899726407, -73.84142096841447, 40.70118675851767, -73.84131182469079, 40.70125954427627, -73.8411242023956, 40.7014151544134, -73.84084866688663, 40.7016285367223, -73.84062915863498, 40.70179601304458, -73.83992459281411, 40.702343172401044, -73.83974038801928, 40.7024862219611, -73.83947814095457, 40.70268987681985, -73.83928185580817, 40.7028474944079, -73.8390297759501, 40.70302084935847, -73.83873668563997, 40.70321196295949, -73.83870187790623, 40.703230261244016, -73.838416856325, 40.7033801094107, -73.83837336153844, 40.70340297541065, -73.83816825935692, 40.70350958444847, -73.83796316007357, 40.703616191323285, -73.83761156794216, 40.703793857867346, -73.83735374835506, 40.703918205918434, -73.83717788623268, 40.70403376327927, -73.83696236446761, 40.70421213713048, -73.8370461456428, 40.70439300316652, -73.83706350764959, 40.70443629830104, -73.83708656105543, 40.704483100882115, -73.83734835515737, 40.70488127637519, -73.83784594631904, 40.705629229532725, -73.83798981125514, 40.705836890483425, -73.8380757272379, 40.70598609399372, -73.83809182029309, 40.706024651380126, -73.83811999105534, 40.70611069178579, -73.83813095154825, 40.706180166461515, -73.83813648711444, 40.706248899589184, -73.83813261006974, 40.70635532485514, -73.83811585451397, 40.70645211993405, -73.83809953789644, 40.70651189824443, -73.8380740346725, 40.70658107398879, -73.83800894279119, 40.70669507828309, -73.83783212613287, 40.70695822481699, -73.8371625561256, 40.70793409729198, -73.8371470260372, 40.70795673042079, -73.8371470260372, 40.70795673042079 --73.7796826204235, 40.708595474710144, -73.7796751229534, 40.70855740824343, -73.77964234081679, 40.70848663623846, -73.77957444345778, 40.70832137989946, -73.77939338743394, 40.7078807015223, -73.77937278818952, 40.70781184476065, -73.77930283257929, 40.707828688049794, -73.77838449682544, 40.70804980092327, -73.77836385259992, 40.707996549802324, -73.7782602777865, 40.70774000639895, -73.7781915358361, 40.70759369170805, -73.77810855983071, 40.707402881248065, -73.7767817476525, 40.70772835886319, -73.77663740842637, 40.70739119383681, -73.77652622751899, 40.70713147867717, -73.77636474726809, 40.70675426474814, -73.77633652336742, 40.70668832648812, -73.77602754441705, 40.70596654793596, -73.77584692328406, 40.705520128357136, -73.77583139511457, 40.70545804096872, -73.7758207535189, 40.70537359791892, -73.7756983301807, 40.70534752186467, -73.77555584530153, 40.70532452324439, -73.77519755259476, 40.70526880442603, -73.77507433986017, 40.70524149155991, -73.77503444486545, 40.705144587579944, -73.77497169368255, 40.70502895142752, -73.77434778197058, 40.703986078713456, -73.77394352114878, 40.70331119082466, -73.77353389939448, 40.70262011674726, -73.77331887292344, 40.702260873440025, -73.7731277039005, 40.70194696633234, -73.77297398161596, 40.701682452158934, -73.77272431063251, 40.70126190072652, -73.77230758431864, 40.70057140956762, -73.77189200671812, 40.69989663668965, -73.77182678981558, 40.69979057261695, -73.77165787455797, 40.6995049868349, -73.77137892895688, 40.699014636548256, -73.7713290123231, 40.69891518623632, -73.77104358877331, 40.69848964221423, -73.7708765543587, 40.69830044742968, -73.77028770821718, 40.697676649216575, -73.76969921364561, 40.69706523701487, -73.76948163457668, 40.696842194885505, -73.7694617686756, 40.69682182775614, -73.7692941338951, 40.696649983250936, -73.7698929126055, 40.696311737122166, -73.77034371977874, 40.69605924597564, -73.77058192888025, 40.69592703998953, -73.77094736670944, 40.695724221613396, -73.7710995796634, 40.69563974089969, -73.77178081312267, 40.69525654567796, -73.77185784413193, 40.69521973943863, -73.77190806719828, 40.695202410404946, -73.77258091083131, 40.69481973592657, -73.77261405595176, 40.694804193679666, -73.77269562911623, 40.69475907959084, -73.77329842929765, 40.69442569636422, -73.7733764348208, 40.69438255409842, -73.77344700160901, 40.69434334679866, -73.77404653503798, 40.69401023688258, -73.77413557108625, 40.69396076532075, -73.77421819794286, 40.693914828247976, -73.77479844848651, 40.693592223421135, -73.77489255200005, 40.69353990205158, -73.77496130211341, 40.693499995070994, -73.77503078592164, 40.69345966263902, -73.77509717716428, 40.69342314320907, -73.77572272247032, 40.69307905036963, -73.775798921222, 40.69303713664636, -73.77588478134705, 40.69298914879731, -73.77642505630227, 40.6926871742749, -73.7764767442006, 40.69265828347017, -73.77665528026839, 40.69255849543261, -73.77671418528747, 40.69253369966518, -73.77687583714004, 40.692465993622775, -73.7769158010428, 40.69244925216278, -73.77718456654142, 40.692304407962894, -73.77720333794404, 40.692295379712114, -73.77730133165647, 40.69224825267532, -73.77729558526775, 40.69221146178502, -73.77728100340761, 40.692118068978644, -73.77738822516908, 40.69209245504048, -73.77810529711061, 40.69192114074087, -73.77821344059247, 40.691895304483666, -73.77829744745887, 40.69187498321548, -73.77901739665228, 40.69170081954755, -73.7791983708198, 40.69165025624705, -73.77938690797414, 40.691597581943135, -73.77952525004477, 40.69154939840576, -73.7796975313344, 40.69148238415192, -73.77977260846649, 40.69145028397537, -73.7802997749325, 40.69122932791816, -73.78068201433959, 40.69107088631711, -73.78078154612982, 40.691029627911355, -73.7808730243293, 40.69099064319638, -73.78093750504742, 40.690963165143, -73.7816029571216, 40.69068659105466, -73.78242710859689, 40.69034405510491, -73.78326624988425, 40.68999397445033, -73.78409902385468, 40.6896474435769, -73.78479239183883, 40.68936128140604, -73.78511568513096, 40.68923489657292, -73.78541691355613, 40.68912694917965, -73.7858049903134, 40.68899658044161, -73.78643950175433, 40.68878139632696, -73.78666875977453, 40.688704010665376, -73.78691794495077, 40.6886278159086, -73.7869949637068, 40.6886042650164, -73.78704684475916, 40.688588401189286, -73.78711437345801, 40.68856775212827, -73.78764208632194, 40.688434538557324, -73.78867911522319, 40.68817986713925, -73.7891487648799, 40.68806712942372, -73.78924567364588, 40.68804271835548, -73.78945535114465, 40.68798990058666, -73.7896263080145, 40.68793874244817, -73.78975063764796, 40.687915349135245, -73.78996220577316, 40.687863344362256, -73.79025397534326, 40.68779365519178, -73.79033039705753, 40.68777005415367, -73.79038466795879, 40.687753295362555, -73.79073549160745, 40.687625317661954, -73.79210698150514, 40.687047219220986, -73.79248042007563, 40.68688931508432, -73.79317220641542, 40.686596369133326, -73.79337256488316, 40.686513044110164, -73.79346683501828, 40.686473840077525, -73.79361748861746, 40.6864111877071, -73.79379282508661, 40.6863423108801, -73.79390841279695, 40.68630437298814, -73.79396577275446, 40.68639671827175, -73.79402251479436, 40.68647277748605, -73.79414150338027, 40.68662920834096, -73.79421413030562, 40.68670546967322, -73.7943708566964, 40.686912265188724, -73.79477836647077, 40.68747036614299, -73.79498871623991, 40.687766717264985, -73.79503448479109, 40.687831200092006, -73.7951544309597, 40.688000186563066, -73.79521094385132, 40.68809434873514, -73.79524979288925, 40.688158232923165, -73.79561485291482, 40.688656581684164, -73.79595950381591, 40.68913181734506, -73.79604091910595, 40.68922600793446, -73.79610126153908, 40.68928143444963, -73.79616761709497, 40.68934238454082, -73.79625850762956, 40.689438193772844, -73.79631669226637, 40.689516960421564, -73.7966936251809, 40.68989624337201, -73.7967993841499, 40.689997996622886, -73.796939829101, 40.69015025606855, -73.79715343973695, 40.69040574976216, -73.79733260068312, 40.69062802900338, -73.79742022782813, 40.69074149155978, -73.79760125936433, 40.69100132876232, -73.7977940515487, 40.69128081216833, -73.79796902517968, 40.69154063542384, -73.79803102420173, 40.69162061996822, -73.7982771247411, 40.69193331433478, -73.79844668603329, 40.69213514316492, -73.79860103811592, 40.69227995600914, -73.79864619858776, 40.69232232233224, -73.79874969154223, 40.692419415019344, -73.79882340646932, 40.69248005042822, -73.79896240180723, 40.692612533092785, -73.79923855029897, 40.69286551063792, -73.7994367825787, 40.69305027549704, -73.79964877008992, 40.693249802688236, -73.79974841194544, 40.693347500106746, -73.79986086042614, 40.69341273812638, -73.7998885371198, 40.693428384077656, -73.8001879703899, 40.69358889977526, -73.80051361407392, 40.69376735606051, -73.80078709166567, 40.69402806513213, -73.80079906811066, 40.694042789473016, -73.8008103136989, 40.694058996596546, -73.80083217297958, 40.694104523947935, -73.80093628777779, 40.694424487787785, -73.80097371264773, 40.69453176603461, -73.80106121961178, 40.69487249030929, -73.80113257313224, 40.69515048013128, -73.80119617011297, 40.6953361789334, -73.80127985976809, 40.69558054941906, -73.80193443611974, 40.69693630151628, -73.80196660724637, 40.697002931930655, -73.80200696294563, 40.69708651329645, -73.80213093985564, 40.69734450604545, -73.80229521737085, 40.697688069950544, -73.8023672030992, 40.69787408501852, -73.8024340556419, 40.698046838351644, -73.80255590098997, 40.698444440022286, -73.80276782487344, 40.69910516508014, -73.80292232068464, 40.69931005002421, -73.80311755050839, 40.699634787265005, -73.80353444858866, 40.70027881449848, -73.80373919685651, 40.70062986189835, -73.803851724786, 40.70082279529089, -73.80387830107611, 40.70086835977257, -73.80389619482476, 40.70089903836276, -73.80391767003027, 40.70095070953568, -73.80393716671944, 40.70099761271319, -73.80394430202212, 40.70101478416601, -73.80398196781137, 40.701105404028226, -73.80412928103478, 40.70145983064639, -73.80421355942428, 40.70158213058288, -73.8042348346286, 40.70163155366779, -73.80425705122023, 40.70168316569816, -73.80428149374983, 40.70173994595745, -73.80440117979114, 40.70201369588238, -73.80444156133821, 40.702131279786286, -73.80346625838591, 40.70240559014418, -73.80302692659212, 40.70252915061894, -73.80228554071901, 40.7027376605558, -73.80088220147249, 40.70312967830701, -73.80039475109338, 40.70327315761259, -73.8002014676534, 40.70334097046966, -73.7999964972658, 40.7034128861493, -73.79979597380547, 40.70349721107818, -73.79915030247253, 40.703752270758294, -73.79892854722604, 40.70383866342797, -73.79854693862174, 40.703989214989996, -73.79796234206255, 40.70422310204014, -73.79770367934684, 40.70432694526094, -73.79700660646215, 40.70461018591022, -73.79679901151854, 40.70469715056352, -73.79620735275847, 40.704942547314396, -73.7956927338401, 40.70514819583023, -73.79489531420182, 40.70546019436158, -73.79395879166537, 40.705826747338094, -73.79332308924091, 40.706077420182254, -73.79272989917688, 40.70629421580063, -73.79252629640342, 40.706359953023856, -73.79216668063286, 40.7064676433052, -73.79206268234138, 40.70651004078537, -73.79146323546851, 40.70667791977264, -73.7907959164152, 40.706869480992026, -73.78990151049662, 40.70712643273989, -73.78974971730507, 40.70717051219659, -73.78957039136608, 40.70722120672792, -73.7888896814864, 40.70742091088905, -73.7886905678774, 40.70746808637201, -73.7886241800836, 40.707482804051274, -73.7880403084368, 40.70757116494388, -73.78795639524134, 40.70759135840945, -73.78788840201162, 40.70760995842447, -73.78771896169373, 40.70766062056177, -73.7875791753013, 40.70770297590495, -73.78730649195589, 40.70778049560223, -73.78715697283913, 40.70781811555768, -73.7869664385448, 40.707855660320774, -73.78673874264457, 40.70789182657975, -73.78645357219627, 40.70792381635778, -73.78621917670696, 40.7079367566155, -73.78615704686861, 40.707936333237164, -73.78577038140634, 40.70793370068254, -73.78569149600018, 40.70793338995059, -73.78567147163538, 40.70793839554595, -73.7856425292693, 40.7079383074341, -73.78556193526008, 40.707935734942865, -73.78481316207457, 40.70793139565231, -73.78428987957231, 40.70793035951282, -73.78381739319495, 40.70792994860647, -73.78330486359565, 40.70794538957742, -73.78295240491536, 40.70797131231088, -73.78277241988481, 40.70799976403033, -73.78237011086489, 40.70807555141022, -73.78184791080788, 40.70817479465379, -73.78144970572339, 40.70825209585793, -73.78088032801007, 40.70836174692757, -73.78055353843783, 40.70842533375134, -73.7798552168995, 40.708557752803266, -73.77981617376966, 40.708564955182055, -73.77978072931406, 40.7085717853159, -73.7796826204235, 40.708595474710144, -73.80157425119344, 40.70121377335529, -73.80147983368954, 40.70116078277653, -73.79970358962836, 40.70025542248003, -73.79894054552807, 40.69986047811099, -73.79889054045826, 40.69983574546752, -73.79887869208657, 40.699828957397855, -73.79885504408756, 40.69981530659734, -73.79884768494145, 40.69980652632714, -73.79875152820746, 40.69969177316987, -73.79874442846739, 40.699683300421896, -73.79873774070944, 40.69968690429334, -73.79860638643294, 40.69975771071289, -73.7985677708288, 40.69977852516827, -73.79839541405266, 40.699857584837076, -73.7977577117654, 40.70011428426419, -73.7977336712821, 40.70012396127185, -73.79755496851776, 40.70019589446528, -73.79756684429496, 40.70021311788084, -73.79766402545967, 40.70035403827065, -73.79861302937717, 40.7017301676094, -73.79887410710333, 40.7021198281666, -73.79893376653663, 40.702108195097175, -73.79999347679926, 40.701759020957596, -73.80021369877514, 40.70173295711902, -73.80100846489408, 40.7015088703524, -73.80131236355872, 40.701361738931276, -73.80157425119344, 40.70121377335529, -73.7796826204235, 40.708595474710144 --73.80157425119344, 40.70121377335529, -73.80131236355872, 40.701361738931276, -73.80100846489408, 40.7015088703524, -73.80021369877514, 40.70173295711902, -73.79999347679926, 40.701759020957596, -73.79893376653663, 40.702108195097175, -73.79887410710333, 40.7021198281666, -73.79861302937717, 40.7017301676094, -73.79766402545967, 40.70035403827065, -73.79756684429496, 40.70021311788084, -73.79755496851776, 40.70019589446528, -73.7977336712821, 40.70012396127185, -73.7977577117654, 40.70011428426419, -73.79839541405266, 40.699857584837076, -73.7985677708288, 40.69977852516827, -73.79860638643294, 40.69975771071289, -73.79873774070944, 40.69968690429334, -73.79874442846739, 40.699683300421896, -73.79875152820746, 40.69969177316987, -73.79884768494145, 40.69980652632714, -73.79885504408756, 40.69981530659734, -73.79887869208657, 40.699828957397855, -73.79889054045826, 40.69983574546752, -73.79894054552807, 40.69986047811099, -73.79970358962836, 40.70025542248003, -73.80147983368954, 40.70116078277653, -73.80157425119344, 40.70121377335529, -73.80157425119344, 40.70121377335529 --73.93822325222574, 40.68389298455217, -73.94105782635923, 40.683566560910315, -73.94321258648822, 40.68331805977749, -73.94389113852763, 40.68323916811488, -73.94403663879096, 40.68397217102068, -73.9441832411549, 40.68470523904625, -73.94432825119699, 40.685437988165276, -73.94447527512533, 40.68617116034621, -73.94462127687731, 40.686904045415815, -73.94476455273359, 40.687636845175646, -73.94487101883033, 40.68816930240702, -73.94491170706691, 40.688369904992896, -73.94505644375384, 40.689102033168616, -73.94517708937003, 40.68972112978117, -73.945198806005, 40.68983956664569, -73.94522511042292, 40.689950947464, -73.94534976153719, 40.69056698759137, -73.9454955211098, 40.69129982239755, -73.94560669388223, 40.69185769701196, -73.94564165734843, 40.69203313530051, -73.94548095097987, 40.69205162516053, -73.94546081668996, 40.69205393083984, -73.9453436125511, 40.69206734331094, -73.9453011846365, 40.69207219853119, -73.94519418313729, 40.69208435227894, -73.94508683358328, 40.692096738093504, -73.94506228715592, 40.69209954948714, -73.9450410264422, 40.69210198332862, -73.9441736023987, 40.69220132106155, -73.94350841713054, 40.69227729334001, -73.9432049283162, 40.69230970832209, -73.94297426635326, 40.69233771548171, -73.94280764437269, 40.69235748100798, -73.94262411847984, 40.69237855261589, -73.94015911347724, 40.692661546050076, -73.93997143047882, 40.692683090339074, -73.93976935702572, 40.69270642961881, -73.9372139978379, 40.69300154251798, -73.93704897624482, 40.693020598179665, -73.93687736527674, 40.693040321773495, -73.93418881015947, 40.69334929194558, -73.93413376652569, 40.69335402957334, -73.93418847516922, 40.69368867442311, -73.93426912737378, 40.69408957489007, -73.93439606144186, 40.69472050979028, -73.93441630744631, 40.69482114014258, -73.93443828591856, 40.694931081879965, -73.93445721515675, 40.69502576718646, -73.93448611346616, 40.69517588023007, -73.9345588588877, 40.69555378312078, -73.9347040008337, 40.696287817713944, -73.9347509611145, 40.696514069358884, -73.93477673742434, 40.69663492017052, -73.93479698860223, 40.696736281650004, -73.93489355782627, 40.69679346214354, -73.93513065814862, 40.696932347921404, -73.9352226416565, 40.696986228775465, -73.93512141868342, 40.696993292113255, -73.93507965559787, 40.69699670221823, -73.93503896690625, 40.69700002466427, -73.93496193325308, 40.69700631356377, -73.93479392311879, 40.697025325577314, -73.93470195266106, 40.69703573288893, -73.93418511351112, 40.6970942167609, -73.93400832620215, 40.69711801603713, -73.93304856224937, 40.69722269113385, -73.93283517353011, 40.69724702112587, -73.93269982484033, 40.697260066132124, -73.93226765405656, 40.69731436026379, -73.93236045722611, 40.69736208888206, -73.93246287588508, 40.6974147614794, -73.93324668451115, 40.69785527855938, -73.933124913209, 40.69790923322105, -73.93236869165098, 40.69823379352758, -73.93226638668287, 40.698277678378695, -73.93090961207832, 40.698850013018635, -73.93088479779146, 40.69886055933081, -73.93076911897384, 40.698910711388955, -73.93069209741985, 40.69886642735764, -73.93062540146659, 40.69882807397062, -73.93052028916122, 40.69877196897045, -73.93035986238694, 40.69893590576892, -73.9303235763555, 40.6989729849224, -73.92903521068887, 40.70028949975365, -73.92758773816912, 40.70176226582283, -73.92695046528009, 40.701393052954444, -73.92683805358497, 40.701333899848336, -73.92608301263728, 40.70090982906963, -73.92532959357135, 40.70048088258901, -73.9251656737384, 40.70038959384866, -73.9246781053983, 40.70010955865054, -73.92458240452315, 40.70005494113951, -73.92448045802196, 40.699996818258334, -73.92396385109834, 40.69970227711722, -73.92383266628295, 40.69962748206302, -73.92373092075984, 40.69956961349191, -73.92317936581955, 40.699255918759505, -73.92308168306484, 40.69920036213724, -73.92299536878528, 40.69928812690478, -73.92171112678362, 40.7005939347076, -73.92163115740664, 40.70067524608077, -73.92153499458767, 40.70062045822893, -73.92099930769638, 40.700315253037736, -73.92087956841227, 40.70024703261619, -73.92096066851235, 40.700164433003124, -73.92226013102409, 40.69884092259226, -73.92232800992521, 40.69877178564106, -73.92223906664064, 40.698722177579846, -73.92183866800892, 40.69849885479557, -73.92175646167526, 40.69845300337013, -73.92167837802364, 40.69840686382565, -73.9215740163873, 40.69834519769627, -73.92146557224082, 40.69828111981467, -73.92093218115662, 40.69797869475526, -73.92082396925872, 40.69791733957522, -73.9207175218682, 40.69785682118411, -73.92019402553225, 40.6975591875246, -73.92007371967894, 40.69748971863358, -73.91999468944371, 40.697445526892324, -73.91943125008726, 40.69712329237915, -73.91932072656513, 40.697060081804096, -73.91923769601642, 40.697012843902854, -73.91868927998077, 40.69670083439502, -73.91856439917022, 40.69662978478675, -73.91848721419579, 40.69658568786362, -73.91789972918171, 40.69625355465039, -73.91781912003943, 40.6962073944602, -73.91773840956037, 40.69628468995917, -73.91645015881964, 40.697596102753124, -73.91636718094223, 40.69768056911785, -73.91627361473066, 40.69762737623945, -73.91615304782077, 40.6975588341883, -73.91561604902923, 40.69725212509021, -73.91486525681299, 40.696825575562926, -73.91411388431422, 40.69639771132877, -73.91336082934122, 40.695970011089216, -73.91260741449489, 40.69554080266223, -73.9118597544081, 40.695115338013274, -73.91167669846216, 40.69501053914083, -73.91110723604751, 40.694686654395184, -73.91035643634547, 40.69425930712825, -73.9096046159614, 40.69383094915817, -73.90885282917317, 40.69340411714527, -73.91029858932332, 40.69192963492217, -73.911747916934, 40.69045555308577, -73.9124347323527, 40.68974805877148, -73.91319384061491, 40.688979771647865, -73.91330806505829, 40.68886410661141, -73.91340507011451, 40.688765878660575, -73.91401288931483, 40.68815038207038, -73.91464245787655, 40.68750672758817, -73.91597886009298, 40.68614038956334, -73.91604598786222, 40.6860717545476, -73.91616740029697, 40.68614462801339, -73.91654068667674, 40.686351835682274, -73.91661031962384, 40.686391035111335, -73.91679833040376, 40.68649687804214, -73.91690190433236, 40.68655518732328, -73.91717994196571, 40.686711575617316, -73.91731080297636, 40.68678631242937, -73.91738060247566, 40.6868264435412, -73.91745807600452, 40.68687141227328, -73.91755217037911, 40.686929937493076, -73.91767746400281, 40.687001729718475, -73.91804606794655, 40.68721293461131, -73.918030466557, 40.68713603851963, -73.91799578691864, 40.68696507014835, -73.91795791972464, 40.686778388222834, -73.91794116914046, 40.68669535069057, -73.91793159229134, 40.686647792219375, -73.917915296135, 40.6865656357087, -73.91790212949903, 40.686501325112864, -73.91789688888679, 40.68647540097843, -73.91786902451804, 40.68633655875249, -73.91784936347817, 40.68623285322799, -73.9191217426693, 40.68608604592604, -73.91927153001362, 40.686068762179204, -73.92059469116623, 40.685916078541034, -73.92325255900572, 40.68561146667935, -73.92518250624502, 40.68539070872806, -73.92652843242489, 40.68523686493332, -73.92931933969183, 40.68491767342968, -73.92943522954447, 40.68490441694639, -73.92947099563031, 40.68490030911599, -73.92977283102907, 40.68486550514579, -73.93237789036611, 40.68456507360982, -73.93419768587849, 40.684355935139294, -73.9344675354302, 40.68432489442583, -73.93529964489309, 40.68422917418759, -73.93822325222574, 40.68389298455217, -73.93822325222574, 40.68389298455217 --73.8491982414836, 40.698267153621536, -73.84906459185278, 40.69812408132502, -73.8489794173112, 40.6980271859901, -73.84894608234617, 40.69798225434056, -73.84890420983211, 40.6979319930395, -73.84882928253595, 40.69784064920182, -73.84880279568242, 40.697808382323245, -73.8487846519172, 40.69778634272803, -73.84869002635308, 40.69767043932013, -73.84866742391601, 40.69764185971673, -73.84864721530315, 40.69761630177871, -73.8486144132493, 40.697577599584356, -73.84853358519297, 40.69747370543224, -73.84852124352685, 40.697461199064136, -73.84846742045781, 40.697385419321776, -73.84845726370254, 40.69737258443422, -73.84840778407401, 40.69730622525309, -73.84834815276604, 40.69722642241192, -73.8483145272702, 40.69718110116904, -73.84830092811252, 40.697161781633305, -73.8482879458663, 40.697143294083325, -73.84824220971737, 40.697079708842985, -73.84822864431513, 40.69706169148583, -73.84819610657838, 40.697017812463635, -73.84816864897955, 40.69698138918392, -73.84815153116202, 40.69695636023315, -73.84811076415177, 40.69689970464479, -73.84806990159731, 40.696837759297296, -73.84802565315596, 40.69677622550122, -73.84800296801068, 40.69673695565456, -73.84798964700599, 40.69672181843424, -73.84794995286018, 40.69665865619045, -73.84793244120226, 40.69663207690123, -73.8479077489717, 40.69659460541071, -73.84786901657726, 40.696538837627386, -73.84786173734192, 40.696525036635755, -73.84782554463952, 40.696472651822866, -73.84780066493373, 40.69643805900333, -73.84778577655808, 40.69640987664327, -73.84774849678186, 40.69635588385076, -73.84770334940896, 40.696290360361054, -73.84766928802918, 40.69623011412969, -73.84765156454918, 40.69620054300849, -73.8476371024684, 40.69617587769921, -73.8476020891411, 40.69611754017665, -73.84758700662643, 40.696094646250565, -73.8475653007706, 40.696056264616665, -73.84754782466537, 40.69602979607678, -73.84752814231469, 40.695996983192316, -73.84751672855296, 40.69597678034994, -73.84749534911411, 40.69593900788204, -73.84746577587691, 40.695888541712534, -73.84745871223144, 40.69587521284903, -73.84742355445431, 40.69581654188794, -73.8474072822719, 40.69578880069461, -73.84739573015281, 40.69576549718664, -73.84736366574184, 40.69570608288132, -73.84735642082133, 40.69569236564925, -73.84733649604217, 40.695655453269374, -73.84731341400456, 40.69561366311568, -73.84729167427766, 40.695575226451105, -73.84726207637263, 40.695519139185606, -73.84713521703917, 40.6952774691159, -73.84702593348291, 40.6950669764438, -73.84691183842601, 40.69478143292252, -73.8467376770837, 40.69441671984996, -73.8467186684078, 40.694376873800664, -73.84667539732519, 40.694286707116646, -73.84665378043, 40.69424253781477, -73.8466314739177, 40.69419626308801, -73.84659896312844, 40.69412682343769, -73.84656630391699, 40.694058158922246, -73.8465217384085, 40.693962562151185, -73.84649713914547, 40.6939014141485, -73.84645461332202, 40.693820801924204, -73.84641808734813, 40.69374061282714, -73.84638208549782, 40.69366970151449, -73.84634204493094, 40.69358427391163, -73.84630786219104, 40.69351519214624, -73.84627344181759, 40.693421436863304, -73.84623899897373, 40.69336927449035, -73.84619711721595, 40.69327694913583, -73.84616119006809, 40.69320617562777, -73.84612462433698, 40.69312864559593, -73.84608428728085, 40.69304534901754, -73.84604476630061, 40.69295554730003, -73.84600166933166, 40.69287069811388, -73.8459795033034, 40.69282699800992, -73.84595422553441, 40.692777257588865, -73.84589074422921, 40.69263300836168, -73.84588274517883, 40.69259982270214, -73.84583685809443, 40.692509706207126, -73.84578315330216, 40.69240169230033, -73.84574064589286, 40.6923139072223, -73.84568400548856, 40.69220159657916, -73.84564134461988, 40.69211633089539, -73.8455998448204, 40.69203397451343, -73.84558474352744, 40.692004048168805, -73.8455418963844, 40.69192116405639, -73.8454847920874, 40.69180511284974, -73.84544242147392, 40.69172040309438, -73.84538922037724, 40.69161612590221, -73.84534279168167, 40.69152495756924, -73.84530169221183, 40.6914422134889, -73.8452383883996, 40.69128636278452, -73.84518632568053, 40.691192445641136, -73.84514750346194, 40.69111604688889, -73.84510507399945, 40.69104227367048, -73.84505853021288, 40.690953624699915, -73.84502672215741, 40.69089625961775, -73.8449725671691, 40.690795747788215, -73.84494605844904, 40.69074334715375, -73.84470930646715, 40.69026955176291, -73.84467541019173, 40.69020337672701, -73.84465775183985, 40.69016234165511, -73.84462537352714, 40.6900997148791, -73.84459689473604, 40.69005021926074, -73.84457798980846, 40.6900136400398, -73.84436744636044, 40.68956707303159, -73.8443024369326, 40.68944267624366, -73.84439627784903, 40.689416098405054, -73.84502643415502, 40.68923763195231, -73.84590370571341, 40.6889874133158, -73.84708216284189, 40.68865193614925, -73.84752965205932, 40.68852313945237, -73.84792690320869, 40.68841184908363, -73.84849285534914, 40.688252039212934, -73.84865214103907, 40.68821482342036, -73.84871411880319, 40.688197139560884, -73.8487851417572, 40.688176874972015, -73.8489093824033, 40.68814142460344, -73.84896670543526, 40.68812506905924, -73.84904067280237, 40.68809746177756, -73.84907866938002, 40.68808354193011, -73.84969788932129, 40.68790364966478, -73.84981328181529, 40.68787479384038, -73.85001184233629, 40.68780830395421, -73.85044837930846, 40.68768342949023, -73.85057070409802, 40.68766062887228, -73.8510050643415, 40.687536445568234, -73.8514459382216, 40.68741097409336, -73.85187939925399, 40.687288578353076, -73.85230983791381, 40.68716592045456, -73.85306577295543, 40.68694991721657, -73.85313913030387, 40.686928819044745, -73.8532342278768, 40.686902103228114, -73.85336459289024, 40.68686554462553, -73.85354974025807, 40.68681352172646, -73.85381363252247, 40.68673780788969, -73.8539959702434, 40.68668549163818, -73.85483978475233, 40.68644565072829, -73.85568583571332, 40.68620543992665, -73.85653055241526, 40.68596287900233, -73.85737496004845, 40.68572311659842, -73.85812564038409, 40.68551113673423, -73.85820008723584, 40.685483533160905, -73.85829834286436, 40.68546066675241, -73.8586281459909, 40.68536428055984, -73.85874503841585, 40.68533322036666, -73.8590556909827, 40.6852394353406, -73.8591556159854, 40.68521615330649, -73.85959324584194, 40.685093669677784, -73.85969910707988, 40.685063364094795, -73.85993524471345, 40.68499575834092, -73.86047721888106, 40.68484256828181, -73.86080538704948, 40.68474042858152, -73.86159696719525, 40.68451863831447, -73.86167801754691, 40.684495928428305, -73.8620854566719, 40.68438478513784, -73.86212319508181, 40.68437495261341, -73.86219936587975, 40.684352606624955, -73.86256647642237, 40.6842491460514, -73.86300113280265, 40.68412375795957, -73.86342138993254, 40.684004203582965, -73.86386993619637, 40.68387787414894, -73.86429234586967, 40.68375814353753, -73.86472581188934, 40.68363440177326, -73.86539976157235, 40.68344148320724, -73.86629521141718, 40.6831885089891, -73.8663171792275, 40.68335677683508, -73.8664690321957, 40.68411293997704, -73.86649142380274, 40.68434346535984, -73.86652160958026, 40.68462147131509, -73.86658793112741, 40.68518036181253, -73.86659847681071, 40.68526924044176, -73.86662485998966, 40.6853711201485, -73.86687058207313, 40.68633027278054, -73.86701802636651, 40.68683003438475, -73.86724697535607, 40.687639890151516, -73.86727667718668, 40.68774494781864, -73.86736833821793, 40.68810607516314, -73.86741240190788, 40.688281471414896, -73.86744718523755, 40.68837704976499, -73.86747242654612, 40.688446404940635, -73.86749176200517, 40.688532576720235, -73.86762340222639, 40.689145023076314, -73.86776831821345, 40.689802968563065, -73.86790947476852, 40.69047594267881, -73.86804245551812, 40.691105953563834, -73.86805885280624, 40.691183639005764, -73.86858392881852, 40.69386129669764, -73.86900953335582, 40.69434971268229, -73.86911282550045, 40.69451542747207, -73.86841073731942, 40.69469319152488, -73.8683736897768, 40.69471735676906, -73.868341596888, 40.694734456835754, -73.86828331831657, 40.694760317742144, -73.86824797756, 40.6947703063109, -73.86727479135163, 40.69496789815632, -73.86681433178624, 40.695065036828694, -73.86455708253824, 40.6955201399225, -73.86368655575838, 40.69569110756279, -73.86236825330607, 40.69594947007349, -73.86206140986158, 40.69600968387879, -73.86016362930035, 40.69638433971138, -73.85928497693374, 40.696553400130874, -73.85833077934532, 40.69674339507593, -73.85744446321466, 40.696912675152895, -73.85677973922633, 40.697030638445014, -73.8565718424061, 40.69706437844315, -73.8556742063342, 40.697179039846716, -73.85520014136829, 40.6972417676111, -73.85497854212389, 40.69727108758237, -73.85478794950002, 40.697296306591156, -73.85304247176413, 40.697522641452956, -73.85277238170816, 40.697556802150466, -73.85272830739332, 40.69764136702817, -73.85270760294786, 40.697795087024794, -73.85270444197238, 40.69790197754661, -73.85270712571368, 40.698011099815474, -73.85270316669302, 40.69810646544082, -73.85271293967962, 40.69819756669662, -73.85273765611296, 40.69829627840081, -73.85278142950852, 40.69842855140116, -73.85286077819327, 40.69862727733695, -73.85292864768161, 40.69875640676737, -73.8530393320509, 40.69894700314956, -73.85329367591446, 40.69925954104693, -73.85351051539642, 40.69956192237613, -73.85366779623325, 40.69974835131749, -73.8539076510736, 40.69999366228521, -73.85456630571791, 40.70059373399356, -73.85435481615592, 40.70071036219479, -73.85430800000752, 40.70072626003905, -73.85428835448252, 40.700732909774196, -73.85420700426405, 40.70075540874021, -73.85415925217211, 40.7007637068076, -73.85409973711336, 40.7007695045284, -73.8540169691106, 40.70077154460352, -73.85391032166956, 40.70076307053716, -73.85380124400167, 40.70074267859425, -73.85319065579797, 40.700574167297034, -73.85303582360369, 40.70053857232596, -73.85293647475393, 40.70051617663527, -73.85283701875284, 40.70050268679822, -73.8526848915782, 40.70048913217438, -73.85252107224127, 40.70047110662858, -73.85232212979638, 40.700457489728564, -73.85212315897773, 40.70045723426467, -73.85193589142143, 40.70045699351268, -73.85177785526906, 40.700470151920314, -73.85166663566571, 40.70048337045571, -73.85154350673714, 40.70051682426684, -73.85139722959892, 40.70057655385701, -73.85130122577314, 40.70062173289066, -73.8502317105819, 40.69915853375304, -73.85004752844426, 40.6989991110658, -73.84998810487224, 40.698942177907846, -73.84997407718524, 40.698923628856306, -73.84994905676247, 40.69888704619635, -73.84981335760189, 40.698628836951066, -73.84976270753157, 40.6985426808488, -73.84972268775635, 40.69848837806231, -73.84965579166128, 40.698403211073966, -73.84962374705488, 40.698362412865684, -73.84953641475624, 40.69825122487758, -73.84947762848994, 40.69819549536857, -73.8491982414836, 40.698267153621536, -73.8491982414836, 40.698267153621536 --73.83754416470651, 40.69136382695374, -73.83666539849443, 40.691613705098035, -73.83578409182175, 40.69186394662213, -73.83502432615592, 40.6920781360985, -73.8348394650837, 40.692136069402686, -73.83389434365253, 40.692401356015864, -73.83301744006505, 40.69264861101505, -73.83217688124583, 40.69288945384963, -73.83133291311337, 40.69312727512979, -73.83052271330246, 40.693357039827085, -73.82970472493085, 40.69359209402955, -73.82887406104958, 40.693827534207344, -73.8281213789692, 40.694041258210675, -73.82800784879134, 40.69406686672899, -73.82784872665209, 40.69411102328245, -73.82696440074977, 40.69432840053279, -73.82682770252346, 40.694356919534926, -73.82629088036357, 40.69449075545225, -73.82622896223872, 40.69450280811801, -73.82606795887341, 40.69453389020306, -73.82600280023337, 40.694549970353606, -73.82588458991223, 40.694566214257385, -73.82573563327134, 40.69457402769835, -73.82551803615905, 40.694594642175886, -73.8253428048278, 40.69462495334785, -73.82516714034104, 40.69466653353392, -73.82479475280923, 40.694772442260906, -73.82430412318995, 40.69491032040203, -73.82392051962853, 40.695019652745415, -73.82385362236411, 40.69503871962828, -73.82375009611154, 40.69506822497907, -73.82366704557738, 40.69509171645683, -73.82362931802368, 40.69510238917687, -73.82298397776499, 40.69528493225378, -73.82290991462743, 40.69530588134832, -73.82284987860115, 40.69532286270807, -73.82278172439196, 40.69534231515503, -73.82270396406254, 40.695364509238516, -73.82121737422172, 40.69578878593462, -73.82109261665063, 40.69582439291864, -73.82102415125064, 40.69568744789445, -73.82089948252981, 40.69543808159863, -73.8208531643337, 40.695345433016975, -73.82075543880838, 40.69537301670332, -73.8200595683471, 40.695569430762745, -73.81993146670025, 40.69560558957988, -73.81983184761285, 40.69563352612334, -73.81979398259908, 40.695645687723115, -73.81949593921739, 40.69577214638044, -73.81937831720904, 40.695772479640645, -73.81934129989187, 40.69577258363239, -73.8191897989699, 40.69578846582852, -73.8190529676972, 40.695813100477714, -73.81902334311779, 40.69582174836482, -73.81889962527345, 40.695857865200075, -73.81880559510282, 40.69588124764349, -73.81873033990094, 40.69589996069816, -73.81803957675524, 40.69609705588448, -73.81794868497299, 40.69612299014541, -73.81788243014608, 40.696141894283734, -73.8178161349686, 40.696160829838085, -73.81774238480706, 40.69618189587274, -73.81713972874365, 40.69635403321782, -73.81710518905447, 40.69636390020316, -73.81702977599365, 40.6963854395109, -73.81698231799268, 40.696397675886686, -73.81619324601074, 40.69662240160382, -73.81533908095638, 40.69686533305508, -73.81439134416831, 40.69713268864737, -73.81418974175858, 40.69717130339278, -73.81396739420289, 40.6971935219077, -73.81387725683902, 40.69719562295987, -73.81375879959297, 40.69719840123108, -73.8136702577653, 40.69705675918285, -73.81346337697838, 40.696725803773276, -73.81312671895958, 40.696184261817784, -73.81264205025836, 40.695398221478264, -73.81235375446525, 40.694891456304866, -73.8121265632506, 40.694452589894595, -73.81208008527477, 40.6943187722558, -73.81193999721174, 40.694064899919255, -73.81188272183113, 40.69396119847754, -73.81182498457082, 40.69385646786243, -73.81176244117393, 40.693743124936134, -73.81152027381144, 40.69338376983697, -73.8112988337715, 40.69298664187523, -73.81079759138517, 40.69210085666723, -73.81077322150574, 40.69205653737178, -73.8107031863813, 40.69192917130565, -73.81063620347717, 40.69180735378787, -73.81030808963978, 40.691210630958174, -73.80952421861898, 40.68983621878474, -73.80946291170962, 40.68972548807992, -73.809409308196, 40.68962867225577, -73.80879293548166, 40.68851538619907, -73.80870777011926, 40.68835375700788, -73.80851508857639, 40.68802319407449, -73.80828889007947, 40.68766043466484, -73.80800840746296, 40.687167896466335, -73.807993310742, 40.687141387110835, -73.80795430174665, 40.68707274054023, -73.80799354516388, 40.687059976378634, -73.80805597713, 40.68703707775828, -73.8082584274631, 40.686962821046954, -73.8089333817842, 40.686736040283336, -73.80916938979061, 40.686651201692, -73.81002458502842, 40.68635955106843, -73.81047225876308, 40.686200303636554, -73.81077389235074, 40.686064028803344, -73.81086181468608, 40.68602430661576, -73.81164514228642, 40.68565516609429, -73.8124368152485, 40.685286447177596, -73.81326084038471, 40.68490881698638, -73.81336743971765, 40.68484626089512, -73.8135918060397, 40.68470928510123, -73.81377910359251, 40.6846333939131, -73.81384012203846, 40.6846186764569, -73.8138586973062, 40.68461802301477, -73.81393688438274, 40.6845971683469, -73.81426760867114, 40.68450297197011, -73.8147727204136, 40.684360173683025, -73.81513769002079, 40.684257306628666, -73.81561885957406, 40.68412068962797, -73.81602822489164, 40.68400396169941, -73.8163353634474, 40.68391764080779, -73.81691309223, 40.68375249374802, -73.8170170989972, 40.68372493410363, -73.81716255704544, 40.683683885671115, -73.81778573005036, 40.683502194614356, -73.81800255244077, 40.68343883345886, -73.8182817359146, 40.68335373468416, -73.81867625645357, 40.68324888501868, -73.81954355589242, 40.68300151333685, -73.82042054030191, 40.68275421057036, -73.82087936635716, 40.68261812384515, -73.82118681232467, 40.68253903243698, -73.82130358785824, 40.6825024322729, -73.82221145353824, 40.68224385603749, -73.82307259702195, 40.68199555944525, -73.82390086351431, 40.681759906076216, -73.82472571441565, 40.681524491887934, -73.82555516929565, 40.68129355883572, -73.82569374950731, 40.681250021781665, -73.82574395594189, 40.6812350826227, -73.82592874156042, 40.681188910100886, -73.8260377268946, 40.68116389739751, -73.82636457853984, 40.68106333068345, -73.82718332483631, 40.68082888744317, -73.82805168770177, 40.68058727418799, -73.82852747432155, 40.68045289149972, -73.82897167550038, 40.68032623675718, -73.82949171898298, 40.68017564263237, -73.82998780353408, 40.68003572780089, -73.8304329859084, 40.67990943808003, -73.83086704411018, 40.67978596511057, -73.83174575803467, 40.67953697838252, -73.83255960623079, 40.68119875031633, -73.83279303144947, 40.68167266202369, -73.83351415003978, 40.68314410211359, -73.8337553514997, 40.68362407084898, -73.83378994265348, 40.683692902197414, -73.8336965909129, 40.68373451071697, -73.8335241320718, 40.683805831615814, -73.83354296122228, 40.6838459408022, -73.83365540463106, 40.684085506359374, -73.83426544800442, 40.68532702403143, -73.83480836002721, 40.68642568231775, -73.83503712397528, 40.6869054393768, -73.8350807019469, 40.68699524177734, -73.83518768773898, 40.68720827053165, -73.83524646666525, 40.68732429692401, -73.83551869443859, 40.6872467791866, -73.83592065751702, 40.68806553310385, -73.83634617226959, 40.688927317701975, -73.83692335947877, 40.690104170742124, -73.83754416470651, 40.69136382695374, -73.83754416470651, 40.69136382695374 --73.7698929126055, 40.696311737122166, -73.76605092999706, 40.69215901200005, -73.76609687910353, 40.6921655936184, -73.76616296126423, 40.69217505815746, -73.76631464852439, 40.69219678594755, -73.76472741189296, 40.68925001155259, -73.76465468391832, 40.68929995407403, -73.76457039085648, 40.68935784066042, -73.76443312065841, 40.68945210768295, -73.7643535886566, 40.689506723274285, -73.76431064437867, 40.68940032394776, -73.76413849021279, 40.68908070478889, -73.76400757238653, 40.688813431410914, -73.7635724885616, 40.6879396342043, -73.76329393410325, 40.68737645560579, -73.76325810962025, 40.687300424217426, -73.76323649334061, 40.687215296213374, -73.7632159541158, 40.68713369864544, -73.7631270342281, 40.68688666596403, -73.76309060498072, 40.68680783806872, -73.76294870586932, 40.68600814976443, -73.76066613140452, 40.68261199336958, -73.75800951821309, 40.67923896381944, -73.75633959653076, 40.676802654089414, -73.75705359339867, 40.67647578638197, -73.7570912677137, 40.67646289486289, -73.75770945548132, 40.67619817265297, -73.75789912388757, 40.67612304905155, -73.75801010638246, 40.67607855468983, -73.75881306387187, 40.67574548477079, -73.75950917223696, 40.67544688653052, -73.76031462403728, 40.67510965455984, -73.76114910549398, 40.674763301842596, -73.76200643953658, 40.67440513862963, -73.76222966099303, 40.67431219210205, -73.76238589679048, 40.674248237683464, -73.7624552586464, 40.67421341829129, -73.7624859909505, 40.674194663608645, -73.76251488842098, 40.67421354139165, -73.76296633021822, 40.67445086829872, -73.76339039423993, 40.67468080690296, -73.76349517588098, 40.674733873754874, -73.7635391922996, 40.67474234715119, -73.76367676231496, 40.674745208891416, -73.76368305060228, 40.67457812074951, -73.76371011930496, 40.67437619731215, -73.76372565754403, 40.6742602811961, -73.76373158732343, 40.674216046409406, -73.76377113513503, 40.673938293418914, -73.76380483316613, 40.67376962258712, -73.76383070805146, 40.67364010102627, -73.76388224927402, 40.673454245279885, -73.76404718200375, 40.67284629340788, -73.763927630616, 40.67283830010045, -73.76384054950756, 40.67280243744242, -73.76350791260053, 40.672623973820556, -73.76297384216761, 40.672337190683976, -73.76240480140682, 40.67203163536829, -73.76225096751294, 40.67194282901822, -73.76251914088412, 40.67189291963296, -73.76263832199434, 40.67187017264366, -73.7628333791394, 40.67183285038861, -73.76293350846588, 40.67181284912163, -73.76288493365938, 40.67165894675555, -73.76283515444982, 40.67150122818671, -73.76261471855703, 40.670802788785856, -73.76259716416415, 40.67074251506925, -73.76259800539285, 40.67072215427726, -73.76292441045454, 40.669314174739405, -73.76293779665856, 40.669219152564324, -73.76298547977933, 40.66906238763804, -73.76342459358216, 40.66808425366503, -73.7634492908078, 40.66800359814386, -73.7634776469264, 40.667910984944335, -73.76360251691098, 40.667353815867244, -73.7636444301844, 40.66716278844241, -73.76375687562215, 40.66709429270222, -73.76603180451283, 40.66735878218837, -73.76648061955979, 40.667404708349046, -73.76675401497677, 40.667432681986604, -73.76679370673337, 40.66736032921778, -73.76685981855236, 40.6672294548276, -73.76695827943207, 40.6670347604192, -73.76698821706505, 40.666911086157306, -73.76709360571681, 40.66676663660705, -73.76712953400428, 40.66669551701379, -73.76534694989078, 40.666492378473436, -73.7647061135575, 40.66641608600677, -73.76445630684134, 40.666392861001654, -73.76420688081973, 40.66637071955831, -73.76353170973637, 40.666287013633514, -73.76388466780965, 40.66545962752067, -73.7640733520557, 40.66502790410665, -73.76416123581934, 40.6648078254131, -73.76468300877033, 40.66357706728482, -73.76473330766414, 40.66345858707532, -73.76478909416379, 40.66332717669923, -73.76495890998943, 40.66292716097877, -73.76523576503305, 40.66227418694878, -73.76549962459661, 40.66166321927259, -73.76578781082878, 40.6609748549056, -73.76598831144148, 40.66049672324207, -73.76615879535257, 40.66008484986393, -73.76652749771155, 40.660135326410106, -73.76660164578574, 40.659881248471635, -73.76681339269821, 40.659052209198556, -73.76696130251487, 40.65847816642877, -73.7662734745569, 40.65854441879372, -73.7661228238393, 40.658554106547506, -73.76614222229625, 40.65848940671556, -73.7661500867134, 40.658463177953834, -73.76606701385514, 40.657865931927105, -73.76596247499461, 40.65718270099581, -73.76589141686877, 40.65673266739494, -73.76582365529, 40.656303486576086, -73.76644724824081, 40.65624052399082, -73.76664945125309, 40.65622085729608, -73.76674026896761, 40.65621881001945, -73.76686039169324, 40.65621459058538, -73.76695418079773, 40.65620139532106, -73.76706264785464, 40.65617930555279, -73.76735273263061, 40.656159812863244, -73.7687779891697, 40.65694527291972, -73.76887556798984, 40.65700497719362, -73.7691139493778, 40.65713202762452, -73.76967794089734, 40.657432618131764, -73.76976143966723, 40.65748191856368, -73.76990052172683, 40.65755073274086, -73.77049976866581, 40.65787572625877, -73.77203299418395, 40.65866553766055, -73.77294479363914, 40.659137044064586, -73.77307608253575, 40.659210763933615, -73.77331157713938, 40.659346396265946, -73.77366847931138, 40.65956732743782, -73.77382964101687, 40.65965083983097, -73.77394814512155, 40.659735476670804, -73.7740794160557, 40.659815872701834, -73.77423698688116, 40.659898547187915, -73.77439751136156, 40.65997232201252, -73.77459890012278, 40.66006398716821, -73.77473026032486, 40.6601176714175, -73.77489960041879, 40.66017810629721, -73.77508645607081, 40.66024525432862, -73.77523246401792, 40.66029006140501, -73.77539299270914, 40.66034598204391, -73.77550144479808, 40.660432456314155, -73.77574514306528, 40.66051615858008, -73.77596155257797, 40.66058516473629, -73.77668301811795, 40.6608152113179, -73.77678586807207, 40.66085591450286, -73.7769657660418, 40.66095168968536, -73.7772660608538, 40.661057906061345, -73.77847181310051, 40.661617712602435, -73.77864652165653, 40.661705338954384, -73.77876370342075, 40.66176411074181, -73.77913689364452, 40.661930914237004, -73.77982016747958, 40.6622020142406, -73.78043060337517, 40.66242331833861, -73.78103058000877, 40.66262157570457, -73.78140623033919, 40.6627409281375, -73.7818373152081, 40.66287238480205, -73.7822655438513, 40.66299939037863, -73.78486902961923, 40.66370964451122, -73.78507101601457, 40.66376838560346, -73.78533459033768, 40.66385540411041, -73.78549972518664, 40.66391955172745, -73.78571276984461, 40.66401622775058, -73.78586159068803, 40.66409248434777, -73.78606037123014, 40.6642082295697, -73.78626354130664, 40.664339762390625, -73.78689048564105, 40.66479536599646, -73.78703633234257, 40.664888856881234, -73.78711342143845, 40.66493174628765, -73.78713433873699, 40.66494227873905, -73.78740902740192, 40.665072324503285, -73.7876929850395, 40.66516303495273, -73.78800069756257, 40.66523317560872, -73.78833705825564, 40.66526005141109, -73.78862852675964, 40.66526515836468, -73.78871617376866, 40.66526083929648, -73.788789653332, 40.66525721636648, -73.78903404995802, 40.6652404865338, -73.7893075234199, 40.6652217922792, -73.78997871849363, 40.665175874785724, -73.79003365747842, 40.66517211635239, -73.79014005507784, 40.66516044977217, -73.790033424721, 40.66524605930478, -73.78992405402644, 40.66531738961499, -73.78984129021636, 40.66538207127553, -73.78973881599735, 40.6655111966784, -73.78967255148046, 40.66560327422905, -73.78960478886466, 40.665719578351265, -73.78958879353775, 40.66577971993967, -73.78953657417604, 40.665976084225676, -73.78953199115408, 40.666009937135854, -73.78948957918853, 40.66631413570836, -73.78947253566807, 40.666435771761144, -73.78944776611088, 40.66661281517341, -73.7894376249354, 40.666685537785746, -73.78940998379878, 40.66684084371921, -73.78938047445023, 40.66695817046347, -73.78931805483715, 40.66740378482547, -73.78925058598655, 40.667884853191566, -73.78915781341654, 40.66833778435487, -73.78893158386613, 40.669413748066425, -73.78883106688913, 40.669823168760296, -73.78847620069264, 40.67132618917798, -73.78831982761227, 40.67197748388628, -73.78808541550268, 40.67300930779096, -73.78805368718798, 40.67316342068239, -73.7880545313161, 40.67318586223859, -73.78806328800647, 40.67323584719744, -73.78807161679482, 40.67324965216751, -73.78829926012739, 40.673494001703986, -73.78866170092837, 40.67380116643448, -73.78918018667727, 40.6742654925131, -73.78935404755045, 40.6744360880262, -73.78944939130344, 40.67455568108049, -73.78953794518769, 40.67467937249565, -73.78968640911525, 40.67488674049299, -73.78988966059933, 40.675201374438196, -73.78993020834571, 40.67526456304565, -73.79000155907968, 40.67536766206461, -73.7903435582257, 40.67603934143171, -73.79055864023384, 40.676445293743335, -73.7906625630751, 40.67667004847018, -73.79095228889163, 40.67732442819892, -73.7910009297928, 40.6774361851985, -73.79112836722517, 40.67777292366923, -73.79120613550434, 40.67798265207778, -73.79145856089157, 40.678649110688795, -73.79172164051505, 40.67934095553185, -73.79186822208915, 40.679746492116095, -73.79200373286038, 40.68016674183466, -73.79209251655757, 40.68047597138, -73.7922722935453, 40.681093715602216, -73.79228664806953, 40.68114567341629, -73.79248894892065, 40.681847719244914, -73.79250922684338, 40.68191973230827, -73.79257645674534, 40.682163941257244, -73.79258924146549, 40.68221037332763, -73.7926634059556, 40.68247975965178, -73.79267323632772, 40.682516538252685, -73.79267114801007, 40.6826163765643, -73.79267049238929, 40.682711967017894, -73.79258728533082, 40.683291109444895, -73.79258158773978, 40.68338905105564, -73.79256880529525, 40.68347757760083, -73.79256939019218, 40.68402995994906, -73.79257450383184, 40.684165787754026, -73.79258952112392, 40.68424265138525, -73.79262613662668, 40.684370859959614, -73.79272053476559, 40.68464737149755, -73.79274952588896, 40.68474194371274, -73.79276986289753, 40.684797601631196, -73.79280097961784, 40.684841637081334, -73.79325349202313, 40.685437071801715, -73.79384965258754, 40.68620927408924, -73.79390841279695, 40.68630437298814, -73.79379282508661, 40.6863423108801, -73.79361748861746, 40.6864111877071, -73.79346683501828, 40.686473840077525, -73.79337256488316, 40.686513044110164, -73.79317220641542, 40.686596369133326, -73.79248042007563, 40.68688931508432, -73.79210698150514, 40.687047219220986, -73.79073549160745, 40.687625317661954, -73.79038466795879, 40.687753295362555, -73.79033039705753, 40.68777005415367, -73.79025397534326, 40.68779365519178, -73.78996220577316, 40.687863344362256, -73.78975063764796, 40.687915349135245, -73.7896263080145, 40.68793874244817, -73.78945535114465, 40.68798990058666, -73.78924567364588, 40.68804271835548, -73.7891487648799, 40.68806712942372, -73.78867911522319, 40.68817986713925, -73.78764208632194, 40.688434538557324, -73.78711437345801, 40.68856775212827, -73.78704684475916, 40.688588401189286, -73.7869949637068, 40.6886042650164, -73.78691794495077, 40.6886278159086, -73.78666875977453, 40.688704010665376, -73.78643950175433, 40.68878139632696, -73.7858049903134, 40.68899658044161, -73.78541691355613, 40.68912694917965, -73.78511568513096, 40.68923489657292, -73.78479239183883, 40.68936128140604, -73.78409902385468, 40.6896474435769, -73.78326624988425, 40.68999397445033, -73.78242710859689, 40.69034405510491, -73.7816029571216, 40.69068659105466, -73.78093750504742, 40.690963165143, -73.7808730243293, 40.69099064319638, -73.78078154612982, 40.691029627911355, -73.78068201433959, 40.69107088631711, -73.7802997749325, 40.69122932791816, -73.77977260846649, 40.69145028397537, -73.7796975313344, 40.69148238415192, -73.77952525004477, 40.69154939840576, -73.77938690797414, 40.691597581943135, -73.7791983708198, 40.69165025624705, -73.77901739665228, 40.69170081954755, -73.77829744745887, 40.69187498321548, -73.77821344059247, 40.691895304483666, -73.77810529711061, 40.69192114074087, -73.77738822516908, 40.69209245504048, -73.77728100340761, 40.692118068978644, -73.77729558526775, 40.69221146178502, -73.77730133165647, 40.69224825267532, -73.77720333794404, 40.692295379712114, -73.77718456654142, 40.692304407962894, -73.7769158010428, 40.69244925216278, -73.77687583714004, 40.692465993622775, -73.77671418528747, 40.69253369966518, -73.77665528026839, 40.69255849543261, -73.7764767442006, 40.69265828347017, -73.77642505630227, 40.6926871742749, -73.77588478134705, 40.69298914879731, -73.775798921222, 40.69303713664636, -73.77572272247032, 40.69307905036963, -73.77509717716428, 40.69342314320907, -73.77503078592164, 40.69345966263902, -73.77496130211341, 40.693499995070994, -73.77489255200005, 40.69353990205158, -73.77479844848651, 40.693592223421135, -73.77421819794286, 40.693914828247976, -73.77413557108625, 40.69396076532075, -73.77404653503798, 40.69401023688258, -73.77344700160901, 40.69434334679866, -73.7733764348208, 40.69438255409842, -73.77329842929765, 40.69442569636422, -73.77269562911623, 40.69475907959084, -73.77261405595176, 40.694804193679666, -73.77258091083131, 40.69481973592657, -73.77190806719828, 40.695202410404946, -73.77185784413193, 40.69521973943863, -73.77178081312267, 40.69525654567796, -73.7710995796634, 40.69563974089969, -73.77094736670944, 40.695724221613396, -73.77058192888025, 40.69592703998953, -73.77034371977874, 40.69605924597564, -73.7698929126055, 40.696311737122166, -73.7698929126055, 40.696311737122166 --73.94564165734843, 40.69203313530051, -73.94560669388223, 40.69185769701196, -73.9454955211098, 40.69129982239755, -73.94534976153719, 40.69056698759137, -73.94522511042292, 40.689950947464, -73.945198806005, 40.68983956664569, -73.94517708937003, 40.68972112978117, -73.94505644375384, 40.689102033168616, -73.94491170706691, 40.688369904992896, -73.94487101883033, 40.68816930240702, -73.94476455273359, 40.687636845175646, -73.94462127687731, 40.686904045415815, -73.94447527512533, 40.68617116034621, -73.94432825119699, 40.685437988165276, -73.9441832411549, 40.68470523904625, -73.94403663879096, 40.68397217102068, -73.94389113852763, 40.68323916811488, -73.94321258648822, 40.68331805977749, -73.94105782635923, 40.683566560910315, -73.93822325222574, 40.68389298455217, -73.93807695193475, 40.68316058977675, -73.93793221027957, 40.68242702942225, -73.93778800951117, 40.68169401932457, -73.93770920902045, 40.681303718064015, -73.93764243228873, 40.68096268769201, -73.93739763139821, 40.679729588275954, -73.93843612622358, 40.679785533858, -73.94013578851335, 40.67987908285037, -73.94032793703632, 40.67988965744575, -73.9405761847785, 40.67990329544028, -73.9409490042748, 40.67992377417047, -73.94120863912504, 40.67993803439666, -73.94122890353472, 40.67971296113389, -73.94124626504855, 40.67952015271777, -73.94127654296565, 40.67918386378741, -73.94129291648787, 40.67901125699338, -73.94137326893022, 40.67816422791176, -73.94138108370586, 40.67807292600136, -73.94138394856108, 40.67804865048357, -73.9413932629523, 40.67796966657602, -73.94139830478248, 40.677913766087656, -73.94146280003146, 40.67719896305739, -73.94153520351492, 40.67642047863195, -73.94160931957906, 40.6756428702582, -73.94321904804578, 40.675729491416675, -73.94437626832915, 40.67579358893099, -73.94714602348702, 40.67594404693052, -73.94722949239392, 40.67505239439285, -73.94728668763123, 40.67444656757453, -73.94731223338506, 40.67416156803925, -73.94739574400525, 40.67327136504002, -73.94748049924962, 40.672379330805924, -73.94756374636272, 40.67148764332663, -73.94763210050202, 40.670760925158476, -73.94764128607933, 40.670663558397905, -73.94764759267626, 40.670596676378075, -73.947656786572, 40.670499201556325, -73.94770409291267, 40.66999417522023, -73.94773123674078, 40.66970437371808, -73.94781616960749, 40.66970901571057, -73.94799616460126, 40.669718847997984, -73.95036473471299, 40.66984823576768, -73.95050159150358, 40.669855710478025, -73.95064389084399, 40.669863435002384, -73.95223603637751, 40.66994984693021, -73.95327019433563, 40.67000688615267, -73.95505288016153, 40.67010331584317, -73.95526963696669, 40.67012459575795, -73.95553728398251, 40.67015086939135, -73.95575834093435, 40.67019238733234, -73.9579731604349, 40.670656958000805, -73.95789236491727, 40.670881149600426, -73.95765658984543, 40.67153536224764, -73.95733910980174, 40.67241357338716, -73.95702038544897, 40.67329359043032, -73.95670249796439, 40.67417056847765, -73.95660231950532, 40.67445045854623, -73.95638529034186, 40.67504958728238, -73.9563230225502, 40.67522213745235, -73.9560685199021, 40.675927367081414, -73.95575000581998, 40.67680712187768, -73.95547474007915, 40.67757556901549, -73.95519582099925, 40.678342734371604, -73.95517209052076, 40.67841912749192, -73.95516948342124, 40.67843340233463, -73.95516306718743, 40.678520412960815, -73.95516620722505, 40.67857553828628, -73.95528997087388, 40.67920204562247, -73.95538651735299, 40.679698795199485, -73.95543680866575, 40.67995754510462, -73.95544644294974, 40.68000376053612, -73.95548616519133, 40.68019432656819, -73.95564600947968, 40.68103181084569, -73.95566602036286, 40.68113664473003, -73.955696554821, 40.68122814964692, -73.95570726570165, 40.68131205378882, -73.9558192700615, 40.68186837063506, -73.95596604504132, 40.682599026682105, -73.95611154623347, 40.68333244026383, -73.95625780915859, 40.68406543964716, -73.95640328150824, 40.68479848980685, -73.95652703810299, 40.685418738551775, -73.95655080809755, 40.68553004923968, -73.95669901484452, 40.686263029682515, -73.95684164131255, 40.68699576643611, -73.95698652672444, 40.687728766739426, -73.95707488546223, 40.68817450171786, -73.95713186064224, 40.68846281695797, -73.95497567111202, 40.68871088196726, -73.95222236991236, 40.68902833564684, -73.9513187171987, 40.68913198334008, -73.95146464346084, 40.68986302504209, -73.95156290748047, 40.690353529239985, -73.95160519014533, 40.69056458862738, -73.9516115614506, 40.690596388431125, -73.95175746815043, 40.691328996509725, -73.9513849364448, 40.691371887874865, -73.94847596604843, 40.691706773026134, -73.94564165734843, 40.69203313530051, -73.94564165734843, 40.69203313530051 --73.8443024369326, 40.68944267624366, -73.84422111715618, 40.689465706718714, -73.84419150283635, 40.6894740936435, -73.84404539231566, 40.68951614697739, -73.84280499939557, 40.68986781138328, -73.84108065844572, 40.69035681701845, -73.83929991585957, 40.69086402553848, -73.8387071172212, 40.69103311703485, -73.8384188954705, 40.69111416426493, -73.83754416470651, 40.69136382695374, -73.83692335947877, 40.690104170742124, -73.83634617226959, 40.688927317701975, -73.83592065751702, 40.68806553310385, -73.83551869443859, 40.6872467791866, -73.83524646666525, 40.68732429692401, -73.83518768773898, 40.68720827053165, -73.8350807019469, 40.68699524177734, -73.83503712397528, 40.6869054393768, -73.83480836002721, 40.68642568231775, -73.83426544800442, 40.68532702403143, -73.83504157883058, 40.68510466105875, -73.83511085045217, 40.685087371389216, -73.83595081627604, 40.68484323192721, -73.83717650928496, 40.684495079342746, -73.83807768111981, 40.6842385919411, -73.83894068543667, 40.683993486016774, -73.83978599846242, 40.68375384663745, -73.84063003403229, 40.68351359503459, -73.84119605029785, 40.68335105379145, -73.84125178804857, 40.68333532665459, -73.84143406867082, 40.68328389290055, -73.84151391149301, 40.68326136483971, -73.84237027595815, 40.68301810793227, -73.84323089256411, 40.682774886466696, -73.84408914687552, 40.68252898443586, -73.844425088359, 40.68243663831013, -73.84451063630031, 40.682414778663215, -73.84461152995446, 40.68238584361479, -73.84494327002565, 40.68230954919561, -73.84506485880331, 40.6822829181387, -73.84518522266016, 40.68225854830072, -73.84530299997989, 40.682230877171754, -73.84575085467209, 40.68212894300748, -73.84583237145999, 40.68210613683602, -73.84671463451748, 40.681858179808025, -73.8468006436772, 40.68183468733924, -73.84757844648024, 40.681579547933644, -73.84786816554511, 40.681486520870635, -73.8480574195193, 40.68142844544426, -73.84812430919746, 40.681406257699386, -73.84816881277213, 40.68138610345988, -73.8484443369102, 40.68129038708653, -73.84869478700914, 40.68122109873423, -73.8492192817586, 40.68106998011808, -73.84930144139148, 40.68104635826566, -73.85014803044668, 40.68080779440738, -73.85090494824152, 40.6805887213927, -73.85099088408849, 40.68056805601772, -73.85168381880571, 40.68037118366421, -73.85223714460696, 40.680213516490376, -73.85246802656636, 40.68014862353116, -73.85257753901001, 40.680105137515724, -73.85267724940341, 40.68007909804275, -73.85308114072616, 40.67997507450862, -73.85340655798818, 40.67987401225858, -73.85346833143169, 40.67985369606596, -73.85372960901225, 40.67975871433129, -73.85392389123882, 40.67968583567417, -73.85439330260243, 40.67965979700514, -73.85451562041557, 40.679648549400234, -73.85673977010802, 40.67950951161945, -73.85721077033533, 40.67948554722988, -73.85770591465908, 40.67945935408159, -73.8577926795074, 40.67945540182484, -73.85819836018533, 40.67943052777248, -73.85858962016928, 40.679402414324215, -73.85874317073508, 40.67939306197278, -73.85952484985386, 40.67934515608272, -73.86017784348756, 40.67929876443637, -73.8602251113385, 40.67929540621093, -73.86046657420908, 40.67927825089413, -73.86057554523458, 40.67926763173519, -73.8609502738409, 40.6792464494128, -73.8614061871741, 40.67922067560381, -73.86209622233979, 40.67917904178868, -73.86234580396558, 40.67916446413176, -73.86243992776363, 40.67915653059271, -73.86275986319771, 40.67913709950091, -73.86296511531745, 40.67912463605922, -73.86298652043588, 40.67912333689189, -73.86305224550287, 40.679122699228124, -73.86330275270961, 40.679167062040605, -73.86334869399604, 40.67935089922178, -73.86378674366726, 40.68111342380621, -73.86381861585572, 40.68123999203645, -73.8639901984816, 40.681928242663915, -73.86410096096022, 40.68237253283899, -73.86489150476507, 40.68215017835688, -73.86499404440089, 40.68212864852544, -73.86602666644372, 40.681917736407264, -73.8662722779207, 40.683012840480814, -73.86629521141718, 40.6831885089891, -73.86539976157235, 40.68344148320724, -73.86472581188934, 40.68363440177326, -73.86429234586967, 40.68375814353753, -73.86386993619637, 40.68387787414894, -73.86342138993254, 40.684004203582965, -73.86300113280265, 40.68412375795957, -73.86256647642237, 40.6842491460514, -73.86219936587975, 40.684352606624955, -73.86212319508181, 40.68437495261341, -73.8620854566719, 40.68438478513784, -73.86167801754691, 40.684495928428305, -73.86159696719525, 40.68451863831447, -73.86080538704948, 40.68474042858152, -73.86047721888106, 40.68484256828181, -73.85993524471345, 40.68499575834092, -73.85969910707988, 40.685063364094795, -73.85959324584194, 40.685093669677784, -73.8591556159854, 40.68521615330649, -73.8590556909827, 40.6852394353406, -73.85874503841585, 40.68533322036666, -73.8586281459909, 40.68536428055984, -73.85829834286436, 40.68546066675241, -73.85820008723584, 40.685483533160905, -73.85812564038409, 40.68551113673423, -73.85737496004845, 40.68572311659842, -73.85653055241526, 40.68596287900233, -73.85568583571332, 40.68620543992665, -73.85483978475233, 40.68644565072829, -73.8539959702434, 40.68668549163818, -73.85381363252247, 40.68673780788969, -73.85354974025807, 40.68681352172646, -73.85336459289024, 40.68686554462553, -73.8532342278768, 40.686902103228114, -73.85313913030387, 40.686928819044745, -73.85306577295543, 40.68694991721657, -73.85230983791381, 40.68716592045456, -73.85187939925399, 40.687288578353076, -73.8514459382216, 40.68741097409336, -73.8510050643415, 40.687536445568234, -73.85057070409802, 40.68766062887228, -73.85044837930846, 40.68768342949023, -73.85001184233629, 40.68780830395421, -73.84981328181529, 40.68787479384038, -73.84969788932129, 40.68790364966478, -73.84907866938002, 40.68808354193011, -73.84904067280237, 40.68809746177756, -73.84896670543526, 40.68812506905924, -73.8489093824033, 40.68814142460344, -73.8487851417572, 40.688176874972015, -73.84871411880319, 40.688197139560884, -73.84865214103907, 40.68821482342036, -73.84849285534914, 40.688252039212934, -73.84792690320869, 40.68841184908363, -73.84752965205932, 40.68852313945237, -73.84708216284189, 40.68865193614925, -73.84590370571341, 40.6889874133158, -73.84502643415502, 40.68923763195231, -73.84439627784903, 40.689416098405054, -73.8443024369326, 40.68944267624366, -73.8443024369326, 40.68944267624366 --73.93822325222574, 40.68389298455217, -73.93529964489309, 40.68422917418759, -73.9344675354302, 40.68432489442583, -73.93419768587849, 40.684355935139294, -73.93237789036611, 40.68456507360982, -73.92977283102907, 40.68486550514579, -73.92947099563031, 40.68490030911599, -73.92943522954447, 40.68490441694639, -73.92931933969183, 40.68491767342968, -73.92652843242489, 40.68523686493332, -73.92518250624502, 40.68539070872806, -73.92325255900572, 40.68561146667935, -73.92059469116623, 40.685916078541034, -73.91927153001362, 40.686068762179204, -73.9191217426693, 40.68608604592604, -73.91784936347817, 40.68623285322799, -73.91786902451804, 40.68633655875249, -73.91789688888679, 40.68647540097843, -73.91790212949903, 40.686501325112864, -73.917915296135, 40.6865656357087, -73.91793159229134, 40.686647792219375, -73.91794116914046, 40.68669535069057, -73.91795791972464, 40.686778388222834, -73.91799578691864, 40.68696507014835, -73.918030466557, 40.68713603851963, -73.91804606794655, 40.68721293461131, -73.91767746400281, 40.687001729718475, -73.91755217037911, 40.686929937493076, -73.91745807600452, 40.68687141227328, -73.91738060247566, 40.6868264435412, -73.91731080297636, 40.68678631242937, -73.91717994196571, 40.686711575617316, -73.91690190433236, 40.68655518732328, -73.91679833040376, 40.68649687804214, -73.91661031962384, 40.686391035111335, -73.91654068667674, 40.686351835682274, -73.91616740029697, 40.68614462801339, -73.91604598786222, 40.6860717545476, -73.91550030952915, 40.685761053290676, -73.91528961100978, 40.685645186815066, -73.91480989717965, 40.68537758708783, -73.91470082480626, 40.68531663513131, -73.91453971973644, 40.68522660465781, -73.9144695616322, 40.68518739817488, -73.91379699382166, 40.684799555417584, -73.91368974262936, 40.68473590862207, -73.91349495109887, 40.68462409948324, -73.91330722353061, 40.6845205107266, -73.91322347831559, 40.684474126049, -73.91303639317918, 40.68436838960582, -73.9124240657626, 40.684023262359624, -73.91227296909771, 40.683934636610026, -73.91219755625649, 40.683890403459245, -73.91214890084468, 40.68386186324222, -73.91151192049199, 40.68350467421249, -73.91076954222345, 40.683092383021055, -73.91006771538449, 40.682684197142954, -73.90993251279505, 40.682601503405884, -73.90978717588364, 40.682520194659936, -73.9092746187887, 40.68223400977341, -73.9090552821118, 40.68210519991801, -73.9088604178595, 40.68199385289668, -73.90851641056373, 40.6818036298546, -73.90803166901114, 40.68152632077247, -73.90763808251702, 40.68130345772018, -73.9076020759486, 40.68128348061063, -73.90716025865731, 40.681031232101375, -73.90701819247042, 40.680947966557895, -73.90671940761789, 40.68076710848082, -73.90628285730992, 40.68050644463964, -73.90565933823999, 40.68014038101562, -73.90549303929194, 40.68003683932548, -73.90472691682051, 40.67960440432255, -73.9045048401129, 40.67947905225218, -73.90421635840396, 40.67931621368586, -73.90404639544047, 40.67922027529168, -73.90346688773619, 40.678896204005255, -73.90350908228406, 40.67879962044034, -73.90353865185888, 40.67873193731037, -73.9035144121075, 40.67861734625958, -73.9034518663261, 40.67829847454214, -73.9033404302163, 40.67787022117043, -73.90329155852417, 40.67786759022201, -73.9033541639023, 40.67711121729109, -73.90337104982412, 40.67694052800837, -73.90338458900492, 40.676803657460894, -73.90346256500382, 40.67601547216917, -73.90334598564192, 40.67599903534402, -73.90301931993938, 40.6759558734173, -73.90272240674314, 40.67591664215722, -73.90264985182414, 40.675907055138914, -73.90257945037072, 40.675897752660084, -73.90250117426241, 40.6758874087732, -73.90240783353207, 40.67587507632521, -73.90250178295041, 40.67584402606141, -73.90265062574422, 40.67578201113242, -73.90276447803944, 40.675757204555985, -73.90282199275485, 40.67573819554193, -73.90300375267216, 40.67567812244927, -73.90309026583834, 40.67564674485187, -73.90313205573209, 40.6756314667797, -73.90339394005132, 40.675535722648256, -73.90347422611788, 40.67550636749375, -73.90362476178827, 40.675451170525626, -73.90438872012629, 40.675171036223915, -73.90437310592563, 40.67510859591701, -73.90463937532716, 40.674990764750206, -73.90524077700789, 40.674724213790476, -73.90582603303858, 40.67446914424944, -73.90593834879704, 40.67442019315531, -73.9060942682663, 40.67435266029199, -73.90629661776563, 40.67426501600698, -73.90641648418921, 40.67421309799314, -73.90658201725542, 40.674141400198934, -73.90685117134554, 40.67402481886526, -73.90695648177136, 40.67398487166207, -73.90707308103653, 40.673930804392555, -73.90709388178684, 40.67392172418368, -73.90717020189255, 40.673888234380996, -73.90739964434862, 40.673786887054206, -73.90746799583897, 40.67376114768053, -73.9078771160365, 40.673566495470915, -73.90803933615022, 40.67347968227323, -73.90824169202627, 40.67339135377761, -73.90841884723447, 40.67331379214441, -73.90851234759285, 40.67327175212181, -73.90919291213872, 40.67297474833625, -73.90925034402125, 40.67294917938632, -73.90960251600904, 40.672797298315004, -73.91055463438431, 40.67238347300248, -73.9106330024399, 40.67234776812352, -73.91066972605871, 40.672333676558225, -73.91070244116166, 40.67232329829806, -73.91072637159964, 40.67231951399206, -73.91078533312559, 40.67230429418755, -73.91092146705293, 40.67225486050505, -73.91109866463803, 40.67218260331226, -73.91133533439002, 40.67207614238276, -73.91149370078514, 40.67200490385851, -73.91212447686057, 40.67172815912741, -73.91221776236105, 40.671686844442135, -73.91233604590846, 40.67163179515541, -73.91286817387542, 40.671405428826695, -73.91291449051592, 40.671385095130375, -73.91308575024955, 40.671309907304035, -73.91312436410671, 40.67129295454335, -73.91325923317446, 40.67123374203805, -73.91335782646725, 40.67118877073273, -73.91338583771461, 40.67117599549592, -73.9135826593361, 40.671086219805055, -73.91403856909025, 40.67089652461719, -73.9147013944067, 40.670604739358765, -73.91476188081661, 40.67057898801393, -73.91487246260839, 40.670531909879166, -73.91503850126347, 40.67046122055872, -73.91618774699768, 40.6699566211188, -73.91650233488446, 40.66982360774523, -73.91658459688308, 40.66978723164815, -73.91713589089908, 40.66954344346959, -73.91719560511265, 40.66951703741313, -73.91731421670717, 40.669464745118105, -73.91734835908593, 40.66944970402143, -73.9173642013495, 40.66944275801619, -73.91748265359837, 40.66939190895978, -73.91764236409102, 40.66932120593357, -73.91826844316263, 40.66904973444504, -73.9183819006182, 40.66900193456227, -73.91872942096121, 40.6688500096044, -73.91907530204752, 40.66869880015328, -73.9191641966316, 40.66865993784805, -73.919230625035, 40.66863105272871, -73.91996136442305, 40.66831331480001, -73.92004830651203, 40.66827550945896, -73.92012726024404, 40.66824117990091, -73.92032440106159, 40.66815545780837, -73.92089387477397, 40.66790568025377, -73.92101988634369, 40.66785238154297, -73.92119392752214, 40.66777690167599, -73.92166886432277, 40.6675700353092, -73.92182344259298, 40.66750153464212, -73.9218717073037, 40.66748036748155, -73.92201772177057, 40.6674168360879, -73.9221595903528, 40.667354711911635, -73.9222169934141, 40.66733225494636, -73.9224613838888, 40.667223775365414, -73.92273827090969, 40.66710326458663, -73.9227668897507, 40.66709075942595, -73.92401788117262, 40.6665441903586, -73.92407757020169, 40.66651852993708, -73.92413704856544, 40.666492968402366, -73.92424490231858, 40.666444264820605, -73.92431490957478, 40.66641545025831, -73.92445253520945, 40.66635869113664, -73.92455737703945, 40.666312543649816, -73.92511008304726, 40.66607200050469, -73.92520422178693, 40.66603070014191, -73.92546269282569, 40.66591643661171, -73.92565359709707, 40.66582957118339, -73.92575637660978, 40.66607397281684, -73.92578205094931, 40.66615602910805, -73.92580534649716, 40.666268402436295, -73.92581229228496, 40.666341528826905, -73.92580861627395, 40.66640251751379, -73.92580501148247, 40.666455822141884, -73.9258006477287, 40.666500363357656, -73.92579432554844, 40.66656509828428, -73.92577807005932, 40.66673224519993, -73.92576529595257, 40.666867692588404, -73.9256998740012, 40.667572709394335, -73.9256418554769, 40.66820433884136, -73.92559795042257, 40.6684961127361, -73.92555518760847, 40.66878031580581, -73.92549120263696, 40.66943399756073, -73.9254134683092, 40.670278541831024, -73.92541004082084, 40.67031454582953, -73.92538679402934, 40.670558607433215, -73.92532871396227, 40.67116840346016, -73.92526128897303, 40.67190732007058, -73.92524558207923, 40.6720617284701, -73.92519686914471, 40.67258704854932, -73.92516154634102, 40.67295328592662, -73.9250815128953, 40.67384402456397, -73.92504366846238, 40.67423224538912, -73.92502397909558, 40.674434213637, -73.9250199470774, 40.67447627497853, -73.92501329766397, 40.67454562562957, -73.92500388962807, 40.67464372793371, -73.92499590557256, 40.67473556087665, -73.92519444643524, 40.67474709426064, -73.92539450082472, 40.67475800512686, -73.92628392645825, 40.674806516458275, -73.9272571678428, 40.67485958911936, -73.92776143502489, 40.67488708618823, -73.92768791054156, 40.675662550153724, -73.92785077580537, 40.67567307406088, -73.93045708507424, 40.67581843264466, -73.93038289206629, 40.676597111760266, -73.9303201945079, 40.67730992685264, -73.9303151274777, 40.677367517116046, -73.93030816910436, 40.67744662313641, -73.93030499575673, 40.67748269764239, -73.93027296138924, 40.67777694848827, -73.93025485251282, 40.67787634174655, -73.93020074808553, 40.678039888360665, -73.93011961554808, 40.678196823163546, -73.93003091338949, 40.67831908528428, -73.9299162378886, 40.6784484176684, -73.92981086264632, 40.6785496010153, -73.92927522083835, 40.67906393251271, -73.92905726988552, 40.679276119899335, -73.92938923515918, 40.67929199935824, -73.93134958236465, 40.6794003496338, -73.93289696575471, 40.6794844925301, -73.93420242342671, 40.67955459869245, -73.93435066101907, 40.67956309507336, -73.93443838606603, 40.67956808711644, -73.93471501077339, 40.67958383411275, -73.93487210527965, 40.67959277519837, -73.93739763139821, 40.679729588275954, -73.93764243228873, 40.68096268769201, -73.93770920902045, 40.681303718064015, -73.93778800951117, 40.68169401932457, -73.93793221027957, 40.68242702942225, -73.93807695193475, 40.68316058977675, -73.93822325222574, 40.68389298455217, -73.93822325222574, 40.68389298455217 --73.97407497082271, 40.75925608902695, -73.97389505084902, 40.75950647067248, -73.97367556034509, 40.75941242603786, -73.97342271407632, 40.75930409128706, -73.9732040999285, 40.75921042416523, -73.97332255640558, 40.759047784467235, -73.97332735531745, 40.75904120288812, -73.97343204015297, 40.75889746148102, -73.97353380254745, 40.75875775356629, -73.97355482161018, 40.758728879202195, -73.97377267687132, 40.758822220410266, -73.97402676514578, 40.75893109588433, -73.97385369019098, 40.75916829743066, -73.97407497082271, 40.75925608902695, -73.97407497082271, 40.75925608902695 --73.9930979703702, 40.77272824445534, -73.99194592266686, 40.7722399926047, -73.9909455774402, 40.77182447305317, -73.99062944837507, 40.77168799724472, -73.99045325328841, 40.77161193259154, -73.99025312369538, 40.77152752878789, -73.98826658823151, 40.77068965863254, -73.98795725244672, 40.770559027630014, -73.98787586073502, 40.77052453162027, -73.98779640076772, 40.77049117669509, -73.98775904077279, 40.77047538871069, -73.98761511649877, 40.77041512876054, -73.98723155082502, 40.77025779057988, -73.98477434073865, 40.76921899916202, -73.98431936781793, 40.76984168217166, -73.98220500980273, 40.7689388454583, -73.98219104918628, 40.76843241812951, -73.98236458127822, 40.7683396749444, -73.98242595195852, 40.76827465895859, -73.98246501048739, 40.768199752016486, -73.98247619465104, 40.768102220173695, -73.9824539027017, 40.768011751288114, -73.9822872950108, 40.76781779423451, -73.98221765385391, 40.76771844624834, -73.9821409989421, 40.76767591531072, -73.98202991720383, 40.767635678843895, -73.98186193801102, 40.76760173685212, -73.98163627328809, 40.76764454887075, -73.981362841001, 40.767834214969994, -73.97924205863484, 40.76694561805428, -73.97919771675949, 40.76692690389204, -73.9790765811316, 40.76687577836793, -73.97894600724862, 40.766820669864494, -73.97642224776703, 40.76575546489436, -73.9762338789646, 40.765674323204784, -73.97606820938998, 40.7656061288668, -73.97376650210647, 40.76463463318687, -73.97363583789866, 40.76456959777093, -73.97351686593369, 40.76451062438651, -73.97343945084803, 40.764478931333194, -73.97316549383636, 40.76436670916083, -73.973014865883, 40.764278572256046, -73.97309298590771, 40.7641707947783, -73.97339380779354, 40.76375577093781, -73.97346522835818, 40.76365878959831, -73.97396798106303, 40.76296627693906, -73.97403467321506, 40.76287247204687, -73.97405021536305, 40.762859963941686, -73.97445730711698, 40.762292771390754, -73.97491475562435, 40.76166695558464, -73.97537360423988, 40.76103959564132, -73.97583011372932, 40.760418209072625, -73.97628868970186, 40.75978643644499, -73.97674467186316, 40.75916442468475, -73.97798851019432, 40.759689249107545, -73.979244155919, 40.76021597035372, -73.97980531526092, 40.76044844171107, -73.97982320634432, 40.760460155008126, -73.97989058572013, 40.760490436351695, -73.97997187593029, 40.760524389631314, -73.98036293324951, 40.759976215313564, -73.98042605575134, 40.7598987682444, -73.98050325858355, 40.75980316214459, -73.98088573706215, 40.75927036156312, -73.98134106854117, 40.75864498968967, -73.98345853562793, 40.75954258608187, -73.983568710398, 40.759588459152056, -73.98359710507397, 40.75959608597103, -73.9840300172774, 40.75977264302099, -73.98404977338436, 40.759782654867806, -73.98407065834921, 40.75979663989408, -73.98417368712461, 40.759841281306095, -73.98480813841887, 40.7601034162825, -73.98701514294925, 40.76103705289315, -73.98826819573539, 40.76156454886131, -73.9898628399537, 40.762235189688475, -73.99270143380943, 40.763430489848425, -73.99325604193474, 40.76366312028007, -73.99330058100169, 40.76368185336551, -73.99351739310337, 40.76377304361752, -73.99554485397887, 40.76462575065519, -73.99729250584713, 40.76536693237977, -73.99773597315185, 40.76555765607467, -73.99779557067079, 40.765467115162245, -73.99789737144393, 40.76532429083572, -73.99813119677633, 40.7649994029364, -73.99818784848044, 40.76492482500036, -73.99838224919017, 40.7646582958118, -73.99838634980544, 40.764644179567924, -73.99839068877952, 40.76461751570377, -73.9985574037634, 40.764387290540135, -73.99862128650796, 40.76429627377231, -73.99867259427334, 40.764229436259306, -73.99882040929101, 40.76402585730032, -73.99883405811622, 40.764007171078084, -73.9988970469905, 40.76392376340316, -73.99894124906157, 40.76386999111332, -73.99909766419847, 40.76367971051221, -73.9992548397125, 40.76351291664879, -73.9993997277913, 40.763377481662296, -73.99961587365297, 40.76321256964493, -73.99969419438855, 40.76313698065294, -74.00035603422116, 40.76260916973517, -74.0011629724688, 40.76202152769116, -74.00170164102914, 40.76138042126827, -74.00218297931353, 40.76077574868188, -74.00263387431292, 40.76015154548639, -74.00321149881583, 40.760347821030095, -74.00278647455963, 40.7609241090987, -74.0027394060335, 40.76098792808352, -74.00233064310356, 40.76154816974035, -74.00221276105265, 40.76170973426913, -74.00184505173549, 40.762213694526245, -74.00153363461585, 40.76264039677111, -74.0013904662915, 40.76283656354405, -74.00105957084243, 40.76328994484092, -74.00103750831514, 40.76332613720701, -74.00103004601327, 40.763341378307885, -74.00101479808374, 40.763372514276995, -74.00099451456289, 40.76342039516335, -74.00096168101891, 40.76350309324561, -74.00095174945977, 40.7635281066331, -74.000939187525, 40.76355765137826, -74.00092211452817, 40.763596196697456, -74.00089717400493, 40.76364307444059, -74.00088472914207, 40.76366263168655, -74.00087214211959, 40.76367986112892, -74.00085463297324, 40.76369977590991, -74.00083656001704, 40.763715760892104, -74.00081779771409, 40.76372792053461, -74.00079826553215, 40.76373631066893, -74.00077785925191, 40.76374096461405, -74.0007565480836, 40.7637418814692, -74.00071543688527, 40.76373538819628, -74.00068130505059, 40.7637276530724, -74.0006137033157, 40.76369696246921, -74.00054020001389, 40.76366331639936, -74.00048966373255, 40.763641325412685, -74.00029408022723, 40.76355574756321, -74.00008569919153, 40.76346392979727, -73.99999874345438, 40.76342675521454, -73.99985795947366, 40.76336861857507, -73.9998356748486, 40.76338316078798, -73.99978757031882, 40.76340775257889, -73.99973592102053, 40.76343042446655, -73.9997130252196, 40.76344661817891, -73.9996965201418, 40.763459979817995, -73.99966190743909, 40.76350815579584, -73.99962170216948, 40.7635626064579, -73.99958549285222, 40.76361199808743, -73.99954952981258, 40.76366331678515, -73.99945129885315, 40.76380348613632, -73.99939836365913, 40.76387640149431, -73.99936907781584, 40.76391673761984, -73.99930698725746, 40.76400226084249, -73.99916107829186, 40.76420062922309, -73.99889465220252, 40.76456769044836, -73.9988857526873, 40.76457995342682, -73.99873291719592, 40.764788442846374, -73.99861441066945, 40.76495299508341, -73.99859737302788, 40.76497526073925, -73.99856861678553, 40.76501696182525, -73.99855370627996, 40.76503760929513, -73.99854330714238, 40.76505358770697, -73.99858246103256, 40.76506675896674, -73.9986122786993, 40.76507161754875, -73.99863968481786, 40.76508476343281, -73.99867056928571, 40.76510622100231, -73.9986849460991, 40.76512120105109, -73.99869186732457, 40.765134156680645, -73.99870251783938, 40.76516290088809, -73.99870436399186, 40.76517766647259, -73.99870329893157, 40.76519345499677, -73.99869903728151, 40.76520722095293, -73.9986846609032, 40.76522908232455, -73.99866708913378, 40.76524770454466, -73.99865324475863, 40.76525782604822, -73.99863940040402, 40.76526673367074, -73.9985920083432, 40.76528697552987, -73.99853237227114, 40.7653023580948, -73.99850627918138, 40.765306002098946, -73.99846250805855, 40.76531043920666, -73.99844183688865, 40.76532056779745, -73.99842053898493, 40.76533878560294, -73.99840829226927, 40.76534931142509, -73.99839657603411, 40.76536469727317, -73.99837687331355, 40.76538898809126, -73.99834811901282, 40.765435141211185, -73.99833320714065, 40.76545659820429, -73.99829327180335, 40.765519350136714, -73.99824851697907, 40.76558825332386, -73.99821884106584, 40.76563394623865, -73.99819120463452, 40.765679124089296, -73.99809593410406, 40.76584120244967, -73.9980777955186, 40.76587205701354, -73.9980703678613, 40.76588469185937, -73.99793463958325, 40.76607128651473, -73.99776762027095, 40.76632171351724, -73.9976810488983, 40.766434823190956, -73.99743430815906, 40.76677396659637, -73.99738669972727, 40.76683854065077, -73.99737684732628, 40.76685190750457, -73.99729244082414, 40.76696639649845, -73.99721464814436, 40.767071915671, -73.997168827848, 40.7671340664203, -73.99714803906951, 40.76716226247979, -73.99709712658175, 40.767230922814804, -73.99685472850551, 40.7675575687591, -73.99646712004252, 40.768087758749715, -73.99673310667819, 40.768208780772014, -73.99728252519937, 40.768441249226946, -73.99708371948945, 40.76873553972244, -73.9970456527064, 40.76879188955984, -73.99691234230025, 40.76898396975997, -73.9968892073988, 40.769017303074385, -73.99678166927863, 40.769167925532024, -73.99665857315725, 40.76933788394573, -73.99659065211151, 40.76943081931107, -73.99656376674388, 40.76946760767842, -73.99634767823952, 40.76976327951541, -73.99632234554376, 40.76979794268592, -73.99596813682577, 40.77027480587859, -73.99590433281669, 40.770358572046014, -73.99587335967242, 40.77040520530414, -73.99586984899449, 40.77042294599334, -73.99588144123362, 40.7704636626636, -73.99588086331558, 40.770481152217386, -73.99587291949068, 40.77051278030924, -73.99586440311786, 40.77053244159204, -73.99584945068773, 40.77054633852113, -73.9958315351562, 40.77055304752409, -73.99580349134922, 40.77055761836116, -73.99578223893796, 40.770549078112765, -73.99576063892906, 40.7705492304056, -73.9957490037946, 40.77056909147672, -73.99573728723719, 40.770584070915454, -73.99571811354373, 40.7706128160692, -73.99569574623587, 40.77064560886245, -73.99566379338394, 40.77069023210241, -73.99564889571818, 40.77071681079429, -73.9956217372103, 40.77076662380315, -73.9955465623943, 40.77086987802423, -73.99539585510965, 40.77108253403538, -73.99532743633021, 40.7711792246108, -73.9952538856541, 40.77128316848584, -73.99513289115812, 40.771454983941034, -73.99501540971171, 40.771446332287496, -73.99499618785222, 40.771446565585144, -73.99497778061932, 40.77145077463646, -73.99496157862093, 40.771458640724504, -73.99494881613532, 40.77146957047274, -73.99494045739793, 40.771482730959235, -73.99493713737148, 40.77149712535589, -73.99493910843775, 40.77151166316498, -73.99494622143837, 40.77152524126335, -73.99495793395894, 40.77153682855013, -73.99502272735877, 40.77160627006319, -73.99497936270467, 40.771660174098926, -73.99478349569193, 40.77192912856067, -73.99476427281974, 40.77195552593626, -73.9945474455359, 40.77225329332641, -73.9944494384924, 40.77238459999686, -73.994378171923, 40.772480082278065, -73.99434231910861, 40.772524613097715, -73.99424956744963, 40.7725263527804, -73.99416284972746, 40.77248674159691, -73.99383725855465, 40.77293952364768, -73.99382939737094, 40.772960477029685, -73.99382682259694, 40.772982176310904, -73.9938318947052, 40.77300752303839, -73.99383806715807, 40.7730208580159, -73.99383835149582, 40.77304587490277, -73.99378238889456, 40.77302271636446, -73.99365828399937, 40.7729707082584, -73.99360939717026, 40.772954153413, -73.9935504544969, 40.77293094416823, -73.99349586740578, 40.77290681482519, -73.99333310131522, 40.77283486434233, -73.99328392143093, 40.772813124245616, -73.9932362683439, 40.772792057793616, -73.99320029521037, 40.77277615549566, -73.9930979703702, 40.77272824445534, -73.9930979703702, 40.77272824445534 --73.97844979872714, 40.75906470028731, -73.97798851019432, 40.759689249107545, -73.97674467186316, 40.75916442468475, -73.97720025989497, 40.75853762390283, -73.97844979872714, 40.75906470028731, -73.97844979872714, 40.75906470028731 --73.97287721108378, 40.76411070486858, -73.97211012743884, 40.76379979375286, -73.97185868556569, 40.76369787657765, -73.97164030689571, 40.763609366498514, -73.97165705084699, 40.763585129045104, -73.97170965632803, 40.763508986331345, -73.97177056904431, 40.76342079688165, -73.97197140209356, 40.76313005507658, -73.9721948121288, 40.76322083501989, -73.97246338834593, 40.76332995779876, -73.97327171201646, 40.76365839276798, -73.9730707783268, 40.76394451630565, -73.97300371709382, 40.76404000898439, -73.97296784595547, 40.76409107626914, -73.97293703488685, 40.764134949702786, -73.97287721108378, 40.76411070486858, -73.97287721108378, 40.76411070486858 --73.97235910352165, 40.75743391641404, -73.97325072436543, 40.75779253690433, -73.97290890446396, 40.75825809913801, -73.97200660658388, 40.757900012835876, -73.9716122378683, 40.75774349861075, -73.9719576902569, 40.75727245789707, -73.97235910352165, 40.75743391641404, -73.97235910352165, 40.75743391641404 --73.97147099338018, 40.75848974819625, -73.97164195923567, 40.75824874325097, -73.97165995751702, 40.75825703232557, -73.97183812233011, 40.75801879430285, -73.97189989382862, 40.758044139691414, -73.97278173946532, 40.7584060212213, -73.97242900988408, 40.75888527699199, -73.97154677239054, 40.75852103336877, -73.97147099338018, 40.75848974819625, -73.97147099338018, 40.75848974819625 --73.96442407550265, 40.810754825974705, -73.96411987556016, 40.811175954792176, -73.96401951406317, 40.81133035885581, -73.96385238513955, 40.811279578844946, -73.96305843804956, 40.81094688596704, -73.96347671478482, 40.810372878105206, -73.96359348304412, 40.81041463419758, -73.96427243132028, 40.81069898154277, -73.96442407550265, 40.810754825974705, -73.96442407550265, 40.810754825974705 --73.97255352340666, 40.76489742476506, -73.97241524589225, 40.76482587100625, -73.97109423987342, 40.764272969008644, -73.9709566413241, 40.76421537687965, -73.97080758913995, 40.76415228860876, -73.97021822455515, 40.7639014401022, -73.96964403784578, 40.76365931845647, -73.96933798417807, 40.76354707150102, -73.9677270484613, 40.762851341320996, -73.96695741946488, 40.76252784388606, -73.96693011219935, 40.76251636542588, -73.96612747082212, 40.762178985179006, -73.96388310954885, 40.761232967305524, -73.96314289437198, 40.76091815959571, -73.9630283379613, 40.76087184415508, -73.96289946056689, 40.76081388226515, -73.96275909933601, 40.76075369587431, -73.9626752630303, 40.760717735005265, -73.96263810422981, 40.76064867676587, -73.96256224242032, 40.76055502666794, -73.96247582374173, 40.76048925990953, -73.96232059825098, 40.76039787195464, -73.96162025838376, 40.76009473709355, -73.96159269241451, 40.760132685081594, -73.96155391297867, 40.76018606487268, -73.96152145193675, 40.76023075148733, -73.96119565895629, 40.76009931079847, -73.95926368688811, 40.75928435246811, -73.95916433466455, 40.759217162143315, -73.95913545927759, 40.75920260604906, -73.95905162720193, 40.7591603408019, -73.95856781867333, 40.75895405845518, -73.95851587761177, 40.75893191345672, -73.95854301784442, 40.75888550940298, -73.95860878638436, 40.75879513946845, -73.95863316152007, 40.758761645838675, -73.95864392741365, 40.758746742745515, -73.95867129885006, 40.75870917629877, -73.95871266393223, 40.75865174522, -73.95873724899032, 40.75861758436864, -73.9587530203359, 40.75859561229293, -73.95877210551441, 40.75856934329087, -73.9590037375064, 40.75824875073233, -73.95916738883825, 40.75802338093492, -73.95906020689712, 40.75796819686676, -73.95907580826176, 40.757950687587424, -73.95916926686286, 40.757851753446204, -73.95920890944798, 40.75780534555468, -73.95923570694256, 40.757767881423256, -73.95928914942266, 40.757684632420435, -73.95939486108388, 40.757532556413445, -73.95941361962994, 40.757514733023285, -73.95942824578714, 40.75750562506398, -73.95947623639844, 40.757479442660916, -73.9594893056919, 40.75746963535414, -73.95959523304046, 40.757327698922175, -73.95966009176217, 40.75723492640167, -73.95968513118046, 40.757195821727244, -73.9597522708501, 40.75711027290308, -73.9599017929658, 40.75692359269682, -73.96000481313966, 40.75679435919257, -73.96006185553811, 40.7567182853947, -73.96010065079362, 40.75666084570675, -73.96018429575956, 40.75652858412987, -73.96033292407762, 40.75630537854773, -73.96036232935397, 40.75626361693289, -73.96039527294022, 40.75622001409313, -73.96043233555278, 40.75617379398928, -73.96047524504725, 40.75612279149498, -73.96051488441908, 40.75608053086921, -73.96061691885798, 40.75598192715187, -73.96064225601523, 40.75595425427903, -73.96066309096422, 40.755928280917665, -73.96069204778169, 40.755891302547504, -73.96070459005719, 40.75587270959127, -73.96071345431973, 40.7558538668399, -73.9607171085427, 40.755836211878744, -73.96069890187864, 40.75583127360104, -73.96069192826408, 40.755814897333764, -73.96069358286391, 40.755798400641225, -73.96071353654744, 40.755764643902076, -73.96075027496693, 40.755723173747995, -73.96076305868955, 40.755706732174446, -73.96077665573355, 40.75569468984487, -73.96079785587095, 40.75568784151451, -73.96082320391491, 40.75568563669591, -73.96087776590703, 40.755686150517064, -73.96090003303715, 40.75568529269165, -73.9609211753706, 40.75568207605694, -73.96093784887537, 40.75567621491994, -73.96096384794154, 40.755662366757356, -73.96098952834842, 40.75564666253951, -73.96101504765288, 40.75562900056284, -73.96104067714205, 40.75560919901704, -73.96106601513546, 40.75558765578965, -73.9610924501604, 40.755563271832855, -73.96119835371054, 40.755473483046764, -73.96129050320557, 40.75540690637021, -73.96147470848986, 40.75526282603068, -73.96163888919459, 40.75515612861125, -73.96179683388459, 40.75497426010042, -73.96201534711743, 40.75472307784146, -73.96219720831016, 40.75450924871098, -73.96223460960391, 40.75452597526087, -73.96229042405704, 40.75446488614539, -73.96247523245717, 40.754257033287736, -73.9627374798413, 40.753956569299646, -73.96290343367131, 40.7537674095384, -73.96287099854645, 40.75374946461955, -73.96306444059982, 40.75352429325433, -73.96320189790256, 40.753367246747224, -73.963444027895, 40.75348977279295, -73.96352897085107, 40.75339407957532, -73.96362854617634, 40.75330506906456, -73.96398586593031, 40.75294233609504, -73.96404151225894, 40.752888927378834, -73.96416742043765, 40.752819959063814, -73.96426697734385, 40.75275988753986, -73.9643313966284, 40.752722064654435, -73.9643958336809, 40.752653077037195, -73.9645041990761, 40.75254180887661, -73.96459499727874, 40.75243943851434, -73.96469887376789, 40.75246059535927, -73.96475448024903, 40.7524784198878, -73.96482065057295, 40.75249621249647, -73.96511038206586, 40.7526165073237, -73.96520697806552, 40.75262098864137, -73.96529770919618, 40.75264550346251, -73.96576010859738, 40.75284153334179, -73.96610545060084, 40.75298187662561, -73.9663717116419, 40.753097664236826, -73.9664214702867, 40.753106582952185, -73.96649172630583, 40.75309992616156, -73.9665560698444, 40.753213471604866, -73.96661581964884, 40.7532431137706, -73.96897803210935, 40.75425022417574, -73.97022230425335, 40.754776447719756, -73.97121704384926, 40.755193013204924, -73.9728196708413, 40.7558702438882, -73.97365316718052, 40.75622323837355, -73.97433757482138, 40.75651285125858, -73.97443866229102, 40.7565559953236, -73.97453748247621, 40.756598170755424, -73.97502009149079, 40.756798750473266, -73.97604541016177, 40.757231742887605, -73.97765482554107, 40.75791111102775, -73.97720025989497, 40.75853762390283, -73.97674467186316, 40.75916442468475, -73.97628868970186, 40.75978643644499, -73.97583011372932, 40.760418209072625, -73.97537360423988, 40.76103959564132, -73.97491475562435, 40.76166695558464, -73.97445730711698, 40.762292771390754, -73.97405021536305, 40.762859963941686, -73.97403467321506, 40.76287247204687, -73.97396798106303, 40.76296627693906, -73.97346522835818, 40.76365878959831, -73.97339380779354, 40.76375577093781, -73.97309298590771, 40.7641707947783, -73.973014865883, 40.764278572256046, -73.97291278618172, 40.76441790851893, -73.97268347679962, 40.76473090652272, -73.97255352340666, 40.76489742476506, -73.97255352340666, 40.76489742476506 --73.89262280112992, 40.79245630633624, -73.89264156791404, 40.79249171530494, -73.89265448056065, 40.79251888824007, -73.89266110854537, 40.79253734297476, -73.89266719655966, 40.79256221147407, -73.892674780192, 40.79261187305567, -73.89267842890449, 40.79262919218475, -73.8927004361565, 40.792709578775955, -73.89271753121758, 40.79276998047656, -73.89273864974929, 40.79284237878882, -73.89274209566786, 40.79286571217169, -73.89274098089226, 40.79289722055956, -73.89273855299844, 40.79291934360593, -73.89273491922799, 40.79293758977436, -73.8927243292431, 40.79297632666859, -73.89271338696989, 40.79301088130776, -73.89269633866608, 40.79305596161857, -73.89266491324865, 40.793127405108265, -73.89265383050947, 40.79315938958087, -73.89264471556011, 40.79319962717409, -73.89264165832506, 40.79322256548498, -73.892640929908, 40.793246637894434, -73.89264253384867, 40.79327185521175, -73.89264647128668, 40.79329824715448, -73.89266890626254, 40.79338978144061, -73.89267463030542, 40.793417037725284, -73.89268024314913, 40.79345153573318, -73.8926831632404, 40.7934783904845, -73.89268423118958, 40.79352152636594, -73.89268114500277, 40.79356462866271, -73.89267438669646, 40.793601220521424, -73.89266227665306, 40.79364198481878, -73.89265640049355, 40.79365615142706, -73.89263983921359, 40.793689326658445, -73.89263378759338, 40.793706487267016, -73.8926216836602, 40.793776493525264, -73.89260857856489, 40.793818531097436, -73.89259740226933, 40.793841583407556, -73.89258337513328, 40.79386022781024, -73.89256187566598, 40.793878405090396, -73.89253680739554, 40.79389139035412, -73.89251635178076, 40.793898565380786, -73.89246061777295, 40.79390474215746, -73.89243092422839, 40.793908584801414, -73.8924228846282, 40.793921872290525, -73.89243723877297, 40.79393554358105, -73.89248024462233, 40.79395439066364, -73.89251320712671, 40.79397266465122, -73.89252755299506, 40.79398560921857, -73.89253623765147, 40.793999910963585, -73.89254338730593, 40.79402190965726, -73.8925483207064, 40.79404643038777, -73.8925498780067, 40.79407263821054, -73.89254896806455, 40.79408728760786, -73.89254635569954, 40.794103241144086, -73.89253491746992, 40.79414464630729, -73.89252157450508, 40.79419743202144, -73.89250997500287, 40.79424917027626, -73.89248990002783, 40.79435734850754, -73.89248313891159, 40.79442124352739, -73.89247801787238, 40.794446870600424, -73.89246906496626, 40.79447023924477, -73.8924408703961, 40.79452667973014, -73.89242030380564, 40.79458333714459, -73.89241112819862, 40.79460517832708, -73.89240270038388, 40.79461960998728, -73.89238029659322, 40.79464948389037, -73.89237170549931, 40.79466302840271, -73.89235044425261, 40.79470442347083, -73.89233644326748, 40.794737514596626, -73.89232397977108, 40.79477384535698, -73.89231292167952, 40.79481083209277, -73.89230429033205, 40.79484264591796, -73.89230109915007, 40.794863300419465, -73.89229794461995, 40.794938201109375, -73.89229404712245, 40.79500286331326, -73.89228405077479, 40.795065405441726, -73.8922738236495, 40.79513508562079, -73.89226190846765, 40.795201552135005, -73.89225648669233, 40.79522182183644, -73.89223744032184, 40.795277530605425, -73.89222028187578, 40.795368859533205, -73.8922064119962, 40.795417451077675, -73.8921891367901, 40.795467420802744, -73.892168517924, 40.7955062959324, -73.89216315736508, 40.795519464338994, -73.89215363612351, 40.79555704232097, -73.89214430791594, 40.79560711312567, -73.89213132963698, 40.795702837687884, -73.89212723495365, 40.79571794965652, -73.89211526023173, 40.79575080941722, -73.8921117634265, 40.79576476750322, -73.8921000686715, 40.79584932165256, -73.89209077077588, 40.795947163126264, -73.89208492859463, 40.79597890930167, -73.89207633294615, 40.796010469196474, -73.8920563050791, 40.79606691001729, -73.89203693875704, 40.79613699223386, -73.8920291831974, 40.79615831242076, -73.89202120644065, 40.796174278924994, -73.89199378983312, 40.79622014543968, -73.89196825914689, 40.79626263683866, -73.891959900919, 40.796281460268595, -73.89195623962144, 40.79630182075229, -73.89195274452673, 40.79636360080665, -73.89194988048449, 40.796415474146905, -73.89194776663678, 40.796440252134246, -73.89194406493047, 40.79645921950509, -73.8919368203978, 40.79648176034182, -73.8919238596313, 40.796514588537384, -73.89189913094253, 40.79657462061684, -73.89187250703486, 40.79664442134123, -73.89186802717272, 40.79666169593897, -73.8918600831128, 40.796710722529916, -73.89185264171681, 40.79673405921806, -73.89184326230789, 40.79674976414805, -73.8918206136933, 40.79677511449046, -73.89179076820714, 40.796804555348714, -73.89174399868905, 40.79684754814359, -73.89166175363003, 40.79691721461929, -73.89159803091655, 40.79696971691097, -73.89154028051773, 40.797013303530605, -73.8914823149668, 40.7970565324199, -73.89142887001063, 40.79709606087984, -73.89140669359593, 40.7971223318958, -73.89138980467756, 40.79713898244238, -73.89136139504323, 40.79716185629207, -73.89134863381581, 40.79717454041714, -73.89131692051447, 40.79721919424286, -73.89128109425162, 40.79726310396917, -73.89127147366177, 40.79728705090275, -73.89096271189639, 40.79750996173232, -73.89079282756607, 40.79762643279189, -73.89065109926186, 40.797725040075825, -73.89066422393914, 40.797746611400875, -73.89037690584223, 40.797873772794375, -73.89027200785635, 40.79792027927267, -73.89016726396217, 40.79796595013795, -73.89013597605572, 40.79792014969872, -73.89011475320618, 40.797887996921254, -73.89008311674182, 40.79789976150913, -73.89006485245957, 40.79790366847104, -73.89004500079558, 40.797904424866815, -73.89002015143913, 40.79789629575808, -73.88998837667795, 40.79788919741083, -73.8899623278336, 40.79788556514323, -73.88993772169749, 40.79788371273513, -73.88986781610483, 40.79788097328094, -73.88977728290419, 40.797872432850305, -73.88972746416187, 40.79786645720868, -73.88968675532115, 40.797860516378705, -73.88955427784019, 40.79783793824899, -73.88946599774695, 40.79782201653147, -73.8894210524736, 40.797815521339416, -73.88935676373663, 40.79780846186095, -73.88930946226873, 40.79780441822673, -73.88925929315158, 40.79780183603142, -73.88922248681875, 40.79780208342188, -73.88918015469305, 40.79780538358681, -73.88914362491371, 40.79781175822132, -73.88909914774385, 40.79782446291863, -73.8890634056049, 40.797836728457305, -73.88903278600132, 40.79784900612037, -73.88900586009498, 40.79786187625926, -73.88898222229616, 40.79787554019791, -73.88894946139803, 40.79789920890485, -73.88892208905001, 40.79791898633086, -73.88879480898504, 40.79800419680562, -73.88876808135683, 40.79802031428367, -73.88869173797656, 40.79806352132809, -73.88862471247862, 40.798105644118095, -73.88856905659706, 40.798144234392474, -73.88854874900298, 40.79816104870911, -73.8885072387407, 40.798200573841314, -73.88848799518956, 40.79821598619711, -73.88846910612374, 40.79822845605817, -73.88843217446721, 40.7982488958905, -73.8884041278977, 40.798258586038074, -73.88836911855228, 40.79826681332725, -73.88833408422886, 40.79827297213277, -73.88824599050828, 40.79828632672351, -73.8881996070702, 40.79829571538454, -73.88817745125615, 40.79830167141322, -73.888158484648, 40.79830805376711, -73.88810748759772, 40.79832902825185, -73.88808004276588, 40.798337394268934, -73.8880399868417, 40.798347573344834, -73.88800174735786, 40.79835640342158, -73.88796964007696, 40.79836240917371, -73.88792947493528, 40.798367761424366, -73.88788615822693, 40.79837143926753, -73.88780213862258, 40.79837610675475, -73.88772816037748, 40.798381497157585, -73.88769400739936, 40.79838212575518, -73.88765733736611, 40.79838005579212, -73.88756424363389, 40.79836906807195, -73.88745450679806, 40.79835334360612, -73.88734380038721, 40.798335010239725, -73.8872856774266, 40.798324047462245, -73.88723162083126, 40.79831195400339, -73.88718673913962, 40.79829933820396, -73.88713264139113, 40.79828078807223, -73.88707655146554, 40.79825961010493, -73.88703352827265, 40.79824116622826, -73.88699057524353, 40.798220494566785, -73.8869375702624, 40.798193505926896, -73.88682628626775, 40.79813389076683, -73.88677992855739, 40.79810649885266, -73.88673071100816, 40.79807456468801, -73.8867012163371, 40.798064007953364, -73.88668223778791, 40.79805508605208, -73.88665107892388, 40.79803787837507, -73.88660440931359, 40.7980100223254, -73.88653645065934, 40.797968322624754, -73.88648571030971, 40.79793450751163, -73.88646193505419, 40.79791658935538, -73.88644762257603, 40.79790579897071, -73.88639344701375, 40.797860941200184, -73.88631837160037, 40.79779576371711, -73.88628680266194, 40.797769710822884, -73.88618605881946, 40.79769284104612, -73.88609112468004, 40.79761825518719, -73.8859892215865, 40.797543249927124, -73.88586675760254, 40.797453651422856, -73.88570879564604, 40.79733898458687, -73.88557218710089, 40.797240779166195, -73.88541963048961, 40.797135176328425, -73.88536003073412, 40.7970921830126, -73.88531358129826, 40.797056214046265, -73.88526897573074, 40.797018842115676, -73.88522374849296, 40.79697850420086, -73.88511037864104, 40.7968737891336, -73.8850048692005, 40.79677503770464, -73.88487106074868, 40.7966458471157, -73.88479288227113, 40.79657599823055, -73.88470366832682, 40.796494719908004, -73.88465812948857, 40.79645681550824, -73.88457592084396, 40.79639213221366, -73.88450451011292, 40.79633525711321, -73.88446288389055, 40.79630363754631, -73.88436938325292, 40.796238274611966, -73.88428576445625, 40.79618145736587, -73.88424498416758, 40.79615069404401, -73.88422936656453, 40.796136539600624, -73.8842161990782, 40.79612256771631, -73.88415665749092, 40.79605119995752, -73.88408036117373, 40.7959580772356, -73.88403220870417, 40.79590000414709, -73.8840098476209, 40.795875079205544, -73.88398000891094, 40.79584516786557, -73.88395092697802, 40.79581957247829, -73.88391718112608, 40.795794710797054, -73.88388038277125, 40.79577130754314, -73.88384159774786, 40.79574970327642, -73.88375740811601, 40.79570825481004, -73.88371601844324, 40.79568952137131, -73.88368606014764, 40.79567799175178, -73.88365916387542, 40.79567042471607, -73.88363602154209, 40.795667538663935, -73.88363082612624, 40.79569100586682, -73.88364118403052, 40.795710361777296, -73.88366120448902, 40.79574422459845, -73.88369176960342, 40.795799094127545, -73.88372136223411, 40.795853799676394, -73.88372923116904, 40.79587286940986, -73.88373227698384, 40.795890863582606, -73.88373178402426, 40.79590784292358, -73.88372907804096, 40.79592390782513, -73.88372318826222, 40.79593856203254, -73.88370683823456, 40.79595374778781, -73.88368790839412, 40.795963637795396, -73.88366792380118, 40.79596819757322, -73.8836482830192, 40.7959651934901, -73.8836256823126, 40.79595608192213, -73.8836004389656, 40.79593966912429, -73.88357745390772, 40.79592065255322, -73.88354869476835, 40.79589213436592, -73.88352131655911, 40.795861992163275, -73.88349059498178, 40.795824142792256, -73.88343777888066, 40.79574937846399, -73.88341030715247, 40.79571654094141, -73.88338637724578, 40.795692455358534, -73.88332622827501, 40.79563911907438, -73.88326600505066, 40.795586963239344, -73.88324624146523, 40.795571628408446, -73.88322051966949, 40.79555452976054, -73.8832039362738, 40.79554468039185, -73.88317473456748, 40.79553153860908, -73.88314358086107, 40.795524731662624, -73.88309890512652, 40.79551982275724, -73.88298311522736, 40.79550024454597, -73.88294565076608, 40.795492050671626, -73.8828915624892, 40.7954781658421, -73.88283375238736, 40.79546362524147, -73.88281685174356, 40.79545768456758, -73.88273381393321, 40.79541205009427, -73.88264736405607, 40.79536351787773, -73.8825658890286, 40.79532144005014, -73.88251548574358, 40.795296983318295, -73.8824564754053, 40.79526978296684, -73.88241189495734, 40.795250632474136, -73.88237750780026, 40.79523915292552, -73.8822824578647, 40.79521366807605, -73.88218546157091, 40.795187301369445, -73.88209634035486, 40.79515954325872, -73.88207307087025, 40.79515499533849, -73.882024473674, 40.79514927065277, -73.88200405060209, 40.795145916994365, -73.88189639462837, 40.79512247656432, -73.8817971915743, 40.79509786504648, -73.881708343843, 40.79507839602433, -73.88166054207507, 40.79507052070524, -73.88159381282368, 40.79506252326715, -73.88153903154036, 40.79505755654878, -73.88148619865088, 40.7950550285626, -73.8813650271778, 40.79505729203799, -73.88130869711983, 40.795055716702656, -73.88128967186685, 40.795053936631156, -73.88119676406221, 40.7950355733501, -73.88110369350284, 40.79501681180491, -73.88106413591555, 40.795011214003786, -73.88097705673958, 40.795003480666985, -73.88087685732042, 40.79499099797228, -73.88084018606433, 40.79498481324918, -73.88075893007718, 40.79496820052687, -73.88072254968161, 40.79496171710103, -73.88066223728936, 40.79495284957621, -73.88061281959064, 40.794946919031716, -73.88050077110427, 40.79493585012925, -73.88038031215841, 40.79492282550723, -73.88031188059692, 40.794917409996884, -73.88023543049185, 40.794914139211755, -73.8800988090019, 40.79491128036272, -73.87998699953377, 40.79490770607687, -73.87991508130904, 40.79490400395542, -73.87985396668238, 40.79489853726342, -73.87980492947759, 40.79489193499544, -73.87975745516592, 40.79488336764338, -73.87967478109229, 40.79486618175925, -73.87956272093555, 40.79484207538296, -73.87946001397037, 40.794818253332046, -73.87934893129122, 40.79479230984774, -73.8792044580042, 40.794757959311944, -73.87907659046246, 40.79472796192842, -73.87899352691223, 40.794706219512875, -73.87887252783928, 40.79467329258001, -73.87874661736379, 40.794639125766686, -73.87864663085301, 40.794608525981, -73.87852686303899, 40.79457376025755, -73.87847233843414, 40.794556399659086, -73.8784128070891, 40.79453546056613, -73.87837436790872, 40.794520488807265, -73.87834369783276, 40.794506322179124, -73.87824959898869, 40.79445654309207, -73.87820786278589, 40.79443225121322, -73.8781898896445, 40.79442288412133, -73.87816302275057, 40.79441283044923, -73.87811831178516, 40.79440123605697, -73.87804184994341, 40.79438405556808, -73.87801071987066, 40.79437398204095, -73.8779752256721, 40.79435947432168, -73.87793243444318, 40.794339403674044, -73.8778942212261, 40.79431892993345, -73.87778072152793, 40.79425302084722, -73.87762194710776, 40.794160162024134, -73.87753980241962, 40.794111053311546, -73.87744715378419, 40.79405938135249, -73.87733498387018, 40.79399698339013, -73.87726570651638, 40.79396317687813, -73.87715742877957, 40.79390619129462, -73.87705474074646, 40.793852832485456, -73.87695901560912, 40.793805056018535, -73.87690341448621, 40.79377514684591, -73.87685334674231, 40.793744640222734, -73.87683239330055, 40.79372988383738, -73.87678543132897, 40.79369290680186, -73.87676325498737, 40.793676941524694, -73.87667148823205, 40.79361678896219, -73.87657770839652, 40.793552873678145, -73.87653382718752, 40.793523666658636, -73.87649347662776, 40.793500386000545, -73.87640254613362, 40.793456592618774, -73.87636541905815, 40.79343621768681, -73.87633147547251, 40.79341600464673, -73.87631756085096, 40.79340612112578, -73.87628751223241, 40.793381313393496, -73.87627146351402, 40.79337087106668, -73.87624509399733, 40.79335816010054, -73.87620618335721, 40.79334247571257, -73.87614385626173, 40.79332092820291, -73.87612202051059, 40.79331246794257, -73.87609618288134, 40.79329921361129, -73.87606235182864, 40.79327718880427, -73.87604786435625, 40.793266368113386, -73.87601531907065, 40.793239175799286, -73.87599743730513, 40.793226890838035, -73.87596602198572, 40.79321011221891, -73.87591748030889, 40.79318771944165, -73.87586407519565, 40.793166998138936, -73.87584483505196, 40.793158190326345, -73.87581681089051, 40.79313951706287, -73.87580272451761, 40.793127135304225, -73.87578703063838, 40.793111384838056, -73.87575830456126, 40.79307520596381, -73.87572499359965, 40.793043182453616, -73.8756960451506, 40.793020792696424, -73.87561279143254, 40.79296748326668, -73.87557896335704, 40.792940871167005, -73.87555275579672, 40.792915843162405, -73.87553041394735, 40.79289046813097, -73.87551232707008, 40.79286694461856, -73.87547123361912, 40.79280604976685, -73.87544969881155, 40.792776832252514, -73.8754320375261, 40.79275512009465, -73.87538575520004, 40.79270651504532, -73.87530659438912, 40.792628671160585, -73.8752235327907, 40.792550410567976, -73.87512795158734, 40.79246486480438, -73.87507395784486, 40.79242045751323, -73.87498356329304, 40.79235123973353, -73.87491771145204, 40.79230316707277, -73.87485267318469, 40.79226041271679, -73.87481080744041, 40.792237089295796, -73.87471063334844, 40.79218941597401, -73.87466758355849, 40.792166341552814, -73.87463268773342, 40.79214465375173, -73.87454447175452, 40.79208676539816, -73.8744931772049, 40.79205713169098, -73.87440997557134, 40.792015046186506, -73.87429326310259, 40.79195275014851, -73.87420003731478, 40.79190406729206, -73.87417527039256, 40.7918921419342, -73.8741531328543, 40.79188324962863, -73.87413213526669, 40.79187680162359, -73.87411193892896, 40.791872708400135, -73.87407064446204, 40.79186772133871, -73.8740175557995, 40.79186346518548, -73.87392742206058, 40.79185834273289, -73.87388509615107, 40.79185307081886, -73.87384326738936, 40.79184430909059, -73.87380274465916, 40.79183288059185, -73.87375238427762, 40.791816377784954, -73.87362577986576, 40.79177125269716, -73.87355317327871, 40.79174454524206, -73.87353044743078, 40.791734803898926, -73.87351080697236, 40.79172504252435, -73.8734378285017, 40.7916827207964, -73.87337134210955, 40.79164589471003, -73.87334448000013, 40.791636164994614, -73.87329524352684, 40.79162567136686, -73.8732001713578, 40.79159710196669, -73.87314608153581, 40.791578045471724, -73.87309734818119, 40.791557876426474, -73.87303537600388, 40.79152931361304, -73.87297284982702, 40.7914992706318, -73.87292724466911, 40.791475946003246, -73.87288456650735, 40.79145179072047, -73.87284268792627, 40.791425268885966, -73.87273896222584, 40.79135327008356, -73.8726470587664, 40.79129382643316, -73.87256989821807, 40.791247492299576, -73.87246121590786, 40.79118034596924, -73.87235602516536, 40.791119570847584, -73.87226299145858, 40.79106536835542, -73.87221878839277, 40.79103654743726, -73.87208390393486, 40.790932517774955, -73.87197367351672, 40.79084470095367, -73.87184538875897, 40.79073666300313, -73.87175020014699, 40.79065819548603, -73.87171094675004, 40.79062376435124, -73.87168210540112, 40.79059438670315, -73.87160773389202, 40.790507680139754, -73.8715342210366, 40.79042432254862, -73.87143774016974, 40.790323373208864, -73.87136151055145, 40.79024511921828, -73.87134365943933, 40.790224575962775, -73.87132521947326, 40.79020097214276, -73.87126782292843, 40.79011960716858, -73.87123091409373, 40.79006841745034, -73.87121154023382, 40.790035802149625, -73.87120394296518, 40.790018764275146, -73.8711972337275, 40.78999957969637, -73.87118336677597, 40.78994500100807, -73.8711550075672, 40.789819206159365, -73.8711340967586, 40.789745762185085, -73.87110290975416, 40.78966332961345, -73.87107215243856, 40.78956462274716, -73.87105157838104, 40.789503364719536, -73.87102842450601, 40.789431370721715, -73.87101838912277, 40.78939226331227, -73.871015865862, 40.78937494474233, -73.87101491414974, 40.78935859416935, -73.87101410833091, 40.78927183173434, -73.87101364272053, 40.789213725442984, -73.87101127084411, 40.78919410445909, -73.87100344487094, 40.78916554349364, -73.87098334166893, 40.789103517848886, -73.8709726338902, 40.78905681845144, -73.87096976925274, 40.78903898080841, -73.87096470960927, 40.78900747379357, -73.87096343241802, 40.78898789995923, -73.87096377414944, 40.78896990921837, -73.87096589811632, 40.78895176468604, -73.87097349968329, 40.788908411337665, -73.87098035622722, 40.788857605502756, -73.87098326309577, 40.788826134420724, -73.87098268625466, 40.78879731862036, -73.87097666341322, 40.788748067040466, -73.87096667885672, 40.7886552933773, -73.87095841898824, 40.788603069436036, -73.87094106846536, 40.78851771666059, -73.87092200408435, 40.788422945414766, -73.87090029206392, 40.78831579560245, -73.8708852216547, 40.788247324374474, -73.87087855547855, 40.78822745723942, -73.87086024849026, 40.78818147781689, -73.87083623094763, 40.78811041751811, -73.87083181451816, 40.78809247817411, -73.87082081232494, 40.78803461850575, -73.87080586915441, 40.787993456926216, -73.87080013657555, 40.78796629406591, -73.87079807228665, 40.78793597365562, -73.87080280123566, 40.78791068926292, -73.87080888915175, 40.787896380809435, -73.8708185172313, 40.78787838606712, -73.87084079962369, 40.787844062297864, -73.87087051129247, 40.78780691476997, -73.87089933429144, 40.78776673965198, -73.87091609918248, 40.78774337149628, -73.87096291767266, 40.78767875798459, -73.870979646358, 40.787657542878826, -73.87100530246246, 40.787628302584714, -73.8710368024689, 40.78759568653901, -73.87106941170441, 40.78756719242217, -73.87109934023472, 40.787545801158295, -73.87113876197192, 40.78752214943558, -73.87121593843966, 40.78748155642799, -73.87124247211717, 40.787464657539196, -73.87127065003887, 40.78744357584849, -73.87128562785388, 40.78743074421588, -73.8712988802449, 40.78741750182663, -73.87131029325033, 40.78740396471882, -73.87131979324845, 40.787390219258995, -73.87132930990262, 40.7873733706874, -73.87133684128257, 40.78735692512449, -73.87134237907907, 40.78734089156645, -73.87134591972031, 40.78732527991506, -73.8713554213813, 40.78726712890288, -73.87136667821878, 40.787197040993604, -73.8713812545829, 40.78712887845837, -73.87139019050464, 40.78709186429269, -73.87139867719887, 40.78706415000913, -73.87140971033257, 40.7870380756786, -73.87143007555062, 40.78699927055571, -73.87148661083317, 40.7868951725481, -73.87152613841415, 40.78682744934128, -73.87154377917251, 40.78680121757091, -73.87156915623873, 40.786767085310125, -73.8715925017069, 40.78673833127955, -73.87161845045081, 40.786709994375, -73.87164157946346, 40.78668963817489, -73.8716733125847, 40.78666784084214, -73.87169281795363, 40.78665702952012, -73.87173643688405, 40.786636894221076, -73.87175463997816, 40.78662742048569, -73.87178810780598, 40.78660731889579, -73.87186671820149, 40.786557156507996, -73.8719031659571, 40.78653503296858, -73.8719767105059, 40.786497633993456, -73.8720045253791, 40.78648079938565, -73.87206712069974, 40.786435799661206, -73.8721200635703, 40.78639644524575, -73.8721428461273, 40.78638485404686, -73.87218742514575, 40.78637049816338, -73.87229065317733, 40.786340586259115, -73.8723189938664, 40.78632996562203, -73.87234713391692, 40.78631770314044, -73.87237497966265, 40.78630383473095, -73.8724024089519, 40.78628842329356, -73.87249984263661, 40.78622855678945, -73.87259969518924, 40.786170040928155, -73.87264577395226, 40.78614262834459, -73.87267645022953, 40.78612302589115, -73.87269729091993, 40.78610517214655, -73.87272515068499, 40.786072109465785, -73.87273778529881, 40.786055750489474, -73.87276478301936, 40.78601685069306, -73.8727793491359, 40.785999049439106, -73.87279216032624, 40.78598637100365, -73.87280741340025, 40.78597362592307, -73.87282540267854, 40.785960549773606, -73.87284755540496, 40.78594609684469, -73.8728890998116, 40.7859212086707, -73.87290526059469, 40.7859133092795, -73.87301860633241, 40.785874785572034, -73.87311764696, 40.78584330323956, -73.87315985574955, 40.78583338924823, -73.87322923687907, 40.78582146819819, -73.87329141497864, 40.78581067021798, -73.87332835424546, 40.785805601376076, -73.8734247887541, 40.785795634313416, -73.87353682731627, 40.78578450463613, -73.873582881754, 40.78578141511268, -73.87365578821074, 40.78577903579128, -73.8737847814151, 40.78577610281903, -73.87390257390722, 40.785777000790716, -73.8739581534538, 40.7857765185869, -73.87400177499646, 40.78577499490997, -73.87403429245533, 40.78577257658816, -73.87411991210297, 40.78576406404069, -73.87417026265639, 40.78576082498915, -73.87422461230639, 40.78575852410077, -73.87427488485734, 40.78575894365842, -73.8743325722171, 40.785763390220495, -73.87435527536807, 40.78576656222903, -73.87437775988617, 40.78577133058504, -73.87439967759703, 40.7857776219684, -73.87442068038206, 40.78578533334299, -73.87444774655835, 40.78579750970532, -73.87450736492025, 40.7858271912525, -73.87453540988666, 40.7858392831122, -73.874575509826, 40.78585441557329, -73.87460365107071, 40.78586320808149, -73.87464024351331, 40.78587241139982, -73.87466909337239, 40.785877992571876, -73.8747014842428, 40.78588241773993, -73.87473227381321, 40.78588533371786, -73.874809832355, 40.78588950897488, -73.874919713096, 40.785892427043784, -73.87495563229811, 40.785894885671155, -73.87499694147493, 40.78589893411689, -73.87510655258912, 40.78591107465731, -73.87518814627487, 40.78591975384127, -73.87522968684165, 40.78592235894927, -73.87526383365294, 40.785920412106634, -73.87529695053459, 40.78591424258576, -73.87534331459617, 40.78590208103612, -73.87542865482929, 40.78587700427982, -73.87547241384239, 40.78586660754798, -73.87552568708716, 40.785856441698876, -73.87557464988913, 40.7858496219397, -73.87562364059076, 40.7858462538143, -73.87567133457837, 40.78584637911767, -73.8757162236687, 40.78585000432957, -73.87575730139771, 40.785856193647064, -73.8757932555974, 40.78586403074993, -73.87584159989476, 40.785880743031136, -73.87589254779012, 40.78589263590735, -73.87592832293782, 40.78589612515121, -73.87595150357788, 40.78589679846596, -73.87597071635862, 40.78589628064419, -73.8760032264355, 40.78589145741851, -73.87603065828974, 40.785883669671364, -73.87605728111403, 40.78587452489156, -73.87611296805117, 40.78585265484011, -73.87614702698836, 40.78583995654726, -73.87616922567385, 40.78583605511297, -73.87621605575403, 40.78583884925131, -73.8762861715202, 40.78584507406812, -73.87630953722474, 40.785844970376246, -73.87633763594198, 40.785841697488664, -73.8763768546011, 40.785835264954564, -73.87640410152079, 40.78582941750215, -73.8764533830231, 40.78581678947325, -73.87649666249948, 40.78580613159343, -73.87652270847643, 40.78580517435314, -73.87656403282223, 40.785813203373046, -73.87659424087411, 40.7858211565397, -73.87665197035705, 40.78582855743337, -73.87668038951819, 40.78582944512462, -73.87670530695299, 40.78582757172544, -73.87673305203808, 40.78582203720239, -73.87677095327247, 40.78581109160985, -73.87685062591896, 40.78578554038012, -73.8769438760572, 40.78575912650454, -73.87703514031787, 40.78573344974682, -73.87709092094825, 40.78571834749631, -73.87713203520228, 40.78570926294731, -73.87715995567544, 40.785704941484816, -73.87724313932252, 40.785694971511084, -73.87731357728907, 40.78568318960697, -73.87737932208883, 40.78567033016843, -73.87741533693706, 40.78566071870192, -73.87746072792748, 40.78564524862195, -73.87749962518718, 40.78562921691254, -73.87751674476229, 40.78562079740397, -73.87757459298466, 40.785582267853734, -73.87762618325644, 40.78555023685655, -73.87765650391084, 40.78553495420948, -73.87769065326512, 40.78552244646272, -73.8777241892047, 40.785513005165136, -73.87776323515921, 40.78550366695633, -73.87783895215324, 40.78548793802653, -73.87787375477733, 40.78547901221475, -73.87791056044226, 40.7854683334359, -73.87799796400205, 40.78544010160347, -73.87808254464541, 40.78541554256796, -73.8781617013925, 40.785394930940534, -73.87823143559957, 40.78537318367569, -73.87826597684922, 40.78536459695856, -73.87830679309792, 40.785356301415945, -73.87834228049603, 40.78535054685358, -73.87837787614232, 40.78534649524403, -73.87849474620772, 40.78533830238377, -73.87858261018559, 40.78533477136581, -73.878626076894, 40.78533607785483, -73.87867811282138, 40.78534126730876, -73.87873222301722, 40.78534917393564, -73.87877915316679, 40.78535869298834, -73.87882289241146, 40.78536974852537, -73.8788640463821, 40.78538156315316, -73.87895195848881, 40.78541022845564, -73.87905197186727, 40.78543742416502, -73.87913476853343, 40.78546081422086, -73.87919197280169, 40.785478851823235, -73.8792082961763, 40.78548599730758, -73.87924933421343, 40.785507593829834, -73.87928592994334, 40.78552307037492, -73.87932294890406, 40.785537094841686, -73.87935952020797, 40.785549070185716, -73.8793873009593, 40.785554398717984, -73.87940635253568, 40.78555516337023, -73.87942832605556, 40.78555375636391, -73.87946375638809, 40.78554746109548, -73.87948510005016, 40.785545818388556, -73.87952124474153, 40.78555066936335, -73.87955189593924, 40.78555806660833, -73.8795711199354, 40.785566998066685, -73.87960718196085, 40.785593988671465, -73.8796211555155, 40.78560275164552, -73.87964421665401, 40.785602646059054, -73.87969030390813, 40.78559690215107, -73.8797239613235, 40.78559615564646, -73.8797548270119, 40.7856009235953, -73.87983878049204, 40.785622968100725, -73.8799119423648, 40.78564231150084, -73.87993012449627, 40.7856462926543, -73.87995081041002, 40.785649381314, -73.88001993737637, 40.78565543263434, -73.88004490981031, 40.78565845279899, -73.88016190931963, 40.785677923606194, -73.88027067056468, 40.78570114983453, -73.88031496096336, 40.785707715473706, -73.88035739049633, 40.78571210625266, -73.88044722215213, 40.78571812928148, -73.88052727601415, 40.7857209291132, -73.88056309411328, 40.785724333216166, -73.88061031250446, 40.78573196797054, -73.88063210282031, 40.785737607873656, -73.88067782327207, 40.78575408397861, -73.88069693069743, 40.78575876295752, -73.88071893044197, 40.78576191767544, -73.8807420397929, 40.78576402805454, -73.88079167497449, 40.7857651194864, -73.88083646214518, 40.78576358992584, -73.88086607465533, 40.78575901987616, -73.88095332131596, 40.785736548855226, -73.8810160044918, 40.78571948694038, -73.88104850485257, 40.78571586895447, -73.88106712337121, 40.78571702100154, -73.88108703330577, 40.78572013657192, -73.88114263668035, 40.78573279375478, -73.88119293465019, 40.785747528302686, -73.88126720713542, 40.785772197555275, -73.88135999277276, 40.785802676947824, -73.88139000657813, 40.785814244172386, -73.88143306298477, 40.78583393292804, -73.88148559487956, 40.78585967738236, -73.88152039665637, 40.78587636074565, -73.8815340772941, 40.785889453699966, -73.8815441138853, 40.785909746922904, -73.88155339433929, 40.78592153772869, -73.88157315296415, 40.785913853339274, -73.88159072465817, 40.78590144266623, -73.88161376880156, 40.785891628356254, -73.88163818603775, 40.78588848907204, -73.88165778967422, 40.78588800582319, -73.8816782578547, 40.78588903540148, -73.88169949343977, 40.78589157320419, -73.88172133770746, 40.78589560105789, -73.88180389160529, 40.785913773236395, -73.8819280655819, 40.78594066253881, -73.88197318591793, 40.78595240897823, -73.88205595271532, 40.785978216549964, -73.882089543348, 40.7859878448696, -73.88221280647237, 40.78602011163088, -73.88231816759873, 40.78604667871453, -73.88241562892591, 40.78606854242482, -73.88257276392667, 40.78610034987907, -73.88264218249795, 40.78611343284261, -73.88269449170843, 40.7861247459739, -73.88275043791698, 40.78613818976721, -73.88282868909009, 40.78615989670583, -73.88290510236968, 40.786177788098286, -73.88293613348712, 40.78618712901142, -73.88295685488696, 40.78619716363883, -73.88300406821135, 40.78622825458045, -73.88303425999294, 40.78624736145871, -73.88305262185739, 40.78625106674761, -73.88308853856996, 40.78624577581919, -73.88313262489031, 40.786248151932924, -73.88315746083859, 40.78625286512815, -73.88318974118255, 40.78626331215518, -73.88321815821014, 40.7862770528964, -73.88324764938388, 40.78629509551587, -73.88326923321881, 40.78631061861905, -73.88330262517904, 40.78633848424785, -73.88331434586475, 40.78634933905861, -73.8833375781081, 40.78633827289758, -73.88337207900774, 40.78631069572724, -73.88339637650508, 40.7862961411875, -73.883431422226, 40.78628284200808, -73.88346632435149, 40.78627373360867, -73.8835143275832, 40.78626522196644, -73.88355861850145, 40.786259015440415, -73.88359100550579, 40.78625728407511, -73.8836289111961, 40.786258873921255, -73.88367690325676, 40.78626351943331, -73.88381222251469, 40.786278806880084, -73.88394306448703, 40.78629351333802, -73.88406018279943, 40.786308644386494, -73.88413393650973, 40.78632126255065, -73.8841954055466, 40.78633184129451, -73.8842539650241, 40.78634572822878, -73.88439688941783, 40.78638836096263, -73.88454971517227, 40.78642883412895, -73.88464020299429, 40.78645351744578, -73.88466450637195, 40.78646279532722, -73.88469133217305, 40.78647750305191, -73.88471941932877, 40.786495875273594, -73.8847362695882, 40.78651122587284, -73.88476840873989, 40.786552127288054, -73.8847792839931, 40.786564916282316, -73.88479463472163, 40.786576647157254, -73.88481606684348, 40.786579456533076, -73.88484685286888, 40.78657664171199, -73.88488787179692, 40.786569620053875, -73.88492916097246, 40.78656526413637, -73.88496180340422, 40.786563875732035, -73.8849899697931, 40.78656662155819, -73.88502584414697, 40.78657557772393, -73.88508080919895, 40.786594420615344, -73.88510058809223, 40.78660027198593, -73.88515256318927, 40.78661274171214, -73.88517254532438, 40.786617536984224, -73.88528196961215, 40.7866456587676, -73.88529922999801, 40.786650674632874, -73.88533921451774, 40.78666229307282, -73.88537442140397, 40.78666881440938, -73.88541094931064, 40.78667188902722, -73.88547360196519, 40.786673104847175, -73.88555091687125, 40.78667312672115, -73.88563379245021, 40.78667279746273, -73.88570406620994, 40.786672894192144, -73.88574973735028, 40.78667502323792, -73.88577029330509, 40.78667755151153, -73.88578952773301, 40.78668107532738, -73.88581854174863, 40.78668909062694, -73.88584730947436, 40.786700483457516, -73.88589551622994, 40.78672323014478, -73.88594888500637, 40.78674598192027, -73.88596773204827, 40.78675434732111, -73.88598947968414, 40.786748009493465, -73.8860217090401, 40.786731889971854, -73.88606080451886, 40.78672034727614, -73.88608755450151, 40.78671451775592, -73.88610758557209, 40.78671015571124, -73.8861295516754, 40.78670768212627, -73.88615377593055, 40.78670797800988, -73.88617255099277, 40.78670994524082, -73.88619460606174, 40.7867136446712, -73.8862449969704, 40.786725689104024, -73.88627555271191, 40.7867300722854, -73.88630673757976, 40.786732365114155, -73.88636191245082, 40.786733379466135, -73.88641723883481, 40.78673239122502, -73.88649166343818, 40.78673284906412, -73.88655124443837, 40.786734554747824, -73.8865928226675, 40.7867378617892, -73.88665740816397, 40.78673674476683, -73.88672151166195, 40.786734117093005, -73.88678608487606, 40.786731162062296, -73.88684433639858, 40.786729490307245, -73.88687834129679, 40.7867295236896, -73.88713037586128, 40.786812935738546, -73.88714745602353, 40.78682303448268, -73.88716484369422, 40.78682925416372, -73.88720168265723, 40.78682225550545, -73.88724752623342, 40.78681079915655, -73.88727153565, 40.78680645611035, -73.88729220323475, 40.78680818727749, -73.88732806159314, 40.78682055381091, -73.88734760930015, 40.786825954318495, -73.88736684196243, 40.78683059629234, -73.88740337710192, 40.78683650596556, -73.88747089080448, 40.78684626130481, -73.88754963206999, 40.78685487401719, -73.88760690052361, 40.786859403573615, -73.88765086904196, 40.78686382108179, -73.8876841989506, 40.786868619023636, -73.88771832303334, 40.78687529977818, -73.88775679245964, 40.78688430804924, -73.88778657668726, 40.78689174367977, -73.88781043131145, 40.786897699409195, -73.88787843759518, 40.786914728341664, -73.88792610213639, 40.786925771630266, -73.88796428476712, 40.78693415910736, -73.88798810408404, 40.786939289005495, -73.88802456869854, 40.78694352438027, -73.88806249739899, 40.78694652027412, -73.88813862848113, 40.78695392787877, -73.88815787541871, 40.78695717935959, -73.88819194455841, 40.786965590684744, -73.88823773519783, 40.78697927499892, -73.88827679826777, 40.78699325714293, -73.88830725726218, 40.78700602696452, -73.88833207896944, 40.787018204188975, -73.88837602331152, 40.787042786331995, -73.88841873336386, 40.78706936817794, -73.88843889626995, 40.7870831671747, -73.88848131109695, 40.78711556865403, -73.88849952905542, 40.78712770703386, -73.88852034367771, 40.78713934724364, -73.88856541091577, 40.78716063636476, -73.88866056757645, 40.787202584552034, -73.88871992373453, 40.787231352574736, -73.8887923489556, 40.78726164061802, -73.88884496694332, 40.78728148170418, -73.88890650306202, 40.787302538035405, -73.88895612431787, 40.78732126766439, -73.88899048430189, 40.78733305861578, -73.88901464119279, 40.787345479988424, -73.88904081050342, 40.78736247514054, -73.88906691161188, 40.78738912449932, -73.88916002770758, 40.78750712847872, -73.88929158720225, 40.7876575018263, -73.88937849067929, 40.787755791277384, -73.88939229091193, 40.787772939267136, -73.88940460753393, 40.78779096652212, -73.88941532352402, 40.78780970903916, -73.88942433729541, 40.78782898301897, -73.88948272394812, 40.787964134972725, -73.8895093550244, 40.78802936132364, -73.88952254304485, 40.788058508793945, -73.88953787106232, 40.7880860671275, -73.8895697585503, 40.78813592783994, -73.88959937078432, 40.788179668356136, -73.88961096509405, 40.78819967329777, -73.88963617288037, 40.78825524397653, -73.88967218617535, 40.7883464380281, -73.8897003087812, 40.78841766219806, -73.8897408353965, 40.78852013572434, -73.88977814116558, 40.788606574526355, -73.88979601249433, 40.78865314844359, -73.88981046070795, 40.78869559028572, -73.88984030967029, 40.788791272787165, -73.88986542362628, 40.788870153701154, -73.88987049106413, 40.788895186180206, -73.88987579338092, 40.78895371213397, -73.88988481552076, 40.789009649097366, -73.88989380729457, 40.78904455391932, -73.8899010744086, 40.78906345428208, -73.88992729907973, 40.78912275573742, -73.88994983885102, 40.789185768235996, -73.88997162860217, 40.789243811947294, -73.89004317919331, 40.78943230744492, -73.89009615532862, 40.78956517562133, -73.89012685066484, 40.78963596178093, -73.89015593146001, 40.78969149009926, -73.8901693416505, 40.78971273850158, -73.89018577272958, 40.78973566111107, -73.89023855731682, 40.789801056270555, -73.89030134795128, 40.78987640786668, -73.89034957719166, 40.78992810651567, -73.89037349794967, 40.78995082280398, -73.89040096607829, 40.78997497065566, -73.89047796065914, 40.79003735853542, -73.89054580890878, 40.79009089925731, -73.89056970933157, 40.790107321881564, -73.89059255401736, 40.7901209060191, -73.89062356021871, 40.79013708954034, -73.89065577042908, 40.79015241961973, -73.89068908637904, 40.79016685293905, -73.89072340387784, 40.79018034437343, -73.89076955652608, 40.79019746973128, -73.89079999272862, 40.790207260906676, -73.8908360446843, 40.79021651709237, -73.89086782516456, 40.790222284282436, -73.89088891318141, 40.790224828353324, -73.89091952354752, 40.79022524004097, -73.89099077844517, 40.790209473042786, -73.89106505674077, 40.79019167462585, -73.89113000978234, 40.79017718930187, -73.89115649173476, 40.790173545671664, -73.89118696850207, 40.7901730440539, -73.89123054082937, 40.7901756011832, -73.89128948218375, 40.7901813461599, -73.89137230528627, 40.79019259676952, -73.89140452839288, 40.79019360507973, -73.89143373930902, 40.79019048534732, -73.89152466794157, 40.79017111113146, -73.8915823565666, 40.79016109240547, -73.89160587165993, 40.790160383316206, -73.8916306717821, 40.79016434903191, -73.89166643797843, 40.7901752517059, -73.89170216972163, 40.790189860799565, -73.8917377447589, 40.79020904157967, -73.89177016097352, 40.790221730370526, -73.89180312526136, 40.7902289013952, -73.89189270987443, 40.79023164914178, -73.89196074117784, 40.790234539607475, -73.89198834824344, 40.79023847275776, -73.89201550650546, 40.79024664053815, -73.89204330425869, 40.79025865855399, -73.8920713665193, 40.79027342604093, -73.89209276098072, 40.79028650424174, -73.89211032565915, 40.79029912590142, -73.89212803053141, 40.79031517049474, -73.89214681453682, 40.79033648852977, -73.89216383398272, 40.79036022905993, -73.8921794499012, 40.79038806465452, -73.89219321566993, 40.790419229470224, -73.89220358020647, 40.7904508863787, -73.89222014854445, 40.79052350118037, -73.89222610578814, 40.79057038324074, -73.89223026001865, 40.79058927423699, -73.89225390518739, 40.790661290512354, -73.89228269534296, 40.79074623918524, -73.89228887460388, 40.7907753041324, -73.89229662668438, 40.7908413856485, -73.89230373828349, 40.790885918473236, -73.89230947903827, 40.79091067501148, -73.89233549456324, 40.79099191461253, -73.89235853284269, 40.79106058223163, -73.89237761265878, 40.79112043564636, -73.89238992673442, 40.79116217906661, -73.89239778729475, 40.791195686847125, -73.89240946502565, 40.79127562442415, -73.89242412465359, 40.79139025838678, -73.89243689203616, 40.7914668200966, -73.89244388385627, 40.791543789744516, -73.8924523192181, 40.79164252584795, -73.89245551154744, 40.79166211112206, -73.8924666872788, 40.791704498227006, -73.89247031691716, 40.7917232923681, -73.89247917704677, 40.79180556050066, -73.8924936443408, 40.79190443909997, -73.8925134574699, 40.79200274726131, -73.89252903711379, 40.792105495442556, -73.89254519270675, 40.79220967415242, -73.89256401672688, 40.79229398219055, -73.89257903245816, 40.79236519519275, -73.89258489945841, 40.79238601934151, -73.892592801949, 40.792404703995544, -73.89262280112992, 40.79245630633624, -73.89262280112992, 40.79245630633624 --73.95232471552399, 40.764539606134534, -73.95311450066734, 40.763653777338945, -73.95354407635584, 40.76317194650783, -73.95442368385403, 40.762188938899456, -73.95512898995821, 40.76156854751951, -73.95570256840999, 40.76105182402063, -73.95632265649222, 40.760496084697614, -73.95688303413161, 40.75998495048069, -73.95750302990412, 40.75943151178355, -73.9582017164848, 40.75880110781825, -73.95833951832086, 40.758678052407426, -73.9583730109254, 40.75865440374746, -73.95844871574533, 40.75858054374705, -73.95851135517708, 40.75852460714462, -73.95853932273015, 40.75849963180305, -73.95856320112303, 40.75847831013348, -73.95871478567271, 40.7583429475212, -73.95880450212174, 40.75825138117235, -73.95888371594411, 40.758166300043506, -73.95906020689712, 40.75796819686676, -73.95916738883825, 40.75802338093492, -73.9590037375064, 40.75824875073233, -73.95877210551441, 40.75856934329087, -73.9587530203359, 40.75859561229293, -73.95873724899032, 40.75861758436864, -73.95871266393223, 40.75865174522, -73.95867129885006, 40.75870917629877, -73.95864392741365, 40.758746742745515, -73.95863316152007, 40.758761645838675, -73.95860878638436, 40.75879513946845, -73.95854301784442, 40.75888550940298, -73.95851587761177, 40.75893191345672, -73.95856781867333, 40.75895405845518, -73.95905162720193, 40.7591603408019, -73.95913545927759, 40.75920260604906, -73.95916433466455, 40.759217162143315, -73.95926368688811, 40.75928435246811, -73.96119565895629, 40.76009931079847, -73.96152145193675, 40.76023075148733, -73.96155391297867, 40.76018606487268, -73.96159269241451, 40.760132685081594, -73.96162025838376, 40.76009473709355, -73.96232059825098, 40.76039787195464, -73.96247582374173, 40.76048925990953, -73.96256224242032, 40.76055502666794, -73.96263810422981, 40.76064867676587, -73.9626752630303, 40.760717735005265, -73.96275909933601, 40.76075369587431, -73.96289946056689, 40.76081388226515, -73.9630283379613, 40.76087184415508, -73.96314289437198, 40.76091815959571, -73.96388310954885, 40.761232967305524, -73.96612747082212, 40.762178985179006, -73.96693011219935, 40.76251636542588, -73.96695741946488, 40.76252784388606, -73.9677270484613, 40.762851341320996, -73.96933798417807, 40.76354707150102, -73.96964403784578, 40.76365931845647, -73.97021822455515, 40.7639014401022, -73.97080758913995, 40.76415228860876, -73.9709566413241, 40.76421537687965, -73.97109423987342, 40.764272969008644, -73.97241524589225, 40.76482587100625, -73.97255352340666, 40.76489742476506, -73.97242879290266, 40.765057121888326, -73.97215757361042, 40.765434720841554, -73.97209851680766, 40.76551693697606, -73.97203998615761, 40.76559812212994, -73.97171036196801, 40.7660552986516, -73.97164773469697, 40.7661421602711, -73.97158144140086, 40.766232181719815, -73.9712411160044, 40.76669431959555, -73.97118812197951, 40.76676628362538, -73.971128237545, 40.76684786328414, -73.97078070677826, 40.767321297474304, -73.97072777091157, 40.76739341168477, -73.97066726056353, 40.767479039602385, -73.97028164609944, 40.76802472165681, -73.97021634815208, 40.768097515917994, -73.96982454844452, 40.76864569459307, -73.96936484426307, 40.76927034712634, -73.96890454730848, 40.769900523998864, -73.96849689438756, 40.7704591404768, -73.96844508774235, 40.77051238116633, -73.9668470852754, 40.76984636410302, -73.9551592019079, 40.764917695250695, -73.95470085029905, 40.765545060134436, -73.9527068798735, 40.76470161216194, -73.95232471552399, 40.764539606134534, -73.95232471552399, 40.764539606134534 --73.94747458019249, 40.7701407164944, -73.94811969894673, 40.769434092809135, -73.9485812457187, 40.768942249237305, -73.94859813545361, 40.768925894622626, -73.94864192969922, 40.76888044142037, -73.94868274029015, 40.76883343890649, -73.94873197537557, 40.76876998342268, -73.94878017269838, 40.768700499484474, -73.94908345717363, 40.76828406540917, -73.95051825260323, 40.768873309263626, -73.9500811863897, 40.76950133904575, -73.95022258922349, 40.769576587764966, -73.96468735781264, 40.77567676949658, -73.96461518052045, 40.77577631142775, -73.96429195134877, 40.77622207846487, -73.96422820024814, 40.77630999636819, -73.96415852086412, 40.77640545500062, -73.96384443304215, 40.7768357367432, -73.96372911795021, 40.77699371167168, -73.96360821020889, 40.777159740609875, -73.96344692307855, 40.7773812158573, -73.96322991324712, 40.77767673582253, -73.96253071251078, 40.77738092158185, -73.96240120923827, 40.777326615123926, -73.96178942996349, 40.777070061551775, -73.96162831421834, 40.77700249554307, -73.96144217227993, 40.776924381455984, -73.9611859170995, 40.77681684296601, -73.96001748012748, 40.77632327965667, -73.9583990754482, 40.775641748459535, -73.95679748874352, 40.774965995491655, -73.95455519682257, 40.774019985899855, -73.9540926546595, 40.77465594298504, -73.95216152197005, 40.77383963229565, -73.95172338041343, 40.773656217018186, -73.9513347885696, 40.77349237272755, -73.95130836645876, 40.77348123224864, -73.95126022100207, 40.773460926262395, -73.95121110940237, 40.77344007774405, -73.94947623763929, 40.772707506571166, -73.9499370441256, 40.77207333295073, -73.94758356894675, 40.77107929959519, -73.94711811871976, 40.771712476623314, -73.94682673897343, 40.771585958691475, -73.946531169481, 40.77145371267574, -73.94670637555272, 40.77128894861158, -73.94683531968542, 40.77115533566487, -73.94708489091026, 40.7708886926402, -73.94740470773118, 40.77054239740604, -73.94743282880023, 40.77051317809718, -73.94769770082583, 40.77023152570675, -73.94747458019249, 40.7701407164944, -73.94747458019249, 40.7701407164944 --73.98821069352252, 40.781224724756534, -73.98674581825489, 40.780583693723834, -73.98691410719381, 40.77999240646348, -73.98714973763985, 40.77928658437142, -73.98722636379381, 40.77913310231014, -73.98823352325226, 40.77716133569257, -73.98803524966415, 40.77702748261312, -73.98704451977572, 40.77660455268055, -73.98963766785641, 40.772956158261636, -73.99200488603776, 40.77389643670864, -73.99306672479462, 40.77433817238742, -73.99295493213297, 40.77450190221757, -73.9927200193899, 40.77484314842186, -73.99262856268332, 40.77497365065799, -73.99258765002742, 40.77495869788831, -73.99257137046536, 40.774972092717505, -73.9925437471271, 40.77500077284343, -73.99252406972329, 40.77500837451239, -73.992463556786, 40.77501034717379, -73.99243962728444, 40.77501400524897, -73.99242098642806, 40.77502088476516, -73.99239813720352, 40.77503514992351, -73.99236281675591, 40.775062078920634, -73.99232611725056, 40.77509084664142, -73.99230078293671, 40.775114114840186, -73.99228860528216, 40.775128366281145, -73.99227792940046, 40.77514463404681, -73.99226866169737, 40.77516304510219, -73.99226059008922, 40.77518402086864, -73.99225105798162, 40.775214664332466, -73.99224491307005, 40.7752404516127, -73.99224225265525, 40.775259991440045, -73.99224314046477, 40.77527536307949, -73.99225287572172, 40.77531102273748, -73.99227389182141, 40.77536443295831, -73.99229139712968, 40.775405871658464, -73.9923066674944, 40.775434508661625, -73.9923288799588, 40.77546840415963, -73.9923536333542, 40.775502032372565, -73.99238973365945, 40.77554607113981, -73.99228273418187, 40.77570475418829, -73.99207544330557, 40.77599042725124, -73.99201615540632, 40.776072134756866, -73.99197874644655, 40.77612368952933, -73.99172159410905, 40.7764769726833, -73.9915558394909, 40.77670508854082, -73.99145252233299, 40.77684727475708, -73.99133325270355, 40.777010825898984, -73.99119933595547, 40.77719446420237, -73.99105966257243, 40.77738666657621, -73.99103173656606, 40.77742509964654, -73.99092790888669, 40.77756797512208, -73.9908324317295, 40.777567811778844, -73.99076196228005, 40.77756966388721, -73.99073941578996, 40.777570319444166, -73.99071752513858, 40.77757403495641, -73.99067820332625, 40.77760198787617, -73.99065772193075, 40.77761699308834, -73.99063939744863, 40.77762518617215, -73.9906140570358, 40.77763027645143, -73.9905715655503, 40.77763041706297, -73.99050162427035, 40.77762457336271, -73.99048286148552, 40.77762434398748, -73.99043043028472, 40.77763114744265, -73.9904043892138, 40.7776400089212, -73.99038695047797, 40.77765024167633, -73.99037528532517, 40.777661415936066, -73.99031929556082, 40.777741515427074, -73.9902207893555, 40.77787700208462, -73.9901590641728, 40.77795976019146, -73.98996947252452, 40.77820903798302, -73.98994699916892, 40.77824165491648, -73.9898947489962, 40.77832438308634, -73.98987865501962, 40.778347005891206, -73.98986282444676, 40.778366795737, -73.9898279387594, 40.77839865243049, -73.98976556738035, 40.7784711742547, -73.989714905794, 40.77853580328805, -73.9896550287846, 40.778617076353584, -73.98958149766864, 40.77872161082541, -73.98955765064697, 40.778756350039735, -73.98950409487944, 40.778834373684575, -73.98945764217974, 40.7789035397143, -73.98942749835005, 40.778948421580374, -73.98939545913339, 40.77899301240169, -73.98933568822751, 40.77907248340077, -73.98931197410002, 40.77910429234092, -73.98930040019414, 40.779119938391304, -73.98928616859611, 40.77913917269426, -73.98927165503241, 40.77915851322838, -73.98925257610479, 40.779184050590274, -73.98923758026845, 40.77920407815815, -73.98920311318682, 40.779250630891504, -73.98887484621925, 40.77971309031433, -73.98885847902207, 40.77973614788809, -73.98886850315115, 40.77985805701699, -73.98893428244868, 40.779914942660064, -73.98894888439322, 40.77994996458346, -73.98893755948578, 40.78001990548543, -73.98891402561944, 40.78013275322959, -73.9889196246133, 40.78023012504397, -73.98884207158879, 40.78033859292467, -73.98877014639012, 40.78044108106674, -73.98859930315425, 40.780680227690276, -73.98848242160724, 40.780839938084604, -73.98837001615634, 40.781007339994595, -73.98823125816995, 40.78123068097646, -73.98821069352252, 40.781224724756534, -73.98821069352252, 40.781224724756534 --74.01466863653879, 40.709833890683164, -74.01468278988908, 40.709796235814345, -74.01512357955774, 40.70982363352585, -74.0163795771635, 40.710081439135536, -74.01578545993777, 40.711568563594206, -74.01567562402691, 40.71180451241464, -74.01663850309845, 40.71216795036182, -74.01663166367207, 40.71219493245099, -74.01657395333854, 40.712422543942736, -74.01656584882879, 40.712454544755, -74.01656175460046, 40.71247071221164, -74.01657243931479, 40.71248754301884, -74.01658234421646, 40.71250464769259, -74.01659146456564, 40.71252200372092, -74.01659978852346, 40.712539594896654, -74.0166072935963, 40.71255739060581, -74.01661398924735, 40.712575375538485, -74.01661985653485, 40.71259352538375, -74.01662489190318, 40.71261182123153, -74.0166290835109, 40.71263023786936, -74.01663243845361, 40.71264875728612, -74.01663493778851, 40.71266735156869, -74.01663659097777, 40.712686001805196, -74.01663738854697, 40.712704683683086, -74.01663732812322, 40.71272337559057, -74.01663641680103, 40.712742055914354, -74.0166342925903, 40.71276130283453, -74.01663128669506, 40.71278047874159, -74.01662739910918, 40.71279956202334, -74.0166226463959, 40.712818535567536, -74.01661702144617, 40.71283736875775, -74.01661053608784, 40.71285603817885, -74.01660319978416, 40.712874528520636, -74.01659501962756, 40.712892810065135, -74.0165860050809, 40.71291086570107, -74.01657617033831, 40.71292866931136, -74.01656552249557, 40.712946202884616, -74.0165540816644, 40.7129634412034, -74.01654185257327, 40.71298036445562, -74.0165288588856, 40.712996951925824, -74.01651511006449, 40.713013187403185, -74.01650062503855, 40.71302904567048, -74.01648542155574, 40.71304451231671, -74.01646952091205, 40.71305956392527, -74.01643958470976, 40.71308483112764, -74.0164086680392, 40.71310786699674, -74.01637289502176, 40.71324878218073, -74.01634015528234, 40.71338100249133, -74.01633353302373, 40.71340658603469, -74.01633781259866, 40.713412239733046, -74.01678105145191, 40.71399778515357, -74.01657291743511, 40.714272478193415, -74.01619864313881, 40.7147664362026, -74.01610895074496, 40.7147269533038, -74.0160219689079, 40.71468866403449, -74.01534157670574, 40.71438915510785, -74.01513921348744, 40.71430007188959, -74.01477639461466, 40.71414035587351, -74.01440608780119, 40.71397734017774, -74.01420450945297, 40.713888725280114, -74.01420171503682, 40.71388750903524, -74.01409605742762, 40.71384099534653, -74.01392025447639, 40.71376360165389, -74.01380704254399, 40.71371376212671, -74.01375357131909, 40.71369022107862, -74.01388585918536, 40.71314835180779, -74.01390586127822, 40.71306614268493, -74.01397761811518, 40.71277079894226, -74.01403694126002, 40.71252672633232, -74.01440954939936, 40.71099367515924, -74.0144549581289, 40.71039352761446, -74.01450903536976, 40.71024919142826, -74.01452668967143, 40.71020196821105, -74.01454433211883, 40.71015476660458, -74.0145619769088, 40.71010756859694, -74.01457961930622, 40.71006036698448, -74.01459726522904, 40.71001316626913, -74.0146149075771, 40.70996596735221, -74.0146325640926, 40.709918730609104, -74.01464622895458, 40.709882051060646, -74.01466863653879, 40.709833890683164, -74.01466863653879, 40.709833890683164 --74.01653259232462, 40.71865914004499, -74.01646041203117, 40.71864781206727, -74.01643617080843, 40.718653441916445, -74.01639832901931, 40.71865739965052, -74.01614670135407, 40.718625540055605, -74.01595077756875, 40.718598642120654, -74.01579966690869, 40.71857819256614, -74.01566828661912, 40.71856013098355, -74.01563673226488, 40.71854573882163, -74.01533444146463, 40.7184989286522, -74.01525552735214, 40.71848836444804, -74.01516449322011, 40.71847540372888, -74.0150147289247, 40.718455636453534, -74.01499904963576, 40.71852011500726, -74.0149893960008, 40.71853307009964, -74.01497503712805, 40.71854318379397, -74.01495732204826, 40.71854951307943, -74.01493792179627, 40.71855145889861, -74.01484323068419, 40.71853940161141, -74.01473516755891, 40.71852577096672, -74.01466611851086, 40.71851588498054, -74.01456836783869, 40.71850293455111, -74.0143412412975, 40.71847241957209, -74.01418161685432, 40.71845128726779, -74.01405246970334, 40.71843457973396, -74.0139807293294, 40.71842401287955, -74.01384417882682, 40.718405429348124, -74.01370742020315, 40.71838736257218, -74.01361998684975, 40.718374409207954, -74.01351953685645, 40.71836110880928, -74.0133805344843, 40.71834338590316, -74.01322730652407, 40.71832229205483, -74.01322508074864, 40.71831868216619, -74.0132809284644, 40.71801535787064, -74.01338737915138, 40.71743717489366, -74.01361734306708, 40.71630762458652, -74.01385668760601, 40.71520567676343, -74.01420450945297, 40.713888725280114, -74.01440608780119, 40.71397734017774, -74.01477639461466, 40.71414035587351, -74.01513921348744, 40.71430007188959, -74.01534157670574, 40.71438915510785, -74.01568709408912, 40.714541254279325, -74.01608993969741, 40.71471858571851, -74.01619864313881, 40.7147664362026, -74.01657291743511, 40.714272478193415, -74.01678105145191, 40.71399778515357, -74.0165310678301, 40.713667543795445, -74.01633398643388, 40.71340718571038, -74.01633353302373, 40.71340658603469, -74.01633411530226, 40.713406662495466, -74.01641604733992, 40.713417401135935, -74.01661399375664, 40.71344334796499, -74.01665525983385, 40.71344875947345, -74.01681081613455, 40.713469652120395, -74.01683215575235, 40.713472518929315, -74.01697193378453, 40.71349129296213, -74.01707157336486, 40.71350844646244, -74.01731488872427, 40.71355033068899, -74.0173330153688, 40.71355345183216, -74.01737291979326, 40.713560322115356, -74.0175830121819, 40.71359724536887, -74.0176336205627, 40.713606789343004, -74.01760159491114, 40.7138350268275, -74.01758304761888, 40.7139514071327, -74.01755378680902, 40.71410102780842, -74.01754860545992, 40.71412750450599, -74.01748100657481, 40.714500517913976, -74.0174763965103, 40.71452595082859, -74.01746273765109, 40.714601300406784, -74.01742535111487, 40.714807513942624, -74.01737741090126, 40.715066952816976, -74.01732116413353, 40.71536562454408, -74.01727137193045, 40.71562886828943, -74.01725565533778, 40.715711968832395, -74.0172129507763, 40.71598505585546, -74.01718250576155, 40.71615700382309, -74.01715384881396, 40.716305748066475, -74.01710052296593, 40.71659399849758, -74.01708351154365, 40.7166970283885, -74.01704768651459, 40.716877160938225, -74.01700468613407, 40.71710572666658, -74.01694554461135, 40.71742297607843, -74.01690792177958, 40.717643354425675, -74.01688373887806, 40.717765490545894, -74.01684969831278, 40.717972221109825, -74.01682909510268, 40.71806979167771, -74.01680043897274, 40.718232866510135, -74.01673121553787, 40.71858440414938, -74.0167240411667, 40.718623290109974, -74.01671722401888, 40.718637786607964, -74.01670608769098, 40.7186506448043, -74.01669126637881, 40.71866112888925, -74.01667360498743, 40.718668646203504, -74.01665410705985, 40.71867276705741, -74.0165868502309, 40.718665952702786, -74.01653259232462, 40.71865914004499, -74.01653259232462, 40.71865914004499 --73.92619234333472, 40.72135836663612, -73.92562239613255, 40.72005967251401, -73.92515002985031, 40.72017751870701, -73.92507168898635, 40.7201975257097, -73.92484275973374, 40.72025599339377, -73.9248245593638, 40.720260641650675, -73.92482569709648, 40.72024042504304, -73.92482305777611, 40.72022358738428, -73.92471660024685, 40.71999688826191, -73.92475272050689, 40.71998325834136, -73.92472888554019, 40.71994779868514, -73.92461656577201, 40.71978772256862, -73.9245420201169, 40.7196641687766, -73.92452766833027, 40.71961074201091, -73.92452786414505, 40.71956637940949, -73.92452853421823, 40.71955159167177, -73.92454624487253, 40.71934059214648, -73.9245612390029, 40.71927716013252, -73.92458717373869, 40.71916054034722, -73.92463723552694, 40.718984979949, -73.92469773483099, 40.71872034157957, -73.92470996501163, 40.71868631659586, -73.924779510279, 40.71856263465201, -73.92467625372103, 40.71821110339575, -73.92459474118031, 40.71794829734464, -73.92457563262478, 40.71794339415613, -73.92454499981875, 40.7179313198526, -73.92452778473948, 40.71792344801415, -73.92449929938705, 40.71790884016963, -73.92448422732083, 40.71790025922736, -73.9244670076926, 40.71789014870818, -73.92443555495474, 40.71787162258157, -73.9244149150269, 40.71785829318674, -73.92439669135727, 40.717847514719566, -73.92437577638103, 40.71783565476991, -73.92435705128514, 40.717824541877754, -73.92433925178958, 40.71781336655508, -73.9243194659886, 40.71780145060501, -73.92429939514857, 40.717789371471746, -73.9242824436086, 40.71777981581535, -73.92426637739723, 40.71777022381795, -73.92425187055512, 40.717761099308625, -73.92422838041564, 40.7177470250837, -73.92421182068968, 40.717736389962866, -73.9241968793174, 40.71772639076502, -73.92417199118489, 40.717709429472414, -73.92415678713316, 40.71769938417024, -73.92414134556536, 40.71768901452583, -73.92412607428099, 40.71767877646603, -73.92410870325152, 40.717666605425414, -73.92408980024145, 40.7176517543538, -73.92407215989824, 40.7176380900839, -73.92405390120747, 40.71762387158949, -73.9240358776341, 40.71760897696406, -73.9240197296137, 40.717594388846514, -73.92400662554732, 40.71758299414473, -73.92399423748515, 40.71757163053141, -73.9239821544012, 40.71755955931702, -73.923973348446, 40.717544433933355, -73.92396218935646, 40.71753163211254, -73.92394559014323, 40.71752042150086, -73.92390975939395, 40.717495042154916, -73.9238792365754, 40.717473997762276, -73.92385806134634, 40.7174601411142, -73.92383860994649, 40.71744782637589, -73.92382077937698, 40.71743604400784, -73.9238011643107, 40.717423003343484, -73.92377607941697, 40.71740545290051, -73.92375494331115, 40.71739157554747, -73.92373435989963, 40.71737771656688, -73.92371611201422, 40.71736659127864, -73.92369362106172, 40.71735248248589, -73.92367981493008, 40.71734345022034, -73.92364568626732, 40.71732015299934, -73.92363209773762, 40.71730817890492, -73.92361997415257, 40.71729643451043, -73.92360679408301, 40.71728434271707, -73.9235928991988, 40.717271193248585, -73.92358374263124, 40.717256430507454, -73.92357374981543, 40.71724329713423, -73.92355718161012, 40.71721858513416, -73.92354304383184, 40.71720259799002, -73.92352672419503, 40.71718303706999, -73.92350379164425, 40.717152644016764, -73.92349267135222, 40.71714020328015, -73.92348252981276, 40.717128814088596, -73.92347049901215, 40.71711568115266, -73.92346003008882, 40.71710390542244, -73.92344480647063, 40.71709256147625, -73.92343389040549, 40.717081623821535, -73.9234262983245, 40.717067025100306, -73.9234129325973, 40.717042508818594, -73.9234007000553, 40.717013397083996, -73.92338602267718, 40.71699225864142, -73.92337821314823, 40.716979458991915, -73.9233593521995, 40.71696539307183, -73.92329423819344, 40.716832028235515, -73.9232701044584, 40.71677297378764, -73.92323925552152, 40.71669746523241, -73.92322308808028, 40.71664151654234, -73.92320532559836, 40.71658016642425, -73.92317545558116, 40.716476939889496, -73.92314211240493, 40.71647604864181, -73.92311920038435, 40.71646720924124, -73.92311128767321, 40.716449565657825, -73.92306848908153, 40.716353640802346, -73.9232680888302, 40.71624774249891, -73.92331956823166, 40.71622471562484, -73.92334136458442, 40.71622082912891, -73.92337298395691, 40.716212886063886, -73.92339350833062, 40.71621080153349, -73.9234126027367, 40.71619043208245, -73.92343937515813, 40.71617054050257, -73.92347914692806, 40.716144675466005, -73.92361916820802, 40.71610151332658, -73.92359656026524, 40.71602362937777, -73.92387323052749, 40.715951516970996, -73.9243209938443, 40.7158450800725, -73.92445698787043, 40.71569211681323, -73.92453613594115, 40.71560377730487, -73.92461069322451, 40.71552050100767, -73.9246464728968, 40.71548253279099, -73.92471840078257, 40.71540606706449, -73.92483313733791, 40.71528897750029, -73.92489321315873, 40.715265202706064, -73.92485999067121, 40.715196616147885, -73.92479513115693, 40.71507362257658, -73.92477399947668, 40.715030076284556, -73.92477024508113, 40.71500210577139, -73.92477262827126, 40.71498668338223, -73.92473752896525, 40.7149359842039, -73.92469777866577, 40.714878968492066, -73.92466705371257, 40.71486588108041, -73.92462031857421, 40.71482669178228, -73.92456337630061, 40.7147516644569, -73.92453349756657, 40.71468845153668, -73.92451996407978, 40.71461879896799, -73.92448990515287, 40.71452147006888, -73.92443924413465, 40.714362791152865, -73.92442681355891, 40.7143476346018, -73.92439806523504, 40.714346083056824, -73.92437277332468, 40.71433037774654, -73.9243552026276, 40.714305080761456, -73.92434551136841, 40.714251740743755, -73.9243446959393, 40.71419962404871, -73.92434407581888, 40.71413809264166, -73.92434358557911, 40.71412061790813, -73.92434755284282, 40.713996291495796, -73.92438570468688, 40.71399484242487, -73.92443968961514, 40.713992791387156, -73.92454381895462, 40.71398883170085, -73.92459229923138, 40.713964070604185, -73.92463531270644, 40.71396263904315, -73.9251281983828, 40.71398609838085, -73.92515238289573, 40.71398680029646, -73.92600585629361, 40.714018175610846, -73.92613986545824, 40.714026206873335, -73.9263313754753, 40.71403768502425, -73.92654550059108, 40.71405223092047, -73.92816722383219, 40.71420492187232, -73.92851346148319, 40.71499216210703, -73.92866137683484, 40.714952304508095, -73.92949098867533, 40.714743104689575, -73.92960360014533, 40.71471966577495, -73.93023298041949, 40.714578985721396, -73.93059520111876, 40.71444816235409, -73.93065977869162, 40.7144286790975, -73.93094123093876, 40.71435918567177, -73.93149445690966, 40.71421398377599, -73.93162710813937, 40.71418313999951, -73.93193376742393, 40.7141089719561, -73.93201681604191, 40.71408580316156, -73.9321765284226, 40.71404516366495, -73.93264435676954, 40.71392872854344, -73.9330131800479, 40.71383555357919, -73.93318097821627, 40.71379569543439, -73.9333682184218, 40.71374603093154, -73.933598553394, 40.71368396123927, -73.9341708613028, 40.713529738865134, -73.93480479050946, 40.71336917384239, -73.93725000754881, 40.71277942116458, -73.93832225456765, 40.71252037616219, -73.93846816064466, 40.71248593586073, -73.9387546468278, 40.712415820871065, -73.93903329038599, 40.712347626307135, -73.94044372466645, 40.71200242887826, -73.94069000696096, 40.71195872546224, -73.94086169591355, 40.71192873492524, -73.9422297387204, 40.711797322836794, -73.94319037459603, 40.71170973724792, -73.94391293347547, 40.71163816504974, -73.9455982226035, 40.71147817858541, -73.94724641177856, 40.71132115095623, -73.94889430552799, 40.71116421666467, -73.95111762748247, 40.71095330371534, -73.950995680032, 40.710218289018435, -73.95095744241851, 40.7099877995394, -73.95095070446087, 40.70994720072946, -73.95089737057698, 40.70962525338425, -73.9508768931144, 40.709509797322376, -73.95085659817171, 40.70937800786213, -73.9508386471479, 40.709230768426735, -73.95083455898992, 40.709186875767195, -73.95083268748935, 40.70915877901975, -73.95083049437187, 40.70911268181722, -73.9507836525443, 40.708925357276286, -73.95076225420124, 40.70879953680612, -73.95075464272134, 40.70875471780911, -73.95066115136787, 40.70816663673073, -73.95064881668426, 40.70809219067819, -73.9505207710913, 40.70730789570054, -73.95038025971746, 40.70732008037067, -73.95010671213626, 40.70734587614516, -73.95009313468461, 40.70726489717654, -73.9500754222952, 40.70726656714851, -73.95006552521158, 40.70720755414533, -73.94998774317993, 40.70721488926204, -73.94996466828226, 40.70707729009747, -73.94988907099784, 40.70708441807907, -73.94981478611629, 40.707091424113656, -73.94978384896919, 40.70709434178624, -73.94973518273405, 40.70680411362923, -73.94971953566917, 40.70671441045235, -73.95018558029481, 40.70667231335628, -73.9504058895564, 40.70665241172894, -73.95032673455245, 40.706135438079, -73.95029116612992, 40.70591011744115, -73.95026986052734, 40.7057751449702, -73.9502449157734, 40.70561711152005, -73.95024348696111, 40.705567115399965, -73.95025374233207, 40.70553597383833, -73.95028790901796, 40.70545552878899, -73.95033839485528, 40.70542568061195, -73.95038003622489, 40.70540106237379, -73.95165074707894, 40.70457756113999, -73.95182955381155, 40.70446167991811, -73.95190284594844, 40.704414179758004, -73.95221346452318, 40.70421278811734, -73.95381393650163, 40.70317766468189, -73.95562155625359, 40.70200911243823, -73.95572557766694, 40.701942447974105, -73.95579599730421, 40.701894851464075, -73.95699991970386, 40.701116359229815, -73.95734403728956, 40.70089383656446, -73.95745933410734, 40.70081927811274, -73.95748258679706, 40.70084923773689, -73.95749609530836, 40.7008666442218, -73.95749686141232, 40.70086763326698, -73.95749865017449, 40.70086993653693, -73.95752897518514, 40.70090902185078, -73.9577563312513, 40.70111224663532, -73.95788468491406, 40.70122697838476, -73.95792821419317, 40.701265887419275, -73.95802415167766, 40.70135164308825, -73.95802614904737, 40.701353428631506, -73.95807246109091, 40.701394831242844, -73.95809414356386, 40.70141434062756, -73.95812097024672, 40.7014384778102, -73.95812172945884, 40.701439161575095, -73.95814774727882, 40.70146257354493, -73.9581485124049, 40.70146326181433, -73.9583879940767, 40.70167871419388, -73.95862940846565, 40.70189590475145, -73.95865002020406, 40.70191385846102, -73.95865166521595, 40.701915293567545, -73.95865748484005, 40.70192037904804, -73.95869802354743, 40.70195581523986, -73.95870481173998, 40.70196174304417, -73.958752689278, 40.70200442646792, -73.95880774526739, 40.70205351418018, -73.95893195747875, 40.7021646133007, -73.9590197824666, 40.702243165641306, -73.95915222635507, 40.70236162553446, -73.9592887661094, 40.702483749103884, -73.95929444029662, 40.70248882459471, -73.95933452624372, 40.70252467913739, -73.95938199309263, 40.70256690469085, -73.95938307519165, 40.70256786681938, -73.95945447728239, 40.70263127722377, -73.95958968584486, 40.702751350397676, -73.95961598038521, 40.702774775636136, -73.95962339309658, 40.70278138169014, -73.9597621002546, 40.70290496878291, -73.9598216872392, 40.70295806036292, -73.95983888140024, 40.702975616438714, -73.95984043053124, 40.702977197377464, -73.95989113916096, 40.70302898998646, -73.95992966826806, 40.703063375942364, -73.95993428291727, 40.70306749468878, -73.9599375008727, 40.70307036664058, -73.95993865749175, 40.70307139902971, -73.95994299185773, 40.70307526643546, -73.95994713700146, 40.70307896627998, -73.95994807010266, 40.703079798677614, -73.959951191083, 40.70308258414612, -73.95995516001537, 40.70308612543899, -73.9599593997724, 40.70308990816306, -73.95996199920945, 40.70309222968625, -73.96003743028886, 40.70315956195414, -73.96010504644083, 40.703220216870086, -73.96010801841074, 40.70322288701712, -73.96011581910018, 40.703229884896075, -73.96011734234035, 40.703231250599806, -73.96011814416968, 40.703231970386554, -73.96012463331472, 40.70323778994104, -73.96012641318787, 40.70323938626455, -73.96020393412614, 40.70330893260388, -73.96027086703471, 40.70336893701534, -73.96027265519297, 40.70337054144404, -73.96027814503068, 40.70337546373511, -73.96028003607962, 40.70337716005139, -73.96028203120123, 40.70337895005679, -73.960286313558, 40.703382792217134, -73.96028797280954, 40.70338427953457, -73.96029225871683, 40.70338812169597, -73.96029325805257, 40.703389017149405, -73.96029539982453, 40.70339093597833, -73.96029687576619, 40.70339225933926, -73.96029845814707, 40.70339367639007, -73.96030015642644, 40.70339519884078, -73.96030194931704, 40.703396806872675, -73.96030367597858, 40.70339835724894, -73.96034315509249, 40.70343373755728, -73.96039298194096, 40.70347721521286, -73.96043513216347, 40.703513994002634, -73.96046886302017, 40.703543424411066, -73.96050412309602, 40.70357419169368, -73.96059355922678, 40.703653836591926, -73.96061669203023, 40.703674467128906, -73.96076229655925, 40.70380432742478, -73.9609077419937, 40.703934047900745, -73.96108274654767, 40.70409012986232, -73.96108847775777, 40.70409528812989, -73.96122115444011, 40.70421472634745, -73.96123015969323, 40.704224206365936, -73.96138969483201, 40.70436691454728, -73.96153771720243, 40.70449931950655, -73.96180374453361, 40.70473727914081, -73.96181985402335, 40.70475168906924, -73.961855239102, 40.704783341177105, -73.96191470632698, 40.704836505461834, -73.9621177868884, 40.705018059782695, -73.96217123928498, 40.70506584589932, -73.96244171467177, 40.70530764888519, -73.96247085679087, 40.70533370118436, -73.96248724214628, 40.70534834974371, -73.96253582812899, 40.70539188638982, -73.96253652593208, 40.70539251157194, -73.96278485846966, 40.70561474201832, -73.96282740113838, 40.70565281048084, -73.96296308383045, 40.705774233262936, -73.9630368059668, 40.705840110464905, -73.96304129207866, 40.70584412008199, -73.96308262275905, 40.70588106332098, -73.96309993446744, 40.70589653695763, -73.96311724499952, 40.705912012392254, -73.96316485137761, 40.70595455789287, -73.96320960504649, 40.7059945558154, -73.96342892338211, 40.7061908183341, -73.9634322007721, 40.70619375054004, -73.96369344786028, 40.70642753216206, -73.96369736159515, 40.706431034584824, -73.96374708108556, 40.70647552741363, -73.96379595617822, 40.706519218499956, -73.96379876759545, 40.70652173091047, -73.96386412807368, 40.7065801496118, -73.96407120225517, 40.70676410606077, -73.96420286141853, 40.706881064072725, -73.96425530450612, 40.70692765301606, -73.96427629879565, 40.706946300118474, -73.96428293417266, 40.706952200526906, -73.96428927268246, 40.70695782078379, -73.96436525548297, 40.70702548263877, -73.9643955937606, 40.70705250736685, -73.96441525063038, 40.707071756472025, -73.96441557114787, 40.70707207175006, -73.96443554499635, 40.70709163702914, -73.96443571126107, 40.70709273660485, -73.96444572249928, 40.707158999321095, -73.96445507342312, 40.70722087544141, -73.9644536720261, 40.707274728286876, -73.96445271998215, 40.70731142202773, -73.96445044510493, 40.70739886997777, -73.96443605448438, 40.707467484493215, -73.9644355609528, 40.7074698427798, -73.96442285141032, 40.70753039913685, -73.96441034651814, 40.707595475221375, -73.96441006172341, 40.70759695557387, -73.9643766112609, 40.707770906893316, -73.96437089633964, 40.70780062559799, -73.96433514117876, 40.7079865610914, -73.96433036249955, 40.708011404715485, -73.96432537216852, 40.70803592499018, -73.96429575051785, 40.70818135737245, -73.96425859572413, 40.708363775902704, -73.96419689446715, 40.70866671119782, -73.96419624901297, 40.70866987719424, -73.9641868222741, 40.708716145226084, -73.96418194469163, 40.7087596789196, -73.96418068806923, 40.708766064053066, -73.9641802893751, 40.70876807567089, -73.9641284096608, 40.709030989852664, -73.96411007883255, 40.70912388716776, -73.9640399197513, 40.70947943567229, -73.96403970615708, 40.709480519820865, -73.96402969216584, 40.709531302813886, -73.96401955519502, 40.70958188585388, -73.96401927279308, 40.709583286060266, -73.9639538064186, 40.70990976296016, -73.9639535287553, 40.70991114875964, -73.96382219982578, 40.71046631129666, -73.96379839901306, 40.71051029197247, -73.96373844196512, 40.71062107286647, -73.96368726496868, 40.71071563559468, -73.96365468489896, 40.71077583437257, -73.96363961889251, 40.71079976609508, -73.9636365287026, 40.71080467290338, -73.96362865102768, 40.71081717851104, -73.9636256686198, 40.71082191425601, -73.9636187444147, 40.71083290010187, -73.96360856419054, 40.71084905925361, -73.96360231392546, 40.710858972803, -73.96360097077421, 40.71086110568861, -73.96359762829258, 40.71086641494442, -73.96359713319757, 40.710867201834375, -73.96359253758482, 40.71087449361875, -73.96358902098713, 40.71088008377866, -73.96357991130495, 40.71089269795497, -73.96357764418416, 40.71089649289111, -73.96355978793976, 40.71092637069382, -73.96355835470823, 40.71092875659399, -73.96355686231595, 40.71093112446515, -73.96354597851384, 40.71094838381269, -73.96352874373113, 40.7109757358742, -73.96351738613077, 40.71099376050313, -73.96351079945428, 40.7110042133468, -73.96350744985534, 40.71100952710015, -73.96349791272742, 40.71102466886832, -73.9634975242303, 40.71102528559512, -73.9634927888303, 40.71103280155819, -73.96348634072525, 40.7110430356202, -73.96348178062468, 40.71105026527602, -73.96348102495008, 40.711051464516764, -73.9634798286636, 40.71105336151368, -73.96347514300336, 40.71106080364992, -73.96347461355681, 40.71106164455907, -73.96346538792166, 40.71107629384384, -73.96346378773785, 40.71107883367711, -73.96345766771873, 40.711088540142235, -73.9634509353367, 40.71109922436734, -73.96344940977156, 40.7111016462572, -73.96344604594263, 40.71110699512416, -73.96344110431863, 40.71111505492817, -73.96343957160978, 40.711117554259545, -73.9634372275346, 40.71112137978573, -73.9634333471996, 40.711127704642, -73.9634231074148, 40.71114441036788, -73.96341402841381, 40.71115921728439, -73.96341153153922, 40.711163290401934, -73.96339651119952, 40.711187789427846, -73.96337899515417, 40.71121636066836, -73.96337715684624, 40.71121935698364, -73.96336423516836, 40.711238658924195, -73.96334185021846, 40.71127207966121, -73.96333927997081, 40.71127613924606, -73.96324422914195, 40.71142628352653, -73.96316044443415, 40.71155863183492, -73.96297186277494, 40.71185651883522, -73.96297149322203, 40.71185710134682, -73.96294340949126, 40.71190147218256, -73.96291539777403, 40.71194609157539, -73.96291407944946, 40.7119481911418, -73.96285794219078, 40.71203760726944, -73.96274832165702, 40.7122122160026, -73.96258095873993, 40.7124787984452, -73.96257971857146, 40.71248077286202, -73.96257101014375, 40.7124946423984, -73.96255322845391, 40.71252295857768, -73.96252465972832, 40.712568056762386, -73.96252371568937, 40.712569545899775, -73.96231793416932, 40.71289442980347, -73.96230907882368, 40.712908409133476, -73.96211138663018, 40.713220521559194, -73.96211061669625, 40.71322173609459, -73.9620826609429, 40.71326587982621, -73.96205520269638, 40.713309156522975, -73.96205398738225, 40.71331107330953, -73.96201607572867, 40.713370824994115, -73.96188228042512, 40.7135817010625, -73.96185657146468, 40.71362222092601, -73.96170649135014, 40.713858758638665, -73.96170545961925, 40.713860385518046, -73.96168190037751, 40.713897518335564, -73.9616579946529, 40.71393413233863, -73.9616559798042, 40.71393721951819, -73.9616510534353, 40.713944764155514, -73.9614855509538, 40.714198231432604, -73.96144060558554, 40.71426706761909, -73.96133019859963, 40.71443615365964, -73.9613296146276, 40.71443704947141, -73.96128917370001, 40.714498981995405, -73.96127097498609, 40.71451805228827, -73.96124035048346, 40.71455014968228, -73.96123770854153, 40.71455291606146, -73.96122413882499, 40.71456713775596, -73.96114157091176, 40.714644924825315, -73.96108818686139, 40.714695219213105, -73.96097747890956, 40.714799519382645, -73.9609196031887, 40.71485404546822, -73.96091733793929, 40.71485617890897, -73.9608826830333, 40.714888828652086, -73.96085818813039, 40.71491166447489, -73.96084584594173, 40.714923171502605, -73.96084401053965, 40.714924882748676, -73.9606668618158, 40.71509005251308, -73.96066071614743, 40.715095783062424, -73.9605494391108, 40.71519953691145, -73.96049436944348, 40.71525088223897, -73.96049286439938, 40.715252284717664, -73.96043871117158, 40.7153027766489, -73.960386549599, 40.71535140428269, -73.96038325885782, 40.71535447299017, -73.96038125528334, 40.71535634085968, -73.96029000372239, 40.71544139684382, -73.96020738320757, 40.715518409678324, -73.96017827675554, 40.715545539194984, -73.96017743719175, 40.715546321448066, -73.96014123289932, 40.71558006725093, -73.96010455337911, 40.71561483225526, -73.96010429759947, 40.71561507440392, -73.96009884924973, 40.71562024144501, -73.95993859439695, 40.71577033418194, -73.95982709930736, 40.71587476083008, -73.9597556513241, 40.7159416762104, -73.95955401509288, 40.716130524502766, -73.95955172371116, 40.716132671414755, -73.95951265178871, 40.71616926792599, -73.9594735029963, 40.716205698702865, -73.95947136674435, 40.71620768807857, -73.95931564861587, 40.71635259279449, -73.95921426846546, 40.71644693399953, -73.9589544896975, 40.71668867459804, -73.95891588383964, 40.71672459928979, -73.95887416354697, 40.71676336036359, -73.95887291659074, 40.71676451977536, -73.95876505416575, 40.716864739496266, -73.95862218761417, 40.7169974819724, -73.95861857106178, 40.71700084227702, -73.95838474135162, 40.71721809882259, -73.95836281096865, 40.71723847304018, -73.95836207202012, 40.71723916166321, -73.95832124753082, 40.71727709078684, -73.95827944474183, 40.71731607764074, -73.95827810539313, 40.71731732796393, -73.95802432704637, 40.7175540356613, -73.95776854672613, 40.71779261151696, -73.95776776276372, 40.717793343344105, -73.9577274064575, 40.71783098606413, -73.95768506182203, 40.717870408347515, -73.95768482971106, 40.717870626185636, -73.95745777932243, 40.718082015593474, -73.95743021134885, 40.718107682547036, -73.95717512458089, 40.718345172210114, -73.95717412388875, 40.71834610386575, -73.95713301140378, 40.718384380953154, -73.95710407776444, 40.718411274714356, -73.9570901177974, 40.718424248563096, -73.95708975541507, 40.71842458701982, -73.9570012880715, 40.71850682190623, -73.95683536399389, 40.71866105230016, -73.95677096973678, 40.718720906650546, -73.95657978413146, 40.7188986169866, -73.95657778745215, 40.718900473985656, -73.95653760042303, 40.718937828184195, -73.95650955567, 40.71896392787993, -73.95649583231561, 40.71897669732936, -73.95649468475393, 40.7189777667016, -73.95626267421383, 40.71919367511091, -73.9562411546384, 40.71921370147867, -73.9559859884074, 40.71945115692696, -73.95598579300012, 40.719451337854736, -73.95598128796004, 40.7194555307075, -73.95594468982085, 40.719489587500924, -73.95590255494334, 40.719528996593866, -73.95590139670041, 40.71953008126465, -73.95575034882464, 40.7196713583361, -73.95564719837346, 40.71976783619344, -73.95539264886168, 40.72000591550206, -73.95538958622576, 40.72000878153871, -73.95534969496985, 40.720046089506184, -73.95530963806446, 40.720083255114794, -73.95530899498387, 40.72008385190318, -73.95524935543384, 40.72013918757888, -73.95505254587465, 40.720321792835875, -73.95499758041173, 40.72037279244847, -73.95479788326817, 40.72055807425226, -73.95479602150397, 40.72055980430114, -73.95475539313367, 40.72059750079096, -73.95347070107087, 40.71979491277453, -73.95294739144214, 40.720287225850505, -73.9527315349096, 40.72044141727425, -73.95259137304362, 40.72052623269276, -73.95220159808524, 40.72076265076131, -73.95192385862038, 40.720930640480766, -73.95186899189466, 40.720963825654835, -73.95064791128159, 40.72170237143454, -73.95061194206541, 40.72161390885236, -73.95060665436861, 40.721582713829584, -73.95047551914949, 40.7207998768161, -73.95040422355652, 40.72037190766314, -73.95018226346527, 40.71900546635749, -73.94853457662317, 40.719163853611406, -73.94841836237022, 40.718452208679025, -73.9483059741012, 40.718462966192476, -73.94749595533732, 40.71854049916168, -73.94743673331811, 40.71854616786479, -73.94711671242877, 40.71857679714389, -73.94693620541887, 40.71859407322122, -73.94675429925498, 40.71861148344498, -73.94656080324458, 40.71863683770506, -73.9463736811676, 40.718661355333644, -73.94627995317944, 40.71867363601845, -73.94532075349557, 40.718754269082766, -73.94508613272762, 40.718778372129265, -73.94494097940033, 40.71879167627824, -73.94450503851532, 40.71883162791837, -73.94352660111474, 40.718921291389044, -73.94342854677726, 40.71893027716663, -73.94329599949175, 40.71894139269332, -73.9431842025238, 40.718950765916865, -73.9426255544947, 40.71900454018755, -73.94247456336306, 40.719018666786894, -73.94230757263304, 40.71903306883247, -73.94154156781246, 40.71910837120429, -73.9405918850923, 40.71920209913957, -73.94057622063931, 40.719095974053076, -73.94052427982531, 40.718813984026845, -73.94049398906891, 40.7186749440266, -73.93979707376742, 40.7188549556801, -73.93923013737947, 40.719003884051006, -73.93908896393718, 40.71904430358438, -73.93890781149767, 40.71908675039756, -73.93817357019881, 40.71927417872313, -73.93802872848474, 40.71931119736132, -73.93776291665758, 40.71938053552917, -73.9375210672939, 40.71944038210661, -73.93747352048608, 40.71926581763959, -73.93742655805762, 40.71916116996764, -73.93735380601002, 40.71899995981459, -73.93732566634779, 40.71893772735781, -73.93731399348934, 40.718911998832844, -73.93725957579365, 40.71878785008387, -73.93684022506008, 40.718893801740094, -73.93560763539078, 40.71921862632812, -73.93594982178746, 40.72001097244419, -73.9359973356246, 40.72012136716808, -73.93604528993755, 40.720221865511135, -73.93609992382468, 40.72034035972837, -73.93610438949106, 40.72035020928276, -73.93614115158378, 40.72042911164568, -73.93614593208483, 40.72043897127856, -73.93618073373698, 40.72051100885409, -73.93621063448892, 40.7205729030613, -73.93622932529321, 40.720617776817946, -73.93626558868607, 40.72070484378497, -73.93650632731082, 40.72124417057275, -73.93551074889871, 40.721502731722126, -73.93512483028445, 40.72161367023971, -73.93509701226701, 40.721623235985696, -73.93506731774781, 40.72163573002492, -73.9350262017678, 40.721695260241745, -73.93503136590918, 40.72172188492598, -73.93504173678939, 40.72176301615771, -73.93524632846989, 40.722224814635986, -73.935286307584, 40.72231474670278, -73.9353567953391, 40.72247090766213, -73.93555438031203, 40.72289523410891, -73.93559080922847, 40.72298776024335, -73.93416114787505, 40.72336343034327, -73.93401431858825, 40.7234002320612, -73.93244352097335, 40.72381005793525, -73.93087299008832, 40.72421681880612, -73.93000785655316, 40.72443652114705, -73.92994692011865, 40.724452011573185, -73.92977450471042, 40.72449584149988, -73.92936254303483, 40.724600671751546, -73.9293189952259, 40.72461182845405, -73.92919661350696, 40.72464317834097, -73.92941065814553, 40.72494748924301, -73.92778430979624, 40.72491847754993, -73.92766737874143, 40.72466954566551, -73.92749326548977, 40.72428327517396, -73.92729671463127, 40.72384614746196, -73.92709073554154, 40.72338162711852, -73.92688531129134, 40.722912426779054, -73.92669418891765, 40.7224800641954, -73.92668830646322, 40.722467044482244, -73.92659589982118, 40.722262289834674, -73.92655820809897, 40.722182430204505, -73.92619234333472, 40.72135836663612, -73.92619234333472, 40.72135836663612 --73.88722098523705, 40.72752585259801, -73.88722103475165, 40.72757493221778, -73.88721679136496, 40.72768531882394, -73.88720934089262, 40.72787916511027, -73.88720629116185, 40.7279584789997, -73.88720429138478, 40.728010515683266, -73.88720115607879, 40.72809212578647, -73.88719918849853, 40.72814331872319, -73.8871976469208, 40.72818340159104, -73.88719273475691, 40.72826855435661, -73.887199390143, 40.72854028059515, -73.88720113943648, 40.72861175934344, -73.88720486276421, 40.72869328070459, -73.88720758740558, 40.728752902498925, -73.8872282040299, 40.728932889492896, -73.88726857804694, 40.7291656134413, -73.88729975966716, 40.729298803180455, -73.88737989602538, 40.72960088629273, -73.88751964203662, 40.730075443581114, -73.88755961508731, 40.730196739789385, -73.88794070816955, 40.730112928981825, -73.88805974977755, 40.73008690928795, -73.88807620204831, 40.73020784295616, -73.88810475483297, 40.73048592543016, -73.88811021635935, 40.73057213647959, -73.88812147315444, 40.73065790740644, -73.88817833799146, 40.731194466161355, -73.88822164260115, 40.73161231559121, -73.88823783868746, 40.73177628788936, -73.88824080789715, 40.731806468628974, -73.88825348143442, 40.73189684700643, -73.88825666256169, 40.73198208507027, -73.88826075912634, 40.7320226326613, -73.88827892761617, 40.73220424782856, -73.88827694512887, 40.73226051690854, -73.88828956588235, 40.73231043625892, -73.88829396193618, 40.732354544749775, -73.88830348705979, 40.73244615555881, -73.88830747110582, 40.73251431534137, -73.88833113497314, 40.732760257366834, -73.88834885500307, 40.73288475999592, -73.88835490386634, 40.73294079372126, -73.88837509961135, 40.73320504600848, -73.88838825916989, 40.733296711651505, -73.888405347261, 40.73344738783871, -73.88843982588396, 40.733793792942116, -73.88844348177967, 40.7338544448477, -73.88845383945474, 40.73392560407695, -73.8884722836914, 40.7341064792138, -73.88847736611426, 40.73415795271144, -73.8884817222585, 40.7342012975136, -73.88848543265068, 40.73423861818732, -73.88849670197993, 40.73435080726846, -73.88852298636185, 40.734530626476676, -73.88880108843681, 40.73491506944818, -73.88897203170401, 40.735159792710235, -73.88899760991136, 40.735198808488924, -73.8890164111183, 40.735231143161116, -73.8890428581965, 40.73527663172177, -73.88909016373363, 40.73536392756566, -73.8893277849541, 40.73578177690672, -73.88935458059129, 40.73582864620636, -73.88936845105385, 40.73584549994147, -73.88938436433865, 40.73585624748807, -73.88940289991469, 40.73586553962764, -73.88944144848024, 40.73587987491612, -73.88957831837718, 40.73593077690397, -73.88959846610705, 40.73593668104384, -73.88961956490226, 40.735940184435655, -73.8896411141337, 40.73594120015043, -73.89047287699972, 40.73593983571465, -73.89062885507879, 40.73594252249116, -73.89072270734708, 40.73594413794936, -73.89079380365858, 40.73593917965429, -73.89138531845448, 40.73600816870578, -73.89085017385224, 40.73616411436811, -73.89053736334208, 40.73621551654835, -73.88995616461818, 40.736319460338, -73.88953621517379, 40.73639456231064, -73.88948820235001, 40.73640314851972, -73.88938342767378, 40.73642188746357, -73.88930600159253, 40.73643552240678, -73.88904085058532, 40.73648222244519, -73.88880153530292, 40.73653070281423, -73.88869109787782, 40.73655222813678, -73.88964075165762, 40.73829794264918, -73.8901380947223, 40.73919006167943, -73.89003687371927, 40.73917065368009, -73.88986243438166, 40.73913721051408, -73.88974163201091, 40.73911470919228, -73.8896836297552, 40.73937500133168, -73.88966181138518, 40.7394729223852, -73.88965544893188, 40.73956661504937, -73.88966322066759, 40.739661408167464, -73.88969177568163, 40.739774396144895, -73.88971551889591, 40.73983327878741, -73.889744876722, 40.739890493656, -73.88977976419328, 40.73994588127514, -73.88981276282892, 40.73998798638475, -73.8898978428851, 40.74007357728826, -73.88993183874437, 40.74010336796961, -73.89004415438735, 40.74020179451519, -73.89009418808567, 40.74024942961528, -73.89013576325836, 40.74030028674642, -73.89017719306634, 40.74036682696923, -73.89020388310834, 40.740426809134206, -73.89022228072115, 40.74048834036657, -73.89026256732276, 40.74068985299017, -73.89027618414696, 40.7407579515624, -73.89039917911629, 40.74074714461643, -73.89040795041846, 40.7408158391998, -73.89053526569896, 40.74145429424295, -73.89054699442225, 40.74151310134281, -73.89055912239967, 40.74157320375054, -73.89068536080839, 40.742198663207944, -73.89069780732125, 40.742260331880196, -73.89071127695588, 40.742326240210886, -73.8908637625523, 40.74302601167861, -73.89087534300589, 40.743105570787485, -73.89079716469153, 40.74311634510229, -73.89076752052128, 40.74312042960876, -73.8907164710044, 40.74312746457313, -73.89111025771233, 40.7452024058167, -73.89112474724462, 40.74527734352078, -73.89138772392381, 40.74663722347632, -73.89140759811113, 40.74673167118987, -73.89141696947827, 40.74677621280147, -73.89143130031583, 40.74684432625738, -73.89064080427612, 40.74692703290859, -73.89050128958375, 40.74694162995298, -73.88957126933828, 40.7470387406269, -73.8890231714866, 40.74709680712436, -73.88876820238677, 40.74712422565359, -73.88867765566285, 40.747133961806185, -73.8885817207598, 40.74714411771484, -73.8878757868659, 40.7472188465346, -73.88778325056346, 40.747228643983384, -73.88769833706029, 40.74723851902997, -73.88764627453007, 40.747244573694374, -73.88755279342658, 40.74725428448827, -73.88680716884683, 40.74733174246591, -73.88671655697938, 40.74734115463155, -73.88661076005562, 40.747352346488505, -73.8858807076091, 40.747429575164325, -73.8857873985864, 40.747439444986405, -73.88569376920621, 40.747448993834446, -73.88495510858222, 40.74752432964359, -73.88485537641743, 40.74753449936788, -73.88474243687509, 40.747546220871584, -73.88403338346669, 40.747619802793125, -73.88393578595685, 40.74762993064616, -73.88385254789496, 40.74763918769898, -73.88310495927216, 40.74772232894876, -73.88299917551703, 40.74773409382679, -73.88291345172308, 40.747742743435815, -73.88267185935945, 40.747767124659255, -73.8825687633178, 40.747777528512174, -73.88246114851277, 40.74778879214846, -73.88218481909753, 40.74781771417437, -73.8820711181118, 40.747829615083305, -73.8819711525183, 40.74784003871619, -73.88125067215005, 40.7479151721903, -73.88113746830953, 40.74792697723654, -73.88103492410352, 40.74793773688709, -73.88031161859804, 40.74801363510595, -73.88020647815286, 40.74802466597586, -73.88011812541376, 40.748033733108414, -73.8799989503165, 40.748045963064136, -73.8798389390314, 40.748061412839185, -73.87927778806117, 40.74812377870711, -73.87845409679555, 40.74821042282144, -73.87835013646108, 40.74822198724318, -73.87741611624816, 40.74831905589809, -73.8769245808839, 40.74836867105736, -73.87647952510534, 40.74841608630771, -73.87625169257218, 40.748438057264764, -73.87610838678314, 40.748453524307564, -73.87555679075734, 40.74851381206229, -73.87542210867731, 40.748527175879175, -73.8746294555358, 40.74861361909749, -73.87398293095676, 40.74868535846281, -73.8737009811159, 40.748717007740815, -73.87330309532966, 40.74875781579057, -73.87277357125713, 40.7488126439155, -73.87237256257863, 40.74885123905973, -73.8718409521884, 40.74890525643349, -73.87135713962279, 40.74895649715545, -73.87097445247109, 40.749004543407445, -73.87052131334026, 40.74905100806841, -73.87040240180552, 40.749061638998306, -73.87035521585302, 40.7490658912218, -73.87021270950383, 40.749078647608066, -73.86955864265143, 40.749136964907144, -73.86942457349491, 40.749156536806126, -73.86937919822302, 40.74907305247644, -73.86924012311214, 40.74885599313285, -73.86919187269224, 40.74876257646965, -73.86911210437195, 40.74867525102418, -73.86907502425993, 40.74862312084706, -73.86897589147236, 40.74846613166992, -73.86896650245995, 40.748451912786955, -73.86891395602619, 40.74836856058517, -73.86886824147966, 40.7482817825025, -73.86867777552031, 40.74796537220367, -73.86858055914881, 40.7477778396479, -73.86855912047878, 40.74772200624655, -73.8685512781359, 40.74769334135425, -73.86854659630421, 40.74767535828369, -73.86854274482842, 40.747659611219696, -73.86852925403893, 40.74758798748209, -73.86851219936452, 40.74748631064556, -73.8684834906879, 40.747299736877075, -73.86845968756613, 40.74714501964388, -73.86843750709274, 40.747030878416105, -73.86841910681497, 40.74695478703698, -73.8682786890634, 40.746394772974135, -73.8682650181702, 40.74631390707806, -73.86825097865544, 40.74623085792757, -73.86817847696047, 40.74593495646006, -73.86808573121878, 40.74560027120303, -73.86805576538393, 40.745507236960286, -73.86790963629288, 40.74493340109451, -73.86788925868458, 40.74485791878364, -73.8678680994936, 40.74477954224045, -73.86784957484826, 40.74470948760525, -73.86782807897565, 40.74462779049484, -73.8678105974638, 40.74456134808465, -73.86767774391117, 40.74404180878638, -73.86749134223919, 40.74330173726389, -73.86747113727742, 40.7432131625752, -73.86747084160602, 40.74309217269825, -73.8674707035431, 40.74300146888216, -73.86746190132838, 40.74222086154523, -73.86747168535832, 40.742095414029265, -73.86750474194194, 40.741955969674585, -73.86754890229761, 40.741775662216924, -73.8675572823809, 40.74167738230025, -73.86755765686321, 40.74104170595659, -73.86756252420139, 40.74094157594814, -73.86755559793647, 40.74089044883641, -73.86754632260201, 40.7408477279676, -73.86752276115811, 40.74077080737512, -73.86735082688392, 40.74034553087614, -73.86731778933563, 40.74026103505165, -73.86727580971726, 40.740158668230826, -73.86717958324394, 40.73992649721254, -73.8671466841401, 40.7398369082182, -73.86710961138724, 40.73974752241475, -73.8670702751247, 40.73965336399294, -73.86703972679061, 40.739571877750066, -73.86699414827908, 40.739463900996206, -73.86695567016235, 40.73937178407413, -73.86690095195188, 40.73924076621931, -73.86679707767517, 40.738989053981996, -73.86676010914024, 40.73889005704843, -73.86672216781874, 40.7387968411404, -73.86648010641431, 40.73821065481601, -73.86554850628622, 40.73842542195057, -73.86551616308581, 40.738342827366836, -73.86523050221031, 40.73764056861536, -73.86497530231034, 40.73701435853833, -73.86492970085217, 40.736894517594244, -73.86502900602275, 40.73686495595868, -73.86506415392537, 40.73685448190703, -73.86530298601065, 40.73678362941772, -73.8658228301112, 40.736629474845515, -73.8655763789339, 40.73613738628151, -73.86550060358674, 40.735989018225325, -73.86515864000859, 40.73532469925896, -73.86481503986533, 40.73465990541984, -73.86470987474432, 40.73445197055373, -73.86464787915108, 40.734329387952364, -73.86461813304399, 40.734270571357925, -73.86459484807551, 40.73422643434657, -73.86456804062466, 40.73417561951494, -73.86451199024239, 40.73407131425542, -73.86459986502571, 40.73404413668917, -73.86463784579855, 40.73403238917411, -73.86530872359833, 40.73383285126476, -73.86603638955434, 40.733604549326415, -73.86730549406677, 40.733176878397046, -73.8676967647516, 40.73303384057155, -73.86795024598125, 40.73294949716902, -73.86801740952157, 40.73292714878754, -73.86806148549539, 40.73291248317541, -73.86815142491936, 40.73288255690965, -73.86822096104295, 40.73285941777732, -73.86805722987569, 40.732783271443495, -73.86803512745566, 40.73277354853331, -73.86786146514858, 40.732697145599886, -73.8679598386488, 40.73266437634772, -73.86808203866924, 40.732623670205754, -73.86820999440332, 40.73258104523281, -73.86826132557958, 40.73251309571248, -73.86829113661331, 40.732491781441446, -73.86857514126058, 40.73228872411868, -73.86860031294601, 40.73227214655376, -73.86862483293513, 40.73225347095382, -73.8686655814505, 40.73221499725252, -73.86868456792011, 40.73219114190299, -73.868731213986, 40.7321268356911, -73.86877100855749, 40.7320773755522, -73.86889971616576, 40.7318185005719, -73.86925761925349, 40.73125836115198, -73.86933810098168, 40.731136134516156, -73.86938512152044, 40.73115305890335, -73.86978571100556, 40.730503603257354, -73.86982633705493, 40.730441487024784, -73.8698366574628, 40.73042855566906, -73.86986845489366, 40.73039556812566, -73.86992762153747, 40.73034277597098, -73.8700411083984, 40.73026746483001, -73.87027513623768, 40.73014374117197, -73.87081517316261, 40.72983457844076, -73.87101177931241, 40.72972641712213, -73.87109120804163, 40.729682067726394, -73.8711459992611, 40.72965186742972, -73.8711990765407, 40.7296228034339, -73.87150374387596, 40.72956631266407, -73.8714868348604, 40.7294670990675, -73.87143892573395, 40.72928218718768, -73.87143443373495, 40.72926669971157, -73.87141986248143, 40.729197086659525, -73.87141184234683, 40.72915860523327, -73.87160566642602, 40.72911172486685, -73.87421429675703, 40.73006091793053, -73.87404601753721, 40.73036373648765, -73.87450966434653, 40.73061836464262, -73.87695206658275, 40.729833010641514, -73.87896042667872, 40.728991874306715, -73.87950507045537, 40.728783652500525, -73.88034843508979, 40.72860216075962, -73.88109300648776, 40.72849225132813, -73.88197769445887, 40.72846749608558, -73.88397767463411, 40.72826469965306, -73.88520617318257, 40.728101191735654, -73.88602525272637, 40.72794499255841, -73.8870645060016, 40.727595898449714, -73.88722098523705, 40.72752585259801, -73.88722098523705, 40.72752585259801 --74.0086444042414, 40.71259995578677, -74.00850646383863, 40.7127779880031, -74.00823600703987, 40.7126559695733, -74.00791257883539, 40.71251005640844, -74.00821008735988, 40.71215680126991, -74.00853251947821, 40.71230463266763, -74.00878234709575, 40.712419176843305, -74.0086842450626, 40.712547741182696, -74.0086444042414, 40.71259995578677, -74.0086444042414, 40.71259995578677 --73.97918497039313, 40.75213901166022, -73.97949829013339, 40.75226898381067, -73.97941466577674, 40.75238400849853, -73.97909770861268, 40.75225952044303, -73.97905409030953, 40.7523170269181, -73.97899647760639, 40.752292144460114, -73.97894706628148, 40.75236110517074, -73.97887284544215, 40.752464694760185, -73.97829659596123, 40.75223235531385, -73.9786347111156, 40.75176950454594, -73.97869574655968, 40.75179442293968, -73.97885674343418, 40.75186015530503, -73.97918450653152, 40.751993976124304, -73.9792037463599, 40.75200183110903, -73.97911648479622, 40.752122330002905, -73.97917770903035, 40.752147222959955, -73.97918497039313, 40.75213901166022, -73.97918497039313, 40.75213901166022 --73.97703051169601, 40.751299491999, -73.97695111417848, 40.75126685981763, -73.97686822406509, 40.75123278607074, -73.97665035876177, 40.751533961309896, -73.97626026976963, 40.75137207058531, -73.97635001196056, 40.751247016890645, -73.9765112034931, 40.751022391673345, -73.97659970081091, 40.750899057490415, -73.97698937347326, 40.751060777698605, -73.97698687376835, 40.751064262156945, -73.97715302058616, 40.75113321004429, -73.97703487132014, 40.75129359455507, -73.97703051169601, 40.751299491999, -73.97703051169601, 40.751299491999 --73.97924334705709, 40.7628267641419, -73.97953039103396, 40.76294761815301, -73.97924787610876, 40.76333559490068, -73.97924318910088, 40.763333612947, -73.97857699221879, 40.763053146005085, -73.97857547536711, 40.76305226322882, -73.9786253946591, 40.7629837351198, -73.97859377716593, 40.762970446811075, -73.97877355389558, 40.7627235347772, -73.97880668940806, 40.76273748968952, -73.97885937722606, 40.76266511683183, -73.97924334705709, 40.7628267641419, -73.97924334705709, 40.7628267641419 --73.98673208531666, 40.74857074152504, -73.98655443118741, 40.74880920286734, -73.98632642156774, 40.748717346011524, -73.98615989098963, 40.74895715881962, -73.98481013692147, 40.74839557717226, -73.98514740761402, 40.74791954152964, -73.98649656462293, 40.748472330253435, -73.98656434747379, 40.748500091780365, -73.98673208531666, 40.74857074152504, -73.98673208531666, 40.74857074152504 --73.97869516561792, 40.75549548521529, -73.97869064256379, 40.75549361042717, -73.97860151947421, 40.75545676324005, -73.97850232005334, 40.75541643725283, -73.97847906539508, 40.755406987510675, -73.9786535991244, 40.755165972724825, -73.97926940540836, 40.75543136505085, -73.97913487001402, 40.7556148628355, -73.97903593209193, 40.75557343153576, -73.978976410026, 40.755548502806654, -73.97894003615511, 40.75560054626752, -73.97892200435446, 40.75559280672876, -73.97876720265114, 40.75552639395138, -73.97869516561792, 40.75549548521529, -73.97869516561792, 40.75549548521529 --73.97631425428966, 40.75250420563133, -73.97650853387543, 40.7525855250581, -73.97611495174822, 40.75312379340047, -73.97592246155065, 40.753042392644986, -73.97575224121599, 40.75297040563998, -73.9753786149653, 40.75281240561314, -73.97532733724852, 40.752790719470504, -73.97524531191351, 40.75275603240482, -73.97526368747525, 40.75273089423463, -73.97533805562195, 40.75262919716651, -73.97535710523184, 40.752603150515085, -73.9755265227811, 40.75237147751815, -73.97554444792684, 40.752346960555094, -73.97561838871299, 40.75224584043394, -73.97563851621527, 40.752218316232856, -73.97571848216698, 40.75225217412198, -73.97577028052875, 40.752274112343336, -73.97614486361991, 40.75243275157023, -73.97631425428966, 40.75250420563133, -73.97631425428966, 40.75250420563133 --73.98088574417574, 40.75927033364867, -73.98071396773274, 40.75950516926876, -73.98053907181513, 40.75974426078371, -73.98042606404765, 40.75989874663365, -73.98005830603674, 40.75974354100769, -73.97967181573246, 40.75958042716984, -73.97912731300025, 40.759350623644465, -73.97887361095124, 40.759243548802864, -73.9784498046552, 40.75906467957681, -73.97858461533865, 40.7588812610779, -73.97869430449194, 40.75873202273846, -73.97878278338457, 40.75861164066759, -73.9789117264617, 40.758436204569655, -73.97905321427439, 40.75849599239038, -73.97929611471133, 40.758598633523384, -73.979596113503, 40.75872540159086, -73.97987089897582, 40.758841514201, -73.98011582795311, 40.758945008533495, -73.98028221043191, 40.75901531342845, -73.9805172852505, 40.7591146448853, -73.98073844612935, 40.75920809504007, -73.98088574417574, 40.75927033364867, -73.98088574417574, 40.75927033364867 --73.99209901567014, 40.75177415967088, -73.99206584257728, 40.75181976800636, -73.99200205560209, 40.75190746294755, -73.99192179432032, 40.75201780711833, -73.99178401362495, 40.7519601992268, -73.99173488602665, 40.75202708617709, -73.991682359263, 40.75209860956424, -73.99165385091288, 40.75213743010377, -73.99161367429241, 40.752192573253694, -73.99135645323275, 40.75208421259829, -73.99139664421267, 40.75202905242867, -73.99142488522433, 40.75198888207424, -73.99147813149067, 40.75191313458423, -73.99151672957038, 40.751858216489495, -73.99154629213413, 40.75181647121712, -73.99145649070994, 40.75177965191689, -73.99151400390132, 40.75169849358539, -73.9915337586569, 40.75167187698951, -73.99157670151196, 40.75161399472709, -73.99161055097821, 40.75156837757534, -73.99209901567014, 40.75177415967088, -73.99209901567014, 40.75177415967088 --73.98298753448061, 40.766297362271516, -73.9828097170635, 40.76654326347253, -73.98270438814356, 40.766498870881, -73.98203807287415, 40.76621806297191, -73.9820673823215, 40.76606242535001, -73.98229750591328, 40.766160164707756, -73.98238212604379, 40.7660435822386, -73.98261007328773, 40.76613614274218, -73.98283489397222, 40.76623023318416, -73.98298753448061, 40.766297362271516, -73.98298753448061, 40.766297362271516 --73.97724002006959, 40.76055143144262, -73.97719711948771, 40.76053292749462, -73.97700495966062, 40.76079402662928, -73.97699073070952, 40.76081351070748, -73.97603887808343, 40.76041145747491, -73.976396197759, 40.759922314066735, -73.97739128837651, 40.76034264501032, -73.97724002006959, 40.76055143144262, -73.97724002006959, 40.76055143144262 --73.97573949345698, 40.75165439581785, -73.97559811820923, 40.751849082318806, -73.97549354138438, 40.751993105017675, -73.97484552980059, 40.7517209576576, -73.97480093050139, 40.751702227294736, -73.97483557279652, 40.75165409382869, -73.97486033419025, 40.75161968190409, -73.97494310052745, 40.751506010180165, -73.97497506520335, 40.75146128090083, -73.9750396813029, 40.75137160454112, -73.97515067984511, 40.75121754298676, -73.9753184302643, 40.75128799861035, -73.9758449814569, 40.75150911237179, -73.97573949345698, 40.75165439581785, -73.97573949345698, 40.75165439581785 --73.97727708465248, 40.75351194739848, -73.97727807907341, 40.75351276705468, -73.97728603323309, 40.753519397244716, -73.97729433307639, 40.75352630575852, -73.97713693158197, 40.753738965025384, -73.9771270572476, 40.7537375942967, -73.97711353465186, 40.7537357284649, -73.97711144942255, 40.75373544799334, -73.97680844010337, 40.75415724719205, -73.97585983197196, 40.753756380490366, -73.97616760795033, 40.75333523311199, -73.97616593867812, 40.753334117040225, -73.97616327375955, 40.753332342492804, -73.97614754116633, 40.75332183033613, -73.97630556288287, 40.75310607479632, -73.97632617511182, 40.753110662607874, -73.976330036354, 40.7531115188817, -73.97633273602477, 40.753112122775185, -73.97642077377331, 40.75299120202684, -73.97648505114567, 40.75301778998748, -73.97657719962679, 40.752894233276685, -73.97668871765983, 40.75294129741206, -73.97727500421966, 40.75318869340652, -73.97739448085667, 40.75323910920755, -73.97730124260801, 40.75336670151648, -73.97736390079628, 40.753393170699816, -73.97727708465248, 40.75351194739848, -73.97727708465248, 40.75351194739848 --73.97669134706467, 40.75456408091798, -73.97660860367137, 40.75467753593042, -73.97647462133429, 40.75486123965891, -73.97611033392523, 40.754707592498555, -73.97611147356994, 40.75470632302228, -73.97611253743942, 40.754705017510105, -73.97611354447753, 40.75470368497093, -73.97611450534193, 40.75470232540705, -73.97611539397757, 40.75470094691756, -73.9761162115712, 40.75469954229866, -73.97611696877739, 40.75469812055766, -73.97611766915247, 40.754696670889174, -73.9761182972953, 40.75469521220066, -73.97611885439325, 40.75469373548734, -73.97611935110405, 40.75469224075135, -73.97611977795094, 40.754690736995826, -73.97612013493425, 40.754689223320256, -73.97612041968465, 40.754687702425706, -73.97612064404173, 40.754686180618066, -73.97612078788086, 40.75468463988316, -73.9761208713225, 40.754683109941816, -73.97612087187481, 40.7546815691772, -73.97612081440127, 40.754680030201584, -73.97612068350551, 40.75467849841478, -73.97612048274202, 40.75467696841446, -73.97612020974015, 40.75467544650379, -73.97611986805254, 40.75467393268338, -73.97611945412912, 40.7546724197485, -73.97611898098954, 40.75467092571198, -73.97611843679259, 40.754669448770294, -73.97611782154115, 40.75466798081894, -73.97611714825524, 40.7546665389702, -73.97611640154607, 40.754665107011824, -73.97611559680504, 40.75466369395199, -73.97611471863499, 40.75466230699161, -73.97611378598268, 40.75466094703507, -73.97611277990431, 40.75465960507339, -73.97611172644554, 40.754658299122134, -73.97611061258391, 40.75465701927297, -73.97610944068677, 40.754655768227934, -73.97610821075514, 40.75465454328549, -73.97610692041705, 40.75465335435076, -73.97610558269535, 40.7546522104314, -73.97610418457079, 40.7546510926142, -73.97610275327578, 40.7546500117108, -73.976101261574, 40.75464896771559, -73.97609972248893, 40.75464796783526, -73.97609814786216, 40.754647012972804, -73.9760965258553, 40.75464609322025, -73.97609485764835, 40.754645220284345, -73.97609315034748, 40.75464439146507, -73.97609142289963, 40.75464360676634, -73.97608964688361, 40.75464286798329, -73.97608783532553, 40.754642175118576, -73.97608599888049, 40.75464153537849, -73.9760841399198, 40.75464094065904, -73.97608224659824, 40.75464039996269, -73.97608032839302, 40.75463990338588, -73.97606890154476, 40.75463504818897, -73.97606662943602, 40.754634083275654, -73.97598654326515, 40.754600082435076, -73.97598497919492, 40.754599415734994, -73.97579932854643, 40.75452059166318, -73.97579726719741, 40.754519717739825, -73.97571406856324, 40.754484391411744, -73.97571170056193, 40.75448338234639, -73.97569634406413, 40.754476868453246, -73.97569474570766, 40.75447606666622, -73.97569311180919, 40.754475309896876, -73.97569145421068, 40.754474598147816, -73.9756897492287, 40.7544739305135, -73.97568801817765, 40.7544733096999, -73.97568626934773, 40.754472733007326, -73.97568448023948, 40.75447220043098, -73.97568267926903, 40.75447172368349, -73.97568085696753, 40.754471290155614, -73.97567900859723, 40.75447090254806, -73.9756771507367, 40.754470560864235, -73.97567527983074, 40.75447027230746, -73.97567339706353, 40.75447003687795, -73.97567150125323, 40.754469848271924, -73.97566959476626, 40.754469711892966, -73.97566768944628, 40.75446962234046, -73.97566577108097, 40.75446958591502, -73.97566386335681, 40.75446959451704, -73.97566194495525, 40.754469657147105, -73.97566005140217, 40.75446977291223, -73.97565814362174, 40.75446993550057, -73.97565625003207, 40.75447015122172, -73.97565437892548, 40.75447041197288, -73.97565250898657, 40.75447071774947, -73.97565064849807, 40.754471086563456, -73.9756488116801, 40.754471491402626, -73.97564700089441, 40.75447195027758, -73.97564521140788, 40.75447245328174, -73.97564344795292, 40.75447301212276, -73.9756416939586, 40.754473606085455, -73.97563998849607, 40.75447425408871, -73.97563829604663, 40.75447493721443, -73.97563664976033, 40.754475675280645, -73.97563503780181, 40.754476450274936, -73.97563345069494, 40.75447726939913, -73.97563191094225, 40.75447812455357, -73.97563040788312, 40.75447902384053, -73.9756289498091, 40.75447996095819, -73.97562752842863, 40.75448094220838, -73.97562615558975, 40.75448195048396, -73.97562483010212, 40.75448300289433, -73.97562356026086, 40.75448408323213, -73.97562232830003, 40.754485200498635, -73.97562115553546, 40.754486352897366, -73.97562003013199, 40.75448752241573, -73.97561896392057, 40.75448873877291, -73.97561795691207, 40.75448997225219, -73.97561699844526, 40.75449123275689, -73.97561610747029, 40.75449251128602, -73.97561526740573, 40.754493815940506, -73.97561449719745, 40.754495149425985, -73.97561377435059, 40.75449649913062, -73.97561312373537, 40.75449785875602, -73.97561252995106, 40.75449924540866, -73.97538618579122, 40.75440376260234, -73.97549388117517, 40.75425612068177, -73.9756297523297, 40.754069861041685, -73.9757372357423, 40.75392251690914, -73.97574273893987, 40.75392484047184, -73.97575660349733, 40.75393068767128, -73.97586095005269, 40.75397470918367, -73.97587735903615, 40.75398162850324, -73.97664873543798, 40.75430699599953, -73.9766594388572, 40.75431150880052, -73.9767994856442, 40.7543705832335, -73.97682087950113, 40.754379602500244, -73.97682471450489, 40.75438122418166, -73.97669134706467, 40.75456408091798, -73.97669134706467, 40.75456408091798 --73.97467500563623, 40.7542947202274, -73.97553395074408, 40.75465146098608, -73.97518487501246, 40.75513072532368, -73.97432391202425, 40.75477514228938, -73.97389916451495, 40.75459971032584, -73.97425547019341, 40.75412046947239, -73.97467500563623, 40.7542947202274, -73.97467500563623, 40.7542947202274 --73.97634917516149, 40.75500145957647, -73.9760001291211, 40.755475242288206, -73.97560756679887, 40.75531481585776, -73.97595302749123, 40.7548355404929, -73.97634917516149, 40.75500145957647, -73.97634917516149, 40.75500145957647 --73.97388429440505, 40.755376680089306, -73.97346631635203, 40.7552049491571, -73.97382260361887, 40.75472845622033, -73.97423133042764, 40.754901822722765, -73.97509384202706, 40.75526765452753, -73.97475204796758, 40.755733213396105, -73.97388429440505, 40.755376680089306, -73.97388429440505, 40.755376680089306 --73.97408390491688, 40.75574370718819, -73.9745517545276, 40.75594154533586, -73.97427349691121, 40.756322046034825, -73.97380564428046, 40.7561241806531, -73.97408390491688, 40.75574370718819, -73.97408390491688, 40.75574370718819 --74.00821833815341, 40.70654098267081, -74.00793812320084, 40.70682464538884, -74.00757080856378, 40.70658992574618, -74.0075071073047, 40.706558087837834, -74.00746043465136, 40.70651914465784, -74.00723427339612, 40.7063739075153, -74.007483688947, 40.706124200481106, -74.0076891012918, 40.7062375153984, -74.0077283192145, 40.706258637868075, -74.00783507183846, 40.7063180373855, -74.00821833815341, 40.70654098267081, -74.00821833815341, 40.70654098267081 --73.97826208557952, 40.760051336364796, -73.97834939431233, 40.75993173876835, -73.9792441316192, 40.76030915186924, -73.97975790352737, 40.76052585967802, -73.97940584076188, 40.76100843171726, -73.97924393498893, 40.76094014441517, -73.97799718356383, 40.76041427049799, -73.97803095110936, 40.76036794597876, -73.97808377052725, 40.76029560049095, -73.97826208557952, 40.760051336364796, -73.97826208557952, 40.760051336364796 --74.0102064085518, 40.708303893969465, -74.01004354028998, 40.708197388634574, -74.00993708410506, 40.708127769451885, -74.01016477181494, 40.70786887152395, -74.01019541541699, 40.70783401813084, -74.01023086375537, 40.707793709005806, -74.01034610757324, 40.707857347736116, -74.01049692761147, 40.70794063046451, -74.01103536910891, 40.70823794689672, -74.01113018889691, 40.70829030248976, -74.01108767895253, 40.7083403389902, -74.01102102114726, 40.70841878891467, -74.01079281695387, 40.70868737896595, -74.0102064085518, 40.708303893969465, -74.0102064085518, 40.708303893969465 --73.98161639362827, 40.7539451633073, -73.98144530972321, 40.75417977157944, -73.98135804314019, 40.75415324570889, -73.98127084928991, 40.754120984464734, -73.98110591188892, 40.7540553557067, -73.98078195933286, 40.75391861438989, -73.98096416947143, 40.753669925927355, -73.98153606859104, 40.75391126443897, -73.98161639362827, 40.7539451633073, -73.98161639362827, 40.7539451633073 --73.98000400049601, 40.75441162667168, -73.97964766422349, 40.7542608556762, -73.9796550355999, 40.75424970872105, -73.97962756618196, 40.754238041420216, -73.97943173794445, 40.75415480982244, -73.97946470838507, 40.75411081790873, -73.97956691043989, 40.75397442661437, -73.97959477363966, 40.75393724067721, -73.97960838418707, 40.75391907088676, -73.98018566901611, 40.75416282139739, -73.98000400049601, 40.75441162667168, -73.98000400049601, 40.75441162667168 --73.97358880804188, 40.763213517743985, -73.97351205648236, 40.763318796087574, -73.97340406828089, 40.763466904158626, -73.97338514392928, 40.76349286132572, -73.97275481057567, 40.76323562001833, -73.97287995896006, 40.76306318496519, -73.97292573554587, 40.76300010640048, -73.97301219165078, 40.763033309368836, -73.97310945505734, 40.76307203668747, -73.97323910711482, 40.76312733892962, -73.97327185024996, 40.76308078145375, -73.9733389542208, 40.763108884631784, -73.9734021032202, 40.76313532902918, -73.97346279162274, 40.76316074625023, -73.97358880804188, 40.763213517743985, -73.97358880804188, 40.763213517743985 --73.97928260698696, 40.75403368312313, -73.97924609175213, 40.75401836795703, -73.97912406539753, 40.75396717918596, -73.97900230568115, 40.75413008550964, -73.97905719693695, 40.75415314844204, -73.97896796554622, 40.754276825612614, -73.97851011699225, 40.75408350164261, -73.97868505996303, 40.75384390873808, -73.97898525635128, 40.75397094417376, -73.97902925588959, 40.75390976284487, -73.97872868148178, 40.75378416916213, -73.97877297582454, 40.753723510277105, -73.97903521116267, 40.753834320479356, -73.97902167090584, 40.75385446142163, -73.97905817540645, 40.75386957044156, -73.97911573949804, 40.753789534958806, -73.97881671683865, 40.753663607697376, -73.97886070418696, 40.753603371958675, -73.97915903745773, 40.753729343107146, -73.97924617033979, 40.75376612647852, -73.97942621084515, 40.753842153335036, -73.97928260698696, 40.75403368312313, -73.97928260698696, 40.75403368312313 --73.97728748283232, 40.75069875425595, -73.97745834591719, 40.75046870765683, -73.97746797023622, 40.75047266186045, -73.97834066482766, 40.750831006393504, -73.97800253936856, 40.75129385545783, -73.97719583465238, 40.75096471677198, -73.97737031028898, 40.7507346899378, -73.97729908546627, 40.750703789470734, -73.97728748283232, 40.75069875425595, -73.97728748283232, 40.75069875425595 --73.99212790839701, 40.750663595745195, -73.99132116829644, 40.75032908088617, -73.99139010625427, 40.750235793644926, -73.99173401860932, 40.749770454462244, -73.99184412032992, 40.749621483496995, -73.99212071071712, 40.749247224521994, -73.99226562593952, 40.74930682083028, -73.9925776673923, 40.749435147263945, -73.99292745741485, 40.74957899809677, -73.99212790839701, 40.750663595745195, -73.99212790839701, 40.750663595745195 --73.99058621358478, 40.75175972792882, -73.99049763249934, 40.75172240279677, -73.99058106038066, 40.75160787522218, -73.99055929731105, 40.75159867927669, -73.99042983068168, 40.75154516054009, -73.9906250501116, 40.751277186071114, -73.99081121875581, 40.751353672025495, -73.99087795728306, 40.75125974556975, -73.99111146707926, 40.75135811706929, -73.99094119121138, 40.75159678646316, -73.99076175224809, 40.75152099375046, -73.99070594037984, 40.75159866328643, -73.99058621358478, 40.75175972792882, -73.99058621358478, 40.75175972792882 --73.98119139119387, 40.76552752232509, -73.98119034971364, 40.76552897196643, -73.98100953977692, 40.76578223605125, -73.98073221419652, 40.76566535862668, -73.98064214102833, 40.76562739629202, -73.98079128089876, 40.765413758681575, -73.98074080668113, 40.765399882494094, -73.98076623214538, 40.765369764883715, -73.98045645983721, 40.7652425534863, -73.9804679176453, 40.76522586818996, -73.9806201625512, 40.76500425194857, -73.98075966499533, 40.7650614942558, -73.98107979914109, 40.76519285876744, -73.98124694251842, 40.765261441463544, -73.98107242959102, 40.76549422021679, -73.98119139119387, 40.76552752232509, -73.98119139119387, 40.76552752232509 --73.97543046241478, 40.748942573670654, -73.97550624518819, 40.74897456678383, -73.97533208426508, 40.74921313672321, -73.9752565629477, 40.749181251613486, -73.97517047241509, 40.74929895625017, -73.9746406750142, 40.74907525416364, -73.97498512591129, 40.74860341923501, -73.97551491952245, 40.7488271467672, -73.97543046241478, 40.748942573670654, -73.97543046241478, 40.748942573670654 --74.01025451598133, 40.70316615053457, -74.01008612986875, 40.70320229304276, -74.01001331724937, 40.70325038672577, -74.0089561446461, 40.70394864053897, -74.00831236767846, 40.70339607183769, -74.00809862188444, 40.70321260781508, -74.00926554934615, 40.70249302890901, -74.0094294220165, 40.70242950250312, -74.00968835288458, 40.702660678398146, -74.01025451598133, 40.70316615053457, -74.01025451598133, 40.70316615053457 --73.98938483295663, 40.75000537502972, -73.98922556853337, 40.74993909200722, -73.98908447916394, 40.74988036573291, -73.98904222190501, 40.74993907471093, -73.98901316918149, 40.74997944162647, -73.98890708439704, 40.75012683528062, -73.98876300046763, 40.75006715288887, -73.98851243784033, 40.749963354764525, -73.98852964706391, 40.74993902480791, -73.98869111349168, 40.749710807528935, -73.98867414770262, 40.74970388997577, -73.98884050571965, 40.74946877508435, -73.98907553137036, 40.74956700590277, -73.98955961897576, 40.749769340469804, -73.9894339104084, 40.74993911130724, -73.98938483295663, 40.75000537502972, -73.98938483295663, 40.75000537502972 --74.0047581751107, 40.71507032723476, -74.0053124679768, 40.715318942889894, -74.00521142064095, 40.715441524967524, -74.00508006411145, 40.7156008851346, -74.00455402107382, 40.71623906271288, -74.00432558584328, 40.71613251325223, -74.00400336807354, 40.715982229756186, -74.00336710337123, 40.715688810762806, -74.0032187607656, 40.71562040324262, -74.00333765491654, 40.714918055861155, -74.00356756598367, 40.714380714431385, -74.00375891662425, 40.71452359322635, -74.00398087416939, 40.71468932469876, -74.00398326727068, 40.714691159856116, -74.00408149933902, 40.714766466096385, -74.00426933468351, 40.71485081999345, -74.00440137832707, 40.71491011272611, -74.0047581751107, 40.71507032723476, -74.0047581751107, 40.71507032723476 --73.96843628441721, 40.76110640880328, -73.96840179876409, 40.76115373887499, -73.96844564354308, 40.76117228327639, -73.96840794633539, 40.7612239610063, -73.96833107038866, 40.761329362867606, -73.96819562453729, 40.76127291794984, -73.96771259777604, 40.761071619872716, -73.96757222609772, 40.761013119688464, -73.9675929533906, 40.760984606540525, -73.96763522444809, 40.76092646293635, -73.96733647621316, 40.76080184873794, -73.96737895027196, 40.76074293175032, -73.96742157832412, 40.76068378966387, -73.96747906414161, 40.76070775032419, -73.96772094432194, 40.760808547897696, -73.96827500011408, 40.76103944800622, -73.96843628441721, 40.76110640880328, -73.96843628441721, 40.76110640880328 --74.0070835965998, 40.70386978172998, -74.0074998047926, 40.7042216626974, -74.00690522514243, 40.704629015695765, -74.00648897968038, 40.7042771416042, -74.0070835965998, 40.70386978172998, -74.0070835965998, 40.70386978172998 --74.0087147732591, 40.70748937453494, -74.00948926778022, 40.70799094665367, -74.00923754166558, 40.70821515568289, -74.00846538963168, 40.70771482441837, -74.0087147732591, 40.70748937453494, -74.0087147732591, 40.70748937453494 --73.98301659173404, 40.754851025556874, -73.98282717174135, 40.75510955056666, -73.98273622365136, 40.75507103136476, -73.98276619554353, 40.75503016191578, -73.98217103959713, 40.75477804600584, -73.98243566100618, 40.754418830934455, -73.98250921223924, 40.754318030544354, -73.98318741439442, 40.75460418607319, -73.98312382518037, 40.75469130067022, -73.98301659173404, 40.754851025556874, -73.98301659173404, 40.754851025556874 --73.98521646115508, 40.76265215916506, -73.98482890531342, 40.76248792883085, -73.9848612225992, 40.76244379035889, -73.98411562253948, 40.76212785607077, -73.98420661963702, 40.76200369802923, -73.98417484758113, 40.7619902140187, -73.98420876439326, 40.76194394085022, -73.98423709159954, 40.76195596646356, -73.98428605401526, 40.76188916472934, -73.98425855812684, 40.76187752645841, -73.98429281839165, 40.76183075803394, -73.98432350211925, 40.761843775402895, -73.98441294648926, 40.761721760182546, -73.98517861571843, 40.762046231030645, -73.98521072166929, 40.76200245353291, -73.98558340191639, 40.76216038620846, -73.98547495865726, 40.76230571399377, -73.98521646115508, 40.76265215916506, -73.98521646115508, 40.76265215916506 --73.9824301517119, 40.75680011718907, -73.98212918803054, 40.75721431223178, -73.9815593077846, 40.75697484925864, -73.98168636558849, 40.756800001344956, -73.98187385019007, 40.756541973246385, -73.98244372786596, 40.756781424773, -73.9824301517119, 40.75680011718907, -73.9824301517119, 40.75680011718907 --73.98133175627792, 40.75673242365077, -73.98137926060272, 40.756752387433124, -73.98134469041543, 40.75679994651958, -73.98128068193988, 40.75688804155473, -73.9811667254359, 40.75684017013982, -73.98119564376657, 40.75679992228598, -73.9812656956389, 40.756702436011594, -73.98135428642708, 40.75657913521338, -73.98142214612605, 40.75660801637164, -73.98133175627792, 40.75673242365077, -73.98133175627792, 40.75673242365077 --74.01450964009977, 40.70555207912928, -74.01425218981231, 40.70616130186395, -74.01405935511806, 40.7060946337053, -74.0139544942855, 40.70605838287161, -74.01375755355588, 40.7059892941296, -74.01343264097811, 40.70588136298772, -74.01381156863435, 40.705406392012826, -74.0138969838673, 40.705424221764886, -74.01409855594858, 40.70546628535717, -74.0143161155815, 40.70551168840697, -74.01450964009977, 40.70555207912928, -74.01450964009977, 40.70555207912928 --74.00806000177126, 40.704892460920554, -74.0081006134652, 40.704898328504235, -74.0083092147163, 40.70506119005237, -74.00830766743465, 40.705093554547304, -74.0078939026098, 40.705391994260395, -74.00785797491392, 40.70539232090281, -74.0076478955049, 40.70522710110309, -74.0076482583976, 40.705192818606804, -74.00806000177126, 40.704892460920554, -74.00806000177126, 40.704892460920554 --74.00910380250492, 40.70876786853267, -74.00891160840337, 40.70892557206342, -74.00886125486822, 40.70891866002571, -74.00873718189405, 40.70876789694343, -74.00810160637856, 40.707995575049324, -74.00810107257435, 40.70799467457576, -74.00810057545098, 40.70799374708429, -74.00810012447742, 40.70799280968391, -74.00809971137045, 40.707991865076735, -74.00809935506352, 40.707990910559985, -74.00809903662302, 40.70798994703547, -74.0080987524988, 40.70798897450342, -74.0080985275414, 40.70798799296207, -74.00809833926813, 40.70798701141814, -74.00809819714465, 40.70798601996537, -74.0080981011713, 40.70798502130526, -74.00809804188293, 40.70798402984663, -74.00809804176161, 40.70798303117976, -74.00809807595851, 40.70798203971459, -74.00809815985546, 40.70798103924077, -74.00809828990467, 40.707980049569834, -74.00809846728929, 40.70797906890072, -74.00809868017456, 40.70797808732856, -74.00809895222883, 40.70797711475738, -74.0080992597838, 40.70797614218372, -74.00809960284174, 40.70797518761773, -74.00810000506749, 40.707974232147095, -74.00810044279638, 40.707973296485186, -74.00810092786058, 40.70797236892453, -74.0081014484277, 40.707971459371656, -74.00810200449665, 40.70797055882135, -74.0081026079021, 40.707969676277926, -74.00810325864406, 40.707968811741424, -74.00810394488893, 40.70796796521262, -74.00810466663565, 40.70796712768646, -74.00810542388619, 40.70796631627257, -74.00825859024583, 40.707810049587934, -74.0082758315029, 40.70780818429154, -74.0092682606771, 40.708632922829345, -74.00910380250492, 40.70876786853267, -74.00910380250492, 40.70876786853267 --73.98633231048153, 40.73957888916182, -73.98634984928503, 40.73955471262063, -73.98620944866288, 40.73949576669518, -73.98619323619924, 40.73951807842352, -73.9862287861877, 40.73953301399175, -73.98617305503072, 40.73960980167713, -73.98604156739492, 40.73955458561801, -73.98602366254829, 40.73957923933668, -73.98599291886791, 40.739566330431316, -73.98601642638329, 40.73953433916365, -73.98617007142366, 40.739325232899844, -73.98664405932489, 40.739524246933485, -73.98654067326437, 40.739666685247784, -73.98633231048153, 40.73957888916182, -73.98633231048153, 40.73957888916182 --73.98633231048153, 40.73957888916182, -73.98634984928503, 40.73955471262063, -73.98620944866288, 40.73949576669518, -73.98619323619924, 40.73951807842352, -73.9862287861877, 40.73953301399175, -73.98617305503072, 40.73960980167713, -73.98604156739492, 40.73955458561801, -73.98602366254829, 40.73957923933668, -73.98599291886791, 40.739566330431316, -73.98601642638329, 40.73953433916365, -73.98617007142366, 40.739325232899844, -73.98664405932489, 40.739524246933485, -73.98654067326437, 40.739666685247784, -73.98633231048153, 40.73957888916182, -73.98633231048153, 40.73957888916182 --74.01287666105996, 40.710518732004296, -74.01258695432284, 40.71096322918038, -74.01258668093271, 40.71096311214385, -74.01220569960539, 40.71080278119735, -74.01220394978586, 40.71080519385141, -74.01204509182807, 40.71102378346901, -74.01194494065739, 40.71116159907171, -74.01147539842054, 40.71096297614315, -74.0114753155754, 40.71096293923048, -74.01172948420779, 40.71060127836861, -74.01154104872779, 40.71052193539272, -74.01154095286556, 40.71052189758086, -74.01164769508031, 40.710375167494085, -74.0118029786621, 40.71016171348595, -74.01180474031153, 40.71015929093097, -74.0122792128465, 40.71035898361884, -74.01227934421397, 40.71035903763548, -74.01232839545578, 40.71029117799687, -74.01233014643891, 40.71028875543506, -74.01287666105996, 40.710518732004296, -74.01287666105996, 40.710518732004296 --74.01193550921892, 40.70719828895103, -74.01198972296739, 40.70722460526091, -74.01165893932014, 40.70761221927267, -74.01162127498903, 40.70762231871245, -74.01148003257691, 40.707568094194706, -74.01136579221891, 40.70750080942769, -74.01135715904078, 40.70746232333069, -74.01163197835372, 40.70704557530276, -74.01189291746886, 40.70664985496998, -74.01225481014968, 40.70680698234933, -74.01193550921892, 40.70719828895103, -74.01193550921892, 40.70719828895103 --74.0103621652377, 40.70876776213572, -74.01023948064535, 40.70889337639694, -74.0099857108031, 40.708767795407724, -74.00960679159147, 40.70858027731144, -74.00985501325368, 40.70832769087917, -74.01042664870985, 40.708701748851425, -74.0103621652377, 40.70876776213572, -74.0103621652377, 40.70876776213572 --74.00908463330293, 40.70626028850857, -74.00884319864565, 40.70652592213666, -74.00869608418155, 40.70668779034895, -74.00796563344814, 40.70628004755702, -74.00816416993455, 40.70606777411154, -74.00801903738298, 40.705987683825796, -74.00822230557365, 40.70577109559197, -74.00857067737523, 40.70596632896898, -74.00885017420735, 40.706123446155395, -74.00908463330293, 40.70626028850857, -74.00908463330293, 40.70626028850857 --74.01476100812667, 40.71308659036544, -74.01503531794776, 40.713183314725335, -74.0150178687895, 40.71320798378797, -74.01517248513096, 40.71326868313896, -74.01515254139264, 40.71329904197606, -74.015496717914, 40.71343655094454, -74.0149684953846, 40.71406778683554, -74.01431196382651, 40.713759399567834, -74.01440263668233, 40.71353308366842, -74.01436393945922, 40.71349760658815, -74.01442963234592, 40.71331907396227, -74.01447501903381, 40.71332485674609, -74.01449048864755, 40.71328450382333, -74.0145898166188, 40.71328812033529, -74.01466044582303, 40.71313009877649, -74.01476100812667, 40.71308659036544, -74.01476100812667, 40.71308659036544 --74.00936106898769, 40.70641777480036, -74.00910683220451, 40.7066909653063, -74.00899318889087, 40.70662586637249, -74.00901005997225, 40.70661044829939, -74.00884438205833, 40.70652652538833, -74.00884319864565, 40.70652592213666, -74.00908463330293, 40.70626028850857, -74.00936106898769, 40.70641777480036, -74.00936106898769, 40.70641777480036 --73.92741771645902, 40.79839394389401, -73.9273717309155, 40.798566064355285, -73.92732042951027, 40.7987445488751, -73.92729083791488, 40.79883502142289, -73.92725180653323, 40.79894193292885, -73.92719910178425, 40.799080068713494, -73.9271477052323, 40.799214776195505, -73.92705823173893, 40.7994519193043, -73.92700546077414, 40.79958918956782, -73.92694398706308, 40.79974910095136, -73.92693526791528, 40.79976852460257, -73.92692398609607, 40.799788600391096, -73.92691349704535, 40.79980434437797, -73.92689282505458, 40.79983223324648, -73.92683139879412, 40.79990648007808, -73.9267941511629, 40.799951504816626, -73.92676120422769, 40.79998970288734, -73.92673934892942, 40.800014871467305, -73.92671164654743, 40.8000467702607, -73.92664081597944, 40.80012833747263, -73.92665772504952, 40.800139852112935, -73.92667572868277, 40.80014740885141, -73.92666755282521, 40.80017803684097, -73.92654637581677, 40.80032436919174, -73.92650375496012, 40.80037583618461, -73.92662154808475, 40.800428118582325, -73.92667694835261, 40.80045158212824, -73.92662324293885, 40.80051277200911, -73.92657900059082, 40.80056132758205, -73.9265503509358, 40.80059121401515, -73.92653753338271, 40.80060458546735, -73.92649773094186, 40.800643652574344, -73.92647806254212, 40.800658372201354, -73.9264437248634, 40.80067744718594, -73.92642436315056, 40.80068913862003, -73.92640750695438, 40.80070366732298, -73.92638478640168, 40.80073832654413, -73.92634910646515, 40.80080521355777, -73.92633169750987, 40.800834112965575, -73.92631268257037, 40.80086112479791, -73.9262650127272, 40.80092464435615, -73.92624303229918, 40.80095748771447, -73.92622947286785, 40.800983625936745, -73.9262030458138, 40.80105105372045, -73.92618795689934, 40.80108110182691, -73.92609207392218, 40.80123367412547, -73.92600746505306, 40.80137747190905, -73.92593211099123, 40.801514742452156, -73.92591520275859, 40.801548058164165, -73.92587904629112, 40.801625974032895, -73.92586177027283, 40.801660688875884, -73.92584575608848, 40.80168813659839, -73.92582583085988, 40.80171704961584, -73.92581197115324, 40.80173481204945, -73.92580156241947, 40.80174815615185, -73.92576901913951, 40.80178650187072, -73.92574185421992, 40.801815682161816, -73.92571204903591, 40.80184379995683, -73.92567981592656, 40.8018706572808, -73.92564540160782, 40.80189604717601, -73.92561073880486, 40.801917899739635, -73.92558357045915, 40.80193201463886, -73.92553259125344, 40.80195465178539, -73.92549124411433, 40.80196866024857, -73.9254519096656, 40.80197902387721, -73.92541126021483, 40.80198692107475, -73.92536869112863, 40.80199259458308, -73.92532458404564, 40.80199599511988, -73.92514063306245, 40.80200435761161, -73.92507178304406, 40.802006243550416, -73.92505143346096, 40.8020064572473, -73.9250089567248, 40.802006905986474, -73.92483363212743, 40.80200632533919, -73.92464570435821, 40.80200293653526, -73.9243858304131, 40.80199593337743, -73.92435454735403, 40.80199961660653, -73.92433301920592, 40.801999354840106, -73.92430430519495, 40.801997909597844, -73.9242827779509, 40.801997895459934, -73.92425023670364, 40.80199609019204, -73.92420985674156, 40.80199301726165, -73.92418594812514, 40.801991491402745, -73.92416156976834, 40.80199037765854, -73.92413332569096, 40.80198939824091, -73.9241084398928, 40.80198850387331, -73.9240883567065, 40.80198788641481, -73.92406635991827, 40.80198707498544, -73.92404436531537, 40.801985387367615, -73.9240133070283, 40.80198212780325, -73.92397581791015, 40.801977547459664, -73.92394093127271, 40.8019738729223, -73.92392085181075, 40.80197207578307, -73.92390030095848, 40.80197005950785, -73.92387592290605, 40.80196765438753, -73.9238501373842, 40.801964948466015, -73.92382478214836, 40.80196317483977, -73.92379895932082, 40.80196200513387, -73.92377215949634, 40.801961301234705, -73.92373080253752, 40.80195976464257, -73.92370736224007, 40.801959089966, -73.92368724489049, 40.80195830672316, -73.92366380340795, 40.80195763293746, -73.92363895274994, 40.801956079326295, -73.92361121664146, 40.80195444275278, -73.92358206936865, 40.80195159586668, -73.9235586290891, 40.80194987748131, -73.92353472100585, 40.801947913845076, -73.92348885503819, 40.80194327195519, -73.92346975029041, 40.80194095399527, -73.92345158457658, 40.80193924089073, -73.92341478111754, 40.80193718581979, -73.92339419479185, 40.801936154576914, -73.92337364254439, 40.80193537369177, -73.9233554759491, 40.80193442959786, -73.92333395014978, 40.80193317889824, -73.92330906514283, 40.801931625193134, -73.92328565974752, 40.80192946913278, -73.9232631949656, 40.80192860230826, -73.92324502859586, 40.80192746549024, -73.92321440072462, 40.80192610064749, -73.92318088231407, 40.80192701033252, -73.92316050709232, 40.80192891841806, -73.9231194472839, 40.80192150784809, -73.92309893578856, 40.80191828298627, -73.92308076779517, 40.80191753065446, -73.9230606504957, 40.8019167211878, -73.9230248244666, 40.80191282692473, -73.9230047796365, 40.8019108369422, -73.9229683703026, 40.80191127817584, -73.92294160854416, 40.801909450285955, -73.92291867337224, 40.80190751238624, -73.9228828114227, 40.80190394853823, -73.92285923176455, 40.801898799915726, -73.9228360834666, 40.80189466824084, -73.92280076597709, 40.801887590083176, -73.92275519121758, 40.8018802303896, -73.92272745528408, 40.80187746797949, -73.92268520154406, 40.80187269041469, -73.92266176156865, 40.801870753926266, -73.92264265642467, 40.80186881944158, -73.92262449075176, 40.8018671062067, -73.92260657841719, 40.80186459619719, -73.92257032044247, 40.801858204418416, -73.92254002210635, 40.80185272163473, -73.9225081034478, 40.80184350608498, -73.92248005106018, 40.80183368709035, -73.92245203544002, 40.80182079651072, -73.92242597630475, 40.80180485995134, -73.92239901704167, 40.80178647882507, -73.92237768736864, 40.80177054543837, -73.92236090705168, 40.80175864934851, -73.92234596474805, 40.801747741441574, -73.92232615686484, 40.801728596989484, -73.92231360172197, 40.80171826970779, -73.92229797237654, 40.801707142510224, -73.92227310526432, 40.80169137151082, -73.92225986103239, 40.80168054758345, -73.92224329662345, 40.8016695034942, -73.9222248165825, 40.80165900561367, -73.92220944107981, 40.801649719195765, -73.92219619532666, 40.80164021269047, -73.92218197439581, 40.80163164024358, -73.92215421251609, 40.80161773399911, -73.92213475706686, 40.801608388084425, -73.92211478997525, 40.80160082661036, -73.92209406450007, 40.801595267330654, -73.92206355061501, 40.80158981309171, -73.92203831278968, 40.801581039570685, -73.92202362307464, 40.801572081373415, -73.92199279503343, 40.8015566358635, -73.92197615022103, 40.80155055883534, -73.92196120672756, 40.80154278101283, -73.92193135602176, 40.80152459052563, -73.92191432118295, 40.80151461586338, -73.92189869059857, 40.80150464215, -73.9218842217655, 40.801493295960306, -73.92187050720662, 40.80148346131785, -73.92184983132496, 40.80146598932234, -73.92182558254437, 40.80144555225737, -73.92180692760081, 40.801430719187074, -73.92177657868478, 40.801406983947125, -73.9217623625042, 40.80139445825926, -73.92175034708372, 40.80138380079866, -73.9217357340375, 40.80137017712934, -73.92172101442081, 40.80135548179164, -73.92170640424952, 40.801340431729564, -73.92169467984303, 40.80132719362963, -73.92168223331224, 40.80131434045151, -73.92166650537602, 40.80129854761342, -73.9216508858115, 40.80128129963984, -73.92163844275572, 40.80126550903043, -73.92162856520098, 40.80124977509433, -73.92161883103877, 40.80123404035433, -73.9216091306421, 40.80122083153711, -73.92159312026052, 40.80119938516172, -73.9215780092073, 40.80117903710457, -73.92156599782237, 40.80116601851776, -73.92155672868272, 40.80115390769813, -73.9215470275124, 40.80114037019272, -73.92153700416405, 40.80112570684296, -73.92152683632672, 40.80110997179964, -73.92151598488154, 40.8010931124668, -73.92150524124726, 40.80107627932075, -73.92149456948256, 40.80105980372084, -73.92148367914947, 40.80104478317803, -73.92146535497795, 40.80102294889399, -73.9214565946663, 40.80101048271542, -73.92144293292934, 40.80098815903122, -73.9214296953689, 40.80097091174954, -73.92141357154907, 40.800953306801375, -73.92139712620039, 40.80093202579306, -73.9213829199369, 40.800912252844974, -73.92136928745319, 40.80089429479272, -73.92135572771984, 40.80087594957373, -73.92134007794141, 40.800854337716004, -73.92132529269456, 40.800834181653194, -73.92131069059684, 40.80081147189713, -73.9212977519172, 40.80078805097974, -73.92128473675736, 40.80076718292451, -73.921272805742, 40.800747440331875, -73.92126195571979, 40.80072948236573, -73.92125416758114, 40.80071668635186, -73.92123610791579, 40.80068777068333, -73.92122446201029, 40.800669456472335, -73.9212145137699, 40.80065152703318, -73.92120496358326, 40.80063469467358, -73.92119450981036, 40.80061638127429, -73.92118434546099, 40.80059883529741, -73.92117468646686, 40.80057983445804, -73.92116002394013, 40.800548205193486, -73.92115181000923, 40.80053175915686, -73.92114489151548, 40.80051712491013, -73.92113804539333, 40.80050142001864, -73.92112918737944, 40.80047951110991, -73.92112425481179, 40.800466002944404, -73.92111820287293, 40.800452111300466, -73.921102702392, 40.800428659790725, -73.92108361593381, 40.800409351723424, -73.9210732771541, 40.80038705818352, -73.92106733349199, 40.80037280911252, -73.92106178875571, 40.80035891601169, -73.92105545091756, 40.80034430917177, -73.92103987537726, 40.800319240304674, -73.92103062067385, 40.800297138409064, -73.92101374210533, 40.80027368684313, -73.92099920333878, 40.80026171014229, -73.9209872935153, 40.800251216563254, -73.92096730965036, 40.800230288762855, -73.9209521984571, 40.80021339853828, -73.92094332762137, 40.80019837842655, -73.92093475969823, 40.800175756505084, -73.92092282946953, 40.80015453075208, -73.92090920245207, 40.80013220702518, -73.92089871425762, 40.800112081768866, -73.92088819180388, 40.80009486420097, -73.92087672533833, 40.80007728938625, -73.92086356618297, 40.80005716319367, -73.92085214275185, 40.8000362943787, -73.92084295373517, 40.80001584042614, -73.92083304500886, 40.79999574257634, -73.92081984818114, 40.79997742545617, -73.92080581649047, 40.79996163366208, -73.92079593805198, 40.79994697034442, -73.92078735530077, 40.79993488694698, -73.92077848624001, 40.7999224206398, -73.92076759333959, 40.7999088534309, -73.9207577498887, 40.79989567145565, -73.92074116174905, 40.79987329254282, -73.9207264486561, 40.79985258624418, -73.92071574236847, 40.79983756485174, -73.92070546386726, 40.79982254375257, -73.92069338430709, 40.79980642460484, -73.92067830819337, 40.79978807915991, -73.9206638099046, 40.799770118623954, -73.9206497796032, 40.799753229102244, -73.92063726843158, 40.799736368540174, -73.92062345420605, 40.799719148680644, -73.92060747182428, 40.79970261440722, -73.92058914481748, 40.79968569400305, -73.9205725832002, 40.799670972031336, -73.92055772129142, 40.79965589192927, -73.92054452028056, 40.799641199284466, -73.92053063283542, 40.79962579206862, -73.92051396819933, 40.79960706099317, -73.92049546384054, 40.79958687433948, -73.92047111583221, 40.79955916267855, -73.92045676212302, 40.79954227290959, -73.92044110438306, 40.79952683744617, -73.92042284843774, 40.79951101567353, -73.92040246130296, 40.799493708403055, -73.92038211340794, 40.79947530614847, -73.92035855006783, 40.79945541764533, -73.92034545320249, 40.79944486734738, -73.92033231881092, 40.7994339919416, -73.92032066516471, 40.7994235254842, -73.92029930428676, 40.799404021203536, -73.92028126818515, 40.79938674705425, -73.92026358822157, 40.79937191170149, -73.92024983665108, 40.799362872878476, -73.92023514723891, 40.79935427104771, -73.9202074655469, 40.79933687945032, -73.92018400365966, 40.799324373277265, -73.92015552045375, 40.79931035528447, -73.92013751104363, 40.79930150440455, -73.92011899311649, 40.79929180309772, -73.92010098226821, 40.799282184084866, -73.9200848441861, 40.79927511838354, -73.92005538742633, 40.79926170482669, -73.92003784666863, 40.79925337564543, -73.92001788296058, 40.79924477012787, -73.91998940123467, 40.79923154993759, -73.91996330244903, 40.79921937147184, -73.91993622856894, 40.79920609551435, -73.91991012818792, 40.799194274533754, -73.91988590554048, 40.7991838281143, -73.91986262334481, 40.799173738941384, -73.91983934043418, 40.79916326524994, -73.91981605548575, 40.79915350564853, -73.91979659808689, 40.79914468072279, -73.91976475944004, 40.79913142842445, -73.91974764510584, 40.79912428095117, -73.91973006596746, 40.79911737898807, -73.91970771599213, 40.799108607863985, -73.91968634517035, 40.79910052449894, -73.91966876634947, 40.799092387941656, -73.91965454540338, 40.799083566640945, -73.91962859852673, 40.79906540618562, -73.91961390959106, 40.79905653052361, -73.91958882609467, 40.799041718719074, -73.91957218313351, 40.799033830437246, -73.91955178783282, 40.799024564471225, -73.91953135662862, 40.79901461589771, -73.91950955851114, 40.79900323727311, -73.91948580281017, 40.7989928460257, -73.91946111145104, 40.798982069606254, -73.91943688838786, 40.79897208865003, -73.91941403510674, 40.79896411315863, -73.91939168863408, 40.79895644058502, -73.91937266084047, 40.79895011297347, -73.91935219131103, 40.79894249663549, -73.9193274598651, 40.7989345198128, -73.9193022229748, 40.798926102286615, -73.91928420821509, 40.79891988793207, -73.91925518168206, 40.798909601005995, -73.91923400139981, 40.79890083781294, -73.91920908160934, 40.798890877932465, -73.91919293113459, 40.79888441543181, -73.91917677329974, 40.798877185697975, -73.91916016742964, 40.79886907766046, -73.91912970543028, 40.79885725434394, -73.91912949932697, 40.798857186661856, -73.91909641028981, 40.798846306117575, -73.91907933662293, 40.798838966766795, -73.91906305764199, 40.798831985469825, -73.91904354478481, 40.79882215181775, -73.91902760869952, 40.798813842519515, -73.91899080201574, 40.798797467185494, -73.91895089977461, 40.79878046831833, -73.91893451067328, 40.79877246936096, -73.91891674906671, 40.798763752638095, -73.91888870541806, 40.79875020560124, -73.91886115764852, 40.79873912447481, -73.91883455501285, 40.798727467687506, -73.91881174022873, 40.79871817467226, -73.91879130428316, 40.79871033763555, -73.91877274985316, 40.7987036554612, -73.91874993455167, 40.79869480007619, -73.91872329050179, 40.798685065800804, -73.91868264146392, 40.79866936483449, -73.91866029414699, 40.79866059350828, -73.91864032844609, 40.79865390941617, -73.91861892076402, 40.79864615450886, -73.91859321718354, 40.79863677656469, -73.91856422642756, 40.79862649129028, -73.91853570874301, 40.79861502578768, -73.91850574272657, 40.79860284425725, -73.91848935353761, 40.7985969316942, -73.91847292761749, 40.79859101910285, -73.91844393615195, 40.79858037719964, -73.91841729648915, 40.79857003772058, -73.9183892821218, 40.79855788635703, -73.91837199526029, 40.798547690364806, -73.91835373318106, 40.798538455412974, -73.91833369963533, 40.798527242606205, -73.91831189704064, 40.79851594659677, -73.91829265930826, 40.79850610580799, -73.91827536960412, 40.798497283061266, -73.91825945034246, 40.79848988947648, -73.91823190664338, 40.798478561465025, -73.91819317400153, 40.79846184592103, -73.91817133151248, 40.798453157703946, -73.9181503909992, 40.7984462260977, -73.91812847685355, 40.798438964213204, -73.91810804408952, 40.79843156560054, -73.91807425099807, 40.7984201790813, -73.91805569425016, 40.798413578734966, -73.91803526217723, 40.79840563170544, -73.91801385268309, 40.798398507934444, -73.9179905297455, 40.79839116307614, -73.9179695533175, 40.79838552092715, -73.9179476367069, 40.798379329700644, -73.91790885957352, 40.798368048545356, -73.9178883887322, 40.79836177639178, -73.91786553557608, 40.798354019413864, -73.91784600306518, 40.79834884563054, -73.91782646920335, 40.798342848786135, -73.91780506263089, 40.7983353125494, -73.9177813078045, 40.79832654004852, -73.91775802389117, 40.7983173824648, -73.91769856341689, 40.79829543806939, -73.91768264440132, 40.79828889447658, -73.91765459212674, 40.798277895546455, -73.91762509782657, 40.798267800581264, -73.91758538646742, 40.79825317059092, -73.91755921153465, 40.79824381999387, -73.91751855954395, 40.79822998444905, -73.91749238652419, 40.79822101745107, -73.91745859591322, 40.798209712698046, -73.91744076143713, 40.79820270124118, -73.91742155611436, 40.7981936572719, -73.9174018490475, 40.7981850244683, -73.91738163346636, 40.79817652907326, -73.91736243052912, 40.79816748509578, -73.9173460403373, 40.79816063945107, -73.91731752286587, 40.79814837760426, -73.91729185521088, 40.7981389984942, -73.91727517548432, 40.79813344304786, -73.91724091381855, 40.79812175337935, -73.91722286335218, 40.79811504250053, -73.91720719829135, 40.79810731846887, -73.91718821058097, 40.79809866003075, -73.91717131735234, 40.798092335389114, -73.91715492533235, 40.798086037219726, -73.91712420200095, 40.79807720554438, -73.91710755690991, 40.79807145559072, -73.91708860888549, 40.798061396887384, -73.91706012974338, 40.79804792653341, -73.91704012898532, 40.79804017324472, -73.91702207761547, 40.7980332705272, -73.91700449786173, 40.79802636904688, -73.91697717114242, 40.79801525971219, -73.91695959199362, 40.79800693093322, -73.91693681613064, 40.797996292226706, -73.91691548257431, 40.797985489763875, -73.91689573696169, 40.79797746108097, -73.91686335099482, 40.797967859110294, -73.91684576932093, 40.79796252177256, -73.91682811380558, 40.79795748604636, -73.91680432083, 40.79795005686169, -73.91678338132044, 40.79794351042104, -73.91676121220995, 40.797938554271894, -73.91672564101756, 40.79793471316142, -73.9166945921222, 40.797923849608374, -73.91667741367074, 40.79791447649592, -73.91665986965428, 40.797904638458654, -73.91663648967337, 40.79788727432275, -73.91661726488265, 40.79786744401727, -73.91659046091586, 40.797841157943694, -73.91656916861741, 40.79782777551409, -73.91655303213734, 40.79782095695479, -73.91652281566097, 40.797810640561224, -73.91649241791973, 40.7977974712448, -73.9164776953994, 40.79778947494492, -73.91645640090815, 40.797775982631755, -73.91643178942235, 40.79775990887815, -73.9164015204585, 40.79773386698497, -73.91638788839923, 40.79771810195123, -73.91637840526126, 40.79770579874588, -73.9163640193833, 40.79768547663284, -73.91635443041146, 40.797670648346894, -73.91634476876024, 40.79765708250826, -73.91633362473947, 40.79764351469235, -73.91632345365977, 40.79763176028791, -73.91630451657795, 40.797613191738584, -73.91628265498939, 40.7975927831417, -73.91626590793433, 40.79758346521114, -73.916233445326, 40.79757943530057, -73.91621524035183, 40.797580822346696, -73.9161855141705, 40.79758214608263, -73.91616705453562, 40.79758344918948, -73.91613834199484, 40.79758342830358, -73.91611634758733, 40.797581957992314, -73.9160963045096, 40.797579775000806, -73.91607099214812, 40.79757555754192, -73.91604907692266, 40.797569558661365, -73.91603030375971, 40.79756202401169, -73.91600445857348, 40.7975499826067, -73.91597594338454, 40.79753725396911, -73.9159612203487, 40.79752788343956, -73.91594581125136, 40.79751661955694, -73.91592332830677, 40.797502302320524, -73.91589521658511, 40.79748257437112, -73.91587440200654, 40.79746362076765, -73.91585232289853, 40.79744576304616, -73.91582323632171, 40.797425787630345, -73.91580624107233, 40.797413233054634, -73.91579325141369, 40.797402189740055, -73.9157696168973, 40.797384963017215, -73.91575305177857, 40.797374301598744, -73.91572320488912, 40.797357783521555, -73.9157047248109, 40.79734813555948, -73.91568386372136, 40.79733697751527, -73.91566534657342, 40.79732760417215, -73.91564610846196, 40.79731864182694, -73.91561532126339, 40.79730173942051, -73.91558441848686, 40.79729002470152, -73.91555922444034, 40.79727858790833, -73.91552749772612, 40.797261601944044, -73.91550382290319, 40.79724728375161, -73.91547925105145, 40.79722926023959, -73.9154559101259, 40.797208630677694, -73.9154211988831, 40.797182091791996, -73.91540579341071, 40.79716811013019, -73.91539093549731, 40.797151246367704, -73.91536532805438, 40.79712205136852, -73.91535183869206, 40.79710990902673, -73.91533621616419, 40.79709518608449, -73.91532175220418, 40.797079777810254, -73.91530220713518, 40.797057914618655, -73.91528940213857, 40.79704434638026, -73.91527666901027, 40.797031106875714, -73.91526509050125, 40.79701935134206, -73.91524442458673, 40.796996500368465, -73.91522683051613, 40.79697049449718, -73.91521634798698, 40.796950451562374, -73.9152054318211, 40.79692851275498, -73.91519700946608, 40.796907892312255, -73.91519070803251, 40.79689109064896, -73.91518451452484, 40.79687700587336, -73.91517569656769, 40.79685254450516, -73.91516886201578, 40.79683102022602, -73.91516137648239, 40.796809852965815, -73.91515288647015, 40.79678283801885, -73.91514144415689, 40.79674981005986, -73.91513460151137, 40.79673372209121, -73.91512801128701, 40.79671947222855, -73.91511990550939, 40.79670338152786, -73.91511233844788, 40.79668948934397, -73.91510307331288, 40.79667564723735, -73.9150927654828, 40.79665991241125, -73.91507928174664, 40.796639756490634, -73.91506977059973, 40.796621853845174, -73.91506224148351, 40.79660702696669, -73.91505402485924, 40.79659332430555, -73.91504374679329, 40.79658121220862, -73.91502553042008, 40.796562946544796, -73.91501463692772, 40.796551191489996, -73.91500197580221, 40.79653921450821, -73.91498054468983, 40.79652190730012, -73.91496943437194, 40.79651015028005, -73.91494732122773, 40.79649061922787, -73.91492799141015, 40.79646930543443, -73.91491332317841, 40.796445169309564, -73.91490348949101, 40.796422875573185, -73.91489373514813, 40.79639876918777, -73.91488786380468, 40.796384876439426, -73.9148754325332, 40.79636183967077, -73.91487191160482, 40.79634833227036, -73.91486929234517, 40.79633394844863, -73.91486649419815, 40.79631953657915, -73.91486190251514, 40.79629458483203, -73.91485605300917, 40.796265483551394, -73.91471463682218, 40.796026643809356, -73.91468381757653, 40.79598084767815, -73.91464770055357, 40.79593045506467, -73.91456863983777, 40.79582544770046, -73.91448859874731, 40.795719137429536, -73.91445403287781, 40.795669817499046, -73.91442430848352, 40.79562429856177, -73.91432349044058, 40.79545901699457, -73.91409934965098, 40.79507983140807, -73.91404026636866, 40.79498367246071, -73.91389279795573, 40.794749006366374, -73.91381830721139, 40.79462509407388, -73.91380207908125, 40.79459378775021, -73.91378854461361, 40.794560362760485, -73.91377759983216, 40.79452458940026, -73.91376911376803, 40.79448603713305, -73.91376316420326, 40.79444594330507, -73.91375915171461, 40.794401457384495, -73.91375689895007, 40.79435228207356, -73.91375558564961, 40.7942803644267, -73.91375470626414, 40.79413051779652, -73.91375680214037, 40.794076704558016, -73.91376080486839, 40.79402809403634, -73.913767224304, 40.79398075142587, -73.91377602378071, 40.7939364524858, -73.91378732254269, 40.793894611078905, -73.91380120749342, 40.793854910293426, -73.91381671121434, 40.793817774441315, -73.9138341157081, 40.79378045630573, -73.91385341977124, 40.793742967591584, -73.91387461627954, 40.793705317297466, -73.9138976992854, 40.793667520726416, -73.91392265929126, 40.7936295895767, -73.91394948679027, 40.79359154275062, -73.91397816516992, 40.79355339644336, -73.91417019471267, 40.79331385157292, -73.91423695348537, 40.793227926876604, -73.91458920973567, 40.79275765887939, -73.91495388295357, 40.7922587170902, -73.9149950061429, 40.79220461652905, -73.91503596789651, 40.79215348028219, -73.91507703286754, 40.79210497535948, -73.91511837312024, 40.792058901076, -73.91516018443562, 40.792015040554894, -73.9152025249389, 40.791973343410476, -73.9152454812373, 40.79193372325777, -73.91528912806865, 40.791896109911974, -73.91531732427731, 40.791875365985426, -73.91535140834344, 40.79185527383632, -73.9153919745984, 40.79183526207772, -73.91547941564873, 40.791796728069706, -73.91551613720507, 40.79177935281559, -73.91555279350611, 40.79175923007406, -73.91558300811377, 40.79173883425376, -73.91574477150493, 40.79161550747241, -73.91586611487138, 40.79152099040195, -73.91597399889652, 40.79143427973792, -73.91603488341681, 40.791383381878134, -73.91607092754697, 40.79135325215997, -73.91612836221766, 40.79130285601849, -73.91625788566908, 40.79118487653212, -73.91631699663826, 40.791132562546196, -73.91634986150042, 40.79110438902075, -73.91637790360102, 40.791080347987254, -73.91653722082222, 40.79094376473684, -73.91673519472018, 40.790776991089295, -73.91684210193387, 40.790688818286256, -73.91692105607964, 40.790623700572695, -73.91704091737526, 40.79052722439646, -73.9170572250879, 40.79051409872556, -73.9170983382862, 40.790481006981004, -73.91712569167862, 40.7904615578229, -73.91715834779897, 40.79044253570525, -73.91719675385035, 40.790423515908365, -73.91725141857329, 40.790399296574044, -73.91732716593259, 40.79036750291644, -73.9174125472761, 40.790333587328604, -73.91770399894241, 40.790223772599006, -73.91781386566714, 40.790181005160306, -73.91792224467908, 40.79013586013519, -73.91801776157679, 40.79009229704489, -73.91804957945217, 40.79007627814888, -73.9180816220722, 40.79005862229303, -73.91811409335779, 40.790039219760935, -73.91814733478662, 40.79001786458001, -73.91821652865414, 40.789969192995464, -73.91830267594679, 40.789903139310645, -73.91834747059299, 40.78987097994511, -73.91845687812378, 40.78979989351164, -73.91848196489, 40.789781891332524, -73.91850331935153, 40.78976496440853, -73.91852754512573, 40.78974276887787, -73.91854708946602, 40.78972075823839, -73.91856233442489, 40.78969849241743, -73.91857344142576, 40.789675738300915, -73.91857640950585, 40.78965432018013, -73.91856763447662, 40.78960808676056, -73.91856798810342, 40.78958826067936, -73.91859366782472, 40.78947378911884, -73.91849332531118, 40.789425389210095, -73.91940822293544, 40.78843040884535, -73.92015326450125, 40.78761329841794, -73.92114297666544, 40.78652371584803, -73.92187529737873, 40.785707876690935, -73.92198802075129, 40.78575332301863, -73.92208772529528, 40.785626528710516, -73.9221121950882, 40.78559496646239, -73.92213534099189, 40.785562830595424, -73.92215714164132, 40.78553015621565, -73.922177574489, 40.785496976627044, -73.92219662054507, 40.78546332243462, -73.92221425726123, 40.78542922784296, -73.92223047038249, 40.785394727062, -73.92224524091623, 40.78535985339818, -73.92225855934237, 40.7853246446667, -73.92227040785517, 40.78528913237351, -73.92240111482906, 40.78489664137348, -73.922625033831, 40.78422287807595, -73.92280809231163, 40.783672049537714, -73.92285099546966, 40.783594099312225, -73.92293647711728, 40.78347176930222, -73.92296025154279, 40.78344117804082, -73.92299556317116, 40.783400830342536, -73.92301435059215, 40.78338096521681, -73.92303607019, 40.78336002414554, -73.92307546201344, 40.78332566928553, -73.92309504347226, 40.78330859082924, -73.92310934976874, 40.783297403535244, -73.92313399358585, 40.78327813032475, -73.92317981006923, 40.78324672615586, -73.92323026686769, 40.783215405204544, -73.92337566646812, 40.78312937437061, -73.92341892356472, 40.78310126153971, -73.92345597587264, 40.783074624996466, -73.92351455874632, 40.78302840691129, -73.92364076571303, 40.7829246933529, -73.92369470089841, 40.78288251354816, -73.92388747314025, 40.782737882642266, -73.92395659238218, 40.78268408726142, -73.92400489910804, 40.782643652370886, -73.9240239092867, 40.78262434193472, -73.92406418737637, 40.782573469410515, -73.92408502245813, 40.782551618949995, -73.92410090512973, 40.782538449665, -73.92411724888689, 40.78252714021788, -73.92413397784634, 40.78251774729022, -73.92415104222086, 40.78251029876463, -73.92417365793703, 40.782505001586436, -73.9242279634329, 40.78250013857484, -73.9242451985823, 40.78249564199298, -73.9242635408869, 40.78248639598833, -73.92427750071596, 40.78247743886385, -73.92431634826411, 40.78244771720132, -73.92434360293497, 40.78242489476542, -73.92439680305426, 40.78237515893528, -73.92442062806386, 40.782354382872924, -73.92443601848669, 40.78234269184278, -73.92445312733041, 40.78233148100416, -73.92447206129111, 40.782320683789074, -73.92449301122525, 40.78231019136096, -73.92454088451102, 40.782290001946, -73.92460672576547, 40.782266701326655, -73.92465336171564, 40.78225320448666, -73.92470395445645, 40.782242865572115, -73.9247583380926, 40.78223572499211, -73.92481623538065, 40.78223181407798, -73.92497281615562, 40.78222178908044, -73.92503498584406, 40.78221956027408, -73.92507370453723, 40.78222074349993, -73.92509207104605, 40.782222457388634, -73.92511067485403, 40.78223016877184, -73.92513897405271, 40.78224633045776, -73.92515787628628, 40.78225204561431, -73.92518184023243, 40.7822539207116, -73.92523511768314, 40.78225491162192, -73.92525854310634, 40.78225633880437, -73.92527830237186, 40.78225950067331, -73.92532334509359, 40.78227002612115, -73.9253454387945, 40.78227264378711, -73.92536695579483, 40.78227187969039, -73.92539043570649, 40.78226803444224, -73.92541524306237, 40.782261532667064, -73.92545679273742, 40.7822482870521, -73.92554167987441, 40.78221953667235, -73.9256274047025, 40.782186367106846, -73.92571097611332, 40.78214964360891, -73.92580117709085, 40.78210528986295, -73.92590019575356, 40.78205218073231, -73.92600929591873, 40.78198940299588, -73.92634959413223, 40.78175434231634, -73.92666177360486, 40.78153924487466, -73.92690614766164, 40.78135152298221, -73.9269568160356, 40.78131125043608, -73.92707469696813, 40.78121394839768, -73.92712895456279, 40.781170511880966, -73.92715209310944, 40.78115339175589, -73.9271759315495, 40.78113756338853, -73.92720030034884, 40.78112314463702, -73.92722506793092, 40.78111020925919, -73.92725007665217, 40.781098835498966, -73.92727527199237, 40.78108904853579, -73.92730056388594, 40.781080878929835, -73.92732588715299, 40.781074350053, -73.92749931158774, 40.78103626989594, -73.92753741097476, 40.78102790388095, -73.92768597514893, 40.780995281960394, -73.92770746298766, 40.78099042012378, -73.9278693942548, 40.780953789211445, -73.92790442007296, 40.7809458650987, -73.92797565537359, 40.780930909978785, -73.92801734862567, 40.780924974705435, -73.92805488533601, 40.780923035952114, -73.92808891223385, 40.78092518597763, -73.92821654033274, 40.78094234627406, -73.92826042239942, 40.780949990047496, -73.92829960413145, 40.78095839090355, -73.92833776094835, 40.78096807612551, -73.92848835386995, 40.78101491203901, -73.92855872526934, 40.781038815391, -73.9286351849037, 40.78106803183088, -73.92865808171763, 40.78107821717954, -73.92868067085125, 40.781090312298176, -73.92870288955612, 40.78110428292912, -73.9287246443056, 40.78112007318353, -73.92873626215045, 40.78113345192447, -73.92874869347531, 40.78115936885799, -73.92875881710088, 40.78117420548606, -73.92879369383309, 40.78119824703481, -73.9288242698019, 40.7812160796562, -73.92885661676969, 40.78123288318838, -73.9288905689723, 40.781248574681385, -73.92890774897081, 40.78125518956355, -73.92895194014045, 40.781269849976105, -73.92897401761837, 40.78127972408319, -73.92908163090783, 40.78133995380353, -73.92920956148636, 40.78141010593051, -73.9292770116109, 40.781443467722156, -73.92931126432019, 40.781464192181026, -73.92934762874229, 40.781488799988665, -73.92940766528903, 40.7815345363596, -73.9295191591808, 40.781611540796575, -73.92963062055325, 40.78168480982234, -73.9297147907195, 40.7817369525293, -73.92985161158516, 40.7818180909822, -73.92994901176944, 40.781874315440376, -73.93003901337823, 40.78192308186937, -73.93006760154562, 40.7819358323195, -73.93013302969193, 40.781959701989386, -73.93015783548681, 40.78197107775881, -73.93037757659117, 40.78208937099178, -73.93049699367846, 40.78215578395542, -73.93051150606578, 40.7821647761146, -73.93052671657989, 40.78217570567251, -73.93059117283153, 40.78222767465848, -73.93060944708635, 40.78223961191124, -73.9306273946717, 40.78224899153892, -73.93065107567391, 40.78225878794455, -73.93067799030969, 40.78226797214816, -73.93070866550381, 40.78227679210237, -73.93075041446293, 40.782287353070025, -73.93088514039539, 40.78231869757572, -73.93117888739609, 40.78239007155831, -73.9314770759493, 40.78245958159209, -73.93170934567227, 40.78251647990236, -73.93198922646276, 40.78255194238924, -73.93225505299557, 40.78259851353125, -73.93250250567343, 40.78263782606031, -73.9327602893655, 40.78267453713299, -73.93297659282145, 40.782701725017965, -73.93315718528775, 40.78272886657505, -73.93382760540773, 40.78282216276178, -73.93390640523023, 40.782836242303155, -73.93398566388292, 40.782848802006384, -73.93403058213477, 40.78285521498775, -73.93410033477213, 40.78286429593444, -73.93433916598136, 40.78289538250737, -73.93454987256702, 40.78292555661622, -73.9347847729037, 40.78295473006823, -73.9348190496815, 40.78295825241234, -73.93492135943012, 40.78296572226376, -73.93495156528435, 40.78296958896263, -73.93497717939454, 40.78297454897362, -73.93500339856342, 40.78298226665665, -73.93502505110028, 40.78299205471427, -73.93504249935724, 40.783004080846545, -73.93505589250137, 40.78301845139869, -73.93506883744013, 40.78303687395478, -73.93507678026533, 40.78305079208299, -73.93508356912909, 40.783075721797054, -73.93508319278654, 40.78309111836465, -73.93512049546563, 40.78312978890814, -73.93523304168681, 40.783246445582606, -73.93533099087543, 40.78333460658166, -73.93537945566877, 40.783374906907525, -73.93546005488095, 40.78343906059411, -73.93551766561202, 40.78348313908504, -73.93565212066531, 40.7835813905387, -73.93571224397049, 40.78362836994967, -73.93573611449636, 40.78364929831591, -73.93576038962736, 40.783673282304974, -73.93578566716933, 40.78370081302306, -73.93581783130286, 40.78373829991572, -73.93587628109331, 40.783809657589934, -73.93592072599802, 40.78386930903006, -73.93593774387985, 40.78389562574717, -73.93595408115041, 40.78392503170467, -73.93597019087977, 40.78395822864528, -73.93598906328768, 40.78400136775575, -73.9360084748561, 40.784050573841895, -73.9360242355865, 40.784098115571645, -73.93603642224775, 40.784144230721665, -73.93604507142547, 40.78418905709016, -73.93605051625784, 40.78423110993558, -73.93605466020168, 40.78428064612767, -73.93605665982692, 40.78433140491116, -73.93605690420641, 40.784387809765846, -73.93605767968879, 40.78444878586083, -73.9360566550011, 40.78447706194277, -73.93605282412331, 40.78450491143079, -73.9360458272891, 40.78452945972387, -73.93603389294229, 40.78455728670372, -73.93600495346342, 40.78461433001921, -73.93599357754212, 40.78463921986853, -73.93593544727186, 40.78478158568111, -73.93588407181086, 40.784920521607205, -73.93587689522701, 40.78494707880742, -73.93581673942643, 40.78516965109531, -73.93575552940385, 40.78544563239891, -73.93577409552144, 40.78545409845584, -73.93572405635474, 40.785670784335025, -73.93454598907246, 40.78706409644904, -73.93409566521684, 40.787582010723085, -73.93378948128846, 40.787933987910534, -73.93373818725101, 40.78799249910862, -73.93337856305077, 40.78840271587136, -73.93299229511939, 40.788841539325794, -73.9327076193857, 40.78916278207651, -73.93250342647347, 40.789565423424456, -73.9325031473418, 40.789587151447364, -73.9324972088568, 40.789608403392734, -73.93248006119452, 40.789642196351075, -73.93245343445888, 40.78968355696418, -73.93224177279004, 40.789686972590715, -73.93192320146336, 40.79002002241284, -73.93157715887922, 40.79037759277999, -73.93127530449652, 40.79064090871932, -73.93107654400006, 40.79080539076322, -73.93084001769803, 40.79099669463235, -73.93072235854835, 40.79096173857228, -73.9304083552428, 40.79108967354771, -73.9302777910268, 40.79114286916159, -73.92971309590419, 40.7913645473239, -73.92934518377142, 40.791210535765444, -73.92906900558403, 40.791088857067244, -73.92873312553331, 40.79094087319726, -73.9283747429475, 40.790928848176065, -73.92801648666617, 40.79080450896253, -73.92697484596209, 40.79078189588295, -73.92683399592624, 40.7907600990834, -73.92671024680998, 40.79074244538528, -73.9265956898913, 40.79072781228557, -73.92648792619477, 40.79071590471838, -73.92638766349714, 40.79070524363206, -73.92633017349472, 40.79070177599147, -73.92630261675185, 40.790701762876786, -73.92627698151162, 40.790703081924796, -73.92625285779502, 40.79070575718796, -73.92623004533978, 40.79070981105161, -73.92621134472405, 40.79071449699333, -73.92619146693373, 40.790720825592125, -73.92609952371508, 40.79075751971546, -73.92607665984008, 40.790765175518956, -73.926055510421, 40.79077068742493, -73.92603030236782, 40.79077352763799, -73.92600182420223, 40.79077315005773, -73.92597987198536, 40.7907728604083, -73.92596038164746, 40.790773815027315, -73.9259416665957, 40.790777598614156, -73.92592370939366, 40.790787101765645, -73.92591690969013, 40.79079984308335, -73.92592164375004, 40.79082161123026, -73.92593736664179, 40.79084701095439, -73.92594984735345, 40.79086539549317, -73.92595983984792, 40.7908774560162, -73.92597397578753, 40.7908894426571, -73.92598942622477, 40.79089990199052, -73.92602787399741, 40.79092340633018, -73.92604499876532, 40.79093586854385, -73.9260580932354, 40.79094894771395, -73.92606634954352, 40.79096246862643, -73.92607345786021, 40.79098122611447, -73.9260790403851, 40.79100080658156, -73.92608308886224, 40.79102117490317, -73.92608559385968, 40.79104228784942, -73.92608654711515, 40.791064115698525, -73.92608591153734, 40.79108698260696, -73.92608379758326, 40.791109579317464, -73.92608010091678, 40.79113303499105, -73.92607641599938, 40.79114697418011, -73.92605786998845, 40.79120116072129, -73.92605489797036, 40.791216495242544, -73.92605449508159, 40.79123040231734, -73.92605847088, 40.791271409168544, -73.92606165998141, 40.79128678276178, -73.92606597405081, 40.79130059110574, -73.92609572296394, 40.79137427924784, -73.9261230781429, 40.791456886207, -73.92614796109042, 40.791521979537634, -73.92615597331542, 40.79155801820614, -73.92615759073546, 40.79157608148506, -73.92615939890986, 40.791596287177164, -73.92615957279641, 40.79161791011078, -73.92615977910854, 40.79164341422297, -73.92616290028616, 40.791729683285574, -73.92651419921219, 40.79181131756325, -73.92653383682382, 40.79181997488826, -73.92654603290059, 40.79183032851338, -73.92656276467918, 40.79185133794976, -73.92657115223824, 40.7918652956505, -73.92657467193831, 40.79187970500244, -73.92657112258901, 40.79189325167374, -73.92654952364349, 40.79190426994459, -73.9265303947349, 40.79190703399611, -73.92650934932328, 40.791907119634125, -73.9264670044728, 40.7919044973836, -73.92641026489542, 40.79190185782314, -73.92637282589475, 40.79189765649054, -73.92634152850283, 40.79189191020986, -73.92625461373837, 40.791873785186134, -73.92620710616069, 40.79186614915116, -73.92615747943599, 40.7918601641576, -73.9261230915414, 40.791860162832535, -73.9260632196255, 40.79186787414927, -73.9260411095173, 40.79186966816899, -73.92594997890016, 40.79187202389819, -73.92587572894938, 40.791871084674966, -73.92580893788892, 40.791866724701, -73.92574805376124, 40.79185877639679, -73.92572415781048, 40.79185337690656, -73.92569606240119, 40.791844049421854, -73.92567969720339, 40.791836670073664, -73.92564311769797, 40.79181726140321, -73.9256299780436, 40.79180742756299, -73.92561323689236, 40.79179189843181, -73.92559970928079, 40.79177935022874, -73.92558454653113, 40.79177002926317, -73.92556407851428, 40.791765579279534, -73.92554489248273, 40.79176750656559, -73.92552716569615, 40.791773046699454, -73.92551348345017, 40.7917832954609, -73.92551529025569, 40.7917982008149, -73.92552965628605, 40.79181749972247, -73.92554403451459, 40.791830136732244, -73.92556212049246, 40.79184246095966, -73.92560304999375, 40.79186467302065, -73.92563817087043, 40.79187992135011, -73.92581125869987, 40.791888267971174, -73.9261538588337, 40.791902622243896, -73.9263578338597, 40.79193632791711, -73.92637913477577, 40.79193984807451, -73.92648411342196, 40.79194446351045, -73.92658504838245, 40.791948899777, -73.92661129258872, 40.79194697861328, -73.92673262403255, 40.79193809672481, -73.92673717950754, 40.79192004548352, -73.92673566688933, 40.79190134562652, -73.92671869579235, 40.79186841523592, -73.92669992299916, 40.79184584395664, -73.92667577433185, 40.79182347817049, -73.9266597080204, 40.79181142645383, -73.92664627937607, 40.79180135481347, -73.9266292032621, 40.7917938959036, -73.92660674569613, 40.791790621792984, -73.92656223700851, 40.7917883385887, -73.92654238457149, 40.791784315107854, -73.92648964422888, 40.791759967965035, -73.92645231437814, 40.79173854375226, -73.92643641398806, 40.7917275808154, -73.92642231125998, 40.79171639750079, -73.92640992923998, 40.791704937928834, -73.92639923360751, 40.791693165157746, -73.92638340240396, 40.79167215537177, -73.92636757744873, 40.79164657644712, -73.92635749326001, 40.79162405028365, -73.92635126749163, 40.7916020911987, -73.92634127528599, 40.791548912949786, -73.92633666731686, 40.79151153292298, -73.9263330786704, 40.79142564897778, -73.92633367510598, 40.791386684693656, -73.92633405847047, 40.79136145921238, -73.9263411877463, 40.791278920271466, -73.92634431529682, 40.79126002796404, -73.92634975026003, 40.791240653562134, -73.92635754140139, 40.79122062600139, -73.92636780873467, 40.79119963108318, -73.92639372306999, 40.791157164712665, -73.92644328390355, 40.7910872112366, -73.92647058135596, 40.79105072325483, -73.92658264828499, 40.79098154528667, -73.92662556133034, 40.790972290252185, -73.9266556197537, 40.79096765289468, -73.92668279090464, 40.79096608710178, -73.92670725706417, 40.79096776318611, -73.92682132122778, 40.79098482631277, -73.92694311272572, 40.79100208513095, -73.92696433166205, 40.791003407006585, -73.92700425939758, 40.79100233008821, -73.92703817879061, 40.7910045379814, -73.92708183663942, 40.79101296458081, -73.92710207330205, 40.791015415938055, -73.92713119304452, 40.791013197508335, -73.92718513268969, 40.79099907392542, -73.92720743776206, 40.79099530771267, -73.92723972826415, 40.79099511558378, -73.92730603514258, 40.791001634725596, -73.9273330423103, 40.79100267472519, -73.92735999793692, 40.79099991547324, -73.92738226914452, 40.790992427435775, -73.9273979479858, 40.790976195881704, -73.92742947403357, 40.790954472245076, -73.92745169655979, 40.790942708585874, -73.92747015488875, 40.79093635906571, -73.92749217434016, 40.79093262863812, -73.92751792689111, 40.79093135712018, -73.92755369368433, 40.79093223328233, -73.92757747363058, 40.79093409695526, -73.92763543269048, 40.7909412040919, -73.92766592553427, 40.79094232184402, -73.92772515522174, 40.7909391739299, -73.92779428680828, 40.790931423426244, -73.92781810615242, 40.790933017824486, -73.92784291408603, 40.79094186096729, -73.92786848675745, 40.79095788517631, -73.92789422978316, 40.79098072627688, -73.92790596892631, 40.79099841135057, -73.92791080564974, 40.791020084025824, -73.92790823036246, 40.7910436539224, -73.92789858102711, 40.791065568775856, -73.92788307435025, 40.791088121120154, -73.9278626499538, 40.79111782306169, -73.92784535939877, 40.7911399042228, -73.92782791212889, 40.79116008072411, -73.92775169495174, 40.7912421010061, -73.92770400093667, 40.79128638834128, -73.92768785042442, 40.79130271779484, -73.92766217822533, 40.791333502411234, -73.9276281071783, 40.791380163879055, -73.92761093835875, 40.791407838090436, -73.92758534593575, 40.79144908565679, -73.92753878804844, 40.7915095898523, -73.927460006311, 40.79160229996948, -73.9273797305868, 40.79168276408236, -73.92733368564824, 40.791728918137984, -73.92730859249569, 40.791742354893906, -73.9272869902083, 40.791755504786025, -73.92726820060723, 40.791768778016625, -73.92725201024824, 40.7917823329404, -73.92721225707619, 40.7918205584078, -73.92718176038825, 40.79185400895196, -73.92715788867709, 40.79188266220567, -73.92714476356232, 40.79190155181606, -73.92713679017427, 40.7919215216806, -73.92764848544792, 40.79196872949143, -73.92770246898367, 40.79197590073408, -73.92777659858518, 40.791988518197854, -73.92780141067406, 40.79199716504134, -73.92782482176429, 40.79201283940941, -73.9280020493956, 40.792131384092194, -73.92810911774303, 40.7922080565088, -73.92817238279581, 40.79226217641439, -73.92820880744569, 40.79229754285461, -73.92823198396398, 40.79232326838023, -73.92824678776789, 40.79234288239474, -73.92826120657766, 40.792367923484484, -73.92828342748754, 40.79248115094255, -73.9282999957156, 40.79256556696593, -73.92833824113666, 40.79289978989884, -73.92833007549478, 40.79304023227697, -73.92832406717481, 40.79308850707149, -73.92831956489715, 40.79310589653719, -73.92831351967986, 40.79312130214108, -73.92830411023233, 40.79313925586926, -73.92829230385878, 40.79315823827791, -73.9282584252452, 40.79320399413531, -73.92821197080968, 40.793266883176074, -73.92814002726581, 40.79336377271204, -73.92803501105871, 40.793505724208714, -73.92799896766286, 40.79355444578469, -73.92776030499093, 40.79389022270699, -73.92756605627378, 40.79415675785416, -73.92754632800295, 40.79418382980217, -73.92740102930168, 40.79437962510348, -73.92737272268862, 40.79441824863786, -73.92735482714617, 40.794443285675825, -73.92734196440401, 40.7944710670063, -73.92733135789739, 40.794508431981, -73.92732662467947, 40.794543842970214, -73.9273234002949, 40.79456797614482, -73.9273170886419, 40.79459157877892, -73.92730719116726, 40.794608957594974, -73.92728308234514, 40.79463687590508, -73.92726975935427, 40.79465746824302, -73.92725976609225, 40.7947321278139, -73.92725587485819, 40.794788532691946, -73.92725246047877, 40.794803248312554, -73.92722147761972, 40.79485422318015, -73.92721411238921, 40.794867111891364, -73.9272032881679, 40.79489106916703, -73.92718034992619, 40.794948197718725, -73.92716689827971, 40.794975829172515, -73.92714769055338, 40.7950043574868, -73.9271056361973, 40.795061419008185, -73.92709189111716, 40.79508104121859, -73.9270691185378, 40.79511118816474, -73.92705067025886, 40.795146202345045, -73.92704553114615, 40.795162571986474, -73.92704277831952, 40.795181211497955, -73.92704274605944, 40.79524308394291, -73.92704104164066, 40.79526518023728, -73.92701308492619, 40.79544669165932, -73.92694482483634, 40.79586957548983, -73.92692229880907, 40.79602023017831, -73.92691414234886, 40.79607476829434, -73.92690338654751, 40.79614944624505, -73.9268998194981, 40.796194072764095, -73.9268987127039, 40.796248092157626, -73.92690043950999, 40.796285527038194, -73.92691359953088, 40.79640622129365, -73.92692376326802, 40.796523345864834, -73.92692986840107, 40.79658671071404, -73.92693544399927, 40.796644568669365, -73.92694707281066, 40.79674079716108, -73.92695185110776, 40.796768296955, -73.92695901681601, 40.79679817738236, -73.92698340388576, 40.796876081574474, -73.92700634462815, 40.79694278892913, -73.92702661129141, 40.796997343239916, -73.92706780840324, 40.797100936707444, -73.927120802576, 40.79722977052497, -73.92720702781577, 40.7974158637779, -73.92728028182837, 40.79740891133082, -73.92731057262652, 40.797465379169665, -73.92733917316662, 40.79752236912489, -73.9273625583995, 40.797572109464106, -73.92738487293606, 40.79762250918998, -73.9274029498536, 40.79766662795768, -73.92741221014202, 40.797691732520136, -73.92741805130257, 40.79770755347738, -73.92743048558627, 40.79774616843416, -73.92743868303252, 40.79777667082124, -73.92744573845157, 40.79780910676229, -73.92745692057314, 40.79788224068595, -73.92746329799037, 40.7979496831272, -73.92746887460036, 40.7980484696589, -73.92747008055294, 40.79809989435634, -73.92746942300948, 40.79814982125023, -73.92746613694852, 40.79818803278924, -73.92746019571919, 40.79822267217564, -73.92744959091443, 40.798267773333585, -73.92744229446079, 40.79829879275729, -73.92741771645902, 40.79839394389401, -73.92741771645902, 40.79839394389401 --73.88509634398025, 40.778464044029505, -73.88511398491049, 40.77847521074554, -73.88517629219342, 40.77849911996684, -73.8851951700881, 40.7785094801518, -73.8852160337454, 40.77852719942073, -73.8852343215274, 40.77854866671511, -73.88524778828763, 40.778589181146444, -73.88525027354478, 40.77861259039401, -73.88524692738534, 40.77863230627505, -73.88523757907602, 40.7786484123658, -73.88522438172009, 40.77865846414294, -73.88520667064302, 40.77866458522944, -73.88512620037787, 40.77866213491544, -73.88509340482993, 40.7786666308471, -73.88507537656629, 40.77867806636544, -73.88506748448272, 40.77869120673748, -73.88505675924516, 40.778728791136295, -73.88505274353659, 40.778750668450996, -73.88505291337547, 40.778775119075554, -73.88505701972498, 40.778802300349355, -73.88506649397752, 40.778841607746045, -73.88507757370515, 40.77888005226002, -73.88510874510939, 40.77897518905487, -73.88512141723929, 40.779026550163714, -73.88512427713464, 40.779049770680295, -73.88512405042344, 40.77907200387018, -73.88511632532284, 40.77915243989081, -73.88510615000847, 40.779234474561086, -73.88509651725421, 40.77929383961149, -73.88508409869002, 40.779352256354535, -73.88506600698891, 40.77942161214893, -73.88504312011113, 40.77949768811134, -73.88501732291223, 40.7795749210121, -73.885010184007, 40.77960597223023, -73.88499291743808, 40.77968105333022, -73.8849784259582, 40.77974406325546, -73.88497791428287, 40.779772130515845, -73.88497209218247, 40.779834313425816, -73.88496736032405, 40.77986541476945, -73.88495768282411, 40.779897757471325, -73.8849444050852, 40.77992331038902, -73.88493466453893, 40.77993659748704, -73.88492267807555, 40.77995047667323, -73.88490936673655, 40.77996392769668, -73.88489550797772, 40.77997607244278, -73.88488113383464, 40.77998688212725, -73.88486627040105, 40.77999633876602, -73.88482543104159, 40.780018315248036, -73.88478224619054, 40.78003816688554, -73.8847283392964, 40.7800606615636, -73.88468804617646, 40.780076362939695, -73.88459956511437, 40.78010794774985, -73.88450115014193, 40.78013988093601, -73.88445032295992, 40.780154287553486, -73.88439974846216, 40.78016642963766, -73.88427769529446, 40.78019202549319, -73.88420465709251, 40.78020714720735, -73.88416319425079, 40.78021483004862, -73.88403121816967, 40.780236435446064, -73.88390462095929, 40.7802569754137, -73.88385202472469, 40.780264003066705, -73.88378472006956, 40.78027027565019, -73.88370498699155, 40.78027401064287, -73.8835816366563, 40.780277647494216, -73.88344874851231, 40.780283442077426, -73.88340053283373, 40.78028313665865, -73.88333674917101, 40.780279100886354, -73.88330827154455, 40.78027705042421, -73.88327793746106, 40.780271014250545, -73.88323787273183, 40.78024605315003, -73.883203108119, 40.78022042112987, -73.88316622048485, 40.78019150911669, -73.88314978158472, 40.78018521234273, -73.88311813874382, 40.78019322534408, -73.88307710243883, 40.78021362242556, -73.88304853697002, 40.780225858285995, -73.88302691360046, 40.78023399219223, -73.88300018329724, 40.780240063260756, -73.88296215583745, 40.780242985498354, -73.88292987716603, 40.780242700570085, -73.88289265488562, 40.78023909946037, -73.88284782161128, 40.78022520686016, -73.88280781652566, 40.78021829264591, -73.8827843787039, 40.780217423235975, -73.88276326434735, 40.78021902986616, -73.88274449596346, 40.78022311166012, -73.882721593925, 40.78023214651176, -73.88269097495845, 40.780248664785795, -73.88265003513769, 40.7802800956734, -73.88263451201925, 40.780287898929934, -73.88251995850091, 40.78031518810422, -73.88244171542652, 40.780333772131534, -73.88235516259927, 40.780354709641344, -73.88233677421037, 40.78035824154961, -73.88231777015062, 40.780360236568505, -73.88229861251507, 40.78036064834367, -73.88227976215856, 40.78035946203717, -73.88224136591762, 40.78035449075382, -73.8821974925906, 40.78034710951651, -73.88212920164335, 40.78033287657819, -73.88210414571739, 40.78033125165406, -73.88208124576644, 40.780335023842625, -73.88206472021113, 40.78034424789048, -73.88205451966401, 40.78035804666011, -73.88205730948079, 40.78038548153023, -73.8820654442449, 40.78040900558394, -73.88207919467104, 40.78043496313889, -73.88208322921706, 40.78044854684838, -73.8820720279038, 40.78046486690346, -73.88205203687383, 40.78047629273404, -73.88202629375617, 40.78048472210312, -73.8819946720157, 40.78049069878089, -73.88194025280566, 40.78049739591171, -73.88189994512582, 40.78049941225859, -73.8818720074556, 40.78049813822836, -73.88184590100398, 40.780494333855245, -73.88181556253808, 40.78048744811827, -73.88178764855596, 40.78047950767023, -73.8817259810842, 40.78045518124896, -73.88170274736116, 40.78044941399432, -73.88167699922386, 40.780446649130894, -73.88165296193249, 40.780447763583446, -73.88163538637328, 40.78045316835973, -73.88160054112228, 40.78049715634093, -73.88156815024826, 40.780537909526444, -73.88154598180797, 40.78055394990889, -73.88153022431365, 40.78056087478547, -73.88150425317734, 40.780570232221784, -73.88145816522648, 40.780585730200016, -73.88142126852787, 40.780595480703965, -73.88139075580938, 40.78060129086371, -73.8813606976967, 40.780605271661905, -73.88131908561107, 40.78060863001279, -73.8812764471367, 40.780610262828496, -73.88121913841623, 40.78061030642941, -73.88117527933554, 40.78060752368528, -73.8810941218469, 40.780598602439525, -73.88101935616031, 40.78059067468708, -73.88096087137508, 40.78058526260032, -73.88094302158734, 40.78057901088047, -73.88092447503641, 40.780564254990736, -73.88091488479121, 40.78054731653001, -73.88090138633386, 40.780533061129496, -73.88088531819365, 40.78052354511862, -73.88084352784279, 40.780520615803496, -73.88080780778229, 40.780524884166745, -73.88074550580131, 40.780533548282975, -73.88064087344905, 40.780549085290446, -73.88055452190527, 40.78055838265875, -73.88046293784151, 40.780565643901056, -73.88037636724297, 40.78057617549787, -73.8803315485989, 40.78057935546602, -73.88027619113332, 40.78058197245997, -73.88019086693632, 40.780583833371104, -73.88013048143517, 40.78059060539014, -73.88003881557252, 40.780603766304246, -73.87998029884929, 40.78061545333277, -73.87994333556837, 40.78062455133048, -73.87991955667246, 40.780628162784836, -73.87988502385197, 40.78062699036122, -73.87981801245691, 40.780623956939856, -73.87977572726116, 40.780622798910834, -73.879744172192, 40.78062385199234, -73.87972282940348, 40.78062851143193, -73.87970193466371, 40.78063893185122, -73.87967210541797, 40.780660420022016, -73.87964341858752, 40.78067904848105, -73.87962214986639, 40.7806905599045, -73.8796032101828, 40.78069681932405, -73.87958188371019, 40.78070029909598, -73.87954541488817, 40.78070515791586, -73.87952307665984, 40.780706705041034, -73.87949510635616, 40.780706420052994, -73.87946516321321, 40.780703734955885, -73.87943971302101, 40.780697365191905, -73.87942038856859, 40.78068712516789, -73.87939813417837, 40.78066985635208, -73.87937843120599, 40.78065996441938, -73.87935805816704, 40.78065636809692, -73.8793403484424, 40.780663112330906, -73.8793334881531, 40.780697091021096, -73.87933351601028, 40.780720941765466, -73.87933089294425, 40.780736766254634, -73.87932068218574, 40.780749970439615, -73.87930648281737, 40.78075853285734, -73.87921304792326, 40.780767094195504, -73.87919399415783, 40.78075719210587, -73.87917556022208, 40.78073148323813, -73.87916510605056, 40.78070711637948, -73.87915365542564, 40.78069067560035, -73.87914010662917, 40.78068019664915, -73.8791120635311, 40.78067433828037, -73.87908333720526, 40.78067352740619, -73.87901494431445, 40.78067515757288, -73.87894803348097, 40.78067610217229, -73.87892487994537, 40.780673233160165, -73.87889208976108, 40.78066358223567, -73.87886299351963, 40.78065382622409, -73.87883911710114, 40.780644588079426, -73.87877522403176, 40.78061471334338, -73.8787405559099, 40.78060068305624, -73.8787056255471, 40.7805855979939, -73.8787641109377, 40.780782518441484, -73.87888302209113, 40.781173729098754, -73.87898782236246, 40.781522856911444, -73.87905116063047, 40.7817302146017, -73.8793086802382, 40.781853341058095, -73.8791365411531, 40.782064939938124, -73.87889187768596, 40.782361614779035, -73.87885917314946, 40.782400804492774, -73.87883811214247, 40.78242604504864, -73.87858589890746, 40.78272827279162, -73.87833922602756, 40.783025606186456, -73.8776641444704, 40.78270549681538, -73.87720378246095, 40.78248553222313, -73.87675905600824, 40.78227288737987, -73.87619302377054, 40.7820023442105, -73.87577576740262, 40.7818046256759, -73.87563626049787, 40.78173801091012, -73.87515754610725, 40.781509130328274, -73.87499121341307, 40.781602310529784, -73.87484527228125, 40.78168461205359, -73.87466000315716, 40.78191171917435, -73.87439903766897, 40.78222995632206, -73.87415053801743, 40.78252964171954, -73.87385923505036, 40.78288154759342, -73.87354222517368, 40.783266227112534, -73.87320360059844, 40.78367685335126, -73.87289974705963, 40.784045091559726, -73.87278879126768, 40.78417864240562, -73.87253530154554, 40.78448375236895, -73.87220637885741, 40.784877337135306, -73.87189138979193, 40.785257830523804, -73.87153823949305, 40.785685360555895, -73.8712485652641, 40.78603783332472, -73.87090300986456, 40.78587113932734, -73.87086853997675, 40.78584963453992, -73.86969325858948, 40.78529584367144, -73.86987006809922, 40.78508559067374, -73.86974971869425, 40.784683954966496, -73.86960082810096, 40.78418879395749, -73.86959675704395, 40.7841750746996, -73.86946000865707, 40.78371422554381, -73.86944337865368, 40.78365818284518, -73.86943490595253, 40.78362963092019, -73.86942966274475, 40.78361196162386, -73.86942486181673, 40.78358926442251, -73.86990497081742, 40.7830037441653, -73.87048029687783, 40.782305794906605, -73.87059754490737, 40.782283145706934, -73.87077692478287, 40.78224940254392, -73.87088874171, 40.78222936832096, -73.87091007791344, 40.78222563532623, -73.87140908160548, 40.7821445509475, -73.87143754500845, 40.78213701488059, -73.87146292058227, 40.78212608316919, -73.87148513389701, 40.782111648572354, -73.87150429140684, 40.78209379675843, -73.87177986482176, 40.781761688542915, -73.87208145621767, 40.78139774154738, -73.87231420827975, 40.781118585375864, -73.87232639268677, 40.781103661335706, -73.87233838471822, 40.78108897481384, -73.87237168429269, 40.78104818560396, -73.87255731948727, 40.78082080337513, -73.8724896679153, 40.78079333524346, -73.87246898536037, 40.780784511742525, -73.87243797014774, 40.780769565087994, -73.87240149278855, 40.78075014768421, -73.87237124642303, 40.78073026890846, -73.87235716111509, 40.78071903484361, -73.87234356276097, 40.780706535209504, -73.87231765429053, 40.78067756524571, -73.87230131596922, 40.78065265094003, -73.87225050079294, 40.78059808538108, -73.87220513704882, 40.780548052672586, -73.87218014495821, 40.780525597930925, -73.87214871363645, 40.78050349894253, -73.87209796663736, 40.78047338744625, -73.87202865361117, 40.78042862664224, -73.87198042865687, 40.78040230540954, -73.87192565032333, 40.78036918528057, -73.87189804354401, 40.780355526384625, -73.87185103010707, 40.78033807189501, -73.87177998385614, 40.78031197283562, -73.87175985561896, 40.780302095334335, -73.87172706574039, 40.78028000372309, -73.87167239194937, 40.780251766115946, -73.87163479454189, 40.780235974445816, -73.87158669435823, 40.78022496443709, -73.87152870802839, 40.7802030644116, -73.87149667174192, 40.78018586600677, -73.87146294583474, 40.78016025050858, -73.87139652425351, 40.78012092347962, -73.87117567841896, 40.77999548888816, -73.87106305680489, 40.779935077861964, -73.87095668714946, 40.77988117265597, -73.87091466098038, 40.77986160178217, -73.87089642336997, 40.77985311031997, -73.870834436505, 40.77982722793962, -73.87079524211842, 40.779812318497925, -73.87069033705528, 40.77977245893123, -73.8706027192011, 40.77973579835752, -73.87056534821421, 40.779718378481455, -73.87048090688448, 40.77967664974968, -73.87044027653431, 40.77965826983523, -73.87028686886003, 40.77959502332519, -73.87024489834623, 40.77957687326227, -73.87021457307033, 40.779562223948254, -73.87019484408837, 40.77954648704847, -73.87016925513993, 40.779510497533835, -73.87015750499671, 40.77949763141524, -73.8701274488039, 40.77947259687983, -73.87009472551662, 40.77944843371831, -73.87005945815314, 40.77942523661993, -73.8700218147189, 40.779403114732794, -73.86997548560204, 40.779378571486106, -73.86986674580642, 40.77932481117614, -73.86981880421217, 40.77929982119653, -73.86970068559218, 40.77923294331114, -73.86965346544363, 40.77920740927365, -73.8694306932746, 40.779092510423695, -73.86920445832678, 40.778975053383014, -73.86916752440662, 40.77895746335169, -73.86908025597405, 40.77892058949171, -73.86904211749729, 40.77890292871272, -73.86874987553814, 40.77875133421085, -73.86851335097326, 40.77863449533716, -73.86838632027916, 40.77856958793304, -73.86833036188553, 40.77854241976181, -73.86829537210717, 40.77852736658713, -73.86825520200709, 40.77851232548944, -73.86811903796757, 40.77846799194924, -73.86806966937945, 40.77845058454257, -73.86797993102624, 40.77841674441451, -73.86792643538239, 40.778393933701174, -73.8678830389572, 40.77837272483089, -73.8677525758755, 40.77830568399936, -73.86750374872604, 40.77818597432666, -73.86724280341359, 40.77806059589312, -73.86718128320189, 40.77803273727105, -73.86709257901825, 40.777995838630936, -73.8670519267291, 40.77798052820578, -73.86695075220851, 40.77794608154652, -73.86692375349129, 40.77793562524379, -73.86690009284698, 40.777925242129164, -73.86685824130753, 40.77790426698496, -73.86677508291154, 40.7778589205819, -73.8667390456165, 40.77784024299641, -73.86658275085087, 40.77776320958887, -73.86648380296674, 40.7777168460338, -73.86632902132213, 40.77764167987609, -73.86630592148703, 40.777631738535966, -73.86628003598416, 40.777622138851456, -73.86621370390498, 40.7776017744184, -73.86616823127929, 40.777595630610605, -73.86612901675278, 40.77757717967196, -73.86607358409029, 40.7775421622222, -73.86594973841883, 40.77747081721878, -73.86592053859493, 40.777452362549845, -73.86584868150256, 40.7774027692419, -73.86582689140725, 40.77738958571684, -73.86580625623462, 40.777378785363986, -73.8657606502403, 40.777357801844275, -73.86568710287983, 40.77732586533712, -73.86564745369418, 40.77730869064069, -73.8655227825708, 40.777254694211535, -73.8653811917916, 40.77719208617869, -73.86532320639937, 40.77716793445916, -73.86525761272179, 40.7771424698851, -73.86503977776424, 40.77706342541335, -73.86496080749868, 40.7769680821436, -73.86491933386428, 40.776919662990174, -73.86487750317049, 40.77687385486274, -73.86483785182953, 40.776834049330745, -73.86479579562054, 40.776796098701794, -73.86475360616994, 40.776762534253294, -73.86471066729733, 40.776732866288405, -73.86466662055044, 40.77670685755286, -73.86462913211155, 40.77668762739093, -73.86458669657956, 40.776667965465066, -73.86453838394439, 40.77664734838453, -73.86439376064615, 40.77658815297587, -73.8643490303388, 40.77656809564194, -73.86430999744202, 40.77654883474127, -73.86421982898611, 40.7765009685226, -73.86395762300212, 40.77635878672597, -73.86387372427198, 40.77631533650187, -73.8637973061141, 40.77627773572473, -73.86373714828608, 40.776250165924736, -73.86360263115012, 40.77619145603353, -73.86354688838263, 40.77616561852552, -73.86328055807853, 40.776036147205694, -73.86317891813128, 40.77598673569953, -73.863085158493, 40.775941155204116, -73.8627540333673, 40.77578395478883, -73.86266906652804, 40.77574622691159, -73.86247751681057, 40.775666388535406, -73.86239708660575, 40.775630070656575, -73.86189698793137, 40.77538687216998, -73.86186438151906, 40.77537101573835, -73.86139306331614, 40.77514477721863, -73.86126541963168, 40.775084959829194, -73.86097903860853, 40.77495335994101, -73.86085500337624, 40.77489487829291, -73.86065830279543, 40.77479934658168, -73.86039776960567, 40.77467065720627, -73.86005451945698, 40.77449751428971, -73.85994262597409, 40.77444422969954, -73.85967614681407, 40.77432396557434, -73.8595572613926, 40.77426796968057, -73.85942811860544, 40.774203308208136, -73.85914387545272, 40.774056833617415, -73.85891831785466, 40.77394490958602, -73.85863355800731, 40.773808522342016, -73.85858183838828, 40.77378541588096, -73.85852633801548, 40.77376331782167, -73.85846647341097, 40.77374199601238, -73.85840105503677, 40.773721022145686, -73.85827847358101, 40.77368621734663, -73.85798974999226, 40.773611102026656, -73.85791786110164, 40.77359055665453, -73.857853807908, 40.773570558504964, -73.8577928438711, 40.77354950874156, -73.85773655418811, 40.77352781995618, -73.85768414233144, 40.77350518319948, -73.85763517279416, 40.7734814115344, -73.85749510692844, 40.77340809315032, -73.85736590009999, 40.77333798932941, -73.85724506056036, 40.77326974536467, -73.857131356688, 40.77320266276528, -73.85694612408238, 40.773085713204374, -73.85690043067598, 40.773058461241746, -73.85685840920324, 40.77303511480628, -73.85680470074072, 40.77300763492613, -73.856743975898, 40.77297875501876, -73.85656383649642, 40.77289934958579, -73.85640126464635, 40.77283000728653, -73.85603765625619, 40.77267923510421, -73.85588259775066, 40.772612579556, -73.85575953823289, 40.7725572255654, -73.85563562578852, 40.77249927151884, -73.85551073027199, 40.77243865601603, -73.85538469906258, 40.77237530412026, -73.85532244384949, 40.77234315180787, -73.8551857200557, 40.7722701967969, -73.85505105875019, 40.77219507760383, -73.85504745752509, 40.77209129445865, -73.85504802633433, 40.77203676063485, -73.85505191642224, 40.771950686323294, -73.85505451094996, 40.771924343532795, -73.85505987499701, 40.77189737837558, -73.85506798697634, 40.77186991149152, -73.85507879795574, 40.77184211031241, -73.85509200566118, 40.77182605382216, -73.85511548485314, 40.77181292247748, -73.85516712681327, 40.77179150857328, -73.85518591776278, 40.771778917026694, -73.85525631837338, 40.77169107213952, -73.85535781705963, 40.77155330266809, -73.85540370383328, 40.77148909486876, -73.85552180499232, 40.771317954480715, -73.8555585014662, 40.77126774514082, -73.8555929881783, 40.771223295347, -73.85562296662306, 40.771188170019734, -73.85565872507226, 40.77115042245257, -73.85579269594318, 40.771021889214445, -73.85584369562253, 40.77096958329817, -73.85609509828566, 40.7706941883182, -73.85626502476323, 40.77051006535902, -73.85633528358089, 40.7704356038206, -73.85640590432855, 40.77036075997531, -73.85642118295497, 40.770346397958775, -73.85643866988568, 40.77033292028554, -73.85645807089719, 40.77032054721177, -73.85647905031065, 40.77030949894191, -73.85650121563225, 40.77029997759984, -73.85652418511249, 40.77029214660129, -73.85654756521782, 40.77028614143205, -73.85657099330254, 40.77028205529282, -73.8565945691699, 40.77027974602819, -73.85661889974232, 40.77027899376963, -73.8566437493073, 40.770279800924996, -73.85666883597975, 40.77028215993917, -73.85669390040836, 40.77028604977784, -73.85671858381076, 40.770291419566675, -73.85674255706829, 40.770298194154705, -73.85676549701125, 40.7703062857918, -73.85680663811398, 40.770323451917, -73.8568504194578, 40.77034390544751, -73.85690029851483, 40.770369300398734, -73.85702673493208, 40.77043646389745, -73.8570508445654, 40.770449271970286, -73.85710048317627, 40.770473082548534, -73.85714634302576, 40.77049263173578, -73.85724359982399, 40.770533567641245, -73.85728950649124, 40.77055065394957, -73.85731371309944, 40.77055804735391, -73.85733677082443, 40.77056375898934, -73.85735909992681, 40.77056789383539, -73.85738091590112, 40.7705704881793, -73.8574049737935, 40.770567685869054, -73.8574306484896, 40.770555477083896, -73.85744761873367, 40.770542602857354, -73.85745955298373, 40.770528441880955, -73.85746765602761, 40.77051014374908, -73.85747194453936, 40.7704909872198, -73.85747815928045, 40.770444578405034, -73.85748431981243, 40.770423497111175, -73.85749528110838, 40.77040623719203, -73.85751144112298, 40.770393917565, -73.85752974745807, 40.770385995051456, -73.85755023163539, 40.77038047056944, -73.85757302995863, 40.77037730286306, -73.85759841849138, 40.77037645445095, -73.8576245155784, 40.77037770868622, -73.85765412626213, 40.77038096367481, -73.85774743972999, 40.7703965693968, -73.85777626163188, 40.77040478786124, -73.8578355694362, 40.77043130616799, -73.85785250008553, 40.77043748560662, -73.85787306081352, 40.77044215217059, -73.85789586514997, 40.77044060981831, -73.85802067140597, 40.77037678733865, -73.85810257066659, 40.77033437181189, -73.8581206281596, 40.77033702082048, -73.85813724884858, 40.77034691981963, -73.85815492033372, 40.77035062283823, -73.85818021956074, 40.770347205949264, -73.85819572269594, 40.77033959145415, -73.85820510317865, 40.770323139075465, -73.85820236100476, 40.77030706799956, -73.85818924352361, 40.77029014758569, -73.85817649634359, 40.770279553669916, -73.85815955208504, 40.77026809010172, -73.85809077274853, 40.770228492174994, -73.85806162357245, 40.770211569109485, -73.85798709330707, 40.77017330128483, -73.85795428086992, 40.77015460058344, -73.85787810005507, 40.77010556782318, -73.85780110192869, 40.770052719466264, -73.85775484105616, 40.7700180109502, -73.85765169668025, 40.76993387910141, -73.85760370019997, 40.76989720437915, -73.85753009070568, 40.76984960276424, -73.85745009525951, 40.769808387684044, -73.85730821915976, 40.769721258446005, -73.85692407032263, 40.76951220898958, -73.85669054439242, 40.76938519345321, -73.85641115848063, 40.76928024299419, -73.85630137945547, 40.769233365438005, -73.8562126738025, 40.76919548490465, -73.85614888225786, 40.76907848015081, -73.85614972757038, 40.768986532475054, -73.8562330394054, 40.76889197000517, -73.85631296346375, 40.76887812629119, -73.85647771034043, 40.76890484608851, -73.8566356534986, 40.76894000932128, -73.8568183327517, 40.769038526567535, -73.8570479059947, 40.769139241312566, -73.85710288119829, 40.769092183398165, -73.85716158478796, 40.76899108449159, -73.85724041400883, 40.768881253984645, -73.85731254342981, 40.76876329257299, -73.85752667715172, 40.76848757448213, -73.85767799682489, 40.76827594837828, -73.85797603606946, 40.76811451345429, -73.85805262298058, 40.76809034553571, -73.85818287306036, 40.76795587596539, -73.8583281370513, 40.76782386687726, -73.85843506690767, 40.76770512447295, -73.85859539269491, 40.76748469857197, -73.85877376797853, 40.76734968404075, -73.85891648826282, 40.7672750098308, -73.85914199104751, 40.76718152517819, -73.85937510448845, 40.767075010963, -73.85963779982602, 40.7670276558669, -73.85983028193405, 40.7670314868183, -73.8599003410853, 40.76700382027168, -73.85998650326417, 40.76695762285206, -73.86016750941583, 40.766941730843705, -73.86033646067642, 40.76695911740517, -73.86055456787454, 40.767000004265824, -73.86069743189239, 40.76701101826597, -73.86077468694356, 40.76699420376789, -73.86085535827478, 40.76693180438423, -73.86092883851333, 40.7669416365661, -73.86098883179109, 40.767013951069025, -73.86100761829232, 40.76705906921666, -73.86100037703063, 40.76717359839402, -73.86103345172032, 40.76725647573183, -73.86110277106651, 40.76727162656765, -73.86116320888036, 40.76723376834839, -73.86118998179018, 40.76720684669677, -73.86119463756604, 40.76713474528147, -73.86121193818427, 40.76703077042008, -73.86131385781307, 40.76694031676734, -73.8614325039547, 40.766914466450785, -73.86145570078875, 40.76692119230245, -73.8615696457918, 40.766915922633295, -73.86169177307536, 40.76691672667394, -73.86181544933665, 40.76693704998532, -73.86191453379885, 40.766925390178386, -73.86193281958406, 40.76692323917447, -73.86202141826274, 40.76691281300822, -73.86212976086608, 40.76691102193003, -73.86222538898346, 40.76689428247442, -73.86220059173071, 40.766839576864996, -73.86226565129273, 40.76680284832449, -73.86233703321425, 40.76683254944127, -73.86243485711515, 40.76688860384536, -73.86260221280347, 40.76689366357089, -73.86263799020648, 40.76688618341398, -73.86398256818676, 40.767240231700576, -73.86445915962165, 40.76781158459108, -73.86495152591662, 40.76826694193251, -73.86556020164231, 40.76876031172792, -73.86583757730361, 40.76894787335334, -73.86599755666101, 40.7690696384423, -73.86611262267495, 40.769165321141294, -73.86634968829942, 40.76938913940798, -73.86667206682198, 40.7696148560393, -73.86691161463841, 40.76977424941615, -73.86715928767077, 40.769916495248644, -73.86779277412212, 40.77032502807407, -73.8678592411808, 40.77036528842562, -73.86800263832752, 40.770254391794936, -73.8681747085535, 40.77010457827965, -73.86821732500938, 40.770131191908014, -73.86827208379779, 40.77016301711419, -73.86856887466438, 40.77033549735019, -73.86878158822857, 40.77045045053427, -73.86894957982743, 40.770544639066166, -73.86921036860683, 40.77067906279612, -73.86969309094812, 40.77090330128628, -73.86996949402955, 40.77101833778155, -73.87025078610752, 40.771125632078935, -73.87031580949493, 40.77114809902011, -73.8703419257478, 40.77115681917719, -73.87036812996222, 40.77116538364015, -73.8703944245141, 40.77117378880944, -73.870461308917, 40.77119011632325, -73.87084027314033, 40.7713283621112, -73.87089080694487, 40.77134236035179, -73.8709311533763, 40.77135311254807, -73.87117260821945, 40.771414457658224, -73.87143012711437, 40.77147172469482, -73.87150556763086, 40.77148620881115, -73.87163210793584, 40.77150328563874, -73.87170422791239, 40.77152356156975, -73.87192902444548, 40.77156015870007, -73.87216425277147, 40.771591953771335, -73.87234770987715, 40.77160939461476, -73.8729427386481, 40.77165034535276, -73.87322798874733, 40.77166166280817, -73.8735671548103, 40.77166664335198, -73.87380753893616, 40.771665446256115, -73.87419772369607, 40.77165337843595, -73.87434540442592, 40.77164230939679, -73.87498342891587, 40.77155163288061, -73.87515065801321, 40.771557666579525, -73.87519265214593, 40.77155364449808, -73.8755123219756, 40.77151570178687, -73.87581774202754, 40.771469513125545, -73.87589948907443, 40.771454461026394, -73.87599041900646, 40.77143771950176, -73.87608967394972, 40.7714194451955, -73.87611434476766, 40.771414176760324, -73.8761974045129, 40.771396348706766, -73.87634587384878, 40.77136451863182, -73.87654758911268, 40.77131740714195, -73.87658834396697, 40.77130767042644, -73.87662882797157, 40.771297712783024, -73.87669607795418, 40.77126845895512, -73.8771857084433, 40.771162985360476, -73.87754955462783, 40.77104806846733, -73.87826967240713, 40.770767496033656, -73.87890145458893, 40.77046153112453, -73.87903776777551, 40.770389331411856, -73.8799595697236, 40.769901093882844, -73.88150182245849, 40.76902794864928, -73.88189035135639, 40.768821360370545, -73.8822614430834, 40.76863411470377, -73.88269997215134, 40.76842527488315, -73.88320964359627, 40.76819888265556, -73.88376389038332, 40.76796672309356, -73.88435083615785, 40.7677346774349, -73.88497098592818, 40.76750434768177, -73.88522838483308, 40.76741557330447, -73.88538812582459, 40.76763302854216, -73.88589088023606, 40.76761691686257, -73.88627374950786, 40.76756982172816, -73.88671002502441, 40.767485692374564, -73.88701254282655, 40.76741727374956, -73.88762730553788, 40.7672641687873, -73.88781936068408, 40.76720987992917, -73.88817758635433, 40.768427949587654, -73.88827314399234, 40.76866875428231, -73.88828865536344, 40.76869772053404, -73.88830622789355, 40.76872443572008, -73.88834205174045, 40.76876511380072, -73.88837849076057, 40.768796363286214, -73.88841962147096, 40.768824026092894, -73.88872550721624, 40.76891592480709, -73.88871821956401, 40.76915821823059, -73.88895612988378, 40.770471660067194, -73.8889839723007, 40.77062000170326, -73.88899352645345, 40.770680994837825, -73.88899787816527, 40.77070660395982, -73.88900660587983, 40.7707411214802, -73.88901094832427, 40.77077229660746, -73.88901821828244, 40.77080235882987, -73.8890399951582, 40.770915928847224, -73.88908058915945, 40.7711700649221, -73.88922358944316, 40.771946875348505, -73.88924484626153, 40.77206234306891, -73.88941440223054, 40.772983341203634, -73.8896369309234, 40.77361381882728, -73.88964908104676, 40.77365000729373, -73.88959949818651, 40.773614144970615, -73.88957151602611, 40.77359278162551, -73.88952469247926, 40.773554493256086, -73.88947115281667, 40.77350830551137, -73.88945486431514, 40.773532635900175, -73.88936259314444, 40.77354778025841, -73.8889790244857, 40.77358796910483, -73.88784108008117, 40.77370719145246, -73.88779843545238, 40.77371097887616, -73.88779184680745, 40.77373435763729, -73.88777327296125, 40.773759224964294, -73.88775889963892, 40.773772026930864, -73.88773521125023, 40.77379040654436, -73.88771061846118, 40.77380562450411, -73.8876793986632, 40.773818472177076, -73.88764450069496, 40.77382862645092, -73.88757286730514, 40.77384555448486, -73.88744442848098, 40.773860421577965, -73.88692624988578, 40.773920401067315, -73.88673710219473, 40.77393953830285, -73.88670870764727, 40.77394379948702, -73.88664924807644, 40.773956113028845, -73.88662312043833, 40.773960534010016, -73.88648511223555, 40.77397765718519, -73.88633071593551, 40.77399340336877, -73.88618221633595, 40.774006278061414, -73.88582211539173, 40.774034968442294, -73.8857871566178, 40.77403821433073, -73.88563683670314, 40.77405216622008, -73.88544335688654, 40.774073099840635, -73.88501796949515, 40.77412177069382, -73.88484043177772, 40.774140742604004, -73.88457415869492, 40.77416753540924, -73.88448479135324, 40.774175076719764, -73.88440400121578, 40.774180570716446, -73.88434857679377, 40.77418397483566, -73.88431556365376, 40.77418404615451, -73.88428605525354, 40.774180882772754, -73.8842609287497, 40.77417414158178, -73.88423226543782, 40.77416250979918, -73.88416305722791, 40.77413149353999, -73.88412491336548, 40.77411757212438, -73.88410083243778, 40.774108342958044, -73.88408262512485, 40.77410416341601, -73.8840202105245, 40.774117934146034, -73.88395511619034, 40.774135269938576, -73.88391627691927, 40.774132294274786, -73.88392499450322, 40.7741836029435, -73.8839611423164, 40.77418534670657, -73.88399038324843, 40.77418292678021, -73.88400919719446, 40.77417954812056, -73.88405534772198, 40.77416876241068, -73.8840768125501, 40.7741647614579, -73.88410140197871, 40.77416495999055, -73.88412756656868, 40.77417416423694, -73.88414795361942, 40.77418369315347, -73.88420731266952, 40.77421663020389, -73.88450211686722, 40.77433733870988, -73.88451995493455, 40.774342062619965, -73.88454235891007, 40.774353218896536, -73.88457516538456, 40.77438290264338, -73.88459951760638, 40.7744086120966, -73.88465982600823, 40.77447978344104, -73.8847621419621, 40.77473440681821, -73.88479222391572, 40.77480674372488, -73.88481577228076, 40.77487273544814, -73.88483366288395, 40.77493484934649, -73.8848461405025, 40.77499400508134, -73.88485344534712, 40.775050339771106, -73.88485535691046, 40.775101894601555, -73.8848519041015, 40.775149754708586, -73.88484815606432, 40.77517242473837, -73.88484305187677, 40.77519431357675, -73.88482652446972, 40.7752494006625, -73.88481822542788, 40.77526997517318, -73.88480909674507, 40.77528806886755, -73.88479855872373, 40.77530462669438, -73.88478676610805, 40.77531921386485, -73.88477361324233, 40.77533196354749, -73.88475903012902, 40.77534293870705, -73.88470654303362, 40.77537816702444, -73.88467523787091, 40.77539645373718, -73.8846438692784, 40.775410318005775, -73.88461332275887, 40.77541871163057, -73.88456729268668, 40.77542242963235, -73.88454882097183, 40.775427733101424, -73.88452605498502, 40.775443424973666, -73.88448782869546, 40.77545810718833, -73.88445853237218, 40.77546414810949, -73.88443632760969, 40.77546290385926, -73.88441987752066, 40.77545614979398, -73.88428737887321, 40.775471743206204, -73.88432342898837, 40.775482402640314, -73.88434300240118, 40.775484587098155, -73.88436257201091, 40.775493055261464, -73.88438731234055, 40.77551783312341, -73.88440004929501, 40.77553388206596, -73.88440956578457, 40.77554904798479, -73.88441600694, 40.77556365790896, -73.88442008917458, 40.77557853471714, -73.88442449583795, 40.77560236645595, -73.88444937331757, 40.77576864053147, -73.88446260563656, 40.77583990252351, -73.88447926261954, 40.775918644825595, -73.88453467676696, 40.77615222068132, -73.88456272585641, 40.77625219744319, -73.88457137754068, 40.77628798400513, -73.88457712857745, 40.77632766053635, -73.88458389708416, 40.77641864605944, -73.88459413756698, 40.776495983429236, -73.88460796781052, 40.77658125602432, -73.88465511397324, 40.776826120330306, -73.88466659351889, 40.776889185953706, -73.88470179480193, 40.777100482824075, -73.88471621084085, 40.777169134497434, -73.88473194124698, 40.77722989637409, -73.88475291400371, 40.77729447261933, -73.8847672487206, 40.777329396759335, -73.8847771822879, 40.7773536005096, -73.88480517783559, 40.77740833676465, -73.88482066543521, 40.77743423000374, -73.88483718640735, 40.77745921026276, -73.8848507574376, 40.77747615148198, -73.88488764005953, 40.77751573842771, -73.88490290679437, 40.77753785922723, -73.88492607717343, 40.77758465179651, -73.8849310332539, 40.77759920437285, -73.88493467467248, 40.77761567550874, -73.8849412603102, 40.77767436696902, -73.88494556093035, 40.77769737101176, -73.88495767992843, 40.77773818940742, -73.88497436676032, 40.777783121356684, -73.88503998145333, 40.777931505087885, -73.8850623297265, 40.77798734956342, -73.88507210615127, 40.7780162393466, -73.88507988096764, 40.77804354494888, -73.88508578602438, 40.77806974376879, -73.88508988129396, 40.778095090708725, -73.88509218902377, 40.778123854175334, -73.88508921290148, 40.778138496988376, -73.88507324017168, 40.77816428857466, -73.88505345161003, 40.778212841968454, -73.88503544594859, 40.77827506407104, -73.88503249077861, 40.77829951608214, -73.88503588457932, 40.77833456974532, -73.88504333821038, 40.77837158515176, -73.88505522733465, 40.7784049948656, -73.88506279674628, 40.77842023982637, -73.88507144114747, 40.778434483598964, -73.88508113924966, 40.778447706350825, -73.88509634398025, 40.778464044029505, -73.88509634398025, 40.778464044029505 --73.76641719803666, 40.775952727593804, -73.76639501797833, 40.775925421620435, -73.7662047567043, 40.77560904827697, -73.76615931281358, 40.77551269829927, -73.76611756427887, 40.7753797583461, -73.76610642804775, 40.775345409361, -73.76606261938922, 40.775225730553835, -73.7660246631429, 40.77511567200859, -73.76593917210077, 40.77493921175412, -73.76588890997013, 40.77484767227898, -73.7658202437984, 40.77472745478853, -73.76574462044971, 40.77460504568753, -73.76564604588015, 40.77446405744468, -73.76558678623553, 40.77438679055931, -73.76548131778527, 40.774253347892376, -73.76542077071713, 40.77417647632176, -73.7653218954357, 40.77405094256233, -73.76526860414847, 40.77398613085466, -73.76521911243569, 40.77392852100616, -73.7650074458541, 40.77368910512542, -73.76499413312622, 40.773673941367925, -73.76486900274925, 40.773531411534414, -73.76485291099625, 40.773513617113906, -73.76475887864572, 40.773409622038045, -73.76473231876341, 40.77338125139597, -73.76469384727504, 40.773340156585185, -73.76456409290336, 40.773209940394466, -73.76445605190011, 40.77308792162578, -73.76437910562231, 40.773008879063795, -73.76429307053664, 40.77292721359319, -73.76425563316023, 40.77289395695249, -73.76421669720624, 40.77286142664294, -73.76417632644765, 40.77282967682382, -73.76413459412352, 40.77279876437548, -73.76396677481205, 40.77266933405717, -73.76381353527066, 40.772550543141925, -73.763705743268, 40.772465194579496, -73.76366601960655, 40.772432145574705, -73.7636234268594, 40.772394494486065, -73.76349956713614, 40.772278238005164, -73.7634205329706, 40.77220300144646, -73.76334729808588, 40.77213149403349, -73.76331673115993, 40.77209840067678, -73.76324979346406, 40.77201785334512, -73.76323105122715, 40.77199783079672, -73.76321280648627, 40.77198047476633, -73.76316283986145, 40.77193908385559, -73.76303944748494, 40.77184507754093, -73.76267643201189, 40.77154995666688, -73.76262088005686, 40.771506882672874, -73.76260304471154, 40.7714930546712, -73.76243428604637, 40.771366390105015, -73.7623595883476, 40.7713077103518, -73.76217164629378, 40.77115229858234, -73.76194895107047, 40.77097373112043, -73.761814017719, 40.7708672870457, -73.7616610307782, 40.770741041149094, -73.76142118181271, 40.770534523262334, -73.7612630074509, 40.77039565359075, -73.7611386408613, 40.77028287663037, -73.7611012683302, 40.77024626379196, -73.76101921435928, 40.77015908577695, -73.76098083879685, 40.77012080127877, -73.76095284394235, 40.770096045905, -73.76089120084956, 40.77004620282424, -73.76086553064158, 40.77002423211719, -73.76084050010569, 40.76999994032532, -73.76082073658957, 40.76997672476105, -73.76082079305124, 40.76996133341793, -73.76079294109208, 40.76992321117968, -73.76077225938882, 40.76990435665544, -73.76070282939723, 40.7698553275709, -73.76063428289787, 40.76980174551637, -73.7605733762295, 40.76975180113446, -73.76055562961697, 40.769735614567686, -73.76054362837951, 40.76972185869977, -73.76053580483988, 40.76970873286303, -73.76052655532177, 40.769650120367096, -73.76052123515446, 40.76960355941425, -73.76051567728547, 40.76958785833317, -73.76049988398829, 40.769557814316784, -73.76047150158334, 40.76949866046032, -73.76045319748503, 40.76948798832192, -73.76043260623246, 40.769482907174016, -73.76039881208409, 40.76947545815017, -73.76037899622872, 40.76946720431879, -73.76035587164762, 40.769437048680516, -73.760321083886, 40.769402910148244, -73.76024054592047, 40.76933113518423, -73.76021131395328, 40.769301435970995, -73.76015452553344, 40.76923693153392, -73.76012881305904, 40.76920974933803, -73.76009378180095, 40.769178496352865, -73.76001175574457, 40.76911388436029, -73.75998134873711, 40.769086230392325, -73.75994675866413, 40.769049927337846, -73.7598716497687, 40.76896700524133, -73.75983677669393, 40.7689310419547, -73.75974230002025, 40.76884090055842, -73.75967463694263, 40.768779663653746, -73.75962137390819, 40.768736621777485, -73.75960077016016, 40.7687229433144, -73.75957606895085, 40.76870972726262, -73.75954731116752, 40.76869680350892, -73.75950291276285, 40.768678982563436, -73.7594747223556, 40.76866901003642, -73.75939642443073, 40.76864486965906, -73.75937388907147, 40.768636070570324, -73.75935475981143, 40.76862671487396, -73.75925943888655, 40.76857087972534, -73.75917048114297, 40.76852153514418, -73.7591301784955, 40.76849657799315, -73.75909113751352, 40.76846894355729, -73.75907352402832, 40.768453475640534, -73.75906114361723, 40.76843761883936, -73.75904901710715, 40.76841280522523, -73.75904240558462, 40.76838759701496, -73.75903554682611, 40.768317783475915, -73.7590335082316, 40.76828247933936, -73.75902873782961, 40.76826859254991, -73.7590108732771, 40.76824626043375, -73.75897543546603, 40.76820850008862, -73.75892596577643, 40.768152074381305, -73.75891904869947, 40.76813800299392, -73.75891795287178, 40.76811974292174, -73.75892030220275, 40.76810059855634, -73.75893206123249, 40.768013559442316, -73.7589458607496, 40.76791120967231, -73.75894704782985, 40.76789346046102, -73.75894605473015, 40.76787365083079, -73.75893576442402, 40.76780853434934, -73.75892493070403, 40.7677427035277, -73.75891202626441, 40.767683845500024, -73.75890319428034, 40.76766021572386, -73.75887729707816, 40.767613047900184, -73.75886820823017, 40.76759232532073, -73.75886467347107, 40.76757151170707, -73.75886579167357, 40.76752175833021, -73.7588615230783, 40.76750407784554, -73.75885039468724, 40.76748989498056, -73.75880270242848, 40.76747038021603, -73.75878774833613, 40.76745980667283, -73.758708384545, 40.76736384814783, -73.75866007401666, 40.76730188032275, -73.75863769487863, 40.76727529189635, -73.75862221358635, 40.76726118003481, -73.75860168740766, 40.76724785004748, -73.75857768066504, 40.76723570953721, -73.7585308006256, 40.76721504010956, -73.75841081582261, 40.76716115617594, -73.75832995954637, 40.767125211254765, -73.75828000702026, 40.76710494320937, -73.7582587181065, 40.767097837666554, -73.75823418504105, 40.7670913979911, -73.75813049674011, 40.76706988066861, -73.75804471147748, 40.767047878557115, -73.7579874659727, 40.767030084070285, -73.75797565844546, 40.767019688126354, -73.75796812020852, 40.76698531704195, -73.75795940609062, 40.76697304373358, -73.75793748980675, 40.766959014614464, -73.75791424616406, 40.76694749421665, -73.75789041646439, 40.76693884610101, -73.75786648213737, 40.766933241474746, -73.75782890906905, 40.76692803411655, -73.75779194428324, 40.766925246787174, -73.75775602469547, 40.76692491462509, -73.75772145114942, 40.76692703556239, -73.75759377402632, 40.76694364701157, -73.75755372250195, 40.76694968978833, -73.75752880408916, 40.766951205132415, -73.75750719193724, 40.76694703352296, -73.7574872255084, 40.76693782523479, -73.75746683829885, 40.76692545257563, -73.75744848815688, 40.76691213866872, -73.75740574440498, 40.76687853089685, -73.75737654384102, 40.766849956648784, -73.7573609029298, 40.76684042065763, -73.75734082184972, 40.7668347375881, -73.7573170800519, 40.7668319014121, -73.75729303317114, 40.76683153017732, -73.75723645226795, 40.76683329663312, -73.75708366134391, 40.76683714754047, -73.75704965512178, 40.76683667961356, -73.7570235934141, 40.76683472548469, -73.7570008950121, 40.76683093780679, -73.75698117665468, 40.76682518339899, -73.75696041596308, 40.766811655411615, -73.75693233757441, 40.76677552906226, -73.75691833854528, 40.76676268981208, -73.75688353227017, 40.76673967865103, -73.75685120435688, 40.76672008293063, -73.75682002645547, 40.766703100198896, -73.75678951152052, 40.766688474585074, -73.7567587945674, 40.76667663020347, -73.75668700197669, 40.766654536851206, -73.75665603188276, 40.766643261928586, -73.75658668548718, 40.766612004715164, -73.75650611741654, 40.76657089470739, -73.75644899322283, 40.766544118049964, -73.7564253701869, 40.76652989772791, -73.75641326080687, 40.76651792689753, -73.75640829645553, 40.76650155328386, -73.75641317913612, 40.766486176639205, -73.75644837141971, 40.76643853045591, -73.7564601794622, 40.76642504780733, -73.75649903365115, 40.766385877719486, -73.75650884431943, 40.766372519616965, -73.75651467321812, 40.76636072988699, -73.75650493489653, 40.76634555376829, -73.7564787536152, 40.76634040336249, -73.75643581613299, 40.766337332820285, -73.75640356597984, 40.766335424901264, -73.75634311855218, 40.766334885548424, -73.75631566501895, 40.7663375650274, -73.75628664121797, 40.76634308948285, -73.75625559089767, 40.766351528187826, -73.75622063372653, 40.766363391351874, -73.75619103055165, 40.76637931901874, -73.7561770144331, 40.76639029715877, -73.75613950475898, 40.76642288547482, -73.75611458317812, 40.7664388950716, -73.75608491244905, 40.76645126106179, -73.75605346124306, 40.7664598312382, -73.75602209328457, 40.76646410346099, -73.75599207411845, 40.7664639147172, -73.75596261256146, 40.766456035013334, -73.75594654844973, 40.766447649681446, -73.7559138664559, 40.76642685977411, -73.75589925489359, 40.766418672022425, -73.75588293824663, 40.76641197729928, -73.75581991024164, 40.76640360319363, -73.75567750621748, 40.76639163702571, -73.7555480641828, 40.766378096181874, -73.75550830539586, 40.76637219093774, -73.75547309372301, 40.76636526515037, -73.75544246354701, 40.76635666422805, -73.75541026393972, 40.766344222904024, -73.75537639108836, 40.76632815257571, -73.75532628931951, 40.76630152264393, -73.75516732830373, 40.766215933922794, -73.75505552405714, 40.76615717680776, -73.75495798936318, 40.76610588992565, -73.75493674041324, 40.76609293415558, -73.7549155793197, 40.76607638284249, -73.75489701457342, 40.76605914906137, -73.75485409333447, 40.766016017091516, -73.75483034764764, 40.765995362053864, -73.75478794907535, 40.76596502558008, -73.75468511065107, 40.76589844196336, -73.7546605558082, 40.76588076494635, -73.75463946471925, 40.76586389495116, -73.75441943666941, 40.76567697429384, -73.75429236286186, 40.76556899906406, -73.75427416613311, 40.765552256742026, -73.75425552901451, 40.765532573320804, -73.75419367533107, 40.76545853131921, -73.75411381690839, 40.765362322687864, -73.75410064941654, 40.76534904181585, -73.7540852827013, 40.765336677467296, -73.75406851741364, 40.76532586890975, -73.75405099278228, 40.76531702813864, -73.75403350105171, 40.765310504440876, -73.75401961240172, 40.76530713660752, -73.7539911590487, 40.7653045085079, -73.75397031469338, 40.76530782919383, -73.75391196509254, 40.765338240784736, -73.75389542603533, 40.765345705783496, -73.75387411100999, 40.76534946939681, -73.75382269683693, 40.76533540618509, -73.75380120203803, 40.76532532409778, -73.75378361379913, 40.76531639850228, -73.75376953191282, 40.76530347223903, -73.75375474084099, 40.76527926560157, -73.75375154177904, 40.76526069930402, -73.75372293299495, 40.765038430713865, -73.75369844620849, 40.764992897333016, -73.75361940028675, 40.764920719230666, -73.75356816796935, 40.76487393544922, -73.75346671935907, 40.76475871368357, -73.75323860276364, 40.76456452703207, -73.75309885443836, 40.764449497551176, -73.75294471398172, 40.76430259778639, -73.75266574577371, 40.76409614136724, -73.75251102203053, 40.76401903901303, -73.75234708380894, 40.76391468798966, -73.75211887447557, 40.7637282954806, -73.7520548006963, 40.763562291271874, -73.75203578576281, 40.76352639302711, -73.7520108869013, 40.76347938875806, -73.75199891908744, 40.76345679627049, -73.75198794506343, 40.76343608167875, -73.75196929632004, 40.7633963255345, -73.75195271090962, 40.76336097371065, -73.7536265410312, 40.76299036477357, -73.75431427261996, 40.762840941664884, -73.75491058503825, 40.76272166621893, -73.75523800606564, 40.762650554012616, -73.7554100018686, 40.76261775179453, -73.75566518154356, 40.76254329448028, -73.75620933050952, 40.76242381432542, -73.75630467463779, 40.76240417425713, -73.75634128970708, 40.76239663971066, -73.75665732365795, 40.76233724381274, -73.75669885690365, 40.76232394548481, -73.7568112379875, 40.76229990147283, -73.75690417609317, 40.7622800180958, -73.75702270256738, 40.76225465769544, -73.75706953898836, 40.76224463836158, -73.75716463883253, 40.76222429377039, -73.75729205329903, 40.762197031944574, -73.7575801520643, 40.762153874753764, -73.75768602755414, 40.76213489866582, -73.75811450611921, 40.76205358813662, -73.75848073588789, 40.761994423194665, -73.75843249541889, 40.7618466765888, -73.758358768453, 40.76158342509146, -73.7583140875615, 40.76142388743749, -73.7582215194057, 40.76109336888505, -73.75817342342098, 40.76092704137035, -73.75805196648408, 40.76051186828563, -73.75804686389701, 40.76049476502617, -73.75800131165354, 40.76037955920463, -73.75810847275292, 40.76035274560717, -73.75839219213037, 40.76028827027541, -73.75965021474354, 40.76002837128641, -73.76028406769133, 40.759910642110654, -73.76036611289271, 40.75989509533705, -73.76102383509097, 40.759759814915014, -73.761255399646, 40.75971439344893, -73.76141008722291, 40.759675980369515, -73.7615906929227, 40.7596414478824, -73.76170619396828, 40.759623426352626, -73.76182168153137, 40.759616112620414, -73.76239509428186, 40.75949668628172, -73.76201816912914, 40.75817819919014, -73.7619974473632, 40.75810187973123, -73.76196857722343, 40.75800489747854, -73.76178081028333, 40.75734470691721, -73.76176691320983, 40.75727848991431, -73.76175710053765, 40.757169578349156, -73.76177166212231, 40.75705097909276, -73.76177377728861, 40.757035050772174, -73.76185208171228, 40.75655529392547, -73.76185571210536, 40.75651666331485, -73.76202239056934, 40.75648518290042, -73.76267489941064, 40.75634858826023, -73.76342030553414, 40.75619690182357, -73.76407518922292, 40.7560552099586, -73.76433276312063, 40.75599405867047, -73.76446580073757, 40.75597015121204, -73.76506102253514, 40.755889660870494, -73.76523621097054, 40.75586429591086, -73.76613740944023, 40.75574683865816, -73.76616164151842, 40.755743926978845, -73.76692505988754, 40.75565219408456, -73.76713957570932, 40.755629549690184, -73.7671561432577, 40.75566939285562, -73.76738382299415, 40.7556331075981, -73.76774836062845, 40.75556241752236, -73.76814835574658, 40.75547654305247, -73.76831584589105, 40.75546611806384, -73.76855299732964, 40.755403082834775, -73.7690488492191, 40.75527660116288, -73.76932641331388, 40.75520752730472, -73.76994086883069, 40.755044150375035, -73.77013305492943, 40.75499229284678, -73.77096771213884, 40.75477693285042, -73.77128997449871, 40.754688811825574, -73.77170475158601, 40.754579413272005, -73.77189274072127, 40.754530967324506, -73.77210024535363, 40.75448172851283, -73.77248379511406, 40.75437616277108, -73.7728007870413, 40.754269064205694, -73.77300320842443, 40.7541966670734, -73.77364041569712, 40.75392748209773, -73.77386009430975, 40.753836307549584, -73.773963285668, 40.75378436704351, -73.77434413851056, 40.75361747509629, -73.77438016412177, 40.75360188582151, -73.7744659769085, 40.753574451482066, -73.77475012373391, 40.75350057774127, -73.77487204076401, 40.75346182676433, -73.77521851043235, 40.7533831055505, -73.77535492090831, 40.75335321723315, -73.77544169997354, 40.75334207875288, -73.77562295736746, 40.7533128025333, -73.77568748471343, 40.75330129183647, -73.77575616622227, 40.75328903996754, -73.7758169682647, 40.75327819372527, -73.77587976325484, 40.753266991125216, -73.77594757989635, 40.753255548817634, -73.77625752321636, 40.75320456113089, -73.77624583898704, 40.75316544916246, -73.77617836492486, 40.75289382556449, -73.77709026511985, 40.75263981160497, -73.77797290109605, 40.75239764775518, -73.77885617980044, 40.75215647704396, -73.77980638756479, 40.75189469601701, -73.78007236761943, 40.752465226955636, -73.78010325371048, 40.75252266992434, -73.78033187402822, 40.753001895668774, -73.78053165770572, 40.753328561290665, -73.78064340201236, 40.75348920870717, -73.78068712376806, 40.75354717483273, -73.78073151261843, 40.75360252263221, -73.78113321140395, 40.75408901533979, -73.78165170771992, 40.754707444479955, -73.78193063760145, 40.75505129247903, -73.78212461798886, 40.7553389963546, -73.78227300703847, 40.755590046796506, -73.78248129548352, 40.75599714662139, -73.78278019031715, 40.756596658254466, -73.7828157478734, 40.75666603198631, -73.78288549745064, 40.75680016083757, -73.78290058742827, 40.75682834005296, -73.78316156721063, 40.757325874989064, -73.78329970136548, 40.75758547394835, -73.78339161527143, 40.75775807603122, -73.78345259894532, 40.75786962851172, -73.78409866081087, 40.75903808090995, -73.78427779721102, 40.75944277858129, -73.78447111316295, 40.759863847585194, -73.78457489196487, 40.76011540122404, -73.78488207358693, 40.760723086467706, -73.78516836950774, 40.761432504502835, -73.7851982977055, 40.7615505537635, -73.78525456617469, 40.761754253424684, -73.78526639491484, 40.761803914127846, -73.78528082597252, 40.76187991681141, -73.7852857660068, 40.76190592726104, -73.78528636167653, 40.76194047452561, -73.78528131139798, 40.762016624600925, -73.78527050085852, 40.762128315058256, -73.78526283763998, 40.76226406302258, -73.78531792398114, 40.76239200347042, -73.78532814358147, 40.762411469864006, -73.78536334539339, 40.76247210985998, -73.78544506446195, 40.76259628711108, -73.78550416709619, 40.76268316641968, -73.78558528997313, 40.76278079551042, -73.78567608976957, 40.76287343932815, -73.78574564209526, 40.762927269531055, -73.7859569617883, 40.76309624174002, -73.78602115757438, 40.76338275370947, -73.78604542561156, 40.76343007089031, -73.78606363273411, 40.76346468236528, -73.78631855316873, 40.76394488067391, -73.78635673705408, 40.764016804728186, -73.78639573916749, 40.764090282759625, -73.78672410670613, 40.76470890348294, -73.78679003758732, 40.76481675943469, -73.78686120461363, 40.76493318524997, -73.78771827201359, 40.76660385290444, -73.78776261659809, 40.76669028956512, -73.7878094741999, 40.76678168722291, -73.7883879068339, 40.767909928337886, -73.78844513552846, 40.76802155302531, -73.78849941173914, 40.768127548601, -73.7892628201524, 40.769618359304324, -73.789308642076, 40.769707834531985, -73.78899073522334, 40.76980219941045, -73.78855904623937, 40.76993033435614, -73.78843391294744, 40.769967476551344, -73.78832502479506, 40.76999966235511, -73.78768710983881, 40.7701882144433, -73.78755960963973, 40.77022590063643, -73.78746096509052, 40.77025549394376, -73.78721167897568, 40.77032868080859, -73.78668550399956, 40.77048483174407, -73.78580272150005, 40.770747710423414, -73.7850584060041, 40.77096882762844, -73.7849361796593, 40.7710057868455, -73.78479451214362, 40.77104828195364, -73.78405026750323, 40.77126556383002, -73.78384094033935, 40.77132795278561, -73.78372871574228, 40.771360874507444, -73.78352616935389, 40.77142029404375, -73.78339839857414, 40.77145777791496, -73.78322223278167, 40.77151022165975, -73.78247199237043, 40.77173517778863, -73.78234637816176, 40.77177241512492, -73.78231112421037, 40.77178286463273, -73.78219716353412, 40.771816647870146, -73.78067005225117, 40.77226884693612, -73.78056080365053, 40.772300651009296, -73.78043424566559, 40.77233104782415, -73.77885801736274, 40.77279853063007, -73.77874286169445, 40.77283084843906, -73.77844388285297, 40.77289500950466, -73.77753937386197, 40.773089949821035, -73.77663214365771, 40.77328694442724, -73.77617010733533, 40.77338849387017, -73.77585412243765, 40.77345744909916, -73.7757270914401, 40.7734792787181, -73.77560499085247, 40.773500258716275, -73.77508081069512, 40.77362016743838, -73.77481361434633, 40.77367301043834, -73.77484659458206, 40.77378355434165, -73.77489292944718, 40.77399464237999, -73.77489668648666, 40.77405500611813, -73.77501157039593, 40.77458849016818, -73.77508489750012, 40.77492899113878, -73.77510626924847, 40.77498544412708, -73.7751745874875, 40.77531760916782, -73.77515720268241, 40.77532398864726, -73.77509878432447, 40.77534346964326, -73.7750540558051, 40.77535526090312, -73.77423470935184, 40.77557455790601, -73.77407965748476, 40.774891490654895, -73.77395998428759, 40.77441000860214, -73.77366807136436, 40.77315745153652, -73.77348553811613, 40.77230594631145, -73.77228532317375, 40.772553792494485, -73.77232641167514, 40.772944197114434, -73.77236919271101, 40.77325854920971, -73.77164018801014, 40.77341256377013, -73.7711711760216, 40.77351437832583, -73.77034987689562, 40.77367621860573, -73.77026380859003, 40.773697611450714, -73.77046407023413, 40.77420135102381, -73.77048768073136, 40.77426073418575, -73.77055957628848, 40.77445604669698, -73.77057106264651, 40.774488069042164, -73.76771947764385, 40.77512494071523, -73.76776898342492, 40.77523237898934, -73.76791154287896, 40.77553852119573, -73.76641719803666, 40.775952727593804, -73.76641719803666, 40.775952727593804 --73.98134106854117, 40.75864498968967, -73.9793629528906, 40.75781169786608, -73.97924492211175, 40.757757113263494, -73.9781160595067, 40.75728411850167, -73.97846199016486, 40.75679944541704, -73.9785652420736, 40.756654530177705, -73.9790239599984, 40.7560315577946, -73.97924555373068, 40.75572999171578, -73.97948312884041, 40.75540465020317, -73.97993646502596, 40.75478223053057, -73.980395597963, 40.754154498824775, -73.980887091666, 40.753480675530014, -73.98411754590519, 40.754841737213624, -73.98459583220392, 40.75417662584459, -73.98602331140208, 40.75477011397736, -73.98663912350571, 40.75503421611619, -73.98744641857695, 40.75537264927684, -73.98826922479878, 40.75572167819002, -73.99027621073614, 40.75656725123971, -73.99043644045399, 40.756634654854125, -73.99083208770428, 40.75680109405984, -73.99159016619245, 40.7571206925177, -73.99273700610962, 40.75760417513083, -73.99293300993247, 40.757713414072406, -73.99294710603756, 40.75772391212268, -73.993070760975, 40.75782711569408, -73.99318717288203, 40.75792427451389, -73.99395968227773, 40.758252435486455, -73.99407731606303, 40.758295673033196, -73.99421248426978, 40.758336410639714, -73.99437792461951, 40.758376173421446, -73.99458126530583, 40.75842504726163, -73.99462332035193, 40.75844225427818, -73.9946791537525, 40.75846543316433, -73.99579855799564, 40.75893650018881, -73.99594236281865, 40.7589806669996, -73.99612817060415, 40.7590377356816, -73.9969423020515, 40.75937708207009, -73.9972927433823, 40.75952328057819, -73.99879301192344, 40.76015347924307, -74.00149759470449, 40.761289700976114, -74.00170164102914, 40.76138042126827, -74.0011629724688, 40.76202152769116, -74.00035603422116, 40.76260916973517, -73.99969419438855, 40.76313698065294, -73.99961587365297, 40.76321256964493, -73.9993997277913, 40.763377481662296, -73.9992548397125, 40.76351291664879, -73.99909766419847, 40.76367971051221, -73.99894124906157, 40.76386999111332, -73.9988970469905, 40.76392376340316, -73.99883405811622, 40.764007171078084, -73.99882040929101, 40.76402585730032, -73.99867259427334, 40.764229436259306, -73.99862128650796, 40.76429627377231, -73.9985574037634, 40.764387290540135, -73.99839068877952, 40.76461751570377, -73.99838634980544, 40.764644179567924, -73.99838224919017, 40.7646582958118, -73.99818784848044, 40.76492482500036, -73.99813119677633, 40.7649994029364, -73.99789737144393, 40.76532429083572, -73.99779557067079, 40.765467115162245, -73.99773597315185, 40.76555765607467, -73.99729250584713, 40.76536693237977, -73.99554485397887, 40.76462575065519, -73.99351739310337, 40.76377304361752, -73.99330058100169, 40.76368185336551, -73.99325604193474, 40.76366312028007, -73.99270143380943, 40.763430489848425, -73.9898628399537, 40.762235189688475, -73.98826819573539, 40.76156454886131, -73.98701514294925, 40.76103705289315, -73.98480813841887, 40.7601034162825, -73.98417368712461, 40.759841281306095, -73.98407065834921, 40.75979663989408, -73.98404977338436, 40.759782654867806, -73.9840300172774, 40.75977264302099, -73.98359710507397, 40.75959608597103, -73.983568710398, 40.759588459152056, -73.98345853562793, 40.75954258608187, -73.98134106854117, 40.75864498968967, -73.98134106854117, 40.75864498968967 --73.85068172809348, 40.671648539699085, -73.84995355932669, 40.67142579598516, -73.84946403839784, 40.67126131651128, -73.84862911597871, 40.67096837616945, -73.848477644538, 40.67091641867714, -73.84764542809752, 40.6705589283994, -73.84738359931535, 40.67045397193572, -73.84695923407394, 40.67027833063376, -73.84692426435713, 40.670263857830776, -73.84656001354988, 40.670113094352, -73.84589450060437, 40.66986277695673, -73.84544958960751, 40.66970840606744, -73.84498896623016, 40.66955716859381, -73.84409269900529, 40.66928406169424, -73.8439051137119, 40.669227557435676, -73.84385714757782, 40.66921310928707, -73.8425463314546, 40.66881825695526, -73.84227237172288, 40.66873573110809, -73.84217383734033, 40.668706048207156, -73.84202351924394, 40.668660766508694, -73.84196336251833, 40.668643043657525, -73.84071734301769, 40.66825701425062, -73.83974131559725, 40.66800919530489, -73.83946496702909, 40.667946143916936, -73.83776665053642, 40.66748231032062, -73.83744310253572, 40.667404028187015, -73.83729153602158, 40.66737416528715, -73.83705802269316, 40.6673368316233, -73.83689389388154, 40.66731689931993, -73.83650650866201, 40.66728938253572, -73.83556036405272, 40.66725365134711, -73.83528966140713, 40.66723128695843, -73.83508585668241, 40.66720099244207, -73.83477073399726, 40.66714400939461, -73.8346482044355, 40.66711450709531, -73.83455432931504, 40.66708298909686, -73.83372073749754, 40.66685611128133, -73.83348482915763, 40.66680426496278, -73.83339263698758, 40.66678400311627, -73.83334256001523, 40.6667729964984, -73.83322994244547, 40.666741501592135, -73.83298364558928, 40.666672617603204, -73.83290619870785, 40.66665095665663, -73.83280839494503, 40.66644921301533, -73.83274547368383, 40.6663194191218, -73.83269401773771, 40.66621383967177, -73.83248286581961, 40.665780583385526, -73.83241992879714, 40.66565144665666, -73.83226283497734, 40.665329108876044, -73.83224589525739, 40.66529435211218, -73.83223175570704, 40.66526533752748, -73.83214044775572, 40.665077981317275, -73.83202361813788, 40.66483825598451, -73.83159050979886, 40.663943369952385, -73.83157770645278, 40.66391696693846, -73.83107255512328, 40.66295771868952, -73.8307138732619, 40.66225510262235, -73.830662316852, 40.66137313327016, -73.82923995657335, 40.65826476324148, -73.82863952373552, 40.65616045179123, -73.82851511274713, 40.655781110207684, -73.82811891883404, 40.654264861149514, -73.82809778548214, 40.65418875463662, -73.82808176513225, 40.65412311078534, -73.82798196106201, 40.653744171815276, -73.82797425952407, 40.65371046197982, -73.8278538834865, 40.65325208795171, -73.82772384029752, 40.6527609276049, -73.82759368664443, 40.65227436316428, -73.82746715531773, 40.65178047195414, -73.8273436665655, 40.6512949266506, -73.82722929281559, 40.65089123316096, -73.82721128039947, 40.65081930414697, -73.82719496847035, 40.650749110283414, -73.82716454193019, 40.65061540590117, -73.82715905865051, 40.65057370902448, -73.82667515783281, 40.64896712613601, -73.82670564872363, 40.64899026680384, -73.82673221481213, 40.649009132188176, -73.82680439062217, 40.649029543112526, -73.82683276173178, 40.64903900346578, -73.82686256761204, 40.6490550613759, -73.82690552875361, 40.64908083677154, -73.82697819457768, 40.64908467876756, -73.82705104521945, 40.64909111539186, -73.82713065062379, 40.649105241752416, -73.82721176854638, 40.64912244740487, -73.82730516322304, 40.6491348095312, -73.82739051653081, 40.64914780788703, -73.82747471488396, 40.64915801013536, -73.82755151591694, 40.64917765758411, -73.82763148116598, 40.64919215965369, -73.82770786044918, 40.64920392592093, -73.82778322776394, 40.64920650442429, -73.8278683150366, 40.64920995562128, -73.82794964175585, 40.649212795980674, -73.82806515110558, 40.64921035091205, -73.82811390040845, 40.64921220500776, -73.82815635020884, 40.64921777511883, -73.82825563546758, 40.64923336643183, -73.82833861951174, 40.64924874241891, -73.8284054987891, 40.649266125890335, -73.82844895840896, 40.649291444888185, -73.82848192282773, 40.6493235759554, -73.82851862278346, 40.64935733171658, -73.82856399669306, 40.64940519352298, -73.82860660077593, 40.6494414362855, -73.82862986004199, 40.64945638534607, -73.82865252590582, 40.64946530544167, -73.8287048620142, 40.6494802734897, -73.8287426780326, 40.6494970839682, -73.82876785238368, 40.649513543321675, -73.82881441189846, 40.64954687421298, -73.82886296167418, 40.64958375159019, -73.82890683046637, 40.64961241194891, -73.8289551159044, 40.64965558802584, -73.82900071832283, 40.64969891318137, -73.82902685945953, 40.64973679006416, -73.8290679715272, 40.64976902762754, -73.82912223848919, 40.649800700284885, -73.82916059223429, 40.64982048403796, -73.82917085296177, 40.649834613117314, -73.82917707375582, 40.64985517490799, -73.82918121840994, 40.64988126730543, -73.82918311661048, 40.64994708547397, -73.8291890254372, 40.65000776493224, -73.82919582098471, 40.65004028827143, -73.8292066862882, 40.65006536045415, -73.82922064572665, 40.65008259640942, -73.82924180700459, 40.65009881646403, -73.82929037837873, 40.65011363907349, -73.82930523829395, 40.65012875743321, -73.8293174853019, 40.650151714535156, -73.82934785627091, 40.6502015078868, -73.82938545931358, 40.65022230083217, -73.82944708435873, 40.65022488126955, -73.82949370629625, 40.65022902434614, -73.82953952021809, 40.650247240420846, -73.82957863740127, 40.65026592202839, -73.82961295495015, 40.65028667040776, -73.82968407292351, 40.65033144780175, -73.8297414777536, 40.650390772550494, -73.82975001617356, 40.65040715933045, -73.82979544901704, 40.65045293782934, -73.82985988413384, 40.65044971835764, -73.82986393958002, 40.6504636202683, -73.8298894373506, 40.65055102815496, -73.82991006937984, 40.65061682088207, -73.82989087257519, 40.65062110417611, -73.82991405725221, 40.65069758623765, -73.82991804319434, 40.65076241600277, -73.82992139723372, 40.6507912798996, -73.82993381700247, 40.65083333089635, -73.82994764179246, 40.65086456513216, -73.82996065809944, 40.65088689473825, -73.82997413816805, 40.65090540592682, -73.83000191558257, 40.65091448819976, -73.8300079518063, 40.650932454373546, -73.83007423111282, 40.65092394965873, -73.83008250421832, 40.6509484713105, -73.83012946025829, 40.65105611578588, -73.83013684324806, 40.65108429042517, -73.83020535874317, 40.65113144552033, -73.83023914151158, 40.6511437568575, -73.8302831732812, 40.651154999084035, -73.83031185312109, 40.65115658669237, -73.83037600139089, 40.65118180940303, -73.83041993020616, 40.65120287428744, -73.83045774619593, 40.65122443713634, -73.83049847249771, 40.65124765941593, -73.83050251890072, 40.65129404661435, -73.83050209885423, 40.65134955038882, -73.83068324869254, 40.65133982055069, -73.83069385100195, 40.65136632942934, -73.83070419014555, 40.65139217873958, -73.83072899176469, 40.651419476657765, -73.83076635110864, 40.651451016483364, -73.83078495869856, 40.65149917390336, -73.83080927242023, 40.65153193093291, -73.8308490155178, 40.65155507059405, -73.83089747761206, 40.651595839915046, -73.83093679910544, 40.65164260584352, -73.83096078816985, 40.65169481807659, -73.83095860413974, 40.651731764963166, -73.83094978930924, 40.65175008747493, -73.83094250505621, 40.65176537208358, -73.83095074658213, 40.65179319132414, -73.83096751645292, 40.65182056653513, -73.83100123587448, 40.65194723085982, -73.83101714913674, 40.65200146458428, -73.83101959447339, 40.65201679050766, -73.83104735524991, 40.65202661182773, -73.83105432573544, 40.65207266830433, -73.8310657437365, 40.65212828852079, -73.83108679591498, 40.65217542378719, -73.83110463404513, 40.652234857219845, -73.83111761408989, 40.65228951977063, -73.83115239981072, 40.652337983643015, -73.83116219499794, 40.65236165195387, -73.83117087657794, 40.652381042965146, -73.83118420897098, 40.65239929083946, -73.83119830499147, 40.652453131043195, -73.83121414624046, 40.65248920476632, -73.83126334795028, 40.652529613904775, -73.83128452055395, 40.65256149541901, -73.8312936033489, 40.65261629271158, -73.83130439616504, 40.65265507858336, -73.83128953587381, 40.652708906917034, -73.83128633049112, 40.65272665414448, -73.83130738008721, 40.652763724263146, -73.83132758490254, 40.65278465674065, -73.83133568687256, 40.652818683022126, -73.83133573904283, 40.65287474850473, -73.83133386232656, 40.65293004391626, -73.83131621034323, 40.65297827773656, -73.83128090285926, 40.65302701426057, -73.83125046670463, 40.65307016209654, -73.83125607031508, 40.6530910875704, -73.83126966972263, 40.65314547995082, -73.83129193620977, 40.65319841179377, -73.83130277943957, 40.653235066208794, -73.83128900465836, 40.65328928065273, -73.8312783742238, 40.65334427595458, -73.83127768784354, 40.65337957528651, -73.83129204044604, 40.65341155035071, -73.8313009551384, 40.65343140635925, -73.83159803169957, 40.65339662331917, -73.8315998767256, 40.65341610154139, -73.83160703765364, 40.65344921960069, -73.83161345593508, 40.6534720751601, -73.83139400969631, 40.65350149601217, -73.8314200066522, 40.65355123375306, -73.83141738203392, 40.6536072655903, -73.83142103890687, 40.653638726973035, -73.8314378079822, 40.653692883537005, -73.8314489306937, 40.653722408938116, -73.83146742160402, 40.65374933182923, -73.8314988560129, 40.65379507561243, -73.83149021106607, 40.65382192632335, -73.83147563353093, 40.65384428555866, -73.83173992638365, 40.653947753084616, -73.83196040609448, 40.65403290428415, -73.83200230276518, 40.65399887454848, -73.83206069591073, 40.65404718800741, -73.83212400715288, 40.654284241134306, -73.83205242661651, 40.65438424910385, -73.83217268549171, 40.65492121212949, -73.83220011953973, 40.65497216117779, -73.83222079826872, 40.65499873683303, -73.83225336139455, 40.65504934935163, -73.83227498320815, 40.65510247456254, -73.83230087506684, 40.655184182152844, -73.83231198718441, 40.65530708132541, -73.83231062697507, 40.655339235961875, -73.83238079471748, 40.655514235163345, -73.83238548857932, 40.655550155586006, -73.83250035362798, 40.655955089808195, -73.83261521453568, 40.656233103007885, -73.83263037715601, 40.65626980229125, -73.83265324510728, 40.65632515351655, -73.83265711386188, 40.656345032688264, -73.8326670178431, 40.65637527300082, -73.8326871848592, 40.656436870788205, -73.83270217227798, 40.65648264253011, -73.83271991382001, 40.65653683001843, -73.83273783610105, 40.65659157068489, -73.83276175717903, 40.656664627610965, -73.83277623355573, 40.65672185049226, -73.83278934708537, 40.65677368628963, -73.83280119143205, 40.65682050435251, -73.83280642059553, 40.65685810679817, -73.83283235102292, 40.65695326715156, -73.83285223517578, 40.65706181932661, -73.83284009419728, 40.65710975609053, -73.83283981194859, 40.65713367975337, -73.83286514033237, 40.65718838072971, -73.83288960748571, 40.65726921979675, -73.83288949205394, 40.65733229373937, -73.8328912744555, 40.65740812087881, -73.8328921938995, 40.65746685942735, -73.83288235882196, 40.657489251836935, -73.83284165391585, 40.65751274034474, -73.83279572236168, 40.65755326084938, -73.8327656541293, 40.657558642759916, -73.83275037834788, 40.65753108810006, -73.83272110503559, 40.65747174729598, -73.83267114997895, 40.65735132395296, -73.83262524805892, 40.657230164457204, -73.83258601280569, 40.657150077384514, -73.83254367375044, 40.65704829949388, -73.83241290548115, 40.656726004392546, -73.83239663047856, 40.656685895899614, -73.83237781361153, 40.65663951699172, -73.83233166607474, 40.656636249288574, -73.83211025214402, 40.65612137273798, -73.8320290198315, 40.65614196336382, -73.8319701416039, 40.65615688900999, -73.83193776715133, 40.656170655665264, -73.83203974162929, 40.656356823832205, -73.8320469756463, 40.6563728645257, -73.83221236745558, 40.65667764956098, -73.83234218158171, 40.656985837781924, -73.83236449154037, 40.65701996572851, -73.83236534740408, 40.657060057156514, -73.83234461230931, 40.657089509008436, -73.832347850423, 40.657116582411994, -73.83237040933122, 40.65714765345964, -73.83241105302324, 40.65717722177352, -73.83244556617532, 40.6571905925229, -73.83247352594941, 40.65724359543882, -73.83260035334067, 40.65757619474985, -73.83258300293866, 40.65760637828725, -73.83256297164152, 40.65765643866376, -73.83256342517286, 40.657703293295015, -73.83259916208365, 40.65779693078143, -73.83260035370093, 40.65782627140386, -73.83259140286857, 40.65784775825273, -73.83258026282749, 40.65787225054625, -73.8325581160072, 40.657883208234956, -73.83244006514336, 40.657932623369284, -73.83240690913522, 40.657941826089846, -73.83238479397319, 40.65794063399771, -73.83236315275283, 40.65790800639681, -73.8322951377529, 40.65777127700287, -73.83232536338824, 40.65794325523767, -73.83232496712202, 40.65795836445743, -73.83231675487224, 40.65797105519766, -73.83227757640776, 40.65798734518581, -73.83193953750178, 40.658071517612385, -73.83188826047494, 40.65807721500335, -73.83186671931146, 40.65807111942766, -73.8318430766845, 40.65803696062393, -73.83175748723083, 40.65784924488418, -73.83171695348433, 40.65778823220193, -73.83176987040984, 40.65804276548139, -73.83175731347572, 40.6580573931459, -73.83169923162785, 40.65807702142378, -73.83163243618688, 40.65810691543453, -73.83153026167228, 40.65813232524286, -73.83141517153219, 40.65816075438041, -73.83126109266719, 40.65819805845509, -73.8311039700679, 40.658232505912686, -73.83112522190672, 40.658320654636576, -73.8311425056561, 40.65839234956315, -73.83150893016388, 40.65833958071196, -73.83191911116386, 40.65828046565305, -73.83239469881134, 40.658224256775185, -73.832625562552, 40.658197279320184, -73.83277319858811, 40.65817975744483, -73.83297162991786, 40.658135903253154, -73.83297021911866, 40.658110442651086, -73.83309155741136, 40.658093546759225, -73.83314827925203, 40.65808564325622, -73.83322203895635, 40.658076012021716, -73.83336292742383, 40.65805799242566, -73.83338211151239, 40.65805246581927, -73.83335266949572, 40.65793111704509, -73.83332817940494, 40.657833579739005, -73.83329975003834, 40.657721116929395, -73.83329526012704, 40.657703639465524, -73.83326010727455, 40.657569450899125, -73.83322871450245, 40.65745098992193, -73.83320384151301, 40.6573615476887, -73.83319440378209, 40.65732722425157, -73.83314611422551, 40.65715378730857, -73.8331944824446, 40.65713970671581, -73.8331882994453, 40.657118868757976, -73.83317391032443, 40.65703272500856, -73.83312957665122, 40.65703879773249, -73.83312322414125, 40.65701577576778, -73.83310180396931, 40.65693777870318, -73.83315111076718, 40.656921391461616, -73.83314123055672, 40.65688058184255, -73.83308059258539, 40.65688788621704, -73.8330571601991, 40.65677577638461, -73.8330822951802, 40.65668567546713, -73.83305924609472, 40.65663163792365, -73.83303579613734, 40.65663620823732, -73.83298731599581, 40.65647691718086, -73.8329437159131, 40.656331839768605, -73.83290368282951, 40.656201171312844, -73.83288674930766, 40.656143962884634, -73.83285627951119, 40.65604700300555, -73.83282688503483, 40.65594563844283, -73.8327995884108, 40.65585224560961, -73.83275966726474, 40.65571064136086, -73.83272175600239, 40.65557344805726, -73.83266997929123, 40.65538693387598, -73.832600608315, 40.655124112929116, -73.83252670135816, 40.65487054806211, -73.83252128263632, 40.65481532036717, -73.83251634738555, 40.65478652630038, -73.8325203060181, 40.6547305171013, -73.83251582179909, 40.6546977460999, -73.83245839687116, 40.65470282063725, -73.83242058331764, 40.65453708902093, -73.83245398445052, 40.65443337451234, -73.8324310378613, 40.65443130951363, -73.83242054588273, 40.65441124687982, -73.83244433901955, 40.6543657828354, -73.83244168179237, 40.65434897528504, -73.83241688428222, 40.65434239418719, -73.83238964263776, 40.6542233716541, -73.83248949706062, 40.65421107015455, -73.83248680844959, 40.65419027776381, -73.83239695383926, 40.65419639376163, -73.83237326962518, 40.654077578122546, -73.83233691589402, 40.65397199964512, -73.83235559782533, 40.65396918844156, -73.83230117190962, 40.65377441964219, -73.832296776647, 40.65375054408274, -73.83228894498083, 40.6537079966583, -73.83222529084213, 40.653714007540046, -73.832190782679, 40.65359502928217, -73.83222494414673, 40.653585751544924, -73.83219579688098, 40.65346118888477, -73.83219364027863, 40.65333141287092, -73.8321305681989, 40.65307945651757, -73.83212907938469, 40.65305932594702, -73.83204829640049, 40.653069649528035, -73.8320283437596, 40.65298459520011, -73.8320535313104, 40.65297927659622, -73.83201816215043, 40.65283952745079, -73.83197095603624, 40.652664216618035, -73.83196391755101, 40.65262094090416, -73.83189467518791, 40.6524036408602, -73.83187965245287, 40.65237434393192, -73.83186195708748, 40.65229691395912, -73.83183081456082, 40.652164169756226, -73.83180657563426, 40.652165238348665, -73.83177759807265, 40.65203863883452, -73.8318144435459, 40.65203421533952, -73.83180696127117, 40.652010394676225, -73.83179131128833, 40.651918073996676, -73.83181523933168, 40.65191459336313, -73.83179181411415, 40.65178992097391, -73.83178832405963, 40.65175651291837, -73.83177267307809, 40.651690880913925, -73.8317485819997, 40.651680275381764, -73.83172141032523, 40.65163941870467, -73.83170635296291, 40.65162207248803, -73.8317067488565, 40.651583715459715, -73.83171482704363, 40.6515390651384, -73.83171296204613, 40.65149844990197, -73.8317048565824, 40.65144329746036, -73.83169993648696, 40.651419045586785, -73.83167501842959, 40.65140212528961, -73.83165915476943, 40.65135103903972, -73.83165774693724, 40.651295605529086, -73.8316477830565, 40.65125256684581, -73.83161534156376, 40.65120292957067, -73.83159966837678, 40.65117010341523, -73.83158192251442, 40.65111621108137, -73.83157353337515, 40.65108403405617, -73.83154147600925, 40.65103356884403, -73.83152372597368, 40.65097995745609, -73.83150817552296, 40.65092572432716, -73.83149982367485, 40.650870847065086, -73.83149334913337, 40.65083480330744, -73.83146926083876, 40.650808257630665, -73.83145157553827, 40.650794122381015, -73.83141964702739, 40.650743289009455, -73.83140799658547, 40.6507047675357, -73.83136905906751, 40.65065726750238, -73.83134751602914, 40.650625751964135, -73.8313446667556, 40.65056955719333, -73.83134679663877, 40.65051370651786, -73.83133419176545, 40.6504584925136, -73.83134130009182, 40.65040326509348, -73.83135838889329, 40.650347892015105, -73.83136755169004, 40.65029843633095, -73.83136079021725, 40.65024311562946, -73.8313421765491, 40.65020061084576, -73.83130625652652, 40.65019105228466, -73.8312687739633, 40.65014903941051, -73.8312380639141, 40.65009812312291, -73.83131682405663, 40.65008590695601, -73.83136082894349, 40.6500823207838, -73.83136142759756, 40.65005082510271, -73.8313605458165, 40.65002032592648, -73.83134968016202, 40.649984785412194, -73.83134691967238, 40.64996176589466, -73.83133438001329, 40.64993037161581, -73.83132265227664, 40.64989537464839, -73.83132382888014, 40.64985461527284, -73.83133518997386, 40.64981529455421, -73.83133881250536, 40.649795232696626, -73.8313328943636, 40.649772080673806, -73.83131768701045, 40.64972962320356, -73.83130082241541, 40.64969029620652, -73.83127752099588, 40.649650604959454, -73.83126036635868, 40.64959227567431, -73.83125816871443, 40.64955008492484, -73.83122186414246, 40.649371595565285, -73.8312179320476, 40.64931492371993, -73.83124116086915, 40.649150476161545, -73.83123694163608, 40.64912225039769, -73.83123552794159, 40.64910434780094, -73.83124691330673, 40.649085317623985, -73.83126976989, 40.64904883240076, -73.8312949027202, 40.64901923588238, -73.83132035323185, 40.648975743911215, -73.8313357140557, 40.6489265575625, -73.83134118823484, 40.64886806695613, -73.83134949474751, 40.64881350586624, -73.83136526569055, 40.64875172274951, -73.8313716754326, 40.64871085127237, -73.83135607846087, 40.648632248185756, -73.8313582113561, 40.648586871442745, -73.83139926467177, 40.648435725431696, -73.831411823902, 40.64837084161219, -73.83141243173475, 40.648338973123195, -73.83145026952221, 40.648216604776565, -73.83148657402552, 40.64816667645059, -73.83150026494683, 40.64815314369379, -73.83154872174444, 40.64813571758742, -73.83158912528661, 40.64812976759383, -73.83164501360314, 40.64813310479802, -73.83171750376017, 40.64813925877929, -73.83192632156293, 40.648163622415076, -73.8320137912859, 40.6481637637197, -73.83213171430057, 40.648162178090935, -73.8323622719295, 40.64816181288524, -73.83245114771019, 40.648159007606374, -73.83255760971224, 40.648147912468815, -73.832630863195, 40.6481420270418, -73.83284743669525, 40.648125071856185, -73.83295716053223, 40.64812578509729, -73.83308851902224, 40.64812706634395, -73.83321336741969, 40.648126126324094, -73.83352773002251, 40.648120938238094, -73.83363759448991, 40.648120728001224, -73.83372371506739, 40.648126596958846, -73.83381229115584, 40.64813157248301, -73.83389425208313, 40.648133308221915, -73.8339548684067, 40.648137169831266, -73.834120258269, 40.64814557080655, -73.83463571893182, 40.64818872848346, -73.83471184483483, 40.648200673442055, -73.83476835364213, 40.64821420930154, -73.83499030118455, 40.64823373783887, -73.8350386615338, 40.64823632506702, -73.83505506731659, 40.648242471228265, -73.83513262889811, 40.64827824660808, -73.83518869951988, 40.648304106139534, -73.83521937925052, 40.64832462070545, -73.83535950951847, 40.648470179615565, -73.83543733015492, 40.648554010468956, -73.83546823062824, 40.64860111311442, -73.83547877008156, 40.648621102609326, -73.83547885390487, 40.648637453457184, -73.83546382507576, 40.64877046206252, -73.83552077375214, 40.649044653467556, -73.83557801332972, 40.64912423224876, -73.83570837119694, 40.64923691680085, -73.83575075113112, 40.649269206914724, -73.83584943556758, 40.64932743489663, -73.83587055814922, 40.64935032922428, -73.8359471178625, 40.649402372297786, -73.83603395823758, 40.649405242720434, -73.83604475238812, 40.64941889557101, -73.83604814092956, 40.649443430543386, -73.83608360314724, 40.6494926620441, -73.83610944787965, 40.64952862598817, -73.83614995260466, 40.6495760122855, -73.83618409419716, 40.64962577137815, -73.83620914242829, 40.64967751396123, -73.83620443599357, 40.6497043175139, -73.83618856510455, 40.64972908620113, -73.83616163747404, 40.649758988304, -73.83612879756798, 40.64978047382954, -73.83608877296827, 40.649797971513415, -73.83613800039275, 40.650009789723974, -73.83616778870349, 40.65014579343364, -73.83617207846217, 40.65017506371282, -73.83623349729395, 40.65037397138657, -73.83626116487625, 40.6505051434631, -73.83628045062413, 40.65050586972097, -73.83631099279911, 40.65059649280185, -73.83632098766313, 40.650639172717646, -73.83633277717158, 40.65068481249065, -73.83634649179992, 40.650725531864104, -73.83635112333609, 40.65074999655085, -73.83632274239297, 40.65075719453621, -73.83633455474717, 40.65082148499017, -73.83638976475365, 40.65100842123463, -73.8364032307009, 40.651073448855335, -73.83642328834912, 40.651133629350376, -73.8364402133127, 40.65120083393702, -73.836450301858, 40.65125022463891, -73.83646006456091, 40.65128157568056, -73.83647423266751, 40.65132790591362, -73.83649182900754, 40.65134264811215, -73.83650207597971, 40.65137711023075, -73.83651595423969, 40.65142738972217, -73.83652761700672, 40.65147516442103, -73.83656646365635, 40.65159330647727, -73.83658331426041, 40.651649945144854, -73.83659124115918, 40.65167635331856, -73.83659825747603, 40.651736140632984, -73.8365689471237, 40.6517422423274, -73.83657619461256, 40.65177281353584, -73.83654012036546, 40.65177729368302, -73.83655464471103, 40.651831269815084, -73.83655819863198, 40.65185599320879, -73.83656799497344, 40.65191373039082, -73.83658080657446, 40.65196124646393, -73.83661882215533, 40.65195733458761, -73.83662958492327, 40.65201202578061, -73.83666769913759, 40.65215136046586, -73.83668316369015, 40.65220580438314, -73.83669836146825, 40.652285196794, -73.83673865635556, 40.65244382816325, -73.83675039103339, 40.65250004259805, -73.8367655845321, 40.65255611515566, -73.83676655155507, 40.65261465475401, -73.836782379948, 40.65266882811503, -73.83679582755217, 40.652722797279466, -73.83680711141182, 40.6527540513873, -73.8368188905521, 40.652778598232054, -73.83683675562163, 40.65283207026829, -73.8368868350435, 40.65303727587759, -73.83690001618548, 40.65310018950241, -73.83691457277622, 40.653156689779884, -73.83694622601718, 40.65328895512455, -73.83696089532607, 40.65336516520825, -73.83698528505622, 40.65346753292639, -73.83698845052635, 40.6535056788833, -73.8370131050203, 40.653554884846784, -73.83702218922215, 40.65359511488516, -73.83704140825279, 40.653674350841754, -73.83704532071536, 40.653699075623344, -73.83706320038655, 40.65375739513101, -73.83707159359659, 40.65378476928128, -73.83709717580025, 40.65380421439648, -73.83712081364247, 40.65383742928529, -73.8371313099991, 40.65386059918595, -73.83713219452065, 40.65391723135659, -73.83713108297817, 40.6539724802053, -73.83712436816927, 40.65401604589447, -73.8371149758243, 40.65403272280652, -73.83714956393685, 40.65414346623925, -73.83716128868629, 40.654200137169234, -73.83717113085865, 40.65423799810065, -73.8371803403287, 40.654277848281616, -73.83719372534038, 40.65431121703588, -73.8372105920202, 40.65434335340366, -73.83723423445603, 40.654394172511886, -73.83723523889421, 40.65443900985496, -73.83727741842026, 40.65459875039717, -73.83730999437783, 40.6545961363476, -73.83732915058631, 40.654662601002556, -73.83734073514165, 40.654696853301935, -73.83736101477909, 40.65471333085222, -73.83737521255661, 40.65475968621073, -73.83737800187767, 40.654786849795, -73.83740496134229, 40.65483861369631, -73.83740988917295, 40.65488975570904, -73.837409887612, 40.65492532799129, -73.83742064325158, 40.654947502255254, -73.8374341219735, 40.65496435470016, -73.8374404864975, 40.65500335704969, -73.83744095503836, 40.65505127340369, -73.8374280881503, 40.65508660237207, -73.83744083194688, 40.65511052374823, -73.83746179511283, 40.65512265904485, -73.83748372488691, 40.65515203793196, -73.83750251658456, 40.655218772193884, -73.83749706937034, 40.655246838163286, -73.83746603812459, 40.655261267450996, -73.83750075031023, 40.65527691437905, -73.83751011487425, 40.65530905630889, -73.83752152177014, 40.65536390499586, -73.83753525952065, 40.65541524405092, -73.83754091094733, 40.65545432643214, -73.83754082918773, 40.655487900348184, -73.83755802566073, 40.6555333819095, -73.83756715519714, 40.655588746973265, -73.83755633580839, 40.6556232836875, -73.83756691739882, 40.655677671037346, -73.83757723180574, 40.65573350334062, -73.83758391464025, 40.655774416127755, -73.83757485583371, 40.655792457830636, -73.83757508961475, 40.65582222299783, -73.83759753453644, 40.655902879910364, -73.83760582936921, 40.65591695051611, -73.83762156421568, 40.655934374349336, -73.83763261540403, 40.65598921981729, -73.83764020268377, 40.65604429633022, -73.8376532307937, 40.656172573759854, -73.83765018212584, 40.656205750859414, -73.83769688682496, 40.65638533151751, -73.83771806829212, 40.65640852994167, -73.83773481336983, 40.65644674365092, -73.83774478639515, 40.656484066197145, -73.83777203495484, 40.65652140410414, -73.83778349051263, 40.65655592812545, -73.83779106890293, 40.656611820481636, -73.83778592272306, 40.65664252270206, -73.83778012759069, 40.65665806107841, -73.83779937924922, 40.656713911362395, -73.83781741380565, 40.65678889143931, -73.8377983153263, 40.656796470286736, -73.83780369331969, 40.65681341031737, -73.83782507104678, 40.65684641924425, -73.83783274440582, 40.6568676498776, -73.837834978233, 40.6568987110046, -73.83785109262736, 40.65692112781285, -73.83789821328516, 40.65695379929788, -73.83790769196503, 40.65700971593415, -73.83790837401499, 40.6570648016021, -73.8379411224444, 40.65707734424001, -73.83795602101422, 40.65713640951547, -73.83797264990422, 40.65719240735907, -73.83798250756223, 40.65724714664339, -73.8379997486139, 40.657302336679074, -73.83800968984279, 40.65732949320235, -73.83802013547762, 40.65734322550811, -73.83803056139554, 40.65738163919078, -73.83803860319233, 40.65742601544902, -73.83803320546345, 40.65746342708511, -73.83799348441359, 40.65747158387295, -73.83799952855843, 40.65752637271433, -73.83804532901505, 40.65769586342128, -73.83805850045503, 40.65775191221251, -73.83806689980959, 40.657802461122266, -73.83810759210579, 40.65794232656219, -73.83813321956485, 40.65805598821887, -73.83814056021625, 40.65811843237775, -73.83815193793647, 40.658151600965894, -73.83816038001909, 40.65820652104189, -73.8381783692335, 40.658290777222376, -73.83819999391709, 40.658306093939366, -73.8382323054937, 40.65830547030105, -73.8382442101337, 40.658342276813265, -73.83827451232234, 40.658430578309755, -73.83828004538839, 40.65847584433203, -73.83826751930972, 40.65849439630566, -73.83825834722428, 40.65851226319718, -73.83826063717855, 40.6585646612662, -73.83826379979587, 40.65859755623884, -73.83827141389693, 40.658658002519914, -73.83824891391085, 40.65866273552374, -73.8382704617858, 40.65872978778729, -73.83827055732932, 40.65876110163942, -73.83829570566269, 40.65883899849668, -73.83829529592127, 40.65886558842033, -73.83830668038186, 40.658928258874155, -73.83830985069136, 40.658978487027866, -73.83833837028702, 40.65897691068392, -73.83835278041845, 40.65903144470076, -73.83835476455688, 40.65907539907699, -73.8383823391029, 40.659073449480005, -73.83843783877231, 40.65926705869335, -73.83844954528325, 40.65932573668497, -73.8384276911736, 40.65932784472005, -73.83843690722043, 40.659373879542414, -73.8384632381622, 40.65941039921223, -73.83846653827955, 40.65946616752814, -73.83845662511855, 40.65952096724106, -73.83846786936769, 40.659566933767316, -73.83847672655602, 40.659624945871904, -73.83848688840811, 40.6596593716374, -73.838497338717, 40.659699693498574, -73.838501942961, 40.65971745367634, -73.83854181955218, 40.659836588758814, -73.8386193027511, 40.66009685084434, -73.8386319003456, 40.660147564079224, -73.83867271784642, 40.66030568295274, -73.83868482724698, 40.660368088721725, -73.83873580098073, 40.66055583804555, -73.83873542942099, 40.66057452867533, -73.83874754966286, 40.660621731906815, -73.8387775726745, 40.66073866842354, -73.83879548396197, 40.6607970560935, -73.83882056845174, 40.66089020119609, -73.8388102964239, 40.66094526608022, -73.83879571733678, 40.66097695828855, -73.8387625962263, 40.660994455757155, -73.83872135824764, 40.66101830489566, -73.83868880826192, 40.66103091062996, -73.83863739301052, 40.661051009217005, -73.83861825219577, 40.66105460334727, -73.83862986624654, 40.66110574744519, -73.83868827266065, 40.661105694288636, -73.83876092268063, 40.661114428511034, -73.8387983169438, 40.66112212181555, -73.8388215445165, 40.66112883530642, -73.83885686833155, 40.66118052499489, -73.8388608649055, 40.66119536752629, -73.83887676156046, 40.66135109653923, -73.83888043872703, 40.66139781965624, -73.83886631267289, 40.661406914911225, -73.83883540600671, 40.66141472592993, -73.83877476467471, 40.66143127261594, -73.83875934706356, 40.66144534591129, -73.83871037404307, 40.66146275360425, -73.83863954413174, 40.66147627550141, -73.83859138251113, 40.66148234586154, -73.83851921267835, 40.66149149739235, -73.83845399800892, 40.66150427062291, -73.83838070754035, 40.66151567629023, -73.8383090400657, 40.66152928235635, -73.8382396458771, 40.66154854232424, -73.8381726777464, 40.66156555797078, -73.83810130996557, 40.66157599000366, -73.83808510497296, 40.6616118366223, -73.83809498764779, 40.66166632015604, -73.83810567201351, 40.661716454415114, -73.8381060183667, 40.661764746072464, -73.83808071942153, 40.66177825155076, -73.83810264099206, 40.66186854401003, -73.83809518649241, 40.661889879392746, -73.83809596463439, 40.66191666458968, -73.83810856730668, 40.661972084884994, -73.83812495571438, 40.66201711222682, -73.83812832649224, 40.66203687613207, -73.8381338123132, 40.66206904314366, -73.8381809413153, 40.66206668255607, -73.83821416199939, 40.662146396293174, -73.83821425508646, 40.66216554953714, -73.83822158240376, 40.66221664351531, -73.83827396455989, 40.66223177112872, -73.838312219885, 40.66226207329903, -73.8383568527249, 40.66230116446675, -73.8383794143926, 40.66231149899227, -73.83843896675876, 40.66234359335388, -73.83850077216128, 40.66236436323467, -73.83851625089892, 40.662389141999554, -73.83860196564889, 40.662394577151446, -73.83867468113122, 40.66238806575121, -73.83874551621739, 40.662374268281326, -73.83881749661829, 40.662369017385736, -73.83889083545013, 40.66236732179081, -73.83896348601422, 40.66236416454578, -73.8390361094133, 40.66236246065256, -73.83916751619263, 40.66234164978397, -73.8391816989344, 40.66229978653173, -73.8392210497598, 40.6622927976889, -73.83922704918888, 40.66230884249441, -73.83936838267867, 40.66228632888324, -73.83944618649767, 40.66227587893244, -73.83957145517984, 40.662269971609454, -73.83970086364442, 40.662253855346066, -73.83968182722136, 40.66216813464582, -73.8396742234292, 40.662124841562076, -73.83964833115802, 40.66201235691592, -73.8399759786775, 40.661965122663915, -73.8399862585557, 40.66193356300955, -73.83999278637195, 40.66189306409814, -73.83997812206711, 40.6618391621175, -73.83996683465034, 40.66178348540952, -73.83995556086663, 40.661732977691194, -73.83994007888907, 40.661678341545475, -73.83992853958611, 40.661653245166775, -73.83992114888518, 40.661623117063435, -73.83991127527472, 40.66156817984003, -73.83990191289006, 40.66151161699171, -73.83989265800862, 40.661455598204654, -73.83986942341723, 40.661419203852766, -73.83984951987158, 40.66136515137658, -73.83982529535051, 40.661312590441064, -73.83980800432428, 40.66125893061849, -73.83979668765451, 40.66120470188164, -73.8397806017666, 40.66115051242703, -73.83977039136684, 40.66109457154226, -73.83975956486192, 40.6610396257707, -73.83974909172635, 40.66098477324335, -73.8397567563573, 40.660964801428904, -73.83975213028273, 40.660886053699386, -73.83968610099998, 40.66066981488211, -73.83968956146572, 40.66063962894083, -73.83968569900728, 40.66062304322169, -73.83966836594465, 40.66054861827167, -73.83965898376657, 40.66049305584422, -73.83965322411382, 40.66045894790246, -73.83964634313932, 40.660403320520615, -73.83960132106411, 40.66022780353067, -73.83959321158946, 40.66017313348261, -73.83956889677366, 40.66016821516344, -73.8395127718523, 40.65995757055026, -73.83950393860206, 40.65992902711375, -73.83947819229292, 40.65973670177407, -73.83947142300711, 40.659675539048294, -73.83940628497875, 40.659444603025115, -73.83940289554923, 40.65941136287287, -73.8394001033504, 40.659383989528905, -73.83932206826591, 40.659388263371376, -73.83928938181003, 40.65929984356571, -73.83928848632486, 40.659284766741436, -73.83926411107969, 40.65915833416295, -73.8392439742028, 40.65905389004821, -73.83923243426189, 40.658998934210715, -73.83922042201381, 40.65894370035189, -73.8392072099008, 40.65888881511574, -73.83921154767549, 40.65886853340658, -73.83928379913011, 40.65885520675477, -73.83926966109551, 40.65879295939635, -73.83922552952146, 40.65863887399887, -73.83922080386026, 40.658610113849065, -73.83921829946505, 40.65859486007356, -73.83916515286303, 40.65860067966448, -73.83914002407819, 40.6585334172428, -73.83913353458277, 40.65850351636738, -73.83912823210086, 40.65847909410311, -73.83907363596947, 40.65831771691751, -73.83907069234243, 40.658296329994855, -73.83906677602648, 40.65826787804653, -73.83908866423008, 40.65826324848706, -73.83907281257643, 40.65822131259193, -73.83909409211225, 40.65821801944935, -73.83907947922519, 40.658161575238054, -73.83909803636193, 40.658157433600024, -73.83908984889297, 40.65812556901682, -73.83907545385644, 40.658070491195275, -73.8390640524878, 40.658044489890145, -73.83903770457793, 40.658026851493496, -73.83901322647463, 40.65801104826229, -73.8389983657394, 40.657961315254596, -73.8389865192396, 40.65793555015463, -73.83894883465963, 40.657784839795696, -73.83893645971746, 40.65773014930403, -73.83892278653991, 40.65767444030752, -73.8389116325344, 40.65761803693547, -73.83890176972129, 40.657562645751824, -73.83888615442542, 40.65750864321337, -73.83887166565998, 40.65749298541814, -73.8387921277757, 40.65721577368766, -73.83876486613838, 40.65712576289121, -73.83876042945607, 40.657111126851376, -73.83875630177805, 40.65705572838233, -73.83876651439343, 40.657039693660884, -73.83871925560662, 40.65684777287557, -73.83868411809863, 40.656699002995694, -73.83861158121655, 40.65641332525211, -73.83860522163793, 40.65636216508296, -73.8385883635375, 40.656317686435656, -73.83858140077221, 40.65628418818618, -73.83857332414115, 40.6562590019587, -73.83855495050054, 40.65620169419464, -73.83854446558331, 40.65615438695179, -73.83850250616412, 40.65600708067549, -73.83854626922677, 40.65599933371839, -73.83853513037555, 40.6559667175139, -73.83853362035605, 40.6559115316241, -73.8384615162369, 40.65591849314754, -73.83844435536203, 40.65587119993118, -73.83843426808883, 40.655827709631986, -73.83840911380895, 40.65573948922466, -73.8384048484387, 40.65567909536434, -73.8383779887625, 40.655539315167914, -73.83835551158468, 40.655420391727205, -73.83834921346114, 40.655394251630085, -73.83833702769417, 40.65533068131043, -73.83829981335172, 40.65527353522454, -73.83820765596491, 40.654938717109125, -73.83819862719969, 40.65488988549657, -73.838191049522, 40.65482827666554, -73.83813012045671, 40.65458764891477, -73.83811979477538, 40.65453244700124, -73.83811227966498, 40.654516729578646, -73.83810173050225, 40.65449467273655, -73.83808879415211, 40.65445649955368, -73.83807118826537, 40.654401851110904, -73.8380658629193, 40.654346711162525, -73.83806029572234, 40.65429183832708, -73.83806360542444, 40.6542693723458, -73.83805762432158, 40.65422329699393, -73.83804894358865, 40.654169025822334, -73.83804982070708, 40.654113592030676, -73.83804975863384, 40.65405733294172, -73.83803755836769, 40.6540301498165, -73.83801828957007, 40.65398110835177, -73.83800736632722, 40.65395392431996, -73.83799718705068, 40.65392859460233, -73.83798725646997, 40.65387730147992, -73.83797780539994, 40.65384960802405, -73.83797447128322, 40.65381980606509, -73.83796094073767, 40.653768345775006, -73.83795261434231, 40.65373668081272, -73.8379378704406, 40.65372474977902, -73.83777894284783, 40.65324005657593, -73.83764353603489, 40.65269231138463, -73.8376387672265, 40.65265695568802, -73.83767523188557, 40.65264477180892, -73.83766695948403, 40.652558472422, -73.8376594108539, 40.6525250813364, -73.83764385585681, 40.652492869434376, -73.83763857643422, 40.65246522235778, -73.8376043205402, 40.65246817902631, -73.83758717880477, 40.65240052405721, -73.83758087699384, 40.65237565363454, -73.83755410053749, 40.652269962446766, -73.83746618079122, 40.65189662810052, -73.83745390590747, 40.65185519859163, -73.83743187024355, 40.6517639457843, -73.83742472989377, 40.65173437165616, -73.8374115659089, 40.65167985094243, -73.83740724163883, 40.65164604295186, -73.83740203280809, 40.651579310739116, -73.8373947990578, 40.65155556913743, -73.83738895645135, 40.65153639783448, -73.83738422117486, 40.65149950138198, -73.83736469682714, 40.65146896869655, -73.83735732178232, 40.65142705081834, -73.83732391672044, 40.651322762204316, -73.83731826973627, 40.6512776895476, -73.83727636553758, 40.65118718754766, -73.83727156863361, 40.65114747778053, -73.83723454102457, 40.65102772120013, -73.83723298341035, 40.65101046235072, -73.83725214858852, 40.65100542405283, -73.83722691447275, 40.6508917041251, -73.83720449656403, 40.65085124449604, -73.83720345976097, 40.65083181523178, -73.83719787005478, 40.650772041675005, -73.83717184759035, 40.65077455240476, -73.83716032722909, 40.650749191887456, -73.83715424624157, 40.65071971919628, -73.83713801092108, 40.65069766140789, -73.83712265746098, 40.65067325541192, -73.83711770196095, 40.65064867773273, -73.8371126057094, 40.650604267723644, -73.83711425278351, 40.6505403133946, -73.83710199064507, 40.65040959649671, -73.83700874230527, 40.65004064689958, -73.8368974710515, 40.64957810141178, -73.83689282249973, 40.64956006462536, -73.83685876365627, 40.649439030671786, -73.83682715809621, 40.64928905389933, -73.83681797010529, 40.64926640991627, -73.83677996561639, 40.64923065580519, -73.83678155015643, 40.64921606153887, -73.836788488981, 40.64919681108225, -73.8367861680434, 40.64912433400578, -73.83681628410203, 40.64911366236373, -73.83679560069201, 40.64907111500169, -73.83672667429128, 40.648725577105814, -73.83671886776352, 40.64871001045394, -73.8367077331605, 40.64866347742444, -73.8366828940123, 40.64858765805833, -73.83666967471494, 40.64853256803183, -73.83659886080254, 40.64820851104429, -73.83652141974112, 40.64789599103869, -73.83640632558397, 40.64743603211497, -73.83640400259264, 40.64741425155105, -73.83630781652165, 40.64703210085944, -73.8362735848065, 40.64689430418046, -73.83618546656767, 40.64653683187633, -73.83605233555768, 40.64600862527167, -73.83596675237779, 40.64566593300021, -73.8359244607986, 40.645511581253096, -73.83614669900733, 40.645472770534134, -73.83616990851965, 40.64547151225526, -73.83620967530979, 40.645469355422286, -73.83623060269919, 40.645472584771866, -73.83641130532502, 40.645497115464345, -73.83641466970698, 40.64550495657116, -73.83649984387554, 40.64551413512131, -73.83658800594992, 40.645514972739406, -73.83661606961, 40.64551523954376, -73.83664582128536, 40.64551367348023, -73.83668712741903, 40.64551149975783, -73.83676265096014, 40.645511473705724, -73.83687414929209, 40.64551143650248, -73.83695219219132, 40.64551141930264, -73.83716945000731, 40.6455114236455, -73.83724919709755, 40.64550681240533, -73.83742093262863, 40.645491141335235, -73.83747913520703, 40.64548228054216, -73.83757755972162, 40.645464933304964, -73.83768326287462, 40.64544630581256, -73.8377592904302, 40.645439287283345, -73.8379165049001, 40.6454164637727, -73.83801800889614, 40.645411319836896, -73.83824331209634, 40.645399902288446, -73.83830319428269, 40.64539550641569, -73.83832705515873, 40.64539375513266, -73.83878079342051, 40.64536880295143, -73.83885341533893, 40.645365439536626, -73.83901157033159, 40.64535731412692, -73.83908001183929, 40.645349518663515, -73.83912437772481, 40.64533791540542, -73.83922420844273, 40.64532597724685, -73.83929958335605, 40.64532474082405, -73.83940646504598, 40.64530687073225, -73.83957630130773, 40.64528806178553, -73.83965593991739, 40.64528216548529, -73.83973120488912, 40.64527991734299, -73.83981024865155, 40.64527309977601, -73.83990008808588, 40.64525963514115, -73.83997748294883, 40.64526153309306, -73.8400279352, 40.645268513871756, -73.84009994404892, 40.64526634200546, -73.84017112248313, 40.6452495607127, -73.84024188094796, 40.64523929675266, -73.84039722751172, 40.64517191135328, -73.84045846506366, 40.64513551177646, -73.84053053964632, 40.64510082377359, -73.84059563055277, 40.64506518050016, -73.8406214289947, 40.64505301601828, -73.84065467782698, 40.64504336980091, -73.84074807811572, 40.64503616984939, -73.8408927182948, 40.645041744353655, -73.84115854074702, 40.64506029420693, -73.84123747845645, 40.645064586122515, -73.84131994213588, 40.64506568240277, -73.84134215169115, 40.64506323481589, -73.84136033313345, 40.64505341451812, -73.8415028904226, 40.64504748394657, -73.84154356364247, 40.64504579208754, -73.84162512567704, 40.64504073185593, -73.8417208073565, 40.645033628810886, -73.84195803439627, 40.6450160221218, -73.84202865117031, 40.645007957737725, -73.8420857445701, 40.64500175412568, -73.84213452876531, 40.64498172330932, -73.8421738222124, 40.64497055136576, -73.84229736604348, 40.64496278006807, -73.8423580654697, 40.64495797166791, -73.84243486072656, 40.644946821318754, -73.84246985383324, 40.64494084928521, -73.84258449828384, 40.644921285792904, -73.8426589540814, 40.64490249748762, -73.84272021147015, 40.64488915183454, -73.84278497661565, 40.64486222840871, -73.84282666364452, 40.64485318113828, -73.84288859507114, 40.64484525654348, -73.84298796635373, 40.64483101456456, -73.84306323361479, 40.64482802942155, -73.84323229127773, 40.6448140840245, -73.84353820304712, 40.644788850234406, -73.84364764680394, 40.644779645387246, -73.84402005686808, 40.64474832854523, -73.8440982730821, 40.64474003095817, -73.84415006473584, 40.64473339138744, -73.8441779467269, 40.64472981538519, -73.84426321589486, 40.64471503539734, -73.844341721754, 40.64468846559628, -73.84441751452262, 40.644668398324484, -73.84450242179557, 40.64465361766976, -73.844567448481, 40.644650025153524, -73.84461151981256, 40.64464347039529, -73.84470015441215, 40.64464248608674, -73.84480340756309, 40.644638368720216, -73.84486161979488, 40.64462867842903, -73.84491396511035, 40.64461417772628, -73.84503143465163, 40.64459883814133, -73.8451428595714, 40.644584938332336, -73.84526244528739, 40.64457466318101, -73.8453543646837, 40.64457084885334, -73.84544426282086, 40.644563810577615, -73.84547933933017, 40.64456501307991, -73.8455124084198, 40.644574378785464, -73.84574725519309, 40.64455325266112, -73.84578999570365, 40.644546968523755, -73.84591849834744, 40.644537934756784, -73.84599079173658, 40.644530888674545, -73.84609141797127, 40.644524093892095, -73.84615663259511, 40.644513246144264, -73.84620831786629, 40.64450489361712, -73.84625740367447, 40.64450360126628, -73.84632422231475, 40.64450157885751, -73.84636504932773, 40.64449399520145, -73.84645372698584, 40.64447574213851, -73.84651168566978, 40.64446715200923, -73.84658533138065, 40.64445754087778, -73.84699793662698, 40.64443288682829, -73.84707778351357, 40.64443029147419, -73.84749252250074, 40.644422633991475, -73.84756574545487, 40.644419454982746, -73.84764185113953, 40.64441711272704, -73.84816101509155, 40.64440855823764, -73.84824337000451, 40.64440882363442, -73.8483289708068, 40.644409838883284, -73.84864553338456, 40.64441780951022, -73.84872050501914, 40.644420790720105, -73.84886161716076, 40.64442982566635, -73.84899934375706, 40.64443975831451, -73.849134862809, 40.64446657984492, -73.84921179891646, 40.64447866486123, -73.84923409935071, 40.64448496351542, -73.84933747182133, 40.64451415695057, -73.84941132100663, 40.64453366347198, -73.84969045184354, 40.644616913349026, -73.849721545057, 40.64462618610931, -73.8497878594781, 40.64465226263719, -73.85005149674632, 40.64474976733066, -73.85012438407547, 40.644769265835286, -73.85019053132739, 40.644787261552, -73.85024772843488, 40.64480869636641, -73.85026632587024, 40.64481834803459, -73.85028185843585, 40.6448334951814, -73.85028295109149, 40.644858667020486, -73.85035539713526, 40.64489947199206, -73.85041076723356, 40.644935409913224, -73.85056733817562, 40.645032220281855, -73.85066912210702, 40.645095153811894, -73.85069557003433, 40.64511103639134, -73.85073039357167, 40.64513194843046, -73.85075814926596, 40.64515515301438, -73.85087252303924, 40.645221911897316, -73.85107882949335, 40.64534233012479, -73.85113047146946, 40.645377236276914, -73.85119009584511, 40.64542283829673, -73.85124320935321, 40.645468040137715, -73.85126464389313, 40.64550130872956, -73.85128422783248, 40.645529981375354, -73.85134879490862, 40.64558856258385, -73.85136857652795, 40.645600701036265, -73.85138753565188, 40.64561321483947, -73.85142358162415, 40.64563700360459, -73.85170083826863, 40.64586508747628, -73.851747333983, 40.6459087847849, -73.85178030013913, 40.64595506893946, -73.85179928845675, 40.64598805241398, -73.85181026669214, 40.64602595320507, -73.85181514251937, 40.64604450297938, -73.851832392624, 40.64611011091961, -73.8518397611569, 40.64616038829507, -73.85190777938851, 40.646296643410146, -73.85193575512753, 40.646352684520345, -73.85198825378447, 40.64645124188056, -73.85204887593484, 40.64651889484395, -73.85207360763545, 40.64655631621354, -73.85215554454669, 40.646640247302635, -73.85220392629549, 40.646688453044135, -73.85224939088508, 40.64673958080384, -73.85228896901226, 40.64678856585397, -73.852326899114, 40.64687280229642, -73.85234397949411, 40.646916059951145, -73.85235056413231, 40.64693291351552, -73.85235353985932, 40.64694683395822, -73.85236003895858, 40.64697723482162, -73.85235232278727, 40.64703361452131, -73.85232820312056, 40.647209888081434, -73.85232472200573, 40.6472726002628, -73.8523091188428, 40.64730383544227, -73.85225681185231, 40.64737822317419, -73.85223873307059, 40.64741633332803, -73.85222668052158, 40.64745438098182, -73.85220699999837, 40.647547866491486, -73.85219871332379, 40.64760871652143, -73.85218606634389, 40.64768451046281, -73.85217798076908, 40.64771754551695, -73.85217277886687, 40.6477388090902, -73.85216147117627, 40.64776880345109, -73.85212727684056, 40.647859526404496, -73.85210675013708, 40.64791433711554, -73.85205658872094, 40.64800453522194, -73.85202761934875, 40.648033125451676, -73.85198002104444, 40.64819736118946, -73.85197986092238, 40.64823169867287, -73.85209643240412, 40.648463608010935, -73.85208250334335, 40.648509087016144, -73.85206560256175, 40.6485628199558, -73.85204665366301, 40.648616170238896, -73.85202062739211, 40.648665809379, -73.8519876038583, 40.64871559259616, -73.85196302954841, 40.64873851339367, -73.85194343611178, 40.648757786292315, -73.85190473790045, 40.64878283483054, -73.85187129656929, 40.64879973502713, -73.85185178055355, 40.64881074394762, -73.85183611702564, 40.648822048695564, -73.8518045528912, 40.6488188463055, -73.85177690279887, 40.64882282878874, -73.85175382158329, 40.6488282138596, -73.8517456235598, 40.648866469042765, -73.85172627178649, 40.64891155288917, -73.85169723250492, 40.64894794954175, -73.85167279528446, 40.64896921800146, -73.85165888272441, 40.649000185112314, -73.85163058428307, 40.6490213414208, -73.85161081428518, 40.649042838316326, -73.85158831242352, 40.64906730879865, -73.85158649290976, 40.64908162830337, -73.8515911771938, 40.649096533433436, -73.8515717751203, 40.64910781621097, -73.851544877541, 40.64909554614393, -73.85152149726629, 40.64911147585845, -73.85150844009831, 40.649123545765384, -73.85145630582684, 40.649102320749584, -73.85143710122836, 40.64910561525626, -73.85139745717223, 40.649128360675206, -73.85138528264083, 40.64914066764454, -73.8513877437421, 40.64917432411664, -73.85133714347728, 40.649182039204106, -73.85132706821672, 40.64916379877706, -73.85132525070017, 40.64913315807287, -73.85132414885193, 40.649114556430476, -73.85130853481847, 40.6490950922403, -73.85129451448283, 40.64908573933395, -73.85124780959961, 40.64907666654205, -73.85121600176602, 40.649074016594106, -73.8511873498993, 40.649094526664285, -73.8511972680587, 40.649117450499375, -73.85118846695057, 40.64912961863005, -73.85112673387513, 40.64912891377601, -73.85110422934349, 40.6491242901953, -73.85106193652531, 40.64912066487574, -73.8510187630585, 40.64910849067432, -73.85099982021941, 40.6491353889483, -73.85095756010384, 40.64915417214531, -73.85094098111503, 40.64916023636581, -73.8509055773557, 40.6491678502886, -73.85089719526879, 40.64920040938982, -73.85089922868634, 40.64921529850406, -73.85091583513285, 40.64925727340653, -73.85093196720489, 40.64931154697863, -73.85093434085783, 40.64936731018495, -73.85092717052108, 40.64941209270052, -73.85091135373972, 40.64946592052558, -73.8509039437784, 40.64948406447976, -73.8508819700772, 40.64948734359719, -73.85086178395298, 40.64950917661781, -73.85083125390015, 40.64951662753999, -73.85082725540492, 40.6495377251131, -73.85080933366591, 40.649564196932616, -73.85080591140557, 40.649603068793326, -73.85080440954366, 40.64962012627442, -73.85079526761368, 40.64966620837323, -73.85079165899508, 40.64972179091971, -73.85079142770786, 40.64974538061154, -73.85077062106015, 40.64974487544057, -73.85077206641996, 40.64976629975894, -73.8507858995693, 40.6497774391147, -73.85078235238929, 40.64980607371343, -73.85070926843007, 40.64980268657177, -73.85068208732416, 40.64979765430656, -73.85066027507493, 40.64979213822367, -73.8506099527658, 40.64979427733954, -73.8505973694866, 40.6498100101682, -73.850581093021, 40.64986145727745, -73.85058504574096, 40.64990360669449, -73.85060013972098, 40.649921928447654, -73.85058875371104, 40.64993731432966, -73.85057598178335, 40.64995649409679, -73.85057536206395, 40.650011476269995, -73.85058675507076, 40.65006741419115, -73.85059351350154, 40.65012275534998, -73.85060562619293, 40.65017253195323, -73.85060725084449, 40.65022844727644, -73.85060258175136, 40.650283381863694, -73.85058672985286, 40.650337370786644, -73.85057600233051, 40.6503495894971, -73.85055481280187, 40.650357886361085, -73.85053841712474, 40.65036430646631, -73.85052078372405, 40.65038225250162, -73.8504978264137, 40.65036846363512, -73.85046989055124, 40.65033556558612, -73.85042765218226, 40.65029097640581, -73.85039597694089, 40.65027218820707, -73.85037664314689, 40.65027387044002, -73.85037668161365, 40.65028993214345, -73.85042141657756, 40.65033472990784, -73.85043600452077, 40.65036784114419, -73.85043670890904, 40.650422292829475, -73.85044557548646, 40.65045542634104, -73.85042216329724, 40.65047629603514, -73.8503973630235, 40.65048925736398, -73.85037002552797, 40.650510085920715, -73.85033791429997, 40.65051906103397, -73.85031431644515, 40.65053149080241, -73.85026906963681, 40.65053613981749, -73.85024199890026, 40.65054344740157, -73.85021841957146, 40.6505607795987, -73.85019721335834, 40.65059646745474, -73.85017543165085, 40.650627270143175, -73.85015493400728, 40.65065541436794, -73.8501100366189, 40.65068447593914, -73.8500610176436, 40.650710860280384, -73.85003779349721, 40.65072214591985, -73.85002020303851, 40.65073824406944, -73.84997033679932, 40.6507654341319, -73.84991530276518, 40.65080090940585, -73.84985391739808, 40.650832052070974, -73.84978837568293, 40.65085651913249, -73.84972867595005, 40.65088096317208, -73.84969558311663, 40.650878388570916, -73.84968545050397, 40.65089198666952, -73.84968795054422, 40.650915879798944, -73.84961042144053, 40.650920154969086, -73.84957123797537, 40.65092559779099, -73.84954618757482, 40.65093293306827, -73.8495196664904, 40.65093652656145, -73.84949577312221, 40.65093988034714, -73.84946848569693, 40.65093411823692, -73.84942521977388, 40.65092898987918, -73.8493739052806, 40.65096904710038, -73.84934503796667, 40.65098277732176, -73.84932845888072, 40.65098966528388, -73.8493024566092, 40.65100905270451, -73.84925780531017, 40.65103149365128, -73.84922370680592, 40.65108046328936, -73.84921446989448, 40.65110574495023, -73.84920581237621, 40.65112943615332, -73.84921646953087, 40.651168399362014, -73.84923871089612, 40.651187700520204, -73.84925101870047, 40.65119838239679, -73.84928278057056, 40.65123069050994, -73.84929548171597, 40.65126876667676, -73.84931469327412, 40.651281559403145, -73.8493341681033, 40.65129452987333, -73.84934215590192, 40.651323935069044, -73.84934728496488, 40.65134749485462, -73.84935403689732, 40.65137128009425, -73.84936031023878, 40.65139337983608, -73.84939796617344, 40.65143465039421, -73.84944338611852, 40.65145731648132, -73.8494891634356, 40.651497682713135, -73.84953385786655, 40.6515207044202, -73.84957705908722, 40.6515290078805, -73.849636904799, 40.65152716082691, -73.84970627452762, 40.65152578545268, -73.84973719931784, 40.65152832389852, -73.84980798827075, 40.65152152108995, -73.84987323061843, 40.65150585079458, -73.84990791245191, 40.65149336534212, -73.84997755136392, 40.65147847607161, -73.85004232364429, 40.651463593921555, -73.85011460833067, 40.651440408837466, -73.85012649980466, 40.651429656831944, -73.850142348884, 40.65141141946731, -73.85016795409608, 40.651388213141225, -73.85023559964736, 40.651375841669484, -73.85031101847544, 40.65135956121786, -73.85035814023158, 40.65133261237936, -73.8504143957251, 40.65129560670171, -73.85046815388635, 40.65125866258699, -73.85049018974658, 40.65122897051513, -73.85051227049121, 40.65118609760501, -73.8505398676574, 40.65113971083109, -73.85054491913414, 40.65111944491813, -73.85056917434532, 40.65110393528249, -73.85063023969535, 40.65110162192787, -73.850654161349, 40.65108404785223, -73.85066537754564, 40.65104952752325, -73.85067155173752, 40.651030529191644, -73.85067392462585, 40.651013136051795, -73.85069039345957, 40.65098782854276, -73.85073907887158, 40.650990025065184, -73.85080839506855, 40.65100915556979, -73.85087244479776, 40.651035305951595, -73.85092549985472, 40.65105724292844, -73.85099858003173, 40.65105500258409, -73.85106062112789, 40.65104034325303, -73.8511082960646, 40.65103177170875, -73.85114148379708, 40.65102843592176, -73.85117441905288, 40.65102591386739, -73.85119571553236, 40.65102644751456, -73.8512484867819, 40.651027766599206, -73.8513181440512, 40.65102975316216, -73.85136795266396, 40.651029333062425, -73.85140928293808, 40.651024003165965, -73.85146687191393, 40.651003706019836, -73.85149632092181, 40.65099669838978, -73.85154334717897, 40.65098045520925, -73.8515755998565, 40.650958414316385, -73.85160048448016, 40.650929300238836, -73.85160590740522, 40.65091358057702, -73.85161882029355, 40.650876157270794, -73.85162480975148, 40.65085662734365, -73.8516655531952, 40.650814720228986, -73.85172677955327, 40.65078557554463, -73.8517769462537, 40.65077343727939, -73.85179693390351, 40.650768602036955, -73.8518633856832, 40.65074604680511, -73.85193139967316, 40.65072278843989, -73.8519987930319, 40.650701062819266, -73.85206689948163, 40.65067925522861, -73.85209802800902, 40.650653753850456, -73.8521409674822, 40.65060933334159, -73.85219449104486, 40.650571930653946, -73.85223308529287, 40.65054833172371, -73.85230173782476, 40.65052916141439, -73.85237128403038, 40.65051272438513, -73.85243616337998, 40.65049741237773, -73.85249567768393, 40.65046425147509, -73.85255965386867, 40.65046435602118, -73.8526344544378, 40.65047139128615, -73.85270710026849, 40.650472775689366, -73.85303491943947, 40.65052269116699, -73.8530676973329, 40.65052866296289, -73.8531412707602, 40.65054321656219, -73.85321179332118, 40.65055582830434, -73.85328441347673, 40.65057054809182, -73.8533557832805, 40.65058825235917, -73.85342649228124, 40.650603225367284, -73.8534997974519, 40.65061940563242, -73.85357223177267, 40.65063158643887, -73.85364382635386, 40.650649833826186, -73.8537138598347, 40.65066289219546, -73.85378651484984, 40.650669901468596, -73.85382439914102, 40.65067006669192, -73.8538833196231, 40.65066378390072, -73.85395530638364, 40.650669286550915, -73.85401520269693, 40.65067416325852, -73.85404529801737, 40.6506822953169, -73.85406934644216, 40.650713852092075, -73.85412623261632, 40.650717619085405, -73.85419817380082, 40.65071155076096, -73.854209461191, 40.65074368026779, -73.85423461617783, 40.65075260567445, -73.85430114116856, 40.650774644614444, -73.85434522433754, 40.65081227909611, -73.85441529124373, 40.650826957113075, -73.85448802722095, 40.6508321974264, -73.85456245401998, 40.65083795492853, -73.85463483358484, 40.65084290473127, -73.85470818201334, 40.65084816278924, -73.85477555004285, 40.65086052824721, -73.85481199093908, 40.650879101526186, -73.85483799259733, 40.65090325203799, -73.85487005583127, 40.650923754987666, -73.8549197464283, 40.65093188542665, -73.85498180402473, 40.65092767812336, -73.8550388270031, 40.6509311683782, -73.85507561691158, 40.65093771738762, -73.85509853645911, 40.650962341231356, -73.85512764710451, 40.6509955386025, -73.85516052209593, 40.65099945764139, -73.85523267231623, 40.65099414086611, -73.85530533024667, 40.65099350287871, -73.85537493996586, 40.65101255265361, -73.85544055207679, 40.651038207168526, -73.85550254626627, 40.6510676734985, -73.85556916417703, 40.651090274644204, -73.85563080712281, 40.651104529803476, -73.8556776752945, 40.65110026433482, -73.85574963437085, 40.651096435552674, -73.85582168483684, 40.651105572507255, -73.85586713267334, 40.65111787382307, -73.85589930084257, 40.65113213782325, -73.8559300633684, 40.65114578049687, -73.85597656803155, 40.65117900754377, -73.8559917213477, 40.651204620158, -73.85597235135216, 40.65125751758074, -73.855976586072, 40.65128347853155, -73.85600166876189, 40.65131898226673, -73.85603573217325, 40.65133114679076, -73.85610751500717, 40.65134335489962, -73.85618050085696, 40.651345991054804, -73.85625408719798, 40.65135144113419, -73.85628844747525, 40.651362492913265, -73.85634543181486, 40.65139676129618, -73.85635641104744, 40.65142263159927, -73.85635733077406, 40.651468829351316, -73.85635187341494, 40.651525203103, -73.85634475971148, 40.65158040861374, -73.85632510779527, 40.65162648881577, -73.85631973760802, 40.65165609205807, -73.85633868006099, 40.65170942461808, -73.8563678987185, 40.65176044036684, -73.85638583390315, 40.651814304767385, -73.8563911260639, 40.65185280133904, -73.85639332746445, 40.651868806302225, -73.85639930056435, 40.6519243838585, -73.85640045263135, 40.65198075865748, -73.85638994852602, 40.6520351188507, -73.85637890721532, 40.65206549486218, -73.85637455173068, 40.652121897903186, -73.85637918414552, 40.65213732686847, -73.85638900601819, 40.65215219048418, -73.85644467903506, 40.65216540035226, -73.85651669672053, 40.65217276730904, -73.85652941993699, 40.65218058977583, -73.8565519635325, 40.652230387751494, -73.8565573779628, 40.65226486905401, -73.8565649987818, 40.65230426453565, -73.85657949060942, 40.65235840376875, -73.85657975572501, 40.652387981629, -73.85658786517972, 40.652434943874056, -73.85660232115895, 40.652489830489124, -73.85661258823869, 40.652545156735904, -73.85659955540136, 40.65257517818118, -73.85658994830897, 40.65259730905115, -73.85660290972697, 40.65263517580372, -73.85660477187106, 40.65266712942068, -73.85663244889527, 40.65269468736976, -73.85669236715543, 40.652726612479995, -73.8567354262256, 40.65275013093227, -73.85677221208377, 40.65277673483733, -73.8568189715228, 40.65279224325199, -73.85688614653851, 40.6528135547789, -73.85693525403386, 40.65281868309029, -73.85697749079958, 40.65281605117449, -73.85700822736717, 40.652814135266595, -73.8570811338988, 40.65281592876439, -73.8571542814313, 40.65281781977126, -73.85721529025463, 40.65280994574974, -73.85728875237469, 40.65280793151318, -73.85736163781318, 40.652810189474486, -73.85739450945994, 40.652813386553305, -73.8574077127358, 40.652814669952534, -73.85747307980866, 40.652802910057304, -73.8575408802181, 40.65278394268791, -73.85761106370158, 40.652766348817806, -73.8576788010528, 40.65274364954067, -73.85770954296459, 40.65273864827592, -73.85771165448202, 40.65273763960596, -73.85773674278072, 40.65276842964856, -73.85775920166236, 40.65278250011027, -73.8578131057735, 40.652812201922345, -73.85785926782697, 40.6528274129046, -73.85790602317637, 40.65284553147473, -73.85794716495379, 40.65285071164834, -73.85800651680202, 40.652874132678065, -73.85805291669568, 40.65288207489145, -73.85807684730445, 40.652893575226564, -73.85810671913215, 40.65292632521512, -73.85814427265454, 40.65297477890498, -73.85817404373421, 40.65298709779005, -73.85824538062008, 40.653000972670306, -73.85831409965876, 40.65301822392693, -73.85832859465454, 40.653034863550566, -73.85833854425645, 40.6530867303558, -73.8583545147989, 40.65314072619628, -73.85837655880364, 40.65316821825199, -73.85841545172683, 40.65320691548375, -73.85846802470469, 40.65324627971108, -73.8585068952024, 40.65329280959257, -73.8585104728701, 40.653344773902866, -73.85850776628206, 40.65340001197092, -73.85849775806972, 40.653454297312535, -73.85848914698444, 40.65348259361168, -73.85848360960104, 40.65352562527148, -73.85849780385628, 40.653540858793534, -73.85852134197793, 40.65358537065352, -73.85851995104149, 40.65362627949011, -73.85851501736796, 40.65365449476488, -73.85853237305263, 40.65368772902987, -73.85857632845546, 40.65373300531427, -73.85859881087057, 40.653779164708205, -73.85860253772229, 40.65378589165907, -73.85862491418881, 40.653826267788766, -73.85864694713752, 40.65384909239016, -73.85868530938039, 40.65388348259628, -73.8587145581474, 40.65390147756515, -73.85871789952593, 40.653918268231074, -73.858721421207, 40.653973871456515, -73.85873184639603, 40.654018566177676, -73.85874765014806, 40.65403599350613, -73.85877597830302, 40.65406776525798, -73.85878218505654, 40.65409107649063, -73.8587906659151, 40.65414551152569, -73.85881742243714, 40.654171829599726, -73.85884313856036, 40.65418692503257, -73.85890651913365, 40.65421316645724, -73.85892995653228, 40.65423230060114, -73.85897788836692, 40.654273960621566, -73.85902405367102, 40.65429159443086, -73.85907649720845, 40.65431612397804, -73.85909657015392, 40.65434393316015, -73.85910928582118, 40.654371346103765, -73.85911528994694, 40.65438429390538, -73.85914327614202, 40.65442305406825, -73.85917018051971, 40.65445394597223, -73.85918142165113, 40.65447693465699, -73.85919431203192, 40.654531401172996, -73.85920948159195, 40.654586680943524, -73.8592184963055, 40.654642714116164, -73.85923065371684, 40.65466128597479, -73.85924755624633, 40.654687104705836, -73.85926651500513, 40.65471012263709, -73.85927898418448, 40.65476308566178, -73.85928690806227, 40.65481890407047, -73.85930473070917, 40.654862600104686, -73.85933317917623, 40.654914430905116, -73.85936352513953, 40.65496249264817, -73.85938350929409, 40.654982088042956, -73.85945100440681, 40.655004433149514, -73.8594883963441, 40.65502620383576, -73.85954807706021, 40.65505802809836, -73.85960775783511, 40.655089851429345, -73.8596383580619, 40.655112734921445, -73.85964174354314, 40.655116008834234, -73.85966335561437, 40.655136921823434, -73.85973029355364, 40.65520168319171, -73.85975470352159, 40.65522530113, -73.85982546846465, 40.65529376463572, -73.85983095558635, 40.655299074474, -73.85983471903383, 40.65530480365404, -73.85986366918358, 40.65534888056968, -73.85988378585196, 40.65537081378288, -73.85990460200438, 40.65540088042361, -73.85992632663911, 40.6554324655398, -73.85996902128684, 40.65547098946119, -73.86002562223453, 40.655505711193406, -73.8600438533558, 40.655528615543524, -73.86004771322065, 40.65557238181771, -73.86006031550963, 40.65559270023205, -73.86010675914694, 40.65561463211413, -73.86015580344605, 40.65563859870812, -73.86019968542224, 40.65565290635338, -73.8602683889921, 40.65567061928065, -73.8602931162281, 40.655688019411016, -73.86030402582642, 40.65569569697104, -73.86031741189963, 40.65571501493263, -73.860333895618, 40.655726022170654, -73.86035687282421, 40.6557445836315, -73.86040697190232, 40.65578443833822, -73.86044965262091, 40.65582081702809, -73.86047882663135, 40.65583787491322, -73.86050685501496, 40.655858259716226, -73.86054320670192, 40.65590630321019, -73.8605576075111, 40.65591482786361, -73.86057343230438, 40.6559243277014, -73.8605965973616, 40.6559390675429, -73.86062487838961, 40.65595685012588, -73.86068083690043, 40.65599211106521, -73.86070602053717, 40.656000568614076, -73.86075749208915, 40.65603001303894, -73.86078528481866, 40.65606027707164, -73.86080103227249, 40.65609384042711, -73.860816301999, 40.65611722014433, -73.86086703044353, 40.656149255311334, -73.86089261530564, 40.656162107832344, -73.86093008430834, 40.656179778080336, -73.86098464774193, 40.65619354542079, -73.86102784795867, 40.656211842119795, -73.86107204081448, 40.6562372576959, -73.86114066352816, 40.65625161016961, -73.86116651686427, 40.656263910035506, -73.8611826236122, 40.65628516819285, -73.86121035309952, 40.65630675735526, -73.86123891372503, 40.656343761680205, -73.86127513163724, 40.65635700696145, -73.86134484373366, 40.656361599011774, -73.86138378502947, 40.6563793087078, -73.8613991991061, 40.65641472574451, -73.8613995995153, 40.656436564688704, -73.86137744166764, 40.65648891661498, -73.86138265897634, 40.65650240365687, -73.86140172987126, 40.65651815058283, -73.86147042617597, 40.656535958235054, -73.8615162359468, 40.656545933504255, -73.8615684225319, 40.65658332819699, -73.86158836824005, 40.656603762440156, -73.86164487097435, 40.65661544079706, -73.86167126584044, 40.65662672811742, -73.86170327111151, 40.65664843936924, -73.86170494279179, 40.656652578358674, -73.8616700780454, 40.65680950571831, -73.86163436330607, 40.65697025203928, -73.86164669399683, 40.657026103485656, -73.86166365820269, 40.6570799415419, -73.86166937309102, 40.65713579043126, -73.86166775855064, 40.65719133783711, -73.86166500637607, 40.65724750613226, -73.861661710637, 40.657302354514556, -73.86165608775349, 40.65735722891399, -73.86164900262648, 40.65741187552408, -73.86164074992683, 40.65746788861562, -73.8616379401264, 40.65752274838659, -73.86163570558318, 40.65757846704263, -73.86163586818977, 40.65763518455473, -73.86163192920662, 40.6576905733712, -73.86162707587957, 40.657747241623625, -73.86162656092179, 40.657802820064916, -73.86162619492225, 40.65785784396607, -73.86163193034206, 40.657883287792885, -73.86166685911681, 40.657915338711405, -73.86166983744413, 40.65795712091729, -73.86168645013187, 40.657985573844535, -73.86173325465278, 40.65802785359571, -73.86174558961035, 40.65803100042342, -73.86214029079117, 40.65786121325721, -73.86249545456812, 40.657708432384915, -73.8628741555916, 40.657545522437424, -73.8628803570642, 40.6575388903123, -73.86288217014878, 40.657509372598035, -73.86289440096917, 40.657494702432984, -73.86292860920075, 40.657491474323685, -73.86299389568964, 40.65746888787272, -73.86300436127912, 40.65746274799997, -73.86300179314323, 40.657441933973615, -73.86300027065131, 40.65742958876201, -73.86346916598342, 40.658070811585574, -73.86181536629837, 40.658894084668745, -73.86080220829423, 40.659159907091876, -73.86081550566249, 40.659419937762685, -73.86085996871839, 40.6594664600687, -73.86089295662588, 40.659484171726156, -73.8609543431809, 40.65950032018782, -73.86102641018428, 40.65951132335588, -73.86109749887835, 40.65952479271582, -73.86116161097368, 40.659554678152844, -73.86120516471358, 40.65960077778449, -73.86123499846053, 40.65964492023324, -73.8612645837667, 40.65969652856614, -73.86128353771313, 40.65975245015751, -73.86129441226541, 40.65980749840666, -73.86129143111488, 40.65986325666476, -73.8612639470796, 40.65991453591422, -73.86122497665018, 40.659962717026815, -73.86117579168942, 40.65998190083814, -73.86110780892191, 40.660001381616, -73.86104930508621, 40.660027685319626, -73.8609875011102, 40.660059524089164, -73.86092194895294, 40.660083780437915, -73.86085318634329, 40.66009437741658, -73.86077903342667, 40.66009383473103, -73.86070722348158, 40.66008006713164, -73.86063736758275, 40.660058696983505, -73.86057248495311, 40.66003469430448, -73.86050572056992, 40.66001202747599, -73.86043503544037, 40.659997644215814, -73.8603631895528, 40.65999209178001, -73.86031653246498, 40.65999436296966, -73.86027603372834, 40.66001194952032, -73.86022720486721, 40.660053481504924, -73.86017927879395, 40.66009642297557, -73.86012702658385, 40.660136194746755, -73.86007961373905, 40.66017850463634, -73.86003751955741, 40.660223736854, -73.8599959154356, 40.66026870399986, -73.85994670567503, 40.66031068836129, -73.8598929128007, 40.6603496783014, -73.85983394498605, 40.66038538132493, -73.85977899413578, 40.66042332520012, -73.85972182305413, 40.660457048316985, -73.859657282463, 40.66048290359727, -73.85959111466414, 40.6605048323994, -73.85952405397063, 40.660530154123855, -73.85945320211313, 40.66054872089724, -73.85938597815773, 40.660552714483146, -73.85935992814098, 40.66055174159507, -73.85931265831154, 40.66054997911093, -73.85923733300376, 40.66054608317228, -73.85916374713537, 40.66054389309329, -73.85902300070464, 40.66056157794696, -73.85899673557819, 40.66058796694013, -73.858992535468, 40.66063150812063, -73.85900524008716, 40.66065910024393, -73.85905215703148, 40.660700865213926, -73.8590811967394, 40.660741476314385, -73.85908850831792, 40.660797435328675, -73.85908948729553, 40.660854047564776, -73.85908181975094, 40.66090893372229, -73.8590703864721, 40.66096408452019, -73.85905909078294, 40.66102126795325, -73.85904071522165, 40.66107456147864, -73.85901802542932, 40.66112689516474, -73.85900298188717, 40.66113948397168, -73.85894316455924, 40.661140734396085, -73.85890799538421, 40.66115339396432, -73.85884934024617, 40.66118772177452, -73.85879131509218, 40.66122160637295, -73.85875388499149, 40.66122358658271, -73.85873598916642, 40.66121772294965, -73.85868755268538, 40.66120434210042, -73.85861448211845, 40.661194139499074, -73.85854071894911, 40.66119046925428, -73.85846676326285, 40.66118836382482, -73.8583913641959, 40.66118603054099, -73.85835015204606, 40.66119094885469, -73.8561435833042, 40.66380531767685, -73.85599268392714, 40.66382570929268, -73.85578424000492, 40.66385387479004, -73.8556847230532, 40.66386732258183, -73.85570348470038, 40.66394219081183, -73.8558198602822, 40.664406519164196, -73.85584625536079, 40.66455165258585, -73.85604157047085, 40.66541313289375, -73.85606279605759, 40.66551114112036, -73.85607293253231, 40.66555153479162, -73.85613350176611, 40.66562791857513, -73.85615556457185, 40.66571124669864, -73.85637045793356, 40.666599277329475, -73.85644358802608, 40.666963013577735, -73.85644791995429, 40.66701524176295, -73.85670996545223, 40.668060668744694, -73.85680762100347, 40.668532571096954, -73.85686610099462, 40.66859989446509, -73.85703481445763, 40.66932503733634, -73.85709139606747, 40.66949665156338, -73.85715952062205, 40.669747931689955, -73.85719508520461, 40.669923513551005, -73.8572247031918, 40.670093676813, -73.8572674386111, 40.67025497094153, -73.85728407086516, 40.670315183004895, -73.85757218480934, 40.671358262551394, -73.85762091297275, 40.6715591416391, -73.85763322669871, 40.671655875045225, -73.85855479391587, 40.671532616214925, -73.85947416131572, 40.671380215611265, -73.859594178997, 40.67135954310596, -73.86011709884922, 40.671300377702224, -73.86030720716522, 40.67127852442772, -73.8603893815641, 40.671268452843165, -73.86040794010839, 40.671348379086034, -73.86075580748046, 40.67270835609977, -73.86077512494968, 40.672805302944575, -73.86096848069049, 40.67363607026538, -73.86097625852094, 40.673661005951644, -73.86098457448408, 40.67368765596978, -73.86103341293074, 40.67384419316017, -73.86103785263103, 40.67386991005961, -73.86103762022174, 40.67389744035845, -73.86102440489925, 40.674004908200814, -73.86131863078202, 40.675020949002636, -73.86109216274912, 40.67499185028608, -73.86098793326094, 40.67497475057287, -73.8607885588659, 40.674920374086895, -73.86029564341288, 40.67477158229345, -73.85991063922962, 40.67465469093471, -73.85959261342234, 40.67455609928408, -73.85920850247983, 40.674427372077034, -73.8590491892844, 40.674372304063354, -73.8587378505059, 40.67429910378545, -73.8582515285967, 40.67413529970316, -73.85803661155066, 40.674048149314714, -73.8578190719671, 40.67393757735883, -73.85711348380279, 40.67357473172993, -73.85686028550103, 40.67349207108719, -73.85663492060742, 40.673424636281666, -73.85648738197698, 40.67337645932445, -73.85635876594199, 40.67333998099751, -73.8554259943561, 40.67305762012706, -73.85534930023213, 40.673034402969755, -73.85309793120972, 40.67235284192666, -73.85303609843133, 40.67233609349814, -73.85283803146201, 40.672278871844775, -73.85258926122656, 40.672199780690086, -73.85255997734816, 40.67219103967358, -73.85220038253394, 40.67208707741368, -73.8518525028639, 40.67198987848444, -73.85163460603236, 40.671930017719816, -73.85135110784526, 40.67184355428943, -73.85121431487134, 40.67180259397056, -73.85096453372654, 40.67171919351698, -73.85068172809348, 40.671648539699085, -73.85068172809348, 40.671648539699085 --74.12064635323911, 40.641043776411514, -74.12057429592178, 40.64105600899786, -74.12058681982946, 40.641095896073494, -74.1205675049759, 40.641102159626044, -74.12049274081343, 40.641120511325965, -74.12047244635153, 40.64112570337053, -74.1204318810487, 40.64113608022003, -74.12009628504488, 40.64123174755437, -74.12011818081328, 40.64128269767667, -74.12009853942588, 40.64128887504144, -74.12004989082202, 40.641304175231596, -74.11999297872178, 40.64132207481791, -74.11997519346264, 40.64132766848934, -74.11960717253467, 40.64137998660389, -74.11961252399851, 40.641402265286466, -74.1196296313262, 40.64145568610276, -74.11961104692426, 40.64146000361284, -74.11953830424922, 40.641468144302316, -74.11946561173396, 40.64147855960516, -74.11944988404242, 40.64143433253346, -74.11942631866442, 40.64142320768078, -74.11937048077085, 40.64142649852062, -74.11929714767126, 40.64143500708227, -74.11922381708301, 40.64144360834811, -74.11915356638607, 40.64145636767512, -74.1190881922194, 40.641465851223465, -74.11900955971196, 40.64146860987126, -74.11893697228574, 40.641472368993654, -74.11886464459293, 40.641483238301355, -74.11879113988167, 40.641495028209555, -74.11873149904442, 40.64150575195086, -74.11870189139837, 40.6415157584683, -74.11867149870739, 40.641522403249525, -74.11862750816668, 40.641531484447526, -74.11859731376475, 40.641537958806474, -74.11843103469155, 40.64157361243051, -74.11839653583732, 40.64151674144537, -74.11835696889308, 40.64152577115832, -74.11828814821632, 40.64154443769145, -74.11811600030767, 40.641597951490375, -74.11807276220644, 40.64161477526754, -74.11807673646992, 40.641682117414234, -74.11808369739194, 40.64173702212477, -74.11806857335738, 40.64174551243982, -74.11803270955741, 40.64176564254052, -74.11797102186048, 40.64178364598346, -74.11790506961256, 40.64178404321302, -74.11783830357061, 40.64180359888334, -74.11783700848, 40.64182267410678, -74.11782599644138, 40.64184076511344, -74.11775602839472, 40.64185598261367, -74.11768359736872, 40.64186155983277, -74.11766890225624, 40.64184718187273, -74.11763355365275, 40.64177540703782, -74.11761329958092, 40.64172997585096, -74.11756735089274, 40.64162691068981, -74.11750067374082, 40.64162910676554, -74.11741881115769, 40.641633826254846, -74.11734696971237, 40.64164514527102, -74.1172769691571, 40.64165862721292, -74.1172371263969, 40.64166556311442, -74.11715995811366, 40.64167831206549, -74.11713406123852, 40.64169584453933, -74.11722122337622, 40.64187064554847, -74.11715299508892, 40.641897839613776, -74.11713380860289, 40.64190548565511, -74.1167218828264, 40.64203143506563, -74.11673703854265, 40.64205916377516, -74.11660055318036, 40.64210770334675, -74.11630423646557, 40.6422017078307, -74.11626994100438, 40.64220982376935, -74.11627867677576, 40.642227775789976, -74.11618223647908, 40.64226007492713, -74.11614209425608, 40.642216131422, -74.11593547040988, 40.64228137990943, -74.1157251467376, 40.6423477997213, -74.11565885144222, 40.642375002659044, -74.11563421331205, 40.64237501212751, -74.11560393164855, 40.64237517765085, -74.11553644456062, 40.642394834465605, -74.1154854075254, 40.64241507356719, -74.11546541050332, 40.642420443631174, -74.11539213322536, 40.642445741623014, -74.11535082345928, 40.64247021685094, -74.11533403678999, 40.64249651803825, -74.11531897310823, 40.64251834191558, -74.1153060135499, 40.642535956456115, -74.11511941300496, 40.64278953865721, -74.1148086651716, 40.6429758659241, -74.11478692498643, 40.642961780095725, -74.11449213549425, 40.64314204628846, -74.11440740848725, 40.64319903350497, -74.11381307784764, 40.64359877826824, -74.1137966675253, 40.64360920000431, -74.11358382617594, 40.643576110133765, -74.11332424668173, 40.64371668508307, -74.11181121052711, 40.64461158527924, -74.11174814726729, 40.644645199005936, -74.11172965465082, 40.6446550362309, -74.11171995216114, 40.644667819516044, -74.11167635881436, 40.64468786237973, -74.11163128641729, 40.64474886315735, -74.11159541505764, 40.64478073491293, -74.1115349391394, 40.644814162305195, -74.1114658738978, 40.64485378455502, -74.11138925661089, 40.644899185502936, -74.11132917542655, 40.64492840698142, -74.11126663970603, 40.64495612063321, -74.1112079955099, 40.64498858072425, -74.1111354536512, 40.64501231828407, -74.11109013809202, 40.64502071978176, -74.11105318159166, 40.64503517187997, -74.11101111120183, 40.64505277351426, -74.11098676528825, 40.6450506555792, -74.11095921594857, 40.64502819260831, -74.11093968980087, 40.64503445744444, -74.11094107737016, 40.64505982371891, -74.11094185475352, 40.64508296720114, -74.1109199945724, 40.6450990283273, -74.1108907615668, 40.64510990686926, -74.11085786486397, 40.64513293513223, -74.11079422388666, 40.645159543754566, -74.1107209492836, 40.645192892994444, -74.1106554513898, 40.645204122467675, -74.11059674266636, 40.645226493796464, -74.1105402734094, 40.64526690483513, -74.11048595074708, 40.64529285595559, -74.11041795570671, 40.64531688316273, -74.110379799047, 40.64531640739694, -74.11035904940228, 40.64532569364822, -74.11031566624764, 40.64533608223155, -74.11029342435256, 40.6453330661153, -74.11022875556871, 40.64533676441259, -74.11020845393467, 40.64534388265869, -74.110138385795, 40.64536977666114, -74.11005154598037, 40.64539624769481, -74.10998343865748, 40.64541686628871, -74.10990561108976, 40.64544984294483, -74.10986497126439, 40.64547068375809, -74.10979830308031, 40.6454865605368, -74.10976191501652, 40.64546886135801, -74.10973933333278, 40.645463406854304, -74.1097042153085, 40.64547895089365, -74.10963963047402, 40.64550146691821, -74.10961020758704, 40.645522215900115, -74.10956957636246, 40.64554333756229, -74.10952491527534, 40.6455474549518, -74.10949223614743, 40.64553490402283, -74.1094168718782, 40.645554100066434, -74.1093549350204, 40.645567899092185, -74.10928151780378, 40.6455892355294, -74.10922709021317, 40.645596324789864, -74.10914430418165, 40.64560864143718, -74.10907781471099, 40.64562988742087, -74.10902972861126, 40.645635491020705, -74.10898387542066, 40.645651731211814, -74.10892201802194, 40.64566796493128, -74.10886730216876, 40.64567451938621, -74.10882847596753, 40.6456695762663, -74.10874112771404, 40.64564940982937, -74.10864626636196, 40.64563582060828, -74.10856824046186, 40.645631026991715, -74.1084997647089, 40.64561671573604, -74.10844878857135, 40.645623422253294, -74.10836029008688, 40.64564033636789, -74.10828058637526, 40.645649255434044, -74.10819147187529, 40.64564795160584, -74.10812351992483, 40.64563364053393, -74.10807248037402, 40.64561436608045, -74.10800902365312, 40.64559874496444, -74.10791097340142, 40.64559356537402, -74.10785676724038, 40.64558340884586, -74.10776334239607, 40.64558067330171, -74.10771831224419, 40.64558987556418, -74.10765420597183, 40.64559439856242, -74.10755977374562, 40.645585736582184, -74.10747638222948, 40.64558785332066, -74.10739117876885, 40.64559172139841, -74.10731927671706, 40.64560287210257, -74.10729819499517, 40.64561035707342, -74.10723430772754, 40.645605525946166, -74.10715952809684, 40.645618190303836, -74.10714022018068, 40.6456149105941, -74.10712062758756, 40.645619146874836, -74.10705204799802, 40.64560991738133, -74.10701505370507, 40.645619981788656, -74.10700814344709, 40.64560082338114, -74.1069833313991, 40.645590435569716, -74.10689635089408, 40.645589083726875, -74.10681020342939, 40.6455889269333, -74.10671634586548, 40.64558911582507, -74.1066211422259, 40.64558888444545, -74.10658695251956, 40.64558731771773, -74.10650838363209, 40.645590332504646, -74.10644580142278, 40.64559277051816, -74.10639079713037, 40.645598715311095, -74.10636253514073, 40.645606727252456, -74.10633050894715, 40.64561405827308, -74.10629563635335, 40.64561574926603, -74.10612724481908, 40.645604071970304, -74.10585121139084, 40.64559525094272, -74.10545029272926, 40.64558617281875, -74.10540271928326, 40.645587176383685, -74.10517191575954, 40.645592046071926, -74.1049106713689, 40.645596045253434, -74.10470432360536, 40.64559924284134, -74.10467828082271, 40.6456127338049, -74.10464578435975, 40.64563015419472, -74.1045925216303, 40.64563854865481, -74.10451568336138, 40.64564756786573, -74.10444224764461, 40.645654350649174, -74.10440529257895, 40.64566783975371, -74.10438417355189, 40.64568570720327, -74.10437760478544, 40.645700719407245, -74.10438170346991, 40.6457293134561, -74.10438474996529, 40.645751115848114, -74.10437325164733, 40.64577246947529, -74.1043434551382, 40.64577693426947, -74.10425535454483, 40.645782196654814, -74.10419634799115, 40.645782101546175, -74.1041372257093, 40.64578057648857, -74.10410567009437, 40.64577601961775, -74.10407458932156, 40.64574769131952, -74.10406121811829, 40.645715164080656, -74.10403940728312, 40.64567611391468, -74.1039928370625, 40.645657881812035, -74.10390943292191, 40.64565277921926, -74.10384737724375, 40.64565331074603, -74.10375951246552, 40.64565580344408, -74.10372150012677, 40.6456638406426, -74.10358882277407, 40.64567750042581, -74.10325408299951, 40.645672256062255, -74.10310993066527, 40.64567067441233, -74.10307301892459, 40.64567029686448, -74.10288884654378, 40.64565365990865, -74.1028556470603, 40.645652495518625, -74.10272450251291, 40.64563362710308, -74.10256273565125, 40.64561189878937, -74.10242044689649, 40.64558811232766, -74.10221176244235, 40.6455454684268, -74.10195510283931, 40.64549066556315, -74.10168542672278, 40.64541700597122, -74.10133997433132, 40.645316443814956, -74.10105657313099, 40.64523849396509, -74.10088308495557, 40.64519040100062, -74.10074056326738, 40.64515776957229, -74.10060542929881, 40.645132018671, -74.10054243427727, 40.64513495722335, -74.10042336513814, 40.64513851745044, -74.10034922870638, 40.64513207501745, -74.1002762648048, 40.645129385776386, -74.10020236199779, 40.64513679122006, -74.10012892249739, 40.645148845590406, -74.10004575171664, 40.645154462467815, -74.09997395695498, 40.64514855806696, -74.09990263653052, 40.64513255209207, -74.09982674287042, 40.64512816583227, -74.09976433191446, 40.645139055931125, -74.09971060205432, 40.64514512699871, -74.09963388453708, 40.64513689521103, -74.09956279998241, 40.64512598395535, -74.09949018807714, 40.64511275153959, -74.09942039606527, 40.64509728155308, -74.09934367696933, 40.645083958041006, -74.09928033580475, 40.645071977309485, -74.0991583375524, 40.64506230923683, -74.09908502414643, 40.64505425875417, -74.099008775035, 40.645050047862014, -74.09893404810111, 40.64504306651512, -74.09885932998957, 40.64503644351852, -74.09880067166505, 40.645046713013215, -74.09874400820574, 40.6450620722973, -74.09871690762367, 40.645074845105746, -74.09868499392785, 40.64509548356533, -74.09865026702197, 40.64511969318441, -74.09863864858859, 40.64513693637442, -74.09863148454336, 40.64516517017434, -74.09863042047934, 40.64519233342884, -74.09863358333062, 40.645218158489484, -74.0986349859231, 40.645240854857214, -74.09861234024268, 40.64525702327726, -74.09858324298158, 40.6452843618527, -74.09856481344373, 40.64532072437997, -74.09853665456808, 40.64534627731133, -74.09850755760063, 40.645369057442096, -74.09847681801975, 40.645381920660675, -74.09843962921622, 40.645387543819254, -74.09839704608245, 40.645396562934266, -74.09823246445944, 40.64538965887738, -74.09812324970441, 40.64538579973851, -74.09806119278149, 40.64538936559337, -74.09803597632907, 40.64538194610761, -74.09798870094265, 40.645379793636074, -74.09789297710984, 40.64538093957147, -74.09781285412433, 40.64537798020297, -74.09770704645432, 40.64536348895054, -74.09761859687259, 40.645366960820134, -74.09742773253879, 40.64537604591343, -74.09728567320283, 40.645377453016636, -74.0971477178504, 40.6453783251717, -74.09709447416391, 40.64537756417262, -74.09701721732227, 40.64537645959975, -74.09688225017283, 40.6453745301038, -74.09677174582077, 40.64537076172025, -74.09666429583856, 40.645369045646554, -74.09654557908578, 40.64536491563616, -74.09651847640578, 40.645382334603006, -74.09650099877692, 40.64537875890283, -74.09639365491144, 40.645393215800055, -74.09609537456028, 40.64543338811633, -74.09551275762578, 40.64549734651965, -74.09549962497265, 40.645482332274575, -74.09543158348781, 40.64549018454576, -74.09542454871408, 40.64547669161065, -74.09529832250965, 40.64548685507074, -74.09527923103704, 40.64548899791427, -74.09522441293574, 40.64549515063437, -74.09512704328584, 40.645512112337116, -74.09502380592198, 40.64553228915435, -74.09493452993641, 40.64554764018265, -74.09486766131097, 40.645562283762885, -74.09479668756505, 40.64557254786454, -74.09473990862753, 40.645576648787724, -74.09469337027191, 40.645576526824605, -74.09465673292915, 40.64558532443405, -74.09399876255974, 40.64573082417769, -74.09374482551395, 40.645793596776706, -74.09362656809773, 40.64583833991823, -74.09353307992447, 40.64585013353715, -74.09347804611905, 40.64585707535433, -74.09345791965755, 40.64588175781284, -74.09341514735337, 40.64592694095692, -74.09337888491551, 40.64593608815583, -74.09333126614806, 40.6459480992035, -74.09328175494505, 40.64596122660833, -74.0932565312126, 40.645966135079206, -74.09321511598603, 40.64598256979777, -74.09319328712782, 40.64600231154421, -74.09317076466516, 40.646009636599736, -74.09311280262791, 40.64603973564458, -74.09309426714664, 40.64604143011726, -74.09300711389366, 40.646062239573396, -74.09279610877728, 40.64614051018825, -74.09272561755552, 40.646166022900395, -74.09253406417227, 40.64623534780725, -74.09225698375964, 40.64633688774199, -74.09224754011788, 40.646350784913, -74.09225515898586, 40.646372411054216, -74.09219710505283, 40.646394713021266, -74.09190482523329, 40.64650127927574, -74.09175305590169, 40.64652426372181, -74.09169564976685, 40.64653295718529, -74.09146393195402, 40.646620833283166, -74.09144573710914, 40.64665728452581, -74.09143001142118, 40.64667863841332, -74.0913442423918, 40.6467089108546, -74.09097936908704, 40.646821332625215, -74.09092211511496, 40.646840440976554, -74.09082848798668, 40.64686704873191, -74.09073017630902, 40.64689517567908, -74.09057518921765, 40.646942051858076, -74.09048723621837, 40.64697525026217, -74.09042019650957, 40.64700849879653, -74.09043062882401, 40.64703459121634, -74.0899394972654, 40.64721247841324, -74.08989224497235, 40.64715188706323, -74.08978183856428, 40.64719028405695, -74.0897536778397, 40.647207879652086, -74.08971026657018, 40.64722350779827, -74.08967905873006, 40.647230293228986, -74.08964292811584, 40.64722670761745, -74.08962240130451, 40.64722491807643, -74.08958626181405, 40.64723232778211, -74.08952243285435, 40.647268500875356, -74.08950049293394, 40.647277966189336, -74.08944018908336, 40.64729269695447, -74.08939912271786, 40.647306982287645, -74.08934161408422, 40.64732197287895, -74.0893059298603, 40.64733216024152, -74.08909323298742, 40.64708738514267, -74.08920935316286, 40.647027460189584, -74.08930874010136, 40.64697617147754, -74.08971542861953, 40.64677084564212, -74.0897514877672, 40.646740819440296, -74.08977278367912, 40.64671330459111, -74.08979076949556, 40.64666579451169, -74.08982015035659, 40.64654828184156, -74.08982174977761, 40.64651828162475, -74.08981187020348, 40.64649329185174, -74.08973362802723, 40.64636345315522, -74.08969223076112, 40.6462964535631, -74.08995227357754, 40.646213195650425, -74.09097630713876, 40.64594829689364, -74.09286333281466, 40.64547497188988, -74.09418856952786, 40.64514084096773, -74.09475533673879, 40.645008691651284, -74.09504174620908, 40.64494854470906, -74.09532096165333, 40.64489779542446, -74.09580592416953, 40.644826460384856, -74.09596788353734, 40.64481063741056, -74.09639275229374, 40.64476842687167, -74.09687336076098, 40.64472385619132, -74.09734206417599, 40.644690306021374, -74.09793018962817, 40.64466649407575, -74.0983292164348, 40.64465659098128, -74.09846549747202, 40.644662164753484, -74.09857748609438, 40.64466784293817, -74.09919290217135, 40.6447414012334, -74.0994316272154, 40.64475444710833, -74.0997159993949, 40.644758553991686, -74.10067657546813, 40.64475270659159, -74.10080860584658, 40.64476080816387, -74.10006809709039, 40.64012657433073, -74.10015621374946, 40.64010526968024, -74.10042457820131, 40.6400407133492, -74.10129652742899, 40.639826843409644, -74.10198935589231, 40.63966025542576, -74.10216583049201, 40.639617822097286, -74.10305261286658, 40.63940093051564, -74.1031742746842, 40.63937212277455, -74.10393828857488, 40.63918989186354, -74.10468711811589, 40.63899913367153, -74.10480991104433, 40.6389763854633, -74.10467426201173, 40.63824679751681, -74.10456996591951, 40.63770229701839, -74.10447747239648, 40.63724231382932, -74.104465272672, 40.63718164791333, -74.1041558512199, 40.63565944457291, -74.10396669412063, 40.6346996573266, -74.10454839246388, 40.634698654417285, -74.10538552696939, 40.63470223341601, -74.10544212764862, 40.63470155206283, -74.10552336390835, 40.634700295156655, -74.10558980363707, 40.63470084651752, -74.10644657895553, 40.63470195754404, -74.10653690506504, 40.634702072903714, -74.10652291205203, 40.63461482370634, -74.10650967600384, 40.63453227631933, -74.10623743847562, 40.63323783916507, -74.10617196796827, 40.63291463912125, -74.10615378507399, 40.632824878579676, -74.10613998945963, 40.63275936318427, -74.10600002661495, 40.63209456639674, -74.10598459960863, 40.63202128279555, -74.10596894114427, 40.63194662521157, -74.10572255129182, 40.63077169320538, -74.10571994450616, 40.63075347177736, -74.10571811934001, 40.63073396188683, -74.1057685473551, 40.63056889249932, -74.1058031596587, 40.630485507611965, -74.10584500162241, 40.63038469909844, -74.10585282282581, 40.63032882002741, -74.10585379182275, 40.63029365112264, -74.10584704104667, 40.63023521988449, -74.10582980726979, 40.63014844271685, -74.1057897581064, 40.62999324430723, -74.10577335672698, 40.62992968087254, -74.10575883402835, 40.62987463282679, -74.10560254740086, 40.629282236890475, -74.10557737967277, 40.629189481205685, -74.1055577182846, 40.629118838136954, -74.10554781369716, 40.62908162512617, -74.1053755745841, 40.628399466106536, -74.10529200735814, 40.62810357765881, -74.10524086040986, 40.627877502028106, -74.10517269241609, 40.62762345556875, -74.10506336416944, 40.627177163062186, -74.10490968821105, 40.626496248779944, -74.10488294099824, 40.62637710640672, -74.10484411063054, 40.626206431953094, -74.10474881816445, 40.62580514960982, -74.10463821128177, 40.62533188989308, -74.10460254245865, 40.62517927240337, -74.10458829455608, 40.62509844022759, -74.10445556437092, 40.62452045906681, -74.10443989342176, 40.62447639101622, -74.10443168792692, 40.62444334035623, -74.10429128148846, 40.6238288507259, -74.10425644697492, 40.6236819650643, -74.1042003654489, 40.62339525317813, -74.10419095015725, 40.62324572123115, -74.10419503426881, 40.62320307787042, -74.10420400160159, 40.62316939026515, -74.10421171095693, 40.62314978074044, -74.10423702006588, 40.6231026551548, -74.10424962585566, 40.62308457837674, -74.1042682676916, 40.62306292735895, -74.10431128725595, 40.62301761014742, -74.10434261868834, 40.622989209005645, -74.10447225299114, 40.622899647044314, -74.10457378091414, 40.622841463939125, -74.10488139050477, 40.62268883630322, -74.10536619595003, 40.62245895738394, -74.10564380780986, 40.622321116526884, -74.10589693255392, 40.622194041670205, -74.10640966898372, 40.62195199177683, -74.10654449099468, 40.621891744525186, -74.10666475728505, 40.62184108946228, -74.10693295816196, 40.62176106675505, -74.1069521468815, 40.621754750661175, -74.10729333153408, 40.62164201890627, -74.10758591377854, 40.62153086611892, -74.10777846963592, 40.62146917386708, -74.1079193340946, 40.62142404358311, -74.10843452000331, 40.62125898227852, -74.10954642518517, 40.620898870558435, -74.10974195864898, 40.620834729059176, -74.11001550897362, 40.62068803026228, -74.11022425712315, 40.620796099052846, -74.11076060092975, 40.62107961960768, -74.110943935409, 40.62119416650687, -74.11143726454621, 40.621536375437444, -74.11153394112185, 40.62160332277299, -74.11208312546577, 40.62201896533849, -74.11255819479659, 40.62239382662468, -74.11292238231282, 40.62277485541127, -74.11295707934727, 40.62280716713651, -74.11331003510796, 40.62304177381345, -74.11358345739552, 40.62318025806251, -74.11393458143853, 40.62334397111903, -74.11437366308841, 40.62351214145942, -74.11541921619693, 40.623910645933684, -74.1170137248825, 40.62452323161828, -74.11730817606093, 40.62435377861109, -74.11802717599346, 40.62396170695708, -74.11817124201528, 40.62386403705231, -74.11823491864212, 40.62381262748182, -74.11839718382929, 40.623571183013816, -74.11828876438331, 40.62325038317159, -74.11828464093868, 40.62322307191164, -74.1182825982811, 40.623206168533066, -74.11828698524626, 40.6231160912097, -74.11829130715616, 40.623027324210334, -74.11830128458834, 40.62298944433435, -74.1183779824188, 40.62278438339005, -74.11841458204056, 40.622686525701255, -74.1184532141532, 40.622583241166765, -74.11851721081598, 40.62246062149979, -74.11858104226788, 40.622386834521095, -74.1187106665132, 40.6222604747064, -74.11906219101046, 40.6219930544504, -74.11907733207498, 40.621982115447366, -74.11917363012276, 40.62191315281267, -74.11925539007989, 40.62186526116335, -74.11935503360651, 40.62182145006195, -74.11945296055559, 40.62178862611469, -74.1195446048377, 40.62176638343672, -74.11966871715397, 40.621744611184404, -74.12007827162559, 40.6216667195004, -74.12053235328422, 40.62208447784065, -74.12077339543097, 40.62229122855257, -74.12141108996107, 40.6228139604173, -74.12147134170624, 40.622872334283, -74.12150242885691, 40.622904658954106, -74.12154676249688, 40.62295075749006, -74.121590395217, 40.62299612912911, -74.12162492197596, 40.62303575245392, -74.12164441747633, 40.62306538688528, -74.12165086892696, 40.62308014139953, -74.12165939994286, 40.623100456231086, -74.12180159471268, 40.62351619508676, -74.12195361098763, 40.623987331485814, -74.1219817352346, 40.624049663624675, -74.1220110317406, 40.624089898429865, -74.12203822060695, 40.62415189385168, -74.12204456707434, 40.62418410595258, -74.1222816798999, 40.624150864310806, -74.12277934027088, 40.62405679949314, -74.12338025069376, 40.62393510273695, -74.12469733765806, 40.62368066050886, -74.12473365704506, 40.62384861060218, -74.12474186250707, 40.62395471639209, -74.12626430316952, 40.623838916062375, -74.12721885711808, 40.62376607869122, -74.12782307903973, 40.62371285496877, -74.12855138585476, 40.62366367140669, -74.12864096033964, 40.62365374022249, -74.13051130061784, 40.62350891488053, -74.13060987200971, 40.62349469897484, -74.1308574333366, 40.62348097087464, -74.13096213865626, 40.623475882571086, -74.1312049818571, 40.62345013263697, -74.13140314870225, 40.623435455641875, -74.1320580680228, 40.62338617702417, -74.13205434780292, 40.62366109869619, -74.13205147293603, 40.623874666886, -74.13204351156404, 40.62410570742023, -74.13203723491897, 40.624160813011784, -74.13199575258419, 40.624304367685355, -74.13191628151773, 40.62454508623232, -74.13156188979556, 40.62558110947824, -74.13135224038257, 40.62619333420128, -74.13130985498589, 40.626328025798294, -74.13099290588762, 40.62737379476518, -74.13083297855418, 40.62791144996656, -74.1306912438793, 40.62833820042296, -74.13033008074635, 40.62938401936763, -74.13024788702329, 40.62960881489895, -74.13014727285498, 40.62991361274817, -74.13013973064183, 40.62994996719342, -74.13014324410841, 40.629978779872474, -74.13014645876133, 40.62999922165109, -74.13026897194075, 40.630365612753366, -74.13030104770093, 40.63045474504219, -74.13032642789928, 40.63052527115327, -74.13046016565116, 40.63089689754278, -74.13049954513896, 40.631002183123954, -74.13060007559346, 40.6313250352129, -74.13060291913682, 40.631350224040446, -74.13060150205243, 40.631364788865554, -74.13059512753152, 40.631385935821825, -74.13054103983085, 40.63151681403544, -74.13046976534646, 40.63167600607435, -74.13016617205112, 40.632370711657906, -74.12988812229108, 40.63300116873138, -74.12975163397157, 40.633213708720255, -74.12944518389594, 40.63366004393868, -74.12900054225722, 40.63433327538454, -74.12896499042424, 40.63438751486555, -74.12894565925824, 40.634436536543255, -74.1288900152949, 40.63472730840981, -74.12887134359856, 40.63485592089435, -74.12885936996327, 40.63501726337167, -74.12885588388143, 40.63557364723381, -74.1288507104992, 40.63606064159213, -74.12885023826584, 40.636105031448025, -74.12884672639754, 40.6364356873676, -74.12884362102513, 40.63674669437771, -74.12883950217224, 40.636783207867325, -74.12883188182512, 40.63680986458777, -74.12875866109538, 40.637009368512444, -74.1287248945639, 40.63708851788186, -74.128699050627, 40.63714755156801, -74.12865787812588, 40.637259226974074, -74.12865288335114, 40.63727313298564, -74.12867047077086, 40.63734795190224, -74.12868803056483, 40.63741149003553, -74.12885656826191, 40.63783745514931, -74.12908208106481, 40.638449463752906, -74.12918652959064, 40.63867078423816, -74.12928488567503, 40.63884124922531, -74.12933511682576, 40.63892476996489, -74.12948782883075, 40.639138721852696, -74.12954981216393, 40.6392131331136, -74.12967909475506, 40.639368345029126, -74.1298176108692, 40.63951827473221, -74.12999666667325, 40.63968198412111, -74.13015600101006, 40.63980785410954, -74.13029106280722, 40.639913748140096, -74.13031106465652, 40.63992939811742, -74.13043084919441, 40.63999619432824, -74.13055491515257, 40.64007477515492, -74.13094787834991, 40.640278649014604, -74.13101354485423, 40.64031052375003, -74.1310984048749, 40.64034415239244, -74.13138443712278, 40.640410341917885, -74.13156293500771, 40.640355666314726, -74.13148124674503, 40.64042476835485, -74.13144229580453, 40.64048663624872, -74.13142815811945, 40.64050634136587, -74.13130648456368, 40.64068506508328, -74.13129295788356, 40.64070712614506, -74.13126200533497, 40.640758871109185, -74.1311848267588, 40.640881151565225, -74.13115709985038, 40.64092490521264, -74.13109741892478, 40.641036107270445, -74.13105962204162, 40.641013602247796, -74.13101861136981, 40.640985336649436, -74.13100481326275, 40.64100290079162, -74.13075067527622, 40.640922371113675, -74.13073845150923, 40.64093799551607, -74.13050966301228, 40.64086515033217, -74.13042728699152, 40.64083244777556, -74.13032235705437, 40.64078552180319, -74.13027916074348, 40.64076620327753, -74.13018370015592, 40.640723510598285, -74.13012782847926, 40.64079438438184, -74.12999033918082, 40.6407351281128, -74.12987750715543, 40.64068649967989, -74.12992089589964, 40.64062866163259, -74.12930714292371, 40.64033709432876, -74.12926233934662, 40.64042329109433, -74.12925244637354, 40.64046751051584, -74.12922977261393, 40.64048405152565, -74.12890146196584, 40.640406118944725, -74.12888217798398, 40.64040154160649, -74.12881646090533, 40.64022724945836, -74.1287820086563, 40.640222644067954, -74.12870658130473, 40.640216642804354, -74.12859430854964, 40.64020332185441, -74.12846611122366, 40.64018950529013, -74.12835890788125, 40.6401842921274, -74.12828685019645, 40.64018405195284, -74.12821259293278, 40.64018279749912, -74.12816682504007, 40.640162138372446, -74.1280952065818, 40.6401351260449, -74.12802643192869, 40.640130023747524, -74.12792098108108, 40.640139206631325, -74.12783486164184, 40.64015313167778, -74.12776003124935, 40.64017481289927, -74.12768349990962, 40.640194141102256, -74.12763160822287, 40.64021222260585, -74.12753454368381, 40.64022339858195, -74.12750483038575, 40.64021672176146, -74.12747515261111, 40.64020388444032, -74.12731920895733, 40.64021477608817, -74.1271460222261, 40.64022687257523, -74.12712843763545, 40.640264729142565, -74.12711211984897, 40.64030359018689, -74.12704330986368, 40.640374981063815, -74.1269916063459, 40.640408864384966, -74.12693186699364, 40.64043620347321, -74.12686691907645, 40.64047043004619, -74.12678565319634, 40.640477640081144, -74.12669640334518, 40.64047134926313, -74.12660429573842, 40.64045296394425, -74.12650761074805, 40.64043951213027, -74.12640673895689, 40.640420018749964, -74.1263060752776, 40.64038303426394, -74.12621407328143, 40.64036036294463, -74.12613879802124, 40.64034347345069, -74.12609870894083, 40.64030674290646, -74.12606470203006, 40.64028436086077, -74.12602354483433, 40.64025727332273, -74.12593027068614, 40.6402105764115, -74.12580813070643, 40.640179526916356, -74.12569811430299, 40.64015561686585, -74.12557834442536, 40.64014700548024, -74.12546250364744, 40.640154517986275, -74.12533093928202, 40.640181705852925, -74.12523917832144, 40.640219739306765, -74.12519504310832, 40.640250962447766, -74.12510609461312, 40.640237442498844, -74.12500269358586, 40.640239332572044, -74.12493339669534, 40.640260194569564, -74.1249165972225, 40.640303865498495, -74.12489755435503, 40.64052647026458, -74.12489104853033, 40.640594481852894, -74.12488188899945, 40.64063737093114, -74.12486355045772, 40.64063505219628, -74.12482474016599, 40.64052835756972, -74.12479926148238, 40.640450871216174, -74.12478081041014, 40.64036874946165, -74.12476330023377, 40.64030994203064, -74.1247188806348, 40.640291625022755, -74.12465926774378, 40.6402997727241, -74.12459120216347, 40.64029449920658, -74.1245269623695, 40.640248849419784, -74.12443326335973, 40.64019562749236, -74.12435367328287, 40.64015939564058, -74.12425872847783, 40.640146766731235, -74.12417228760063, 40.64015925755537, -74.1240951654446, 40.640211692503705, -74.12400331699872, 40.64025775679734, -74.12389485227338, 40.6402835979465, -74.1238690296128, 40.64029146748808, -74.12379939659301, 40.64031106123243, -74.12373290513965, 40.64033225808083, -74.12367114337697, 40.64035659531843, -74.12363401068247, 40.640385385229095, -74.12358907434191, 40.64043068012941, -74.1235801750503, 40.64047665040151, -74.12356469883777, 40.640528716151394, -74.12354259723472, 40.64055496212164, -74.12349034260711, 40.64059359289649, -74.12344783486404, 40.64061688364327, -74.1234111247047, 40.64063265241797, -74.12338303276205, 40.64064471890441, -74.12332246992425, 40.64067515118305, -74.12325986985782, 40.640705420818286, -74.1232376927481, 40.64073376592072, -74.12323588143205, 40.640786766126624, -74.12325148434387, 40.640824883696794, -74.12324339235411, 40.64086902321994, -74.12322449030594, 40.64088164174177, -74.123159116572, 40.64090483441041, -74.12309365495852, 40.64092975793398, -74.12305575016634, 40.6409498053399, -74.12304190129072, 40.64097558851904, -74.12300969956237, 40.641023378409486, -74.1230039446333, 40.641070772593, -74.12300008387959, 40.641093340134304, -74.12299333161243, 40.641132629809405, -74.12298547629504, 40.64118278362796, -74.12296990728024, 40.64121241655627, -74.12293205951033, 40.64123528878861, -74.12291250129172, 40.64125694647206, -74.1229180926317, 40.641297184702466, -74.12290671683857, 40.64130889820898, -74.12284667636794, 40.641323638127226, -74.1227905064844, 40.641346175980125, -74.12277253198741, 40.64136316275587, -74.12273650360792, 40.64136941749981, -74.12266575024948, 40.64138099982957, -74.12259359961536, 40.641388767204745, -74.12252148879323, 40.64139826709129, -74.1224506490364, 40.64141176478513, -74.12237802075111, 40.64141953613568, -74.12230841221238, 40.64143466237142, -74.12223628847032, 40.641443611875445, -74.12216431629857, 40.64144818915217, -74.12209080644105, 40.64145359829519, -74.12201783691975, 40.64146229011106, -74.1219627067289, 40.64146529869571, -74.12189163636674, 40.641454908215316, -74.12185060402136, 40.6414263872303, -74.12181583204622, 40.64143062679322, -74.1217639943721, 40.64143694570568, -74.12173665900572, 40.64144027865188, -74.12168115028165, 40.64144704446856, -74.12166088549516, 40.64146332928742, -74.12162147079827, 40.641479744220895, -74.12155127430599, 40.64149542263812, -74.12147964991361, 40.641505370715855, -74.12142139357408, 40.641507507939124, -74.12140224337489, 40.64149578268538, -74.12137201063588, 40.64148297409461, -74.12133794459234, 40.64147108716983, -74.12129992227503, 40.64146140977979, -74.12128259650842, 40.64145700110152, -74.12121721315263, 40.64143783404943, -74.12119273788153, 40.641427735308426, -74.12117014014214, 40.64141841083151, -74.12112491273639, 40.641401700715896, -74.12108617488177, 40.64138008222312, -74.12103509440256, 40.64133982335307, -74.12100954842361, 40.64131358299185, -74.12097493413246, 40.64128872725806, -74.12094663339423, 40.641268173858315, -74.12090048900504, 40.64122940549896, -74.1208847188641, 40.6412190111747, -74.12084241204371, 40.641174455623016, -74.12082151014829, 40.64112882936366, -74.12078830628869, 40.64109675262842, -74.12074320407658, 40.64106216512228, -74.12071318095518, 40.64104546319313, -74.12064635323911, 40.641043776411514, -74.12064635323911, 40.641043776411514 --73.8407585999926, 40.62536368053421, -73.84306165716099, 40.62793311962452, -73.84421883848691, 40.629956243309636, -73.84249764739722, 40.631777256828784, -73.83626711777097, 40.633591911523375, -73.83592083840247, 40.633353587672815, -73.83550635948382, 40.63263950832847, -73.83874387425199, 40.62779501573245, -73.83954403986218, 40.62677875421898, -73.84068750616866, 40.627229578439, -73.84158719883582, 40.62810286292014, -73.84181286133007, 40.62801068469843, -73.84084493653295, 40.6266616485969, -73.84009979053054, 40.626435997623986, -73.8407585999926, 40.62536368053421, -73.8407585999926, 40.62536368053421 --73.95805126567384, 40.72442275888558, -73.95772236032428, 40.7242710558563, -73.9577068166228, 40.724343855424316, -73.95770032275982, 40.724374265939296, -73.95768956234653, 40.724433695598776, -73.95764642131637, 40.72468407084305, -73.95754639777023, 40.724628246557494, -73.95695447888704, 40.72427556024892, -73.95684242067338, 40.724205944050766, -73.95639699188999, 40.72392921090143, -73.95616950059694, 40.72379614630824, -73.95587042415573, 40.72406122306934, -73.95581930449983, 40.72402973786784, -73.95572701133362, 40.72397233366739, -73.95567927820143, 40.72394264622158, -73.95555691073808, 40.72386659876472, -73.95562664467464, 40.72380120635642, -73.95585350759832, 40.72358937308787, -73.9557486166867, 40.723524413298826, -73.95582297843804, 40.72345491532382, -73.95516133794253, 40.723045147487305, -73.95517674778817, 40.7230307453359, -73.95506196981003, 40.72295966030336, -73.95491585812378, 40.722869170418704, -73.95462294618507, 40.722687758473974, -73.9549260295547, 40.72255158360737, -73.95477662149834, 40.72245919577702, -73.953525165605, 40.72174134248141, -73.95387190484688, 40.7214192876727, -73.95401978119119, 40.72128193625043, -73.95414247410731, 40.72116797525335, -73.95425787221836, 40.72106078936259, -73.95436966363425, 40.72095695632419, -73.95464448326689, 40.720701689356595, -73.95475341569288, 40.72060050771649, -73.95479404288251, 40.72056281122687, -73.95479590582924, 40.72056108297955, -73.95499560062196, 40.72037579847678, -73.95505056845538, 40.720324799766594, -73.95524737566176, 40.72014219451212, -73.9553070152155, 40.72008685973804, -73.95530765829676, 40.72008626204916, -73.95534771520508, 40.72004909644123, -73.95538760764748, 40.72001178847495, -73.95539067146652, 40.72000892333926, -73.95564522099751, 40.71977084313459, -73.95574837145621, 40.719674365279104, -73.95589941815999, 40.719533087309294, -73.955900577586, 40.719532003539506, -73.95594271009944, 40.71949259444644, -73.95597931060904, 40.71945853675407, -73.9559838144641, 40.719454346602426, -73.95598400987254, 40.71945416387363, -73.95623917493856, 40.71921670842938, -73.95626069569911, 40.71919668206242, -73.95649270507253, 40.71898077365671, -73.9564938526343, 40.71897970428455, -73.95650757599027, 40.71896693393483, -73.95653562311189, 40.718940835141005, -73.95657580777679, 40.718903480942245, -73.9565778056398, 40.718901623943744, -73.95676899125905, 40.718723913611, -73.95683338433786, 40.7186640583608, -73.95699930842694, 40.7185098288703, -73.95708777814401, 40.71842759398627, -73.95708814052585, 40.71842725643011, -73.95710210049447, 40.71841428168112, -73.95713103295118, 40.718387389721, -73.9571721454403, 40.718349110833245, -73.95717314494898, 40.7183481791772, -73.95742823173555, 40.71811068951861, -73.95745580089468, 40.71808502256598, -73.95768285130035, 40.717873632261615, -73.95768308459432, 40.71787341532444, -73.95772542804934, 40.717833993041374, -73.95776578435846, 40.71779635032204, -73.95776656832098, 40.71779561849497, -73.95802234865985, 40.71755704264373, -73.95827612584151, 40.71732033495047, -73.95827746755734, 40.7173190846281, -73.95831926916584, 40.71728009777453, -73.95836009247462, 40.71724216865119, -73.9583608337897, 40.717241480929516, -73.95838276417483, 40.71722110581186, -73.95861659390198, 40.71700384927036, -73.95862021045458, 40.71700048896577, -73.95876307464955, 40.71686774649135, -73.95887093826592, 40.716767526772685, -73.95887218640574, 40.71676636736144, -73.9589139043344, 40.71672760628746, -73.95895251019508, 40.71669168159639, -73.95921229134896, 40.71644994100326, -73.95931366913972, 40.716355599799186, -73.95946938727951, 40.71621069508601, -73.95947152471517, 40.716208705710784, -73.95951067351038, 40.71617227493458, -73.95954974425217, 40.71613567842361, -73.95955203563408, 40.71613353151166, -73.95975367424701, 40.71594468322367, -73.95982512223543, 40.71587776784464, -73.9599366173332, 40.71577334119842, -73.96009687219767, 40.71562324846434, -73.96010231818079, 40.71561808142246, -73.96010257514398, 40.71561783927421, -73.9601392534834, 40.71558307427015, -73.96017546014536, 40.71554932846875, -73.9601762973428, 40.71554854531439, -73.96020540379641, 40.715521416698735, -73.96028802668421, 40.71544440386646, -73.96037927706837, 40.71535934788356, -73.960381280643, 40.715357480014085, -73.96038457256783, 40.71535441130705, -73.96043673414421, 40.71530578367418, -73.96049088619249, 40.71525529174349, -73.96049239123724, 40.71525388836426, -73.96054745972457, 40.715202543937835, -73.96065873676929, 40.71509879009072, -73.96066488480402, 40.71509306134335, -73.9608420323583, 40.714927889780625, -73.96084386776059, 40.7149261785346, -73.96085620995008, 40.714914671507096, -73.96088070367132, 40.71489183568435, -73.9609153585799, 40.7148591859418, -73.96091762501287, 40.714857052501536, -73.96097549955448, 40.71480252641654, -73.96108620869789, 40.714698226249354, -73.96113959275216, 40.714647931862494, -73.96122215948795, 40.714570144794195, -73.96123573157246, 40.71455592310071, -73.96123837114767, 40.71455315672084, -73.96126899801962, 40.71452105932813, -73.96128719673486, 40.71450198903561, -73.96132763648266, 40.714440056511904, -73.96132821927023, 40.714439162500796, -73.96143862626718, 40.714270074661165, -73.96148357163847, 40.714201240276495, -73.96164907531951, 40.71394777120172, -73.96165400287231, 40.71394022656487, -73.96165601653767, 40.71393713938495, -73.96167992226448, 40.71390052538232, -73.96170348269187, 40.71386339256561, -73.96170451442286, 40.71386176568627, -73.96185459218424, 40.71362522797553, -73.96188030233054, 40.713584708112826, -73.96201409764639, 40.71337383204687, -73.96205201048683, 40.7133140803633, -73.9620532234342, 40.71331216357606, -73.96208068286667, 40.7132688868801, -73.96210863862265, 40.713224743149034, -73.96210940737318, 40.71322352861321, -73.96230710076829, 40.7129114161914, -73.96231595611529, 40.71289743596105, -73.96252173765372, 40.71257255296153, -73.96252268169273, 40.712571063824164, -73.96255125042002, 40.71252596744099, -73.96256903211244, 40.712497649460964, -73.96257774054097, 40.71248377992482, -73.96257898071006, 40.712481804607464, -73.96274634482457, 40.712215224869766, -73.96285596418603, 40.71204061433716, -73.96291210144986, 40.711951198210514, -73.9629134197746, 40.71194909864411, -73.96294143267782, 40.71190447925216, -73.96296951522771, 40.71186010841655, -73.96296988359725, 40.71185952590457, -73.9631584664572, 40.71156163890802, -73.96324225117272, 40.711429290601146, -73.96333730201032, 40.71127914632239, -73.96333987344161, 40.711275086737885, -73.9633622583935, 40.71124166600129, -73.96337517888921, 40.711222364060625, -73.96337701601385, 40.711219367744974, -73.9633945332443, 40.71119079650513, -73.96340955358535, 40.71116629747956, -73.96341205046015, 40.711162224362006, -73.96342112827861, 40.711147417445325, -73.96343137043115, 40.71113071172034, -73.96343524839973, 40.711124386863375, -73.96343759484198, 40.711120561337985, -73.9634391263675, 40.711118062006264, -73.96344406799199, 40.71111000220236, -73.96344743300466, 40.71110465333583, -73.96344895738656, 40.711102231445636, -73.9634556909526, 40.711091547220995, -73.9634618097889, 40.71108184075565, -73.96346340997286, 40.711079300922364, -73.96347263560884, 40.711064651637756, -73.9634731650554, 40.71106381072864, -73.96347785189946, 40.711056368592814, -73.96347904700272, 40.71105447159557, -73.96347980149443, 40.71105327145396, -73.96348436277832, 40.7110460426991, -73.96349081088397, 40.71103580863725, -73.96349554628446, 40.71102829267422, -73.96349593596494, 40.71102767594783, -73.96350547309275, 40.711012535980856, -73.9635088203262, 40.711007220425735, -73.96351540700331, 40.71099676758223, -73.96352676578812, 40.71097874295389, -73.96354399938902, 40.710951390892305, -73.96355488437553, 40.71093413154533, -73.963556376768, 40.710931763674154, -73.96355781118305, 40.71092937777442, -73.96357566624567, 40.71089949997161, -73.96357793455014, 40.71089570503592, -73.96358704186628, 40.710883090858985, -73.96359055964768, 40.71087750069953, -73.96359515526134, 40.710870208014754, -73.96359565035591, 40.7108694220253, -73.9635989928379, 40.71086411276954, -73.96360033598823, 40.710861981685, -73.96360658507147, 40.7108520663343, -73.96361676647997, 40.71083590718313, -73.96362368950281, 40.71082492043652, -73.9636266730944, 40.71082018469196, -73.9636345495861, 40.710807679984576, -73.9636376409597, 40.71080277317669, -73.96365270696754, 40.71077884145445, -73.96368528822397, 40.710718642677556, -73.96373646404209, 40.71062407994988, -73.96379641991263, 40.710513299056544, -73.96382022191014, 40.710469320182604, -73.96386233026277, 40.710391968713104, -73.96386374913716, 40.71038328102892, -73.96387872273715, 40.710291515557614, -73.96388713028547, 40.71024002517763, -73.96395155086304, 40.70991415584704, -73.96395182852687, 40.70991276914703, -73.96401729609742, 40.709586292248794, -73.9640175773155, 40.70958489294251, -73.96402771310491, 40.70953430990239, -73.96403772828148, 40.70948352690989, -73.9640379430591, 40.70948244276168, -73.96410810097075, 40.70912689425815, -73.96412643298493, 40.7090339987448, -73.9641783127099, 40.708771083663514, -73.96417870903784, 40.708769071144424, -73.96417996802724, 40.70876268601175, -73.96418484324445, 40.70871915231759, -73.96419427116848, 40.708672884286294, -73.96419491662279, 40.70866971828986, -73.96425661670818, 40.70836678299557, -73.96429377269234, 40.708184364466454, -73.96432339316532, 40.70803893208429, -73.96432838468021, 40.708014412710625, -73.9643331633608, 40.70798956818609, -73.96436891734548, 40.707803632692986, -73.96437463345123, 40.7077739139888, -73.9644080839204, 40.70759996266998, -73.96440836871523, 40.70759848231751, -73.96442087242653, 40.707533406232855, -73.96443358315476, 40.707472849876424, -73.96443407786977, 40.7074704915902, -73.96444846849295, 40.70740187707511, -73.96445074218958, 40.7073144291247, -73.96445169541798, 40.70727773538424, -73.96445309444996, 40.7072238825381, -73.96444374471086, 40.70716200641805, -73.9644337334742, 40.70709574370164, -73.96443356839285, 40.7070946441263, -73.96441359217783, 40.70707507794565, -73.96441327165986, 40.70707476356808, -73.96439361478976, 40.70705551446263, -73.96436327887822, 40.70702848973475, -73.96428729607634, 40.706960827878504, -73.96428095638305, 40.70695520762111, -73.9642743210059, 40.7069493072126, -73.96425332671605, 40.70693066010982, -73.96420088244409, 40.706884071165234, -73.96406922446158, 40.706767113151386, -73.96386214909289, 40.70658315669857, -73.96379678979677, 40.706524737996524, -73.96379397719664, 40.70652222468508, -73.9637451032859, 40.706478534498764, -73.96369538379457, 40.70643404166915, -73.96369147124301, 40.70643053924674, -73.96343022178331, 40.70619675761955, -73.96342694439326, 40.706193825413514, -73.96320762605406, 40.70599756199066, -73.96316287238386, 40.705957564967875, -73.96311526718824, 40.705915019466836, -73.96309795783908, 40.70589954403229, -73.96308064494706, 40.705884070394994, -73.9630393130826, 40.70584712715496, -73.96303482697066, 40.705843117537746, -73.96296110601624, 40.70577724033488, -73.96282542213787, 40.705655818450666, -73.96278288065216, 40.70561774908729, -73.9625345492923, 40.70539552043816, -73.9625338514902, 40.70539489345498, -73.96248526432329, 40.70535135680767, -73.96246888015088, 40.705336708248424, -73.9624397368479, 40.705310655948395, -73.96216926027279, 40.70506885295763, -73.9621158090585, 40.705021066840494, -73.96191272849329, 40.704839512516166, -73.9618532624505, 40.70478634823083, -73.96181787737073, 40.7047546970229, -73.96180176669787, 40.70474028619325, -73.96153573936175, 40.70450232655452, -73.96138771817192, 40.70436992159322, -73.96122818066357, 40.704227213408345, -73.96121917659366, 40.70421773339011, -73.96108650109215, 40.704098295170745, -73.96108076988195, 40.70409313690304, -73.96090576414191, 40.70393705403763, -73.96076031752095, 40.70380733445928, -73.96061471535575, 40.7036774741618, -73.96059158255187, 40.703656843624444, -73.96050214641949, 40.70357719872466, -73.96046688397637, 40.70354643144065, -73.96043315548562, 40.703517001032466, -73.96039100407897, 40.70348022224163, -73.96034117604682, 40.70343674368426, -73.96030169929875, 40.703401363376045, -73.96029997027007, 40.703399813899495, -73.9602981785627, 40.70339820586793, -73.96029648028227, 40.703396685218244, -73.96029489790244, 40.70339526636635, -73.9602934219607, 40.703393943005416, -73.96029128018871, 40.70339202417646, -73.96029027966969, 40.703391128722544, -73.96028599494456, 40.70338728836257, -73.96028433569454, 40.70338579834356, -73.96028005215389, 40.70338195708323, -73.96027805821555, 40.703380167078215, -73.96027616598327, 40.703378470761514, -73.96027067732877, 40.70337354847076, -73.96026888798717, 40.703371944041635, -73.96020195626062, 40.703311939629415, -73.96012443413764, 40.7032423932884, -73.96012265663104, 40.70324079696566, -73.96011616630258, 40.70323497741069, -73.96011536328997, 40.70323425762346, -73.96011384123302, 40.70323289192019, -73.9601060405435, 40.70322589404107, -73.96010306975673, 40.70322322389436, -73.96003545242087, 40.70316256807639, -73.95996002133944, 40.70309523670772, -73.95995742190235, 40.70309291518452, -73.95995318096196, 40.7030891324599, -73.95994921439657, 40.7030855902673, -73.95994609223239, 40.70308280569883, -73.95994515913118, 40.70308197330119, -73.95994101398745, 40.70307827345659, -73.95993667962135, 40.70307440605077, -73.95993552181899, 40.703073373661255, -73.9599323038635, 40.70307050170941, -73.9599276915807, 40.70306638296368, -73.95988916010639, 40.703031997006335, -73.95983845147592, 40.702980204396475, -73.95983690352821, 40.70297862345809, -73.95981970936744, 40.70296106648152, -73.95976012119787, 40.70290797580058, -73.95962141522051, 40.702784388705936, -73.95961400132582, 40.70277778265137, -73.95958770915142, 40.7027543574133, -73.95945249940377, 40.70263428333618, -73.95938109612784, 40.702570873830716, -73.95938001521212, 40.70256991170252, -73.95933254954556, 40.7025276861487, -73.95929246241445, 40.70249183160491, -73.95928678822708, 40.702486756114, -73.95915024847022, 40.70236463254226, -73.95901780457935, 40.702246172646895, -73.95892997958985, 40.70216762030482, -73.95880576855939, 40.702056521182634, -73.95875071138572, 40.702007433469014, -73.95870283503008, 40.70196475004488, -73.95869604683742, 40.70195882224046, -73.95865550694596, 40.70192338604758, -73.95864968850506, 40.70191830056735, -73.95864804112605, 40.701916866360506, -73.95862743175431, 40.70189891175089, -73.9583860161777, 40.70168172118885, -73.95814653450142, 40.701466268805255, -73.9581457681921, 40.70146558053543, -73.95811975155488, 40.70144216856555, -73.95811899352597, 40.7014414848011, -73.95809216684262, 40.70141734761801, -73.95807048318603, 40.70139783823248, -73.95802417114169, 40.70135643562036, -73.95802217495518, 40.70135465007751, -73.95792623628563, 40.7012688944065, -73.95788270582247, 40.701229985370816, -73.95775435215734, 40.701115253619186, -73.95752699845337, 40.700912028831745, -73.95749667344258, 40.700872943517375, -73.95749488468097, 40.700870639346874, -73.95749411857642, 40.700869651202176, -73.95748061006498, 40.70085224471704, -73.95745735737515, 40.70082228509251, -73.95738793869265, 40.70072736164673, -73.9573715822976, 40.70069315504063, -73.95735752101511, 40.700646574444875, -73.95730920144071, 40.70041017930249, -73.95769033144848, 40.70036096116398, -73.95767714381785, 40.70034886964141, -73.95773122389761, 40.700313910921054, -73.95769918666903, 40.70028454065386, -73.95775500186234, 40.70024867484352, -73.95772358529611, 40.70022017110334, -73.95778373646841, 40.70018128835454, -73.95774951041521, 40.700149907354835, -73.95776395871039, 40.70014056804285, -73.95766453742274, 40.70004941229096, -73.95755456733524, 40.70006156922642, -73.95749343366167, 40.69982457597992, -73.9574537642923, 40.69966289776672, -73.95749228682395, 40.69944462963363, -73.95760544152921, 40.69942621266841, -73.95756756840589, 40.699267974204176, -73.95758448525184, 40.69926520416032, -73.95770632176595, 40.69924525131922, -73.95772408227738, 40.69924239781725, -73.95785377602384, 40.69922110504203, -73.95787157202255, 40.699218245226625, -73.95801873391441, 40.69919409142694, -73.95808209502437, 40.699183713603645, -73.95816654882651, 40.69916993857688, -73.95830330436243, 40.69914748890222, -73.95847692854002, 40.69911905405968, -73.95844980651634, 40.69897966297839, -73.9589051453254, 40.698912278129214, -73.95885874114603, 40.698677013512686, -73.95938294311661, 40.698591650124634, -73.95942399247934, 40.698751553270384, -73.96022951886347, 40.69861619566521, -73.96021621930596, 40.698553543325716, -73.96032004728075, 40.69854263524165, -73.96034501027155, 40.69853861315188, -73.96036001163266, 40.69859486612149, -73.9606492420222, 40.698548263901806, -73.96066047818222, 40.69860142588688, -73.96067222642573, 40.69865702933439, -73.96068358179306, 40.69871075417741, -73.96069479322342, 40.69876380988909, -73.96078038967748, 40.69875075644564, -73.96086680074202, 40.69873667032785, -73.96086177402165, 40.69871133810751, -73.96112459036146, 40.69866981990698, -73.96121111810201, 40.69865621894621, -73.96121667654738, 40.698680962395514, -73.96168553464109, 40.69860698385273, -73.96179512152891, 40.69859111633317, -73.9618137299767, 40.69853879463724, -73.96184999848133, 40.6984165359988, -73.96187012857659, 40.69834324726714, -73.96189121067488, 40.698243780051364, -73.96189838188606, 40.69818801729617, -73.9622005791338, 40.698139965643534, -73.96229420224603, 40.69812507936567, -73.9624965589456, 40.698092902635615, -73.96258909803487, 40.69807818596146, -73.96283963316708, 40.69803834831061, -73.96282595222857, 40.69816531523846, -73.96276055439013, 40.69839564966278, -73.96235752139677, 40.69970113168389, -73.962265732243, 40.69996929576953, -73.96217978294457, 40.70022039608645, -73.96252341534256, 40.70047257804234, -73.96263002497767, 40.70055938515185, -73.96318251671467, 40.7009997803371, -73.96386888609163, 40.701541575675705, -73.96431233347, 40.701900814781105, -73.96443929562793, 40.70200626260042, -73.96451844011277, 40.70207466559694, -73.96466809634173, 40.70219173855944, -73.96505441055561, 40.702502997760284, -73.96520437983739, 40.702622429454514, -73.96532702216926, 40.70272132645589, -73.96534674845354, 40.70273712557314, -73.96544150405568, 40.702813023084296, -73.96570837770103, 40.703027639936096, -73.96572301816774, 40.70303942028975, -73.96587417979367, 40.70315738542413, -73.96597799636078, 40.70324366177244, -73.96616888324259, 40.70339782081411, -73.96634383399024, 40.70353911106699, -73.96641989361379, 40.70360100564213, -73.96653746980674, 40.70369630231769, -73.96663232569988, 40.70377347849463, -73.96707843959166, 40.70413428349916, -73.96720961519262, 40.704255394735476, -73.9673386220952, 40.70437932110482, -73.96736837246202, 40.704418052443664, -73.96739883757884, 40.70446645277041, -73.96761548353086, 40.70496131443362, -73.96766342809045, 40.705069864770444, -73.96790258040214, 40.70562511867374, -73.96795138632802, 40.70573089824735, -73.96799580718633, 40.70583880268719, -73.96841566071173, 40.70573480512229, -73.96916312445141, 40.70554722503275, -73.96925241237875, 40.70552481717673, -73.96925213832023, 40.70552892793852, -73.96924967357089, 40.705551807476205, -73.96924963933853, 40.705554191120996, -73.96924962098026, 40.70555551036544, -73.96924503432655, 40.705876384792354, -73.96923591495592, 40.70618046075487, -73.96923478173049, 40.70620266706364, -73.96926258595641, 40.7067553120261, -73.96916381047551, 40.70676297237276, -73.96916823077846, 40.706815533702844, -73.96917832242517, 40.7069355151334, -73.96927372801558, 40.70693554063964, -73.9692777371733, 40.70700999688697, -73.96927928468571, 40.707038888404696, -73.96927980839523, 40.707039997073906, -73.96928534863007, 40.70704036956299, -73.96935998304794, 40.70720028154039, -73.969668181466, 40.707718144537544, -73.96985022549205, 40.707989321883545, -73.96988157821887, 40.70854798381041, -73.96989379640074, 40.708765673865244, -73.96993198191211, 40.70930248840855, -73.96973727335029, 40.70983339939544, -73.96957414569617, 40.71028085541287, -73.96957395815235, 40.71029506002285, -73.96958206665172, 40.71031095888525, -73.96961236375755, 40.71034016775493, -73.96963799535085, 40.71035764352971, -73.96965676144373, 40.71036604844374, -73.9696832652907, 40.71037037067518, -73.9697442451735, 40.71037727742827, -73.96979573377874, 40.71038509477717, -73.96986913871511, 40.71039875405288, -73.96993421623188, 40.7104120851222, -73.96998933436942, 40.71042518212738, -73.97001549243812, 40.71043273522534, -73.97003317095037, 40.71044136852437, -73.9700495540249, 40.71045178269424, -73.97005824400675, 40.71046701529593, -73.97005277867531, 40.71048102672462, -73.9700234419977, 40.71049181801581, -73.969960897624, 40.710505693893836, -73.96992426222704, 40.7105126668897, -73.96986031213575, 40.71051300046271, -73.96977998776913, 40.71050966642443, -73.9697574887151, 40.7105100810544, -73.9697352820998, 40.71051279746273, -73.96971221318157, 40.71052244667344, -73.96969539332942, 40.71053576080311, -73.96967655924323, 40.71058305427815, -73.96966810001378, 40.71061741734649, -73.96966040304868, 40.71065922964107, -73.96965992193535, 40.710673658400296, -73.9696826395032, 40.71068468934037, -73.96971597893354, 40.71069139971793, -73.96973775807051, 40.71069983422732, -73.96976277154218, 40.710713314244174, -73.96977868180595, 40.71072256486796, -73.96978908291452, 40.71073530532454, -73.96979620971769, 40.71075026107836, -73.9697994053567, 40.710764965458445, -73.96979637529515, 40.71078443280818, -73.9697834488767, 40.71080281604695, -73.96976794074938, 40.710814886025034, -73.96974500871504, 40.71082778522158, -73.9697220418612, 40.71083655646258, -73.96965802050157, 40.71085498296894, -73.96959523846516, 40.71087268935838, -73.96957503536927, 40.71088029783987, -73.96953259625283, 40.71090028155875, -73.96946227424087, 40.71092917202563, -73.9694173611788, 40.71094261913782, -73.96938798832358, 40.710954214413086, -73.96937244215734, 40.71096642120518, -73.96937007192376, 40.71098414442923, -73.96937184706788, 40.71099954003509, -73.96937635184756, 40.71101601878115, -73.96938860272701, 40.711033634230716, -73.96940174411436, 40.71103968555535, -73.96944200511744, 40.711054922987685, -73.9694807335709, 40.71106767999278, -73.9695490423831, 40.71109396148101, -73.96961912595441, 40.71111855944176, -73.96967602097929, 40.711141930092154, -73.96973721516238, 40.71116580432965, -73.96975733465307, 40.71117307583897, -73.96977498236899, 40.71117429976559, -73.96980303322245, 40.71116305074177, -73.96982410032155, 40.711165786614906, -73.96987020771486, 40.71117808346072, -73.96990011802885, 40.7111870693783, -73.96992214335391, 40.71119583080199, -73.96993833008777, 40.71120638181298, -73.96994825623528, 40.71122551935922, -73.96995115893715, 40.7112443786146, -73.96994656630723, 40.71125966268639, -73.96993291544631, 40.711270486863846, -73.96991284239957, 40.711272950819904, -73.96989052515869, 40.71127113585866, -73.96986458037391, 40.71126490924148, -73.96980432116032, 40.7112431902397, -73.96976979379976, 40.71123275776507, -73.96974429718718, 40.71122734349922, -73.96971157484776, 40.71122668112342, -73.96968269681719, 40.711224759936194, -73.96966333047314, 40.711221586837105, -73.96963029907539, 40.7112135500736, -73.96959305154012, 40.71120211906226, -73.96949493458725, 40.711168405894156, -73.96938557149551, 40.71113008353903, -73.96936827833589, 40.71112476862638, -73.96934718336887, 40.71112094034269, -73.96932427892976, 40.71112232913277, -73.96930646364669, 40.71113039566272, -73.96929077392784, 40.71114069242179, -73.9692746443893, 40.71116292443191, -73.96926470049141, 40.71118272220961, -73.96925635654101, 40.71120257354381, -73.96925165477819, 40.71121807908452, -73.96925066552956, 40.71123328214456, -73.96925764444835, 40.71125056481125, -73.9692723047699, 40.71126562706743, -73.96933067603865, 40.71130330289639, -73.9693558019417, 40.71132223022042, -73.96937674283389, 40.7113395796313, -73.96940572340176, 40.71136571025511, -73.96945261822329, 40.71140297143771, -73.96946019650863, 40.711414027218524, -73.96943737197827, 40.71142933614831, -73.9694263033773, 40.71144240232243, -73.96942160237361, 40.71145630225904, -73.9694251606027, 40.71147505003791, -73.96938503143254, 40.71149431030378, -73.9693480682718, 40.711507595609, -73.96932476833486, 40.71150920672002, -73.96929895140312, 40.71150279900697, -73.96925427254011, 40.71148224012792, -73.96923451084443, 40.71147401408519, -73.96921645112063, 40.711467899291485, -73.96919162821975, 40.71146676070882, -73.96917242130979, 40.71147442971997, -73.9691572051396, 40.71148411694138, -73.96913353831941, 40.711508785494345, -73.96912341506113, 40.711524704710854, -73.96911572801375, 40.711541594430194, -73.96910308086613, 40.71158226981029, -73.96907655891881, 40.71164916703792, -73.9690552799119, 40.711704959668964, -73.96903447732691, 40.71175155910947, -73.9690112704386, 40.71180483158394, -73.96898656405824, 40.711876021111884, -73.96896503044313, 40.71192932194282, -73.96894881178159, 40.711982181151804, -73.96893517991288, 40.71203030617079, -73.9689172162021, 40.71207942598324, -73.96889823525332, 40.712122315784484, -73.9688864670466, 40.712153078553236, -73.96888128566793, 40.71218162784499, -73.96887071476809, 40.71221812178563, -73.96886280992793, 40.71223479080256, -73.96884307771356, 40.71225173217474, -73.96881322961555, 40.71226081654907, -73.96887385388601, 40.71227754913703, -73.96883616679412, 40.71240035239068, -73.96894514293339, 40.71243732258943, -73.96893191018846, 40.71246427580624, -73.96890477483498, 40.712518192860244, -73.96888026829754, 40.71256609880891, -73.96886358526031, 40.712599214179654, -73.96885568323238, 40.71261482959856, -73.96883182184853, 40.71266220350905, -73.96881318940233, 40.71269834315957, -73.96880064113545, 40.71272411417534, -73.96873618321652, 40.712720190272904, -73.96870133159231, 40.712791655233296, -73.96867419272353, 40.712847335429544, -73.96849785540607, 40.71280826998548, -73.96848059543754, 40.712827094938525, -73.96847440290631, 40.712841189836425, -73.96847161839143, 40.71288344643592, -73.96847109561614, 40.71290781501095, -73.9684663908831, 40.712926456993856, -73.9685501182222, 40.71294967885275, -73.96853997566713, 40.71297062015749, -73.96849756295764, 40.713099025875344, -73.96870130034779, 40.713178273250286, -73.96884044408417, 40.713214768167795, -73.96876299185583, 40.71338914996272, -73.96848957779052, 40.71399865354419, -73.96817462503897, 40.714699002852335, -73.96788604933839, 40.71533032187181, -73.96775339763845, 40.71562700204389, -73.96765899792204, 40.71583812541675, -73.96747395085131, 40.716250514187095, -73.96737208198286, 40.71647741934015, -73.96723671052989, 40.71643984312675, -73.96723535057758, 40.716476161216995, -73.96723580745652, 40.71650736942876, -73.96723790643797, 40.71652778099035, -73.96724364583145, 40.7165531472943, -73.96725960813833, 40.71658386283466, -73.96726970879958, 40.71661643085679, -73.96727290240867, 40.716637117384295, -73.96727373170116, 40.71665470188245, -73.96727263162316, 40.71667037494952, -73.96726839920807, 40.716690007569774, -73.9672615138168, 40.7167062868361, -73.96725277173311, 40.716719660527986, -73.96724090009559, 40.71673372492051, -73.96721071531772, 40.716763484492404, -73.96719607623656, 40.71678070438017, -73.96718660693408, 40.71679512965554, -73.96717246786193, 40.71682799514641, -73.96716092049846, 40.71685161313532, -73.96715232450404, 40.71686626018238, -73.96713437178047, 40.716885389999184, -73.96711766098093, 40.71689646150239, -73.9672574823611, 40.71698417322049, -73.96717972787901, 40.71708929734617, -73.96692578229752, 40.7174255958171, -73.96677853773355, 40.71762681742575, -73.96672451999672, 40.71760361819382, -73.96669780448143, 40.71764329774904, -73.96669044456047, 40.717658968997625, -73.96668235369155, 40.717680787816356, -73.96666839816298, 40.717714954531736, -73.96665448273814, 40.71773990273537, -73.96664093862871, 40.71776072760929, -73.96668001346566, 40.71777862305452, -73.96671254013671, 40.717731934713626, -73.96673799801202, 40.71774357396002, -73.96659911567748, 40.71797894868912, -73.96657212640335, 40.718018900988376, -73.966558139655, 40.71803955372588, -73.96653396812766, 40.71803042093356, -73.9663413803216, 40.71830522025605, -73.96622714880358, 40.71824372069244, -73.96619097076926, 40.71828485077372, -73.9661763292351, 40.71830572659836, -73.96616187174088, 40.71832075816534, -73.96614039011511, 40.71833772736337, -73.9661087461647, 40.718371806858066, -73.96607963389553, 40.718405662862835, -73.96612422158168, 40.71842885691885, -73.96615488871089, 40.718456196416064, -73.96612473685427, 40.71849088149598, -73.96608172012851, 40.71855520126283, -73.96588555288156, 40.71875939697005, -73.96587051257552, 40.71877509470425, -73.96568520466273, 40.7189533459904, -73.9655511263968, 40.718874374454465, -73.96554209512325, 40.71888731388044, -73.96553429990391, 40.71890171250181, -73.9655240287099, 40.71891378256305, -73.96551073955862, 40.7189233600084, -73.96548368997483, 40.71893836070089, -73.96545489419303, 40.71895421904898, -73.96546394297818, 40.71897834102132, -73.96524399619334, 40.71919825859584, -73.9651716053672, 40.71927016404602, -73.96528190173657, 40.71937370736697, -73.96536237186567, 40.71941958556711, -73.96557304080113, 40.7195507773975, -73.96586867125616, 40.71974059383478, -73.96578222776726, 40.71981987787625, -73.96555536409024, 40.719677087525724, -73.9655416463882, 40.719684282996994, -73.96552900869973, 40.719701752706555, -73.96550941070022, 40.7197324560232, -73.9654909073246, 40.71976346493728, -73.96546603032341, 40.71979693753257, -73.96545043970953, 40.71982102599514, -73.96543754313316, 40.719844641596154, -73.96542675786218, 40.7198685919188, -73.96541564204769, 40.719897720072474, -73.96540346546149, 40.71993651307787, -73.96539462966007, 40.71998751889926, -73.96538361374421, 40.720036169231065, -73.96537504871944, 40.720060285909604, -73.96536018297631, 40.72009229366016, -73.96534480686547, 40.72012247322019, -73.96533151060517, 40.72014520438749, -73.96529865553207, 40.72019337806581, -73.96527180921048, 40.72023742651082, -73.96525246725092, 40.72026685743854, -73.96523899085471, 40.72028764884233, -73.9652034497583, 40.720320620176544, -73.9651794557765, 40.72033969202243, -73.9651739494364, 40.72035392381406, -73.96518834799011, 40.72038502637212, -73.96518688272857, 40.72040313608057, -73.9651726746405, 40.72042655944495, -73.96515599696934, 40.720444387193155, -73.96514186999222, 40.720452995392, -73.96512219255085, 40.72045380529453, -73.96509850684834, 40.72044231211517, -73.96507699284092, 40.72042890690695, -73.96507346559862, 40.720413431477624, -73.96509323784157, 40.720394301641946, -73.96513059625892, 40.72036728686397, -73.96514658179225, 40.72035347338221, -73.96514778936945, 40.72033926730593, -73.96511935933277, 40.72032890283414, -73.96508846255695, 40.72031886719394, -73.96506987583062, 40.7203185301688, -73.96504872254265, 40.72033281303793, -73.96503011072218, 40.72033743600648, -73.96500910479064, 40.720337036101554, -73.96498922406337, 40.72033285079194, -73.96496809770963, 40.72034538846652, -73.96495214803188, 40.72036072379591, -73.96492195133126, 40.720349605010966, -73.96469134958082, 40.72020753313744, -73.9644554123529, 40.72006273420934, -73.96436748347331, 40.72016023764198, -73.96447338621064, 40.72022904230052, -73.96441249381498, 40.72029955322041, -73.96432520794261, 40.720378061463926, -73.96459006777346, 40.720554465736285, -73.96474205947273, 40.72065128475856, -73.96466173572082, 40.72061976210368, -73.96464566026538, 40.7206242840308, -73.96463945777242, 40.72065202953192, -73.96462911207477, 40.72066985914789, -73.96461469301174, 40.720679989953986, -73.96459168758923, 40.720682405252276, -73.96456742295145, 40.720675689890484, -73.96454654072204, 40.72066504934285, -73.96450976250826, 40.720644165997506, -73.96448144902568, 40.720626024602616, -73.96444444681391, 40.72059690960786, -73.96442761437862, 40.720584930330645, -73.9643877179711, 40.72057425506139, -73.96435845504897, 40.720569897444776, -73.96431091532386, 40.72053447197414, -73.96426114169552, 40.72060378497731, -73.96409875502879, 40.720753762075695, -73.96417730877077, 40.72081253579663, -73.96434075167807, 40.720915983957454, -73.96464420348288, 40.72110803918933, -73.96501756322827, 40.721343856232814, -73.96503027586876, 40.721360336719385, -73.96491920813969, 40.721466500931484, -73.96490477005351, 40.72146980770522, -73.96450964795312, 40.721241581193674, -73.96400732086842, 40.7209265755579, -73.96380263115242, 40.72124462182913, -73.9637886446303, 40.72126638905271, -73.9636683592262, 40.72145356891219, -73.9635879815079, 40.72154597813091, -73.96343172161707, 40.72169250095281, -73.96332771904507, 40.72178401637967, -73.9630739758988, 40.7220122819934, -73.9629979368339, 40.72215398247544, -73.96283912243725, 40.72243832664207, -73.9628107415571, 40.7224873862413, -73.962688581796, 40.72269866297653, -73.96274385413439, 40.722760679150966, -73.96307462259068, 40.722962118908235, -73.96343878766113, 40.72318346777591, -73.96345677593216, 40.72319304139906, -73.96347772897833, 40.72321597591751, -73.96346330662293, 40.72323294684454, -73.96342229485712, 40.72323976508732, -73.96339967184409, 40.72324462605193, -73.96337985761751, 40.723245112330275, -73.96329287591057, 40.723200562546836, -73.96297672450575, 40.723009885610466, -73.96261281223046, 40.72285292898789, -73.962559734548, 40.72295493585901, -73.96245886951426, 40.7230286718484, -73.96250077238258, 40.7230641673761, -73.96265130074384, 40.72316011695508, -73.9630780953129, 40.72343006163343, -73.9633867295963, 40.723622462166134, -73.96321732224682, 40.72377150010122, -73.96273910910328, 40.72347180990718, -73.96270370374475, 40.72344945500513, -73.96264760503054, 40.723414298042876, -73.96239527744997, 40.72325625935528, -73.96231204653846, 40.72341190590277, -73.96225290927426, 40.723521656823, -73.96210466971148, 40.723825553450226, -73.96207332932067, 40.72388998177804, -73.96202300465886, 40.72399347693615, -73.96196701991326, 40.72396792271392, -73.96195046569336, 40.72396134712847, -73.96193240325614, 40.72395937174415, -73.96191177121227, 40.723961399171465, -73.96189485833614, 40.72397141894569, -73.96188716889148, 40.72398678629373, -73.96188092849862, 40.72401408676997, -73.96186996142877, 40.72403584934924, -73.96186422377815, 40.72407400743164, -73.96186475829839, 40.724093474818915, -73.96186296761614, 40.72410765274489, -73.96185753548177, 40.724124874986984, -73.96185512358952, 40.7241386925032, -73.96185435164291, 40.72415353444182, -73.96186150086206, 40.724172151237845, -73.9619444009071, 40.72421803079993, -73.96183244198969, 40.72437325504922, -73.96185603833977, 40.72438514869064, -73.96176342122551, 40.72460806425226, -73.96165742848669, 40.72486126930996, -73.96159813461597, 40.72496138527303, -73.9617821548444, 40.72506846121244, -73.96204250494462, 40.72522415892216, -73.96196121254108, 40.72531036485214, -73.96194023512851, 40.725331928716415, -73.96189135664044, 40.72533220251326, -73.96179437952311, 40.72531447537072, -73.96183095653004, 40.72528254554127, -73.96178301361856, 40.7252572748588, -73.96174412682639, 40.72524049086246, -73.96150964128788, 40.72518364191569, -73.96149161367717, 40.72518024997338, -73.96146401111339, 40.725179419474145, -73.96143413034784, 40.725184119132635, -73.96141572857331, 40.725195262171695, -73.96140163596614, 40.72520530893175, -73.96138372357673, 40.725213472344876, -73.96133822955878, 40.72522345002833, -73.96130002678831, 40.72523770216017, -73.96127949146108, 40.72523960703718, -73.96124661919454, 40.725244890071416, -73.96122118732097, 40.72524834756874, -73.96118901832553, 40.72525128409644, -73.96115918282487, 40.72525134337506, -73.96112469931674, 40.72524895169177, -73.96106720302927, 40.725242445897294, -73.96100226725305, 40.72523622301606, -73.96096383743297, 40.725231787593145, -73.96093389113315, 40.72522702905173, -73.96087003999867, 40.72521411568072, -73.96078448430147, 40.72519672745799, -73.96071820042746, 40.725184438127506, -73.96065478067605, 40.72516876292253, -73.96058725466706, 40.725151354597934, -73.96050135082692, 40.725126484615124, -73.9604497516544, 40.72511210198008, -73.96041857724678, 40.72510261070689, -73.96039618871549, 40.7250938914824, -73.96035004273527, 40.725069540240355, -73.96031200668308, 40.72505009594851, -73.96027498952988, 40.72503703750634, -73.96020769947069, 40.72501141729672, -73.96015134702682, 40.72498885265928, -73.9600960553083, 40.72496805155877, -73.95974950056303, 40.72485690444999, -73.95908346115158, 40.72466161668874, -73.95862838694741, 40.72450204772426, -73.95849858883464, 40.72446597163645, -73.95842315227962, 40.724445245314826, -73.95835324128886, 40.72442603469858, -73.95818044068955, 40.724408178002435, -73.9581119896677, 40.72440524807726, -73.95805126567384, 40.72442275888558, -73.95805126567384, 40.72442275888558 --73.95132807302144, 40.76931006796263, -73.95165221615974, 40.769445640169174, -73.95143652945416, 40.76975181160911, -73.95133416917767, 40.769897100678435, -73.95129916762062, 40.76994678467621, -73.95123738125857, 40.769921183344586, -73.9509786203047, 40.769813959552955, -73.95126980309182, 40.769400453889666, -73.95125540505646, 40.76939217307218, -73.95126265789399, 40.76938670107876, -73.95126987034571, 40.76938947768036, -73.95132807302144, 40.76931006796263, -73.95132807302144, 40.76931006796263 --73.99354429600457, 40.75145227390411, -73.99319540416904, 40.75192336331145, -73.99115325483497, 40.7510828896893, -73.9912404798793, 40.7509651110922, -73.99150214570221, 40.750614555654266, -73.99165161961187, 40.75067587212513, -73.99196530033707, 40.75080454880672, -73.99354429600457, 40.75145227390411, -73.99354429600457, 40.75145227390411 diff --git a/data_analytics/L3/tests/contains_test_sc/description.json b/data_analytics/L3/tests/contains_test_sc/description.json deleted file mode 100644 index d7b27cbbf6..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/description.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "gui": false, - "match_makefile": false, - "name": "Xilinx GeoSpatial Contains with STRTree ACC Test", - "description": "Xilinx GeoSpatial Contains with STRTree (FPGA) Test", - "flow": "vitis", - "platform_allowlist": [ - "u200" - ], - "platform_blocklist": [ - "zc" - ], - "testinfo": { - "disable": false, - "jobs": [ - { - "index": 0, - "dependency": [], - "env": "", - "cmd": "", - "max_memory_MB": { - "vitis_hw_build": 40960, - "vitis_hw_emu": 28672, - "vitis_sw_emu": 10240, - "vitis_hw_run": 10240 - }, - "max_time_min": 600 - } - ], - "targets": [ - "vitis_sw_emu", - "vitis_hw_emu", - "vitis_hw_build", - "vitis_hw_run" - ], - "category": "canary" - } -} diff --git a/data_analytics/L3/tests/contains_test_sc/host/contains.i b/data_analytics/L3/tests/contains_test_sc/host/contains.i deleted file mode 100644 index 64d1f3ffa8..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/host/contains.i +++ /dev/null @@ -1,27 +0,0 @@ -%module containsModule - -%{ -#define SWIG_FILE_WITH_INIT -#include "strtree_contains.hpp" -using namespace xf::data_analytics::geospatial; -%} - -%include "carrays.i" -%include "std_string.i" -%include "std_vector.i" -%include "numpy.i" - -%init %{ - import_array(); -%} - -%apply (int* ARGOUT_ARRAY1, int DIM1) {(int* rangevec, int n)} - -%include "strtree_contains.hpp" -%array_class(int, intArray); -%array_class(double, doubleArray); - -namespace std { - %template(IntVector) vector; - %template(IntVector2) vector >; -} diff --git a/data_analytics/L3/tests/contains_test_sc/host/demo_start.py b/data_analytics/L3/tests/contains_test_sc/host/demo_start.py deleted file mode 100644 index 869c858bd2..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/host/demo_start.py +++ /dev/null @@ -1,45 +0,0 @@ -# -# Copyright 2022 Xilinx, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# makefile-generator v1.0.4 -# - -import os -import sys -from strtree_contains import STRTree -from datetime import datetime -import numpy as np - -if __name__ == "__main__": - t1 = datetime.now() - print("STRTree Contains ACC Flow...") - point_file = sys.argv[1] - polygon_file = sys.argv[2] - print(point_file, polygon_file) - - zone = [-74.2610, -73.6979, 40.4765, 40.9180]; # nyc zone - tree = STRTree(1, 5, 6, point_file, polygon_file, zone) # init tree - res = tree.contains() # execute contains - - t2 = datetime.now() - print(["Total execution time (s): ", (t2 - t1).total_seconds()]) - - print(res.shape, type(res), res) - # np.savetxt("golden.txt", res, delimiter=',', fmt='%u') - golden = np.loadtxt(sys.argv[3], dtype='uint', delimiter=',') - if (res==golden).all(): - print("[INFO] Case right.") - else: - print("[ERROR] Case fail.") - exit(-1) diff --git a/data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.cpp b/data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.cpp deleted file mode 100644 index a195ec2188..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.cpp +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Copyright 2019 Xilinx, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "strtree_kernel.hpp" -#define NC 16 - -void strtree_acc::compute(int sz, - double* inX, - double* inY, - double* inZone, - PT* extPointBuf0, - PT* extPointBuf1, - NT* extNodeBuf0, - NT* extNodeBuf1, - NT* extNodeBuf2) { - STRTree_Kernel(sz, inX, inY, inZone, extPointBuf0, extPointBuf1, extNodeBuf0, extNodeBuf1, extNodeBuf2); -} - -void strtree_acc::STRTree_Kernel(int sz, - double* inX, - double* inY, - double* inZone, - PT* extPointBuf0, - PT* extPointBuf1, - NT* extNodeBuf0, - NT* extNodeBuf1, - NT* extNodeBuf2) { -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 1 num_read_outstanding = \ - 16 max_write_burst_length = 2 max_read_burst_length = 32 bundle = gmem0_0 port = inX -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 1 num_read_outstanding = \ - 16 max_write_burst_length = 2 max_read_burst_length = 32 bundle = gmem0_1 port = inY -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 1 num_read_outstanding = \ - 16 max_write_burst_length = 2 max_read_burst_length = 32 bundle = gmem1 port = inZone - -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 1 num_read_outstanding = \ - 16 max_write_burst_length = 2 max_read_burst_length = 32 bundle = gmem2 port = extPointBuf0 -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 16 num_read_outstanding = \ - 1 max_write_burst_length = 32 max_read_burst_length = 2 bundle = gmem3 port = extPointBuf1 - -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 16 num_read_outstanding = \ - 1 max_write_burst_length = 32 max_read_burst_length = 2 bundle = gmem4 port = extNodeBuf0 -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 1 num_read_outstanding = \ - 16 max_write_burst_length = 2 max_read_burst_length = 32 bundle = gmem5 port = extNodeBuf1 -#pragma HLS INTERFACE m_axi offset = direct latency = 64 num_write_outstanding = 16 num_read_outstanding = \ - 1 max_write_burst_length = 32 max_read_burst_length = 2 bundle = gmem6 port = extNodeBuf2 - - xf::data_analytics::geospatial::strtreeTop( - sz, inX, inY, inZone, extPointBuf0, extPointBuf1, extNodeBuf0, extNodeBuf1, extNodeBuf2); -} diff --git a/data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.hpp b/data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.hpp deleted file mode 100644 index 36d9a01031..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/kernel/strtree_kernel.hpp +++ /dev/null @@ -1,94 +0,0 @@ -/* - * Copyright 2022 Xilinx, Inc. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef _STRTREE_KERNEL_HPP_ -#define _STRTREE_KERNEL_HPP_ - -#include "vpp_acc.hpp" -#include "xf_data_analytics/geospatial/strtree_wrap.hpp" -// NC node capacity -// #define NC 16 - -// key type -#define KT ap_uint<64> -// value type -#define VT ap_uint<32> -// point type -#define PT ap_uint<128> -// node (rectangle) type -#define NT ap_uint<256> - -// 64 * 4 * 4 * 4 * 4 -// 64 * 4 * 16 * 8 * 8 * 8 -// 1024 * 4 * 64 * 16 * 16 * 16 -// insert sort length -#define ISN (64) -// block (insert + merge) sort length -#define BSN (ISN * 4 * 4) -// merge tree channel number (ddr to ddr) -#define MTCN (4) -// max sort length on chip -#define MSN (BSN * MTCN * MTCN) - -class strtree_acc : public VPP_ACC { - // port bindings - ZERO_COPY(inX); - ZERO_COPY(inY); - ZERO_COPY(inZone); - ZERO_COPY(extPointBuf0); - ZERO_COPY(extPointBuf1); - ZERO_COPY(extNodeBuf0); - ZERO_COPY(extNodeBuf1); - ZERO_COPY(extNodeBuf2); - - SYS_PORT(inX, DDR[0]); - SYS_PORT(inY, DDR[0]); - SYS_PORT(inZone, DDR[0]); - SYS_PORT(extPointBuf0, DDR[1]); - SYS_PORT(extPointBuf1, DDR[1]); - SYS_PORT(extNodeBuf0, DDR[2]); - SYS_PORT(extNodeBuf1, DDR[2]); - SYS_PORT(extNodeBuf2, DDR[2]); - - public: - static void compute(int sz, - double* inX, - double* inY, - double* inZone, - PT* extPointBuf0, - PT* extPointBuf1, - NT* extNodeBuf0, - NT* extNodeBuf1, - NT* extNodeBuf2); - - /** - * @brief STRTree_Kernel strtree (a geospatial index) kernel - * @param sz real size of inX or inY - * @param inX all x value - * @param inX all y value - * @param inZone points (x, y) limit zone - */ - static void STRTree_Kernel(int sz, - double* inX, - double* inY, - double* inZone, - PT* extPointBuf0, - PT* extPointBuf1, - NT* extNodeBuf0, - NT* extNodeBuf1, - NT* extNodeBuf2); -}; -#endif diff --git a/data_analytics/L3/tests/contains_test_sc/utils.mk b/data_analytics/L3/tests/contains_test_sc/utils.mk deleted file mode 100644 index 6acbbf6270..0000000000 --- a/data_analytics/L3/tests/contains_test_sc/utils.mk +++ /dev/null @@ -1,240 +0,0 @@ -# -# Copyright 2019-2022 Xilinx, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# sc makefile-generator v1.0.0 -# -#+------------------------------------------------------------------------------- -# The following parameters are assigned with default values. These parameters can -# be overridden through the make command line -#+------------------------------------------------------------------------------- - -REPORT := no -PROFILE := no -DEBUG := no - -#'estimate' for estimate report generation -#'system' for system report generation -ifneq ($(REPORT), no) -VPP_LDFLAGS += --report estimate -VPP_LDFLAGS += --report system -endif - -#Generates profile summary report -ifeq ($(PROFILE), yes) -VPP_LDFLAGS += --profile_kernel data:all:all:all -endif - -#Generates debug summary report -ifeq ($(DEBUG), yes) -VPP_LDFLAGS += --dk protocol:all:all:all -endif - -#Check environment setup -ifndef XILINX_VITIS - XILINX_VITIS = /opt/xilinx/Vitis/$(TOOL_VERSION) - export XILINX_VITIS -endif -ifndef XILINX_XRT - XILINX_XRT = /opt/xilinx/xrt - export XILINX_XRT -endif - -check_device: - @set -eu; \ - inallowlist=False; \ - inblocklist=False; \ - for dev in $(PLATFORM_ALLOWLIST); \ - do if [[ $$(echo $(PLATFORM_NAME) | grep $$dev) != "" ]]; \ - then inallowlist=True; fi; \ - done ;\ - for dev in $(PLATFORM_BLOCKLIST); \ - do if [[ $$(echo $(PLATFORM_NAME) | grep $$dev) != "" ]]; \ - then inblocklist=True; fi; \ - done ;\ - if [[ $$inallowlist == False ]]; \ - then echo "[Warning]: The device $(PLATFORM_NAME) not in allowlist."; \ - fi; \ - if [[ $$inblocklist == True ]]; \ - then echo "[ERROR]: The device $(PLATFORM_NAME) in blocklist."; exit 1;\ - fi; - -#get HOST_ARCH by PLATFORM -ifneq (,$(PLATFORM)) -HOST_ARCH_temp = $(shell platforminfo -p $(PLATFORM) | grep 'CPU Type' | sed 's/.*://' | sed '/ai_engine/d' | sed 's/^[[:space:]]*//') -ifeq ($(HOST_ARCH_temp), x86) -HOST_ARCH := x86 -else ifeq ($(HOST_ARCH_temp), cortex-a9) -HOST_ARCH := aarch32 -else ifneq (,$(findstring cortex-a, $(HOST_ARCH_temp))) -HOST_ARCH := aarch64 -endif -endif - -#Checks for Device Family -ifeq ($(HOST_ARCH), aarch32) - DEV_FAM = 7Series -else ifeq ($(HOST_ARCH), aarch64) - DEV_FAM = Ultrascale -endif - -#Checks for Correct architecture -ifneq ($(HOST_ARCH), $(filter $(HOST_ARCH),aarch64 aarch32 x86)) -$(error HOST_ARCH variable not set, please set correctly and rerun) -endif - -check_version: -ifneq (, $(shell which git)) -ifneq (,$(wildcard $(XFLIB_DIR)/.git)) - @cd $(XFLIB_DIR) && git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n 1 && cd - -endif -endif - -#Checks for SYSROOT -check_sysroot: -ifneq ($(HOST_ARCH), x86) -ifndef SYSROOT - $(error SYSROOT ENV variable is not set, please set ENV variable correctly and rerun) -endif -endif - -#Checks for g++ -CXX := $(XILINX_VIVADO)/tps/lnx64/gcc-$(GCC_INTOOL)/bin/g++ -export LD_LIBRARY_PATH := $(XILINX_VIVADO)/tps/lnx64/gcc-$(GCC_INTOOL)/lib64:$(LD_LIBRARY_PATH) -CXX_REQ := $(shell echo $(GCC_INTOOL) | cut -f 1 -d ".") -ifeq ($(HOST_ARCH), x86) -ifneq ($(shell expr $(shell echo "__GNUG__" | g++ -E -x c++ - | tail -1) \>= $(CXX_REQ)), 1) -ifndef XILINX_VIVADO -$(error [ERROR]: g++ version too old. Please use $(CXX_REQ) or above) -else -CXX := $(XILINX_VIVADO)/tps/lnx64/gcc-$(GCC_INTOOL)/bin/g++ -ifeq ($(LD_LIBRARY_PATH),) -export LD_LIBRARY_PATH := $(XILINX_VIVADO)/tps/lnx64/gcc-$(GCC_INTOOL)/lib64 -else -export LD_LIBRARY_PATH := $(XILINX_VIVADO)/tps/lnx64/gcc-$(GCC_INTOOL)/lib64:$(LD_LIBRARY_PATH) -endif -$(warning [WARNING]: g++ version too old. Using g++ provided by the tool: $(CXX)) -endif -endif -else ifeq ($(HOST_ARCH), aarch64) -CXX := $(XILINX_VITIS)/gnu/aarch64/lin/aarch64-linux/bin/aarch64-linux-gnu-g++ -else ifeq ($(HOST_ARCH), aarch32) -CXX := $(XILINX_VITIS)/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin/arm-linux-gnueabihf-g++ -endif - -#check binutils -BINUTILS := $(shell ld -v | cut -f 4 -d " " | cut -f 1 -d "-") -BINUTILS_REQ := $(BINUTILS_INTOOL) -ifneq ($(shell expr $(BINUTILS) \>= $(BINUTILS_REQ)), 1) -export PATH := $(XILINX_VIVADO)/tps/lnx64/binutils-$(BINUTILS_INTOOL)/bin:$(PATH) -endif - -#Setting VPP -VPP := v++ - -#Cheks for aiecompiler -AIECXX := aiecompiler -AIESIMULATOR := aiesimulator -X86SIMULATOR := x86simulator - -.PHONY: check_vivado -check_vivado: -ifeq (,$(wildcard $(XILINX_VIVADO)/bin/vivado)) - @echo "Cannot locate Vivado installation. Please set XILINX_VIVADO variable." && false -endif - -.PHONY: check_vpp -check_vpp: -ifeq (,$(wildcard $(XILINX_VITIS)/bin/v++)) - @echo "Cannot locate Vitis installation. Please set XILINX_VITIS variable." && false -endif - -.PHONY: check_xrt -check_xrt: -ifeq (,$(wildcard $(XILINX_XRT)/lib/libxilinxopencl.so)) - @echo "Cannot locate XRT installation. Please set XILINX_XRT variable." && false -endif - -export PATH := $(XILINX_VITIS)/bin:$(XILINX_XRT)/bin:$(PATH) -ifeq ($(HOST_ARCH), x86) -ifeq (,$(LD_LIBRARY_PATH)) -LD_LIBRARY_PATH := $(XILINX_XRT)/lib -else -LD_LIBRARY_PATH := $(XILINX_XRT)/lib:$(LD_LIBRARY_PATH) -endif -endif - -ifneq (,$(wildcard $(PLATFORM))) -# Use PLATFORM as a file path -XPLATFORM := $(PLATFORM) -else -# Use PLATFORM as a file name pattern -# 1. search paths specified by variable -ifneq (,$(PLATFORM_REPO_PATHS)) -# 1.1 as exact name -XPLATFORM := $(strip $(foreach p, $(subst :, ,$(PLATFORM_REPO_PATHS)), $(wildcard $(p)/$(PLATFORM)/$(PLATFORM).xpfm))) -# 1.2 as a pattern -ifeq (,$(XPLATFORM)) -XPLATFORMS := $(foreach p, $(subst :, ,$(PLATFORM_REPO_PATHS)), $(wildcard $(p)/*/*.xpfm)) -XPLATFORM := $(strip $(foreach p, $(XPLATFORMS), $(shell echo $(p) | awk '$$1 ~ /$(PLATFORM)/'))) -endif # 1.2 -endif # 1 -# 2. search Vitis installation -ifeq (,$(XPLATFORM)) -# 2.1 as exact name -XPLATFORM := $(strip $(wildcard $(XILINX_VITIS)/platforms/$(PLATFORM)/$(PLATFORM).xpfm)) -# 2.2 as a pattern -ifeq (,$(XPLATFORM)) -XPLATFORMS := $(wildcard $(XILINX_VITIS)/platforms/*/*.xpfm) -XPLATFORM := $(strip $(foreach p, $(XPLATFORMS), $(shell echo $(p) | awk '$$1 ~ /$(PLATFORM)/'))) -endif # 2.2 -endif # 2 -# 3. search default locations -ifeq (,$(XPLATFORM)) -# 3.1 as exact name -XPLATFORM := $(strip $(wildcard /opt/xilinx/platforms/$(PLATFORM)/$(PLATFORM).xpfm)) -# 3.2 as a pattern -ifeq (,$(XPLATFORM)) -XPLATFORMS := $(wildcard /opt/xilinx/platforms/*/*.xpfm) -XPLATFORM := $(strip $(foreach p, $(XPLATFORMS), $(shell echo $(p) | awk '$$1 ~ /$(PLATFORM)/'))) -endif # 3.2 -endif # 3 -endif - -define MSG_PLATFORM -No platform matched pattern '$(PLATFORM)'. -Available platforms are: $(XPLATFORMS) -To add more platform directories, set the PLATFORM_REPO_PATHS variable or point PLATFORM variable to the full path of platform .xpfm file. -endef -export MSG_PLATFORM - - -.PHONY: check_platform -check_platform: -ifeq (,$(XPLATFORM)) - @echo "$${MSG_PLATFORM}" && false -endif -#Check ends - -# device2xsa - create a filesystem friendly name from device name -# $(1) - full name of device -PLATFORM_NAME = $(strip $(patsubst %.xpfm, % , $(shell basename $(PLATFORM)))) - - -# Cleaning stuff -RM = rm -f -RMDIR = rm -rf - -MV = mv -f -CP = cp -rf -ECHO:= @echo diff --git a/data_analytics/L3/tests/gunzip_csv_sc_test/Makefile b/data_analytics/L3/tests/gunzip_csv_sc_test/Makefile index 02634e7c97..97738615a5 100644 --- a/data_analytics/L3/tests/gunzip_csv_sc_test/Makefile +++ b/data_analytics/L3/tests/gunzip_csv_sc_test/Makefile @@ -86,9 +86,10 @@ CXXFLAGS += -DXILINX_SC_PFM_EXT=$(XILINX_SC_PFM_EXT) endif ifeq ($(HOST_ARCH), x86) CXXFLAGS += -I $(XILINX_VITIS)/system_compiler/include -I $(XILINX_HLS)/include -LDFLAGS += -L$(XILINX_XRT)/lib -L$(XILINX_VITIS)/system_compiler/lib/x86 -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(XILINX_VITIS)/system_compiler/lib/x86:$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread +LDFLAGS += VPP_FLAGS += -t $(TARGET) --platform $(XPLATFORM) --temp_dir $(TEMP_DIR) --save-temps -g -I $(XILINX_VITIS)/system_compiler/include VPP_LDFLAGS += --optimize 2 -R 2 +LDFLAGS += -L$(XILINX_XRT)/lib -L$(SYS_COMP_LIB) -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(SYS_COMP_LIB):$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread else ifeq ($(HOST_ARCH), aarch64) CXXFLAGS += LDFLAGS += @@ -131,6 +132,13 @@ CXXFLAGS += -I $(CUR_DIR)/kernel -I $(XFLIB_DIR)/../data_compression/L1/include CXXFLAGS += -O3 endif +# workaround for opencv +ifeq (,$(findstring opencv,$(CXXFLAGS))) +CXXFLAGS += $(XRT_CXXFLAGS) +VPP_FLAGS += $(XRT_CXXFLAGS) +VPP_LDFLAGS += $(XRT_CXXFLAGS) +endif + EXE_NAME := host.exe REL_HOST_SRCS := $(shell realpath --relative-to $(CUR_DIR) $(HOST_SRCS)) EXE_OBJS := $(addprefix $(TEMP_DIR)/, $(addsuffix .o,$(basename $(shell realpath --relative-to $(CUR_DIR) $(HOST_SRCS) | sed "s|\.\.\/||g")))) diff --git a/data_analytics/L3/tests/gunzip_csv_sc_test/preSysLink.tcl b/data_analytics/L3/tests/gunzip_csv_sc_test/preSysLink.tcl index 664d9964c1..4bcbd9a38b 100644 --- a/data_analytics/L3/tests/gunzip_csv_sc_test/preSysLink.tcl +++ b/data_analytics/L3/tests/gunzip_csv_sc_test/preSysLink.tcl @@ -1 +1,16 @@ +# +# Copyright 2022 Xilinx, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# upgrade_ip [get_bd_cells -filter {VLNV=~*hbm_memory_subsystem*}] diff --git a/data_analytics/L3/tests/gunzip_csv_sc_test/utils.mk b/data_analytics/L3/tests/gunzip_csv_sc_test/utils.mk index 1937b53d2b..77eb482f00 100644 --- a/data_analytics/L3/tests/gunzip_csv_sc_test/utils.mk +++ b/data_analytics/L3/tests/gunzip_csv_sc_test/utils.mk @@ -138,6 +138,27 @@ ifneq ($(shell expr $(BINUTILS) \>= $(BINUTILS_REQ)), 1) export PATH := $(XILINX_VIVADO)/tps/lnx64/binutils-$(BINUTILS_INTOOL)/bin:$(PATH) endif +#Check OS and setting env for xrt c++ api +OSDIST = $(shell lsb_release -i |awk -F: '{print tolower($$2)}' | tr -d ' \t' ) +OSREL = $(shell lsb_release -r |awk -F: '{print tolower($$2)}' |tr -d ' \t') +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/x86 +# for centos and redhat +ifneq ($(findstring centos,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +XRT_CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +else ifneq ($(findstring redhat,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +XRT_CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +endif + #Setting VPP VPP := v++ diff --git a/data_analytics/L3/tests/re_sc_test/Makefile b/data_analytics/L3/tests/re_sc_test/Makefile index 4800d78f31..294a948c51 100644 --- a/data_analytics/L3/tests/re_sc_test/Makefile +++ b/data_analytics/L3/tests/re_sc_test/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2021 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# sc makefile-generator v1.0.0 +# ############################## Help Section ############################## .PHONY: help @@ -86,9 +87,10 @@ CXXFLAGS += -DXILINX_SC_PFM_EXT=$(XILINX_SC_PFM_EXT) endif ifeq ($(HOST_ARCH), x86) CXXFLAGS += -I $(XILINX_VITIS)/system_compiler/include -I $(XILINX_HLS)/include -LDFLAGS += -L$(XILINX_XRT)/lib -L$(XILINX_VITIS)/system_compiler/lib/x86 -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(XILINX_VITIS)/system_compiler/lib/x86:$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread +LDFLAGS += VPP_FLAGS += -t $(TARGET) --platform $(XPLATFORM) --temp_dir $(TEMP_DIR) --save-temps -g -I $(XILINX_VITIS)/system_compiler/include VPP_LDFLAGS += --optimize 2 -R 2 +LDFLAGS += -L$(XILINX_XRT)/lib -L$(SYS_COMP_LIB) -lvpp_acc -l$(LIB_XRT) -lxrt_coreutil -Wl,-rpath=$(SYS_COMP_LIB):$(XILINX_XRT)/lib:$(GCC_HOME)/lib64 -Wl,--enable-new-dtags -lpthread else ifeq ($(HOST_ARCH), aarch64) CXXFLAGS += LDFLAGS += @@ -125,6 +127,13 @@ CXXFLAGS += -std=c++11 -fpermissive LDFLAGS += -L $(CUR_DIR)//re_compile/lib/lib LDFLAGS += -l onig -l xfcompile +# workaround for opencv +ifeq (,$(findstring opencv,$(CXXFLAGS))) +CXXFLAGS += $(XRT_CXXFLAGS) +VPP_FLAGS += $(XRT_CXXFLAGS) +VPP_LDFLAGS += $(XRT_CXXFLAGS) +endif + EXE_NAME := host.exe REL_HOST_SRCS := $(shell realpath --relative-to $(CUR_DIR) $(HOST_SRCS)) EXE_OBJS := $(addprefix $(TEMP_DIR)/, $(addsuffix .o,$(basename $(shell realpath --relative-to $(CUR_DIR) $(HOST_SRCS) | sed "s|\.\.\/||g")))) diff --git a/data_analytics/L3/tests/re_sc_test/host/main.cpp b/data_analytics/L3/tests/re_sc_test/host/main.cpp index 7e5f9bbd86..2ab1eacf7f 100644 --- a/data_analytics/L3/tests/re_sc_test/host/main.cpp +++ b/data_analytics/L3/tests/re_sc_test/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/tests/re_sc_test/kernel/general_config.hpp b/data_analytics/L3/tests/re_sc_test/kernel/general_config.hpp index 18081ac73a..7190e24223 100644 --- a/data_analytics/L3/tests/re_sc_test/kernel/general_config.hpp +++ b/data_analytics/L3/tests/re_sc_test/kernel/general_config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.cpp b/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.cpp index ef02340a53..e2e97b576f 100644 --- a/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.cpp +++ b/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.cpp @@ -1,18 +1,18 @@ /* -* Copyright 2019 Xilinx, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "xf_data_analytics/text/re_engine.hpp" #include "general_config.hpp" diff --git a/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.hpp b/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.hpp index bd0e396834..cdda8fbe5e 100644 --- a/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.hpp +++ b/data_analytics/L3/tests/re_sc_test/kernel/re_engine_acc.hpp @@ -1,18 +1,18 @@ /* -* Copyright 2019 Xilinx, Inc. -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ + * Copyright 2022 Xilinx, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #pragma once #include "vpp_acc.hpp" diff --git a/data_analytics/L3/tests/re_sc_test/re_compile/makefile b/data_analytics/L3/tests/re_sc_test/re_compile/makefile index c7df888f29..d99c0196ca 100644 --- a/data_analytics/L3/tests/re_sc_test/re_compile/makefile +++ b/data_analytics/L3/tests/re_sc_test/re_compile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.1 # MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/L3/tests/re_sc_test/utils.mk b/data_analytics/L3/tests/re_sc_test/utils.mk index 1937b53d2b..77eb482f00 100644 --- a/data_analytics/L3/tests/re_sc_test/utils.mk +++ b/data_analytics/L3/tests/re_sc_test/utils.mk @@ -138,6 +138,27 @@ ifneq ($(shell expr $(BINUTILS) \>= $(BINUTILS_REQ)), 1) export PATH := $(XILINX_VIVADO)/tps/lnx64/binutils-$(BINUTILS_INTOOL)/bin:$(PATH) endif +#Check OS and setting env for xrt c++ api +OSDIST = $(shell lsb_release -i |awk -F: '{print tolower($$2)}' | tr -d ' \t' ) +OSREL = $(shell lsb_release -r |awk -F: '{print tolower($$2)}' |tr -d ' \t') +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/x86 +# for centos and redhat +ifneq ($(findstring centos,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +XRT_CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +else ifneq ($(findstring redhat,$(OSDIST)),) +ifeq (7,$(shell echo $(OSREL) | awk -F. '{print tolower($$1)}' )) +ifeq ($(HOST_ARCH), x86) +XRT_CXXFLAGS += -D_GLIBCXX_USE_CXX11_ABI=0 +SYS_COMP_LIB := $(XILINX_VITIS)/system_compiler/lib/centos7 +endif +endif +endif + #Setting VPP VPP := v++ diff --git a/data_analytics/L3/tests/re_test/Makefile b/data_analytics/L3/tests/re_test/Makefile index a7e19b0e8e..25c6930cb2 100644 --- a/data_analytics/L3/tests/re_test/Makefile +++ b/data_analytics/L3/tests/re_test/Makefile @@ -1,4 +1,5 @@ -# Copyright 2019-2022 Xilinx, Inc. +# +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -11,7 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# vitis makefile-generator v2.0.8 +# ############################## Help Section ############################## .PHONY: help @@ -191,41 +192,41 @@ endif ######################### binary container global settings ########################## ifneq (,$(shell echo $(XPLATFORM) | awk '/u200/')) -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif VPP_LDFLAGS_reEngineKernel_temp := --config $(CUR_DIR)/conn_u200.cfg --config $(CUR_DIR)/opts.cfg VPP_LDFLAGS_reEngineKernel += $(VPP_LDFLAGS_reEngineKernel_temp) else ifneq (,$(shell echo $(XPLATFORM) | awk '/u250/')) -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif VPP_LDFLAGS_reEngineKernel_temp := --config $(CUR_DIR)/conn_u250.cfg VPP_LDFLAGS_reEngineKernel += $(VPP_LDFLAGS_reEngineKernel_temp) else ifneq (,$(shell echo $(XPLATFORM) | awk '/u50/')) -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif VPP_LDFLAGS_reEngineKernel_temp := --config $(CUR_DIR)/conn_u50.cfg VPP_LDFLAGS_reEngineKernel += $(VPP_LDFLAGS_reEngineKernel_temp) else -VPP_FLAGS_reEngineKernel += --hls.clock 250000000:reEngineKernel +VPP_FLAGS_reEngineKernel += --hls.clock 150000000:reEngineKernel ifneq ($(HOST_ARCH_temp), x86) -VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 250000000 +VPP_LDFLAGS_reEngineKernel += --clock.defaultFreqHz 150000000 else -VPP_LDFLAGS_reEngineKernel += --kernel_frequency 250 +VPP_LDFLAGS_reEngineKernel += --kernel_frequency 150 endif endif @@ -409,4 +410,4 @@ cleanall: cleanh cleank -$(RMDIR) $(CUR_DIR)/Work $(CUR_DIR)/*.xpe $(CUR_DIR)/hw.o $(CUR_DIR)/*.xsa $(CUR_DIR)/xnwOut -$(RMDIR) -clean: cleanh \ No newline at end of file +clean: cleanh diff --git a/data_analytics/L3/tests/re_test/conn_u200.cfg b/data_analytics/L3/tests/re_test/conn_u200.cfg index 1f73856052..73a22383e3 100644 --- a/data_analytics/L3/tests/re_test/conn_u200.cfg +++ b/data_analytics/L3/tests/re_test/conn_u200.cfg @@ -7,51 +7,24 @@ sp=reEngineKernel_2.cfg_buff:DDR[0] sp=reEngineKernel_2.msg_buff:DDR[0] sp=reEngineKernel_2.len_buff:DDR[0] sp=reEngineKernel_2.out_buff:DDR[0] -sp=reEngineKernel_3.cfg_buff:DDR[0] -sp=reEngineKernel_3.msg_buff:DDR[0] -sp=reEngineKernel_3.len_buff:DDR[0] -sp=reEngineKernel_3.out_buff:DDR[0] -sp=reEngineKernel_4.cfg_buff:DDR[0] -sp=reEngineKernel_4.msg_buff:DDR[0] -sp=reEngineKernel_4.len_buff:DDR[0] -sp=reEngineKernel_4.out_buff:DDR[0] slr=reEngineKernel_1:SLR0 slr=reEngineKernel_2:SLR0 -slr=reEngineKernel_3:SLR0 -slr=reEngineKernel_4:SLR0 -sp=reEngineKernel_5.cfg_buff:DDR[3] -sp=reEngineKernel_5.msg_buff:DDR[3] -sp=reEngineKernel_5.len_buff:DDR[3] -sp=reEngineKernel_5.out_buff:DDR[3] -sp=reEngineKernel_6.cfg_buff:DDR[3] -sp=reEngineKernel_6.msg_buff:DDR[3] -sp=reEngineKernel_6.len_buff:DDR[3] -sp=reEngineKernel_6.out_buff:DDR[3] -sp=reEngineKernel_7.cfg_buff:DDR[3] -sp=reEngineKernel_7.msg_buff:DDR[3] -sp=reEngineKernel_7.len_buff:DDR[3] -sp=reEngineKernel_7.out_buff:DDR[3] -sp=reEngineKernel_8.cfg_buff:DDR[3] -sp=reEngineKernel_8.msg_buff:DDR[3] -sp=reEngineKernel_8.len_buff:DDR[3] -sp=reEngineKernel_8.out_buff:DDR[3] +sp=reEngineKernel_3.cfg_buff:DDR[3] +sp=reEngineKernel_3.msg_buff:DDR[3] +sp=reEngineKernel_3.len_buff:DDR[3] +sp=reEngineKernel_3.out_buff:DDR[3] +sp=reEngineKernel_4.cfg_buff:DDR[3] +sp=reEngineKernel_4.msg_buff:DDR[3] +sp=reEngineKernel_4.len_buff:DDR[3] +sp=reEngineKernel_4.out_buff:DDR[3] +slr=reEngineKernel_3:SLR2 +slr=reEngineKernel_4:SLR2 -slr=reEngineKernel_5:SLR2 -slr=reEngineKernel_6:SLR2 -slr=reEngineKernel_7:SLR2 -slr=reEngineKernel_8:SLR2 +sp=reEngineKernel_5.cfg_buff:DDR[1] +sp=reEngineKernel_5.msg_buff:DDR[1] +sp=reEngineKernel_5.len_buff:DDR[1] +sp=reEngineKernel_5.out_buff:DDR[1] +slr=reEngineKernel_5:SLR1 -sp=reEngineKernel_9.cfg_buff:DDR[1] -sp=reEngineKernel_9.msg_buff:DDR[1] -sp=reEngineKernel_9.len_buff:DDR[1] -sp=reEngineKernel_9.out_buff:DDR[1] -sp=reEngineKernel_10.cfg_buff:DDR[1] -sp=reEngineKernel_10.msg_buff:DDR[1] -sp=reEngineKernel_10.len_buff:DDR[1] -sp=reEngineKernel_10.out_buff:DDR[1] - -slr=reEngineKernel_9:SLR1 -slr=reEngineKernel_10:SLR1 - -nk=reEngineKernel:10:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7.reEngineKernel_8.reEngineKernel_9.reEngineKernel_10 +nk=reEngineKernel:5:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5 diff --git a/data_analytics/L3/tests/re_test/conn_u250.cfg b/data_analytics/L3/tests/re_test/conn_u250.cfg index a31b87325e..8d68cb3476 100644 --- a/data_analytics/L3/tests/re_test/conn_u250.cfg +++ b/data_analytics/L3/tests/re_test/conn_u250.cfg @@ -7,70 +7,35 @@ sp=reEngineKernel_2.cfg_buff:DDR[0] sp=reEngineKernel_2.msg_buff:DDR[0] sp=reEngineKernel_2.len_buff:DDR[0] sp=reEngineKernel_2.out_buff:DDR[0] -sp=reEngineKernel_3.cfg_buff:DDR[0] -sp=reEngineKernel_3.msg_buff:DDR[0] -sp=reEngineKernel_3.len_buff:DDR[0] -sp=reEngineKernel_3.out_buff:DDR[0] -sp=reEngineKernel_4.cfg_buff:DDR[0] -sp=reEngineKernel_4.msg_buff:DDR[0] -sp=reEngineKernel_4.len_buff:DDR[0] -sp=reEngineKernel_4.out_buff:DDR[0] slr=reEngineKernel_1:SLR0 slr=reEngineKernel_2:SLR0 -slr=reEngineKernel_3:SLR0 -slr=reEngineKernel_4:SLR0 -sp=reEngineKernel_5.cfg_buff:DDR[1] -sp=reEngineKernel_5.msg_buff:DDR[1] -sp=reEngineKernel_5.len_buff:DDR[1] -sp=reEngineKernel_5.out_buff:DDR[1] -sp=reEngineKernel_6.cfg_buff:DDR[1] -sp=reEngineKernel_6.msg_buff:DDR[1] -sp=reEngineKernel_6.len_buff:DDR[1] -sp=reEngineKernel_6.out_buff:DDR[1] -slr=reEngineKernel_5:SLR1 -slr=reEngineKernel_6:SLR1 +sp=reEngineKernel_3.cfg_buff:DDR[1] +sp=reEngineKernel_3.msg_buff:DDR[1] +sp=reEngineKernel_3.len_buff:DDR[1] +sp=reEngineKernel_3.out_buff:DDR[1] +slr=reEngineKernel_3:SLR1 -sp=reEngineKernel_7.cfg_buff:DDR[2] -sp=reEngineKernel_7.msg_buff:DDR[2] -sp=reEngineKernel_7.len_buff:DDR[2] -sp=reEngineKernel_7.out_buff:DDR[2] -sp=reEngineKernel_8.cfg_buff:DDR[2] -sp=reEngineKernel_8.msg_buff:DDR[2] -sp=reEngineKernel_8.len_buff:DDR[2] -sp=reEngineKernel_8.out_buff:DDR[2] -sp=reEngineKernel_9.cfg_buff:DDR[2] -sp=reEngineKernel_9.msg_buff:DDR[2] -sp=reEngineKernel_9.len_buff:DDR[2] -sp=reEngineKernel_9.out_buff:DDR[2] -sp=reEngineKernel_10.cfg_buff:DDR[2] -sp=reEngineKernel_10.msg_buff:DDR[2] -sp=reEngineKernel_10.len_buff:DDR[2] -sp=reEngineKernel_10.out_buff:DDR[2] -slr=reEngineKernel_7:SLR2 -slr=reEngineKernel_8:SLR2 -slr=reEngineKernel_9:SLR2 -slr=reEngineKernel_10:SLR2 +sp=reEngineKernel_4.cfg_buff:DDR[2] +sp=reEngineKernel_4.msg_buff:DDR[2] +sp=reEngineKernel_4.len_buff:DDR[2] +sp=reEngineKernel_4.out_buff:DDR[2] +sp=reEngineKernel_5.cfg_buff:DDR[2] +sp=reEngineKernel_5.msg_buff:DDR[2] +sp=reEngineKernel_5.len_buff:DDR[2] +sp=reEngineKernel_5.out_buff:DDR[2] +slr=reEngineKernel_4:SLR2 +slr=reEngineKernel_5:SLR2 -sp=reEngineKernel_11.cfg_buff:DDR[3] -sp=reEngineKernel_11.msg_buff:DDR[3] -sp=reEngineKernel_11.len_buff:DDR[3] -sp=reEngineKernel_11.out_buff:DDR[3] -sp=reEngineKernel_12.cfg_buff:DDR[3] -sp=reEngineKernel_12.msg_buff:DDR[3] -sp=reEngineKernel_12.len_buff:DDR[3] -sp=reEngineKernel_12.out_buff:DDR[3] -sp=reEngineKernel_13.cfg_buff:DDR[3] -sp=reEngineKernel_13.msg_buff:DDR[3] -sp=reEngineKernel_13.len_buff:DDR[3] -sp=reEngineKernel_13.out_buff:DDR[3] -sp=reEngineKernel_14.cfg_buff:DDR[3] -sp=reEngineKernel_14.msg_buff:DDR[3] -sp=reEngineKernel_14.len_buff:DDR[3] -sp=reEngineKernel_14.out_buff:DDR[3] -slr=reEngineKernel_11:SLR3 -slr=reEngineKernel_12:SLR3 -slr=reEngineKernel_13:SLR3 -slr=reEngineKernel_14:SLR3 +sp=reEngineKernel_6.cfg_buff:DDR[3] +sp=reEngineKernel_6.msg_buff:DDR[3] +sp=reEngineKernel_6.len_buff:DDR[3] +sp=reEngineKernel_6.out_buff:DDR[3] +sp=reEngineKernel_7.cfg_buff:DDR[3] +sp=reEngineKernel_7.msg_buff:DDR[3] +sp=reEngineKernel_7.len_buff:DDR[3] +sp=reEngineKernel_7.out_buff:DDR[3] +slr=reEngineKernel_6:SLR3 +slr=reEngineKernel_7:SLR3 -nk=reEngineKernel:14:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7.reEngineKernel_8.reEngineKernel_9.reEngineKernel_10.reEngineKernel_11.reEngineKernel_12.reEngineKernel_13.reEngineKernel_14 +nk=reEngineKernel:7:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7 diff --git a/data_analytics/L3/tests/re_test/conn_u50.cfg b/data_analytics/L3/tests/re_test/conn_u50.cfg index 59518c011c..fe26a5558c 100644 --- a/data_analytics/L3/tests/re_test/conn_u50.cfg +++ b/data_analytics/L3/tests/re_test/conn_u50.cfg @@ -7,39 +7,18 @@ sp=reEngineKernel_2.cfg_buff:HBM[1] sp=reEngineKernel_2.msg_buff:HBM[1] sp=reEngineKernel_2.len_buff:HBM[1] sp=reEngineKernel_2.out_buff:HBM[1] -sp=reEngineKernel_3.cfg_buff:HBM[2] -sp=reEngineKernel_3.msg_buff:HBM[2] -sp=reEngineKernel_3.len_buff:HBM[2] -sp=reEngineKernel_3.out_buff:HBM[2] -sp=reEngineKernel_4.cfg_buff:HBM[3] -sp=reEngineKernel_4.msg_buff:HBM[3] -sp=reEngineKernel_4.len_buff:HBM[3] -sp=reEngineKernel_4.out_buff:HBM[3] slr=reEngineKernel_1:SLR0 slr=reEngineKernel_2:SLR0 -slr=reEngineKernel_3:SLR0 -slr=reEngineKernel_4:SLR0 -sp=reEngineKernel_5.cfg_buff:HBM[4] -sp=reEngineKernel_5.msg_buff:HBM[4] -sp=reEngineKernel_5.len_buff:HBM[4] -sp=reEngineKernel_5.out_buff:HBM[4] -sp=reEngineKernel_6.cfg_buff:HBM[5] -sp=reEngineKernel_6.msg_buff:HBM[5] -sp=reEngineKernel_6.len_buff:HBM[5] -sp=reEngineKernel_6.out_buff:HBM[5] -sp=reEngineKernel_7.cfg_buff:HBM[6] -sp=reEngineKernel_7.msg_buff:HBM[6] -sp=reEngineKernel_7.len_buff:HBM[6] -sp=reEngineKernel_7.out_buff:HBM[6] -sp=reEngineKernel_8.cfg_buff:HBM[7] -sp=reEngineKernel_8.msg_buff:HBM[7] -sp=reEngineKernel_8.len_buff:HBM[7] -sp=reEngineKernel_8.out_buff:HBM[7] +sp=reEngineKernel_3.cfg_buff:HBM[4] +sp=reEngineKernel_3.msg_buff:HBM[4] +sp=reEngineKernel_3.len_buff:HBM[4] +sp=reEngineKernel_3.out_buff:HBM[4] +sp=reEngineKernel_4.cfg_buff:HBM[5] +sp=reEngineKernel_4.msg_buff:HBM[5] +sp=reEngineKernel_4.len_buff:HBM[5] +sp=reEngineKernel_4.out_buff:HBM[5] +slr=reEngineKernel_3:SLR1 +slr=reEngineKernel_4:SLR1 -slr=reEngineKernel_5:SLR1 -slr=reEngineKernel_6:SLR1 -slr=reEngineKernel_7:SLR1 -slr=reEngineKernel_8:SLR1 - -nk=reEngineKernel:8:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4.reEngineKernel_5.reEngineKernel_6.reEngineKernel_7.reEngineKernel_8 +nk=reEngineKernel:4:reEngineKernel_1.reEngineKernel_2.reEngineKernel_3.reEngineKernel_4 diff --git a/data_analytics/L3/tests/re_test/description.json b/data_analytics/L3/tests/re_test/description.json index 63855ad459..a91e8135c7 100644 --- a/data_analytics/L3/tests/re_test/description.json +++ b/data_analytics/L3/tests/re_test/description.json @@ -30,11 +30,11 @@ { "name": "reEngineKernel", "location": "PROJECT/kernel/re_engine_kernel.cpp", - "frequency": 250, + "frequency": 150, "num_compute_units": 1 } ], - "frequency": 250, + "frequency": 150, "ldclflags": "--config PROJECT/conn_u200.cfg --config PROJECT/opts.cfg", "name": "reEngineKernel" } @@ -57,11 +57,11 @@ { "name": "reEngineKernel", "location": "PROJECT/kernel/re_engine_kernel.cpp", - "frequency": 250, + "frequency": 150, "num_compute_units": 1 } ], - "frequency": 250, + "frequency": 150, "ldclflags": "--config PROJECT/conn_u250.cfg", "name": "reEngineKernel" } @@ -84,11 +84,11 @@ { "name": "reEngineKernel", "location": "PROJECT/kernel/re_engine_kernel.cpp", - "frequency": 250, + "frequency": 150, "num_compute_units": 1 } ], - "frequency": 250, + "frequency": 150, "ldclflags": "--config PROJECT/conn_u50.cfg", "name": "reEngineKernel" } diff --git a/data_analytics/L3/tests/re_test/host/main.cpp b/data_analytics/L3/tests/re_test/host/main.cpp index fc8ec5edcf..72e62c1d2f 100644 --- a/data_analytics/L3/tests/re_test/host/main.cpp +++ b/data_analytics/L3/tests/re_test/host/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2020 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/tests/re_test/kernel/general_config.hpp b/data_analytics/L3/tests/re_test/kernel/general_config.hpp index 18081ac73a..7190e24223 100644 --- a/data_analytics/L3/tests/re_test/kernel/general_config.hpp +++ b/data_analytics/L3/tests/re_test/kernel/general_config.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/tests/re_test/kernel/re_engine_kernel.cpp b/data_analytics/L3/tests/re_test/kernel/re_engine_kernel.cpp index 963738ce25..8a0637bee3 100644 --- a/data_analytics/L3/tests/re_test/kernel/re_engine_kernel.cpp +++ b/data_analytics/L3/tests/re_test/kernel/re_engine_kernel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/L3/tests/re_test/re_compile/makefile b/data_analytics/L3/tests/re_test/re_compile/makefile index c7df888f29..d99c0196ca 100644 --- a/data_analytics/L3/tests/re_test/re_compile/makefile +++ b/data_analytics/L3/tests/re_test/re_compile/makefile @@ -1,5 +1,5 @@ # -# Copyright 2020 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# makefile-generator v1.0.1 # MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/README.md b/data_analytics/README.md index c67ec17529..aa6cbfa7d9 100644 --- a/data_analytics/README.md +++ b/data_analytics/README.md @@ -3,7 +3,7 @@ Vitis Data Analytics Library is an open-sourced Vitis library written in C++ for accelerating data analytics applications in a variety of use cases. -[Comprehensive documentation](https://xilinx.github.io/Vitis_Libraries/data_analytics/2022.1/index.html) +[Comprehensive documentation](https://docs.xilinx.com/r/en-US/Vitis_Libraries/data_analytics/index.html) ## API Categories @@ -112,7 +112,7 @@ Here, `TARGET` decides the FPGA binary type ## Benchmark Result -The kernels in `L2/benchmarks` and `L2/demo` are built into xclbins targeting Alveo U200/U250/U50. We achieved a good performance. For more details about the benchmarks, please kindly find them in [benchmark results](https://xilinx.github.io/Vitis_Libraries/data_analytics/2022.1/benchmark/benchmark.html). +The kernels in `L2/benchmarks` and `L2/demo` are built into xclbins targeting Alveo U200/U250/U50. We achieved a good performance. For more details about the benchmarks, please kindly find them in [benchmark results](https://docs.xilinx.com/r/en-US/Vitis_Libraries/data_analytics/benchmark/benchmark.html). ## License diff --git a/data_analytics/docs/Makefile b/data_analytics/docs/Makefile index 7f93a7355e..484f09d9ca 100644 --- a/data_analytics/docs/Makefile +++ b/data_analytics/docs/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2019 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/benchmark.rst b/data_analytics/docs/src/benchmark.rst index b468d2b8eb..608567a0c2 100644 --- a/data_analytics/docs/src/benchmark.rst +++ b/data_analytics/docs/src/benchmark.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -71,18 +71,16 @@ Here are benchmarks of the Vitis Data Analytics Library using the Vitis environm .. _l2_vitis_data_analytics: -Vitis Data Analytics Library -~~~~~~~~~~~~~~~~~~~ * **Download code** -These data analytics benchmarks can be downloaded from `vitis libraries `_ ``master`` branch. +These data analytics benchmarks can be downloaded from `vitis libraries `_ ``main`` branch. .. code-block:: bash git clone https://github.com/Xilinx/Vitis_Libraries.git cd Vitis_Libraries - git checkout master + git checkout main cd data_analytics * **Setup environment** diff --git a/data_analytics/docs/src/benchmark/dup_match.rst b/data_analytics/docs/src/benchmark/dup_match.rst index 189f941925..6afee0eaf7 100644 --- a/data_analytics/docs/src/benchmark/dup_match.rst +++ b/data_analytics/docs/src/benchmark/dup_match.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/benchmark/log_analyzer.rst b/data_analytics/docs/src/benchmark/log_analyzer.rst index e64b9a2534..fa75a4aeaf 100644 --- a/data_analytics/docs/src/benchmark/log_analyzer.rst +++ b/data_analytics/docs/src/benchmark/log_analyzer.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/benchmark/naive_bayes.rst b/data_analytics/docs/src/benchmark/naive_bayes.rst index d32aeda692..bbf04a4cb1 100644 --- a/data_analytics/docs/src/benchmark/naive_bayes.rst +++ b/data_analytics/docs/src/benchmark/naive_bayes.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/benchmark/result.rst b/data_analytics/docs/src/benchmark/result.rst index 00da93f270..ad48c930e8 100644 --- a/data_analytics/docs/src/benchmark/result.rst +++ b/data_analytics/docs/src/benchmark/result.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/benchmark/svm.rst b/data_analytics/docs/src/benchmark/svm.rst index c1b0b5fd7a..c592ece682 100644 --- a/data_analytics/docs/src/benchmark/svm.rst +++ b/data_analytics/docs/src/benchmark/svm.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/conf.py b/data_analytics/docs/src/conf.py index d476d38c3e..df698e5240 100644 --- a/data_analytics/docs/src/conf.py +++ b/data_analytics/docs/src/conf.py @@ -1,5 +1,5 @@ # -# Copyright 2019 Xilinx, Inc. +# Copyright 2022 Xilinx, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/design_flows.rst b/data_analytics/docs/src/design_flows.rst index 2b026cbb43..e98ed97928 100644 --- a/data_analytics/docs/src/design_flows.rst +++ b/data_analytics/docs/src/design_flows.rst @@ -1,5 +1,5 @@ .. - Copyright 2019-2020 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/hw_guide.rst b/data_analytics/docs/src/guide_L1/hw_guide.rst index d9b8bd1d9b..ebaebc9392 100644 --- a/data_analytics/docs/src/guide_L1/hw_guide.rst +++ b/data_analytics/docs/src/guide_L1/hw_guide.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals.rst b/data_analytics/docs/src/guide_L1/internals.rst index 4f8fe6d2ab..68f3573a09 100644 --- a/data_analytics/docs/src/guide_L1/internals.rst +++ b/data_analytics/docs/src/guide_L1/internals.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -33,3 +33,4 @@ The profiling in this documentation is based on U250, and the tool version is Vi Regular Expression Virtual Machine (regex-VM) WriteToDataFrame ReadFromDataframe + StringCompare diff --git a/data_analytics/docs/src/guide_L1/internals/csvParser.rst b/data_analytics/docs/src/guide_L1/internals/csvParser.rst index 7cac2cdb75..38ef721d93 100644 --- a/data_analytics/docs/src/guide_L1/internals/csvParser.rst +++ b/data_analytics/docs/src/guide_L1/internals/csvParser.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/dt.rst b/data_analytics/docs/src/guide_L1/internals/dt.rst index 7a7eafc4be..25b0da77e2 100644 --- a/data_analytics/docs/src/guide_L1/internals/dt.rst +++ b/data_analytics/docs/src/guide_L1/internals/dt.rst @@ -1,5 +1,5 @@ -e. - Copyright 2019 Xilinx, Inc. +.. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/jsonParser.rst b/data_analytics/docs/src/guide_L1/internals/jsonParser.rst index 90498175d3..eda1624a98 100644 --- a/data_analytics/docs/src/guide_L1/internals/jsonParser.rst +++ b/data_analytics/docs/src/guide_L1/internals/jsonParser.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/kMeansPredict.rst b/data_analytics/docs/src/guide_L1/internals/kMeansPredict.rst index 5d4683e3b9..29675415f3 100644 --- a/data_analytics/docs/src/guide_L1/internals/kMeansPredict.rst +++ b/data_analytics/docs/src/guide_L1/internals/kMeansPredict.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/linearRegression.rst b/data_analytics/docs/src/guide_L1/internals/linearRegression.rst index 0b833e2c8d..370605666e 100644 --- a/data_analytics/docs/src/guide_L1/internals/linearRegression.rst +++ b/data_analytics/docs/src/guide_L1/internals/linearRegression.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/logisticRegression.rst b/data_analytics/docs/src/guide_L1/internals/logisticRegression.rst index c70cd8fffb..559080c4bd 100644 --- a/data_analytics/docs/src/guide_L1/internals/logisticRegression.rst +++ b/data_analytics/docs/src/guide_L1/internals/logisticRegression.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/naive_bayes.rst b/data_analytics/docs/src/guide_L1/internals/naive_bayes.rst index bc0d68c78a..c97acf6ca8 100644 --- a/data_analytics/docs/src/guide_L1/internals/naive_bayes.rst +++ b/data_analytics/docs/src/guide_L1/internals/naive_bayes.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/readFromDataFrame.rst b/data_analytics/docs/src/guide_L1/internals/readFromDataFrame.rst index 9cead4ef53..14d61f1d62 100644 --- a/data_analytics/docs/src/guide_L1/internals/readFromDataFrame.rst +++ b/data_analytics/docs/src/guide_L1/internals/readFromDataFrame.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/regex_vm.rst b/data_analytics/docs/src/guide_L1/internals/regex_vm.rst index 4696cc40d0..8ca43c9ea6 100644 --- a/data_analytics/docs/src/guide_L1/internals/regex_vm.rst +++ b/data_analytics/docs/src/guide_L1/internals/regex_vm.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/stringCompare.rst b/data_analytics/docs/src/guide_L1/internals/stringCompare.rst new file mode 100644 index 0000000000..2fdbcfa54e --- /dev/null +++ b/data_analytics/docs/src/guide_L1/internals/stringCompare.rst @@ -0,0 +1,105 @@ +.. + Copyright 2022 Xilinx, Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +******************* +String Compare APIs +******************* + +Overview +======== +String Compare APIs includes a group of functions that compare the value of string to the given character pattern. +The functions are originated from the usage of Database SQL string operators: =/!=, IN, LIKE, and NOT. + +- `string_equal()` performs comparison and returns true if two strings are exactly same. +- `string_in()` determines if the input string matches any value in a list. +- `string_like()` determines whether the input string matches a specific pattern that includes wildcard character. + + - "%abc%": input string contains 'abc' at any position. + - "abc%": input string starts with 'abc'. + - "%abc": input string ends with 'abc'. + +Meanwhile, the negation of above three functions are also provided. + +Implementation +============== +string EQUAL +------------ + +.. image:: /images/stringEqual.png + :alt: String EQUAL Structure + :width: 80% + :align: center + +string IN +--------- + +.. image:: /images/stringIN.png + :alt: String IN Structure + :width: 80% + :align: center + +string LIKE +----------- + +.. image:: /images/stringLIKE.png + :alt: String LIKE Structure + :width: 80% + :align: center + +Performance and Resource +======================== + +- Performance and Resource are profiled with U50 card. +- LUT/FF/Clock Period are get from Vivado implementation report. +- Simulation time is get from Cosim with 1000 input test strings. + + +string IN +--------- + ++----------------+------------+-------+------+----------------+------------------------+ +|MAX_BASE_STR_LEN|NUM_BASE_STR|LUT |FF |Clock Period(ns)|RTL simultation time(ns)| ++================+============+=======+======+================+========================+ +| 64 | 1 | 566 | 446 | 2.7 | 31939 | ++----------------+------------+-------+------+----------------+------------------------+ +| 64 | 4 | 1357 | 1031 | 2.88 | 31014 | ++----------------+------------+-------+------+----------------+------------------------+ +| 64 | 8 | 2418 | 1737 | 2.9 | 31257 | ++----------------+------------+-------+------+----------------+------------------------+ +| 32 | 8 | 2408 | 1735 | 2.89 | 30920 | ++----------------+------------+-------+------+----------------+------------------------+ + +Note: + +- Performance and resource for string EQUAL could refer to row NUM_BASE_STR=1. + + +string LIKE +----------- + ++----------------+--------+-------+------+----------------+------------------------+ +|MAX_BASE_STR_LEN|BATCH_SZ|LUT |FF |Clock Period(ns)|RTL simultation time(ns)| ++================+========+=======+======+================+========================+ +| 32 | 2 | 1850 | 2154 | 3.02 | 108478 | ++----------------+--------+-------+------+----------------+------------------------+ +| 64 | 2 | 3717 | 4227 | 3.21 | 104617 | ++----------------+--------+-------+------+----------------+------------------------+ +| 64 | 4 | 4512 | 3320 | 3.06 | 65282 | ++----------------+--------+-------+------+----------------+------------------------+ +| 64 | 8 | 8167 | 3500 | 3.20 | 45609 | ++----------------+--------+-------+------+----------------+------------------------+ + + + diff --git a/data_analytics/docs/src/guide_L1/internals/svm_predict.rst b/data_analytics/docs/src/guide_L1/internals/svm_predict.rst index e1b9cfd77f..ad277b1fb7 100644 --- a/data_analytics/docs/src/guide_L1/internals/svm_predict.rst +++ b/data_analytics/docs/src/guide_L1/internals/svm_predict.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/internals/writeToDataFrame.rst b/data_analytics/docs/src/guide_L1/internals/writeToDataFrame.rst index a91d05edaf..e9db0cfe4b 100644 --- a/data_analytics/docs/src/guide_L1/internals/writeToDataFrame.rst +++ b/data_analytics/docs/src/guide_L1/internals/writeToDataFrame.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/l1_class.rst b/data_analytics/docs/src/guide_L1/l1_class.rst index d10b3a0b50..dfc7872575 100644 --- a/data_analytics/docs/src/guide_L1/l1_class.rst +++ b/data_analytics/docs/src/guide_L1/l1_class.rst @@ -1,5 +1,5 @@ .. - Copyright 2020 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L1/l1_func.rst b/data_analytics/docs/src/guide_L1/l1_func.rst index 8ddca468d8..609097c3b1 100644 --- a/data_analytics/docs/src/guide_L1/l1_func.rst +++ b/data_analytics/docs/src/guide_L1/l1_func.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals.rst b/data_analytics/docs/src/guide_L2/internals.rst index e996d6d698..10423f1fd8 100644 --- a/data_analytics/docs/src/guide_L2/internals.rst +++ b/data_analytics/docs/src/guide_L2/internals.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/DT.rst b/data_analytics/docs/src/guide_L2/internals/DT.rst index 0104ce5a7b..3aaa6fff0f 100644 --- a/data_analytics/docs/src/guide_L2/internals/DT.rst +++ b/data_analytics/docs/src/guide_L2/internals/DT.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/GeoSpatialKNN.rst b/data_analytics/docs/src/guide_L2/internals/GeoSpatialKNN.rst index 5ca54dfa46..74a82fba55 100644 --- a/data_analytics/docs/src/guide_L2/internals/GeoSpatialKNN.rst +++ b/data_analytics/docs/src/guide_L2/internals/GeoSpatialKNN.rst @@ -38,7 +38,7 @@ Building Blocks: - CSV Parser(DataAnalytic Library L1 Primitive) :ref:`guide-csv-parser`: parse input csv file according to schema configurations, output spatial object coordinate (x, y) and index. - Distance: compute distance between base location and spatial object location; Euclidean distance is applied. -- `Sort Top-K(Graph Library L1 Primitive) `_ : sort distance in ascending order and keep top-k objects. +- `Sort Top-K(Graph Library L1 Primitive) `_ : sort distance in ascending order and keep top-k objects. End2End Performance =================== diff --git a/data_analytics/docs/src/guide_L2/internals/RF.rst b/data_analytics/docs/src/guide_L2/internals/RF.rst index f93cf52c38..21f9f8b3f5 100644 --- a/data_analytics/docs/src/guide_L2/internals/RF.rst +++ b/data_analytics/docs/src/guide_L2/internals/RF.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/SGD.rst b/data_analytics/docs/src/guide_L2/internals/SGD.rst index de7e76c2ba..ab053116c5 100644 --- a/data_analytics/docs/src/guide_L2/internals/SGD.rst +++ b/data_analytics/docs/src/guide_L2/internals/SGD.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/geoip.rst b/data_analytics/docs/src/guide_L2/internals/geoip.rst index 0ebe6333d8..53c0ea1501 100644 --- a/data_analytics/docs/src/guide_L2/internals/geoip.rst +++ b/data_analytics/docs/src/guide_L2/internals/geoip.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/kMeansTrain.rst b/data_analytics/docs/src/guide_L2/internals/kMeansTrain.rst index 19a8ca8c0a..820195a41b 100644 --- a/data_analytics/docs/src/guide_L2/internals/kMeansTrain.rst +++ b/data_analytics/docs/src/guide_L2/internals/kMeansTrain.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/reEngine.rst b/data_analytics/docs/src/guide_L2/internals/reEngine.rst index 7d494aa3bf..c9b12eb598 100644 --- a/data_analytics/docs/src/guide_L2/internals/reEngine.rst +++ b/data_analytics/docs/src/guide_L2/internals/reEngine.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/svm.rst b/data_analytics/docs/src/guide_L2/internals/svm.rst index 50ff66b6c5..4c6e2d95c2 100644 --- a/data_analytics/docs/src/guide_L2/internals/svm.rst +++ b/data_analytics/docs/src/guide_L2/internals/svm.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/internals/twoGramPredicate.rst b/data_analytics/docs/src/guide_L2/internals/twoGramPredicate.rst index 1ed1e2ad1c..519342bfa7 100644 --- a/data_analytics/docs/src/guide_L2/internals/twoGramPredicate.rst +++ b/data_analytics/docs/src/guide_L2/internals/twoGramPredicate.rst @@ -1,5 +1,5 @@ .. - Copyright 2021 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/l2_api.rst b/data_analytics/docs/src/guide_L2/l2_api.rst index 4b4f03731e..7e3233fa39 100644 --- a/data_analytics/docs/src/guide_L2/l2_api.rst +++ b/data_analytics/docs/src/guide_L2/l2_api.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L2/l2_guide.rst b/data_analytics/docs/src/guide_L2/l2_guide.rst index 0f4c5a817b..15c5498ac5 100644 --- a/data_analytics/docs/src/guide_L2/l2_guide.rst +++ b/data_analytics/docs/src/guide_L2/l2_guide.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L3/L3.rst b/data_analytics/docs/src/guide_L3/L3.rst index 844254b69c..a97871df5c 100644 --- a/data_analytics/docs/src/guide_L3/L3.rst +++ b/data_analytics/docs/src/guide_L3/L3.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L3/overlay_class.rst b/data_analytics/docs/src/guide_L3/overlay_class.rst index d560b0ae11..c95440ed8d 100644 --- a/data_analytics/docs/src/guide_L3/overlay_class.rst +++ b/data_analytics/docs/src/guide_L3/overlay_class.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/guide_L3/re_engine/get_start.rst b/data_analytics/docs/src/guide_L3/re_engine/get_start.rst index f6f5482b27..351f6d2b5f 100644 --- a/data_analytics/docs/src/guide_L3/re_engine/get_start.rst +++ b/data_analytics/docs/src/guide_L3/re_engine/get_start.rst @@ -1,5 +1,5 @@ .. - Copyright 2020 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/images/stringEqual.png b/data_analytics/docs/src/images/stringEqual.png new file mode 100755 index 0000000000000000000000000000000000000000..650a7d08435a8a0fa76f0b23a15077b9d24e9ed4 GIT binary patch literal 16842 zcmb`vXIN8hw=N2ZfUhDVN^ep{nn>@U^eP~|gS5~~=pCgOAxJNZNR=+VOA|ssNa#Y4 z5~M?@0Rm^{{nkEf{n+R1KiliVCqOdiGv^%T9``*4aj&(MN&lh!2M-UAR8>Vm7Z2}N zEbw}Xgb4UQEQPNXSn$1dm0#jjkI`=e-w-;;Ys%x{)ur6Mvc3&`f5$_`*c%V;ejn}& zf5^S;Egqh{rK*Db8-I)4MbmE#Qz7Svo^Q(e|0JWWB3`+?g2I{JtZ?)<)qc77RTlZF zt(QYZn8hp5tooyK<(+4*TQxNpJnsnOv&WkX%S1oG4^VMcuj4AY&r~(#FpA;Tda{_vyFRaf=}P(1z(z9otjw?6@@!zXe;q6Di_8@i#lcOR7ub zvfNs(FSgqYqS;ipWPxqx3~A*{=<`^1b?oHO;4j2K=8pfOoKkYAl0e1JcS$)=ARVOJ z)ADvW?M10K&n-BFP4x>5PiNBT)20mqL|*ppC#!z0C<=@AWDNZK**>(=UTgM7+kf9TCany>kK9bvv<1Bc3x{oZpSl?Fl zyK<-M5ZKSU9?O@6{!XdA$Ky;0BL5ZfDP?!+{({5$$VVr}d*c%Nb$JvN6iy7b7>t(f zg73q3YH7vS&*jpE9uYE;$12pq)hreiSU!japxz{^V`T6g2PbE) za8RXT4PP>oY=Mkl)F+;d_QwP$5*AGIY!`x{KCi0DA$gag@30VDvB05ExR$suT${#L z9tIdG>Fr)^LY90&MxFLYaaIXE>@|;BW4CS-2$U#mQse70_6&Bg2=L&u<8$>rT=UU| z8^qx875bVVNKhe01KGw_Rw zQS=FwH{XK5#FatVJ(0^3P_G51Mc&=k53h*b7<#?|qXA0=WU z_jxYV(~5hIJmR6fX~o8@&smq_tm5&GX6tMl$s$wPRB7!1R~J%7P!3XPMztHLrU@ng zuaI!|e~cKy2Nm&dNOLj6!>$4U!lGjMx%t7Kmg?j(&app80cJZe@kJR9-5h!>f1<(v zm+75Rtoj^)EJ9N58mr{7mS-{oXe#6nt(p z11btztoMst|JGicI$rpwuRplL?tKS{`R8dtR@PHWev7=eqs=K-Syf&4f6w}Weo(a* z6&+qg`&03gj-uSl*A@&8i)~;oegf`miscW;J4>{RIXOAcnp_tQPz9&J1E+*QAOjTI zQaY%-L8<9)#&G&(2}V1%3)i{&ucKAUzna2su2BcX_vuwIL1%lKiyC*q@Pv-th30Yb zWd~Y;&a0K7GEvCAr&{j?Pcb3rZFQh_>goYjB_QeU;-Rc%=o@D+0p}nX^Ychm z0CrA~(K+hd2o89?Xz--T^Ekn^@4LY_Bb}XvX8!ddsUuf?zZcp!!GYj~s(Fo~LhlCfN`D;isvamHeynbwuy4Z$+WwaI5G*rRlQvzFQ`ASx&5r3tM7ZmrF0 zTwlB+0gg8}TzxATQi43)U4T3Mk`@;JC<7@ZgKlJveSQ^FqS@fNQlM*P6pfELq)E)w z7Ay=)z6#FaF$FV%(O{BMeoKoC&XSMrQBq8!QP;7%iaST)-MvNlGxooDAml<)YZnQspf| zxczLKUCjdJlvG!yFOmrj9uaWk;pZALlwlf72u7oKEe%7dWl9VemC}lr8i;fzU#~T4 zfQ41`1K{n0sve%`wc&ba`y`5Wd)ND`ib)gbb!e{U-b;%GgqW(PaQr8wsGNEui$UlH zvSO1-^9t>x8--Ba9Ub||op7=}qrJda({%yLap$=O)f24(@jfh~Oq_qxB##*TX3;4z z<@@JrriB{p%;o}7u-<5z?{;Gc&G@?c#@VWJma^=U(LTYXcd^~Cbi4{wQKSR`d^($U z!0ek}qi;?Apnx#@bj&^{NYa=igVZHxM9+ePc2z*D(IC@F@kUF*TX%#JX!%13X&@b=AVbElo5TkDu`wFqpkxbd0(Z2F6%Jxilg`H*GG_}Y=_7kKoCd?VM(-5XWtQwrR%QT-3rdH1TJ#Jv3 zKIl{Cc`L%WlyhDj^cU^42js>4W#4!_UeI<~cIC9xZIF4HbsXesPU<{5oR2KMjXVOB zyqp*=2zuJCDED9+Qkp%T6iTRw=vPcKe@x~%-26BWk1dh~BvV>aGU<@fZLaCa(8XFZ z-07u}X(dp|1W$2=bru}vqgG)=5qgXt8mbd0d7rgQ^hs>kHCaAgAcVEHhzbpzema#x zd<^?fRHAhj+E0ureh^H~JW7dgjzD`9(F@Zc2G@k;inSEraOxPyf);32H8nLPTT1^jnu616&qOBP@SAzQOJgzknoT^ zZ#Ar3SeB!uB+v!%ZJ-|+0#|4h^;Fe1d48;;r=R41fGlOF+# zL8O37N~VZ^sZ2W768#5{;y(1h0icJB06r}?4m=#7f@)8CnE5S&*E!2Y?>*R{A$tSl z&*=*N$`S2JD+Ve5UwAsw4&h?s510c#O+NSdP`~43#1lqK2`z{o#?!$rOaBJ|zb(Gi zFCBC$WH}0Tz@1U|=2%Lu13;E~Tkiq)q|(#VyIo~9Q)Oz1`WGQzSig0CfDFCdJr0|z zx7!Sp)p>ojS4z=^V1A>%^wbrldfVhxOj83K(Pm`g@($vx_v0mM! z|NW&U7=u0z;2?ar(CqG>-0r}6NcTcPbqHD-=XUG%bC>lnK*Wl2qbjK*28L49Oocf)6J~%cBtP! zu?CX>(IJy7C4VP%@%M{e<^`8l=y_Pv<MMOcCtmAQ`&D300bIxgWu8Y<>9 zQLGTvSIXyMKQ$_2Iv%Ka$+Ad(Qu$peMu(6vxYbX=sg+*nBhtDO&#jwNBj$+o=p)@! zz%KeBdA)`IA<1#;I2^2ZzW(EPGHaXi(OmIxmFcFXlZuuOc-ebG~3{V)*t)fxGp!JJu1`~JDGBVTI7J`29#&sksB{Oqw%WqC| z*I?0a_(kXOq=G6>b@Gj_M6d9? zpELe!DX3;A4RMFBVy(M#E3^=+aJ=nvW6*rF^`p3l|#l)9yaeV4ctMd7iB^Xw?{ zqZ*EqiPu3Nf7f|E}Y{}^}wmDQ^-<#-qnyI!G{xelG70K=U! z(RTaFTZVIY>q2aT))zQ$?i-EIT3n4cn-|XxVtjY(FTY>#*|ybvD}H*D2qDWI=bz@f z;a%G%hsSRE9!bV|ZeIv=2Nz6jvP?I$-CN{Hw8aQ!&wmX~@0`tKMxSGuL!+(?j*zS? zqJ#TwduNp0w%5vxTc-}-JD8T#ty4kprSLX7FLI7g=epQ}?m{{?zvzx*rTyncslWDSzkL^62kLBxMye+c zrcK>7ogZe3(y+?zp8NK_n*tCGrMvy)vF{e(bf$5WLZk)ki(DO zPbyJ$IU5hVJ}PgYPfy*2WOlagI~<{4PAwhT@UW|)ut$ZLzc)szPq(_D*}r|@n(L+0 zXw(=cu(sM~NaTD|J50irL2_bupFcXq_0hsPP%vuUv`>g()R1$*Zo1qjuR^8bk>iv6!&sz8M9S2!cUrkH0 z(*_>P<*Z;JsAQP$*2&shX4)c^LS?j*>vqU!GIpUa21Ei;*$$I8TR!$b1Ue;Pl*K2RT_%W<}ZT{i> zzQoj4`_5NO?3UqrDZIO}L!);8i@+WIxUx0}p>Cn_Cu1{YhhB|xImApfIbi(ps_j|bnRdY)V z^`+RUV(jMn0(000x}ij=+OvGE{i>%jH zSXMhxv|360^{8{*Qt%P%yI#_#ynL@@2;%QhZ!7~i&#~I9wSJCY*DSy}1~2?iHk0JJ zTlE3V;P=AMt1S0Y=s#L%#unAFgS{W47!2u-PB_;MMOVW|Ba*GhPwB3XxPQ7(bj8fN zVW#X6AIY^O&}iE7T;`I!_MPV0QZStdZ2gQXf_=R}t|1q~fO<7&$C!pn?zz1)bnc4I zO+>n$*s#m9VCV%`R>*p(F27N8>b9G7nI-nsCD?{_*NxTf+ai&$darM9jpvB#_*Y&U zx|ABFNUdKslkhCYY`O@EXlji6etGcJYl^qJCnBE%hJNje7SQv4eE&5fww4v;T}noq zqq=i&lpj=+YwgvTu?{2SXdp$9yk2?sm(IN-waJb_i$F{abtFZXyGfp>a4?Qv;QG@0 zXWLzZs_N(syLTKp=^JGXxd~V8_d4Cw6a*``6yMEl9iJ&{1_;OQp=?wb=~3P4q?DWo zp7^Ywydn{?ec}s6Qb8os;vpUM(#eB_;1zwC_}-f{fneYpbs`!g)}a=<<{avx997p-rCMP{_wDifsGF-%AmYY=^Y!HTgAU5pL_ZNeiQ9kP1%H}w$gqZ0iA9sIbByp_)FHFT$_vTL%lD9ItjhHQ zDroI8ZoljqQ;meC54!!^p5RgatC2IRQGOJJ?A6QB6mXdqr)A3Q{no96s)z8O0yQ0B z`d!_2jQSXnJT3vZ#SV!@Ki}M7m86S5qn5EsKY&1B+0NRs*S2l{o5nv4(cO<<6=($l zn^^q|R&(&wYZdj|+W!JGX6V6Q)OM zu}x5GQ6eP=JF2+s(@_=7r%-FKqks!cklafc)M93raXxUYH*r-{v1p9bnmaO&P9ut2xU+H^E@uG_n^o87ZgXd^DI5xPT1$^8 zQqn*$H&qIJ%i%YCQK@NM5e;Tf!5E}kx{m1TcM{BNR^<9F1($x@di*Q26r+3E@d5XMo$y4AW-a74@xAXleP|BIaZ|KO`jv&ICa2HrHB{fS|sWV$&Y zg7TGj^SIOA&Ui%{wO;KPT=qE-AcaSy4tj14M3d6RL;2djjiz12-IFXYnI=*yBBBn_@EyKjQBSx-{dHNW(D zm08#R{+Dll)(Mmrn_=`V#i8{bPLGW43*XC-bovf(Q|vkIg!fH!WsR4F{^5zCC4%M) z&EI?QHF`^bw9TGh7Bj3JAHx_}=8qocOlU@iwvT>nn^6sbT)_V8;Ny5YpjZ^&=Rmy6 z<5F4k-(fe{%_IIW40I*Oxthx&6tj-t1y`B}9ND}hvM%xZ8Jhe;Wu*bZy?Yv#7LEJx z&s^LFm>&cK{+&>GbG0#$!D||yFX=~lb5V0+A_ZW8@@_;`_DC)jtI*S`kv}ut*C#95 zH^6(pUO@Z#N&-Bn7gxw!L{SunVKT$GPIu>}Ec4`G+jb$joO# zk36mZaRfV4Umw& zYNY1_REe?zTEx1lw~k*2?#aOwUl8=mRmSg!p0y9$T!!7$jHV*oMFc+1FMm>C&O%ZV zMZG$i7vIR!yXs}SlAi<5|9F3Q{3qnX2`Htmj#GhJsP&5NWQIM{OgB^_iMAhkecEi7 zSu76_>k>Wsu&oelnHKp@;QUDhpvt*!9U|4>rnm;8hy-i1r_d^k&Wl7Tz~aK6Huesa zpS@crD}NHQN{4(J^C563ft*$(^2gN^VWHbXatLM*fkdn4Kxs8(o|~x_h5Lv+JmW53 z%cmWQB#!65UHDJZfamy67Y61|d3m-ExLfgzMNri&P^iusZZYk(j`7DYf@jP#q@73r zI~2*_w=A&m?w!)OZ(%mk0U&(62CDMR4(iW3J=c33M`PUW@y9}X=;F}T6CF?M#DuqI z&sS~US3NE61)M^n2S1()gBBVdVhs9rK4RFFcHcsmKS1E+7b`EX`g3Ua74!{}s+3Os zUazojji$7f4Gw_tYT{1!zyq;uOhJ&eC z;{D>wEyL~{8FlPy-k6TF4>RZVVjj%kqva3X7nR*=+K}|XuWmO(oz=*T>E?K1rr_td z<73E}v@{Elf!n;$LLoV#SlyDna7B1Vm1%Q^In$rw;Zk)FUkCH&e;xn(Ge5$(!xter zqTUgsF$fjh{j`%1*IC(;(9Q`y{}ZDJk#lOQScd@*AsQt9_QoJ)#!{to<^3Hep8&EV z1ba^F19~snB80jb`v#lTBw6S|l#l#M%FTHS^hxnG6v`ZDLcbq1#T<;?w$!G2S~2`z zCu!{Mw2~5H)0Pr@2jM6${P%WKuy2E!zFK_wsu1dF(-%$3h2$uiv;sni`O3hAatb4_ zi2ITmN~QA;U`3H28i4Us&*0&@REv5wcS{@oQAiB9R=T{rBeet-vp;JC>rzg-Tb%q# zj*kvtENLU)HDWAmz}Oy}^ukI$20>{MY8?p8yPuou!jUi(E8>Q@iBm zU)2m0F>}}B$I>&*tm{b*&WtPU4t}Px!eZX5VEegw(FqhYX5N~fM=;ULF>9xuV4be? zVawm@kPL^y5RrAggecj|23d7Op_@NU*H6rK&WcsN$=7!$)%kgs{8y7+oM~+2c_+&k zU2u#5nIhB(g*aj}?_5hjf1R)+EkeAMdj58IzH#7kzq@en{ij^wnBWabBp0AtS={G> zky0_-XOhW#SkuUSh(TWOA^|DVV3b-)t@EMX!Ql`Szgx?nXnWB@fF?4(&wj$l>$PRF zrBI}pQrrtj0rSgCF@TpccYc?8z3RQ(6H%|8Lx+1fuTd&Bou?*&UQRwob20DA3R_4r zEFZ1PE}HQG5!Cd^LP0gk8t`&*ScMFBQ(F`X_1Ug!zL@np$-~_sf16EQ(D8k|DY#z* zxnM7_7`gp|FW%EL(Ty)dC&+&(VB_N}HCn=33gx$?p04#0GielxzxGtb-nBe`xs?$( z09f|z4!=FJn*%aE%oloewp2N?tQ=Kj6q{ft(vV36#naisBd)pu!YN;M=jptUK7@Nq zq*YheU*Kh*(k?6|^!ST?70fn8Is+FZY^bRQL|o_7`Lqt+=$(hNIn@GoGYWX->%6dQ zjNOcrkozBay&4UkuZ+C&clNv_;H(JU;dwmlj>e;_^O?q0HA-G~fgH zWW|40`em_j*~i*ahYH!;CrmK4?vpC_ubiUZ``kDc#RB}q$phyQErG+3sg}sG)#f{t zg+Y6*EAH1Q_mL;XO9#M#di(no4%Z;sB1{in2CQwi>2@FXqX4@TGiUoUN<*#IhkLHQ zoexU2@Mahv#9i9TW@(`o6{q7C4g*k$ zB7++)<^Ic|Ee5_cu^uK%+_&gp)ktGIAv)_qQE~e3rqmc^)10}c6th3X;O_3KHjfeXSo{(zJth6k`WF+RHM0u^Z#PP92EQR55Z!_ zH=qtE`OxbJ%q3I{of2AI_u1NLGK1Eg{xQqX7%T*A;B(>C8mANInAX`Da4Sl8d%lJO zAuM_~<@#^RWR!Dp=ofLPP|wIS&y_TFKGmC{i5y|)98LRX*M*ERR+8H38cXEp#%9&7 z2b0IWam8E)N#FF4u{ZfL&=1|(XZ27%bqq9(1!6S@*cacUQ6MCda=-Bysv&-RdyndbbHVd|y|eK=ihZW@~7 zHk`%|Bi21sFkVuoSyjYS37b|u%EdVWr<#;~ZogJWC8(qSiVk_MB>oN|X_5G=mYllU zq_N^0<{k>M@auKv1E_xaC(M6-5Uzi)PY`Nk+9=I>=%dp|8J9CL_ld~k@^lwwB2`|9 zv*^&v1*Dd90+Y=7augbZpaTx~^c*GHZQOA>?+hzdzFsDl&6<|d+@d0QN$~9Sy|(np z8&I0~n4SCK%0PKjRbbc>kX!V;$9e{O0)ldMhfufeOTUnP6~ObB{3MA}=(%Qp5F7Xwxo zSFed>!cHnJ8MZH<2(|s|#IEw^V}4x_kY})QYjgxh3H8jftxOOgkt6`1SagxU=G4Cn zuW@Mg2LST@0X8chdD)3nmz0>_g!7W(vZo_qm{j=z5CN;DX-e+}dR5E+A)uiedQin_ zfB8Do^9Mx!i;_p46#6IYKqcolii!Ys1<5Qart<+r0O}M zc%j|IOE%T~=~@A^ldhhY=I8x)Z&U>rU;Xq5pwQbBPdr3#g5v}90cU4a>!w5aF9>k%7aPaNDp|n4=@g8DESe_MDcrge3v})1`i*j0j%C;GXw=-t zOo46NrcSJ=(G^gIc)JqIQm7ChQ%Yq|SJJr!<_enC+pkLw`qNxF%ZU+R25pDRo z_C3Muz-+#j<;eQSEm2;d#BFj+NNulo1TwB!sySzIvTL)0` z{C(J0I(!T7E}of|7jg*W{r&5`{rHp+mkaHPy{mynUH-+u?W%$OtFirb^HS(S;SHuR z(|pp(WZ+lb|kM``)(70_hcT2IPM#nS+5meaa&^4Mj%9+$&!02oPz1EwD$ZxNNNmHFNU$m zs~5RFAC9Wx;^N-ir7k=9Qo=v(9OKoGp(6`7ZufN^sSNU0FBOgjY9!Yj148f>=g-`v zG6tBl>d>ZY4S=X`$*xc$A7WhVm%>MDLqI1S zWHtKAQLBf6=-GzYw9d}de>k@I-)34wsl3%xK95$dpOOjUaVy~F2Hy3kon;pg{I%L?sCCF)`uJRV=bQ{ z);(c4wUdQcTGcFXzJyk5ymtQS&<`uq;6~drtiT{U{Z-Iz{MW|vpC(B{=W3(|J0rW4&p`%%(VNzkoTmsA-;hrIyL;(F9-Rs4f)Ro#o zoH}zC(b-)5II_X5GLwv6>~-kY=r#5ds?GG|CtEFH%CsV5OTF3ZaWaJ_70jX|r(C}F zzjybYR9cSh*Q)fB4*qxcIoPs@$}Z=xxmIr+QXEfLrZh++{|9B{$_9FH=b=-PswN9e z*~xd_nJ{iN%0w`XKIvEYuJJ1@` z?_@`Rd>W)Hd;FD1$9o8_qZ2~!BZ*+f!IhmfqDs%&`YWfWJVF2J`S0r;NQ*A4+4kfS z*`Yw{rEFgGHT681G8Bzc#0lD4rCr3ahiktKoT~k|oECjplP-hqScYN2xBmV0t%)o3FCk79{?3n zdMoZdLVnVB9&Cg5G`!W%etT=TzAs%}lqZwD@;C&d@YiwNTM*nb#r7HsR_9}q`^C!> z%ddeS>ekROCyU*Bh1+1%i(|ah(nLPZQdnyZ+%fFaCT>4d=blg%8SLwmE$JVPi^mgVu*d{%Zry z`Th1(KDq--m*;!q|Bx$xbCAwmqZ@+Ri|4LZ`Ogmh*M6qjY>egGWe(DCLdnh6gc$-{ z<*KX0LRo&^@orRlI%qAEr(yw+b}&y#ovQp#xdAxIzC3IV{_Ta<{1+N+!dn82EGn_q z=sz!)YNno7DF}|M1bAzgq@F?bXCMeCyq6!eYh~TUbXI_C4BDw1nhZpTb&Y8I8;>_H z1y;78a-2u#RiB(5JprwqGhJfE44x$GW9nFIK9^dah{=cP(pUB#)=TVW1D!9Ul5SJW z=P=K_@lnZWSc>I6=+$Z#&8opT1KQU1o}MP=dDYqx$NILIp6nWyr7mx`-!H9@yZ=JX z_Op&-keiLo3Idn5gd2cw)3+*8z-u3fDjp zBv^=47HjK?rUM-h{WWPYY9uX`mqHJe&Go|JEsqr7S*SS8EV_R6+2zl~0E0Re0A z5p=VSnWL8(jJv*9sND@oPbn-lT9V?=;Iy=V_;<)5gRE|8LN-IPgl=0Uv=nOAtdUx= z@S>3K=w(;_gFfG!3h2@{VjG>Anfa8iZtrJvP*;*y9ZV&5Uz{oC#^uti6zPm+& zQeS}QDDL{ICbW4?@t@$ajqJ0#Q`RP5w*paEqm9?*H(P-${56YgB@9UC8r>Rb!7##U z%Wkf6Z(&uG<}&6l)8)ar^iU}8Dd*wkO4vy={blA~rLIDk%!<{GxPbLbBi&d#4uQ}e zS)1(Cv++zxq{ExD>|NbT>&k_CiN#sNp@Xt&)5=Ge(5-Xq?7k}YxtFF!P51T1ad({y zmoULkK}H++Il1ViD8YmcEJxU`Fnf2dfpf}ju!ZfzkdMmR?qa*>x-ItNr2GyGu4dB? zNDBXsBc?}IkGeuGCm*AK+GZOMVzx?h-JZ!l9soo+9W$Wg1YjdlWUu|_?LW<-+V{Im zgRhSYwHL9IyT=Q{uGZN{C5;IG;1!BOmBMVQ#kyo!fPR7N!`+1L%K;+nQ~pfL&;U=M zvprK>5fI>$h0LR|lbK!V8C;<3f&f(ZahObIgM>>8fINrY z^!zv%;$HL~1UDxxs3vj4JO4z}#ed{B6xkT|Q<(eX*W*WtiP)!EYXo&^QjFqsUnlC4 ze9_@G*+qdxLyG`*UT;p#UYbm#bE5h`NffoHHpuyJF?luY(!y!@Ev*c7Pb=BAc3HpnN-=*sa9cbkz~y#`BC zV1PQ~A_>B*XF~JfvMW7z?qVeeYDY`;2!qI}Q7o}$9sZv4!)twYqkrvXR=0pwBcLY$ z$M2){!aRPA40HF2bGBl8l4WYgFcEQ4s!L%U^lRcIO5Oz|ZYx$d0EzcC_+jBKV#@m; z$p5-5b%slIGFKBzZN}W?$AjG2X^EFi4;_@+%Qh@b^&h~`6r`%_e(%j2SF@fZDyWdn6{-4hW z_(M}K)`fLa(G;5`%wI${TxN#jUdxh=vk$NNtW2()SBl!rvAS*B)W4eRbV{3weK+s^kWNUgvyP+-A}-2Xt8lj@kkj zQa)E6n2_&J&*L~b__528_J`{FhRj*(F%6g#(NL9*2d^n;IlbsnB-J|k^um;foA{uN z9R!|;tjt2RtsU*GsnwTcmV)N~-tLMy*J`2Gbw$sUebd{a%XSdelos!`HooH`j`<@> zYq(-7jZV*O$Z}|=QtWZ>T(Fz^UAOpU`dtoHSGQwz-q|f|(UsR>_}*+73M*uS=J*?I z=>w;|d(|{&sldzBH_`p98xN5*>j$X4ZaLPzk#-Kq{QXROx-x-$vHKng_bz)RT$Gzk zWyUerJwjZfy7(+G;qt`>hnb(9L5he&>5~7F=QD}(ieE=&-N`|z3 z36u2vK@k^aW`>)c9L z6{x}B*P9a0<-80_&7^QH(n?H(ePwzxeE>F)`nDsZNxn<~Hq@l3xOc^0$B#a)|Iq%| z%2Ic*xESN)+fK_35}}DI5$E-m@y>;$WgnAJ;R#FHprjwaMJMPR^tZm#fH=_{Md0%J zL@;6zAgG;MYk)FZ4|#Ka2K{~75${H8pW`kZYt~pW{2auc?eN$TzMWHmLU}cIy3Ol2 z_xd=zC_@?TU262HWk|zo(}ZKUGH+iwJ$jLp1%%sXe;nMcE^;J{-&8svr4vaPKd}ft z9I%?zQ&8tB>^c^lWuD^v~i7dR!t9vx4*j~7S-9k3cP%>0wM z>9kYvB&XDyU$4kMis#2|4tl)^ZH9jUfIYz6s~#azS(W2~KHHDxf~@|g00{I1_@l^~ z)igj;wK$bt3;A=djr%lcU056OK~aV)^9(u^ za60FZi>U(5pfT%xYw*z{QP+9ID5rqgn&AG=8s80JpQ-uwGFMw_0R5Hp1mk!sg7z$j zWKSDLol9kw?)cr82bsk0#WV7k>+*xKXxB$j%^N`UEKy*DD#v?nP2=W}l5ulLN>=s2 ztcrcrbi^&<9Ctfyj)B}$qecNgpy~AewNvnsad{>biy8l z`T%VMLJ9K8)A#KoySuZsYnA+%9{_yk9x#Tc0@XePP;Q;;LX%e+OA-~_YF5~JIz1%b z22dNFLXV*{kP`=~=#3){>cT%+gFs^dZbr@AXpaP;5+Ro|-)+!q`}oM}Qg_v8zz-)a zrc)<7)iV^K>K6l5fC)7~g%I)xa5W;7ta|YMfn)yxp*p8lo(dLiA`n^ABL*}n^R|~P zbOd-`Xj{GPd7~(ER5o3o+H5lrkGi5h1Ddw&kST9URhdZ$cp_VY=7*9!fGQS_`b?r` zJ5PT69sp_f9!*~BBacSG3E_}UCD_}1sWOfS?7xT>WHZ|HNd}EAP*mF@kf}<;QrG_s zsCDB;Cg_EY$Ya+UgR0if22#tW5`tEW3=(O}Evy3(E#%+U@m)r_AIiTb%pw0>N8ivo zlWg^@P^3JQ^I zdq#^0#Bt>M(;-qJgLgWqzwIGmbA?V~cn;WFCegCAnlk+^@h(W5T~#*>VBTq+2wA3r zR!Nvi?%go}!2V;_U$HTtKFkZ-!q#C1<)0Hd%BP&tbP%=&7kDU2dq54K=}$TaR4b$g^kEQUtYphNWvEXQu*v=5c|0O6cWF1_}2bI*Ap2Xw5^!x0U;}it0=g>ZcN^IG!VEW$`MCMF zm->aqCu%C0j`Js~tH8)XTJ$m?QU5Eb^TCMrbJ%)L^C6v7@_t>eoE#iuWlp8Ol(?d# z5Z6QBMKQUyRxF&5CKL@=PtteCc}n4j0eZb4coQ|{gjBK#{otxBXRSa!H6OifXooN3 zr*=1~5*lHSsm+KE>Xb*+DVdu`k=QnhzrlH8Iw|w@AQ>A5)&Zg6@yrONqffQ#|} z>?RqBX}J1Ej1d?QzL>HiI3CX|cWc+55!NMS6-T#!%!~@YGT5Hi>XJ!Bf)@H6t_Ars zqIOf=8-f>YJDx>b&)Ia$@?m_?yR-qtTM`3pXOxiPbsGQuBj6sAbU9{8~#i1>>pX z9vC5GiwjLn&Bxm_HQJmQAH8-8dBSaqg}CoPx zZQCksvbVa36<}7vI_koPgocqP zFIatT2bh{;(6)W_jTUQ4dJV>u1ABg#sEOsul| zuIl7pz_5fosz4GZPptmQ`&A(3Sp*C&10mpXqVfkqtz~iYaqX@<@dTW$dCXB(5k1c` zGAS;CuRT)?9s~Da4H&pN@Wtuuk37~E*tL#rX;@;*B!FRD04$Q{@t8L8BvEnha2r&Lt3HGjK~YDH!>xTSsuPDFM7*gpVKe*T>wO z&{w09Vk$h&lhx>LX!=Q(EOx6)uXYiQ7hK|{W;}9qYqh^KY7_$ACt6Pn7tEj{{GbtY z!n~YV&#g+!1SDG`xBaC~7;TbgnRRT;umVV5aQZHx@#w9*Uqg39@a4Pi3EabH=Ulm` zUi(UO*~LS*P&;?uQG_}Z@5A~g+j-5a9%_8eg22Zv5B%4+bBJRb$k(&&T&U>J^vuQW za@U3P7KtJR=Q@M@DjM$vBMDp0(wF^U=rt_6>S`}AQaxKVOxMW#xw_S+w8-GDQ0|v# zQiPNj%WvMn@zUX8!3fn-v0l{M0u$y)B~a%U0b52=&IAcw(cpJF^0#A3=9(PPo)?Ow zcFkp}@h8J@m+7kboHw9}3mxa-rk_!;Hdi>m;72_^zIRtaV?)+KYgk7M6YO=FCd~OR zjZC-EkAnaTgqHIKK+p}~HWLqlmsyYG7Wr~_`^8giWQjCBA^bd%f>8D7J=fqIeDZgv z*dY1xhYdZ74l3_@Px##gKd6F4;i%+&v0D@q0e_RZOp+GphJ>;xfE^0!bQO?+A}TPu z&+A4BYX~*#zG1K#izCjG+4e%*)o!`1Hnf6MT20SNgPVnJC3Re}++J1K6|@t+!Fo(E zcb^kPcDH!^@H4MUdK*aiQ-FU&P9qB4@1>HagpAZP%lOEa#IDumWI)^KO!yFSo%jlF zo+L6tiEn|ReRw>;b*uN8@LFft6!11mXB-sLvHdv1U z1Y52>Epoxlp@)dx>Q2o*>^8W$2MKp{6 literal 0 HcmV?d00001 diff --git a/data_analytics/docs/src/images/stringIN.png b/data_analytics/docs/src/images/stringIN.png new file mode 100755 index 0000000000000000000000000000000000000000..21dd22532e5265619d77ec7852ab79fd5ba8ea48 GIT binary patch literal 28330 zcmd43cTiL9*ESl!SSX5gP>KblgGdpOCQU@7OYhQqMTxIosTSGeYvtx+QPHx$h&Jy;Jyw7+Kck`^3P}Ez0jGXBN*8#@HYRud=AwRs z-K*$nY!77b^ND%jZF^zt@2S-u$<^PP69@aciFGGp*psQc)vdv^@`kM2$F4vdfvcnh z9cxT*^-)a*-$nc-AU%Zd0tm!H^#8wG8>5po7IT$Gt?;K>`kI=Wg4ckCz7K_wfM9ml zi65`Gd2Wu&TZG$+5@+j9At8Q;0}u4mHq!Y_n8pe$`Wm)J&%1bufFk4}yr7_#YWLN* zBKG6uHV&r5QT6rpO^!2&=Fl5=FaoZBeyq*O?hfWi%=Bl8@Rcf6H8)T3sa63+rA2SH zfTY7!vV?ikA$P4_u_t$KXun+aTYPac=WS9cX+ra=3F!iL$uz^ApB=a#aY6?+8l1`! z6C*Pp?{ic35u*gBb6m3G#z$smHbYqv10PpvJayAzVm6jM45`#^5%D~5Y$X&355v+j zJ(_W9Yk&WX!bGchTeIdv(lNg6{J^xpLOklwDAcDu8wUErI4E-x7osDyJ(nL{8N@8uwAD!_2p*8=8Il%f3Yw?XIu?8sh@NUGo=0 zHmL9GwfQ!n1LD2Cy<08&(&RNorE+;>M-T{v!tV1%%RZWR$u`=Z;$xEoTVJv}atHQe zJQfEl{p#ChV!YE%BmpIKVAYhuBt90(V$Zcx&Sz|IbLFkAi}|2$`$k=>NwZ#Jfu$Cd z7Y|Gp6}gq8F6aR>n9$?EX@m<@7q4>o0s55z5(mV$&i3wy{ph)?&(Qn&L!d3h4rL422+iUkEfCN zyvcbnb>me`AxlD<}KnJ81tvs4OUTLdimZ$k>e z$|qJU3ZI*e)MGyj!^M@bV}D@iYPQHM-)hCA75^p&OLxFNR`kUXlF)pu35rJKry!N7 zU^mk%G?a*;Hkri80^5#fzK1rK40mpFG!Rxf)mZf z@uhC&u^mOh8L?$m*i3o~b-~sHp3Wlm>as~t5+NILkxhVO@-as=G+^qfrVAU=7=kFB zcuqhE)Efr9y-_R;`t}iKCERx`@>0ViH&AxJ+i2X%>;B`*lSC-5rRFo zAq9b8Qur+%GG1x4iEx}*xqd*jd)VYK$1;&LUiB>%!ODyFBd+b*^h{>1$`W>j8X)~Y z2&Uz(kSJ?_RFCwHvp14f>Kq&4j=Yaa|CwrWFj?wKqpeaEOK^oMjC8N-cBNYj-j~u5 zWV%y1dHN%o5@+voKPiD31fuf=%mavcy4k(hZ=!XcIzI2dqod;v61x-IeH+#9cg}_` zH*T8-tV$L7MawUpxfp7$^Cm(%OdNjC_K>V^Zyyl|f``+1jTpw5;Fh*i1_+0B+R7JTh** zDTsN|@l7MCvXWQCd&f|!oFxI#lU6vGKXeX^(EeQyf*|7Ic%4%c-&6a>jZRWf);kaP zqLZz3H>~ztn#D+Fo8JjrrEG^on2RLOh`_BseUxKU{+tR2>k5s9g@x$jEElF$rN*rg zpSDR!{Tjnr8`(H^mTOR>y!+7_c+%cJuXnT9xsUIq&zWsn$j-4g{h&|};osa^+J|F{nRO|0o z@G-5SL}{nLesCAm`nu;&4vytEcwDi+)Po&-#)ZlDFuXB5GO}d#JL7IVqwPOGKcUEh zDJi|O*y|Bu=MCcMe(!82m}jSbdy^_u@YkKqZh?U0%6oe*j5Pde{4yf3$MfSA28p`u z8%y+ep;Crc*4EZLR)&3zLGmv`Wn^xu*dGXqh+utHoIRm~0u+L6mP94SBjJ6c#~Tus zPuC)J=*by$K;H}*oFmoXK*mqMI$r9r9BX!$6H z`Ht!lv1!zI4%f0#UUrf*#~%@$gm3p@ud@>}2ktp4zOcziBYY{AusqakK6C$02}eo( z@)Pj1TyFRPpZKb$e+MXgpwC>A5(FB`zz+?;p=+H+#WRdri8g z-w-l0IrZhVCjL(u#C{Xns zJ@Mj=2xbBs2__~)CqUR8jNkVJvS1v9DkLBAaB+N0mdgz;(%~=9cDRQ^P7BX8(+rU*zN^)r+#J+eF6dBD4ejm2W06N!;*{WkzpPJ?eIYraDK-%NHkG~b$S7%p&4K`)a9 zPMTSe_0LPez@|4~mKfWXynEJj*&8cH!E|$UPrwBAjxFC2rqPy~RGow(g+pFlw)g5) z(v&p0=Q3t4!U~6w>qWEB>#XW*iazC9RKIJbL!H(dNGnYAUhkL3)>ECUCqDrva>LBz zWv+>j>zkZrPWu-Qxpf4E2~-Tf?+L3PTolcswrpLa3tLT)3_V>fV)zF- z>X?rA%~X7-W^ZLleW98WRQOKH*y=)WTdU=vStXrRG~u-gJUSt~Z10;&y&0qpDgLpZ z5vCFwC+Te&_T$-m!Os|4rK}1I6%Q>BZqGNJMe+(qG;65+TT+@?gO4HeXEsQF*;lIx zLOjZS2`bYLvIQ|ME{kTqe_30zQf4e{yz(wM(|4(lP7llILW-QMD z3yU|3AQxR79UTBa$4A0QN?*#PXO0vrS^)Qh+&4uWfEK{=P+xE2Tk-!Q5Kv1;yg2;W zy3j!~_e5N5wvVs<{@BBUCHPYQ(&0#PPK@1^Lq7_Ek!%cSIV0Ci0#CZ{?Hr-cyYJ*n zG14+JPhmGruoJ%fvj>B%d~^PFcW!>!IvcBkd*j<-x&}0BG{f?!gv#Q_-r~-7&;6xH z#m{arffYhv9V&{DBaiIewc*anr(LKK3rGl!51M_QMrMY>y);do|&2Z{m`jHL~<_(JMN8K zifpeo4fZ>aelmN^D1LtW;}+#?7o<;f=)1!uDiNcSPx{f7`7{XYgBDY4$Ic<&j-LE# zIog~Xm^YTHwCpNYH{r-)@*m>U?DwuOk7mB8w$BynWAxjqL20dXV3#h)?zznfBMQ6v zp`s%6Q~EhMs^=p5s^jeXQN%TSYI&Z=$En=fB7!|n56FSS2zcZs1}nZ zStLkKPsD-9;^%&r$(E=}H_TQj|^`##f=A`l2F}nuB63`(6CUUEuZHU=J4 z5v!eVH%uIFPW%H2Jnun$bgybVh6X~gGw2zz_7LFsNBE z>IF45#nG@YbY{|uedA*FU&k8JOk+ijCC=ihN)*Cn3{i-)kb{APPW|E#Ve_eHW<_y~ zt^AX9yO-y=HdotGjTk>XiZ_B|`4{&7a#hL6Mq)f}F{_ssuV!5O9BE%pk56yZS*3h{ zTM2Jq|Ea7Bl$dzKK`OuwAlO3l?{p-(1xLYBxDmr@*}n5p*7VZ={nsDD+@?*HC5eP^ zH4ZF7V*?4nUZ&f4J{&YbfQp*O@3LU5?KiqsK zPms%)D6tZ0FOMw`Frf;nU5GV4Dp?KJFueFM zmlS$ZYl>oSKWV$r?y%BS=$km!enhfzW^&%qZkJ0MGJs%Q_aWtE=r4CGg6!2 zzFF&ndWdF@k?_^S73i*3rPaVsM&%SnzD%i6Z0fK&yw11OD{fBj&s;J|B`{ZU(mIS< zec7M>7v%*xj^R3Yt7nF9CAkJ-iUTIa)~PErXLRDZGt`T-fi=Evf&C(|+slPL^3)_f zx@FOasuA|$rVhe8i=aHbQBAT8j&pSK0?dO2FMpnCcnJ5#ldk$fXzFIMJXMMM0ZSHu z{>6l3h>K(Sl!NaJsSp=a#&6d2+A@vZ$E=Nh31FmoF)Yx)y`6lN2@e{irQu!^i3iJ- z-=X*8E7-b!FhKb>D&lrO-}rg&WbM|`=~CiuW1<2| zZqMuKwwD609x)dU_!0G=CC@Ejq(+_E>w&6zfFJ4m^v^&WcV%d`GOGjC~ z25nIH$Kq$=|Cz%Ysy;s7(Afzg;X7O|R+XS0d$`j&H+Mk?+21J3XTZNfnw8u`rqg$` zq7nXJ_4ooafg=Co>%INAO5D#6XD{KibGABXWOCV(<-MHR{B0`T37NS-50nd%35Ssk zu}Ds#7DFlTG5fHTDis$tPqimF+U{316pDprPURvwQ7EXv~TT7955=31ybM z@^Wfu=wimnNX=@WEMXg-&F@li6##&Z-%|Ns$OE6~Qqx=*o=! z1m^dr@K~C&{Vb=iD9ENbdSCC+h`zzxa_(6icB3~nAh)54#%Jp9kZeFEqW|QC(OczF zX_nuV<<6u<;?WX(E7@~%;)$^O@S%xr6F&o2d|DMZt*GPd^OMF2B*t*wzjmu zpMpx5-?x~)YO300u8FY>Wq%F}iX)`30vuETv|1^)Nb}=MnVb1Y`O!nb7_JM&hrECX z#TKa>HF1M^DqAmnnP)lD#9GPHi#_e{QB89Ez#vdBK6AZ04T}AG-ph4y6fc54tTOxd zPk+fyrgiSoi~|8Js`_})rk$GnSFLJBbs!Ud8tJ%iwwV4r?Fa!Qn`4ao({gfbel|BU z`;}t>ztvhb=Ng&&wyM|sQ%|l>M?2>$i|^rs1D~_9-cHdf1e0fVLw`=zQk_m7E`(mR znX}6(rU(Icg4?fnJKNp=GfL9NP>AbcNK7C%_HocPyw9(TJ2glU~jh*DL zNQzyDDs&}eA!=s1X{Rth9|6uub5K&8;mTBC0G>-W#OY$}zT%;sOtAIEkqNG>9EtNn z%dHh8zx})9i`zwcTryc^+&@Azp6Q%T4F;^#y%YQlZPnE*WR$w73DhS46Iz_R6DbrA zWr>EeQY#ZY`0&LU(#x$r!gSO{A#D3vRwZWZ`D6eM+)CGuqR=x3_bE}XA+k=DTXQ84 zd5H^Ppq|n36VMR#_{uG=r~-4qlY=1G{9TXlA6*Vnii)z4y8NsT7x|#q=TE!5>YPV7 z)bhTCmt^)^S2cCu_bFCFy{Fbtu!=`fzCZK_(1sw<1aW60(t`>|bN? z{KN3$OMPM?6O7wvO_e8Mwy-!5xq(0%1TwUvvnd>!8tEE(J=NV%lJNdGZlW%XnffiP z-7Sur@FzHSa&s9fzmyst&4X#Tj-=6v*9>;Zf(!LgsW`Cz=)QA>ULY4j1rC|0xs`ic zn-pv~8eAnwNz#;p8GVAUql7wymyUueyBeuA%H1RIl-vC=Y482O^Zg5L6$4|RMX;2E zR`H6QZ|bMOL&fHccL~wZ`8e!|)KQh4G1V~|E*%2pOC9E3OJ-zjw&a*u`iFh#5r_Rs z;N_Mz;5%CYM&>(I$lZ#!n(Ek9liQNSRfUpeAe$a1yn;dLWbgHVR(71ZAt$e)ikXJ(pDc$8=Ip3r4BryHe_ ze2r3Z?va_#9O6r`Tnn3F@X8Q3Ki#t_xvX_~{(|NKI51{?vzv5Oj}Jc^q--iTs2|XE za4*z;IIz0Z=agtJEZkkGYiyhVxFf}eDK)l!fRvmCc*A@sW@3JR$Leh^Q#@nQfNSh} znS5|X!7@xZ#T8!8tiIZD{Cu_AIGE)~o(KpCQ;+TmH&s?v0u1Ly&&NRz_3FY|z&4%! ziA9m~d%U=eH38rtw&PQEVm5y$K3fHfNP3XFE)aO(pIewDyjKgsdWmrOkX8!3_1cEm&ulzM5?geuh%KnMz>5WjD zW8=xMuVn6!Rp~eMCUSxDVT#ZTV{X%0pZz~2E7d*+aDHjZfNcGU5FW(9a$h=jL5zUp^9?mF4q_kqQ!)acoj;Dq==*qFo3|t84FYX6tn(Vho05W_c5^p`^{%| zqwG?~QI_-UW%A+Q{*8GS4sRPmZo3=C;F%26Tq zyTMAzexfpdep|KwV@jU+h@QGN!Zz%nf#q-~26jbs=_F`RLucnwj zJW^!+mZB_Jl@AYjB$n3YLABCF$_k_BPfU_w3ZzZHGoSTrPt`qP__wRqj2>=;vN{Y? z@||Ivekn4p0J)rFgNRzelw~-Zj2YzX?_4P<{oaKd+YvSqtKW3q-@&xx{`j2@g58lx zkE&HI@0=+B7RP{1?;((8@%-Ud&jfz|=g17@A4>iGUk2m$gSC)1|0zZ4Df@8Et&>dT zvG7u!R^=ADT}o^kr?+>NPz=hm`gzSL3A(SwsS`nVkA`vkVn7n>aI)8V=Zbg$_6?&T z-%B>`NjTgL-v&?w0}$$z=z|R+KD)f!!22$cv=CsaEFDECy*x(Z%crsC%Ake#y=L)yQS`8jAJ^AdBggu^aK>fq>v#l^n4XN9{$6HgD z&anvmBu8y-Y{W!>f&dPu;BF{y>LieY014iPC_Y{zWRW{~c=i7O=Tr**v8$&_7XTN4 z2gV-g?VSWW@?wj8i^Hz6ssuayBc?8o)(Ew}jdUqVTn`Ne-j=9KyW?*uq79e4`<8ib9Wk@JZHSO z_C}&=rP%z}WOwj^^^)7dH-d=&)siL}b}+;~O>jc8kAg!B*W)%VyOeK;?9bU01+X;9e6qr97OS@0u_i+10h5X^>Dlnij!N zF_3YWPUWbR?YDV%JeSQC`!eOsd_G{SM$+Jqz4z>5@km*%?mzoaa`vivJE|8ttXBv6 zRf^w`ras38}Qyrepv|`KHT2C$O`a29dY0B9l z!X~=a-`WGuEYpDu8AnN;19A+hSXlwe*@zT?(`-!_FQ^7Wz~NtTxJRGoPx1L7Hlnb0i3D zs>5Celc+z-8Z>qd$Nm}9Ik6X@y3XJr$~j@^ZKUP*-1O79e4W*qj%9|8=)Wj>F(Ca9 zko-xANT@G!ZXZL($6#_kCHESdNS+}qcB=vz$?(>ct{2E7dCC#c9<9TzWN1u(Dbha! zuydmBJC=e;q&|SfN^IB}EsOE+86#Av&dj&5SvX#l13>_x#D-?N;h$K>&R@xFXFB*E zm9POlqUOLpJbXPGT^>g#IV*8cbqU=}8N(3&FPItE>Cd+@^Z55p_3{s84%I331J;@twwzN#I0kxKX%baI2(}ZTItII)@AqJJ zR8Bfb_)g98#Q@&twt?aWig_7hAj)R<_wSR-rNC1ib+#C=e~L;zn~blVdksFqXHMjv zo=?ud(B)pB#Gs|HnSneAbcTi=CAY-wnUL3J%vUR4&GD*E7x~~cA2cU1)z7fHfxlG% zO$49yNW)Ro251YaOr~^;WopyB$%uyA3RYkO)stB^eGqihw0E?u@ zyZ2BSG8y<=oH7SwNiTMsVSP)yRQrI7lD99S6GF;ys_9@NlH}|cTY(R9_&tOew6sM&Qg{Ho9*%H%DHDSu`Z^T`tN+mzBOgi2#j zm4LIJ*)FXC!0&TM@y`E<%`!$o<-XX`0AunLAe6`zi%5cGRKK%;!$-r|{gaZ8OzJj{ zXCQ&1_*bf_yl;VV0*?Vt=RX<&OW)7@FB!sraxf(^i=C0J;V;xFWN-efLXaMt1!$ql zFJGb;NFuKNo3jZjeRLX<7nITP)Ue0f?yX+iZi$kZ62H^M zNF2Y~owboG*rw)5TwNlH+L>#Gcq!NPr==_lnE$wmhl{z3f7ew5r{^Fia{(Wu+x~0B zpl+c&-%MZrt0GgQzGlEbI#dj#m>?}$#E=$X)L~4hVr7V0`_tJKxG}lMcbG=>?GLwr zUxw%o+wYa6;;N7gWQ+FdB2xw_s1XzA+1|9XpDt=PsE zulWOk!hr#MxDhPrc!d;Uc(oXC1wF98I6rd&ka@G2gq!a~rBQ%kcLL*#^L_T~GPJM( z6+lnG_`+w%$a73volK3f5gpJfbpkSFKif|X+zL4BGf}VraXJEQ1ah=4Esdtpyer10 z9MKU(e*FnhgWXG+f;@^h!|C23v`0(9H<)Zr2W3U#rxm$~VFYy39!5T?Y{Ml)*pppv z_m$tS7Ts}QW)}KtE&FCS#>z;n8sB6I_giZHFVJn#56drpuBZiX3R%`prM36g$0b-?^*8u=_0af zbpWE#hQ>xki-8-8$J;Zjku%fN{?csGA)@e;u{fnZbd5!1mbiCiRXQLy2{as{1F8=V zt7YZJR8TmlQ6gzCrkx=jkK3&EINrsa75>IxtKqKwmnVUjCl`>i35<3XC~Uk!tgRbc zT4Q@?cVPG8{Xrz_Y;LfP-lG45LIVTHizBgFCa(SMUPTe)V*jow^<}y2zB{`^H-(hf zqUgO#?$}=)uQ1$4&7VET^^he4l8@T##J8S}A5UG-wH3GQy|{TI+i~(&CHXz9y*+q7 z`81%^#w5nF=N*AGXgz%5%c&>2^3l6tV{}rbiEa4A1G3nNBizEQ``}Th7h}yPRHbUW z&OWckH>hQW;!p5_94%b zdoI>+M*?E2e9)y(FR}Pl$M{3xrM!`+`Oyr*@nC8Ehk_@9%oV!wgHrW(f0-*5UbHU_TU`Uzw9lSso&y7i2;j139Ko(W^WiU))oT|-qu zi~BWvHDZ#BAHKvf*>}S!n8d03?1oi>C1+faip-GFcAZzqL5=qLjche_qf>fY@xwx; zBQe!vo7VQjLcTNG4jj4TE?_Hj3~~nuK9iiKQTLvl6kFQoHt_oKy+9u^>=Y-o9{1P2 zi>a|eJ-nR$sb?u&xW2oes$;xHl>kS@#) zvw!KsSQ|%8wuv#F$lMDwKMfQ^quUYU=gijF2h+x_MWs=ddbX9Uf!M~tnO%(41TUkw zV|s;V6~lyUvRh>%yeM_?lDlTG0_wFpuR;%-^zLdh>x^i|+jhs>RSn(>l9v zd?{9tjr=0Z3&|vIe_?BA@@^P&Aa!|QQ^N14nFmtxXMlXtB3C#B>&#f^`2ST3)P$xX zqo!2qQRy$nA~#3-n~{e0`rEmP?@0bjpkQ5YK*=p4It+zlkH+fT(|OF%Cax?XPe4gU z-$ND-imc%q!3g9i3|otme-;TxR&Oe|;dp+W$gXy#@fe&}hpk#NC224mfUs^Bs(6PR7Fc060>x)(XekVKI zjc;+CB#pN0!?f^^0W$R#v{q$nvGur+FDF~H#^RSA*^ZK_^?xC0sqaOI6jt?o4q)w+ zpA&8W!D2^L!UlNCbWrGI)CZdD_Ed2k%d;b{oGUu!pkIfVEL6gj#Fx(OKl7NCwivAS zXlQ;k*r&ht>F1UsV8QXse6u}ppN!>nUr+o6Yn;xfYj%F+myR`0W zo@e8*Hh!=AJq^Gqqw>}A1XLt$VV!WZ&t*yk)SgcEtF`^lT>r>50{o`b{o(*~t+K-lpr2`X0 zsWxka+ctMQ_Y<;-x~`&SeG~!c-AHng)f=?@HMpC~K1+_9qv`E=^S8`0y5K>PNbZ@Z zvBlpv=%)QJUp)@Ydd4*7JClU@KOX8?@sO%*>=tEMNdil)4lUIgJQ8Y>@NmaYq@B^6dGpPCbo?V*NYLWadlJFf6r^|*^Pp|){a;a|U!z^`84 zTG;R{+8*=#8IX-?c++?5#Dw)LGS$7UYk~Z_!MjRBJ?~5&=|X%zqxaGUv7RO-0Uah$ zKcK%KqxiIFKB^zwht$-V%=hJ4b`wdY>N>q@$8dFiN5WDW&a1Nm=Juv(=lrKAFbzBx z%P#E1M0OZ>l|}Iqo$46^DVwwwi@^OUIcvyv3(qb5<-Lg5sZvcc~mAsBIDtSm8lMCjF$*W76J+++`0)^p97{~Qfl z2o*YuHL)(YeM5ok-*h&a;3C_+TfJNhdYh4{;Xs-F(gSHLwarkVVYeqc5rDfxE|fZ2 z^SfAM!eCTHA~VvIB!U9J1@eMIkv?T>B(av%?0fJmE@eGLmbt~jq#v!JOK{bMzu7Y~ zF5BAcTM^%5kdLQmAAtqx0}PxBov21{8_zITia6F4Ro{w>A>^QOL8XgfSqEdl^!2Ly zCtAa`hwdc&ljou9D@r1_Fi8$GOjdML)=s|z*d`dyx4sshGWtD?mH`PBB@|py`l(j9 z2(nBb3tcpADTii}oJGlF$W!ebmS%Q!8;5-s@4ob4lFEW)oBYQ($km=c}vK z&@!L)dUgIH43>#}6rox#CxxPs^e^Bo^`9}RFZCFKx)Ku3B5rSXvVHvyXvQ1blMdzOI+hKL&YeM^ zT3FnD``fl!PxP)C7SK!>z;bvDn}(#s7z#D_RAh4W0S$(XeEalUOyN9SkY#L%v}p!-=t&iUm}C#`P7OzlrBDuW)q&b-K2s#) zc#rZIj{TO!sNzX`T~CV2N5;d#GK6YUhnEl6cc)&9UiQ2$j1$APlQha+-boFoaDGY6 zXA5Ov{nB+rQ(`^%;vg>TnRUV)Nnwq>uAJ@^zP`e{z;1Q9*3kCu{d1Eq@-bE8^yu4Q zDUVQwsyoV}s`p;&BZRnWiv|AS(!)_qt|cW{>e|Vy>iLU%NNyB8HfBz9gTh#O3_O(r zZAM1sE zq)x~3%4V{Bf83wVv3g;Xr;zq2p23*3LQ8vHs>$&^Ad%*F#4uiVtaMn~vNvg?pY^tI za+?@vGCukcr1A`!d&POzUtKK^P56_xcG00+8G+__r{g zMj+SJUJR3eK>Ux5et-UlBM+|l;zAZ>K+Wtlw{fGp)>iJjIoTjos4uZ^xKJ4~H}F|J zA1bQ~A92;jef@B7?pouT%42{?Ilm_MpXevTbwov^d3~g~)f*7E?HrD%o`@_mpZ!#v zowCl|c4}ITFg$)Kk*>(};qi3V1@|eu7Kn695d2_is>z$;#o8?J!osfY$(l!{znr_{ z=mP>shHO4SC!n`D_|1S|0_SIoF`jMlEW6`o!-NvH{Ys~=@YL7W7oOKi)l>tikxml3 z5SlImq7XTYF8m<^;G(0bY&)LDS4#_yN{YKDGEiaIJe&?dDfxzVc5;g1t#rZf*TC}A z)6;H{_nahhQ+#X=G5K(i3PZ0jy@aoa;JX(jag)AdvnBIaF)}dBahrfbV=nL#x1-aJ zN%aGOl)qPZ`*~mc>DDKy(@?3XA_hYsMbVSWr&|qM3yOUVei?Jiw`4uBR*q^?&HbKb zdsIRdbXAw~L23a=70~1Va$0+edi;SHJE}0HtaSm;4XuB5@-EDLg>*u8qjzP}PZ47;M`Xgof*!~@ z9{vwY6WvGmF8>KBh<#3(ukD|=l4t+ekd{=UaXa2S+s=W0g4ea~Od$VmtNLU&A|L4= zkc=ikGf9tUX2VHnF_N|^MjCc7*0=PW`>?Q(M>H>#WM%GwwdX81;@3a31}KV=Iu288V*d5=ix}CMW^n4Nwxu(AiT- zt{DZD!ukq0?32U*TDO|BU$_gO=TEjA0xvfg?soWidejh=E+32UdguUR1VsyJPaIzO z!U3$SxBjc*`3x|zren)cm@>pB3`W9m1JL=5hR^vOH}wSmr99~kJXh2rdcPYlGVfx* z{2}b%wou*CV&vSC>WjPa1Y>#jxfiP!TdPuuc0n8JH_8ho|I*RL;logp>=o7XzJ^S%pGj_j!FeRVhf2 zarDo+?-0cUy09QOG7J*br)(W+M+}HSfGvS=BvP2tBwxMkRdJxN(1Xc!}+&eb1W9PH7>%YRi+I zIj8R-;A@6MF8GoCVv!))Z8VHpjE%7F&t8u-`LLX7Lk#;n?{lCsAU+!Ba#1L? zil5#&lc_y`wAKVo4K?gi(i;2xXt+}X4&kBWgx==tA)$MDrNdnx$*&nMM_1=1}lVfAl@eiWK z`m}R-7$KK|b;R{0yL3+O>U>w!A3!aJhw!{dn6m%Jto+ZyYv4E%sp!T?A;sEA;omg_ zqK0oDBK6^_w4(r*^*&V6XoCoHMMDw1R*N3+aeeF*piTlzA}f&512h>^K!%w4iiP^$ zwA3(}EkKkK&nPa;K%{2>pM#dvc|nPUQXn9sdS%_T1s$ga(YsN-fa}hmmL(t=TZd4C z`3{j0{lLjWfQH&UuU4soV_rJwQyc95UGBquRq7k^Jqqw=x^*Hm5``!RoIpc;eZe%7 zDf@reIc+#dUQsb}cTHQq6VB2#+w2aR1ML4C5T*I!q`h`#GY#IVstyLxvk@nGcza`Q z8-c@9Y${Nywx#p0r6vt_+FI_DzyTSYAJluQ))M&^J2X3+ZE%vrs_ZYVFq0n?OUS3x zM;P(&U#FqQN^JfcIH#1(3I~OUuyW#$iHy9-evZ1qM|`VJtv)-LJ?iQxj6+`|OMHmL z89V4P5agc7P@^Q*Y;&vt-pC1`LZ=HN|CfC&d1wjMO^b@DRfs7JiWYd|KyMo&2r5nd zm(kOTCgi?~mCZ`=#1HekT%NS%zm?u?WhR>WV`Vyuvb?l5>YyUEqS&Gaq-nWxnns8O z1^R|#vVa-re)NC61S6)-%sI~elWDiy*Rrx?2c^i|57weuP&;7EGVXkb1|$uef{uA_ zXe&mbLSLk4nKV<17FH2iEfq zIFRmw{+(4)$WDAJr<25SG{rx^v7iv-~U<$Gyr_+Fc2`+`Ys}1>Sa=t&cvq zqkRw$Xtr@ZWmPSJItx8CzJx&#iG40&vGy6<3&$QE>A97up&-z-9cOIeWn)Z_^LwY zcFeT>jyM{}OMjyz=ConA;u6DG2`M248{!kP?Z+GoC*P!S$yG#lh1m;zcuL$j5a-$G zcj9y@R}y#{8R!Bq4`1#*vw9;4R`U~DACb?zy>b7wBh^?RLQH>{IYZ1NX<%UB$3jf) zV>Z>Ctz5n;D^}sQl}79Cdu{CwQvy;BZIGEtJDh&*+``Opi7Y!x3ClxG59q|d z_8fo}a|7fN9aq9y*|{}T{@jSF)HW7EAGJf^ggmqQ?}WldmO_1nR8 z+-l@bWh-OV+mYZq+!^rYus$mLVe>vM(??9~6b9`)BgdWHH>P*_7fioDs(3{DChUj; zsq=f40)1P>o)KcJyIH*uE%vMSC_LB9(C7Dc%=yd3<5dpvgm)h)G_~%wa4`_o?yoEJZKvCsj^^!nV=51%)0&R+-bspDCt&Ax18CzJ-8|4L zo8Ik56*i>HCGQnm;x{7hIl15oQbDhb5bg<+z_xa8b}AQw>&Y=fe8Va=PCnY)r~Kp+ z8^4_MP=aa_$MT_Iu$X z(;@H2&wwJvi`K+LeJ3!gmegt>V{tRMe5zshBw+W%-|pNbV9NpkOVsH`ZqZreC++Vh zB*EB$vo%EsBalNi0L%eKQK9VY74&z;$7!sd2{ZiOfd)rb*La22OUuY8foJ38dP|Y9 zPXo?R1NyYC$08ckq&o#(U++D?%VW~Vwc^97zOZt25H}_tsa-1HBR?f(miFc;{j-t; z5~&MUboLUE=|1k1ZdmKqS^Yd9CA9hc^6LTIJ7{a&_hd&sf41KQL-AcwD>a0>0}U8be_x2F)`8|o z558UNSyD2X^s=6rm|{|(LMmNw^ipZ^pC?~zRs7F5ZK0uE9Fv7?nh4TV!O?4dD_kOb z&&V0=XLye^E&4wLCtE++A8WHq<8yPcS}L0dK-C3ojO&Ddry4!#uO_ltz=ra067FjA!$#S?Y`SUlJq42Sw_j`JW4c$rcdEe{By;hy`ZhD zIexQEu1oMM#7-dXIrP8bp8vBpf5=59{p?^BJG_Q)M(;qOP|WsbrBSQ@XS}%6pwY=l z&?~CQ1nJ+*j93RwkZ$(K61AnvjoA8fArd|oDe31RIBX>yfg_OdwB|kXUE_t85q&l0 zeX-81X;-ncbTb3*TCLp}r%6Nz0wLV!dt}GV!VwvAdtbT}$X>3do5TTs`ax8Jvde&6^E9NW$| zP*7G@-od$icvn23l*}gIa5b0mob*}TyJcYDZToLGcC|c^ z{41Gc{NHo1==!kVMGJ9xG&(l6Jn;;FxZ44MiL_*lNo>^uTNN#Ox(|5zAD98OH*~$ScmAxwiB9BMPo0Z z-hF92k}P>|}|R+0xaAn*_;-9pcqoE=RHCD*20Ot&E<=4I{Zs zM`vg6UrE70YS0+4Q3q*)U?y$Lm&Wpt@$q+ob=)meV=7f((4k%57+Dj_gV@kUzip*e z>1}Jy%MQe^L6x9yJPRY$IdMfHR>~ z4z;8#Z5tWur(bL)=P4~4ZJ303hF9-1(Qaq)j3g{dbK4Xy_y~0+K{wtyD z)vkdlXMEE5C8^D=24CJNlKhn;;RnzAuKN8Zi9om|3$Y-(nyCzBKB#BD%`d+unByn> z&3(&ccIC$^K^82SS%*2|7aYmm$MT&tal{;_6xRcL^DN*8^51g>xlIcos`pB+R;npW zDE!eJAgskqRP&Kr%Cf(L-Ln+Z;VAwPk3Xz55nYzXC>;ESt#33c{Uz0pD3NsNiw|z? zVl#X~`_Y;o<>}dbPu0*|%Np)g>iG(1W?;Q?+q9U73ejZ3`)1?H&rNFTzwX^q6!+R< zZ^`^5VDzWwE`DVMX^cXKnNM!j$2FVh}zHejS#?oSEP$^|ksL0M(%f5%Ano8EOFHI=R*qN~p&-?cIp65Bg zbDlq*=bYc~{>zzT=DzRueZQ~eb-k|FCEq#mpj*KU7!as@ZnX!?lA}}IxY(bOx@1Oo z$E=FaJgMUrSc#i(Tk&Ew9AJMpp+#u)hMaG}4 z!^JP0nhqM^pD<>DzDe(Y49`F;xHFMoSD=~EcdflV6;d0jieF7rB^1c|!NgI#k3Hr7)(KJMF*>z*~ygy(g zsjpD~Obi-p` zc!n2expBFxQnkc~?N1+s81|M^KU9(qIRp{5%iDWTS@yq^hfphrThy>9h|Xyp?Vr~K zNKdC@<6tC?y@f5pQ_$Rtud=+Z*MpN*h`@o$6lirdQmixoIEhe*I`CqI*eDcJ$;PL|i71r5_rDe}wp{9Dnh z1qiaR97*NNp9Ssp_f5;|MI<}*#*NwTt@Jm2FRqFR5PWs#G}z5^_^n}u%+Pu^KWDwX zdxD)jn`7Ftoz3Yw`qaYUWo;mFoo$|I(p2QNyDen$-s|5Bn`qR z;RJz+MUjs=2y2k|&!Ad2(pOI2RW>ffTPfs>&xPdiTN_2EZnR8uuRQz8tl#qlL=0I0 zjsV!pG#G83lSol&fRoWMM`5rA=EgtV8>T?}Vm%q1|NA-+F|yuEa@rjz3mupU zn2tqkS32OB3C}4I)g#mX7)%4?>*0+rd^WQE{_a+?_pvKV?_>p@61hN#rALnGG3`9M z8l*Wm;ZIlsj+cldOTFn1JJ=Xs&9R5mzHLWmNxtiU_zyA~mK6YnA+b`*uL?4Pevmge z8#DL+Tn5G?qx#KNqMiYF8scDkdVD*_zR!7^Dp@Us7iI*JUwrwOI@Jy6!<34m8rHxY zFCs?p^@hqgdSQTpo`1q;scCZ*J)s-6i+5eTMlMmS1)4>XU=dD;Xg0h8qA0tjd{=%{ z8YBpax{u1Z_ZPat`Q+{Br$pR;N%#``=dAfGWeFhixtjTY$mw8!)j4mRtSJ5UFeD~3pOQ&>0&daquAME-A> zeupUup@)?6R1t$VC1Bo&anclP%@U-CtW-YI!ZeitL$2}E!Bok|D1{mgiYq93H-el{ zVGCWx<8T8Mc@GhKaUrdnB6z-EZ>L!^wssZW~gK^zL8@0&O`P@!^c_lVJC@ zxY6q|y4ze5Z`sZXqy3LTFf?TLwc+fmclrcNR>RBmKQ5=acSb=03s^)!?B7y&%y}}x zb}LlgggU;aR$6nlIhN&hDSu>v&J?v-8rTbbb4cyO)N?PUVl+YZ=t}u5yo?be_p@A+ zC^ws9Frg#M&QIu!98FXt^{5~g{sIEhgW0zan5o!}v|G4XXty9=fQrqq@cDAa6!6f# zd@c)y?=nR^U`bB&Su!LjyZ=b(E-J{-WYvNRorVDEW)S;!(OZECee!DS{(Y2-ZX#7B zIB)->F7aewPukOimm3=HG5G`OC$I`VhnDHyirb%9#`EsH+%Ngce${FYY{ry@FA?GW zWN;$@nH|!wD)S(AtM+FXG0~Xk02lH%75)C6OGY5}Xd^+`WH~Y1y`ETHG7eJR#p^ac z2f`hybB4$N<4E>)y2F;k))b(<;oeMrEho*EPiwFm+5c0cbzcNeTy9#~^i@iM5DGwj zq5fGn;g?oMQ#|RwyZ5?#v1-OM$ngep43;GY83bu3_QD0>EAsx!B#L_v_PjapzV3H8 zj3E*dm$ZA5BE2tbX{dF$dmtc7?=L`GF>@Sb9tcHdm=H4rG@b^FTjSHK%D%(wM;^W} zy_Rrq`s?;R-^bfF<*Ae-=aEq%_zjdL?;z*(=pJ z$DP!lv$}7{`p*SC%h8MXG3)+H^VV(`CBQ?x5||mI_5;eEA-U)t2*kF#d>>lq(Kixl zoB@cV&jdmYxjtIpt>u!&0iPz!)5~kqt+QKU>n)dJ=m%bUkqao7#2~A(t{c8@OSIYb zpAHo2=YI23{&J%KO;MMk!i^co#<-;Wp4E+0Ry{-1Fg*+#c;5Uz7=Yq;Sug9v{Gx)f zJqEfkzQ|8!7|Z9Ls!*DMQmJp8hEWAwoyaV?8a{we6Y+TGnvBQLTpj{L$R|V2)(ED75Swgo2MoLRlR}PMh z%pRsub>{RAgNXJ3h@$^RWR_@CFQ zR6;HhS_z<`4#!?$H$bDrKh;PNnnRR(@~OaT6aKB<5DBj(971}LIOqYb0)U>gnbGJM z7MV5+0j&Yoi9l5wc4FOhYCS$>ci{gkE=Ay-D)Ju0A2z@exF20*a@|?~s|wr(z+JlkskoRLMkWrl6zbs3C=fdV4~j7p zLoB!P!z7VWgjg;p=(m=cTBZ~XoGge;dp&}`#P7;aqCzXooj%d>pa3O+PRhOH2 zYHVk@!3xAeE5HKI|1ny+*Sym4jv&&fl;LISm9>A+fJElKTN4X?rK2>*jow|kQ_kq0 zLp{%w$y@k~ux~bogxJ+=otr(^lHOH1ccvz0*yd@ok%w|-REV!lI^)`~2>9!t>GDHc z9R_gEv|V(sWQ~W@@bKm)HOGI``uvM?eINU)aT({5 zj6{0dBUOIw}H0hUtO?5IeN z;DcgraOi<{5?dGu0iXlijpS!BRLh5p@o`>Kz(iYFAG7T5p9f6<&%Scvje)++mSI`! z@~hVUe8Nyr!2_>r9xe@}z(T1?Qxs+(EXCxgL`%cBj05TnhiPs;qv}gn0DN-1QHsy^ zScxrMv!LbvQ+wx*r8~ix8rc69mGt(h}(z63W8!wlr|Ey)RV7{f_ZDZ&)o9;un zqo`m5kWrm~7562YUESf_Ptrmw#opUoC}_Z?^t5ySu()%IoxQ;RfY!8~jPmxCG=tc( z`YCvrq4NgzlvjMz*P2d1*biGF)CIj$A;Xnit&8#K`U!jd+`vq%ELFu0V2B!9biijB z=L0M-0UiSXGWK1{C&tHI+!r^F$ESadjcZQMbI5g@#^JGb-6(+nw{BO`Cz1l)%s5m* zX#XDc?v)~Lnl8O%sWT+gP$H;<&f` z4>1htfO!)myw;9E8STsMwuq90TUVkZc$fDsP7&CHQ5#Xe@b#`YHd{I!Ru&Y*@V|5o z^H!q!PLYdWmUq?SYR$jYeoA>E75h2-eO*2LUfuQyn{A-IWt-e}BbKfo02bC2~xx zHeLoZ>Y0+a;J9!0^_688*}ZAYuwZ{~{JA&ien(z+)eNFI244usu7NtI$1vmxYv z531RI$c*~7$ldwa5HXeA%aXdk8~1Dd{K{8Ko9`G(+FX>>s@!D6oxnDa%M^X^xoL5AP0#ym@H&DFqtD2g|T@zuJ?nd=% z&z=UZ0(53vGU!>5OKIGEo>KOpcdi*g%Bl|Y$C+nd3e0`>HsdZ~s?EueyA5KMb zzab^SB+5E;yO}SO@oGIE=Y2r!&*-3_1`gGqqYia}Jw8lT>+_Fb3EOU`q>j5cG-9t> zR2N_q*jVTFkR-1a_H1fpTL>&XTE@ANkSig9M(pCLS+mFb2oKv%3*FENRg zoP&QhEB^vSyZ_Ycuee#s3P9#vXRMTR4sHXHjf502z26e4Z3dI32h3O#H31`L?|kT5 zA94WzW<0S>+9*!4K(|2y@3Yi^;dLXIFRAL^0dl|h&QSKVIqy)Asq3Nd&&oV;Jlte> zHb3iDz5<1W2Tw_S$(~A^v41`q!%0+8o=xy9>y3@2P|O&*rMX?2?0RFL{kpO_>~1;W zqa|xo%L|KQw_#nsvk}&CezQH=TD%RWmme{7Zp?+TWw=JBvmzmcaLR{LEtqezh>N*j zR(Gc_R2LR53IK<$7R=s$$$_$kFsb{)YZOy|cg!Q9+C@mSx#3yXdlaDrHr0U@&md+=c0R*V&F!He8kP zkAS${t?}s?Ca^B;k?08W(WCqD-)Hbt)m6Wr?e8M6+{3^|ow*=eN}FTnZj`V>U?{Ur~!&WE_}Zu~Zt7E-byK(k^*pQ4om=NaCjr#@kv& z)Ta0Hv7uw)?U+E6qzosvh?VSvISc2^WQ1<4rAe97ozdCSZiSzY z*S|;&Fu3ik9X8zQ5Ra@x`Y^GSspQiswyhkuz)I)Fl>8x|J(B$SV|G2m{bu8i^-7Rw ztEs-Cm{6uyIq8YDs_cUwbJvL7%BXLP6miVFR?~ihwo>-085Kgd1@sRVoB;lpQ;`c`jwu437+-{`WjETvF<;UGo z=y7?c6uFdEc|%kw%c1n%UVi_s1VhpDEbi%$Ph|<*hG)_p6*Mbs@u^OCHt~6r&Vl8w=dW&E`E6D>|t-+$D3~@{7@`3$?9VQbSlN4^$huIB#U|VGIA9^n7aZf)hlR zFVw=YOGuqlAgk+c-BH1h7)HeCM3<8=Z&t||6!U(-wj-Z{wGbi;{Z2@${*Mv{-G}=TBt^(2C+q4I#fEVdbl?= zX|Z{8jguvf6KEn` z@l|j9-xoW0$Ez>&l4sf1mnp_^P>uD`Ztl$4U0Tt+#?oD;Q)DhyR12|k`PwP63No|w zPJ+JmO^8-sayMjW&_}5?fktUCDV?>Ix#()BLTR3bl{Xci76^uqbtCplAsV~4i$c<4 z@zxWmcP}MN&3{S8GVhC?8H+L~9x6i-%C6ejh~?@Y%lF2mxeBf3VlP;DnemFp_D2+2 zObO4g$&1R>b_!YXhL?KQ;5xo8Jw_$wP zkUJfljFw4neX52tnL8VB{9)gW2()k}P2@e&so5)TX?*$Fg6ek`$`flD44Tc#ZIxS> zcxAoDKLLpIa*(WI-=c7h$lKr~3y{WZzJt&5FCVQZS0fYp^j_xX z`I_AsJ62=^m3kcijl!dD^*ALoO+Mw?RWOJ*c=LZEZ|ygdUqC(%_-atd{96MA=r?Gs z6D75T{w9MirQ7QDtxyjgXsT|E<&xdCgZ>M)4!D$gwx3can*8^|Pf!6+0?0jQUE4{rC+a$5!6nW%2>5S>jNAtSRyrs>(SQ zjYdbi_oe-FF9*c~PIbhNv{m{sT)r56O{I-!G=;PTfn}hmrHbmqh)a{ZZEmGkZ4^C6 zt3y}Z#)<7@H#2h{86M|E*Fcjpd!w?y5ewI3N=+?YG<<8*C;eQxrWzX?tw1M1tCCh> zZf-j$E8KS2d9vrSz?{Z2PXRp3CWuGiM#@0&rd@VZ1ec%(H4%h=@L_EM-rQ>Q3rIO1 ze1ex4GNkpnW`H1dJb2B6Wni8H&7F{rbmMsU?p;G*a{dL2(ATs%r6((VEt)-keHdwt zs#Gy*1&{zB#GghL+@t-+q||H@SEC4bAC{EzJQp%t=@d=yZkF}_b(2@=RO}eKzUz`j z-BAxRm{T!I=UGCl*v6MKDC@sG{(*`kclvtZx??LdH)_f7?ch61dAE8;f6GXPST!W0 za|8vSvv1Q*yv8W-oSGSacbL?8BMk5^D8Y7{PqEiIyM{`gK_BvgFJL$Tb&|KlGU!6i-mVw2y#&pQzyYBAK3;L{Gi&Hht;dpgy{CJh!^V}u3YTskMXM8H z?X~i}wArH9a=SHfLysi<#_4jV9dOoVqXl^mrwjOA%^l$r?(n@Ug&Wy8$2qaLkE65 zS%u@0#rxXpNLHQ>_viEx)n)FSjw3S3SxQN@$WO1XwL_|5e*rfg_D$>4v%Tdean1!@ zW#-&Pw%pxY98yn&&gBUzf$l{z)w7U}{#rLV#*{pUi(kxtWBaw^?Pm;O0>W9>p(xEH zZZ04W)WBEbm(rpTEVL>pTGDWr6luA)R?IE0*NyeL@?jf%`Fc-uT7C12s|x63A%~ z0VD**XMk4>`H-K4dkjFCqZrZVm2R!S;Q@>zlm8l_OsyLK~p7O zOSH3~Gs$mG>K%h+g+dE^;s(543W&}*2z>!upove9>2oEF5+A976sGreM|z2!V2se7 zDt;c*5z*_Clas~B0W`1rA^29wX3*zTsKQYFb6NE9G^IksTiw==3kqEEvdIviwAD?e zF;F`d49h4WzVy1fq>#L78U}V;NQ-ro-`|;v`OlSdQ{>ZLnNi&QOp!RHj&is5r5D>3 zlEu0~x*e%fZi!=HvzFCSj@Jo98@-~=IT?7eE7Kdr$e`%b znYl9TI*c8VDRdo=dt)PA_OyLxN-DOta|VC!B$sK$G^b+98m4l0^`CEX-16i7MTWT* zDi)TO6Cj4psZarkp8im8FEkROzfd32V}rQ)uyCp(;W$drd+Z6nm*&q>)rE3zZ_Lw~ zb@EGn069E=s%FH3-b>ylw*e$^vGaM5E|aFof%@jJvzCAj zwXnS0)p^+>&dcMS&X{*cUr@Ej02*a!VKEMp!u{Y%u*(l^z%(3|V-RaBenD_-Q@>0m zJ<6-Lohy`EJy;i~CQJDt+3P3Np-diS5yRE0s^TwI_zGZ{b4nR3)y&q#%Fc~$u5R?N zmGdQET3S#djX=QSOz%AnIT>eAu4(ZC^v6)E*(%TYx$Ax92rW-7gj}X4g1ana)@|SH z>0Vx-k4>S?hWi`mg~4~~$F!@L;FS^8lv?qifnCvr+>LL)Xkf6KBm43?5A}yWhszFAQiC?@c%6G$~W2m!* znqLjqd&x=uH8jiPZ-jEpCBL7Eh{#gm$L*4OMn0wOd={e^X}{1f*Hzb_(~le#E(P5% z@cQQ|B`}M6&kL9oyOZu&8&W?%GsM@;RJ52?i;7j9lT)vuT%gVJIbmG3Aw&T4lfsEm zcZEs}HQi>%p6#}Pm27csv&dwpSN?o}D>po1PH@D_!dKm)(TJe&0oCORgAdv_LYF*k@wU&+gaZOK&|5tzZId=m`jx!c1 zPQQg1Z*^W;R7jR8<#^ti%he|}!cTPJw~F_2_oXTQ7?qkf9Gs$T+xeo@M&QGmt_rv~ z=2tHSwZ3@OOE>R^>sRdf{+vR(5g*o?Q(YL-8QU}vHnZ!{$G)IlnZjYMx=lM+5uuAlzXA@Zk%mFJd zna>Js0i83dhG!qA1`Z=zyu6ZQ_2Q{mPF#h*9X6GsU1xh;waA_B4{sCV12T_9E=cVs zNrMA!M_=4{iYJPSee5ux=yuBU%Fx7=cLp9Ny|y_qeDb00JT9GolO}Sr7@+`?jvkcJ rj}A#dojCgAzY59x_kZ-|#?~Q?Z$_`!7iY&K*6tluo!jqk**^MTaUUF8Lb9{Jw$_|$&PBuv9kn~R8E#*>a^((K{ki^? zD=@XD_bgA_4XWPlNB`Z4}r#sM)TL_yHj+wWMl`%{GSRQBwF5@ zCtaJLkxAXZ@3*FtwvLpHrg?*2E?p;SfDzu?etG>@0z)r$L3Svrl2xMZ;q?7cqy&QI zf&Y2xd-3mepUEEXu?#k^wT_%_x0#vw@79mb6ShEW1m7I55$lWj!%Clu_G5y@ZtFyj zq%>C|CpZCl^_}%TBmwxJefHIe%NIgKSmS}KxbO|m%a?ET1wRL_=q|cAb>PZCM{*ww zTuJN{*?}v}hC&^96X%`i|L;G%s;%?HTGMW2-hWrX8jSvZR4CbA@{SAK(;xiYE-H8# zttlkX#|d*iUFHVC6xm_L(@>|O-<}xl={8>+_HPGahp$ir7)sAT@GG(`uL-m1r<0Zj z(Zj#H!*14UXG%b+sj2DjKu{?He5;p3zkFZxBY8jZi-ldq_bIgIHkZ@oN*_lNa!xpQ zXq@x55RrJR7W?Rl_2mrZcLTSzgyUD3yrwmFsUuQuPe5wzwTT%pWQ5}|52e>{-?i-i ziXN$1>y7|l1yCWzDB9OkKB}$v$k%Fw1XV=%8MX5oxDkW)4Ni`ak#ffoZxCcXu}req z+wubZZ8tDJJHOLAAHTDa!8A3J-n{$h$3>%ZF!gc1u%+)x@^oJeBjft_g96Re)g@%B z!)Q)`xiiahh_4o;-OtN=HQm8J{4UdAe>$A7-MDr&1{ljKGf4tft;=kK^X5cFuW8E7 zTf;5>y#@`YH{9L8zn%2^&yN=%ZKd3Io?pAFM=IbnSvgFS@Iwr9OaCs5LKZ?3*bc5D ztn^Azv_gW`^$l=vnCK zN0YWi8vLei&?#nmvg4>eU}oAOH(NK6vt)rnU3I9%YZGf6rMRh9oB8c{dp6Z4Jo0ns z%R&U{<4;d+ivG?LjFIKtS(-9`vr$sC+O4*+A{69%R3H>sLYK%1^QMc7rgPQ~6kdz4b#4p9Cgvh9qI=@*u$=w5iCdz+P;MELUBHjn zZiuG{RI#9akAJ__74c$N|K8@^W72s#Zd(B}!gSz=-6RTY1^Sej*&*@FxU`2T)?p`p z17qvL*PmQ^FYe*;&r*aS@ZU1=7d0NuY=e~n{H7Ao`RC8Lp6o zz%YUr-mvucD;!n# z1=6@zU7vcW8)xUY{3W`Lxavl<@6hrEH9?jv7EX=r{1G7HyN(Kbm=VnQ?ag)rVtPqw@o9TlnU<9I{>=S5KWb=u_%_i1P< zO;xP#65~Qz5w&{w?W2!(7$cul^d4>Ii7p7f`|P2s@M0b@*|z$0y3(o@JISi}rz2KJ zoUh0FuM*vs!xjl0_r2T8vx?6Xe%&ESVEZP|l9<@P zr5+S-@hS*IkfvPTYk$blt90yq2esXVF9zDpBvpbK1Y)@era%Pr+3rn#oHg_2SD zQLXRKUnp0b1kPmoxS{*k66$8dlpT7)L1%ySI1!CD-Jx3_8C`!=kqMdAAk#`;s@?03 z`RN`|ve$2PT%6Y5_CV6C-}46VVYS>vNn8<*e#5X3BWO#p-p*2I{?jXB-OG)kiesDo zAql>?%!oepAm52`_HW;TPI7BauP|eUS^~1!ZvIy)YJcGbeQ)uJ1&r@j2pLUzz0;(` zo##94$MakN$rQ-HN^#G*avvr*4u67WO|EM%>o+Rk2XyV-{4kl3B47rEhB!wgQh>cq zW|}uo@4>PEbK%gm2}CA_3(R1DgOlOb4fYMynYrTEX)blaKLz-QmCxq;XBUV^ONFW7 zIxSv6PQATVQ&0^}6#&};ZkMsCo?x>Ce ze%UsX^A0V^{g~{_crq>7aY#As;8+?T}d*CY)%ljq)-=^SR_B$gk1O?%p(FElI)V?WQq81aA044F+>y+^~SZ3j5!wr`HsYo0mF*NB#GMhT*o@FU~z3 z7fEyND{EL-f_QAl*@{r^z4u7#!%+WP3zoCg|9pJ@S7rRczkI~1(vQoau|=JG@|-yd z3Hh$6oAYD!;>2JYvvB_Mh{cCVuuubiBE4OQ(K(^eYG3ZZi#Owe71PH#F7Fj+3V$=| zE*1J?06%l9O$^#%1d`XB{Jswmh8aM=8NbQ18=c5;vWDb-Ncflx9Gekx>%Gu3RBBnM zkxt;>RO|)!#R&!vCpMb?_u^N@C6SxSJ z!Q?ioO_T>_DZl^gRm1TfblP{VgI9L<*C^CY`cQtFJm)yOZSyt$TFm8h#_LX_)feZf zT-2{ z$=aY*vD|?X>9s89b#wu~j%CLxE^z7Qn*GArj$tr10W_>|F-%@Va`CTo4fn_43-YC% zVqUzm@Hg7MGd!+#vXgj-p$nGh!ZKt^n%-HP5T$(>ESPjziWuBg!7?`)8=)2g7|x2_s8qg zNB_xW8BQTCzn%645y;JsA|Zn{SEhYKiY>SrA;zgs3TiElIoRW-k08Uc1rn!7vB55v<^jC9vZ;!QDlfC zD^DvCrG!3m-G|FJjtaZUDmW0to4ZW$;%MM;k{07rXszG9^qzrf!@Hum2d8A%VOqVE zU08Zk`sglTfOcKM&y~Y%-Y+oxeIgq5P=L2E<-3tmPOT8w?(rSfSi*3@gNpABvFZ#Y zz(nxEj^9(~uqQ5-vg#)OO(!IXtG>R@@yXa0bdxJa3K-9wj`!S;AJ<@XLFeC#ejvBR z1YlbG((2^yvo@UOYHi^f+ls#54Rh=w{%z z&qxtl#k`Oxp_g#G<@%~X7m@nwK{2N2v~?c3FJAA-#V#L*8hD&0A^3jObnU1@X3(wN zy`FGrz^%6`KOr0`;*Vu+tL`=K)_Ofhn~JcGDem)aArwv>8v^jyqi!;1V0Khx?yBar zO?yz_|N}wyV_Vm^Z&J0+_?cBBK5$`;6;zZ?{UR6c?jzh@+gjD zFV}(sh*!qFRbL_R{(iu7z@2I{Ly;oFOE&KX%jB$3QKAWbaaSYk?{t%Oe$x@IaU9FD zeSIh37DmQa@;aEqxv!h7i3hjA*v7*FICmjY|q5n+SOci1Y*^ZL&6EJ-|+ovu4NlxpvlfQ1@oj5NvpLv2f% z^7H6(QP)>RUau|>X@WQdJKbMmGyP4D-ypTky|jQEXboYv`L@2eJQ}vb1%R~SgJpNy z#ByorI#)BC7^*M_w%Ohp6+PbSnd{XtipN4NA-w?~>oiS$7xGlzi~DTPBnv<~m9kc|Q4OO1KR6&o*NR`4~4JNxk_z;b#c<*_v|y-GCkx#=kmsX`D0G zlK$wjXV)>b(BkFfjT@F+!Bm8zy z5TeJ?VO5ZP>sAfQo;muv0dz}J0QTLJDcWYpT*F$QiJA;B0+(vWceZSr> z-kMYiR`PSm@wFEzXfA$0{e!f@>tye*Ek8=aZQim?hHCbcmr(O^f~w!v?CIeqBc+R3 zgR>d)`%CJ|VsfEEo~)V*e0!wLG9Lu50jGiWLB7-F11W9w?oQ^W3>|&#M7$zbws9yO zJ8Sxrmg^Pf^`-GSA9d?&z0Tfi4@=+R+@P;~s3Pov9pI)laQL%+vnYsS3^)rM?`_^! zmRbQJqKG_p?EEdQm8TwDNX2L}JDJbKezws~sIO+J#d^QhsGN3CfKD?-3lvg4B2T9G zL?;z$QRnR$7T9`zG|Ncn8~4L%X@aFZmeu!PAI0T5#z%e;Oc6+ZVzrg$Z-viEw_jmF z74*xS*VApxA5-U%n^Ht4-q@A??%B{U*U%eKs6wk`or)X9RzFhaKJF@(q)`7w9dHYD z@KYII^)=UH@Ja74`bdAZGq&eo4))Oa%9c`gbG5#$0drE4->piGMIHriOMNlEPGBwF zR%eytqO?ZWxfWZU6ql*5Y?M4{I-m86W+!&$T5F#=O^Bm8bYXvlsaFE?J+zMN6n*NZ z?5!H-{Wjf|%!`U`5_1pW^exHb!z8G}S#J5za=ywY_NpPbX&@I0&e~j{Kj){D-L{=m z2H3cX@%Gp3CYJD!hjb$>g=~dtd*B(*Tdx?7aqp#6wbst^%72hAX>oTsKYUf9TX-9? zG1%B~STTTrALJ(@_5X?>w+#nvc121M|{^-@3sk0|6AYF=Dv#3cFQ1S_pYT z%-!Fc3_71oWVtx$=kB~X-=#H>!Ob6c_+T$du)^6yt6+B48Ft22=UAQ4uj@D9In#M) z(fjMK1Wnv>kEI07_vN)2{8}yu|CchTDb0MrP*FtMXiTuLP}`^uCtk$6+ncm%`Vne& z^AW8po8LXRZUD*`Tl@Viqv4svU0rC^b3N`^o(Z2b{2<^XEH04xrO9L}WE=RQ}lVsM4ps zY?J#oQ1xIL>e!EQdthgF^vfp)1z$VAsHWQ-xdj6q8XmQF5?Xtw_VUQ@hQ+3XZS;4Z zjl&cbkEL2<$5f(Rwf5hOT(fBDpn4=MTos%1i@NZ;_bv52@-)?4AYpLAKb!-=7&Rh) z{M+_*YEyh-rj+lm0?s=T_JK>j<$Qq~kdtq;5|s~qWaO|vI8F{hTB4>o4Q)y_2-L>+Piz4tfXIb^x3 z&bvIVoEmv0b$)<}`W0)|^ycNt|9XfSdEWXXwJC)ls6$FFm;ELjtvLL^#X6HzK25uMUPXW%ir9 z)kskxX-S-*7p{ZCi+o z69leoeC|(9>~S06Vlc<=G(F&~R|xKY#MrsdI9+vdTD7(`_X7hT^~YA4|AWqK2#u80 zCBOf(bV*?O_A0JX!3?LL<;Cuif0vu7De5M>j4;X@+ipSr@Oo+UM-PRpe<#|I?!N1n zt%=!$KepIQNW`iYcH**kx6HcYirU@nj?QR1n$}=W-p`|c^iYDbtbFFYZg4PIG{hB4 zz&~VD_EzTBLXL(JIyX5%xB=T|Zd1?LOH3AVRhukufh9E?P!KG|>O^rNNARD+-+#@- z)6Lq;BNGUt`XXyk#%(83H47Qby_NG@<@l?86VE-#38yod&yJ226 z>IBaXZZ;!VKVf5H?kyZs68=WXazFZD*<=dkNWZ`F8Oio*(zWzY?e6-`^Rq7;ktaHrJK!D{CoyPr&Ma@~o~xyf-hqCdURF**tY^A4FS ze#^hv9t0N$KqD!~TGrc+G`+~5t#Yn0}p2JWNkx)!RAckr9!g+kwg zxyjMbw$^evSL_8?n{gwuvKuwMOADq7H(bjLp|3E7+A$Ek+-7+#7MiYuy0xU`V6h!% zouM!r1-aUbT|qIzdJm?;vEKO611xsEriT~4Ec_h^YydW&ZeGi=(Ao|;VZW>9n%xn9 zj^yek1!q{*g$68A=Q@&djfr{yu>ZIr^C7Lxznos`dNM6XCf~z5020=JIl)ZORLO?4 zRMblI9*~k6q3&PVny%%ZZGP(@0+kVFRbOAGA1|-AGyVxE zv$f3%tJ;+$sHRx+dc1V2Vb&GZAASq+Er_@ll(SGy1WE%1RMA7ZAkf9%o}9(84);zn zNq5na-Pj>er|D<^PM@{O8baqug{|`j;i45ZwA%R(53p@3>`W@O6TadE6iVKj1rV>B zhh0YHvl~Y_psp}-QBsa43WR?(d^!Y-W0*YUJ& z6zcsZ?SFp-WN^v@(XF=(7NGNX)Dn{O*p$m$t4XS7lNnq40$of$82movmN`$}?1Q-y zKLK;oJg4!mH}0GtOxYo5stUvI5B`Z38~L|g^)=jMPw8U4Q-%XYTy?<+aLexvre-I# z@7D_n^~Lrd-j#Cn=Zbv~3drWpFz$ z+ErgXJGE$Z9d0!n=JFiXAW2YUr8_TixGw2~&TUa6jzY?bwn4MlTz+eC#^y=%5;)YT zspyq)=zT$S7Vhu*7s}&=6QI)!D zQNTgYf5k&`-&{G5kA_6@Lw_K{@AvROT_FK}lDc0tFl+XNgAPh_t+c*28Qm=gmEmiZ zP2tG3xrV{3U`r-BTuKgvi626L5cwHtIAg^ZdXIT|f12auntGz1|I@dej6z{ph`? zqQ#1hgk&)9hB1Q9Rgs zsOgZ0FrWq^$9^^jzyC-ZK7V)8%EwCYTffCu8zpa)K;tW)g+L#o`K6de!?7>RS^6-9 z4DprIRD=$Y8qvj%sq*gq1ED-qwkR9GV$+^?qsOrCJa2Edq$D^vC6<`6|eF7D>Qzwb$M|<5> z%NSQ;b_`y8cql$!_f?fY#tq6c?;a$=g@T9)eDur#5Co7N{`!bZxE`SNY8`U~L^D)3 zyQ?~u+Iy!?r0~nM4nY?_Y5)?{k_~VS5-Cjg`}0Mu1~Rt?so4xVtg#&w(IR|n?~D&T zi}iWccs9lzS<-%(dO-|AF`r<945FdaKAnN$gs26`1YMdCc*%C+S^_}S%gQEhOdufq zYhF#e9Rw_FAM{bjuwZ!8s?{5MNme0mA>?U6YuP>$DGse$CUu414@?#M=r7B-x{2ah zj(St?<}R$G?|=ZkDse4WN;|vtPaCEdlzCffMmq5Clispg_UW2Ph+)64&vy%Px4<`tZVt0ir_znjHa9OjJ5jG>oms6x&N zH>)WiZvIDYBpmBPXrdVx?aqzK*pIfR4VwAa%PpI+O>&8;BscHA0@T*&8Yl`2Ln{5L zfuEnsA>z5eZlMb_adNx!?XB_sN+*4G2x#X8@tD@G))6}m)Y=vva@4LhuRX3U>O9W3 z)e7+^|3=IFJN0}l94_mRfnI1H=}w-NZCy<7yWuY0t*#eg2c;{>i*g!-bB{{ogHi&Q zV_oo0EfRs=3-eodXe%5ILpjf#~%v4 zqP!Rn`XPA2jme#^iwoH4w9akchn#^GbT$X*LC2%D*Q@-j6y`@dXHQO@_hCZ3032?j zIG5)%+$s5`CLCH;*~07Au5R(Dc%H|Oj4ICI zNST3?cgoPRWLfmZtpa@};=YjObeh^q(n{xnB<1oFl^hZ!M%=&fc2LOG5KOk_MSuRL zJ^4i)G3fpK9TS;-TIvmsPhLNq=KN)fJq?->UL4xiwcAs>2OYPux*h4vGzX%gRJ=$0 z$_%hKH9L^bqIf}6@WIS=j*za+lAsgs4h52>Bnw&OD3;W!I`EnjG0d)aQ=IN)R>)a3 z<+}STg>HJ>+B0Ev#lM=~Hft;cf3KcwK@hOPL{vJiFlU$=0Du<;h}2aPSR zvoacf%x51B;w46C44gIzEI#@;Dg8s0xEWg(dgr9enxC!^BAXwk&jYb-SLPUMY zk0Hx_@~Tnd&X^mm-FdS2w7KWJ1){b8d4lTn&zqb;MR)K5Q(G?gd{eoROhX;vYU(sm zK41YAKRp{yq}HR_<~HZiulxG_#g2~Q!;rgH@wVBeJ1>S`R2MyC*;KtUp{aJ4#VI+4 zb>$EwJ7=!(^Lg;II1vNgfKA5Bkf2*fs?sbhtlh3eKA@X(gtm1)%JMrZ@a2o(j0yWf zsg5RypSt}0w$7Kh&jOS)c&%Z-PNFNQ4_nzY8iIe0M_yrTxxL?#T)d@rTNwDOzD@eFriAm| z|HVK2Xr;J2LQwj*!M!F2j`q~g26cYV3vw?!O-{EU+r#~+Zc3|g^9VuR&I8@ahX(e7 zp_z3mOT9wt+eXeusb_`BXF9F&de-avpXDgGF7$~qSY`ov=PD~cgXDf@*^Gs<{E>UF zz6Y|41T#)yV7u)^0sMh=L_Yz3q+2<_3_38uJGs6YUE?~A3vgLH>btX>Aii;#J|5#* zI+ec-|6M7vF0iVnvsDn_i7uLJtZc&$&PdiL>SPFRepJt7b2Y7+q3lD=+O_dkG&@)B zUI>3a4AF4$ocr4md%&EaGq%wkvu7kg>YnKD%*Q)Z@kW>Y_{Db_3NN?U+)a^Q|2C56 z3EfUPuX@{LBx5GK;ri1Em%g816Oo;{KP6_>f=go_O7l+^97DcjO(S&Ng>;P+T5mlc z2MPJDf9nHA^#$|#XThLCGYeU{s& z%72tl%5uZxS{%Wj>!0^j?AQhQmn8NRk1`PF$>Kxy?I`2Zr4S=!p*exg!g5stuWpW*8iKvIecNOwB`;QWW!TDY~>)1hi`qaaZ0 z(TtN*V;V)vhxe>+By=T%=&C#IYd^f-QK`sjQn?q`U^w)!B_f#xr@5(qcBCfe*^4d2 zcGrA(p71do02%+qON&DFnrLwV_AoF9uGe@i#YpD-lpp*;_`*xq9Y(2;=CjiBU(gd! z14yfY>#4KjI;VJ>)PZ-?PRnNGeTDhZ>*O^SuFYJngq>F0WQIK^7r-}rj1dcLdi7+_ znc*jYh0F0;$zGPuFZ^ zI8_dW+o$Qa`ym7S{PK3J%-2pYF?{Rvr*W7np%|7r-%1i9I}B~z>50Yn=?eB6wN6vL*U&< zQgOObDfiKK)=BiU8W#F9+vIczUy-R{?F8fweVjT65AUSqUx&{t>@Ol9)wU`Mf&H;e zzSrBMcgzfDx`WK+9i`0xKafHa#u*Ci{g{BS+u~Pj&whSU#>+J*e@z^5`{?2}*YeZ? za94G>)@>lkMA@q->fQ-|9VIo>(zJL>_J+M`D=68X@XR;Sc!*>cmIC-$N=JjAGw2zn zmA#1Q1mp$Weyv-M_!At+f@_WmO`PliP1TM`;lR1uetm>ac z|AkM{VzY06NW(6DT78^geV{y!q@t08Ql}wJcEimW%75CT1w!u+22VuWAEzH^{7(JW zb(D7q>>@8fJY#TgZ`0S+R1|9U(Ti9klE(=i$60!f8{ws9XBu2Ahzx))Ou$;(u5&|S zjL*f_tjeMm zDe)LkJXcVuk}XdAEvd&PbZP1dtD>#WVCBU=Mzh18;-n4IK4%x{}a__#< zZ4O<=k&v3}FcCOLTXJOy?fh@`5ip2Dz-w3Som>J0Orfe}O2*JQpeW=3=x@`>Cf4a| ziGeQz04b(dzvqKTA^(7bS(&dEpRU6Ns{aF&UCQZktbWaQhJv5ldKlLb48r(46rGpe>H6y8)tM?=OC#*;%*FcIa0@z)^^} z3Z~S9Mf26LReJZwSzGC(>hdAiu`7cvG$|1)`Jt#F-grZ-ErUtK(%@6TEY&NwmvN?I zzD|Sp^rP^4L62BL5ps4ImzKk!5-u}Il;z6I6Xj-!Cam-b4NjC=3rr!MnULm6>CPp0 zBk7n=n;bS>s9Za^HB;}TTRc=Nlqu;Z*cZztWrO$HoLH$cxFmTU%(H8trED3`e?Q$r zn0Wft`2>Pevy?Gq*7zmP0ej33N*r1o2<-;Ry#Zt^HN0*hE6F)~dJMQs z!RKFi5U(Ug!wKzmxO^#O+NAPj-XSbKB?7 z3}`M?bEI=oX%N@pQhl$xsR()~INiAUf=Ixq^`8c1n}i#V70-oxs|(KTYeuvG1h6($CN}bt`aBXFd=iSX z=OH-~`1r3+^;o)3`eIP&Gq3?aTm>VL$*MayKZjD~u>={dAT-7R122xTIe!sSZ^>ln zF=%3eNeN4jjPx=rlxfaob1jX%Eh3=IDqs01?7ZN+%hcyqs^1e#`bbAS<8W zeSj-9>nDSes?Dzfe*h&{iyDdOrT(MVxp0q6e96nhv-)V$hZ$pM-6E%~p6Z~EdHoS; zi!X_^6gixdV2>%e4a*mjpEAx+s7ilmD*60WB+gqFnYzQh^5BP>7We3SgBiDW?jid8 zSvjLJ&#rRhIby~44q6*iQVTI!Y`TukimmO`n;44PE=ub=N@qdc=)+*k5>j9k?rq@K zHu!S-#fldOidm;vvC}IU$HL6sW9!7-Dh#*9(00T3U?wiIDHY#pfFXUy1FmKT?J%~H z+EQ3~PZO{(y>djYKs;F6y*HCUhb|IxS7}Q02P54L;cn^)$PvKTPx|wmW9KOkrP%iT z_^lniFDS5cVx_vL*B8;0RW7DqEJo1buIe;xPqwl_wW{4Px`XD0yL0WO%;vyu-KYgv zz-5O6prip9=YP}Ez+f(?0(%T1`}FRbsoY_SoFL3|UqL4*KtDlz2Cx`BNIvmKB(BhQ zI1u7%z4kUYFXR20v4(E|U2nc;8MDKzGxL%W28EGQeN^Uc`q9g-_%@kcdJWm>;HJvF zT`~286qe(tsY&d;^<(n{z? zVR)S-+LK-v6DeB7G3UDFGrnIkgYeGV@;`5W=GU%cknoEUkYxu)vSo1#Pv|8`SpY04 z(5Lf=#kkC*Y9wf>AbKI>r8PaO64FV0@8!KU74HHt<{)jA#069_VJWa2h3TT7a&1Oy zyil`7-wtx-n23VC1lj{)e7!=S@wUYyfXvm#4)hzCNT6*9A|P#{Lie`Gaz3j_+qGzK+iX?-#_oxV){88%Tk zg%q=959qdH1wFRj|9D3=!~bY&ps1)nJVbQyrlD-N`+N;lvm+M(Ydyipa5P`oegUN8 zb((P;-5R;n>b{EZ_0Y+6qh$|c^-2sbsiW#FC-icvt$DLkU4=f1SHz{bP{8I5 z4CzqGdJW3Z`e>|!8E@_-&Di;!=b>(Gn(9&wFS=@mOs!OdzPnVfRK)It#xl#Bw`Hj2 zwA{LaVGUFKjQO1ELj58MH_o>Oy86s7%P*qK_V2e3y;BFiV6JSIm&p36*dG=QpY&t1 z80Y@$e_^2I8eD82TW|OQG4eB#qFp+FFuP=_yI_&TxC>fM1&wwcsB@gRX%tENS7{{p z^#>!>PDC}U_;D&jsmvxYI|f_{XTe=2nWWMDZ$E@Szx9f9=S|cb)2))z*ZZsawEopV zLI5+WS_e6xcwMriJTpRQ%{1Jzm@clU={2KCc*%)A71Z45Lt>kX46Ij%w^wT|Qqn|s z(@?bJpm*Gq_mvm#O@79UX;t4Wxn2d~7pt%qXR%80qTfEMA zvZA{80}mm}IUSmT{Y2Uq2y9?cR@jq{V)_}QE5%v+D%p9@x@c`|6dR$6xSXw$>V*euKL(dZA0+CVVs(-ITPodP|Y>d`e5L)JzwBdyE+qpj$l*(a$MW@V!q=uL^B1mr1&y7?!e*B_0O z_uxz9IfH@A1=)4BJulX7v!L8ZuR^|Un;Y7PmbC`_O;n(%Rf2dSMYB`%=3Lng6>mjO zA?j?WU+0nmssvMpkp>kFe=Lc~yCv(m2Q-4bafWSR#6@&bvR&o8fygU}gP+!|===m# zt~8hL3NO;jHWZ#qzqxyqhaMutx~K+E=#Uz0y)6?3j(F2};C**^eC`j6?67bdHgxN5xnboqgUK^%6WxFPE?E!W|qjq!4LxZ3s?&Nn!`3c-XM}tnk@R%UZ0=8o#r}({4Vs!i zRA{Y|5NhNcxzb~ybm-AqncU>8g|?eq;6RDPl|tsU)5S#(h+SH#;xYy>y7~P+FqBa+ z8q2f^yX$~6}O@YI#Of#dm6FNPZyBpAfF>?8GLUT8i zWy>=wQ+Ff*_`TwiiV;Gj;;1)kw6Rtn&UGhWwgvpAw~yQ|By44gUy?Ral?uXdMPXG zJZ{`6+6W_hJkOe>kzhX0rc~!(X)HG?8FdTRvM#f-lIc>Wkzt?Yj!*0T8Br>Z#!0Bfr3zLPFs)+`{v(ZZY#mUknLnl66ayxCC2!t5vVd5ULthbX9O{)`L}^CcM9hm zelU0F_+_(K-U{eWt3^#b>ZbKPP|^)AWvnAyrb1uI#3{jlw($VaXxTQ-dmW}g`3%3h z>Z!gPw*KMe^qQW&*8+79&u?8NTEP})Bl&cl1o13qw*NL+HvGSIRe~w^e=+Ag7sEh$ zcb?`LK4t7QmN!^-Db&T}m2VRN&3$E}y+b*2Ym^-5)I%i&Z_BLrD&muSMfFB_s%Vu@i>D5#+F&hhI+$yyU$?Zti7@0c;JwnJw$Hio2y%Jk&1=cv03{yh6L|j(6r_ z#E-Y86Lk@y5g~1r7L9_r+&~pH3Lv>J%q%WjCG9LNBVx*043`%-oc)Y)G)yhWD_YQl zr`62L$bN71It*GFpdvM)w46U}WHnJxLx-wIfl!4shJ8yL627*d4$);x>X>rA6bJQV zz|pt!T1yw#BVk$@UQ9hE)sU(>I;vp0r7!gQ{D!`%Z=yY)dQas8H+RTF}R{4+d z2-DOHy_7QqF8m^USr#~%vV`N^(T4)&hSAz^O`q4of2DyV_6@bpUytLn8bHRS+BX++k10eOc6E`B5WWBWj z1lB>9nFXA=!)1VUL{$$AlxS$#WnEN6Dr8F)g-I8p54$~J)*Gv`gL2}t%$qfq6tEc^7WP1N@eIoZ7$cYp zp+^0e$HHYL<>$d2#`p)(pU8aoO&v78EOeQ~RcM)k({yTgTHc4CM4I7&}14T}~> zn&!nwKJ4UWCu;-H3E8 zPpPdM!47j=yoeeJNZ1Wvu*vzxG#S?U&k|iTuNqbs|0%-sF|9BYG@w&*@fBS^7vRbJjY*u_{`UW zjQ43tdy3hTmrWgk00p4IV5F|2yLwfmhl+o1Bu%gBTSJ?smYMR!8UV$e1^JDB0}AU- zMz>|hcrOf{ffJV5`8d~$FT*f+DN@Y0!vErGv7!Dn|ALq>bvthn56fV%-NR&m-XfqB zfP$D<(YsA(&=i{{s%DH@FQ*5fzdfW`opo)kNW;tkt-lLRjiF0AQO}UwUCsBE6vdM6 zpnBzLSwV9RkG{fBty!;_wY_sEX4pjRdpmZM)xH0ze|_XFR%`P`^HU+0c&FnW6`@gJ z5PdOM!MQI=ka^T5`GDBEaoZ`flFxH4!YjX(!YYYf`x+^4#plI3yZ+cdBd3q9d|xZD zERtek*=2acnT^la9&J)(A+4arLn7_bx1E<6+<8ZlMA=Vc_)59~)>xAMdGQf}S-CctHI|wLzY_3ieawpQXL3Z5 zYrQhVqaO9tL;D#&DpSy4Mu^7}U8;qLZLuHZ4Rc=r(w7~PWajzwIVmqc%T?prW9M6qf1*0Tvu5?$Ax(i>b@*$N)!B$nV`u!YyPb2?ppluF>A@=G2z}fE z8OxhF;>Llc+VwVCh)hKsyb;7uG96ER!Kpk>h=LBTY5BI(E%x7!*FkvVhvPlW%MBW_ z35E1)riQ`jFFR|bsCo-ZpBS=UN-`I=0laru-!Vyrn}&PgEACs1Av+T~F4z7* z-v7vx38_E5M7sb+w9N8_o59w!C0X=pPtd|RX;O{Gh^LHAnhgj9)go$v^l(> zxexd%beXREpBTj`2=l=#wXH~gTB-%9eNk-AVy6m(GoLZKHQ6=`lGH}@Ea z4%FZahGh(6_4|muGSv%6>MA?JI$V_*oUp(|-@6Wiw8gU3 zaxi>J(Q4Ah$!d|}7%y<+YZi21fB?6A(Wf0Ny(Ym{Ss0CDGS5zk7bH zDLrEs=<#f~Uo&V4@NElV{(j(TU3Pv~1i>~)<;*u{Eko%QTOj`H@i?_Xa@GKl@RqBJ zc$q9UP!PL~us0sIws~~2AHC?l0bMeTOGp(41D4NtDIEHM{#ncRgH2&lv<8M#SA-dN zZE0CnSg2v30qvPiOE8%~wpW+MQmJ#GW6r)yO!s@r!qRKB%wwaAe6`n%TqM6*wlL2| zK{r!CKzg6DjxK@)?|TLf;x%wO4C`>DFS(vQv^=#E#&FQwb_c98-&cA zx648TvV+n`+_6w+(40w1R2_O-1Qct;w0@*01A{-Sbt(Gcq~$POD*Df8`YS(Sdf!+kI{H?Ad+aPvOH4~aQRTlLg>oGB;OB5s#;rXpj*7!O+Qb-%hPKKoI;+?fr=Rw*HDXf@yn-RSuOG?ZSl^4Lex`q50a z0Ht*Xs373-1!_b1rZNQs7T%b$5j6wEkFlEUe1{aY#Yhp%ZMi}cb3`%w-O-9CT#(KGtWoT?=D2>8%x}N*(^Y(dv zzBrfv=luWv$8mfQcp}uRBP_oE8HiWwL{}J$@vm^sj{wtF;RfYC4tuU6*8QGfh{wVMG-_%YY9JxJ08kQ& zcn_g-qJEc+zbQ{`$rkRs<(|_A0bb1L>xO)ykZ>KwU2lA5T;41fesv*%J0Zzd@#t7! z>M)8$v1a+XV^t37{S7`#{@~b|ukMTO)iH2F?7yh1VhdN<)^*d+YxRi6z`Lj-)hc)5 zEz;nEVUg+@^YXL?4k9~=$b#e5^JXxlcD<6-abNbQYaetiA8yTEr8?&i@5eyt=f7Tsg*{sxqm}i`5P_ft#mnN9b(J_*2W&xW@-<3j0li>{^`VjZ~apC*f2O1 zmCEybIkN_%J}32%hX0^=VNKZAU9@oD;CjE~HOmFokT<30cSbjhtxkVG|JBr%o2qe= z|1@sAnX|$VLd)aIo@+R?f{&jD3yB*ISG_aOXV@+6!YAJ4tpbSIW-1ylv{`^#v&$5} z@lBZ5Xl$=4Lcp=q7O(UeB4Oi_;O`wbO+XT7S%OLncwGKqyP>I@j1ttYrG#&}qg4ym zB&)K|-I&nP&VjDHvzb1p$|TbsZ_mWX#|^z8L=<7B@HZ2gkp(a_>ym6 zluO5cjMwmr2v9w62#|-Kd%PKuq1}De0}TgzV1uz5U@N3TrT#{;B#0P{f()P`HT`+0 znlW5*g2su_FYo7i)3VxjY`7%^z64`DlGZ&oRQ*ffZPWi}>KO^idQuZSp+VywN?zoG ze;&puJUL*f1WrI}`bLvck0EU@+P!D$|L!Mg3(bL+yd74})MCiwy14|;hs%iQ^o*D@ zRaofzWo=W@YZTKvl!1**=3Np~=!-H~0+;4O8hvS~e-U@yo+cX%Bh<~IXI<|`be$j! zJ|U;%4%lQy-hG1Q*fc`ZzHv;F2bE~c&78g%MVPPtjQ+mj{g#6%cKf1P3l=IN-9R8QH*xnegiwVpAW59R!Hi4SBJ}!OQi_$#; z`>>33_0D(7DrTj?c$;PNxB6U15Rfi>%gx9HWozP@e@-e6IGx1xCQ*A(rdA8ji#gOl zti3^9jyzhd4?<94KBPXTyH61d9JzzX*}*Rf32X4Z66nXUPCvFrmlL_zdCxLMW7-E@ zRCTC6u;8o@@a|@hX|rd;SI^&m(9`FDCh|4 zU;2lzgemLVw6T`jwdQ_C8+gj+h_mj14y5r6_C_4W0H&zu=~uQM^Ke^6NP3gAd7MuA zk$y}BoUO~KVQv4u63LhDYgkZYZSZ4i@#}i0e|8(Lu_XD=;_9@9d5IroqC>4= zz1$AC1YG_ail7$0`4`3B`@fwJ^#6Je|7WYxP7*^s;wK*e&D{uIAxHK@EjfQ*HYV>N zw=ErIwKIdKX0Cpgkk6T1%YuBrehGUeT|aI^rv;j+%Frcl?5bKGFluraK2+bX0wsmO z%L3zWqmq15MUlpk6y%>(zekoJl3(Tt*0%+3gRQgljERhg!t+O2E&(y+4E#kdZQXA1 zSBM^i2+CS1i|e$#hE}QqqCeqDGZ&@GF2PSiyO60XznJUwJZ$Grw>>1HG|`HiHIwu2 z9|nLYIRpM)x&tFng1t@HX0937%AL78E+1{{J`;PPV!_{ZX;8+Kh{KpdY7DO(u$)eU z@45bQXOh>TQc<+1;g+(`g~ajV2%8dS(ciRaHysD8vjYp{=l#zuDBe=!TSwJ8H(u_6TnF2uZU9L4ddItU4CZ?s%0j8%q=6F6N@1|W1X4=rx|HeCNpExqqu;yx&_36dWTP6nQYd7 zuT^LD5o0lvha>l4DCd64O4&9`uV^9(p{Z*JWb!`Um}uLarE^kjL6O2eYbO0uo&mW< zb!Dl5`k&D9h^B4Zl?Qnb%dD^5UX8twD-RA5cX_^^@?H3kMvs6T5NNwh+9?o7DP?ef zl(}^d|9~!9XW$O>7JZH|;nX5Mb}?Y0K^e4^rq$_ZN_MPq${xgAJvi%DFi@*fm6c_@ z%>o{m_76%2kRo~?z0uF|*PA*C?#97@cy^AhZ_zWo)03|P?omL3vi9+HfF<7Kg~wMt z+w~@W*gObk^Cu(Rq~>wqM}ofst!1qDVl%@3pc5P$ZBl-$GzN>qX+z zA2%u9VkT0%3l)RO?>FY!KNVtKR%5E24eZ{eHtB1i>)faKR-q`egKW?E39|x6YJ*ve zk;U`1q9{foG%J*p5ZdOd8h~2gfKe_V(9SjkGX2ncbsmv!94sdF;ADlwxX(|} zlI6#FClszZsK$Ky85+2eC^7u|KezOQFz!^(%FAqTi@_>zVMTBp9beddA@hoG)Z@W3 z{5;~hl^g^_wt2jWZ}9MWP^aMapsvo3|IELfjI zBD_8N*-X^(K^Oo6#q|P`&Gtj9dj(k*S+NSXbi^f<9y|3ccgy~3YSzDj!G`wkxu&i0 z19m48L}#-V0j6MnNnE8NBk(@?K8yevMyYg#C~J(=$U5*kbvWv_^yA=4Y%P<9R@vNg zovHUSa~IU5ao+%_-gSK7yOy^C`Avs|P1;?TE-SIS6+7g=-xuoYWYX$dJ=Iyp(1**H zILJk%@$kCA>+hoJ`{Ad~!=qOtoArGy((t5cJUw}XRG~NmKQ7nDB2OTh)#keZ(TU*@tTJ+UMwSMfbSp| znLqfK(aWV03Y|X`*78LxTzTnRg2C@4-s1a~UCW|@5WHn5mIztOMzn&EFux9-2tkNu zl-Ok0$FZqHjN-V5YDL0^J}Wa-p6E_?12f2`XtYJ1SzE}g(S-+Aw-*d~E*wz-<(Lid zSdI=(}=7^k=eJZ#GlX7hc zSep`#20hOc?|e}yc7G&YV{fY(gzop27v9dHxE1^+VN26tgy38Fy$G%vZL4=zN!wHg z>28s-b_1SA{fRHWxq}}X&5mgE+%F-#Xa_BHaSo-vP-CW3vvG&ZC74%QZIP&wf`hR| zX7V0dJQJvH!1$qO{ZlrT+1LFQSvk-0BKl_k^T|o8<39!6oeV?Sw9g2$=C}HzQ;Ydl z>Py!CDa8bzDA9#Wi#dUR_4<{opjo8qKyNO_9Y(XER=;}%-Uf@HaRw-E^7c_+|MIHj zRKv+tMhwIDvFhQeW-xa`ilSz;}K19S*> A1poj5 literal 0 HcmV?d00001 diff --git a/data_analytics/docs/src/index.rst b/data_analytics/docs/src/index.rst index 7f9bb610be..64ca7322f9 100644 --- a/data_analytics/docs/src/index.rst +++ b/data_analytics/docs/src/index.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/overview.rst b/data_analytics/docs/src/overview.rst index 5c7eb91276..c802074bbb 100644 --- a/data_analytics/docs/src/overview.rst +++ b/data_analytics/docs/src/overview.rst @@ -1,5 +1,5 @@ .. - Copyright 2019-2020 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/release.rst b/data_analytics/docs/src/release.rst index 312b5d47b5..0f309dac85 100644 --- a/data_analytics/docs/src/release.rst +++ b/data_analytics/docs/src/release.rst @@ -1,5 +1,5 @@ .. - Copyright 2019 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/docs/src/requirements.rst b/data_analytics/docs/src/requirements.rst index a26892538b..a941c45aef 100644 --- a/data_analytics/docs/src/requirements.rst +++ b/data_analytics/docs/src/requirements.rst @@ -1,5 +1,5 @@ .. - Copyright 2019-2020 Xilinx, Inc. + Copyright 2022 Xilinx, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/data_analytics/ext/arrow/Makefile b/data_analytics/ext/arrow/Makefile index a6bc6a7933..8facaeb404 100644 --- a/data_analytics/ext/arrow/Makefile +++ b/data_analytics/ext/arrow/Makefile @@ -1,3 +1,18 @@ +# +# Copyright 2022 Xilinx, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# PYONY: all MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/ext/make_utility/embedded_run_emulation.pl b/data_analytics/ext/make_utility/embedded_run_emulation.pl deleted file mode 100755 index 91486e07ac..0000000000 --- a/data_analytics/ext/make_utility/embedded_run_emulation.pl +++ /dev/null @@ -1,202 +0,0 @@ -#!/bin/perl - -use strict; -use warnings; -use Expect; -my $k=0; -my $j=0; -my $i=0; -my $EMULATOR_COMMAND=$ARGV[0]; -my $EXECUTABLE=$ARGV[1]; -#my $XCLBIN=$ARGV[2]; -my $command; -my $status; -my $timeoutlevel; -my $delay; -my @timeout = (3,10,20,30,45,60,90,120,180,300,420,600,720,1080,1440,2160,2880,4320,7200,11520); -my $exit_val=0; - -#$command="launch_emulator -no-reboot -runtime ocl -t hw_emu -sd-card-image sd_card.img -device-family Ultrascale"; -$command=$EMULATOR_COMMAND; - -my($exp) = new Expect; #Set exp for Expect -my($exp1) = new Expect; #Set exp for Expect - - - -if ($ARGV[2] eq '') { - $status="PASS"; -} -else { - $status=$ARGV[2]; -} - - -if ($ARGV[3] eq '') { - $delay=100; -} -else { - $timeoutlevel=$ARGV[3]; - $delay= $timeout[int($timeoutlevel)-1]; -} - - -$exp-> spawn("$command") -or die "ERROR: Cannot spawn $command: $!\n"; - -#| Detect if linux booted on Zynq: -my $booted = 0; - while ($i<7) { - if( $exp->expect(180, '-re', 'root@.*:.*#')) { - $booted=1; - printf "\nINFO: Linux kernel booted successfully\n"; - last; - } - - if( $exp->expect(120, 'ZynqMP>')) { - printf "\nERROR: Linux kernel boot failed\n"; - $exit_val=1; - print "\nINFO: Exiting QEMU\n"; - #sleep(10); - $exp-> send("\x01"); - $exp-> send("x"); - #$exp-> send(undef); - #$exp->soft_close(); - sleep(10); - exit($exit_val); - } - - if( $exp->expect(30, 'Simulation engine failed to start')) { - printf "\nERROR: [Simtcl 6-50] Simulation engine failed to start: Simulation exited with status non-0 code\n"; - $exit_val=1; - print "\nINFO: Exiting QEMU\n"; - sleep(10); - #$exp-> send("\x01"); - #$exp-> send("x"); - #$exp-> send(undef); - $exp->soft_close(); - exit($exit_val); - } - - my $status = $exp->exitstatus(); - if( defined($status)) { - printf "\nERROR: Simulation engine disconnected before booting the kernel.\n"; - $exit_val=1; - print "\nINFO: Exiting QEMU\n"; - sleep(10); - #$exp-> send("\x01"); - #$exp-> send("x"); - #$exp-> send(undef); - $exp->soft_close(); - exit($exit_val); - } - - sleep(10); - -# $exp-> send( "echo 'INFO: Embedded host run completed.'"); -# sleep(10); - #last; - - $i=$i+1; - - } - -if( $booted == 0) { - printf "\nERROR: It appears that booting hanged. Exiting QEMU.\n"; - #sleep(10); - $exp-> send("\x01"); - $exp-> send("x"); - sleep(20); - #$exp-> send(undef); - #$exp->soft_close(); - $exit_val = 2; - exit($exit_val); -} - -#| Execute commands if system is up and running: -$exp-> send( "mount /dev/mmcblk0p1 /mnt\r"); -$exp-> send( "cd /mnt\r"); -$exp-> send( "$EXECUTABLE\r"); - -#| Check for finish of the host app: -#while ($j<20) -#{ -if( $exp-> expect(int($delay)*45, "Embedded host run completed" )) { - $k=1; - #last; -} - - #$j=$j+1; - #sleep(10); -#} - - - - #if( $xp-> expect(15, $status)) { -if($k==1) { - #print "\nINFO: Embedded host run completed.\n"; - #$exp-> send( "echo 'INFO: Embedded host run completed.'"); - $exit_val=0; - #last; -} else { - print "\nERROR: Host application did not complete - pass/end string not found. Exiting as a failure\n"; - $exp-> send("\x01"); - sleep(2); - $exp-> send("x"); - sleep(5); - $exp->soft_close(); - sleep(5); - $exit_val=1; - exit($exit_val); - } -#if($j==3) -#{ -#print "TEST PASSED String Not Found, Hence exiting "; - # exit(1); -# $exit_val=1; - # -#} -#if( $exp-> expect(100, "TEST FAILED")) { -# print "Embedded Host Run Failed"; -# exit(1); -# } - -# if( $i < 3 ){ - # printf "INFO: Linux kernel booted successfully\n"; -# }else{ - # printf "ERROR: Linux kernel boot failed\n"; - # printf "\n"; - # $exit_val=1; -# } - -print "\nINFO: Exiting QEMU \n"; -sleep(1); -print "\nINFO: Running reboot \n"; -my $start_time = time(); -$exp->send("reboot -f\r"); - -if( $exp-> expect(600, '-re', "Emulation ran successfully" )) { - my $end_time = time(); - my $diff_time = $end_time - $start_time; - print "INFO: Found reboot finishing string. Reboot took: ${diff_time} seconds.\n"; - sleep(20); - $exp->soft_close(); -} else { - print "\nWARNING: Reboot did not finish in 10mins.\n"; -} - - -#sleep(120); -#$exp->soft_close(); -#while( not defined($exp->exitstatus()) ) { - #| Wait 2 seconds to check if exit status is defined: -# sleep(2); -#} -#$exp-> send("\x01"); -#sleep(2); -#$exp-> send("x"); -#sleep(5); -#$exp-> send(undef); -#$exp->soft_close(); -#sleep(5); -exit($exit_val); diff --git a/data_analytics/ext/oniguruma/Makefile b/data_analytics/ext/oniguruma/Makefile index fd8edcce43..0589c20aa3 100644 --- a/data_analytics/ext/oniguruma/Makefile +++ b/data_analytics/ext/oniguruma/Makefile @@ -1,3 +1,18 @@ +# +# Copyright 2022 Xilinx, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# PYONY: all MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/ext/swig/Makefile b/data_analytics/ext/swig/Makefile index 375096f025..48d4696fca 100644 --- a/data_analytics/ext/swig/Makefile +++ b/data_analytics/ext/swig/Makefile @@ -1,3 +1,18 @@ +# +# Copyright 2022 Xilinx, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# PYONY: all lib MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) diff --git a/data_analytics/ext/xcl2/xcl2.cpp b/data_analytics/ext/xcl2/xcl2.cpp index 9d5183ac0a..32cc0662ef 100644 --- a/data_analytics/ext/xcl2/xcl2.cpp +++ b/data_analytics/ext/xcl2/xcl2.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/data_analytics/ext/xcl2/xcl2.hpp b/data_analytics/ext/xcl2/xcl2.hpp index 384068b8ff..31732cb031 100644 --- a/data_analytics/ext/xcl2/xcl2.hpp +++ b/data_analytics/ext/xcl2/xcl2.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019 Xilinx, Inc. + * Copyright 2022 Xilinx, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.