Scrap text with text() function

Describe the problem.
I am trying to scrap the different address lines into separate fields, but the XPath selector for address
/p/text()[1] doesn't work in Web Scraper.

Url: http://www.curohealthservices.com/locations

Sitemap:
{"_id":"test","startUrl":["http://www.curohealthservices.com/locations"],"selectors":[{"id":"locations","type":"SelectorElement","selector":"div.drop>div","parentSelectors":["_root"],"multiple":false,"delay":0},{"id":"name","type":"SelectorText","selector":"div.col h3","parentSelectors":["locations"],"multiple":false,"regex":"","delay":0},{"id":"address","type":"SelectorText","selector":"div.col p","parentSelectors":["locations"],"multiple":false,"regex":"","delay":0}]}