# coding=utf8
# the above tag defines encoding for this document and is for Python 2.x compatibility
import re
regex = r"^\"(.*)\n([\w ]+), (TX) (\d*)\n\(([\d\.]+), ([\-\d\.]+)\)\""
test_str = ("Address\n"
"\"10111 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.370945933000485, -97.6925542359997)\"\n"
"\"2620 LAKE AUSTIN BLVD\n"
"AUSTIN, TX 78703\n"
"(30.28190796500047, -97.77587573499966)\"\n"
"\"14016 N FM 620 RD\n"
"AUSTIN, TX 78717\n"
"(30.490713033000475, -97.76505815999968)\"\n"
"\"3636 N FM 620 RD\n"
"AUSTIN, TX 78734\n"
"(30.377873241000486, -97.9523496219997)\"\n"
"\"15829 N IH 35 SVRD NB\n"
"AUSTIN, TX 78660\n"
"(30.44853172000046, -97.61972641599965)\"\n"
"\"917 N LAMAR BLVD\n"
"AUSTIN, TX 78703\n"
"(30.274846781000463, -97.75233231299967)\"\n"
"\"2408 SAN GABRIEL ST\n"
"AUSTIN, TX 78705\n"
"(30.288663793000467, -97.7478026929997)\"\n"
"\"9909 MANCHACA RD\n"
"AUSTIN, TX 78748\n"
"(30.17345059100046, -97.82385098799966)\"\n"
"\"9919 SERVICE AVE\n"
"AUSTIN, TX 78743\n"
"(30.205028616000448, -97.6625588019997)\"\n"
"\"907 MONTOPOLIS DR\n"
"AUSTIN, TX 78741\n"
"(30.235233637000476, -97.69688566499968)\"\n"
"\"10601 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.37476574700048, -97.6903937089997)\"\n"
"\"8648 RESEARCH BLVD SB\n"
"AUSTIN, TX 78757\n"
"(30.354852741000457, -97.71712931799965)\"\n"
"\"801 E WILLIAM CANNON DR Unit 205\n"
"AUSTIN, TX 78745\n"
"(30.190914575000477, -97.77193838799968)\"\n"
"\"4408 LONG CHAMP DR\n"
"AUSTIN, TX 78746\n"
"(30.340981111000474, -97.7983147919997)\"\n"
"\"10500 AVERY CLUB DR\n"
"AUSTIN, TX 78717\n"
"(30.50308154500044, -97.77042083299966)\"\n"
"\"809 CONGRESS AVE\n"
"AUSTIN, TX 78701\n"
"(30.270319467000434, -97.74193181699968)\"\n"
"\"625 W BEN WHITE BLVD EB\n"
"AUSTIN, TX 78745\n"
"(30.206884239000487, -97.7956469989997)\"\n"
"\"3914 N LAMAR BLVD\n"
"AUSTIN, TX 78756\n"
"(30.307477098000447, -97.74169675199965)\"\n"
"\"15201 FALCON HEAD BLVD\n"
"BEE CAVE, TX 78738\n"
"(30.32068282700044, -97.96890311999965)\"\n"
"\"11905 FM 2244 RD Unit 100\n"
"BEE CAVE, TX 78738\n"
"(30.308363203000454, -97.92393357799966)\"\n"
"\"3801 JUNIPER TRCE\n"
"BEE CAVE, TX 78738\n"
"(30.308247975000484, -97.93511531999968)\"\n"
"\"12800 GALLERIA CIR Unit 101\n"
"BEE CAVE, TX 78738\n"
"(30.307996778000472, -97.94065088199966)\"\n"
"\"12400 W SH 71 Unit 510\n"
"BEE CAVE, TX 78733\n"
"(30.330682136000462, -97.86979886299969)\"\n"
"\"716 W 6TH ST\n"
"AUSTIN, TX 78701\n"
"(30.27019732500048, -97.75036306299967)\"\n"
"\"11190 CIRCLE DR\n"
"AUSTIN, TX 78736\n"
"(30.223774195000487, -97.95311165799967)\"\n"
"\"6901 N IH 35 SVRD NB\n"
"AUSTIN, TX 78752\n"
"(30.33225068300044, -97.70383703299967)\"\n"
"\"14718 N IH 35 SVRD SB\n"
"AUSTIN, TX 78728\n"
"(30.448192810000478, -97.68300707699967)\"\n"
"\"11316 FARMHAVEN RD\n"
"AUSTIN, TX 78754\n"
"(30.35095960500047, -97.6178206949997)\"\n"
"\"11617 RESEARCH BLVD NB\n"
"AUSTIN, TX 78759\n"
"(30.41570632000048, -97.74580002699969)\"\n"
"\"603 N LAMAR BLVD\n"
"AUSTIN, TX 78703\n"
"(30.27227719400048, -97.75361249799965)\"\n"
"\"6607 N IH 35 SVRD NB\n"
"AUSTIN, TX 78752\n"
"(30.33225068300044, -97.70383703299967)\"\n"
"\"9401 S US 183 HWY\n"
"AUSTIN, TX 78719\n"
"(30.135982440000475, -97.6758291269997)\"\n"
"\"12800 PEARCE LN\n"
"AUSTIN, TX 78617\n"
"(30.16904541800045, -97.62227887399968)\"\n"
"\"2213 E HOWARD LN\n"
"AUSTIN, TX 78653\n"
"(30.39888401200045, -97.63342889599966)\"\n"
"\"5451 N IH 35 SVRD NB\n"
"AUSTIN, TX 78723\n"
"(30.309330779000447, -97.68712614199967)\"\n"
"\"10001 W PARMER LN\n"
"AUSTIN, TX 78717\n"
"(30.488409541000465, -97.77165953599967)\"\n"
"\"8401 HATHAWAY DR\n"
"AUSTIN, TX 78757\n"
"(30.363914710000472, -97.7264993069997)\"\n"
"\"1834 E OLTORF ST\n"
"AUSTIN, TX 78741\n"
"(30.231632757000455, -97.73588118599969)\"\n"
"\"4320 S IH 35 SVRD SB\n"
"AUSTIN, TX 78745\n"
"(30.206884239000487, -97.7956469989997)\"\n"
"\"10210 EMBER GLEN DR\n"
"AUSTIN, TX 78726\n"
"(30.43639554000049, -97.82501940199967)\"\n"
"\"1900 E HOWARD LN Bldg A\n"
"AUSTIN, TX 78660\n"
"(30.401724532000458, -97.63444581799968)\"\n"
"\"13107 DESSAU RD\n"
"AUSTIN, TX 78754\n"
"(30.399683841000467, -97.64084558999969)\"\n"
"\"4134 FELTER LN\n"
"AUSTIN, TX 78744\n"
"(30.19656190800049, -97.7057697569997)\"\n"
"\"1901 W WILLIAM CANNON DR\n"
"AUSTIN, TX 78745\n"
"(30.20235442900048, -97.80487060199965)\"\n"
"\"6000 CELE RD\n"
"PFLUGERVILLE, TX 78660\n"
"(30.45500604300048, -97.54986833199968)\"\n"
"\"4477 S LAMAR BLVD NB\n"
"AUSTIN, TX 78745\n"
"(30.232125102000452, -97.79956519999968)\"\n"
"\"1005 E BRAKER LN\n"
"AUSTIN, TX 78753\n"
"(30.375175959000444, -97.6721738279997)\"\n"
"\"503 W MARTIN LUTHER KING JR BLVD\n"
"AUSTIN, TX 78701\n"
"(30.28201397400045, -97.74306796699966)\"\n"
"\"1911 E BEN WHITE BLVD EB\n"
"AUSTIN, TX 78744\n"
"(30.21574279100048, -97.74579887499965)\"\n"
"\"6507 JESTER BLVD Bldg 2\n"
"AUSTIN, TX 78750\n"
"(30.370217691000448, -97.80060255099966)\"\n"
"\"3819 S IH 35\n"
"AUSTIN, TX 78741\n"
"(30.231463936000466, -97.72082600399966)\"\n"
"\"12336 N MOPAC EXPY SB\n"
"AUSTIN, TX 78759\n"
"(30.395822479000458, -97.73350415999965)\"\n"
"\"1913 E RIVERSIDE DR\n"
"AUSTIN, TX 78741\n"
"(30.24218305000045, -97.72870477399965)\"\n"
"\"2700 W ANDERSON LN Bunit 204\n"
"AUSTIN, TX 78757\n"
"(30.358095686000468, -97.73503886699967)\"\n"
"\"1700 W PARMER LN Unit 200\n"
"AUSTIN, TX 78727\n"
"(30.412585941000486, -97.6890282549997)\"\n"
"\"10515 N MOPAC EXPY NB Bunit 200\n"
"AUSTIN, TX 78758\n"
"(30.383591268000487, -97.70797782299968)\"\n"
"\"12117 PECAN ST\n"
"AUSTIN, TX 78727\n"
"(30.433552861000464, -97.76340228399965)\"\n"
"\"9811 S IH 35 SVRD NB\n"
"AUSTIN, TX 78744\n"
"(30.188400586000455, -97.7461486959997)\"\n"
"\"3223 E 7TH ST\n"
"AUSTIN, TX 78702\n"
"(30.25797622400046, -97.70478340399967)\"\n"
"\"2453 SH 71\n"
"AUSTIN, TX 78617\n"
"(30.167792225000483, -97.61311766299968)\"\n"
"\"6500 S US 183 HWY\n"
"AUSTIN, TX 78744\n"
"(30.188400586000455, -97.7461486959997)\"\n"
"\"9920 W US 290 HWY\n"
"AUSTIN, TX 78736\n"
"(30.233617067000466, -97.9167224789997)\"\n"
"\"12518 RESEARCH BLVD SB\n"
"AUSTIN, TX 78759\n"
"(30.42903476400045, -97.75991317499967)\"\n"
"\"2001 E SH 71 SVRD WB\n"
"AUSTIN, TX 78617\n"
"(30.167792225000483, -97.61311766299968)\"\n"
"\"1215 CORONA DR Bldg B\n"
"AUSTIN, TX 78723\n"
"(30.312687717000472, -97.70453911999965)\"\n"
"\"13120 N US 183 HWY SB\n"
"AUSTIN, TX 78750\n"
"(30.43159054400047, -97.80135633599969)\"\n"
"\"7809 E BEN WHITE BLVD\n"
"AUSTIN, TX 78744\n"
"(30.219155849000458, -97.68840717499967)\"\n"
"\"13701 N US 183 HWY\n"
"AUSTIN, TX 78729\n"
"(30.450904093000474, -97.76774771799967)\"\n"
"\"4970 W US 290 HWY WB\n"
"AUSTIN, TX 78735\n"
"(30.254092724000486, -97.86540606199969)\"\n"
"\"1701 BRIARCLIFF BLVD\n"
"AUSTIN, TX 78723\n"
"(30.31386534900048, -97.69212213099968)\"\n"
"\"5526 S CONGRESS AVE\n"
"AUSTIN, TX 78745\n"
"(30.205391843000484, -97.77466007799967)\"\n"
"\"10550 W PARMER LN\n"
"AUSTIN, TX 78717\n"
"(30.497934303000477, -97.7754528479997)\"\n"
"\"834 KRAMER LN\n"
"AUSTIN, TX 78758\n"
"(30.380506415000468, -97.68958826299968)\"\n"
"\"1071 SPRINGDALE RD\n"
"AUSTIN, TX 78721\n"
"(30.272294478000447, -97.69120491499967)\"\n"
"\"2801 SAN JACINTO BLVD\n"
"AUSTIN, TX 78705\n"
"(30.290209003000484, -97.73445926999966)\"\n"
"\"4535 E SH 71 WB\n"
"AUSTIN, TX 78617\n"
"(30.167792225000483, -97.61311766299968)\"\n"
"\"5201 ROSS RD\n"
"AUSTIN, TX 78617\n"
"(30.177805065000484, -97.61592864799968)\"\n"
"\"5201 ROSS RD\n"
"AUSTIN, TX 78617\n"
"(30.177805065000484, -97.61592864799968)\"\n"
"\"5301 ROSS RD Bldg B\n"
"AUSTIN, TX 78617\n"
"(30.178156510000463, -97.61531448199969)\"\n"
"\"9411 DESSAU RD\n"
"AUSTIN, TX 78754\n"
"(30.35202431300047, -97.67515478099966)\"\n"
"\"12915 DESSAU RD\n"
"AUSTIN, TX 78754\n"
"(30.397703069000443, -97.6421361459997)\"\n"
"\"2506 E BEN WHITE BLVD WB\n"
"AUSTIN, TX 78741\n"
"(30.215757771000483, -97.73564611999967)\"\n"
"\"1425 E RUNDBERG LN\n"
"AUSTIN, TX 78753\n"
"(30.350855900000454, -97.67624484099969)\"\n"
"\"1617 N IH 35 SVRD NB\n"
"AUSTIN, TX 78702\n"
"(30.26476405800048, -97.71687639399966)\"\n"
"\"9100 BURNET RD\n"
"AUSTIN, TX 78758\n"
"(30.37472080800046, -97.72619971299969)\"\n"
"\"2600 E 7TH ST\n"
"AUSTIN, TX 78702\n"
"(30.26074746100045, -97.71252673799967)\"\n"
"\"3801 N CAPITAL OF TEXAS HWY NB Unit C-200\n"
"AUSTIN, TX 78746\n"
"(30.336444311000434, -97.80531538299965)\"\n"
"\"5938 WESTMINSTER DR\n"
"AUSTIN, TX 78723\n"
"(30.313231594000456, -97.6911300169997)\"\n"
"\"7017 MANCHACA RD\n"
"AUSTIN, TX 78745\n"
"(30.200573000000475, -97.80725006399967)\"\n"
"\"7200 ELROY RD\n"
"AUSTIN, TX 78617\n"
"(30.15716026800044, -97.64160049199967)\"\n"
"\"7200 ELROY RD\n"
"AUSTIN, TX 78617\n"
"(30.15716026800044, -97.64160049199967)\"\n"
"\"817 AIRPORT BLVD\n"
"AUSTIN, TX 78702\n"
"(30.256175207000467, -97.69289876899967)\"\n"
"\"9320 N LAMAR BLVD\n"
"AUSTIN, TX 78758\n"
"(30.362300519000485, -97.69749834899966)\"\n"
"\"1713 OLD EAST RIVERSIDE DR\n"
"AUSTIN, TX 78741\n"
"(30.243944888000442, -97.73032142599965)\"\n"
"\"8201 CROSS PARK DR\n"
"AUSTIN, TX 78754\n"
"(30.33047549100047, -97.66743449399968)\"\n"
"\"1515 FM 1825\n"
"PFLUGERVILLE, TX 78660\n"
"(30.447350122000444, -97.63678576399968)\"\n"
"\"1515 FM 1825\n"
"PFLUGERVILLE, TX 78660\n"
"(30.447350122000444, -97.63678576399968)\"\n"
"\"6400 S 1ST ST\n"
"AUSTIN, TX 78745\n"
"(30.200166245000446, -97.78591671899966)\"\n"
"\"1200 KRAMER LN\n"
"AUSTIN, TX 78758\n"
"(30.382668096000486, -97.6943667759997)\"\n"
"\"1508 MONTOPOLIS DR\n"
"AUSTIN, TX 78741\n"
"(30.22842710900045, -97.70129659899965)\"\n"
"\"5811 BERKMAN DR Unit 114\n"
"AUSTIN, TX 78723\n"
"(30.312055114000486, -97.69369384399965)\"\n"
"\"500 W WILLIAM CANNON DR\n"
"AUSTIN, TX 78745\n"
"(30.19647548700044, -97.78620824599966)\"\n"
"\"6319 EL MIRANDO ST\n"
"AUSTIN, TX 78741\n"
"(30.239368025000488, -97.69241941999968)\"\n"
"\"4301 W WILLIAM CANNON DR\n"
"AUSTIN, TX 78749\n"
"(30.22222552800048, -97.83897468699968)\"\n"
"\"10901 N LAMAR BLVD Unit 104\n"
"AUSTIN, TX 78753\n"
"(30.378465724000478, -97.68829425099966)\"\n"
"\"9341 W SH 71\n"
"AUSTIN, TX 78736\n"
"(30.240292987000487, -97.92016616699965)\"\n"
"\"6214 CAMERON RD\n"
"AUSTIN, TX 78723\n"
"(30.320162569000445, -97.69650080199966)\"\n"
"\"8300 N FM 620 RD Bldg C\n"
"AUSTIN, TX 78726\n"
"(30.420418732000485, -97.84559846999969)\"\n"
"\"2402 SAN GABRIEL ST\n"
"AUSTIN, TX 78705\n"
"(30.28843333700047, -97.74782228099969)\"\n"
"\"408 E 43RD ST\n"
"AUSTIN, TX 78751\n"
"(30.304866028000447, -97.72652811399968)\"\n"
"\"10901 N LAMAR BLVD Bunit 311\n"
"AUSTIN, TX 78753\n"
"(30.378465724000478, -97.68829425099966)\"\n"
"\"14735 BRATTON LN\n"
"AUSTIN, TX 78728\n"
"(30.446443437000482, -97.6860553679997)\"\n"
"\"7101 W SH 71 Bldg C\n"
"AUSTIN, TX 78736\n"
"(30.240292987000487, -97.92016616699965)\"\n"
"\"4477 S LAMAR BLVD NB Unit 400\n"
"AUSTIN, TX 78745\n"
"(30.232125102000452, -97.79956519999968)\"\n"
"\"300 W 6TH ST\n"
"AUSTIN, TX 78701\n"
"(30.268887180000434, -97.74571245399966)\"\n"
"\"3309 ESPERANZA XING Bunit 100\n"
"AUSTIN, TX 78758\n"
"(30.400402865000444, -97.72641403799969)\"\n"
"\"12509 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.409116420000487, -97.67799861299966)\"\n"
"\"930 E RUNDBERG LN\n"
"AUSTIN, TX 78753\n"
"(30.35655393300044, -97.68505518699965)\"\n"
"\"3801 N LAMAR BLVD\n"
"AUSTIN, TX 78751\n"
"(30.305250096000464, -97.74302846499967)\"\n"
"\"4477 S LAMAR BLVD NB\n"
"AUSTIN, TX 78745\n"
"(30.232125102000452, -97.79956519999968)\"\n"
"\"4477 S LAMAR BLVD NB\n"
"AUSTIN, TX 78745\n"
"(30.232125102000452, -97.79956519999968)\"\n"
"\"6607 S IH 35 SVRD NB\n"
"AUSTIN, TX 78744\n"
"(30.188400586000455, -97.7461486959997)\"\n"
"\"4409 GAINES RANCH LOOP\n"
"AUSTIN, TX 78735\n"
"(30.241830451000453, -97.81590024399969)\"\n"
"\"4409 GAINES RANCH LOOP\n"
"AUSTIN, TX 78735\n"
"(30.241830451000453, -97.81590024399969)\"\n"
"\"4409 GAINES RANCH LOOP\n"
"AUSTIN, TX 78735\n"
"(30.241830451000453, -97.81590024399969)\"\n"
"\"4404 BRANDT RD\n"
"AUSTIN, TX 78744\n"
"(30.15916805800049, -97.77324622799966)\"\n"
"\"16805 HIGH NOON\n"
"AUSTIN, TX 78617\n"
"(30.138445422000473, -97.57727305099968)\"\n"
"\"22308 W SH 71\n"
"SPICEWOOD, TX 78669\n"
"(30.407906398000478, -98.1057936099997)\"\n"
"\"6711 E BEN WHITE BLVD Unit D\n"
"AUSTIN, TX 78744\n"
"(30.213335578000454, -97.70517356699969)\"\n"
"\"10711 RESEARCH BLVD SVRD NB\n"
"AUSTIN, TX 78759\n"
"(30.39877546000048, -97.74561920599967)\"\n"
"\"14620 N IH 35 SVRD SB\n"
"AUSTIN, TX 78728\n"
"(30.448192810000478, -97.68300707699967)\"\n"
"\"9029 RESEARCH BLVD NB\n"
"AUSTIN, TX 78758\n"
"(30.372696249000455, -97.7245577119997)\"\n"
"\"3509 N FM 620 RD\n"
"AUSTIN, TX 78734\n"
"(30.377873241000486, -97.9523496219997)\"\n"
"\"6133 E BEN WHITE BLVD EB\n"
"AUSTIN, TX 78744\n"
"(30.212042813000437, -97.7131939089997)\"\n"
"\"1000 E 41ST ST Unit 940\n"
"AUSTIN, TX 78751\n"
"(30.298033854000437, -97.71885139799969)\"\n"
"\"816 CONGRESS AVE Unit 150\n"
"AUSTIN, TX 78701\n"
"(30.270450827000445, -97.74195025399968)\"\n"
"\"1921 CEDAR BEND DR Bldg C\n"
"AUSTIN, TX 78758\n"
"(30.408463077000476, -97.69797687499965)\"\n"
"\"1814 E MARTIN LUTHER KING JR BLVD\n"
"AUSTIN, TX 78722\n"
"(30.27966861800047, -97.72199295899969)\"\n"
"\"13212 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.417525773000477, -97.67572746599967)\"\n"
"\"13212 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.417525773000477, -97.67572746599967)\"\n"
"\"13212 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.417525773000477, -97.67572746599967)\"\n"
"\"2601 E CESAR CHAVEZ ST\n"
"AUSTIN, TX 78702\n"
"(30.25382455200048, -97.71530949799967)\"\n"
"\"2600 E CESAR CHAVEZ ST\n"
"AUSTIN, TX 78702\n"
"(30.25385681600045, -97.7152219249997)\"\n"
"\"10526 W PARMER LN Bunit 501\n"
"AUSTIN, TX 78717\n"
"(30.496824655000466, -97.77489283799969)\"\n"
"\"8319 RESEARCH BLVD NB\n"
"AUSTIN, TX 78758\n"
"(30.35658965300047, -97.71533023899968)\"\n"
"\"1212 W PARMER LN Unit F\n"
"AUSTIN, TX 78753\n"
"(30.388931269000466, -97.65127599299967)\"\n"
"\"4906 BURLESON RD\n"
"AUSTIN, TX 78744\n"
"(30.212115408000443, -97.73024883199969)\"\n"
"\"11331 N LAMAR BLVD Unit A\n"
"AUSTIN, TX 78753\n"
"(30.38255632500045, -97.68599429599965)\"\n"
"\"2410 E RIVERSIDE DR\n"
"AUSTIN, TX 78741\n"
"(30.236336372000437, -97.72488495999966)\"\n"
"\"2410 E RIVERSIDE DR\n"
"AUSTIN, TX 78741\n"
"(30.236336372000437, -97.72488495999966)\"\n"
"\"2238 S LAMAR BLVD\n"
"AUSTIN, TX 78704\n"
"(30.247428236000474, -97.7742936519997)\"\n"
"\"5812 N IH 35 SVRD SB\n"
"AUSTIN, TX 78751\n"
"(30.310360545000435, -97.72429766299967)\"\n"
"\"10526 W PARMER LN Bldg 5\n"
"AUSTIN, TX 78717\n"
"(30.496824655000466, -97.77489283799969)\"\n"
"\"6006 CAMERON RD\n"
"AUSTIN, TX 78723\n"
"(30.317621787000462, -97.6992904759997)\"\n"
"\"1701 W PARMER LN\n"
"AUSTIN, TX 78758\n"
"(30.412197707000473, -97.6886766129997)\"\n"
"\"13764 N US 183 HWY\n"
"AUSTIN, TX 78750\n"
"(30.43159054400047, -97.80135633599969)\"\n"
"\"2411 E MARTIN LUTHER KING JR BLVD\n"
"AUSTIN, TX 78702\n"
"(30.280683089000433, -97.71554571599967)\"\n"
"\"9120 N IH 35 SVRD SB\n"
"AUSTIN, TX 78753\n"
"(30.358868178000478, -97.69349195399968)\"\n"
"\"9231 W PARMER LN Unit 101\n"
"AUSTIN, TX 78717\n"
"(30.478847907000443, -97.76601911599965)\"\n"
"\"2422 S FM 620 RD Unit 124\n"
"LAKEWAY, TX 78738\n"
"(30.31575269700045, -97.9608962479997)\"\n"
"\"11815 N FM 620 RD\n"
"AUSTIN, TX 78750\n"
"(30.43159054400047, -97.80135633599969)\"\n"
"\"9600 S IH 35 SVRD SB Bunit 500\n"
"AUSTIN, TX 78748\n"
"(30.168083340000464, -97.82498882099969)\"\n"
"\"10601 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.37476574700048, -97.6903937089997)\"\n"
"\"11011 RESEARCH BLVD NB\n"
"AUSTIN, TX 78759\n"
"(30.403637320000485, -97.74510865799965)\"\n"
"\"13000 N IH 35 SVRD SB Bldg 12\n"
"AUSTIN, TX 78753\n"
"(30.371742438000467, -97.6805695279997)\"\n"
"\"2608 W 7TH ST\n"
"AUSTIN, TX 78703\n"
"(30.282486411000434, -97.77572824299966)\"\n"
"\"11600 CENTURY OAKS TER Bunit 100\n"
"AUSTIN, TX 78758\n"
"(30.403255915000443, -97.72493681199967)\"\n"
"\"13813 BURNET RD\n"
"AUSTIN, TX 78727\n"
"(30.439438717000485, -97.69809210299968)\"\n"
"\"710 W BEN WHITE BLVD WB\n"
"AUSTIN, TX 78704\n"
"(30.227735236000456, -97.7710081999997)\"\n"
"\"2800 W WILLIAM CANNON DR\n"
"AUSTIN, TX 78745\n"
"(30.208305964000488, -97.81815986799967)\"\n"
"\"2900 W ANDERSON LN\n"
"AUSTIN, TX 78757\n"
"(30.359365501000468, -97.73751742599967)\"\n"
"\"9033 RESEARCH BLVD NB Unit 100\n"
"AUSTIN, TX 78758\n"
"(30.372905964000438, -97.72497714299965)\"\n"
"\"2909 GUADALUPE ST\n"
"AUSTIN, TX 78705\n"
"(30.295753783000464, -97.74256557199965)\"\n"
"\"4429 DUVAL ST\n"
"AUSTIN, TX 78751\n"
"(30.306823754000447, -97.72465450399966)\"\n"
"\"6001 W PARMER LN Unit 440\n"
"AUSTIN, TX 78727\n"
"(30.442073985000434, -97.74159535099966)\"\n"
"\"6575 DECKER LN Bunit 101\n"
"AUSTIN, TX 78724\n"
"(30.290283902000454, -97.62855535299968)\"\n"
"\"12904 GREGG MANOR RD\n"
"MANOR, TX 78653\n"
"(30.358220063000488, -97.56186198299969)\"\n"
"\"12900 GREGG MANOR RD\n"
"MANOR, TX 78653\n"
"(30.35753682900048, -97.56150753099968)\"\n"
"\"13000 FM 812 RD\n"
"AUSTIN, TX 78617\n"
"(30.12990816600046, -97.64360645799968)\"\n"
"\"1425 E RUNDBERG LN Unit 100\n"
"AUSTIN, TX 78753\n"
"(30.350855900000454, -97.67624484099969)\"\n"
"\"4909 AIRPORT BLVD\n"
"AUSTIN, TX 78751\n"
"(30.310128498000438, -97.71547888399965)\"\n"
"\"4101 GUADALUPE ST\n"
"AUSTIN, TX 78751\n"
"(30.30651494300048, -97.73575443499965)\"\n"
"\"14014 THERMAL DR\n"
"AUSTIN, TX 78728\n"
"(30.43202493500047, -97.67513634499966)\"\n"
"\"2501 W PARMER LN Unit 500\n"
"AUSTIN, TX 78758\n"
"(30.41900096000046, -97.7023891719997)\"\n"
"\"10601 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.37476574700048, -97.6903937089997)\"\n"
"\"3801 N CAPITAL OF TEXAS HWY NB Unit A-180\n"
"AUSTIN, TX 78746\n"
"(30.336444311000434, -97.80531538299965)\"\n"
"\"12709 N MOPAC EXPY NB\n"
"AUSTIN, TX 78727\n"
"(30.423911719000444, -97.70243044499966)\"\n"
"\"1717 W 10TH ST\n"
"AUSTIN, TX 78703\n"
"(30.280115014000444, -97.76222234699969)\"\n"
"\"6301 N LAMAR BLVD\n"
"AUSTIN, TX 78752\n"
"(30.331395012000485, -97.72288459899966)\"\n"
"\"7517 CAMERON RD\n"
"AUSTIN, TX 78752\n"
"(30.329439589000458, -97.68996966899965)\"\n"
"\"3518 S PACE BEND RD\n"
"SPICEWOOD, TX 78669\n"
"(30.386157205000472, -98.0850894079997)\"\n"
"\"7718 BURNET RD\n"
"AUSTIN, TX 78757\n"
"(30.35389677100045, -97.73222614799965)\"\n"
"\"4301 W WILLIAM CANNON DR Bunit 100\n"
"AUSTIN, TX 78749\n"
"(30.22222552800048, -97.83897468699968)\"\n"
"\"2113 W WELLS BRANCH PKWY\n"
"AUSTIN, TX 78728\n"
"(30.43635636200048, -97.6837369759997)\"\n"
"\"11404 FM 2222 RD Unit 4\n"
"AUSTIN, TX 78726\n"
"(30.429092166000487, -97.83834971299967)\"\n"
"\"13429 N US 183 HWY\n"
"AUSTIN, TX 78729\n"
"(30.450904093000474, -97.76774771799967)\"\n"
"\"15309 DELAHUNTY LN\n"
"PFLUGERVILLE, TX 78660\n"
"(30.44120401200047, -97.65063537699967)\"\n"
"\"11220 N LAMAR BLVD Bunit 100\n"
"AUSTIN, TX 78753\n"
"(30.381596474000446, -97.68660730999966)\"\n"
"\"12005 W US 290 HWY\n"
"AUSTIN, TX 78737\n"
"(30.211187821000465, -97.96857412699967)\"\n"
"\"207 SAN JACINTO BLVD\n"
"AUSTIN, TX 78701\n"
"(30.26434949400044, -97.7414916459997)\"\n"
"\"2222 RIO GRANDE ST Bunit 116\n"
"AUSTIN, TX 78705\n"
"(30.28667380300044, -97.74481252199968)\"\n"
"\"2121 W PARMER LN\n"
"AUSTIN, TX 78758\n"
"(30.41599964900047, -97.6964831089997)\"\n"
"\"9828 GREAT HILLS TRL Unit 310\n"
"AUSTIN, TX 78759\n"
"(30.394248528000446, -97.7482693669997)\"\n"
"\"2320 E RIVERSIDE DR\n"
"AUSTIN, TX 78741\n"
"(30.237441410000486, -97.72546110099967)\"\n"
"\"1512 HOLLY ST\n"
"AUSTIN, TX 78702\n"
"(30.25504712400044, -97.7306406079997)\"\n"
"\"2300 E BEN WHITE BLVD WB\n"
"AUSTIN, TX 78741\n"
"(30.216157612000472, -97.73833669799967)\"\n"
"\"7301 METRO CENTER DR\n"
"AUSTIN, TX 78744\n"
"(30.211303049000435, -97.69709883599967)\"\n"
"\"8630 RESEARCH BLVD SB\n"
"AUSTIN, TX 78757\n"
"(30.354852741000457, -97.71712931799965)\"\n"
"\"4220 W WILLIAM CANNON DR\n"
"AUSTIN, TX 78749\n"
"(30.221883300000457, -97.83803327299967)\"\n"
"\"10001 W PARMER LN\n"
"AUSTIN, TX 78717\n"
"(30.488409541000465, -97.77165953599967)\"\n"
"\"8201 CROSS PARK DR Bldg 2\n"
"AUSTIN, TX 78754\n"
"(30.33047549100047, -97.66743449399968)\"\n"
"\"4410 E RIVERSIDE DR Unit 100\n"
"AUSTIN, TX 78741\n"
"(30.233153769000467, -97.72143387599965)\"\n"
"\"2113 W WELLS BRANCH PKWY\n"
"AUSTIN, TX 78728\n"
"(30.43635636200048, -97.6837369759997)\"\n"
"\"6319 EL MIRANDO ST\n"
"AUSTIN, TX 78741\n"
"(30.239368025000488, -97.69241941999968)\"\n"
"\"3400 CRISPIN HALL LN\n"
"PFLUGERVILLE, TX 78660\n"
"(30.466367542000455, -97.56773215699968)\"\n"
"\"1934 RUTLAND DR Unit 100\n"
"AUSTIN, TX 78758\n"
"(30.379346067000483, -97.71319851799967)\"\n"
"\"5209 S PLEASANT VALLEY RD\n"
"AUSTIN, TX 78744\n"
"(30.195422301000463, -97.74468922799969)\"\n"
"\"2113 W WELLS BRANCH PKWY Unit 500\n"
"AUSTIN, TX 78728\n"
"(30.43635636200048, -97.6837369759997)\"\n"
"\"3112 SPEIDEL DR\n"
"PFLUGERVILLE, TX 78660\n"
"(30.476247206000437, -97.56199379299966)\"\n"
"\"360 NUECES ST Unit 90\n"
"AUSTIN, TX 78701\n"
"(30.26752172600044, -97.74924995899966)\"\n"
"\"14850 HARRIS RIDGE BLVD\n"
"AUSTIN, TX 78660\n"
"(30.41058977400047, -97.64790058799969)\"\n"
"\"3003 BEE CAVES RD\n"
"ROLLINGWOOD, TX 78746\n"
"(30.271592738000436, -97.79583786499967)\"\n"
"\"2712 BEE CAVES RD Unit 106\n"
"ROLLINGWOOD, TX 78746\n"
"(30.27080227300047, -97.78670142199968)\"\n"
"\"5210 MANOR RD\n"
"AUSTIN, TX 78723\n"
"(30.299905454000452, -97.68603693099965)\"\n"
"\"8300 N FM 620 RD Bldg A\n"
"AUSTIN, TX 78726\n"
"(30.420418732000485, -97.84559846999969)\"\n"
"\"1212 RIO GRANDE ST\n"
"AUSTIN, TX 78701\n"
"(30.27635166200048, -97.7471401309997)\"\n"
"\"2905 PEARCE RD\n"
"AUSTIN, TX 78730\n"
"(30.333631591000483, -97.82381065899966)\"\n"
"\"14004 OWEN TECH BLVD\n"
"AUSTIN, TX 78728\n"
"(30.429915107000454, -97.67205168699968)\"\n"
"\"14028 N US 183 HWY SVRD Bunit 310\n"
"AUSTIN, TX 78613\n"
"(30.50265310900045, -97.82549718699966)\"\n"
"\"6001 W PARMER LN Unit 360\n"
"AUSTIN, TX 78727\n"
"(30.442073985000434, -97.74159535099966)\"\n"
"\"1014 W 6TH ST\n"
"AUSTIN, TX 78703\n"
"(30.27180706200045, -97.75458041499968)\"\n"
"\"1112 W KOENIG LN\n"
"AUSTIN, TX 78756\n"
"(30.329716137000446, -97.72912766099967)\"\n"
"\"11400 CONCORDIA UNIVERSITY DR\n"
"AUSTIN, TX 78726\n"
"(30.420173717000466, -97.84011890299968)\"\n"
"\"12501 RESEARCH BLVD NB\n"
"AUSTIN, TX 78727\n"
"(30.426793658000463, -97.71623767799969)\"\n"
"\"1745 E OLTORF ST\n"
"AUSTIN, TX 78741\n"
"(30.23255458200049, -97.73756121199966)\"\n"
"\"7112 ED BLUESTEIN BLVD\n"
"AUSTIN, TX 78723\n"
"(30.312653923000482, -97.6628134929997)\"\n"
"\"6816 MC NEIL DR\n"
"AUSTIN, TX 78729\n"
"(30.437956882000435, -97.75873899999965)\"\n"
"\"11801 W US 290 HWY Bldg B\n"
"AUSTIN, TX 78737\n"
"(30.213271609000458, -97.96663325699967)\"\n"
"\"12901 N IH 35 SVRD NB\n"
"AUSTIN, TX 78753\n"
"(30.371742438000467, -97.6805695279997)\"\n"
"\"4211 S LAMAR BLVD NB\n"
"AUSTIN, TX 78704\n"
"(30.23508614600047, -97.79415668599967)\"\n"
"\"13729 N US 183 HWY Unit 1500\n"
"AUSTIN, TX 78729\n"
"(30.450904093000474, -97.76774771799967)\"\n"
"\"4970 W US 290 HWY WB\n"
"AUSTIN, TX 78735\n"
"(30.254092724000486, -97.86540606199969)\"\n"
"\"10515 N MOPAC EXPY NB Bldg K\n"
"AUSTIN, TX 78758\n"
"(30.383591268000487, -97.70797782299968)\"\n"
"\"7844 BURNET RD\n"
"AUSTIN, TX 78757\n"
"(30.35578305700045, -97.73109921599968)\"\n"
"\"1660 E 51ST ST\n"
"AUSTIN, TX 78723\n"
"(30.304034081000452, -97.69916487799969)\"\n"
"\"11601 OLSON DR\n"
"AUSTIN, TX 78750\n"
"(30.446040139000445, -97.8042702629997)\"\n"
"\"2505 W PECAN ST\n"
"AUSTIN, TX 78660\n"
"(30.44760493800044, -97.65357254299965)\"\n"
"\"3735 N IH 35 SVRD NB\n"
"AUSTIN, TX 78722\n"
"(30.288800628000445, -97.71554682299967)\"\n"
"\"6600 S MOPAC EXPY SB\n"
"AUSTIN, TX 78749\n"
"(30.221238023000467, -97.83662518499966)\"\n"
"\"5801 N IH 35 SVRD NB\n"
"AUSTIN, TX 78723\n"
"(30.309330779000447, -97.68712614199967)\"\n"
"\"7309 CAMERON RD\n"
"AUSTIN, TX 78752\n"
"(30.328463607000458, -97.69065527699968)\"\n"
"\"1313 RED RIVER ST\n"
"AUSTIN, TX 78701\n"
"(30.27406668700047, -97.73504001899965)\"\n"
"\"2001 W WELLS BRANCH PKWY\n"
"AUSTIN, TX 78728\n"
"(30.435104984000475, -97.6817239399997)\"\n"
"\"4416 BURNET RD\n"
"AUSTIN, TX 78756\n"
"(30.315180102000454, -97.74176012699968)\"\n"
"\"606 W 15TH ST\n"
"AUSTIN, TX 78701\n"
"(30.278787585000487, -97.74577352499966)\"\n"
"\"5301 MANOR RD\n"
"AUSTIN, TX 78723\n"
"(30.300035662000482, -97.68589404799968)\"\n"
"\"5419 N IH 35 SVRD NB\n"
"AUSTIN, TX 78723\n"
"(30.309330779000447, -97.68712614199967)\"\n"
"\"1700 W PARMER LN\n"
"AUSTIN, TX 78727\n"
"(30.412585941000486, -97.6890282549997)\"\n"
"\"3407 W WELLS BRANCH PKWY Unit 900-A\n"
"AUSTIN, TX 78727\n"
"(30.426793658000463, -97.71623767799969)\"\n"
"\"12518 RESEARCH BLVD SB\n"
"AUSTIN, TX 78759\n"
"(30.42903476400045, -97.75991317499967)\"\n"
"\"1611 W 5TH ST Unit 110\n"
"AUSTIN, TX 78703\n"
"(30.27447805100047, -97.7643690489997)\"\n"
"\"3220 FEATHERGRASS CT Unit 138\n"
"AUSTIN, TX 78758\n"
"(30.394947964000437, -97.72735890899969)\"\n"
"\"7202 DEE ST\n"
"AUSTIN, TX 78745\n"
"(30.19390013700047, -97.79528246599966)\"\n"
"\"15501 E US 290 HWY\n"
"MANOR, TX 78621\n"
"(30.336713004000444, -97.3756283519997)\"\n"
"\"11410 CENTURY OAKS TER Bunit 136\n"
"AUSTIN, TX 78758\n"
"(30.401718771000446, -97.72630457199966)\"\n"
"\"3324 W SLAUGHTER LN\n"
"AUSTIN, TX 78748\n"
"(30.18214571000044, -97.84671802099967)\"\n"
"\"2600 W BRAKER LN\n"
"AUSTIN, TX 78758\n"
"(30.390867733000448, -97.72005459499968)\"\n"
"\"2308 E RIVERSIDE DR\n"
"AUSTIN, TX 78741\n"
"(30.237920759000474, -97.72564085699969)\"\n"
"\"2117 W BEN WHITE BLVD EB\n"
"AUSTIN, TX 78745\n"
"(30.206884239000487, -97.7956469989997)\"\n"
"\"1325 RUTLAND DR\n"
"AUSTIN, TX 78758\n"
"(30.369585088000463, -97.70629289299967)\"\n"
"\"15400 MARSHA ST\n"
"AUSTIN, TX 78728\n"
"(30.449597233000475, -97.66879649099968)\"\n"
"\"9207 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.361505288000444, -97.69789391099965)\"\n"
"\"10601 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.37476574700048, -97.6903937089997)\"\n"
"\"1700 W PARMER LN Unit 210\n"
"AUSTIN, TX 78727\n"
"(30.412585941000486, -97.6890282549997)\"\n"
"\"9828 GREAT HILLS TRL Unit 140\n"
"AUSTIN, TX 78759\n"
"(30.394248528000446, -97.7482693669997)\"\n"
"\"4914 BURLESON RD\n"
"AUSTIN, TX 78744\n"
"(30.21182618500046, -97.72964849299967)\"\n"
"\"6007 N IH 35 SVRD NB\n"
"AUSTIN, TX 78723\n"
"(30.309330779000447, -97.68712614199967)\"\n"
"\"917 SPRINGDALE RD\n"
"AUSTIN, TX 78702\n"
"(30.26104475000045, -97.69843548299968)\"\n"
"\"9041 RESEARCH BLVD NB Unit 150\n"
"AUSTIN, TX 78758\n"
"(30.373316177000447, -97.72575838999967)\"\n"
"\"620 CONGRESS AVE Unit 105\n"
"AUSTIN, TX 78701\n"
"(30.268821500000456, -97.74257018099968)\"\n"
"\"9200 N LAMAR BLVD Unit 104\n"
"AUSTIN, TX 78753\n"
"(30.361395821000485, -97.69802757499968)\"\n"
"\"10463 SPRINKLE RD\n"
"AUSTIN, TX 78754\n"
"(30.352075014000434, -97.64719351099967)\"\n"
"\"2607 E 5TH ST\n"
"AUSTIN, TX 78702\n"
"(30.25733440300047, -97.71331028899965)\"\n"
"\"12233 N FM 620 RD Unit 114\n"
"AUSTIN, TX 78750\n"
"(30.43159054400047, -97.80135633599969)\"\n"
"\"617 CONGRESS AVE\n"
"AUSTIN, TX 78701\n"
"(30.268699359000436, -97.74255174499967)\"\n"
"\"2610 GUADALUPE ST\n"
"AUSTIN, TX 78705\n"
"(30.291505320000454, -97.74128192999967)\"\n"
"\"11410 CENTURY OAKS TER Bunit 112\n"
"AUSTIN, TX 78758\n"
"(30.401718771000446, -97.72630457199966)\"\n"
"\"201 E RIVERSIDE DR\n"
"AUSTIN, TX 78704\n"
"(30.255281037000486, -97.74513285599966)\"\n"
"\"1807 W SLAUGHTER LN Unit 500\n"
"AUSTIN, TX 78748\n"
"(30.17365339300045, -97.8220603419997)\"\n"
"\"100 W NORTH LOOP BLVD Bldg G\n"
"AUSTIN, TX 78751\n"
"(30.31774623400048, -97.72229808699967)\"\n"
"\"1408 W STASSNEY LN\n"
"AUSTIN, TX 78745\n"
"(30.21270537500044, -97.79180833599969)\"\n"
"\"5501 N LAMAR BLVD\n"
"AUSTIN, TX 78751\n"
"(30.323384349000435, -97.72791430899969)\"\n"
"\"6607 S IH 35 SVRD NB\n"
"AUSTIN, TX 78744\n"
"(30.188400586000455, -97.7461486959997)\"\n"
"\"1401 S CONGRESS AVE\n"
"AUSTIN, TX 78704\n"
"(30.249750084000482, -97.74960140499968)\"\n"
"\"1701 W PARMER LN Unit 105\n"
"AUSTIN, TX 78758\n"
"(30.412197707000473, -97.6886766129997)\"\n"
"\"14900 AVERY RANCH BLVD Bunit 400\n"
"AUSTIN, TX 78717\n"
"(30.49769693300044, -97.77713863599968)\"\n"
"\"2210 UNIVERSITY CLUB DR\n"
"AUSTIN, TX 78732\n"
"(30.356574674000456, -97.8915348699997)\"\n"
"\"2200 UNIVERSITY CLUB DR\n"
"AUSTIN, TX 78732\n"
"(30.355807255000457, -97.89240599499965)\"\n"
"\"809 VARGAS RD\n"
"AUSTIN, TX 78741\n"
"(30.234003001000474, -97.69366618899966)\"\n"
"\"7625 N IH 35 SVRD NB\n"
"AUSTIN, TX 78752\n"
"(30.33225068300044, -97.70383703299967)\"\n"
"\"1701 GRAND AVENUE PKWY\n"
"AUSTIN, TX 78660\n"
"(30.455743504000452, -97.66064640099967)\"\n"
"\"8104 MESA DR\n"
"AUSTIN, TX 78759\n"
"(30.37206479900044, -97.75697831299965)\"\n"
"\"5829 BURNET RD\n"
"AUSTIN, TX 78756\n"
"(30.334405924000464, -97.73985886199966)\"\n"
"\"5517 CAMERON RD\n"
"AUSTIN, TX 78723\n"
"(30.313427481000474, -97.70446306999969)\"\n"
"\"14650 MERRILLTOWN DR\n"
"AUSTIN, TX 78728\n"
"(30.445755525000436, -97.68657389399965)\"\n"
"\"1001 WEST LYNN ST\n"
"AUSTIN, TX 78703\n"
"(30.27913442300047, -97.75980485999969)\"\n"
"\"8656 W SH 71 Bldg A\n"
"AUSTIN, TX 78735\n"
"(30.254092724000486, -97.86540606199969)\"\n"
"\"8300 N FM 620 RD\n"
"AUSTIN, TX 78726\n"
"(30.420418732000485, -97.84559846999969)\"\n"
"\"9516 N LAMAR BLVD\n"
"AUSTIN, TX 78753\n"
"(30.365134975000444, -97.69590737699968)\"\n"
"\"3400 W SLAUGHTER LN\n"
"AUSTIN, TX 78748\n"
"(30.182566292000445, -97.84757762299967)\"\n"
"\"13450 N US 183 HWY Unit 239A\n"
"AUSTIN, TX 78750\n"
"(30.43159054400047, -97.80135633599969)\"\n"
"\"6611 S MOPAC EXPY NB Bunit 600\n"
"AUSTIN, TX 78749\n"
"(30.221095989000446, -97.83524074099967)\"\n"
"\"1701 W PARMER LN Unit 104\n"
"AUSTIN, TX 78758\n"
"(30.412197707000473, -97.6886766129997)\"\n"
"\"4613 BEE CAVES RD\n"
"WEST LAKE HILLS, TX 78746\n"
"(30.287444679000487, -97.81503257599968)\"\n"
"\"4101 BEE CAVES RD\n"
"WEST LAKE HILLS, TX 78746\n"
"(30.28365136700046, -97.81124271999965)\"\n"
"\"1201 S CAPITAL OF TEXAS HWY NB\n"
"WEST LAKE HILLS, TX 78746\n"
"(30.280967703000442, -97.82128600899966)\"\n"
"\"701 S CAPITAL OF TEXAS HWY NB\n"
"WEST LAKE HILLS, TX 78746\n"
"(30.29214944500046, -97.8281593699997)\"\n"
"\"4615 BEE CAVES RD\n"
"WEST LAKE HILLS, TX 78746\n"
"(30.287675136000473, -97.81550385899965)\"\n"
"\"1201 S CAPITAL OF TEXAS HWY NB\n"
"WEST LAKE HILLS, TX 78746\n"
"(30.280967703000442, -97.82128600899966)\"\n"
"\"4220 W WILLIAM CANNON DR\n"
"AUSTIN, TX 78749\n"
"(30.221883300000457, -97.83803327299967)\"\n"
"\"2525 W ANDERSON LN Bunit 125\n"
"AUSTIN, TX 78757\n"
"(30.356854678000445, -97.7325026959997)\"\n"
"\"3423 GUADALUPE ST\n"
"AUSTIN, TX 78705\n"
"(30.301084239000488, -97.73919514799968)\"\n"
"\"9600 S IH 35 SVRD Bunit 200\n"
"AUSTIN, TX 78748\n"
"(30.168083340000464, -97.82498882099969)\"\n"
"\"1110 W 6TH ST\n"
"AUSTIN, TX 78703\n"
"(30.272286412000483, -97.7558801889997)\"\n"
"\"1112 W 6TH ST\n"
"AUSTIN, TX 78703\n"
"(30.27235670100049, -97.7560703159997)\"")
subst = "$1\\t$2\\t$3\\t$4\\t$5\\t$6"
# You can manually specify the number of replacements by changing the 4th argument
result = re.sub(regex, subst, test_str, 0, re.MULTILINE)
if result:
print (result)
# Note: for Python 2.7 compatibility, use ur"" to prefix the regex and u"" to prefix the test string and substitution.
Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for Python, please visit: https://docs.python.org/3/library/re.html